* TextControl.cs: Do not update the view while inserting
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
blob55ef225803ad7816050e8a5195b902223bfbc4c0
1 2006-12-01  Jackson Harper  <jackson@ximian.com>
3         * TextControl.cs: Do not update the view while inserting multiline
4         text. If we update the view we might wrap lines, before entering
5         the new lines, which causes the new line insertion calculations to
6         be totally fubared.
7         - Remove an old TODO
8         - Make debug output a little nicer
9         
10 2006-12-01  Chris Toshok  <toshok@ximian.com>
12         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
14 2006-12-01  Chris Toshok  <toshok@ximian.com>
16         [ fix the majority of the CS0108 warnings we've been suppressing ]
17         
18         * TreeView.cs: mark BackgroundImageChanged as 'new'.
20         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
21         to "LayoutToolBar" to quiet mcs.
22         
23         * TabControl.cs: mark our ControlCollection class as 'new'.
25         * TextBoxBase.cs: mark some events as 'new'.
27         * Splitter.cs: TabStop is 'new'.
29         * ControlBindingsCollection.cs: mark a few methods as new since
30         they change the visibility from protected to public.
32         * RadioButton.cs: DoubleClick -> base class, and remove unused
33         HaveDoubleClick.
35         * MonthCalendar.cs: ImeMode property -> base class, and mark many
36         events as new.
38         * NumericUpDown.cs: TextChanged -> base class.
40         * CheckedListBox.cs: mark our ObjectCollection class as new to
41         quiet mcs.
43         * FolderBrowserDialog.cs: make HelpRequest event new and have it
44         muck with the base class.
46         * StatusBar.cs: fix some mcs warnings about Update being the same
47         name as a base class method.
49         * RichTextBox.cs: mark some events as new, and make them do things
50         to the base class impl.
52         * UserControl.cs: mark TextChanged as new, and have it manipulate
53         base.TextChanged.
55         * UpDownBase.cs: mark some things new.
57         * CheckBox.cs: mark DoubleClick "new", and add some text about
58         what we need to look at.
60         * Panel.cs: make the events "new", and manipulate the base
61         version.  these are just here for attributes.
63         * AccessibleObject.cs: make owner private.
65         * Control.cs: deal with AccessibleObject.owner being private.
66         cache our own copy if we need it.
68         * Button.cs: add "new" to the DoubleClickEvent.
70         * ListBox.cs: no need to track our own has_focus here.  let
71         Control.has_focus do it for us.  Also some other work to clear up
72         warnings about not overriding base class methods of the same name.
73         
74         * ComboBox.cs: clear up some warnings about not override base
75         class methods of the same name.
77 2006-12-01  Chris Toshok  <toshok@ximian.com>
79         * Form.cs: flag a few things as "new" to quiet some of the mcs
80         warnings.
82         * AxHost.cs: same.
84         * PrintPreviewDialog.cs: same.
86         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
87         now DGV isn't so horrible on the class status page.  also, move
88         all events to using System.ComponentModel.EventHandlerList.  my
89         wrists hurt.
91 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
93         * MdiWindowManager.cs:
94         - Set form to active mdi child if shown,
95         and update the active mdi child to the next 
96         remaining child in the z-order if the form is hidden.
98         * Form.cs: 
99         - Track if the form has been visible and if its 
100         visibility is beeing changed, so that the MdiClient
101         can properly decide the ActiveMdiChild. The MdiClient 
102         cannot track this since the form can change visibility 
103         before MdiClient is created.
105         * MdiClient.cs:
106         - Don't activate anything of the parent form is changing
107         its visibility.
108         - Rework ActiveMdiChild to only return visible mdi 
109         children and take into account several other corner 
110         cases.
112 2006-12-01  Chris Toshok  <toshok@ximian.com>
114         * IBindableComponent.cs: new 2.0 interface.
116 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
118         * DataGrid.cs: Font for caption area is bold by default.
120 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
122         * Menu.cs: Tag property for 2.0.
123         
124 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
126         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
127         
128 2006-12-01  Chris Toshok  <toshok@ximian.com>
130         * TreeView.cs: doh, the Begin* events should be
131         TreeViewCancelEventHandler.
133 2006-12-01  Chris Toshok  <toshok@ximian.com>
135         * Form.cs: Form.ControlCollection already stores off the
136         form_owner field.  don't access the base class's internal "owner"
137         field.
139         * Control.cs: make all the fields in Control.ControlCollection
140         private.  there's no need for any internal fields here.
142 2006-12-01  Chris Toshok  <toshok@ximian.com>
144         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
145         OnHandleCreated.  Fixes bug #80109.
147 2006-12-01  Chris Toshok  <toshok@ximian.com>
149         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
150         SplitContainer.cs, Control.cs, StatusStrip.cs,
151         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
152         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
153         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
154         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
155         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
156         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
157         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
158         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
159         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
160         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
162         do most of the work to convert our code over to use
163         System.ComponentModel.Component.Events for
164         adding/removing/dispatching events.
167 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
169         * DataGridView.cs: Fix an ArgumentNullException reported 
170         twice today in IRC.
172 2006-11-30  Mike Kestner  <mkestner@novell.com>
174         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
175         grabbed listbox.  Fixes #80036 and #80101.
177 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
179         * Message.cs: Changed ToString() to match MS.
180         
181 2006-11-30  Jackson Harper  <jackson@ximian.com>
183         * TextBoxBase.cs: You can still change the selected text on a read
184         only textbox.
185         * TextControl.cs: Lower magic number for wrap calculations. This
186         lets text get closer to the right (far) edge.
188 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
190         * Control.cs: Tweak 2.0 layout properties.
191         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
192         * TextRenderer.cs: Add a new overload.
193         * ToolStrip*: Huge amount of changes and new features.
195 2006-11-30  Mike Kestner  <mkestner@novell.com>
197         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
198         scroll range correct.  Fixes #79994.
200 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
202         * MdiWindowManager.cs: Update main form's text when
203         a form is closed. (fixes #80038)
204         
205 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
207         * ToolBar.cs:
208         - Fix an regression in ButtonSize.
209         - Get ImeMode default value change to "Disable".
210         - Get ShowTooltips default value change to true, default value is 
211         "false" but after make a test in .NET we get "true" result as default.
212         
213 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
215         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
217 2006-11-29  Chris Toshok  <toshok@ximian.com>
219         * XplatUIWin32.cs (GetWindowTransparency): check return value of
220         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
221         SetWindowTransparency hasn't been called.
223 2006-11-29  Chris Toshok  <toshok@ximian.com>
225         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
226         if it's supported.
227         (set_AllowTransparency): reorder things a little so that the
228         WS_EX_LAYERED style is removed properly.
230 2006-11-29  Chris Toshok  <toshok@ximian.com>
232         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
233         
234         * Form.cs: only call the XplatUI transparency method (get/set) if
235         SupportsTransparency says it's supported. Otherwise fallback to
236         doing nothing (in the set case) or returning the instance field we
237         cache (in the get case).
239         * XplatUIStructs.cs: add TransparencySupport flag enum.
240         
241         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
242         change to SupportsTransparency.
244         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
245         TransparencySupport.None from SupportsTransparency.
247         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
248         TransparencySupport.Set from SupportsTransparency.
250         * XplatUIWin32.cs: implement GetWindowTransparency calling
251         GetLayeredWindowAttributes, and implement SupportsTransparency by
252         checking whether or not both
253         GetWindowTransparency/SetWindowTransparency are available
254         entrypoints.  We need to do this since SetWindowTransparency is
255         available as of win2k, but GetWindowTransparency requires winxp.
256         yay win32 api.
258         * XplatUI.cs: Add GetWindowTransparency, and change
259         SupportsTransparency to allow for either/both Get/Set.
261 2006-11-29  Chris Toshok  <toshok@ximian.com>
263         * DataGrid.cs: keep from going into an infinite loop redrawing a
264         datagrid that has no datasource.  Fixes bug #80033.
266 2006-11-29  Chris Toshok  <toshok@ximian.com>
268         * MenuItem.cs: fix the NRE when we assign text (and therefore call
269         Invalidate) before the mainmenu has been assigned to a control.
271 2006-11-29  Chris Toshok  <toshok@ximian.com>
273         * DataGrid.cs: detect when we should be double the double click
274         row/column autosize stuff, although that codepath has yet to be
275         written.  part of the work for bug #79891.
277 2006-11-29  Chris Toshok  <toshok@ximian.com>
279         * Binding.cs (SetControl): fix unit test.
281 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
283         * PageSetupDialog.cs: Validate the margins and set them in
284         PageSettings. 
285         * NumericTextBox.cs: New class to mimic the behavior of the
286         textboxes used in the printing dialogs.
288 2006-11-29  Andreia Gaita  <avidigal@novell.com>
289         
290         * Form.cs: Revert previous change (remove call UpdateBounds
291         from form constructor), because it messes with the handle creation
292         order, and that one needs lots and lots of love.
293         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
294         for valid printer and throw InvalidPrinterException if document
295         is set but printer not valid), adding a MonoTODO. Once 
296         handle creation is done properly, we can put this back in.
298 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
300         * MenuItem.cs: Create a invalidate method for menu item, to be
301         calling from set text, it make text changes to imadiate update
302         on screen. Fixes #80013. 
303         
304 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
306         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
307         fixes bug #80070 and some other problem on toolbar buttons
308         layout.
310 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
312         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
313         with dotted brush.      Fixes #79564
314         
315 2006-11-28  Andreia Gaita  <avidigal@novell.com>
317         * Form.cs: Removed call to UpdateBounds on Form
318         constructor, it was causing a call to CreateHandle
319         before it was supposed to.
320         * PrintControllerWithStatusDialog: Applied patch
321         by Chris Toshok to hide controller when there are
322         no printers available.
323         PrintDialog.cs: initialize printer settings to 
324         null - correct DefaultValues test #5
325         * PrintPreviewControl.cs: Move PrintController
326         initialization to GeneratePreview
327         * PrintPreviewDialog.cs: 
328         - Remove Preview generation     from Document_set(). It is 
329         called on OnPaint
330         - Throw InvalidPrinterException on CreateHandle if
331         a Document is set but there are no printers or 
332         printer is not valid.
333         * ThemeWin32Classic: don't paint PrintPreviewControl
334         if there is nothing to paint    
336 2006-11-28  Miguel de Icaza  <miguel@novell.com>
338         * Form.cs: Add another popular method.
340         * TabPage.cs: ditto.
342 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
344         * MenuItem.cs: Fixed a warning.
345         * InternalWindowManager: Fixed a warning.
347 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
349         * MenuItem.cs:
350         - When cloning a menu also clone MdiList and clone the 
351           window menu items properly (as the forms and menuitems
352           are kept in an internal hashtable, these need updating 
353           as well)
354         - Rewrote the window menu code, menu items are added in the
355           order the forms were added to their parent, and they are
356           updated every time the window menu is shown (before the
357           list was only generated once, in the current order of the
358           forms, and would never be updated). A checkmark is shown
359           next to the item corresponding to the active mdi child.
361 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
363         * XplatUIStructs.cs: 
364         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
365         
366         * XplatUIWin32.cs: 
367         - Added TME_NONCLIENT to TMEFlags.
368         - Handles WM_NCMOUSEMOVE in GetMessage to 
369           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
371         * MdiWindowManager:
372         - Now merges mdi child menu to parent menu when maximized.
373         - Recalculate NC areas of both mdi child and mdi parent. 
374           Fixes #79757 (4).
375           on window state and size changes.Fixes #79844 (3).
376         - Handle WM_NCCALCSIZE to properly calculate borders.
378         * Form.cs:
379         - Add/remove to the mdi containers list of mdi children 
380           in the order they are added.
381         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
382           to the maximized mdi child.
383         
384         * InternalWindowManager.cs:
385         - Only execute a click on the control buttons on the mouse up,
386           not on the mouse down. Show the state of the button 
387           (was only showing Normal state, never Pressed state). The
388           pressed button now follows the mouse (if you click the Close 
389           button and move the mouse over the Maximize button, the 
390           Maximize button will be shown as pressed). Since Win32 does
391           not generate WM_NCLBUTTONUP if you release the button outside
392           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
393           it as a mouse up.
394         
395         * ThemeWin32Classic.cs:
396         - Draw a missing border around mdi child forms. Fixes #79844 (2).
398         * MdiClient.cs:
399         - Added a list of forms which contains the order the forms are
400           added to the mdi parent.
401         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
402         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
403         - If the active form changes set the scrollbars to the top
404           of the Z order, otherwise the form could hide them.
405         - Scrollbars are now sized according to ClientSize, not 
406           to Size, and they take into account the other scrollbar
407           to determine maximum.
408         
409 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
410         
411         * XplatUI.cs:
412         * XplatUIDriver.cs:
413         * XplatUIX11.cs:
414         * XplatUIWin32.cs:
415         * XplatUIOSX.cs:
416         - Added RequestAdditionalWM_NCMessages for windows to 
417           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
418           Currently only implemented in XplatUIWin32.
420 2006-11-27  Chris Toshok  <toshok@ximian.com>
422         * Hwnd.cs: only add the hwnd to the windows hash in
423         set_WholeWindow and set_ClientWindow if whole_window/client_window
424         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
426 2006-11-27  Mike Kestner  <mkestner@novell.com>
428         * ComboBox.cs: remove redundant OnDropDown call.  It is called
429         from the ComboListBox.ShowWindow code. Fixes #79969.
431 2006-11-27  Chris Toshok  <toshok@ximian.com>
433         * Hwnd.cs: remove the setters for ExposePending and
434         NCExposePending - noone uses them.
436 2006-11-27  Jackson Harper  <jackson@ximian.com>
438         * TextControl.cs: new param for ReplaceSelection which determines
439         whether we select the new selection, or set the cursor to the end
440         of the new selection.
441         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
442         pasting, select the new text.
443         * RichTextBox.cs: Use new param for ReplaceSelection.
445 2006-11-27  Jackson Harper  <jackson@ximian.com>
447         * TextBoxBase.cs: Set the selection to the caret after the caret
448         is moved, otherwise they get out of sync.
450 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
452         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
453         it fixes #80015
455 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
457         * ThemeWin32Classic.cs: 
458         - Fix toolbar drop down arrow position.
459         - Fix drop down appearance when ToolBar.Appearance is normal,
460         it fixes #80018.
461         
462 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
464         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
465         * Control.cs: Same.
466         * UpDownBase.cs: Same.
467         * ButtonBase.cs: Same.
468         * ScrollBar.cs: Same.
469         * TrackBar.cs: Same.
470         * PictureBox.cs: Same.
471         * UserControl.cs: Same.
472         * Label.cs: Same.
473         * ListControl.cs: Same.
474         * TextBoxBase.cs: Same.
475         * ListView.cs: Same.
476         * RichTextBox.cs: Same.
477         * TreeView.cs: Same.
479 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
481         * PrintDialog.cs:
482         - Text label for where 
483         - Text label comment was not shown
485 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
487         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
489 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
491         * InternalWindowManager.cs: 
492         - Handle WM_PARENTNOTIFY to activate the form
493         if any child control is clicked.
494         - The form is only sizable if not minimized.
496         * MdiWindowManager.cs:
497         - Save the IconicBounds if the form is moved.
498         - Rework SetWindowState, now the window bounds 
499         are stored only if the old window state is Normal.
500         
501         * MdiClient.cs:
502         - In SetWindowStates store the old window state if 
503         the window is maximized and restore window state if
504         the window looses focus.
505         - Don't handle any scrollbar value changes if 
506         initializing the scroll bars. Fixes #79771.
507         - Reworked ArrangeIconicWindows. Current algorithm
508         tests bounds agains all other minimized windows, if
509         any intersections create new bounds (going left to 
510         right, bottom to top) and then test again. When 
511         successful the bounds are saved and never computed
512         again. Fixes #79774.
514 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
516         * InternalWindowManager.cs: Added HandleTitleBarUp.
518 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
520         * NumericUpDown.cs: In .NET 1.1, user entered text is still
521         hexadecimal in ParseUserEdit.
523         
524 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
526         * MdiWindowManager.cs: 
527         - Handle a click on the form's icon to show the 
528         system menu (when maximized). Fixes #79775.
529         - Change the existing click handler for the form's
530         icon when not maximized to show on MouseUp.
531         Fixes #79776.
533         * Form.cs: In OnResize only layout the mdi child's
534         parent if it actually has a parent. Might not if
535         the window is closing.
538 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
540         * MdiClient.cs: Ignore active MDI client for text of parent, if
541         child has no text set.
543 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
545         * ToolBar.cs: Fixed ToString to match MS.
547 2006-11-22  Andreia Gaita  <avidigal@novell.com>
549         * NumericUpDown: 
550         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
551         update inner values on set. Fixes #79966.
552         - Override OnLostFocus to update value on NET 2. Fixes #79950.
553         - Fix hexadecimal parsing.
554         
555         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
556         parent. Fixes #79957
558 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
560         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
561         the actual size has to be queried, since if height /
562         width is negative Win32 changes it to 0. 
563         Fixes #79999 on Windows.
564         
565         * XplatUIX11.cs: Set height / width to 0 if negative
566         in SetWindowPos. Fixes #79999 on Linux.
567         
568 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
570         * ThemeWin32Classic.cs: Fix text redenring when button is
571         pressed.
573 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
575         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
576         and later navigate by mouse. Fixes #79528.
578 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
580         * ToolBar.cs: Set default value for TabStop to false in
581         constructor, it fixes remaining behavior of bug #79863.
583 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
585         * MdiWindowManager.cs:
586         * InternalWindowManager.cs:
587         - Moved a few methods specific to Mdi from 
588         InternalWindowManager to MdiWindowManager.
589         Fixes #79996.
590         
591 2006-11-21  Chris Toshok  <toshok@ximian.com>
593         * XplatUIOSX.cs: stub out InvalidateNC.
595         * XplatUIWin32.cs: implement InvalidateNC using the call I found
596         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
598         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
600         * XplatUIDriver.cs: add InvalidateNC abstract method.
602         * XplatUI.cs: add InvalidateNC.
604 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
606         * ToolBar.cs: Invalidate complete button area when pressed status 
607         was changed.
608         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
609         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
610         by 1 when button is pressed.
612 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
614         * ToolButton.cs: Invalidate middle of DropDown button when
615         ToolBar theres DropDownArrows.
616         * ThemeWin32Classic.cs: Change position of DropDown arrow and
617         fix DropDown drawing operations.
619 2006-11-20  Chris Toshok  <toshok@ximian.com>
621         * NativeWindow.cs: fix the formatting of functions ('{' on the
622         following line), and enable the thread exception dialog.
624         * Application.cs: remove the duplicate exception catching from
625         here.
627 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
629         * Toolbar.cs: Triggers button click event when click on icon
630         of dropdown ToolBarButton. Fixes #79912.
631         
632 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
634         * Theme.cs:
635         * ThemeWin32Classic.cs:
636         - Added a property WindowBorderFont to enable themeing
637           of mdi child windows' Text.
638           
639 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
641         * InternalWindowManager.cs:
642         * Form.cs:
643         * MdiClient.cs:
644         * MdiWindowManager.cs: 
645         - If mdi child is maximized, set mdi parent's
646           text to "Parent - [Child]". Fixes #79770.
647         - If there is any maximized mdi child windows, only the active 
648           window (and any new windows) is maximized, the rest are normal.
649         - On a WindowState change only save mdi child's window bounds 
650           if the old window state was normal. Fixes #79774.
651         - The scroll bars are now calculated on hopefully all
652           necessary events. Fixed #79771 / #79844->6 / #79906.
653         - MdiClient.SizeScrollBars() now takes into account docked 
654           controls in the parent when calculating available space.
655         - InternalWindowManager now always repaints the entire title
656           area. Fixes #79844->1/4/5.
657         - Added RequestNCRecalc on mdi child windowstate changes.
658           Fixes #79772.
660 2006-11-20  Mike Kestner  <mkestner@novell.com>
662         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
663         in the MouseUp handler of the listbox and move the return handling
664         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
666 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
668         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
670 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
672         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
673           working in 1.2.x anymore. So, updated.
675 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
677         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
678         NumberGroupSeparator of current culture instead of assuming en-US.
679         Fixed bug #79967.
681 2006-11-17  Mike Kestner  <mkestner@novell.com>
683         * Control.cs: Add the concept of implicit bounds setting so that
684         dock/undock round trips preserve explicitly set size/locations.
685         Fixes #79313.
687 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
689         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
690           can't handle those filters. (Fixes bug #79961)
692 2006-11-17  Chris Toshok  <toshok@ximian.com>
694         [ fixes the exit/crashes associated with #79835.  it's clearly
695         suboptimal though, we need to figure out a better way to solve
696         this. ]
697         
698         * PrintPreviewControl.cs: deal with the new invalid printer
699         exceptions.
701         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
702         and return false (so CommonDialog.ShowDialog doesn't actually show
703         the form.)
705         * PrintDialog.cs: enable/disable the Ok button depending on
706         whether or not the printer is valid.
708         * CommonDialog.cs (ShowDialog): only actually show the form if
709         RunDialog returns true.
711 2006-11-17  Jackson Harper  <jackson@ximian.com>
713         * TextControl.cs: When soft splitting a line, mark it as a soft
714         split line. Also carry over the current line break to the next
715         line.
717 2006-11-17  Chris Toshok  <toshok@ximian.com>
719         * XplatUIX11.cs: when scrolling a window with an invalid area, we
720         only want to shift the part of the invalid area that overlaps the
721         area we're scrolling.  we also don't want to clear the invalid
722         area unless the invalid area was entirely contained within the
723         scrolling area.
725 2006-11-16  Chris Toshok  <toshok@ximian.com>
727         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
728         also make sure to free the memory returned by XGetWindowProperty
729         in GetText().
731         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
733 2006-11-16  Chris Toshok  <toshok@ximian.com>
735         * XplatUI.cs: add a new super secret way to get at the totally
736         unsupported X11 backend.
738 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
740         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
742 2006-11-16  Jackson Harper  <jackson@ximian.com>
744         * TreeView.cs: Allow more explicit setting of top node position
745         for scrollbars. Slower algo, but more accurate.
746         - CollapseAll should maintain the current top node.
747         * TextBoxBase.cs: When positioning the caret, use the line, pos
748         method, since the x, y method does not grab the correct tag, and
749         the caret height never gets set correctly. (Maybe I should just do
750         away with the caret having its own height, and always use the
751         carets current tag for height).
753 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
755         [Fixes 79778, 79923]
757         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
758         Parent to the FosterParent instead.
760 2006-11-16  Jackson Harper  <jackson@ximian.com>
762         * TreeView.cs: Need to recalc the topnode when we expand or
763         collapse. The scrolling methods can't handle this on their own,
764         since they use differences between the last scroll position, and
765         those difference get completely messed up since we are expanding
766         nodes.  This problem should probably be fixed in the scrolling
767         methods, so they can figure out exactly where they are, but this
768         will slow things down a little.
769         * ThemeWin32Classic.cs: Special case for groupboxes with empty
770         strings, makes nunit-gui look a lot nicer.
772 2006-11-16  Chris Toshok  <toshok@ximian.com>
774         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
775         the broken multithreaded event handling we have in here.  File
776         this entry under "Why we should move to the new X11 backend".
778         Any thread can make it into UpdateMessageQueue, which gets events
779         from the X socket - some of which could belong to hwnds being
780         managed by a different thread.  We can also have multiple threads
781         in UpdateMessageQueue at the same time, with each one reading from
782         the X socket.  This leads to many problems, with the following
783         solutions:
785         We can't use hwnd.Queue.Enqueue anywhere in here and must use
786         EnqueueLocked.
788         The MotionNotify compression we do can't work across threads
789         (without locking the entire queue, perhaps) since we call
790         hwnd.Queue.Peek, so we just punt and don't compress motion events
791         unless the owning thread is the one which got the X event.
793         ConfigureNotify is another fun one, since it modifies the hwnd's
794         bounds and then enqueues the event.  We add a lock to Hwnd which
795         is held when setting configure_pending to true (and enqueuing the
796         event).
798         There is a race wrt the wake socket.  we need to make sure that
799         only 1 thread is waiting on that socket, or else a thread could
800         sleep waiting for data that never comes.  It's difficult (but not
801         impossible) to make happen, because it seems to require something
802         like the following:
804             1. Thread 1 polls on wake_receive
805         
806             2. poll returns saying there's data to be read on
807                wake_receive.
808         
809             3. Thread 2 polls on wake_receive and immediately returns
810                saying there's data to be read.
812             4. Thread 2 reads the wakeup byte from wake_receive
814             5. Thread 1 attempts to read the wakeup byte from
815                wake_receive.
817             6. Thread 2 exits (due to a form closing, perhaps).
819             7. Thread 1 blocks forever.
820         
821         Fun, eh?
823         Fixing the Expose handling isn't done yet, and the races inherent
824         in that piece of code are responsible for the drawing mistakes you
825         see when generating expose events in a MT app (like NPlot).  This
826         one is the likely to be the hardest to bandaid, and it doesn't
827         appear to cause anything but drawing problems.  The other issues
828         caused apps to exit or hang.
830         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
831         called from a different thread than the one that should be calling
832         these functions.
834         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
836 2006-11-15  Chris Toshok  <toshok@ximian.com>
838         * Application.cs: null out the context's MainForm when we exit
839         RunLoop.  Fixes a newly checked in unit test as well as the last
840         ODE from bug #79933.
842 2006-11-15  Chris Toshok  <toshok@ximian.com>
844         * Form.cs (set_Owner): allow a null value so we can clear the
845         form's owner.
846         (Dispose): set all our owned_form's Owner properties to null, and
847         clear the owned_forms collection.
848         (WM_CLOSE): clean up this a little bit.. still not right though.
850         * ApplicationContext.cs: OnMainFormClosed should only call
851         ExitThreadCore if the main form isn't recreating.  Fixes unit
852         test.
854 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
856         [Fixes 78346]
858         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
860 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
862         [Fixes 79433]
864         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
865         keep popup window types from stealing focus from the main form
866         on Windows.
868         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
870         * MenuAPI.cs: Set above flag to true.
872 2006-11-15  Chris Toshok  <toshok@ximian.com>
874         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
875         the button being released is not in wParam.
877 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
879         * Form.cs: Add the released button to MouseEventArgs.Button
880         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
881         on Win32.
883 2006-11-15  Chris Toshok  <toshok@ximian.com>
885         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
886         GetText().  untested because it's unused in our implementation.
887         Control.Text always caches the text, even if
888         ControlStyles.CacheText is not set.
890         fixes bug #79939.
892 2006-11-15  Chris Toshok  <toshok@ximian.com>
894         [ fixes #79933 ]
895         
896         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
897         message.  no hiding, no disposing.
899         in the WM_CLOSE handler, hide the form if it's modal.
901 2006-11-15  Chris Toshok  <toshok@ximian.com>
903         * XplatUIX11.cs: use AddExpose instead of sending a message.
904         fixes textbox border drawing.
906 2006-11-15  Chris Toshok  <toshok@ximian.com>
908         * PropertyGridView.cs: keep from crashing on mouse move/down when
909         the property grid is empty.
911 2006-11-14  Jackson Harper  <jackson@ximian.com>
913         * TextControl.cs: Make PageUp and PageDown more like the MS
914         versions.
915         * TextBoxBase.cs: When we set the text property position the
916         cursor at the beginning of the document.
918 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
920         * Form.cs: if a mdi child's WindowState has changed
921         before it's creation, it would display wrong control
922         buttons.
923         
924 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
926         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
927           (Fixes bug #79927)
929 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
931         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
932         the window gets to paint its borders even if the window is
933         getting smaller.
934         
935         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
936         otherwise the old control buttons would still be painted 
937         if the window gets bigger.
938         
939         * PaintEventArgs.cs: add an internal method so that the clip 
940         rectangle can be changed.
941         
942 2006-11-13  Chris Toshok  <toshok@ximian.com>
944         [ fixes bug #79745 ]
945         
946         * NotifyIcon.cs: lots of cleanup.
948         * X11Structs.cs: add an enum for XEMBED messages.
950         * XplatUIX11.cs: reindent one of the giant switch statements, it
951         was taking up an additional tab stop, and this file is already way
952         too wide for my laptop's screen.
954         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
955         we get it, resize the hwnd to the WMNormalHints max_width/height.
957 2006-11-13  Jackson Harper  <jackson@ximian.com>
959         * TextBoxBase.cs: Compute the value changes for the mouse wheel
960         teh simple way.
962 2006-11-13  Chris Toshok  <toshok@ximian.com>
964         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
965         #79898.  force a reference to the Region to stick around so the
966         unmanaged object isn't collected (rendering our handle in the MSG
967         stale).
969 2006-11-13  Chris Toshok  <toshok@ximian.com>
971         * XplatUIX11.cs: fix #79917 for window managers which support
973         using XStoreName on the raw utf8, and we need to convert to
974         COMPOUND_TEXT if it's non-latin1.
976 2006-11-13  Chris Toshok  <toshok@ximian.com>
978         * Form.cs (set_DialogResult): we need to set closing to false if
979         we're setting our result to None.  fixes bug #79908.
981 2006-11-13  Jackson Harper  <jackson@ximian.com>
983         * TextControl.cs: When formatting text, compute the adjusted tag
984         lengths correctly, using FindTag for the end tag instead of trying
985         to figure it out outselves.
986         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
987         the item, ItemHeight doesn't work, because trees with large
988         imagelists use those for their height
989         * TreeView.cs: ActualItemHeight factors in the image height
990         - compute left edge of checkboxes correctly
991         - when expanding/collapsing move the bottom down one pixel, so we
992         aren't moving part of the node
994 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
996         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
997         stack in PaintEventStart so that it won't get disposed by the gc
998         before reaching PaintEventEnd.
1000 2006-11-13  Jackson Harper  <jackson@ximian.com>
1002         * TextBoxBase.cs: Don't select the word if we are on a line with
1003         no text.
1004         - We don't need to position the caret on mouse up, since the mouse
1005         move handler should be doing this
1006         - When double clicking a blank line, the caret is advanced to the
1007         next line.
1009 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
1011         * TreeNodeCollection.cs: Avoid duplicating indexer code.
1013 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
1015         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
1016         Fixes part of bug #79910.
1018 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
1020         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
1021           (bug #79903). Some minor string updates to match ms.
1023 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
1025         * FileDialog.cs: Don't add an extension if the filename
1026           already ends with that extension.
1028 2006-11-10  Jackson Harper  <jackson@ximian.com>
1030         * TreeView.cs: Use the currently highlighted node for the
1031         BeforeSelect event.
1032         * TextBoxBase.cs: There is no need to expand selection on
1033         MouseMove.
1034         - CanUndo means 'is there any undo operations', not 'is undo
1035         allowed on this textcontrol. Fixed ClearUndo unit test.
1037 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
1039         * Button.cs: only perform click when button is Selectable (so as 
1040         not to activate default buttons when they're disabled)
1041         
1042         * Control.cs: Rewrite of the SelectNextControl and related 
1043         methods. HandleClick now selects next control if the current one
1044         is being disabled.
1045         
1046         * Form.cs: OnActivated selects next active control only if Load 
1047         has already occurred. If Load hasn't run, there's no point in 
1048         selecting here, Load might change the state of controls.
1049         
1050         * FocusTest.cs: Tests marked as working again for these fixes
1052 2006-11-10  Chris Toshok  <toshok@ximian.com>
1054         * XplatUIX11.cs: a couple of fixes.
1056         - use XInternAtoms with almost all the atoms we need to register,
1057         instead of many, many calls to XInternAtom.  should help a bit on
1058         startup time, at the expense of making the code look a little
1059         worse.
1061         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
1062         isn't reparented (which seems to be a clue that we're running fon
1063         compiz) and they have an Owner form.  This fixes the tool windows
1064         in paint.net when running under compiz.
1066         - when setting the opacity of a window, support both the case
1067         where the window has been reparented and also when it hasn't been.
1068         Since compiz/beryl doesn't seem to reparent windows, and these are
1069         the only window managers which support translucency, I'm not sure
1070         why we need the hwnd.reparented case at all.. but leave it in.
1071         now we get translucent windows in paint.net under compiz/beryl.
1073 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
1075         * FileDialog.cs: Always return the value for FilterIndex that
1076           was set. Internally convert it to values that make sense.
1078 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
1079         
1080         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
1082 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
1084         * Toolbar.cs: Change default value of DropDownArrows to true, the 
1085         signature still using false to make it compatible with MS but the 
1086         initial value is true. Fixes #79855.
1088 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
1090         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
1091           only available on Linux.
1093 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
1095         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
1096         reduce number of calls to redraw method during toolbar creation.
1098 2006-11-09  Mike Kestner  <mkestner@novell.com>
1100         * ListView.cs : raise SelectedIndexChanged when an item is selected
1101         programmatically via the Item.Selected property.  Gert's nice 
1102         ListViewSelectedIndexChanged test fixture now runs clean.
1104 2006-11-09  Mike Kestner  <mkestner@novell.com>
1106         * ListView.cs : raise SelectedIndexChanged when a selected item is
1107         removed from the item collection using Remove or RemoveAt.
1109 2006-11-09  Mike Kestner  <mkestner@novell.com>
1111         * ListView.cs : raise SelectedIndexChanged once per selected item
1112         for compat with MS.  Fixes #79849+.
1114 2006-11-09  Chris Toshok  <toshok@ximian.com>
1116         * TabControl.cs: initialize row_count to 0, and set it to 1 when
1117         we need to (if we have any tab pages).  Fixes unit test.
1119 2006-11-09  Chris Toshok  <toshok@ximian.com>
1121         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
1122         width is 0, not 3.  Fixes a unit test.
1124 2006-11-09  Mike Kestner  <mkestner@novell.com>
1126         * ListView.cs : use Implicit scrollbars so that focus isn't 
1127         stolen from the listview when they are clicked. Fixes #79850.
1129 2006-11-09  Chris Toshok  <toshok@ximian.com>
1131         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
1132         have a root item.  Fixes #79879.
1134 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
1136         * FileDialog.cs:
1137           - Fix ToString ()
1138           - An ArgumentException is now thrown if a wrong filter
1139             is applied (matches ms). The previous filter doesn't change
1140             anymore if an exception is thrown.
1141           - Changing the FileName property also affects FileNames
1142         * ColorDialog.cs: The length of the CustomColors array is always
1143           16. It doesn't matter if we use a smaller array or null to update
1144           or change the custom colors property.
1145         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
1146           for RootFolder if we get a undefined value.
1148 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1150         * StatusBarPanel.cs: 
1151         - Width is set to MinWidth if Width is smaller than
1152         MinWidth. Fixes #79842.
1153         - MinWidth now always overrides Width (MSDN says MinWidth
1154         is set to Width when AutoSize = None, but they do not 
1155         behave like that).
1156         - Style has now the the correct default value.
1157         
1158 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1160         * TrackBar.cs: 
1161         - The control is completely invalidated on 
1162         Got/LostFocus to draw the focus rectangle correctly.
1163         - When AutoSize then height is always 45 (width for 
1164         vertical controls).
1165         
1166         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
1167         on the mouse when moved and it doesn't move when grabbed
1168         until the mouse moves as well. Also fixed some wrong 
1169         calculations when clicking on the thumb (control thought
1170         click was outside of thumb and didn't grab it).
1171         Fixes some of the issues in #79718.
1173 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
1175         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
1177 2006-11-08  Chris Toshok  <toshok@ximian.com>
1179         * PropertyGridView.cs: only call ToggleValue if the item is not
1180         readonly.
1182 2006-11-08  Jackson Harper  <jackson@ximian.com>
1184         * TextBoxBase.cs: The RichTextBox and textbox have very different
1185         word selection methods.  Implement the textbox's simple word
1186         selection here, and let the RichTextBox override and provide it's
1187         own.
1188         - Don't do extra selection on mouseup
1189         * RichTextBox.cs: Use the documents word selection algorithm, I
1190         think ideally, this function will be pulled into the
1191         RichTextBox.cs code someday.
1193 2006-11-08  Chris Toshok  <toshok@ximian.com>
1195         * RootGridEntry.cs: new class to represent GridItemType.Root.
1197         * CategoryGridEntry.cs: reformat, and add boilerplate.
1198         
1199         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
1200         returns the UI parent anyway, and we need special handling to
1201         implement the GetTarget method in the face of it.  Also, implement
1202         Select().
1204         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
1205         a root grid item, and use that instead of PropertyGrid.grid_items.
1206         Also, make use of TypeConverters (and add limitted support for
1207         ICustomTypeDescriptors) when initially populating the grid.
1208         Arrays now show up more or less properly.
1210 2006-11-08  Chris Toshok  <toshok@ximian.com>
1212         * Application.cs: set the modal dialog to non modal after we close
1213         it.  Fixes bug #79866.
1215 2006-11-08  Jackson Harper  <jackson@ximian.com>
1217         * TextControl.cs: When combining lines carry over the line end
1218         style from the end line.
1219         - Invalidate the selected area when setting it, if it is visible.
1220         * TextBoxBase.cs: Only rich text box can do full line selects.
1221         - Make sure to set the cursor position when there is a click,
1222         otherwise two clicks in separate areas could cause a large chunk
1223         to be selected.
1225 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
1227         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
1228         Fixes #79863.
1230 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
1232         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
1233         time. Remove tooltips when ToolButton click events.  Fixes #79856.
1235 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
1237         * MenuAPI.cs: Ignore right click for menu actions and fixes
1238         menu border when clicked.  Fixes #79846.
1240 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
1242         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
1243         MouseState after create wParam for message, this fixes mouse button 
1244         equal none in mouse up events.
1245         
1246 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
1248         * Control.cs : Focus() now calls Select to set the Container's
1249         Active Control and to give it focus. To avoid infinite recursion
1250         (because ActiveControl also calls Focus at one point), a check 
1251         is made in Focus with the help of a new internal variable
1252         is_focusing.
1254 2006-11-07  Mike Kestner  <mkestner@novell.com>
1256         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
1257         if there's a selection.  Fixes #79849.
1259 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
1261         * PropertyGrid.cs: Avoid fixed height of help description label.
1262         Fixes part of bug #79829.
1264 2006-11-07  Chris Toshok  <toshok@ximian.com>
1266         * XplatUIX11.cs: fix #79790 again, by using the
1267         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
1269 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
1271         * ToolBar.cs: Fix left click checking.
1273 2006-11-07  Chris Toshok  <toshok@ximian.com>
1275         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
1277 2006-11-07  Chris Toshok  <toshok@ximian.com>
1279         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
1280         PropertyManager unit tests.
1282         * PropertyManager.cs: make property_name internal.
1284 2006-11-07  Chris Toshok  <toshok@ximian.com>
1286         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
1287         pass a unit test.  Also, don't set image_index to anything in
1288         response to setting the ImageList property.
1290 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
1292         * ToolBar.cs: Ignore click events when mouse button is not a
1293         left button, only accepts other button for dropdown menus.  
1294         Fixes #79854.
1296 2006-11-07  Chris Toshok  <toshok@ximian.com>
1298         * DataGrid.cs: make the back and parent row buttons a little less
1299         ugly.
1301 2006-11-07  Jackson Harper  <jackson@ximian.com>
1303         * TextBoxBase.cs: When converting to Text don't put line breaks in
1304         for soft line breaks.
1305         * TextControl.cs: There is an initial "fake" line in the document,
1306         this is now a soft break line, so that an extra line feed doesn't
1307         get added to the end of documents.
1309 2006-11-07  Chris Toshok  <toshok@ximian.com>
1311         [ fix bug #79778 ]
1312         
1313         * CurrencyManager.cs: if the list is readonly, don't bother
1314         checking if IBindingList.AllowNew is true.
1316         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
1317         for non-DataRowView datasources..  or rather, make it not crash.
1318         (DataGridPaintRelationRow): make sure we limit the row painting to
1319         the area not covered by the row header, and make our cell width at
1320         least large enough to cover the relation area.  This allows grids
1321         that have relations but no rows to render correctly.
1322         (DataGridPaintRowContents): same type of changes here.
1323         (SetDataSource): move back to always calling
1324         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
1325         navigating back through relations.
1326         (HitTest): handle the case where we have no cells but have
1327         relations.  Right now we generate a hit in cell 0 of whatever the
1328         row is, not sure if this is strictly correct, but it works for our
1329         purposes.
1330         
1331         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
1332         bother doing anything.
1334 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
1336         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
1337         early version of StatusStrip.  Not responsible for eaten
1338         application or firstborn children.
1340 2006-11-06  Chris Toshok  <toshok@ximian.com>
1342         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
1343         call GetTabRect with a -1 index.  Fixes #79847.
1345 2006-11-06  Jackson Harper  <jackson@ximian.com>
1347         * TreeNodeCollection.cs: Update scrollbars after clearing.
1349 2006-11-06  Chris Toshok  <toshok@ximian.com>
1351         * NumericUpDown.cs: fix the ToString method for some unit test
1352         love.
1354 2006-11-06  Chris Toshok  <toshok@ximian.com>
1356         * PropertyGrid.cs:
1357         - set the initial SelectedGridItem if we can.
1359         - Exclude non-mergable properties only if we're merging > 1
1360         object.  Merging 1 object isn't really merging, obviously.
1362         - Handle PropertySort.NoSort just like Alphabetical, which is
1363         wrong of course, but at least gets things on the screen.
1364         
1365         * PropertyGridView.cs:
1366         - Add method "FindFirstItem" which finds the first property grid
1367         item, so we can select it by default.
1369         - make use of GridEntry.CanResetValue.
1371         - Don't call RedrawBelowItemOnExpansion here anymore, the
1372         individual GridEntry's will do that.
1374         - Remove the ITypeDescriptorContextImpl internal class.
1375         
1376         * GridEntry.cs:
1377         - this class needs to implement ITypeDescriptorContext, as it's
1378         what MS's PropertyDescriptorGridEntry does, which means we can
1379         remove the ITypeDescriptorContextImpl internal class from
1380         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
1382         - keep a reference to our PropertyGridView, and move the call to
1383         RedrawBelowItemOnExpansion here from PGV.  This means
1384         programmaticly setting Expanded actually does something visible.
1386         - add a CanResetValue() function which takes into account our
1387         possibly multiple "selected_objects" in the merged case.  Shifting
1388         PropertyGridView to use this method fixes another unreported
1389         crasher found running the test for #79829.
1391         - when Top or Bounds is updated, make sure the PropertyGridTextBox
1392         is updated to reflect this.
1394         * CategoryGridEntry.cs: the ctor takes the PGV now.
1395         
1396 2006-11-06  Jackson Harper  <jackson@ximian.com>
1398         * TextControl.cs: These are 1 based.
1399         * TextBoxBase.cs: When setting the selected text, don't change the
1400         selected text tags, this is done by ReplaceText, just position the
1401         cursor at the end of the new text.
1403 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
1405         * ListView.cs: Allow label edit only when, when LabelEdit is
1406           set to true.
1408 2006-11-06  Jackson Harper  <jackson@ximian.com>
1410         * TextControl.cs: If a suitable wrapping position isn't found,
1411         just wrap right in the middle of a word.
1413 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
1415         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
1416           bug #79820.
1418 2006-11-06  Jackson Harper  <jackson@ximian.com>
1420         * TreeView.cs: Can't use the VisibleCount property when setting
1421         scrollbar heights, because this doesn't take into account whether
1422         or not the horz scrollbar just came visible.
1424 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
1426         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
1427         activated.  Fixes #79369, #79832.
1429 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
1431         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
1432           had to remove support for links that point to a directory. FileInfo
1433           returns no usefull information (means, the directory they point to)
1434           for such links. Replaced some empty string ("") with String.Empty.
1436 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1438         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
1439         NullReferenceException when attempting to remove node that is not in
1440         collection. Throw NullReferenceException when null is passed to 
1441         Remove. Allow first element of the collection to be removed. Fixes
1442         bug #79831.  In GetEnumerator ().Current return null if positioned 
1443         before the first element of the collection. In GetEnumerator ().Reset,
1444         position before first element of the collection.
1446 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1448         * PropertyGrid.cs: To match MS, remove default title and description
1449         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
1450         buttons.
1452 2006-11-04  Chris Toshok  <toshok@ximian.com>
1454         * Theme.cs: add a Clamp method, just for kicks.
1456         * ThemeWin32Classic.cs: clamp all color components to [0..255].
1458 2006-11-04  Chris Toshok  <toshok@ximian.com>
1460         * Form.cs: if the form isn't visible, Close() does nothing.
1462 2006-11-03  Chris Toshok  <toshok@ximian.com>
1464         * Form.cs (Close): if the form is modal, don't Dispose of it, only
1465         Hide it.
1466         (WndProc): don't Dispose after handling the WM_CLOSE message.
1468         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
1469         them as such, instead of using casts from Control to Form.  Also,
1470         don't Dispose of the modal dialog when we fall out of the loop -
1471         Close() it instead.
1473         fixes bug #79813.
1475 2006-11-03  Chris Toshok  <toshok@ximian.com>
1477         * Control.cs (Dispose): only go through the dispose thing if we're
1478         @disposing, and we haven't already been disposed.  Fixes bug
1479         #79814.
1481         * Form.cs: no reason to call "base.Dispose()" here instead of
1482         "Dispose()".
1484 2006-11-03  Mike Kestner  <mkestner@novell.com>
1486         * ComboBox.cs : use ToString instead of casts in AddItem for
1487         sorting functionality.  Fixes #79812.
1489 2006-11-03  Chris Toshok  <toshok@ximian.com>
1491         * Application.cs: pave the way for actually using the thread
1492         exception dialog.  it's ifdefed out at the moment.
1494 2006-11-03  Chris Toshok  <toshok@ximian.com>
1496         * ThreadExceptionDialog.cs: until we get a better layout, actually
1497         hide the details textbox and label when we shouldn't see them.
1499 2006-11-03  Jackson Harper  <jackson@ximian.com>
1501         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
1502         multiline textboxes anymore.  This method also determines the
1503         width/height of a textboxes canvas area.
1504         - Sorta a revert of the last patch.  For multiline just position
1505         the controls, then bail.  This way the scrollbar width won't be
1506         altered.
1508 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
1510         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
1511         it dont need.  Fixes #79537.
1513 2006-11-02  Jackson Harper  <jackson@ximian.com>
1515         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
1516         send the status after firing the DndOver event.
1518 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1520         * TrackBar.cs: Now orientation only switches height / width if
1521         the control's handle is created (Win32 does it like this). Also 
1522         fixed a typo in ToString() for a test to pass, changed the 
1523         exception thrown in set_LargeChange and set_SmallChange to 
1524         match Win32 behaviour, and added TrackBar tests to the unit 
1525         tests.
1527 2006-11-02  Chris Toshok  <toshok@ximian.com>
1529         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
1530         not _NET_WM_STATE_NO_TASKBAR.
1532 2006-11-02  Jackson Harper  <jackson@ximian.com>
1534         * TextControl.cs: Increment count by one, since in the update view
1535         count - 1 is used.
1537 2006-11-02  Jackson Harper  <jackson@ximian.com>
1539         * TextBoxBase.cs: Use client rectangle not bounds for checking if
1540         the mouse is in the client rectangle (duh).
1542 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1543         
1544         * TrackBar.cs: Fixed trackbar jumping around when clicking
1545         on it - the trackbar was not detecting correctly at which
1546         side of the thumb the click was done. (fixes #79718)
1548 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1550         * ListBox.cs: scroll visible area when change SelectedIndex to
1551         a non visible area.  Fixes #79481.
1553 2006-11-01  Jackson Harper  <jackson@ximian.com>
1555         * TextControl.cs: When replacing the selection move the selection
1556         start/end/anchor to the end of the new text.
1558 2006-11-01  Jackson Harper  <jackson@ximian.com>
1560         * XplatUIWin32.cs: When setting the parent change the controls
1561         visibility to it's visibility flag, not to it's old parents
1562         visibility (.Visible walks the parent chain).
1564 2006-11-01  Chris Toshok  <toshok@ximian.com>
1566         * XplatUIX11.cs: revert the #79790 fix, as the simple.
1567         XSetTransientForHint fix breaks paint .net's tool windows.  more
1568         work needed for that one.
1570 2006-11-01  Chris Toshok  <toshok@ximian.com>
1572         * ScrollBar.cs: throw ArgumentException instead of Exception in
1573         LargeChange/SmallChange setters.  fixes unit tests.
1575 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
1577         * ContainerControl.cs: reverted rev.67183 (which was itself
1578         a reversion of rev.66853... eh).
1579         
1580         * Control.cs: Fixes Reflector hang by changing Focus() call
1581         to what it was before rev.66643 (calling Select() here sets 
1582         ActiveControl, which in some situations calls back Focus and 
1583         eventually does a stack overflow). Temp fix.    
1584         Changes to GetNextControl() to not look for children to select when
1585         parent cannot be selectable (so it looks for siblings instead)  
1586         
1587 2006-10-31  Mike Kestner  <mkestner@novell.com>
1589         * CheckedListBox.cs : off by one error in returned index from
1590         ObjectCollection.Add.  Fixes #79758.
1592 2006-10-31  Chris Toshok  <toshok@ximian.com>
1594         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
1595         calls for the textbox/spinner, to keep from recursing to the point
1596         where we crash.  Fixes #79760.
1598 2006-10-31  Chris Toshok  <toshok@ximian.com>
1600         * ListControl.cs (set_SelectedValue): don't throw exceptions on
1601         null/"" value, just return.  matches ms's behavior and fixes some
1602         failing tests.
1604 2006-10-31  Chris Toshok  <toshok@ximian.com>
1606         * Control.cs (set_Capture): make a logic a little easier to
1607         follow.
1609         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
1610         if it's being destroyed.  A necessary fix surely, but a bandaid
1611         also, to fix the stuck capture problem in bug #78413.
1613 2006-10-31  Chris Toshok  <toshok@ximian.com>
1615         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
1616         convention of clearing hwnd.ClientRect when we set the
1617         width/height (so it'll be recalculated by Hwnd).
1619 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
1621         * ContainerControl.cs: reversed Contains check from
1622         ActiveControl due to hanging problems. This fix
1623         partly regresses #79667 (button does not have
1624         initial focus), so this might be a symptom for 
1625         a larger parenting problem (set_ActiveControl
1626         is being called but the child control does
1627         not have the parent set yet?)   
1628         
1629 2006-10-31  Mike Kestner  <mkestner@novell.com>
1631         * MenuAPI.cs : fix keynav when menu is click activated.
1633 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
1635         * ToolStrip*: Version 0.2.
1637         * MenuStrip.cs: Version 0.1.
1639         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
1641 2006-10-30  Chris Toshok  <toshok@ximian.com>
1643         [ fixes the oversized notify icon issue in bug #79745 ]
1644         
1645         * NotifyIcon.cs: scale the icon down to the size we're given by
1646         the XplatUI layer (this would be faster if we did it once instead
1647         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
1648         since it's never invoked.
1650         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
1651         pixels high by default, so let's hardcode our systray icon to that
1652         size.  The SYSTEM_TRAY protocol should really have a way for
1653         client apps to query for the correct icon size.. but oh well.  A
1654         couple of patches to deal with the screwy client_window ==
1655         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
1656         instance, and also make sure we don't XSelectInput twice).
1658 2006-10-30  Chris Toshok  <toshok@ximian.com>
1660         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
1661         recreating forms.  Control recreation is the bane of my existence.
1662         Fix it in a way that keeps everyone happy.
1664 2006-10-30  Chris Toshok  <toshok@ximian.com>
1666         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
1667         just non-CHILD ones.  otherwise sometimes scrollbars end up with
1668         client_windows not being resized to the proper size (ReportBuilder
1669         shows this extremely well).
1671 2006-10-30  Chris Toshok  <toshok@ximian.com>
1673         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
1674         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
1675         showing up in the gnome taskbar.  Fixes bug #79790.
1677 2006-10-30  Chris Toshok  <toshok@ximian.com>
1679         * ApplicationContext.cs: guard against a NRE.
1681         * Application.cs: null out the old MainForm for the context, so we
1682         don't try to use it again once it's disposed.  Fixes bug #79783.
1684 2006-10-30  Chris Toshok  <toshok@ximian.com>
1686         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
1687         BindingContext, set the data source directly, otherwise do the
1688         lazy approach - the actual ListManager will be created when we get
1689         a BindingContext. Fixes bug #79700.
1691 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
1693         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
1694           XplatUIX11.cs: Remove old 2 parameter SetVisible.
1696         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
1698 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
1700         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
1701         of SetVisible that allows a window to be shown, but not activated.
1702         This is needed on Windows for MenuStrip, and can probably be used
1703         with MainMenu and ComboBox to fix the focus stealing issues on
1704         Windows.
1706         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
1708 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
1710         * PictureBox.cs: Fix the output of the ToString method.
1712 2006-10-29  Chris Toshok  <toshok@ximian.com>
1714         * Control.cs (get_TopLevelControl): fix bug #79781.
1716 2006-10-29  Chris Toshok  <toshok@ximian.com>
1718         * ListControl.cs (set_DataSource): throw Exception here, not
1719         ArgumentException, to match MS behavior.
1721 2006-10-29  Chris Toshok  <toshok@ximian.com>
1723         * Form.cs: remove the try-catch's around calls to GetWindowState.
1724         We can just check the return value.
1726         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
1727         Instead return -1.
1729         * XplatUI.cs: Add note about additional return value for
1730         GetWindowState.
1732 2006-10-29  Chris Toshok  <toshok@ximian.com>
1734         * Control.cs (CreateHandle): when we create our handle, we also
1735         create the handles of our child controls.  Fixes one of the
1736         Control unit tests (CH11).
1738 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
1740         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
1742 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
1744         * ThemeClearlooks.cs: A little speedup.
1746 2006-10-27  Chris Toshok  <toshok@ximian.com>
1748         * Control.cs: implement Control.FromChildHandle in a way that
1749         matches the docs (and fixes the failed test.)
1751 2006-10-27  Chris Toshok  <toshok@ximian.com>
1753         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
1754         comments).
1756         * DataGrid.cs: implement ResetForeColor such that the tests
1757         succeed.
1758         
1759 2006-10-27  Chris Toshok  <toshok@ximian.com>
1761         * ToolBarButton.cs: setting text/tooltiptext to null results in it
1762         being set to "".  Fixes bug #79759.
1764 2006-10-27  Jackson Harper  <jackson@ximian.com>
1766         * TextControl.cs: We need to clear the entire selection area when
1767         setting the start, otherwise multiline selections are still
1768         visible.
1770 2006-10-26  Chris Toshok  <toshok@ximian.com>
1772         * PropertyGridView.cs: 
1774         - ifdef all the code specific to the double
1775         buffer case, and provide some alternatives in the non-doublebuffer
1776         code, which makes heavy use of XplatUI.ScrollWindow to move things
1777         around without having to invalidate (and cause flicker).  There
1778         are still some drawing problems in the non-doublebuffered case, so
1779         DOUBLEBUFFER is defined by default.
1781         - Fix the way dropdowns are handled.  now we explicitly watch for
1782         the events which might cause the dropdown to close, and break out
1783         of the nested event loop there.  This gets rid of all Capture
1784         code, at the expense of the Msg special casing.  Seems to work,
1785         though, and fixes bug #79743.
1787 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
1788         * Control.cs: SetIsRecreating now recreates implicitly added
1789         child controls as well. Finally fixes #79629. The flag passed to 
1790         SetIsRecreating has also been removed since it wasn't used.
1791         
1792 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1794         * PageSetupDialog.cs: Clean some code, fix some bits, 
1795         add some checks, and add a printer sub-dialog.
1797 2006-10-26  Chris Toshok  <toshok@ximian.com>
1799         * PropertyGrid.cs: make set_SelectedObject call
1800         set_SelectedObjects, and move the duplicate logic to the
1801         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
1803         * PropertyGridView.cs: hide the textbox when we get a
1804         SelectedObjectsChanged event.
1806         Fixes bug #79748.
1808 2006-10-26  Chris Toshok  <toshok@ximian.com>
1810         * PropertyGridView.cs: deal with the type converter not supporting
1811         GetStandardValues() or GetStandardValues() returning null, which
1812         is does in the default case.  Fixes #79742.
1814 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
1816         * CheckedListBox.cs: nunit no longer crashes when selecting 
1817         Project/Edit menu option
1818         
1819 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
1821         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
1822         is no menu selected. fixes #79739
1824 2006-10-25  Chris Toshok  <toshok@ximian.com>
1826         * PropertyGridView.cs: factor out the splitter invalidation code
1827         into the SplitterPercent setter, and for kicks implement the
1828         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
1829         amount in either direction.
1831 2006-10-25  Chris Toshok  <toshok@ximian.com>
1833         * PropertyGridView.cs: do some cleanup of the brush used to draw
1834         text - read only fields should be grayed out.  not sure how to do
1835         this with the textbox, though.  but the textbox's should also be
1836         readonly now at least.  Also, hide/show the textbox when resizing
1837         the control.
1838         
1839         * CursorConverter.cs: use System.Reflection when getting the
1840         properties of Cursors, as TypeDescriptor.GetProperties isn't
1841         returning static properties.
1843 2006-10-25  Chris Toshok  <toshok@ximian.com>
1845         * PropertyGridView.cs: factor out the up/down handling, and reuse
1846         it for page up/down.  also add End/Home support.
1848 2006-10-25  Chris Toshok  <toshok@ximian.com>
1850         * PropertyGridView.cs:
1852         - ensure the selected grid item is visible in the scrolled area,
1853         fixes bug #79572.
1855         - fix Keys.Down handling when you're on the last item in the
1856         propertygrid.
1858 2006-10-25  Mike Kestner  <mkestner@novell.com>
1860         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
1861         clicks too.  Fixes #79725.
1863 2006-10-24  Chris Toshok  <toshok@ximian.com>
1865         * PropertyGrid.cs: use property.Converter instead of
1866         TypeDescriptor.GetConverter(property.PropertyType), so we catch
1867         TypeConverters declared on the property as well as on the
1868         PropertyType.  Fixes bug #79678.
1870 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
1872         * MimeIcon.cs, Mime.cs:
1873           Fallback to the default platform handler if no shared mime info
1874           stuff exists (fixes #79693).
1876 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
1877         * ContainerControl.cs: Incorrect contains check in ActiveControl 
1878         from previous fix (duh).
1880 2006-10-20  Chris Toshok  <toshok@ximian.com>
1882         * PropertyGridView.cs: the dropdown should be MIN(number of items
1883         in list, 15).  Fixes #79551.
1885 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
1886         Fixes #79384, #79394, #79652, #79667
1887         * Application.cs: 
1888         
1889         - Modal windows are now destroyed in the proper order for windows
1890         
1891         * ContainerControl.cs:
1892         
1893         - ActiveControl setter has more conditions on when to return:
1894                 - if we're reselecting the active control, but it actually
1895                 didn't have focus (window hidden or some such), it runs
1896                 - if the active control being selected doesn't actually 
1897                 exist in the container, it returns
1898         
1899         * Form.cs
1900         
1901         - The ShowDialog now gets the current form as the owner when
1902         invoking without parameters, and correctly activates the owner 
1903         when returning
1904         
1905         * MessageBox.cs
1906         
1907         - MessageBox now catches the Escape key to exit
1909 2006-10-20  Chris Toshok  <toshok@ximian.com>
1911         * PropertyGridView.cs: fix a number of issues (bug #78565, and
1912         most of bug #79676):
1914         - you can navigate around the property grid with the arrow keys.
1916         - the dropdown is sized properly when the pg has a vertical
1917         scrollbar.
1919         - fix the indentation for subentries, and properly select the
1920         entire label rect.
1922         - fix the gray bar's drawing (only draw it to the last element,
1923         not for the height of the control.  Also make sure we draw that
1924         last horizontal grid line.
1926         - use the same mechanism the datagrid uses wrt the editing textbox
1927         when scrolling/resizing/etc.  Namely, we hide it first, do the
1928         operation, then show it again (if it's still visible).
1929         
1930         - aggressively remove a lot of unnecessary refreshes (and also
1931         calls to Invalidate(). call more limited variants, and only redraw
1932         what we need.)
1933         
1934         * PropertyGrid.cs:
1936         - when we're populating the merged collection, fill in the UI
1937         parent with either the passed in item, or the category item we
1938         create.
1940         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
1942         * GridItem.cs: drop some fully qualified names.
1943         
1944         * GridEntry.cs: add a "UIParent", which is basically the parent
1945         treenode.
1947         * GridItemCollection.cs: add an IndexOf method.
1949 2006-10-20  Mike Kestner  <mkestner@novell.com>
1951         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
1952         a working win32 NC invalidation mechanism, we can't invalidate
1953         menus.  [Fixes #79705]
1955 2006-10-20  Mike Kestner  <mkestner@novell.com>
1957         * ListBox.cs : don't update the VScrollbar if the list is empty,
1958         just hide it.  [Fixes #79692]
1960 2006-10-20  Jackson Harper  <jackson@ximian.com>
1962         * RichTextBox.cs: Handle some special chars better, and don't skip
1963         the entire group when we encounter a special char that we don't
1964         handle correctly.
1966 2006-10-18  Chris Toshok  <toshok@ximian.com>
1968         * PropertyGridView.cs: address a number of issues from bug #79676,
1969         mostly of the cosmetic variety.
1971         - The highlight rectangle for indented items not extends all the
1972         way to the left.
1974         - Indented items aren't indented so much.
1976         - the dropdown is properly sized width-wise if the pg has a
1977         vertical scrollbar.
1979 2006-10-18  Chris Toshok  <toshok@ximian.com>
1981         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
1982         systray stuff is rather convoluted to begin with.
1984         systray icons are a single window for some reason (that I haven't
1985         figured out yet), and for them, client_window == whole_window.
1986         Given the way the tests are structured elsewhere to determine
1987         which paints are pending (client vs. nc), that situation will
1988         always yield PAINT, not NCPAINT.  So, if we have a pending
1989         nc_expose and no pending expose, remove the hwnd from the paint
1990         queue, and also set nc_expose_pending to false, to keep us from
1991         blocking further expose's adding the hwnd to the paint queue.
1993         phew.  like i said, a rather convoluted change.  Fixes the
1994         notifyicon repaint issues in bug #79645.
1996 2006-10-18  Chris Toshok  <toshok@ximian.com>
1998         * Form.cs: when getting the backcolor of the form, don't get
1999         base.BackColor, as this allows parents to influence the background
2000         color.  This breaks mdi forms.  Instead, if the background_color
2001         is empty, return the default.
2003 2006-10-18  Chris Toshok  <toshok@ximian.com>
2005         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
2006         to being private instead of internal static.
2008         * Control.cs: remove all the stupid ParentWaitingOnRecreation
2009         crap, it wasn't working for more deeply nested controls anyway,
2010         and we already have the is_recreating flag - use that instead.
2011         Before calling DestroyHandle in RecreateHandle, recurse through
2012         the control tree setting it to true.  this returns the recreate
2013         code to much of its original simplicity, while now guaranteeing we
2014         actually recreate everything we're supposed to.  This change gets
2015         fyireporting actually showing mdi children.
2017 2006-10-17  Chris Toshok  <toshok@ximian.com>
2019         * Form.cs: remove some debug spew, and collapse some duplicate
2020         code at the end of SetClientSizeCore.
2022         * XplatUIX11.cs: 
2023         - add some more debug spew here too wrt Destroy handling.
2024         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
2025         in Control's handling of WM_DESTROY.
2026         - Remove the handling of zombie window DestroyNotifies from the
2027         event loop - we don't need it.  Now the only DestroyNotifies we
2028         actually handle are ones generated by X.
2029         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
2030         match gtk's (functioning) handling of this. This keep metacity
2031         from leaving droppings in the form of wm borders with no window
2032         contents all over the place.
2034         * Control.cs:
2035         - add a bunch of debug spew wrt control recreation.
2036         - fix a bug where we weren't tracking Visible properly on
2037         recreated hwnds.
2038         - fixed the WM_PAINT double buffer handling to support re-entrant
2039         calls (yes, i know it's gross, but it's happening to us).
2041 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
2042         * ThemeWin32Classic.cs: changed drawing of selected days
2043         to make them look better.
2045 2006-10-16  Chris Toshok  <toshok@ximian.com>
2047         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
2048         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
2050         * XplatUIX11.cs: move away from using hwnd.client_dc and
2051         hwnd.non_client_dc and on to a stack of dc's (and in window's
2052         case, PAINTSTRUCT's), so we can deal with nested Paint calls
2053         without puking or not disposing of Graphics objects.
2055         * XplatUIOSX.cs: same.
2057         * XplatUIWin32.cs: same.
2059 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
2061         * FileDialog.cs: Don't call on_directory_changed inside
2062           OnSelectedIndexChanged (it changes the SelectedIndex too).
2063           Instead move it to OnSelectionChangeCommitted.
2065 2006-10-13  Chris Toshok  <toshok@ximian.com>
2067         * XplatUIX11.cs: more Destroy work.  the current code does the
2068         following things, in order:
2070         1. Enumerates all handles of all controls at or below the one
2071         being destroyed, in pre-order.  As it is doing this, it marks the
2072         handles as zombie and clears all references to them.
2073         
2074         2. calls XDestroyWindow on the window passed in.
2076         3. SendMessage's WM_DESTROY to all he handles in the accumulated
2077         list.
2079 2006-10-13  Chris Toshok  <toshok@ximian.com>
2081         * XplatUIX11.cs: set hwnd.zombie to true before calling
2082         SendMessage (WM_DESTROY).  this keeps us from marking the new
2083         window a zombie, and also keeps us from calling sendmessage at
2084         all.
2086 2006-10-13  Jackson Harper  <jackson@ximian.com>
2088         * TextControl.cs: Do not show the caret and selection at the same
2089         time.  Reduces ugliness by 35%.
2091 2006-10-13  Chris Toshok  <toshok@ximian.com>
2093         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
2094         zombie after we do the recursive call, so we actually do call
2095         SendMessage on the children controls.
2096         (GetMessage): if we find a pending paint event for a zombie hwnd,
2097         remove the hwnd from the paint queue, or else it will always be
2098         there (and we'll effectively loop infinitely)
2100 2006-10-13  Mike Kestner  <mkestner@novell.com>
2102         * MenuItem.cs : add Selected format under keynav too.
2103         Fixes #79528.
2105 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
2107         * PropertyGrid.cs: Fixed some NRE's and small difference between our
2108         implementation and that of MS.
2110 2006-10-13  Chris Toshok  <toshok@ximian.com>
2112         * Control.cs (OnInvalidated) only futz with the invalid_region if
2113         the control is double buffered.  this fixes the apparent hang in
2114         the ListView unit tests.  Someone needs to make the
2115         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
2117 2006-10-13  Chris Toshok  <toshok@ximian.com>
2119         * PropertyGridView.cs:
2121         - do a little refactoring so that only one place calls
2122         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
2123         else call that.  Also make it Refresh, since there are redraw bugs
2124         otherwise (we should take a look at that...)
2126         - do a little more refactoring work to share the body of code
2127         involved with the drop down.  it was duplicated in the code
2128         dealing with the listbox handling and in the code dealing with the
2129         UITypeEditors.
2131         - add a Capture to the dropdown form's control once it's
2132         displayed, and add a MouseDown handler that checks to make sure
2133         the position is inside the control.  If it's not, close the
2134         dropdown.  This fixes #78190.
2136         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
2137         if the value is different than the initial value.
2138         
2139 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
2141         * Control.cs: see #78650
2142         - Fixed GetNextControl for several cases:
2143                 - Changed FindFlatForward to return 
2144                 correct sibling control when more than one
2145                 control has same TabIndex as the currently 
2146                 focused one.
2147                 - Changed FindFlatBackward to loop children
2148                 from last to first and apply same logic as in
2149                 FindFlatForward
2150                 - Changed FindControlForward to search for
2151                 children when control is not a container
2152                 but has children, or search for siblings if
2153                 control is a container...
2154                 - Changed FindControlBackward   to continue
2155                 searching for child controls when hitting 
2156                 Panel-like parents
2157                 
2158         - Fixed Focus method to update ActiveControl
2159         (FocusTest.FocusSetsActive failure)
2160         
2161         * TabControl.cs:
2162         - Focus rectangle now refreshes when gaining
2163         or losing focus
2164         - Removed grab for Tab key on IsInputKey that 
2165         was keeping tab navigation from working (#78650)
2167 2006-10-13  Chris Toshok  <toshok@ximian.com>
2169         * PropertyGridView.cs:
2170         - Rewrite SetPropertyValue to loop over SelectedGridItem's
2171         SelectedObjects.
2173         - Deal with GridItem.Value == null a few places.
2175         * PropertyGrid.cs: 
2176         - replace the PopulateGridItemCollection with a pair of methods
2177         which compute the intersection of all the properties in the
2178         SelectedObjects array.  Fixes #79615.
2180         - Throw ArgumentException from set_SelectedObjects if there's a
2181         null in the array.
2183         - Add GetTarget method which can be used to traverse up the
2184         GridItem.Parent chain.  It depends on the assumption that
2185         selected_objects for different GridEntries are always in the same
2186         order (a safe assumption).  Use this method and loop over all the
2187         selected objects in the entry when calling RemoveValueChanged and
2188         AddValueChanged.
2189         
2190         * GridEntry.cs: Make this handle multiple selected objects.
2191         .Value returns null if not all the selected objects share the same
2192         value.
2194 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
2195         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
2196           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
2197           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
2198           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
2199           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
2200         add additional functionality.
2202 2006-10-12  Mike Kestner  <mkestner@novell.com>
2204         * ErrorProvider.cs : new ToolTipWindow ctor sig.
2205         * HelpProvider.cs : new ToolTipWindow ctor sig.
2206         * ToolTip.cs : remove ToolTip param from Window sig since it is
2207         not used.
2208         * ToolBar.cs : add tooltip support.  Fixes #79565.
2210 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
2212         * ComboBox.cs: move the events in set_SelectedIndex to 
2213         after the call to HighlightIndex in order to avoid 
2214         possible recursion and subsequent problems with the call
2215         to HighlightIndex and include a range check in 
2216         set_HighlightIndex. Fixes #79588
2217         
2218 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
2220         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
2221         to ui thread's settings instead of sunday. 
2222         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
2224 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
2226         * DateTimePicker.cs
2227         * MonthCalendar.cs
2228         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
2229         and implement missing functionality (selecting different parts 
2230         of the date and edit them individually with the keyboard).
2231         
2232 2006-10-11  Chris Toshok  <toshok@ximian.com>
2234         * Control.cs (OnInvalidated): fix NRE relating to last change.
2236 2006-10-11  Chris Toshok  <toshok@ximian.com>
2238         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
2239         atoms in _NET_WM_STATE here if the window is maximized.  We need
2240         to do this because we're *replacing* the existing _NET_WM_STATE
2241         property, so those atoms will be lost otherwise, and any further
2242         call to GetWindowState will return Normal for a window which is
2243         actually maximized.  Fixes #79338.
2245 2006-10-11  Jackson Harper  <jackson@ximian.com>
2247         * TextControl.cs: Special case for setting selection end to
2248         selection start, we basically kill the anchor.
2249         - some todo comments.
2251 2006-10-11  Chris Toshok  <toshok@ximian.com>
2253         * Control.cs: switch to using an "invalid_region" to track which
2254         parts of the image buffer need updating.  This is more code than
2255         the simple fix from r66532.  That version just attempted to always
2256         fill the entire buffer on redraw, which turns out to be
2257         inefficient when invalidating small rectangles.  This version
2258         simply adds the invalid rectangle to the invalid region.  When we
2259         get any WM_PAINT message we see if it can be filled using the
2260         image buffer, and if it can't (if the paint event's clip rectangle
2261         is visible in the invalid region) we first fill the image buffer.
2262         So, the image buffer is still a cache, we just fill it lazily.
2264         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
2265         need it any longer.
2267 2006-10-11  Chris Toshok  <toshok@ximian.com>
2269         * XplatUIX11.cs (SetWindowPos): we need to update both position as
2270         well as size after calling XMoveResizeWindow.  This keeps us from
2271         ignoring future SetWindowPos calls.  Fixes the disappearing
2272         DateTimePicker in the ToolBarDockExample from bug #72499.
2274 2006-10-11  Chris Toshok  <toshok@ximian.com>
2276         * TextBoxBase.cs: reorder things a bit when it comes to
2277         resizing-causing-recalculation.  we were recalculating the
2278         document when our position was changed, which shouldn't happen.
2279         We only care about size changes.  Clear up some more redundant
2280         recalculation calls while I'm at it.  This makes the toolbar dock
2281         example snappy when you're just dragging toolbars around (since it
2282         causes a relayout whenever you move one.)
2284 2006-10-11  Chris Toshok  <toshok@ximian.com>
2286         * ToolBarButton.cs (get_Rectangle): this only returns
2287         Rectangle.Empty if Visible == false, or Parent == null.
2288         Parent.Visible doesn't matter.
2290 2006-10-10  Chris Toshok  <toshok@ximian.com>
2292         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
2293         by .net 1.1, so switch to an internal method instead.
2295 2006-10-10  Chris Toshok  <toshok@ximian.com>
2297         * Control.cs (WM_PAINT): when a control is double buffered we draw
2298         initially to the ImageBuffer and then copy from there.  But when a
2299         parent control which has child controls is double buffered, the
2300         initial drawing doesn't encompass the entire ClientRectangle of
2301         the parent control, so we end up with uninitialized bits (this is
2302         easily seen by dragging the top toolbar in
2303         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
2304         manually set the ClipRectangle of the paint_event (only the one we
2305         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
2306         of the nastiness in bug #72499.
2308         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
2309         which we use in Control.cs's WM_PAINT handling.
2311 2006-10-10  Jackson Harper  <jackson@ximian.com>
2313         * TextBoxBase.cs: Finish off the autoscrolling stuff.
2315 2006-10-10  Chris Toshok  <toshok@ximian.com>
2317         * Cursor.cs: Apply a slightly different patch to the one suggested
2318         in #79609.
2320 2006-10-10  Jackson Harper  <jackson@ximian.com>
2322         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
2323         not the parent form.
2324         * TextControl.cs: use difference in old line count vs new count to
2325         calculate how many lines were added, this takes into account soft
2326         line breaks properly.
2328 2006-10-10  Chris Toshok  <toshok@ximian.com>
2330         * LinkLabel.cs: don't call MeasureCharacterRanges against a
2331         rectangle located at 0,0 and the size of the text.  Use
2332         ClientRectangle instead.  This fixes rendering of non-left aligned
2333         link labels.
2335 2006-10-10  Jackson Harper  <jackson@ximian.com>
2337         * TextBoxBase.cs: When we set the selection start position the
2338         caret.
2339         * TextControl.cs: Need to update the caret when we decrement it to
2340         zero.
2341         - Make sure that the selection_visible flag gets reset to false if
2342         the selection isn't visible.  Before this you could get it set to
2343         visible by changing the selection start, then changing the end to
2344         equal the start.
2346 2006-10-09  Jackson Harper  <jackson@ximian.com>
2348         * TreeView.cs: Don't update scrollbars when we aren't visible.
2349         * TreeNodeCollection.cs: Only need to update scrollbars if being
2350         added to an expanded visible node or the root node.
2352 2006-10-09  Chris Toshok  <toshok@ximian.com>
2354         * XplatUIX11.cs (SendMessage): fix NRE.
2356 2006-10-09  Jackson Harper  <jackson@ximian.com>
2358         * TextBoxBase.cs: Implement horizontal autoscrolling.
2359         * TextControl.cs: Add a movement types that allows moving forward
2360         and backwards without wrapping.
2362 2006-10-09  Mike Kestner  <mkestner@novell.com>
2364         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
2365         with focus "expansion" of labels.  Fixes #79532 and then some.
2366         * ThemeWin32Classic.cs : add LineLimit to ListView label format
2367         when wrapping.
2369 2006-10-09  Jackson Harper  <jackson@ximian.com>
2371         * TextBoxBase.cs: Set the default max values to MaxValue since
2372         we use the scrollbar for autoscrolling and the default value is
2373         100.  If we don't do this the caret won't keep up with typing
2374         after about 18 characters.
2375         * TextControl.cs: Make sure the selection is offset by the
2376         viewport x.  This fixes selection when using auto scrolling.
2378 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
2379         
2380         * Form.cs: The active control should be selected after the 
2381         OnLoad so that any child control initialization that affects
2382         the selection is done. Fixes #79406
2384 2006-10-06  Chris Toshok  <toshok@ximian.com>
2386         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
2387         to have no evil effects.
2389         - Stop selecting StructureNotifyMask on non-toplevel windows.
2391           The only way children should be resized is by using the SWF api,
2392           and we already send WM_WINDOWPOSCHANGED messages in those cases.
2393           Toplevel windows can be interacted with via the window manager,
2394           and so we keep the input mask there.
2396           The other event StructureNotifyMask gives us (that we care
2397           about) is DestroyNotify.  The code is already structured such
2398           that it assumes we won't be getting a DestroyNotify event for
2399           the window we pass to XDestroyWindow (which is what
2400           StructureNotifyMask is supposed to guarantee.)  So, that code
2401           shouldn't be affected by this either.
2403         - Stop selecting VisibilityChangeMask altogether.
2405           We weren't doing anything with the resulting events anyway.
2406         
2407         This vastly reduces the number of X requests and events we see
2408         when resizing/laying out a large ui.
2410 2006-10-06  Chris Toshok  <toshok@ximian.com>
2412         * ScrollableControl.cs (DisplayRectangle): we need to take into
2413         account the DockPadding regardless of whether or not auto_scroll
2414         == true.  rework this slightly to this effect, and fix bug #79606,
2415         and part of #72499 (you can now see the drag handles and drag
2416         toolbars around).
2418 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
2420         * ListViewItem.cs: Collections of selected and checked items are now
2421         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
2422         we mark the collection "dirty".
2423         * ListView.cs: Marked collections readonly. Modified UpdateSelection
2424         to only clear SelectedItems when a new item is selected and MultiSelect
2425         is enabled. CheckedItems and SelectedItems now subscribe to Changed
2426         event of ListViewItemCollection, and mark its list dirty whenever
2427         that event is fire. This allows us to return selected/checked items 
2428         in the same order as they are in the Items collection. This matches
2429         the MS behavior.
2431 2006-10-06  Chris Toshok  <toshok@ximian.com>
2433         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
2434         right mouse clicks.  Fixes bug #79593.
2436 2006-10-06  Chris Toshok  <toshok@ximian.com>
2438         * Splitter.cs: doh, fix splitters that don't want to cancel the
2439         movement when you drag them.  Also, impose the limits on the
2440         values we send to the SplitterMovingEvent.  Fixes #79598.
2442 2006-10-06  Jackson Harper  <jackson@ximian.com>
2444         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
2445         since we use this for auto scrolling also.
2447 2006-10-05  Chris Toshok  <toshok@ximian.com>
2449         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
2450         beginning to think that most datagrid column types don't need this
2451         method.  Fixes bug #79392.
2453 2006-10-05  Chris Toshok  <toshok@ximian.com>
2455         * DataGrid.cs: move back to a more lazy scheme for creating the
2456         CurrencyManager, so we aren't updating it every time you set
2457         either DataSource or DataMember.  Also, don't call
2458         RecreateDataGridRows if the currency manager hasn't changed.
2460 2006-10-05  Chris Toshok  <toshok@ximian.com>
2462         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
2463         emitted, SelectedIndex should already be updated.  Fixes bug
2464         #78929.
2466 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
2468         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
2469           ToolStripTextBox.cs: Initial commit.
2470         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
2472 2006-10-05  Jackson Harper  <jackson@ximian.com>
2474         * TabControl.cs: We need to invalidate the tab control area when
2475         new ones are added (duh).
2477 2006-10-03  Chris Toshok  <toshok@ximian.com>
2479         * Form.cs (ProcessDialogKey): if the focused control is in this
2480         form and is a button, call its PerformClick method here.  Fixes
2481         #79534.
2483 2006-10-04  Jackson Harper  <jackson@ximian.com>
2485         * TabPage.cs: Ignore setting of Visible, and add an internal
2486         method for setting the controls visibility.  TabPage's Visible
2487         property is a little strange on MS, this seems to make us
2488         compatible, and fixes cases where people set all the tab pages to
2489         visible.
2490         * TabControl.cs: Use the new internal setting on tab pages
2491         visibility.
2493 2006-10-03  Mike Kestner  <mkestner@novell.com>
2495         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
2497 2006-10-03  Mike Kestner  <mkestner@novell.com>
2499         * ListView.cs : use is_visible instead of Visible to check if 
2500         scrollbars should be placed/sized.  Also some max_wrap_width
2501         love for LargeIcon view.  [Fixes #79533]
2503 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
2505         * TextControl.cs :
2506           Make set_TextAlign() do actually update the align. Fixed #78403.
2508 2006-10-03  Chris Toshok  <toshok@ximian.com>
2510         * DataGrid.cs: fix a crash when switching datasources if the
2511         vertical scrollbar is at someplace other than Value = 0.  Also,
2512         reduce the number of recalculation passes we do in SetDataSource
2513         from 2 to 1.
2515 2006-10-03  Jackson Harper  <jackson@ximian.com>
2517         * TextBoxBase.cs: Move the if value the same bail check up, we
2518         don't want to empty the document if it is already empty, this
2519         seems to severly mess up the caret.  TODO: I should probably fix
2520         the empty statement to update teh caret somehow.
2522 2006-10-03  Chris Toshok  <toshok@ximian.com>
2524         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
2525         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
2526         reflection, an internal row type, properties on said type, etc.)
2527         will work with our datagrid.  Fixes #79531.
2529 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
2531         * FileDialog.cs: Don't crash if a path is not accessible
2532           (System.UnauthorizedAccessException). Fixes #79569.
2533         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
2534           a ':' too. Return unknown icon for those paths/files.
2536 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
2538         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
2539         GetContainerControl returns null.
2541 2006-10-02  Chris Toshok  <toshok@ximian.com>
2543         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
2544         call to XGetWindowAttributes instead of "handle".  fixes an X
2545         error using notifyicon after the NotifyIconWindow to Form base
2546         class switch.
2548 2006-10-02  Chris Toshok  <toshok@ximian.com>
2550         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
2551         server grab and looping we need to do to get down to the most
2552         deeply nested child window.
2553         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
2554         QueryPointer again after the WarpPointer so we can generate a
2555         proper (fake) MotionNotify event to be enqueued in the destination
2556         window's queue.
2557         (GetCursorPos): call QueryPointer.
2559         Fixes #79556.
2561 2006-10-02  Jackson Harper  <jackson@ximian.com>
2563         * NotifyIcon.cs: Derive the notify icon from a form, so things
2564         like FindForm work on it.
2565         - Swallow the WM_CONTEXTMENU message, since that is generated on
2566         mouse down, and context menu is a mouse up kinda guy.  I believe
2567         the correct fix here is probably to make the notify icon entirely
2568         NC area, but this seems to work fine for anyone not manipulating
2569         WndProc.
2571 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
2573         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
2574           ToolStripItemCollection.cs, ToolStripLabel.cs,
2575           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
2576           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
2577           Initial implementation.
2578         * TextRenderer.cs: Provide padding to MeasureText.
2580 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
2582         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
2583         of ButtonBaseAccessibleObject. Fix bug #79552.
2585 2006-10-02  Jackson Harper  <jackson@ximian.com>
2587         * MdiWindowManager.cs: When maximizing use the containers client
2588         rect, not it's bounds, so nc area is accounted correctly.
2589         - Use the parent form's size for the menu position, since the
2590         client isn't always the full form size.
2592 2006-10-01  Chris Toshok  <toshok@ximian.com>
2594         * ScrollableControl.cs: make sure neither right_edge or
2595         bottom_edge are < 0, since they're used as LargeChange for the
2596         horiz/vert scrollbars respectively.  Fixes #79539.
2598 2006-10-01  Chris Toshok  <toshok@ximian.com>
2600         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
2601         the xplatuix11 code can cause us to destroy/recreate our handle.
2603         * XplatUIX11.cs
2604         (SystrayAdd):
2605         - this code can be invoked many times for the same Hwnd.  Make
2606           sure we only destroy the client window once (the first time this
2607           method is called).  This fixes bug #79544.
2608         - Remove the call to the improperly bound XSync.  why we had two
2609           bindings to this, I will never know, but this call resulted in
2610           events being discarded from the queue(!).
2611         - correct a misunderstanding of _XEMBED_INFO - the second atom is
2612           not our current state but the state we wish to be in.  So, 0 if
2613           we don't want to be mapped.  Change it to 1.
2614         (SystrayRemove): The XEMBED spec makes mention of the fact that
2615         gtk doesn't support the reparent of client windows away from the
2616         embedder.  Looking at gtksocket-x11.c seems to agree with this.
2617         The only avenue we have for removing systray icons is to destroy
2618         them.  We don't want the handle to go away for good, though, so
2619         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
2620         #79545.
2621         
2622 2006-10-01  Chris Toshok  <toshok@ximian.com>
2624         * Form.cs (WndProc): inline the native_enabled variable usage into
2625         the cases in which it's used.  Fixes #79536.
2627 2006-09-29  Mike Kestner  <mkestner@novell.com>
2629         * ListView.cs : toggle the selection state for ctrl clicks in 
2630         multiselect mode. [Fixes #79417]
2632 2006-09-29  Mike Kestner  <mkestner@novell.com>
2634         * ListView.cs : kill CanMultiSelect and refactor the selection
2635         code to support multiselection in the absence of mod keys. Steal
2636         arrow/home/end keys by overriding InternalPreProcessMessage to
2637         restore regressed keynav behavior.
2638         [Fixes #79416]
2640 2006-09-29  Jackson Harper  <jackson@ximian.com>
2642         * MdiClient.cs: Repaint the titlebars when the active window is
2643         changed.
2645 2006-09-29  Chris Toshok  <toshok@ximian.com>
2647         * Application.cs: when entering a runloop with a modal, make sure
2648         the hwnd is enabled.  Fixes #79480.
2650 2006-09-29  Chris Toshok  <toshok@ximian.com>
2652         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
2653         when ListManager.CanAddRows == false, bump us back one.
2655         * DataGridColumnStyle.cs (ParentReadOnly): remove the
2656         listmanager.CanAddRows check.  This makes ArrayLists uneditable
2657         using a datagrid, which is not right.
2658         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
2659         is an IEditable, but call property_descriptor.SetValue regardless.
2660         fixes #79435.
2662 2006-09-29  Chris Toshok  <toshok@ximian.com>
2664         * DataGridBoolColumn.cs: we need to test equality in the face of
2665         possible null values (as is the case with the default NullValue).
2666         This patch keeps us from crashing in that case.
2668 2006-09-29  Jackson Harper  <jackson@ximian.com>
2670         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
2671         here, since it will get called for every node collection in the
2672         tree. This is now done in the treeview once the sorting is
2673         finished.
2674         * TreeView.cs: Recalculate the visible order, and update the
2675         scrollbars after sorting, set the top nope to the root so that the
2676         recalc actually works.
2678 2006-09-29  Chris Toshok  <toshok@ximian.com>
2680         * LinkLabel.cs: more handling of the default link collection in
2681         the face of LinkArea manipulation.  The default link collection
2682         contains 1 element (start=0,length=-1).  If the user sets LinkArea
2683         to anything and the links collection is the default, clear it.
2684         Then only add the link if its nonempty.  Fixes #79518.
2686 2006-09-29  Chris Toshok  <toshok@ximian.com>
2688         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
2689         piece correctly when we hit a '\n'.  Fixes #79517.
2691 2006-09-29  Chris Toshok  <toshok@ximian.com>
2693         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
2694         change the binding of gdk_init_check to take two IntPtr's, and
2695         pass IntPtr.Zero for both of them.  Fixes #79520.
2697 2006-09-29  Mike Kestner  <mkestner@novell.com>
2699         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
2700         [Fixes #78779]
2702 2006-09-28  Jackson Harper  <jackson@ximian.com>
2704         * XplatUIX11.cs: When translating NC messages make sure we go from
2705         whole window to screen, not client window to screen.
2706         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
2707         method doesn't exist
2708         - Skip over controls that aren't forms when arranging.
2710 2006-09-28  Jackson Harper  <jackson@ximian.com>
2712         * XplatUIWin32.cs: Clip the rect to the parent window.
2713         * XplatUIStructs.cs: Add clipping modes struct.
2714         * InternalWindowManager.cs: New private method that factors title
2715         bar heights in when calculating the pos of an NC mouse message.
2716         - Use SendMessage to force a paint when the form's size is changed
2717         instead of painting the decorations immediately.
2718         - Don't let the NC button click messages get to DefWndProc,
2719         because they will attempt to handle windowing themself, and this
2720         messes up z-order (it will put them in front of the scrollbars).
2721         * XplatUIX11.cs: Make sure that we don't reset window managers if
2722         we already have one (ie the window is an MDI window).
2724 2006-09-28  Chris Toshok  <toshok@ximian.com>
2726         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
2727         menu code really needs going over.
2729 2006-09-27  Chris Toshok  <toshok@ximian.com>
2731         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
2732         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
2733         window is maximizable.  So, we need to make sure that even if we
2734         clear the border/wm frame of those functions, they're still
2735         available (basically, we remove the decoration without removing
2736         the function).  Half the fix for #79338.
2738 2006-09-27  Chris Toshok  <toshok@ximian.com>
2740         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
2741         Fixes bug #79515.
2743 2006-09-27  Chris Toshok  <toshok@ximian.com>
2745         * Splitter.cs: reorder things a bit so that we don't actually
2746         draw/move the splitter until after calling OnSplitterMoving.  This
2747         lets users cancel/disallow the movement by explicitly setting
2748         event.SplitX/SplitY.  Fixes #79372.
2750 2006-09-27  Jackson Harper  <jackson@ximian.com>
2752         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
2753         because it is most likely on a window being destroyed, and that
2754         will give us an X11 error.
2756 2006-09-27  Chris Toshok  <toshok@ximian.com>
2758         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
2759         the dropdown button now toggles between showing and hiding the
2760         dropdown.  Also, get rid of dropdown_form_showing and just use
2761         dropdown_form.Visible.  We still don't do a grab, but I'll leave
2762         that part to someone who has handled Capture-fu before.
2764 2006-09-27  Chris Toshok  <toshok@ximian.com>
2766         * DataGrid.cs: return false if alt isn't pressed when '0' is
2767         pressed.  this keeps the '0' key from being swallowed, and fixes
2768         bug #79350.
2770 2006-09-27  Chris Toshok  <toshok@ximian.com>
2772         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
2773         Calling Refresh (in response to a scrollbar event) screws up the
2774         scrollbar painting.  Fixes bug #78923.
2776 2006-09-27  Chris Toshok  <toshok@ximian.com>
2778         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
2779         then insert into hashtable" blocks threadsafe.
2781 2006-09-27  Chris Toshok  <toshok@ximian.com>
2783         * MessageBox.cs (CreateParams): the styles should be |'ed with our
2784         baseclass's, since otherwise the
2785         ControlBox/MinimizeBox/MaximizeBox assignments above have no
2786         effect.  This gets the close button back in messageboxes.
2788 2006-09-27  Chris Toshok  <toshok@ximian.com>
2790         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
2791         flag, not just != 0.  this makes flags that are actually multiple
2792         bits (like WS_CAPTION) work.  fixes bug #79508.
2794 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
2796         * PageSetupDialog.cs: add support for getting and settings the 
2797         paper size, source and orientation.
2799 2006-09-26  Chris Toshok  <toshok@ximian.com>
2801         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
2802         and caption == "", we need to remove the resize handles as well as
2803         the title bar.
2805         * Control.cs (set_Text): turns out that setting Text on a form
2806         should change the WM styles on the window, since if ControlBox ==
2807         false, the only way to get a window border is to have a non-""
2808         Text property.  check winforms/forms/text.cs for an example.  so,
2809         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
2810         update both window styles and title.  This fixes a lot of dialogs
2811         (including the preferences dialog in MonoCalendar.)
2813 2006-09-26  Chris Toshok  <toshok@ximian.com>
2815         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
2816         control isn't a Form), call Win32ShowWindow to hide the window,
2817         but don't update the control Visible property.  When we reparent
2818         back to a parent control, call SetVisible in order for the
2819         window's visibility to be reinstated.
2821         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
2822         the FosterParent.
2824         * Control.cs (ControlCollection.Remove): remove that value.Hide()
2825         call for good, since it breaks MonoCalendar (and other things I'm
2826         sure.) Also, set all_controls to null *after* the owner calls,
2827         which end up regenerating it.
2828         (ChangeParent): allow new_parent to be == null, passing
2829         IntPtr.Zero down to XplatUI.
2831         this fixes #79294 the right way.
2833 2006-09-26  Mike Kestner  <mkestner@novell.com>
2835         * GridEntry.cs : internal SetParent method.
2836         * PropertyGrid.cs : attach to property changed on the proper
2837         target if we have a hierarchical grid with subobjects. Setup
2838         GridItem.Parent for hierarchical items.
2839         * PropertyGridView.cs : Set value on the correct target for
2840         hierarchical grids. [Fixes #78903]
2842 2006-09-26  Chris Toshok  <toshok@ximian.com>
2844         * Control.cs (ChildNeedsRecreating): this should return true if
2845         either we're being recreated and the child is in our list, or our
2846         parent is waiting for our recreation.
2848 2006-09-26  Chris Toshok  <toshok@ximian.com>
2850         * Control.cs (ControlCollection.Remove): reinstate the
2851         value.Hide() call as suggested in bug #79294.
2853 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
2855         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
2856         coordinates (versus a relative move).
2858 2006-09-26  Chris Toshok  <toshok@ximian.com>
2860         * Control.cs: rework child recreation a little bit.  It turns out
2861         that we race between the DestroyNotify the WM_DESTROY message.  If
2862         the parent gets its DestroyNotify before the child gets the
2863         WM_DESTROY message, the child ends up not recreating (since the
2864         parent finishes its recreation on DestroyNotify, and the child
2865         checks ParentIsRecreating.)
2867         So, instead we store off a list of all the child controls which
2868         need to be recreated when the parent control starts to recreate
2869         itself.  Then, when child controls get their WM_DESTROY message we
2870         check to see if they're in the parent's pending recreation list,
2871         and if so, we recreate.  This removes all dependency on ordering
2872         from the code and fixes the initial MonoCalendar upgrade dialog.
2873         
2874 2006-09-26  Jackson Harper  <jackson@ximian.com>
2876         * TextControl.cs: Use the Line to get the length of the line,
2877         since soft line breaks can change the end line.
2879 2006-09-26  Chris Toshok  <toshok@ximian.com>
2881         * Control.cs (ControlCollection.AddImplicit): don't add the
2882         control again if it's already in one of our lists.  This keeps us
2883         from adding controls over and over again for comboboxes when their
2884         handle gets recreated (as the combobox adds implicit controls in
2885         OnHandleCreated).  Fixes the X11 errors in bug #79480.
2887 2006-09-26  Jackson Harper  <jackson@ximian.com>
2889         * TextControl.cs: When deleting characters make sure that any
2890         orphaned zero lengthed tags get deleted.
2891         - Fix ToString for zero lengthed tags.
2893 2006-09-25  Jackson Harper  <jackson@ximian.com>
2895         * TextControl.cs: When getting a tag at the location there can be
2896         multiple tags at the same spot, these are 0-lengthed tags that
2897         appear when extra formatting has been stuck in a location.  We
2898         need to pull out the last of these 0 lengthed tags.
2900 2006-09-25  Jackson Harper  <jackson@ximian.com>
2902         * TextControl.cs: Fix print out in debug method.
2903         * TextBoxBase.cs: When text is set bail if we are setting to the
2904         previous value.
2905         
2906 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
2908         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
2909           It is now possible to change the selected index in a FontXXXListBox
2910           with the up and down arrow keys from the FontXXXTextBoxes.
2911           Also, send the FontXXXTextBox mouse wheel event to the corresponding
2912           FontXXXListBoxes to match ms.
2914 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
2916         * SystemInformation.cs: Return a clone of the theme's MenuFont because
2917         anyone can dispose it, anytime. All other properties returns enums, 
2918         structs or basic types so they don't need such tricks.
2920 2006-09-22  Jackson Harper  <jackson@ximian.com>
2922         * XplatUI.cs:
2923         * XplatUIWin32.cs:
2924         * Clipboard.cs:
2925         * DataFormats.cs:
2926         * XplatUIOSX.cs:
2927         * XplatUIDriver.cs: Update interface to add a primary selection
2928         flag, so the driver can use the primary selection buffer if
2929         needed.
2930         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
2932         * RichTextBox.cs: We need to supply the data object to paste now
2933         (so we can choose to supply CLIPBOARD or PRIMARY).
2934         * TextBoxBase.cs: Supply data object to paste (see above).
2935         - Middle click uses the primary selection data object.
2936         
2937 2006-09-21  Chris Toshok  <toshok@ximian.com>
2939         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
2940         of SetWMStyles.  It's still a rat's nest and is largely
2941         order-dependent which I dislike immensely.  This also fixes the X
2942         button disappearing from toplevel forms.
2944 2006-09-21  Mike Kestner <mkestner@novell.com>
2946         * ListBox.cs: move Jordi's click/dblclick raising code to the
2947         mouse up handler.
2949 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
2951         * ListBox.cs: Fixes 79450
2953 2006-09-21  Mike Kestner <mkestner@novell.com>
2955         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
2956         to deal with people updating the TreeNodeCollection after the tree
2957         is disposed.  "Fixes" 79330.
2959 2006-09-20  Jackson Harper <jackson@ximian.com>
2961         * TextControl.cs: Push the cursor record onto the undo stack
2962         before the delete action. This fixes 78651.
2964 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
2966         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
2967         CreateParams. Fixes 79329.
2969 2006-09-19  Chris Toshok  <toshok@ximian.com>
2971         * XplatUIX11.cs: a couple of blanket code massage passes to clean
2972         things up a bit.  First, get rid of the NetAtoms array (and the NA
2973         enum), and just embed the atoms as static fields.  Also, add a
2974         couple of functions (StyleSet and ExStyleSet) to clean up all the
2975         bitmask testing of styles.
2977         * X11Structs.cs: remove the NA enum, not needed anymore.
2978         
2979 2006-09-19  Chris Toshok  <toshok@ximian.com>
2981         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
2982         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
2983         added cleanup to get MessageBox titles appearing again, which were
2984         broken by my earlier fix for caption-less/ControlBox-less windows.
2986 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
2988         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
2989           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
2990           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
2991           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
2992           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
2993           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
2994           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
2995           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
2996           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
2997           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
2998           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
2999             Inital import.
3000         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
3001           ToolStripButton.cs: Stubs needed for above.
3002         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
3004 2006-09-15  Chris Toshok  <toshok@ximian.com>
3006         * XplatUIX11.cs:
3007         - make the MessageQueues hashtable Synchronized.
3008         
3009         - SendMessage: if the Hwnd is owned by a different thread, use the
3010         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
3011         thread.  Fixes bug #79201.
3013 2006-09-15  Chris Toshok  <toshok@ximian.com>
3015         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
3016         ControlBox == false, we disallow maximize/minimize/close.  If the
3017         form Caption is "" we also disallow move (and get rid of the Title
3018         decoration).  Unfortunately, regardless of how things are set,
3019         we're stuck with the Title and WM menu.
3021 2006-09-15  Chris Toshok  <toshok@ximian.com>
3023         * Application.cs: add locking around the static message_filters
3024         ArrayList, part of #79196.
3026 2006-09-15  Chris Toshok  <toshok@ximian.com>
3028         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
3029         Form.ControlBox == false, the window has no titlebar nor resize
3030         handles.  fixes bug #79368.
3032 2006-09-15  Chris Toshok  <toshok@ximian.com>
3034         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
3035         >= 0.  Fixes bug #79370.
3037 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
3038         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
3039         * Control.cs:
3040             Add properties: LayoutEngine, Margin, DefaultMargin.
3041             Add method: GetPreferredSize.
3042             Move layout logic from PerformLayout to layout engines. 
3044 2006-09-13  Chris Toshok  <toshok@ximian.com>
3046         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
3047         fix for #79326 broke #78718, so this change addresses that.
3049         - in SendWMDestroyMessages remove the call to
3050         CleanupCachedWindows, since we might be recreating the control and
3051         need to maintain the references to right Hwnd handles.  Also, set
3052         the zombie flag to true for each of the children in the hierarchy
3053         instead of calling hwnd.Dispose.  This will cause GetMessage to
3054         ignore all events for the window except for DestroyNotify.
3056         - In GetMessage, ignore messages except for DestroyNotify for
3057         zombie hwnds.
3058         
3059         * Control.cs: revert the is_recreating fix from the last
3060         ChangeLog.  It's definitely "right", but it breaks switching from
3061         an MDI form to a non-MDI form.  Will need to revisit that.
3063         * Hwnd.cs: add a zombie flag, which means "the
3064         client_window/whole_window handles are invalid, but we're waiting
3065         for the DestroyNotify event to come in for them".  Set the flag to
3066         false explicitly if setting WholeWindow/ClientWindow, and also
3067         when Disposing.
3068         
3069 2006-09-13  Chris Toshok  <toshok@ximian.com>
3071         * XplatUIX11.cs: rework window destruction slightly.
3073         - when destroying the windows associated with a control, we don't
3074         need 2 separate XDestroyWindow calls.  Just the one for the
3075         whole_window (or for client_window if whole_window is somehow
3076         IntPtr.Zero -- can this happen?) is enough.
3078         - reworked SendWMDestroyMessages slightly, so we always dispose
3079         the child control hwnd's after sending the messages.
3080         
3081         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
3082         the two places it was used (one was even using hwnd.Handle and the
3083         other hwnd.client_window.  ugh), adding another call in
3084         SendWMDestroyMessages.  We need this new call because now the
3085         DestroyNotify events in the queue will be ignored for the child
3086         controls (as their hwnd's were disposed, and the window id's
3087         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
3089         - this fixes bug #79326.
3091 2006-09-13  Chris Toshok  <toshok@ximian.com>
3093         * Control.cs: don't always set is_recreating to false at the end
3094         of RecreateHandle, since sometimes we're not done (and won't be
3095         until WndProc handles the WM_DESTROY message).  Also, set
3096         is_recreating to false in the WM_DESTROY handling code.  Part of
3097         the fix for bug #79326.
3099 2006-09-13  Miguel de Icaza  <miguel@novell.com>
3101         * X11DesktopColors.cs: Start the droppage of debugging messages.
3103         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
3105 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
3107         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
3109 2006-09-12  Chris Toshok  <toshok@ximian.com>
3111         * DataGrid.cs (get_ListManager): if the list_manager is null, try
3112         to create it using SetDataSource.  Fixes bug #79151.
3114 2006-09-11  Chris Toshok  <toshok@ximian.com>
3116         * XEventQueue.cs: add a DispatchIdle property.
3118         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
3119         either the queue is null, or the queue has DispatchIdle set to
3120         true.
3121         (DoEvents): set queue.DispatchIdle to false around the
3122         peek/translate/dispatch message loop in this method.  This keeps
3123         Application.Doevents from emitting idle events.  Part of the fix
3124         for #78823.
3126 2006-09-11  Chris Toshok  <toshok@ximian.com>
3128         * DataGrid.cs (set_DataSource): make this work for both the
3129         winforms/datagrid test and ReportBuilder.  It seems as though when
3130         we've created a ListManager (or maybe it's if we have a
3131         BindingContext?), when we set the DataSource it clears the
3132         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
3133         #79333.
3135 2006-09-11  Chris Toshok  <toshok@ximian.com>
3137         * XplatUIX11.cs: deal with queue being null, which happens in all
3138         the Clipboard functions.  Fixes one of the two problems mentioned
3139         in #78612.
3141 2006-09-11  Chris Toshok  <toshok@ximian.com>
3143         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
3144         button on various spots (including outside the menu) works closer
3145         to MS, and doesn't crash.  Fixes #79343.
3147 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
3149         * ListView.cs: Do not initialize item_sorter in init. To match MS,
3150         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
3151         and the internal comparer is set. When a new ListViewItemSorter is set,
3152         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
3153         was specified. No further processing is necessary if SortOrder is set
3154         to it's current value. If Sorting is modified to None, and View is
3155         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
3156         (either custom or our internal ItemComparer) to null, on 1.0 profile
3157         only set item_sorter to null if its our internal IComparer. If Sorting
3158         is modified to Ascending or Descending, then use our internal IComparer
3159         if none is set, and if the current IComparer is our internal one then:
3160         on 2.0 profile always replace it with one for new Sorting, and on 1.0
3161         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
3162         Enum.IsDefined to verify whether a valid View value is specified in
3163         its setter. Automatically sort listview items when listview is
3164         created. In Sort, do nothing if ListView is not yet created, or if
3165         no item_sorter is set (no Sorting was set, Sorting was explicitly set
3166         to None or ListViewItemSorter was set to null). Added Sort overload
3167         taking a bool to indicate whether the ListView should be redrawn when
3168         items are sorted (we use this in ListViewItemCollection to avoid double
3169         redraws). Modified our internal IComparer to take the sort order into
3170         account. In Add and AddRange methods of ListViewItemCollection, also
3171         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
3172         view), but use overload with noredraw option to avoid double redraw.
3173         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
3174         true when View is Tile, and do the same when attempting to set View to
3175         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
3176         for selected/checked indices, as it involves overhead when sorting is
3177         done while these collections are not used all that often. Instead
3178         we'll build the indices on demand. Modified IList implementation of
3179         CheckedIndexCollection to use public methods if object is int.
3180         Modified CheckedListViewItemCollection to hide checked items if
3181         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
3182         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
3183         IList implementation in SelectedIndexCollection to use public methods
3184         if object is int. Modified SelectedListViewItemCollection to hide
3185         selected items if listview is not yet created.
3186         * ListViewItem.cs: CheckedIndices list no longer needs to be
3187         maintained separately (see ListView changes). Also clone font, fixes
3188         test failure.
3190 2006-09-11  Mike Kestner  <mkestner@novell.com>
3192         * ComboBox.cs: if we are updating the contents of the currently
3193         selected index, refresh the control or the textbox selection.
3194         [Fixes #79066]
3196 2006-09-11  Mike Kestner  <mkestner@novell.com>
3198         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
3199         the 'specified' logic has been moved there.  This seems like a bug 
3200         in Control.cs, since our current SetBoundsCore completely ignores 
3201         the specified parameter.  Peter's commit seems to indicate that is 
3202         the way the MS control implementation works.  [Fixes #79325]
3204 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
3206         * XplatUI.cs: Set default_class_name to be composed
3207         of current domain id. This allows MWF to be loaded in multiple
3208         domains on Win32.
3210 2006-09-09  Miguel de Icaza  <miguel@novell.com>
3212         * X11Keyboard.cs: If we are unable to obtain the input method, do
3213         not call CreateXic to create the input context.   Should fix
3214         #78944/79276.
3216 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
3218         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
3219           Simplified gnome support by adding more pinvokes to get the
3220           icon for a file or mime type.
3222 2006-09-08  Jackson Harper  <jackson@ximian.com>
3224         * MenuAPI.cs: Deslect popup context menu items before closing the
3225         window, so that you don't see the previously selected item
3226         selected when you reopen the menu.
3227         * TextControl.cs: Update the cursor position even if we don't have
3228         focus.  This fixes typing in things like the ComboBox.  I'm not
3229         totally sure we should always set the visibility if we don't have
3230         focus, but couldn't find any corner cases where the cursor showed
3231         up when it shouldn't.
3233 2006-09-08  Chris Toshok  <toshok@ximian.com>
3235         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
3236         our arrays are length 256.  & 0xff before indexing.  Fixes the
3237         crash in bug #78077.
3238         
3239 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3241         * ThemeWin32Classic.cs: 
3242         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
3243         is true. Handle that check box too.
3245 2006-09-07  Chris Toshok  <toshok@ximian.com>
3247         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
3248         79244.
3250 2006-09-07  Chris Toshok  <toshok@ximian.com>
3252         * Control.cs: in set_BackColor only do the work if
3253         background_color != value.
3255         * XplatUIX11.cs: move the clearing of invalid areas (both client
3256         and nc) to the same block of code where we set (nc_)expose_pending
3257         to false.  That is, move it from PaintEventEnd to PaintEventStart,
3258         so things that cause invalidates from within OnPaint will trigger
3259         another call to OnPaint.  Fixes bug #79262.
3261 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
3263         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
3264         * FileDialog.cs: Fix typo
3266 2006-09-07  Jackson Harper  <jackson@ximian.com>
3268         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
3269         for tab pages if they have any.
3271 2006-09-06  Mike Kestner  <mkestner@novell.com>
3273         * Splitter.cs: use the "current" rect when finishing drag handle
3274         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
3276 2006-09-06  Mike Kestner  <mkestner@novell.com>
3278         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
3279         support offset splitters. [Fixes #79298]
3281 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
3283         * Mime.cs: Fixed a bug that could override the global mime type
3284           result.
3286 2006-09-05  Jackson Harper  <jackson@ximian.com>
3288         * TabControl.cs: Better calculation method for setting the slider
3289         pos. Prevents crashes on really wide tabs.
3290         - Draw Image on tab pages if an image list is used.
3292 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3294         * MonthCalendar.cs: When Font changes, the Size should be
3295         updated to fit the new font's space requirements.
3297 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
3299         * ListBox.cs: If the items are cleared with Items.Clear set
3300           top_index to 0.
3302 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3304         * MonthCalendar.cs: Handle arrow keys as input keys. Also
3305         fire DateChanged event instead of DateSelected event when
3306         the date was changed by keyboard interaction.
3308 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3310         * DateTimePicker.cs: Handle DateChanged for the associated
3311         month_calendar control, and set month_calendar.Font from 
3312         OnFontChanged method, as well as resize the height of the
3313         control when needed. Make PreferredHeight proportional.
3315 2006-09-01  Chris Toshok  <toshok@ximian.com>
3317         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
3318         properties.
3320         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
3322 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
3324         * FileDialog.cs: Set ClientSize instead of window size, to allow space
3325           for decorations (Fixes #79219)
3327 2006-09-01  Mike Kestner  <mkestner@novell.com>
3329         * ComboBox.cs: first stab at sorting plus some selection handling
3330         fixes to bring us more in line with MS behavior.  Also switches back
3331         to index based selection.  Alternative patches for index-based 
3332         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
3333         and latency@gmx.de on bug 78848.  I assume they were similar to this
3334         code I've had simmering in my tree forever.
3335         [Fixes #78848]
3337 2006-09-01  Chris Toshok  <toshok@ximian.com>
3339         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
3340         when setting list position guard against ending up with a -1 index
3341         (the other part of the fix for #78812).  Should probably make sure
3342         we don't need the analogous fix in the ItemDeleted case.
3344         * DataGrid.cs:
3345         - in SetDataSource, work around the fact that the way
3346         OnBindingContextChanged is invoked will cause us to re-enter this
3347         method.  I'll remove the hack once I investigate
3348         OnBindingContextChanged.
3350         - fix the logic in set_DataSource and set_DataMember (basically
3351         what to do if the other of the two is null.)
3352         
3353         - in OnListManagerItemChanged, we need to take into account the
3354         edit row when deciding whether or not to call RecreateDataGridRows
3355         (part of the fix for #78812).
3357 2006-09-01  Jackson Harper  <jackson@ximian.com>
3359         * Splitter.cs: Don't do anything if there is no control to affect
3360         (prevents us from crashing in weird tet cases).
3361         * TreeView.cs: Bounding box for the mouse movement reverting
3362         focus/selection back to previously selected node.  This matches
3363         MS, and makes the tree a lot more useable.
3364         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
3365         use clipping so they are not drawn.  This fixes when the control
3366         is set to have a transparent background, or if it was over an
3367         image.
3369 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
3371         * MimeIcon.cs: Improved handling for reading default icons when
3372           using gnome (2.16 made it necessary). Check and read svg icons
3373           first, then 48x48 and then 32x32 icons.
3375 2006-08-31  Chris Toshok  <toshok@ximian.com>
3377         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
3378         visible.
3380         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
3381         ProcessKeyPreview.  Fixes part of #77806.
3383         * DataGrid.cs: big patch.
3385         - revert the queueing up of DataSource/DataMember if inside
3386         BeginInit/EndInit calls.  That's not the way the datagrid achieves
3387         its delayed databinding.  Instead, call SetDataSource in
3388         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
3389         #78811.
3391         - Also, it wasn't mentioned in #78811, but the test case exhibits
3392         behavior that was lacking in our datagrid implementation - Columns
3393         that have mapping names that don't exist in the datasource's
3394         properties aren't shown.  Yuck.  To fix this I added the bound
3395         field to the column style, and basically any calculation to figure
3396         out anything about columns uses a loop to find the bound columns.
3397         still need to investigate if I can cache an array of the bound
3398         columns or if the indices must be the same.
3400         - When setting CurrentCell, we no longer abort if the cell being
3401         edited was in the add row.  This fixes the other part of #77806.
3403         - The new code also fixes #78807.
3404         
3405         * ThemeWin32Classic.cs: perpetrate the same disgusting
3406         column.bound field hack, and only render bound fields.
3408 2006-08-31  Chris Toshok  <toshok@ximian.com>
3410         * DataGridColumnStyle.cs: add bound field.  this field is true if
3411         the datasource has a property corresponding to the mapping name.
3413         * DataGridTableStyle.cs: set the bound field on the column styles
3414         depending on whether or not we have a column for that property.
3416 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
3418         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
3419           splitter control (fixes #79228)
3421 2006-08-31  Chris Toshok  <toshok@ximian.com>
3423         * DataGridColumnStyle.cs: we need to delay the assignment of
3424         property descriptor until the last possible moment due to the lazy
3425         databinding stuff in the datagrid.  Also, fix the exceptions
3426         thrown by CheckValidDataSource to match MS.
3428 2006-08-31  Jackson Harper  <jackson@ximian.com>
3430         * Form.cs: When activated select the active control, if there is
3431         no active control, we select the first control.
3432         * XplatUIX11.cs: If there is no focus control when we get a
3433         FocusIn event, find the toplevel form and activate it.  This
3434         occurs when you popup a window, it becomes the focus window, then
3435         you close that window, giving focus back to the main window.
3437 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3439         * MonthCalendar.cs: 
3440         * ThemeWin32Classic.cs: Cache Font in bold style, as well
3441         as StringFormat with Center alignments in MonthCalendar,
3442         instead of creating new ones when drawing the control. 
3443         Also, draw the month name in bold style.
3445 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
3447         * Control.cs:
3448           - PerformLayout(): It would seem MS performs the fill even if the 
3449             control is not visible (part of #79218 fix)
3450           - ResetBackColor(): Use the setter to reset the color, to allow
3451             overriders to catch the change.
3452         * Form.cs:
3453           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
3454           - CreateHandle(): dito (part of $79218 fix)
3455           - Don't set an icon if we have a dialog
3456         * ScrollableControl.cs:
3457           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
3458           - ScrollIntoView(): No need to scroll if control is already visible
3459             (resolves fixme and fixes #79218)
3461 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3463         * MonthCalendar.cs: Change proportions in SingleMonthSize
3464         to match the aspect of the original control.
3466 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
3468         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
3469           get updated when they get maximized.
3471 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
3473         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
3475 2006-08-29  Chris Toshok  <toshok@ximian.com>
3477         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
3479 2006-08-29  Jackson Harper  <jackson@ximian.com>
3481         * TreeView.cs: Need to track selected node and highlighted node,
3482         they aren't always the same thing, when the mouse is down on a
3483         node it is hilighted, but not selected yet.
3484         - Do the HideSelection stuff right
3485         - Need to focus on rbutton mouse down. And redraw selection when
3486         right click is mouse upped.
3488 2006-08-29  Mike Kestner  <mkestner@novell.com>
3490         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
3491         when SubItems.Count < Columns.Count.  [Fixes #79167]
3493 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
3495         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
3497 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
3499         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
3500           from X. Only send based on ConfigureNotify if we don't have the
3501           correct location in hwnd (if the window manager moved us)
3503 2006-08-28  Mike Kestner  <mkestner@novell.com>
3505         * ListView.cs: remove a TODO. 
3506         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
3507         [Fixes ListView part of #79166]
3509 2006-08-28  Mike Kestner  <mkestner@novell.com>
3511         * ListView.cs: move wheel handler to parent since it is focused
3512         instead of the item_control now.  [Fixes #79177]
3514 2006-08-28  Mike Kestner  <mkestner@novell.com>
3516         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
3517         when the control is focused. [Fixes #79171]
3519 2006-08-28  Mike Kestner  <mkestner@novell.com>
3521         * ListView.cs: size the item and header controls for empty and
3522         unscrollable views.
3523         * ThemeWin32Classic.cs: draw disabled backgrounds.
3524         [Fixes #79187]
3526 2006-08-28  Chris Toshok  <toshok@ximian.com>
3528         * Form.cs: remove unused "active_form" static field.
3530         * Hwnd.cs: lock around accesses to static windows collection.
3532         * Application.cs: lock threads in Exit ().
3534 2006-08-28  Chris Toshok  <toshok@ximian.com>
3536         * NativeWindow.cs: lock around accesses to window_collection.
3537         
3538 2006-08-28  Chris Toshok  <toshok@ximian.com>
3540         * Control.cs: err, fix this the right way, by locking on controls
3541         when using it.  not by making it synchronized.
3543 2006-08-28  Chris Toshok  <toshok@ximian.com>
3545         * Control.cs: make the static "controls" field synchronized, as it
3546         gets updated from multiple threads.
3548 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
3550         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
3551           Prevent other threads from exiting when calling thread sets quit state.
3552         * XEventQueue.cs: Added PostQuitState property
3554 2006-08-27  Chris Toshok  <toshok@ximian.com>
3556         * AsyncMethodData.cs: add a slot for the window handle.
3558         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
3559         window (the destination control's window, not the foster window).
3561         * Control.cs (BeginInvokeInternal): store the window's handle in
3562         the AsyncMethodData.
3563         
3565 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
3567         * XplatUIX11.cs:
3568           - PostQuitMessage: Removed resetting S.D display handle, we might have
3569             another loop started after calling PostQuitMessage (Fixes #79119)
3570           - Created destructor to reset S.D handle
3572 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
3574         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
3576 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
3578         * TextControl.cs (Insert): Update the caret position even if we don't
3579           have a handle yet, just don't call the driver in that case.
3580         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
3581           to the end of the new selection text (Fixes #79184)
3583 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
3585         * Form.cs (Activate): Only activate if the handle is created)
3586         * Control.c:
3587           - Mark window as invisible when it's disposed
3588           - Check if window handle is created when setting window visible, 
3589             instead of relying just on the is_created variable
3590           - Check if object is disposed when creating the control (Fixes #79155)
3592 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
3594         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
3595           when allowing layout again. Otherwise we re-generate the anchoring 
3596           distance to the border again and actually alter what the user wanted
3597           This is ugly, it'd be better if we used DisplayRectangle instead of
3598           ClientRectangle for Control.UpdateDistances, but that causes us to
3599           have other problems (initial anchoring positons would be wrong)
3600           (Fixes #78835)
3602 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
3604         * Control.cs:
3605           - The size and location setters shouldn't go directly to 
3606             SetBoundsCore, but to SetBounds, which triggers layout on the
3607             parent, then calls SetBoundsCore. (Related to fix for #78835)
3608           - SetBounds: Moved actual location update code into this function
3609             from SetBoundsCore, to match MS. Added call to PerformLayout if
3610             we have a parent (to trigger resizing of anchored parents if the 
3611             child size has changed (see testcase for #78835) 
3612         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
3613           new control code
3614         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
3616 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
3618         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
3619           System.Drawing when a toplevel window gets closed; there might
3620           be other toplevel windows belonging to the same app (Fixes #78052)
3622 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
3624         * FileDialog.cs: After reading FileDialog settings from mwf_config
3625           use Desktop prefix only if a real folder doesn't exist anymore.
3626         * FontDialog.cs: Added char sets.
3627           It is now possible to select the font, size or style with the
3628           textboxes.
3630 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
3632         * PrintPreviewDialog.cs: Use assembly name constants.
3634 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
3636         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
3637           scrollbar from whacking it's buttons)
3639 2006-08-24  Chris Toshok  <toshok@ximian.com>
3641         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
3642         in this patch (aggregating setting Left/Top/Width/Height to
3643         setting Bounds on the scrollbars), but the crux of the fix is in
3644         Recalculate, where we scroll by the remaining scroll_position if
3645         we're hiding a scrollbar.  The 2*$5 reward in the comment is
3646         serious.
3648 2006-08-24  Jackson Harper  <jackson@ximian.com>
3650         * MdiClient.cs:
3651         * MdiWindowManager.cs: If the form is made a non-mdi window we
3652         need to remove the form closed event so that closing forms works
3653         correctly.
3655 2006-08-24  Jackson Harper  <jackson@ximian.com>
3657         * Control.cs: Make IsRecreating internal so that the driver can
3658         check it
3659         - Temporarily remove the Hide when controls are removed, its
3660         making a whole bunch of things not work because visibility isn't
3661         getting reset elsewhere correctly
3662         * Form.cs: Need to do a full handle recreation when the mdi parent
3663         is set.
3664         * XplatUIX11.cs: If we are recreating handles don't dispose the
3665         HWNDs.  What was happening is the handles were being recreated in
3666         SendWMDestroyMessages, but then flow continued on in that method
3667         and destroyed the new handles.
3669 2006-08-23  Jackson Harper  <jackson@ximian.com>
3671         * Form.cs: MdiClient is always at the back of the bus
3672         * Control.cs: When the order of items in the collection is changed
3673         we need to reset the all_controls array
3674         - do the same sorta setup thats done when adding a control when a
3675         control is set on the collection.
3677 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
3679         * TextBoxBase.cs (get_Text): Return an empty array if our document
3680           is empty (fixes #79052)
3682 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
3684         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
3685           on WM_SYSCHAR messages (fixes #79053)
3687 2006-08-23  Chris Toshok  <toshok@ximian.com>
3689         * DataGrid.cs: fix flickering when scrolling vertically.
3691 2006-08-23  Chris Toshok  <toshok@ximian.com>
3693         * DataGrid.cs (EndEdit): only invalidate the row header when we
3694         need to.
3696 2006-08-23  Chris Toshok  <toshok@ximian.com>
3698         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
3699         methods.  fixes the flicker when scrolling around.
3701 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
3703         * FileDialog.cs: Making sure the control is created before we get a 
3704           chance to use it with BeginInvoke (Fixes #79096)
3706 2006-08-23  Chris Toshok  <toshok@ximian.com>
3708         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
3709         width to use when painting the rows.
3711 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
3713         * TextBoxBase.cs:
3714           - Throw ArgumentException if a negative value is passed to SelectionLength
3715           - Update the selection end if start is moved. end needs to be always
3716             after start. (Fixes #79095)
3717           - Track selection length; MS keeps the selection length even if start
3718             is changed; reset on all other operations affection selection
3720 2006-08-22  Jackson Harper  <jackson@ximian.com>
3722         * TreeView.cs: Make sure both scrollbars get displayed and sized
3723         correctly when the other bar is visible.
3724         - Use the original clip rectangle for checking if the area between
3725         the two scrollbars is visible, not the viewport adjusted clipping
3726         rectangle.
3728 2006-08-22  Jackson Harper  <jackson@ximian.com>
3730         * Binding.cs: We don't use IsBinding because it requires the
3731         control to be created, which really shouldn't be necessary just to
3732         set a property on the control.
3734 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3736         * ComboBox.cs: Some CB.ObjectCollection methods must throw
3737         ArgumentNullReferenceException when the argument is null.
3739 2006-08-21  Jackson Harper  <jackson@ximian.com>
3741         * Timer.cs: Track the thread that the timer is started in (NOT
3742         CREATED), this way messages for it will only be triggered on its
3743         queue.
3744         * XEventQueue.cs: Track the timers here, this makes timers per
3745         thread, like MS.
3746         * XplatUIX11.cs: The timers are moved to the XEventQueue.
3748 2006-08-19  Chris Toshok  <toshok@ximian.com>
3750         * XplatUIX11.cs: after further communication with pdb, we get the
3751         best of both worlds.  SetZOrder working for un-Mapped windows, and
3752         no X errors for un-mapped windows.
3754 2006-08-19  Chris Toshok  <toshok@ximian.com>
3756         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
3757         as it was causing pdn toolbars to not have the correct stacking.
3759 2006-08-18  Mike Kestner  <mkestner@novell.com> 
3761         * ListView.cs : guard against negative ClientArea.Width in scrollbar
3762         calculation.  Not sure why control should ever be setting a negative
3763         width though.  Fixes #78931.
3765 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3767         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
3768         null items in ObjectCollection class.
3769         * ListBox.cs.: Likewise.
3771 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
3773         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
3774           as the base method in ThemeWin32Classic should work fine.
3775           Fixed bug #78607.
3777 2006-08-18  Jackson Harper  <jackson@ximian.com>
3779         * Binding.cs: When validating if the value entered doesn't convert
3780         properly reset to the old value.
3781         * RadioButton.cs: Don't fire click when we get focus.
3783 2006-08-18  Jackson Harper  <jackson@ximian.com>
3785         * FileDialog.cs: Paint the selection on the directory combobox the
3786         same way as on MS. 
3788 2006-08-17  Jackson Harper  <jackson@ximian.com>
3790         * ErrorProvider.cs: Don't allow the error control to be selected.
3791         * Control.cs: Don't send the SetFocus messages, the control
3792         activation will do this, and if we do it blindly here validation
3793         does not work.
3795 2006-08-17  Jackson Harper  <jackson@ximian.com>
3797         * Control.cs:
3798         * ContainerControl.cs: Make validation events fire in the correct
3799         order.  TODO: For some reason the first validation event is not
3800         getting fired.
3802 2006-08-17  Mike Kestner  <mkestner@novell.com> 
3804         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
3806 2006-08-17  Mike Kestner  <mkestner@novell.com> 
3808         * ComboBox.cs : implement scroll wheel support for popped-down
3809         state. Fixes #78945. 
3811 2006-08-17  Jackson Harper  <jackson@ximian.com>
3813         * TreeView.cs: Specify treeview actions (old patch that didn't get
3814         committed for some reason).
3815         - Don't let the mouse wheel scroll us too far.  Just want to make
3816         the bottom node visible, not scroll it all the ways to the top.
3818 2006-08-17  Jackson Harper  <jackson@ximian.com>
3820         * XplatUIX11.cs: Mouse wheel events go to the focused window.
3822 2006-08-17  Mike Kestner  <mkestner@novell.com> 
3824         * ComboBox.cs : don't do mouseover selection in simple mode.
3826 2006-08-16  Jackson Harper  <jackson@ximian.com>
3828         * Form.cs: Fire the closing events for all the mdi child windows
3829         when a window is closed.  If the cancel args are set to true, the
3830         main window still gets the event fired, but it doesn't not close.
3831         * MdiWindowManager.cs: Do this closing cleanup in a Closed
3832         handler, instead of when the button is clicked, so cancelling the
3833         close works correctly.
3834         * ComboBox.cs: Send the mouse down to the scrollbar.
3836 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3838         * ListBox.cs: When passing 'null' to SelectedItem,
3839         set SelectedIndex to -1, to unselect items. This is the
3840         observed behaviour in .Net.
3842 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
3844         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
3845           MS flags saying there won't be any. (fixes #78800)
3846         * Control.cs (HandleClick): Made virtual
3848 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
3850         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
3851           cultures. Fixed bug #78399.
3853 2006-08-16  Jackson Harper  <jackson@ximian.com>
3855         * Form.cs: Use the MdiClients MdiChildren property to access
3856         MdiChildren instead of creating the array from the child controls.
3857         * MdiClient.cs: Maintain a separate array of the mdi children, so
3858         that insertion order is maintained when the Z-order is changed.
3860 2006-08-16  Mike Kestner  <mkestner@novell.com> 
3862         * ListView.cs : add an ItemComparer and default to it for sorting.
3863         Fixes #79076, but sorting needs a complete overhaul to be compat with
3864         MS.
3866 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
3868         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
3870 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
3872         * Hwnd.cs (Mapped): Properly traverse the tree
3874 2006-08-15  Chris Toshok  <toshok@ximian.com>
3876         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
3877         pass manager.Current.GetType() to ParseData.  It has to be the
3878         property type.  So, hold off doing the ParseData until we're in
3879         SetPropertyValue where we know the type.  This fixes the crash in
3880         #78821 but the textbox is still empty.
3882 2006-08-15  Chris Toshok  <toshok@ximian.com>
3884         * DataGrid.cs:
3885         - when we're scrolling, only call Edit() again if the
3886         current cell is still unobscured. Fixes bug #78927.
3887         - when handling mousedown on a cell, ensure the cell is visible
3888         before calling Edit.
3889         - remove the properties from DataGridRow, and remove the
3890         DataGridParentRow class altogether.
3891         
3893 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
3895         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
3896           fire OnTextChanged by ourselves. There's no point calling base,
3897           we don't set the base value anywhere else. Fixes #78773.
3899 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3901         * ListBox.cs: Call CollectionChanged when modifying
3902         an item from Items indexer, to update the actual items
3903         in the list box.
3905 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3907         * PrintDialog.cs: Small fixes for focus and a pair of checks,
3908         to match .Net behaviour.
3910 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
3912         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
3914 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
3916         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
3918 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
3920         * MessageBox.cs: Prevent potential NRE exception.
3921         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
3923 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
3925         * MessageBox.cs: Calculate the owner of a messagebox, also make
3926           it topmost. Fixes #78753
3928 2006-08-14  Chris Toshok  <toshok@ximian.com>
3930         * XplatUIX11.cs: A couple of fixes so that metacity will let us
3931         programmatically move windows.  first, set the PPosition hint as
3932         well as the USPosition hint.  Second include some code from pdb
3933         that sets the window type to NORMAL when we set the transient for
3934         hint.  This is because, in the absence of a window type, metacity
3935         thinks any window with TransientFor set is a dialog, and refuses
3936         to let us move it programmatically.  fascists.
3938 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
3940         * XplatUIX11.cs: When setting normal hints, take into consideration
3941           an different hints previously set so we don't delete them (fixes #78866)
3943 2006-08-12  Chris Toshok  <toshok@ximian.com>
3945         * ToolBarButton.cs: make Layout return a boolean, if something to
3946         do with the button's layout changed.
3948         * ToolBar.cs:
3949         - add another parameter to Redraw, @force, which all existing
3950           calls set to true.
3951         - make the Layout function return a boolean which is true if the
3952           layout has actually changed.  Redraw now uses this (and @force)
3953           to determine when to invalidate.  At present the only place
3954           where @force can be false is the call from OnResize, when
3955           background_image == null.  So, resizing a toolbar when the
3956           layout doesn't change results in no drawing.
3958 2006-08-12  Chris Toshok  <toshok@ximian.com>
3960         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
3961         the VScrollBar and HScrollbar reversed.  oops.
3963         * DataGrid.cs: fix the logic that assigns sizes to the implicit
3964         scrollbars.  we were assigning them twice (once in
3965         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
3966         therefore causing two scrollbar resizes (and redraws?) to happen
3967         per grid resize.
3969 2006-08-12  Chris Toshok  <toshok@ximian.com>
3971         * ToolBarButton.cs: redraw the entire button if the theme tells us
3972         to.
3974         * Theme.cs: add ToolBarInvalidateEntireButton.
3976         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
3977         buttons, just the border.
3979         * ThemeNice.cs: redraw the entire toolbar button since we need to
3980         draw the highlight image.
3982         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
3983         we need to redraw the entire button (not just the border).
3985 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
3987         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
3988           for vertical bars. Fixes the mismatches shown by #78513
3990 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
3992         * FileDialog.cs: If a saved/remembered path doesn't exist
3993           anymore, fall back to "Desktop".
3995 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
3997         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
3998           parent. It's apparently legal to not have one
3999         * XplatUIX11.cs:
4000           - SetZOrder: Don't try to set Z-Order on an unmapped window
4001           - CreateWindow: 0,0 are legal coordinates for a window. don't move
4002             it unless the coordinates are negative
4004 2006-08-10  Mike Kestner  <mkestner@novell.com>
4006         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
4007         when setting to null per msdn docs.  Fixes #78854.
4009 2006-08-10  Chris Toshok  <toshok@ximian.com>
4011         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
4012         flickering by setting a clip rectangle on the Graphics when we
4013         need to redraw just a particular menuitem.  Also, rename "OnClick"
4014         to "OnMouseDown" to reflect what it actually is.
4015         
4016         * Form.cs: track the OnMouseDown change.
4018 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
4020         * CommonDialog.cs: Properly inherit the CreateParams from the form
4021           and only change what we need. Fixes #78865
4023 2006-08-10  Chris Toshok  <toshok@ximian.com>
4025         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
4026         flickering in flat mode (and most of the flickering in general) by
4027         only invalidating the button border (and not the entire rectangle)
4028         when the state changes.  A couple of cases still flicker:
4029         ToggleButtons, and the dropdown arrow case when the user mouse
4030         ups.
4032 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
4034         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
4035           for german keyboards. Numlock state shouldn't affect the behaviour
4036           of the Del key. Fixes bug #78291.
4038 2006-08-10  Chris Toshok  <toshok@ximian.com>
4040         * ListControl.cs: remove the items.Clear line from BindDataItems,
4041         as this is the first thing done by both subclasses in their
4042         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
4043         passed -1, refresh the list.  This gets databinding working when
4044         the datasource is set on the list before the datasource is
4045         populated (as in wf-apps/ReportBuilder.)
4047         * ComboBox.cs: remove the argument to BindDataItems.  This call
4048         should really go away, and be initiated by the ListControl code.
4050         * ListBox.cs: same.
4052 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
4054         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
4055           if no data is in the document when the control is displayed
4057 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
4059         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
4060           yes (fixes #78806)
4061         * TextControl.cs: 
4062           - PositionCaret: Allow positioning of caret but don't call methods 
4063             requiring a handle if the window isn't created yet
4064           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
4065           - owner_HandleCreated: Don't position the caret, just update it's 
4066             location. User might have already set a different position
4068 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
4070         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
4071           windows. Screws up the returned coordinates for child windows. 
4072           Fixes #78825. I'm hoping this doesn't break something, since the
4073           code was explicitly put in 8 months ago, but no bug was attached.
4074           Menus still seem to work properly.
4076 2006-08-08  Chris Toshok  <toshok@ximian.com>
4078         * DataGrid.cs: make BeginInit/EndInit actually do what they're
4079         supposed to do - delay data binding until the EndInit call.  Also,
4080         make the table style collection's CollectionChangeAction.Refresh
4081         work properly.
4083         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
4084         (with action = Refresh) when a consituent table's MappingName is
4085         changed.
4087 2006-08-08  Chris Toshok  <toshok@ximian.com>
4089         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
4090         Invalidate, since changing the text can change the size of the all
4091         toolbar buttons.
4093 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
4095         * Form.cs (AddOwnedForm): Still need to add the form to our listif
4096           we don't have it yet
4098 2006-08-08  Chris Toshok  <toshok@ximian.com>
4100         * PrintControllerWithStatusDialog.cs: don't .Close() the status
4101         dialog, as this causes X errors later on, since we actually
4102         destroy the window.  Instead, .Hide() it.
4104 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
4106         * ComboBox.cs: Added focus reflection for popup window
4107         * XplatUIX11.cs: 
4108           - Removed transient setting for non-app windows for now, not sure it
4109             was needed
4110           - Fixed logic checking if we have captions when deciding 
4111             override_redirect, WS_CAPTION is two bits and a 0 check was not
4112             sufficient
4113           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
4114             complicated
4115         * Form.cs: 
4116           - AddOwnedForm: Don't just add the form to the list, call the property
4117             to ensure the driver is informed about the ownership as well
4118           - CreateHandle: Set the TopMost status in the driver if we have an owner
4119         * XplatUI.cs: Fixed debug statement
4121 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
4122         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
4123           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
4124           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
4125           TrackBarRenderer.cs: Make constructor private.
4126         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
4127         * ProfessionalColorTable.cs: Make properties virtual.
4129 2006-08-06  Duncan Mak  <duncan@novell.com>
4131         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
4132         is not changing.
4134 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
4135         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
4136           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
4137           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
4138           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
4139           Initial import of new 2.0 classes.
4141 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
4142         * Application.cs: Add 2.0 VisualStyles properties.
4144 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
4145         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
4146           XplatUIX11.cs: Create property to allow access to existing private
4147           variable "themes_enabled"
4149 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4151         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
4152         file size, as otherwise our class libraries fail using windows. Fixes
4153         bug #78759.
4155 2006-08-04  Jackson Harper  <jackson@ximian.com>
4157         * Form.cs:
4158         * XplatUIX11.cs: Move the toolwindow window manager creation into
4159         the X11 driver, this way on win32 we can let windows create/handle
4160         the toolwindows.
4162 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4164         * PrintDialog.cs: Remove some redundant checks, add some others,
4165         clean some code, and move the focus to the text boxes when the
4166         values are incorrect.
4168 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
4170         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
4172 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
4174         * NumericUpDown.cs: Setting the Minimum and Maximum is now
4175           handled correctly. Fixes bug #79001.
4177 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4179         * PrintDialog.cs: The "Copies" numeric up down must have
4180         set the Minimum property to 1; only if the value is bigger
4181         than 1, activate "Collate" check box. This is the behaviour of .Net.
4182         Also modify the Document elements only if it is not null.
4184 2006-08-03  Jackson Harper  <jackson@ximian.com>
4186         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
4187         length. (We have a larger array then actual node count).
4188                 
4189 2006-08-03  Jackson Harper  <jackson@ximian.com>
4191         * ComboBox.cs: Don't show selection by default.
4192         - The SelectAll isn't needed here, since the focus code should do
4193         that
4194         - DDL style lists to manual selection drawing, so when they
4195         get/lose focus they have to invalidate.
4197 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
4199         * TextBoxBase.cs: Don't always show all selections by default.
4201 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
4202         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
4203           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
4204           Fixed various typos.
4206 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
4208         * Control.cs: Removing the controls in a ControlCollection with
4209           Clear now hides the controls as expected. Fixes bug #78804. 
4211 2006-08-03  Jackson Harper  <jackson@ximian.com>
4213         * Control.cs: Revert previous focus patch, it breaks reflector.
4215 2006-08-03  Jackson Harper  <jackson@ximian.com>
4217         * ComboBox.cs: Cleanup selection and focus with the combobox.
4218         This also eliminates some duplicated keyboard code, since now
4219         everything is handled by the main class.
4220         - Make list selection work on mouse up instead of down, to match
4221         MS.
4223 2006-08-02  Jackson Harper  <jackson@ximian.com>
4225         * Control.cs: Setting focus needs to go through the whole
4226         selection mechanism.
4228 2006-08-02  Chris Toshok  <toshok@ximian.com>
4230         * PrintPreviewDialog.cs: change MinimumSize to use
4231         base.MinimumSize so it works.
4233 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
4235         * TextControl.cs:
4236           - UpdateCaret: Added sanity check in case caret isn't defined yet
4237           - Line.Delete: Now updating selection and caret markers if we're
4238             transfering a node (Properly fixes #78323)
4239           - SetSelectionEnd: Added sanity check
4240         * TextBoxBase.cs: Removed broken attempt to fix #78323
4242 2006-08-01  Chris Toshok  <toshok@ximian.com>
4244         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
4245         Close() call is handled in Form, not here.
4247 2006-08-01  Chris Toshok  <toshok@ximian.com>
4249         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
4250         layout/rendering.
4252         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
4253         for sizes < 100% zoom.  The code now aggressively attempts to keep
4254         from calling document.Print (), and tries not to use the scaling
4255         g.DrawImage whenever possible (it still does if you scale to >
4256         100%, since usually that involves huge images).
4258         * PrintPreviewControl.cs: hook up the close button.
4260 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
4261         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
4262           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
4263           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
4264           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
4265           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
4266           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
4267           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
4268           Removed [Serializable] for 2.0 Event Handlers.
4270 2006-07-31  Jackson Harper  <jackson@ximian.com>
4272         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
4273         * TextControl.cs: Uncomment out the body of this method.
4275 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
4277         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
4278           standard cursors.
4280 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
4282         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
4283           that embed TextBox and need selections visible even if textbox is not
4284           focused to enforce that behaviour.
4285         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
4286           selection drawing
4288 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
4290         * TextControl.cs:
4291           - Added new SetSelectionStart/SetSelectionEnd overloads
4292           - Fixed viewport width assignment to be accurate
4293           - Adjusted alignment line shift calculations to allow cursor on right
4294             aligned lines to be always visible at the right border (like MS)
4295         * TextBoxBase.cs:
4296           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
4297           - TextBoxBase_SizeChanged: recalculating canvas on size changes
4298           - CalculateScrollBars: Use ViewPort size instead of window size, to
4299             properly consider space occupied by the border and scrollbars 
4300             (Fixes #78661)
4301           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
4302             calculations; no longer leaves artifacts
4303           - CaretMoved: Adjusted window scrolling to match MS and fixed several
4304             calculation bugs (Still missing right/center align calculations)
4306 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
4308         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
4309           use of both scroll rect and clip rect, as they do the same.
4311 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
4313         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
4314           in the event handler (fixes #78912)
4316 2006-07-31  Chris Toshok  <toshok@ximian.com>
4318         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
4319         grid.ListManager.Count, since grid.ListManager might be null.
4320         This of course begs the question "why are we drawing rows for a
4321         grid with no list manager (and therefor no rows)?"  Fixes the
4322         crash in bug #78929.
4324 2006-07-31  Chris Toshok  <toshok@ximian.com>
4326         * RelatedPropertyManager.cs: Don't always chain up to the parent
4327         ctor.  instead, call SetDataSource if the parent's position is !=
4328         -1.  Fixes the crash in #78822.
4330 2006-07-31  Chris Toshok  <toshok@ximian.com>
4332         * DataGrid.cs (get_ListManager): use field instead of property
4333         accessors for datasource and datamember.
4334         (RowsCount): make internal again.
4335         (OnMouseDown): end edits before resizing columns/rows.
4336         (OnMouseUp): restart edits after resizing columns/rows.
4338 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
4340         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
4341           This fixes the situation where the last set cursor is displayed
4342           whenever the mouse is over scrollbars.
4344 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4346         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
4347         Document properties, as well as initial values.
4349 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
4351         * XplatUIWin32.cs (SetBorderStyle): Setting both border
4352           and ClientEdge results in a 3-pixel border, which is
4353           wrong.
4355 2006-07-28  Jackson Harper  <jackson@ximian.com>
4357         * TreeNodeCollection.cs: Fix the clear method.
4358         - Fix the Shrink also
4360 2006-07-27  Jackson Harper  <jackson@ximian.com>
4362         * TreeView.cs: Make sure the visible order is computed when we
4363         attempt to size the scrollbars (for trees that mess with the
4364         scrolling when they shouldn't.
4365         - Make sure to give the scrollbars valid values.
4367 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
4369         * XplatUIX11.cs: Move motion compression code to where it
4370           has less performance impact
4372 2006-07-26  Jackson Harper  <jackson@ximian.com>
4374         * UpDownBase.cs: When the control is selected make the child
4375         controls non selectable, so that a click on them won't do a
4376         focus/unfocus cycle.
4377         - Don't give focus to the text box when the spinner is selected.
4378         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
4380 2006-07-26  Chris Toshok  <toshok@ximian.com>
4382         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
4383         satisfied with this solution.  If the bitmaps are small, we should
4384         just cache them in the PrintPreviewDialog and draw them here.
4385         Also, the layout is broken for the 2-up and 3-up cases.
4387         * Theme.cs: add PrintPReviewControlPaint.
4389         * PrintPreviewDialog.cs: first pass implementation.
4391         * PrintPreviewControl.cs: first pass implementation.  No
4392         scrollbars yet.
4394         * PrintDialog.cs: only validate fields if that particular portion
4395         of the UI is enabled.  Also, set the document's controller to a
4396         PrintControllerWithStatusDialog wrapping the document's print
4397         controller.
4399         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
4400         bring up a SaveFileDialog (i hope we don't want to match the
4401         behavior of the crappy windows file entry) and set the
4402         PrinterSettings.PrintFileName accordingly.
4404 2006-07-26  Jackson Harper  <jackson@ximian.com>
4406         * ContainerControl.cs: Add a field that disables auto selecting
4407         the next control in a container when the container is activated.
4408         * UpDownBase.cs: Don't select the text box when the up down is
4409         selected.
4411 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
4413         * XEventQueue.cs: Added methods for peeking (used for compression
4414           of successive events)
4415         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
4416           mouse move events (fixes #78732)
4418 2006-07-25  Jackson Harper  <jackson@ximian.com>
4420         * UpDownBase.cs: Use an internal class for the textbox so that we
4421         can control focus.  the updown control should always have focus,
4422         if either the text area or the buttons are clicked.
4423         - Send the key messages to the textbox, since it never actually
4424         has focus
4425         - Activate and decativate the textbox caret.
4427 2006-07-24  Jackson Harper  <jackson@ximian.com>
4429         * Control.cs: Use the directed select when selecting a control,
4430         this way the container controls override will get called and the
4431         whole ActiveControl chain will get triggered.  TODO: probably need
4432         to make sure this gets done everywhere instead of the old
4433         Select(Control).
4434         * ContainerControl.cs: Implement the directed Select method to
4435         find and activate the correct child control.    
4436         
4437 2006-07-22  Mike Kestner  <mkestner@novell.com>
4439         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
4440         menu handling code so that clicks without a grab work too.
4441         [Fixes #78914]
4443 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
4445         * FileDialog.cs: Enable the BackButton when dirstack has one element.
4446           Added some small optimizations.
4448 2006-07-21  Matt Hargett  <matt@use.net>
4450         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
4452 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
4454         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
4455           tests pass and match MS in some strange border cases.
4457 2006-07-21  Chris Toshok  <toshok@ximian.com>
4459         * ThemeWin32Classic.cs: handle drawing of the relation links and
4460         parent row buttons.
4462         * Theme.cs: change args to DataGridPaintParentRow.
4464         * DataGrid.cs: Don't use controls for the relation links and
4465         parent buttons, so we have to handle all their interactions in
4466         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
4467         when we're navigating through child tables, so we can reinstate
4468         selection, expanded state, current cell, etc.
4470 2006-07-20  Chris Toshok  <toshok@ximian.com>
4472         * ToolBar.cs: When we redraw a button, for whatever reason,
4473         there's no reason to redraw the entire toolbar.  Also, don't call
4474         Control.Refresh from within Redraw, as it's much heavier than
4475         Invalidate (which is really what we want).
4477 2006-07-20  Chris Toshok  <toshok@ximian.com>
4479         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
4480         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
4481         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
4482         traces from within a debug IBindingList datasource
4483         (in mono/winforms/datagrid) for *days*, I've finally gotten things
4484         to work in a similar fashion.
4486 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4488         * ListBox.cs: Don't call Sort () when setting 
4489         the Sorted property to false (avoid an unnecessary sort).
4491 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4493         * ListControl.cs: DataSource should throw an ArgumentException
4494         instead of a normal exception when the argument is not of the 
4495         correct type.
4497 2006-07-20  Mike Kestner  <mkestner@novell.com>
4499         * Control.cs: add InternalPreProcessMessage to allow us to steal
4500         key events before MWF gets its paws on them.  Adapted from a
4501         suggestion by eno.
4502         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
4503         up/down/left/right navigation. Override the new internal control
4504         method to steal the events since they never make it to WndProc.
4505         * ToolBarButton.cs: don't worry about pushed when setting hilight
4506         since the drawing code prefers pushed to hilight. Invalidate on 
4507         Hilight changes. Fixes #78547 and #78525.
4509 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
4511         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
4512           the canvas size. Fixes #78868
4514 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
4516         * Splitter.cs: Track requested split position until first layout
4517           is performed. Fixes #78871
4519 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
4521         * Application.cs: Removed code that forces 1.x for the version
4522           number if the version started with 0. Not sure why that code was
4523           there and I couldn't find any bugs that indicated we needed it.
4524           Fixes #78869
4526 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
4528         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
4529           ResetDefaults(), just write some output to the console until it's
4530           implemented. Fixes bug #78907 for now. Eliminated two warnings.
4532 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
4534         * PropertyGridView.cs: set StartPosition of drop down forms
4535         so they appear in correct initial spot.  Fixes #78190.
4537 2006-07-19  Mike Kestner  <mkestner@novell.com>
4539         * ThemeWin32Classic.cs: use parent background color when drawing
4540         flat toolbars.  Restructure the conditionals to make sure non-flat
4541         non-Divider toolbars are filled too.  Fixes #78837.
4543 2006-07-19  Mike Kestner  <mkestner@novell.com>
4545         * ListBox.cs: Sort on collection changes even if the handle
4546         isn't created yet.  Fixes #78813.
4548 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4550         * ListControl.cs: DisplayMember should never be null,
4551         and now we assign String.Empty when null is passed to it (this
4552         is the .Net way).
4554 2006-07-17  Mike Kestner  <mkestner@novell.com>
4556         * ListViewItem.cs: restructure Font and subitem Font handling 
4557         to hold a specific font and refer back to owner on null.
4558         Fixes #78761.
4560 2006-07-17  Mike Kestner  <mkestner@novell.com>
4562         * ToolBar.cs: bandaid for side-effect of previous patch which was
4563         discarding explicit heights for non-AutoSize toolbars.  Need to
4564         extend my format tester to deal with AutoSize=false. Fixes #78864.
4566 2006-07-15  Jackson Harper  <jackson@ximian.com>
4568         * LabelEditTextBox.cs:
4569         * TreeView.cs: Use a new LabelEdit class for node editing, this
4570         class automatically 'closes' itself when it gets the enter key or
4571         loses focus.
4572         - Use the client rectangle when setting the trees scrollbars, so
4573         border style is taken into account.
4574         
4575 2006-07-14  Jackson Harper  <jackson@ximian.com>
4577         * TreeNode.cs:
4578         * TreeView.cs: Make the editing work similar to MSs, firing the
4579         events correctly and ending edits correctly.
4581 2006-07-14  Mike Kestner  <mkestner@novell.com>
4583         * ToolBarButton.cs:
4584         * ToolBar.cs: layout restructuring and redraw enhancements to support
4585         formatting changes gracefully, like setting TextAlign, ImageList, 
4586         ButtonSize, and Appearance.  Handles explicit button sizing quirks
4587         of the MS controls.  Things like flat toolbars ignoring button size
4588         but becoming constant sized at the largest button's size.  Normal
4589         toolbars with an image set cannot be shrunk smaller than the image,
4590         but text can be clipped/ignored.
4591         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
4592         is zero.  Seems like DrawString should be smart enough to not put
4593         anything on screen though. Also trim labels and ellipsize at the char
4594         boundary, not word.
4595         Fixes #78711 and #78483.
4597 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
4599         * FolderBrowserDialog.cs: Disable "New Folder" button and
4600           "New Folder" contextmenu menuitem if a folder like "My Computer"
4601           is selected.
4603 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
4605         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
4606         * FolderBrowserDialog.cs:
4607           - Use MWFConfig to store and read size and position settings
4608           - Added code to create a new folder (button or context menu).
4609             Use TreeView labeledit to change the name of the new folder.
4611 2006-07-14  Jackson Harper  <jackson@ximian.com>
4613         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
4614         when the tree is scrolled we end editing.
4616 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
4618         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
4619           Down arrows
4621 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
4623         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
4624         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
4625         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
4626         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
4627         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
4628         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
4629         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
4630         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
4631         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
4632         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
4633         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
4634         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
4635         ListViewItemSelectionChangedEventHandler.cs,
4636         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
4637         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
4638         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
4639         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
4640         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
4641         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
4642         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
4643         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
4644         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
4645         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
4646         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
4647         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
4648         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
4649         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
4650         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
4651         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
4652         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
4653         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
4654         WebBrowserNavigatingEventHandler.cs, 
4655         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
4657 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
4659         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
4660         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
4661         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
4662         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
4663         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
4664         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
4665         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
4666         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
4667         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
4668         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
4669         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
4670         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
4671         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
4672         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
4673         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
4674         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
4675         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
4676         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
4677         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
4678         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
4679         ListViewItemStates.cs, MaskFormat.cs: Added
4681 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
4683         * PropertyGridView.cs: Fix keyboard navigation of drop down.
4684         Patch from eno for bug 78558.
4685         
4686 2006-07-13  Jackson Harper  <jackson@ximian.com>
4688         * TreeView.cs: When an edit is finished make sure that the
4689         selected node is visible.
4690         - When setting the top/bottom use the scrollbars is_visible, so
4691         everything will be set correctly even if the tree isn't visible
4692         yet.
4694 2006-07-13  Jackson Harper  <jackson@ximian.com>
4696         * ComboBox.cs: Revert the item->index part of my previous patch.
4697         * TreeView.cs: Use LostFocus instead of Leave for detecting when
4698         the edit box has lost focus (duh).
4699         - Just make the edit box not visible when we get return, that will
4700         take the focus, which will call EndEdit
4701         * TreeNode.cs When we start editing, notify the treeview.
4703 2006-07-12  Jackson Harper  <jackson@ximian.com>
4705         * ComboBox.cs: Clear out old items before setting the item list.
4706         This prevents databound controls from having their items added
4707         twice.
4708         - Switch the combobox to use indices whereever possible instead of
4709         using Item's.  This allows usto navigate through lists that have
4710         more then one item with the same string value (ie a, b, b, a).
4711         - Scroll the listboxes scrollbar when a non visible item is
4712         highlighted
4713         - Allow keypress to cycle through all the possible values. For
4714         example if you have b1, b2, b3 and hold down the B key all the
4715         values will be cycled through.
4716         
4717 2006-07-12  Jackson Harper  <jackson@ximian.com>
4719         * TextBoxBase.cs:
4720         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
4721         this using the internal methods.
4722         * Control.cs: Add OnGotFocusInternal.  A new method that allows
4723         controls to "override" OnGotFocus and change focus behavior if
4724         needed.
4725         - Same thing for LostFocus
4726         * ComboBox.cs: Pass off focus to the text control properly.
4728 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
4730         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
4731         * FolderBrowserDialog.cs: Almost a complete rewrite.
4732           - Better support for Environment.Specialfolders
4733           - Added support for MWFVFS
4734           - Made setting SelectedPath work
4736 2006-07-12  Jackson Harper  <jackson@ximian.com>
4738         * Control.cs: Optimze getting all the controls.
4740 2006-07-11  Jackson Harper  <jackson@ximian.com>
4742         * ContainerControl.cs: Override SETFOCUS in the container control,
4743         so that it is not selected on mouse click.
4745 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
4747         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
4748           Hopefully we will have a better way once all of focus is complete.
4750 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
4752         * ThemeWin32Classic.cs: Commented out some debug code and fixed
4753           a compile error with csc.
4755 2006-07-11  Jackson Harper  <jackson@ximian.com>
4757         * Control.cs: When hiding a control only select the next control
4758         if the current control was focused.
4759         - Don't handle enter/leave when setting/killing focus, this is
4760         done by the container control.
4761         - Remove is_selected, it's not needed anymore.
4762         - Add utility methods for selecting a child control, and for
4763         firing the Enter/Leave events.
4764         * ContainerControl.cs: When a control is activated fire the
4765         enter/leave events.
4766         - Don't wrap when processing the tab key, so that focus can be
4767         moved outside of the container.
4768         - Use the correct active control
4770 2006-07-11  Jackson Harper  <jackson@ximian.com>
4772         * ComboBox.cs: Remove some debug code that was blinding me.
4773         * UpDownBase.cs: These controls actually aren't implicit, they are
4774         visible to the user.
4776 2006-07-10  Chris Toshok  <toshok@ximian.com>
4778         * DataGrid.cs: move back to the is_adding boolean field.  god i
4779         hate this is_editing/is_adding/is_changing stuff.
4781 2006-07-10  Chris Toshok  <toshok@ximian.com>
4783         * DataGridTableStyle.cs: just check if the property type is bool.
4784         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
4785         Don't use CanRenderType.
4787         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
4788         if our text == NullText.  Remove CanRenderType.
4790         * DataGridBoolColumn.cs: nuke CanRenderType.
4792         * DataGrid.cs: reenable some code to end the current edit inside
4793         of set_CurrentCell.  This fixes the other 1.1.16 regression.
4794         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
4795         Also, remove the visible_row_count arg from CalcRowHeaders, since
4796         we don't need to worry about the actual height of the area.
4798 2006-07-10  Chris Toshok  <toshok@ximian.com>
4800         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
4801         mode, just return.
4803         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
4804         the real sense of the IsInEditOrNavigateMode property (true =
4805         navigate, false = edit).  Also, update OnKeyPress to reflect this.
4807         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
4808         column style exists, we still need to set its property descriptor
4809         to match up with our list manager.
4811 2006-07-10  Chris Toshok  <toshok@ximian.com>
4813         * ThemeWin32Classic.cs: implement the new row/header painting
4814         approach.  The parent row painting will likely go away and
4815         replaced with label controls, but the rest seems to work ok (and
4816         efficiently).
4818         * Theme.cs: change the way we draw datagrid rows.  we don't draw
4819         the row headers as a block now.  Instead we draw them in the
4820         normal draw-row loop.  Add some calls for drawing parent rows and
4821         relation rows.
4823         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
4824         a default table style.  Set the defaults from ThemeEngine.Current,
4825         not SystemColors.  Fix lots of misc issues with property setters.
4827         * DataGrid.cs: move loads of style information out of this class
4828         as it's being duplicated with DataGridTableStyle.  keep track of a
4829         special DataGridTableStyle for the properties we used to mirror
4830         here.  Switch all the style properties to access this table style
4831         instead of instance fields of this class.  Also add a internal
4832         class to represent parent rows (more needs to be stored here, like
4833         the selection state from the parent table, as well as the
4834         expansion state.)  Also, for datasources with relations, do the
4835         right thing for collapse/expand, and add support for the
4836         navigation/parent row buttons.
4838         Lastly, fix the crash in the 1.1.16 build.
4840         * GridTableStylesCollection.cs: make the explicit interface
4841         implementations call the class's methods as opposed to duplicating
4842         them.
4844         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
4845         0 so the text doesn't jump around when we move the cursor.
4847 2006-07-10  Jackson Harper  <jackson@ximian.com>
4849         * TextBoxBase.cs:
4850         * ListBox.cs: Match MS's ToString (this makes debugging focus
4851         stuff infinitely easier).
4853 2006-07-10  Jackson Harper  <jackson@ximian.com>
4855         * Control.cs (SelectNextControl): When checking the control's
4856         parent use this instead of ctrl.parent so that null can be passed
4857         to SelectNextControl. (I have unit tests for this).
4858         - Remove unused var.
4860 2006-07-10  Chris Toshok  <toshok@ximian.com>
4862         * CurrencyManager.cs: correct one regression, the removal of the
4863         finalType field.  Also, add a MonoTODO on CanAddRows, implement
4864         Refresh() correctly, and fix some event emission in
4865         ListChangedHandler.
4867 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
4869         * FileDialog.cs: Don't use brackets for new folders if they exist
4870           under *nix. Instead use -(number of existing folders +1).
4872 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
4874         * FileDialog.cs:
4875           - Fixed really nasty bug #78771
4876           - Don't block the whole GUI when reading directories with a lot of
4877             entries. Use an other thread instead and call BeginInvoke to
4878             update the ListView in MWFFileView
4880 2006-07-07  Chris Toshok  <toshok@ximian.com>
4882         * Control.cs (Dispose): release any Capture when disposing.
4884 2006-07-07  Chris Toshok  <toshok@ximian.com>
4886         * LinkLabel.cs (Select): if we chain up to the parent, set
4887         focused_index to -1 so we'll search for the first available link
4888         the next time the user tabs into us.  Also, if the direction is
4889         backward and focused_index == -1, start the search from the last
4890         element.
4892 2006-07-07  Chris Toshok  <toshok@ximian.com>
4894         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
4895         is beyond the end of the text, don't do anything.
4896         (CreateLinkPieces): set our ControlStyles.Selectable based on
4897         whether or not we have any links.
4898         (Link.Invalidate): use a loop instead of foreach.
4899         (Link.set_Start): null out owner.sorted_links so it'll be
4900         recreated by CreateLinkPieces.
4902 2006-07-06  Chris Toshok  <toshok@ximian.com>
4904         * LinkLabel.cs: revert the SetStyle change.
4906 2006-07-06  Chris Toshok  <toshok@ximian.com>
4908         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
4909         (OnEnableChanged): s/Refresh/Invalidate
4910         (OnGotFocus): if we have a focused index already, refocus it (so
4911         if we mouse out/in to the window it'll focus the right link).
4912         (OnKeyDown): move the tab handling out of here.
4913         (OnLostFocus): don't set focused_index to -1, so we can refocus it
4914         when we lose focus.
4915         (OnMouseDown): don't Capture here - Control handles it.  Also,
4916         focus the active link.
4917         (OnMouseUp): don't deal with Capture.
4918         (OnPaintBackgroundInternal): remove.
4919         (OnTextAlignChanged): CreateLinkPieces before calling the
4920         superclass's method.
4921         (OnTextChanged): call CreateLinkPieces before calling superclass's
4922         method.
4923         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
4924         move around.
4925         (Select): implement this, moving the selection between different
4926         links, and call parent.SelectNextControl if we don't have another
4927         link to focus in the given direction.
4928         (CreateLinkPieces): call Invalidate instead of Refresh.
4929         
4930 2006-07-06  Chris Toshok  <toshok@ximian.com>
4932         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
4933         new LinkLabel internals.
4935         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
4936         over pieces looking for active/focused/etc links.  also, deal with
4937         runs of text (and links) with embedded \n's in them, and use
4938         MeasureCharacterRanges instead of MeasureString to figure out the
4939         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
4940         two-step.
4942 2006-07-04  Jackson Harper  <jackson@ximian.com>
4944         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
4945         XKB or key auto repeat, do it manually.  Without key auto repeat,
4946         when a key is held down we get key press, key release, key press,
4947         key release, ... with auto repeat we get key press, key press, key
4948         press ..., and then a release when the key is actually released.
4950 2006-07-03  Jackson Harper  <jackson@ximian.com>
4952         * TabControl.cs:
4953         * ThemeWin32Classic.cs: Tabs do not obey normal background color
4954         rules, they are always control color regardless of the background
4955         color.
4957 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
4959         * FileDialog.cs: Added internal class MWFConfig.
4960           Removed Registry support and replaced it with support for the new
4961           MWFConfig class. See MWFConfig comments for more information.
4963 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
4965         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
4966           rectangle. Added some patches from eno from bug #78490 and fixed
4967           the arrow position for small up and down CPDrawScrollButtons.
4969 2006-06-30  Jackson Harper  <jackson@ximian.com>
4971         * InternalWindowManager.cs: Remove some debug code.
4972         * Form.cs: When an MdiParent is set to null, the window is
4973         "detatched" and becomes a normal window.
4974         * MdiClient.cs: Don't bring the new child form to the front until
4975         it is activated (setting it as active does this), this makes the
4976         previously active forms titlebar get redrawn as inactive.
4978 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
4980         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
4981           with later controls
4983 2006-06-29  Mike Kestner  <mkestner@novell.com>
4985         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
4986         arrow in keynav state.  Fixes #78682.
4988 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
4990         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
4991           order (fixes #78393)
4993 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
4995         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
4996           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
4997           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
4998           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
4999           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
5000           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
5001           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
5002           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
5003           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
5004           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
5005           enumerations (FlagsAttribute, SerializableAttribute, added/removed
5006           values)
5008 2006-06-28  Mike Kestner  <mkestner@novell.com>
5010         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
5012 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
5014         * PropertyGrid.cs,
5015           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
5016           item lines from other area (It also makes BackColor consistent and
5017           compatible with .NET). Fixed bug #78564.
5019 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
5021         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
5022         Patch from Eno for #78555.
5024 2006-06-27  Chris Toshok  <toshok@ximian.com>
5026         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
5028         * DataGridColumnStyle.cs: same.
5030         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
5031         
5032         * DataGridDrawingLogic.cs: nuke.
5034 2006-06-27  Chris Toshok  <toshok@ximian.com>
5036         * DataGridTableStyle.cs: clean up the constructors, and build the
5037         list of child relations for this table.  I have no idea if this is
5038         where we should be doing it (it probably isn't), but since we're
5039         already iterating over the properties..
5041         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
5042         struct and array for keeping track of row information, similar to
5043         what's shown in a hack on
5044         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
5046         * Theme.cs: be consistent about the naming of DataGrid methods,
5047         prefering ColumnWidths and RowHeights over columnsWidths and
5048         RowsHeights.
5050         * ThemeWin32Classic.cs: same, and also add support for variable
5051         sized rows (and the +/- expansion icons for related rows).
5053 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
5055         * TextBoxBase.cs: Applied Eno's patch from #78660
5057 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
5059         * Form.cs (ScaleCore): We don't want to scale our form if it's
5060           state is minimized or maximized, but we still need to scale our
5061           child windows. Also, added try/finally block to ensure layout
5062           gets reset (Fixes #78697)
5064 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
5066         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
5068 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
5070         * Form.cs: Fixed c+p error and added check to resize form if minimum
5071           size is bigger than current size (Fixes #78709)
5073 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
5075         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
5077 2006-06-26  Mike Kestner  <mkestner@novell.com>
5079         * ComboBox.cs: only do Keypress handling in the combo when there  
5080         are items in the collection. Fixes #78710.
5082 2006-06-26  Chris Toshok  <toshok@ximian.com>
5084         * Binding.cs: make this work bi-directionally.  also, clear up
5085         other mixups between Push/Pull Data (e.g. we're supposed to pull
5086         data when validating).
5088         * BindingManagerBase.cs: trim some fully qualified collection
5089         types.
5091         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
5093 2006-06-23  Chris Toshok  <toshok@ximian.com>
5095         * PropertyManager.cs: It appears (according to the unit tests)
5096         that PropertyManager doesn't use
5097         PropertyDescriptor.AddValueChanged to track propery value changes
5098         in its datasource, but uses the same scheme as Binding, where it
5099         looks for a <Property>Changed event and binds to it.
5101         Also, according to the docs, IsSuspended always returns false for
5102         a property manager with a non-null datasource.
5104 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
5106         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
5107           need to update the actual DialogResult. (Fixes #78613)
5109 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
5111         * Form.cs (ShowDialog): Release any captures before running the
5112           new message pump (fixes #78680)
5114 2006-06-22  Mike Kestner  <mkestner@novell.com>
5116         * ListView.cs: Layout column widths properly in details mode even 
5117         if HeaderStyle.None is set.  Fixes #78691.
5119 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
5121         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
5123 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
5125         * Control.cs (ContainsFocus): Using new driver method to get focused
5126           window, instead of trying to use internal tracking var, which can
5127           recursion issues (Fixes #78685)
5128         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
5129           XplatUIWin32.cs: Added GetFocus method to return focused window
5131 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5133         * ColorDialog.cs: when the mouse button is pressed inside the color
5134         matrix, don't let the cursor move out of it until the button is
5135         released, which is the behavior on windows. Changed 'colours' by
5136         'colors' to use the same word consistently.
5138 2006-06-21  Chris Toshok  <toshok@ximian.com>
5140         * DataGrid.cs: add in some basic navigation stuff (navigating to a
5141         child relation and back, using a stack).  Also, remove
5142         GetDataSource and the code that calls it - it's not needed.  Also,
5143         track CurrencyManager.ListName's removal.
5145 2006-06-21  Chris Toshok  <toshok@ximian.com>
5147         * CurrencyManager.cs: push some of the original type checking from
5148         BindingContext.CreateBindingManager to here, and remove some of
5149         the finalType stuff.  Need more tests to make sure I've got the
5150         ListName part right, and we might need more in SetDataSource.
5152         * PropertyManager.cs: add a ctor that takes just the datasource,
5153         and no property name.  Make SetDataSource work with a null
5154         property_name, and make Current return the data_source if the
5155         property descriptor is null.  this makes 'string foo = "hi";
5156         BindingContext[foo].Current' return "hi" as it should.
5158         * RelatedCurrencyManager.cs: make this code more generic - there's
5159         no reason the parent manager has to be CurrencyManager, and
5160         there's no reason to pass the DataRelation.  It suffices to use a
5161         BindingManagerBase and PropetyDescriptor.
5163         * RelatedPropertyManager.cs: make a similar change here.
5164         
5165         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
5166         flower I knew it could be.
5168 2006-06-20  Chris Toshok  <toshok@ximian.com>
5170         * PropertyManager.cs: the PropertyChangedHandler is invoked when
5171         data in the source has changed and we need to update the control,
5172         so s/PullData/PushData.
5174         * CurrencyManager.cs: Refresh is meant to update the control from
5175         data in the datasource.  So, s/PullData/PushData.
5177         * BindingContext.cs: add more ugliness (we weren't handling the
5178         case where data_source = DataTable and data_member = column_name).
5180         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
5181         from the perspective of the datasource.  PullData pulls from the
5182         control, PushData pushes to the control.
5184 2006-06-20  Chris Toshok  <toshok@ximian.com>
5186         * BindingContext.cs: rewrite the CreateBindingManager code to
5187         handle navigation paths more or less properly.  This could
5188         definitely stand some more work, in particular to push the
5189         recursion up to the toplevel.  But that relies on fixes in other
5190         places (System.Data comes to mind).
5192         Also, move to a flat hashtable (and encode the twolevel nature of
5193         the dictionary into the hash key).  This lets us implement the
5194         IEnumerable.GetEnumerator method.
5196         * RelatedCurrencyManager.cs: new class.  Update our view based on
5197         our relation and our parent CurrencyManager's position.
5199         * CurrencyManager.cs: split out some logic from the ctor into
5200         SetView, so it can be called from the new RelatedCurrencyManager
5201         subclass.
5203         * RelatedPropertyManager.cs: new class.  Update our datasource
5204         based on the position of our parent CurrencyManager.
5206         * PropertyManager.cs: split out some logic from the ctor into
5207         SetDataSource, so it can be called from the new RelatedDataSource
5208         subclass.  Also, make the Current getter return the value
5209         of the PropertyDescriptor, not the data_source.
5211         * Binding.cs: no need to duplicate the string splitting code here.
5213 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
5215         * Control.cs:
5216           - set_Enabled: OnEnabledChanged is not called if the inherited state 
5217             of the control is not altered, even though  we might be changing the
5218             internal state of the control (#78458)
5219           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
5220             OnEnabledChanged, to allow easy altering of any child window state
5221           - OnEnabledChanged: Added code to enable/disable driver window state
5222           - OnParentEnabledChanged: Instead of firing the event, call 
5223             OnEnabledChanged, which will fire the event and also a) set driver
5224             window state and pass the enabled state to any grandchildren (#78458)
5226 2006-06-19  Jackson Harper  <jackson@ximian.com>
5228         * InternalWindowManager.cs: We don't set the cursor explicitly
5229         thats done via the response to NCHITTESTs.
5230         - Don't need to adjust for titlebar heights anymore, the
5231         coordinates are coming in the correct coordinates now (see peters
5232         last patch).
5235 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
5237         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
5238           being translated relative to whole window, instead of client window.
5239           That caused broken offsets on mouseclick (and caused gas for our
5240           InternalWindowManager)
5242 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
5244         * TextControl.cs:
5245           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
5246           - Undo(): Added replay of cursor move on DeleteChars action; added
5247             calling Undo() again if a recorded cursor move is invalid (to
5248             ensure that some action is performed on Undo)
5249         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
5251 2006-06-16  Jackson Harper  <jackson@ximian.com>
5253         * MdiClient.cs: Instead of just sizing maximized windows when
5254         there is a resize we also have to adjust the Y of minimized
5255         windows, so they stay pinned to the bottom of the mdi container.
5256         - Eliminate separate tracking of the active control, we can just
5257         get this from the controls collection.
5258         - Paint the decorations for the newly activated titlebar so we get
5259         a pretty blue bar.
5260         * InternalWindowManager.cs:
5261         * ThemeWin32Classic.cs: Minimized windows get all three buttons
5262         even if they are a tool window.
5263         
5264 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
5266         * TextControl.cs (Undo): Handle non-existent cursor locations in the
5267           undo buffer, these can happen when text was deleted and the cursor
5268           was recorded first. Since we will also have a recorded cursor
5269           after the delete this is not an issue. (Fixes #78651)
5271 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
5273         * AccessibleObject.cs: Remove dependence on Control.is_selected;
5274           instead properly track control states internally (allows us to
5275           remove is_selected from Control)
5277 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5279         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
5280         whose width is not a multiple of 8.
5282 2006-06-13  Jackson Harper  <jackson@ximian.com>
5284         * MdiClient.cs:  Only maximize the next child if the current one
5285         is maximized.
5287 2006-06-13  Chris Toshok  <toshok@ximian.com>
5289         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
5290         modified.  Also, guard against grid or grid_drawing being null in
5291         Invalidate.
5293         * DataGrid.cs: Reformat tons of getters/setters.  In the
5294         DataMember setter, just call SetNewDataSource instead of
5295         duplicating some of its functionality.  In SetNewDataSource, don't
5296         check ListManager for null, since the property getter creates the
5297         object if needed.
5299         * DataGridTableStyle.cs: don't set TableStyle or call
5300         SetDataGridInternal on the column here, it's done in
5301         GridColumnStylesCollection.Add.
5303         * GridColumnStylesCollection.cs: fix all the explicit interface
5304         implementations to just call our methods.  Nuke AddInternal() and
5305         move the body of it to Add().  Also, add a call to
5306         column.SetDataGridInternal to Add().
5308         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
5309         base()+duplicate code.  Also, use the Format property instead of
5310         format to generate an Invalidate ala MS.  Lastly, create the
5311         textbox here, unconditionally.
5312         (set_Format): call Invalidate.
5313         (get_TextBox): no need to call EnsureTextBox.
5314         (Commit): remove the message box.
5315         (Edit) remove the call to EnsureTextBox.
5316         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
5317         (EnterNullValue): no need to check textbox for null.
5318         (HideEditBox): no need to check textbox for null.
5319         (SetDataGridInColumn): add the textbox to the grid's controls.
5320         (EnsureTextBox): nuke.
5321         
5322 2006-06-13  Jackson Harper  <jackson@ximian.com>
5324         * MdiWindowManager.cs: Hook up to the maximized menus paint event
5325         and redraw the buttons when needed. Unhook when the window is
5326         unmaximized.
5327         * MainMenu.cs: Add an internal Paint event, the mdi window manager
5328         needs this so that it can redraw its buttons when the menu is
5329         repainted.
5330         * InternalWindowManager.cs:
5331         * Form.cs: The method order has changed for DrawMaximizedButtons,
5332         so that it can be a PaintEventHandler.
5333         
5334 2006-06-13  Jackson Harper  <jackson@ximian.com>
5336         * MdiClient.cs: When we close a maximized mdi window, the next mdi
5337         window is activated and maximized, even if it wasn't before.
5338         - When  a new window is activated repaint the decorations of the
5339         old one, so that it no longer has the Active "look" (the blue
5340         titlebar).
5341         * InternalWindowManager.cs: Open up CreateButtons to base classes
5342         so they can recreate the buttons on state changes.
5343         - If a window is maximized give it all three buttons
5344         * MdiWindowManager.cs: Create the titlebar buttons when the state
5345         is changed, this is needed because a toolwindow will not have all
5346         three buttons until it is maximized.
5348 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
5350         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
5351           Fixed bug #78609.
5353 2006-06-12  Jackson Harper  <jackson@ximian.com>
5355         * KeysConverter.cs: Make sure we handle the Ctrl special case
5356         if its the only key.
5357         
5358 2006-06-12  Jackson Harper  <jackson@ximian.com>
5360         * Theme.cs: Add a method to get the size of a managed window
5361         toolbar button.
5362         * InternalWindowManager.cs: Remove the ButtonSize property, this
5363         should be retrieved from the theme.
5364         * MdiWindowManager.cs: Get the button size from the theme
5365         * ThemeWin32Classic.cs: Make the method to get the managed window
5366         titlebar button size public.
5367         - Handle the different button sizes of maximized toolwindows
5368         (should match any maximized window).
5369         - Get the titlebar height from the theme, not the WM (which gets
5370         it from the theme).
5372 2006-06-12  Jackson Harper  <jackson@ximian.com>
5374         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
5375         event down to the mdi window manager.
5376         - Expose some extra stuff to base classes
5377         - Make sure to end the Capture on an NC Mouse up, so that we can
5378         get double clicks properly, and the sizing doens't stick.
5379         - When doing PointToClient contain it in the workable desktop
5380         area, this prevents windows from changing size when the cursor is
5381         pulled outside of the working area while sizing.
5382         * MdiWindowManager.cs: When we get a double click maximize the
5383         window.
5384         - Reset the cursor after handling mode changes.
5386 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
5388         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
5389           current desktop, instead of just assuming a 0, 0 origin. This
5390           is needed for our internal window manager, to know the top
5391           margin of the desktop
5393 2006-06-12  Chris Toshok  <toshok@ximian.com>
5395         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
5396         we need this to get rid of the selected background in the bool
5397         column.
5398         (CancelEditing): move the ConcedeFocus call to above the Abort
5399         call.  Also, set is_changing to false and invalidate the row
5400         header if we were changing before.
5401         (ProcessKeyPreviewInternal): remove, since noone outside this
5402         class calls it anymore.  Roll the code into ProcessKeyPreview.
5403         (EndEdit): remove the internal version.
5404         (InvalidateCurrentRowHeader): make private.
5406         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
5407         Keys.Escape handling (and with it the last call to
5408         DataGrid.EndEdit from outside the class.)
5411 2006-06-12  Chris Toshok  <toshok@ximian.com>
5413         * DataGridTextBox.cs (.ctor): isedit defaults to false.
5414         (OnKeyPress): set isedit to true.
5415         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
5416         already handled by the grid.
5418         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
5419         right.  ugh.
5420         (set_DataSource): SetDataSource always returns true, so stop
5421         putting it in an if statement.
5422         (EndEdit): get rid of some {}'s
5423         (ProcessGridKey): return true in case Keys.Escape.
5424         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
5425         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
5426         PositionChanged, stopped connecting to CurrentChanged.
5427         (GetDataSource): simplify this a bunch.
5428         (SetDataSource): change return type from bool to void.
5429         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
5430         to this, and make sure we don't set ListManager.Position inside
5431         set_CurrentCell.
5432         (OnListManagerItemChanged): if we're passed an actual index,
5433         redraw that row.
5435         * CurrencyManager.cs (set_Position): don't call PullData here.
5437 2006-06-09  Jackson Harper  <jackson@ximian.com>
5439         * TreeNode.cs:  Recalculate the visible order before doing the
5440         Expand/Collapse Below calls, because those calls generate an
5441         expose.
5442         - Reduce calls to the TreeView property, which is mildly expensive
5443         by using a local var.
5444         * Form.cs: Layout the MDI child windows when creating the parent
5445         form.
5446         - Don't use the internal constructor anymore
5447         * MdiClient.cs: use the parent form width/height (if available)
5448         when laying out the child windows, we do this because the
5449         mdiclient isn't docked yet when the initial layout is done.
5450         - Don't need an internal constructor anymore.
5452 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5454         * FileDialog.cs: handle access errors when trying to create a folder
5455         or changing to a directory. No need to initialize out parameters.
5457 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
5459         * FileDialog.cs: Append a number when creating a new folder if the
5460           folder already exists (use parenthesis instead of square brackets)
5462 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
5464         * FileDialog.cs:
5465           - Disabled registry support for windows and added better registry
5466             error checking for other systems (need to investigate why it
5467             works perfectly on my system)
5468           - If a folder already exist show an error MessageBox instead of
5469             trying to create an indexed name.
5470           - Fixed a non intentional typo.
5472 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5474         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
5476 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
5478         * FileDialog.cs: When creating a new folder don't crash if the
5479           folder already exists.
5481 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
5483         * FileDialog.cs: Allmost a complete rewrite.
5484           - added a "virtual" file system that handles the differences
5485             between unix and windows file systems (especially the directory
5486             structure). Moved most of the directory and file handling code
5487             into the vfs.
5488             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
5489             UnixFileSystem and FSEntry.
5490           - Recently used folder/directory, size, location and used file names
5491             (file name ComboBox) are now stored in the registry and get read
5492             before the dialog shows up (fixes part 6 of bug #78446).
5493           - Creation of new folders/directories is now possible (context menu
5494             or ToolBar). Added TextEntryDialog for this that fills in the gap
5495             until ListView.LabelEdit works.
5496           - Fixed cursor handling (bug #78527) and focus handling for
5497             PopupButtonPanel
5498           - Various "Search in" ComboBox enhancements. The content of the
5499             dropdown listbox now almost matches ms.
5500           - Changed the behaviour when the user switches to SpecialFolder
5501             Recent to show the ListView in View.Details.
5502           - Beside using the ToolBar to change the View property of the
5503             file ListView it is now possible to use the context menu too.
5505 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
5507         * ComboBox.cs: Don't create a new ObjectCollection when an item
5508           gets inserted. Just insert the item in the existing object_items
5509           ArrayList.
5511 2006-06-08  Jackson Harper  <jackson@ximian.com>
5513         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
5514         that the treeview and root node checks are done also, this fixes a
5515         regression i caused in the unit tests.
5517 2006-06-07  Wade Berrier <wberrier@novell.com> 
5519         * RichTextBox.cs: More ISO8859-1 -> unicode
5521 2006-06-07  Mike Kestner  <mkestner@novell.com>
5523         * ComboBox.cs : use items to hold highlight/selection so that
5524         collection insertions don't require synchronization.
5526 2006-06-07  Jackson Harper  <jackson@ximian.com>
5528         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
5529         routine.  We now always keep the sized edge at the cursor instead
5530         of computing movement and adjusting rects.  There is one buglet
5531         with this method though when the cursor is moved over area that
5532         the window can not expand too (such as the toolbars on the desktop).
5534 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5536         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
5537         here. Fixes crash on startup in AlbumSurfer.
5539 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
5541         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
5542           values
5544 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5546         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
5547         statement to avoid calling XNextEvent which will block if another thread
5548         took the event that we were expecting. Fixes bug #78605.
5550 2006-06-07  Mike Kestner  <mkestner@novell.com>
5552         * ListView.cs : isolated checkbox clicking from the selection logic.
5553         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
5555 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5557         * Form.cs: Check that the value passed to Form.DialogResult
5558         is a valid enum value.
5560 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5562         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
5563         Computer'. Clicking it in the network view goes to 'My Computer'.
5564         Added CIFS filesystem type. Display the mount point of filesystems.
5565         Avoid duplicate mount points (happens for me with CIFS);
5567 2006-06-06  Jackson Harper  <jackson@ximian.com>
5569         * InternalWindowManager.cs: Draw the maximized windows buttons
5570         when resizing.
5572 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5574         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
5575         all other dialogs. Fixes bug #78585.
5577 2006-06-06  Mike Kestner  <mkestner@novell.com>
5579         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
5580         Only invalidate checkbox on checkstate changes to avoid flicker.
5581         * ListBox.cs : avoid unselect/select when clicking selected item.
5582         avoid reselection flicker for already multiselected items.
5583         Fixes #78382.
5585 2006-06-06  Jackson Harper  <jackson@ximian.com>
5587         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
5588         the parent form so that the menu is removed if needed.
5590 2006-06-06  Mike Kestner  <mkestner@novell.com>
5592         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
5593         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
5595 2006-06-06  Mike Kestner  <mkestner@novell.com>
5597         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
5600 2006-06-06  Jackson Harper  <jackson@ximian.com>
5602         * Control.cs: Use the property (instead of the field) to get the
5603         default cursor so it is instantiated correctly.
5604         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
5605         resizes so we need to manually repaint the window decorations here.
5606         - Set the titlebar button locations as soon as they are created,
5607         otherwise they are not set correctly on win32.
5608         
5609 2006-06-06  Chris Toshok  <toshok@ximian.com>
5611         * CurrencyManager.cs (set_Position): call PullData before
5612         OnCurrentChanged.
5613         (AddNew): after calling IBindingList.AddNew, update our
5614         listposition, and call OnCurrentChanged/OnPositionChanged (without
5615         calling PullData).
5616         (OnCurrentChanged): remove the call to PullData from here.
5617         (OnItemChanged): remove the call to PushData from here.
5618         (OnPositionChanged): change the test from == null to != null to
5619         match the other methods.
5620         (ListChangedHandler): the grossest part of the patch.  Implement
5621         this such that it passes the unit tests in CurrencyManagerTest and
5622         the output more or less matches that of MS's implementation.
5624 2006-06-06  Mike Kestner  <mkestner@novell.com>
5626         * ListView.cs : only update check state on single click.
5627         * ThemeWin32Classic.cs : fix focus drawing for details view without
5628         fullrowselect.  Fixes #78454.
5629         * XplatUIX11.cs : fix for double click emission.
5631 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
5633         * PropertyGridView.cs : Applied Atsushi's patch to fix
5634         font dialog bug  (#78197).
5636 2006-06-05  Jackson Harper  <jackson@ximian.com>
5638         * TreeNode.cs: Compute the next node for expanding/collapsing
5639         correctly. We now factor in nodes without a NextNode
5640         correctly. (Fixes somes cases in nunit-gui).
5641         * InternalWindowManager.cs: Set the bounds when updating the
5642         virtual position of a tool window.
5643         
5644 2006-06-05  Chris Toshok  <toshok@ximian.com>
5646         * DataGrid.cs: rename cached_currencymgr to list_manager.
5647         (set_CurrentCell): move SetCurrentCell code here, and clean it up
5648         some.
5649         (CurrentRow, CurrentColumn): single accessors so we can make the
5650         cursor movement code a lot easier to understand.
5651         (CurrentRowIndex): implement this in terms of CurrentRow.
5652         (BeginEdit): clean this up a bit.
5653         (CancelEditing): sort out the is_editing/is_changing/is_adding
5654         stuff a little.
5655         (EndEdit): minor changes.
5656         (OnKeyDown): add a comment about a (most likely) unnecessary
5657         check.
5658         (OnMouseDown): cancel editing when we click on a row header.  And
5659         use the CurrentRow setter, not CurrentCell.
5660         (ProcessDialogKey): directly call ProcessGridKey.
5661         (UpdateSelectionAfterCursorMove): factor out this common block of
5662         code (it's used everywhere that we move the cursor by updating row
5663         or column).
5664         (ProcessGridKey): pretty substantial overhaul.  Use the
5665         CurrentRow/CurrentColumn properties to make the code a lot more
5666         readable.  Only use the CurrentCell property when we have to
5667         modify both row and column at once.  Tab behavior is still broken,
5668         and Delete is untested.
5669         (Select): if we have no selected rows, set selection_start to
5670         @row.
5671         (EditCurrentCell): rename EditCell this.  It was only ever invoked
5672         with CurrentCell as the arg, so drop the arg and rename it.
5674         * DataGridColumnStyle.cs: clean up the constructors a little, and
5675         drop CommonConstructor().
5677         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
5678         actually get notified when the user hits it.
5679         (ProcessKeyMessage): *substantially* simplify this method.
5680         There's no reason (that I can see) for the textbox to be making
5681         calls into the datagrid at all.  Remove all of them but the ones
5682         for Enter handling.  those will take some more work.
5684         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
5685         calling HideEditBox.
5686         (HideEditBox): if we have an active textbox, render it invisible
5687         without causing a re-layout of the datagrid.
5689 2006-06-05  Mike Kestner  <mkestner@novell.com>
5691         * ListView.cs : fix NRE crasher when focuseditem is cleared by
5692         collection changes by resetting it to Items[0].  Fixes #78587.
5694 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5696         * MessageBox.cs: if the height of the text is larger than the icon_size,
5697         use that. Fixes bug #78575.
5699 2006-06-05  Jackson Harper  <jackson@ximian.com>
5701         * TreeView.cs: Fix line drawing when scrolling.  To do this each
5702         node is basically responsible for drawing its entire horizontal
5703         area.  When drawing a node it draws its parent node lines if
5704         needed.
5705         - Adjust the clip area to the viewport rectangle
5706         - Fix Left/Right key handling to match MS. (It expand/collapses
5707         and moves to parents/first child but does not move selection to
5708         sibling nodes).
5709         - Fix SetTop to work with new bound calculation code
5710         - When scrollbars are no longer needed we need to reset scrolling
5711         vars and recalculate the visible order so the redraw is correct
5712         * TreeNode.cs: We can't expand/collapse nodes with no children.
5714 2006-06-03  John Luke  <john.luke@gmail.com> 
5716         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
5717         so the colors work without dev packages
5718         
5719 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
5721         * Control.cs 
5722           - Select: Implemented to just use activate. Seems to match MS 
5723             behaviour closest. Documented to only do actual control walking 
5724             based on it's parameters if in a container control so I moved 
5725             the code there.
5726           - Removed selection check logic from our internal Select() method
5727         * ContainerControl.cs:
5728           - Select: Moved selection logic from Control here, since MS documents
5729             that containers obey the bool arguments. No longer calling base
5731 2006-06-02  Jackson Harper  <jackson@ximian.com>
5733         * TreeView.cs: If the selected node isn't changed when we get
5734         focus update the previously selected node so that we see the
5735         selection box.
5737 2006-06-02  Mike Kestner  <mkestner@novell.com>
5739         * ComboBox.cs: restructure grab and general mouse event handling.
5740         Make the composite control raise mouse events like it was a single
5741         control for leaves/enters/motion/up/down events.  fix dropdown list
5742         coordinate mangling and refactor it into the scrollbar subclass to
5743         reduce code duplication.  Fixes #78282 #78361 and #78457.
5745 2006-06-02  Mike Kestner  <mkestner@novell.com>
5747         * ScrollBar.cs: remove Capture setting/clearing, as it happens
5748         automatically in the Control.WndProc.
5750 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5752         * FileDialog.cs: fix crash when running SharpChess, which sets the
5753         FilterIndex to 2 with only one Filter.
5755 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5757         * ToolBar.cs: add SizeSpecified property.
5758         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
5759         try to figure out our real size, otherwise fallback to what the
5760         container says.
5762 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
5764         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
5765         * Control.cs (WndProc): MS always calls the DefWndProc to pass
5766           up the event
5768 2006-06-01  Mike Kestner  <mkestner@novell.com>
5770         * ListView.cs: revamp the focus management in ListView.  It still
5771         causes churn of LostFocus/GotFocus emissions on clicks, but it's
5772         better than not handling focus at all.  Will revisit when pdb feels
5773         the general focus handling is solid.  Fixes #78526.
5775 2006-06-01  Jackson Harper  <jackson@ximian.com>
5777         * TreeView.cs: Set the default border style in the constructor.
5778         - Move painting to use OnPaintInternal instead of capturing
5779         WM_PAINT, this is the correct way of doing things
5780         - UpdateBelow shouldn't invalidate the scrollbar area
5781         - Cap the top on update below in case the node was above the top
5782         of the viewport rectangle.
5783         - ExpandBelow and Collapse below need to obey Begin/End Update.
5784         * TreeNode.cs: Make is_expanded internal so the treenode
5785         collection can change it without firing the whole event chain.
5786         * TreeNodeCollection.cs: When clearing all the child nodes make
5787         sure to recalc the visible order.
5788         - Improve algo for remove the top node
5790 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
5792         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
5793           SendMessage directly calling window procedures, which in turn might
5794           call SetFocus()
5796 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
5798         * Control.cs: Don't handle WM_SETFOCUS if the same window already
5799           has focus (works around X11 sending a FocusIn after our SetFocus)
5800         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
5802 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
5804         * Mime.cs: Fix for the NET_2_0 build.
5805           NameValueCollection needs StringComparer now.
5807 2006-05-31  Chris Toshok  <toshok@ximian.com>
5809         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
5810         return (via an out parameter) the starting X of the column.
5811         (UpdateVisibleColumn): track change to FromPixelToColumn.
5812         (HitTest): add a ColumnResize case here.
5813         (DrawResizeLine): new function, probably poorly named.
5815         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
5816         only need to keep one reference.
5817         (set_ListManager): same.
5818         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
5819         Also, add support for HitTestType.ColumnResize.
5820         (OnMouseMove): add column resize behavior here, and change the
5821         cursor to the correct one as we move around the datagrid.
5822         (OnMouseUp): terminate the column resize if we're resizing.
5823         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
5824         for the current cell.
5825         (ConnectListManagerEvents): use cached_currencymgr.
5826         (DisconnectListManagerEvents): fill this in, using
5827         cached_currencymgr.
5828         (SetCurrentCell): remove cached_currencymgr_events handling.
5829         (SetDataMember): only call DisconnectListManagerEvents if
5830         cached_currencymgr is != null.
5831         (SetDataSource): same.
5832         (OnListManagerCurrentChanged): cached_currencymgr_events ->
5833         cached_currencymgr.
5835 2006-05-31  Jackson Harper  <jackson@ximian.com>
5837         * BindingManagerBase.cs: Remove somedebug code that creeped into
5838         SVN.
5839         * TreeNode.cs: We get the indent level dynamically right now, so
5840         don't track it as a member.
5841         * TreeNodeCollection.cs: Make sure all nodes added to the list
5842         have parents, treeviews/topnodes setup properly.
5843         - Don't attempt to track indent level.
5845 2006-05-30  Jackson Harper  <jackson@ximian.com>
5847         * BindingContext.cs: Create the currency manager tables here.
5848         This allows us to more easily create null tables (when bad data
5849         members are used), and more easily create related currency
5850         managers.
5851         * CurrencyManager.cs: All the table creation stuff is done by the
5852         binding context now.
5853         - Current should throw an exception if listposition is -1.
5854         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
5855         been bound yet.
5857 2006-05-30  Mike Kestner  <mkestner@novell.com>
5859         * ListView.cs: allow reexpansion of zero-width column headers.
5860         Fixes #78528.
5862 2006-05-28  Chris Toshok  <toshok@ximian.com>
5864         * CurrencyManager.cs (get_Current): after the late binding
5865         listposition = -1 fix, we need to guard against it here and return
5866         null, otherwise we raise an exception (which is swallowed
5867         elsewhere, and breaks datagrid databinding.)
5869 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
5871         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
5872           than WM_SYSKEY, don't throw if get something unexpected (#78507)
5874 2006-05-26  Jackson Harper  <jackson@ximian.com>
5876         * ControlPaint.cs:
5877         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
5878         values, it's faster and it's all we care about (we don't care if
5879         the names aren't equal).
5880         * KeyboardLayouts.cs: Eliminate some dead code.
5881         - Lazy init things
5882         * X11Keyboard.cs: Lazy init keyboard detection.
5883         - Cleanup access modifiers a little.
5885 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
5887         * XplatUIX11.cs: Once again, attempting to get layout just right.
5889 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
5891         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
5892           the sizes of each link section, that will result in sizes that
5893           match DrawString's layout (Fixes #78391)
5895 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
5897         * FileDialog.cs: If AddExtension property is true autocomplete the
5898           extensions in SaveFileDialog correctly. Fixes bug #78453.
5899           Set MyNetwork and MyComputer to "C:\" for windows. This should
5900           fix part 8 of bug #78446 for now.
5902 2006-05-26  Chris Toshok  <toshok@ximian.com>
5904         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
5905         invalidate the current row header if we need to, but presumably
5906         we'll invalidate the row corrsponding to the bounds or
5907         editingControl.
5908         (GridHScrolled): switch back to this method, as it's part of the
5909         public api.  *sigh*.
5910         (GridVScrolled): same.
5911         (OnMouseWheel): hack up something that more or less works.  Call
5912         GridHScrolled/GridVScrolled directly, instead of duplicating much
5913         of their code here.
5914         (EnsureCellVisibility): reinstate a bunch of this code, since we
5915         can't just set the scrollbar Value and expect to do all the work
5916         in the ValueChanged handler.  Also, Call Update() after scrolling
5917         in one direction so the other XplatX11.ScrollWindow call has the
5918         proper stuff in the proper places.
5919         (EditCell): set is_editing to true before calling .Edit.
5921         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
5922         don't bother comparing first.
5923         (OnKeyPress): call grid.ColumnStartedEditing before calling
5924         base.OnKeyPress.  this will set is_changing and invalidate the row
5925         header if necessary.
5926         (ProcessKeyMessage): for WM_CHAR messages, call
5927         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
5928         and WM_KEYDOWN.
5929         
5930         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
5931         it's done in the DataGrid.
5932         (NextState): call grid.ColumnStartedEditing, which takes care of
5933         invalidating the row header (and setting is_changing).
5935         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
5936         here.  it's done in the DataGrid.
5938 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5940         * Control.cs: allow changing the cursor when the mouse position is
5941         out of bounds but Capture is set.
5942         * LinkLabel.cs: handle the case when the mouse button is pressed on the
5943         linklabel but released somewhere else.
5945 2006-05-25  Jackson Harper  <jackson@ximian.com>
5947         * TreeView.cs: When we get focus if there is no selected node make
5948         it the top node
5949         - Remove some uneeded setup code from Draw.
5950         * TreeNodeCollection.cs: If the tree doesn't have a top node when
5951         a new node is inserted make the new node the top.
5952         * XplatUIX11.cs:
5953         * Timer.cs: Use Utc time so that no local time zone stuff needs to
5954         be used (should be faster).
5955         
5956 2006-05-25  Chris Toshok  <toshok@ximian.com>
5958         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
5959         problem with the last commit.
5961 2006-05-25  Chris Toshok  <toshok@ximian.com>
5963         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
5964         need the invalidate call here, while scrolling right-to-left via
5965         the left arrow key (i.e. moving the editing cell while scrolling).
5967         * DataGrid.cs (.ctor): remove the initialization of
5968         ctrl_pressed/shift_pressed.  We no longer track them using key
5969         up/down handlers, but by using Control.ModifierKeys.  Also, switch
5970         to using ValueChanged handlers on the scrollbars instead of
5971         Scrolled event handlers.  This simplifies a bunch of the scrolling
5972         code.
5973         (GridHValueChanged): rename from GridHScrolled, and change it to
5974         work with the new event args.
5975         (GridVValueChanged): same.
5976         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
5977         (OnMouseWheel): actually scroll the datagrid.  Don't change the
5978         selected cell.
5979         (ProcessGridKey): correct all the keyboard navigation stuff I
5980         could find.  Ctrl up/down/left/right/home/end work now.
5981         (EnsureCellVisibility): correct method name spelling.  Also,
5982         simplify this a touch by not explicitly calling the
5983         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
5984         scrollbar value.
5985         (OnKeyUpDG): no need for this method now.
5986         
5987 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5989         * LinkLabel.cs: display the OverrideCursor when hovering the label.
5990         Fixes bug #78392.
5992 2006-05-25  Chris Toshok  <toshok@ximian.com>
5994         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
5995         r61019.
5997 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
5999         * Application.cs: Moved setting of is_modal and closing to before
6000           we create the control, to allow the event handlers called as a
6001           result of creation affect closing. Also removed Gonzalo's previous
6002           change to setting DialogResult, the behaviour has been moved to 
6003           Form.ShowDialog()
6004         * Form.cs: 
6005           - ShowDialog(): Removed explicit creation of the form, let RunLoop
6006             handle it instead
6007           - ShowDialog(): If no dialog result is set, we need to return Cancel
6008           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
6009             the close is cancelled
6011 2006-05-25  Jackson Harper  <jackson@ximian.com>
6013         * StatusBar.cs: We only need to update the sizes of the other
6014         panels when we have auto size contents.  Also we are only updating
6015         the contents of the panel, not the borders, so compensate for the
6016         border width (TODO: get this width from the theme somehow).
6017         * TreeView.cs: Scrollable is true by default
6018         - Use invalidate instead of refresh where needed
6019         - Factor the scrollable value into scrollbar updating
6020         - Update the scrollbars if the Scrollable property is altered
6021         - Update the selected node if its ImageIndex is changed
6022         - Handle null nodes in UpdateNode (mainly so we don't have to
6023         check if selected is null when updating it
6024         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
6025         are factored into the visible count
6026         - Use VisibleCount for clarity in the code
6027         - When the font is changed we need to recurse through all the
6028         nodes and invalidate their sizes
6029         
6030 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6032         * Application.cs: set the DialogResult to fixed when the main form is
6033         hidden or destroyed while being modal.
6035 2006-05-25  Miguel de Icaza  <miguel@novell.com>
6037         * Theme.cs: Use Tangoified messagebox icons. 
6039         (GetSizedResourceImage): Also cope with width = 0 and do not
6040         trigger a warning in that case (0 means "give me your icon from
6041         the resouce, no special size needed).
6043 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
6045         * Application.cs: Leave runloop if the the main modal form is 
6046           hidden (fixes #78484)
6048 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
6050         * BindingContext.cs : reject null datasource in Contains() and
6051           Item[].
6052         * CurrencyManager.cs : check data_member validity when data_source
6053           is dataset. When it is late binding, the initial position is -1.
6055 2006-05-24  Jackson Harper  <jackson@ximian.com>
6057         * TreeNodeCollection.cs: Dont't recalculate the visible order on
6058         inserted nodes that aren't visible.  This changes the
6059         max_visible_order which confuses scrollbar settings.
6060         - Use the enumerator to get the prev node instead of duplicating
6061         code.
6062         * TreeView.cs: Use new method for setting scrollbar values
6063         - Don't set the bounds every time the scrollbar is updated
6064         - When updating below the root node use an invalidate instead of a
6065         refresh to prevent the child controls (scrollbars) from being
6066         refreshed. (UpdateBelow still needs to be reworked anyways).
6067         - Reenable SetBottom now that visible orders are set correctly,
6068         added some debug code incase we ever get bad values there again.
6069         - Set the scrollbar max to 2 less then the max value, this
6070         compensates for the max value being one above the node count, and
6071         for scrollbars adding one extra "notch".
6072         - When drawing image nodes if there is an imagelist we draw the
6073         first image in the list if the supplied image index is out of the
6074         image list's bounds.
6075         
6076 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
6078         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
6079           we receive a size change from the WM (Fixes #78503)
6081 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
6083         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
6084           rectangle (Fixes #78501)
6086 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
6088         * ButtonBase.cs: 
6089           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
6090             as a bitfield.
6091           - Fixed MouseMove to no longer switch pressed state unless the left
6092             mouse button is pressed. Atsushi provided the original patch (#78485)
6093           
6094 2006-05-24  Jackson Harper  <jackson@ximian.com>
6096         * ScrollBar.cs: New internal methods that allow us to change a
6097         couple values on the scrollbar (the most common case is maximum
6098         and large change) without getting multiple invalidates.
6100 2006-05-24  Chris Toshok  <toshok@ximian.com>
6102         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
6103         (Edit): save off the original state in oldState, and set
6104         grid.is_editing to true.
6105         (OnKeyDown): abort editing if escape is pressed.  also, call
6106         NextState if space is pressed.
6107         (OnMouseDown): call NextState.
6108         (NextState): factor out shared code from OnKeyDown and OnMouseDown
6109         here.  Also, only invalidate the row header once (on the initial
6110         is_changing switch) to save on redraws.
6112 2006-05-24  Chris Toshok  <toshok@ximian.com>
6114         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
6115         if the value in the cell is different than it was before.  This
6116         keeps us from triggering a layout when we move around a datarid
6117         with a highlighted cell.
6118         (Edit): suspend layout when creating/positining the text box, and
6119         resume passing false so we don't ever actually re-layout.
6120         (ReleaseHostedControl): same.
6121         (EnsureTextBox): reformat slightly, and set WordWrap to false.
6123         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
6124         control-key sequences should go to the datagrid - remove that
6125         lock.  Also, modify the conditions under which we move between
6126         cells when moving the cursor within a cell, and remove the "this"
6127         and "base" from field accesses.  We weren't even consistent, given
6128         they all were in the base class.
6130 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
6132         * Binding.cs : (.ctor)
6133           An obvious NRE fix for BindingTest.CtorNullTest().
6135 2006-05-23  Chris Toshok  <toshok@ximian.com>
6137         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
6138         them between lines.  This fixes some quirks editing cells in the
6139         datagrid.
6141 2006-05-23  Jackson Harper  <jackson@ximian.com>
6143         * TreeView.cs: Use begin/end update when doing expand/collapse all
6144         so that we don't get flicker on the scrollbar.
6146 2006-05-23  Jackson Harper  <jackson@ximian.com>
6148         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
6149         treenode calculations to be independant of the painting code. To
6150         do this nodes track a visible order which is calculated by the
6151         treeview.
6152         - Call new methods for expanding/collapsing nodes.  These methods
6153         use scrollwindow so we don't have to update everything below the
6154         node.
6155         * TreeView.cs: Refactored drawing and scrolling code.  We don't
6156         need to update nodes when drawing anymore or calculate scrollbar
6157         stuff.
6158         - Added new methods for expanding/collapsing nodes. These methods
6159         use ScrollWindow so as to not have to redraw all the nodes below.
6160         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
6161         we add/remove nodes or sort.
6162         - Handle removing the selected and the top node properly.
6164 2006-05-23  Chris Toshok  <toshok@ximian.com>
6166         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
6167         maybe this should actually happen in the datagrid code?
6168         (EndEdit): no need to invalidate anything, given that
6169         ReleaseHostedControl causes the datagrid to relayout, which
6170         invalidates everything anyway.
6172         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
6173         in SetCurrentCell).
6174         (set_SelectionBackColor): call InvalidateSelection instead of
6175         Refresh.
6176         (set_SelectionForeColor): same.
6177         (BeginEdit): Flesh this out a bit.
6178         (CancelEditing): only do any of this if we're editing/adding.
6179         (EndEdit): same.
6180         (OnMouseDown): there's no need to cancel editing here, it's done
6181         in SetCurrentCell.
6182         (SetCurrentCell): only invalidate the current row header if it's a
6183         different row than the new one.
6184         (ShiftSelection): fix this to work like MS does.
6185         (ResetSelection): factor out the invalidation of selected_rows to
6186         InvalidateSelection.
6187         (SetDataSource): cancel any editing that's going on.
6189         * DataGridColumnStyle.cs
6190         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
6191         call the non-interface version.
6193         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
6194         header rectangle with the clip rectangle so we don't redraw the
6195         entire header for just a small area.  Gets rid of the last flicker
6196         when horizontally scrolling.
6197         (DataGridPaintRow): same.
6199 2006-05-23  Mike Kestner  <mkestner@novell.com>
6201         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
6202         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
6203         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
6204         Critical bug report.
6206 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
6208         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
6209           and this fixes #78493
6211 2006-05-23  Miguel de Icaza  <miguel@novell.com>
6213         * Theme.cs (GetSizedResourceImage): Scale images if the proper
6214         size is not found.  
6215         
6216         * FileDialog.cs: Do not change the background for the side bar as
6217         it wont work nicely with the theme, and also reduces the artifacts
6218         in rendering the icons (which I want to fix too).
6220         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
6221         resources, not resgen resources. 
6223         (PlatformDefaultHandler): Pull images using the new API.
6225 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
6227         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
6228           a reference to the hwnd and will not remove it unless there are
6229           no pending exposures (fixes #78341)
6230         * XplatUI.cs: Improved debug
6232 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
6234         * MenuAPI.cs : don't handle OnClick event when it was not the left
6235           button. Fixed bug #78487.
6237 2006-05-23  Mike Kestner  <mkestner@novell.com>
6239         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
6240         prefer submenus to the top menu for item lookup, to avoid popping down
6241         top-row items.
6243 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
6245         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
6246           Graphics.FillRectangle as the visual results are really bad (even
6247           on win). We now draw perfect arrows (and perfect shadows when the
6248           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
6249           Pen.DashPattern to draw the dots of each line.
6251 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
6253         * FileDialog.cs: Update the filename combobox when navigating through
6254           the ListView with the cursor keys. Fixes part 7 of bug #78446.
6256 2006-05-22  Mike Kestner  <mkestner@novell.com>
6258         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
6259         Fixes #78463.
6261 2006-05-22  Mike Kestner  <mkestner@novell.com>
6263         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
6264         requests. Fix a misspelled parameter and a copy paste exception error
6265         in Select.
6267 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
6269         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
6270           to get the same width/height (5/13) on X11 as the default font has on
6271           win32. This means that our DefaultFont emSize is smaller than the 
6272           the MS SWF equivalent (even thought the width/height stays the same)
6274 2006-05-20  Jackson Harper  <jackson@ximian.com>
6276         * MdiClient.cs:
6277         * MdiWindowManager.cs:
6278         * InternalWindowManager.cs: Make sure to use the border width from
6279         the theme.
6281 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
6283         * PrintDialog.cs: Implements printer details
6285 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
6287         * FileDialog.cs: Added focus handling for PopupButtonPanel.
6288           Fixes part 1 and 2 of bug #78446
6290 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
6292         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
6293           instead of sticking to the first ever calculated value
6295 2006-05-19  Mike Kestner  <mkestner@novell.com>
6297         * ComboBox.cs: fix mouse motion selection to use MousePosition and
6298         PointToClient, since Capture is set. Fixes #78344.
6300 2006-05-19  Mike Kestner  <mkestner@novell.com>
6302         * ListView.cs: match MS behavior in Details view where items are not
6303         drawn if Columns.Count == 0. 
6304         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
6305         Use a separate pen to draw the check, since changing the width affects
6306         the box as well.  Fixes #78454.
6308 2006-05-18  Miguel de Icaza  <miguel@novell.com>
6310         * ListView.cs: ArgumentOutOfRangeException, single versions of the
6311         exception should throw the name of the invalid argument.
6313         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
6314         there are no files listed. 
6316 2006-05-18  Jackson Harper  <jackson@ximian.com>
6318         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
6319         up.
6321 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
6323         * Control.cs: Brought back our old UpdateZOrder method as a private
6324           function and switched our calls from UpdateZOrder to the new one.
6325           This fixes the Paint.Net canvas disappearing bug.
6327 2006-05-18  Jackson Harper  <jackson@ximian.com>
6329         * Theme.cs:
6330         * ThemeWin32Classic.cs:
6331         * InternalWindowManager.cs: Move the drawing into the theme,
6332         expose everything the theme should need from the window manager.
6334 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
6336         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
6337           from the call to NativeWindow to avoid walking up the parent chain
6338           further than needed (speeds up setting cursors and avoids setting
6339           the wrong cursor if a parent has another cursor defined)
6340         * Cursor.cs: When loading an icon as cursor, MS uses the center of
6341           the icon as hotspot, not what's contained as hotspot in the icon
6342           file. This fixes the perceived drawing offset seen with Paint.Net
6343         
6344 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
6346         * XplatUIX11.cs: 
6347           - Store the calculated rectangle in Hwnd object and use it when 
6348             setting the client size
6349           - Force Toolwindows to always be type Dock, to ensure they're on top
6351 2006-05-18  Mike Kestner  <mkestner@novell.com>
6353         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
6354         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
6355         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
6356         Substantial refactoring to remove confusing nested classes. Coding
6357         standard and Get+Set->property refactorings.  Shift to index based
6358         highlighting in ComboListBox instead of constantly using IndexOf and
6359         Items[]. Add invalidations on resize for DropDownList to fix ugliness
6360         in FileDialog growth.  Draw borders manually since Simple mode needs
6361         to look like two independent controls.  Make listbox border
6362         conditional to DropDownStyle.  Improved OwnerDraw support.
6364 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
6366         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
6367         Don't set the disposed graphics to null, so we can throw the "right"
6368         exception if the graphics is reused later (added a flag to avoid 
6369         double disposing). Some behaviours are different under 2.0 and are
6370         filled under bug #78448.
6372 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
6374         * Control.cs: When double-buffering is enabled, we need to reset
6375           our graphics context between paint calls. Otherwise, any 
6376           transformations and other alterations on the context will 
6377           become cumulative (#77734)
6379 2006-05-18  Mike Kestner  <mkestner@novell.com>
6381         * ListView.cs: do focused item selection like MS on clicks. 
6382         Rework focus handling for ItemControl so LostFocus invalidates as
6383         well.
6384         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
6385         the ListView ItemControl has focus.
6387 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
6389         * XplatUIX11.cs: If client_window ends up being width or height zero
6390           due to border settings, move it off window inside whole_window (#78433)
6392 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
6394         * Mime.cs: Shrink the mime file cache correctly.
6396 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
6398         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
6400 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
6402         * XplatUIX11.cs (AddExpose): More sanity checks
6404 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
6406         * XplatUIX11.cs:
6407           - AddExpose: Don't add expose ranges outside the size of our
6408             window
6409           - Cast opacity values to Int32 to avoid crashes with certain
6410             values
6411           - Added disabled code paths that protect against illegal cross-
6412             thread painting (Developers.exe)
6414 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
6416         * ProgressBar.cs: Invalidate the control when it's resized
6417           since block size is based on control size. (#78388)
6419 2006-05-16  Miguel de Icaza  <miguel@novell.com>
6421         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
6422         of setting the incoming argument to the "reset" value, we set the
6423         this.datamember to string.empty (before we were invalidating the
6424         incoming data).   
6426         Fixes 78420
6428 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
6430         * Form.cs: Only apply transparency settings after the form
6431           is created. (Fixes #77800)
6433 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
6435         * ApplicationContext.cs: Grab the HandleDestroyed event so
6436           we know when to fire OnMainFormClosed 
6438 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
6440         * Application.cs: Introduced sub-class to allow tracking of
6441           threads and centralized triggering of the event mess for
6442           ThreadExit, AppExit, etc..  (#76156)
6444 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
6446         * MimeIcon.cs:
6447           - Do not return a null icon index value for a mime subclass.
6448             Instead try the main mime type class too.
6449           - Seems that some newer distributions don't have a link to some
6450             gnome default icons anymore. So check the default gnome dir too.
6451           
6453 2006-05-16  Jackson Harper  <jackson@ximian.com>
6455         * MdiClient.cs: Don't paint the parent background image if we have
6456         our own background image.
6458 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
6460         * Control.cs:
6461           - PerformLayout: Do not shrink space filled by DockStyle.Fill
6462             controls, all filled controls are supposed to overlap (#78080)
6463           - UpdateZOrder is supposed to update the control's z-order in the
6464             parent's z-order chain. Fixed to behave like that
6465           - BringToFront: Removed obsolete code
6466           - SendToBack: Simplyfied
6467           - SetChildIndex: Trigger layout calculations when Z-order changes
6468             since layout is done by z-order
6470 2006-05-16  Chris Toshok  <toshok@ximian.com>
6472         [ fixes bug #78410 ]
6473         * DataGrid.cs (set_AlternatingBackColor): use
6474         grid_drawing.InvalidateCells instead of Refresh().
6475         (set_BackColor): call grid_drawing.InvalidateCells.
6476         (set_BackgroundColor): use Invalidate instead of Refresh.
6478         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
6479         invalidate the cell area.
6481 2006-05-15  Chris Toshok  <toshok@ximian.com>
6483         [ fixes bug #78011 ]
6484         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
6485         on to DataGridPaintRow.
6486         (DataGridPaintRow): take a clip argument, and only draw the cells
6487         which intersect it.  same with the not_usedarea.
6489         * Theme.cs (DataGridPaintRow) add @clip parameter.
6491         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
6492         XplatUI.ScrollWindow.
6493         (ScrollToRow): same.
6495         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
6496         with last column which was causing a gray swath to appear with the
6497         XplatUI.ScrollWindow code.
6499 2006-05-15  Chris Toshok  <toshok@ximian.com>
6501         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
6502         use XplatUI.ScrollWindow.
6503         (VerticalScrollEvent): use XplatUI.ScrollWindow.
6505 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
6507         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
6509 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
6511         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
6512           file since there are no equivalent X11 cursors
6514 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
6516         * MonthCalendar.cs : DateTimePicker should reflect selected date
6517           on mouse*up*, not mouse*down*. Fixed originally reported part of
6518           bug #76474.
6520 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
6522         * TabControl.cs : When argument index is equal or more than tab
6523           count, just ignore. Fixed bug #78395.
6525 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
6527         * Control.cs: Dispose all child controls when control is diposed (#78394)
6529 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
6531         * ColorDialog.cs: Finally it is possible to select the color with
6532           the text boxes
6534 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
6536         * PrintDialog.cs: Fix typo
6538 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
6540         * PrintDialog.cs: PrintDialog is not resizable
6541         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
6542           color. Made some ToolBar drawing methods protected virtual.
6544 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
6546         * PrintDialog.cs: Implementation of the PrintDialog
6548 2006-05-12  Chris Toshok  <toshok@ximian.com>
6550         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
6551         thumb, instead use MoveThumb.  This has the side effect of making
6552         most of the other thumb moving machinery use MoveThumb as well.
6553         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
6554         need to actually invalidate the rectangle where the new thumb will
6555         go.
6556         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
6557         We force an Update() after, so it's not as fast as it could be,
6558         but at least there's zero flicker and no droppings.
6559         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
6560         (UpdateThumbPos): add another argument (dirty), which says whether
6561         or not to calculate/add dirty regions which we later invalidate.
6562         For cases where we know we're going to use MoveThumb, we pass
6563         false for this.  Otherwise, pass true.
6565 2006-05-12  Jackson Harper  <jackson@ximian.com>
6567         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
6568         the status bar.
6569         
6570 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
6572         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
6573           and GetClipRegion methods and UserClipWontExposeParent property.
6574         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
6575           overriding UserClipWontExposeParent property, setting to false, since
6576           Win32 handles the required expose messages to draw our clipped parent
6577           areas internally
6578         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
6579           PaintEventStart to set the user clip region if set.
6580         * Control.cs: 
6581           - Now internally tracking the Region for the control since we need to
6582             store it if the handle is not yet created and only set it when it
6583             becomes created. Before setting the region forced handle creation
6584           - Added code to draw the parents underneath a user-clipped region
6585         * Hwnd.cs: Added UserClip property
6587 2006-05-12  Chris Toshok  <toshok@ximian.com>
6589         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
6590         (set_Maximum): same.
6591         (set_Minimum): same.
6592         (set_SmallChange): same.
6593         (OnMouseUpSB): remove the call to refresh when releasing the
6594         thumb.  We shouldn't need it.
6595         
6596 2006-05-12  Miguel de Icaza  <miguel@novell.com>
6598         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
6599         AutoSize set to None, we do not need to relayout everything, we
6600         just need to invalidate the current region.
6602         (Draw): Do not draw the entire ClientArea, just redraw the
6603         clip area being passed.
6605         * MdiClient.cs: Make MdiClient constructor with the Form argument
6606         internal. 
6608 2006-05-12  Jackson Harper  <jackson@ximian.com>
6610         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
6611         parents background image,  but strangely not their own.
6612         - (DrawStatusBarPanel): Take into account horizontal alignment
6613         when drawing the strings and icons.
6615 2006-05-12  Mike Kestner  <mkestner@novell.com>
6617         * ListBox.cs: avoid invalidations for focus when the collection is
6618         empty. 
6620 2006-05-12  Chris Toshok  <toshok@ximian.com>
6622         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
6623         invalidate the entire thumb area.  Call InvalidateDirty which
6624         limits the redraw to the thumb itself and surrounding pixels.
6626         * XplatUIX11.cs (ScrollWindow): optimize copying.
6627         
6628 2006-05-12  Chris Toshok  <toshok@ximian.com>
6630         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
6631         Figure out the positioning/layout in a single pass instead of
6632         multiple recursive invocations.  Speeds up the initial display of
6633         the data grid.  Also, make many things private that were
6634         originally public but unused outside this class.
6636 2006-05-11  Jackson Harper  <jackson@ximian.com>
6638         * MdiClient.cs: Improved layout code.
6640 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
6642         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
6643           not SelectedObject.
6645 2006-05-11  Chris Toshok  <toshok@ximian.com>
6647         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
6648         union of that will always be {0,0,width,height}.
6650 2006-05-11  Jackson Harper  <jackson@ximian.com>
6652         * Form.cs: Match MS's DefaultSize for forms (they must have
6653         changed the size in sp2).
6655 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
6657         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
6659 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
6661         * TextControl.cs : Fixed bug #78109. This incorrect position
6662           comparison caused crash on automatic line split.
6663         * TextBoxBase.cs : reduce duplicate code.
6665 2006-05-10  Jackson Harper  <jackson@ximian.com>
6667         * MdiClient.cs: Active form is only sent to the back when using
6668         the Next form functionality, when a form is clicked the current
6669         active shouldn't be sent to the back.
6670         - Layout the mdi windows when the container is first made visible.
6671         * Form.cs: Give the MdiClient a ref to the containing form when we
6672         create it.
6673         
6674 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
6676         * LinkLabel.cs : link_font could be uninitialized, so populate one
6677           before actual use. Fixed bug #78340.
6679 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
6681         * XplatUIX11.cs : clipboard format native value is IntPtr.
6682           Fixed bug #78283.
6684 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
6686         * Control.cs: 
6687           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
6688             which is passed up the parent chain by DefWndProc
6689           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
6690             to DefWndProc (#77956)
6691         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
6693 2006-05-10  Jackson Harper  <jackson@ximian.com>
6695         * MdiClient.cs: We need to remove the controls from the mdi
6696         collection, when we close the window.
6697         * MdiWindowManager.cs: Special handling of closing mdi windows.
6698         * InternalWindowManager.cs: Make the close method virtual so the
6699         mdi window manager can handle it specially.
6701 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
6703         * DataGrid.cs:
6704           - Recalculate grid when the data source has changed
6705           - Matches styles provided by user from all data sources types
6706         * DataGridTableStyle.cs: For columns that provided by the user set the
6707         with the preferred value is there was unassigned.
6708         * CurrencyManager.cs: throw OnItemChanged event
6710 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
6712         * PictureBox.cs: Don't animate until handle is created. Start animation
6713           when handle is created.
6715 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
6717         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
6718           current codebase.
6719         * XEventQueue.cs: We don't need to provide the extra info
6721 2006-05-10  Jackson Harper  <jackson@ximian.com>
6723         * MdiClient.cs: If the mdi clients parent form has a background
6724         image set, we draw that background image for the mdi area's
6725         background.
6727 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
6729         * TextBoxBase.cs: Set IBeam cursor (#78347)
6731 2006-05-10  Mike Kestner  <mkestner@novell.com>
6733         * ToolBar.cs: fix some text padding issues with ButtonSize
6734         calculation. Update the default size to match MS documentation.
6735         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
6736         button size. Fixes #78296.
6738 2006-05-10  Mike Kestner  <mkestner@novell.com>
6740         * ListBox.cs: use is_visible for scrollbar positioning in case the
6741         control isn't on screen yet.  Fix off by one with Right vs Width
6742         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
6743         
6744 2006-05-10  Jackson Harper  <jackson@ximian.com>
6746         * X11Dnd.cs: Drop to a control with another control on top of it.
6747         * ToolBar.cs: Work on a copy of the buttons list, so that it can
6748         be modified in click handlers. TODO: Look for similar problems in
6749         other controls.
6751 2006-05-09  Jackson Harper  <jackson@ximian.com>
6753         * Form.cs: Window managers need the old window state when setting
6754         window state now.
6755         * InternalWindowManager.cs: Allow the base mdi window manager to
6756         handle more of the MDI only stuff (like maximize buttons).
6757         * MdiWindowManager.cs: Fix some snafus in changing the window
6758         state.  Add all the menu functionality, for both popup and
6759         maximized menus.
6760         * MdiClient.cs: When a new form is selected the currently
6761         activated form is sent to the back, this matches MS.
6762         - Implement a new method to activate the next mdi child window.
6764 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
6766         * Control.cs: 
6767           - Added new InternalCapture method to allow controls to prevent
6768             the capture behaviour on the click handlers
6769           - Switched to use InternalCapture
6770         * ComboBox.cs:
6771           - Using InternalCapture to prevent mouse captures from being released
6772             on mouse button release (Fixes #78100)
6773         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
6774           returns Form borders if a caption is present. (Fixes #78310)
6776 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
6778         * TreeNode.cs: Changed serialization .ctor to not require every field
6779           to be present. (#78265)
6780         * OwnerDrawPropertyBag.cs: Added serialization .ctor
6782 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
6784         * MimeIcon.cs: for is faster than foreach for strings.
6786 2006-05-05  Mike Kestner  <mkestner@novell.com>
6788         * CheckedListBox.cs: update check handling code to not use selected.
6789         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
6790         behavior for visual feedback, motion response, shift/ctrl handling,
6791         and properly deal with all 4 selection modes. Updates to bounds
6792         handling logic.  Add scroll wheel support. [Fixes #77842]
6794 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
6796         * ListView.cs:
6797           - Moved adding of Implicit controls into .ctor. That way, subsequent
6798             creation of the controls will not cause them to think they are 
6799             toplevel windows (fixes #78200 header problem)
6800           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
6801           - Switched visibility setting of header control to use internal field
6802             to avoid triggering handle creation
6803           - Now checking if handle is created before causing a refresh when items
6804             are added (This makes us now match handle creation time with MS)
6805         * Splitter.cs: Removed loading of private splitter cursor, switched to
6806           Cursors version now that that is loading the right ones
6807         * Cursors.cs: Load proper splitter cursors from resources
6808         * Cursor.cs: Added second method of loading resource cursors for the 
6809           VS.Net users amongst us
6811 2006-05-05  Mike Kestner  <mkestner@novell.com>
6813         * ListView.cs: give header_control a minimum size based on the
6814         ListView size.
6816 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
6818         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
6819           window seems to do that with metacity, so set that type. (#78120)
6821 2006-05-05  Mike Kestner  <mkestner@novell.com>
6823         * ListViewItem.cs: fix Details mode checkbox layout bug.
6824         * ThemeWin32Classic.cs: draw a ListView column header for unused space
6825         at the end of the header, if it exists. [Fixes for #78200]
6827 2006-05-04  Jackson Harper  <jackson@ximian.com>
6829         * MdiClient.cs: Add a helper property to get the container form.
6830         * MdiWindowManager.cs: We have to make sure to use the menu origin
6831         when drawing the icons and buttons, this fixes maximized window
6832         icons/buttons on win32.
6833         * InternalWindowManager.cs: Reset the restore captions when a
6834         window goes from Maximized to Minimized and vice versa. Move the
6835         DrawMaximizedButtons into the MdiWindowManager source, tool
6836         windows can't be maximized. NOTE: This could use a little
6837         refactoring if time ever permits.
6838         
6839 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
6841         * TextBox.cs: Add MWFCategoryAttributes
6842         * TextBoxBase.cs: Add MWFCategoryAttributes
6843         * Form.cs: Add MWFCategoryAttributes
6845 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
6847         * Control.cs: Add MWFCategoryAttributes
6848         * ScrollableControl.cs: Add MWFCategoryAttributes
6850 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
6852         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
6853           Divider is true. Fix a little glitch in PropertyToolBar
6854           drawing code
6856 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
6858         * Control.cs:
6859           - Dispose: Call base.Dispose, this causes the disposed event
6860             to be fired (and probably other, more important stuff)
6861           - SetVisibleCore: Set is_visible to true after creating the
6862             window so that the window still gets created invisible (if
6863             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
6864             to generate a WM_ACTIVE message
6865         * Form.cs: Call Dispose when we want to destroy the window, instead of
6866           just destroying the handle (Dispose will do that for us)
6867         * XplatUIX11.cs:
6868           - RootWindow also needs a queue, so we can properly process the
6869             property change events from RootWindow (like Activate)
6870           - Generatic synthetic WM_ACTIVE message when the active window is
6871             being destroyed
6873 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
6875         * LinkLabel.cs: Trigger a recalc of our label dimensions when
6876           bounds are changed
6878 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
6880         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
6881           for determining width and height (image might not be assigned if
6882           we're drawing an imagelist)
6884 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
6886         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
6887         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
6888           height from system
6889         * Theme.cs: No longer returns hardcoded menu height, instead calls
6890           new driver method
6891         * Form.cs (OnLoad): Scaling happens before triggering Load events 
6892           on MS (# 78257)
6894 2006-05-01  Mike Kestner  <mkestner@novell.com>
6896         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
6898 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
6900         * TextBoxBase.cs: Removed Fixme
6901         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
6903 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
6905         * XplatUIX11.cs:
6906           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
6907             the rectangle relative to the parent, considering borders. We
6908             don't really want that.
6909           - ScrollWindow: Fixed warning to be more understandable
6910         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
6911           scrollbars and scroll only the visible area
6912         * RichTextBox.cs: Removed debug output
6914 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
6916         * NumericUpDown.cs (Text): Just use base
6917         * UpDownBase.cs: Ensure txtView is created before using it
6919 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
6921         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
6922           casting to IntPtr to avoid 64bit overflow errors
6924 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
6926         * Control.cs:
6927           - AllowDrop: Don't force handle creation.
6928           - CreateHandle: Added call to tell driver if we're allowed to drop
6930 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
6932         * FileDialog.cs: Remember the last directory not only for the
6933           current instance but also for new FileDialog instances.
6935 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
6936         
6937         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
6938           broke sending async messages
6940 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
6942         * XplatUIX11.cs:
6943           - ScrollWindow: Fixed method. We finally generate expose events again
6944             for scrolled areas. This was causing 'garbage' when scrolling
6945             textbox and other controls that used ScrollWindow
6946           - Switched from using the regular queue for paint events to the MS 
6947             model of 'generating' paint events when the queue is empty.
6948             We use the new XQueueEvent.Paint subclass to store which windows
6949             need painting.
6950           - AddExpose now takes the x/y/width/height of the exposed area
6951             and inserts the window into the paint queue if not already there
6952           - InvalidateWholeWindow: Switched to use new AddExpose method
6953           - UpdateMessageQueue: Added which queue to monitor for paint events
6954           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
6955             the unlikely case nothing above handles it. We reset the expose
6956             pending states to get them off the queue.
6957           - GetMessage: Now pulls a paint event if no other events are in the
6958             queue
6959           - Invalidate: Switched to new AddExpose method
6960           - PeekMessage: Updated to understand pending paint events
6961           - UpdateWindow: Fixed logic bug. We were only updating if the window
6962             didn't need updating. Also switched to sending WM_PAINT directly,
6963             like MS does.
6964         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
6965           and random access Remove(). The random access is needed to handle
6966           UpdateWindow() where a WM_PAINT is sent directly without accessing
6967           the queue.
6968         * ScrollBar.cs: Added Update() calls to cause immediate updates to
6969           allow for better feedback when scrolling. Scrollbars are small and
6970           the immediate update should make it 'feel' more responsive without
6971           slowing things down. ScrollBar still needs it's invaliate logic
6972           updated to not always invalidate the whole bar on certain changes.
6974 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6976         * Control.cs:
6977         (BackColor): if the control does not support a transparent background,
6978         return the default backcolor when the parent backcolor is transparent.
6980 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
6982         * Application.cs: Updated to new StartLoop/GetMessage API
6983         * RichTextBox.cs: Provide some output on RTF parsing errors
6984         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
6985           new queue_id argument to GetMessage and PeekMessage to allow faster
6986           handling of per-thread queues in drivers.
6987         * Hwnd.cs: Added Queue tracking and property
6988         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
6989         * XEventQueue.cs: Added thread trackingA
6990         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
6991         * XplatUIX11.cs:
6992           - Implemented new per-thread queue
6993           - GetMessage: Fixed return/break behaviour on several cases. We were
6994             returning stale messages in some cases, instead of just processing
6995             the next message
6997 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
6999         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
7001 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
7003         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
7004           fixed off-by-one comparisons between Width/Height and Right/Bottom.
7006 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
7008         * PropertyGridView.cs: Fix drop down width.
7010 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
7012         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
7013           a mess in DrawToolBar, so I removed one of them.
7015 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
7017         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
7018           needed (clip). Otherwise we get artifacts.
7020 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
7022         * FixedSizeTextBox.cs: Added constructor to allow specifying which
7023           dimension is fixed
7024         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
7025           and switched FixedSizeTextBox to only be fixed vertical (#78116)
7026         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
7027           if it matches the scale base font (avoids unneeded scaling)
7029 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
7031         * X11DesktopColors.cs: One gtk_init_check should be enough
7033 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
7035         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
7036           match MS behaviour
7038 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
7040         * TextBoxBase.cs: 
7041           - Generate OnTextChanged for Backspace even if we're only deleting
7042             the current selection
7043           - When setting the Text property, only select all text if the
7044             control does not have focus when it is being set. Otherwise
7045             just place the cursor at the beginning of the control
7047 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
7049         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
7050           Added a little helper to draw PropertyGrid ToolBar with a different
7051           border and a different BackColor.
7052         * PropertyGrid.cs: Some background parts didn't get painted with the
7053           correct background color. Added a class that helps us to draw the
7054           correct border for PropertyGridView and a class that helps us to
7055           draw ToolBars with a different backcolor
7056         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
7058 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
7060         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
7061         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
7063 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
7065         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
7066           into the palette entries. Also, since we're working on a copy
7067           we needed to copy the palette back onto the bitmap.
7068         * Cursor.cs: Same fix as XplatUIWin32.cs.
7070 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
7072         * ImageListStreamer.cs: Need to read the var (or we're off)
7074 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
7076         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
7077           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
7078           TextBoxBase.cs: Unused var fixes
7079         * AxHost.cs: Small 2.0 fix
7080         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
7081           as it seems that is what at least Metacity expects. This will make
7082           icons show up on 64bit platforms. We still have some 64bit size
7083           issues, though, since the startup app window size still won't match.
7085 2006-04-25  Mike Kestner  <mkestner@novell.com>
7087         * *.cs: cleanup newly reported exception var unused warnings.
7089 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
7091         * ThemeWin32Classic.cs: Button image alignment now matches exactly
7092           ms
7094 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
7096         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
7097           image. The image position is always the same, no matter if the
7098           button is pressed or not.
7100 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
7102         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
7103           selection and set the correct filename for SaveFileDialog.
7104           Patch by Emery Conrad.
7106 2006-04-24  Mike Kestner  <mkestner@novell.com>
7108         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
7109         check for item.X outside the ClientRect instead of item.Y. Fixes
7110         #78151.
7112 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7114         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
7115         trust that value blindly and do some sanity check. Fixes bug #77814.
7117 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7119         * ImageListStreamer.cs: save the mask as a 1bpp image.
7121 2006-04-21  Mike Kestner  <mkestner@novell.com>
7123         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
7124         pass Checked and Indeterminate to the Theme Engine. Improve
7125         encapsulation with ListBox.
7126         * ListBox.cs: Keep a StringFormat instead of calculating it every item
7127         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
7128         nested types.  Move all CheckState functionality to CheckedListBox.
7129         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
7130         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
7131         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
7132         single base list. Fix scrollbar sizing and placement to mirror MS.
7133         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
7134         used.
7135         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
7136         for CheckedListBox by using new DrawItemState info.  Center the
7137         checkboxes on the items. Use new StringFormat property.
7139 2006-04-18  Jackson Harper  <jackson@ximian.com>
7141         * Form.cs: MdiChildren don't do default locations the same way as
7142         regular forms.  This prevents a crash when trying to position the
7143         mdi windows.
7145 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
7147         * PropertyGridTextBox.cs: Formatting, copyright
7148         * PropertiesTab.cs: Formatting
7149         * PropertyGrid.cs: Formatting
7150         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
7151           click toggling of values
7152           
7153 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
7155         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
7156         * Control.cs (.ctor): verify_thread_handle is static, don't reset
7157           every time a control is created
7158         * Application.cs: Removed obsolete EnableRTLMirroring method
7160 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
7162         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
7163         SelectedIndex to -1. Fixes bug #78121.
7165 2006-04-17  Jackson Harper  <jackson@ximian.com>
7167         * Binding.cs: Handle null values for Current and BindingContext.
7168         This occurs when binding is a little delayed.
7169         * CurrencyManager.cs: return null for Current when there are no
7170         items in the list.
7171         - Hookup to the listchanged event on the DataView and update
7172         bindings when the list is changed.  This fixes late binding of
7173         controls.
7175 2006-04-17  Jackson Harper  <jackson@ximian.com>
7177         * X11Dnd.cs:
7178         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
7179         Ringenbach.
7181 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
7183         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
7184           place
7185         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
7186           with the correct ButtonState
7188 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
7190         * XplatUIX11.cs: Improved distinguishing between window types to
7191           tell the WM a type closer to what the app wants (Fixes #78107)
7193 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
7195         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
7196           GrabHandle
7198 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
7200         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
7201           drawing code to reflect the size grip changes
7203 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7205         * ImageListStreamer.cs: fix handling of the mask that follows the main
7206         bitmap when deserializing and serialize it properly. The generated mask
7207         should better be a 1bpp image, but I'll do that later.
7209 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
7211         * FileDialog.cs: Show something in the DirComboBox on *nix if the
7212           path doesn't fit into some of our Current.Places
7214 2006-04-13  Jackson Harper  <jackson@ximian.com>
7216         * ComboBox.cs: Use borders instead of drawing our own decorations,
7217         try to obey correct rules for heights.
7218         * Theme.cs:
7219         * ThemeNice.cs:
7220         * ThemeClearLooks.cs:
7221         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
7222         this is now handled by borders.
7223         - Remove unused DrawListBoxDecorationSize method.
7224         
7225 2006-04-13  Mike Kestner  <mkestner@novell.com>
7227         * MenuAPI.cs: null guarding for the disbled click check fixes crash
7228         reported by Alex.
7230 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
7232         * ThemeWin32Classic.cs: 
7233           - Fixed CPDrawStringDisabled
7234           - Corrected drawing of disabled menu items
7235           - Fixed drawing of disabled radio buttons (bug #78095)
7236           - Draw check in a disabled CheckBox with color ControlDark 
7238 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
7240         * Form.cs: Use the provided width when calculating the menu size;
7241           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
7242           and ClientSize.Width won't be updated yet
7243         * Application.cs: Use Visible instead of Show() to make form visible,
7244           this way we create the handle later and menusize is considered
7246 2006-04-12  Mike Kestner  <mkestner@novell.com>
7248         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
7249         reporting.
7251 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
7253         * TextBox.cs: Implemented context menu
7255 2006-04-12  Mike Kestner  <mkestner@novell.com>
7257         * ListView.cs: implement box selection. fixes #77838.
7258         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
7260 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
7262         * XplatUIX11.cs: Added setting of window type when transient window
7263           is created (metacity would move it otherwise)
7264         * X11Structs.cs: Added WINDOW_TYPE atoms
7265         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
7266           background (the control is Opaque but still wants transparent
7267           backgrounds)
7269 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
7271         * Control.cs: Added OnPaintBackgroundInternal to allow controls
7272           that set Opaque but don't mean it (like all ButtonBase-derived
7273           controls) to still draw their background
7274         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
7275           the background
7277 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
7279         * Control.cs (PaintControlBackground): Set the graphics object
7280           on our PaintEvent to null to prevent it from being disposed
7281           when the PaintEvent gets disposed
7283 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
7285         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
7286         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
7288 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
7290         * Control.cs: 
7291           - Added transparency check to BackColor property. Transparent
7292             backgrounds are only allowed if the control styles permit it
7293           - Added recursive painting of parent control background and
7294             foreground if a control with a transparent backcolor is drawn
7295             (Thanks to Tim Ringenback for providing his 'hack' as a base
7296              for this patch) Fixes #77985 and #78026.
7297           - Added Opaque style check before calling OnPaintBackground, no
7298             need to draw the background if the control is opaque
7299           - Removed ControlAccessibleObject owner variable (inherited from
7300             base, no need to define again)
7301           - Added some documentation links explaining the drawing events
7302             and styles
7304 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
7306         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
7307           that the affected control is the located at the left border of our
7308           parent (Fixes #77936)
7310 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
7312         * TextBoxBase.cs: When rendering disabled or readonly controls,
7313           draw the background with 'Control' instead of 'Window' color as
7314           long as the user hasn't specifically set a color
7316 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
7318         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
7319           since that won't be updated if the user types text (only if it's
7320           programatically set)
7322 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
7324         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
7325           layout changes do to app-triggered resizes will have the proper
7326           display rectangle for layout
7328 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
7330         * ThemeWin32Classic.cs:
7331           - Make use of the SystemBrushes and SystemPens wherever possible
7332           - Corrected some highlight colors
7333           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
7334             drawing
7335         * Theme.cs: Added Empty field to CPColor struct
7337 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
7339         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
7340           is displayed when calculating the display rectangle. Thanks to Mike
7341           for teaching me the err of my ways.
7343 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
7345         * ScrollableControl.cs:
7346           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
7347             (instead of 0,0) and we now return the real width/height instead of
7348             just the clientrectangle, adjusted for padding. The rectangle is
7349             now cached and created by the new CalculateDisplayRectangle method.
7350           - Created new CalculateDisplayRectange method, which basically does
7351             what get_DisplayRectangle() did originally, but now using the 
7352             right edge instead of DisplayRectangle to determine the size of
7353             our scrollbars
7354           - get_Canvas(): Fixed it to properly calculate canvas for 
7355             right/bottom controls which seem to be placed to the right/bottom
7356             of any controls that have a fixed location
7357           - Removed TODO that's taken care of
7358           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
7359             and SetDisplayRectLocation according to new MSDN2 docs
7360           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
7361             event when that is called, this is added for compatibility
7362           - ScrollControlIntoView(): Implemented.
7363           - Switched scrollbars to be implicit, they shouldn't be selectable
7364         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
7365           call it when the active control is set/changed
7366         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
7367         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
7368           implicit_control variable (used for native Win32 message generation)
7369         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
7370           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
7371         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
7372         * XplatUIStructs.cs: Added ScrollBarCommands enum
7374 2006-04-10  Jackson Harper  <jackson@ximian.com>
7376         * ButtonBase.cs:
7377         * CheckedListBox.cs:
7378         * ComboBox.cs:
7379         * DataGrid.cs:
7380         * DataGridView.cs:
7381         * Form.cs:
7382         * GroupBox.cs:
7383         * ListBox.cs:
7384         * PrintPreviewControl.cs:
7385         * ProgressBar.cs:
7386         * PropertyGrid.cs:
7387         * Splitter.cs:
7388         * StatusBar.cs:
7389         * TrackBar.cs:
7390         * UpDownBase.cs: Fixup base event overrides.
7391         
7392 2006-04-06  Mike Kestner  <mkestner@novell.com>
7394         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
7395         all user-initiated value changes to min <= value <= max-thumbsz+1.
7396         (set_Value): check for vert/horiz when calculating new thumb position.
7397         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
7398         like MS does.
7399         (OnMouseMoveSB): refactor the thumb dragging code and refine
7400         invalidation logic to reduce flicker.
7401         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
7402         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
7403         (UpdateThumbPosition): small code readability cleanup
7405 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
7407         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
7408           different
7410 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
7412         * ThemeNice.cs: Use a better graphics effect when a button is pressed
7414 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
7416         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
7417         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
7418           This dramatically reduces the number of Pen.Dispose calls. 
7419           Where possible call ResPool methods only once instead of calling it
7420           over and over again (for example for the same color).
7422 2006-04-06  Mike Kestner  <mkestner@novell.com>
7424         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
7425         Also remove an unused private field on the collection. Fixes #77972.
7427 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
7429         * ThemeNice.cs: Added ToolBar drawing code
7431 2006-04-06  Mike Kestner  <mkestner@novell.com>
7433         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
7434         I'm assuming that means we need to look up the toplevel for the
7435         provided control. Fixes the crash trace in #77911 but exposes another
7436         crash in some strange reflection usage in NDocGui.
7438 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
7440         * ThemeNice.cs: Gave it a little silver touch and added Images
7441           method
7442         * FontDialog.cs: FontDialog is not resizable
7443         * FileDialg.cs: Added SizeGripStyle.Show
7445 2006-04-05  Jackson Harper  <jackson@ximian.com>
7447         * KeyboardLayouts.cs: Remove warning.
7449 2006-04-05  Jackson Harper  <jackson@ximian.com>
7451         * Control.cs: Enable OnPaintInternal so we can use it for drawing
7452         all of our controls instead of Paint +=.
7453         * ListBox.cs:
7454         * ListView.cs:
7455         * MenuAPI.cs:
7456         * MessageBox.cs:
7457         * NotifyIcon.cs:
7458         * ProgressBar.cs:
7459         * ScrollBar.cs:
7460         * Splitter.cs:
7461         * StatusBar.cs:
7462         * TabControl.cs:
7463         * TextBoxBase.cs:
7464         * ToolBar.cs:
7465         * TrackBar.cs:
7466         * UpDownBase.cs:
7467         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
7468         use OnPaintInternal. Remove Width/Height and Visible checks in
7469         paint handler, this is done at a higher level now.
7470         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
7471         * PaintEventArgs.cs: Add a handled flag so controls that don't
7472         want anymore painting after OnPaintInternal can make sure OnPaint
7473         isn't called.
7475 2006-04-05  Mike Kestner  <mkestner@novell.com>
7477         * Form.cs: fix the menu WndProc hacks to respect the native enabled
7478         state of the form, so that we don't process events when Modal dialogs
7479         are up. Fixes #77922.
7481 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
7483         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
7484           checking is done.
7486 2006-04-05  Mike Kestner  <mkestner@novell.com>
7488         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
7490 2006-04-05  Mike Kestner  <mkestner@novell.com>
7492         * ListView.cs (HeaderMouseMove): null guarding for the over column
7493         when setting up the drag_to_index.  Fixes #78015.
7495 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
7497         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
7498           in the taskbar. Transient windows seem to accomplish that.
7500 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
7502         * Form.cs:
7503           - Re-enabled CreateParams.X/Y code for FormStartPosition
7504           - Added code for manual placement when creating the Control
7505           - Incomplete patch to treat MDI forms differently when
7506             setting the ClientSizeCore. (Still need to figure out handling
7507             x/y coords there)
7508         * XplatUIX11.cs:
7509           - When we're explicitly setting the X/Y position of a non-Child
7510             window, let the WM know. Metacity really wants this.
7512 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
7514         * ThemeNice.cs: Added CPDrawButton
7516 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
7518         * ThemeNice.cs: Changed the color for focused buttons and activated
7519           the arrows for small scroll buttons.
7521 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
7523         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
7524           anymore. Changed some method modifiers to protected (virtual)
7525         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
7526           changes
7527         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
7528           Updated drawing of menus, buttons and progressbars; added
7529           CPDrawBorder3D 
7531 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7533         * ImageListStreamer.cs: implemented serialization/deserialization
7534         of the images.
7536 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
7538         * ThemeWin32Classic.cs:
7539           - Removed all the DrawFrameControl stuff; CPDrawButton,
7540             CPDrawCheckBox and CPDrawRadioButton are now handled directly
7541             inside the methods
7542           - Updated and corrected the drawing code of CPDrawButton,
7543             CPDrawCheckBox and CPDrawRadioButton to better match ms
7544           - Updated theme checkbox and radiobutton code to use the CP*
7545             methods
7547 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
7549         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
7550           bug is fixed
7552 2006-03-31  Jackson Harper  <jackson@ximian.com>
7554         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
7555         sometimes.
7556         * UpDownBase.cs: Don't CreateGraphics manually, use a
7557         Refresh. Ideally we would invalidate the correct areas here.
7559 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
7561         * XplatUIX11.cs: 
7562           - We now track the mapping state of windows. If a window (or 
7563             one of it's parents) is not mapped we no longer permit
7564             WM_PAINT messages to be generated since we'd otherwise get 
7565             lots of BadMatch X errors. Jackson did all the work figuring
7566             out the problem.
7567           - Destroying the caret if the window it's contained in is 
7568             destroyed. Can't use regular DestroyCaret method since it
7569             might fall into a drawing function (trying to remove the
7570             caret) and with that generate new BadMatch errors. Again,
7571             Jackson tracked this down.
7572           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
7573             make sure we send the messages to all windows. (The old code
7574             would send the WM_DESTROY to the window, and then all child
7575             windows would be 'gone' because the WM_DESTROY handle lookup
7576             would no longer find the destroyed window)
7577         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
7578         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
7580 2006-03-31  Jackson Harper  <jackson@ximian.com>
7582         * ScrollableControl.cs: Dont recalc if we are not visible.
7584 2006-03-31  Mike Kestner  <mkestner@novell.com>
7586         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
7587         the visibility branch.
7589 2006-03-31  Jackson Harper  <jackson@ximian.com>
7591         * ScrollBar.cs: Cap values when incrementing/decrementing.
7593 2006-03-31  Mike Kestner  <mkestner@novell.com>
7595         * MenuAPI.cs: setup menu.tracker for popup/context menus.
7596         * ToolTip.cs: guard against timer expirations with no active control.
7597         Not sure why it happened.
7599 2006-03-31  Mike Kestner  <mkestner@novell.com>
7601         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
7602         text.
7603         * ToolTip.cs: Position the tooltip based on where the cursor is at
7604         popup time, not at MouseEnter time.  Add a Down state so that we don't
7605         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
7606         positioning offset. Lookup DisplaySize at positioning time, since it
7607         can theoretically change during invocation.
7608         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
7609         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
7611 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
7613         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
7614           Fixes behaviour when the Text property of the box is String.Empty
7616 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
7618         * XplatUIX11.cs: Only send mouseleave for our client windows, not
7619           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
7620           a window)
7622 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
7624         * FileDialog.cs: Visual enhancement for the popup buttons in 
7625           PopupButtonPanel
7627 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
7629         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
7630           code
7632 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
7634         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
7635           highlighted menu items to match ms
7637 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
7639         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
7641 2006-03-30  Mike Kestner  <mkestner@novell.com>
7643         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
7644         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
7645         go active to account for HotLight to Selected transition.
7646         * MenuItem.cs: add internal Selected prop. Fill out the Status
7647         property by calculating it from item info. Add HotLight,
7648         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
7650 2006-03-30  Mike Kestner  <mkestner@novell.com>
7652         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
7654 2006-03-29  Jackson Harper  <jackson@ximian.com>
7656         * Form.cs: Implement TODO.
7658 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
7660         * PrintPreviewDialog.cs: Implemented missing methods and events; still
7661           missing proper dialog setup in the constructor
7663 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
7665         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
7666         * Control.cs:
7667           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
7668           - Fixed ResetBindings and removed TODO
7669           - Added check for cross-thread calls to get_Handle()
7670           - Added Marshaller attribute for set_Font to satisfy class status
7671         * FontDialog.cs: Removed TODOs that seemed implemented
7672         * UpDownBase.cs: Removed unneeded TODO and Fixme
7673         * MessageBox.cs: Implemented support for Default button and removed TODO
7674         * FileDialog.cs: Removed obsolete TODO
7675         * DomainUpDown.cs: Removed obsolete TODO
7676         * ButtonBase.cs: Removed obsolete TODO
7677         * XplatUIWin32.cs: Removed obsolete TODO
7678         * Form.cs:
7679           - Removed obsolete TODO
7680           - Calling CheckAcceptButton when the acceptbutton is changed to allow
7681             internal status updates
7682           - Making sure the active control is selected when the control is created
7683         * CurrencyManager.cs: Removed obsolete TODO
7685 2006-03-29  Mike Kestner  <mkestner@novell.com>
7687         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
7688         of PrintPreviewDialog and RichTextBox.
7690 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
7692         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
7693           DarkDark, Light and LightLight colors for a specific color
7694         * ThemeWin32Classic.cs:
7695           - Use Button drawing code to draw RadioButtons and CheckBoxes with
7696             Appearance = Button 
7697           - Make use of the new ResPool helper CPColor
7698           - Draw ProgressBar and StatusBar with correct 3D borders
7700 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
7702         * ColorDialog.cs: Return selected color. Fixes bug #77940.
7704 2006-03-28  Mike Kestner  <mkestner@novell.com>
7706         * ListView.cs: fix Icon layout to plan for scrollbar widths when
7707         calculating col/row counts.
7709 2006-03-28  Mike Kestner  <mkestner@novell.com>
7711         * ColumnHeader.cs:
7712         * ListView.cs:
7713         * ListViewItem.cs:
7714         * Menu.cs: 
7715         switch to explicit interface method implementation for some methods
7716         corcompare identifies as inconsistent with MS.
7718 2006-03-28  Mike Kestner  <mkestner@novell.com>
7720         * MainMenu.cs: 
7721         * Menu.cs:
7722         add a few missing methods from the class status output.
7724 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
7726         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
7727           correct.
7729 2006-03-28  Mike Kestner  <mkestner@novell.com>
7731         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
7733 2006-03-27  Mike Kestner  <mkestner@novell.com>
7735         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
7736         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
7738 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
7740         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
7742 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
7744         * ThemeWin32Classic.cs:
7745           - GroupBox: Inserted a little gap between the text and the lines
7746             on the right side
7747           - Made the code in CPDrawBorder3D more readable
7748           - Corrected the drawing location of the up and down arrows in 
7749             CPDrawScrollButton
7751 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
7753         * ControlPaint.cs: Corrected line widths in DrawBorder for
7754           ButtonBorderStyle Inset and Outset
7756 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
7758         * ThemeWin32Classic.cs:
7759           - Rewrote the totally broken CPDrawBorder3D method. That was
7760             one of the main problems for the terrific ThemeWin32Classic
7761             look
7762           - Updated and corrected Button drawing
7763           - Correct the dimensions of the SizeGrip to match ms ones
7764           - Removed a small drawing glitch in DrawComboBoxEditDecorations
7765         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
7766           Border3DStyle.Sunken to match ms.
7768 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
7770         * ThemeWin32Classic.cs: First small part of the "de-uglify
7771           ThemeWin32Classic" effort, SizeGrip
7773 2006-03-24  Jackson Harper  <jackson@ximian.com>
7775         * XplatUIX11.cs: Give a max idle time of one second, this matches
7776         MS and forces an Idle event every second when there are no other
7777         events in the queue.
7779 2006-03-24  Mike Kestner  <mkestner@novell.com>
7781         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
7782         * ListView.Item.cs: fix layout issues with null image lists and images
7783         smaller than checkbox size.
7784         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
7785         mode like MS does.  It's weird, but consistent.  ;-)
7786         Fixes #77890.
7788 2006-03-24  Mike Kestner  <mkestner@novell.com>
7790         * ListView.cs: Scroll wheel support for the item control.  Fixes
7791         #77839.
7793 2006-03-23  Jackson Harper  <jackson@ximian.com>
7795         * ScrollableControl.cs: Special case negative sized areas, not
7796         zero.
7797         * MonthCalendar.cs: Save the rect of the clicked date so we can
7798         use it for invalidation.
7799         - Try to cut down on the number of invalidates
7800         - Invalidate the rect the mouse is over and was over when moving
7801         the mouse, so we get the focus box following the cursor.
7803 2006-03-23  Mike Kestner  <mkestner@novell.com>
7805         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
7806         focus rectangle drawing. Fixes #77835.
7808 2006-03-23  Mike Kestner  <mkestner@novell.com>
7810         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
7811         the if and else if and reverting back to the original == check on the
7812         None conditional.
7814 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
7816         * FontDialog.cs: Update the example panel if the selected index of
7817           the fontListBox changes.
7819 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
7821         * FileDialog.cs: Make FileDialog remember which directory it was in
7822           last in the same execution.
7824 2006-03-22  Mike Kestner  <mkestner@novell.com>
7826         * FileDialog.cs: make the DropDownMenu on the toolbar display
7827         RadioChecks since they are mutually exclusive and that's what MS does.
7829 2006-03-22  Mike Kestner  <mkestner@novell.com>
7831         * Theme.cs: add Color param to CPDrawMenuGlyph.
7832         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
7833         checks and radio marks and arrows are visible on highlighted items.
7834         * ControlPaint.cs: update to use new Theme signature.
7836 2006-03-22  Mike Kestner  <mkestner@novell.com>
7838         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
7839         is active. Fixes #77870.
7841 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
7843         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
7844           to be focused/selected after startup
7846 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
7848         * ColorDialog.cs: 
7849           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
7850             CustomColors and ShowHelp properties
7851           - Some internal rewrites to get better results when using the
7852             ColorMatrix
7854 2006-03-22  Mike Kestner  <mkestner@novell.com>
7856         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
7857         HoverSelection.  Fixes #77836.
7859 2006-03-22  Mike Kestner  <mkestner@novell.com>
7861         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
7862         ToggleButtons.  (De)Sensitize the Back button around a stack count of
7863         1, not 0.  Update ButtonSize based on a pixel count of the win32
7864         control.  Adjust the toolbar size/location for new button size.
7866 2006-03-22  Jackson Harper  <jackson@ximian.com>
7868         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
7869         true.
7870         * ScrollBar.cs: When doing increments and decrements we need to
7871         set the Value property so that ValueChanged gets raised. A
7872         possible optimization here would be to make an internal SetValue
7873         that doesn't invalidate immediately.
7874         * ToolTip.cs: Tooltips get added to their container (when
7875         supplied) so they get disposed when the container is disposed.
7876         - Don't create tooltips for String.Empty. This prevents all these
7877         little 2-3 pixel windows from showing up when running nunit-gui
7878         and driving me mad.
7879         * Form.cs: Don't set topmost when setting the owner if the handles
7880         haven't been created yet.  The topmost set will happen when the
7881         handles are created.
7883 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
7885         * XplatUIX11.cs:
7886           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
7887           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
7888             visible (to allow them to recalculate their sizes)
7890 2006-03-21  Mike Kestner  <mkestner@novell.com>
7892         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
7893         methods. Removed a ton of redundant code.  Still not really happy with
7894         the border rendering, but I think that's mainly because of the
7895         ControlDarkDark being black instead of a dark grey. Depending on how 
7896         close we want to be, we might want to revisit those color choices.
7897         Among the new features added during the refactor were DropDownArrow
7898         pressed rendering, Disabled image rendering.  Proper flat appearance
7899         boundary rendering.  Removed the Divider and Wrapping dividers since I
7900         can't figure out any combination of themes and conditions to make the
7901         MS control draw a horizontal line on a toolbar despite what the
7902         Divider property docs indicate.
7903         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
7904         conditions and incorrect layout.  Updated to coding standard.
7905         * ToolBarButton.cs: refactored layout and positioning code from
7906         ToolBar to here.  Invalidate wherever possible instead of forcing
7907         redraws of the whole toolbar. 
7908         (Known remaining issues: explicit ButtonSize smaller than provided
7909         images.)
7911 2006-03-21  Mike Kestner  <mkestner@novell.com>
7913         * ContextMenu.cs (Show): use the position parameter instead of just
7914         showing at the MousePosition.
7916 2006-03-21  Jackson Harper  <jackson@ximian.com>
7918         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
7919         control handle this.
7920         * TreeNodeCollection.cs: If we are clearing the root node we need
7921         to reset top_node so calcs can still happen.
7922         * ThemeWin32Classic.cs: This is a Flags so we need to check
7923         properly.
7924         
7925 2006-03-21  Jackson Harper  <jackson@ximian.com>
7927         * DataGrid.cs: Create columns when the binding context has been
7928         changed.
7929         * X11Structs.cs: Keysyms are uints.
7930         - Add size to fix build.
7932 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
7934         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
7935           XplatUIOSX.cs: 
7936           - Added ResetMouseHover method to allow controls to retrigger
7937             hovering if they need it more than once
7938           - Implemented MouseHoverTime and MouseHoverSize properties
7939         * Timer.cs: Start() must reset the interval
7940         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
7941           properties
7943 2006-03-21  Jackson Harper  <jackson@ximian.com>
7945         * X11Keyboard.cs: improved layout detection. Move the nonchar
7946         tables into this file.
7947         * KeyboardLayouts.cs: Move the tables into resource files.
7949 2006-03-21  Mike Kestner  <mkestner@novell.com>
7951         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
7953 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
7955         * Mime.cs: Various speed optimizations. Looking up mime types
7956           is now 2 times faster than before
7958 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
7960         * CreateParams.cs: Added internal menu field
7961         * Control.cs: 
7962           - Switched call order for UpdateBounds; now we always call
7963             the one that also takes ClientSize, and we're calculating the 
7964             client size via driver method in the others. The previous
7965             method of tracking client size by difference wasn't working
7966             for forms where even the starting client size wouldn't match
7967             the overall form size (due to borders) (Part of fix for #77729)
7968           - CreateParams(): Do not use parent.Handle unless the handle is
7969             already created. Causes havoc with Nexxia and throws off our
7970             creation of controls
7971         * XplatUIX11.cs:
7972           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
7973           - Switched handling of ConfigureNotify over to new PerformNCCalc 
7974             method (consolidates code)
7975           - Changed RequestNCRecalc to use new PerformNCCalc method
7976           - Added calls to RequestNCRecalc when menus and borders are changed
7977             to allow app to set NC size. (Part of fix for #77729) This matches
7978             when MS send a WM_NCRECALC on Win32 windows.
7979           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
7980             (Part of fix for #77729). This matches what MS does, they also
7981             send that message when the form is made visible.
7982           - XException.GetMessage: Improved usability of X errors by including
7983             a translation of the window into Hwnd and Control class
7984           - Improved debug info for window creation, reparenting and destruction
7985           - Created helper method WindowIsMapped() [Currently not used]
7986         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
7987         * Form.cs:
7988           - CreateParams: Now setting our menu on the new internal menu field
7989           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
7990             avoid calculating the same property twice
7991         * Hwnd.cs:
7992           - Improved usability of ToString() for debugging purposes
7993           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
7994             determine the height of the menu, instead of just the font. This
7995             required to also create a graphics context and to keep a bmp 
7996             around (for performance reasons)
7998 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
8000         * MenuAPI.cs: Added OnMouseUp method
8001         * Form.cs:
8002           - Now remembering the requested client size, avoids size errors
8003           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
8004             instead of base if the menu is active. This is required due to
8005             control now capturing and releasing on down/up and it would
8006             prematurely release our menu capture
8008 2006-03-17  Jackson Harper  <jackson@ximian.com>
8010         * KeyboardLayouts.cs: Add the czech layouts.
8012 2006-03-16  Jackson Harper  <jackson@ximian.com>
8014         * Control.cs: Use the viewport space when sizing not the controls
8015         client size, so things like ScrollableControl that effect the
8016         viewport size (when scrollbars are added) are computed correctly.
8017         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
8018         of ManagerEntrys.
8019         - Handle creating BindingManagers for null data sources.
8020         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
8021         source, otherwise when rows are added they are added to the 'fake'
8022         datasource and we will crash when trying to set the position in
8023         those rows.
8024         - Use Implicit scrollbars on the datagrid so they arent
8025         selectable.
8026         
8027 2006-03-16  Jackson Harper  <jackson@ximian.com>
8029         * Binding.cs:
8030         * InternalWindowManager.cs:
8031         * MdiWindowManager.cs:
8032         * X11Keyboard.cs: I really want Mike to love me again (fix
8033         compiler warnings).
8035 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
8037         * DataGrid.cs:
8038           - OnMouseDown: Switch to editing mode when clicking on the cell
8039                          even if we're clicking on the cell that's currently 
8040                          selected
8041           - ProcessGridKey: Left/Right now wrap like MS.Net does
8042           - ProcessGridKey: Tab now knows to add a new row when tab is
8043                             pressed in the cell of the last column of the 
8044                             last row
8045           - ProcessGridKey: Enter now adds another row  if pressed in the last
8046                             row and selectes the new row, same column cell
8047           - ProcessGridKey: Home/End navigate columns, not rows, like 
8048                             originally implemented
8049           - Broke ProcessKeyPreview code out into an extra Internal method
8050             so it can be called from the edit code
8051         * DataGridTextBox.cs (ProcessKeyMessage):
8052           - Switched to accept Tab keypresses
8053           - Added F2 handling to allow jumping to the end of the edited cell
8054           - Added logic to allow moving caret left/right inside edited cell
8055             and making the edited cell jump when the caret hits cell borders
8056           - Tab and Enter are now passed to the datagrid after being handled
8057         * TextBoxBase.cs:
8058           - Removed capture code now that Control handles it
8059           - set_SelectionStart now ensures caret is visible
8061 2006-03-16  Jackson Harper  <jackson@ximian.com>
8063         * TrackBar.cs: Debackwards the increment/decrement for handling
8064         mouse clicks on the bar with vertical trackbars.
8065         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
8066         bottom to match MS.
8068 2006-03-16  Mike Kestner  <mkestner@novell.com>
8070         * ListView.cs: make shift/ctrl keyboard and mouse selection 
8071         consistent with the MS control. Fix a bug in
8072         SelectedListViewItemCollection.Clear that was pissing me off for the
8073         better part of a day because the collection was being altered
8074         underneath us as we walked the list.
8076 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
8078         * Control.cs: Not sure how we could miss this so long, but it seems
8079           that MS.Net has Capture set all the way from before calling 
8080           OnMouseDown through sending the mouse events until after
8081           OnMouseUp. This will fix DataGrid's selection being set to end
8082           at the location of the MouseUp.
8084 2006-03-15  Jackson Harper  <jackson@ximian.com>
8086         * BindingContext.cs: Check the binding after its added so that it
8087           can initialize the binding managers and hookup to events.
8088         * Binding.cs: Data members seem to sometimes include rows/cols in
8089           the format Row.Column we now take this into account.
8090           - Hookup to the position changed event so we can update the
8091           control when the position has changed in the data set.
8092         * CurrencyManager.cs: Take into account the row/col naming
8093           convention when creating dataset tables.
8094         * BindingContext.cs: Using a newer better way of storing
8095           datasource/datamember pairs.  Hopefully this better matches MS for
8096           looking up binding managers.
8099 2006-03-15  Jackson Harper  <jackson@ximian.com>
8101         * BindingContext.cs: The currency manager needs the data member
8102         name, if the member is a data set we use the name to find the
8103         correct table.
8104         * CurrencyManager.cs: When creating the list prefer an IList over
8105         an IListSource.
8106         - Attempt to create a DataTable from a DataSet (TODO: might need
8107         some better error checking here, although MS doesn't seem to have much)
8108         - If we have a DataTable create a view and use it as our list.
8110 2006-03-15  Mike Kestner  <mkestner@novell.com>
8112         * ListView.cs: keep a matrix of the icon mode layout to facilitate
8113         keyboard navigation. Support Up/Down/Left/Right selection correctly
8114         for all 4 View modes.
8115         * ListViewItem.cs: add internal row/col fields for icon layouts.
8117 2006-03-15  Jackson Harper  <jackson@ximian.com>
8119         * TabControl.cs: Redraw the tabs when we resize so their newly
8120         calculated sizes are drawn on screen.
8121         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
8122         composite characters.
8123         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
8124         - filter events so that composite characters can be created
8125         patches by peter
8126         * X11Structs.cs: Add XIMProperties enum.
8128 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
8130         * Control.cs (BringToFront, SendToBack): Don't use window or handle
8131           unless it's created
8133 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
8135         * Control.cs (PerformLayout): We don't need to consider visiblity
8136           for anchoring, only for docking. This fixes 'whacky' alignment
8137           in listbox and other controls that use implicit scrollbars after
8138           the previous PerformLayout patch
8139         * ListBox.cs: Switched to use implicit scrollbars
8140           
8141 2006-03-14  Mike Kestner  <mkestner@novell.com>
8143         * ToolBar.cs: 
8144         * VScrollBar.cs:
8145         - chain up the "new event" overrides to base and use
8146         OnEvent to raise them.  Part of fix for bug #76509.
8148 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
8150         * FileDialog.cs: Do not select an item in the parent directory
8151           on backspace
8153 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
8155         * Control.cs (PerformLayout): It would seem that we considered
8156           invisible windows for our layout. Not quite the right thing
8157           to do. Now we don't any longer, thereby fixing bug #76889.
8159 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
8161         * Control.cs (CanFocus): I goofed. A control can have focus 
8162           even though it's not selectable. Made it match MS docs.
8164 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
8166         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
8167           center by default (fixes #76895)
8168         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
8169           all uses of Border3DSides.All with the explicit ORd together
8170           Left|Right|Top|Bottom because I assume that nobody was aware 
8171           that All also implies a center fill. Most places I checked had
8172           a fill right above.
8173         * ProgressBarStyle.cs: Added
8175 2006-03-13  Mike Kestner  <mkestner@novell.com>
8177         * ListView.cs: fix breakage in drag shadow header positioning 
8178         from Peter's csc compilation fix.
8180 2006-03-13  Mike Kestner  <mkestner@novell.com>
8182         * ListView.cs: fix NRE produced by backspacing twice in a focused
8183         FileDialog.
8185 2006-03-13  Mike Kestner  <mkestner@novell.com>
8187         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
8189 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
8191         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
8192           be changed
8193         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
8194           the allowed size before making programmatic size changes
8196 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
8198         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
8199           set, metacity is broken and will still use the emty sizes in 
8200           the struct. (Fix for #77089)
8202 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
8204         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
8205           WindowExStyles and marked both enums as Flags
8206         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
8207           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
8208           to match WindowStyles split
8209         * XplatUIX11.cs:
8210           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
8211           - Updated to match WindowStyles split
8212         * XplatUIWin32.cs:
8213           - Fixed FosterParent creation, was using ExStyle on the Style field
8214             (This should help with Popup focus issues)
8215           - Updated to match WindowStyles split
8217 2006-03-13  Jackson Harper  <jackson@ximian.com>
8219         * MdiWindowManager.cs: Use the system menu height. Fixes some
8220         strange sizing issues.
8222 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
8224         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
8225         * TextBoxBase.cs:
8226           - Scroll to caret after inserting text (#77672)
8227           - Make scroll range one pixel higher, fixes off-by-one error (and
8228             makes underlines visible on the last line)
8230 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
8232         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
8233           the keyboard state from being stuck with keys in 'pressed' state when
8234           focus is switched away via keyboard
8235         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
8236           reset the keyboard if no X11 KeyUp events are expected to come
8237         * X11Structs.cs: Switched type of Visible to bool to match driver
8239 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
8241         * TextControl.cs:
8242           - Switched caret to be just 1 pixel wide, matches MS and looks less
8243             clunky
8244           - Moved caret display 1 pixel down from the top of the control
8245             to improve view
8246           - InsertCharAtCharet: Update the selection start if moving the caret
8247             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
8248           - No longer always creating the caret when the caret methods are
8249             called. Only the actual ShowCaret/HideCaret will do that now
8250           - Only setting caret visible if the owner control has focus
8251           - UpdateView: Added invalidation-shortcut logic for center and right 
8252             aligned text. Previously we'd update all according to the left
8253             logic which caused drawing errors. Also fixed height of invalidated
8254             areas, now properly invalidating the whole area (was off-by-one)
8255           - owner_HandleCreated: Always generate the document when the
8256             handle is created; this ensures that 
8257         * TextBoxBase.cs:
8258           - Fixed situation where caret would disappear under the right
8259             window border, also improved scrolling behaviour on left-
8260             aligned textboxes
8261           - Fixed right-aligned textboxes to have a border to the
8262             right instead of the caret being under the right border
8263         * XplatUIX11.cs:
8264           - Switched from 'nested' to simple visible/not visible tracking 
8265             for caret (part of fix for #77671)
8266           - No longer passing through translated FocusIn/FocusOut messages
8267             since we were notifying too often and the wrong windows. Instead
8268             we just notify our focussed window of receiving or loosing focus
8269         * XplatUIWin32.cs: Switched from 'nested' show/hide 
8270           counting for caret to simple visible yes/no behaviour (part of 
8271           fix for #77671)
8273 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
8275         * Mime.cs: Remove debug code...
8277 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
8279         * MimeGenerated.cs: Removed
8280         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
8281           and subclasses) from /usr/(local/)share/mime and
8282           $HOME/.local/share/mime.
8284 2006-03-10  Jackson Harper  <jackson@ximian.com>
8286         * MdiWindowManager.cs: Recalc the NC area when a window is
8287         maximized/restored so that the menu area is drawn on forms that
8288         don't have a menu.
8290 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
8292         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
8293           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
8294           us to force a WM_NCCALCRESIZE message being sent. This is needed
8295           for MDI maximizing.
8297 2006-03-10  Jackson Harper  <jackson@ximian.com>
8299         * Form.cs: We need to use the ActiveMenu when calculating menu
8300         height.
8301         - Fix nullref when the window manager hasn't been created yet.
8302         * Control.cs: Fix nullref when we try to bring a control to the
8303         front that has no parent.
8304         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
8305         height.
8306         - Add a dummy item to the maximized menu so it always has the
8307         correct height. Otherwise when there are no menus we don't get our
8308         icon and buttons.
8309         
8311 2006-03-10  Jackson Harper  <jackson@ximian.com>
8313         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
8314         stuff.
8315         * Form.cs: Make the window_state internal so the window managers
8316         can track it.
8317         - When an MDI child is maximized let its window manager create the
8318         main menu (so it can add its icon).
8319         - Notify the window managers of state changes
8320         - Let the window manager paint its buttons and handle button
8321         clicks on the menu when it is maximized.
8322         * InternalWindowManager.cs: Move the prev_bounds into the mdi
8323         window manager, since tool windows don't use it, only mdi windows.
8324         - Tell the main form that we don't want it to handle NCPAINT
8325         itself to avoid extra painting.
8326         - Handle clicks on a maximized windows menu.
8327         - Handle window state changes
8328         - Handle minimize/maximize clicks correctly by setting the window state.
8329         * MdiWindowManager.cs: Add an icon menu that (the menu you get
8330         when clicking on the forms icon).
8331         - New method to create a forms maximized menu. This is its normal
8332         menu + an icon.
8333         - Handle window state changes.
8334         - Handle sizing of maximized windows.  Maximized windows are just
8335         drawn bigger then the parent visible area. All controls are still
8336         there, they are just outside the visible area (this matches windows).
8337         * MdiClient.cs: No scrollbars when a child window is maximized.
8338         - Let the children windows figure out how big they should be when
8339         sizing maximized windows.
8340         - Implement a version of ArrangeIconicWindows somewhat similar to
8341         Windows version.  There are some little differences, but I don't
8342         think any app will rely on the layout of minimized mdi windows.
8344 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
8346         * Padding.cs: Several fixes to allow compiling with csc 2.0
8348 2006-03-09  Jackson Harper  <jackson@ximian.com>
8350         * Menu.cs:
8351         * MenuItem.cs: Cheap hack so we can add items to the list without
8352         the events being raised.  This allows adding mdi items during
8353         drawing. TODO: Should probably find a better time to add the items.
8355 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
8357         * ThemeWin32Classic.cs:
8358           - CheckBox_DrawText: Added logic to not wrap if not enough space
8359             is available (Fix for bug #77727)
8360           - RadioButton_DrawText: Added logic not to wrap if not enough
8361             space is available (Fix for bug #77727). Also removed some
8362             duplicate code, DrawString always drawing the regular text
8363             before hitting the if statement.
8365 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
8367         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
8369 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
8371         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
8372         * ContainerControl.cs: Partial implementation of some 2.0 scaling
8373           methods. Moved the new 2.0 properties into alphabetical order with
8374           other properties and added MonoTODO tags
8376 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
8378         * AutoScaleMode.cs: Added. Fix build.
8380 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
8382         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
8383           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
8384           and was requiring premature handle creation for calls from above
8385         * Form.cs, Control.cs: Removed handle arguments from calls to
8386           CalculateClientRect()
8388 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
8390         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
8391           drag_column.column_rect is MarshalByRef and can't be used that way
8393 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
8395         * AxHost.cs: Added deserialization constructor for 
8396           AxHost+State (fixes 77743)
8398 2006-03-09  Mike Kestner  <mkestner@novell.com>
8400         * ListView.cs: 
8401         - Added column drag reordering for details view.
8402         - fixed behavior when mouse is dragged off column and
8403         AllowColumnReorder is false.
8404         * ColumnHeader.cs: clone the format too in Clone.
8405         * Theme.cs: add DrawListViewHeaderDragDetails method.
8406         * ThemeWin32Classic.cs:
8407         - impl new method for drawing drag column shadows and targets.
8408         - support column offset for details mode in DrawListViewItem.
8410 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
8412         * TextControl.cs: Reset the char_count when the document is cleared
8413           (Fixes bug reported on mono-winforms mailing list)
8415 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
8417         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
8418           of calling base we simply process the key ourselves, since both
8419           DefWindowProc and the handled method would set m.Result. 
8420           (Fixes #77732)
8422 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
8424         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
8425           method also moves the window; instead implemented a copy of
8426           Control.ScaleCore (Part of fix for #77456)
8427         * TextBoxBase.cs: 
8428           - Created new CreateGraphicsInternal method to allow providing
8429             a graphics context when no handle is created without triggering
8430             handle creation. (Part of fix for #77456)
8431           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
8432         * TextControl.cs: 
8433           - Switched Constructor to require TextBoxBase instead of Control (to
8434             allow uncast access to CreateGraphicsInternal)
8435           - Safeguarded use of owner.Handle property. No longer accessing it
8436             unless the handle is already created.
8437           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
8438           - Now triggering a recalc when owning control becomes visible
8439         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
8440           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
8441           premature handle creation (Part of fix for #77456)
8442         * Control.cs:
8443           - We now only destroy our double-buffering buffers when the
8444             control is resized or disposed, but not when visibility
8445             changes. (The code even re-created them twice every time)
8446           - Now requiring a redraw of the buffer on visibility changes
8447             (fixes bug 77654 part 2)
8448           - Not passing OnParentVisibleChanged up unless the control
8449             is visible
8450           - CanFocus: Fixed to match MS documentation
8451           - Focus: Fixed to return actual focus state and to check if
8452             setting focus is legal before setting it
8454 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
8456         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
8457           when to draw focus rectangle by looking at parent focus and
8458           selected state instead. This fixes TabPages on Linux sometimes
8459           having none or multiple focus rectangles.
8460         * XplatUIX11.cs (SetFocus): 
8461           - Don't set the focus if the same window already has focus
8462           - Use SendMessage instead of PostMessage (like it's Win32
8463             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
8464             to match MS behaviour
8465         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
8466           are not selectable.
8468 2006-03-07  Jackson Harper  <jackson@ximian.com>
8470         * PictureBox.cs: Revert line I accidently committed last week.
8472 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
8474         * Control.cs: 
8475           - Added new IsRecreating and ParentIsRecreating properties to
8476             allow testing if RecreateHandle has been called on ourselves
8477             or one of our parents
8478           - WndProc(WM_DESTROY): If our control handle is being recreated
8479             we immediately need to create the handle when receiving the
8480             destroy, that way our child windows find a valid parent handle
8481             when they themselves are being recreated upon WM_DESTROY receipt
8482             (fix for bug #77654 part 1)
8483         * XplatUIX11.cs:
8484           - DestroyWindow: WM_DESTROY must be sent to our own window before
8485             notifying any child windows. MS documents that child windows
8486             are still valid when WM_DESTROY is received. (Control now relies on
8487             this behaviour)
8488           - Added some fine-grain debug options
8490 2006-03-06  Jackson Harper  <jackson@ximian.com>
8492         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
8493         box and base calculations off this.
8494         * MdiChildContext.cs:
8495         * MdiWindowManager.cs: Don't need to ensure scrollbars here
8496         anymore.
8497         
8498 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
8500         * Splitter.cs: In situations where the affected control is added
8501           to the parent's control list after the splitter, we would not
8502           populate affected. Now we try populating it on mousedown, if
8503           it's not already set, and force it to be re-set whenever our
8504           parent changes.
8506 2006-03-03  Matt Hargett  <matt@use.net>
8508         * Control.cs: implement Control.Padding
8509         * Padding.cs: -Padding.All returns -1 when constructing with the
8510         implicit default ctor
8511         -Padding.ToString() matches MS.NET
8512         * ContainerControl.cs: implement
8513         ContainerControl.AutoScaleDimensions
8514         * ListControl.cs: implement ListControl.FormattingEnabled
8515         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
8516         * ButtonBase.cs:
8517         * TabPage.cs: Implement UseVisualStyleBackColor.
8518         * PictureBox.cs: Implement PictureBox.InitialImage.
8520 2006-03-03  Mike Kestner  <mkestner@novell.com>
8522         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
8523         event declarations to proxy to base event.
8524         * ListViewItem.cs: update to use ItemControl.
8525         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
8526         * ThemeWin32Classic.cs: update to new ListView theme API and fix
8527         column header label rendering for 0 width columns.
8529 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
8531         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
8532           that causes the control to be created. Fixes #77476.
8534 2006-03-02  Jackson Harper  <jackson@ximian.com>
8536         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
8537         expose_pending.
8539 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
8541         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
8542           passed in for the EventArgs (fixes #77690)
8544 2006-03-01  Jackson Harper  <jackson@ximian.com>
8546         * ScrollBar.cs: Refresh afterbeing resized.
8548 2006-02-28  Mike Kestner  <mkestner@novell.com>
8550         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
8551         Clean up a tracker compile warning.
8552         * MenuItem.cs: add internal PerformPopup method.
8553         [Fixes #77457]
8555 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
8557         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
8558           implicit expose) when the text is set to null
8560 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
8562         * RichTextBox.cs (FlushText): When newline is true, we always
8563           need to split the line, even if no text is on it and we may
8564           never eat newlines. (Fixes #77669)
8566 2006-02-28  Mike Kestner  <mkestner@novell.com>
8568         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
8569         and set Selected instead.
8570         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
8571         collections.
8573 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
8575         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
8577 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
8579         * FontDialog.cs:
8580           - Got rid of the panel. All controls are now directly added to
8581             the dialog form
8582           - It is now possible to set a font with the Font property
8583           - MinSize and MaxSize property do now what they should
8584           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
8585           - Searching and selecting a font with the font textbox works now,
8586             the same applies to the style and size textbox
8587           - Draw the correct 3D border in the example panel
8588           - Fixed a little mem leak (unused fonts didn't get disposed)
8589           - Many other internal updates/rewrites...
8590           - Fix typo
8592 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
8594         * TextControl.cs: 
8595           - InsertRTFFromStream: Added 'number of characters inserted' argument
8596           - set_SelectedRTF: Now using the number of characters to calculate
8597             the new location for the selection and cursor (x/y cannot be used
8598             due to potentially already wrapped text)
8600 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
8602         * TextControl.cs: Added property and implemented means to allow 
8603           disabling recalculation of a document (can be used to speed up
8604           multiple inserts and is needed to make RTF inserts predictable, see
8605           bug #77659)
8606         * RichTextBox.cs: Using the new NoRecalc property of Document to
8607           keep x/y insert locations predictable. Also makes it faster inserting
8608           large chunks of RTF
8610 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
8612         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
8613           it's easier for a child control to handle the other messages without
8614           having to duplicate the special functionality
8615         * TextBoxBase.cs
8616           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
8617             code to handle processing the key ourselves, in order to get 
8618             access to the result of KeyEventArgs.Handled. We now only call 
8619             ProcessKey if they key hasn't been handled already. Fixes #77526.
8620           - set_Text: If null or empty string is given, just clear the 
8621             document. Fixes part of #77526
8623 2006-02-27  Jackson Harper  <jackson@ximian.com>
8625         * SizeGrip.cs: Paint the background color before painting the grip
8626         so things look right.
8627         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
8629 2006-02-27  Mike Kestner  <mkestner@novell.com>
8631         * ListView.cs:
8632           - Restructure layout and invalidation model to remove a ton of
8633           flicker from the control and speed up performance in general.
8634           - Add manual column resize, flickers like crazy, but I already have
8635           some ideas on how I'll fix that. (#76822)
8636           - Merge the three Icon-based views into a single layout method.
8637           - Move item selection interaction logic from the item since 
8638           interaction with the collections is more appropriate to the view.
8639           - Deselection on non-item clicks.
8640         * ListViewItem.cs:
8641           - Encapsulate most of the layout. Add some internal props to trigger
8642           layout.  Move to a model where Items invalidate themselves instead
8643           of just invalidating the whole control every time something changes.
8644           - Invalidate on Text/Caption changes.
8645           - switch to an offset based layout model to avoid having to absolute
8646           position every element on item moves.
8647           - correct checkbox layout to conform to MS layout.
8648         * ThemeWin32Classic.cs:
8649           - refactor some column header drawing code.
8650           - fix string justification for column headers (#76821)
8651           - make SmallIcon labels top justified for compat with MS impl.
8652         * ThemeClearlooks.cs:
8653           - adjust to new ListViewItem internal checkbox bounds api.
8655 2006-02-27  Jackson Harper  <jackson@ximian.com>
8657         * Control.cs:  Change where implicit controls fall in the zorder.
8658         They are now on top of all children.
8659         - Synced AddImplicit code with Add
8660         - Removed unused enumerator.
8661         * SizeGrip.cs: Remove the TODO as its been TODONE.
8663 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
8665         * TextControl.cs(Insert): Combine the last lines unless the insertion
8666           string ends with \n\n, otherwise we leave one line too many (Fixes
8667           something I noticed with the testapp for #77526; the bug itself was
8668           already fixed in the previous checkin)
8670 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
8672         * RichTextBox.cs:
8673           - SelectionColor and SelectionFont methods no longer set absolute
8674             styles. Instead, the keep font or color respectively (This 
8675             resolves a long-standing FIXME in the code)
8676           - When flushing RTF text, the insert code now considers text trailing
8677             behind the insertion point (Fixes the bug where when replacing
8678             the selected text via SelectedRTF the remainder of the line behind 
8679             the selection would stay on the first insertion line)
8680         * TextBoxBase.cs:
8681           - AppendText now updates the selection points after inserting text
8682           - AppendText now ensures that the last tag (sometimes 0-length) of
8683             the document is used for the style information (Fixes part of 
8684             bug #77220)
8685         * TextControl.cs:
8686           - Created new FontDefiniton class to allow describing partial style
8687             changes
8688           - StreamLine() now takes a lines argument, to allow it to decide
8689             whether an encountered zero-length tag is the last in the document
8690             (which must be kept to not loose the font/color contained in it,
8691             for later appends)
8692           - Created Combine() and Split() methods for Marker structs, to 
8693             support marker updates due to reformatted documents (soft line
8694             wraps)
8695           - Implemented Document.CaretTag setter
8696           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
8697             of the last line (Not the cause, but also exposed by bug #77220)
8698           - Added LineTag argument to InsertString method, to allow callers
8699             to force a certain tag to be used (required to force use of the
8700             trailing zero-length tag of a document)
8701           - Now updating markers in Combine(), to avoid stale tag markers
8702           - Added some method descriptions to aid maintenance
8703           - Implemented new FormatText concept, allowing additive/subtractive
8704             formatting by only specifying the components that are to be 
8705             changed. This was needed for resolving the RTB.SelectedColor/
8706             RTB.SelectedFont fixmes
8707           - Added Break() support method to allow breaking up linetags (used
8708             for partial formatting)
8709           - Added GenerateTextFormat() method. It is used for partial 
8710             formatting and allows to generate a full font/color from given
8711             attributes and an existing tag.
8713 2006-02-26  Jackson Harper  <jackson@ximian.com>
8715         * XplatUIX11.cs:  Use the correct caption height.
8716         - Translate hittest coordinates to screen coords to match MS.
8717         * XplatUIWin32.cs: When we create MDI windows we need to reset
8718         some of the style flags, so we get a nice blank window, and can
8719         draw all the decorations ourselves.
8720         - Set a clipping rectangle on the non client paint event, the
8721         window manager drawing code needs one.
8722         * Form.cs: The window manager needs to know when the window state
8723         has been updated.
8724         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
8725         don't need to factor in border and title sizes in these
8726         methods. TODO: Remove the args and fix the call points.
8727         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
8728         properly.
8729         - Let the driver set the cursors.
8730         - Improve active window handling
8731         - Correct sizes for title bars and buttons.
8732         - Match MS drawing better
8733         * MdiWindowManager.cs: We don't need to handle border style
8734         updates specially anymore.
8735         - Check for scrollbars when windows are done moving
8736         - Handle Active properly.
8737         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
8738         correctly. I am spewing the exception though, so we don't hide the
8739         bugs.
8740         
8741 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
8743         * DataGridViewRowPostPaintEventArgs.cs,
8744           DataGridViewCellPaintingEventArgs.cs,
8745           DataGridViewRowCollection.cs,
8746           DataGridViewRowPrePaintEventArgs.cs,
8747           DataGridViewCell.cs: Clear a few warnings and implement a few
8748           exceptions that should be thrown.
8750 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
8752         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
8753           'inheriting' our parent's (non-default) cursor. (Part of
8754            the fix for #77479)
8756 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
8758         * XplatUIX11.cs: Fixed cast to make csc happy
8760 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
8762         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
8763           it's for the client area (part of fix for #77479 and needed
8764           for MDI window cursor handling)
8765         * XplatUIX11.cs
8766           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
8767             the appropriate default cursors and also passing the message
8768             up the parent chain 
8769           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
8770             for non-client areas
8772 2006-02-15  Jackson Harper  <jackson@ximian.com>
8774         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
8775         is a real MDI window
8777 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
8779         * X11DesktopColors.cs: Instead of checking the desktop session
8780           string for "KDE" check if it starts with "KDE"
8782 2006-02-10  Jackson Harper  <jackson@ximian.com>
8784         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
8785         systems).
8787 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
8789         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
8790           errors
8791         * ColorDialog.cs:
8792           - Got rid of the panel. All controls are now directly added to
8793             the dialog form
8794           - Changed to mono coding style
8796 2006-02-10  Jackson Harper  <jackson@ximian.com>
8798         * InternalWindowManager.cs: We don't need the set visibility to
8799         false hack anymore now that peter has written beautiful shutdown
8800         code.
8802 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
8804         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
8805           where already explicitly destroyed
8807 2006-02-10  Jackson Harper  <jackson@ximian.com>
8809         * MdiClient.cs: Handle the case where windows are too high or to
8810         the left and we need scrollbars.
8812 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
8814         * MimeIcon.cs: Added some icons
8815         * FileDialog.cs:
8816           - Fixed bug #77477
8817           - Got rid of the panel. All controls are now directly added to
8818             the dialog form
8819           - Changed to mono coding style
8820           - On Linux "My Computer" and "My Network" will now show some
8821             more usefull information. A new class, MasterMount, gathers
8822             this information from /proc/mount. Updated MWFFileView to make
8823             use of this information
8824           - Fixed a bug that caused FileDialog to crash when
8825             ".recently_used" file had a zero size
8826           - FilterIndex does now what it should
8827           - Some Refactoring
8828         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
8829             FileDialog changes
8831 2006-02-09  Jackson Harper  <jackson@ximian.com>
8833         * ComboBox.cs: Don't touch if null.
8835 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
8837         * Cursor.cs: 64bit safeness fix
8838         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
8840 2006-02-09  Jackson Harper  <jackson@ximian.com>
8842         * Form.cs: If a form is made into an MDI form update the styles so
8843         all the props can get set correctly.
8844         - Kill the mdi_container when we dont need it anymore.
8845         * InternalWindowManager.cs: Add missing NOT
8847 2006-02-08  Jackson Harper  <jackson@ximian.com>
8849         * InternalWindowManager.cs: Respek clipping when drawing MDi
8850         decorations.
8852 2006-02-08  Jackson Harper  <jackson@ximian.com>
8854         * Hwnd.cs: Add bits to track non client expose events.
8855         * XplatUIX11.cs: Track non client expose events on the hwnd. This
8856         gives us a proper invalid rect and will allow for some nice
8857         optimizations with NC client drawing
8858         - MDI windows are children windows, so move their style handling
8859         into the child window block.
8860         * InternalWindowManager.cs: Remove a state reset that was
8861         getting invoked at the wrong time. Fixes managed windows getting
8862         into a 'stuck' captured state.
8864 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
8866         * TextControl.cs (Document.ctor): Now initializing 
8867           selection_anchor. Fixes #77493
8869 2006-02-07  Jackson Harper  <jackson@ximian.com>
8871         * TrackBar.cs: The increment/decrements were backwards.
8873 2006-02-07  Mike Kestner  <mkestner@novell.com>
8875         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
8876         to the instance itself.
8878 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
8880         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
8881           on ulongs and pointers, the size differs between 32bit and 64bit
8882           systems. 
8884 2006-02-07  Mike Kestner  <mkestner@novell.com>
8886         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
8887         for 64 bit platforms to work around a metacity bug. 
8889 2006-02-07  Jackson Harper  <jackson@ximian.com>
8891         * TrackBar.cs: Process the input keys we need, and hookup to
8892         KeyDown instead of using WndProc, so we get key messages.
8894 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
8896         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
8897           machine we're on. 
8898         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
8899           we need to translate the XdndVersion atoms array before sending it
8901 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
8903         * XplatUIX11.cs: 
8904           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
8905             number of bits for the property, not the number of bytes. The
8906             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
8907             but would not crash since it specified 8 bits instead of 4 bits)
8908           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
8909             defined as XID -> long in the C headers)
8910           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
8911             references since those are now IntPtr to begin with
8912           - Switched all Atom.XXX 'int' casts to IntPtr casts
8913           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
8914           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
8915           - Added XChangeActivePointerGrab DllImport (for X11DnD)
8916         * X11Structs.cs:
8917           - Changed 'int' type for Atoms in XEvent structures to IntPtr
8918           - Changed atom in HoverStruct to be IntPtr
8919         * X11DnD.cs:
8920           - Removed local DllImports, switched code to use those from XplatUIX11
8921           - Removed/fixed casts related to the switch of Atom to be a IntPtr
8923 2006-02-06  Mike Kestner  <mkestner@novell.com>
8925         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
8926         method signatures in the import region.  There may still be some
8927         lingering struct marshaling issues, as I didn't drill down into those.
8928         Yet.
8930 2006-02-06  Jackson Harper  <jackson@ximian.com>
8932         * ComboBox.cs: Dont manually set the top_item, this is computed
8933         when the scrollbar position is set.
8935 2006-02-06  Mike Kestner  <mkestner@novell.com>
8937         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
8938         startup crashes on amd64.  There's other fixes needed.  All pinvoke
8939         usage of Atom needs to be mapped to IntPtr for example.  And there are
8940         likely other int/long issues to be addressed.
8942 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
8944         * FileDialog.cs: One more...
8946 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
8948         * FileDialog.cs: Next try
8950 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
8952         * FileDialog.cs: First part of fix for #77464
8954 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
8956         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
8957           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
8958           AcceptButton border drawing.
8960 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
8962         * Form.cs: Moved positioning of form after auto scaling is applied,
8963           otherwise it would possibly use wrong form size.
8965 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
8967         * Control.cs (RecreateHandle): No need to re-create any child
8968           controls, the child windows will get destroyed automatically by
8969           the windowing system or driver, and re-created when the handle
8970           is being accessed the first time. Fixes #77456
8971         * Form.cs: No longer setting the form to closing if the handle is 
8972           being recreated. This seems like the right thing to do, don't
8973           have a bug or testcase for this, though.
8975 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
8977         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
8978           controls to avoid unwanted side effects
8980 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
8982         * Control.cs: 
8983           - ScaleCore needs to scale the bounds, not the ClientSize of the 
8984             control. Fixes #77416.
8985           - DefaultSize is 0,0 for control
8986         * TextBoxBase.cs: 
8987           - DefaultSize is 100, 20
8988           - SetBoundsCore: Now enforcing the height, no matter if the provided
8989             height is more or less than the preferred one, as long as AutoSize
8990             is on
8991         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
8993 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
8995         * Control.cs:
8996           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
8997             call unless both performLayout is true *and* we have a pending
8998             layout change
8999           - ResumeLayout: MS does not completely nest Suspend and Resume,
9000             they bottom out at 0, fixed our code to match that.
9001           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
9002             SetBoundsCore, we were updating even when we shouldn't. This fixes
9003             swf-anchors mis-anchoring when resizing the app fast and lots.
9004           - UpdateDistances: Now only setting the left and top distance if 
9005             we have a parent and are not suspended, this is based on
9006             a suggestion by Don Edvaldson in bug #77355.
9007           - OnVisibleChanged: Fixed logic when to create the control. We may
9008             not create the control if we have no parent or if it's not visible;
9009             switched to using Visible property instead of is_visible field 
9010             since the property also considers parent states. This fixes a bug
9011             when starting Paint.Net
9013 2006-02-02  Jackson Harper  <jackson@ximian.com>
9015         * Form.cs: If the forms handle hasn't been created yet don't call
9016         into xplatui to make it top most, just set the topmost flag on the
9017         form in CreateParams
9018         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
9020 2006-02-01  Jackson Harper  <jackson@ximian.com>
9022         * ScrollableControl.cs: Refactored the Recalculate method a
9023         little, this wasn't handling all the variants of bottom and right
9024         bars needed to be added and added/removed based on their
9025         counterparts being added/removed (which changes the drawable
9026         size). Also we special case client widths and heights of 0 and
9027         don't add the scrollbar for those.
9029 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
9031         * XplatUIX11.cs: 
9032           - Added method to get AbsoluteGeometry(); currently unused, but might
9033             be used in the future, if we try again to figure out toplevel
9034             coordinates with some more crappy window managers
9035           - Added FrameExtents() method to retrieve the WM set decoration size
9036           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
9037             to deal with at least KDE, FVWM and metacity (Fixes #77092)
9038         * Hwnd.cs: 
9039           - Added whacky_wm tracking var for metacity
9040           - Added logic to have default menu height if the actual menu height
9041             has not yet been calculated (part of fix for #77426)
9042         * Form.cs: Keep track whether client size has been set and re-set 
9043           it if a menu is added/removed afterwards (Fixes #77426)
9045 2006-01-31  Jackson Harper  <jackson@ximian.com>
9047         * Control.cs: When a new Site is set on the component attempt to
9048         pull the AmbientProperties from it.
9050 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
9052         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
9053           in the background of the owning form. Fixes #77332
9055 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
9057         * MimeIcon.cs: Fix for #77409
9059 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
9061         * XplatUIX11GTK.cs: Initial import
9063 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
9065         * FixedSizeTextBox: fixes class signature
9067 2006-01-30  Jackson Harper  <jackson@ximian.com>
9069         * FixedSizeTextBox.cs: New internal class that represents a
9070         textBox that will not be scaled.
9071         * TreeView.cs:
9072         * ComboBox.cs:
9073         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
9074         standard TextBox.
9075                 
9076 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
9078         * XplatUIX11.cs: Retrieve default screen number instead of
9079           assuming 0. Attempted fix for #77318
9081 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
9083         * XplatUIWin32.cs: 
9084           - GetWindowPos: When a window is parented by FosterParent, use 
9085             the desktop instead of FosterParent as the base to get coordinates
9086           - CreateWindow: Don't make FosterParent the parent window for Popups
9087             if we don't want a taskbar entry, Popups automatically don't get one
9088         * Hwnd.cs: Need to call remove to actually remove the key from the
9089           hash table
9091 2006-01-30  Mike Kestner  <mkestner@novell.com>
9093         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
9095 2006-01-30  Jackson Harper  <jackson@ximian.com>
9097         * TreeView.cs:
9098         * TreeNode.cs: Raise events no matter how the treenode is
9099         checked. Patch by Don Edvalson.
9101 2006-01-30  Jackson Harper  <jackson@ximian.com>
9103         * TreeNode.cs: Signature fix.
9105 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
9107         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
9109 2006-01-20  Mike Kestner  <mkestner@novell.com>
9111         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
9112         event forwarding when menus are active.
9113         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
9114         Most of the patch is pdb's with a little rework.
9116 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
9118         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
9119           Removed GetMenuDC and ReleaseMenuDC methods; replaced
9120           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
9121         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
9122         * InternalWindowManager.cs: Added use of PaintEventStart/End to
9123           handling of WM_NCPAINT message, now passing the PaintEventArgs to
9124           the PaintWindowDecorations method
9125         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
9126         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
9127         * MenuAPI.cs: Made tracker window invisible
9128         * XplatUIWin32.cs:
9129           - Removed GetMenuDC and ReleaseMenuDC methods
9130           - Implemented the client=false path for PaintEventStart and
9131             PaintEventEnd
9133 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
9135         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
9136         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
9137           styles
9138         * Form.cs: 
9139           - MaximizeBox, MinimizeBox: Recreate the handle when setting
9140             the style
9141           - CreateParams: Reworked the styles to match MS look'n'feel,
9142             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
9143             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
9145 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
9147         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
9148           window is not mapped, since otherwise every form that's being 
9149           created is considered minimized, which is wrong.
9150         * Form.cs: Catching the exception and returning our internal value
9151           instead
9153 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
9155         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
9156           SetWindowMinMax() to have means to tell the driver about the minimum,
9157           maximum and maximized state window sizes. (Part of the fix for #76485)
9158         * Form.cs:
9159           - Implemented tracking of minimum and maximum window size, now calling
9160             new SetWindowMinMax() driver method to tell the driver (Part of the
9161             fix for #76485)
9162           - Finished handling of WM_GETMINMAXINFO method, now setting all values
9163             (Completes fix for #76485)
9164           - Calling new SetWindowMinMax driver method when the handle for a 
9165             form is created, to make sure the driver knows about it even if
9166             the values have been set before the window was created
9167           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
9168             to avoid messing up our anchoring calculations (partial fix
9169             for #77355)
9170         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
9171         * XplatUIX11.cs:
9172           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
9173           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
9174             (and presumably other freedesktop.org compliant WMs). Left the
9175             assumption unmapped=minimized, needed for SetVisible to work.
9176           - Now setting the window state when creating windows
9177           - Fixed SetVisible to consider/set the window state when mapping
9178             a Form. We cannot set the state before it's mapped, and we cannot
9179             use Form.WindowState once it's mapped (since it would ask the
9180             driver and get 'normal'. Therefore, we grab the state before
9181             mapping, map, and then set state.
9182           - Implmemented SetWindowMinMax method; Metacity does not seem to
9183             honor the ZoomHints, though.
9184         * XplatUIWin32.cs:
9185           - Removed MINMAXINFO (moved to XplatUIStructs)
9186           - Added SetWindowMinMax stub (on Win32 the only way to set that
9187             information is in response to the WM_GETMINMAXINFO message, which
9188             is handled in Form.cs)
9189           - Added logic to SetVisible to set the proper window state when a 
9190             form is made visible (fixes #75720)
9192 2006-01-26  Jackson Harper  <jackson@ximian.com>
9194         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
9195         same way we handle them with Invoke.
9197 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
9199         * Form.cs:
9200           - Added tracking of window state so CreateParams can return
9201             the appropriate style
9202           - Moved setting of WS_CAPTION style in CreateParams to allow
9203             styles without caption
9204         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
9205           control if the TextBox property is accessed. Fixes #77345
9206         * Control.cs:
9207           - get_Created: now uses is_disposed and is_created to determine
9208             return value (suggested by Jackson)
9209           - CreateHandle: No longer exits if the handle is being recreated
9210           - RecreateHandle: If the handle is not yet created call the 
9211             appropriate method to create either control or handle. If the
9212             control is already created CreateHandle will simply exit instead
9213             of just creating the handle
9214         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
9215           now SendMessage WM_DESTROY directly to the control when DestroyWindow
9216           is called.
9217         * XplatUIX11.cs: 
9218           - When DestroyWindow is called, instead of waiting for the 
9219             DestroyNotification from X11, we directly post it to the WndProc
9220             and immediately dispose the hwnd object.
9221             Same applies to DestroyChildWindows, and this obsoletes the
9222             expose_pending tracking. Contrary to Win32 behaviour we destroy our
9223             child windows before our own, to avoid X11 errors.
9224           - Removed the direct sending of WM_PAINT on UpdateWindow
9225         * XplatUIWin32.cs:
9226           - Reworked DoEvents and GetMessage to allow access to internal queue
9227             even when trying non-blocking access to the queue.  Fixes #77335. 
9228             Based on a patch suggestion by Don Edvalson. The new private
9229             GetMessage can now also be used as a backend for a PeekMessage
9230             frontend version.
9231         * XplatUI.cs: Improved debug output for CreateWindow
9233 2006-01-25  Jackson Harper  <jackson@ximian.com>
9235         * Help.cs: Allow param to be null. Patch by Don Edvalson.
9237 2006-01-24  Jackson Harper  <jackson@ximian.com>
9239         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
9240         when we have a MaxDropItems lower then the selected index.
9242 2006-01-24  Jackson Harper  <jackson@ximian.com>
9244         * Control.cs: Don't allow selection of non visible controls, allow
9245         selection of controls without parents.
9247 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
9249         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
9250         * DataGridDrawingLogic.cs: Add editing row only when is necessary
9252 2006-01-23  Jackson Harper  <jackson@ximian.com>
9254         * UpDownBase.cs: Make the textbox handle all the selection and
9255         tabbing. This fixes tabing to updown controls.
9257 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
9259         * TextBoxBase.cs: fixes exception thown the object was null
9261 2006-01-23  Jackson Harper  <jackson@ximian.com>
9263         * ButtonBase.cs: Just use the base CreateParams. They set
9264         visibility and enabled correctly.
9265         * ComboBox.cs:
9266         * TrackBar.cs:
9267         * MonthCalendar.cs: Lets let the base set as much of the
9268         createparams as possible so we don't have duplicate code all over
9269         the place.
9271 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
9273         * ThemeGtk.cs: Added TrackBar and some experimental code to
9274           get double buffering back
9276 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
9278         * DataGrid.cs: Allows row number set internally higher than the last
9279         when creating a new row. Restores the editing functionality.
9281 2006-01-20  Mike Kestner  <mkestner@novell.com>
9283         * MimeIcon.cs: delay Image creation until the icons are accessed
9284         instead of creating 190 scaled images on GnomeHandler startup.
9286 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
9288         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
9289           first call base before processing the event. Fixes #77279
9291 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
9293         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
9294           that the stride for the GDI bitmap would match the stride of
9295           a DIB or a Cursor.
9297 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
9299         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
9301 2006-01-19  Jackson Harper  <jackson@ximian.com>
9303         * ComboBox.cs: Hookup the text controls keydown event so we get
9304         those when the text control has the focus.
9306 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
9308         * Label.cs: Now using the base events instead of defining new ones;
9309           this allows us to just call the base properties without having to
9310           duplicate all base property logic 
9312 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
9314         * Label.cs: A label by default is not a tabstop (Fixes one of our
9315           failing nunit tests)
9317 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
9319         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
9320         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
9322 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
9324         * Cursor.cs: Reimplemented creating cursor bitmaps without using
9325           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
9326           This fixes #77218
9327         * XplatUIWin32.cs: 
9328           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
9329             constructor creates images that can't be saved. Part of the fix
9330             for #76103
9331           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
9332           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
9333             bug fix for handling window state in forms properly)
9335 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
9337         * ThemeGtk.cs: Simplify ScrollBar drawing
9339 2006-01-18  Jackson Harper  <jackson@ximian.com>
9341         * Splitter.cs: Set the default dock style for the splitter control
9342         in the constructor.
9344 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
9346         * ThemeGtk.cs: Corrected StateType and ShadowType for
9347           gtk_paint_box
9349 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
9351         * Control.cs: Make use of Theme.DoubleBufferingSupported
9352         * ThemeGtk.cs:
9353           - Added drawing for flat style buttons
9354           - Added ScrollBar drawing
9356 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
9358         * ThemeClearlooks.cs: Removed some unneeded code.
9359         * ThemeGtk.cs: First part of ThemeGtk enhancements.
9361 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
9363         * LinkLabel.cs: We need to update the hover drawing when
9364           leaving the control as well.
9366 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
9368         * DataGrid.cs: Clicking on non empty areas in the columns
9369            area was giving an exception
9371 2006-01-17  Jackson Harper  <jackson@ximian.com>
9373         * ThemeWin32Classic.cs:
9374         * ListView.cs: Do not draw/clip the headers when the header style
9375         is None.
9377 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
9379         * DataGrid.cs: Fixes 77260
9380         
9381 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
9383         * DataGrid.cs: Clicking on a column on a empty grid was giving
9384           an exception
9386 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
9388         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
9389           or any keypress will crash the grid.
9391 2006-01-17  Mike Kestner  <mkestner@novell.com>
9393         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
9394         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
9395         invisible/previously-visible items.
9396         [Fixes #76909]
9398 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
9400         * ThemeClearlooks.cs:
9401         - Added CL_Draw_Button method; now other theme controls that are 
9402           not derived from button or do not have a button can draw buttons
9403           too
9404         - Updated ComboBox drawing
9405         - Beautified RadioButton drawing
9406         - Corrected drawing of bottom and left tabs
9407         - Beautified DateTimePicker and MonthCalendar
9408         - Added CPDrawButton and CPDrawRadioButton
9410 2006-01-16  Jackson Harper  <jackson@ximian.com>
9412         * ComboBox.cs: Set the initial value of the scrollbar to the
9413         current index. Reduce the numbers of refreshs and IndexOfs called.
9415 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
9417         * FileDialog.cs: When the file listview is focused hitting the
9418           backspace key moves the fileview to the parent directory
9420 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
9422         * Form.cs: 
9423           - Added RecreateHandle call when changing taskbar visibility to 
9424             trigger reparenting in Win32 driver (Fixes #75719)
9425           - If a window has minimize or maximize buttons, it cannot have
9426             a help button
9427         * XplatUIWin32.cs:
9428           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
9429             the toplevel form with FosterParent (A toolwindow not on the
9430             taskbar) (Fixes #75719)
9431           - Made FosterParent a toolwindow
9433 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
9435         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
9437 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
9439         * ToolTip.cs: If SetToolTip is called from a control and the mouse
9440           is currently over that control, make sure that tooltip_window.Text
9441           gets updated
9443 2006-01-13  Mike Kestner  <mkestner@novell.com>
9445         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
9447 2006-01-13  Jackson Harper  <jackson@ximian.com>
9449         * TreeView.cs: On MS GetNodeAt never actually factors in the X
9450         value passed.  Also redraw the selected node when we recieve
9451         focus, so tabbing between trees works correctly.
9453 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
9455         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
9456           ~/.gconf/%gconf-tree.xml, so use
9457           .gconf/desktop/gnome/interface/%gconf.xml
9459 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
9461         * TextControl.cs: Draw text in gray if control is disabled
9463 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
9465         * TreeView.cs: Draw the focus rectangle outside the highlight, to
9466           make sure it's always visible. Fixes #76680.
9468 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
9470         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
9472 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
9474         * PageSetupDialog.cs: Added.
9475         * PrintDialog.cs: Attributes.
9476         * PrintPreviewControl.cs: Updates.
9477         * PrintPreviewDialog.cs: Updates.
9478         
9479 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
9481         * Control.cs: Undid my selection check fix, since it's not needed
9482         * TextBoxBase.cs:
9483           - Now considering the presence of hscroll/vscroll when sizing
9484             vscroll/hscroll respectively. Fixed bug #77077
9485           - Added Left/Up/Down/Right to IsInputKey list to prevent
9486             ContainerControl from stealing them. This fixes what I broke
9487             with my last checkin.
9489 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
9491         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
9492           I finally understand how the property can be set without a setter :-)
9494 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
9496         * Application.cs:
9497           - Switched RunLoop to use static Message.Create to create a 
9498             Message object
9499           - Added PreProcessMessage call in runloop for keyboard events; this
9500             is part of the fix for #77219, I overlooked this originally in the
9501             MSDN doc for PreProcessMessage
9502         * Control.cs:
9503           - Removed call to PreProcessMessage from handling of keyboard 
9504             messages; it's supposed to be done in the message pump
9505           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
9506             per MSDN documentation.
9507           - IsInputChar: All chars are input chars by default; removed the 
9508             parent calling chain, MS does not document that
9509           - PreProcessMessage: If IsInputChar is true, we want to return false
9510             to allow dispatching of the message
9511           - When selecting the next control, now also check that we're not
9512             selecting ourselves again and therefore return a false positive.
9513         * TextBoxBase.cs:
9514           - Tried to match return values for IsInputKey and ProcessDialogKey
9515             to what MS returns; moved processing of our special keys outside
9516             ProcessDialogKey since MS does not seem to return true on those.
9517           - Moved code that previously was in ProcessDialogKey into new private
9518             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
9519           - Reworked handling of WM_CHAR to not have to duplicate code from
9520             Control.cs anymore, instead we simply call down to base.
9521            
9522 2006-01-12  Jackson Harper  <jackson@ximian.com>
9524         * ComboBox.cs: We always need to refresh the text area when
9525         EndUpdate is called. Fixes the combobox in the file dialog.
9526         * Control.cs: Don't create the creator_thread until the controls
9527         handle is created.  Also in InvokeRequired we check if the
9528         creator_thread is null. This gives the effect of InvokeRequired
9529         returning true if the controls handle is not created yet, and
9530         matches MS.
9532 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
9534         * XplatUI.cs:
9535           - Added StartLoop() driver method. This is used to allow drivers to
9536             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
9537             loop for a particular thread
9538           - Added EndLoop() driver method. This is called once the message
9539             pump for the thread is shut down
9540           - Added SupportsTransparency method to allow the driver to indicate
9541             opacity support for windows
9542         * Form.cs:
9543           - Removed TODO attribute, completed AllowTransparency property
9544           - Added documented logic to Opacity
9545         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
9546           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
9547           versions of CompatibleTextRendering
9548         * X11Structs.cs: Added opacity atom to our atom enumeration
9549         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
9550           of a form might be set before it's reparented by the WM, and we need
9551           the opacity value without calling up to Form)
9552         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
9553           SupportsTransparency() driver methods
9554         * Application.cs: Now calling StartLoop and EndLoop driver methods
9555         * XplatUIX11.cs:
9556           - Added opacity atom registration
9557           - Added StartLoop()/EndLoop() methods. They're empty right now but
9558             will need to get implemented when we switch to a per-thread queue
9559           - Implemented SupportsTransparency() method
9560           - Implemented SetWindowTransparency() method
9561           - Added support for setting the opacity value when a window is
9562             reparented (since the opacity needs to be set on the WM frame)
9563         * XplatUIOSX.cs, XplatUIWin32.cs:
9564           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
9566 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
9568         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
9570 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
9572         * FileDialog.cs: Added ToolTip for MWFFileView
9573         * MimeIcon.cs: Rewrote GnomeHandler.
9574           - Get currently used gnome icon theme from
9575             ($HOME)/.gconf/%gconf-tree.xml
9576           - Make use of inherited icon themes
9577           - Support SVG icon themes like Tango via librsvg
9579 2006-01-12  Miguel de Icaza  <miguel@novell.com>
9581         Revert's Jackson's revert which broke 2.0 builds.   Fix both
9582         builds. 
9583         
9584         * Application.cs: Move the use_compatible_text_rendering outside
9585         the NET_2_0 define.  If we ever need to use the
9586         use_compatible_text_rendering on the individual controls they will
9587         access the variable from the common shared code paths.
9589 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
9591         * XplatUI.cs:
9592           - Added more granular debug options
9593           - Added method to print both window text and id
9594           - Switched debug output to use new Window() debug method
9595           - Added IsEnabled() driver method
9596           - Added EnableWindow() driver method
9597         * Form.cs:
9598           - Removed end_modal; no longer needed, new loop handles termination
9599             via 'closing' variable
9600           - If form is modal, setting DialogResult will now initiate loop
9601             termination via 'closing' variable
9602           - Added support for is_enabled/WS_DISABLED to CreateParams
9603           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
9604             does all the work
9605           - Removed code that's now in RunLoop from ShowDialog()
9606           - Added various documented sanity checks to ShowDialog()
9607           - Added handling of WM_DESTROY message; we set 'closing' on getting
9608             the message to indicate the message pump to terminate
9609           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
9610             send by the Application.ExitThread method. (We send the message
9611             to destroy the window after all other events have been
9612             processed through the queue, instead of destroying the handle 
9613             directly)
9614           - Moved code from Close() method to WM_CLOSE handler; added logic
9615             to only send close-related events if the form is not displayed
9616             modal
9617         * Splitter.cs (..ctor): Fixed typo in resource name
9618         * Control.cs:
9619           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
9620             brush now
9621           - set_Cursor: Now only setting calling into XplatUI if the handle for
9622             the control is already created; this avoids implict handle creation
9623             or crashes if it's not created
9624           - set_Enabled: Now setting the enabled state via the new driver method
9625             instead of just tracking it
9626           - CreateParams: Added logic to set WS_DISABLED based on enabled state
9627           - CreateControl: Reordered event firing and method calls to more
9628             closely fire events in the order MS does. Now setting the
9629             enabled state in the driver when creating the control.
9630           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
9631             match MS order
9632         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
9633           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
9634         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
9635         * Hwnd.cs:
9636           - Added tracking of window enabled state (get_Enabled/set_Enabled)
9637           - Added EnabledHwnd property to easily allow a driver to find the
9638             handle of the first enabled window in the parent chain (this is
9639             used by drivers to pass up input events of disabled windows)
9640         * XplatUIDriver.cs: Added IsEnabled() method
9641         * Application.cs:
9642           - Removed crude and obsolete exiting tracking variable
9643           - Removed internal ModalRun(); replaced by RunLoop()
9644           - Implemented private CloseForms() method to allow closing all 
9645             windows owned by a particular (or all) threads
9646           - Exit() now properly closes all windows without forcing the message
9647             pump to quit
9648           - Removed obsolete InternalExit() method
9649           - Changed Run() methods to use new RunLoop() message pump
9650           - Implemented new RunLoop() method for both modal and non-modal forms
9651         * CommonDialog.cs:
9652           - get_CreateParams: Added setting of WS_DISABLED
9653           - Simplified ShowDialog(); now all the work is done in RunLoop(),
9654             invoked via Form.ShowDialog()
9655         * NativeWindow.cs: We don't remove the window from the collection when
9656           the handle is destroyed; there might still be messages for it in the
9657           queue (mainly the resulting WM_DESTROY); instead it will be removed
9658           when Control calls InvalidateHandle in the WM_DESTROY handler
9659         * XplatUIX11.cs:
9660           - CreateWindow: Added logic to handle the WS_DISABLED window style
9661           - EnableWindow: Implemented based on Hwnd.Enabled
9662           - GetMessage: Reset PostQuitState so the method can be called again
9663           - Implemented support for disabled windows (passing messages to the
9664             first enabled parent) in handling all input messages
9665           - Added optimizations for handling Expose events
9666           - Implemeted new driver method IsEnabled()
9667           - Now always resetting paint pending tracking vars when we start paint
9668           - Re-implemented UpdateWindow via just sending a WM_PAINT message
9669         * XplatUIOSX.cs: Added IsEnabled method stub
9670         * XplatUIWin32.cs: Implemented new IsEnabled() method
9672 2006-01-11  Jackson Harper  <jackson@ximian.com>
9674         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
9675         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
9676         variables a little.
9677         * ColorDialog.cs: Clear out the old form before adding the new
9678         panel.  
9680 2006-01-11  Jackson Harper  <jackson@ximian.com>
9682         * X11Dnd.cs: Make sure to add all the text formats when adding
9683         strings to the data object.
9684         * TreeNodeCollection.cs: When adding to a sorted tree we need to
9685         do some redrawing too.  Also change the UpdateNode to an
9686         UpdateBelow so the newly added node gets painted.
9687         
9688 2006-01-11  Miguel de Icaza  <miguel@novell.com>
9690         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
9691         LinkLabel.cs, PropertyGrid.cs: Implement the
9692         UseCompatibleTextRendering property for 2.x
9694         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
9696 2006-01-11  Jackson Harper  <jackson@ximian.com>
9698         * TreeView.cs: Use the property for setting the selected node so
9699         the correct events get raised.
9700         * TreeNode.cs: Update the tree when the fore/back colours of a
9701         node are set.
9703 2006-01-10  Jackson Harper  <jackson@ximian.com>
9705         * TreeView.cs: Allow setting SelectedNode to null.
9707 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
9709         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
9711 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
9713         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
9715 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
9717         * PrintDialog.cs: Added attributes and set default property values.
9719 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
9721         * PrintControllerWithStatusDialog.cs: 
9722         Added PrintControllerWithStatusDialog.
9724 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
9726         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
9727         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
9729 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
9731         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
9733 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
9735         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
9736         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
9738 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
9740         * MimeIcon.cs: Added internal class SVGUtil.
9742 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
9744         * FileDialog.cs: Don't crash if there are two files with the
9745           same name but different locations.
9747 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
9749         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
9750         dates across multiple month grids. Used to not highlight entire 
9751         month, but does now.
9752         
9753 2006-01-06  Jackson Harper  <jackson@ximian.com>
9755         * MonthCalendar.cs: Removed DoEvents call to prevent a running
9756         message loop. Change timer intervals to numbers that seem more
9757         natural.
9759 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
9761         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
9762           object for location info since screen object is now implemented.
9764 2006-01-05  Jackson Harper  <jackson@ximian.com>
9766         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
9767         * AsyncMethodResult.cs: We no longer use a WeakReference for the
9768         AsyncMethodResult, this is because we ALWAYS want the
9769         ManualResetEvent to get set.
9770         * Control.cs: When disposing use an async invoke to call shutdown
9771         code, so that thigns don't block on the finalizer thread.  Also
9772         check if we even have a message loop before trying to send
9773         messages, if we don't then don't bother sending messages.
9774         - No more weak references for async methods
9775         * XplatUIDriver.cs: No more weak references for async methods.
9777 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
9779         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
9780           returns two FontFamily with the same name
9782 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
9784         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
9785           drawing disabled text. Instead using the ColorGrayText color
9787 2006-01-04  Jackson Harper  <jackson@ximian.com>
9789         * TreeNode.cs: redraw the node when its image index is changed.
9791 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
9793         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
9794           time I checked there are no others like it.
9796 2006-01-04  Jackson Harper  <jackson@ximian.com>
9798         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
9799         this gives the behavoir I was looking for.
9800         * Control.cs: Special case Invoking EventHandlers, this matches MS
9801         and fixes part of bug #76326.
9803 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
9805         * ThemeClearlooks.cs, FileDialog.cs:
9806           - Reflect the latest Theme class changes
9807           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
9808             with DateTime
9809             
9810 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
9812         * Theme.cs: Cache UI resource images and resize them if needed
9814 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
9816         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
9817           is called. This fixes the crash in Nexxia when setting the font
9818           attributes in the chat. [However, RTF needs a look-over to make sure
9819           that all SelectionXXX methods handle the special case that selection
9820           is empty and therefore the change must be applied to all text starting
9821           at the cursor/selection start]
9823 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
9825         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
9826           XplatUIOSX.cs: Added SendMessage and PostMessage methods
9827         * X11Keyboard.cs: Switched to new way of calling PostMessage
9829 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
9831         * Theme.cs: Added theme interface for images to allow the theme to
9832           control what images are used for things like FileDialog, MessageBox
9833           icons, etc.
9834         * MessageBox.cs: Now uses the new Theme icon/image interfaces
9836 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
9838         * FileDialog.cs:
9839           - Removed some dead code
9840           - Opening a recently used file does work now
9841           - Small UI enhancements
9842           - Refactoring
9844 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
9846         * FileDialog.cs: Forgot too add __MonoCS__
9848 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
9850         * FileDialog.cs: We are able to read recently used files now let's
9851           go on and write them.
9853 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
9855         * FileDialog.cs: Breathe some life into "last open"/"recently used"
9856           button
9857         * MimeIcon.cs: Do a check for the top level media type also
9859 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
9861         * ThemeClearlooks.cs:
9862           - Added CPDrawStringDisabled
9863           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
9864             some chars if the text doesn't fit into text_rect
9865           - DrawListViewItem: If View = View.LargeIcon center the image;
9866             rewrote the drawing of ListViewItem.Text if View = 
9867             View.LargeIcon
9869 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
9871         * MimeIcon.cs: Use default KDE icon theme if there is no
9872           "48x48" directory for the current icon theme, fixes #77114
9873         * Mime.cs: Disable not working and actually not used code. 
9874         * ThemeWin32Classic.cs:
9875           - Replace "new SolidBrush" in GetControlBackBrush and
9876             GetControlForeBrush with ResPool.GetSolidBrush
9877           - Changed DrawListViewItem from private to protected virtual
9878         * FileDialog.cs:
9879           - Added form.MaximizeBox = true
9880           - Don't throw an exception if there is a broken symbolic link
9882 2005-12-23  Jackson Harper  <jackson@ximian.com>
9884         * TabControl.cs: Give the panels focus, keyboard navigation is
9885         fixed so this works correctly now.
9886         - We need these key events also.
9887         * ToolBar.cs: Remove some of the poor mans double buffering.
9888         
9889 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
9891         * ComboBox.cs: The internal TextBox now returns the focus.
9893 2005-12-23  Jackson Harper  <jackson@ximian.com>
9895         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
9897 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
9899         * Control.cs: Removed debug code
9900         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
9901           implicit children
9903 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
9905         * Control.cs: When creating the control, update the Z-order after
9906           all it's children are created, too. (Fixes nexxia not showing
9907           picturebox bug)
9909 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
9911         * Control.cs: Do not update the anchoring distances if layout is
9912           suspended, instead do it once layout is resumed
9914 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
9916         * Control.cs: 
9917           - After many hours of debugging, for both Jackson and
9918             myself, it turns out that it helps to set the parent of a control
9919             if you want to actually see it onscreen. In the spirit of that
9920             discovery, we're now setting the parent of the control and
9921             it's children when the control's handle is created. This fix
9922             will make Lutz Roeder's Reflector run happily. 
9923           - now just creating the handle instead of the whole control when
9924             getting a graphics context for the control.
9926 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
9928         * ScrollableControl.cs: When calculating the canvas, don't consider
9929           the scrollbar widths. Instead, predict if horizontal scrollbar
9930           will affect canvas when deciding on vertical display and vice versa.
9932 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
9934         * RichTextBox.cs: Set default RTF font for documents that don't
9935           have a font table (Fixes #77076)
9937 2005-12-22  Jackson Harper  <jackson@ximian.com>
9939         * TextBoxBase.cs: It's difficult to do, but you can have an empty
9940         clipboard. This prevents a NullRef in that case.
9941         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
9942         clipboard. PRIMARY is for the currently selected text only. (We
9943         should implement PRIMARY at some point.
9945 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
9947         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
9948           a Unicode function with a structure that was defined in Ansi way.
9949           This fixes #76942.
9951 2005-12-21  Jackson Harper  <jackson@ximian.com>
9953         * StatusBar.cs: Statusbar handles its fore/back colours on it's
9954         on. Because thats how it rolls. (and this avoids it using ambient
9955         colours).
9956         * ThemeWin32Classic.cs: Use the proper back color for filling.
9957         * Menu.cs: Use the system menu bar color for drawing menu
9958         bars. Using the window back color will bring ambient colours into
9959         the picture.
9961 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
9963         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
9964           Bitmaps were created and not disposed.
9966 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
9968         * Control.cs (CreateControl): Don't do anything if the control is
9969           already created, otherwise we'd fire the OnCreated event more than
9970           once
9972 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
9974         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
9975           will always match. Instead return -1. Fixes #76464.
9977 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
9979         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
9980           neither the beginning nor the end of the line (Fixes bug #76479)
9982 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
9984         * Control.cs:
9985           - ControlNativeWindow.ControlFromHandle(): Now handling situation
9986             where handle is invalid
9987           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
9988             instead of slower linear search
9989         * NativeWindow.cs: Don't remove the window from the hashtable until
9990           after the driver has destroyed it (since the driver might use
9991           Control.FromHandle to lookup the control object
9992         * Hwnd.cs: Added DestroyPending property to track if a window is 
9993           already destroyed as far as the driver is concerned and only hasn't
9994           yet notified the control
9995         * XplatUIX11.cs:
9996           - Activate(): Check if the window is still valid before using the 
9997             handle
9998           - Implemented DestroyChildWindow() method to mark child windows as
9999             destroyed when a window is destroyed. This prevents situations 
10000             where we might call an X method based on queued events for a
10001             window that already has been destroyed but we haven't yet pulled
10002             the destroy method from the queue.
10003           - Added a call to the new DestroyChildWindow() method to the drivers
10004             DestroyWindow code. Also now marking the destroyed window itself
10005             as pending
10007 2005-12-20  Jackson Harper  <jackson@ximian.com>
10009         * StatusBar.cs:
10010         * StatusBarPanel.cs: Don't calculate panel sizes on draw
10011         anymore. Just do them when needed, also track the rects of panels
10012         so that we can optimize refreshing more in the future.
10014 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
10016         * ColorDialog.cs: Fixed focus drawing in small color controls
10018 2005-12-19  Jackson Harper  <jackson@ximian.com>
10020         * InternalWindowManager.cs:
10021         * MdiWindowManager.cs: Cleanup some coordinate system changes so
10022         moving windows works properly.
10024 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
10026         * Control.cs: 
10027           - Removed call to InitLayout() from SetBoundsCore(); doc says
10028             it's only called when a control is added to a container
10029           - Split InitLayout logic, moved to separate UpdateDistances() method
10030             since we need to perform those calculations more often than just
10031             when adding the control to a container. (Needed to fix #77022)
10032           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
10033           - Reduced the OnBindingContextChanged events count, don't send them
10034             unless the control is created, we still aren't totally matching
10035             MS, but I can't quite figure out some of their rules
10037 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
10039         * ThemeClearlooks.cs: Corrected distance between ProgressBar
10040           stripes
10042 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
10044         * ThemeClearlooks.cs:
10045           - Updated ProgressBar drawing
10046           - Corrected drawing of ScrollBars and scroll buttons
10047           - Some temporary fixes for minor pixel artefacts
10049 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
10051         * Control.cs:
10052           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
10053             cause events to be sent in the same order as MS does.
10054           - Added ChangeParent() method to trigger various OnXXXChanged events
10055             that need to be fired when a parent changes (This is a reworking
10056             of the patch from r54254, with the X11 errors fixed)
10057           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
10058             since on MS we get OnLayoutChanged events when calling Clear()
10059           - Changed Enabled property to consider parent state as well, if a
10060             parent is not enabled, the control will not be either
10061           - Changed Parent property to simply call Controls.Add() since that
10062             now does all the work required, this way we avoid code duplication
10063           - Threw in a few OnBindingsContextChanged calls to try and match
10064             when MS sends them. We seem to send a few too many, though.
10065           - Added call to CreateControl when adding the control to a parent.
10066             We were never calling CreateControl. Still needs some work, in
10067             some places we treat HandleCreated and ControlCreated as equal, 
10068             which is wrong
10069           - Removed obsolete commented out code from UpdateZOrder()
10071 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
10073         * ThemeClearlooks.cs: Updated TrackBar drawing.
10075 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
10077         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
10079 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
10081         * FileDialog.cs: Add the Help button and the open readonly
10082           checkbox only if needed
10084 2005-12-16  Jackson Harper  <jackson@ximian.com>
10086         * Control.cs: Make sure we have an active menu before trying to
10087         process commands on it. Prevents menu-less forms from crashing
10088         when Alt is pressed.
10089         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
10090         Dieter Bremes.
10091         * RichTextBox.cs: Expand statement to help out gmcs and fix the
10092         2.0 build.
10094 2005-12-16  Jackson Harper  <jackson@ximian.com>
10096         * InternalWindowManager.cs: Don't translate tool windows screen
10097         coordinates. This fixes windows 'bouncing' around when being moved.
10099 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
10101         * TextBoxBase.cs:
10102           - MaxLength now treats 2^31-1 equal to unlimited length (this is
10103             not quite MS compatible, MS uses that number only for single line
10104             and 2^32-1 for multi-line, but I figure it won't hurt keeping
10105             the limit at 2GB)
10106           - Now enforcing the MaxLength limit when entering characters
10107           - Added argument to internal Paste() method to track if it's called
10108             from programatically or via keyboard, since keyboard driven pastes
10109             need to enforce max-length
10110           - Added logic to Paste to only paste as many chars as MaxLength 
10111             allows
10112         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
10113         * TextControl.cs:
10114           - Added Length property to return number of characters in document
10115           - Added private CharCount property which only tracks actual chars
10116             in the document (no linefeeds) and fires event when CharCount
10117             changes
10118           - Added tracking of character count to all methods that alter it
10119           - Added LengthChanged event to allow applications to subscribe
10120             to any changes to the document
10122 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
10124         * TextBox.cs: 
10125           - Removed local password_char field (moved to TextBoxBase)
10126           - Now setting the document's password var when password is
10127             set
10128         * TextBoxBase.cs:
10129           - Added password_char field (needed here so MultiLine can
10130             access it)
10131           - Added logic to MultiLine property setter to set the document's
10132             variable when password display is allowed
10133           - Removed debug code and made some debug code conditional
10134         * TextControl.cs:
10135           - Added RecalculatePasswordLine() method to handle special password
10136             char only lines
10137           - Added PasswordChar property, also added related tracking vars
10138           - Draw() method now uses local text var for grabbing text to draw,
10139             this var is set to line.text unless we're doing password display,
10140             then it is set to the pre-generated all-password-chars line
10141           - Added calling RecalculatePasswordLine() method for password lines
10143 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
10145         * Hwnd.cs: 
10146           - Added Reparented property to allow tracking of Window Manager
10147             reparenting actions (which affect X/Y calculations of toplevel 
10148             windows)
10149           - Made ToString() print window handles in hex
10150         * XplatUIX11.cs:
10151           - AddConfigureNotify(): Now uses reparented state off Hwnd to
10152             determine if X/Y needs offsetting
10153           - AddConfigureNotify(): Fixed offset calculations
10154           - Now adds ReparentNotify messages into the queue
10155           - Now processes ReparentNotify messages and causes a 
10156             WM_WINDOWPOSCHANGED message to be sent upstream if a window
10157             is reparented (as most likely it's X/Y coordinates are changed
10158             due to that)
10160 2005-12-14  Jackson Harper  <jackson@ximian.com>
10162         * XplatUIX11.cs: Tool windows still need to respek focus.
10164 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
10166         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
10167           have a working release
10169 2005-12-13  Jackson Harper  <jackson@ximian.com>
10171         * Form.cs: Update styles after setting the border style regardless
10172         of whether or not the window is using a window manager.
10174 2005-12-13  Jackson Harper  <jackson@ximian.com>
10176         * Form.cs: We now hook into an internal window manager instead of just an
10177         MDI subsystem, this is so we can have properly behaving tool windows.
10178         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
10179         * InternalWindowManager.cs: New internal class that acts as a
10180         window manager for tool windows and as a base for mdi windows.
10181         * MdiWindowManager.cs: New class that acts as a window manager for
10182         mdi windows.
10184 2005-12-12  Jackson Harper  <jackson@ximian.com>
10186         * Control.cs: Updates so we match behavoir for for implicit
10187         controls. Fixes explosions in MDI.
10189 2005-12-12  Jackson Harper  <jackson@ximian.com>
10191         * Control.cs: Implement Invalidate (Region).
10193 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
10195         * Control.cs: 
10196           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
10197             the same events as MS does. MS fires events for each property 
10198             except, for unknown reasons, Cursor, when the control is reparented. 
10199             I can't seem to totally match add/remove since MS also fires some 
10200             VisibleChanged events, which makes no sense. Consolidated the
10201             parenting code into a separate method so it can be called from
10202             both Add and Remove. set_Parent no longer needs any special logic
10203             as it calls the parent's add method which implicitly fires
10204             all events
10205           - Removed some obsolete code and debug output
10206           - Enabled state is inherited from parents, if this is enabled
10208 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
10210         * Form.cs: Removed commented out code
10212 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
10214         * Control.cs:
10215           - Added internal version of Invoke, with additional argument 
10216             indicating if we're calling it from a Dispose() handler. That
10217             way we can avoid BeginInvoke throwing an exception if we're
10218             calling for an already destroyed window.
10219           - Added a dispose argument to BeginInvokeInternal, and made the
10220             check if a valid window handle chain exists conditional on
10221             it not being a dispose call
10222           - Removed code in DestroyHandle to destroy our children. Since we
10223             now handle the WM_DESTROY message we will catch all our children
10224             being destroyed.
10225           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
10226         * Form.cs:
10227           - Added a field to track the application context of the form.
10228           - No need to set closing variable as response to WM_CLOSE, instead
10229             we destroy the window. We also call PostQuitMessage if the form
10230             has an application context (which makes it the main app form,
10231             which, when closed terminates the app)
10232         * XplatUI.cs:
10233           - Dropped Exit() method, it's naming was confusing
10234           - Added PostQuitMessage() which causes GetMessage to return false
10235             once the message queue is empty
10236         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
10237           PostQuitMessage()
10238         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
10239           no longer a valid XplatUI method, but left it in since it's used
10240           internally. Added empty PostQuitMessage() method.
10241         * MenuAPI.cs: Replaced call to Exit() with call to
10242           PostQuitMessage, even though this is probably no longer needed.
10243         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
10244         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
10245         * Application.cs:
10246           - Replaced call to XplatUI.Exit() with PostQuitMessage()
10247           - Removed old debug code that would call XplatUI for exception
10248             display, enabled standard exception handling (Still not enabled
10249             though, until NativeWindow's ExternalExceptionHandler define
10250             is removed
10251         * NativeWindow.cs:
10252           - Added internal method to allow control to update NativeWindow
10253             after a window has been destroyed
10254           - Added handling of already destroyed windows when calling i
10255             DestroyWindow
10256           - Added removal of handle from list on ReleaseHandle
10257         * XplatUIX11.cs:
10258           - Dropped GetMessageResult var and related code
10259           - Added PostQuitState to field to track if PostQuitMessage has been
10260             called
10261           - Dropped Exit() method
10262           - Added PostQuitMessage() method
10263           - GetMessage now will return false if PostQuitState is set and no
10264             more messages are in the queue.
10265           - Expose handler will no longer generate WM_PAINT messages if we are
10266             in PostQuitState since it's very likely any windows have already
10267             been destroyed, and since Hwnd won't get updated until we have
10268             processed the DestroyNotify we'd be causing X errors.
10269         
10270 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
10272         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
10273           Thanks to Mike for pointing out the err of my ways.
10275 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
10277         * Control.cs(PreProcessMessage): Moved menu handling back, but
10278           after all other key handling, to match MS (who handles Menu in
10279           DefWndProc)
10280         * Menu.cs (WndProc): Removed my brainfart
10282 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
10284         * Control.cs(PreProcessMessage): Removed special menu handling 
10285         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
10287 2005-12-07  Mike Kestner  <mkestner@novell.com>
10289         * Control.cs : special case SYSKEYUP so that we can adjust keynav
10290         state according in tracker.
10291         * Menu.cs : promote tracker field to base class and provide a tracker
10292         lookup capability.  Add/Remove shortcuts dynamically if the top menu
10293         has a tracker. Unparent items that are removed from the collection.
10294         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
10295         * Theme*.cs: add always_show_hotkeys field to support configurability
10296         of mnemonic display.  win32 doesn't show mnemonics until Alt is
10297         pressed.
10299 2005-12-07  Jackson Harper  <jackson@ximian.com>
10301         * MdiChildContext.cs: Use Control.ResetCursor.
10302         * Control.cs: ResetCursor needs to set the property so that the
10303         correct XplatUI call gets made.
10305 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
10307         * Control.cs: More fixes to make our key events match MS. We
10308           were not setting the modifier state on KeyData, and we were
10309           not generating any events when Alt was pressed with a key
10310           since handling of WM_SYSxxx was missing for the OnKey methods.
10312 2005-12-07  Jackson Harper  <jackson@ximian.com>
10314         * MdiChildContext.cs: reenable the sizing code.
10315         - When the mouse leaves a window reset its cursor.
10317 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
10319         * ThemeClearlooks.cs: Reflect latest Hwnd changes
10321 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
10323         * Hwnd.cs: Now using the theme 3d bordersize to calculate
10324           widths of Fixed3D borders
10326 2005-12-07  Jackson Harper  <jackson@ximian.com>
10328         * MdiClient.cs: Fix warnings. Earn Mike's love.
10330 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
10332         * ThemeClearlooks.cs:
10333           - Adjusted mouse over button color
10334           - Added first parts of CheckBox drawing
10335           - Added correct color for selected text background
10336           - Fixed ComboBox drawing
10337           - Added CPDrawBorder3D and CPDrawBorder
10339 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
10341         * XplatUIX11.cs: Added call to XBell for AudibleAlert
10343 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
10345         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
10346           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
10347           alert users via sound. We could add an enum arg with different
10348           types of alerts in the future
10350 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
10352         * Control.cs: Fix behaviour problems pointed out by Mike
10354 2005-12-05  Mike Kestner  <mkestner@novell.com>
10356         * StatusBarPanel.cs: add Invalidate method and hook it into all the
10357         prop setters.  Calls parent.Refresh for now, but could be maybe be
10358         optimized with an internal method on StatusBar at some point.
10359         [Fixes #76513]
10361 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
10363         * RichTextBox.cs: Implemented get_SelectionColor
10365 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
10367         * ThemeClearlooks.cs:
10368           - Removed dead code
10369           - Draw black button border only if button is Form.AcceptButton
10370           - Draw correct button color for pressed RadioButton if the mouse 
10371             has entered the button
10372           - Updated ProgressBar drawing!
10373           - Updated CPDrawSizeGrip drawing
10374           - Updated StatusBarPanel drawing
10376 2005-12-05  Mike Kestner  <mkestner@novell.com>
10378         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
10379         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
10381 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
10383         * ThemeClearlooks.cs: Initial check-in, activate with
10384           export MONO_THEME=clearlooks
10385         * ThemeEngine.cs: Added ThemeClearlooks
10387 2005-12-03  Mike Kestner  <mkestner@novell.com>
10389         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
10390         [Fixes #76897]
10392 2005-12-02  Jackson Harper  <jackson@ximian.com>
10394         * Form.cs: If the child form has no menu the default main menu is
10395         used as the active menu.
10397 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
10399         * ListBox.cs: Check if any items exist before trying to resolve 
10400           coordinates into items
10402 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
10404         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
10405           as the second color for the background hatch
10407 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
10409         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
10410         * RichTextBox.cs: FormatText position arguments are 1-based, now making
10411           sure that what we pass to FormatText is always 1-based. Fixes #76885
10413 2005-11-29  Miguel de Icaza  <miguel@novell.com>
10415         * NumericUpDown.cs (EndInit): When we are done initializing,
10416         reflect any updates on the UI.
10418 2005-12-02  Jackson Harper  <jackson@ximian.com>
10420         * ImplicitHScrollBar.cs:
10421         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
10422         their container controls.
10423         * TreeView.cs: Use the new implicit scrollbars.
10425 2005-12-02  Jackson Harper  <jackson@ximian.com>
10427         * TreeView.cs: Make top_node internal so the TreeNodeCollections
10428         can play with it.
10429         * TreeNodeCollection.cs: If we remove the topnode we need to
10430         update topnode to the next node in line.
10431         - When clearing nodes go through the same process as removing
10432         them, so they get depareneted and checked if they are top node.
10434 2005-12-01  Jackson Harper  <jackson@ximian.com>
10436         * TreeView.cs: When imagelists are used the image area is
10437         selectable as well as the text.
10438         - If there are no selected nodes select the first one.
10439         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
10440         so don't do it more then we need to.
10442 2005-12-01  Jackson Harper  <jackson@ximian.com>
10444         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
10445         that arrows can be scaled.
10447 2005-12-01  Jackson Harper  <jackson@ximian.com>
10449         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
10450         fail. Patch by Dieter Bremes
10452 2005-11-30  Jackson Harper  <jackson@ximian.com>
10454         * Form.cs: Property is 2.0 only
10455         * PrintDialog.cs: Signature fix.
10457 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
10459         * TextControl.cs: 
10460           - No longer artificially moves text 2 pixels down (now that we have
10461             borders this is no longer needed)
10462           - Added calcs for left, hanging and right indent
10464 2005-11-23  Mike Kestner  <mkestner@novell.com>
10466         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
10468 2005-11-30  Jackson Harper  <jackson@ximian.com>
10470         * MdiChildContext.cs: Set the cloned menus forms, as these don't
10471         get cloned as part of CloneMenu ().
10472         * Menu.cs: Make sure the parent of the items get set correctly
10473         when they are added.  And the owners are notified of the changes.
10474         * Form.cs: Create an ActiveMenu property, so that when MDI is used
10475         we can change the menu being displayed/handled by the form without
10476         changing the menu assosciated with the form.
10477         - Don't let Mdi children draw/handle menus.
10478         
10479 2005-11-30  Jackson Harper  <jackson@ximian.com>
10481         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
10482         a MenuChanged event. Just to make the API a little more
10483         consistent.
10484         * MainMenu.cs:
10485         * MenuItem.cs: Use the new OnMenuChanged
10486         * MdiChildContext.cs: Handle menu merging.
10487         * Form.cs: Implement MergedMenu.
10488         
10489 2005-11-30  Jackson Harper  <jackson@ximian.com>
10491         * Menu.cs: We were misusing Add. Add goes behind the specified
10492         index according to the docs, and does not replace the specified
10493         index. So I added an Insert method.
10495 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
10497         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
10498           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
10499           is for Jackson
10500         * RichTextBox.cs: Added calls to base for DnD events
10502 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
10504         * TextControl.cs:
10505           - Fixed drag-selection related crash; style fixes
10506           - Implemented undo class
10507             o Implemented method to capture document state for specified
10508               range in document tree
10509             o Implemented method to restore captured document state
10510             o Implemented cursor tracking
10511             o Implemented basic undo stack
10512           - Added undo cursor tracking to methods altering cursor location
10513           - Added undo tracking to selection deletion (still missing
10514             other text-altering hookups)
10515         * RichTextBox.cs:
10516           - Added SelectionLength property
10517           - Implemented CanPaste()
10518           - Implemented Paste()
10519           - Added missing protected methods
10520           - Fixed RTF->Document conversion; now uses font index 0 and color 
10521             index 0 as the default font for the parsed text
10522           - Fixed RTF<->Document font size translation
10523           - Fixed RTF generation, now properly handles cross-tag boundaries
10524             for single line selection
10525           - No longer always appends blank line to generated RTF
10526           - Removed TODOs
10527           - Added missing attributes
10528           - Hooked up undo-related methods
10529         * TextBoxBase.cs:
10530           - Implemented Copy()
10531           - Implemented Paste()
10532           - Implemented Cut()
10533           - Fixed caret mis-behaviour on backspace across line-boundaries
10535 2005-11-29  Jackson Harper  <jackson@ximian.com>
10537         * MdiClient.cs: Add a method for activating mdi children. Very
10538         basic right now. I imagine someday it might need more girth.
10539         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
10540         children windows names are added to the menu item.
10541         * ThemeWin32Classic.cs: Draw the arrow if the item is an
10542         mdilist. This happens regardless of whether or not there are any
10543         mdi windows to see in the list, and according to my tests happens
10544         before the items are even added. Also happens if there isn't even
10545         an mdi client to get windows from.
10547 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
10549         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
10550         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
10552 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
10554         * DataGridTableStyle.cs:
10555           - Create always the styles for the missing columns even if they are
10556             provided by the user (not default table style)
10557         * DataGrid.cs:
10558           - Fixes bug 76770
10559           - Fixes SetDataBinding (always re-attach source)
10560           - Fixes SetNewDataSource (only clear styles if they are not for 
10561             this source)
10562          -  Expands OnTableStylesCollectionChanged to handle style refresh 
10563             and remove properly
10565 2005-11-29  Jackson Harper  <jackson@ximian.com>
10567         * FileDialog.cs: Implement missing bits, remove some dead
10568         code.
10569         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
10570         creation of the panel so that the options set on the dialog are
10571         seen when the panel is created.
10572         * TreeView.cs: raise a click when items are clicked.
10573         
10574 2005-11-29  Jackson Harper  <jackson@ximian.com>
10576         * MdiClient.cs: Pass some signature methods through to base.
10578 2005-11-28  Jackson Harper  <jackson@ximian.com>
10580         * ListView.cs: Raise the click event when items are clicked.
10582 2005-11-28  Jackson Harper  <jackson@ximian.com>
10584         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
10585         a nullref.
10587 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
10589         * ThemeNice.cs: - Removed 1 pixel bitmaps
10590           - Use SmoothingMode.AntiAlias where it makes sense
10591             (ScrollButton arrow for example)
10592           - Enhanced Button focus drawing
10593           - Fixed ComboBox drawing (no artefacts anymore, focus
10594             rectangle is back again, reduced size of ComboButton, etc.)
10595           - Fixed RadioButton focus drawing for Appearence.Button
10596           - Slight ScrollButton redesign
10597           - Some LinearGradientBrush size fixes
10598           - GroupBoxes have now rounded edges
10599           - Fixed StatusBar drawing
10601 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
10603         * ThemeNice.cs: - Remove dead code
10604           - use correct background colors for menus, etc.
10605           - Fake pixel drawing with 1 pixel bitmaps
10607 2005-11-24  Jackson Harper  <jackson@ximian.com>
10609         * MdiClient.cs: Size the scrollbars when resizing the window.
10610         - Resize the maximized windows when the client is resized
10611         * Form.cs: Make the child context available
10612         
10613 2005-11-23  Jackson Harper  <jackson@ximian.com>
10615         * MdiChildContext.cs: Don't size windows if they are maximized.
10617 2005-11-23  Mike Kestner  <mkestner@novell.com>
10619         * ContextMenu.cs: use MenuTracker.
10620         * Control.cs: remove menu handle usage.
10621         * Form.cs: remove menu handle usage.
10622         * Hwnd.cs: remove menu handle usage.
10623         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
10624         motion and clicks to the new Tracker handlers.
10625         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
10626         and handle usage.
10627         * MenuAPI.cs: refactored to combine popup and menubar event handling.
10628         Killed the MENU and MENUITEM data types and associated collections
10629         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
10630         MenuTracker class that exposes the leftovers from the old MenuAPI
10631         static methods. Restructured Capture handling so that only one grab is
10632         done for the entire menu hierarchy instead of handing off grabs to
10633         submenus. Tracker now has an invisible control to Capture when active.
10634         * MenuItem.cs: add sizing accessors, kill Create
10635         and handle usage.
10636         * Theme.cs: remove menu handle and MENU(ITEM) usage.
10637         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
10638         MENU(ITEM). remove menu handle usage, use Menu directly.
10639         * XplatUIDriver.cs: remove menu handle usage.
10640         * XplatUIOSX.cs: remove menu handle usage.
10641         * XplatUIWin32.cs: remove menu handle usage.
10642         * XplatUIX11.cs: remove menu handle usage.
10644 2005-11-22  Jackson Harper  <jackson@ximian.com>
10646         * Hwnd.cs: Don't compute the menu size for
10647         DefaultClientRectangle.
10648         - Reenable menu sizes being computed for GetClienRectangle.
10649         * Form.cs: Remove comment of trechery
10650         
10651 2005-11-22  Jackson Harper  <jackson@ximian.com>
10653         * Hwnd.cs: The adjustments for the menu bar are made when it is
10654         attached to the form.
10656 2005-11-19  Jackson Harper  <jackson@ximian.com>
10658         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
10659         (just like on windows).
10661 2005-11-19  Jackson Harper  <jackson@ximian.com>
10663         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
10664         use real buttons anymore because they are in non client area. The
10665         one TODO here is that I need to somehow invalidate a section of
10666         the non client area.
10668 2005-11-18  Jackson Harper  <jackson@ximian.com>
10670         * Control.cs: Put the enum check back in now that MDI doesnt have
10671         to use this to set border styles.
10672         * Form.cs: Only set mdi child windows borders if the handle has
10673         been created.
10674         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
10675         this directly on to the driver.
10676         - Get the move start position before adjusting for the titlebar
10677         height, this fixes the windows "skipping" when they are first
10678         moved.
10680 2005-11-18  Jackson Harper  <jackson@ximian.com>
10682         * XplatUIX11.cs: Just compute the mdi borders separately as they
10683         don't totally match up with normal form borders.
10685 2005-11-18  Jackson Harper  <jackson@ximian.com>
10687         * Control.cs: Set WS_ styles for borders, so that the driver does
10688         not have to retrieve the control instance to figure out what kind
10689         of borders it should have.
10690         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
10691         driver can know its an mdi child easily.
10692         * XplatUIX11.cs: Get the border styles and whether the window is
10693         MDI from the Styles and ExStyles params instead of having to get a
10694         control. This prevents a chicken and egg problem.       
10696 2005-11-18  Jackson Harper  <jackson@ximian.com>
10698         * MdiClient.cs: Fix typo so scrollbars show up correctly.
10700 2005-11-18  Jackson Harper  <jackson@ximian.com>
10702         * MdiClient.cs: Calculate when to add and remove scrollbars
10703         correctly.
10704         * MdiChildContext.cs: Adjust the y position to take the titlebar
10705         into account.
10706         - No height for FormBorderStyle.None
10708 2005-11-18  Jackson Harper  <jackson@ximian.com>
10710         * Control.cs: Allow non enum values to be used for
10711         InternalBorderStyle.  MDI does this to set a special border style.
10712         - New utility methods for converting points to/from client coords
10713         - Add the newly created control to the Controls collection before
10714         updating its style. This way UpdateStyle can walk the control
10715         heirarchy to find the control if needed.
10716         so I don't need to create a new Point object all the time.
10717         * Form.cs: Let MDI windows handle their border styles.
10718         - Set styles on MDI windows so the correct title style is derived.
10719         * MdiChildContext.cs: Move all the painting and window handling
10720         into the non client area.
10721         - Use correct sizing and put correct buttons on frames based on
10722         the FormBorderStyle.
10723         - Notify the mdi client about scrolling
10724         - Need to handle the buttons ourselves now, because they are all
10725         in non client areas and we can't add controls there.
10726         * MdiClient.cs: Halfway to scrolling, this implementation is
10727         somewhat broken though, we need to check to make sure other
10728         windows aren't causing scrolling before removing the bars. Also
10729         the bars need to be drawn on top, maybe I can switch implicit
10730         controls to be on top.
10731         * Hwnd.cs: caption_height and tool_caption_height are now
10732         properties of an hwnd, this way they can be set by the driver
10733         based on the type of window they are.  In X11 the window manager
10734         handles the decorations so caption_height is zero unless its an
10735         MDI window.
10736         - Add 3 pixel borders for MDI windows (0xFFFF).
10737         - Get rid of some code duplication, have DefaultClientRectanle
10738         just call GetClientRectangle.
10739         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
10740         Hwnd now.
10741         - Set border styles differently for mdi windows.
10742         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
10743         Hwnd now.
10744         
10745 2005-11-15  Mike Kestner  <mkestner@novell.com>
10747         * Menu.cs: when adding an item to the collection, if item is already 
10748         parented, remove it from the parent.
10750 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
10752         * X11DesktopColors.cs: Added KDE support
10754 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
10756         * XplatUIWin32.cs: 
10757           - Clipboard methods now can translate Rtf format
10758           - No longer removes clipboard contents whenever a new format is added
10759             to allow placing multiple formats on the clipboard
10760         * Clipboard.cs: Clipboard now supports getting a IDataObject and
10761           will place all formats contained in it onto the clipboard. Also
10762           now cleans the clipboard before placing a new object onto it
10763         * RichTextBox.cs:
10764           - Implemented set_Rtf
10765           - Implemented set_SelectedRtf
10766           - Created InsertRTFFromStream() method to allow single code base
10767             for all properties and methods that insert RTF into document
10768           - Removed debug output
10769         * TextControl.cs:
10770           - Fixed Delete(int) to fix up line numbers
10771           - Fixed ReplaceSelection to combine start and end line
10772           - Fixed serious DeleteChars bug that would leave the document tree
10773             broken
10774           - Improved DumpTree with several logic checks to detect broken
10775             document trees
10776           - Removed debug lines
10777           - Fixed Caret.WordForward/WordBack moving code, now always also 
10778             updates caret.tag (fixes crash when word-selecting across tag
10779             boundaries via keyboard)
10780           - Added Insert() method for inserting multiline text into documents
10781           - Fixed DeleteChars() calculation errors that would cause a broken
10782             tag chain with multiple tag lines
10783           - DeleteChars() no longer crashes on multi-tag lines if not all tags
10784           - Split() no longer moves caret if split is at caret location
10785           - ReplaceSelection() now updates the cursor and re-displays it
10786           - ReplaceSelection() now uses new Insert() method to avoid code
10787             duplication
10788           - FormatText() can now handle formatting partial lines
10789         * TextBoxBase.cs:
10790           - Append now uses new TextControl.Insert() method (this avoids 
10791             duplicate code)
10792           - Implemented Ctrl-X (Cut) (
10793           - Implemented Ctrl-C (Copy)
10794           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
10795             regeneration when pasting text; roundtripping Copy&Paste within
10796             edit control still fails due to some calculation bugs in GenerateRTF)
10797           - The Delete key will now remove the current selection if it is visible
10798         * TextBox.cs: Removed debug lines
10799         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
10800           driver to be initialized and can't therefore be done via a static ctor)
10802 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
10804         * TextControl.cs: Added backend code for finding char arrays and strings
10805         * TextBoxBase.cs:
10806           - Added mouse wheel scroll support
10807           - Added support for VScroll and HScroll events
10808         * RichTextBox.cs:
10809           - Implemented all seven Find() variants
10810           - Implemented GetCharFromPosition()
10811           - Implemented GetCharIndexFromPosition()
10812           - Implemented GetLineFromIndex()
10813           - Implemented GetPositionFromCharIndex();
10814           - Implemented SaveFile for PlainText and UnicodeText
10815           - Fixed set_Font, now setting a new font applies that font to
10816             the whole document
10817           - Implemented generic Document to RTF converter
10818           - Implemented SaveFile for RichText format (still missing unicode
10819             conversion for non-ansi chars)
10820           - Implemented get_Rtf
10821           - Implemented get_SelectedRtf
10823 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
10825         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
10826           to allow any captures to be released before triggering OnClick. This
10827           way a click handler may capture the mouse without interference.
10828         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
10829           This way we send them even though X may not allow a grab (if the window
10830           isn't visible, for example)
10832 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
10834         * DataGridViewRowEventArgs.cs: DataGridView implementation
10835         * DataGridViewElement.cs: DataGridView implementation
10836         * DataGridViewComboBoxCell.cs: DataGridView implementation
10837         * DataGridViewDataErrorContexts.cs: DataGridView implementation
10838         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
10839         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
10840         * ImageLayout.cs: DataGridView implementation
10841         * DataGridViewComboBoxColumn.cs: DataGridView implementation
10842         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
10843         * DataGridViewSelectionMode.cs: DataGridView implementation
10844         * IDataGridViewEditingControl.cs: DataGridView implementation
10845         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
10846         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
10847         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
10848         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
10849         * DataGridViewColumnSortMode.cs: DataGridView implementation
10850         * DataGridView.cs: DataGridView implementation
10851         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
10852         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
10853         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
10854         * Padding.cs: DataGridView implementation
10855         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
10856         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
10857         * DataGridViewRowEventHandler.cs: DataGridView implementation
10858         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
10859         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
10860         * DataGridViewButtonCell.cs: DataGridView implementation
10861         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
10862         * DataGridViewEditMode.cs: DataGridView implementation
10863         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
10864         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
10865         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
10866         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
10867         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
10868         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
10869         * DataGridViewCellEventHandler.cs: DataGridView implementation
10870         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
10871         * DataGridViewCellStyleConverter.cs: DataGridView implementation
10872         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
10873         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
10874         * DataGridViewColumnEventArgs.cs: DataGridView implementation
10875         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
10876         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
10877         * QuestionEventArgs.cs: DataGridView implementation
10878         * IDataGridViewEditingCell.cs: DataGridView implementation
10879         * DataGridViewTriState.cs: DataGridView implementation
10880         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
10881         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
10882         * DataGridViewColumnCollection.cs: DataGridView implementation
10883         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
10884         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
10885         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
10886         * DataGridViewColumn.cs: DataGridView implementation
10887         * DataGridViewCellBorderStyle.cs: DataGridView implementation
10888         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
10889         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
10890         * DataGridViewRow.cs: DataGridView implementation
10891         * DataGridViewImageCellLayout.cs: DataGridView implementation
10892         * DataGridViewImageCell.cs: DataGridView implementation
10893         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
10894         * DataGridViewCheckBoxCell.cs: DataGridView implementation
10895         * DataGridViewHeaderCell.cs: DataGridView implementation
10896         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
10897         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
10898         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
10899         * DataGridViewTextBoxColumn.cs: DataGridView implementation
10900         * QuestionEventHandler.cs: DataGridView implementation
10901         * DataGridViewCellStyleScopes.cs: DataGridView implementation
10902         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
10903         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
10904         * DataGridViewCell.cs: DataGridView implementation
10905         * DataGridViewCellEventArgs.cs: DataGridView implementation
10906         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
10907         * DataGridViewCellStyle.cs: DataGridView implementation
10908         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
10909         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
10910         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
10911         * TextFormatFlags.cs: DataGridView implementation
10912         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
10913         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
10914         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
10915         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
10916         * DataGridViewButtonColumn.cs: DataGridView implementation
10917         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
10918         * HandledMouseEventArgs.cs: DataGridView implementation
10919         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
10920         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
10921         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
10922         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
10923         * DataGridViewRowCollection.cs: DataGridView implementation
10924         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
10925         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
10926         * DataGridViewHitTestType.cs: DataGridView implementation
10927         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
10928         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
10929         * DataGridViewColumnEventHandler.cs: DataGridView implementation
10930         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
10931         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
10932         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
10933         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
10934         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
10935         * DataGridViewContentAlignment.cs: DataGridView implementation
10936         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
10937         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
10938         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
10939         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
10940         * DataGridViewPaintParts.cs: DataGridView implementation
10941         * DataGridViewCellCollection.cs: DataGridView implementation
10942         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
10943         * DataGridViewImageColumn.cs: DataGridView implementation
10944         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
10945         * DataGridViewElementStates.cs: DataGridView implementation
10946         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
10947         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
10948         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
10949         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
10950         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
10951         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
10952         * DataGridViewRowHeaderCell.cs: DataGridView implementation
10953         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
10954         * DataGridViewTextBoxCell.cs: DataGridView implementation
10955         * DataGridViewBand.cs: DataGridView implementation
10956         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
10957         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
10958         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
10959         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
10960         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
10961         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
10962         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
10963         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
10964         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
10965         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
10966         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
10968 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
10970         * ThemeWin32Classic.cs: 
10971           - Draw the outside focus rectangle around buttons
10972           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
10973             doesn't use end caps for every dash of a line anymore. This
10974             workaround ignores the forecolor.
10976 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
10978         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
10979           endian safe.
10981 2005-11-07  Jackson Harper  <jackson@ximian.com>
10983         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
10985 2005-11-07  Jackson Harper  <jackson@ximian.com>
10987         * ScrollableControl.cs: Calculate the maximum and change vars
10988         (more) correctly so that scrollbars appear as a sensible size.
10990 2005-11-04  Jackson Harper  <jackson@ximian.com>
10992         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
10993         collection.
10994         * TreeView.cs: When the tree is sorted null out the top_node so
10995         that it is recalculated.
10996         - Use dotted lines instead of dashed lines to match MS better.
10998 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
11000         * ListView.cs: 
11001           - Implements key search for items. Useful when browsing files with FileDialog
11002           - When changing view mode or when clear the items reset scrollbar positions
11004 2005-11-04  Jackson Harper  <jackson@ximian.com>
11006         * CurrencyManager.cs: Implement the MetaDataChanged event, the
11007         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
11008         as to what the method may do as there is no real way of creating a
11009         derived CurrencyManager and calling the method. 
11011 2005-11-03  Jackson Harper  <jackson@ximian.com>
11013         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
11014         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
11015         method which seems to just be used internally to refresh the tabs.
11017 2005-11-03  Jackson Harper  <jackson@ximian.com>
11019         * TabControl.cs: Implement the remove method. Fix some broken
11020         comments.
11022 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
11024         * DateTimePicker.cs:
11025           - Added missing DateTimePickerAccessibleObject class
11026           - Added missing events
11027           - Added OnFontChanged method
11028         * Form.cs: Added missing attributes
11029         * TreeView.cs: Added missing attributes
11031 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
11033         * GridItemCollection.cs: Fix signatures
11035 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
11037         * XplatUI.cs: Updated build rev/date
11038         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
11039           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
11040         * Application.cs: Trigger context-specific ExitThread events
11042 2005-11-03  Jackson Harper  <jackson@ximian.com>
11044         * Menu.cs:
11045         * MainMenu.cs:
11046         * GridTableStylesCollection.cs:
11047         * Timer.cs:
11048         * TabPage.cs:
11049         * HelpProvider.cs:
11050         * StatusBar.cs:
11051         * MonthCalendar.cs: Signature fixes
11053 2005-11-03  Jackson Harper  <jackson@ximian.com>
11055         * TreeNodeCollection.cs: Remove should not be virtual.
11056         * TreeView.cs: Implement the last of the missing methods.
11058 2005-11-03  Jackson Harper  <jackson@ximian.com>
11060         * TreeNodeConverter.cs: Implement to get off my class-status back.
11062 2005-11-03  Jackson Harper  <jackson@ximian.com>
11064         * TreeView.cs: Hookup the bits for drag and drop.
11065         * TreeNode.cs: Don't cache the tree_view or index anymore, now
11066         that nodes can be moved from tree to tree easily this just causes
11067         all sorts of problems.
11068         * TreeNodeCollection: Don't need to give treenodes an index and
11069         treeview anymore when they are added, these are computed on the
11070         fly. Also make sure to remove a node before its added.
11072 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
11074         * TextControl.cs:
11075           - Added CaretSelection enum
11076           - Added comparison methods to Marker struct, makes selection code
11077             more readable
11078           - Added SelectionStart and SelectionEnd as 'moveable' location for
11079             the CaretDirection enum and handler
11080           - Added selection_prev variable to track optimized invalidation for
11081             word and line selection
11082           - Added SelectionVisible property (returns true if there is a valid 
11083             selection)
11084           - Switched CaretHasFocus to only display the caret if there is no
11085             visible selection
11086           - Avoiding StringBuilder.ToString to retrieve a single char, instead
11087             using the direct character index; should be much faster
11088           - Added various conditional debug statements
11089           - Fixed invalidation calculation for selection ranges
11090           - Added ExpandSelection() method to support word and line selection
11091           - Switched SetSelectionToCaret to use new Marker compare overloads
11092           - Added central IsWordSeparator() method to determine word 
11093             separators/whitespace and FindWordSeparator() to streamline common
11094             usage of IsWordSeparator()
11095         * TextBoxBase.cs:
11096           - Removed unneeded grabbed variable, it was just mirroring
11097             Control.Capture
11098           - No longer firing OnTextChanged event when Text setter is called,
11099             since the base will fire the event for us
11100           - Added handling of Ctrl-Up/Down selection
11101           - Added handling of Shift-Cursorkey selection
11102           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
11103             words
11104           - Added handling of Shift and Ctrl-Shift-Home/End selection
11105           - Removed some debug output
11106           - Added handling for single/double/tripple-click to place caret/
11107             select word/select line respectively (Fixes bug #76031)
11108           - Added support for drag expansion of word/line selection
11109         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
11110           current selection
11112 2005-11-02  Jackson Harper  <jackson@ximian.com>
11114         * X11Dnd.cs: If the drag is going to and from a MWF window just
11115         copy the data instead of sending it out through the X Selection
11116         mechanism.
11118 2005-11-02  Jackson Harper  <jackson@ximian.com>
11120         * X11Dnd.cs:
11121         * XplatUIX11.cs: When in a drag we don't want motion notify
11122         messages to get passed on to the other controls. This prevents
11123         mouse move messages from showing up in the drag source.
11125 2005-11-02  Jackson Harper  <jackson@ximian.com>
11127         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
11128         the correct button is release to end a drag.
11129         * XplatUIX11.cs: Make the button state internal so the drag system
11130         can access it.  Dragging needs to know about all button releases,
11131         not just left button.
11133 2005-11-02  Miguel de Icaza  <miguel@novell.com>
11135         * Form.cs (Icon): If the icon is null, reset the icon to the
11136         default value. 
11138         * Cursor.cs: When writing the AND-mask bitmap do not include the
11139         number of colors, but hardcode those to two (black and white),
11140         fixes the loading of color cursors (Paint Dot Net).
11142         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
11143         turn off autoscaling.
11145         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
11147 2005-11-02  Jackson Harper  <jackson@ximian.com>
11149         * X11Dnd.cs: Make sure to send a status message if the pointer
11150         enters a control that can not accept a drop, otherwise the cursor
11151         isn't updated correctly. Also tried to compress the lines of code
11152         a bit.
11154 2005-11-02  Jackson Harper  <jackson@ximian.com>
11156         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
11157         set actions correctly.  This isn't perfect as XDND and win32 have
11158         some differences on how you allow actions. I'll clear this up by
11159         adding a path for drag from MWF to MWF windows.
11160         * XplatUIX11.cs: Hook into the dnd system.
11162 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
11164         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
11165         previously shown but they are no longer need it. Very obvious when 
11166         browsing files with FileDialog.
11168 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
11170         * Control.cs: We always need to call OnPaintBackground. We pretty much
11171           ignore AllPaintingInWmPaint and always do the painting there, whether 
11172           it's set or not, since we always ignore the WM_ERASEBKGND message 
11173           (which we don't generate on X11). This fixes #76616.
11174         * Panel.cs: Removed unneeded background painting. This happens properly
11175           in Control.cs already
11177 2005-10-31  Mike Kestner  <mkestner@novell.com>
11179         * Menu.cs: Add items to collection before setting their index.
11180         * MenuItem.cs : add range checking with ArgumentException like MS.
11181         [Fixes #76510]
11183 2005-10-31  Jackson Harper  <jackson@ximian.com>
11185         * ListBox.cs: Invalidate if the area is visible at all not just
11186         contained in the visible rect. Fixes unselection of semi visible
11187         items.
11189 2005-10-31  Jackson Harper  <jackson@ximian.com>
11191         * Control.cs: Consistently name the dnd methods. Make them
11192         internal so we can override them to match some MS behavoir
11193         internally.
11194         * Win32DnD.cs: Use the new consistent names.
11196 2005-10-31  Jackson Harper  <jackson@ximian.com>
11198         * TreeView.cs: Don't draw the selected node when we lose focus.
11200 2005-10-31  Jackson Harper  <jackson@ximian.com>
11202         * X11Dnd.cs: We still need to reset the state even though a full
11203         reset isn't being done, otherwise status's still get sent all over
11204         the place.
11206 2005-10-31  Jackson Harper  <jackson@ximian.com>
11208         * Control.cs: Make the dnd_aware flag internal so the dnd
11209         subsystem can check it. Catch exceptions thrown in dnd handlers to
11210         match MS behavoir.
11211         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
11212         * X11Dnd.cs: Handle null data in the converters. Set the XDND
11213         version when sending a XdndEnter. Use the control/hwnd dnd_aware
11214         flags to reduce the number of dnd enters/status's sent.
11216 2005-10-31  Jackson Harper  <jackson@ximian.com>
11218         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
11220 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
11222         * PictureBox.cs: Fixes 76512
11224 2005-10-28  Jackson Harper  <jackson@ximian.com>
11226         * X11Dnd.cs: Early implementation to support winforms being a drag
11227         source for data on X11. Also restructured the converters so they
11228         can go both ways now.
11229         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
11230         
11231 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
11233         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
11234           clipboard requests
11236 2005-10-27  Jackson Harper  <jackson@ximian.com>
11238         * TreeNode.cs: Implement serialization so my DnD examples will work.
11240 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
11242         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
11243           TreeView.cs: Don't dispose objects that are not owned.
11244           
11245 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
11247         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
11248           should retrieve the current cursor and report that, but XplatUI
11249           doesn't (yet) have an interface for that (and I'm not sure I even
11250           can, on X11)
11251         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
11252           until any message loop processing is done (and the WM_SETCURSOR
11253           replaces the cursor to the proper one)
11254         * XplatUIX11.cs: 
11255           - Fixed override behaviour, we can't set the cursor globally on X11, 
11256             just for our windows.
11257           - Invalidating the System.Drawing X11 display handle when we are
11258             shutting down
11259         * Control.cs: Fix to make csc happy
11261 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
11263         * TextBoxBase.cs: 
11264           - get_Text: Add last line (without trailing newline) to returned
11265             value (Fixes 76212)
11266           - get_TextLength: Count last line in returned length
11267           - ToString: Call Text property instead of duplicating code
11269 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
11271         * ImageList.cs: Dispose ImageAttributes objects.
11273 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
11275         * ImageList.cs: Use attribute constructors with less arguments where
11276           possible.
11278 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
11280         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
11281           Use typeof instead of strings when assembly is referenced. Added
11282           some more comments.
11284 2005-10-21  Jackson Harper  <jackson@ximian.com>
11286         * ListView.cs: Raise a double click event. Also tried to somewhat
11287         fix when the selectedindexchanged event is raised. Its still
11288         broken though.
11290 2005-10-21  Jackson Harper  <jackson@ximian.com>
11292         * TreeView.cs: New method to invalidate the plus minus area of a
11293         node without invalidating the whole node (maybe this can be used
11294         in some more places).
11295         * TreeNodeCollection.cs: When adding to an empty node we need to
11296         invalidate its plus minus area so the little block shows up.
11297         
11298 2005-10-21  Jackson Harper  <jackson@ximian.com>
11300         * TreeView.cs: Make sure that when we invalidate a node the bounds
11301         are big enough to cover the selected box and the focus
11302         rectangle. Use a different colour for the lines connecting nodes
11303         so they show up with all themes.
11305 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
11307         * NativeWindow.cs: Don't call anything that could call into the driver,
11308           we might be on a different thread.
11310 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
11312         * Control.cs(Dispose): Since Dispose might run on a different thread,
11313           make sure that we call methods that could call into the driver via
11314           invoke, to avoid thread issues
11316 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
11318         * XplatUI.cs: Removed finalizer
11319         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
11320           not allowing to be called on the finalizer thread.
11322 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
11324         * ImageList.cs:
11325           - Reverted r51889 and r51891.
11326           - Added ImageListItem class that stores unmodified image items and image
11327             properties required to create list images until handle is created.
11328           - Added AddItem and moved image creation logic to AddItemInternal.
11329           - Added CreateHandle method that creates images based on unmodified items.
11330           - Added DestroyHandle that changes state to store unmodified items.
11331           - Add and AddStrip methods no more create handle.
11332           - ReduceColorDepth has no return value.
11333           - Dispose destroys handle.
11334           - Modified other methods to reflect the above changes.
11335           - Implemented key support.
11336           - Added profile 2.0 members and attributes.
11337           - Added private Reset and ShouldSerialize methods that provide the same
11338             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
11339             them as they are private.
11340           - Added some more comments about implementation details.
11342 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
11344         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
11346 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
11348         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
11350 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
11352         * DataGridDrawingLogic.cs: Fixes column hit calcultation
11353         * DataGridColumnStyle.cs: Remove debug message
11355 2005-10-20  Jackson Harper  <jackson@ximian.com>
11357         * TreeView.cs: We can always get input keys regardless of whether
11358         or not editing is enabled. They are used for navigation.
11360 2005-10-20  Jackson Harper  <jackson@ximian.com>
11362         * TreeNode.cs: Use the viewport rect for determining if a node
11363         needs to be moved for visibility. Don't use Begin/End edit. This
11364         calls a full refresh when its done.
11365         * TreeView.cs: New SetBottom works correctly.  Make the viewport
11366         rect property internal so the treenodes can see it. When clicking
11367         on a node we need to ensure that its visible because it might just
11368         be partly visible when clicked.
11370 2005-10-20  Jackson Harper  <jackson@ximian.com>
11372         * TreeNodeCollection.cs: Remove debug code.
11374 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
11376         * Datagrid.cs: Implements column sorting in Datagrid
11377         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
11379 2005-10-20  Jackson Harper  <jackson@ximian.com>
11381         * TreeNodeCollection.cs: Remove items properly. Update the correct
11382         area after removing them.
11384 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
11386         * Datagrid.cs: Should not call base.OnPaintBackground
11388 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
11390         * XplatUIX11.cs (GetMessage):
11391           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
11392             window instead of client window
11393           - Now properly calculates NC_xBUTTONUP message coordinates
11394           - ScreenToMenu now properly calculates it's coordinates of whole 
11395             window, since menus are in the whole window, not in the client
11396             window
11397           - Added WholeToScreen coordinate translation method
11399 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
11401         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
11402           want to return a message, loop back to the beginning of the function
11403           and grab the next real message to process instead.
11405 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
11407         * Splitter.cs: Properly set limits if no filler control is used
11409 2005-10-19  Jackson Harper  <jackson@ximian.com>
11411         * ColorDialog.cs: Don't show the help button if it is not enabled
11412         instead of disabling it (this is what MS does). Don't create the
11413         panel until the dialog is run, otherwise the vars (such as
11414         ShowHelp) are not set yet.
11416 2005-10-19  Jackson Harper  <jackson@ximian.com>
11418         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
11419         are reduced when adding nodes.
11420         * TreeNode.cs:
11421         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
11422         tree.
11423         
11424 2005-10-19  Jackson Harper  <jackson@ximian.com>
11426         * FolderBrowserDialog.cs: End editing our treeview so the window
11427         actually gets refreshed.
11429 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
11431         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
11432           Obsoleted handling of WM_ERASEBKGND, now always draws our background
11433           inside of WM_PAINT
11435 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
11437         * MenuAPI.cs: Returns after Hidding window
11438         * XplatUIX11.cs: Added TODO found while debugging menu issues
11440 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
11442         * XplatUIX11.cs: Do not re-map the whole window when it's size
11443           becomes non-zero unless it's supposed to be actually visible
11445 2005-10-18  Jackson Harper  <jackson@ximian.com>
11447         * TreeView.cs: We don't need to keep a count anymore.
11448         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
11449         use the Grow method.
11451 2005-10-18  Jackson Harper  <jackson@ximian.com>
11453         * TreeNodeCollection.cs: Insert is not supported on arrays, so
11454         implement it manually here.
11456 2005-10-18  Jackson Harper  <jackson@ximian.com>
11458         * ImageList.cs: Dont kill the list when the colour depth is
11459         changed, just change the colour depth of all the images.
11460         - Same goes for setting the image size. Just resize them all
11461         instead of killing the list softly.
11463 2005-10-18  Jackson Harper  <jackson@ximian.com>
11465         * Control.cs: Don't invalidate empty rectangles.
11467 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
11469         * ListViewItem.cs:
11470           - Adds checked item to the Checked/Item lists (where empty before)
11471           - Do not add items to the Selected lists if they are already present
11472         * ListView.cs:
11473           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
11474           - When deleting items make sure that we delete them for the Selected
11475           and Checked list also.
11477 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
11479         * Label.cs: Dispose objects no longer used
11480         * ThemeWin32Classic.cs: Dispose objects no longer used
11482 2005-10-18  Jackson Harper  <jackson@ximian.com>
11484         * TabControl.cs: Don't refresh the whole control when the tabs are
11485         scrolled, we just need to refresh the tab area.
11487 2005-10-17  Jackson Harper  <jackson@ximian.com>
11489         * XplatUIX11.cs: Compress code a little bit. Only calculate the
11490         after handle when we need it.
11492 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
11494         * Control.cs: When the parent size changes, recalculate anchor 
11495           positions. Partial fix for #76462
11497 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
11499         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
11500           drawn. Fixes #76462
11502 2005-10-17  Jackson Harper  <jackson@ximian.com>
11504         * MonthCalendar.cs: Don't create the numeric up down until our
11505         handle is created. Otherwise our handle is created in the
11506         constructor and we don't know if we are a WS_CHILD or WS_POPUP
11507         yet.
11509 2005-10-17  Jackson Harper  <jackson@ximian.com>
11511         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
11512         correctly.
11514 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
11515         * TreeNode.cs : small logical fix (was using local var instead of field)
11516         
11517 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
11519         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
11521 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
11523         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
11525 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
11527         * Control.cs: 
11528           - Re-implemented anchoring code. My first version was really broken.
11529             This fixes bug #76033. Unlike the previous implementation we will
11530             no longer have round errors since all numbers are calculated from
11531             scratch every time. Removed various anchor-related obsolete vars.
11532           - InitLayout no longer causes layout event firing and layout to be 
11533             performed
11535 2005-10-16  Jackson Harper  <jackson@ximian.com>
11537         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
11538         which was broken).
11540 2005-10-16  Jackson Harper  <jackson@ximian.com>
11542         * TabControl.cs: Remove debug code.
11544 2005-10-16  Jackson Harper  <jackson@ximian.com>
11546         * XEventQueue.cs: Increase the default queue size (very simple
11547         apps needed to grow the queue).
11548         * Hwnd.cs: No finalizer so we don't need to suppress
11549         finalization. Compute the invalid area manually so a new rectangle
11550         does not newto be created.
11551         * ScrollableControl.cs: Don't set any params (otherwise visibility
11552         isn't set correctly).
11553         * MdiChildContext.cs: New constructor takes the mdi parent so it
11554         doesn't have to be computed and avoids a crash on windows. Draw
11555         the window icon properly, and allow the text to be seen.
11556         * Form.cs: Use new MdiChildContext constructor. Make sure the
11557         child context isn't null in wndproc.
11558         * TabControl.cs: Don't set focus, this is muddling keyboard
11559         behavoir. Expand the tab rows when a window size increase will
11560         allow extra tabs to be seen. Don't allow tabs smaller than the
11561         width of a window to be scrolled out of view.
11562         * TreeNode.cs:
11563         * TreeView.cs: Use measure string to calculate a nodes width, the
11564         width is cached and only updated when the text or the font is
11565         changed. Don't check for expand/collapse clicks on the first level
11566         nodes if root lines are disabled.
11567         
11568 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
11570         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
11572 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
11574         * DataGridBoolColumn.cs: fixes warning
11576 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
11578         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
11579         to match more to match more precisely the MS Net behavior
11581 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
11583         * Hwnd.cs: Added field to track if window is mapped
11584         * XplatUIX11.cs: 
11585           - Unmap windows if they become 0-size, re-map when 
11586             they are >0 again; fixes #76035
11587           - Re-set our error handler after initializing X11Desktop
11588             to override any error handlers Gtk or whatever was called
11589             may have set.
11591 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
11593         * CheckedListBox.cs: Removed unused vars
11594         * ListView.cs: Fixed signatures
11595         * RichTextBox.cs: Removed unused vars
11596         * TextBoxBase.cs: Removed unused vars
11597         * XplatUIWin32.cs: Removed unused vars
11598         * XplatUIX11.cs: Removed unused vars
11599         * XplatUI.cs: Updated version and date to latest published
11601 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
11603         * Cursor.cs: Added private .ctor to work around a bug in
11604           resourceset (Thanks to Geoff Norton for the help on this)
11605         * SplitterEventArgs.cs: Made fields accessible so we don't
11606           waste boatloads of objects and can reuse the same one
11607           in Splitter
11608         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
11609           any captions and borders when generating screen coordinates
11610         * Splitter.cs: Reimplemented control, now fully complete, uses
11611           rubberband drawing, supports and obeys all properties, has
11612           proper cursors
11614 2005-10-13  Miguel de Icaza  <miguel@novell.com>
11616         * Form.cs (Form): Setup default values for autoscale and
11617         autoscale_base_size;  Make these instance variables, not static
11618         variables. 
11620         (OnLoad): on the first load, adjust the size of the form.
11622 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
11624         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
11625           width argument to DrawReversibleRectangle()
11626         * XplatUIWin32.cs, XplatUIX11.cs: 
11627           - Implemented width for DrawReversibleRectangle()
11628           - Added logic to DrawReversibleRectangle that recognizes a zero
11629             width or height and only draws a line in that situation
11630         
11631 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
11633         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
11634         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
11635         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
11636           method (it uses our FosterParent window to get a graphics context)
11638 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
11640         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
11641           and SetWindowBackground methods
11642         * Control.cs:
11643           - Setting proper ControlStyles
11644           - We no longer call XplatUI.SetWindowBackground and XplatUI.
11645             EraseWindowBackground, instead we draw the window background
11646             ourselves in PaintControlBackground. This behaviour is
11647             required to match MS, where, when OnPaintBackground is not
11648             called, the background is not drawn.
11649           - Removed unneeded Refresh() in set_Text
11650         * Hwnd.cs: Dropped the ErasePending support. No longer needed
11651         * XplatUIX11.cs:
11652           - Created DeriveStyles method to translate from CreateParams to
11653             FormBorderStyle and TitleStyle, also handles BorderStyle (which
11654             matches FormBorderStyle enum values)
11655           - Consolidated SetHwndStyles and CalculateWindowRect border/title
11656             style calculations into single DeriveStyles method
11657           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
11658             from redrawing the whole window on any resize or expose.
11659           - Fixed CreateWindow usage of SetWindowValuemask. Before not
11660             all styles were applied to our whole/client window appropriately
11661           - Removed EraseWindowBackground() and SetWindowBackground() methods
11662           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
11663             no longer clear/redraw the background through X
11664           - Removed handling of erase_pending bit, we have no use for it (or
11665             so it seems)
11666         * XplatUIOSX.cs:
11667           - Removed generation and handling of WM_ERASEBKGND message
11668           - Removed EraseWindowBackground() and SetWindowBackground() methods
11669           - Removed handling of hwnd.ErasePending flag
11670         * XplatUIWin32.cs:
11671           - Removed EraseWindowBackground() and SetWindowBackground() methods
11672           - We no longer call EraseWindowBackground on PaintEventStart, we 
11673             ignore the fErase flag, erasing is handled in Control in the
11674             background handler
11675         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
11676           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
11677           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
11678           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
11679           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
11680           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
11681           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
11683 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
11685         * PropertyGrids.cs: Get sub properties
11686         * PropertyGridView.cs: Fix drawing code
11688 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
11690         * ListBox.cs: Fixes 76383
11692 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
11694         * DataGridTextBoxColumn.cs: Sets location and size before attachment
11695         * ThemeWin32Classic.cs: Fixes border drawing and calculations
11696         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
11699 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
11701         * ComboBox.cs: Fixes border drawing
11703 2005-10-10  Miguel de Icaza  <miguel@novell.com>
11705         * MimeIcon.cs: Ignore errors if the file can not be read.
11707 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
11709         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
11710          - Fixed border calculations
11711          - Fixed horizontal scrolling in single column listboxes
11712          - Fixed drawing issues
11714 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
11716         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
11717           FormBorderStyle enum
11718         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
11719           code to determine FormBorderStyles from CreateParams
11720         * Form.cs:
11721           - Fixed bug where we'd set the wrong window styles if we were
11722             not creating an MDI window
11723           - Added call to XplatUI.SetBorderStyle when form borders are set
11724         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
11725         * Hwnd.cs:
11726           - Removed obsolete edge style
11727           - Switched from BorderStyle to FormBorderStyle
11728         
11729 2005-10-10  Jackson Harper  <jackson@ximian.com>
11731         * Form.cs: Use the property to get the window handle instead of
11732         accessing it directly. Prevents a null reference exception.
11734 2005-10-10  Jackson Harper  <jackson@ximian.com>
11736         * TreeView.cs: Don't adjust the rect given to DrawString now that
11737         our libgdiplus draws correctly.
11739 2005-10-08  Jackson Harper  <jackson@ximian.com>
11741         * TreeView.cs: Don't try to find the clicked on node if there are
11742         no nodes in the tree.
11744 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
11746         * RichTextBox.cs:
11748           restore
11750 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
11752         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
11753           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
11754           ErrorProvider.cs:
11755           Use ResPool for brushes and dispose System.Drawing objects that
11756           are not used anymore.
11758 2005-10-07  Jackson Harper  <jackson@ximian.com>
11760         * MdiChildContext.cs: Use the new borders instead of drawing them
11761         ourselves.
11763 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
11765         * Calling UpdateBounds after changing the window's BorderStyle 
11766         since the style can change the ClientSize
11768 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
11770         * Control.cs: Made PaintControlBackground virtual
11771         * Panel.cs: Overriding PaintControlBackground instead of using paint
11772           event; paint event method was interfering with 'real' users of the
11773           event.
11775 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
11777         * ThemeWin32Classic.cs: remove border drawing since it is handled
11778         by the base control class now and was causing double border drawing.
11780 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
11782         * Panel.cs: Redraw our background on paint. Not a pretty solution,
11783           but it does seem to match MS behaviour. This fixes bug #75324
11785 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
11787         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
11788           somewhat hackish looking
11790 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
11792         * TextBoxBase.cs:
11793           - We now accept Enter even if AcceptEnter is false, if the containing
11794             form does not have an AcceptButton configured (fixes bug #76355)
11795           - Calculations are now fixed to no longer use Width/Height, but
11796             ClientSize.Width/Height, since we now support borders (this was
11797             a result of fixing borders and therefore bug #76166)
11798           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
11799             true (fixes bug #76354)
11800         
11801 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
11803         * Control.cs: 
11804           - Defaulting BorderStyle and setting it in XplatUI when our window 
11805             is created
11806           - Added enum check to InternalBorderStyle setter
11807         * XplatUIX11.cs: 
11808           - Added drawing of window borders
11809           - Now properly calculates WM decorations offset for toplevel 
11810             windows (fixes bug #74763)
11811         * XplatUIWin32.cs: 
11812           - Implemented BorderStyles for windows (we're letting win32 draw 
11813             the border for us)
11814           - Fixed the signature for SetWindowLong
11815         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
11816           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
11817           setting borders
11818         * UpDownBase.cs: Remove drawing of borders, this is handled by
11819           the driver, outside the client area
11820         * ListView.cs: Removed bogus border calculations. The control should
11821           be oblivious to borders, since those are not part of the client
11822           area. 
11823         * X11DesktopColors.cs: Commented out (currently) unneeded variables
11824         * ThemeWin32Classic.cs: Removed border calculations from ListView 
11825           drawing code
11827 2005-10-06  Jackson Harper  <jackson@ximian.com>
11829         * MdiChildContext.cs: Clear out the old virtual position remove
11830         all the unneeded calls to CreateGraphics.
11832 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
11834         * TextControl.cs: Use proper color for highlighted text; fixes #76350
11836 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
11838         * Form.cs: 
11839           - Added loading and setting of our new default icon
11840           - Only set icon if window is already created
11842 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
11844         * Label.cs:
11845           - Do not explicitly set the foreground and background colors, to
11846             allow inheriting from parents (fixes #76302)
11847           - Use Control's InternalBorderStyle property to deal with borders
11849 2005-10-06  Jackson Harper  <jackson@ximian.com>
11851         * MdiChildContext.cs: Use the new xplatui function to draw a
11852         reversible rect.
11854 2005-10-06  Jackson Harper  <jackson@ximian.com>
11856         * Form.cs: Add the parent before creating the child context cause
11857         we need the parent when setting up the child.
11859 2005-10-06  Jackson Harper  <jackson@ximian.com>
11861         * FolderBrowserDialog.cs: redo the tree population code so a
11862         second thread isn't used. Should be a lot faster and more stable
11863         now.
11865 2005-10-05  Jackson Harper  <jackson@ximian.com>
11867         * TreeView.cs: There are no expand/collapse boxes if the node has
11868         no children.
11870 2005-10-05  Jackson Harper  <jackson@ximian.com>
11872         * X11DesktopColors.cs: Get menu colours for the gtk theme.
11874 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
11876         * FileDialog.cs: Fix InitialDirectory
11878 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
11880         * ComboBox.cs:
11881                 - Fixes changing between styles
11882                 - Fixes simple mode
11883                 - Fixes last item crashing when navigating with keyboard
11885 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
11887         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
11889 2005-10-05  Jackson Harper  <jackson@ximian.com>
11891         * TreeView.cs: If updating the root node do a full refresh.
11892         * TreeNode.cs: The root node should be expanded by default. Also
11893         added a utility prop to tell if we are the root node.
11894         * TreeNodeCollection.cs: Only refresh if the node we are being
11895         added to is expanded. Also added a comment on a potential
11896         optimization.
11897         
11898 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
11900         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
11901           in dispose method. Fixes #76330
11903 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
11905         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
11907                 - Implements vertical and horizontal scrolling using XplatUI
11908                 - Fixes keyboard navagation
11909                 - Fixes EnsureVisible
11910                 - Drawing fixes
11911                 - Handles and draws focus properly
11914 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
11916         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
11917           Create handle. NET_2_0: Destroy handle when value is null.
11919 2005-10-03  Jackson Harper  <jackson@ximian.com>
11921         * ScrollBar.cs: My last scrollbar patch was broken. This is a
11922         revert and a new patch to prevent the thumb from refreshing so
11923         much.
11925 2005-10-02  Jackson Harper  <jackson@ximian.com>
11927         * ScrollBar.cs: Don't update position if it hasn't actually
11928         changed. This occurs when you hold down the increment/decrement
11929         buttons and the thumb gets to the max/min.
11931 2005-10-01  Jackson Harper  <jackson@ximian.com>
11933         * Form.cs:
11934         * MdiChildContext.cs:
11935         * MdiClient.cs: Implement ActiveMdiChild in Form.
11937 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
11939         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
11941 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
11943         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
11944           be found
11946 2005-09-30  Jackson Harper  <jackson@ximian.com>
11948         * ListBox.cs: Don't do a full refresh unless some data has
11949         actually changed.
11951 2005-09-30  Jackson Harper  <jackson@ximian.com>
11953         * TreeView.cs: Make sure that the checkboxes size is factored in
11954         even when not visible.
11956 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
11958         * FileDialog.cs: Fix Jordi's build break
11960 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
11962         * FileDialog.cs: 
11963                 - Use standard the Windows colours for the combobox as espected
11964                 - Dispose objects that use resouces when no longer need them
11966 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
11968         * X11DesktopColors.cs: Initial incomplete implementation
11969         * XplatUIX11.cs: Added call to initialize X11DesktopColors
11971 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
11973         * Theme.cs: 
11974           - Switched Theme color names to match the names defined in 
11975             System.Drawing.KnownColors. Life's hard enough, no need to make 
11976             it harder.
11977           - Added setters to all theme color properties so themes can set
11978             their color schemes. The setters also propagate the color changes
11979             to System.Drawing.KnownColors via reflection
11980         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
11981           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
11982           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
11983           use the new, more logical theme color names
11984         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
11985           post-NT colors
11986         * ThemeWin32Classic.cs:
11987           - Removed code to set the old classic Windows colors. Instead it
11988             now relies on the colors returned by System.Drawing.KnownColors
11989             which will be either modern static colors (Unix) or colors
11990             read from the user's configuration (Win32)
11991           - Updated to use the new, more logical theme color names
11992           - Switched DataGrid drawing code to use only Theme colors instead of
11993             a mix of System.Drawing.KnownColors and Theme colors
11994           - DrawFrameControl(): Removed code that fills the button area, the
11995             fill would overwrite any previous fill done by a control. This
11996             fixes bug #75338 
11997           - Added DrawReversibleRectangle() stub
11998         * ScrollableControl.cs: Set visible state to false when scrollbars
11999           are removed (pdn fix)
12000         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
12001           DrawReversibleRectangle() method to allow drawing primitive 
12002           'rubber bands'
12003         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
12005 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12007         * ImageList.cs: Add(Icon): Create handle.
12009 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
12011         * ListView.cs:
12012         * ThemeWin32Classic.cs:
12013                 - Fixes detail mode
12014                 - Sets clippings
12015                 - Issues with drawing
12017 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12019         * ImageList.cs: Moved RecreateHandle back to ImageList as event
12020           source has to be the ImageList.
12022 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12024         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
12026 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12028         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
12030 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12032         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
12034 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
12035         * GridItem.cs: Fixed TODOs
12036         * GridItemCollection.cs: Added ICollection interface
12038 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12040         * ImageList.cs: Resize icons when needed.
12042 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
12044         * ListViewItem.cs
12045                 - Fixes GetBounds and returns on screen rects
12046         * ListView.cs:
12047                 - Fixes vertical and horzintal scrolling of items
12048         * ThemeWin32Classic.cs:
12049                 - Fixes drawing
12050                 
12051 2005-09-29  Raja R Harinath  <harinath@gmail.com>
12053         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
12055 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
12057         * ImageList.cs: Added comments about handle creation. Moved Handle,
12058           HandleCreated and OnRecreateHandle implementations to ImageCollection.
12059           Handle is created in Add methods.
12061 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
12062          
12063         * DataGridDrawingLogic.cs: 
12064                 - Takes rows into account on Colum calculations
12065                 - Returns the column when clickig
12066         * DataGrid.cs:
12067                 - Fixes default HitTestInfo values
12068                 - Fixes HitTestInfo.ToString
12069                 - Fixes ResetBackColor          
12070         
12071 2005-09-28  Jackson Harper  <jackson@ximian.com>
12073         * MdiChildContext.cs: Obey rules for fixed sized windows (no
12074         sizing or cursor changes). Also added some temp code to draw the
12075         titlebars text (Makes dev a little easier).
12077 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
12079         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
12081 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
12082          
12083         * ListBox.cs: Fixes bug 76253
12085 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
12087         * ImageList.cs: Added comments about the current implementation. Added
12088           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
12089           Format32bppArgb to preserve transparency and can use Graphics.FromImage
12090           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
12091           with Bitmap.LockBits for better performance. Revised the whole file to
12092           match MS.NET behaviour and provide better performance. Non-public
12093           interface members are calling public members even when they throw
12094           NotSupportedException for better maintainability. Moved ColorDepth,
12095           ImageSize, ImageStream and TransparentColor implementations to
12096           ImageCollection for better performance as these properties are not used
12097           by ImageList.
12098         * ImageListStreamer.cs: Added a new internal constructor that takes an
12099           ImageList.ImageCollection and serializes Images based on
12100           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
12101           match ImageList property name.
12103 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
12105         * ListBox.cs: Fixes IndexFromPoint for last item
12107 2005-09-27  Jackson Harper  <jackson@ximian.com>
12109         * Form.cs: Set the position of new mdi children correctly.
12111 2005-09-27  Jackson Harper  <jackson@ximian.com>
12113         * MdiClient.cs: New mdi children need to be added to the back of
12114         the controls collection so the zorder is set correctly. Also add a
12115         count of all the child windows that have been created.
12117 2005-09-27  Jackson Harper  <jackson@ximian.com>
12119         * Form.cs (CreateParams): Setup MDI forms correctly.
12121 2005-09-27  Jackson Harper  <jackson@ximian.com>
12123         * MdiChildContext.cs:
12124         * MonthCalendar.cs:
12125         * UpDownBase.cs:
12126         * ListBox.cs:
12127         * ListView.cs:
12128         * TextBoxBase.cs:
12129         * TreeView.cs:
12130         * ScrollableControl.cs:
12131         * ComboBox.cs: Add implicit controls using the new implict control
12132         functionality in ControlCollection. Also try to block multiple
12133         control add in a suspend/resume layout to save some cycles.
12134         
12135 2005-09-27  Jackson Harper  <jackson@ximian.com>
12137         * Control.cs: Add functionality to the controls collection to add
12138         'implicit controls' these are controls that are created by the
12139         containing control but should not be exposed to the user. Such as
12140         scrollbars in the treeview.
12141         * Form.cs: The list var of the ControlsCollection is no longer
12142         available because of the potential of implicit controls getting
12143         ignored by someone accessing the list directly.
12145 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
12147         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
12148           loose it's parent. (Fixed bug introduced in r49103 when we added
12149           setting the child parent to null on Remove)
12151 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
12153         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
12154         * Splitter.cs: Added missing attributes for BorderStyle property.
12155         * TextBoxBase.cs: Marked Calculate* methods internal.
12156         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
12157         MS.NET.
12159 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
12160          
12161         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
12163 2005-09-25  Jackson Harper  <jackson@ximian.com>
12165         * TreeView.cs: Update the node bounds correctly regardless of
12166         whether the node is visible.
12168 2005-09-25  Jackson Harper  <jackson@ximian.com>
12170         * ImageList.cs: Don't dispose the image after it is added to the
12171         image list. Only reformat images that need to be resized.
12173 2005-09-25  Jackson Harper  <jackson@ximian.com>
12175         * ImageList.cs: Don't set the format when changing the image.
12177 2005-09-25  Jackson Harper  <jackson@ximian.com>
12179         * TreeView.cs: We can't just assume the node has a font. Use the
12180         treeviews font if no node font is available.
12182 2005-09-25  Jackson Harper  <jackson@ximian.com>
12184         * TreeView.cs: Allow the scrollbars to be reset with negative
12185         values.
12186         - Don't add scrollbars to negative sized windows.
12188 2005-09-23  Jackson Harper  <jackson@ximian.com>
12190         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
12191         old Mono.Posix. Also remove some stray code that shouldn't have
12192         been committed.
12194 2005-09-23  Jackson Harper  <jackson@ximian.com>
12196         * TreeView.cs: Attempt at proper sizing of the horizontal
12197         scrollbar. Also don't resize the scrollbars unless they are
12198         visible.
12200 2005-09-23  Jackson Harper  <jackson@ximian.com>
12202         * TreeView.cs: We don't need to expand the invalid area when the
12203         selection changes, as this is all drawn in the node's bounding
12204         box. The area needs to be expanded (previous typo was contracting
12205         it) when the focus rect moves.
12207 2005-09-23  Jackson Harper  <jackson@ximian.com>
12209         * TreeView.cs: Display the selection box under the correct
12210         circumstances. We were rendering white text with no selection box
12211         before.
12213 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
12215         * TextControl.cs(Split): Now updates selection start/end if it points 
12216           into a line that's being split. Fixes a FIXME and bug #75258
12218 2005-09-23  Jackson Harper  <jackson@ximian.com>
12220         * Binding.cs:
12221         * ListControl.cs: Don't use the path when retrieving binding
12222         managers from the binding context. My bat sense tells me that the
12223         path is only used on insertion.
12225 2005-09-22  Jackson Harper  <jackson@ximian.com>
12227         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
12229 2005-09-22  Jackson Harper  <jackson@ximian.com>
12231         * Splitter.cs: There are special cursors used for splitting.
12232         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
12234 2005-09-22  Jackson Harper  <jackson@ximian.com>
12236         * Splitter.cs: Change the cursor appropriately when the splitter
12237         is moused over, so the user actually knows there is a splitter
12238         there.
12240 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
12242        * Label.cs : Fix ToString method to give same output as MS.NET
12244 2005-09-22  Jackson Harper  <jackson@ximian.com>
12246         * TreeView.cs: Create the scrollbars when the handle is created
12247         and add them right away, just make them invisble. Also account for
12248         the window being shrunk vertically to the point that the vert
12249         scrollbar needs to be added.
12250         - Remove some 0.5 adjustments to get around anti aliasing issues.
12251         
12252 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
12253          
12254         * MainMenu.cs: Fixes default value
12255         * MenuItem.cs: Fixes default value
12257 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
12259         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
12261 2005-09-21  Jackson Harper  <jackson@ximian.com>
12263         * Control.cs: Don't try to set the border style on the window if
12264         it hasn't been created. When the window is created the border
12265         style will be used.
12267 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
12269         * Control.cs (Update): Don't call XplatUI if we don't have a
12270           window handle yet
12272 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
12274         * ContainerControl.cs: Instead of throwing an exception, print
12275           a one-time warning about Validate not being implemented
12276         * XplatUIWin32.cs: Removed debug output
12278 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
12280         * Control.cs: Only set XplatUI background if we expect the windowing
12281           system to handle the background. This stops controls that draw their
12282           own background from flickering
12284         * XplatUIX11.cs: Support custom visuals and colormaps for window 
12285           creation. This allows, amongst other things, using MWF X11 windows 
12286           with OpenGL.
12288 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
12290         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
12291           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
12292           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
12293           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
12294           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
12295           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
12296           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
12297           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
12298           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
12299           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
12300           GridColumnStylesCollection.cs, 
12301           IDataGridColumnStyleEditingNotificationService.cs,
12302           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
12303           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
12304           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
12305           TreeNodeCollection.cs, AmbientProperties.cs, 
12306           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
12307           DataObject.cs, ErrorProvider.cs, Splitter.cs,
12308           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
12309           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
12310           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
12311           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
12312           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
12313           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
12314           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
12315           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
12316           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
12317           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
12318           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
12319           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
12320           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
12321           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
12322           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
12323           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
12324           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
12325           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
12326           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
12327           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
12328           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
12329           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
12330           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
12331           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
12332           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
12333           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
12334           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
12335           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
12336           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
12337           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
12338           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
12339           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
12340           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
12341           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
12342           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
12344 2005-09-21  Jackson Harper  <jackson@ximian.com>
12346         * TreeNode.cs: Call Before/After Expand not Collapse when
12347         expanding.
12349 2005-09-20  Jackson Harper  <jackson@ximian.com>
12350         
12351         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
12353 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
12354          
12355         * ListViewItem.cs:
12356                 - Fixes bug 76120
12357                 - Fixes proper storing of subitems
12358                 - Fixes not updated items
12360 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
12362         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
12363           things if our window handle isn't created yet. Also disabled 
12364           debug for TextBoxBase
12366 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
12368         * MenuAPI.cs: Remove filtering of events to allow menu usage
12370 2005-09-20  Miguel de Icaza  <miguel@novell.com>
12372         * Cursor.cs: Allow null to be passed to Cursor.Current.
12374 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
12376         * ThemeWin32Classic.cs:
12377           - Change some private methods/fields to protected virtual so that 
12378             they can be accessed and overriden in derived classes
12379           - First refactoring of some methods. Derived themes now don't 
12380             need to duplicate the complete code from ThemeWin32Classic
12381         * ThemeNice.cs:
12382           - Added nice StatusBar
12383           - Derive from ThemeWin32Classic and not Theme
12384           - Removed duplicate ThemeWin32Classic code
12386 2005-09-20  Miguel de Icaza  <miguel@novell.com>
12388         * Control.cs (ControlCollection.Add): If the value null is passed
12389         the control is ignored. 
12391         Optimize this loop.
12393 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
12395         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
12396           PostQuitMessage state.
12397         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
12399 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
12401         * Application.cs: Our constructor will never get called, move 
12402           initialization to fields; fixes bug #75933
12404 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
12406         * FileDialog.cs :
12407                 - Allow files to be selected properly using file name
12408                 combo box.
12409                 - Add ability to change diretory (absolute / relative)
12410                 using file name combo box.
12412 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
12413          
12414         * ListBox.cs: 
12415                 - Fixes Multicolumn listboxes item wrong calculations
12416                 - Allows to click when only one item is in the listbox
12417                 - Fixes crash when no items using keyboard navigation
12419 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
12421         * ComboBox.cs: Reverted almost everything from the latest patch which
12422           broke ComboBox
12424 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
12425         
12426         * ToolTip.cs:
12427                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
12428         * ComboBox.cs:
12429                 - When DropDownStyle is Simple, it does not show scrollbar 
12430                 to the last item of the list.
12431                 - When DropDownStyle is Simple, it crashed when the list was 
12432                 scrolled down with the down cursor key.
12433                 - Fixed a bug that when DropDownStyle is DropDownList, the 
12434                 selected item was not shown.
12435                 - The position of the selected item was not preserved when 
12436                 the next dropdown happened.
12437         * ThemeWin32Classic.cs:
12438                 - Items were wrapped at the right end.
12439         * CheckedListBox.cs:
12440                 - Fixed Add method
12441         * ListBox.cs:
12442                 - Items should be fully shown.
12443                 - When resizing and vertical scrollbar disappeared, the item 
12444                 of index 0 should be on the top of the list.
12445                 - GetItemRectangle should consider the size of ver. scrollbar
12446         * StatusBar.cs:
12447                 - SizingGrip area should not be allocated when it is not 
12448                 displayed.
12449                 - Now it reflects MinWidth of the containing panel and 
12450                 fixed a crash that happens when its width becomes so small.
12452 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
12454         * CheckedListBox.cs: Fixes bug 76028
12455         * ListBox.cs: Fixes bug 76028
12457 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
12459         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
12460         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
12462 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
12464         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
12466 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
12468         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
12470 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
12472         * IRootGridEntry.cs: Added
12473         * PropertyGridCommands.cs: Added
12474         * PropertiesTab.cs: Added missing methods and property
12475         * PropertyGridView.cs: Made class internal
12476         * PropertyGridTextBox.cs: Made class internal
12478 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
12480         * MimeIcon.cs: Try to check some other environment variables
12481           if "DESKTOP_SESSION" returns "default"
12483 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
12485         * ThemeNice.cs: Corrected background colors (e.g. menus)
12486         * ColorDialog.cs: Use correct background colors for controls
12488 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
12490         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
12492 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
12494         * RichTextBox.cs: Added initial implementation
12495         * lang.cs: Removed. Was accidentally checked in long time ago
12496         * TODO: Removed. Contents were obsolete
12498 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
12499                                                                                 
12500         * PropertiesTab.cs : Added
12502 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
12503                                                                                 
12504         * PropertyGrid.cs : Update
12505         * PropertyGridView.cs : Update
12506         * System.Windows.Forms.resx : Added images and strings
12508 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
12510         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
12512 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
12514         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
12515           a busy loop right after the Ungrab the X11 display is otherwise 
12516           blocked
12518 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
12520         * ThemeWin32Classic.cs: Optimise the use of clipping
12522 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
12524         * DataGrid.cs: fixes recursion bug
12526 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
12528         * ThemeNice.cs: 
12529           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
12530           - Cleanup
12532 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
12534         * ThemeNice.cs: Draw nice ProgressBars
12536 2005-09-01  Miguel de Icaza  <miguel@novell.com>
12538         * VScrollBar.cs: Another buglet found by Aaron's tool. 
12540         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
12541         bug finder.
12543 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
12545         * ThemeNice.cs:
12546           - Added nicer menu drawing
12547           - Updated DrawTab
12548           - some refactoring
12550 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
12552         * CreateParams.cs (ToString): Made output match MS
12553         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
12554             handle is already created (to avoid forcing window creation)
12555         * XplatUIX11.cs: Set window text to caption after creating window,
12556           in case Text was set before window was created
12557         * Form.cs: Use this.Text instead of a static string as caption
12559 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
12561         * NotifyIcon.cs: Don't set the window to visible; this screws
12562           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
12563           OnPaint without a bitmap)
12564         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
12565           happen very often anyway; we could add the check to the WM_PAINT 
12566           event generation code
12568 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
12570         * NotifyIcon.cs: Fill the icon area with a background color, to 
12571           avoid 'residue' when transparent icons are drawn
12572         * XplatUIX11.cs:
12573           - Handle whole_window == client_window when destroying windows
12574           - SystrayAdd(): Set client_window to whole_window value to
12575             get mouse and other events passed to NotifyIcon
12577 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
12579         * Form.cs: Set proper default for Opacity property
12580         * NotifyIcon.cs:
12581           - ShowSystray(): Don't bother creating telling the OS
12582             about the systray item if no icon is provided
12583           - Now handles WM_NCPAINT message to deal with whole/client window
12584             split
12585           - Create window as visible to not get caught by Expose optimization
12586         * Hwnd.cs: Removed debug message
12587         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
12588           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
12589             PaintEventStart/End to use new client argument
12590         * TextBoxBase.cs:
12591           - Commented out debug messages
12592           - Switched PaintEventStart/End to use new client argument
12593         * XplatUI.cs: Added client window bool to PaintEventStart()/
12594           PaintEventEnd() calls, to support drawing in non-client areas
12595         * XplatUIDriver.cs: 
12596           - Added client window bool to PaintEventStart()/PaintEventEnd() 
12597             calls, to support drawing in non-client areas
12598           - Added conditional compile to allow using MWF BeginInvoke 
12599             on MS runtime
12600         * XplatUIX11.cs:
12601           - Added some conditional debug output
12602           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
12603             whole/client window split
12604           - Implemented handling of client argument to PaintEventStart()/End()
12605         * Control.cs:
12606           - Throw exception if BeginInvoke() is called and the window handle
12607             or one of the window's parent handles is not created
12608           - Added conditional compile to allow using MWF BeginInvoke on
12609             MS runtime
12610           - get_Parent(): Only sets parent if handle is created. This avoids
12611             forcing window handle creation when parent is set.
12612           - Now fires Layout and Parent changed events in proper order
12613           - Switched to use Handle instead of window.Handle for Z-Order setting,
12614             the get_Parent() patch above causes us to possibly get null for 'window'
12615           - Implemented handling of client argument to PaintEventStart()/End()
12616           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
12617             default handling)
12618           - Now sends a Refresh() to all child windows when Refresh() is called
12620 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
12622         * Form.cs: Added (non-functional) Opacity property
12623         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
12625 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
12626         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
12627           use export MONO_THEME=nice to activate it.
12628           Currently supported controls:
12629           - Button
12630           - ComboBox
12631           - ScrollBar
12632           - TabControl (TabAlignment.Top only, other will follow)
12633         * ThemeEngine.cs: Add theme nice
12634         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
12635           if enabled
12637 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
12639         * Splitter.cs: Resize docked control and its neighbor.
12641 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12642         -- Making Windows with Menus layout correctly --
12643         * Form.cs : The first leg of the fix
12644                 Menu setter - adjust Client Size as needed to make space for the menu
12645                 SetClientSizeCore - doesn't call base version to be able to pass the 
12646                         menu handle to XplatUI.CalculateWindowRect
12647         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
12648         * XplatUIX11.cs: The critical second leg of the fix
12649                 GetWindowPos needs to use a recalculated client_rect
12650                 so that resizing the window doesn't break layout of child controls. 
12651                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
12652                 Lots of \t\n killed
12654 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12656         * Label.cs: Now properly recalculates width and height on Font and Text
12657           changes if AutoSize is set
12659 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12660         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
12662 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
12664         * ImageList.cs: Makes ToString method compatible with MS
12666 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
12668         * MenuAPI.cs: fixes bug 75716
12670 2005-08-11 Umadevi S <sumadevi@novell.com>
12671         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
12673 2005-08-11 Umadevi S <sumadevi@novell.com>
12674         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
12676 2005-08-10  Umadevi S <sumadevi@novell.com>
12677         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
12679 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
12681         * Menu.cs: fixes bug 75700
12682         * MenuAPI.cs: fixes navigation issues
12684 2005-08-09  Umadevi S <sumadevi@novell.com>
12685         * CheckedListBox.cs - simple fix for GetItemChecked.
12687 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
12689         * ComboBox.cs: Serveral fixes
12690         * ListBox.cs: Serveral fixes
12692 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
12694         * ComboBox.cs: Fixes FindString methods and GetItemHeight
12695         * ListBox.cs: Fixes FindString methods
12697 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
12699         * DataGrid.cs: fixes bugs exposed by new tests
12701 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
12703         * Mime.cs: Compile Mono assembly references only if compiling
12704           with Mono (Allows to build with VS.Net again)
12706 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
12708         * Control.cs (PaintControlBackground): Draw background image
12709         corrrectly.
12710         (CheckForIllegalCrossThreadCalls): Stubbed.
12711         
12712         * Form.cs (OnCreateControl): Center when should be centered.
12713         
12714         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
12716 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
12718         * Binding.cs: Binding to properties should be case unsensitive
12720 2005-07-18 vlindos@nucleusys.com
12722         * DataGrid.cs: fixes setmember order
12724 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
12726         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
12727         * FileDialog.cs: FileDialog is now resizable and uses the new
12728           MimeIconEngine
12730 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
12732         * DataGridTextBoxColumn.cs: default value
12733         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
12734         * GridTableStylesCollection.cs: fixes checking MappingName
12735         * DataGridDrawingLogic.cs: fixes drawing logic issues
12736         * DataSourceHelper.cs: rewritten to make compatible with more data sources
12737         * DataGrid.cs: fixes    
12739 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
12741         * MimeGenerated.cs: Use case sensitive comparer for
12742           NameValueCollections
12744 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
12746         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
12747         * ThemeWin32Classic.cs: bug fixes, code refactoring
12748         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
12749         * DataGrid.cs: bug fixes, code refactoring
12750         * DataGridTextBox.cs: bug fixes, code refactoring
12751         * DataGridColumnStyle.cs:  bug fixes, code refactoring
12752         * Theme.cs:  bug fixes, code refactoring
12754 2005-07-01  Peter Bartok  <pbartok@novell.com> 
12756         * TextControl.cs: Quick fix for the reported crash on ColorDialog
12757           and other text box usage
12759 2005-07-01  Jackson Harper  <jackson@ximian.com>
12761         * TabControl.cs: Make sure the bottom of the tab covers the pages
12762         border.
12764 2005-06-30  Peter Bartok  <pbartok@novell.com> 
12766         * Form.cs (ShowDialog): Assign owner of the dialog
12767         * TextBoxBase.cs: Always refresh caret size when deleting, caret
12768           might have been moved to a tag with different height
12770 2005-06-30  Jackson Harper  <jackson@ximian.com>
12772         * Form.cs: Don't create an infinite loop when setting focus
12773         * MenuItem.cs: Don't dirty the parents if we don't have any
12775 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
12777         * LibSupport.cs: Rename
12779 2005-06-29  Peter Bartok  <pbartok@novell.com>
12781         * TextBoxBase.cs: Re-align caret after deleting a character
12782         * TextControl.cs:
12783           - DeleteChars(): Ensure that tag covers the provided position
12784           - StreamLine(): Drop reference for dropped tag
12786 2005-06-29  Peter Bartok  <pbartok@novell.com> 
12788         * TextControl.cs: 
12789           - Selections now work properly, anchoring at the initial location
12790             and properly extending in either direction (SetSelectionToCaret(),
12791             SetSelectionStart() and SetSelectionEnd())
12792           - No longer redraws the whole control on selection change, now
12793             calculates delta between previous and new selection and only
12794             invalidates/redraws that area
12795           - Fixed FindPos() math off-by-one errors
12796           - Changed DeleteChars() to verify the provided tag covers the
12797             provided position, selections may have a tag that doesn't cover
12798             the position if the selection is at a tag border
12799           - Fixed off-by-one errors in DeleteChars()
12800           - Added missing streamlining check in DeleteChars() to remove
12801             zero-length tags
12802           - Implemented Invalidate() method, now properly calculates exposures
12803             between two given lines/positions
12804           - Implemented SetSelection()
12805           - Obsoleted and removed FixupSelection()
12806           - Improved RecalculateDocument() logic, removing code duplication
12808 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12810         * LibSupport.cs: changes to match different input/output arguments.
12812 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12814         * LibSupport.cs: added libsupport.so init routine.
12816 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
12817         
12818         * ControlBindingsCollection.cs
12819                 - Throws an exception on null datasource when adding
12820                 - Checks for duplicated bindings when adding
12822 2005-06-28  Jackson Harper  <jackson@ximian.com>
12824         * TreeView.cs (OnKeyDown): Support left and right properly
12825         (navigates as well as expanding and collapsing.
12826         - Add support for Multiply, this expands all the selected nodes
12827         children.
12828         - Fix some tabbing.
12830 2005-06-28  Jackson Harper  <jackson@ximian.com>
12832         * TreeView.cs: Implement keyboard navigation, currently supports,
12833         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
12834         support for toggling checkboxes with the space bar.
12836 2005-06-28  Jackson Harper  <jackson@ximian.com>
12838         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
12839         tree.
12841 2005-06-28  Jackson Harper  <jackson@ximian.com>
12843         * TreeView.cs: Add missing event.
12845 2005-06-27  Peter Bartok  <pbartok@novell.com> 
12847         * TextControl.cs:
12848           - Made line ending size configurable (now allows for counting 
12849             lineendings as \n or \r\n)
12850           - Added margin to viewport to keep caret visible on right side
12851           - Fixed translation routines for line/pos to documentpos to consider
12852             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
12853           - Fixed some line-endings to be unix style
12854           - Fixed Document.FormatText to perform it's calculations 1-based
12855           - Added descriptions for a few methods that might otherwise get 
12856             used wrong
12857           - Added NOTE section with some basic conventions to remember at 
12858             the top of the file
12859           - Major fixup for RichTextBox selection drawing:
12860             * Fixed crashes when multiple tags on a single line were selected
12861             * fixed selection box drawing not overlaying text
12862             * fixed bogus offset calculation for tags not starting at index 1
12863             * Switched behaviour from using multiple Substrings of a 
12864               StringBuilder.ToString() to using multiple 
12865               StringBuilder.ToString(start, length) statements, hoping this is
12866               faster (kept original version commented out in the code, in case
12867               original version was faster)
12868         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
12869           alignment != Left
12870         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
12871           call it as well
12873 2005-06-27  Jackson Harper  <jackson@ximian.com>
12875         * TabControl.cs: Move to the left and right with the arrow
12876         keys. These keys don't cycle beyond first and last like
12877         tab. Refresh all the tabs when scrolling them to the left or
12878         right.
12880 2005-06-27  Jackson Harper  <jackson@ximian.com>
12882         * TabControl.cs:
12883           - ToString: Added method
12884           - CreateParams: Remove TODO and comment
12885           - OnKeyDown: Cycle through bounds properly.
12886           - SelectedIndex: Scroll to the right or left if we need to
12887           display the newly selected tab.
12889 2005-06-23  Jackson Harper  <jackson@ximian.com>
12891         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
12892         set.
12894 2005-06-23  Jackson Harper  <jackson@ximian.com>
12896         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
12897         CTRL-SHIFT-TAB, and HOME, END are there any others?
12899 2005-06-23  Jackson Harper  <jackson@ximian.com>
12901         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
12903 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
12904         
12905         * DataGridTextBoxColumn.cs: fixes and enhancements
12906         * ThemeWin32Classic.cs: fixes and enhancements
12907         * DataGridBoolColumn.cs:  fixes and enhancements
12908         * DataGridDrawingLogic.cs:  fixes and enhancements
12909         * CurrencyManager.cs: fixes and enhancements
12910         * DataGrid.cs: fixes and enhancements
12911         * DataGridColumnStyle.cs:  fixes and enhancements
12913 2005-06-22  Jackson Harper  <jackson@ximian.com>
12915         * TabControl.cs: Add some missing methods that just call into the
12916         base. Make the TabPageCollection's IList interface behave in the
12917         same manner as the MS implementation.
12919 2005-06-22  Peter Bartok  <pbartok@novell.com> 
12921         * TextControl.cs: Added sanity check
12922         * TextBoxBase.cs: 
12923           - Fixed wrapping behaviour, don't set wrap on single line controls
12924             (this fixes the breakage of colordialog introduced in an earlier
12925              checkin)
12926           - Added rudimentary support for autoscrolling right-aligned controls
12927             (still needs fixing, also, center alignment scroll is missing)
12929 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
12930         
12931         * ScrollBar.cs: Fixes thumbpos on Maximum values
12933 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
12934         
12935         * PropertyGridView.cs: Pass context information to UITypeEditors 
12937 2005-06-21  Peter Bartok  <pbartok@novell.com> 
12939         * TextBoxBase.cs:
12940           - Now calling PositionCaret with absolute space coordinates
12941           - Enabled vertical scrolling
12942           - Better tracking of scrollbar changes, tied into WidthChange
12943             event
12944           - Improved cursor tracking
12945           - Removed debug output
12946         * TextControl.cs:
12947           - PositionCaret coordinates are now works in absolute space, not 
12948             the canvas
12949           - Improved tracking of document size
12950           - Added events for width and height changes
12952 2005-06-21  Peter Bartok  <pbartok@novell.com>
12954         * Form.cs: Set focus to active control when form is activated
12955         * TextControl.cs: 
12956           - Added word-wrap functionality to RecalculateLine() 
12957           - Added some short function descriptions for VS.Net to aid in
12958             writing dependent controls
12959           - Added Caret property, returning the current coords of the caret
12960           - Added ViewPortWidth and ViewPortHeight properties
12961           - Added Wrap property
12962           - Added CaretMoved event
12963           - Removed some old debug code
12964           - Split() can now create soft splits
12965           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
12966           - Added method to format existing text
12967           - Fixed size/alignment calculations to use viewport
12968           - RecalculateDocument now can handle changing line-numbers while
12969             calculating lines
12971         * TextBox.cs:
12972           - Added some wrap logic, we don't wrap if alignment is not left
12973           - Added casts for scrollbar var, base class switched types to
12974             also support RichTextBoxA
12975           - Implemented handling of scrollbar visibility flags
12977         * TextBoxBase.cs:
12978           - Switched scrollbars type to RichTextBoxScrollBars to support
12979             RichTextBox
12980           - Added tracking of canvas width/height
12981           - Switched scrollbars to be not selectable (to keep focus on text)
12982           - Added central CalculateDocument() method to handle all redraw
12983             requirements
12984           - Added ReadOnly support
12985           - Added WordWrap support
12986           - Fixed handling of Enter key (we now treat it as a DialogKey)
12987           - Fixed caret positioning when h or v scroll is not zero
12988           - Fixed placing/generation of vertical scrollbar
12989           - Added CalculateScrollBars() method to allow updating scrollbar
12990             limits and visibility
12991           - Fixed handling of horizontal scroll
12992           - Added handling of vertical scroll
12993           - Implemented auto-'jump' when caret moves to close to a left or
12994             right border and there is text to be scrolled into view (currently
12995             there's the potential for a stack overflow, until a bug in
12996             scrollbar is fixed)
12998 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
12999         
13000         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
13002 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
13004         * Mime.cs:
13005         - added inodes.
13006         - return application/x-zerosize for files with size zero
13007           (if no extension pattern matches).
13008         - check matches collection for strings too.
13009         - return only the first mime type if the name value
13010           collection has more than one mime type.
13012 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
13013         
13014         * PropertyGrid.cs: Cleaned up some TODOs
13015         * PropertyGridView.cs: Added support for UITypeEditors
13017 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
13018         
13019         * DataGrid.cs: clears cached value
13021 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
13023         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
13024         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
13025         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
13026         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
13027         
13028 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
13030         * ThemeWin32Classic.cs: fixes colour
13032 2005-06-15  Peter Bartok  <pbartok@novell.com>
13034         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
13035         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
13036         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
13037         * Control.cs: Added some MWFCategory and MWFDescription attributes
13038         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
13040 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
13042         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
13043         usage
13045 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
13047         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
13048         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
13049         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
13050         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
13051         * DataGrid.cs: default datagrid settings for Default Styles, fixes
13052         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
13054 2005-06-13  Jackson Harper  <jackson@ximian.com>
13056         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
13057         isn't printed when the user enables dropping. (X11 does accept
13058         drops).
13059         
13060 2005-06-13  Jackson Harper  <jackson@ximian.com>
13062         * TreeView.cs: Remove some TODOS.
13064 2005-06-13  Jackson Harper  <jackson@ximian.com>
13066         * Form.cs: Hook into the mdi framework.
13067         * MdiClient.cs: Use the base control collections add method so
13068         parents get setup correctly. Set the default back colour and dock
13069         style.
13070         * MdiChildContext.cs: New class, this bad actor handles an
13071         instance of an MDI window. Right now there is only basic
13072         support. You can drag, close, and resize windows. Minimize and
13073         Maximize are partially implemented.
13075 2005-06-13  Jackson Harper  <jackson@ximian.com>
13077         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
13078         freaky when both vals are negative. NOTE: There are probably other
13079         places in XplatUIX11 that this needs to be done.
13081 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
13083         * DataGrid.cs: implement missing methods, move KeyboardNavigation
13084         * DataGridColumnStyle.cs: fixes signature
13086 2005-06-12  Jackson Harper  <jackson@ximian.com>
13088         * XplatUIX11.cs: Use sizing cursors similar to the ones on
13089         windows.
13091 2005-06-11  Jackson Harper  <jackson@ximian.com>
13093         * StatusBarPanel.cs: Signature cleanups. Implement
13094         BeginInit/EndInit.
13096 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
13098         * DataGridTextBoxColumn.cs: Honors aligment
13099         * GridColumnStylesCollection.cs: Contains is case unsensitive
13100         * GridTableStylesCollection.cs: several fixes
13101         * DataGridTableStyle.cs: default column creation
13102         * DataGridDrawingLogic.cs: fixes
13103         * CurrencyManager.cs: ListName property
13104         * DataGrid.cs: multiple styles support
13105         * DataGridColumnStyle.cs: fixes
13106         
13108 2005-06-10  Peter Bartok  <pbartok@novell.com>
13110         * Control.cs(Select): Moved SetFocus call to avoid potential
13111           loops if controls change the active control when getting focus
13112         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
13113           the up/down buttons
13115 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
13117         * ImageListConverter.cs: Implemented
13119 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
13121         * MonthCalendar.cs: Wired in NumericUpDown control for year
13123 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
13125         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
13126           DoubleClick events, since they are not meant to be fired.
13128 2005-06-09  Peter Bartok  <pbartok@novell.com>
13130         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
13131           Jonathan's standalone controls into MWF, implemented missing
13132           events, attributes and methods; added xxxAccessible classes
13133         * AccessibleObject.cs: Made fields internal so other classes
13134           can change them if needed
13136 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
13138         * UpDownBase.cs: Complete implementation
13139         * NumericUpDown.cs: Complete implementation
13140         * DomainUpDown.cs: Complete implementation
13142 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
13144         * DataGridTextBoxColumn.cs: drawing fixes
13145         * DataGridCell.cs: fixes ToString method to match MSNet
13146         * DataGridTableStyle.cs: fixes
13147         * DataGridBoolColumn.cs: fixes, drawing
13148         * DataGridDrawingLogic.cs: fixes, new methods
13149         * DataGridTextBox.cs: Keyboard and fixes
13150         * DataGrid.cs:
13151                 - Keyboard navigation
13152                 - Scrolling fixes
13153                 - Row selection (single, multiple, deletion, etc)
13154                 - Lots of fixes
13155         
13156 2005-06-07  Jackson Harper  <jackson@ximian.com>
13158         * ThemeWin32Classic.cs: Clear the background area when drawing
13159         buttons.
13161 2005-06-06  Peter Bartok  <pbartok@novell.com>
13163         * ImageListStreamer.cs: Fixed signature for GetData
13164         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
13165         * ComboBox.cs:
13166           - Added missing ChildAccessibleObject class
13167           - Added missing OnXXXFocus overrides, switched to using those
13168             instead of the event handler
13169         * Control.cs:
13170           - Added Parent property for ControlAccessibleObject
13171           - Fixed signatures
13172           - Fixed attributes
13173           - Added ResetBindings()
13174         * ListBindingConverter.cs: Implemented some methods
13175         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
13176         * ImageList.cs: Implemented basic handle scheme, removed TODOs
13177         * ContainerControl.cs: Fixed signature, now subscribing to the
13178           ControlRemoved event instead of overriding the handler, LAMESPEC
13179         * CurrencyManager.cs: Added missing attribute
13180         * MonthCalendar.cs: Added missing properties
13182 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
13184         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
13185         
13186 2005-06-06  Gaurav Vaish and Ankit Jain
13188         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
13189         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
13190         
13191 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
13193         * Control.cs: fixes CreateParams Width / Height.
13195 2005-06-05  Peter Bartok  <pbartok@novell.com>
13197         * Win32DnD.cs: Removed compilation warnings
13199 2005-06-05  Peter Bartok  <pbartok@novell.com>
13201         * Control.cs (CreateParams): Since we don't know if one of the
13202           properties we use is overridden, lets make sure if we fail accessing
13203           we continue with a backup plan
13205 2005-06-05  Peter Bartok  <pbartok@novell.com>
13207         * Win32DnD.cs:
13208           - Removed debug output
13209           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
13210             struct
13211           - Plugged resource leak
13212         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
13213           MS size
13215 2005-06-05  Peter Bartok  <pbartok@novell.com>
13217         * XplatUIWin32.cs: Removed DnD code
13218         * Win32DnD.cs: Implemented drop source and drop target functionality
13220 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13222         * UpDownBase.cs: remove duplicate addition of event, enable some code
13223         that was commented out.
13224         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
13225         Validate input when a key is pressed. It works fine now for every
13226         combination of Hexadecimal. Only missing some drawing love when sharing
13227         space with other controls.
13229 2005-06-04  Peter Bartok  <pbartok@novell.com>
13231         * Control.cs:
13232           - We need to pass a window for DragDrop, so enable callback events
13233           - Added DnD callback events when being a DragSource
13234         * XplatUI.cs (StartDrag): Added window handle argument
13235         * XplatUIDriver.cs (StartDrag): Added window handle argument
13236         * QueryContinueDragEventArgs: Made fields internally accessible so
13237           drivers can set them
13238         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
13239           can set them
13241 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
13243         * DataGridTextBoxColumn.cs: column text editing
13244         * DataGridTableStyle.cs: Respect columns styles created by the user
13245         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
13246         * DataGridBoolColumn.cs: bool column editing
13247         * DataGrid.cs: fixes to scrolling, properties, etc
13248         * DataGridTextBox.cs: handle keyboard
13249         * DataGridColumnStyle.cs: fixes
13251 2005-06-02  Jackson Harper  <jackson@ximian.com>
13253         * ImageListStreamer.cs: Somewhat broken implementation of
13254         GetObjectData. The RLE needs some work to match MS properly.
13256 2005-06-02  Jackson Harper  <jackson@ximian.com>
13258         * X11Dnd.cs: Attempting to keep at least one file in MWF
13259         monostyled.
13261 2005-06-02  Peter Bartok  <pbartok@novell.com>
13263         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
13264           that way
13266 2005-06-02  Peter Bartok  <pbartok@novell.com>
13268         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
13269         * XplatUI.cs: Added DoDragDrop() method
13270         * XplatUIDriver.cs: Added DoDragDrop() method
13272 2005-06-02  Jackson Harper  <jackson@ximian.com>
13274         * Splitter.cs: Implement BorderStyle.
13276 2005-06-02  Jackson Harper  <jackson@ximian.com>
13278         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
13279         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
13280         X11 using XDND.
13282 2005-06-02  Peter Bartok  <pbartok@novell.com>
13284         * DataObject.cs:
13285           - Added Data setter
13286           - Fixed broken insertion code for SetData, now also
13287             overwrites any existing entry of the same format name
13288         * Hwnd.cs: Added list of pointers that automatically gets
13289           freed when the window is disposed
13290         * XplatUI.cs: Call driver initialization method when loading
13291           a driver
13292         * Control.cs:
13293           - OnDragLeave takes EventArgs, not DragEventArgs
13294           - Added setting of WS_EX_ACCEPTFILES style when dropping is
13295             supported
13296           - Forces style update when drop state changes
13297         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
13298           not perfect since we cannot (yet) call the IDataObject.GetData()
13299           method, we keep getting 0x80004005 error, dunno why)
13301 2005-06-02  Peter Bartok  <pbartok@novell.com>
13303         * DragEventArgs.cs: Make fields internal so we can cache the
13304           object and re-set the fields from XplatUI
13306 2005-06-02  Jackson Harper  <jackson@ximian.com>
13308         * Control.cs: Add some internal methods so the DnD subsystem can
13309         raise DnD events. Also call into the driver when AllowDrop is set.
13310         * XplatUI.cs:
13311         * XplatUIDriver.cs: New method for setting whether or not a window
13312         is allowed to accept drag and drop messages.
13313                 
13314 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
13315         
13316         * ScrollBar.cs: Make sure that values sent in Scroll events
13317         are always between Maximum and Minimum.
13319 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
13321         * Menu.cs: Call MenuChanged when menuitem visibility has been
13322         changed.
13323         * MenuItem.cs: Rebuild menu when item is (not) visible.
13324         * MainMenu.cs: MainMenu has special MenuChanged.
13325         * Theme.cs: Caption and FrameBorderSize are not fixed.
13326         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
13327         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
13328         * XplatUIX11.cs,
13329         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
13330         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
13332 2005-05-30  Jackson Harper  <jackson@ximian.com>
13334         * DataFormat.cs: We can't statically initialize this stuff because
13335         it calls into the xplatui and could create a loop. So we lazy init
13336         it.
13338 2005-05-28  Jackson Harper  <jackson@ximian.com>
13340         * Control.cs: Proper implementation of Product(Name/Version).
13342 2005-05-27  Jackson Harper  <jackson@ximian.com>
13344         * DataObject.cs: Dont crash if no data is found.
13346 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
13347         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
13348                 as per status page, guessing it should be set to true
13350 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
13352         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
13353         * DataGridTableStyle.cs: set proper formatting text, def header text
13354         * ThemeWin32Classic.cs: new themable paramaters
13355         * DataGridBoolColumn.cs: paint check box, get data, fixes
13356         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
13357         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
13358         * DataGridColumnStyle.cs: fixes
13359         * Theme.cs: new themable paramaters
13360                 
13361 2005-05-26  Peter Bartok  <pbartok@novell.com>
13363         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
13365 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
13366         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
13368 2005-05-24  Peter Bartok  <pbartok@novell.com>
13370         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
13371           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
13372           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
13373           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
13374           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
13375           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
13376           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
13377           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
13378           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
13379           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
13380           missing attributes, etc
13381         * DataGridPreferredColumnWidthTypeConverter.cs: Added
13383 2005-05-24  Peter Bartok  <pbartok@novell.com>
13385         * Help.cs: Added, implemented trivial functions, throws up MessageBox
13386           when user tries to get help
13387         * DataObject.cs, DataFormats.cs, LinkArea.cs,
13388           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
13389           to suppress warnings
13390         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
13391           avoid unreachable code warning
13393 2005-05-20  Peter Bartok  <pbartok@novell.com>
13395         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
13397 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
13399         * DataGridTextBoxColumn.cs: Basic painting methods
13400         * DataGridTableStyle.cs: Set table style in the column
13401         * ThemeWin32Classic.cs: Use Theme for colors
13402         * DataGridDrawingLogic.cs: Implement more drawing
13403         * DataGrid.cs: drawing, theming, enhacements, fixes
13404         * DataGridColumnStyle.cs: fixes, drawing
13405         * Theme.cs: theming for Datagrid
13407 2005-05-20  Peter Bartok  <pbartok@novell.com>
13409         * Cursor.cs: Implemented GetObjectData() method
13411 2005-05-20  Peter Bartok  <pbartok@novell.com>
13413         * Cursors.cs: Added setting of cursor name
13414         * Cursor.cs:
13415           - Implemented constructors
13416           - Implemented Draw and DrawStretched
13417           - Implemented Current property
13418           - Implemented == and != operators
13419           - Implemented Dispose()
13420           - Implemented ToString
13421           - Added missing attributes
13422         * XplatUIX11.cs:
13423           - Added missing reset for OverrideCursor when DoEvents is called
13424           - Fixed creation of cursor, logic was wrong
13425         * XplatUIWin32.cs:
13426           - Added missing reset for OverrideCursor when DoEvents is called
13427           - Fixed creation of cursor, bit arrays were swapped
13428         * Clipboard.cs: Removed obsolete MonoTODO attribute
13430 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
13432         * ComboBox.cs: fixes OnSelectedItemChanged
13433         * ControlBindingsCollection.cs: fixes item range check
13435 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
13437         * UpDownBase.cs:
13438                 - Calc preferred height properly
13439                 - Implement missing properties
13440                 
13441         * NumericUpDown.cs: Implement missing events
13443 2005-05-19  Jackson Harper  <jackson@ximian.com>
13445         * TabControl.cs: New method that resizes the tab pages before
13446         redrawing them. This as needed as the control is double buffered
13447         and sizing will not be recalculated unless ResizeTabPages is
13448         called.
13449         * TabPage.cs: Set base.Text instead of Text in the constructor so
13450         that UpdateOwner does not get called. Use the new Redraw method of
13451         TabControl instead of Refresh so the sizing is recalculated.
13452         * ThemeWin32Classic.cs: Draw the text for button tabs.
13454 2005-05-19  Jackson Harper  <jackson@ximian.com>
13456         * Control.cs: Paint control background images. Fix typo where
13457         PaintControlBackground was not getting called correctly.
13459 2005-05-19  Peter Bartok  <pbartok@novell.com>
13461         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
13462           I can investigate, apparently I broke FileDialog
13464 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
13466         * AxHost.cs: Some simple properties.
13467         * Control.cs: window must be accessible after ctor.
13468         * Form.cs: Added TransparencyKey property.
13469         * TextBoxBase.cs: Implemented Clear. Text property can be null.
13470         * XplatUIWin32.cs: SetBorderStyle implemented.
13472 2005-05-18  Peter Bartok  <pbartok@novell.com>
13474         * DataObject.cs: Entries are not global but particular to the
13475           DataObject, now it behaves that way
13476         * XplatUIWin32.cs: Implemented Clipboard methods
13477         * Clipboard.cs: Implemented
13478         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
13479         * XplatUIOSX.cs: Updated to final clipboard prototypes
13480         * XplatUIX11.cs: Implemented Clipboard methods
13481         * XplatUIDriver.cs: Updated to final clipboard prototypes
13482         * XplatUIStructs.cs:
13483           - Added BITMAPINFOHEADER struct
13484           - Added ClipboardFormats enum
13485         * X11Structs.cs:
13486           - Added ClipboardStruct
13487           - Added Atom enum items for clipboard types
13488           - Fixed atom types for Selection event structures
13489         * DataFormats.cs:
13490           - Added internal properties and methods for drivers to enumerate
13491             all known formats
13492           - Switched initialization method to allow drivers to assign their
13493             own IDs even for the MS predefined clipboard IDs
13494         * XplatUI.cs: Updated to final clipboard interface
13496 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
13497         * PropertyGridView.cs: Fixed compiler warnings.
13499 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
13500         * PropertyGrid.cs: Added some event calls
13501         * PropertyGridView.cs: Change drawing code to use double buffering
13502         * PropertyGridTextBox.cs: Changed Text property name
13503         * GridItem.cs: Added Bounds property.
13504         * GridEntry.cs: Added Bounds property.
13506 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
13508         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
13509         since GetType() may not return the correct type if the object is
13510         a remoting proxy.
13512 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
13514         * TreeNodeCollection.cs: fixes get/set item ranges
13515         
13516 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
13518         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
13519                 
13520 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
13522         * ComboBox.cs: Fix item range comparation
13523         * ListView.cs: Fix item range comparation
13525 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
13527         * FontDialog.cs:
13528           - Clear example panel when OnPaint is called
13529           - Better solution for displaying the example panel text
13530           - Select default indexes in the ListBoxes
13532 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
13534         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
13536 2005-05-11  Peter Bartok  <pbartok@novell.com>
13538         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
13539         * SelectionRangeConverter.cs: Implemented
13540         * PropertyGrid.cs: Fixed attribute value
13541         * Control.cs:
13542           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
13543           - Added Sebastien Pouliot's CAS Stack Propagation fixes
13544         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
13545           that's common to all drivers. First methods to go there are
13546           Sebastien Pouliot's CAS Stack Propagation helper methods
13547         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
13548           Sebastien Pouliot for CAS Stack Propagation
13550 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
13552         * OSXStructs.cs:
13553           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
13555 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
13557         * DataGridTextBoxColumn.cs: fixed some members
13558         * GridColumnStylesCollection.cs: indexed column is case insensitive
13559         * DataGridTableStyle.cs: fixes
13560         * ThemeWin32Classic.cs: add new theme parameter
13561         * Theme.cs: add new theme parameter
13562         * DataGridDrawingLogic.cs: Datagrid's drawing logic
13563         * DataGrid.cs: fixes, new internal properties, etc.
13564         * DataGridColumnStyle.cs: allows to set grid value
13565         *
13567 2005-05-10  Peter Bartok  <pbartok@novell.com>
13569         * AccessibleObject.cs:
13570           - Removed MonoTODO attribute on help, method is correct
13571           - Fixed Bounds property
13572         * AxHost.cs: Moved MonoTODO
13573         * ButtonBase.cs: Now setting AccessibleObject properties
13574         * RadioButton.cs: Setting proper AccessibleObject role
13575         * CheckBox.cs: Setting proper AccessibleObject role
13576         * ControlBindingsCollection.cs: Added properties, methods and attributes
13577         * DataFormats.cs: Fixed awkward internal API, and changed to enable
13578           userdefined DataFormats.Format items as well
13579         * ListControl.cs: Removed data_member from the public eye
13580         * OpenFileDialog.cs:
13581           - Made class sealed
13582           - Added missing attributes
13583         * SaveFileDialog.cs: Added missing attributes
13584         * ImageListStreamer.cs: Fixed code that caused warnings
13585         * LinkLabel.cs: Removed unreachable code
13586         * TreeView.cs: Fixed code that caused warnings
13587         * PropertyGridView.cs: Fixed code that caused warnings
13588         * GridColumnStylesCollection.cs: Added missing attributes
13589         * GridTableStylesCollection: Added missing attribute
13590         * PropertyManager: Added .ctor
13591         * SecurityIDType: Added
13592         * DataObject.cs: Implemented class
13593         * LinkArea.cs: Added missing attribute
13595 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
13597         * RadioButton.cs: call base method to allow to fire OnClick event
13598         * UpDownBase.cs: OnMouseUp call base method
13599         * CheckedListBox.cs: call base method before returning
13600         * TrackBar.cs: call base method before returning
13601         
13603 2005-05-10  Peter Bartok  <pbartok@novell.com>
13605         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
13606           for messages
13608 2005-05-10  Peter Bartok  <pbartok@novell.com>
13610         * DataFormats.cs: Implemented
13611         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
13612           XplatUIX11.cs: Added Clipboard APIs
13613         * XplatUIWin32.cs: Implemented Clipboard APIs
13614         * FolderBrowserDialog.cs: Added missing event, attributes
13616 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
13618         * CheckBox.cs: call base method to allow to fire OnClick event
13620 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
13622         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
13624 2005-05-06  Peter Bartok  <pbartok@novell.com>
13626         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
13627         * Screen.cs: Implemented
13628         * HelpNavigator.cs: Added
13629         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
13630           property
13631         * HelpProvider.cs: Implemented all we can do until we have a CHM
13632           help library (which means that "What's This" does work now)
13634 2005-05-06  Jackson Harper  <jackson@ximian.com>
13636         * XplatUIX11.cs: Fix waking up the main loop.
13637                 
13638 2005-05-05  Peter Bartok  <pbartok@novell.com>
13640         * XplatUI.cs: Updated revision
13641         * Form.cs: Removed enless loop
13642         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
13643         * Label.cs (OnPaint): Added call to base.OnPaint()
13644         * ToolTip.cs: Made ToolTipWindow reusable for other controls
13645         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
13646         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
13647         * AxHost.cs: Added
13648         * ButtonBase.cs: Moved base.OnPaint() call to end of method
13649         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
13650           to ToolTip.ToolTipWindow for drawing and size methods; this allows
13651           reuse of ToolTipWindow by other controls
13652         * SizeGrip.cs: Moved base.OnPaint() call to end of method
13653         * XplatUIX11.cs: Now clipping drawing area (experimental)
13654         * PictureBox.cs: Moved base.OnPaint() call to end of method
13655         * Theme.cs: Fixed ToolTip abstracts to match new format
13656         * ErrorProvider.cs: Implemented
13658 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
13660         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
13661         * LinkLabel.cs:
13662                 - Adds cursors
13663                 - Handles focus
13664                 - Implements LinkBehavior
13665                 - Fixes many issues
13667 2005-05-03  Jackson Harper  <jackson@ximian.com>
13669         * ListView.cs: Calculate the scrollbar positioning on resize and
13670         paint, so they get put in the correct place.
13672 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
13674         * ColorDialogs.cs: The small color panels are now handled by
13675           SmallColorControl. This fixes drawing of the focus rectangle
13676           and adds a 3D border.
13678 2005-05-03  Peter Bartok  <pbartok@novell.com>
13680         * Control.cs: Modified version of Jonathan Chamber's fix for
13681           double-buffering
13683 2005-05-03  Jackson Harper  <jackson@ximian.com>
13685         * ListView.cs: Remove redraw variable. Control now handles whether
13686         or not a redraw needs to be done, and will only raise the paint
13687         event if redrawing is needed.
13689 2005-05-03  Jackson Harper  <jackson@ximian.com>
13691         * Splitter.cs: No decorations for the splitter form. Cache the
13692         hatch brush.
13694 2005-05-03  Jackson Harper  <jackson@ximian.com>
13696         * TreeView.cs: Use dashed lines to connect nodes. Use the
13697         ControlPaint method for drawing the focus rect instead of doing
13698         that in treeview.
13700 2005-05-02  Peter Bartok  <pbartok@novell.com>
13702         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
13704 2005-04-29  Jackson Harper  <jackson@ximian.com>
13706         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
13707         entire image buffer. Just clear the clipping rectangle.
13709 2005-04-29  Jackson Harper  <jackson@ximian.com>
13711         * ThemeWin32Classic.cs: Don't draw list view items that are
13712         outside the clipping rectangle.
13714 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
13716         * ListBox.cs: added horizontal item scroll
13718 2005-04-29  Jackson Harper  <jackson@ximian.com>
13720         * ThemeWin32Classic.cs: Remove some old debug code that was
13721         causing flicker with the new double buffering code.
13723 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
13725         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
13726         behave like combobox and comboboxlist (still not sure if this is
13727         correct though).
13729 2005-04-28  Jackson Harper  <jackson@ximian.com>
13731         * ThemeWin32Classic.cs: Don't fill the middle of progress
13732         bars. This fills areas outside of the clip bounds that don't need
13733         to be filled.
13735 2005-04-28  Jackson Harper  <jackson@ximian.com>
13737         * Control.cs: Don't expose functionality to touch the image buffers.
13738         * ProgressBar.cs:
13739         * ListView.cs: We do not need to (and no longer can) manipulate
13740         the image buffers directly. All of this is handled by Control.
13742 2005-04-28  Peter Bartok  <pbartok@novell.com>
13744         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13745           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
13746           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
13748 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
13750         * Combobox:
13751                 - Adjust control's height for non-simple comboboxes (bug fix)
13752                 - Remove dead code
13753         * MenuAPI.cs: remove unused var
13754         * ScrollBar.cs: remove unsed var
13755                  
13756         * ListBox.cs: unselect items when clearing
13758 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
13760         * ListControl.cs: honors OnPositionChanged and default Selected Item
13761         * ListBox.cs: unselect items when clearing
13763 2005-04-27  Jackson Harper  <jackson@ximian.com>
13765         * X11Keyboard.cs: Initialize a default keyboard and give a warning
13766         if a "correct" keyboard is not found. This will make us not crash,
13767         but might give some users bad keyboard layouts...seems to be the
13768         same thing rewind does.
13770 2005-04-27  Jackson Harper  <jackson@ximian.com>
13772         * BindingManagerBase.cs: Attach the current/position changed
13773         handlers to their respective events.
13775 2005-04-27  Jackson Harper  <jackson@ximian.com>
13777         * Control.cs: Make sure that the first WM_PAINT does a full draw,
13778         not just a blit.
13779         * ThemeWin32Classic.cs: Don't fill the background for picture
13780         boxes. This could overright user drawing.
13781         * ComboBox.cs: Just fill the clipping rect not the entire client
13782         rect when drawing the background. This prevents pieces of the
13783         image buffer from getting overwritten and is theoretically faster.
13785 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
13787         * ComboBox.cs: Databinding support fixes, fire missing events
13788         * ListControl.cs: implement missing methods and properties, fixes
13789         * ThemeWin32Classic.cs: Databiding support on Drawing
13790         * CheckedListBox.cs: Databinding support fixes, fire missing events
13791         * ListBox.cs: Databinding support fixes, fire missing events
13792         
13793 2005-04-25  Peter Bartok  <pbartok@novell.com>
13795         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
13797 2005-04-25  Jackson Harper  <jackson@ximian.com>
13799         * TreeView.cs: Use the horizontal scrollbars height not width when
13800         determining how much of the client area is available.
13802 2005-04-25  Jackson Harper  <jackson@ximian.com>
13804         * Control.cs: Double buffering is handled differently now. As per
13805         the spec, the extra buffer is created in the WM_PAINT message and
13806         passed down to the control's drawing code.
13807         * GroupBox.cs:
13808         * Label.cs:
13809         * CheckBox.cs:
13810         * ProgressBar.cs:
13811         * RadioButton.cs:
13812         * ColorDialog.cs:
13813         * ComboBox.cs:
13814         * PropertyGridView.cs:
13815         * UpDownBase.cs:
13816         * MessageBox.cs:
13817         * MenuAPI.cs:
13818         * ListView.cs:
13819         * ButtonBase.cs:
13820         * SizeGrip.cs:
13821         * ScrollBar.cs:
13822         * ListBox.cs:
13823         * TrackBar.cs:
13824         * ToolBar.cs:
13825         * PictureBox.cs:
13826         * DateTimePicker.cs:
13827         * StatusBar.cs:
13828         * TreeView.cs: Update to new double buffering system.
13829         * MonthCalendar.cs: Uncomment block, as Capture is now
13830         working. Update to new double buffering
13831         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
13832         * PaintEventArgs.cs: New internal method allows us to set the
13833         graphics object. This is used for double buffering.
13834         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
13835         rectangle. The internal paint_area var has been removed from
13836         StatusBar. The clipping rect should be used instead.
13837         * Theme.cs: Give the PictureBox drawing method a clipping rect.
13838         * TabPage.cs: The RefreshTabs method was removed, so just call the
13839         tab controls Refresh method now.
13840         * TabControl.cs: Update to new double buffering. Make sure the
13841         handle is created before sizing the tab pages, otherwise we will
13842         get stuck in a loop.
13844 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
13846         * LinkLabel.cs: Fix typo, bug #74719; patch
13847           from Borja Sanchez Zamorano
13849 2005-04-22  Jackson Harper  <jackson@ximian.com>
13851         * TreeNode.cs: Implement Handle stuff.
13852         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
13854 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
13856         * DataGridTextBoxColumn.cs: call base constructors, fixes
13857         * GridColumnStylesCollection.cs: missing events, methods, and functionality
13858         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
13859         * DataGridTableStyle.cs: implements create default column styles
13860         * DataGridBoolColumn.cs: which types can handle
13861         * DataGrid.cs: missing methods, fixes, new functionality
13862         * DataGridColumnStyle.cs: fixes
13864 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
13865         * FolderBrowserDialog.cs:
13866         - Use a thread to fill the TreeView
13867         - Adjusted some sizes
13869 2005-04-19  Peter Bartok  <pbartok@novell.com>
13871         * LinkLabel.cs: (Re-)create the pieces when setting the Text
13872           property. Fixes #74360.
13874 2005-04-19  Jackson Harper  <jackson@ximian.com>
13876         * XEventQueue.cs: Lock when getting the lockqueue size.
13877         * PictureBox.cs: Call base OnPaint
13878         
13879 2005-04-19  Peter Bartok  <pbartok@novell.com>
13881         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
13882           messages were no longer being processed (this broke BeginInvoke)
13884           
13885 2005-04-18  Jackson Harper  <jackson@ximian.com>
13887         * TreeView.cs: buglet that caused node images to get drawn
13888         regardless of whether or not they were in the clipping rectangle.
13890 2005-04-18  Jackson Harper  <jackson@ximian.com>
13892         * CurrencyManager.cs: There are four rules for GetItemProperties:
13893         - If the type is an array use the element type of the array
13894         - If the type is a typed list, use the type
13895         - If the list contains an Item property that is not an object, use
13896         that property
13897         - use the first element of the list if there are any elements in
13898         the list.
13899         
13900 2005-04-17  Jackson Harper  <jackson@ximian.oom>
13902         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
13903         click. This handles offsets for scrolling properly and reduces
13904         memory. Also fixed GetNode to not offset now that TopNode works
13905         properly.
13906         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
13907         
13908 2005-04-17  Jackson Harper  <jackson@ximian.com>
13910         * CursorConverter.cs: Initial implementation.
13912 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
13914         * ListControl.cs: work towards complex data binding support on ListControl
13915         * CurrencyManager.cs: work towards complex data binding support on ListControl
13916         * ListBox.cs: work towards complex data binding support on ListControl
13919 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
13921         * GridTableStylesCollection.cs: fixes name and constructor
13922         * DataGridTableStyle.cs: fixes
13923         * DataGridBoolColumn.cs: fixes names and constructors
13924         * DataGrid.cs: define methods and properties. Some init implementations
13925         * DataGridCell.cs: define methods and properties. Some init implementations
13926         * GridTablesFactory.cs: Define methods and properties
13928 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
13930         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
13931         graphics port changes.  We still want the coordinates in global screen
13932         coordinates.
13934 2005-04-14  Jackson Harper  <jackson@ximian.com>
13936         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
13937         check plus minus or checkbox clicks unless those features are enabled.
13939 2005-04-14  Jackson Harper  <jackson@ximian.com>
13941         * TreeView.cs: Add methods for setting the top and bottom visible
13942         nodes. TreeNode::EnsureVisible uses these methods.
13943         * TreeNode.cs: Implement EnsureVisible
13945 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
13947         * Form.cs: Pospone menu assignation if the window has not been created yet
13948         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
13949         size and position
13951 2005-04-12  Jackson Harper  <jackson@ximian.com>
13953         * TreeView.cs: Set the TopNode properly when scrolling
13954         occurs. This has the added benifit of reducing the amount of
13955         walking that needs to be done when drawing. Also removed an old
13956         misleading TODO.
13957         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
13958         
13959 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
13961         * Timer.cs: fixes interval setting when the timer is already enabled
13962         
13963 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
13965         * FolderBrowserDialog.cs: First approach
13967 2005-04-09  Peter Bartok  <pbartok@novell.com>
13969         * FolderBrowserDialog: Added
13971 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
13973         * LinkLabel.cs: move drawing code into the theme
13974         * ThemeWin32Classic.cs: drawing code and painting background bugfix
13975         * Theme.cs: define DrawLinkLabel method
13977 2005-04-05  Jackson Harper  <jackson@ximian.com>
13979         * BindingContext.cs: Use weak references so these bad actors don't
13980         stay alive longer then they need to.
13982 2005-04-05  Jackson Harper  <jackson@ximian.com>
13984         * ListControl.cs: Basic implementation of complex databinding.
13985         * ComboBox.cs:
13986         * ListBox.cs: Add calls to ListControl databinding methods.
13988 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
13990         * FileDialog.cs:
13991           - Don't change PopupButtonState to Normal when the
13992             PopupButton gets pressed several times.
13993           - Renamed ButtonPanel to PopupButtonPanel
13995 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
13997         * ColorDialog.cs: Use cached objects instead of creating them
13998         * LinkLabel.cs: Use cached objects instead of creating them
13999         * Splitter.cs: Use cached objects instead of creating them
14000         * FontDialog.cs: Use cached objects instead of creating them
14001         * PropertyGridView.cs: Use cached objects instead of creating them
14002         * MessageBox.cs: Use cached objects instead of creating them
14003         * FileDialog.cs: Use cached objects instead of creating them
14004         * ThemeWin32Classic.cs: Use cached objects instead of creating them
14005         * TreeView.cs: Use cached objects instead of creating them
14006         
14007 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
14009         * Control.cs: use Equals to compare the font since no == op
14010         * ScrollBar.cs: use Equals to compare the font since no == op
14012 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
14014         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
14016 2005-04-01  Jackson Harper  <jackson@ximian.com>
14018         * Binding.cs: Implement IsBinding.
14019         * BindingManagerBase.cs:
14020         * PropertyManager.cs:
14021         * CurrencyManager.cs: Add IsSuspended property.
14023 2005-04-01  Jackson Harper  <jackson@ximian.com>
14025         * Binding.cs: Had some IsAssignableFrom calls backwards.
14027 2005-04-01  Jackson Harper  <jackson@ximian.com>
14029         * Binding.cs: Handle null data members when pulling data.
14030         * PropertyManager.cs: Handle the data member being a property that
14031         does not exist.
14033 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
14035         * DataGridTextBoxColumn.cs: fixes signature
14036         * DataGrid.cs: calls right constructor
14038 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
14040         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
14041         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
14042         * GridTableStylesCollection.cs: implements GridTableStylesCollection
14043         * DataGridTableStyle.cs: implements DataGridTableStyle
14044         * DataGridBoolColumn.cs: implements DataGridBoolColumn
14045         * DataGridTextBox.cs: implements DataGridTextBox
14046         * DataGridColumnStyle.cs: implements DataGridColumnStyle
14048 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
14050         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
14052 2005-03-29  Peter Bartok  <pbartok@novell.com>
14054         * Application.cs:
14055           - Properly implemented CompanyName property
14056           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
14057             returns a path that includes CompanyName, ProductName and
14058             Version (fixes bug #70330)
14060 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
14062         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
14063           fixes bug #72588.
14065 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
14067         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
14068         
14069           - Added ReadOnly CheckBox
14070           - Further refactoring: moved some code from Open-/SaveFileDialog
14071             to FileDialog
14073 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
14075         * OpenFileDialog.cs: Fixed CheckFileExists
14076         * FileDialog.cs:
14077           Moved FileView and DirComboBox outside FileDialog class.
14078           They can now be used outside FileDialog
14080 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
14082         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
14083         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
14085 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
14087         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
14088           - Added missing CreatePrompt property in SaveDialog
14089           - Overall SaveDialog handling should be better now
14090           - Added non standard ShowHiddenFiles property
14091           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
14092           - Added InitialDirectory and RestoreDirectory support
14094 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
14096         * FileDialog.cs: Made dirComboBox usable
14098 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
14100         * FileDialog.cs: Added Filter support (case sensitiv)
14102 2005-03-24  Jackson Harper  <jackson@ximian.com>
14104         * TabControl.cs: Need a couple more pixels for the lines.
14106 2005-03-23  Jackson Harper  <jackson@ximian.com>
14108         * TabControl.cs: Give the tab page focus when it is selected.
14110 2005-03-23  Jackson Harper  <jackson@ximian.com>
14112         * TabControl.cs: Account for the drawing of tabs borders when
14113         invalidating. If the slider was clicked dont do click detection on
14114         the tabs.
14116 2005-03-23  Jackson Harper  <jackson@ximian.com>
14118         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
14120 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
14122         * CategoryGridEntry.cs: Added
14123         * GridItem.cs: Added helper properties
14124         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
14125         * GridEntry.cs: Updated code for collection
14126         * PropertyGrid.cs: Cleaned up some formatting
14127         * PropertyGridView.cs: Added drop down functionality for enums.
14128         * GridItemCollection.cs: Added enumerator logic
14129         * PropertyGridEntry.cs: Added
14131 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
14133         * FileDialog.cs:
14134           - Removed unnecessary commented code
14135           - Fixed handling for entering the filename manually in the combobox
14137 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
14139         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
14141 2005-03-18  Peter Bartok  <pbartok@novell.com>
14143         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
14144           them being touching the border
14146 2005-03-18  Peter Bartok  <pbartok@novell.com>
14148         * TextControl.cs: Quick hack to center text better
14150 2005-03-18  Peter Bartok  <pbartok@novell.com>
14152         * ControlPaint.cs:
14153           - Don't throw NotImplemented exceptions, just print a notice once
14154             instead (requested by Miguel). This makes running existing SWF
14155             apps a bit easier
14156         * Control.cs:
14157           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
14158           - Added context menu trigger on right click
14159         * Panel.cs: Trigger invalidate on resize
14160         * StatusBar.cs:
14161           - Removed old double-buffer drawing
14162           - Added ResizeRedraw style to force proper update of statusbar
14163         * ListView.cs:
14164           - Removed debug output
14165         * ThemeWin32Classic.cs:
14166           - Fixed drawing of status bar, now draws Text property if there
14167             are no defined panels
14169 2005-03-18  Jackson Harper  <jackson@ximian.com>
14171         * ImageList.cs: When the image stream is set pull all the images
14172         from it.
14173         * ImageListStreamer.cs: Implement reading image list streams.
14175 2005-03-18  Peter Bartok  <pbartok@novell.com>
14177         * ThemeWin32Classic.cs (DrawPictureBox):
14178           - Fixed calculations for centered drawing
14179           - Fixed drawing for normal mode, not scaling the image on normal
14181 2005-03-18  Peter Bartok  <pbartok@novell.com>
14183         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
14184           textbox
14185         * FileDialog.cs:
14186           - Made Open/Save button the accept button for FileDialog
14187           - Tied the cancel button to the IButtonControl cancel button
14188           - Save/Open now properly builds the pathname
14189           - Now handles user-entered text
14190           - Preventing crash on right-click if no item is selected
14191           - Fixed Text property, now uses contents of textbox
14192           - Fixed SelectedText property, now just returns the text part that
14193             is selected in the text box
14195 2005-03-18  Jackson Harper  <jackson@ximian.com>
14197         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
14198         rect, make sure to de-adjust the interior rect after drawing the
14199         tab text.
14201 2005-03-18  Peter Bartok  <pbartok@novell.com>
14203         * MenuAPI.cs: Remove menu *before* executing selected action to
14204           prevent the menu from 'hanging around'
14205           
14206 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
14208         * XplatUIOSX.cs: Implemented WorkingArea property
14210 2005-03-17  Peter Bartok  <pbartok@novell.com>
14212         * XplatUIX11.cs: Fixed menu coord calculations
14213         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
14214           for calculating offsets
14216 2005-03-17  Peter Bartok  <pbartok@novell.com>
14218         * Hwnd.cs: Do not consider menu presence for default client
14219           rectangle location/size
14220         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
14221           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
14222           translation functions
14223         * FileDialog.cs: Fixed (what I presume is a) typo
14225 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
14227         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
14228           X access (avoids X-Async errors)
14230 2005-03-16  Jackson Harper  <jackson@ximian.com>
14232         * TabControl.cs: Raise the SelectedIndexChanged event.
14234 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
14236         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
14237           - Removed vertical ToolBar and replaced it with a custom panel
14238             (desktop and home button already work)
14239           - Added Help button (some controls get resized or relocated then)
14240           - Draw correct text depending on Open or Save.
14241           - Fixed some typos...
14243 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
14245         * ScrollBar.cs:
14246           - Only change Maximum and Minimum when need it (bug fix)
14248 2005-03-15  Peter Bartok  <pbartok@novell.com>
14250         * Form.cs: Use Handle for icon, to trigger creation if
14251           the window does not yet exist
14252         * Control.cs:
14253           - CanSelect: Slight performance improvement
14254           - Focus(): Preventing possible recursion
14255           - Invalidate(): Removed ControlStyle based clear flag setting
14256           - WM_PAINT: fixed logic for calling OnPaintBackground
14257           - WM_ERASEBKGND: Fixed logic, added call to new driver method
14258             EraseWindowBackground if the control doesn't paint background
14259         * XplatUIWin32.cs:
14260           - Moved EraseWindowBackground() method to internal methods
14261           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
14262             is sent via SendMessage on BeginPaint call on Win32
14263         * XplatUIX11.cs:
14264           - Added EraseWindowBackground() method
14265           - No longer sends WM_ERASEBKGND on .Expose, but on call to
14266             PaintEventStart, which more closely matches Win32 behaviour
14267           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
14268           - Fixed SetFocus() to properly deal with client and whole windows
14269         * Hwnd.cs: Added ErasePending property
14270         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
14271         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
14273 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
14275         * XplatUIOSX.cs:
14276           - Fix hard loop when timers exist.
14277           - Fix bugs with middle and right click for 3 button mice.
14279 2005-03-11  Peter Bartok  <pbartok@novell.com>
14281         * XplatUIX11.cs:
14282           - get_WorkingArea: Need to call X directly, GetWindowPos only
14283             returns cached data now
14284           - Added sanity check to GetWindowPos hwnd usage
14286 2005-03-11  Jackson Harper  <jackson@ximian.com>
14288         * BindingManagerBase.cs: This method isn't used anymore as
14289         PullData now updates the data in the control.
14291 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
14293         * Form.cs: fixes menu drawing on X11
14294         * MenuAPI.cs:  fixes menu drawing on X11
14296 2005-03-11  Peter Bartok  <pbartok@novell.com>
14298         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
14299           from Jonathan Gilbert; should fix bug #73606
14300         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
14301           in Screen coordinates. Thanks, Jordi.
14302         * Form.cs: Added missing attribute
14304 2005-03-11  Peter Bartok  <pbartok@novell.com>
14306         * Form.cs:
14307           - Rudimentary Mdi support
14308           - Removed outdated FormParent code
14309           - Implemented lots of missing properties and methods, still missing
14310             transparency support
14311           - Added missing attributes
14312           - Implemented support for MaximumBounds
14313           - Added firing of various events
14314         * XplatUI.cs: Added SetIcon() method
14315         * XplatUIDriver.cs: Added SetIcon() abstract
14316         * XplatUIOSX.cs: Stubbed out SetIcon() method
14317         * XplatUIX11.cs:
14318           - Implemented SetIcon() support
14319           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
14320           - Switched to unix line endings
14321         * XplatUIWin32.cs:
14322           - Made POINT internal so for can access it as part of MINMAX
14323           - Implemented SetIcon() support
14324           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
14325             native Mdi support again, might have to go managed)
14326         * Control.cs: Now fires the StyleChanged event
14327         * MdiClient.cs: Added; still mostly empty
14329 2005-03-10  Peter Bartok  <pbartok@novell.com>
14331         * SaveFileDialog.cs: Added emtpy file
14333 2005-03-08  Peter Bartok  <pbartok@novell.com>
14335         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
14336           in turn triggers OnCreateContro) when creating a handle for the
14337           first time.
14338         * TextControl.cs: Fixed endless loop in certain cases when
14339           replacing the current selection
14341 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
14343         * ScrollBar.cs:
14344           - Honors NewValue changes in Scroll events allowing apps to change it
14345           - Adds First and Last Scroll events
14346           - Fixes Thumb events
14348 2005-03-07  Peter Bartok  <pbartok@novell.com>
14350         * Hwnd.cs: Added DefaultClientRectangle property
14351         * XplatUI.cs: Now using the X11 driver Where() method, which provides
14352           more detailed debug information
14353         * XplatUIX11.cs:
14354           - Fixed size-change feedback loop, where we would pull an old size
14355             off the queue and mistakenly change our window's size to an
14356             earlier value
14357           - Now compressing ConfigureNotify events, to reduce looping and
14358             redraw issues
14359         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
14360           is called
14362 2005-03-07  Jackson Harper  <jackson@ximian.com>
14364         * Binding.cs: Push data pushes from data -> property. Check if the
14365         property is readonly when attempting to set it.
14367 2005-03-07  Jackson Harper  <jackson@ximian.com>
14369         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
14370         instead of IsSubclassOf. Pulling data now sets the value on the
14371         control.
14372         * PropertyManager.cs:
14373         * CurrencyManager.cs: Just need to pull data when updating now,
14374         because PullData will set the value on the control.
14376 2005-03-04  Jackson Harper  <jackson@ximian.com>
14378         * Binding.cs: Implement data type parsing and converting on pulled
14379         data. TODO: Are there more ways the data can be converted?
14381 2005-03-04  Jackson Harper  <jackson@ximian.com>
14383         * Binding.cs: Support <Property>IsNull checks. Also bind to the
14384         controls Validating method so we can repull the data when the
14385         control loses focus.
14387 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
14389         * ColumnHeader.cs:
14390           - Fixes null string format
14391           
14392         * ListView.cs:
14393           - Adds enum type checks
14394           - Fixes redrawing and recalc need after changing some properties
14395           - Fixes on focus_item set after the event
14396           - Fixes adding columns after the control has been created
14397           
14398         * ThemeWin32Classic.cs:
14399           - Fixes CheckBox focus rectangle
14400           - Fixes ColumnHeader drawing
14403 2005-03-03  Jackson Harper  <jackson@ximian.com>
14405         * Binding.cs: Bind to <Property>Changed events so we can detect
14406         when properties are changed and update the data.
14408 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
14410         * ImageList.cs:
14411           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
14412           - Fixes ImageList constructor with ImageList container
14413           - Fixes image scaling (wrong parameters at DrawImage)
14415 2005-02-02  Jackson Harper  <jackson@ximian.com>
14417         * Binding.cs: Make property searches case-insensitive. Eliminate
14418         some duplicated code.
14420 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
14422         * ComboBox.cs:
14423                 - Handle focus event
14424                 - Fix scrollbar events
14425                 - Discard highlighted item if remove it
14426                 - Fixes SelectedItem with strings
14428 2005-03-01  Peter Bartok  <pbartok@novell.com>
14430         * Control.cs:
14431           - Fixed Visible property, now follows (once again) parent chain
14432             to return false if any control in the chain is visible=false
14433           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
14434           - Fixed several places where is_visible instead of Visible was used
14435           - Implemented FIXME related to focus selection when setting focused
14436             control to be invisible
14438         * XplatUIWin32.cs: Now using proper method to find out if window is
14439           visible. Thanks to Jordi for pointing it out
14441 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
14443         * ComboBox.cs: show/hide scrollbar instead of creating it
14445 2005-02-27  Jackson Harper  <jackson@ximian.com>
14447         * CurrencyManager.cs: Add PositionChanged stuff.
14449 2005-02-27  Peter Bartok  <pbartok@novell.com>
14451         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
14452         * XplatUIOSX.cs: Added GetMenuOrigin() stub
14453         * XplatUIWin32.cs: Implemented GetMenuOrigin()
14454         * XplatUIX11.cs:
14455           - Implemented GetMenuDC()
14456           - Implemented GetMenuOrigin()
14457           - Implemented ReleaseMenuDC()
14458           - Implemented generation of WM_NCPAINT message
14459           - Implemented generation and handling of WM_NCCALCSIZE message
14460         * Form.cs: Added debug helper message for Jordi's menu work
14461         * Hwnd.cs:
14462           - Modified ClientRect property; added setter, fixed getter to handle
14463             setting of ClientRect
14464           - Added MenuOrigin property
14466 2005-02-26  Peter Bartok  <pbartok@novell.com>
14468         * XplatUIX11.cs:
14469           - Destroys the caret if a window that's being destroyed contains it
14470           - Ignores expose events coming from the X11 queue for windows that
14471             already are destroyed
14472           - Now uses the proper variable for handling DestroyNotify, before we
14473             marked the wrong window as destroyed
14474           - Improved/added some debug output
14476 2005-02-26  Peter Bartok  <pbartok@novell.com>
14478         * X11Keyboard.cs: Fixes to work on 64bit systems
14480 2005-02-26  Peter Bartok  <pbartok@novell.com>
14482         * Control.cs:
14483           - Now calling OnHandleDestroyed from DestroyHandle()
14484             instead of Dispose()
14485           - Removed bogus call to controls.Remove() from DestroyHandle()
14487 2005-02-26  Peter Bartok  <pbartok@novell.com>
14489         * Control.cs: Properly destroy child windows when our handle is
14490           destroyed
14492 2005-02-25  Peter Bartok  <pbartok@novell.com>
14494         * XplatUI.cs:
14495           - Added 'DriverDebug' define to allow tracing XplatUI API calls
14496           - Alphabetized Static Methods and Subclasses
14498         * XplatUIX11.cs:
14499           - Added XException class to allow custom handling of X11 exceptions
14500           - Created custom X11 error handler, tied into XException class
14501           - Added support for MONO_XEXCEPTIONS env var to allow the user
14502             to either throw an exception on X errors or continue running
14503             after displaying the error
14504           - Added handling of DestroyNotify message
14505           - Added handler for CreateNotify message (still disabled)
14506           - Improved (tried to at least) Where method to provide file and lineno
14507         * X11Structs.cs:
14508           - Added XErrorHandler delegate
14509           - Added XRequest enumeration (to suppor translation of errors)
14511 2005-02-25  Jackson Harper  <jackson@ximian.com>
14513         * PropertyManager.cs: Implement editing features
14514         * CurrencyManager.cs:
14515         * Binding.cs: First attempt at UpdateIsBinding
14516         * BindingManagerBase.cs: Call UpdateIsBinding before
14517         pushing/pulling data.
14519 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
14521         * MenuAPI.cs: Respect disabled items
14522         * ThemeWin32Classic.cs
14523                 - Caches ImageAttributes creation for DrawImageDisabled
14524                 - Fixes vertical menu line drawing
14525                 - Draws disabled arrows in disable menu items
14527 2005-02-24  Peter Bartok  <pbartok@novell.com>
14529         * Hwnd.cs:
14530           - Added UserData property to allow associating arbitrary objects
14531             with the handle
14532           - Fixed leak; now removing Hwnd references from static windows array
14533         * XplatUIWin32.cs:
14534           - Fixed Graphics leak in PaintEventEnd
14535           - Removed usage of HandleData, switched over to Hwnd class
14536         * HandleData.cs: Removed, obsoleted by Hwnd.cs
14538 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
14540         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
14541         * ScrollBar.cs: Fixes bug
14542         * TrackBar.cs: removes death code, clipping, mimize refreshes,
14543          keyboard navigation enhancements
14545 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
14547         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
14548         * GroupBox.cs: Add control styles
14549         * Label.cs: Add control styles
14550         * UpDownBase.cs: Add control styles
14551         * ListBox.cs: Add control styles
14552         * XplatUIWin32.cs: Fixes wrong parameter order
14555 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
14557         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
14559 2005-02-23  Jackson Harper  <jackson@ximian.com>
14561         * PropertyManager.cs: Implement property binding. This doesn't
14562         seem to work yet though as (I think) there are some bugs in
14563         System.ComponentModel.PropertyDescriptor.
14564         * BindingContext.cs: Use new PropertyManager constructor.
14566 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
14568         * ProgressBar.cs: use clip region in ProgressBar
14569         * ThemeWin32Classic.cs: use clip region in ProgressBar
14571 2004-02-22  Jackson Harper  <jackson@ximian.com>
14573         * BindingsCollection.cs: Remove some debug code.
14575 2005-02-22  Jackson Harper  <jackson@ximian.com>
14577         * BindingContext.cs:
14578         * ControlBindingsCollection.cs:
14579         * CurrencyManager.cs:
14580         * Binding.cs:
14581         * BindingManagerBase.cs: Initial implementation
14582         * BindingsCollection.cs: Add an internal contains method that the
14583         BindingManagerBase uses to ensure bindings aren't added twice to
14584         the collection.
14585         * PropertyManager.cs: Stubbed out.
14586         * Control.cs:
14587         * ContainerControl.cs: Hook up databinding
14588         
14589 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
14591         * XplatUIOSX.cs:
14592           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
14593           Fixed Invalidate/Update chain.
14594           Fixed tons of other minor bugs (this is almost a complete rewrite).
14596 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
14598         * ComboBox.cs: do subcontrol creation when the control is created
14600 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
14602         * Label.cs: fixes image drawing (image and imagelist)
14603         * ThemeWin32Classic.cs: cache brushes
14604         
14605 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
14607         * Form.cs: Move menu drawing code to Theme class
14608         * ComboBox.cs: Move ComboBox drawing code to Theme class
14609         * MenuItem.cs: Move menu drawing code to Theme class
14610         * MenuAPI.cs: Move menu drawing code to Theme class
14611         * ThemeWin32Classic.cs: New methods
14612         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
14613         * ListBox.cs: Move Listbox drawing code to Theme class
14614         * Theme.cs: New methods
14616 2005-02-20  Peter Bartok  <pbartok@novell.com>
14618         * Control.cs:
14619           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
14620             only process mnemonics on those)
14621           - Fixed event sequence for key handling; first calling
14622             ProcessKeyEventArgs now
14623         * TextBoxBase.cs:
14624           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
14625             for processing non-character keys
14626           - Fixed WM_CHAR to generate proper event sequence before processing
14627         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
14628           generation
14630 2005-02-19  Peter Bartok  <pbartok@novell.com>
14632         * UserControl.cs: Added TextChanged event; added attributes
14633         * SizeGrip.cs: Implemented resizing and optional display of grip
14634         * Form.cs: Fixed attribute
14635         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
14636           Changed meaning of ScrollWindow bool argument; instead of the
14637           clear attribute (which will be true usually anyway), it gives the
14638           option of moving child controls as well.
14639         * XplatUIX11.cs:
14640           - Changed to match new ScrollWindow argument
14641           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
14642             now handles the implicit parent window a WM puts around us
14643         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
14644           to work)
14645         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
14646         * TreeView.cs: Adjusted to new ScrollWindow arguments
14648 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
14650         * Form.cs: Menu integration with non-client area
14651         * MenuItem.cs: Menu integration with non-client area
14652         * MenuAPI.cs: Menu integration with non-client area
14654 2005-02-18  Peter Bartok  <pbartok@novell.com>
14656         * MethodInvoker.cs: Added
14657         * MdiLayout.cs: Added
14658         * SendKeys.cs: Started implementation
14659         * ErrorIconAlignment.cs: Added
14661 2005-02-18  Peter Bartok  <pbartok@novell.com>
14663         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
14664         * Form.cs: Added handling for Menu-related Non-client messages
14666 2005-02-17  Peter Bartok  <pbartok@novell.com>
14668         * UpDownBase.cs: Fixed typo, compilation errors
14669         * DomainUpDown.cs: Fixed attribute value
14671 2005-02-16  Miguel de Icaza  <miguel@novell.com>
14673         * UpDownBase.cs: Attach entry events.
14674         Propagate events.
14675         Add ForeColor property, Focused, InterceptArrowKeys (interception
14676         does not work yet).
14678 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
14680         * Form.cs:
14681                 - Redraw non client are on Setmenu
14682                 - Calc proper menu starting point
14684 2005-02-17  Peter Bartok  <pbartok@novell.com>
14686         * Application.cs: Fixed message_filter check
14688 2005-02-17  Peter Bartok  <pbartok@novell.com>
14690         * Application.cs: Now calls registered message filters
14691         * DockStyle.cs: Fixed attribute
14692         * Form.cs: Fixed attribute
14693         * Menu.cs: Fixed attribute
14694         * ToolTip.cs: Fixed attribute
14695         * TreeNode.cs: Added missing attributes and arranged in regions
14696         * PropertyGrid.cs: Fixed signatures
14697         * TreeNodeCollection.cs: Added attributes
14698         * Splitter.cs: Added missing attributes; arranged into regions
14699         * TabPage.cs: Added missing attributes; arranged into regions
14700         * TextBoxBase.cs: Added missing attributes
14701         * TextBox.cs: Added missing attributes
14702         * ArrangeDirection.cs: Added missing attributes
14703         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
14704         * ToolBarButton.cs: Fixed attributes
14705         * AnchorStyles.cs: Fixed attribute
14706         * TrackBar.cs: Fixed attributes
14707         * TabControl.cs: Added missing attributes and arranged into regions
14708         * ToolBar.cs: Fixed attribute
14709         * StatusBar.cs: Fixed signature, organized into regions and added
14710           attributes
14711         * StatusBarPanel.cs: Fixed attributes
14712         * ContentsResizedEventArgs.cs: Implemented
14713         * ContentsResizedEventHandler.cs: Implemented
14714         * DateBoldEventArgs.cs: Implemented
14715         * DateBoldEventHandler.cs: Implemented
14716         * UpDownEventArgs.cs: Implemented
14717         * UpDownEventHandler.cs: Implemented
14718         
14719 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
14721         * Form.cs: first Menu NC refactoring
14722         * MenuAPI.cs: first Menu NC refactoring
14723         
14724 2005-02-16  Peter Bartok  <pbartok@novell.com>
14726         * ImeMode.cs: Added missing attributes
14727         * Menu.cs: Fixed attribute
14728         * GroupBox.cs: Fixed attribute
14729         * Label.cs: Fixed attribute
14730         * ColorDialog.cs (RunDialog): Removed TODO attribute
14731         * ComboBox.cs: Fixed attributes
14732         * ListControl.cs: Added missing attributes
14733         * PropertyGrid.cs: Fixed attributes
14734         * Control.cs: Fixed attributes
14735         * ListViewItem.cs: Added TypeConverter attribute
14736         * NotifyIcon.cs: Fixed attributes
14737         * ListView.cs: Fixed attributes
14738         * ButtonBase.cs: Fixed attribute
14739         * ImageList.cs: Added missing attributes
14740         * ContainerControl.cs: Fixed signature
14741         * CheckedListBox.cs: Fixed attribute; added missing attributes
14742         * Panel.cs: Fixed attributes
14743         * PropertyTabChangedEventArgs.cs: Added missing attribute
14744         * PropertyValueChangedEventArgs.cs: Added missing attribute
14745         * Binding.cs: Fixed attribute
14746         * ListViewItemConverter: Implemented ListViewSubItemConverter class
14747         * ListBox.cs: Fixed attribute; added missing attributes;
14748         * ScrollableControl.cs: Added missing attributes
14749         * PictureBox.cs: Added missing attributes; implemented missing property
14750         * DateTimePicker.cs: Added missing attributes
14751         * Theme.cs (ToolWindowCaptionHeight): Fixed type
14752         * MonthCalendar.cs: Fixed attributes
14753         * StatusBarPanel.cs: Added missing attributes
14754         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
14756 2005-02-16  Peter Bartok  <pbartok@novell.com>
14758         * TextBoxBase.cs: The previous method to enforce height yet remember
14759           the requested high was less than ideal, this is an attempt to do
14760           it better.
14761         * Control.cs: Added comment about possible problem
14762         * Copyright: Updated format
14763         * GridItemType.cs: Fixed swapped values
14765 2005-02-15  Jackson Harper  <jackson@ximian.com>
14767         * BaseCollection.cs: Use property so we never access an
14768         uninitialized list. Also initialize the list in the property.
14770 2005-02-15  Peter Bartok  <pbartok@novell.com>
14772         * GroupBox.cs (ProcessMnemonic): Implemented
14773         * Label.cs (ProcessMnemonic): Implemented
14774         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
14775           hotkeys
14777 2005-02-15  Peter Bartok  <pbartok@novell.com>
14779         * RadioButton.cs (ProcessMnemonic): Implemented
14780         * CheckBox.cs (ProcessMnemonic): Implemented
14781         * Control.cs:
14782           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
14783             handling
14784           - Added internal method to allow calling ProcessMnemonic from other
14785             controls
14786         * ContainerControl.cs:
14787           - Started support for handling validation chain handling
14788           - Implemented ProcessMnemonic support
14789           - Added Select() call to Active, to make sure the active control
14790             receives focus
14791         * Form.cs: Setting toplevel flag for Forms (this was lost in the
14792           FormParent rewrite)
14793         * ThemeWin32Classic.cs:
14794           - DrawCheckBox(): Fixed stringformat to show hotkeys
14795           - DrawRadioButton(): Fixed stringformat to show hotkeys
14796         * CommonDialog.cs: Removed WndProc override, not needed
14798 2005-02-14  Peter Bartok  <pbartok@novell.com>
14800         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
14801           missed those in the rewrite
14803 2005-02-14  Miguel de Icaza  <miguel@novell.com>
14805         * NumericUpDown.cs (Increment, ToString): Add.
14806         (DecimalPlaces): implement.
14807         
14808         Add attributes.
14809         
14810         * UpDownBase.cs: Add the designer attributes.
14812 2005-02-13  Peter Bartok  <pbartok@novell.com>
14814         * Panel.cs: Removed border_style, now in Control
14815         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
14816           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
14818 2005-02-13  Peter Bartok  <pbartok@novell.com>
14820         * MouseButtons.cs: Added missing attributes
14821         * XplatUIStructs.cs: Added enumeration for title styles
14822         * LeftRightAlignment.cs: Added missing attributes
14823         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
14824           it compatible with Graphics.FromHwnd()
14825         * SelectedGridItemChangedEventArgs.cs: Fixed property type
14826         * Keys.cs: Added missing attributes
14827         * SelectionRange.cs: Added missing attributes
14828         * SelectionRangeConverter.cs: Added
14829         * XplatUI.cs:
14830           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
14831             ReleaseMenuDC methods
14832           - Renamed ReleaseWindow to UngrabWindow
14833           - Added proper startup notice to allow version identification
14834         * Form.cs:
14835           - Added missing attributes
14836           - Removed FormParent concept
14837         * Label.cs: Removed border_style field, now in Control
14838         * RadioButton.cs: Now properly selects RadioButton when focus is
14839           received
14840         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
14841         * Control.cs:
14842           - Added missing attributes
14843           - Added borderstyle handling
14844           - Removed FormParent concept support
14845           - Fixed calls to XplatUI to match changed APIs
14846           - Fixed bug that would case us to use disposed Graphics objects
14847           - Removed unneeded internal methods
14848           - PerformLayout(): Fixed to handle DockStyle.Fill properly
14849           - SelectNextControl(): Fixed to properly check common parents
14850         * TextBoxBase.cs: Removed border_style field (now in Control)
14851         * MessageBox.cs:
14852           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
14853             fixed calculations for form size
14854           - Added support for localized strings and icons
14855           - Improved form size calculations, added border
14856         * ListView.cs: Removed border_style field (now in Control)
14857         * X11Structs.cs: Moved several structs from X11 driver here
14858         * X11Keyboard.cs: Changed debug message
14859         * Application.cs: Removed FormParent concept support
14860         * CommonDialog.cs:
14861           - Resetting end_modal flag
14862           - Removed FormParent concept support
14863         * NativeWindow.cs: Removed FormParent concept support
14864         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
14865           Client area and Non-Client whole window to allow support for WM_NC
14866           messages
14867         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
14868           prevent using it until it supports Hwnd as per Geoff Norton's request
14869         * ToolBar.cs: Fixed drawing, was not doing proper drawing
14870         * PictureBox.cs: Removed border_style field, now in Control
14871         * XplatUIWin32.cs: Added new driver methods
14873 2005-02-12  Peter Bartok  <pbartok@novell.com>
14875         * OpacityConverter.cs: Implemented
14876         * Hwnd.cs: Internal class to support drivers that need to emulate
14877           client area/non-client area window behaviour
14879 2005-02-11  Peter Bartok  <pbartok@novell.com>
14881         * KeysConverter.cs: Implemented
14883 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
14885         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
14886         * LinkLabel: Added missing attributes
14887         * MainMenu.cs: fixes ToString
14888         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
14889         * ListBox.cs: fixes event position
14890         * TrackBar.cs: adds missing attributes and events
14891         
14892 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
14894         * MenuItem.cs: Use SystemInformation and bug fixes
14895         * MenuAPI.cs: Use SystemInformation and bug fixes
14897 2005-02-09  Jackson Harper  <jackson@ximian.com>
14899         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
14900         their keystate otherwise things like VK_MENU get stuck "on".
14902 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
14904         * ListBox.cs: Fixes AddRange bug
14905         
14906 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
14908         * ProgressBar.cs
14909                 - Add missing attributes
14910                 - Add missing method
14911                 
14912         * CheckedListBox.cs: Added missing attributes
14913                 - Add missing attributes
14914                 - Remove extra method
14915         
14916         * ComboBox.cs: Added missing attributes
14917         * VScrollBar.cs: Added missing attributes
14918         * ScrollBar.cs:  Added missing attributes
14919         * ListBox.cs: Fixes signature, add missing consts
14920         * LinkArea.cs:   Added missing attributes
14921         
14923 2005-02-08  Peter Bartok  <pbartok@novell.com>
14925         * Menu.cs: Added missing attributes
14926         * MainMenu.cs: Added missing attributes
14927         * GroupBox.cs: Added missing attributes
14928         * Label.cs: Added missing attributes
14929         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
14930         * ColorDialog.cs:
14931           - Added Instance and Options properties
14932           - Added missing attributes
14933         * Cursor.cs: Made Serializable
14934         * NotifyIcon: Added missing attributes
14935         * MenuItem.cs: Added missing attributes
14936         * TextBoxBase.cs: Implemented AppendText() and Select() methods
14937         * Panel.cs: Added Missing attributes
14938         * MonthCalendar.cs: Fixed CreateParams
14940 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
14941         
14942         * LinkLabel.cs:
14943                 - Fixes signature
14944                 - Fixes issues with links
14945                 - Adds the class attributes
14947 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
14948         
14949         * ComboBox.cs:
14950                 - Fixes button when no items available in dropdown
14951                 - Fixes repainting problems
14952                 - Adds the class attributes
14953                 
14954 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
14956         * XplatUIOSX.cs: Detect the menu bar and title bar height from
14957         the current theme.  Cache these on startup.
14959 2005-02-07  Jackson Harper  <jackson@ximian.com>
14961         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
14962         the scrollbar buttons when they are depressed.
14964 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
14966         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
14967         Get the display size from the main displayid.  We currently dont
14968         support multiple display configurations.
14970 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
14972         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
14974 2005-02-07  Miguel de Icaza  <miguel@novell.com>
14976         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
14978 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
14980         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
14982 2005-02-04  Jackson Harper  <jackson@ximian.com>
14984         * ThemeWin32Classic.cs: Respect the clipping rect when
14985         drawing. Only fill the intersection of clips and rects so there
14986         isn't a lot of large fills.
14987         * ScrollBar.cs: Pass the correct clipping rect to the theme
14988         engine. Remove some debug code.
14990 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
14991         
14992         * DateTimePicker.cs:
14993                 - Fixed crash on DateTime.Parse, use Constructor instead
14995 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
14996         
14997         * MenuItem.cs:
14998         * MenuAPI.cs:
14999                 - Owner draw support (MeasureItem and DrawItem)
15001 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
15002         
15003         *  Menu.cs:
15004                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
15005                 - Fixes MenuItems.Add range
15006         * MenuItem.cs:
15007                 - MergeMenu and Clone and CloneMenu functions
15009 2005-02-03  Jackson Harper  <jackson@ximian.com>
15011         * ScrollBar.cs: Make abstract
15012         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
15013         is abstract.
15015 2005-02-03  Jackson Harper  <jackson@ximian.com>
15017         * ScrollBar.cs: First part of my scrollbar fixups. This removes
15018         all the unneeded refreshes and uses invalidates with properly
15019         computed rects.
15021 2005-02-03  Peter Bartok  <pbartok@novell.com>
15023         * ComponentModel.cs: Added
15024         * IDataGridEditingService.cs: Added
15025         * Timer.cs: Added missing attributes
15026         * ToolTip.cs: Added missing attributes
15028 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
15030         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
15032 2005-02-03  Peter Bartok  <pbartok@novell.com>
15034         * ListBox.cs: Added missing attributes
15036 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
15037         
15038         * ListBox.cs:
15039                 - Fixes font height after font change
15040                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
15041                 
15042 2005-02-02  Peter Bartok  <pbartok@novell.com>
15044         * HandleData.cs: Introduced static methods to allow class
15045           to be more self-contained and track it's own HandleData objects
15046         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
15047           HandleData to use new static methods
15049 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
15051         * Combobox.cs:
15052                 - Fixes default size and PreferredHeight
15053                 - Missing events
15054                 - ObjectCollection.Insert implementation
15055                 
15056         * ListControl.cs
15057                 - Fixes signature
15058         * ListBox.cs:
15059                 - Several fixes
15060                 - ObjectCollection.Insert implementation
15061                 - No selection after clean
15062                 - Small fixes
15064 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
15066         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
15068 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
15070         * Combobox.cs:
15071                 - Caches ItemHeight calculation for OwnerDrawVariable
15072                 - Handles dropdown properly
15073                 - Fixes several minor bugs
15075 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
15077         * ListBox.cs:
15078                 - Fixes 71946 and 71950
15079                 - Fixes changing Multicolumn on the fly
15080                 - Fixes keyboard navigation on Multicolumn listboxes
15082 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
15083         
15084         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
15085         crash reporter log.
15087 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
15089         * XplatUIOSX.cs: Allow applications to actually exit.
15091 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
15093         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
15094         their parent at creation time rather than lazily later.  Fixes a major
15095         regression we were experiencing.
15097 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
15099         * ThemeWin32Classic.cs: more date time picker painting fixes
15100         * DateTimePicker.cs: more monthcalendar drop down fixes
15101         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
15103 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
15105         * ScrollBar.cs:
15106                 - When moving the thumb going outside the control should stop the moving
15107                 - Adds the firing of missing events
15108                 - Fixes no button show if Size is not specified
15109                 - End / Home keys for keyboard navigation
15111 2005-01-30  Peter Bartok  <pbartok@novell.com>
15113         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
15114           sanity check to prevent theoretical loop
15115         * XplatUIWin32.cs (SetVisible): Removed debug output
15116         * XplatUIX11.cs (SystrayChange): Added sanity check
15117         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
15118         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
15119           behaviour, valid until the X11 client window rewrite is done
15120         * TextBox.cs (ctor): Setting proper default foreground and background
15121           colors
15123 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
15125         * Theme: Added DrawDateTimePicker to interface
15126         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
15127         * DateTimePicker.cs: Created (still needs keys and painting code)
15128         * DateTimePickerFormat.cs: added
15129         * MonthCalendar.cs: fixed CreateParams for popup window mode
15130           
15131 2005-01-29  Peter Bartok  <pbartok@novell.com>
15133         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
15134           this should also the calculations for ligher/darker
15135         * Theme.cs: Fixed defaults for ScrollBar widths/heights
15137 2005-01-29  Peter Bartok  <pbartok@novell.com>
15139         * ArrangeDirection.cs: Added
15140         * ArrangeStartingPositon.cs: Added
15141         * SystemInformation.cs: Implemented
15142         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15143           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
15144           used by SystemInformation class
15145         * X11Strucs.cs: Added XSizeHints structure
15146         * MenuAPI.cs:
15147           - Fixed CreateParams to make sure the menu window is always visible
15148           - TrackPopupMenu: Added check to make sure we don't draw the
15149             menu offscreen
15151 2005-01-29  Peter Bartok  <pbartok@novell.com>
15153         * HandleData.cs: Added method for altering invalid area
15154         * TextBoxBase.cs: Implemented TextLength
15156 2005-01-28  Peter Bartok  <pbartok@novell.com>
15158         * XplatUIX11.cs: Improvement over last patch, not sending
15159           the WM_PAINT directly anymore, instead we scroll any pending
15160           exposed areas and let the system pick out the WM_PAINT later
15162 2005-01-28  Peter Bartok  <pbartok@novell.com>
15164         * SWF.csproj: Deleted, no longer used. Instead,
15165           Managed.Windows.Forms/SWF.csproj should be used
15166         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
15167           directly, to avoid a potential race condition with the next
15168           scroll
15170 2005-01-28  Peter Bartok  <pbartok@novell.com>
15172         * XplatUI.cs: Made class internal
15174 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
15176         * CheckedListBox.cs:
15177                 - Draw focus
15178                 - Fixed Drawing
15179                 - Missing methods and events
15181 2005-01-27  Peter Bartok  <pbartok@novell.com>
15183         * Application.cs (Run): Don't use form if we don't have one
15185 2005-01-27  Peter Bartok  <pbartok@novell.com>
15187         * TextBoxBase.cs (get_Lines): Fixed index off by one error
15189 2005-01-27  Peter Bartok  <pbartok@novell.com>
15191         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
15192         * GridItem.cs: Added; Patch by Jonathan S. Chambers
15193         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
15194         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
15195         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
15196         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
15197         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15198         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
15199         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15200         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15201         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15202         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
15204 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
15206         * Combobox.cs:
15207                 - Draw focus on Simple Combobox
15208                 - Fixes drawing issues
15209                 - fixes 71834
15211 2005-01-27  Peter Bartok  <pbartok@novell.com>
15213         * Form.cs:
15214           - Place window in default location, instead of hardcoded 0/0
15215           - Send initial LocationChanged event
15216         * Control.cs:
15217           - UpdateBounds after creation to find out where the WM placed us
15218           - Make sure that if the ParentForm changes location the Form
15219             is notified
15220         * XplatUIX11.cs: XGetGeometry will not return the coords relative
15221             to the root, but to whatever the WM placed around us.
15222             Translate to root coordinates before returning toplevel
15223             coordinates
15224         * XplatUIWin32.cs: Removed debug output
15225         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
15226           flag to GetWindowPos, to allow translation of coordinates on X11
15228 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
15230         * ListBox.cs: connect LostFocus Event
15232 2005-01-27  Peter Bartok  <pbartok@novell.com>
15234         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
15235           XplatUIX11.cs: Extended the Systray API
15236         * Form.cs: Removed debug output
15237         * Application.cs: Fixed focus assignment, always need to call
15238           XplatUI.Activate() since Form.Activate() has rules that may
15239           prevent activation
15240         * NotifyIcon.cs: Should be complete now
15241         * ToolTip.cs: Worked around possible timer bug
15243 2005-01-27  Jackson Harper  <jackson@ximian.com>
15245         * TabControl.cs:
15246         - Only invalidate the effected tabs when the
15247         selected index changes. This reduces drawing and gets rid of some
15248         flicker.
15249         - Only refresh if the tabs need to be shifted, otherwise only
15250         invalidate the slider button.
15251         - On windows the tabs are not filled to right if the slider is
15252         visible.
15253         
15254 2005-01-27  Jackson Harper  <jackson@ximian.com>
15256         * TabControl.cs: Only refresh on mouseup if we are showing the
15257         slider. Also only invalidate the button whose state has changed.
15259 2005-01-26  Peter Bartok  <pbartok@novell.com>
15261         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
15262         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
15263           and SystrayRemove() methods
15264         * XplatUIOSX.cs: Stubbed Systray methods
15265         * XplatUIX11.cs:
15266           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
15267             methods
15268           - Fixed broken XChangeProperty calls (marshalling messed up things)
15269         * X11Structs.cs: Added enums and structs required for Size hinting
15270         * NotifyIcon.cs: Added & implemented
15272 2005-01-26  Jackson Harper  <jackson@ximian.com>
15274         * TabControl.cs: Space vertically layed out tabs properly.
15276 2005-01-26  Peter Bartok  <pbartok@novell.com>
15278         * Form.cs (CreateClientParams): Always set the location to 0,0
15279           since we're a child window.
15281         * Control.cs (SetVisibleCore): Always explicitly setting the location
15282           of a toplevel window, apparently X11 doesn't like to move windows
15283           while they're not mapped.
15285 2005-01-26  Jackson Harper  <jackson@ximian.com>
15287         * TabControl.cs: Implement FillToRight size mode with vertically
15288         rendered tabs.
15290 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
15292         * ControlPaint.cs, ThemeWin32Classic.cs
15293                 - Fixes DrawFocusRectangle
15295 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
15297         * MenuAPI.cs:
15298                 - MenuBar tracking only starts when item is first clicked
15299                 - Fixes menu hidding for multiple subitems
15300                 - Unselect item in MenuBar when item Executed
15301                 - Fixes bug 71495
15303 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
15305         * ListControl.cs:
15306                 - IsInputKey for ListBox
15307         * ListBox.cs:
15308                 - Focus item
15309                 - Shift and Control item selection
15310                 - Implement SelectionMode.MultiExtended
15311                 - Fixes RightToLeft
15312         * ComboBox.cs:
15313                 - IsInputKey implemented
15314                 - Do not generate OnTextChangedEdit on internal txt changes
15315                 
15316 2005-01-23  Peter Bartok  <pbartok@novell.com>
15318         * AccessibleObject.cs: Partially implemented Select()
15319         * MonthCalendar.cs: Added missing attributes and events
15320         * Form.cs: Fixed CreateParams behaviour, now controls derived from
15321           form can properly override CreateParams.
15322         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15323           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
15324           Control performs Invalidate & Update
15325         * NativeWindow (CreateHandle): Added special handling for Form
15326           and Form.FormParent classes to allow overriding of From.CreateParams
15327         * Control.cs:
15328           - ControlNativeWindow: Renamed 'control' variable to more intuitive
15329             name 'owner'
15330           - ControlNativeWindow: Added Owner property
15331           - Removed usage of Refresh() on property changes, changed into
15332             Invalidate(), we need to wait until the queue is processed for
15333             updates, direct calls might cause problems if not all vars for
15334             Paint are initialized
15335           - Added call to UpdateStyles() when creating the window, to set any
15336             styles that CreateWindow might have ignored.
15337           - Added support for Form CreateParent overrides to UpdateStyles()
15338         * MessageBox.cs: Removed no longer needed FormParent override stuff,
15339           CreateParams are now properly overridable
15340         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
15341           CreateParams are now properly overridable
15343 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
15345         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
15346         OnTextBoxChanged.
15348         Capture LostFocus and OnTextBoxChanged.  The later introduces a
15349         recursive invocation that I have not figured out yet.
15351         Reset the timer when not using (it was accumulating).
15354         (OnTextBoxChanged): Set UserEdit to true here to track whether the
15355         user has made changes that require validation.
15357         Reset changing to avoid loops.
15359 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
15361         * NumericUpDown.cs: Display value at startup.
15363         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
15364         ValidateEditText.
15366         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
15367         filled in.  Added some basic parsing of text.
15369         Still missing the OnXXX method overrides, and figuring out the
15370         events that must be emitted.
15372         * UpDownBase.cs: Handle UserEdit on the Text property.
15373         
15374 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
15376         * ComboBox.cs:
15377           - Fixes IntegralHeight
15378           - ToString method
15380 2005-01-21  Jackson Harper  <jackson@ximian.com>
15382         * TabControl.cs: Set the SelectedIndex property when SelectedTab
15383         is set so that the page visibility is updated and the tabs are
15384         sized correctly.
15386 2005-01-21  Jackson Harper  <jackson@ximian.com>
15388         * TabControl.cs: Use cliping rectangle for blitting. Give the
15389         theme the clipping rect so we can do clipping while
15390         drawing. Remove some debug code.
15392 2005-01-21  Jackson Harper  <jackson@ximian.com>
15394         * TabPage.cs: Add a new method so tab pages can force the tab
15395         control to recalculate the tab page sizes.
15396         * TabControl.cs: UpdateOwner needs to make the tab control recalc
15397         sizes.
15399 2005-01-20  Jackson Harper  <jackson@ximian.com>
15401         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
15403 2005-01-20  Jackson Harper  <jackson@ximian.com>
15405         * TreeView.cs: Set the bounds for nodes properly. They were
15406         getting screwed up when checkboxes were not enabled, but images
15407         were.
15409 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
15411         * ListBox.cs:
15412                 - Owner draw support
15413                 - Fixes
15414                 
15415 2005-01-20  Jackson Harper  <jackson@ximian.com>
15417         * XplatUIStructs.cs: More misc keys
15418         * X11Keyboard.cs: Ignore some control keys.
15420 2005-01-20  Jackson Harper  <jackson@ximian.com>
15422         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
15423         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
15425 2005-01-19  Peter Bartok  <pbartok@novell.com>
15427         * Control.cs: Un-selecting the control when it is loosing focus
15429 2005-01-19  Jackson Harper  <jackson@ximian.com>
15431         * TreeView.cs: Hook up to the text controls leave event so we can
15432         end editing when the users clicks outside the text box.
15433         
15434 2005-01-19  Jackson Harper  <jackson@ximian.com>
15436         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
15437         get set in the conversion array.
15439 2005-01-19  Peter Bartok  <pbartok@novell.com>
15441         * Application.cs (ModalRun): Added a call to CreateControl to ensure
15442           focus is properly set
15443         * Button.cs:
15444           - Added missing attributes
15445           - removed styles, those are already set in the base class
15446         * ButtonBase.cs:
15447           - Added missing attributes
15448           - Added clip window styles
15449         * CheckBox.cs: Added missing attributes
15450         * CommonDialog.cs:
15451           - FormParentWindow.CreateParams: Added required clip styles
15452         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
15453           also filters modifier keys
15454         * MessageBox.cs:
15455           - Added assignment of Accept and Cancel button to enable Enter
15456             and Esc keys in MessageBox dialogs
15457           - FormParentWindow.CreateParams: Added required clip styles
15458         * RadioButton.cs: Added missing attributes
15459         * TextControl.cs: No longer draws selection if control does not
15460           have focus
15461         * TextBoxBase.cs:
15462           - Now draws simple rectangle around test area to make it obvious
15463             there's a control. This is a hack until we properly support borders
15464           - A few simple fixes to support selections better, now erases selected
15465             text when typing, and resets selection when using movement keys
15467 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
15469         * UpDownBase.cs: Added some new properties.
15471         * DomainUpDown.cs: Implement a lot to get my test working.
15473 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
15475         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
15477 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
15479         * OSXStructs (WindowAttributes): Fixed csc complaints
15481 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
15483         * XplayUIOSX.cs:
15484           OSXStructs.cs: Initial refactor to move enums and consts into
15485           OSXStructs and use them in the driver for greater readability.
15487 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
15489         * XplatUIOSX.cs: Initial support for Standard Cursors.
15490         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
15492 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
15494         * ComboBox.cs: ability to change style when the ctrl is already
15495         created, missing methods and events, bug fixes, signature fixes
15497 2005-01-19  Peter Bartok  <pbartok@novell.com>
15499         * Cursors.cs (ctor): Added ctor to fix signature
15501 2005-01-18  Peter Bartok  <pbartok@novell.com>
15503         * Button.cs: Implemented DoubleClick event
15504         * ButtonBase.cs:
15505           - Fixed keyboard handling to behave like MS, where the press of
15506             Spacebar is equivalent to a mousedown, and the key release is
15507             equivalent to mouseup. Now a spacebar push will give the same
15508             visual feedback like a mouse click.
15509           - Added missing attributes
15510           - Added ImeModeChanged event
15511           - Added support for generating DoubleClick event for derived classes
15512         * CheckBox.cs:
15513           - Implemented DoubleClick event
15514           - Added missing attributes
15515         * CommonDialog.cs: Added missing attribute
15516         * ContextMenu.cs: Added missing attributes
15517         * RadioButton.cs:
15518           - AutoChecked buttons do not allow to be unselected when clicked
15519             (otherwise we might end up with no selected buttons in a group)
15520           - Added missing attributes
15521           - Implemented DoubleClickEvent
15522         * ThreadExceptionDialog.cs: Enabled TextBox code
15524 2005-01-18  Peter Bartok  <pbartok@novell.com>
15526         * Form.cs: Removed debug output
15527         * Button.cs: Added support for DoubleClick method
15529 2005-01-18  Peter Bartok  <pbartok@novell.com>
15531         * Form.cs:
15532           - Added method to parent window that allows triggering size
15533             calculations when a menu is added/removed
15534           - set_Menu: Cleaned up mess from early days of Form and Control,
15535             now properly triggers a recalc when a menu is added/removed
15536           - Added case to select form itself as focused form if no child
15537             controls exist
15538           - Added PerformLayout call when showing dialog, to ensure properly
15539             placed controls
15540         * Control.cs:
15541           - Select(): Made internal so Form can access it
15542           - Focus(): Only call Xplat layer if required (avoids loop), and sets
15543             status
15544         * Application.cs (Run): Removed hack and calls PerformLayout instead
15545           to trigger calculation when Form becomes visible
15547 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
15549         * ComboBox.cs: fixes for ownerdraw
15551 2005-01-18  Peter Bartok  <pbartok@novell.com>
15553         * TextControl.cs:
15554           - Sentinel is no longer static, each Document gets it's own, this
15555             avoids locking or alternatively overwrite problems when more
15556             than one text control is used simultaneously.
15557           - Switched to use Hilight and HilightText brushes for text selection
15559         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
15561 2005-01-18  Peter Bartok  <pbartok@novell.com>
15563         * Control.cs:
15564           - Hooked up the following events:
15565                 o ControlAdded
15566                 o ControlRemoved
15567                 o HandleDestroyed
15568                 o ImeModeChanged
15569                 o ParentChanged
15570                 o TabStopChanged
15571                 o Invalidated
15572                 o SystemColorsChanged
15573                 o ParentFontChanged
15574                 o Move
15575           - Removed debug output
15576           - Added a call to the current theme's ResetDefaults when a color change
15577             is detected
15578         * Form.cs: Now setting the proper ImeMode
15579         * Theme.cs: Defined a method to force recreation of cached resources
15580           and rereading of system defaults (ResetDefaults())
15581         * ThemeWin32Classic.cs: Added ResetDefaults() stub
15583 2005-01-17  Peter Bartok  <pbartok@novell.com>
15585         * Control.cs: Added missing attributes
15587 2005-01-17  Jackson Harper  <jackson@ximian.com>
15589         * TreeNode.cs: Implement editing. Add missing properties selected
15590         and visible.
15591         * TreeView.cs: Implement node editing. Also some fixes to use
15592         Invalidate (invalid area) instead of Refresh when selecting.
15594 2005-01-17  Peter Bartok  <pbartok@novell.com>
15596         * Control.cs:
15597           - Implemented InvokeGotFocus() method
15598           - Implemented InvokeLostFocus() method
15599           - Implemented InvokePaint() method
15600           - Implemented InvokePaintBackground() method
15601           - Implemented InvokeClick() method
15602           - Implemented FindForm() method
15603           - Implemented RectangleToClient() method
15604           - Implemented ClientToRectangle() method
15605           - Implemented ResetBackColor() method
15606           - Implemented ResetCursor() method
15607           - Implemented ResetFont() method
15608           - Implemented ResteForeColor() method
15609           - Implemented ResetImeMode() method
15610           - Implemented ResetLeftToRight() method
15611           - Implemented ResetText() method
15612           - Implemented Scale() methods
15613           - Implemented ScaleCore() method
15614           - Implemented Update() method
15615           - Removed unused variables
15616           - Stubbed AccessibilityNotifyClients and
15617             ControlAccessibleObject.NotifyClients() methods (dunno what to do
15618             with those yet)
15619           - Now setting proper default for RightToLeft property
15620           - Fixed bug in SetClientSizeCore that would cause windows to get
15621             really big
15622           - Now sending Click/DoubleClick events
15623           - Now selecting controls when left mouse button is clicked on
15624             selectable control
15625         * AccessibleEvents.cs: Added
15626         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
15627         * XplatUIOSX.cs: Stubbed UpdateWindow() method
15628         * XplatUIWin32.cs: Implemented UpdateWindow() method
15629         * XplatUIX11.cs: Implemented UpdateWindow() method
15630         * Form.cs: Removed stray semicolon causing CS0162 warning
15631         * ThemeWin32Classic.cs: Fixed unused variable warnings
15632         * ScrollableControl.cs: Now calls base method for ScaleCore
15633         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
15634           style to avoid interference with internal click handler (which is
15635           different than standard Control click handling)
15636         * RadioButton.cs:
15637           - Now unchecks all sibling radio buttons when control is
15638             selected (Fixes #68756)
15639           - Removed internal tabstop variable, using the one inherited from
15640             Control
15642 2005-01-17  Jackson Harper  <jackson@ximian.com>
15644         * NavigateEventArgs.cs: Fix base type.
15645         * LinkLabel.cs: Sig fix
15646         
15647 2005-01-17  Jackson Harper  <jackson@ximian.com>
15649         * TreeView.cs: Only invalidate the effected nodes bounds when
15650         selecting nodes.
15652 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
15654         * XplatUIWin32.cs: fixes Win32 marshaling
15655         * XplatUIX11.cs: fixes method signature
15657 2005-01-17  Peter Bartok  <pbartok@novell.com>
15659         * XplatUIX11.cs: Clean up resources when we no longer need them
15661 2005-01-17  Peter Bartok  <pbartok@novell.com>
15663         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
15664           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
15665           and DestroyCursor() methods.
15666         * Cursor.cs: Partially implemented, now supports standard cursors;
15667           still contains some debug code
15668         * Cursors.cs: Implemented class
15669         * Control.cs:
15670           - WndProc(): Added handling of WM_SETCURSOR message, setting the
15671             appropriate cursor
15672           - Implemented Cursor property
15673           - Replaced break; with return; more straightforwar and possibly
15674             faster
15675           - Now properly setting the result for WM_HELP
15676         * X11Structs.cs: Added CursorFontShape enum
15677         * XplatUIStructs.cs:
15678           - Added StdCursor enum (to support DefineStdCursor() method)
15679           - Added HitTest enum (to support sending WM_SETCURSOR message)
15680         * XplatUIX11.cs:
15681           - Now sends the WM_SETCURSOR message
15682           - Implemented new cursor methods
15683         * XplatUIOSX.cs: Stubbed new cursor methods
15684         * XplatUIWin32.cs:
15685           - Implemented new cursor methods
15686           - Added GetSystemMetrics function and associated enumeration
15688 2005-01-15  Peter Bartok  <pbartok@novell.com>
15690         * Control.cs:
15691           - WndProc(): Now handles EnableNotifyMessage
15692           - SelectNextControl(): Fixed bug where if no child or sibling
15693             controls exist we looped endlessly
15695 2005-01-14  Jackson Harper  <jackson@ximian.com>
15697         * TreeView.cs: Recalculate the tab pages when a new one is added
15698         so that the proper bounding rects are created.
15700 2005-01-14  Jackson Harper  <jackson@ximian.com>
15702         * TreeView.cs: Draw a gray box instead of a grip in the lower
15703         right hand corner when there are both horizontal and vertical
15704         scroll bars.
15706 2005-01-14  Jackson Harper  <jackson@ximian.com>
15708         * Control.cs: When erasing backgrounds use FromHwnd instead of
15709         FromHdc when there is a NULL wparam. This occurs on the X driver.
15710         * XplatUIX11.cs: Set the wparam to NULL.
15712 2005-01-13  Jackson Harper  <jackson@ximian.com>
15714         * PictureBox.cs: Implement missing methods (except ToString, need
15715         to test that on windows) and events. When visibility is changed we
15716         need to redraw the image because the buffers are killed. When size
15717         is changed refresh if the sizemode needs it.
15719 2005-01-13  Peter Bartok  <pbartok@novell.com>
15721         * Control.cs (SelectNextControl): Was using wrong method to select
15722           a control
15724 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
15726         * ComboBox.cs: fixes dropstyle
15728 2005-01-13  Peter Bartok  <pbartok@novell.com>
15730         * Form.cs:
15731           - Implemented Select() override
15732           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
15733           - Now sets keyboard focus on startup
15734         * Control.cs (SelectNextControl): Now properly handles directed=true
15735         * TextBoxBase.cs:
15736           - WndProc: Now passes tab key on to base if AcceptTabChar=false
15737           - Added (really bad) focus rectangle (mostly for testing)
15738         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
15739           to enforce redraw on focus changes
15740         * ContainerControl.cs:
15741           - Fixed detection of Shift-Tab key presses
15742           - Fixed traversal with arrow keys
15743         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
15744           gonna keep this or if it's complete yet
15745         
15746 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
15748         * ComboBox.cs: missing properties, fixes
15750 2005-01-13  Peter Bartok  <pbartok@novell.com>
15752         * Panel.cs (ctor): Setting Selectable window style to off
15753         * Splitter.cs (ctor): Setting Selectable window style to off
15754         * GroupBox.cs (ctor): Setting Selectable window style to off
15755         * Label.cs (ctor): Setting Selectable window style to off
15757 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
15759         * UpDownBase.cs (InitTimer): If the timer has been already
15760         created, enable it.
15762         Use a TextBox instead of a Label.
15764 2005-01-12  Jackson Harper  <jackson@ximian.com>
15766         * TreeView.cs: Refresh the tree after sorting the nodes. Always
15767         draw the connecting node lines (when ShowLines is true).
15768         * TreeNode.cs: The nodes index can now be updated. This is used
15769         when a node collection is sorted.
15770         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
15771         insert or an existing unsorted node collection can be sorted.
15772         
15773 2005-01-12  Peter Bartok  <pbartok@novell.com>
15775         * ContainerControl.cs: Implemented ProcessDialogKeys()
15777 2005-01-12  Peter Bartok  <pbartok@novell.com>
15779         * Control.cs:
15780           - Implemented SelectNextControl() method
15781           - Several focus related bug fixes
15782           - Fixed Docking calculations to match MS documentation and
15783             behaviour
15785 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
15787         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
15788         bug fixes
15790 2005-01-12  Peter Bartok  <pbartok@novell.com>
15792         * Control.cs:
15793           - Fixed broken Contains() method
15794           - Implemented GetNextControl() method. Finally. This is the pre-
15795             requisite for focus handling.
15797 2005-01-12  Peter Bartok  <pbartok@novell.com>
15799         * OSXStrucs.cs: Added
15801 2005-01-12  Peter Bartok  <pbartok@novell.com>
15803         * XplatUIWin32.cs:
15804           - Removed PeekMessageFlags
15805           - Implemented SetWindowStyle() method
15806         * XplatUIStructs.cs: Added PeekMessageFlags
15807         * X11Structs: Added missing border_width field to XWindowChanges struct
15808         * XplatUIX11.cs:
15809           - PeekMessage: Now throws exception if flags which are not yet
15810             supported are passed
15811           - Implemented SetWindowStyle() method
15812           - Fixed SetZOrder to handle AfterHwnd properly
15813         * XplatUI.cs: Added SetWindowStyle() method
15814         * XplatUIDriver.cs: Added SetWindowStyle() abstract
15815         * Control.cs:
15816           - Implemented UpdateStyles() method
15817           - Implemented UpdateZOrder() method
15818         * XplatUIOSX.cs: Added SetWindowStyle() stub
15820 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
15822         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
15823         button mouse).
15826 2005-01-11  Jackson Harper  <jackson@ximian.com>
15828         * TreeView.cs: Still need to draw lines to siblings even if out of
15829         the current node is out of the clip.
15831 2005-01-11  Jackson Harper  <jackson@ximian.com>
15833         * TreeView.cs: When setting the hbar/vbar/grip position use
15834         SetBounds so that perform layout is only called once. Also suspend
15835         and resume layout so layout is only done once for all controls.
15836         - Removed some debug fluff
15837         * SizeGrip.cs: Call base implmentation in overriding methods.
15838         - When visibility is changed the drawing buffers are killed so we
15839         need to redraw.
15841 2005-01-11  Jackson Harper  <jackson@ximian.com>
15843         * TreeView.cs: Calculate the open node count while drawing. This
15844         saves us an entire tree traversal for every paint operation. Use
15845         a member var for the open node count so less vars are passed around.
15847 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
15849         * MonthCalendar.cs:
15850         - fixed selection to use mousemove, not mouse polling on timer
15851         * ThemeWin32Classic.cs
15852         - removed redundant unused variable "no_more_content"
15853         
15854 2005-01-11  Peter Bartok  <pbartok@novell.com>
15856         * XplatUIX11.cs (DoEvents): Needs to return when no more events
15857           are pending, so it now calls PeekMessage instead of GetMessage;
15858           implemented a incomplete version of PeekMessage
15859         
15860 2005-01-11  Peter Bartok  <pbartok@novell.com>
15862         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
15863           I18n issues
15864         * TextBoxBase.cs: Added sending of TextChanged event
15866 2005-01-10  Jackson Harper  <jackson@ximian.com>
15868         * TreeView.cs: Try not to draw outside the clipping rectangle on
15869         each node element.
15871 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
15873         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
15875 2005-01-10  Jackson Harper  <jackson@ximian.com>
15877         * TreeView.cs:
15878         - Implement fast scrolling. Now only the newly
15879         exposed nodes are drawn and the old image is moved using the
15880         XplatUI::ScrollWindow method.
15881         - Factor in height of nodes when calculating whether or not the
15882         node is in the clipping rect.
15884 2005-01-10  Jackson Harper  <jackson@ximian.com>
15886         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
15888 2005-01-10  Peter Bartok  <pbartok@novell.com>
15890         * Application.cs: Added temporary hack to resolve all our resize
15891           required issues on startup. This will get fixed properly at
15892           some point in the future
15894 2005-01-10  Jackson Harper  <jackson@ximian.com>
15896         * SizeGrip.cs: New internal class that is used as a sizing
15897         grip control...hence the name.
15899 2005-01-10  Peter Bartok  <pbartok@novell.com>
15901         * Control.cs: Implemented proper TabIndex handling, now assigning
15902           a tabindex when a control is added to a container
15903         * GroupBox.cs (ctor): Now sets the Container style bit, required
15904           for Control.GetNextControl()
15906 2005-01-09  Jackson Harper  <jackson@ximian.com>
15908         * TextBoxBase.cs: Clear window when scrolling (fixes build).
15910 2005-01-09  Peter Bartok <pbartok@novell.com>
15912         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
15913           XplatUIX11.cs: Added ability to control ScrollWindow expose and
15914           an overload for ScrollWindow to allow only scrolling a rectangle
15916 2005-01-09  Peter Bartok <pbartok@novell.com>
15918         * Form.cs:
15919           - Implemented SetDesktopBounds method
15920           - Implemented SetDesktopLocation method
15922 2005-01-08  Jackson Harper  <jackson@ximian.com>
15924         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
15925         the node count has changed, this removes to VScroll::Refresh calls
15926         when drawing.
15928 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
15930         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
15932 2005-01-07  Jackson Harper  <jackson@ximian.com>
15934         * TreeNode.cs: Just update the single node when it is
15935         checked. Don't refresh after toggling, the Expand/Collapse already
15936         handles this.
15937         * TreeView.cs: Respect clipping a little more when drawing. Try
15938         not to redraw things that don't need to be redrawn. Just hide the
15939         scrollbars when they are no longer needed instead of removing
15940         them, so they don't have to be created again and again.
15941         
15942 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
15944         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
15945         coordinates to window space to place the caret properly, FIXED.
15946         Implement GetWindowState & SetWindowState
15948 2005-01-06  Peter Bartok <pbartok@novell.com>
15950         * Form.cs:
15951           - Implemented ClientSize property
15952           - Implemented DesktopBounds property
15953           - Implemented DesktopLocation property
15954           - Implemented IsRestrictedWindow property
15955           - Implemented Size property
15956           - Implemented TopLevel property
15957           - Implemented FormWindowState property
15958         * Control.cs:
15959           - Implemented GetTopLevel() method
15960           - Implemented SetTopLevel() method
15961         * X11Structs.cs (Atom):
15962           - Added AnyPropertyType definition
15963           - Added MapState definiton and updated XWindowAttribute struct
15964         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
15965         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
15966         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
15967         * XplatUIWin32.cs:
15968           - Implemented GetWindowState() and SetWindowState() methods
15969           - Fixed Win32GetWindowLong return type
15970         * XplatUIX11.cs:
15971           - Introduced central function for sending NET_WM messages
15972           - Implemented GetWindowState() and SetWindowState() methods
15973         * TextBoxBase.cs (set_Lines):
15974           - Now uses Foreground color for text added via Text property (Duh!)
15975           - Added code to remember programmatically requested size (fixes
15976             behaviour when Multiline is set after Size)
15977           - Added AutoSize logic
15979 2005-01-06  Jackson Harper  <jackson@ximian.com>
15981         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
15983 2005-01-06  Jackson Harper  <jackson@ximian.com>
15985         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
15986         set to less then 0.
15988 2005-01-06  Jackson Harper  <jackson@ximian.com>
15990         * ScrollableControl.cs: Lazy init the scrollbars.
15991         
15992 2005-01-06  Jackson Harper  <jackson@ximian.com>
15994         * Theme.cs: Speed up getting pens and solid brushes, by using
15995         their ARGB as a hash instead of tostring and not calling Contains.
15997 2005-01-06  Peter Bartok <pbartok@novell.com>
15999         * Form.cs:
16000           - Implemented OnActivated and OnDeactivate event trigger
16001           - Implemented Activate() method
16002           - Fixed ShowDialog() to activate the form that was active before
16003             the dialog was shown
16004         * XplatUIX11.cs:
16005           - Added global active_window var that tracks the currently active
16006             X11 window
16007           - Now always grabs Property changes from the root window to always
16008             catch changes on the active window property
16009           - Added code to PropertyNotify handler to send Active/Inactive
16010             messages when state changes. This puts X11 and Win32 en par on
16011             WM_ACTIVATE notifications (except for double notifications when
16012             the user clicks away from our modal window to another one of our
16013             windows)
16015 2005-01-05  Jackson Harper  <jackson@ximian.com>
16017         * ImageList.cs: Implment ctor
16019 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
16021         * XplatUIOSX.cs: Implement Activate/SetTopmost
16023 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
16025         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
16027 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
16029         * XplatUIOSX.cs: Implement GetActive/SetFocus.
16031 2005-01-05  Peter Bartok <pbartok@novell.com>
16033         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
16034           XplatUIOSX.cs: Added GetActive method to return the currently
16035           active window for the application (or null, if none is active)
16036         * Form.cs:
16037           - Implemented ActiveForm
16038           - Commented out owner assignment for modal dialogs (causes problems
16039             on Win32, since the owner will be disabled)
16040           - Reworked some Active/Focus handling (still incomplete)
16041         * CommonDialog.cs: Commented out owner assignment for modal dialogs
16042           (causes problems on Win32, since the owner will be disabled)
16043         * IWin32Window: Added ComVisible attribute
16045 2005-01-05  Peter Bartok <pbartok@novell.com>
16047         * ToolTip.cs (WndProc): Enable setting focus now that we have the
16048           required XplatUI functions.
16050 2005-01-05  Peter Bartok <pbartok@novell.com>
16052         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
16053           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
16054           to implement focus and activation handling; still incomplete and
16055           with debug output
16057 2005-01-04  Peter Bartok <pbartok@novell.com>
16059         * TextBoxBase.cs: Changed access level for Document property to
16060           match switch to internal for TextControl
16062 2005-01-04  Peter Bartok <pbartok@novell.com>
16064         * AccessibleObject: Added ComVisible attribute
16066 2005-01-04  Jackson Harper  <jackson@ximian.com>
16068         * X11Keyboard.cs: Remove unneeded var.
16070 2005-01-04  Jackson Harper  <jackson@ximian.com>
16072         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
16073         but PAINT.
16074         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
16075         ClientMessage. This makes apps exit cleanly (more often).
16076         
16077 2005-01-04  Jackson Harper  <jackson@ximian.com>
16079         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
16080         handling focus, return correct colors and fonts,
16081         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
16082         handle selection, horizontal scrolling, and mouse interaction.
16084 2005-01-04  Peter Bartok <pbartok@novell.com>
16086         * ICommandExecutor.cs: Added
16087         * IDataGridColumnStyleEditingNotificationService.cs: Added
16088         * IFeatureSupport.cs: Added
16089         * IFileReaderService.cs: Added
16090         * IDataObject.cs: Added ComVisible attribute
16091         * AmbientProperties.cs: Added
16092         * BaseCollection.cs: Added missing attributes
16093         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
16094         * BaseCollection.cs: Added missing attributes
16095         * Binding.cs: Added TypeConverter attribute
16096         * BindingContext.cs: Added DefaultEvent attribute
16097         * BindingsCollection.cs: Added DefaultEvent attribute
16098         * Button.cs: Added DefaultValue attribute
16099         * DragEventArgs.cs: Added ComVisible attribute
16100         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
16101         * KeyEventArgs.cs: Added ComVisible attribute
16102         * KeyPressEventArgs.cs: Added ComVisible attribute
16103         * MouseEventArgs.cs: Added ComVisible attribute
16104         * NavigateEventArgs.cs: Added
16105         * NavigateEventHandler.cs: Added
16106         * FeatureSupport.cs: Added
16107         * OSFeature.cs: Added
16108         * Theme.cs: Added abstract Version property to support OSFeature
16109         * ThemeWin32Classic.cs: Added Version property to
16110           support OSFeature.Themes
16111         * ProgressBar.cs: Removed OnPaintBackground override, not required since
16112           the proper styles to avoid background drawing are set, also doesn't
16113           match MS signature
16114         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
16115         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
16116         * ScrollEventArgs.cs: Added ComVisible attribute
16117         * SplitterEventArgs.cs: Added ComVisible attribute
16118         * AccessibleSelection.cs: Added Flags attribute
16119         * Appearance.cs: Added ComVisible attribute
16120         * Border3DSide.cs: Added ComVisible attribute
16121         * Border3DStyle.cs: Added ComVisible attribute
16122         * BorderStyle.cs: Added ComVisible attribute
16123         * DragAction.cs: Added ComVisible attribute
16124         * ErrorBlinkStyle.cs: Added
16125         * ScrollEventType.cs: Added ComVisible attribute
16126         * AnchorStyles.cs: Added Editor attribute
16127         * DockStyle.cs: Added Editor attribute
16128         * HorizontalAlignment.cs: Added ComVisible attribute
16129         * HelpEventArgs.cs: Added ComVisible attribute
16130         * PaintEventArgs.cs: Added IDisposable
16132 2005-01-04  Peter Bartok <pbartok@novell.com>
16134         * TextControl.cs: Switched Line, LineTag and Document classes to
16135           internal
16137 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
16139         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
16140         Simple mode, fixes, IntegralHeight, etc.
16142 2005-01-04  Peter Bartok <pbartok@novell.com>
16144         * TextBoxBase.cs: Using proper font variable now
16146 2005-01-04  Peter Bartok <pbartok@novell.com>
16148         * Form.cs (ShowDialog): Set parent to owner, if provided
16149         * GroupBox.cs: Removed unused vars
16150         * TextControl.cs:
16151           - Added GetHashCode() for Document and LineTag classes
16152           - Removed unused variables
16153           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
16154             to allow translation between continuous char position and line/pos
16155         * CheckBox.cs: Removed vars that are provided by base class
16156         * RadioButton.cs: Removed vars that are provided by base class, added
16157           new keyword where required
16158         * LinkLabel.cs: Added new keyword where required
16159         * Control.cs (WndProc): Removed unused variable
16160         * TextBoxBase.cs:
16161           - Finished SelectionLength property
16162           - Implemented SelectionStart property
16163           - Implemented Text property
16164           - Removed unused vars
16165         * MessageBox.cs: Added new keyword where required
16166         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
16167           WndProc signature
16168         * MenuAPI.cs: Added new keyword where required
16169         * ButtonBase.cs: Removed vars that are provided by base class, added
16170           new keyword where required
16171         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
16172           argument to double, to allow compiling with csc 2.0 (Atsushi ran
16173           into this)
16174         * Application.cs (Run): Now triggers the ThreadExit event
16175         * CommonDialog.cs: Added new keyword where required; now properly sets
16176           parent (owner) for dialog
16177         * XplatUIX11.cs: Commented out unused vars
16178         * StatusBar.cs: Fixed signature for Text property
16179         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
16181 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
16183         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
16184         TrackBar.cs, MonthCalendar.cs: remove unused vars
16186 2005-01-03  Jackson Harper  <jackson@ximian.com>
16188         * ThemeWin32Classic.cs:
16189         * X11Keyboard.cs: Remove unused vars.
16191 2005-01-03  Peter Bartok  <pbartok@novell.com>
16193         * TextBox.cs:
16194           - set_Text: Tied into TextControl
16195           - set_TextAlignment: Tied into TextControl
16196         * TextControl.cs:
16197           - Added alignment properties and implemented alignment handling
16198             and drawing (still has a bug, not generating proper expose events)
16199           - Added new Line() constructor to allow passing the line alignment
16200           - Fixed selection setting, properly handling end<start now
16201           - Added aligment considerations to RecalculateDocument()
16202         * TextBoxBase.cs:
16203           - Now properly enforces control height for single line controls
16204           - Added support for CharacterCasing
16205           - Added IsInputKey override
16206           - Fixed Keys.Enter logic
16207           - Added SetBoundsCore override
16208           - Fixed mouse selection handling
16210 2005-01-03  Jackson Harper  <jackson@ximian.com>
16212         * TreeView.cs:
16213           - Collapse and uncheck all nodes when CheckBoxes is disabled.
16214           - Checkboxes are always aligned to the bottom of the node,
16215           regardless of item height.
16216           - Use the node bounds to draw the text so we can center it when
16217           the item height is greater then the font height.
16218           - Node::Bounds are only the text part of the node.
16219         * TreeNode.cs: New method to combine collapsing and unchecking all
16220           nodes recursively.
16222 2005-01-02  Jackson Harper  <jackson@ximian.com>
16224         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
16225         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
16226         tree when a check is changed. TODO: Only refresh the checked node.
16228 2004-12-30  Jackson Harper  <jackson@ximian.com>
16230         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
16231         * TreeNode.cs: When collapsing make sure to never collapse the
16232         root node.
16234 2004-12-29  Jackson Harper  <jackson@ximian.com>
16236         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
16237         
16238 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
16240         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
16242 2004-12-28  Peter Bartok  <pbartok@novell.com>
16244         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
16245           not yet assigned
16247 2004-12-28  Peter Bartok  <pbartok@novell.com>
16249         * Control.cs (WndProc): Added WM_HELP handler, now generates
16250           HelpRequested event
16251         * Form.cs: Added HelpButton property and required support code
16252         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
16254 2004-12-28  Peter Bartok  <pbartok@novell.com>
16256         * CommonDialog.cs:
16257           - Made DialogForm.owner variable internal
16258           - Added check to ensure owner form is set before setting
16259             owner properties in CreateParams
16261 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
16263         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
16264           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
16265           GetCursorPos.  Fix major visibility issues.  Rework the windowing
16266           system to support borderless/titleless windows (implements menus).
16267           Fix GetWindowPos.  Implement initial background color support for
16268           views.
16270 2004-12-28  Peter Bartok  <pbartok@novell.com>
16272         * Form.cs (get_CreateParams): Make sure we have an owner before using
16273           the owner variable. Implement proper default if no owner exists
16275 2004-12-28  Peter Bartok  <pbartok@novell.com>
16277         * In preparation for making Managed.Windows.Forms the default build target
16278           for System.Windows.Forms, the following stubbed files were added.
16279           Dialogs are currently being implemented by contributors and are only
16280           short-term place holders.
16281         * ColorDialog.cs: Initial check-in (minmal stub)
16282         * DataGrid.cs: Initial check-in (minimal stub)
16283         * DataGridLineStyle.cs: Initial check-in (minimal stub)
16284         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
16285         * DataGridTableStyle.cs: Initial check-in (minimal stub)
16286         * FontDialog.cs: Initial check-in (minimal stub)
16287         * FileDialog.cs: Initial check-in (minimal stub)
16288         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
16289         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
16290         * OpenFileDialog: Initial check-in (minimal stub)
16291         * IComponentEditorPageSite.cs: Initial check-in
16292         * Splitter.cs: Initial check-in (for Jackson)
16293         * SplitterEventArgs.cs: Initial check-in (for Jackson)
16294         * SplitterEventHandler.cs: Initial check-in (for Jackson)
16295         * TextBox.cs: Initial check-in; still needs some wiring to
16296           TextControl backend
16297         * Form.cs: Implemented ControlBox property
16298         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
16299         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
16300         * TextControl.cs: Added selection functionality; added todo header
16301         * TextBoxBase.cs:
16302           - Implemented Lines property
16303           - Implemented TextHeight property
16304           - Implemented SelectedText property
16305           - Implemented SelectionLength property
16306           - Implemented SelectAll method
16307           - Implemented ToString method
16308           - Removed and cleaned up some debug code
16309           - Implemented (still buggy) mouse text selection
16311 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
16313         * ComboBox.cs: Complete DropDownList implementation, fixes.
16315 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
16317         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
16318         * ComboBoxStyle.cs: ComboBoxStyle enum
16319         * ComboBox.cs: Initial work on ComboBox control
16321 2004-12-21  Peter Bartok  <pbartok@novell.com>
16323         * Control.cs (ctor, CreateParams): Moved setting of is_visible
16324           forward so that anything that creates a window gets the default,
16325           also no longer uses Visible property in CreateParams to avoid
16326           walking up the parent chain and possibly get the wrong visible
16327           status. Fixed IsVisible to no longer walk up to the parent.
16329 2004-12-21  Peter Bartok  <pbartok@novell.com>
16331         * Form.cs (ShowDialog): Unset modality for the proper window
16333 2004-12-20  Peter Bartok  <pbartok@novell.com>
16335         * CommonDialog.cs: Initial check-in
16337 2004-12-20  Peter Bartok  <pbartok@novell.com>
16339         * Control.cs (Visible): Now uses the parent window instead of the
16340           client area window for the property
16342         * Form.cs
16343           - ShowDialog(): Now uses the proper window for modality
16344           - The default visibility state for the form parent is now false. This
16345             will prevent the user from seeing all the changes to the form and
16346             its controls before the application hits Application.Run()
16347           - Removed some stale commented out code
16349         * NativeWindow.cs:
16350           - Added FindWindow() method to have a method to check for existence
16351             of a window handle
16352           - Added ability to override default exception handling (for example
16353             when debugging with VS.Net; to do this the ExternalExceptionHandler
16354             define must be set
16355           - Removed some useless debug output
16357         * XplatUIX11.cs:
16358           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
16359             not working as expected
16360           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
16361             property to allow switching back to the modal window if focus is
16362             given to another one of our windows (Application Modal)
16363           - Now only sets override_redirect if we create a window
16364             without WS_CAPTION
16365           - Moved EventMask selection before mapping of newly created window
16366             so we can catch the map event as well
16367           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
16368           - Added various Atom related DllImports
16369           - Implemented Exit() method
16370           - .ctor() : No longer shows window if WS_VISIBLE is not defined
16371             in the CreateParams
16373         * MessageBox.cs: Now properly deals with the FormParent window by
16374           providing an override the FormParent CreateParams property to
16375           set as POPUP instead of OVERLAPPED window.
16377 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
16379         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
16380         Minor code cleanup.
16382 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
16383         
16384         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
16386 2004-12-18  Peter Bartok  <pbartok@novell.com>
16388         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
16389           implementing SetModal() method
16391 2004-12-18  Peter Bartok  <pbartok@novell.com>
16393         * X11Structs.cs (XGCValues): Fixed type of function element
16394         * XplatUI.cs: Added ScrollWindow() method
16395         * XplatUIDriver.cs: Added ScrollWindow() abstract
16396         * XplatUIWin32.cs: Implemented ScrollWindow() method
16397         * XplatUIX11.cs: Implemented ScrollWindow() method
16398         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
16400 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
16402         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
16403         Some more keyboard support (INCOMPLETE)
16405 2004-12-17  Peter Bartok  <pbartok@novell.com>
16407         * TextControl.cs:
16408         - Added color attribute to line tags.
16409         - Added color argument to all functions dealing with tags
16410         - Added color argument support to various functions
16411         - Fixed miss-calculation of baseline/shift in certain circumstances
16413         * TextBoxBase.cs: Added new color option to test code
16415 2004-12-17  Jackson Harper  <jackson@ximian.com>
16417         * TreeNode.cs:
16418         * MonthCalendar.cs: Signature fixes
16420 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
16422         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
16423         keyboard event moved it.  Create a new graphics context for each paint resolves this
16425 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
16427         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
16428         Make caret exist and go blink blink.  Initial keyboard support.
16429         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
16430         works.
16432 2004-12-17  Jackson Harper  <jackson@ximian.com>
16434         * XplatUIStructs.cs: Updated set of virtual keycodes.
16435         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
16437 2004-12-17  Jackson Harper  <jackson@ximian.com>
16439         * XplatUIX11.cs: Prune old keyboard code.
16441 2004-12-17  Jackson Harper  <jackson@ximian.com>
16443         * XplatUIX11.cs: When generating mouse wparams get the modifier
16444         keys from the ModifierKeys property.
16446 2004-12-17  Jackson Harper  <jackson@ximian.com>
16448         * X11Keyboard.cs: Send up/down input when generating
16449         messages. Remove some unused vars.
16451 2004-12-17  Jackson Harper  <jackson@ximian.com>
16453         * TabControl.cs:
16454         * TreeView.cs: get rid of warnings.
16456 2004-12-17  Jackson Harper  <jackson@ximian.com>
16458         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
16460 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
16462         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
16463           CheckedListBox.cs: Implementation
16465 2004-12-17  Peter Bartok  <pbartok@novell.com>
16467         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
16469 2004-12-16  Peter Bartok  <pbartok@novell.com>
16471         * TextControl.cs:
16472           - InsertCharAtCaret(): Fixed start pos fixup
16473           - CaretLine_get: No longer derives the line from the tag, the tag
16474             could be stale if lines in the document have been added or deleted
16475           - RebalanceAfterDelete(): Fixed bug in balancing code
16476           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
16477           - Line.Streamline(): Now can also elminate leading empty tags
16478           - DumpTree(): Added a few more tests and prevented exception on
16479             uninitialized data
16480           - Added Debug section for Combining lines
16481           - Delete(): Now copies all remaining properties of a line
16482           
16483         * TextBoxBase.cs:
16484           - Left mousebutton now sets the caret (and middle button still acts
16485             as formatting tester, which must go away soon)
16486           - Added Debug section for Deleting/Combining lines
16487           - Fixed calculations for UpdateView after Combining lines
16489 2004-12-16  Peter Bartok  <pbartok@novell.com>
16491         * TextControl.cs: Now properly aligns text on a baseline, using the
16492           new XplatUI.GetFontMetrics() method. Simplified several calculations
16493         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
16494           defined
16496 2004-12-16  Peter Bartok  <pbartok@novell.com>
16498         * XplatUI.cs: Added GetFontMetrics() method
16499         * XplatUIDriver.cs: Added GetFontMetrics() abstract
16500         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
16501           into libgdiplus, our private GetFontMetrics function
16502         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
16503         * XplatUIWin32.cs: Implemented GetFontMetrics() method
16505 2004-12-16  Jackson Harper  <jackson@ximain.com>
16507         * XplatUIStruct.cs: Add enum for dead keys
16508         * X11Keyboard.cs: Map and unmap dead keys.
16510 2004-12-16  Jackson Harper  <jackson@ximian.com>
16512         * X11Keyboard.cs: Detect and use the num lock mask.
16514 2004-12-16  Peter Bartok  <pbartok@novell.com>
16516         * Control.cs (CreateGraphics): Added check to make sure the
16517           handle of the window exists before calling Graphics.FromHwnd()
16519 2004-12-16  Peter Bartok  <pbartok@novell.com>
16521         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
16522           contains a lot of code that's not supposed to be there for the
16523           real thing, but required for developing/testing the textbox
16524           backend.
16526 2004-12-16  Peter Bartok  <pbartok@novell.com>
16528         * TextControl.cs:
16529         - Fixed Streamline method
16530         - Added FindTag method to Line
16531         - Added DumpTree method for debugging
16532         - Added DecrementLines() method for deleting lines
16533         - Fixed UpdateView to update the cursor to end-of-line on single-line
16534           updates
16535         - Added PositionCaret() method
16536         - Fixed MoveCaret(LineDown) to move into the last line, too
16537         - Added InsertChar overload
16538         - Fixed InsertChar tag offset calculations
16539         - Added DeleteChar() method
16540         - Added Combine() method for folding lines
16541         - Fixed Delete() method, no longer allocates wasted Line object and
16542           now copies all properties when swapping nodes
16543         - Delete() method now updates document line counter
16545 2004-12-15  Jackson Harper  <jackson@ximian.com>
16547         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
16548         * X11Keyboard.cs: Expose the currently selected modifier keys
16549         through a property.
16551 2004-12-15  Peter Bartok  <pbartok@novell.com>
16553         * TextControl.cs: Initial check-in. Still incomplete
16555 2004-12-15  Jackson Harper  <jackson@ximian.com>
16557         * TreeNode.cs:
16558         * TreeView.cs: Fix build on csc (second time today ;-))
16560 2004-12-15  Jackson Harper  <jackson@ximian.com>
16562         * TreeView.cs: Store the treenodes plus/minus box bounds when it
16563         is calculated and use this for click testing.
16564         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
16566 2004-12-15  Jackson Harper  <jackson@ximian.com>
16568         * TreeView.cs: Pass the nodes image index to the image list when
16569         drawing that image.
16571 2004-12-15  Jackson Harper  <jackson@ximian.com>
16573         * X11Keyboard.cs: Set messages hwnd.
16574         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
16575         post_message calls.
16577 2004-12-15  Jackson Harper  <jackson@ximian.com>
16579         * X11Keyboard.cs: Fix to compile with csc.
16580         
16581 2004-12-15  Jackson Harper  <jackson@ximian.com>
16583         * X11Structs.cs: Add key mask values
16584         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
16585         * X11Keyboard.cs: New file - Extrapolates and interpolates key
16586         down/up foo into WM_CHAR foo
16587         * KeyboardLayouts.cs: Common keyboard layouts
16588         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
16589         post messages into the main queue.
16591 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
16593         * Button.cs: implement ProcessMnemonic
16594         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
16595           brushes everytime
16596         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
16597         * ButtonBase.cs: Show HotkeyPrefix (not the &)
16599 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
16600         
16601         * MonthCalendar.cs: Implemented click-hold for next/previous month
16602           and date selection
16603           
16604 2004-12-11  Peter Bartok  <pbartok@novell.com>
16606         * X11Structs.cs:
16607           - Added XKeyboardState (moved from XplatUIX11.cs)
16608           - Added XCreateGC related enums and structures
16609           - Added GXFunction for XSetFunction
16611         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
16613         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
16614           CaretVisible() calls
16616         * ToolTip.cs: Added code to prevent stealing focus from app windows
16618         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
16619           DestroyCaret, SetCaretPos and CaretVisible)
16621         * XplatUIX11.cs:
16622           - Added implementation for caret functions
16623           - Moved hover variables into a struct, to make it a bit easier
16624             on the eyes and to debug
16625           - Removed XKeyboardState (moved to XplatUIX11.cs)
16626           - Moved Keyboard properties into the properties region
16628         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
16629           call to get a graphics context for our control
16631         * XplatUIOSX.cs: Added empty overrides for the new caret functions
16633         * TreeView.cs: Fixed bug. No matter what color was set it would always
16634           return SystemColors.Window
16636         * XplatUIWin32.cs: Implemented caret overrides
16638 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
16640         * ListBox.cs: fire events, implement missing methods and properties,
16641         sorting.
16643 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
16645         * MonthCalendar.cs: invalidation bug fixing
16646         * ThemeWin32Classic.cs: paint fixing
16648 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
16650         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
16651         prepare the CGContextRef there now.
16653 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
16655         * MonthCalendar.cs:
16656           - optimisationL only invalidate areas that have changed
16657         * ThemeWin32Classic.cs:
16658           - only paint parts that intersect with clip_area
16660 2004-12-09  Peter Bartok  <pbartok@novell.com>
16662         * Application.cs: Undid changes from r37004 which cause problems
16663         on X11
16665 2004-12-09  Ravindra  <rkumar@novell.com>
16667         * ToolBar.cs: Added support for displaying ContextMenu
16668         attached to a button on ToolBar.
16669         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
16670         property.
16672 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
16674         * Label.cs: autosize works in text change and removes unnecessary
16675         invalidate
16677 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
16679         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
16680         remove warnings
16682 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
16684         * XplatUIOSX.cs: Added mouse move/click/grab support
16685         Remove some debugging WriteLines not needed anymore.
16686         Add window resizing/positioning.
16687         Fix visibility on reparenting.
16689 2004-12-08  Peter Bartok  <pbartok@novell.com>
16691         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
16693 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
16695         * XplatUIOSX.cs: Initial checkin
16696         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
16698 2004-12-03  Ravindra <rkumar@novell.com>
16700         * ListView.cs: Added some keybindings and fixed scrolling.
16701         ScrollBars listen to ValueChanged event instead of Scroll
16702         Event. This would let us take care of all changes being
16703         done in the scrollbars' values programmatically or manually.
16704         * ListView.cs (CanMultiselect): Added a check for shift key.
16705         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
16706         * ListViewItem.cs (Clone): Fixed. We need to make a copy
16707         of ListViewSubItemCollection as well.
16709 2004-12-06  Peter Bartok <pbartok@novell.com>
16711         * Control.cs (Parent): Added check and exception to prevent
16712         circular parenting
16714 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
16716         * ListBox.cs: implemented clipping, selection single and multiple,
16717         bug fixing
16719 2004-12-03  Ravindra <rkumar@novell.com>
16721         * ListView.cs (ListView_KeyDown):
16722         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
16723         when CTRL key is pressed.
16724         * ListViewItem.cs (Selected): Fixed setting the property.
16726 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
16728         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
16730         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
16731         MinimizeBox, ShowInTaskbar, TopMost properties.
16733         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
16734         will be implemented).
16736 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
16738         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
16740         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
16741         tests.
16742         
16743         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
16744         
16745         * TreeView.cs: BackColor is Colors.Window.
16747 2004-12-01  Jackson Harper  <jackson@ximian.com>
16749         * TreeView.cs: When resizing the tree if the user is making it
16750         smaller we don't get expose events, so we need to handle adding
16751         the horizontal scrollbar in the size changed handler as well as
16752         the expose handler.
16754 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
16756         * DrawItemState.cs: fixes wrong enum values
16758 2004-12-01  Jackson Harper  <jackson@ximian.com>
16760         * TreeView.cs: Resize the hbar as well as the vbar on resize.
16762 2004-12-01  Jackson Harper  <jackson@ximian.com>
16764         * NodeLabelEditEventArgs.cs:
16765         * NodeLabelEditEventHandler.cs:
16766         * OpenTreeNodeEnumerator.cs:
16767         * TreeNode.cs:
16768         * TreeNodeCollection.cs:
16769         * TreeView.cs:
16770         * TreeViewAction.cs:
16771         * TreeViewCancelEventArgs.cs:
16772         * TreeViewCancelEventHandler.cs:
16773         * TreeViewEventArgs.cs:
16774         * TreeViewEventHandler.cs: Initial implementation.
16776 2004-12-01  Ravindra <rkumar@novell.com>
16778         * ListView.cs (CalculateListView): Fixed scrolling related
16779         calculations. Also, removed some debug statements from other
16780         places.
16781         * ListViewItem.cs: Changed access to 'selected' instance variable
16782         from private to internal.
16783         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
16785 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
16787         * ThemeWin32Classic.cs: remove cache of brush and pens for
16788         specific controls and use the global system, fixes scrollbutton
16789         bugs (for small sizes, disabled, etc)
16790         
16791         * ScrollBar.cs: does not show the thumb for very small controls
16792         (as MS) and allow smaller buttons that the regular size
16794 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
16796         * UpDownBase.cs: Add abstract methods for the interface.
16797         Add new virtual methods (need to be hooked up to TextEntry when it
16798         exists).
16799         Add override methods for most features.
16800         Computes the size, forces the height of the text entry.
16802         * NumericUpDown.cs: Put here the current testing code.
16804         * Set eol-style property on all files that do not have mixed line
16805         endings, to minimize the future problems.  There are still a few
16806         files with mixed endings, and someone should choose whether they
16807         want to move it or not.
16809 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
16811         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
16812         System.Colors
16813         
16814 2004-11-30  Ravindra <rkumar@novell.com>
16816         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
16817         drawing and replaced use of SystemColors by theme colors.
16818         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
16819         * ListView.cs (ListViewItemCollection.Add): Throw exception when
16820         same ListViewItem is being added more than once.
16822 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
16824         * MonthCalendar.cs:
16825           - ControlStyles love to make the control not flicker
16826           
16827 2004-11-30  Peter Bartok  <pbartok@novell.com>
16829         * CharacterCasing.cs: Added
16831 2004-11-29  Peter Bartok  <pbartok@novell.com>
16833         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
16834           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
16835           I am removing these files as they conflict with already completed
16836           work. While it is fantastic to get contributions to MWF, I
16837           respectfully ask that everyone please coordinate their contributions
16838           through mono-winforms-list or #mono-winforms at this time. We're
16839           explicitly avoiding stubbing and don't want controls that don't have
16840           their basic functionality implemented in svn. Please also see
16841           http://www.mono-project.com/contributing/winforms.html
16844 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
16846         * Application.cs (ModalRun): Don't hang after exit.
16848         * Theme.cs: New TreeViewDefaultSize property.
16850         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
16851         with less hardcoded SystemColors constant.
16852         Implemented TreeViewDefaultSize.
16854         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
16855         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
16858 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
16860         * MonthCalendar.cs:
16861           - Fix NextMonthDate and PrevMonthDate click moving calendar
16863 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
16865         * MonthCalendar.cs:
16866           - Fix usage of ScrollChange Property when scrolling months
16868 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
16870         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
16871          - Fixes menu destroying
16872          - Support adding and removing items on already created menus
16874 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
16876         * MonthCalendar.cs:
16877           - Re-worked all bolded dates handling to match win32
16878         * ThemeWin32Classic.cs:
16879           - Fixed rendering with bolded dates
16881 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
16883         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
16884         - Horizontal scroolbar
16885         - Multicolumn
16886         - Fixes
16889 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
16891         * MonthCalendar.cs:
16892           - Fix Usage of MaxSelectionCount from SelectionRange
16893           - Fixed Shift + Cursor Selection
16894           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
16895           - Fixed normal cursor selection to be compat with win32
16896           - Fixed Shift + Mouse Click selection
16898 2004-11-24  Peter Bartok <pbartok@novell.com>
16900         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
16901         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
16902         * XplatUIX11.cs:
16903           - CreatedKeyBoardMsg now updates keystate with Alt key
16904           - Added workaround for timer crash to CheckTimers, Jackson will
16905             develop a proper fix and check in later
16906           - Implemented DispatchMessage
16907           - Removed calling the native window proc from GetMessage (call
16908             now moved to DispatchMessage)
16910         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
16911           the keydata (Fixes bug #69831)
16913         * XplatUIWin32.cs:
16914           - (DispatchMessage): Switched to return IntPtr
16915           - Added DllImport for SetFocus
16917 2004-11-24  Ravindra <rkumar@novell.com>
16919         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
16920         background drawing.
16921         * ListViewItem.cs: Fixed various properties, calculations
16922         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
16923         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
16924         and some internal properties. Fixed MouseDown handler and Paint
16925         method.
16927 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
16929         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
16931 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
16933         * ContainerControl.cs: correct accidental check in of local changes
16935 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
16937         * ThemeWin32Classic.cs:
16938                 - Fixed Drawing Last month in grid (sometimes not showing)
16939         * MonthCalendar.cs:
16940                 - Fixed title width calculation bug (makeing title small)
16942 2004-11-23  Peter Bartok <pbartok@novell.com>
16944         * XplatUIX11.cs:
16945           - Added generation of WM_MOUSEHOVER event
16946           - Added missing assignment of async_method atom
16947           - Fixed WM_ERASEBKGND; now only redraws the exposed area
16949 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
16951         * ThemeWin32Classic.cs:
16952                 - Fixed Drawing of today circle when showtodaycircle not set
16953                 - fixed drawing of first and last month in the grid (gay dates)
16954         * MonthCalendar.cs:
16955                 - Fixed Drawing of today circle
16956                 - Fixed drawing of grady dates
16957                 - Fixed HitTest for today link when ShowToday set to false
16958                 - Fixed DefaultSize to obey ShowToday
16960 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
16962         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
16963         * System.Windows.Forms/Theme.cs
16964         * MonthCalendar.cs: added for MonthCalendar
16965         * SelectionRange.cs: added for MonthCalendar
16966         * Day.cs: added for MonthCalendar: added for MonthCalendar
16967         * DateRangeEventArgs.cs: added for MonthCalendar
16968         * DateRangeEventHandler.cs: added for MonthCalendar
16970 2004-11-22  Ravindra <rkumar@novell.com>
16972         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
16973         property.
16975 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
16977         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
16978         event handler.
16979         
16980         * NumericUpDown.cs: Added new implementation.
16981         * UpDownBase.cs: Added new implementation.
16983         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
16984         implementations.
16985         
16986         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
16987         implementations.
16989         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
16990         methods.
16992 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
16994         * Timer.cs  (Dispose): Should call the base dispose when
16995         overriding.
16997 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
16999         * ScrollBar.cs: updates thumb position when max, min or increment
17000         is changed
17002 2004-11-21  Ravindra <rkumar@novell.com>
17004         * ListView.cs: Implemented item selection, activation and
17005         column header style. Fixed properties to do a redraw, if
17006         required. Added support for MouseHover, DoubleClick, KeyDown
17007         and KeyUp event handling and some minor fixes.
17008         * ListViewItem.cs: Fixed constructor.
17009         * ThemeWin32Classic.cs: Improved drawing for ListView.
17011 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
17013         * ThemeWin32Classic.cs: initial listbox drawing code
17014         * DrawMode.cs: new enumerator
17015         * ListControl.cs: stubbed class
17016         * ListBox.cs: initial implementation
17017         * Theme.cs: new methods definitions
17018         * SelectionMode.cs: new enumerator
17020 2004-11-17  Peter Bartok  <pbartok@novell.com>
17022         * XplatUIWin32.cs: Added double-click events to the class style
17023         * Control.cs (WndProc):
17024           - Added handling of click-count to MouseDown/ MouseUp events.
17025           - Added handling of middle and right mouse buttons
17026           - Removed old debug code
17028 2004-11-17  Jackson Harper  <jackson@ximian.com>
17030         * XplatUIX11.cs: Use the new Mono.Unix namespace.
17032 2004-11-17  Ravindra <rkumar@novell.com>
17034         * ListView.cs: Added event handling for MouseMove/Up/Down.
17035         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
17036         * ThemeWin32Classic.cs: We need to clear the graphics context and
17037         draw column header in a proper state.
17040 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
17042         *  Menu.cs: fixes signature
17044 2004-11-16  Peter Bartok  <pbartok@novell.com>
17046         * XplatUIX11.cs (GetMessage): Implemented generation of
17047           double click mouse messages
17049 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
17051         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
17052         not by menu
17054 2004-11-11  Peter Bartok  <pbartok@novell.com>
17056         * HandleData.cs: Added Visible property
17057         * XplatUIX11.cs (IsVisible): Now uses Visible property from
17058           HandleData
17059         * XplatUIX11.cs: Removed old debug leftovers
17060         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
17061         * Control.cs (WndProc): Removed old debug leftovers,
17062           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
17063           needed WM_SIZE handling
17065 2004-11-11  Jackson Harper  <jackson@ximian.com>
17067         * OwnerDrawPropertyBag.cs:
17068         * TreeViewImageIndexConverter.cs: Initial implementation
17070 2004-11-10  Jackson Harper  <jackson@ximian.com>
17072         * ThemeWin32Classic.cs:
17073         * TabControl.cs: instead of moving tabs by the slider pos just
17074         start drawing at the tab that is offset by the slider. This way
17075         scrolling always moves by exactly one tab.
17077 2004-11-10  Jackson Harper  <jackson@ximian.com>
17079         * TabControl.cs: You can only scroll left when the slider has
17080         already ben moved right.
17081         
17082 2004-11-10  Jackson Harper  <jackson@ximian.com>
17084         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
17085         the clip area.
17086         
17087 2004-11-10  Jackson Harper  <jackson@ximian.com>
17089         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
17090         clip area.
17091         
17092 2004-11-09  Jackson Harper  <jackson@ximian.com>
17094         * TabControl.cs (CalcXPos): New helper method so we can determine
17095         the proper place to start drawing vertical tabs.
17096         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
17097         
17098 2004-11-09  Jackson Harper  <jackson@ximian.com>
17100         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
17101         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
17102         and Bottom, left and right are illegal values for this and
17103         multiline is enabled when the alignment is set to left or right.
17104         (DrawTab): Each alignment block should draw the text itself now
17105         because Left requires special love. Also add rendering for Left
17106         aligned tabs.
17107         
17108 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
17110         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
17111         does not destroy the windows, removes debugging messages
17113 2004-11-09  jba  <jba-mono@optusnet.com.au>
17115         * ThemeWin32Classic.cs
17116         (DrawButtonBase): Fix verticle text rect clipping in windows
17117         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
17118         rendering and incorrect text rect clipping
17119         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
17120         rendering and incorrect text rect clipping
17121         
17122 2004-11-08  Jackson Harper  <jackson@ximian.com>
17124         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
17125         bottom when they are bottom aligned so the bottoms of the tabs get
17126         displayed.
17127         * TabControl.cs (DropRow): Move rows up instead of down when the
17128         tab control is bottom aligned.
17130 2004-11-08 13:59  pbartok
17132         * XplatUIX11.cs:
17133           - Added handling for various window styles
17134           - Added handling for popup windows
17135           - Added SetTopmost handling
17137 2004-11-08 13:55  pbartok
17139         * XplatUIWin32.cs:
17140           - Added argument to SetTopmost method
17141           - Fixed broken ClientToScreen function
17143 2004-11-08 13:53  pbartok
17145         * XplatUIStructs.cs:
17146           - Added missing WS_EX styles
17148 2004-11-08 13:53  pbartok
17150         * XplatUI.cs, XplatUIDriver.cs:
17151           - Added argument to SetTopmost
17153 2004-11-08 13:52  pbartok
17155         * X11Structs.cs:
17156           - Added XSetWindowAttributes structure
17157           - Improved XWindowAttributes structure
17158           - Added SetWindowValuemask enum
17159           - Added window creation arguments enum
17160           - Added gravity enum
17161           - Added Motif hints structure
17162           - Added various Motif flags and enums
17163           - Added PropertyMode enum for property functions
17165 2004-11-08 13:50  pbartok
17167         * Form.cs:
17168           - Fixed arguments for updated SetTopmost method
17170 2004-11-08 13:49  pbartok
17172         * ToolTip.cs:
17173           - Fixed arguments for updated SetTopmost function
17174           - Fixed usage of PointToClient
17176 2004-11-08 13:44  pbartok
17178         * MenuAPI.cs:
17179           - Added Clipping of children and siblings
17181 2004-11-08 13:41  pbartok
17183         * MainMenu.cs:
17184           - Removed SetMenuBarWindow call. We do this in Form.cs
17186 2004-11-08 13:40  jackson
17188         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
17189           scrolling jimmi in the correct location with bottom aligned tabs
17191 2004-11-08 13:36  pbartok
17193         * ContainerControl.cs:
17194           - Implemented BindingContext
17195           - Implemented ParentForm
17197 2004-11-08 12:46  jackson
17199         * TabControl.cs: Put bottom rendered tabs in the right location
17201 2004-11-08 07:15  jordi
17203         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
17204           removes dead code
17206 2004-11-05 17:30  jackson
17208         * TabControl.cs: When selected tabs are expanded make sure they
17209           don't go beyond the edges of the tab control
17211 2004-11-05 14:57  jackson
17213         * TabControl.cs: Reset show_slider so if the control is resized to
17214           a size where it is no longer needed it's not displayed anymore
17216 2004-11-05 13:16  jackson
17218         * TabControl.cs: Make tab pages non visible when added to the
17219           control
17221 2004-11-05 12:42  jackson
17223         * TabControl.cs: Implement SizeMode.FillToRight
17225 2004-11-05 12:16  jackson
17227         * Control.cs: Do not call CreateHandle if the handle is already
17228           created
17230 2004-11-05 11:46  jackson
17232         * TabControl.cs: Remove superflous call to CalcTabRows
17234 2004-11-05 09:07  jackson
17236         * XplatUIX11.cs: Update for Mono.Posix changes
17238 2004-11-05 07:00  ravindra
17240         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
17241           scrolling.
17243 2004-11-04 22:47  jba
17245         * ThemeWin32Classic.cs:
17246           - Fix Button rendering for FlatStyle = Flat or Popup
17247           - Fix RadioButton and CheckBox rendering when Appearance = Button
17248             (normal and flatstyle).
17249           - Correct outer rectangle color when drawing focus rectangle
17250           - Adjust button bounds to be 1 px smaller when focused
17251           - Make button not draw sunken 3d border when pushed (windows compat)
17252           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
17253           - Offset the text in RadioButton and Checkbox when being rendered as
17254           a button.
17255           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
17256           radiobuttons
17257           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
17258           - Fixed disabled text rendering for normally rendered radiobuttons
17260 2004-11-04 10:26  jackson
17262         * TabControl.cs: Recalculate tab rows when resizing
17264 2004-11-04 07:47  jordi
17266         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
17267           collection completion, drawing issues, missing features
17269 2004-11-04 05:03  ravindra
17271         * ScrollBar.cs:
17272                 - We need to recalculate the Thumb area when
17273                 LargeChange/maximum/minimum values are changed.
17274           - We set the 'pos' in UpdatePos() method to minimum, if it's less
17275                 than minimum. This is required to handle the case if large_change is
17276                 more than max, and use LargeChange property instead of large_change
17277                 variable.
17278           - We return max+1 when large_change is more than max, like MS does.
17280 2004-11-04 04:29  ravindra
17282         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
17283                 - Changed default value signatures (prefixed all with ListView).
17284                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
17285                 ListView.
17286           - Fixed calculations for ListViewItem and implemented Clone()
17287           method.
17289 2004-11-04 04:26  ravindra
17291         * Theme.cs, ThemeWin32Classic.cs:
17292                 - Changed default ListView values signatures (prefixed all with
17293                 ListView).
17294           - Fixed default size values for VScrollBar and HScrollBar.
17295                 - Fixed DrawListViewItem method.
17297 2004-11-04 04:05  ravindra
17299         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
17301 2004-11-04 04:04  ravindra
17303         * ImageList.cs: Implemented the missing overload for Draw method.
17305 2004-11-03 19:29  jackson
17307         * TabControl.cs: Handle dropping rows on selection properly
17309 2004-11-03 11:59  jackson
17311         * TabControl.cs: remove debug code
17313 2004-11-03 11:52  jackson
17315         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
17316           the scrolly widgerywoo
17318 2004-11-02 13:52  jackson
17320         * TabControl.cs: Resize the tab pages and tabs when the tab control
17321           is resized
17323 2004-11-02 13:40  jackson
17325         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
17326           selected tab to the bottom
17328 2004-11-02 13:39  jackson
17330         * TabPage.cs: Store the tab pages row
17332 2004-11-02 12:33  jordi
17334         * MenuItem.cs: fixes handle creation
17336 2004-11-02 11:42  jackson
17338         * TabControl.cs: signature fix
17340 2004-11-02 08:56  jackson
17342         * TabControl.cs: Calculate whether the tab is on an edge properly.
17343           Remove top secret debugging code
17345 2004-11-01 19:57  jackson
17347         * TabControl.cs: Add click handling, and proper sizing
17349 2004-11-01 19:47  jackson
17351         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
17352           tab controls
17354 2004-11-01 19:39  jackson
17356         * TabPage.cs: add internal property to store the bounds of a tab
17357           page
17359 2004-10-30 04:23  ravindra
17361         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
17362           values.
17364 2004-10-30 04:21  ravindra
17366         * ListView.cs, ListViewItem.cs: Added support for scrolling and
17367           fixed calculations.
17369 2004-10-30 03:06  pbartok
17371         * XplatUIX11.cs:
17372           - Removed extension of DllImported libs
17374 2004-10-29 09:55  jordi
17376         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
17377           navigation, itemcollection completion, menu fixes
17379 2004-10-27 22:58  pbartok
17381         * XplatUIX11.cs:
17382           - Now throws a nice error message when no X display could be opened
17384 2004-10-26 13:51  jordi
17386         * ListView.cs: removes warning
17388 2004-10-26 03:55  ravindra
17390         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
17391           ThemeWin32Classic.cs: Some formatting for my last checkins.
17393 2004-10-26 03:36  ravindra
17395         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
17396           control and default values.
17398 2004-10-26 03:35  ravindra
17400         * Theme.cs: Added some default values for ListView control.
17402 2004-10-26 03:33  ravindra
17404         * ToolBar.cs: ToolBar should use the user specified button size, if
17405           there is any. Added a size_specified flag for the same.
17407 2004-10-26 03:33  ravindra
17409         * ColumnHeader.cs: Added some internal members and calculations for
17410           ColumnHeader.
17412 2004-10-26 03:32  ravindra
17414         * ListViewItem.cs: Calculations for ListViewItem.
17416 2004-10-26 03:31  ravindra
17418         * ListView.cs: Added some internal members and calculations for
17419           ListView.
17421 2004-10-22 13:31  jordi
17423         * MenuAPI.cs: speedup menus drawing
17425 2004-10-22 13:16  jackson
17427         * XplatUIX11.cs: Make sure to update exposed regions when adding an
17428           expose event
17430 2004-10-22 11:49  jackson
17432         * Control.cs: oops
17434 2004-10-22 11:41  jackson
17436         * Control.cs: Check to see if the window should have its background
17437           repainted by X when drawing.
17439 2004-10-22 11:31  jackson
17441         * XplatUIX11.cs: When invalidating areas only use XClearArea if
17442           clear is true, this way we do not get flicker from X repainting the
17443           background
17445 2004-10-22 11:28  jackson
17447         * XEventQueue.cs: Queue properly
17449 2004-10-21 09:38  jackson
17451         * XEventQueue.cs: Fix access modifier
17453 2004-10-21 09:36  jackson
17455         * XEventQueue.cs: Don't loose messages
17457 2004-10-21 09:22  jackson
17459         * XEventQueue.cs: Don't loose messages
17461 2004-10-20 04:15  jordi
17463         * BootMode.cs: enum need it by SystemInfo
17465 2004-10-19 21:58  pbartok
17467         * XplatUIWin32.cs:
17468           - Small sanity check
17470 2004-10-19 21:56  pbartok
17472         * Form.cs:
17473           - Added private FormParentWindow class which acts as the container
17474             for our form and as the non-client area where menus are drawn
17475           - Added/Moved required tie-ins to Jordi's menus
17476           - Fixed/Implemented the FormStartPosition functionality
17478 2004-10-19 21:52  pbartok
17480         * Control.cs:
17481           - Removed unneeded locals
17482           - Added code to all size and location properties to understand and
17483             deal with the parent container of Form
17485 2004-10-19 21:33  pbartok
17487         * Application.cs:
17488           - Fixed to deal with new Form subclasses for menus
17490 2004-10-19 17:48  jackson
17492         * XEventQueue.cs: commit correct version of file
17494 2004-10-19 16:50  jackson
17496         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
17498 2004-10-19 16:15  jordi
17500         * MenuAPI.cs: MenuBarCalcSize returns the height
17502 2004-10-19 08:31  pbartok
17504         * Control.cs:
17505           - Added missing call to PreProcessMessage before calling OnXXXKey
17506           methods
17508 2004-10-19 00:04  ravindra
17510         * ToolTip.cs: Fixed constructor.
17512 2004-10-18 09:31  jordi
17514         * MenuAPI.cs: menuitems in menubars do not have shortcuts
17516 2004-10-18 09:26  jordi
17518         * MenuItem.cs: fixes MenuItem class signature
17520 2004-10-18 08:56  jordi
17522         * MenuAPI.cs: prevents windows from showing in the taskbar
17524 2004-10-18 00:28  ravindra
17526         * ToolTip.cs: Suppressed a warning message.
17528 2004-10-18 00:27  ravindra
17530         * Control.cs: Default value of visible property must be true.
17532 2004-10-17 23:19  pbartok
17534         * ToolTip.cs:
17535           - Complete implementation
17537 2004-10-17 23:19  pbartok
17539         * XplatUIX11.cs:
17540           - Added EnableWindow method
17541           - Added SetModal stub
17542           - Added generation of WM_ACTIVATE message (still needs testing)
17543           - Added SetTopMost stub
17544           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
17546 2004-10-17 23:17  pbartok
17548         * XplatUIWin32.cs:
17549           - Removed VirtualKeys to XplatUIStructs
17550           - Implemented SetTopMost method
17551           - Implemented EnableWindow method
17552           - Bugfix in ScreenToClient()
17553           - Bugfixes in ClientToScreen()
17555 2004-10-17 22:51  pbartok
17557         * XplatUIStructs.cs:
17558           - Added WS_EX styles to WindowStyles enumeration
17560 2004-10-17 22:50  pbartok
17562         * XplatUI.cs, XplatUIDriver.cs:
17563           - Added method for enabling/disabling windows
17564           - Added method for setting window modality
17565           - Added method for setting topmost window
17567 2004-10-17 22:49  pbartok
17569         * ThemeWin32Classic.cs:
17570           - Added ToolTip drawing code
17572 2004-10-17 22:49  pbartok
17574         * Theme.cs:
17575           - Added ToolTip abstracts
17577 2004-10-17 22:47  pbartok
17579         * Form.cs:
17580           - Fixed Form.ControlCollection to handle owner relations
17581           - Added Owner/OwnedForms handling
17582           - Implemented Z-Ordering for owned forms
17583           - Removed unneeded private overload of ShowDialog
17584           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
17585             so I hope)
17586           - Fixed Close(), had wrong default
17587           - Added firing of OnLoad event
17588           - Added some commented out debug code for Ownership handling
17590 2004-10-17 22:16  pbartok
17592         * Control.cs:
17593           - Fixed/implemented flat list of controls
17595 2004-10-17 22:14  pbartok
17597         * Application.cs:
17598           - Added code to simulate modal dialogs on Win32
17600 2004-10-17 16:11  jordi
17602         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
17603           mouse event
17605 2004-10-17 13:39  jordi
17607         * MenuAPI.cs: menu drawing fixes
17609 2004-10-15 09:10  ravindra
17611         * StructFormat.cs: General Enum.
17613 2004-10-15 09:09  ravindra
17615         * SizeGripStyle.cs: Enum for Form.
17617 2004-10-15 09:08  ravindra
17619         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
17620           in Theme for ListView.
17622 2004-10-15 09:06  ravindra
17624         * ColumnHeader.cs: Flushing some formatting changes.
17626 2004-10-15 09:05  ravindra
17628         * ListViewItem.cs: Implemented GetBounds method and fixed coding
17629           style.
17631 2004-10-15 09:03  ravindra
17633         * ListView.cs: Implemented Paint method and fixed coding style.
17635 2004-10-15 07:34  jordi
17637         * MenuAPI.cs: fix for X11
17639 2004-10-15 07:32  ravindra
17641         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
17642                 - Renamed Paint() method to Draw() for clarity. Also, moved
17643                 DrawImage() to OnPaint().
17645 2004-10-15 07:25  ravindra
17647         * CheckBox.cs, RadioButton.cs:
17648                 - Removed Redraw (), we get it from ButtonBase.
17649                 - Implemented Paint (), to do class specific painting.
17651 2004-10-15 07:16  ravindra
17653         * ButtonBase.cs:
17654                 - Redraw () is not virtual now.
17655                 - Added an internal virtual method Paint (), so that
17656                 derived classes can do their painting on their own.
17657                 - Modified OnPaint () to call Paint ().
17659 2004-10-15 06:43  jordi
17661         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
17662           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
17664 2004-10-15 00:30  ravindra
17666         * MessageBox.cs:
17667                 - MessageBox on windows does not have min/max buttons.
17668                 This change in CreateParams fixes this on Windows. We
17669                 still need to implement this windowstyle behavior in
17670                 our X11 driver.
17672 2004-10-14 05:14  ravindra
17674         * ToolBar.cs:
17675                 - Changed Redraw () to do a Refresh () always.
17676                 - Fixed the MouseMove event handling when mouse is pressed,
17677                 ie drag event handling.
17678                 - Replaced the usage of ToolBarButton.Pressed property to
17679                 ToolBarButton.pressed internal variable.
17681 2004-10-14 05:10  ravindra
17683         * ToolBarButton.cs:
17684                 - Added an internal member 'inside' to handle mouse move
17685                 with mouse pressed ie mouse drag event.
17686                 - Changed 'Pressed' property to return true only when
17687                 'inside' and 'pressed' are both true.
17688                 - Some coding style love.
17690 2004-10-14 00:17  ravindra
17692         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
17693           public method.
17695 2004-10-14 00:15  ravindra
17697         * ButtonBase.cs: Redraw () related improvements.
17699 2004-10-14 00:14  ravindra
17701         * MessageBox.cs: Moved InitFormSize () out of Paint method and
17702           removed unnecessary calls to Button.Show () method.
17704 2004-10-13 17:50  pbartok
17706         * XplatUIX11.cs:
17707           - Formatting fix
17708           - Removed destroying of window until we solve the problem of X
17709             destroying the window before us on shutdown
17711 2004-10-13 16:32  pbartok
17713         * ButtonBase.cs:
17714           - Now Redraws on MouseUp for FlatStyle Flat and Popup
17716 2004-10-13 14:18  pbartok
17718         * XplatUIX11.cs:
17719           - Added code to destroy the X window
17721 2004-10-13 14:18  pbartok
17723         * XplatUIWin32.cs:
17724           - Added code to destroy a window
17726 2004-10-13 14:12  pbartok
17728         * ButtonBase.cs:
17729           - Added the Redraw on Resize that got dropped in the last rev
17731 2004-10-13 09:06  pbartok
17733         * ThemeWin32Classic.cs:
17734           - Path from John BouAntoun:
17735             * Fix check rendering (centre correctly for normal style, offset
17736               correctly for FlatStyle).
17737             * Fix border color usage (use backcolor) for FlatStyle.Popup
17738             * Use checkbox.Capture instead of checkbox.is_pressed when
17739               rendering flatstyle states.
17741 2004-10-12 21:48  pbartok
17743         * ThemeWin32Classic.cs:
17744           - Removed all occurences of SystemColors and replaced them with the
17745             matching theme color
17747 2004-10-12 21:41  pbartok
17749         * ThemeWin32Classic.cs:
17750           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
17751             him using the function for flatstyle drawing
17752           - Changed functions to use the new version of CPDrawBorder3D
17754 2004-10-12 21:15  pbartok
17756         * ControlPaint.cs:
17757           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
17758             match MS documentation. They need to return defined colors if the
17759             passed color matches the configured control color. Thanks to John
17760             BouAntoun for pointing this out.
17762 2004-10-12 20:57  pbartok
17764         * Control.cs:
17765           - Fix from John BouAntoun: Raise ForeColorChanged event when text
17766             color is changed
17768 2004-10-12 20:46  pbartok
17770         * CheckBox.cs:
17771           - Fix from John BouAntoun: Now properly sets the Appearance property
17773 2004-10-12 20:45  pbartok
17775         * ThemeWin32Classic.cs:
17776           - Fixes from John BouAntoun: now handles forecolors and backcolors
17777             for flatstyle rendered controls much better; It also fixes normal
17778             checkbox rendering when pushed or disabled.
17780 2004-10-08 02:50  jordi
17782         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
17783           work
17785 2004-10-07 08:56  jordi
17787         * ThemeWin32Classic.cs: Removes deletion of cached brushes
17789 2004-10-06 03:59  jordi
17791         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
17792           XplatUIWin32.cs: removes warnings from compilation
17794 2004-10-05 12:23  jackson
17796         * RadioButton.cs: Fix ctor
17798 2004-10-05 11:10  pbartok
17800         * MessageBox.cs:
17801           - Partial implementation by Benjamin Dasnois
17803 2004-10-05 10:15  jackson
17805         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
17806           by John BouAntoun
17808 2004-10-05 03:07  ravindra
17810         * ToolBar.cs:
17811                 - Removed a private method, Draw ().
17812                 - Fixed the ButtonDropDown event handling.
17813                 - Fixed MouseMove event handling.
17815 2004-10-05 03:04  ravindra
17817         * ThemeWin32Classic.cs:
17818                 - Added DrawListView method and ListViewDefaultSize property.
17819                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
17820                 - Changed DOS style CRLF to Unix format (dos2unix).
17822 2004-10-05 03:03  ravindra
17824         * Theme.cs:
17825                 - Added DrawListView method and ListViewDefaultSize property.
17827 2004-10-05 02:42  ravindra
17829         * ToolBarButton.cs: Added an internal member dd_pressed to handle
17830           clicks on DropDown arrow.
17832 2004-10-04 22:56  jackson
17834         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
17835           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
17836           Control handle the buffers, derived classes should not have to
17837           CreateBuffers themselves.
17839 2004-10-04 21:20  jackson
17841         * StatusBar.cs: The control handles resizing the buffers now.
17843 2004-10-04 21:18  jackson
17845         * Control.cs: When resizing the buffers should be invalidated. This
17846           should be handled in Control not in derived classes.
17848 2004-10-04 14:45  jackson
17850         * TabPage.cs: oops
17852 2004-10-04 02:14  pbartok
17854         * LeftRightAlignment.cs:
17855           - Initial check-in
17857 2004-10-04 01:09  jordi
17859         * ThemeWin32Classic.cs: fixes right button position causing right
17860           button not showing on horizontal scrollbars
17862 2004-10-02 13:12  pbartok
17864         * XplatUIX11.cs:
17865           - Simplified the Invalidate method by using an X call instead of
17866             generating the expose ourselves
17867           - Added an expose when the window background is changed
17868           - Implemented ClientToScreen method
17870 2004-10-02 13:08  pbartok
17872         * XplatUIWin32.cs:
17873           - Added Win32EnableWindow method (test for implementing modal
17874           dialogs)
17875           - Added ClientToScreen method and imports
17877 2004-10-02 13:07  pbartok
17879         * XplatUI.cs, XplatUIDriver.cs:
17880           - Added ClientToScreen coordinate translation method
17882 2004-10-02 13:06  pbartok
17884         * KeyPressEventArgs.cs:
17885           - Fixed access level for constructor
17887 2004-10-02 13:06  pbartok
17889         * NativeWindow.cs:
17890           - Changed access level for the window_collection hash table
17892 2004-10-02 13:05  pbartok
17894         * Form.cs:
17895           - Added KeyPreview property
17896           - Added Menu property (still incomplete, pending Jordi's menu work)
17897           - Implemented ProcessCmdKey
17898           - Implemented ProcessDialogKey
17899           - Implemented ProcessKeyPreview
17901 2004-10-02 13:02  pbartok
17903         * Control.cs:
17904           - Added private method to get the Control object from the window
17905           handle
17906           - Implemented ContextMenu property
17907           - Implemented PointToScreen
17908           - Implemented PreProcessMessage
17909           - Implemented IsInputChar
17910           - Implemented IsInputKey
17911           - Implemented ProcessCmdKey
17912           - Completed ProcessKeyEventArgs
17913           - Fixed message loop to call the proper chain of functions on key
17914           events
17915           - Implemented ProcessDialogChar
17916           - Implemented ProcessDialogKey
17917           - Implemented ProcessKeyMessage
17918           - Implemented ProcessKeyPreview
17919           - Added RaiseDragEvent stub (MS internal method)
17920           - Added RaiseKeyEvent stub (MS internal method)
17921           - Added RaiseMouseEvent stub (MS Internal method)
17922           - Added RaisePaintEvent stub (MS Internal method)
17923           - Added ResetMouseEventArgs stub (MS Internal method)
17924           - Implemented RtlTranslateAlignment
17925           - Implemented RtlTranslateContent
17926           - Implemented RtlTranslateHorizontal
17927           - Implemented RtlTranslateLeftRight
17928           - Added generation of KeyPress event
17930 2004-10-02 05:57  ravindra
17932         * ListViewItem.cs: Added attributes.
17934 2004-10-02 05:32  ravindra
17936         * ListView.cs: Added attributes.
17938 2004-10-01 11:53  jackson
17940         * Form.cs: Implement the Close method so work on MessageBox can
17941           continue.
17943 2004-09-30 14:06  pbartok
17945         * XplatUIX11.cs:
17946           - Bug fixes
17948 2004-09-30 11:34  jackson
17950         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
17952 2004-09-30 07:26  ravindra
17954         * ListViewItemConverter.cs: Converter for ListViewItem.
17956 2004-09-30 07:26  ravindra
17958         * SortOrder.cs: Enum for ListView control.
17960 2004-09-30 07:25  ravindra
17962         * ColumnHeader.cs: Supporting class for ListView control.
17964 2004-09-30 07:24  ravindra
17966         * ListView.cs, ListViewItem.cs: Initial implementation.
17968 2004-09-30 07:20  ravindra
17970         * ItemActivation.cs: Enum for ListView Control.
17972 2004-09-29 20:29  pbartok
17974         * XplatUIX11.cs:
17975           - Added lookup of pixel value for background color; tries to get a
17976             color 'close' to the requested color, it avoids having to create a
17977             colormap.  Depending on the display this could mean the used color
17978             is slightly off the desired color. Might have to change it to a more
17979             resource intensive colormap approach, but it will work as a
17980           workaround to avoid red screens.
17982 2004-09-29 14:27  jackson
17984         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
17986 2004-09-28 12:44  pbartok
17988         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
17989           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
17990           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
17991           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
17992           TrackBar.cs, VScrollBar.cs:
17993           - Streamlined Theme interfaces:
17994             * Each DrawXXX method for a control now is passed the object for
17995               the control to be drawn in order to allow accessing any state the
17996               theme might require
17998             * ControlPaint methods for the theme now have a CP prefix to avoid
17999               name clashes with the Draw methods for controls
18001             * Every control now retrieves it's DefaultSize from the current
18002             theme
18004 2004-09-28 12:17  jackson
18006         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
18007           drawing
18009 2004-09-24 14:57  jackson
18011         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
18012           Gives us a nice little performance boost.
18014 2004-09-24 12:02  jackson
18016         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
18017           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
18018           Control and supporting classes. Initial checkin
18020 2004-09-23 13:08  jackson
18022         * Form.cs: Temp build fixage
18024 2004-09-23 01:39  ravindra
18026         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
18027           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
18028           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
18029           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
18030           EventHandlers needed by ListView Control.
18032 2004-09-22 14:12  pbartok
18034         * ScrollableControl.cs:
18035           - Implemented DockPadding property
18036           - Implemented AutoScroll property
18037           - Implemented AutoScrollMargin property
18038           - Implemented AutoScrollMinSize property
18039           - Implemented AutoScrollPosition property
18040           - Implemented DisplayRectangle property (still incomplete)
18041           - Implemented CreateParams property
18042           - Implemented HScroll property
18043           - Implemented VScroll property
18044           - Implemented OnVisibleChanged property
18046 2004-09-22 14:09  pbartok
18048         * Form.cs:
18049           - Added Form.ControllCollection class
18050           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
18051             RemoveOwnedForm (still incomplete, missing on-top and common
18052             minimize/maximize behaviour)
18053           - Added StartPosition property (still incomplete, does not use when
18054             creating the form)
18055           - Added ShowDialog() methods (still incomplete, missing forcing the
18056             dialog modal)
18058 2004-09-22 14:05  pbartok
18060         * Application.cs:
18061           - Added message loop for modal dialogs
18063 2004-09-22 14:02  pbartok
18065         * GroupBox.cs:
18066           - Fixed wrong types for events
18068 2004-09-22 14:00  pbartok
18070         * Shortcut.cs, FormWindowState.cs:
18071           - Fixed wrong values
18073 2004-09-22 12:01  jackson
18075         * Control.cs: Text is never null
18077 2004-09-20 22:14  pbartok
18079         * XplatUIWin32.cs:
18080           - Fixed accessibility level for Idle handler
18082 2004-09-20 18:54  jackson
18084         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18085           XplatUIX11.cs: New message loop that uses poll so we don't get a
18086           busy loop
18088 2004-09-17 10:43  pbartok
18090         * ScrollBar.cs:
18091           - Fixed behaviour of arrow buttons. Now properly behaves like
18092             Buttons (and like Microsoft's scrollbar arrow buttons)
18094 2004-09-17 10:14  pbartok
18096         * ScrollBar.cs:
18097           - Added missing release of keyboard/mouse capture
18099 2004-09-17 06:18  jordi
18101         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
18102           Theme.cs: Very early menu support
18104 2004-09-16 17:45  pbartok
18106         * XplatUIWin32.cs:
18107           - Fixed sending a window to the front
18108           - Added overload for SetWindowPos to avoid casting
18110 2004-09-16 17:44  pbartok
18112         * Control.cs:
18113           - Added SendToBack and BringToFront methods
18115 2004-09-16 07:00  ravindra
18117         * Copyright: Added Novell URL.
18119 2004-09-16 07:00  ravindra
18121         * ToolBar.cs: Invalidate should be done before redrawing.
18123 2004-09-15 21:19  ravindra
18125         * ColumnHeaderStyle.cs: Enum for ListView Control.
18127 2004-09-15 21:18  ravindra
18129         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
18130           ListView Control.
18132 2004-09-13 18:26  jackson
18134         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
18135           properly
18137 2004-09-13 18:13  jackson
18139         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
18140           a second thread and post messages into the main threads message
18141           queue. This makes timing much more consistent. Both win2K and XP
18142           have a minimum timer value of 15 milliseconds, so we now do this
18143           too.
18145 2004-09-13 15:18  pbartok
18147         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18148           XplatUIX11.cs:
18149           - Added Z-Ordering methods
18151 2004-09-13 10:56  pbartok
18153         * Form.cs:
18154           - Fixed #region names
18155           - Moved properties and methods into their proper #regions
18157 2004-09-13 10:51  pbartok
18159         * Form.cs:
18160           - Added Accept and CancelButton properties
18161           - Added ProcessDialogKey() method
18163 2004-09-13 08:18  pbartok
18165         * IWindowTarget.cs:
18166           - Initial check-in
18168 2004-09-10 21:50  pbartok
18170         * Control.cs:
18171           - Added DoDragDrop() [incomplete]
18172           - Properly implemented 'Visible' handling
18173           - Added SetVisibleCore()
18174           - Implemented FindChildAtPoint()
18175           - Implemented GetContainerControl()
18176           - Implemented Hide()
18178 2004-09-10 19:28  pbartok
18180         * Control.cs:
18181           - Moved methods into their appropriate #regions
18182           - Reordered methods within regions alphabetically
18184 2004-09-10 18:57  pbartok
18186         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
18187           - Added method to retrieve text from window
18189 2004-09-10 18:56  pbartok
18191         * Control.cs:
18192           - Moved some internal functions into the internal region
18193           - Implemented FontHeight
18194           - Implemented RenderRightToLeft
18195           - Implemented ResizeRedraw
18196           - Implemented ShowFocusCues
18197           - Implemented ShowKeyboardCues
18198           - Implemented FromChildHandle
18199           - Implemented FromHandle
18200           - Implemented IsMnemonic
18201           - Implemented ReflectMessage
18202           - All public and protected Static Methods are now complete
18204 2004-09-10 16:54  pbartok
18206         * Control.cs:
18207           - Implemented remaining missing public instance properties
18208           - Alphabetized some out of order properties
18210 2004-09-10 05:51  ravindra
18212         * PictureBox.cs: Added a check for null image.
18214 2004-09-10 00:59  jordi
18216         * GroupBox.cs: remove cvs tag
18218 2004-09-09 05:25  ravindra
18220         * ToolBar.cs: Make redraw accessible from ToolBarButton.
18222 2004-09-09 05:23  ravindra
18224         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
18225           parent redraw.
18227 2004-09-09 02:28  pbartok
18229         * ThemeWin32Classic.cs:
18230           - Improve disabled string look
18232 2004-09-09 01:15  jordi
18234         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
18235           args and handler
18237 2004-09-08 23:56  ravindra
18239         * ItemBoundsPortion.cs: It's enum, not a class!
18241 2004-09-08 23:47  ravindra
18243         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
18244           Enums for Form.
18246 2004-09-08 21:13  ravindra
18248         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
18249           ListView control.
18251 2004-09-08 21:03  ravindra
18253         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
18254           avoid crash.
18256 2004-09-08 21:01  ravindra
18258         * ScrollableControl.cs: Removed unreachable code.
18260 2004-09-08 06:45  jordi
18262         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
18264 2004-09-08 01:00  jackson
18266         * XplatUIX11.cs: Only run the timers when updating the message
18267           queue. This effectively gives X messages a higher priority then
18268           timer messages. Timers still need love though
18270 2004-09-07 14:01  jackson
18272         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
18273           this for us and the handle is no longer valid.
18275 2004-09-07 13:59  jackson
18277         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
18278           loop that manages to not crash. TODO: Add poll and cleanup timers
18280 2004-09-07 11:12  jordi
18282         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
18284 2004-09-07 03:40  jordi
18286         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
18287           fixes, methods, multiple links
18289 2004-09-06 06:55  jordi
18291         * Control.cs: Caches ClientRectangle rectangle value
18293 2004-09-05 02:03  jordi
18295         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
18296           certain situations
18298 2004-09-04 11:10  jordi
18300         * Label.cs: Refresh when font changed
18302 2004-09-02 16:24  pbartok
18304         * Control.cs:
18305           - Added sanity check to creation of double buffer bitmap
18307 2004-09-02 16:24  pbartok
18309         * ButtonBase.cs:
18310           - Fixed selection of text color
18311           - Fixed handling of resize event; now properly recreates double
18312             buffering bitmap
18313           - Added missing assignment of TextAlignment
18314           - Added proper default for TextAlignment
18316 2004-09-02 14:26  pbartok
18318         * RadioButton.cs:
18319           - Added missing RadioButton.RadioButtonAccessibleObject class
18321 2004-09-02 14:26  pbartok
18323         * Control.cs:
18324           - Added missing Control.ControlAccessibleObject class
18325           - Started to implement Select()ion mechanisms, still very incomplete
18327 2004-09-02 14:25  pbartok
18329         * AccessibleObject.cs:
18330           - Added missing methods
18332 2004-09-02 14:23  pbartok
18334         * AccessibleNavigation.cs, AccessibleSelection.cs:
18335           - Initial check-in
18337 2004-09-02 10:32  jordi
18339         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
18340           pool for pens, brushes, and hatchbruses
18342 2004-09-01 15:30  jackson
18344         * StatusBar.cs: Fix typo
18346 2004-09-01 14:44  pbartok
18348         * RadioButton.cs:
18349           - Fixed state
18351 2004-09-01 14:39  pbartok
18353         * Button.cs, RadioButton.cs:
18354           - Functional initial check-in
18356 2004-09-01 14:01  pbartok
18358         * CheckBox.cs:
18359           - Added missing default
18360           - Added missing region mark
18362 2004-09-01 09:10  jordi
18364         * Label.cs: fixes method signatures, new methods, events, fixes
18365           autosize
18367 2004-09-01 07:19  jordi
18369         * Control.cs: Init string variables with an empty object
18371 2004-09-01 04:20  jordi
18373         * Control.cs: fires OnFontChanged event
18375 2004-08-31 20:07  pbartok
18377         * ButtonBase.cs:
18378           - Enabled display of strings
18380 2004-08-31 20:05  pbartok
18382         * Form.cs:
18383           - Added (partial) implementation of DialogResult; rest needs to be
18384             implemented when the modal loop code is done
18386 2004-08-31 19:55  pbartok
18388         * CheckBox.cs:
18389           - Fixed to match the removal of the needs_redraw concept
18391 2004-08-31 19:55  pbartok
18393         * ButtonBase.cs:
18394           - Removed the rather odd split between 'needs redraw' and redrawing
18395           - Now handles the events that require regeneration (ambient
18396             properties and size)
18398 2004-08-31 19:41  pbartok
18400         * Control.cs:
18401           - Added firing of BackColorChanged event
18402           - Added TopLevelControl property
18403           - Fixed handling of WM_ERASEBKGRND message
18405 2004-08-31 12:49  pbartok
18407         * ButtonBase.cs:
18408           - Removed debug
18409           - Minor fixes
18411 2004-08-31 12:48  pbartok
18413         * CheckBox.cs:
18414           - Finished (famous last words)
18416 2004-08-31 04:35  jordi
18418         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
18419           scrolling bugs, adds new methods
18421 2004-08-30 14:42  pbartok
18423         * CheckBox.cs:
18424           - Implemented CheckBox drawing code
18426 2004-08-30 14:42  pbartok
18428         * ButtonBase.cs:
18429           - Made Redraw() and CheckRedraw() virtual
18430           - Improved mouse up/down/move logic to properly track buttons
18432 2004-08-30 09:44  pbartok
18434         * CheckBox.cs:
18435           - Updated to fix broken build. Not complete yet.
18437 2004-08-30 09:28  pbartok
18439         * CheckState.cs:
18440           - Initial checkin
18442 2004-08-30 09:17  pbartok
18444         * Appearance.cs:
18445           - Initial check-in
18447 2004-08-27 16:12  ravindra
18449         * ToolBarButton.cs: Added TypeConverter attribute.
18451 2004-08-27 16:07  ravindra
18453         * ImageIndexConverter.cs: Implemented.
18455 2004-08-27 14:17  pbartok
18457         * Control.cs:
18458           - Removed unneeded stack vars
18459           - First attempt to fix sizing issues when layout is suspended
18461 2004-08-25 15:35  jordi
18463         * ScrollBar.cs: more fixes to scrollbar
18465 2004-08-25 14:04  ravindra
18467         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
18468           Added the missing divider code and grip for ToolBar Control.
18470 2004-08-25 13:20  pbartok
18472         * Control.cs:
18473           - Control now properly passes the ambient background color to child
18474             controls
18476 2004-08-25 13:20  jordi
18478         * ScrollBar.cs: small bug fix regarding bar position
18480 2004-08-25 12:33  pbartok
18482         * Timer.cs:
18483           - Now only calls SetTimer or KillTimer if the enabled state has
18484           changed
18486 2004-08-25 12:33  pbartok
18488         * XplatUIWin32.cs:
18489           - Fixed timer handling, now seems to work
18490           - Improved error message for window creation
18492 2004-08-25 12:32  pbartok
18494         * Control.cs:
18495           - Fixed generation of MouseUp message
18497 2004-08-25 12:29  jordi
18499         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
18500           and fixes for progressbar
18502 2004-08-24 18:43  ravindra
18504         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
18505           in ToolBar control.
18507 2004-08-24 17:15  pbartok
18509         * Panel.cs:
18510           - Added #region
18511           - Added missing events
18512           - Alphabetized
18514 2004-08-24 17:14  pbartok
18516         * StatusBar.cs, PictureBox.cs:
18517           - Now uses Control's CreateParams
18519 2004-08-24 16:36  pbartok
18521         * XplatUIX11.cs:
18522           - Fixed background color handling
18523           - Fixed sending of enter/leave events on a grab
18525 2004-08-24 16:35  pbartok
18527         * X11Structs.cs:
18528           - Refined definitions for CrossingEvent
18530 2004-08-24 12:37  jordi
18532         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
18533           formmating, methods signature, and adds missing events
18535 2004-08-24 12:24  jordi
18537         * Control.cs: fire OnEnabledChanged event
18539 2004-08-24 11:17  pbartok
18541         * XplatUIWin32.cs:
18542           - Implemented SetTimer() and KillTimer()
18544 2004-08-24 11:16  pbartok
18546         * XplatUIX11.cs:
18547           - Now uses Remove instead of Add to kill the timer
18549 2004-08-24 10:16  jackson
18551         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
18552           picture boxes in the theme now. Draw picture box borders and obey
18553           sizing modes
18555 2004-08-24 05:49  jackson
18557         * Timer.cs: Remove top secret debugging code
18559 2004-08-24 05:34  jackson
18561         * PictureBox.cs: Temp hack to make picture boxes draw their full
18562           image
18564 2004-08-24 05:29  jackson
18566         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18567           XplatUIX11.cs: Move timers to the driver level. On X they are
18568           queued by the driver and checked on idle.
18570 2004-08-24 01:07  jackson
18572         * XplatUIX11.cs: Use a queue for async messages instead of passing
18573           them as ClientMessages since that was totally broken. Also simply
18574           check for events and return an idle message if none are found. This
18575           gives us an idle handler, and prevents deadlocking when no messages
18576           are in the queue.
18578 2004-08-23 18:19  ravindra
18580         * XplatUIWin32.cs: Removed the unwanted destructor.
18582 2004-08-23 17:27  pbartok
18584         * ButtonBase.cs:
18585           - Finishing touches. Works now, just needs some optimizations.
18587 2004-08-23 16:53  jordi
18589         * ScrollBar.cs: small fix
18591 2004-08-23 16:45  pbartok
18593         * Application.cs:
18594           - Removed debug output
18595           - Simplifications
18597 2004-08-23 16:43  jordi
18599         * ScrollBar.cs: [no log message]
18601 2004-08-23 16:10  pbartok
18603         * Form.cs:
18604           - Fixed handling of WM_CLOSE message
18605           - Removed debug output
18607 2004-08-23 16:09  pbartok
18609         * Application.cs:
18610           - Added handling of Idle event
18611           - Added handling of form closing
18612           - Fixed reporting of MessageLoop property
18613           - Removed some unneeded code, should provide a bit of a speedup
18615 2004-08-23 15:22  pbartok
18617         * Control.cs:
18618           - Added InitLayout() method
18619           - Added code to properly perform layout when Anchor or Dock property
18620             is changed
18621           - Changed 'interpretation' of ResumeLayout. MS seems to have a
18622             LAMESPEC, tried to do it in a way that makes sense
18624 2004-08-23 14:10  jordi
18626         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
18627           properties and methods
18629 2004-08-23 13:55  pbartok
18631         * Control.cs:
18632           - Properly fixed Jordi's last fix
18633           - Now uses Cursor's Position property instead of calling XplatUI
18634           directly
18636 2004-08-23 13:44  jordi
18638         * PaintEventHandler.cs: Adding missing attribute
18640 2004-08-23 13:39  pbartok
18642         * Cursor.cs:
18643           - Implemented Position property
18645 2004-08-23 13:39  pbartok
18647         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
18648           - Added method to move mouse cursor
18650 2004-08-23 13:39  pbartok
18652         * XplatUIX11.cs:
18653           - Fixed setting of background color
18654           - Added method to move mouse cursor
18656 2004-08-23 13:16  jordi
18658         * Control.cs: avoids null exception
18660 2004-08-22 17:46  jackson
18662         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
18663           PictureBox
18665 2004-08-22 17:40  jackson
18667         * XplatUIX11.cs: Add some missing locks
18669 2004-08-22 15:10  pbartok
18671         * Control.cs, Form.cs:
18672           - Removed OverlappedWindow style from Control, instead it's default
18673             now is child
18674           - Made form windows OverlappedWindow by default
18676 2004-08-22 13:34  jackson
18678         * ScrollBar.cs: Update the position through the Value property so
18679           the OnValueChanged event is raised.
18681 2004-08-22 12:04  pbartok
18683         * SWF.csproj:
18684           - Added Cursor.cs and UserControl.cs
18686 2004-08-22 12:03  pbartok
18688         * Cursor.cs:
18689           - Started implementation, not usable yet
18691 2004-08-22 12:00  pbartok
18693         * UserControl.cs:
18694           - Implemented UserControl (complete)
18696 2004-08-21 19:20  ravindra
18698         * ToolBar.cs: Correcting the formatting mess of VS.NET.
18700 2004-08-21 18:49  ravindra
18702         * ToolBar.cs: Probably this completes the missing attributes in
18703           toolbar control.
18705 2004-08-21 18:03  ravindra
18707         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
18708           Fixed toolbar control signatures.
18710 2004-08-21 16:32  pbartok
18712         * LinkLabel.cs:
18713           - Signature Fixes
18715 2004-08-21 16:30  pbartok
18717         * Label.cs:
18718           - Signature fixes
18720 2004-08-21 16:19  pbartok
18722         * Control.cs, Label.cs:
18723           - Signature fixes
18725 2004-08-21 15:57  pbartok
18727         * ButtonBase.cs:
18728           - Added loads of debug output for development
18729           - Fixed typo in method name
18731 2004-08-21 15:52  pbartok
18733         * ToolBarButtonClickEventArgs.cs:
18734           - Added missing base class
18736 2004-08-21 14:53  pbartok
18738         * Control.cs:
18739           - Updated to match new GrabWindow signature
18741 2004-08-21 14:51  pbartok
18743         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18744           - Added method to get default display size
18746 2004-08-21 14:23  pbartok
18748         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18749           - Added method to query current grab state
18750           - Added argument to allow confining a grab to a window
18752 2004-08-21 14:22  pbartok
18754         * Keys.cs:
18755           - Added [Flags] attribute so that modifiers can be used in bitwise
18756           ops
18758 2004-08-21 14:21  pbartok
18760         * TrackBar.cs, ScrollBar.cs:
18761           - Replaced direct XplatUI calls with their Control counterpart
18763 2004-08-21 13:32  pbartok
18765         * Control.cs:
18766           - Implemented Created property
18768 2004-08-21 13:28  pbartok
18770         * Control.cs:
18771           - Implemented ContainsFocus
18773 2004-08-21 13:26  pbartok
18775         * Control.cs:
18776           - Implemented CausesValidation
18778 2004-08-21 13:21  pbartok
18780         * Control.cs:
18781           - Implemented CanFocus
18782           - Implemented CanSelect
18783           - Implemented Capture
18785 2004-08-21 12:35  pbartok
18787         * XplatUIWin32.cs:
18788           - Fixed bug with Async message handling
18789           - Implemented getting the ModifierKeys
18791 2004-08-21 12:32  jackson
18793         * AsyncMethodResult.cs: Make sure we have the mutex before we
18794           release it. Fixes BeginInvoke on windows
18796 2004-08-21 11:31  pbartok
18798         * XplatUIWin32.cs, XplatUIX11.cs:
18799           - Drivers now return proper mouse state
18801 2004-08-21 10:54  jackson
18803         * Control.cs: Implement EndInvoke
18805 2004-08-21 10:48  jackson
18807         * Timer.cs: Remove unneeded finalizer
18809 2004-08-20 19:52  ravindra
18811         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
18812           in mouse event handling in the ToolBar control.
18814 2004-08-20 19:50  ravindra
18816         * ImageList.cs: Changed draw method to use the arguments passed in
18817           to draw the image.
18819 2004-08-20 18:58  pbartok
18821         * XplatUIStructs.cs:
18822           - Added private message for async communication
18824 2004-08-20 17:38  ravindra
18826         * Control.cs: Made RightToLeft property virtual and removed a
18827           Console.WriteLine.
18829 2004-08-20 14:39  jordi
18831         * ThemeGtk.cs: use style_attach
18833 2004-08-20 14:39  pbartok
18835         * XplatUIWin32.cs:
18836           - Added jackson's Async code from X11 to Win32
18838 2004-08-20 14:09  pbartok
18840         * SWF.csproj:
18841           - Added all new files
18843 2004-08-20 14:09  pbartok
18845         * Control.cs:
18846           - Added call to set window background color
18848 2004-08-20 14:03  pbartok
18850         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
18851           - Added method for setting the window background
18853 2004-08-20 14:02  pbartok
18855         * XplatUIWin32.cs:
18856           - Added method for setting the background color
18857           - Added handling for erasing the window background
18859 2004-08-20 13:45  jordi
18861         * TrackBar.cs: fixes timer, new properties and methods
18863 2004-08-20 13:34  jackson
18865         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
18866           correct thread
18868 2004-08-20 13:22  jackson
18870         * Timer.cs: Timer Tick events are now handed through Controls Async
18871           mechanism so the callbacks are executed in the same thread as X
18873 2004-08-20 13:19  jackson
18875         * XplatUIDriver.cs: Expose functionality to send async messages
18876           through the driver
18878 2004-08-20 13:18  jackson
18880         * Control.cs: Implement Begininvoke
18882 2004-08-20 13:14  jackson
18884         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
18885           messages through the driver
18887 2004-08-20 13:12  jackson
18889         * XplatUIX11.cs: Lock before all X operations. Also added Async
18890           method functionality through XSendEvent
18892 2004-08-20 13:11  jackson
18894         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
18895           This will screw up on 64 bit systems)
18897 2004-08-20 13:10  jackson
18899         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
18900           Async messages through X/Win32
18902 2004-08-19 19:39  pbartok
18904         * XplatUIX11.cs:
18905           - Updated code to match new HandleData.DeviceContext type
18907 2004-08-19 19:38  pbartok
18909         * HandleData.cs:
18910           - Made DeviceContext a generic object to allow usage from various
18911           drivers
18912           - Added support for queueing Windows messages
18914 2004-08-19 19:37  pbartok
18916         * XplatUIWin32.cs:
18917           - Added generation of MouseEnter, MouseLeave and MouseHover events
18918           - Added cleanup on EndPaint
18920 2004-08-19 19:17  pbartok
18922         * Control.cs:
18923           - Added handling of WM_MOUSEHOVER
18924           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
18925           code
18927 2004-08-19 18:55  jordi
18929         * ThemeGtk.cs: fixes button order
18931 2004-08-19 18:12  jordi
18933         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
18935 2004-08-19 17:09  pbartok
18937         * Control.cs:
18938           - Added Right property
18939           - Added RightToLeft property
18941 2004-08-19 16:27  jordi
18943         * ThemeGtk.cs: experimental GTK theme support
18945 2004-08-19 16:26  jordi
18947         * ITheme.cs, Theme.cs: move themes from an interface to a class
18949 2004-08-19 16:25  jordi
18951         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
18952           theme enhancaments
18954 2004-08-19 16:04  pbartok
18956         * XplatUIX11.cs:
18957           - Added colormap basics
18958           - Added a way to re-initialize with a different display handle
18959           - Fixed setting of the window background color
18960           - Added various X11 imports related to colors and colormaps
18962 2004-08-19 15:51  pbartok
18964         * X11Structs.cs:
18965           - Removed packing hints (Paolo suggested this a while back)
18966           - fixed colormap type
18967           - Added default Atom types
18968           - Added Screen and color structs and enums
18970 2004-08-19 15:39  pbartok
18972         * ImageList.cs:
18973           - Added missing Draw() method
18974           - Added missing RecreateHandle event
18976 2004-08-19 15:30  pbartok
18978         * Form.cs:
18979           - Added handling of WM_CLOSE
18981 2004-08-18 13:16  jordi
18983         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
18984           a table
18986 2004-08-18 09:56  jordi
18988         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
18990 2004-08-17 15:31  ravindra
18992         * SWF.csproj: Updated project.
18994 2004-08-17 15:25  pbartok
18996         * Control.cs:
18997           - Drawing improvement; don't call UpdateBounds if we are not visible
18998             (or have been minimized)
19000 2004-08-17 15:24  pbartok
19002         * XplatUIWin32.cs:
19003           - Finished IsVisible
19004           - Added Win32GetWindowPlacement
19006 2004-08-17 15:08  jackson
19008         * Panel.cs: Initial checkin of the Panel
19010 2004-08-17 14:25  pbartok
19012         * Control.cs:
19013           - Fixed broken handling of default window sizes
19015 2004-08-17 13:29  jackson
19017         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
19018           has a large startup time.
19020 2004-08-17 10:25  jackson
19022         * HandleData.cs: union areas properly
19024 2004-08-17 10:12  jackson
19026         * HandleData.cs: union areas properly
19028 2004-08-16 20:00  ravindra
19030         * ToolBar.cs, ToolBarButton.cs: Added attributes.
19032 2004-08-16 18:48  ravindra
19034         * ToolBar.cs: Added attributes.
19036 2004-08-16 17:17  ravindra
19038         * SWF.csproj: Updated project.
19040 2004-08-16 17:16  jackson
19042         * XplatUIX11.cs: Check for more expose events before sending a
19043           WM_PAINT so they can all be grouped together. This makes dragging a
19044           window across another window redraw in a sane way.
19046 2004-08-16 15:47  pbartok
19048         * Control.cs:
19049           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
19050             support OnMouseEnter/Leave()
19051           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
19052             exposure handling
19054 2004-08-16 15:46  pbartok
19056         * XplatUIStructs.cs, XplatUIX11.cs:
19057           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
19058           OnMouseEnter/Leave()
19060 2004-08-16 15:34  jackson
19062         * XplatUIX11.cs: Group multiple expose events in HandleData, make
19063           sure messages get the message field set to WM_NULL if they are not
19064           handled.
19066 2004-08-16 15:24  jackson
19068         * HandleData.cs: HandleData is used for storing message information
19069           for window handles
19071 2004-08-15 17:23  ravindra
19073         * ColorDepth.cs: Added attribute.
19075 2004-08-15 17:23  ravindra
19077         * SWF.csproj: Updated project for ToolBar Control.
19079 2004-08-15 17:20  ravindra
19081         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
19082           control and also dos2unix format.
19084 2004-08-15 17:13  ravindra
19086         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
19087           ToolBarButtonClickEventArgs.cs,
19088           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
19089           ToolBarTextAlign.cs: First Implementation of ToolBar control.
19091 2004-08-15 15:31  pbartok
19093         * ButtonBase.cs:
19094           - First (mostly) working version
19096 2004-08-13 16:15  pbartok
19098         * Control.cs:
19099           - Fixed Anchor default
19101 2004-08-13 15:43  pbartok
19103         * Control.cs:
19104           - Changed GetCursorPos signature
19106 2004-08-13 15:42  pbartok
19108         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19109           - Changed signature for GetCursorPos
19111 2004-08-13 15:25  pbartok
19113         * XplatUIX11.cs:
19114           - Cleanup
19115           - Fixed resizing/exposure handling
19117 2004-08-13 15:22  jordi
19119         * ThemeWin32Classic.cs: removes redundant code and fixes issues
19120           with tickposition
19122 2004-08-13 14:55  jordi
19124         * TrackBar.cs: change from wndproc to events
19126 2004-08-13 13:00  jordi
19128         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19129           XplatUIX11.cs: implements PointToClient (ScreenToClient)
19131 2004-08-13 12:53  pbartok
19133         * XplatUIWin32.cs:
19134           - Changed GetWindowPos to also provide client area size
19135           - Fixed broken prototypes for several win32 functions
19137 2004-08-13 12:53  pbartok
19139         * XplatUI.cs, XplatUIDriver.cs:
19140           - Changed GetWindowPos to also provide client area size
19142 2004-08-13 12:52  pbartok
19144         * XplatUIX11.cs:
19145           - Added generation of WM_POSCHANGED
19146           - Changed GetWindowPos to also provide client area size
19148 2004-08-13 12:52  pbartok
19150         * Control.cs:
19151           - Added Dispose() and destructor
19152           - Fixed resizing and bounds calculation
19153           - Fixed Layout
19154           - Added memory savings for invisible windows
19156 2004-08-13 12:46  jordi
19158         * TrackBar.cs: adds timer and grap window
19160 2004-08-13 10:25  jackson
19162         * Timer.cs: SWF Timer
19164 2004-08-12 16:59  pbartok
19166         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19167           - Implemented method to get current mouse position
19169 2004-08-12 14:29  jordi
19171         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
19172           enhancement, fix mouse problems, highli thumb, etc
19174 2004-08-12 13:31  pbartok
19176         * Control.cs:
19177           - Fixed Anchoring bugs
19179 2004-08-12 13:01  jackson
19181         * StatusBar.cs: Don't forget things
19183 2004-08-12 12:54  jackson
19185         * ThemeWin32Classic.cs: Handle owner draw status bars
19187 2004-08-12 12:54  jackson
19189         * StatusBar.cs: Implement missing properties, events, and methods.
19190           Handle mouse clicking
19192 2004-08-12 10:19  jackson
19194         * StatusBarPanelClickEventArgs.cs,
19195           StatusBarPanelClickEventHandler.cs: Classes for handling status
19196           bar panel click events
19198 2004-08-12 10:10  jackson
19200         * Control.cs: Add missing properties
19202 2004-08-12 09:46  pbartok
19204         * BindingsManagerBase.cs:
19205           - Name changed to BindingManagerBase.cs
19207 2004-08-12 09:25  jordi
19209         * ScrollableControl.cs: calls ctrlbase instead of exeception
19211 2004-08-11 16:28  pbartok
19213         * InputLanguageChangingEventArgs.cs:
19214           - Never check in before compiling. Fixes the last check-in
19216 2004-08-11 16:26  pbartok
19218         * InputLanguageChangingEventArgs.cs:
19219           - More signature fixes
19221 2004-08-11 16:20  pbartok
19223         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
19224           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
19225           ImageListStreamer.cs, InputLanguage.cs,
19226           InputLanguageChangedEventArgs.cs,
19227           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
19228           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
19229           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
19230           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19231           - Signature fixes
19233 2004-08-11 16:16  pbartok
19235         * Application.cs:
19236           - Fixed Signature
19237           - Added .Net 1.1 method
19239 2004-08-11 15:25  pbartok
19241         * SWF.csproj:
19242           - Fixed BindingManagerBase.cs filename
19244 2004-08-11 15:22  pbartok
19246         * BindingManagerBase.cs:
19247           - Was checked in with wrong filename
19249 2004-08-11 14:50  pbartok
19251         * SWF.csproj:
19252           - Updated
19254 2004-08-11 13:41  jordi
19256         * XplatUIWin32.cs: Fixes ClientRect
19258 2004-08-11 13:19  pbartok
19260         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19261           XplatUIX11.cs:
19262           - We had SetWindowPos and MoveWindow to set window positions and
19263             size, removed MoveWindow. We have GetWindowPos, so it made sense to
19264             keep SetWindowPos as matching counterpart
19265           - Added some X11 sanity checking
19267 2004-08-11 12:59  pbartok
19269         * Control.cs:
19270           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
19271             (It seems that SetBounds is just a front for SetBoundsCore and
19272              SetBoundsCore updates the underlying window system and
19273              UpdateBounds is responsible for updating the variables associated
19274              with the Control and sending the events)
19275           - Major cleanup of Size handling; we now have two sizes, client_size
19276             and bounds. Bounds defines the window with decorations, client_size
19277             without them.
19279 2004-08-11 12:55  pbartok
19281         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19282           - Added method to calculate difference between decorated window and
19283             raw client area
19285 2004-08-11 12:54  pbartok
19287         * Label.cs:
19288           - Forcing redraw on resize
19290 2004-08-11 11:43  pbartok
19292         * ImageList.cs:
19293           - Removed disposing of the actual images when the list is disposed
19295 2004-08-11 09:13  pbartok
19297         * Control.cs:
19298           - Now properly reparents windows
19300 2004-08-11 08:37  pbartok
19302         * Control.cs:
19303           - Duh!
19305 2004-08-11 07:47  pbartok
19307         * Control.cs:
19308           - Rewrote the collection stuff. Might not be as fast now, not
19309             keeping the number of children around and accessible directly, but
19310             it's more straightforward
19312 2004-08-11 07:44  pbartok
19314         * AccessibleObject.cs:
19315           - Fixed to match ControlCollection rewrite
19317 2004-08-11 07:43  pbartok
19319         * ImageList.cs:
19320           - Added missing creation of the collection list
19322 2004-08-10 20:08  jackson
19324         * StatusBar.cs: Get the paint message from WndProc
19326 2004-08-10 19:31  jackson
19328         * ThemeWin32Classic.cs: Create Brushes as little as possible
19330 2004-08-10 19:20  jackson
19332         * UICues.cs: Add Flags attribute
19334 2004-08-10 19:19  jackson
19336         * StatusBarPanel.cs: Signature cleanup
19338 2004-08-10 19:10  jackson
19340         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
19341           Initial implementation of status bar item drawing
19343 2004-08-10 17:27  jordi
19345         * TrackBar.cs: add missing methods, properties, and restructure to
19346           hide extra ones
19348 2004-08-10 16:24  jackson
19350         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
19351           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
19352           attribute
19354 2004-08-10 13:21  jordi
19356         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
19357           enhancements and standarize on win colors defaults
19359 2004-08-10 12:52  jackson
19361         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
19362           ThemeWin32Classic.cs: Implement DrawItem functionality
19364 2004-08-10 12:47  jordi
19366         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
19368 2004-08-10 12:32  jordi
19370         * Control.cs: throw ontextchange event
19372 2004-08-10 11:43  pbartok
19374         * Control.cs:
19375           - Added more to the still unfinished Dock/Anchor layout code
19377 2004-08-10 11:39  pbartok
19379         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
19380           - Added GetWindowPos method
19382 2004-08-10 11:36  pbartok
19384         * XplatUIWin32.cs:
19385           - Implemented several methods
19387 2004-08-10 09:47  jackson
19389         * TrackBar.cs: Allow control to handle buffering
19391 2004-08-10 09:41  jackson
19393         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
19395 2004-08-10 09:24  jackson
19397         * Label.cs, LinkLabel.cs: Let Control handle buffering.
19399 2004-08-10 09:09  jackson
19401         * StatusBar.cs: Let Control handle all the buffering.
19403 2004-08-10 09:08  jackson
19405         * Control.cs: Control will now handle the buffering code, so each
19406           control does not have to implement this.
19408 2004-08-10 08:34  jackson
19410         * XplatUIDriver.cs: Use default colors from the theme
19412 2004-08-09 17:12  pbartok
19414         * ImageList.cs:
19415           - Fixed several bugs Ravindra pointed out
19417 2004-08-09 16:11  pbartok
19419         * Control.cs:
19420           - Added incomplete dock layout code
19421           - Added support for mouse wheel
19423 2004-08-09 16:09  pbartok
19425         * XplatUIX11.cs:
19426           - Added handling for middle and right mousebutton
19427           - Added handling for mouse wheel
19428           - Added handling for key state and mouse state and position
19429           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
19430           messages
19432 2004-08-09 15:40  jackson
19434         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
19435           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
19436           checkin
19438 2004-08-09 15:37  jackson
19440         * StatusBar.cs: Initial implementation of StatusBar
19442 2004-08-09 15:36  jackson
19444         * ITheme.cs: Add support for drawing status bar and getting status
19445           bar item sizes
19447 2004-08-09 15:35  pbartok
19449         * MouseButtons.cs:
19450           - Fixed values
19452 2004-08-09 15:34  jackson
19454         * ThemeWin32Classic.cs: Add support for drawing status bar and get
19455           status bar item sizes
19457 2004-08-09 15:21  jackson
19459         * ThemeWin32Classic.cs: Use known colors for default control
19460           colours
19462 2004-08-09 15:12  jackson
19464         * ThemeWin32Classic.cs: Make the default font static, it is static
19465           in control so this doesn't change functionality and creating fonts
19466           is sloooooow.
19468 2004-08-09 14:56  pbartok
19470         * X11Structs.cs:
19471           - Added GrabMode enum
19473 2004-08-09 14:55  pbartok
19475         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19476           - Removed Run method, was only required for initial development
19478 2004-08-09 14:51  pbartok
19480         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19481           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
19482           capture
19484 2004-08-09 13:48  pbartok
19486         * XplatUIX11.cs:
19487           - Fixed default sizing for child windows
19489 2004-08-09 12:56  pbartok
19491         * XplatUIX11.cs:
19492           - Added generation of WM_DESTROY message
19493           - Added handling of window manager induced shutdown
19495 2004-08-09 11:31  jackson
19497         * ThemeWin32Classic.cs: New names for control properties
19499 2004-08-09 11:25  jackson
19501         * Control.cs: Use new color names
19503 2004-08-09 11:02  jackson
19505         * XplatUI.cs: Get default window properties from the theme
19507 2004-08-09 11:01  jackson
19509         * ITheme.cs: The theme engine now controls default window
19510           properties
19512 2004-08-09 11:00  jackson
19514         * ThemeWin32Classic.cs: Add default window color properties
19516 2004-08-09 10:17  jackson
19518         * ThemeWin32Classic.cs: Use correct default back color
19520 2004-08-09 10:05  jackson
19522         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
19523           the theme now.
19525 2004-08-09 09:56  jackson
19527         * XplatUI.cs: Remove defaults, these are handled by the theme now.
19529 2004-08-09 09:54  jackson
19531         * Control.cs: Get default properties from the theme.
19533 2004-08-09 09:53  jackson
19535         * ITheme.cs: Themes now handle default control properties
19537 2004-08-09 09:53  jackson
19539         * ThemeWin32Classic.cs: Themes now handle default control
19540           properties so coloring will be consistent
19542 2004-08-08 16:54  jordi
19544         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
19546 2004-08-08 15:08  jordi
19548         * XplatUIX11.cs: fixes keyboard crash
19550 2004-08-08 13:47  jordi
19552         * Label.cs: add cvs header info
19554 2004-08-08 12:09  jackson
19556         * ThemeWin32Classic.cs: Add pen_buttonface
19558 2004-08-08 11:52  jordi
19560         * Label.cs, LinkLabel.cs: [no log message]
19562 2004-08-08 11:34  jordi
19564         * ThemeWin32Classic.cs: Use Windows Standard Colours
19566 2004-08-07 17:32  jordi
19568         * TrackBar.cs: throw exceptions of invalid enums values
19570 2004-08-07 17:31  jordi
19572         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
19573           draw method name
19575 2004-08-07 16:56  jackson
19577         * HorizontalAlignment.cs: Initial checkin
19579 2004-08-07 13:16  jordi
19581         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
19582           methods
19584 2004-08-07 13:05  jordi
19586         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
19587           GetSysColor defines
19589 2004-08-06 18:01  pbartok
19591         * ThemeWin32Classic.cs:
19592           - Fixed some rounding issues with float/int
19594 2004-08-06 18:00  jackson
19596         * DockStyle.cs, AnchorStyles.cs:
19598                   Add flags and serializable attributes.
19600 2004-08-06 17:46  pbartok
19602         * XplatUIX11.cs:
19603           - Implemented GetParent
19605 2004-08-06 17:18  pbartok
19607         * TrackBar.cs:
19608           - Fixed some rounding issues with float/int
19610 2004-08-06 17:17  pbartok
19612         * X11Structs.cs, XplatUIX11.cs:
19613           - Fixed Refresh and Invalidate
19615 2004-08-06 15:30  pbartok
19617         * Control.cs, X11Structs.cs, XplatUIX11.cs:
19618           - Fixed recursive loop when resizing
19619           - Improved/fixed redrawing on expose messages
19621 2004-08-06 09:53  jordi
19623         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
19624           keyboard navigation
19626 2004-08-06 08:02  pbartok
19628         * X11Structs.cs, XplatUIX11.cs:
19629           - Fixed reparenting
19630           - Fixed window border creation
19632 2004-08-05 15:38  pbartok
19634         * XplatUIX11.cs:
19635           - Attempted fix for reparenting problems
19637 2004-08-04 15:14  pbartok
19639         * Control.cs:
19640           - Fixed Invalidation bug (calculated wrong client area)
19641           - Added ClientSize setter
19643 2004-08-04 15:13  pbartok
19645         * Form.cs:
19646           - Added AutoScale properties
19648 2004-08-04 15:13  pbartok
19650         * SWF.csproj:
19651           - Added latest files
19653 2004-08-04 14:11  pbartok
19655         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19656           XplatUIX11.cs:
19657           - Added Invalidate handling
19659 2004-08-03 17:09  jordi
19661         * XplatUIDriver.cs: fixes spelling mistake
19663 2004-07-27 09:53  jordi
19665         * TrackBar.cs: fixes trackbar events, def classname, methods
19666           signature
19668 2004-07-27 09:29  jordi
19670         * ScrollBar.cs: fixes scrollbar events
19672 2004-07-27 04:38  jordi
19674         * Control.cs: changes to be able to run winforms samples
19676 2004-07-26 11:42  jordi
19678         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
19679           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
19681 2004-07-26 05:41  jordi
19683         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
19684           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
19685           implementation
19687 2004-07-22 09:22  jordi
19689         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
19690           check link overlapping, implement events, and fixes
19692 2004-07-21 10:28  jordi
19694         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
19696 2004-07-21 10:19  jordi
19698         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
19699           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
19700           LinkLabelLinkClickedEventArgs.cs,
19701           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
19702           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
19703           implementation
19705 2004-07-19 13:09  jordi
19707         * Control.cs, Label.cs: label control re-written: added missing
19708           functionlity, events, and properties
19710 2004-07-19 10:49  jordi
19712         * Control.cs: fixes SetBounds logic
19714 2004-07-19 01:29  jordi
19716         * Control.cs: Call RefreshWindow only if the window has created
19718 2004-07-15 14:05  pbartok
19720         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
19721           - Implemented ImageList and ImageList.ImageCollection classes
19722           - Added ColorDepth enumeration
19723           - Updated SWF VS.Net project
19725 2004-07-15 11:06  jordi
19727         * XplatUIStructs.cs: added MsgButons enum
19729 2004-07-15 11:03  jordi
19731         * Control.cs: added basic mouse handeling events
19733 2004-07-15 03:38  jordi
19735         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
19736           Vertical TrackBar control implementation
19738 2004-07-13 09:33  jordi
19740         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
19742 2004-07-13 09:31  jordi
19744         * Control.cs, Form.cs: commit: new properties and fixes form size
19745           problems
19747 2004-07-09 14:13  miguel
19749         * ProgressBar.cs: Spelling
19751 2004-07-09 11:25  pbartok
19753         * ProgressBar.cs:
19754           - Removed usage of Rectangle for drawing. Miguel pointed out it's
19755           faster
19757 2004-07-09 11:17  miguel
19759         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
19761                 * ProgressBar.cs: Fixed spelling for `block'
19763                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
19764                 style guidelines.
19766                 Avoid using the += on rect.X, that exposed a bug in the compiler.
19768 2004-07-08 23:21  pbartok
19770         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
19771           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
19772           BaseCollection.cs, Binding.cs, BindingContext.cs,
19773           BindingMemberInfo.cs, BindingsCollection.cs,
19774           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
19775           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
19776           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
19777           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
19778           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
19779           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
19780           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
19781           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
19782           FrameStyle.cs, GiveFeedbackEventArgs.cs,
19783           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
19784           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
19785           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
19786           InputLanguageChangedEventArgs.cs,
19787           InputLanguageChangedEventHandler.cs,
19788           InputLanguageChangingEventArgs.cs,
19789           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
19790           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
19791           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
19792           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
19793           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
19794           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
19795           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
19796           QueryAccessibilityHelpEventArgs.cs,
19797           QueryAccessibilityHelpEventHandler.cs,
19798           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
19799           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
19800           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
19801           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
19802           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
19803           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
19804           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
19805           XplatUIX11.cs, lang.cs:
19806           - Initial check-in