2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
blob7b2081c1107cbc18dcca6dc05cf0f6aafd8bec4f
1 2007-03-19  Chris Toshok  <toshok@ximian.com>
3         [ Fixes bug #80604]
4         
5         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
6         swallow the message we're waiting on, instead of delivering it, as
7         this is only used for the WM_SHOWWINDOW raised from
8         MapWindow/UnmapWindow, and the message needs to be generated
9         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
10         before doing the Map/Unmap.  Also make sure that the Hwnd is still
11         alive after the message has been handled.
13         *before* the window is shown.
15         * Control.cs (CreateControl): guard a few more things inside the
16         if (!is_created) block, as we might end up being called again -
17         yay .net.
18         (WmShowWindow): call CreateControl if we're showing the control.
20 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
22         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
23           controls without a handle if they have any parent with a handle. In
24           Dispose add a check whether the handle is created or not before
25           calling BeginInvoke, this removes the need of the extra disposing
26           parameter (which was bogus anyway since it didn't prevent the
27           invoke from happening, it only skipped the check for an existing
28           handle, meaning that the invoke would call on an inexistent
29           handle).
31 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
33         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
34         appears in taskbar.
36 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
38         * MessageBox.cs:
39         - Fixed a problem that dont show help button for messages with 3 buttons.
40         - Refactory button size and position calculations, now dont use fixed 
41         values, also fixed button sizes (#80043) and form's border space.
42         - AddButton method created, now all other AddButton methods call this one.
43         - Some other source code cosmetic changes.
45 2007-03-18  Jackson Harper  <jackson@ximian.com>
47         * RichTextBox.cs: Don't do this all fonts must match check if
48         there is only one char selected.
50 2007-03-18  Jackson Harper  <jackson@ximian.com>
52         * TreeView.cs: ScrollWindow works properly now, so we don't need
53         to screw around with the scroll area.  This fixes some artifacts
54         when expanding and collapsing.
56 2007-03-18  Jackson Harper  <jackson@ximian.com>
58         * TextBoxBase.cs: Allow updating the selection position when the
59         cursor is outside the textarea, but we have a capture.
60         * TextControl.cs: A special case for when the cursor is outside
61         the bounds of the TB.
62         
63 2007-03-18  Jackson Harper  <jackson@ximian.com>
65         * TextBoxBase.cs: Remove image pasting code for now.  There is no
66         way to get an image on the clipboard right now anyways.
67         * TextControl.cs:
68         * RichTextBox.cs: Use the new RTF Picture class for pictures.
70 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
72         * MessageBox.cs:
73         - Set window properties in constructor intead of on CreateParams.
74         - Remove topmost from Window ExStyle.
75         - Set ShowInTaskbar to false.
76         - Set form border to FixedDialog.
77         - Some cosmetic changes and remove unneeded comments.
78         - It fixes itens 2,3 and 4 of bug #80043.
80 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
82         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
83         none was explicitly set. Fixes part of bug #79949.
85 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
87         * ToolStripComboBox.cs: Add AutoComplete*.
89 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
91         * ToolStripComboBox.cs: Add FlatStyle.
93 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
95         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
96         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
98 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
100         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
101           CheckBox.cs, RadioButton.cs, BindingSource.cs,
102           DataGridColumnStyle.cs: Remove warnings.
104 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
106         * Menu.cs: MergeMenu: Check menu argument for null before looping over
107           it.
108         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
109           visibility of mdi child forms. FormSizeChangedHandler: update the
110           maximized size if size has changed while maximized.
111         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
112           creating the handle.
113         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
114           avoid creating the handle if not created.
115         * XplatUI.cs: Update debug output.
116         * XplatUIStructs.cs: Added ToString's for a couple of structs.
118 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
120         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
121         ProcessCmdKey().
122         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
123         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
124         Implement keyboard shortcuts.
126 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
128         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
129         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
130         ColorDialog and all derived classes.
132 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
134         [ Fixes bug #79828 ]
136         * ToolBar.cs:
137         - Rename ToolBarButtonInfor to ToolBarItem.
138         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
139         - Maintain an array of ToolBarItem, used instead of ToolBarButton
140         collection to be able add same button more than one time on a toolbar.
141         - Refactory all properties and methods to use ToolBarItem. 
143         * ToolBarButton.cs: 
144         - Remove all propeties and methods that is now in ToolBarItem.
145         - Rectangle propery now gets the rectangle from first ToolBarItem to
146         mimic win32 behavior.
147         - Size calculation and layout methods also removed.
149         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
150         ToolBarItem instead of ToolBarButton to right drawing buttons when
151         same button/separator was added more than one time to ToolBar.
153         * ThemeNice.cs: Same as above. 
155 2007-03-15  Andreia Gaita  <avidigal@novell.com>
157         * XplatUIX11.cs: Fire extra MouseMove events right after
158         MouseDown and MouseUp, emulating win32's <censored> behaviour
159         for apps that rely on it.
161 2007-03-15  Jackson Harper  <jackson@ximian.com>
163         * TextControl.cs:
164         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
165         it is drawn on the controls client window and there is no NC
166         area.
167         - Set the background color to gray on 2.0 when we are readonly.
169 2007-03-15  Chris Toshok  <toshok@ximian.com>
171         [ Fixes bug #81144 ]
172         
173         * XplatUIX11.cs: implement VirtualScreen independently of
174         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
175         property.
177 2007-03-15  Chris Toshok  <toshok@ximian.com>
179         * Hwnd.cs: add an internal field for the cached_window_state.
181         * XplatUIX11.cs: cache the window state, invalidating the cache
182         (and thus re-querying the X server) only when we see an update to
183         the _NET_WM_STATE property.
185 2007-03-15  Chris Toshok  <toshok@ximian.com>
187         * BindingSource.cs: get a lot of the unit tests working.
189 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
191         * Control.cs: Modify UpdateStyles to store distances when bounds >=
192         0 instead of just bounds > 0.  [Fixes bug #80912]
194 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
196         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
197         and methods.
199 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
200         
201         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
202         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
203         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
204         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
206 2007-03-15  Chris Toshok  <toshok@ximian.com>
208         [ Fixes #81101 ]
209         
210         * Control.cs: add Ivan's fix for 81101, with a slight modification
211         - you can set control.Target to null.
213 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
215         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
216         HideDropDown, use Hide instead to prevent an NRE.
217         [Fixes bug #81147]
219 2007-03-14  Jackson Harper  <jackson@ximian.com>
221         * TextBoxBase.cs: Mess with the creation stuff a little. We need
222         to calculate the document before the handle is created, in some
223         cases. (Actually just one case).
225 2007-03-14  Jackson Harper  <jackson@ximian.com>
227         * TextBoxBase.cs: Need to display the caret after letting the base
228         wndproc handle the focus methods, because the caret display
229         methods check the focus state.
230         - Try to display the caret after updating it's position with SelectWord.
231         - Don't need to do an immediate update on this recalc, since there
232         will be an invalidate anyways.
234 2007-03-14  Jackson Harper  <jackson@ximian.com>
236         * TreeView.cs: Some workarounds so that we can match event order a
237         little better.
239 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
241         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
242         #80803. Avoid NullReferenceException when Control does not have
243         parent. Fixed different blinkstyle issues. Only subscribe to Tick
244         event a single time. Only draw error icon when control is created and
245         visible. Fixes failing unit tests.
247 2007-03-14  Andreia Gaita  <avidigal@novell.com>
249         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
250         Selecting events. Fire Leave and Enter events when changing tabs.
252 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
254         * TreeView.cs: Add TreeViewNodeSorter.
255         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
257 2007-03-14  Chris Toshok  <toshok@ximian.com>
259         * Form.cs: go ahead and remove the RecreateHandles that jpobst
260         removed earlier and I had him add back it.  It turns out metacity
261         *does* in fact handle the MOTIF_WM_HINTS property changing, it
262         just doesn't redraw the window titlebar until you resize the
263         window.  This also means we aren't recreating the entire window
264         hierarchy on X when you change this property.  And it looks better
265         on windows, too.
267 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
269         * ListViewItem.cs:
270         * ListView.cs: Collecting selection information
271         is now done in SelectedIndexCollection rather than in
272         SelectedListViewItemCollection. This is done so we can
273         have the selection information code in one single place
274         (virtual mode selection information entirely depends on
275         SelectedIndexCollection).
277 2007-03-13  Miguel de Icaza  <miguel@novell.com>
279         * ErrorProvider.cs: Add stubs for ISupportInitialize
281 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
283         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
284         in the right order with the right values, from the Checked property, 
285         just as MS does (instead of triggering them from ListView).
287         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
289 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
291         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
292         the correct handler in OnItemCheck method (ItemCheckEventHandler 
293         instead of EventHandler). This used to throw an InvalidCastException.
295 2007-03-13  Jackson Harper  <jackson@ximian.com>
297         * TextBoxBase.cs: Calculate the document before the handle is
298         created, so there isn't an extra invalidate called.
300 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
302         * Form.cs: Don't set owner in ShowDialog until we are sure
303         that we aren't going to throw an exception.  [Fixes bug #80773]
305 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
307         * TreeView.cs: Make it compile.
309 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
311         * Control.cs: Another place we don't call SizeFromClientSize.
312         * Form.cs: Another place we don't call SizeFromClientSize.
313         [Fixes bug #81125]
315 2007-03-12  Jackson Harper  <jackson@ximian.com>
317         * TreeView.cs: Basically emulating some strangness here with
318         exanding nodes and setting node positions when windows aren't
319         created.
320         - Also attempting to walk the node tree less than previously, and
321         just use visible order calculations for determining offsets.
322         - oops made scrolling backwards.
323         * TreeNode.cs: We need to start nodes with a zero visible order,
324         because the order calcs are based on the first nodes order.
326 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
328         * Form.cs: Don't exit the program if RecreateHandle is called on
329         the main form.
331 2007-03-12  Chris Toshok  <toshok@ximian.com>
333         * XEventQueue.cs: remove the use of PostQuitState.
335         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
336         WM_QUIT message in GetMessage, return false (and if we're in the
337         nested WaitForHwndMessage, repost the WM_QUIT message).
339 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
341         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
342         or the MaximizeBox properties.  [Part of bug #80640]
344 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
346         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
347         no links.
349 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
351         * ToolStripItem.cs: Fix some tests I broke by checking Visible
352         instead of visible.
354 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
356         * FileDialog.cs: Use text of File name combobox to determine what
357         files the user selected. Added tokenizer to parse the file names.
358         Fixes bug #81123.
360 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
362         * Control.cs: We can't call SizeFromClientSize in the constructor,
363         but we still need to do the same work, so make an internal version.
364         [Fixes bug #80621]
366 2007-03-12  Jackson Harper  <jackson@ximian.com>
368         * TreeView.cs:
369         * TreeNode.cs:
370         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
371         IsExpanded.
373 2007-03-12  Jackson Harper  <jackson@ximian.com>
375         * TextBoxBase.cs: Now that the handles are being created a little
376         later, we need to make sure that the document is recalculated when
377         the handle is created.
379 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
381         * Theme.cs: GetLinkFont abstract method added.
382         
383         * LinkLabel.cs: 
384         - Remove CalcTrimRectangle, no longer needed.
385         - Factor also remove, position issues must be fixed in libgdiplus.
386         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
387         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
388         care about font used to draw links.
389         - Set TabStop to true when control is "Selectable", control is selectable
390         when have one or more links. Fixes #80501 (test case is also added).
391         - Set the LinkArea values after links change, LinkArea values must be
392         based in first link position and size, a test case was created.
393         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
394         the attribute must be true LinkArea.Length > 0. The same was applied to
395         TabStop.
396         
397         * ThemeWin32Classic.cs: 
398         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
399         in draw method.
400         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
401         color change.
402         - Draw focus rectangle for every parts focused, including parts that 
403         is on another line, its because regions returns various rectangles
404         and not only one. Needed to mimic W32 look.
405         - Uses Graphics.Clip to delimite region painted, it mean that now 
406         complete text is passed to DrawString, with this we solve layout
407         issues without create another text renderer.
408         - Uses Region.Intersect to fix some flickers problems, now only needed
409         parts will redrawed.
410         - This changes fixes #79614 and some other unreported issues, on Linux 
411         some layout problems still remain, the problem is under 
412         MeasureCharacterRanges but it is an libgdiplus bug.
414 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
416         * TextBox.cs: Set for foreground color.
417         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
418         this is already done in Control.
420 2007-03-10  Jackson Harper  <jackson@ximian.com>
422         * TextBox.cs: Set the background color, but reset the
423         backcolor_set flag which is just for the user setting the
424         background color.
426 2007-03-09  Chris Toshok  <toshok@ximian.com>
428         * Control.cs: really remove the call to XplatUI.SetVisible from
429         CreateHandle(), like I said I did when I merged the branch.
431         * BindingSource.cs: implement some more of this stuff.
433 2007-03-09  Jackson Harper  <jackson@ximian.com>
435         * TextBox.cs: Don't explicitly set our background colors.
436         * TextControl.cs:
437         * TextBoxBase.cs: Draw readonly text.
438         - Need to invalidate when backcolor or readonly are changed.
439         
440 2007-03-09  Jackson Harper  <jackson@ximian.com>
442         * TextBoxBase.cs: Don't set the forecolor until the handle is
443         created.
444         - Do not raise OnPaint, and removed some old debug code.
446 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
448         * ScrollableControl.cs: Fix mouse wheel scrolling.
450 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
452         * Control.cs: Wire up MouseDoubleClick event.
454 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
456         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
457         top or bottom.
458         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
459         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
460         item is added.  This logic was moved to ToolStrip.OnItemAdded.
461         [Fixes bug #81090]
463 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
465         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
467 2007-03-08  Jackson Harper  <jackson@ximian.com>
469         * TreeView.cs: Show the correct image for selected node (this used
470         to work, not sure how the code got deleted). Also implemented 2.0 feature
471         SelectedImageKey.
473 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
475         * ListView.cs:
476         * ListViewItem.cs: Cache index in items when retrieving them
477         in VirtualMode.
479 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
481         * ToolStripItem.cs: Don't return the explicit_size if we are using 
482         AutoSize.  Fixes invalidation issue when user has explicitly set a
483         size and has AutoSize = true.
485 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
487         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
489 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
491         * DataGridView.cs: Remove event handler from DataView when a
492         DataTable is used as DataSource.
494 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
496         * Control.cs: Create internal setter for client_size to allow it to be
497         set without triggering resizing code.
498         * Form.cs: Calculate client_size in constructor, only change client_size
499         in FormBorderStyle property if Handle has been created.
500         [Fixes #80574, #80791]
502 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
504         * SystemInformation.cs: Add TerminalServerSession.
506 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
508         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
509         TreeView code.
511 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
513         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
514         Handle before we were supposed to.  Now checks ActivateOnShow property
515         in Control.
516         * Control.cs: Add internal ActivateOnShow property.
517         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
518         for ActivateOnShow.
519         * Hwnd.cs Remove no longer needed no_activate field.
521 2007-03-07  Jackson Harper  <jackson@ximian.com>
523         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
524         2.0 properties
525         * DrawTreeNodeEventHandler.cs: Add
526         * DrawTreeNodeEventArgs.cs: Correct default value.
527         
528 2007-03-07  Chris Toshok  <toshok@ximian.com>
530         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
531         to be called before NativeWindow.WndProc.  Put the HwndCreating
532         magic there to hook up our Hwnd's to handles.
534 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
536         * DataGridView.cs: Comment out debug code.
538 2007-03-07  Chris Toshok  <toshok@ximian.com>
540         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
541         to make the rest of the world happy]
543         * Control.cs (CreateHandle): there's no need to call
544         XplatUI.SetVisible here, it's effectively done by
545         XplatUI.CreateWindow on X now, and always was on windows.
547         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
548         shortcircuit out of the loop if we have a message loop running on
549         this thread.
551         [Changelog from merge]
553         2007-03-05  Chris Toshok  <toshok@ximian.com>
555                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
556                 causes handle creation.
558         2007-02-28  Chris Toshok  <toshok@ximian.com>
560                 * ApplicationContext.cs: Add a flag to make sure we only raise the
561                 ThreadExit event once (ExitThreadCore can be indirectly called
562                 from a few places.)  I don't like the additional flag, but it
563                 makes the event ordering/count correct.
565                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
566                 without locking the collection.  An enumerator doesn't give us any
567                 protection from modification anyway.  Lock the thread hash and
568                 replace the complicated enumerator loop with a foreach.
569                 (Application.CloseForms): make internal so it can be called from
570                 ApplicationContext.  This should probably be moved to MWFThread.
571                 (Application.ExitThread): don't call MWFThread.Current.Exit()
572                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
573                 when the runloop exits (in response to WM_QUIT.)
574                 (Application.RunLoop): add a comment (and check) for
575                 context.MainForm being null after setting context.MainForm.Visible
576                 = true.  This is because you're perfectly free to dispose of a
577                 form in VisibilityChanged.  Chalk this up to another case where we
578                 need to synchronously generate WM_ACTIVATE from Control.Show.
579                 Also, add handling for WM_QUIT here so we'll exit the loop.
580                 
581                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
582                 fact that we don't wait if we're only unmapping the whole_window
583                 makes me a bit nervous, but it doesn't seem to cause any problems
584                 yet.
586                 also, add a comment about the stupid, broken and wrong resetting
587                 of PostQuitState to false in GetMessage().
589                 In PostQuitMessage, we need to add a WM_QUIT message to the
590                 thread's queue.  We use the FosterParent to get the right
591                 handle/hwnd/queue.
593                 Lastly, in SetVisible, we need to unmap both windows, since the
594                 waiting only happens when we're unmapping the client window.  So
595                 now, the *only* time we unmap just the whole_window is in the hack
596                 for resizing a control to 0,0.
597                 
598         2007-02-21  Chris Toshok  <toshok@ximian.com>
600                 * Application.cs (CloseForms): rewrite this so that we don't
601                 modify the list while we're traversing it.
603         2007-02-20  Chris Toshok  <toshok@ximian.com>
605                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
606                 of OnHandleCreated.
607                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
608                 handle is created.  otherwise we'll create it here.
609                 (VerticalScrollEvent): same here.
611                 * Application.cs (CloseForms): call Form.Dispose, don't post
612                 WM_CLOSE_INTERNAL.
614                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
615                 here. Application should Dispose() of the Form's.
617                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
618                 WM_DESTROY as well.
619                 (MapWindow,UnmapWindow): only actually do the waiting for
620                 SHOWWINDOW if the control we're dealing with is a Form.
621                 (CreateWindow): if the control isn't a form, SendMessage
622                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
624                 * Control.cs (SetVisibleCore): always use is_visible here, not
625                 value.  If we use value, we can end up re-setting something
626                 visible if, for instance, you do Control.Hide() in a delegate
627                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
629         2007-02-20  Chris Toshok  <toshok@ximian.com>
631                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
632                 the message we need.  PeekMessage returning false should not be a
633                 condition under which we exit the loop.
635         2007-02-15  Chris Toshok  <toshok@ximian.com>
637                 * Control.cs (Refresh): only refresh if we've got a handle and are
638                 visible.
639                 (CreateAccessibilityInstance): CreateControl() here.
640                 (UpdateChildrenZOrder): complicate the code loop even more by
641                 taking into account controls that haven't had their handle
642                 created, and those that aren't visible.  But on the flip side,
643                 simplify the code by splitting it into two loops.  one which
644                 builds up the list of child controls we're interested in, and the
645                 other that sets the z order of those children.
647         2007-02-14  Chris Toshok  <toshok@ximian.com>
649                 * Control.cs: Control.AccessibilityObject causes the control to be
650                 created, not just the handle.
652         2007-02-14  Chris Toshok  <toshok@ximian.com>
654                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
655                 problem on X where a window might have its handle created (and be
656                 visible) while the window is unmapped.  calling XConfigureWindow
657                 on an unmapped window is bad, and generates X errors.
659         2007-02-13  Chris Toshok  <toshok@ximian.com>
661                 * Control.cs (CreateHandle): don't loop over our children setting
662                 their parent here.  do it when in WndProc when we're shown.
663                 (UpdateChildrenZOrder): make this internal so we can call it from
664                 ScrollableControl.
665                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
666                 creating its handle.  Also, remove the calls to PerformLayout from
667                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
668                 OnVisibleChanged only seems to be called directly here for the
669                 toplevel control.  It's propagated down the window hierarchy by
670                 calls to child.OnParentVisibleChanged.
671                 (OnVisibleChanged): don't do layout here - it's done (oddly
672                 enough, according to a glance at stack traces on ms.net..) in
673                 ScrollableControl.
674                 
675                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
676                 z order of our children before calling PerformLayout.
678         2007-02-12  Chris Toshok  <toshok@ximian.com>
680                 [big change, fixes #80020]
681                 
682                 * AccessibleObject.cs: we need to make owner internal again to fix
683                 some of ControlAccessibleObject.
685                 * Control.cs: lots of changes here.  add support for WM_CREATE,
686                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
687                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
688                 we create child controls.  leave the MonoTODO's for the
689                 accessibility calls, but fix the exceptions so the tests pass.
691                 Add the InvalidOperationExceptions to Invoke methods, and remove a
692                 couple of InvokeInternal methods we aren't using.
693                 
694                 Also, add a couple of CreateHandle calls in places where we know
695                 the handles are being created but our code doesn't reference
696                 .Handle.
698                 Make SetVisibleCore call OnVisibleChange if the handle isn't
699                 created.  If the handle is created, we rely on XplatUI.SetVisible
700                 generating the event synchronously.
701                 
702                 Lastly, make sure we don't use this.Handle inside CreateHandle,
703                 because we can call back into client (and that code can dispose of
704                 the control).
706                 * XplatUIStructs.cs: misc/cleanup.
708                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
709                 although we don't populate the wParam properly.
710                 (CreateWindow): generate WM_CREATE.
711                 (MapWindow,UnmapWindow): make these calls synchronous, at great
712                 performance expense (particularly in the unmap case), to match
713                 win32 behavior.
715                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
716                 to call it.
717                 (set_MdiParent): don't recreate the handle unless it's been
718                 created already.
719                 
720                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
721                 it's created.
723                 * NativeWindow.cs: this is probably the weirdest part of the
724                 patch.  We need a way to link up the window being created to the
725                 WM_CREATE message.  Since we can only be creating one window at a
726                 time on a given thread, we keep track of a per-thread reference so
727                 we can dispatch it properly.  We also need to keep track of the
728                 Hwnd currently being created so that the win32 backend doesn't
729                 have problems.
730                 
731                 * XplatUIWin32.cs: a similar change to the one we made in
732                 NativeWindow.cs.
734 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
736         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
737         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
738         to draw the menu shortcut string.
740 2007-03-07  Jackson Harper  <jackson@ximian.com>
742         * TreeNode.cs: Add the 2.0 collapse method.
744 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
746         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
748 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
750         * DataGridView.cs: Change DataSource will clear column and row
751         lists. Call Invalidate() to reflect DataSource change.
753 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
755         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
756         and a new row is added to it.
758 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
760         * DataGridView.cs: Add columns when DataSource is en empty list but
761         is a System.Data.DataView (from a System.Data.DataTable).
763 2007-03-06  Andreia Gaita  <avidigal@novell.com>
765         * Label.cs: Implement AutoEllipsis (2.0)
767 2007-03-06  Jackson Harper  <jackson@ximian.com>
769         * TreeView.cs: Implement 2.0 TopNode setter property.
770         - Use a local var instead of the skipped_nodes field for computing
771         how many nodes to skip.  Otherwise we won't scroll because the
772         valuechanged handler checks if skipped_nodes is equal to the new
773         value.
774         - Implement 2.0 Sort method.
775         - Add useless 2.0 DoubleBuffer property
776         - Implement 2.0 LineColors property.  Lets you change the color of
777         the lines in the tree. Terribly useful for creating non cohesive
778         desktops.
779         - Implement 2.0 image key feature.
781 2007-03-06  Jackson Harper  <jackson@ximian.com>
783         * TreeView.cs: We can't get the bounds of the nodes before raising
784         the AfterSelect event, because that event could change the node's
785         bounds (scrolling, font change, etc).
787 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
789         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
790         * Form.cs: Don't recreate handle when creating FormWindowManager, just
791           update window styles. In CreateParams us VisibleInternal instead of
792           VIsible to get the actual visible flag set for this form.
793         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
794           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
795           handle the case when the form is already maximized, in which case
796           it should be restored. Fixes #81043.
798 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
800         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
802 2007-03-05  Jackson Harper  <jackson@ximian.com>
804         * TreeViewHitTestInfo.cs: implement.
806 2007-03-05  Jackson Harper  <jackson@ximian.com>
808         * InternalWindowManager.cs: class status fix.
810 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
812         * InternalWindowManager.cs: All windows that have a parent
813         are confined to their parent when they're being moved.
814         Fixes #80822.
816 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
818         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
819         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
821 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
823         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
824           buttons invisible before deciding which ones should be visible
825           (fixes minimize/maximize buttons showing up in toolwindows). Remove
826           an unused variable.
827         * InternalWindowManager.cs: Remove warning.
829 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
831         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
832         to throw an InvalidOperationException is virtual mode is being used.
834 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
836         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
837         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
838         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
839         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
840         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
841         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
843 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
845         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
846           driver.KeyboardDelay from XplatUI.KeyboardDelay 
847         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
848           (patch by Sergey Volk)
850 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
852         * ToolWindowManager.cs: Added, contains logic for
853           tool windows.
854         * CreateParams.cs: Add a few helper methods and an
855           internal variable to know which control the CreateParams belongs
856           to.
857         * Control.cs: Call Form.ChangingParent when the
858           parent is about to be changed.
859         * XplatUIX11.cs: DeriveStyles (): Set
860           caption_height for all windows that have captions and are children.
861           Update to use ToolWindowManager instead of InternalWindowManager
862           for ToolWindows.
863         * XplatUIWin32.cs: Set fake window styles for all
864           windows that have window managers.
865         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
866           now duplicated for mdi windows when they are
867           maximized, first for the buttons the window itself has, then for
868           the buttons that appear in the menu bar. Makes things a little
869           easier). Updated UpdateWindowDecorations, SetWindowState and the
870           mouse eventhandlers accordingly.
871         * Form.cs: Add ChangingParent (), contains the
872           logic of what should happen when the parent changes. In MdiParent
873           don't set things that ChangingParent () is doing. When handling
874           WM_CLOSE, we can close the form if there are any other modal forms
875           and the current form is a descendent of the modal form.
876         * InternalWindowManager.cs: A lot of refactoring,
877           the title buttons are now extracted to a separate container class
878           that takes care of all button code (clicks, tooltips, etc). Moved
879           Iconic|Maximized|Normal Bounds properties to this class from
880           MdiWindowManager, so that the window state logic can succeed for
881           other than mdi wm's. Implemented general window state change logic.
882           Moved CreateButtons to ThemeWin32Classic, since the theme might
883           override which buttons are available when as well as the exact
884           location.
885         * FormWindowManager.cs: Added, contains logic for
886           normal forms.
887         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
888           which buttons go where (and if they are at all visible). 
889           Removed special handling of maximized windows, since they aren't special. 
890           In DrawManagedWindowDecorations don't try to draw the text if it is
891           empty.
892         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
893           use whatever the wm gives us.
895 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
897         * ButtonBase.cs: Add 2.0 properties.
898         * Button.cs: Override Draw for 2.0.
899         * Control.cs: Add Entered and Selected properties.
900         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
901         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
902         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
903         buttons.
904         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
906 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
908         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
910 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
912         * XplatUIWin32.cs: Register a new class with Windows each time we get
913         a new ClassStyle.  [Fixes bugs #79432, #80817]
914         * Controls.cs: Set the correct ClassStyle in CreateParams.
915         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
917 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
919         * ListView.cs: Add fireEvent argument to ReorderColumn since the
920         ColumnReordered event must not be signaled when modifying DisplayIndex
921         of a ColumnHeader. Added internal ReorderColumns method which takes
922         care of drawing, and updating the internal DisplayIndex of the
923         ColumnHeader. Added AddColumn method which is invoked from
924         ColumnHeaderCollection when adding or inserting columns, and which
925         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
926         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
927         Recalculated dispay indices after removing a ColumnHeader.
928         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
929         match MS. Allows last display index to be returned after ListView
930         is disposed. Update actual location of ColumnHeader when DisplayIndex
931         is modified.
933 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
935         * LinkLabel.cs: Improve CalcTrimRectangle.
936         
937         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
939 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
941         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
942         get rectangle as a result value.
944 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
946         * LinkLabel.cs: Theres some diferences between rectangle return from 
947         MeasureCharacterRanges and the area used for DrawString to fix this 
948         CalcMeasurementFactor method was created, it calcules the diferences
949         to be use later to adjust rectangle in draw operations. Fixes #80473.
950         
951         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
952         to adjust draw rectangle.
954 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
956         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
957         text and some other changes to reduce and optimize source code.
959 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
961         * RadioButton.cs: Implement 2.0 event.
962         * RelatedImageListAttribute.cs: Implement new class.
964 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
966         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
968 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
970         * CheckBox.cs: Implement 2.0 functionality.
972 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
974         * ListView.cs: Refactor Add and AddRange methods of
975         ListViewItemCollection, to not update the ListView
976         everytime an item is added in AddRange. Also move the update
977         code to a new CollectionChanged method, and call it
978         from other methods that need it as well (this should also fix some
979         bugs when Sorting is used).
981 2007-02-27  Jackson Harper  <jackson@ximian.com>
983         * TextControl.cs: Try to never let the caret stay in a non-text
984         tag.
985         * TextBoxBase.cs: Update the caret.
987 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
989         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
990         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
991         delete POINT structure, duplicate of one in XplatUIStructs.
992         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
994 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
996         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
997         edit box since otherwise the Label would immediately be set (even if
998         the user did not modify the label). In OnKeyDown set Handled to true
999         if Return or Escape was pressed. In ColumnHeaderCollection unlink
1000         columns that are to be removed. In ListViewItemCollection unlink items
1001         that are to be removed.
1003 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
1005         * TextRenderer.cs: If we set a GDI clip region, we need to clear
1006         it when we are done.  [Fixes bug #80949]
1008 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
1010         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
1012 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1014         * ListView.cs: I forgot to commit the changes for ListView 
1015         in my previous patch.
1017 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
1019         * Clipboard.cs: Partially implement an overload of SetDataObject.
1020         * Form.cs: Implement ShowWithoutActivation.
1021         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
1023 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1025         This is a first set of changes to make the Virtual mode works,
1026         by avoiding the retrieval of ListViewItem instances until
1027         draw time.
1029         * ListView.cs: Store item position in the ListView instead of the
1030         ListViewItem, this way we don't request the Bounds property of
1031         ListViewItem inside the ListView calculations, as well as cache the item
1032         size in item_size field. Store indexes instead of ListViewItem
1033         instances in the matrix used by icon view. Add a ItemMatrixLocation
1034         struct to hold the row and col info of the matrix info.
1036         * ListViewItem.cs: Don't store the location anymore, and only cache
1037         the rectangles for GetBounds. Use the ListView.GetItemLocation
1038         method to retrieve the actual location.
1040 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
1042         * TextRenderer.cs: Add clipping support, thanks to George.
1043         [Fixes bug #80949]
1045 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
1047         * ListViewItem.cs: Cancel label edit when item is removed from 
1048         ListView.
1049         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
1050         event before the edit textbox is displayed.  Added CancelEdit method
1051         which is used end to editing while ignoring the value set by the
1052         user. In EndEdit, set focus to ListView to avoid losing focus to
1053         other controls. In ListViewItemCollection.Clear, cancel editing of
1054         any of the items.  In Remove, cancel editing of item being removed.
1055         Avoid udplicate code by modifing RemoveAt to invoke Remove.
1057 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
1059         * FileDialog.cs: Update FSEntry when move is successful. Fixes
1060         bug #80948.  
1062 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
1064         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
1065         compatible with non X11 systems. Fixes #80901.
1067 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
1069         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
1070         whether the item should be unselected and reselect. We do no want this
1071         when we're starting to edit the label. Do not fire the 
1072         SelectedIndexChanged event from ListView when its already been fired
1073         by modifying ListViewItem.Selected. Fixes bug #80943.
1075 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
1077         * TextRenderer.cs: Previos commit logic was backwards.
1079 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
1081         * TextRenderer.cs: Don't add padding on MeasureText if we were
1082         sent the NoPadding flag.
1084 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
1086         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
1087         after DrawButton. To prevent image overlaps button borders SetClip and 
1088         ResetClip added before and after draw image. Fixes #79129.
1090 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
1092         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
1093         window size, it fix problem when you run under win32 that theres
1094         Size diferent than ClientSize. Also fix controls size and positions
1095         to mimic Win32. Fixes #80837.
1097 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
1099         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
1100         menu area to fix some problems for non X11 systems. Fixes #80613.
1102 2007-02-22  Jackson Harper  <jackson@ximian.com>
1104         * TreeNode.cs: When a node is expanded, set its is_expanded flag
1105         even if it doesn't have any children.
1107 2007-02-22  Jackson Harper  <jackson@ximian.com>
1109         * TreeView.cs: Calculate the top node 'on the fly', this
1110         eliminates issues where you need to click on the tree before
1111         scrolling it to get the top node computed correctly.
1112         * TreeNodeCollection.cs: We don't need to mess with the top node
1113         anymore.
1115 2007-02-22  Jackson Harper  <jackson@ximian.com>
1117         * DataGridViewRow.cs: Fix typo so height can actually be set.
1118         Patch by Peter Grimm.
1120 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
1122         * FileDialog.cs: Fixed support for renaming files and directories.
1123         * ListView.cs: Do not lose focus when edit is canceled. Process
1124         Escape as regular key (to prevent closing of dialogs).
1126 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
1128         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
1129         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
1131 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
1133         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
1134         did not modify label.
1135         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
1136         modified the text. Reset Label when user presses Escape in edit mode.
1137         Move focus to ListView after having cancelled or finished editing the
1138         label.
1140 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
1142         * ComboBox.cs: Removed unnecessary initializations. Marked items field
1143         private. Clear textbox when Text is set to null and SelectedIndex is
1144         already -1.
1145         * FileDialog.cs: Removed unnecessary initializations. Removed 
1146         workarounds for ComboBox bugs that are now fixed. Modified
1147         DefaultExt, InitialDirectory and Title property to change null to
1148         zero-length string in getters. Avoid directly accessing fields.
1150 2007-02-20  Jackson Harper  <jackson@ximian.com>
1152         * TextControl.cs: Remove RecalAlignments call, that was some
1153         debugging leftovers.
1154         - Don't use the line indent when we shouldn't.
1155         * RichTextBox.cs: Add support for paragraph left indents.
1157 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1159         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
1160         Seems like the class status pages doesn't catch params differences.
1162 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
1164         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
1166 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
1168         * ComboBox.cs: Setting Text should have no effect if item text of
1169         selected item exactly matches value. First lookup text using
1170         case-sensitive comparison, and fallback to case-insensitive comparison.
1171         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
1172         allow startIndex to be last index. Changed ArgumentOutOfRangeException
1173         paramname to match MS. Restart from first item if string is not found
1174         after startIndex. Fixed paramname of ArgumentNullException that is
1175         thrown for null value in ObjectCollection.Contains.
1177 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
1179         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
1181 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1183         * ListControl.cs: In SelectedValue use value.Equals to compare for
1184         equality instead of ==, otherwise it will fail for strings.
1185         Fixes #80794.
1187 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1188         
1189         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
1190         since the caret won't show up unless ShowSelection is true. 
1191         Fixes #80795.
1193 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1195         * Application.cs: When disabling all forms but the main form, do not
1196           disable any descendants of the main form (such as mdi children or
1197           other parented forms). Fixes #80822 on Windows.
1198         * Form.cs: If we have a parent, set the WS_CHILD style.
1199         * Control.cs: Update the window styles if the control whose parent has
1200           changed is a form (the WS_CHILD style has to be switched).
1202 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
1204         * XplatUIStructs.cs: MsgUIState structure added.
1206 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
1208         * FileDialog.cs: Removed need for separate fileName field. On 2.0
1209         profile, do not check filename(s) for illegal character if filename(s)
1210         were set non-interactively but always check on 1.0 profile. Fixed NRE
1211          in DefaultExt and only strip off first leading dot. Improve exception
1212         message when invalid Filter is set. Do not ignore InitialDirectory if
1213         it does no exist. Store specified Title, and if empty use default
1214         title (depending on type of dialog). Added an internal DialogTitle 
1215         property for retrieving dialog title. Fixed logic of displayed dir to
1216         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
1217         string as its buggy.
1218         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
1219         FileName is a zero-length string (it can never be null). Override 
1220         DialogTitle property to set default title of dialog box.
1221         * SaveFileDialog.cs: Override DialogTitle property to set default
1222         title of dialog box.
1224 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
1226         * FileDialog.cs: Modify default text of filename and filetype labels
1227         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
1228         after we've updated the SelectedIndex. Fixes part of bug #80887.
1229         * SaveFileDialog.cs: Set text of filetype label.
1231 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1233         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
1234         label field. Needed by latest Jackson's fixes for ListView.
1236 2007-02-16  Andreia Gaita  <avidigal@novell.com>
1238         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
1239         print preview images.
1241 2007-02-16  Jackson Harper  <jackson@ximian.com>
1243         * ListView.cs: Make AfterLabelEdit work correctly.
1244         * FileDialog.cs: After changing the name of the folder, we have to
1245         make sure that it is created, or that we pop up an error because
1246         it already exists.
1248 2007-02-16  Jackson Harper  <jackson@ximian.com>
1250         * X11Dnd.cs: Implement aliases on mime handlers, so things like
1251         System.String are mapped to text.
1252         - Handle dataobjects, getting all the possible formats out of them
1253         - We dont need the drag event args before we give feedback. This
1254         allows feedback cursors to be immediate before selections have
1255         been converted.
1257 2007-02-16  Jackson Harper  <jackson@ximian.com>
1259         * TextBoxBase.cs: Modified the method for inserting images to
1260         taking a line and position instead of tag and position.
1261         * RichTextBox.cs: Handle PngBlip data by inserting the png image
1262         into the RTF file.
1263         * TextControl.cs: Allow images to be inserted as the first tag of
1264         a line.
1265         - Fix some off by one issues when we assume the first tag is a
1266         text tag, not an image tag.
1268 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1270         * ListView.cs: Set focus to ListView when ItemControl gets a
1271         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
1272         Fixes part of #80467.
1274 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1276         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
1277           validate Text input (if null or empty string reset Value to default
1278           value). Fixes #80830.
1280 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1282         * ListView.cs: Set owner as null for columns and items when
1283         Dispose is invoked. Fixes #80607.
1285 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
1287         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
1288         showing DropDowns, don't show a Grip when doing Flow layout.
1289         [This fixes the toolbox in PDN 2.72.]
1290         * ToolStripItem.cs: Add Anchor property and some internal properties to
1291         reduces needed changes to FlowLayout.
1292         * ToolStripOverflow.cs: Remove unused variable.
1293         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
1294         use it in the layout calculations.
1296 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
1298         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
1299         reported in #79640.
1300         
1301         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
1302         size calculation.
1304 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
1306         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
1307         MeasureString format, it can make button very large in some cases, it is
1308         strange but is what win32 do.
1310 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
1312         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
1313         size calculation.
1315         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
1316         rendering, the value is based on MenuAccessKeysUnderlined.
1318 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
1320         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
1321         for most themes.
1322         
1323         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
1324         
1325         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
1326         and use MenuAccessKeysUnderlined instead.
1328 2007-02-13  Andreia Gaita  <avidigal@novell.com>
1330         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
1331         A selected control would not get a Focus call if:
1332                 - the default active control of the container is the same as
1333                   the one that was selected
1334                 - we are switching from one container to another
1335         Under these conditions, the container being selected already has
1336         an active_control, which is the same as the one being activated, 
1337         so set_ActiveControl would always return and not send the Focus
1338         call. Fix to check if the currently active control of the container
1339         is actually focused.
1341 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
1343         * StatusStrip.cs: Implement the spring layout.
1344         * ToolStripControlHost.cs: Make sure the hosted control's visibility
1345         always matches the host.
1346         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
1347         and TextAfterImage.
1349 2007-02-13  Andreia Gaita  <avidigal@novell.com>
1351         * Control.cs: Code reorganization only.
1352           - Reorganize the WndProc cases so that each case has it's own handling method, 
1353           to help with the no-line-numbering stack traces.
1354           - Formatting changes (it's vstudio's fault, really :p)
1356 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1358         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
1359           Thread.CurrentUICulture to match DateTimePicker's (and MS)
1360           behaviour.
1362 2007-02-12  Jackson Harper  <jackson@ximian.com>
1364         * RichTextBox.cs:
1365         * TextBox.cs: By default we have a non multiline document
1366         - use the multiline property instead of the internal variable
1367         * TextBoxBase.cs: Treat multiline and non multiline the same in
1368         most places.
1369         - Use the documents multiline flag instead of tracking it ourself
1370         * TextControl.cs: Attempt at getting multiline to match MS
1371         behavior.  Lines now track an offset, which is either their X or Y
1372         offset depending on whether or not we are in multiline mode.
1373         - Update all the methods to understand that lines have an X value.
1374         - Fix crash in Undo::Duplicate when empty lines are deleted.
1376 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
1378         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
1379         code moved to properties PreferredHeight and PreferredWidth. It solve the
1380         all problems when preferred sizes must be recalculated. Fixes #80801.
1382 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
1384         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
1385         font height when compatible_text_rendering is false. Partially fix #80801.
1387 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
1389         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
1391 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
1393         * Form.cs: Improved exception messages in ShowDialog.
1395 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
1397         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
1398         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
1399         if not set. Fixes bug #80764. Avoid accessing current_settings field
1400         directly.
1402 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
1404         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
1405         false.
1407         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
1408         public in 2.0 and for easy maintenance and dont break compatibility it is 
1409         internal in 1.1.
1410         
1411 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
1413         * ToolStripItem.cs: Implement using images from ImageList.
1415 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1417         * DateTimePicker.cs: Change default date-formatting culture from
1418           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
1419           seems to be the way MS does it.
1421 2007-02-08  Andreia Gaita  <avidigal@novell.com>
1423         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
1424         (the 6 was cut off on the right side)
1426 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
1428         * Form.cs: Tell MenuStrips to close when the form is clicked.
1429         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
1430         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
1431         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
1432         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
1433         support for Overflow, where items that do not fit are automatically
1434         reparented to a drop down menu.
1435         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
1436         Also: fixes bug #80747.
1438 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1440         * ComboBox.cs: Remove warning (unused code).
1441         * ScrollableControl.cs: Remove warning for 1.1 profile.
1443 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1445         * Form.cs: Remove a warning.
1447 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1449         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
1450           'g' specifier, not documented anywhere, but seems to always show up
1451           as a single space (might have something to do with the DateTime 'g'
1452           specifier, which is the era format, but since DateTimePicker can't
1453           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
1454           won't crash if the format has an unmatched quote. Now shows
1455           single-character formats correctly. Fixes #80744.
1457 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
1459         * StatusStrip.cs: Stretch property needs to call base.Stretch,
1460         not this.Stretch to fix stack overflow. [Fixes bug #80760]
1462 2007-02-07  Chris Toshok  <toshok@ximian.com>
1464         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
1465         background color.  it overwrites the background image we've
1466         already painted.  Fixes #80599.
1468 2007-02-07  Chris Toshok  <toshok@ximian.com>
1470         * DataGrid.cs: return immediately from Edit() when there are no
1471         columns.  Fixes #80662.
1473 2007-02-07  Chris Toshok  <toshok@ximian.com>
1475         * MessageBox.cs: fix #80625.  don't always show the Help button in
1476         2.0.  use the displayHelpButton parameter to determine if we
1477         should show it. Also, make the internal show_help field private.
1479 2007-02-07  Chris Toshok  <toshok@ximian.com>
1481         * Control.cs (SetVisibleCore): check in the proposed patch for
1482         80604, and set is_visible before calling CreateControl.
1484 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
1486         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
1487         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
1488         on it.
1490 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
1492         * MenuAPI.cs: hotkey_active internal field added, it is required because
1493         we need to know when hotkeys must be draw, before this change a keystate
1494         Navigating was used but we can have menu in navigating state without
1495         hotkeys. Fixes #80694.
1496         
1497         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
1499 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1501         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
1502           corresponding events and methods to be internal for 1.1 profile and
1503           public for 2.0 profile (required by SizeGrip).
1504         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
1505           implicit control list). Don't set the size nor the location of the
1506           SizeGrip anymore as it's not needed.
1507         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
1508           draw directly on the captured control (fixes #80656). Removed
1509           ShowGrip (it wasn't used anywhere), redraw (always true), added
1510           GetDefaultSize and GetDefaultRectangle to calculate defaults.
1511         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
1512           be called from SizeGrip.
1514 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1516         * Timer.cs: Throw ArgumentException if Interval <= 0.
1518 2007-02-05  Jackson Harper  <jackson@ximian.com>
1520         * TreeView.cs: We need to check scrollbar visibility when window
1521         visibility is updated, because non visible trees don't ever add
1522         scrollbars.
1523         * Cursor.cs: We want the override cursor to be reset to NULL when
1524         we set current cursor to the default cursor.
1526 2007-02-05  Jackson Harper  <jackson@ximian.com>
1528         * TextControl.cs: Don't have crlfs when we are non multiline.
1529         - Consolidate the line position.
1531 2007-02-05  Jackson Harper  <jackson@ximian.com>
1533         * X11Keyboard.cs: BACK+CTRL gets a special char code.
1535 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1537         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
1538           handling LeaveNotify->NotifyUngrab in order to send
1539           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
1540           after calling XUngrabPointer, so we call WindowUngrabbed directly
1541           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
1542         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
1543           MouseCaptureChanged correctly. Also create handles if changing
1544           Capture (matches MS behaviour).
1546 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1548         * SizeGrip.cs: Make the last change 2.0 only.
1550 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1552         * SizeGrip.cs: If resizing and the capture is lost, revert any size
1553           changes to initial size (fixes #80597).
1555 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1557         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
1559 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1561         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
1562           background) and only allow dragging if enabled. This way the
1563           sizegrip can be used to fill the open square that otherwise would
1564           have been shown in the bottom right corner of ScrollableControl
1565           when ScrollableControl is not suppose to support sizing.
1566         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
1567           sizegrip is shown and enabled, and hook up with necessary events.
1569 2007-02-01  Chris Toshok  <toshok@ximian.com>
1571         * DataGridTextBoxColumn.cs: clean up the
1572         GetFormattedString/GetColumnValueAtRow combination of functions.
1573         Also fix UpdateUI, and the initial state of
1574         IsInEditOrNavigateMode.
1576         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
1577         aren't supposed to scroll the textbox here, we're supposed to
1578         scroll the datagrid.
1580 2007-02-01  Chris Toshok  <toshok@ximian.com>
1582         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
1583         setting the position.
1585 2007-02-01  Chris Toshok  <toshok@ximian.com>
1587         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
1588         here, since the most recent focus fixes keep us from generating
1589         the Leave event when our textbox gets focus.
1590         (Edit): we should be passing null for the column style's
1591         instantText parameter.
1592         
1593 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
1595         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
1596         raised.  Fixes menu text/icons not showing up in PDN.
1598 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1600         * Control.cs: Remove code in constructor that makes every
1601         control with WS_CHILD set have initial location -1, -1.
1603 2007-01-31  Jackson Harper  <jackson@ximian.com>
1605         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
1606         XplatUIX11.
1607         * XplatUIX11.cs: Give teh keyboard to teh dnd.
1609 2007-01-31  Jackson Harper  <jackson@ximian.com>
1611         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
1612         - Remove some debug code.
1614 2007-01-31  Jackson Harper  <jackson@ximian.com>
1616         * XplatUIX11.cs: If you set the override cursor during a grab, it
1617         should actually override the grab cursor.  This comes into play
1618         when you are setting custom cursors in a DND feedback method.
1620 2007-01-31  Jackson Harper  <jackson@ximian.com>
1622         * X11Dnd.cs: Add support for handling the QueryContinue and
1623         GiveFeedback events.
1624         - Cancel drag and drop actions when the escape key is clicked.
1625         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
1626         can handle the ESCAPE key.
1627         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
1628         done when dnd events are continued after the button is released.
1629         - Add a new helper method so that dnd can translate key events.
1631 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
1633         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
1634         make it more obvious what is happening.
1636 2007-01-30  Jackson Harper  <jackson@ximian.com>
1638         * XplatUIX11.cs: Don't break when handling button release in drag
1639         and drop operations. We need that BUTTONUP message to get through
1640         so capture is released.
1641         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
1642         this is handled automatically when the mouse is down.
1644 2007-01-30  Jackson Harper  <jackson@ximian.com>
1646         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
1647         is closed, so we need to make sure that we aren't changing the
1648         dialog result when the OK (Open or Save) button has been clicked
1649         and we are closing the window ourselves.  Note we don't need to
1650         worry about the cache being written in this case, because it was
1651         already done in the previous FilOk call.
1653 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1654         
1655         * DateTimePicker.cs: Remove a warning.
1656         * ComboBox.cs: Remove a couple of warnings.
1658 2007-01-29  Chris Toshok  <toshok@ximian.com>
1660         * XplatUIX11.cs: don't crash, and remove the icon if the user has
1661         set one, if SetIcon is passed a null icon.
1663 2007-01-29  Andreia Gaita  <avidigal@novell.com>
1665         * TextBox.cs: Redraw when the password characters changes
1666         * TextControl.cs: Check if textbox has a password char and draw 
1667         a line of password chars instead of the text in the line. LineTag gets 
1668         an extra Draw() method which allows document.Draw to override the text 
1669         that will be drawn. Removes 1024 char limitation on length of passworded 
1670         lines.
1672 2007-01-29  Jackson Harper  <jackson@ximian.com>
1674         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
1675         single chars is not.
1677 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
1679         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
1680         one pixel.  Fix a StackOverflowException caused by an overload wrongly
1681         calling itself.
1683 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
1685         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
1686         also remove ProcessArrowKey and put the code inside ProcessKeys.
1688 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
1690         * PaddingConverter.cs: Added.
1692 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1693         
1694         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
1695         ShowPanels is false (fixes #80600). Only draw up to 127 characters
1696         of text (fixes #80601). For panels clip the text to draw to the
1697         panel (fixes #80603).
1699 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1701         * ComboBox.cs: Fixed implementation of ResetText.
1703 2007-01-25  Jackson Harper  <jackson@ximian.com>
1705         * TextControl.cs: For the last char of a line we need to use the
1706         line size, not that chars width, since it won't actually be
1707         computed since the right side of a char is based on the start of
1708         the left side of the next char, and the next char does not exist.
1710 2007-01-25  Chris Toshok  <toshok@ximian.com>
1712         * Splitter.cs: fix the new unit tests, and reindent some switch
1713         statements.
1715 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1717         * ComboBox.cs: Implemented 2.0 methods and events.
1718         * TextBoxBase.cs: Added OnTextUpdate, so that
1719         ComboBox.ComboTextBox can inform ComboBox of it.
1721 2007-01-25  Jackson Harper  <jackson@ximian.com>
1723         * TextControl.cs: Respect ShowSelection when deciding whether or
1724         not to display the caret, this allows comboboxes to have carets
1725         when the combotextbox does not have focus.
1727 2007-01-25  Jackson Harper  <jackson@ximian.com>
1729         * TextControl.cs: Add a Suspend/Resume for updating, basically the
1730         same as the Suspend/Resume for recalc, except this will do actual
1731         Invalidates.
1732         - New Undo manager, works much like the MS version.
1733         - Implemented Redo
1734         * TextBoxBase.cs: The Cut operation is undoable.
1736 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1737         
1738         * TextBoxBase.cs: Don't antialias text. Makes it look way better
1739         on Windows (no difference on Linux).    
1741 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1743         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
1744         we don't want to activate any windows. Fixes #79433.
1746 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
1748         - ButtonBase.cs: Fix capitalization of parameter: disposing.
1749         [Fixes bug #80609]
1751 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
1753         * FileDialog.cs:
1754         - Move to using System.ComponentModel.EventHandlerList
1755         - Replace Refresh with Invalidate
1756         - Clear the mime filecache on closing
1757         - Some other memory reducing work. After beeing closed FD now uses
1758           only about 300 KB for the fdo mime stuff plus the memory of the
1759           cached icons.
1760         * Mime.cs: Changed coding style and removed unnecessary commented
1761         code. Some more memory memory reducing work.
1763 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1765         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
1766         a few other missing 2.0 properties.
1767         * Theme.cs: Added DrawFlatStyleComboBox.
1768         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
1770 2007-01-24  Chris Toshok  <toshok@ximian.com>
1772         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
1773         wake_waiting flag, not just when there's data to be read.  if we
1774         don't, then future wakeup's won't reach us and we'll be doomed to
1775         wait for the entire 1 second timeout forever (unless there are X
1776         events to be had).
1778 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
1780         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
1781         until you pass Items.Count, not Items.Count - 1 like 1.1.
1783 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
1785         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
1787 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
1789         * ToolStripContainer.cs: The recent Dock fix exposed that I was
1790         adding the panels in the wrong order.
1792 2007-01-24  Jackson Harper  <jackson@ximian.com>
1794         * TextBoxBase.cs: When we move the caret we also need to move the
1795         selection, this fixes some random crashing after doing select
1796         text, unselect, delete a char, paste.
1798 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1800         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
1802 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
1804         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
1805         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
1806         * ToolBar.cs: Force redraw in BackgroundImageChanged.
1808 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
1810         * ToolBar.cs:
1811         - Implement support for vertical toolbars. Fixes #80539;
1812         - Call LayoutToolBar when resize, it fix some other problems in layout.
1813         - Rename requested_height to requested_size, as we can have width on it
1814         when toolbar is vertical.
1815         - Create a private property "Vertical" that uses Dock to verify when 
1816         toolbar is vertical or not.
1817         - Set ControlStyles when change Dock property.
1818         - Refactory in LayoutToolBar to have better variables names and to support
1819         vertical toolbars.
1820         - Fixes default value for ButtonSize when button count is equal zero, size
1821         must be (39, 36) test case writed.
1823 2007-01-23  Chris Toshok  <toshok@ximian.com>
1825         * Control.cs: fix the checks so that they work correctly for mdi
1826         parents/children.
1828 2007-01-23  Chris Toshok  <toshok@ximian.com>
1830         * Control.cs: ControlCollection seems to have super-secret
1831         abstraction breaking knowledge of Mdi containers.  allow MdiClient
1832         to add toplevel controls.
1834 2007-01-23  Chris Toshok  <toshok@ximian.com>
1836         * Control.cs: throw an ArgumentException if a toplevel control is
1837         added to our control collection from ControlCollection.Add, as
1838         well as from ControlCollection.IList.Add.  This fixes the
1839         ControlSetTopLevelTest.TestTopLevelAdd unit test.
1841         Also, in ControlCollection.IList.Add, don't through an
1842         ArgumentNullException, throw an ArgumentException, when value ==
1843         null.  This matches MS.
1845 2007-01-23  Chris Toshok  <toshok@ximian.com>
1847         * BindingSource.cs: initial, incomplete, implementation of
1848         BindingSource.
1850 2007-01-23  Jackson Harper  <jackson@ximian.com>
1852         * TextControl.cs:
1853         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
1854         that I can fix a broken unit test (TextBoxTest::ClearUndo)
1855         
1856 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
1858         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
1860 2007-01-23  Andreia Gaita  <avidigal@novell.com>
1862         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
1863         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
1864         IndexOfKey() for 2.0
1866 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1868         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
1869         to prevent it from changing z-order.
1870         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
1871         leave UI updates in MdiWindowManager.
1872         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
1873         1 sized (NC handling goes weird on Linux otherwise).
1874         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
1875         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
1876         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
1877         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
1878         and SetWindowState(s) to allow for changing the size of an activated child
1879         before activating it (reduces a lot of flicker).
1881 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
1883         * Form.cs: Changing FormBorderStyle has different semantics based
1884         on whether the Form is visible or not.  If not visible, don't change
1885         the Size.  But InvalidateNC needs to be called to force the window
1886         to pick up the changes and redraw itself.  [Fixes bug #80574]
1888 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
1890         [Moma work]
1891         * ContainerControl.cs: ProcessCmdKey.
1892         * ErrorProvider.cs: new constructor.
1893         * Form.cs: fix AutoValidateEvent compiler warning.
1894         * Label.cs: fix OnAutoSizeChanged compiler warning.
1895         * MenuStrip.cs: fix CanOverflow compiler warning.
1896         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
1897         * TextBox.cs: Dispose.
1898         * ToolStrip.cs: CanOverflow, re-enable double buffering.
1899         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
1900         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
1901         * ToolStripItem.cs: Overflow, RightToLeft properties.
1903 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1905         * Form.cs: Move the layout of the main form to MdiWindowManager.
1906         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
1907         do a layout of the main window to update MdiClient's client area to
1908         the right area. Fixes #80533. Remove the calculation of nc size, 
1909         it was just wrong and the correct one is the same as for 
1910         InternalWindowManager. 
1912 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
1914         * Control.cs: Setting Anchor or Dock needs to reset the other
1915         to its default.  [Fixes bug #80556]
1917 2007-01-20  Chris Toshok  <toshok@ximian.com>
1919         * CheckedListBox.cs: class status changes.
1921         * ScrollableControl.cs: same.
1923         * RichTextBox.cs: same.
1925         * ContainerControl.cs: same.
1927         * ListView.cs: same.
1929         * NotifyIcon.cs: same.
1931         * MenuStrip.cs: same.
1933         * RadioButton.cs: same.
1935         * CheckBox.cs: same.
1937         * PrintPreviewDialog.cs: same.
1939         * Form.cs: same.
1941 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
1943         * TreeNode.cs: Apply Alan's patch for Name property.
1945 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1946         
1947         * Form.cs: Implemented SizeGripStyle.
1948         * SizeGrip.cs: Check for minimum and maximum size for the
1949         control being resized and only resize if size has actually
1950         changed.
1952 2007-01-19  Chris Toshok  <toshok@ximian.com>
1954         * DataGridColumnStyle.cs: stop setting _readonly in the
1955         PropertyDescriptor setter.  fixes a unit test failure.
1957         also, rename ParentReadOnly to TableStyleReadOnly, and have it
1958         just consult our table style (if we have one).  We don't need to
1959         consult the datagrid readonly attribute because that's passed in
1960         as the _ro arg to Edit.  this simplifies things a little.
1961         
1962         * DataGrid.cs: use CurrentColumn instead of
1963         current_cell.ColumnNumber just to simplify some of the code.
1965         switch the order of some things in the CurrentCell setter to keep
1966         the previous cell from getting a textbox again -
1967         EnsureCellVisibility causes scrolling to happen, which calls Edit.
1968         So we need to set the new cell before calling it.
1969         
1970         call Edit in OnEnter, as does Microsoft.
1971         
1972         also, make sure the current table style isn't the one we create
1973         initially when checking to see if it's different than the one
1974         we're setting it to in BindColumns (this fixes #80421).
1976         * GridTableStylesCollection.cs: table styles can have "" for a
1977         mapping name.  part of the fix for #80421.
1979         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
1980         Edit significantly.
1982 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
1984         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
1985         and less GDI object leaky-er.
1987 2007-01-18  Andreia Gaita  <avidigal@novell.com>
1989         * LinkLabel.cs: Add opaque control style
1991 2007-01-18  Jackson Harper  <jackson@ximian.com>
1993         * TextControl.cs: Calculate width properly.
1994         - Don't store the tag's X offset, this can be figured out very
1995         easily.
1996         - When getting the caret tag make sure to get the last empty tag.
1998 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2000         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
2001         [Fixes bug #79959]
2003         * Control.cs: Color.Empty shouldn't count for previous transparent
2004         redraw changes.
2006 2007-01-18  Jackson Harper  <jackson@ximian.com>
2008         * TextBox.cs:
2009         * RichTextBox.cs:
2010         * TextControl.cs: Starting to merge in some pieces of my older
2011         undo work.  Basically just some slight cleanup of the undo API.
2013 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2015         * TrackBar.cs: Fix signature of RightToLeftLayout.
2016         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
2017         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
2018         * Application.cs: Implemented UseWaitCursor.
2020 2007-01-18  Jackson Harper  <jackson@ximian.com>
2022         * TextControl.cs: We can't skip tags if any part of the tag is
2023         visible.
2025 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2027         * ContainerControl.cs: Override OnLayout.
2029 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2031         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
2033         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
2034         everything else.
2036 2007-01-18  Chris Toshok  <toshok@ximian.com>
2038         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
2039         (leftover from the container_selected days, I'd wager).  fixes bug
2040         #80546.
2042 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2044         * Control.cs: Apply patch from George to fix the new testcase on
2045         bug #80451.  We can't just check for Color.Transparent, we need 
2046         to check if the back color's alpha channel is < 255.
2048 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2050         * Form.cs: Move setting show_icon = true to before the constructor
2051         so that the base constructor has that information when it calculates
2052         the form's size.  Was causing forms to be (6, 6) bigger than they
2053         were supposed to be.  Thanks for catching this Rolf!
2055 2007-01-18  Jackson Harper  <jackson@ximian.com>
2057         * TextControl.cs: When replacing a selection we need to invalidate
2058         from the initial selection start, because selection start is moved
2059         to the end of the replacement.
2061 2007-01-18  Andreia Gaita  <avidigal@novell.com>
2063         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
2065 2007-01-18  Chris Toshok  <toshok@ximian.com>
2067         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
2068         I just added.
2070 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
2072         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
2073         layout methods and properties from ToolBarButton must be available
2074         into ToolBarButtonInfo.
2076 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
2078         * Control.cs: If the control has a transparent background, we
2079         need to refresh it when it moves and when it's parent's background
2080         image changes.  [Fixes bug #80451]
2082 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
2084         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
2086 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
2088         * XplatUIWin32.cs: Implement proper double buffering for Windows.
2089         [Fixes bug #80447, and probably speeds up things as well]
2091 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2093         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
2094         * XplatUIWin32.cs: We need to recalculate NC size after changing 
2095         window style to toolwindow (otherwise the client rectangle will be
2096         3 pixels to small for some reason).
2097         * MdiWindowManager.cs: Revert NC size calculations to match how
2098         they are calculated only based on window styles (to match
2099         Win32AdjustWindowRectEx, since otherwise when setting size or 
2100         location, Control will call Win32AdjustWindowRectEx to update client 
2101         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
2102         calculate a different value of client size causing another paint 
2103         (and flickering))
2104         * InternalWindowManager.cs: When moving or resizing a window only
2105         update size or location if they actually changed.
2106         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
2107         (seems to match Windows behaviour better). Cleaned up 
2108         ManagedWindowDecorations to draw what's needed and nothing else
2109         (was drawing borders and lines where they shouldn't be)
2110         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
2111         (style = 0xFFFF) and takes into account caption height when 
2112         calculating window rectangle.   
2114 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
2116         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
2117         can be added to toolbar multiple times, we need to maintain a list of 
2118         button information for each positions.
2120 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
2122         * ToolBar.cs: Some small stetic changes.
2124 2007-01-16  Jackson Harper  <jackson@ximian.com>
2126         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
2127         that allow us to have nested recalc = false blocks.
2128         - Add paste support for images in the RichTextBox
2129         * RichTextBox.cs: flush the text after the color is changed, so
2130         the change takes effect.
2131         - Use SuspendRecalc
2132         - Some extra debugging info
2133         * TextControl.cs: Tags no longer track their length, it is just
2134         computed from the next tags length, this makes things a little
2135         simpler and reduces places that we have to track length changes.
2136         - Refactored the linetag class a little so we could make it
2137         a base class for different kinds of tags
2138         - Created a image tag, a tag that can have a single image inserted
2139         into it
2140         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
2141         that we can call suspend multiple times.
2142         - Add some debugging methods
2144 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2146         * MdiClient.cs: Add ActivatePreviousChild for 
2147         mdi child window navigation.
2148         * Form.cs: Use MdiClient.ActivateNextChild/
2149         ActivatePreviousChild instead of Form.SelectNextControl
2150         to select the next/previous child since 
2151         SelectNextControl doesn't do it in the same order
2152         as mdi children should do it.
2154 2007-01-16  Chris Toshok  <toshok@ximian.com>
2156         * Control.cs: remove container_selected field.
2158 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2160         * MdiClient.cs: Update main form's ActiveChild when
2161         updating keyboard focus for the mdi child.
2163 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
2165         * Control.cs: PreferredSize fix.
2167         * Form.cs: Add several 2.0 events, properties, and methods.
2169 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
2171         * Form.cs: Provide meaningful message when MdiParent is assigned a
2172         Form that is not an MdiContainer.
2174 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2176         * MdiClient.cs: Update main form's ActiveChild when
2177         activating a mdi child.
2179 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2181         * MdiWindowManager.cs: Fix NRE when merging menus and main form
2182         doesn't have a menu.
2184         * Form.cs: Request NCRecalc after creating a mdi child window.
2185         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
2186         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
2187         
2188         * MdiClient.cs: Add new method SendFocusToActiveChild that either
2189         sends keyboard focus to the active child, or to the MdiClient
2190         if there are no child forms.
2191         
2192 2007-01-15  Chris Toshok  <toshok@ximian.com>
2194         * ListView.cs: drop the *Internal overrides, just do our work in
2195         ItemControl's WndProc instead.
2197         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
2198         of the various controls, and forward the events properly (in the
2199         same manner as MS) from the textbox to the UpDown.  Also the
2200         ActiveControl of the UpDownBase gets set properly now.  Finally,
2201         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
2203         * NumericUpDown.cs: set Text in the ctor.
2205         * DomainUpDown.cs: call UpdateEditText in the ctor.
2206         
2207         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
2208         so even a Selectable = false textbox can be focused if you click
2209         in it.  Go figure.
2211         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
2212         just add their handling in their respective WndProc's.  Also add
2213         an explicit FocusInternal method that doesn't consult CanFocus
2214         before calling Select(this).
2216         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
2217         do our work in WndProc instead.
2219         * TabControl.cs: same.
2221         * ComboBox.cs: same.
2223 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
2225         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
2226         Fixes #80006.
2228 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
2230         * ListViewItem.cs:
2231         * ThemeWin32Classic.cs: Don't draw the item text outside
2232         item bounds in Details view, as well as use trimming.
2233         Fixes bug #80376.
2235 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
2237         * Form.cs: Implement Form.ShowIcon.
2238         
2239         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
2240         null, which when combined with the DlgModalFrame window style removes
2241         the icon from the title bar.
2243 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
2245         * Control.cs: Call OnMouseClick after OnClick. (2.0)
2247 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
2249         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
2250         menu when mdi child windows theres a menu, uses insert to get icon
2251         at first position. Partially fix #80006.
2253 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
2255         * Clipboard.cs: Implement 2.0 methods.
2257 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
2259         * Menu.cs: Implement Insert method of MenuItemCollection class
2260         to fix MenuMerge.
2262 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2264         * ListView.cs: Implement 2.0 FindItemWithText method.
2266 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
2268         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
2269         to calculate menu bar size. Fixes #80290.
2271 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
2273         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
2275 2007-01-11  Chris Toshok  <toshok@ximian.com>
2277         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
2278         initial form.
2280 2007-01-11  Chris Toshok  <toshok@ximian.com>
2282         * LinkLabel.cs: make sure to call base.Select in our Select method
2283         if it turns out we're going to be selected (i.e. if we have a link
2284         that is going to receive focus).  That way our container's
2285         ActiveControl is updated properly.
2287 2007-01-11  Chris Toshok  <toshok@ximian.com>
2289         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
2290         they have 1 or more links.  this fixes the crash gert reported.
2292 2007-01-11  Andreia Gaita  <avidigal@novell.com>
2294         * ContainerControl.cs: Remove ContainerSelected flag, not needed
2295         anymore.
2297         * Control.cs (Controls.Add): Check if control to be added to the collection
2298         is a top level control, and throw an ArgumentException if it is.
2299         Remove ContainerSelectedFlag, not needed anymore.
2301         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
2302         top most control doesn't activate the form. This fixes a problem in the
2303         MessageBox, where the default button wouldn't get focus because the form
2304         was activated before being Loaded - when the Owner is set, SetTopMost is
2305         called, and it would activate it.
2307 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
2309         * Button.cs: When clicked and setting the parent form's DialogResult,
2310         use FindForm instead of Parent, since parent could be a container
2311         control and not the Form.  Fixes bug #80495.
2313 2007-01-10  Chris Toshok  <toshok@ximian.com>
2315         * Form.cs: move the call to SendControlFocus into the same
2316         is_loaded check.
2318 2007-01-10  Chris Toshok  <toshok@ximian.com>
2320         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
2321         It breaks in the face of the new ActiveControl stuff, and should
2322         be unnecessary.
2324         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
2325         activecontrol's focus if it's not already set, after we set
2326         ActiveControl, but before we call OnActivated.  Re-fixes #79667
2327         after the previous focus/active control fixes regressed it.
2329         * Control.cs: reindent some code.
2330         
2331 2007-01-10  Chris Toshok  <toshok@ximian.com>
2333         * Splitter.cs: clearing some outstanding changes from my tree.
2334         Replace all accesses (not writes) to the internal dock_style field
2335         with the Dock property.
2337 2007-01-10  Chris Toshok  <toshok@ximian.com>
2339         * Control.cs: make FireEnter, FireLeave, FireValidating, and
2340         FireValidated virtual.
2342         * Form.cs: override and don't chain up calls to FireEnter and
2343         FireLeave.
2345 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2347         * ListView.cs: Add more text padding space when using
2348         auto resize for columns (the previous value didn't work fine).
2350         * ThemeWin32Classic.cs: Update text position inside columns,
2351         to match the appeareance of .Net.
2353         * ColumnHeader.cs: When using auto resize, only the Width should
2354         depend on the sub items, not the Height. Also, set width after
2355         auto resizing (the value of Width should never remain as -1 or -2).
2357 2007-01-10  Chris Toshok  <toshok@ximian.com>
2359         * Application.cs: fix compilation errors when debug is enabled.
2361 2007-01-10  Chris Toshok  <toshok@ximian.com>
2363         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
2364         add some nice ascii art pictures and explanation of the process).
2365         (GetMostDeeplyNestedActiveControl): new utility function we need
2366         because our ActiveControl can refer to a child container with its
2367         own ActiveControl.
2369         * Form.cs (OnActivated): remove the call to SelectActiveControl
2370         from here, since you can override this method and not chain up,
2371         and winforms still sets the active control.
2372         (OnCreateControl): also remove the unnecessary SelectActiveControl
2373         call from here.
2374         (WndProc): it's actually called from the WM_ACTIVATE block, just
2375         before calling OnActivated.
2377         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
2378         inside the else.  the ActiveControl setter will end up setting
2379         focus on @control.  This keeps us from setting it again (and
2380         generating an extra LostFocus/GotFocus pair).
2381         (Select (bool, bool)): reindent.
2383 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
2385         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
2386         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
2387         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
2388         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
2389         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
2390         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
2391         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
2392         ToolStripTextBox.cs: Another wave of corcompare work.
2394 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2396         * ColumnHeader.cs: Implement 2.0 AutoResize method using
2397         the Width property.
2399         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
2400         methods by callling Column.AutoResize method on columns.
2402 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
2404         * Control.cs: Provide proper implementations of PreferredSize
2405         and GetPreferredSize (2.0).
2407 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
2409         * Form.cs: Remove one character (!) to make my previous OnClosing
2410         stuff work for modal windows like MessageBox.
2412 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2414         * ListView.cs:
2415         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
2416         ListView.Columns to get the last displayed column. Fixes #80452.
2418 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
2420         * Label.cs, LinkLabel.cs: Source code identation fixes.
2422 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
2424         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
2425         we dont need to invalidate only borders because when we invalidate four
2426         border lines the invalidate's generates a complete redraw of button, 
2427         because it now invalidate a complete rect some other redraws operations
2428         are fixed. Fixes #80196.
2429         
2430         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
2431         Remove ToolBarInvalidateEntireButton as it is not used.
2433 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
2434         
2435         * Form.cs: Make sure that both OnClosing and OnFormClosing are
2436         called for 2.0 profile.
2437         * CloseReason.cs: Make class internal for 1.1.
2439 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
2441         * ToolStripManager.cs: Implement FindToolStrip functionality.
2442         * ToolStrip.cs: Register and unregister with ToolStripManager.
2444 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
2446         * Control.cs: This was messy.  2.0 moves much of ControlCollection
2447         to ArrangedElementCollection.  Implemented this with as few #if's as 
2448         possible (which is still too many).
2450 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
2452         * Control.cs: Implement SizeFromClientSize() [2.0].
2454 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
2456         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
2457         use Theme.BorderSize to calculate area instead of static value 1, 
2458         by the way use new BorderStaticSize instead     Border3DSize when 
2459         border_static is true. Fixes #79537.
2460         
2461         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
2462         
2463         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
2464         it is not needed.
2466 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
2468         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
2470 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
2472         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
2473         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
2474         
2475         * Hwnd.cs: 
2476         - border_static field added, it will used to define when a control 
2477         theres 3D border but it must be static (thin).
2478         - In GetWindowRectangle use Theme.BorderSize to calculate area 
2479         instead of static value 1, by the way use new BorderStaticSize instead
2480         Border3DSize when border_static is true.
2482         * XplatUIX11.cs, XplatUIOSX.cs: 
2483         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
2484         
2485         * Theme.cs: BorderStaticSize field added.
2487 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
2489         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
2491 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
2493         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
2494         mimic same behavior than win32 that set border only in CreateParams,
2495         it fix problems under CreateParams overrides. Fix #79442 and partial
2496         fix #79537.
2497         
2498         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
2499         of thi control you must call recreate handle. 
2500         
2501         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
2502         need to do anything as RecreateHangle will take care about borders.
2504 2007-01-05  Mike Kestner  <mkestner@novell.com>
2506         * ListView.cs: hack to eliminate Lost/Got focus notifications on
2507         cycles between the ItemControl and parent.  Fixes #80388.
2509 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
2511         * Control.cs: Lazy init layout engine. Do not directly use 
2512         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
2514 2007-01-05  Chris Toshok  <toshok@ximian.com>
2516         * DataGrid.cs: don't forceably rebind columns in SetDataSource
2517         unless our list manager has changed (i.e. unless we have reason to
2518         believe our columns have changed).  Fixes #80422.
2519         
2520         also, disable the call do BindColumns in
2521         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
2522         1.1 the event isn't raised in response to a column addition on a
2523         table.)
2525 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
2527         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
2528         that inheritors can not call it if they choose.  Fixes bug #80456.
2530 2007-01-05  Andreia Gaita  <avidigal@novell.com>
2532         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
2533         doesn't blow up with a null exception on marshalling.
2534         
2535 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
2537         * Control.cs: Implement several 2.0 protected properties and methods.
2538         Ensure that all necessary events are being called when properties
2539         are set.
2541 2007-01-05  Mike Kestner  <mkestner@novell.com>
2543         * ListView.cs: implement PgUp/PgDn for Details view.  Also
2544         fixes First/LastVisibleIndex to use the item_control.ClientRect 
2545         instead of the parent control.  Fixes #80378.
2547 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2549         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
2550           determine whether to use yard-pound or not (bug #78399).
2552 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
2554         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
2555         problems. So it is time to bring back the old popupbutton colors.
2557 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2559         * ColumnHeader.cs:
2560         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
2561         property by using the internal information of the
2562         columns order in ListView.
2564 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
2566         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
2567         Add 2.0 Tag properties.
2569         * LinkArea.cs: Add 2.0 ToString method.
2571 2007-01-03  Chris Toshok  <toshok@ximian.com>
2573         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
2574         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
2575         when we're editing, which fixes #80047.
2577 2007-01-03  Chris Toshok  <toshok@ximian.com>
2579         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
2580         #80404.
2582 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
2584         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
2585         property and implementation.
2587         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
2588         for MdiWindowListItem property.
2590         * ToolStripDropDown.cs: Don't consider hidden menu items while
2591         laying out the menu.
2593 2007-01-03  Andreia Gaita  <avidigal@novell.com>
2595         * SendKeys.cs: window handle is not needed in win32, so just
2596         get the active window for X after parsing keys and don't use
2597         it when building the message; it is passed by parameter to the 
2598         Xplat method and used there to build the message instead. Also,
2599         wait for events to be processed on SendWait, as opposed to Send,
2600         which doesn't wait :) Playing with threads and Send() completely 
2601         hangs on ms.net, only SendWait() works.
2602         
2603         XplatUIX11.cs
2604         X11Display.cs: Check for valid window handle.
2606 2007-01-03  Jackson Harper  <jackson@ximian.com>
2608         * TextControl.cs: Need to prevent wrap calculations when replacing
2609         text (this was there before i removed it accidently).
2610         - Don't update the cursor during the positioning, just set it to
2611         selection_start at the end of the operaion.
2613 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2615         * Control.cs:
2616         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
2617         
2618 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2620         * MonthCalendar.cs: Added Click and DoubleClick events again,
2621         but this time they only hide Control's Click and DoubleClick.
2622         
2623 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
2625         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
2626         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
2628 2007-01-02  Jackson Harper  <jackson@ximian.com>
2630         * TextBoxBase.cs: We move the caret with the split now, so we
2631         don't need to explicitly move the caret after splitting.  This
2632         fixes the caret bumping down an extra line on Enter.
2634 2007-01-02  Miguel de Icaza  <miguel@novell.com>
2636         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
2637         2.72). 
2639         * ScrollableControl.cs: Add Scroll event.
2641 2007-01-02  Mike Kestner  <mkestner@novell.com>
2643         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
2644         to fix all hdr height padding codepaths.  Fixes #80207.
2646 2007-01-02  Chris Toshok  <toshok@ximian.com>
2648         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
2649         setting it to the Control defaults anyway, and it being after the
2650         Dock set was screwing up layout.
2651         (set_Dock): don't short circuit out of setting base.Dock.  Also,
2652         no need to call UpdateStatusBar here, as it'll be re-layed out if
2653         it needs to be.
2655 2007-01-02  Mike Kestner  <mkestner@novell.com>
2657         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
2658         to header height for width == -1. Fixes the rest of #80207.
2660 2007-01-02  Mike Kestner  <mkestner@novell.com>
2662         * ListView.cs: rework the mouse event forwarding everaldo added
2663         to translate the coordinates to the parent control not
2664         raise the parent events until after we've done our work. Hover
2665         needs more work, in the case where HoverSelection is on, because
2666         the item control receives more than one MouseHover per Enter
2667         event, so we need to ensure only the "first" hover gets forwarded.
2668         Opening a minor bug for that.
2670 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
2672         * CheckedListBox.cs: Fixed SelectionMode to match MS.
2673         * ListControl.cs: Implemented AllowSelection property. Removed extra
2674         tabs.
2675         * ListBox.cs: Implemented AllowSelection property.
2677 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
2679         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
2680         SelectedItem, it prevent for errors when you must disable item
2681         before perform click. Fixes #80409.
2683 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
2685         * MenuAPI.cs: Prevent second level and beyond submenus to close
2686         until first level when move out side of popup.
2687         
2688 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
2690         * MenuAPI.cs:
2691         - Down submenu positin in three pixels.
2692         - Closes sub menu when mouse leaves from menu. Fixes #80402.
2694 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
2696         * ThemeWin32Classic.cs:
2697         - Fix popup menu size adding one pixel on the top.
2698         - Down menu item border from two to one to mimic Win32.
2699         - Some source identation fixes. 
2701 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
2703         * ThemeWin32Classic.cs: Use float numbers to calculate size and
2704         position of menu arrows, it fix wrong arrow size.
2706 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
2708         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
2709         instead of line, it simplify draw operation and fix it using 3D
2710         borders to mimic Win32.
2712 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
2714         * StatusStrip.cs: Add implementation of the sizing grip.
2716         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
2717         StatusStrip rendering.
2719 2006-12-31  Chris Toshok  <toshok@ximian.com>
2721         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
2722         override the layout style (anchor/dock) of the control.  assign to
2723         Dock instead.  Fixes bug #80416.
2725         * ToolStrip.cs: same.
2727 2006-12-31  Andreia Gaita  <avidigal@novell.com>
2729         * ContainerControl.cs: Use ContainerSelected flag to check if 
2730         a Container is directly selected, or if Select is called on a 
2731         non-container. If a container is directly selected, focus events 
2732         should not be raised.
2733         Apply #80411 patch to throw exception on set_ActiveControl if 
2734         control is the same as the current one.
2735         
2736         * Control.cs: Use ContainerSelected flag (see above).
2737         Add invalidation check to raise event but not invalidate if 
2738         dimensions are 0.       
2739         Apply #80411 patch.
2740         
2742 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
2744         * MenuAPI.cs: After click, dont close popup menu when menu is
2745         ContextMenu. Fixes #80399.
2747 2006-12-30  Chris Toshok  <toshok@ximian.com>
2749         * ContainerControl.cs: make sure we throw the exception if the
2750         container control doesn't contain the control we're setting
2751         ActiveControl to.
2753 2006-12-30  Chris Toshok  <toshok@ximian.com>
2755         * Control.cs (SetTopLevel): fix the exception raised by
2756         SetTopLevel for child controls.
2757         (set_Anchor): call UpdateDistances when setting the anchor type.
2758         This fixes bug #80336.
2760 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
2762         * Theme.cs: For now, revert back to 8pt font.
2764 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
2766         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
2767         Fixes #80395.
2769 2006-12-29  Chris Toshok  <toshok@ximian.com>
2771         * Control.cs: reorder the code in OnResize to give the same event
2772         ordering as MS.
2774 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2776         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
2777         TileHorizontally and TileVertically.
2778         
2779 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
2781         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
2782         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
2783         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
2784         Corrected copyright and email adress.
2786 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
2788         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
2789         of Exception in FullPath property if no TreeView is associated with
2790         the TreeNode.
2792 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
2794         * Theme.cs: Marked default_font as private, and initialize it in ctor
2795         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
2796         on 2.0 profile.
2797         * ThemeGtk.cs: Removed default_font intialization.
2798         * ThemeWin32Classic.cs: Removed default_font initialization.
2800 2006-12-28  Chris Toshok  <toshok@ximian.com>
2802         * Control.cs: fix a couple of place where we were creating handles
2803         more aggressively than we should be.  Fixes ControlRefresh unit
2804         tests.
2806 2006-12-28  Chris Toshok  <toshok@ximian.com>
2808         * Control.cs: contrary to what the comment said, Control.Dock does
2809         not supercede Control.Anchor - the last one you assign to decides
2810         the layout behavior.  so we need to keep track of which was the
2811         last set.  Also, fix some of the affected property arguments in
2812         PerformLayout calls, and remove an redundant parent.PerformLayout
2813         call in OnResized.
2815         Add a VisibleInternal property, which returns is_visible.  We
2816         can/should get rid of all the usage of this field elsewhere.
2818 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2819         
2820         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
2821         control style, not DoubleBuffer. Added UseDoubleBuffering property
2822         that indicates whether doublebuffering is enabled and supported.
2823         (comment from and code based on Gert Driesen's patch in #80324).
2824         Fixes #80324.
2826 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2827         
2828         * Control.cs: Fixed a NRE.
2830 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2832         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
2833         for 2.0.
2835 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2837         * Control.cs: Rewrote double buffering, now a seperate
2838         class handles all the buffering, no Graphics is disposed of
2839         until the painting is finished (earlier implementation 
2840         would crash if the control was resized in the OnPaint, 
2841         since it would cause the double buffer to be recreated
2842         and the old one disposed), a separate Graphics is 
2843         created for every paint (MS behaviour and anyways the state
2844         of the Graphics would have to be saved and restored otherwise)
2845         
2846         * XplatUIDriver.cs: 
2847         * XplatUIX11.cs:
2848         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
2849         so that we can get the graphics for the back buffer without
2850         having to create a new one and remove the offscreen_dc parameter
2851         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
2852         
2853 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2855         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
2856         Also make virtual all the key-related methods.
2858         * ListViewItem.cs: Make virtual the key related methods for
2859         ListViewSubItemCollection.
2861 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2863         * ListView.cs:
2864         * ListViewItem.cs:
2865         * ThemeWin32Classic.cs:
2866         * Theme.cs: Initial support for Tile view in ListView,
2867         as well as the implementation of the required bits for it (Item
2868         and Subitem).
2870 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
2872         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
2873         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
2874         Provide useful exception messages.
2876 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2878         * TrackBar.cs: Remove a warning.
2879         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
2880         when used by DateTimePicker, fixes #80287. This also requires that 
2881         MonthCalendar implements it's own drawing for the yearly updown control,
2882         otherwise the Capture tracking would be too complicated. Removed the Click 
2883         and DoubleClick events (according to comments they were hiding the base class
2884         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
2885         raise these events, not that they cannot be raised. It is possible to raise 
2886         them by calling OnClick and OnDoubleClick). Added two internal fields in 
2887         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
2888         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
2889         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
2890         event, no longer needed.
2891         
2892 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
2894         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
2895         true if new value differs from current value.
2897 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
2899         * Control.cs: ControlCollection.Count must be public. Fixed build of
2900         unit tests.
2902 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
2904         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
2906 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
2908         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
2910 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
2912         * Control.cs: Invalidates control including when Width and Height is 
2913         equal zero or is not visible, only Paint event must be care about 
2914         this. Fixes #79913.
2916 2006-12-26  Chris Toshok  <toshok@ximian.com>
2918         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
2919         more corcompare work.
2921         * DataGridView.cs: fix compiler warning.
2923         * ColumnHeader.cs: some corcompare work, and also take the
2924         opportunity to make the internal fields private.
2926         * ListView.cs: fix the fallout from the above field change.
2928 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
2930         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
2931         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
2932         ToolStripTextBox.cs: Fixes to events and corcompare.
2934 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
2936         * ListView.cs: Call owner.OnMousexx event to propagate events from
2937         item to ListView. Fixes #80367.
2939 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
2941         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
2942         if value is less than one. ItemHeight should not be set to a value
2943         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
2944         Removed extra tabs.
2946 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
2948         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
2949         * ToolStripStatusLabel.cs: Add Spring for Moma.
2951 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
2953         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
2954         Fixed code formatting. Removed debug code.
2955         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
2957 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
2959         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
2960         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
2961         ArgumentOutOfRangeException if ColumnCount is negative. In 
2962         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
2963         less than 4 or higher than 32768.
2964         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
2965         Fixed FormatProvider to return CurrentCulture unless explicitly set.
2966         Fixed IsFormatProviderDefault to return true if FormatProvider has
2967         not been explicitly set.
2969 2006-12-25  Chris Toshok  <toshok@ximian.com>
2971         * Application.cs: add a couple of 2.0 events.
2973 2006-12-25  Chris Toshok  <toshok@ximian.com>
2975         * Control.cs: fix compiler warning.
2977         * AxHost.cs: corcompare fixes.
2979         * ApplicationContext.cs: corcompare fixes.
2981 2006-12-25  Chris Toshok  <toshok@ximian.com>
2983         * Control.cs: only update dist_right/dist_bottom if the
2984         width/height is > 0.  this fixes anchored controls being resized
2985         smaller until they disappear and then resized larger again.
2987 2006-12-25  Chris Toshok  <toshok@ximian.com>
2989         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
2990         since they're nothing more than X/Left and Y/Top, respectively.
2992         Also, move back to a per-control Bitmap/Graphics for
2993         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
2994         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
2995         Height.
2997 2006-12-25  Miguel de Icaza  <miguel@novell.com>
2999         * MessageBox.cs: Implemented overload that takes a new "bool
3000         displayHelpButton" by adding a new internal field "show_help".
3001         When clicked this will raise the HelpRequested on the owner or the
3002         main form. 
3004         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
3005         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
3007         * ListView.cs: Add support ColumnWidthChanged and
3008         ColumnWidthChanging. 
3010         Add support for ColumnReordered event.
3011         (ReorderColumn): Add NET_2_0 specific support for cancelling the
3012         reorder.
3014         Very nice codebase!
3016         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
3018         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
3020 2006-12-24  Chris Toshok  <toshok@ximian.com>
3022         * GridTablesFactory.cs: 2.0 corcompare work.
3024         * ToolStripContainer.cs: add "override" to
3025         ContextMenuStripChanged, and remove the local event object.
3027         * ToolStripDropDown.cs: same with a couple properties.
3029         * ToolStripPanel.cs: same with AutoSizeChanged event.
3031         * TextBoxBase.cs: add "override" to AutoSizeChanged.
3033         * Form.cs: add the remaining 2.0 events, and do some corcompare
3034         attribute work.
3036         * DateTimePicker.cs: add "new" to padding.
3038         * ButtonBase.cs: use Control's use_compatible_text_rendering.
3040         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
3042         * DataGridView.cs: PaddingChanged is overridden.
3044 2006-12-24  Chris Toshok  <toshok@ximian.com>
3046         * Control.cs: corecompare work here too.
3048         * DataGridViewElement.cs, DataGridView.cs,
3049         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
3050         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
3051         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
3052         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
3053         work.
3055 2006-12-24  Miguel de Icaza  <miguel@novell.com>
3057         * Control.cs: Switched the error message on the console for a
3058         todo.  A review of the code will have to cope with this anyways
3059         (since its a large feature, it is in our radar) and it was
3060         producing too much output when running PDN.
3062         * ToolStripComboBox.cs: Set the text when the SelectedIndex
3063         changes.  Applications depend on this (PDN 2.72)
3065 2006-12-23  Chris Toshok  <toshok@ximian.com>
3067         * TableLayoutSettings.cs: finish up the corcompare work for this
3068         class.
3070 2006-12-23  Chris Toshok  <toshok@ximian.com>
3072         * Control.cs: make SetImplicitBounds internal, do some futzing
3073         with LayoutEngine so that it's available in 1.1, and remove the
3074         entire duplicated code mess from PerformLayout.  Use
3075         System.Windows.Forms.Layout.DefaultLayout instead.
3077         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
3079 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
3081         * Form.cs: Add MainMenuStrip property.
3083 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
3085         * Control.cs: Add ContextMenuStrip property and implementation.
3086         Fix ContextMenu implementation to show menu centered on control when
3087         activated using the keyboard instead of showing at screen (0,0).
3089         * ToolStripDropDown.cs: Fix needed overload of Show ().
3091 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
3093         * Menu.cs: Name property added for 2.0 profile.
3094         
3095 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
3097         * Menu.cs: Update information about FindMenuItem, method to be
3098         implemented soon.
3100 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
3102         * MenuAPI.cs: When deselect items deselect also selected subitems.
3103         
3104 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
3106         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
3107         FindSubItemByCoord to found itens that is not active, also an
3108         cheking added to FindSubItemByCoord to search for items only 
3109         in visible popup windows. Fixes #80274.
3111 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
3113         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
3114         internal property, it be care about change ExStyle. 
3116 2006-12-22  Andreia Gaita  <avidigal@novell.com>
3118         * ContainerControl.cs: set activeControl for parent forms up the 
3119         tree when the new activecontrol is a container.
3120         When validating the active control, if it is a container, also
3121         raise up the validation for it's active control. Fixes #80280
3122         
3123         * Control.cs: Add internal property flag and check to prevent
3124         Focus events from getting raised when Select() is called for
3125         a ContainerControl. There are still too many focus events being
3126         raised at the moment though.
3127         Cleaned up the code a bit.
3129 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3131         * Control.cs: Added all missing 2.0 events.and
3132         fixed a couple of corcompare issues.
3133         * TrackBar.cs: Implemented missing 2.0 bits.
3134         * MonthCalendar.cs, 
3135         * DateTimePicker.cs, 
3136         * MdiClient.cs: Fixed some corcompare issues.
3138 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
3140         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
3141         SplitterPanel.cs: corecompare work.
3143 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
3145         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
3146         Clean up warnings for BackgroundImageChanged and PaddingChanged
3147         events now that they are implemented in Control.cs.
3149 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
3151         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
3152         
3153         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
3154         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
3155         of TableLayoutPanel and supporting cast.
3157 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3159         * XplatUIWin32.cs: 
3160         - GrabWindow now confines the mouse pointer to the confine window.
3161         - Added Win32ClipCursor and Win32GetClipCursor.
3163         * Control.cs: 
3164         - Added CaptureWithConfine to be able to capture and confine 
3165         mouse pointer.
3166         
3167         * InternalWindowManager.cs: 
3168         - Call CaptureWithConfine instead of Capture if we're an
3169         MdiChild (fixes #79982).
3171 2006-12-21  Chris Toshok  <toshok@ximian.com>
3173         * DataGrid.cs: guard against the initial state of selection, where
3174         selection_start == -1.  make sure we only select from index >= 0.
3175         Fixes bug #80291.
3177 2006-12-21  Chris Toshok  <toshok@ximian.com>
3179         * Control.cs: we don't need to be so draconian with
3180         UpdateDistances, and we thusly don't need to call it before
3181         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
3183 2006-12-21  Daniel Nauck  <dna@mono-project.de>
3185         * ComboBox.cs,
3186         TextBox.cs: Implemented AutoComplete properties.
3188 2006-12-20  Chris Toshok  <toshok@ximian.com>
3190         * DataGridView*.cs: some corecompare work.
3192 2006-12-20  Jackson Harper  <jackson@ximian.com>
3194         * XplatUIX11.cs: We need to hide the caret when deleting it,
3195         otherwise you get carets left lying around everywhere.
3196         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
3197         prevents getting some weird half drawn caret tracers when
3198         scrolling.
3199         * TextControl.cs: Attempt to reduce the number of times we need to
3200         recreate the caret.
3202 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
3204         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
3206 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3208         * DateTimePicker.cs:
3209         - Implemented missing 2.0 bits.
3210         - Changed some default values to match MS.
3211         
3212 2006-12-20  Jackson Harper  <jackson@ximian.com>
3214         * TextBoxBase.cs: When changing the font across the document we
3215         can't recalculate after changing each line, since that will cahnge
3216         the line count.
3217         - PreferredHeight is a little different than i thought.
3218         - When backspacing, move the caret before we do the actual char
3219         delete, because when that delete crosses a wrap boundary the
3220         positional information will change.
3222 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3224         * Control.cs: Added some missing 2.0 bits: 
3225         BackgroundImageLayout, BackgroundImageLayoutChanged, 
3226         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
3227         add IBindableComponent and IDropTarget implementation.
3228         
3229         * MonthCalendar.cs: 
3230         - Added all missing 2.0 features:
3231         BackgroundImageLayout, RightToLeftLayout, 
3232         OnHandleDestroyed, RightToLeftLayoutChanged, 
3233         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
3234         PaddingChanged.
3235         - Rewrote all the BoldDate code, it was completely broken.
3236         - Fixed all the tests (the tests can now be re-enabled, the
3237         problems were not with the tests, but with the control, it was
3238         mostly broken).
3239         
3240         * DateTimePicker.cs: Changed the location where the 
3241         MonthCalendar is shown.
3242         
3243 2006-12-19  Chris Toshok  <toshok@ximian.com>
3245         * DataGridView.cs: add IDropTarget implementation.
3247         * ToolStripPanel.cs: add IDropTarget implementation.
3249 2006-12-19  Jackson Harper  <jackson@ximian.com>
3251         * TextControl.cs: soft now means something different than what it
3252         used to mean, we want to move the caret regardless of whether or
3253         not this break was soft (would we really have wanted the caret
3254         to not move with the break in the old context?)
3255         * TreeView.cs: Make sure we factor in the vert scrollbar when
3256         calculating the horizontal scrollbar's maximum.
3258 2006-12-19  Andreia Gaita  <avidigal@novell.org>
3260         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
3261         check for keywords in alternate casing, close bug #80049.
3263 2006-12-19  Chris Toshok  <toshok@ximian.com>
3265         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
3266         methods (which all do nothing).
3268         * IDropTarget.cs: add the 4 missing methods.
3270 2006-12-19  Chris Toshok  <toshok@ximian.com>
3272         * TableLayoutRowStyleCollection.cs: corcompare work.
3273         
3274         * TableLayoutSettings.cs: same.
3276         * TableLayoutStyle.cs: same.
3278         * TableLayoutColumnStyleCollection.cs: same.
3280 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
3282         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
3283         TableLayoutPanel I've had in my local tree for way too long.
3285 2006-12-19  Miguel de Icaza  <miguel@novell.com>
3287         * TableLayoutSettings.cs: Finish the public API (still needs all
3288         the logic to update on changes). 
3290         * TableLayoutPanelCellPosition.cs: new file.
3291         
3292         * TableLayoutRowStyleCollection.cs,
3293         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
3294         TableLayoutSettings.cs: Track the final 2.0 table api.
3296 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3298         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
3299         and Image List 2.0 members for ColummnHeader.
3300         * ListView.cs: Add key-related 2.0 methods for
3301         ColumnHeaderCollection.
3303 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
3305         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
3306         ArgumentNullException if items argument is null. Ignore null item in
3307         arrays. Removed extra tabs.
3309 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
3311         * MonthCalendar.cs: Fixed InvalidCastException.
3313 2006-12-19  Jackson Harper  <jackson@ximian.com>
3315         * TextControl.cs: Don't increment the position here.
3316         - When calculating char positions only add in the line break size
3317         for hard line breaks.
3319 2006-12-19  Andreia Gaita  <avidigal@novell.org>
3321         * SendKeys.cs: Changed some things to match ms.net behaviour
3322         when parsing shifted capital letters.
3323         
3324         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
3325         Add window handle as parameter to SendInput. X11 needs the 
3326         window handle, and the handle being passed      to it in the keys 
3327         queue is the active control handle (which windows needs), not 
3328         the window handle.
3329         
3330         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
3331         to support SendKeys on X.       
3332         
3333         * X11Keyboard: Implement helper method to lookup a linux keycode
3334         given the virtual keycode. Added table of keycode-2-virtualkey
3335         values to support this.
3337 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3339         * ListView.cs: Add support for SelectedIndexCollection
3340         and SelectedItemCollection 2.0 methods. Implement support
3341         for ImageKey too.
3342         * ListViewItem.cs: Add support for ListViewSubItemCollection
3343         2.0 methods. Also, fix an incorrect behavior of AddRange method
3344         (it shouldn't call Clear).
3345         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
3347 2006-12-19  Jackson Harper  <jackson@ximian.com>
3349         * RichTextBox.cs: 
3350         * TextBoxBase.cs: New args for FormatText
3351         * TextControl.cs: Rewrote the main drawing method, this version
3352         feels a little easier to understand and debug to me.  Hopefully it
3353         does to others also
3354         - Fix FormatText to OR in the new formating values.  Added
3355         FormatSpecified param, basically this works in the same way as
3356         BoundsSpecified in Control.
3357         - Set the caret properties when the caret is positioned.
3358         - When wrapping text make sure that we calculate the width of the
3359         last character
3360         - when calculating alignments we might have wrapped down to the
3361         next line, so don't search for an individual tag, search for the
3362         end of the line
3363         - We need to invalidate the selection area when we replace the
3364         selection.
3365         
3366 2006-12-19  Daniel Nauck  <dna@mono-project.de>
3368         * Application.cs: add Restart () 2.0 support
3370 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
3372         * MenuItem.cs: Invalidate menu item rectangle after change Enable
3373         property. Fixes #80268.
3374         
3375 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
3377         * MenuAPI.cs: Dont trigger select event when closes top menu
3378         item. Fixes #80270.
3380 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
3382         * MenuAPI.cs: When you click on menuitem only trigger onselect
3383         event for top menu itens. Fixes #80271.
3384         
3385 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3387         * MdiWindowManager.cs: Make IconicBounds depend on
3388         the bottom of MdiClient, not the top (fixes #80267)
3389         
3390 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3392         * MdiClient.cs: Added missing 2.0 attribute
3394 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3396         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
3397         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
3399 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
3401         * MenuAPI.cs: Fix click when menuitem is not popup,
3402         this regression was caused by last commit (#80272).
3404 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
3406         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
3407         fire click event or close menu. Fixes #80272.
3409 2006-12-17  Daniel Nauck  <dna@mono-project.de>
3411         * ListViewHitTestInfo.cs: add
3413 2006-12-17  Daniel Nauck  <dna@mono-project.de>
3415         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
3416         * FlatButtonAppearance.cs: add
3417         * DockingAttribute.cs: add
3419 2006-12-17  Chris Toshok  <toshok@ximian.com>
3421         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
3422         and rebind our columns when it does - this way, if you make
3423         changes to the DataTable (or set the Table attribute on a DataView
3424         after setting it as the DataGrid's DataSource, the changes are
3425         made visible.)  Fixes bug #80107.
3427 2006-12-17  Daniel Nauck  <dna@mono-project.de>
3429         * ListViewGroup.cs: add internal Location property for layouting.
3430         * Theme.cs: add abstract ListViewGroupHeight function.
3431         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
3433 2006-12-16  Andreia Gaita  <avidigal@novell.com>
3435         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
3436         Added reset of selected index to 0 when adding first tab page.
3437         Fixes #80264
3438         
3439         * NumericUpDown.cs: Fix NET_2_0 check
3441 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3443         * ListViewGroup.cs: fixed DefaultValueAttribute value
3445 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3447         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
3449 2006-12-15  Miguel de Icaza  <miguel@novell.com>
3451         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
3452         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
3453         ScrollableControl.cs: Add a handful of methods that are
3454         overwritten in 2.0 
3456 2006-12-15  Chris Toshok  <toshok@ximian.com>
3458         * XplatUIWin32.cs: initial implementation of the Reversible
3459         drawing functions.  there are some problems.  DrawReversibleFrame
3460         doesn't seem to work at all for Dashed FrameStyle, and in the
3461         Thick case there are drawing errors at the corners (we probably
3462         need to bind Rectangle instead of doing moveto/lineto's.)
3464 2006-12-16  Andreia Gaita  <avidigal@novell.com>
3465         
3466         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
3467         to send blocks of key messages. Send accumulates keys to send with Flush, 
3468         while SendWait sends all keys immediately.
3469                 
3470         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
3471         XplatUIX11.cs,  XplatUIX11-new.cs:
3472         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
3473         to Win32 SendInput.
3474         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
3475         
3476         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
3477         testing for ms.net on this class is very tricky, as the tests run too fast 
3478         to allow the hook to release, essentially freezing the keyboard and the 
3479         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
3480         category :p
3482 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3484         * Padding.cs: fixed serialization compability to MS ("_var" field names),
3485                         added missing attributes.
3487 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3489         * ListViewGroup.cs: Added missing attributes.
3490         * ListViewGroupCollection.cs: Added missing attributes.
3492 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3494         * ListViewItem.cs: fixed ListViewSubItem text property.
3496 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3497         
3498         * Control.cs: Added missing 2.0 attributes
3499         
3500 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3501         
3502         * MdiClient.cs: Added missing 2.0 attribute.
3503         * MonthCalendar.cs: Added some missing 2.0 attributes 
3504         and properties.
3505         
3506 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3508         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
3510 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
3512         * MainMenu.cs: Add the new 2.0 constructor to help out people
3513         using the MainMenu in VS2005.
3515 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3516         
3517         * MdiChildContext.cs: Removed it, no longer used.
3518         * MdiClient.cs: Added missing 2.0 attributes.
3519         
3520 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3521         
3522         * InternalWindowManager.cs: Fix a NullRef with previous 
3523         changes for toolwindows.
3524         
3525 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3527         * Control.cs: 
3528         - Added AfterTopMostControl to allow for certain controls 
3529         to always stay on top when normal controls are brought to 
3530         front.
3531         
3532         * XplatUIWin32.cs: 
3533         - (DrawInversibleRectangle): Get window rectangle from Win32 
3534         in stead of from control, since Win32 doesn't calculate
3535         screen coords correctly from control's Location if it 
3536         have docked siblings.
3537         
3538         * MdiWindowManager.cs:
3539         - Correct the control menu popup location when clicked on
3540         the maximized form icon. (fixes #80223.1)
3541         - Don't show moving rectangle if mouse hasn't moved from
3542         the original clicked point.
3543         - Removed FormGotFocus handler (not used).
3544         - Calculate the control buttons location from the main
3545         window's size and not client size (fixes #79770).
3546         - Form is now closed when the form icon is double-clicked
3547         (fixes #79775). 
3548         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
3549         
3550         * InternalWindowManager.cs:
3551         - Moved some MDI-only methods to MdiWindowManager.
3552         - Removed unused properties and methods.
3553         - Unified method naming for methods handling wm messages.
3554         - Moved all message handling to seperate methods for
3555         each message.
3556         
3557         * ThemeWin32Classic.cs:
3558         - DrawManagedWindowDecorations now draws the title bar 
3559         with a gradient brush.
3560         - Add a CPDrawButtonInternal that allows us to specify
3561         light, normal and dark colors for the buttons (control 
3562         buttons for MDI children were drawn with the same light
3563         color as the background, therefore loosing the 3D effect).
3564         
3565         * SizeGrip.cs:
3566         - Add a CapturedControl property that is used to 
3567         determine the control to resize (defaults to parent). 
3568         Needed for MdiClient, since its SizeGrip's parent is
3569         MdiClient, but the control to resize is the main form.
3570         
3571         * MdiClient.cs:
3572         - Set SizeGrip's CapturedControl to the main form in order
3573         to resize the main form and not the MdiClient.
3574         - Override AfterTopMostControl to leave the scrollbars 
3575         always on top.
3577 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3579         * ListView.cs: fixed ListViewItemCollection AddRange and
3580                         implemented ListViewItemCollection AddRange 2.0 support.
3582 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3584         * ListViewGroup.cs: Add.
3585         * ListViewGroupCollection.cs: Add
3586         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
3587         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
3588                                 stub for ImageKey 2.0 support.
3590 2006-12-14  Mike Kestner  <mkestner@novell.com>
3592         * ListView.cs: add text padding to the autocalculation for columns
3593         of width -2.  Fixes #80207.
3595 2006-12-14  Mike Kestner  <mkestner@novell.com>
3597         * ListView.cs: add some index guarding for partial row navigation 
3598         logic.  Fixes #80250.
3600 2006-12-14  Mike Kestner  <mkestner@novell.com>
3602         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
3603         are added or inserted to the collection.  Fixes #81099.
3605 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
3607         * MenuAPI.cs: Closes menu when right click out side of popup
3608         it fix problem in ContextMenu and MainMenu. Fixes #80252.
3610 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3612         * ListViewItem.cs: Fix dumb error.
3614         * ListView.cs: Add Find and ContainsKey methods in 
3615         ListViewItemCollection, and also return true for IsReadOnly
3616         and IsFixedSize (changes for 2.0). 
3618 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
3620         * Control.cs: Allow Region to be set to null.
3622 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3624         * MdiWindowManager.cs: Remove unused (commented out) code.
3625         * Form.cs: When the MdiChild is maximized, the form needs 
3626         WM_NCMOUSELEAVE, so request it.
3627         * InternalWindowManager.cs: 
3628         - Added tooltips to control buttons.
3629         - Removed duplicated control button handling code.
3630         - Removed unused (commented out) code.
3631         
3632 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
3634         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
3635         was used because we must set cursor without trigger ChangeCursor event
3636         and without change Cursor control property. Fixes #79963.
3638 2006-12-12  Andreia Gaita  <avidigal@novell.com>
3639         
3640         * Control.cs: Check if Region setter value is null, and ignore
3642 2006-12-12  Jackson Harper  <jackson@ximian.com>
3644         * TextControl.cs: We were almost always drawing one more line then
3645         needed, since the GetLineByPixel will return the last line found
3646         at that pixel. In most cases though, we were invalidating up to
3647         the junction between two lines.
3648         - Improve debug code.
3650 2006-12-12  Chris Toshok  <toshok@ximian.com>
3652         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
3653         and FillReversibleRectangle.
3655         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
3656         and FillReversibleRectangle.
3658         * XplatUIWin32.cs: add stubs which do nothing for
3659         DrawReversibleFrame, DrawReversibleLine, and
3660         FillReversibleRectangle.
3662         * XplatUIOSX.cs: add stubs which raise NIE for
3663         DrawReversibleFrame, DrawReversibleLine, and
3664         FillReversibleRectangle.
3666         * XplatUIX11.cs: add working implementation for
3667         DrawReversibleFrame, DrawReversibleLine, and
3668         FillReversibleRectangle.
3669         
3670         * ControlPaint.cs: implement DrawReversibleFrame,
3671         DrawReversibleLine, and FillReversibleRectangle, by calling into
3672         the appropriate XplatUI method.
3674 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3676         * Form.cs: Make MdiClient have the focus even if it's
3677         not selectable, since it should receive WM_KEY* and WM_MOUSE 
3678         messages. Fixes #79907.
3679         
3680 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3682         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
3683         queried after the window is created.
3684         
3685         * XplatUIX11.cs: Added SendParentNotify to implement 
3686         WM_PARENTNOTIFY logic. Fixes #79965.
3687         
3688         * Control.cs: Added MakeParam.
3689         
3690 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3692         * MdiClient.cs: Resume Layout before setting window
3693         states (fixes #80201).
3695 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3697         * MenuAPI.cs: Deselect a menu item after performing
3698         the click (fixes #80197).
3700 2006-12-11  Jackson Harper  <jackson@ximian.com>
3702         * TextBoxBase.cs: We need to cap this value, since Maximum -
3703         ViewPortHeight can be less than zero.
3704         - Only do selection with the left mouse button.
3705         * TextBox.cs: Don't tell the world that we have a context menu.
3706         * Control.cs: New method so that we can control whether or not the
3707         context menu is visible outside MWF.
3709 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
3711         * ToolBarButton.cs: Fix text positon. 
3713 2006-12-11  Miguel de Icaza  <miguel@novell.com>
3715         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
3717         * Control.cs (DoubleBuffered): Add implementation.
3719         * Application.cs (OpenForms): Add.
3721 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
3723         * Form.cs: Use opacity instead of Opactiy to determine if we need
3724         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
3726 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
3728         * Control.cs: Fix NRE if Control.Site was set to null.
3730 2006-12-11  Chris Toshok  <toshok@ximian.com>
3732         * Control.cs: ControlCollection.Remove should return if the arg is
3733         null, and ControlCollection.SetChildIndex should raise a ANE.
3735 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
3737         * Control.cs: Verify value set for Dock property. Code formatting
3738         updates.
3740 2006-12-11  Jackson Harper  <jackson@ximian.com>
3742         * TextControl.cs: Draw the caret and the selection when a flag is
3743         set on the owner.
3744         * TextBoxBase.cs: We want to draw the caret and the selection for
3745         TextBox but not for TextBoxBase.
3746         - If the window is resized and scrolling is no longer needed (the
3747         whole doc is visible) set the scroll position to zero.
3748         - The default SelectWord (the one TextBox uses) should move the
3749         caret to the end of the word.
3750         - SelectAll moves the caret to the end of the selection.
3751         * TextBox.cs: We don't selectall on focus, we just do it when the
3752         control is created.
3753         
3754 2006-12-11  Mike Kestner  <mkestner@novell.com>
3756         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
3758 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3760         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
3761         2.0 support.
3762         * ListViewItem.cs: Add Name 2.0 property.
3764 2006-12-11  Andreia Gaita  <avidigal@novell.com>
3766         * TabControl.cs: Set visibility on selected or default tab 
3767         when tabcontrol handle is created, so that it's contents
3768         actually show up (duh). Fixes #80193
3769         Don't redraw the control if there is no handle created, as
3770         the selected index might be completely invalid. Added some tests
3771         to check for this.
3773 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
3775         * ToolBar.cs: Uses maximun width and height of all buttons as 
3776         button rectangle when ButtonSize specified, it looks strange but
3777         is what happens in Win32. Fixes #80189.
3779 2006-12-11  Jackson Harper  <jackson@ximian.com>
3781         * TextControl.cs: Need to track undo levels ourself, since
3782         compound actions will mess them up.
3784 2006-12-10  Andreia Gaita  <avidigal@novell.com>
3786         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
3787         SelectedIndex value is changed (even if it's not valid).
3788         Reset SelectedIndex to 0 when the handle is created and if
3789         the current index is invalid.
3790         Fixes SelectdeIndex unit tests and #80128
3792 2006-12-08  Chris Toshok  <toshok@ximian.com>
3794         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
3795         calls EndEdit, it needs to be called before we set current_cell to
3796         its new value.  Otherwise, we end up committing the value in the
3797         textbox to the new cell as well.  Fixes bug #80160.
3799 2006-12-08  Chris Toshok  <toshok@ximian.com>
3801         * Form.cs (set_CancelButton): if the button's DialogResult is
3802         None, set it to Cancel.  Fixes bug 80180.
3804 2006-12-08  Jackson Harper  <jackson@ximian.com>
3806         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
3807         to watch ourselves when setting the canvas size and setting the
3808         scrollbar values.
3810 2006-12-08  Chris Toshok  <toshok@ximian.com>
3812         * DataGrid.cs: comment out the two MakeTransparent calls for the
3813         time being so people using trunk (and not 1.2.2) on windows can
3814         actually use the datagrid.  This deals with bug #80151.
3816 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
3818         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
3819         Graphics.DrawImage (image, int, int, int, int) overload instead
3820         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
3821         the dpi difference and was blurring images it drew.
3822         [Fixes bug #79960]
3824 2006-12-08  Chris Toshok  <toshok@ximian.com>
3826         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
3827         rowcnt is 0 (such as with an empty datasource), and make sure we
3828         initialize not_usedarea.Y to cells.Y, so we don't draw over the
3829         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
3831 2006-12-08  Chris Toshok  <toshok@ximian.com>
3833         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
3834         grid.
3836 2006-12-08  Chris Toshok  <toshok@ximian.com>
3838         [ Fixes bug #80167 ]
3839         
3840         * ThemeWin32Classic.cs: don't draw the image if the button's flat
3841         style is FlatStyle.System.
3843         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
3844         ButtonBase.flat_style private, and switch uses of it to the public
3845         property.
3846         
3847 2006-12-08  Chris Toshok  <toshok@ximian.com>
3849         [ Fixes bug #80121 ]
3850         
3851         * ThemeWin32Classic.cs: center the caption text in the datagrid
3852         when we draw it.
3854         * DataGrid.cs: lessen the amount we add to the caption height from
3855         6 to 2.  6 was making it huge.
3857 2006-12-08  Andreia Gaita  <avidigal@novell.com>
3859         * UpDownBase: Handle MouseWheel call directly instead of capturing
3860         the inner textbox's OnMouseWheel. Fixes #80166
3862 2006-12-08  Jackson Harper  <jackson@ximian.com>
3864         * TextControl.cs: We need to invalidate the textbox when we empty
3865         it (how had this not been discovered before?)
3867 2006-12-08  Jackson Harper  <jackson@ximian.com>
3869         * TextBoxBase.cs: Reworked the mouse down code so I could get it
3870         to behave like MS, we now ignore the eventargs.Click and just
3871         track state ourself, which we were already doing anyways.
3872         - Constrain the double click handler to the double click size.
3873         
3874 2006-12-08  Chris Toshok  <toshok@ximian.com>
3876         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
3877         direction if that scrollbar isn't shown.  fixes bug #80158.
3879 2006-12-08  Andreia Gaita  <avidigal@novell.com>
3881         * NumericUpDown.cs: Update value on getter. Fixes #79950
3883 2006-12-08  Chris Toshok  <toshok@ximian.com>
3885         * MenuItem.cs: add back in the event cloning code.  I didn't know
3886         how to do it in the face of the EventHandlerList work i'd done
3887         last week.  Fixes bug #80183.
3889 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
3891         * Control.cs: Add an invalidate to the BackgroundImage setter.
3892         [Fixes 80184]
3894 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
3896         * ToolStrip*: Add some small properties reported by MoMA, fix event
3897         firing and default properties based off of unit tests, and add some
3898         attributes based off of the class status page.
3900 2006-12-07  Jackson Harper  <jackson@ximian.com>
3902         * TextBoxBase.cs: Take HideSelection into account when determining
3903         whether or not to show the selection.
3904         * RichTextBox.cs: After inserting the RTF into the document move
3905         the cursor to the beginning of the document.
3907 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
3909         * Control.cs: Remove static ArrayList "controls" which maintained
3910         a reference to every control created.
3911         * Application.cs: Create a static FormCollection to maintain a reference
3912         to every form created.  Use it in places that formerly enumerated through
3913         the controls one looking for forms.
3914         * Form.cs: Add and remove self from above FormCollection.
3916 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
3918         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
3919           not libgdk (though it makes me wonder why I didn't have any
3920           problems)
3922 2006-12-07  Chris Toshok  <toshok@ximian.com>
3924         [ you had to know this was coming after that last commit...]
3925         
3926         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
3927         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
3928         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
3929         XCopyArea).
3931 2006-12-07  Chris Toshok  <toshok@ximian.com>
3933         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
3934         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
3935         all the behavior we need for double buffering.
3937         * XplatUIDriver.cs: implement the 3 double buffer methods using a
3938         client side Bitmap, just like the old Control-based double buffer
3939         code did.  The methods are virtual, so each XplatUI driver
3940         subclass can replace the implementation to use a faster, platform
3941         specific approach.
3943         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
3944         double buffer code, and clean things up a bit in the process.
3946 2006-12-06  Chris Toshok  <toshok@ximian.com>
3948         * Control.cs: reindent WndProc.
3950 2006-12-06  Chris Toshok  <toshok@ximian.com>
3952         [ I wanna be like BenM when I grow up ]
3953         
3954         * Hwnd.cs: create a single static Graphics object on the static
3955         Bitmap we create.  use this for our text measurements.
3957         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
3958         This was causing us to allocate a backbuffer for every control,
3959         even when it wasn't flagged as double buffered.  Instead use the
3960         single graphics instance.  This might have implications for
3961         multithreaded applications.  If we run into problems we can switch
3962         to creating 1 Graphics per control, on the static Hwnd bitmap.
3964         this change nets us a 7M savings in private dirty mappings when
3965         running FormsTest.exe.
3967 2006-12-06  Chris Toshok  <toshok@ximian.com>
3969         * ListView.cs: the BackgroundImage override is just to set
3970         attributes.  chain up to base.BackgroundImage.
3972         * RichTextBox.cs: same.
3974         * ToolBar.cs: same, but we need to also redraw the toolbar when it
3975         changes, so instead a handler for BackgroundImageChanged.
3976         
3977         * Control.cs: make background_image private.
3979 2006-12-06  Chris Toshok  <toshok@ximian.com>
3981         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
3982         sure we even need this assignment, but roll with it for now.
3984         * Control.cs: make the cursor field private.
3986 2006-12-06  Chris Toshok  <toshok@ximian.com>
3988         * Form.cs: we don't need to explicitly set ImeMode to
3989         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
3990         behavior in the face of ImeMode.Inherit.
3992         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
3993         change the ctor's assignment to use ImeMode instead of ime_mode.
3995         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
3996         ImeModeInherit.  Only check for the parent's imemode (and return
3997         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
3998         This fixes the button unit test, which sets both ImeMode and
3999         DefaultImeMode to ImeMode.Disable.
4001         also make the ime_mode field private.
4003 2006-12-06  Chris Toshok  <toshok@ximian.com>
4005         * Control.cs: make control_style private.
4007         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
4008         setting the styles to true, then setting them to false instead of
4009         reverting to their previous values.
4011         also, call SetStyle on the scrollbars instead of using
4012         control_style directly.
4014 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
4016         * FormCollection.cs: Implement. [2.0]
4018 2006-12-06  Chris Toshok  <toshok@ximian.com>
4020         * Control.cs: make tab_stop private.
4022         * Label.cs: set TabStop, not tab_stop.  reformat some event
4023         add/remove methods to make them more compact.
4025 2006-12-06  Chris Toshok  <toshok@ximian.com>
4027         * RadioButton.cs: fix TabStop handling.
4029 2006-12-06  Chris Toshok  <toshok@ximian.com>
4031         * TextBox.cs: remove the explicit assignments to has_focus.
4032         Control does that.
4034         * ButtonBase.cs: remove the assignment to has_focus.  Control will
4035         manage that.
4036         
4037 2006-12-06  Chris Toshok  <toshok@ximian.com>
4039         * ButtonBase.cs: remove all uses of is_enabled from this code.
4040         it's always true when any of the code containing the checks is
4041         executed.
4043 2006-12-06  Chris Toshok  <toshok@ximian.com>
4045         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
4046         with different semantics (some are present in both 1.1 and 2.0
4047         profiles) so that we match MS's behavior in our unit tests.
4049 2006-12-06  Jackson Harper  <jackson@ximian.com>
4051         * TextControl.cs: Make this operation undoable.
4052         * TextBoxBase.cs: Factor the border width into the preferred
4053         height.
4054         - implement Modified as per the spec.
4056 2006-12-06  Chris Toshok  <toshok@ximian.com>
4058         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
4060 2006-12-06  Chris Toshok  <toshok@ximian.com>
4062         * Control.cs: make right_to_left and context_menu fields private.
4064 2006-12-06  Chris Toshok  <toshok@ximian.com>
4066         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
4067         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
4068         Control.child_controls private.  switch all uses over to
4069         Control.Controls.
4071 2006-12-06  Chris Toshok  <toshok@ximian.com>
4073         * System.Windows.Forms/GroupBox.cs,
4074         System.Windows.Forms/AccessibleObject.cs,
4075         System.Windows.Forms/ErrorProvider.cs,
4076         System.Windows.Forms/Control.cs,
4077         System.Windows.Forms/UpDownBase.cs,
4078         System.Windows.Forms/ScrollBar.cs,
4079         System.Windows.Forms/DateTimePicker.cs,
4080         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
4081         System.Windows.Forms/ToolTip.cs,
4082         System.Windows.Forms/RadioButton.cs,
4083         System.Windows.Forms/LinkLabel.cs,
4084         System.Windows.Forms/Splitter.cs,
4085         System.Windows.Forms/TextBoxBase.cs,
4086         System.Windows.Forms/ToolStripTextBox.cs,
4087         System.Windows.Forms/ContainerControl.cs,
4088         System.Windows.Forms/ThemeWin32Classic.cs,
4089         System.Windows.Forms/SizeGrip.cs,
4090         System.Windows.Forms/ToolStripDropDown.cs,
4091         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
4092         private.  switch all uses over to Control.Parent.
4094 2006-12-06  Chris Toshok  <toshok@ximian.com>
4096         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
4097         Control does this before calling emitting these events.
4099         * TabControl.cs: same.
4101         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
4102         Control.client_rect.
4104         * ButtonBase.cs: use the ClientSize property instead of the
4105         client_size field.
4107         * ScrollableControl.cs: same.
4109         * Control.cs: another pass at making properties private.  also,
4110         move the initialization of tab_stop to the ctor.
4112 2006-12-05  Andreia Gaita <avidigal@novell.com>
4114         * TabControl.cs: Let the selected index be set freely if the 
4115         control handle is not yet created.
4117 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
4119         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
4120         internal until I can rewrite DefaultLayout.
4121         * ToolStrip.cs: Fix build error and some general cleaning.
4122         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
4123         Fix build errors caused by making some of Control's fields private.
4125 2006-12-05  Jackson Harper  <jackson@ximian.com>
4127         * TextControl.cs: Redo Insert a little so that it use IndexOf
4128         instead of Split, this prevents it from messing up on things like
4129         \n\n\n. Also more effecient since the split array doesn't need to
4130         be created.
4131         * TextBoxBase.cs: AppendText doesnt handle multiline and non
4132         multiline text differently, this is the first of many fixes that
4133         will make multiline/non-multiline the same thing as far as the
4134         TextBoxBase is concerned.
4135         - Don't split the text and insert lines, this can lose some line
4136         endings (like is the last line a soft or hard break). Instead use
4137         the new Insert.
4138         - Fix an off by one when combining all the lines in the Text
4139         getter.
4140         - Remove separate multiline handling from the Text getter/setter.
4142 2006-12-05  Chris Toshok  <toshok@ximian.com>
4144         * ButtonBase.cs: a few changes:
4146         - don't reinitialize internal Control fields in the ctor when they
4147         have the same values as Control sets them.
4149         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
4150         this before calling those methods.
4152         - we don't need to call Refresh for anything.  use Invalidate
4153         instead.
4155         - OnEnabledChanged doesn't need to redraw at all - Control.cs
4156         calls Refresh in its OnEnabledChanged.
4157         
4158         - several of the events we were registered for in the ctor to
4159         redraw ourselves already include calls to Invalidate in the
4160         property setters that raise the events.  remove the extra
4161         invalidation.
4163         - reformat a switch statement that was 83274658 columns wide.
4164         
4165 2006-12-05  Mike Kestner  <mkestner@novell.com>
4167         * ComboBox.cs: fix a unit test regression from a TextBox
4168         SelectionLength return of -1 when there's no selection.  
4170 2006-12-05  Chris Toshok  <toshok@ximian.com>
4172         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
4173         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
4174         cleaning up some of the internal Control fields being used by
4175         subclasses.
4177 2006-12-05  Mike Kestner  <mkestner@novell.com>
4179         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
4180         listbox after AddImplicit calls since it defaults to hidden. Add a 
4181         hack to preserve requested heights across DropDownStyle changes.
4183 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
4185         * PropertyGrid.cs: Hide FindFirstItem method from public API.
4187 2006-12-05  Chris Toshok  <toshok@ximian.com>
4189         * DataGridView.cs: fix compiler warnings.
4191         * PrintControllerWithStatusDialog.cs: same.
4193         * ToolBar.cs: same.
4195         * FolderBrowserDialog.cs: same.
4197         * Splitter.cs: same.
4199         * DataGridViewComboBoxCell.cs: same.
4201         * XplatUIWin32.cs: same.
4203         * PictureBox.cs: same.
4205         * Win32DnD.cs: same.
4207         * PageSetupDialog.cs: same.
4209         * FileDialog.cs: same.
4211         * PrintDialog.cs: same.
4213         * DataGridTextBoxColumn.cs: same.
4215         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
4217 2006-12-05  Chris Toshok  <toshok@ximian.com>
4219         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
4220         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
4221         System.ComponentModel.EventHandlerList work.
4223 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
4225         * DrawTreeNodeEventArgs.cs: Added.
4227 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4228         
4229         * InternalWindowManager.cs: Remove an unused field.
4230         
4231 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4233         * InternalWindowManager.cs:
4234         - Save the point where the title bar is clicked.
4235         
4236         * MdiWindowManager.cs:
4237         - Only allow moving of the window as long as the 
4238         clicked point on the title bar does not get out of
4239         MdiClient's rectangle. Fixes #79982.
4240         
4241         * MdiClient.cs:
4242         - Added Horizontal/VerticalScrollbarVisible.
4243         - Simplified the scrollbar sizing algorithm.
4244         - Cache the difference in scrolled value in
4245         H/VBarValueChanged and move the calculation out
4246         of the for loop.
4248 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4250         * Control.cs: Make the Console.WriteLine in WndProc 
4251         write more info.
4253 2006-12-05  Chris Toshok  <toshok@ximian.com>
4255         * ToolStripManager.cs, ToolStripButton.cs,
4256         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
4257         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
4258         ToolStripSplitButton.cs, ToolStripSeparator.cs,
4259         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
4260         ToolStripProgressBar.cs, ToolStripContainer.cs,
4261         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
4262         to using System.ComponentModel.EventHandlerList.
4264 2006-12-04  Chris Toshok  <toshok@ximian.com>
4266         * LinkLabel.cs: fix up compiler warnings.
4268         * TableLayoutSettings.cs: same.
4270         * TreeView.cs: same.
4272         * ToolBar.cs: same.
4274         * TabControl.cs: same.
4276         * RichTextBox.cs: same.
4278         * ListViewItem.cs: same.
4280         * PropertyGrid.cs: same.
4282         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
4284         * ToolTip.cs same.
4286         * TextRenderer.cs: fix up compiler warnings.
4288         * Label.cs: same.
4290         * Form.cs: corcompare fixes.
4292         * PictureBox.cs: fix up compiler warnings.
4294         * ImageListStreamer.cs: same.
4296         * TrackBar.cs: corcompare fix.
4298         * Control.cs: fix up compiler warnings.
4300         * SplitterPanel.cs: same.
4302         * NumericTextBox.cs: same.
4304         * ImageList.cs: same.
4306         * StatusStrip.cs: same.
4308         * ProgressBar.cs: corcompare fix.
4310         * ToolStripButton.cs: fix up compiler warnings.
4312         * ToolStripStatusLabel.cs: same.
4314         * ToolStripSplitButton.cs: same.
4316         * ToolStripSeparator.cs: same.
4318         * ToolStripProgressBar.cs: same.
4320         * ToolStripDropDownMenu.cs: same
4322         * ToolStripDropDown.cs: same.
4324         * ToolStripDropDownButton.cs: same.
4326         * ToolStrip.cs: same.
4328         * ToolStripControlHost.cs: same.
4330         * ToolStripContentPanel.cs: same.
4332         * ToolStripDropDown.cs: same.
4334         * ToolStripContainer.cs: same.
4336         * ToolStripPanel.cs: same, and add "new" where we need it to work
4337         with the new ArrangedElementCollection.
4339         * ToolStripItemCollection.cs: add "new" where we need it to work
4340         with the new ArrangedElementCollection.
4342 2006-12-04  Andreia Gaita <avidigal@novell.com>
4344         * TabControl.cs: Fix default tab selection to after TabControl
4345         gets focus and not before. Fixes #80128
4347 2006-12-04  Chris Toshok  <toshok@ximian.com>
4349         * DataGridTableStyle.cs: remove the gross calling of
4350         datagrid.Refresh from here.  It's a broken idea and it doesn't
4351         work anyway.
4353         * DataGrid.cs: instead, just register/unregister from the
4354         DataGridTableStyle events in CurrentTableStyle.  we play it
4355         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
4356         even though some would most likely not require it.  Fixes bug
4357         #80115 (and one portion of #80117 as a side effect).
4359 2006-12-04  Chris Toshok  <toshok@ximian.com>
4361         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
4362         so the textbox (if any) goes away.  Fixes bug #80117.
4364 2006-12-04  Chris Toshok  <toshok@ximian.com>
4366         * DataGridColumnStyle.cs: set the column's readonly property
4367         initially based on the property descriptor's IsReadOnly.  Fixes
4368         bug #80044.
4370 2006-12-04  Chris Toshok  <toshok@ximian.com>
4372         * ComboBox.cs: wrap the dropdown style changing work in
4373         SuspendLayout/ResumeLayout.  Fixes bug #79968.
4375 2006-12-04  Jackson Harper  <jackson@ximian.com>
4377         * TextBoxBase.cs: Fix off by one, since these are one-based.
4378         * TextBox.cs: Select all the text when we get focus.  The TextBox
4379         does this but the RTB does not.
4381 2006-12-04  Chris Toshok  <toshok@ximian.com>
4383         * DataGridTextBoxColumn.cs: remove some spew.
4385         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
4386         but some part of me is saying "it shouldn't be here.."  At any
4387         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
4388         setting the value.
4390 2006-12-04  Chris Toshok  <toshok@ximian.com>
4392         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
4393         to reassign the propertydescriptor.
4395 2006-12-04  Jackson Harper  <jackson@ximian.com>
4397         * TextBoxBase.cs:
4398         * TextControl.cs: Remove some unused variables.  Maybe this will
4399         patch things up between mike and I.
4400         - don't split lines less then one char wide, if the viewport is
4401         that small text won't be visible anyways.
4402         
4403 2006-12-04  Jackson Harper  <jackson@ximian.com>
4405         * TextBoxBase.cs: Default selection length is -1, need to do some
4406         more testing on windows to see when this is used for the property.
4407         - Redid the Lines [] property to that we properly remove soft line
4408         breaks
4409         - added support for preserving carriage returns
4410         -  CanUndo is not a variable like 'is undo enabled' it just returns
4411         true if there is undo operations available.
4412         - AppendText doesn't need to grab the last tag itself anymore,
4413         this happens automatically when we move the cursor.
4414         * TextControl.cs: Add CompoundActions to the undo class. This
4415         allows combining the other operations into one big option.  ie a
4416         paste will combine { delete old, insert new, move cursor }
4417         - Add InsertString undo operation
4418         - New method for deleting multiline text
4419         - Add carriage returns to lines. So we can preserve carriage
4420         returns when text is 'roundtripped'
4422 2006-12-04  Chris Toshok  <toshok@ximian.com>
4424         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
4425         minimum 0.  Fixes the scrollbar exception in bug #80136.
4427 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4429         * MdiClient.cs: 
4430         * MdiWindowManager: Removed unused fields and methods.
4431         
4432 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4433         
4434         * StatusBar.cs: Update all panels when a AutoSize=Contents
4435         panel needs updating.
4436         
4437         * StatusBarPanel.cs: Remove twidth and only use initialize.
4438         Fixes #80031.
4439                 
4440 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4442         * Form.cs: When a form's MdiParent is set add it directly
4443         on top of the z-order in stead of relying on MdiClient's
4444         ActivateChild to do it. Fixes #80135.
4445         
4446         * MdiClient.cs: 
4447         - Remove original_order, mdi_child_list is already doing
4448         the same thing.
4449         - Create mdi_child_list on construction in
4450         stead of first use (avoids a few null checks).
4452         * MenuItem.cs: Use an already existing list of mdi children
4453         to get the correct order of children and remove the other
4454         redundant list.
4456 2006-12-04  Chris Toshok  <toshok@ximian.com>
4458         * PropertyGridView.cs: cached_splitter_location is only used in
4459         !DOUBLEBUFFER code.
4461         * PropertyGrid.cs: implement the ComComponentNameChanged event
4462         using Events, hoping that would fix the warning.  Looks like a
4463         compiler bug instead (#80144).
4465         * PropertyManager.cs: remove unused method.
4467 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
4469         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
4470         include parentesis to fix expression evaluation. Fixes #79634.
4472 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
4473         
4474         * MenuAPI.cs:
4475         - Changes to fix behavior in Menu control, some reported in #80097
4476         and other detected during behavior refactory like a select event
4477         problems.
4478         - Remove unneded "if's" conditions.
4479         - Created an internal to flag when popup is active in control, we need 
4480         it because in .NET you can have menu active but without popup active
4481         when you active menu using popup without visible items.
4482         - Mimic win32 behavior for Select and Popup events.  
4483         - Dont open popup menu when you dont have visible subitems.
4484         - Do nothing when click on disabled menu item.
4485         - Some small changes to follow the coding style guidelines.
4486         - Unselect menu only when another control gives focus. Fixes #80097.
4487         - Remove unused code.
4488         
4489         * MenuItem.cs: internal VisibleItems method to check if menu
4490         theres visible subitems, it will be usefull to fix some 
4491         behavior in Menu control.
4492         
4493 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
4494         
4495         * Timer.cs: Tag property for 2.0 profile.
4496         
4497 2006-12-01  Chris Toshok  <toshok@ximian.com>
4499         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
4500         
4501         * Win32DnD.cs: comment out some unused fields.
4503         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
4504         some unused properties/methods.
4506         * XplatUIX11.cs: fix MousePosition so we override the base class's
4507         property instead of conflicting with it.
4509         * PictureBox.cs: comment out some unused fields
4511         * OSXStructs.cs: make some struct fields public.
4513         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
4514         MousePosition so we override the base class's property instead of
4515         conflicting with it.
4517         * X11Dnd.cs: comment out some unused fields
4519         * X11DesktopColors.cs: fix some struct field visibility to quiet
4520         the compiler.
4522         * X11Dnd.cs: remove some debug code.
4524         * ThemeClearlooks.cs: comment out unused field.
4526         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
4528         * ThemeGtk.cs: comment out some unused pinvokes.
4530         * Timer.cs: remove some unused fields.
4532         * ThemeClearlooks.cs: comment out unused field.
4534         * UpDownBase.cs: comment out unused field.
4536         * DataObject.cs: comment out unused field.
4538         * DataGridBoolColumn.cs: reomve unused field.
4540         * DataGrid.cs: remove unused field.
4542         * Cursor.cs: remove old ToBitmap code.
4544         * ControlPaint.cs: remove unused method.
4546         * ScrollBar.cs: remove unused fields.
4548         * ComboBox.cs: remove unused field, and chain up to
4549         AccessibleObject ctor.
4551         * ListBox.cs: remove unused field.
4553         * ButtonBase.cs: wrap a couple fields in NET_2_0.
4555         * GridEntry.cs: remove unused fields.
4557         * Binding.cs: remove unused fields.
4559         * AxHost.cs: remove unused method.
4561         * ContainerControl.cs: remove unused field.
4563         * ScrollableControl.cs: remove unused fields.
4565 2006-12-01  Chris Toshok  <toshok@ximian.com>
4567         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
4568         the Where/WhereString stuff.  it's easy enough to CWL
4569         Environment.StackTrace.
4571         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
4572         unused private fields.
4574 2006-12-01  Jackson Harper  <jackson@ximian.com>
4576         * TextControl.cs: Do not update the view while inserting multiline
4577         text. If we update the view we might wrap lines, before entering
4578         the new lines, which causes the new line insertion calculations to
4579         be totally fubared.
4580         - Remove an old TODO
4581         - Make debug output a little nicer
4582         
4583 2006-12-01  Chris Toshok  <toshok@ximian.com>
4585         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
4587 2006-12-01  Chris Toshok  <toshok@ximian.com>
4589         [ fix the majority of the CS0108 warnings we've been suppressing ]
4590         
4591         * TreeView.cs: mark BackgroundImageChanged as 'new'.
4593         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
4594         to "LayoutToolBar" to quiet mcs.
4595         
4596         * TabControl.cs: mark our ControlCollection class as 'new'.
4598         * TextBoxBase.cs: mark some events as 'new'.
4600         * Splitter.cs: TabStop is 'new'.
4602         * ControlBindingsCollection.cs: mark a few methods as new since
4603         they change the visibility from protected to public.
4605         * RadioButton.cs: DoubleClick -> base class, and remove unused
4606         HaveDoubleClick.
4608         * MonthCalendar.cs: ImeMode property -> base class, and mark many
4609         events as new.
4611         * NumericUpDown.cs: TextChanged -> base class.
4613         * CheckedListBox.cs: mark our ObjectCollection class as new to
4614         quiet mcs.
4616         * FolderBrowserDialog.cs: make HelpRequest event new and have it
4617         muck with the base class.
4619         * StatusBar.cs: fix some mcs warnings about Update being the same
4620         name as a base class method.
4622         * RichTextBox.cs: mark some events as new, and make them do things
4623         to the base class impl.
4625         * UserControl.cs: mark TextChanged as new, and have it manipulate
4626         base.TextChanged.
4628         * UpDownBase.cs: mark some things new.
4630         * CheckBox.cs: mark DoubleClick "new", and add some text about
4631         what we need to look at.
4633         * Panel.cs: make the events "new", and manipulate the base
4634         version.  these are just here for attributes.
4636         * AccessibleObject.cs: make owner private.
4638         * Control.cs: deal with AccessibleObject.owner being private.
4639         cache our own copy if we need it.
4641         * Button.cs: add "new" to the DoubleClickEvent.
4643         * ListBox.cs: no need to track our own has_focus here.  let
4644         Control.has_focus do it for us.  Also some other work to clear up
4645         warnings about not overriding base class methods of the same name.
4646         
4647         * ComboBox.cs: clear up some warnings about not override base
4648         class methods of the same name.
4650 2006-12-01  Chris Toshok  <toshok@ximian.com>
4652         * Form.cs: flag a few things as "new" to quiet some of the mcs
4653         warnings.
4655         * AxHost.cs: same.
4657         * PrintPreviewDialog.cs: same.
4659         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
4660         now DGV isn't so horrible on the class status page.  also, move
4661         all events to using System.ComponentModel.EventHandlerList.  my
4662         wrists hurt.
4664 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4666         * MdiWindowManager.cs:
4667         - Set form to active mdi child if shown,
4668         and update the active mdi child to the next 
4669         remaining child in the z-order if the form is hidden.
4671         * Form.cs: 
4672         - Track if the form has been visible and if its 
4673         visibility is beeing changed, so that the MdiClient
4674         can properly decide the ActiveMdiChild. The MdiClient 
4675         cannot track this since the form can change visibility 
4676         before MdiClient is created.
4678         * MdiClient.cs:
4679         - Don't activate anything of the parent form is changing
4680         its visibility.
4681         - Rework ActiveMdiChild to only return visible mdi 
4682         children and take into account several other corner 
4683         cases.
4685 2006-12-01  Chris Toshok  <toshok@ximian.com>
4687         * IBindableComponent.cs: new 2.0 interface.
4689 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
4691         * DataGrid.cs: Font for caption area is bold by default.
4693 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
4695         * Menu.cs: Tag property for 2.0.
4696         
4697 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
4699         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
4700         
4701 2006-12-01  Chris Toshok  <toshok@ximian.com>
4703         * TreeView.cs: doh, the Begin* events should be
4704         TreeViewCancelEventHandler.
4706 2006-12-01  Chris Toshok  <toshok@ximian.com>
4708         * Form.cs: Form.ControlCollection already stores off the
4709         form_owner field.  don't access the base class's internal "owner"
4710         field.
4712         * Control.cs: make all the fields in Control.ControlCollection
4713         private.  there's no need for any internal fields here.
4715 2006-12-01  Chris Toshok  <toshok@ximian.com>
4717         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
4718         OnHandleCreated.  Fixes bug #80109.
4720 2006-12-01  Chris Toshok  <toshok@ximian.com>
4722         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
4723         SplitContainer.cs, Control.cs, StatusStrip.cs,
4724         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
4725         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
4726         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
4727         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
4728         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
4729         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
4730         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
4731         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
4732         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
4733         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
4735         do most of the work to convert our code over to use
4736         System.ComponentModel.Component.Events for
4737         adding/removing/dispatching events.
4740 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
4742         * DataGridView.cs: Fix an ArgumentNullException reported 
4743         twice today in IRC.
4745 2006-11-30  Mike Kestner  <mkestner@novell.com>
4747         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
4748         grabbed listbox.  Fixes #80036 and #80101.
4750 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
4752         * Message.cs: Changed ToString() to match MS.
4753         
4754 2006-11-30  Jackson Harper  <jackson@ximian.com>
4756         * TextBoxBase.cs: You can still change the selected text on a read
4757         only textbox.
4758         * TextControl.cs: Lower magic number for wrap calculations. This
4759         lets text get closer to the right (far) edge.
4761 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
4763         * Control.cs: Tweak 2.0 layout properties.
4764         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
4765         * TextRenderer.cs: Add a new overload.
4766         * ToolStrip*: Huge amount of changes and new features.
4768 2006-11-30  Mike Kestner  <mkestner@novell.com>
4770         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
4771         scroll range correct.  Fixes #79994.
4773 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
4775         * MdiWindowManager.cs: Update main form's text when
4776         a form is closed. (fixes #80038)
4777         
4778 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
4780         * ToolBar.cs:
4781         - Fix an regression in ButtonSize.
4782         - Get ImeMode default value change to "Disable".
4783         - Get ShowTooltips default value change to true, default value is 
4784         "false" but after make a test in .NET we get "true" result as default.
4785         
4786 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
4788         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
4790 2006-11-29  Chris Toshok  <toshok@ximian.com>
4792         * XplatUIWin32.cs (GetWindowTransparency): check return value of
4793         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
4794         SetWindowTransparency hasn't been called.
4796 2006-11-29  Chris Toshok  <toshok@ximian.com>
4798         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
4799         if it's supported.
4800         (set_AllowTransparency): reorder things a little so that the
4801         WS_EX_LAYERED style is removed properly.
4803 2006-11-29  Chris Toshok  <toshok@ximian.com>
4805         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
4806         
4807         * Form.cs: only call the XplatUI transparency method (get/set) if
4808         SupportsTransparency says it's supported. Otherwise fallback to
4809         doing nothing (in the set case) or returning the instance field we
4810         cache (in the get case).
4812         * XplatUIStructs.cs: add TransparencySupport flag enum.
4813         
4814         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
4815         change to SupportsTransparency.
4817         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
4818         TransparencySupport.None from SupportsTransparency.
4820         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
4821         TransparencySupport.Set from SupportsTransparency.
4823         * XplatUIWin32.cs: implement GetWindowTransparency calling
4824         GetLayeredWindowAttributes, and implement SupportsTransparency by
4825         checking whether or not both
4826         GetWindowTransparency/SetWindowTransparency are available
4827         entrypoints.  We need to do this since SetWindowTransparency is
4828         available as of win2k, but GetWindowTransparency requires winxp.
4829         yay win32 api.
4831         * XplatUI.cs: Add GetWindowTransparency, and change
4832         SupportsTransparency to allow for either/both Get/Set.
4834 2006-11-29  Chris Toshok  <toshok@ximian.com>
4836         * DataGrid.cs: keep from going into an infinite loop redrawing a
4837         datagrid that has no datasource.  Fixes bug #80033.
4839 2006-11-29  Chris Toshok  <toshok@ximian.com>
4841         * MenuItem.cs: fix the NRE when we assign text (and therefore call
4842         Invalidate) before the mainmenu has been assigned to a control.
4844 2006-11-29  Chris Toshok  <toshok@ximian.com>
4846         * DataGrid.cs: detect when we should be double the double click
4847         row/column autosize stuff, although that codepath has yet to be
4848         written.  part of the work for bug #79891.
4850 2006-11-29  Chris Toshok  <toshok@ximian.com>
4852         * Binding.cs (SetControl): fix unit test.
4854 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4856         * PageSetupDialog.cs: Validate the margins and set them in
4857         PageSettings. 
4858         * NumericTextBox.cs: New class to mimic the behavior of the
4859         textboxes used in the printing dialogs.
4861 2006-11-29  Andreia Gaita  <avidigal@novell.com>
4862         
4863         * Form.cs: Revert previous change (remove call UpdateBounds
4864         from form constructor), because it messes with the handle creation
4865         order, and that one needs lots and lots of love.
4866         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
4867         for valid printer and throw InvalidPrinterException if document
4868         is set but printer not valid), adding a MonoTODO. Once 
4869         handle creation is done properly, we can put this back in.
4871 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
4873         * MenuItem.cs: Create a invalidate method for menu item, to be
4874         calling from set text, it make text changes to imadiate update
4875         on screen. Fixes #80013. 
4876         
4877 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
4879         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
4880         fixes bug #80070 and some other problem on toolbar buttons
4881         layout.
4883 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
4885         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
4886         with dotted brush.      Fixes #79564
4887         
4888 2006-11-28  Andreia Gaita  <avidigal@novell.com>
4890         * Form.cs: Removed call to UpdateBounds on Form
4891         constructor, it was causing a call to CreateHandle
4892         before it was supposed to.
4893         * PrintControllerWithStatusDialog: Applied patch
4894         by Chris Toshok to hide controller when there are
4895         no printers available.
4896         PrintDialog.cs: initialize printer settings to 
4897         null - correct DefaultValues test #5
4898         * PrintPreviewControl.cs: Move PrintController
4899         initialization to GeneratePreview
4900         * PrintPreviewDialog.cs: 
4901         - Remove Preview generation     from Document_set(). It is 
4902         called on OnPaint
4903         - Throw InvalidPrinterException on CreateHandle if
4904         a Document is set but there are no printers or 
4905         printer is not valid.
4906         * ThemeWin32Classic: don't paint PrintPreviewControl
4907         if there is nothing to paint    
4909 2006-11-28  Miguel de Icaza  <miguel@novell.com>
4911         * Form.cs: Add another popular method.
4913         * TabPage.cs: ditto.
4915 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4917         * MenuItem.cs: Fixed a warning.
4918         * InternalWindowManager: Fixed a warning.
4920 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4922         * MenuItem.cs:
4923         - When cloning a menu also clone MdiList and clone the 
4924           window menu items properly (as the forms and menuitems
4925           are kept in an internal hashtable, these need updating 
4926           as well)
4927         - Rewrote the window menu code, menu items are added in the
4928           order the forms were added to their parent, and they are
4929           updated every time the window menu is shown (before the
4930           list was only generated once, in the current order of the
4931           forms, and would never be updated). A checkmark is shown
4932           next to the item corresponding to the active mdi child.
4934 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4936         * XplatUIStructs.cs: 
4937         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
4938         
4939         * XplatUIWin32.cs: 
4940         - Added TME_NONCLIENT to TMEFlags.
4941         - Handles WM_NCMOUSEMOVE in GetMessage to 
4942           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
4944         * MdiWindowManager:
4945         - Now merges mdi child menu to parent menu when maximized.
4946         - Recalculate NC areas of both mdi child and mdi parent. 
4947           Fixes #79757 (4).
4948           on window state and size changes.Fixes #79844 (3).
4949         - Handle WM_NCCALCSIZE to properly calculate borders.
4951         * Form.cs:
4952         - Add/remove to the mdi containers list of mdi children 
4953           in the order they are added.
4954         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
4955           to the maximized mdi child.
4956         
4957         * InternalWindowManager.cs:
4958         - Only execute a click on the control buttons on the mouse up,
4959           not on the mouse down. Show the state of the button 
4960           (was only showing Normal state, never Pressed state). The
4961           pressed button now follows the mouse (if you click the Close 
4962           button and move the mouse over the Maximize button, the 
4963           Maximize button will be shown as pressed). Since Win32 does
4964           not generate WM_NCLBUTTONUP if you release the button outside
4965           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
4966           it as a mouse up.
4967         
4968         * ThemeWin32Classic.cs:
4969         - Draw a missing border around mdi child forms. Fixes #79844 (2).
4971         * MdiClient.cs:
4972         - Added a list of forms which contains the order the forms are
4973           added to the mdi parent.
4974         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
4975         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
4976         - If the active form changes set the scrollbars to the top
4977           of the Z order, otherwise the form could hide them.
4978         - Scrollbars are now sized according to ClientSize, not 
4979           to Size, and they take into account the other scrollbar
4980           to determine maximum.
4981         
4982 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
4983         
4984         * XplatUI.cs:
4985         * XplatUIDriver.cs:
4986         * XplatUIX11.cs:
4987         * XplatUIWin32.cs:
4988         * XplatUIOSX.cs:
4989         - Added RequestAdditionalWM_NCMessages for windows to 
4990           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
4991           Currently only implemented in XplatUIWin32.
4993 2006-11-27  Chris Toshok  <toshok@ximian.com>
4995         * Hwnd.cs: only add the hwnd to the windows hash in
4996         set_WholeWindow and set_ClientWindow if whole_window/client_window
4997         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
4999 2006-11-27  Mike Kestner  <mkestner@novell.com>
5001         * ComboBox.cs: remove redundant OnDropDown call.  It is called
5002         from the ComboListBox.ShowWindow code. Fixes #79969.
5004 2006-11-27  Chris Toshok  <toshok@ximian.com>
5006         * Hwnd.cs: remove the setters for ExposePending and
5007         NCExposePending - noone uses them.
5009 2006-11-27  Jackson Harper  <jackson@ximian.com>
5011         * TextControl.cs: new param for ReplaceSelection which determines
5012         whether we select the new selection, or set the cursor to the end
5013         of the new selection.
5014         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
5015         pasting, select the new text.
5016         * RichTextBox.cs: Use new param for ReplaceSelection.
5018 2006-11-27  Jackson Harper  <jackson@ximian.com>
5020         * TextBoxBase.cs: Set the selection to the caret after the caret
5021         is moved, otherwise they get out of sync.
5023 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
5025         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
5026         it fixes #80015
5028 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
5030         * ThemeWin32Classic.cs: 
5031         - Fix toolbar drop down arrow position.
5032         - Fix drop down appearance when ToolBar.Appearance is normal,
5033         it fixes #80018.
5034         
5035 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
5037         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
5038         * Control.cs: Same.
5039         * UpDownBase.cs: Same.
5040         * ButtonBase.cs: Same.
5041         * ScrollBar.cs: Same.
5042         * TrackBar.cs: Same.
5043         * PictureBox.cs: Same.
5044         * UserControl.cs: Same.
5045         * Label.cs: Same.
5046         * ListControl.cs: Same.
5047         * TextBoxBase.cs: Same.
5048         * ListView.cs: Same.
5049         * RichTextBox.cs: Same.
5050         * TreeView.cs: Same.
5052 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
5054         * PrintDialog.cs:
5055         - Text label for where 
5056         - Text label comment was not shown
5058 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
5060         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
5062 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
5064         * InternalWindowManager.cs: 
5065         - Handle WM_PARENTNOTIFY to activate the form
5066         if any child control is clicked.
5067         - The form is only sizable if not minimized.
5069         * MdiWindowManager.cs:
5070         - Save the IconicBounds if the form is moved.
5071         - Rework SetWindowState, now the window bounds 
5072         are stored only if the old window state is Normal.
5073         
5074         * MdiClient.cs:
5075         - In SetWindowStates store the old window state if 
5076         the window is maximized and restore window state if
5077         the window looses focus.
5078         - Don't handle any scrollbar value changes if 
5079         initializing the scroll bars. Fixes #79771.
5080         - Reworked ArrangeIconicWindows. Current algorithm
5081         tests bounds agains all other minimized windows, if
5082         any intersections create new bounds (going left to 
5083         right, bottom to top) and then test again. When 
5084         successful the bounds are saved and never computed
5085         again. Fixes #79774.
5087 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
5089         * InternalWindowManager.cs: Added HandleTitleBarUp.
5091 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
5093         * NumericUpDown.cs: In .NET 1.1, user entered text is still
5094         hexadecimal in ParseUserEdit.
5096         
5097 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
5099         * MdiWindowManager.cs: 
5100         - Handle a click on the form's icon to show the 
5101         system menu (when maximized). Fixes #79775.
5102         - Change the existing click handler for the form's
5103         icon when not maximized to show on MouseUp.
5104         Fixes #79776.
5106         * Form.cs: In OnResize only layout the mdi child's
5107         parent if it actually has a parent. Might not if
5108         the window is closing.
5111 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
5113         * MdiClient.cs: Ignore active MDI client for text of parent, if
5114         child has no text set.
5116 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
5118         * ToolBar.cs: Fixed ToString to match MS.
5120 2006-11-22  Andreia Gaita  <avidigal@novell.com>
5122         * NumericUpDown: 
5123         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
5124         update inner values on set. Fixes #79966.
5125         - Override OnLostFocus to update value on NET 2. Fixes #79950.
5126         - Fix hexadecimal parsing.
5127         
5128         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
5129         parent. Fixes #79957
5131 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5133         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
5134         the actual size has to be queried, since if height /
5135         width is negative Win32 changes it to 0. 
5136         Fixes #79999 on Windows.
5137         
5138         * XplatUIX11.cs: Set height / width to 0 if negative
5139         in SetWindowPos. Fixes #79999 on Linux.
5140         
5141 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
5143         * ThemeWin32Classic.cs: Fix text redenring when button is
5144         pressed.
5146 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
5148         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
5149         and later navigate by mouse. Fixes #79528.
5151 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
5153         * ToolBar.cs: Set default value for TabStop to false in
5154         constructor, it fixes remaining behavior of bug #79863.
5156 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5158         * MdiWindowManager.cs:
5159         * InternalWindowManager.cs:
5160         - Moved a few methods specific to Mdi from 
5161         InternalWindowManager to MdiWindowManager.
5162         Fixes #79996.
5163         
5164 2006-11-21  Chris Toshok  <toshok@ximian.com>
5166         * XplatUIOSX.cs: stub out InvalidateNC.
5168         * XplatUIWin32.cs: implement InvalidateNC using the call I found
5169         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
5171         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
5173         * XplatUIDriver.cs: add InvalidateNC abstract method.
5175         * XplatUI.cs: add InvalidateNC.
5177 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
5179         * ToolBar.cs: Invalidate complete button area when pressed status 
5180         was changed.
5181         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
5182         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
5183         by 1 when button is pressed.
5185 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
5187         * ToolButton.cs: Invalidate middle of DropDown button when
5188         ToolBar theres DropDownArrows.
5189         * ThemeWin32Classic.cs: Change position of DropDown arrow and
5190         fix DropDown drawing operations.
5192 2006-11-20  Chris Toshok  <toshok@ximian.com>
5194         * NativeWindow.cs: fix the formatting of functions ('{' on the
5195         following line), and enable the thread exception dialog.
5197         * Application.cs: remove the duplicate exception catching from
5198         here.
5200 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
5202         * Toolbar.cs: Triggers button click event when click on icon
5203         of dropdown ToolBarButton. Fixes #79912.
5204         
5205 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5207         * Theme.cs:
5208         * ThemeWin32Classic.cs:
5209         - Added a property WindowBorderFont to enable themeing
5210           of mdi child windows' Text.
5211           
5212 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5214         * InternalWindowManager.cs:
5215         * Form.cs:
5216         * MdiClient.cs:
5217         * MdiWindowManager.cs: 
5218         - If mdi child is maximized, set mdi parent's
5219           text to "Parent - [Child]". Fixes #79770.
5220         - If there is any maximized mdi child windows, only the active 
5221           window (and any new windows) is maximized, the rest are normal.
5222         - On a WindowState change only save mdi child's window bounds 
5223           if the old window state was normal. Fixes #79774.
5224         - The scroll bars are now calculated on hopefully all
5225           necessary events. Fixed #79771 / #79844->6 / #79906.
5226         - MdiClient.SizeScrollBars() now takes into account docked 
5227           controls in the parent when calculating available space.
5228         - InternalWindowManager now always repaints the entire title
5229           area. Fixes #79844->1/4/5.
5230         - Added RequestNCRecalc on mdi child windowstate changes.
5231           Fixes #79772.
5233 2006-11-20  Mike Kestner  <mkestner@novell.com>
5235         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
5236         in the MouseUp handler of the listbox and move the return handling
5237         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
5239 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
5241         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
5243 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
5245         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
5246           working in 1.2.x anymore. So, updated.
5248 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
5250         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
5251         NumberGroupSeparator of current culture instead of assuming en-US.
5252         Fixed bug #79967.
5254 2006-11-17  Mike Kestner  <mkestner@novell.com>
5256         * Control.cs: Add the concept of implicit bounds setting so that
5257         dock/undock round trips preserve explicitly set size/locations.
5258         Fixes #79313.
5260 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
5262         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
5263           can't handle those filters. (Fixes bug #79961)
5265 2006-11-17  Chris Toshok  <toshok@ximian.com>
5267         [ fixes the exit/crashes associated with #79835.  it's clearly
5268         suboptimal though, we need to figure out a better way to solve
5269         this. ]
5270         
5271         * PrintPreviewControl.cs: deal with the new invalid printer
5272         exceptions.
5274         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
5275         and return false (so CommonDialog.ShowDialog doesn't actually show
5276         the form.)
5278         * PrintDialog.cs: enable/disable the Ok button depending on
5279         whether or not the printer is valid.
5281         * CommonDialog.cs (ShowDialog): only actually show the form if
5282         RunDialog returns true.
5284 2006-11-17  Jackson Harper  <jackson@ximian.com>
5286         * TextControl.cs: When soft splitting a line, mark it as a soft
5287         split line. Also carry over the current line break to the next
5288         line.
5290 2006-11-17  Chris Toshok  <toshok@ximian.com>
5292         * XplatUIX11.cs: when scrolling a window with an invalid area, we
5293         only want to shift the part of the invalid area that overlaps the
5294         area we're scrolling.  we also don't want to clear the invalid
5295         area unless the invalid area was entirely contained within the
5296         scrolling area.
5298 2006-11-16  Chris Toshok  <toshok@ximian.com>
5300         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
5301         also make sure to free the memory returned by XGetWindowProperty
5302         in GetText().
5304         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
5306 2006-11-16  Chris Toshok  <toshok@ximian.com>
5308         * XplatUI.cs: add a new super secret way to get at the totally
5309         unsupported X11 backend.
5311 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
5313         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
5315 2006-11-16  Jackson Harper  <jackson@ximian.com>
5317         * TreeView.cs: Allow more explicit setting of top node position
5318         for scrollbars. Slower algo, but more accurate.
5319         - CollapseAll should maintain the current top node.
5320         * TextBoxBase.cs: When positioning the caret, use the line, pos
5321         method, since the x, y method does not grab the correct tag, and
5322         the caret height never gets set correctly. (Maybe I should just do
5323         away with the caret having its own height, and always use the
5324         carets current tag for height).
5326 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
5328         [Fixes 79778, 79923]
5330         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
5331         Parent to the FosterParent instead.
5333 2006-11-16  Jackson Harper  <jackson@ximian.com>
5335         * TreeView.cs: Need to recalc the topnode when we expand or
5336         collapse. The scrolling methods can't handle this on their own,
5337         since they use differences between the last scroll position, and
5338         those difference get completely messed up since we are expanding
5339         nodes.  This problem should probably be fixed in the scrolling
5340         methods, so they can figure out exactly where they are, but this
5341         will slow things down a little.
5342         * ThemeWin32Classic.cs: Special case for groupboxes with empty
5343         strings, makes nunit-gui look a lot nicer.
5345 2006-11-16  Chris Toshok  <toshok@ximian.com>
5347         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
5348         the broken multithreaded event handling we have in here.  File
5349         this entry under "Why we should move to the new X11 backend".
5351         Any thread can make it into UpdateMessageQueue, which gets events
5352         from the X socket - some of which could belong to hwnds being
5353         managed by a different thread.  We can also have multiple threads
5354         in UpdateMessageQueue at the same time, with each one reading from
5355         the X socket.  This leads to many problems, with the following
5356         solutions:
5358         We can't use hwnd.Queue.Enqueue anywhere in here and must use
5359         EnqueueLocked.
5361         The MotionNotify compression we do can't work across threads
5362         (without locking the entire queue, perhaps) since we call
5363         hwnd.Queue.Peek, so we just punt and don't compress motion events
5364         unless the owning thread is the one which got the X event.
5366         ConfigureNotify is another fun one, since it modifies the hwnd's
5367         bounds and then enqueues the event.  We add a lock to Hwnd which
5368         is held when setting configure_pending to true (and enqueuing the
5369         event).
5371         There is a race wrt the wake socket.  we need to make sure that
5372         only 1 thread is waiting on that socket, or else a thread could
5373         sleep waiting for data that never comes.  It's difficult (but not
5374         impossible) to make happen, because it seems to require something
5375         like the following:
5377             1. Thread 1 polls on wake_receive
5378         
5379             2. poll returns saying there's data to be read on
5380                wake_receive.
5381         
5382             3. Thread 2 polls on wake_receive and immediately returns
5383                saying there's data to be read.
5385             4. Thread 2 reads the wakeup byte from wake_receive
5387             5. Thread 1 attempts to read the wakeup byte from
5388                wake_receive.
5390             6. Thread 2 exits (due to a form closing, perhaps).
5392             7. Thread 1 blocks forever.
5393         
5394         Fun, eh?
5396         Fixing the Expose handling isn't done yet, and the races inherent
5397         in that piece of code are responsible for the drawing mistakes you
5398         see when generating expose events in a MT app (like NPlot).  This
5399         one is the likely to be the hardest to bandaid, and it doesn't
5400         appear to cause anything but drawing problems.  The other issues
5401         caused apps to exit or hang.
5403         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
5404         called from a different thread than the one that should be calling
5405         these functions.
5407         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
5409 2006-11-15  Chris Toshok  <toshok@ximian.com>
5411         * Application.cs: null out the context's MainForm when we exit
5412         RunLoop.  Fixes a newly checked in unit test as well as the last
5413         ODE from bug #79933.
5415 2006-11-15  Chris Toshok  <toshok@ximian.com>
5417         * Form.cs (set_Owner): allow a null value so we can clear the
5418         form's owner.
5419         (Dispose): set all our owned_form's Owner properties to null, and
5420         clear the owned_forms collection.
5421         (WM_CLOSE): clean up this a little bit.. still not right though.
5423         * ApplicationContext.cs: OnMainFormClosed should only call
5424         ExitThreadCore if the main form isn't recreating.  Fixes unit
5425         test.
5427 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
5429         [Fixes 78346]
5431         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
5433 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
5435         [Fixes 79433]
5437         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
5438         keep popup window types from stealing focus from the main form
5439         on Windows.
5441         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
5443         * MenuAPI.cs: Set above flag to true.
5445 2006-11-15  Chris Toshok  <toshok@ximian.com>
5447         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
5448         the button being released is not in wParam.
5450 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
5452         * Form.cs: Add the released button to MouseEventArgs.Button
5453         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
5454         on Win32.
5456 2006-11-15  Chris Toshok  <toshok@ximian.com>
5458         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
5459         GetText().  untested because it's unused in our implementation.
5460         Control.Text always caches the text, even if
5461         ControlStyles.CacheText is not set.
5463         fixes bug #79939.
5465 2006-11-15  Chris Toshok  <toshok@ximian.com>
5467         [ fixes #79933 ]
5468         
5469         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
5470         message.  no hiding, no disposing.
5472         in the WM_CLOSE handler, hide the form if it's modal.
5474 2006-11-15  Chris Toshok  <toshok@ximian.com>
5476         * XplatUIX11.cs: use AddExpose instead of sending a message.
5477         fixes textbox border drawing.
5479 2006-11-15  Chris Toshok  <toshok@ximian.com>
5481         * PropertyGridView.cs: keep from crashing on mouse move/down when
5482         the property grid is empty.
5484 2006-11-14  Jackson Harper  <jackson@ximian.com>
5486         * TextControl.cs: Make PageUp and PageDown more like the MS
5487         versions.
5488         * TextBoxBase.cs: When we set the text property position the
5489         cursor at the beginning of the document.
5491 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5493         * Form.cs: if a mdi child's WindowState has changed
5494         before it's creation, it would display wrong control
5495         buttons.
5496         
5497 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
5499         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
5500           (Fixes bug #79927)
5502 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5504         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
5505         the window gets to paint its borders even if the window is
5506         getting smaller.
5507         
5508         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
5509         otherwise the old control buttons would still be painted 
5510         if the window gets bigger.
5511         
5512         * PaintEventArgs.cs: add an internal method so that the clip 
5513         rectangle can be changed.
5514         
5515 2006-11-13  Chris Toshok  <toshok@ximian.com>
5517         [ fixes bug #79745 ]
5518         
5519         * NotifyIcon.cs: lots of cleanup.
5521         * X11Structs.cs: add an enum for XEMBED messages.
5523         * XplatUIX11.cs: reindent one of the giant switch statements, it
5524         was taking up an additional tab stop, and this file is already way
5525         too wide for my laptop's screen.
5527         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
5528         we get it, resize the hwnd to the WMNormalHints max_width/height.
5530 2006-11-13  Jackson Harper  <jackson@ximian.com>
5532         * TextBoxBase.cs: Compute the value changes for the mouse wheel
5533         teh simple way.
5535 2006-11-13  Chris Toshok  <toshok@ximian.com>
5537         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
5538         #79898.  force a reference to the Region to stick around so the
5539         unmanaged object isn't collected (rendering our handle in the MSG
5540         stale).
5542 2006-11-13  Chris Toshok  <toshok@ximian.com>
5544         * XplatUIX11.cs: fix #79917 for window managers which support
5546         using XStoreName on the raw utf8, and we need to convert to
5547         COMPOUND_TEXT if it's non-latin1.
5549 2006-11-13  Chris Toshok  <toshok@ximian.com>
5551         * Form.cs (set_DialogResult): we need to set closing to false if
5552         we're setting our result to None.  fixes bug #79908.
5554 2006-11-13  Jackson Harper  <jackson@ximian.com>
5556         * TextControl.cs: When formatting text, compute the adjusted tag
5557         lengths correctly, using FindTag for the end tag instead of trying
5558         to figure it out outselves.
5559         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
5560         the item, ItemHeight doesn't work, because trees with large
5561         imagelists use those for their height
5562         * TreeView.cs: ActualItemHeight factors in the image height
5563         - compute left edge of checkboxes correctly
5564         - when expanding/collapsing move the bottom down one pixel, so we
5565         aren't moving part of the node
5567 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5569         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
5570         stack in PaintEventStart so that it won't get disposed by the gc
5571         before reaching PaintEventEnd.
5573 2006-11-13  Jackson Harper  <jackson@ximian.com>
5575         * TextBoxBase.cs: Don't select the word if we are on a line with
5576         no text.
5577         - We don't need to position the caret on mouse up, since the mouse
5578         move handler should be doing this
5579         - When double clicking a blank line, the caret is advanced to the
5580         next line.
5582 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
5584         * TreeNodeCollection.cs: Avoid duplicating indexer code.
5586 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
5588         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
5589         Fixes part of bug #79910.
5591 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
5593         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
5594           (bug #79903). Some minor string updates to match ms.
5596 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
5598         * FileDialog.cs: Don't add an extension if the filename
5599           already ends with that extension.
5601 2006-11-10  Jackson Harper  <jackson@ximian.com>
5603         * TreeView.cs: Use the currently highlighted node for the
5604         BeforeSelect event.
5605         * TextBoxBase.cs: There is no need to expand selection on
5606         MouseMove.
5607         - CanUndo means 'is there any undo operations', not 'is undo
5608         allowed on this textcontrol. Fixed ClearUndo unit test.
5610 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
5612         * Button.cs: only perform click when button is Selectable (so as 
5613         not to activate default buttons when they're disabled)
5614         
5615         * Control.cs: Rewrite of the SelectNextControl and related 
5616         methods. HandleClick now selects next control if the current one
5617         is being disabled.
5618         
5619         * Form.cs: OnActivated selects next active control only if Load 
5620         has already occurred. If Load hasn't run, there's no point in 
5621         selecting here, Load might change the state of controls.
5622         
5623         * FocusTest.cs: Tests marked as working again for these fixes
5625 2006-11-10  Chris Toshok  <toshok@ximian.com>
5627         * XplatUIX11.cs: a couple of fixes.
5629         - use XInternAtoms with almost all the atoms we need to register,
5630         instead of many, many calls to XInternAtom.  should help a bit on
5631         startup time, at the expense of making the code look a little
5632         worse.
5634         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
5635         isn't reparented (which seems to be a clue that we're running fon
5636         compiz) and they have an Owner form.  This fixes the tool windows
5637         in paint.net when running under compiz.
5639         - when setting the opacity of a window, support both the case
5640         where the window has been reparented and also when it hasn't been.
5641         Since compiz/beryl doesn't seem to reparent windows, and these are
5642         the only window managers which support translucency, I'm not sure
5643         why we need the hwnd.reparented case at all.. but leave it in.
5644         now we get translucent windows in paint.net under compiz/beryl.
5646 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
5648         * FileDialog.cs: Always return the value for FilterIndex that
5649           was set. Internally convert it to values that make sense.
5651 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
5652         
5653         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
5655 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
5657         * Toolbar.cs: Change default value of DropDownArrows to true, the 
5658         signature still using false to make it compatible with MS but the 
5659         initial value is true. Fixes #79855.
5661 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
5663         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
5664           only available on Linux.
5666 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
5668         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
5669         reduce number of calls to redraw method during toolbar creation.
5671 2006-11-09  Mike Kestner  <mkestner@novell.com>
5673         * ListView.cs : raise SelectedIndexChanged when an item is selected
5674         programmatically via the Item.Selected property.  Gert's nice 
5675         ListViewSelectedIndexChanged test fixture now runs clean.
5677 2006-11-09  Mike Kestner  <mkestner@novell.com>
5679         * ListView.cs : raise SelectedIndexChanged when a selected item is
5680         removed from the item collection using Remove or RemoveAt.
5682 2006-11-09  Mike Kestner  <mkestner@novell.com>
5684         * ListView.cs : raise SelectedIndexChanged once per selected item
5685         for compat with MS.  Fixes #79849+.
5687 2006-11-09  Chris Toshok  <toshok@ximian.com>
5689         * TabControl.cs: initialize row_count to 0, and set it to 1 when
5690         we need to (if we have any tab pages).  Fixes unit test.
5692 2006-11-09  Chris Toshok  <toshok@ximian.com>
5694         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
5695         width is 0, not 3.  Fixes a unit test.
5697 2006-11-09  Mike Kestner  <mkestner@novell.com>
5699         * ListView.cs : use Implicit scrollbars so that focus isn't 
5700         stolen from the listview when they are clicked. Fixes #79850.
5702 2006-11-09  Chris Toshok  <toshok@ximian.com>
5704         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
5705         have a root item.  Fixes #79879.
5707 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
5709         * FileDialog.cs:
5710           - Fix ToString ()
5711           - An ArgumentException is now thrown if a wrong filter
5712             is applied (matches ms). The previous filter doesn't change
5713             anymore if an exception is thrown.
5714           - Changing the FileName property also affects FileNames
5715         * ColorDialog.cs: The length of the CustomColors array is always
5716           16. It doesn't matter if we use a smaller array or null to update
5717           or change the custom colors property.
5718         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
5719           for RootFolder if we get a undefined value.
5721 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5723         * StatusBarPanel.cs: 
5724         - Width is set to MinWidth if Width is smaller than
5725         MinWidth. Fixes #79842.
5726         - MinWidth now always overrides Width (MSDN says MinWidth
5727         is set to Width when AutoSize = None, but they do not 
5728         behave like that).
5729         - Style has now the the correct default value.
5730         
5731 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5733         * TrackBar.cs: 
5734         - The control is completely invalidated on 
5735         Got/LostFocus to draw the focus rectangle correctly.
5736         - When AutoSize then height is always 45 (width for 
5737         vertical controls).
5738         
5739         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
5740         on the mouse when moved and it doesn't move when grabbed
5741         until the mouse moves as well. Also fixed some wrong 
5742         calculations when clicking on the thumb (control thought
5743         click was outside of thumb and didn't grab it).
5744         Fixes some of the issues in #79718.
5746 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
5748         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
5750 2006-11-08  Chris Toshok  <toshok@ximian.com>
5752         * PropertyGridView.cs: only call ToggleValue if the item is not
5753         readonly.
5755 2006-11-08  Jackson Harper  <jackson@ximian.com>
5757         * TextBoxBase.cs: The RichTextBox and textbox have very different
5758         word selection methods.  Implement the textbox's simple word
5759         selection here, and let the RichTextBox override and provide it's
5760         own.
5761         - Don't do extra selection on mouseup
5762         * RichTextBox.cs: Use the documents word selection algorithm, I
5763         think ideally, this function will be pulled into the
5764         RichTextBox.cs code someday.
5766 2006-11-08  Chris Toshok  <toshok@ximian.com>
5768         * RootGridEntry.cs: new class to represent GridItemType.Root.
5770         * CategoryGridEntry.cs: reformat, and add boilerplate.
5771         
5772         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
5773         returns the UI parent anyway, and we need special handling to
5774         implement the GetTarget method in the face of it.  Also, implement
5775         Select().
5777         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
5778         a root grid item, and use that instead of PropertyGrid.grid_items.
5779         Also, make use of TypeConverters (and add limitted support for
5780         ICustomTypeDescriptors) when initially populating the grid.
5781         Arrays now show up more or less properly.
5783 2006-11-08  Chris Toshok  <toshok@ximian.com>
5785         * Application.cs: set the modal dialog to non modal after we close
5786         it.  Fixes bug #79866.
5788 2006-11-08  Jackson Harper  <jackson@ximian.com>
5790         * TextControl.cs: When combining lines carry over the line end
5791         style from the end line.
5792         - Invalidate the selected area when setting it, if it is visible.
5793         * TextBoxBase.cs: Only rich text box can do full line selects.
5794         - Make sure to set the cursor position when there is a click,
5795         otherwise two clicks in separate areas could cause a large chunk
5796         to be selected.
5798 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
5800         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
5801         Fixes #79863.
5803 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
5805         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
5806         time. Remove tooltips when ToolButton click events.  Fixes #79856.
5808 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
5810         * MenuAPI.cs: Ignore right click for menu actions and fixes
5811         menu border when clicked.  Fixes #79846.
5813 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
5815         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
5816         MouseState after create wParam for message, this fixes mouse button 
5817         equal none in mouse up events.
5818         
5819 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
5821         * Control.cs : Focus() now calls Select to set the Container's
5822         Active Control and to give it focus. To avoid infinite recursion
5823         (because ActiveControl also calls Focus at one point), a check 
5824         is made in Focus with the help of a new internal variable
5825         is_focusing.
5827 2006-11-07  Mike Kestner  <mkestner@novell.com>
5829         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
5830         if there's a selection.  Fixes #79849.
5832 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
5834         * PropertyGrid.cs: Avoid fixed height of help description label.
5835         Fixes part of bug #79829.
5837 2006-11-07  Chris Toshok  <toshok@ximian.com>
5839         * XplatUIX11.cs: fix #79790 again, by using the
5840         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
5842 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
5844         * ToolBar.cs: Fix left click checking.
5846 2006-11-07  Chris Toshok  <toshok@ximian.com>
5848         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
5850 2006-11-07  Chris Toshok  <toshok@ximian.com>
5852         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
5853         PropertyManager unit tests.
5855         * PropertyManager.cs: make property_name internal.
5857 2006-11-07  Chris Toshok  <toshok@ximian.com>
5859         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
5860         pass a unit test.  Also, don't set image_index to anything in
5861         response to setting the ImageList property.
5863 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
5865         * ToolBar.cs: Ignore click events when mouse button is not a
5866         left button, only accepts other button for dropdown menus.  
5867         Fixes #79854.
5869 2006-11-07  Chris Toshok  <toshok@ximian.com>
5871         * DataGrid.cs: make the back and parent row buttons a little less
5872         ugly.
5874 2006-11-07  Jackson Harper  <jackson@ximian.com>
5876         * TextBoxBase.cs: When converting to Text don't put line breaks in
5877         for soft line breaks.
5878         * TextControl.cs: There is an initial "fake" line in the document,
5879         this is now a soft break line, so that an extra line feed doesn't
5880         get added to the end of documents.
5882 2006-11-07  Chris Toshok  <toshok@ximian.com>
5884         [ fix bug #79778 ]
5885         
5886         * CurrencyManager.cs: if the list is readonly, don't bother
5887         checking if IBindingList.AllowNew is true.
5889         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
5890         for non-DataRowView datasources..  or rather, make it not crash.
5891         (DataGridPaintRelationRow): make sure we limit the row painting to
5892         the area not covered by the row header, and make our cell width at
5893         least large enough to cover the relation area.  This allows grids
5894         that have relations but no rows to render correctly.
5895         (DataGridPaintRowContents): same type of changes here.
5896         (SetDataSource): move back to always calling
5897         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
5898         navigating back through relations.
5899         (HitTest): handle the case where we have no cells but have
5900         relations.  Right now we generate a hit in cell 0 of whatever the
5901         row is, not sure if this is strictly correct, but it works for our
5902         purposes.
5903         
5904         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
5905         bother doing anything.
5907 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
5909         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
5910         early version of StatusStrip.  Not responsible for eaten
5911         application or firstborn children.
5913 2006-11-06  Chris Toshok  <toshok@ximian.com>
5915         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
5916         call GetTabRect with a -1 index.  Fixes #79847.
5918 2006-11-06  Jackson Harper  <jackson@ximian.com>
5920         * TreeNodeCollection.cs: Update scrollbars after clearing.
5922 2006-11-06  Chris Toshok  <toshok@ximian.com>
5924         * NumericUpDown.cs: fix the ToString method for some unit test
5925         love.
5927 2006-11-06  Chris Toshok  <toshok@ximian.com>
5929         * PropertyGrid.cs:
5930         - set the initial SelectedGridItem if we can.
5932         - Exclude non-mergable properties only if we're merging > 1
5933         object.  Merging 1 object isn't really merging, obviously.
5935         - Handle PropertySort.NoSort just like Alphabetical, which is
5936         wrong of course, but at least gets things on the screen.
5937         
5938         * PropertyGridView.cs:
5939         - Add method "FindFirstItem" which finds the first property grid
5940         item, so we can select it by default.
5942         - make use of GridEntry.CanResetValue.
5944         - Don't call RedrawBelowItemOnExpansion here anymore, the
5945         individual GridEntry's will do that.
5947         - Remove the ITypeDescriptorContextImpl internal class.
5948         
5949         * GridEntry.cs:
5950         - this class needs to implement ITypeDescriptorContext, as it's
5951         what MS's PropertyDescriptorGridEntry does, which means we can
5952         remove the ITypeDescriptorContextImpl internal class from
5953         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
5955         - keep a reference to our PropertyGridView, and move the call to
5956         RedrawBelowItemOnExpansion here from PGV.  This means
5957         programmaticly setting Expanded actually does something visible.
5959         - add a CanResetValue() function which takes into account our
5960         possibly multiple "selected_objects" in the merged case.  Shifting
5961         PropertyGridView to use this method fixes another unreported
5962         crasher found running the test for #79829.
5964         - when Top or Bounds is updated, make sure the PropertyGridTextBox
5965         is updated to reflect this.
5967         * CategoryGridEntry.cs: the ctor takes the PGV now.
5968         
5969 2006-11-06  Jackson Harper  <jackson@ximian.com>
5971         * TextControl.cs: These are 1 based.
5972         * TextBoxBase.cs: When setting the selected text, don't change the
5973         selected text tags, this is done by ReplaceText, just position the
5974         cursor at the end of the new text.
5976 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
5978         * ListView.cs: Allow label edit only when, when LabelEdit is
5979           set to true.
5981 2006-11-06  Jackson Harper  <jackson@ximian.com>
5983         * TextControl.cs: If a suitable wrapping position isn't found,
5984         just wrap right in the middle of a word.
5986 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
5988         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
5989           bug #79820.
5991 2006-11-06  Jackson Harper  <jackson@ximian.com>
5993         * TreeView.cs: Can't use the VisibleCount property when setting
5994         scrollbar heights, because this doesn't take into account whether
5995         or not the horz scrollbar just came visible.
5997 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
5999         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
6000         activated.  Fixes #79369, #79832.
6002 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
6004         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
6005           had to remove support for links that point to a directory. FileInfo
6006           returns no usefull information (means, the directory they point to)
6007           for such links. Replaced some empty string ("") with String.Empty.
6009 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
6011         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
6012         NullReferenceException when attempting to remove node that is not in
6013         collection. Throw NullReferenceException when null is passed to 
6014         Remove. Allow first element of the collection to be removed. Fixes
6015         bug #79831.  In GetEnumerator ().Current return null if positioned 
6016         before the first element of the collection. In GetEnumerator ().Reset,
6017         position before first element of the collection.
6019 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
6021         * PropertyGrid.cs: To match MS, remove default title and description
6022         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
6023         buttons.
6025 2006-11-04  Chris Toshok  <toshok@ximian.com>
6027         * Theme.cs: add a Clamp method, just for kicks.
6029         * ThemeWin32Classic.cs: clamp all color components to [0..255].
6031 2006-11-04  Chris Toshok  <toshok@ximian.com>
6033         * Form.cs: if the form isn't visible, Close() does nothing.
6035 2006-11-03  Chris Toshok  <toshok@ximian.com>
6037         * Form.cs (Close): if the form is modal, don't Dispose of it, only
6038         Hide it.
6039         (WndProc): don't Dispose after handling the WM_CLOSE message.
6041         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
6042         them as such, instead of using casts from Control to Form.  Also,
6043         don't Dispose of the modal dialog when we fall out of the loop -
6044         Close() it instead.
6046         fixes bug #79813.
6048 2006-11-03  Chris Toshok  <toshok@ximian.com>
6050         * Control.cs (Dispose): only go through the dispose thing if we're
6051         @disposing, and we haven't already been disposed.  Fixes bug
6052         #79814.
6054         * Form.cs: no reason to call "base.Dispose()" here instead of
6055         "Dispose()".
6057 2006-11-03  Mike Kestner  <mkestner@novell.com>
6059         * ComboBox.cs : use ToString instead of casts in AddItem for
6060         sorting functionality.  Fixes #79812.
6062 2006-11-03  Chris Toshok  <toshok@ximian.com>
6064         * Application.cs: pave the way for actually using the thread
6065         exception dialog.  it's ifdefed out at the moment.
6067 2006-11-03  Chris Toshok  <toshok@ximian.com>
6069         * ThreadExceptionDialog.cs: until we get a better layout, actually
6070         hide the details textbox and label when we shouldn't see them.
6072 2006-11-03  Jackson Harper  <jackson@ximian.com>
6074         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
6075         multiline textboxes anymore.  This method also determines the
6076         width/height of a textboxes canvas area.
6077         - Sorta a revert of the last patch.  For multiline just position
6078         the controls, then bail.  This way the scrollbar width won't be
6079         altered.
6081 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
6083         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
6084         it dont need.  Fixes #79537.
6086 2006-11-02  Jackson Harper  <jackson@ximian.com>
6088         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
6089         send the status after firing the DndOver event.
6091 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6093         * TrackBar.cs: Now orientation only switches height / width if
6094         the control's handle is created (Win32 does it like this). Also 
6095         fixed a typo in ToString() for a test to pass, changed the 
6096         exception thrown in set_LargeChange and set_SmallChange to 
6097         match Win32 behaviour, and added TrackBar tests to the unit 
6098         tests.
6100 2006-11-02  Chris Toshok  <toshok@ximian.com>
6102         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
6103         not _NET_WM_STATE_NO_TASKBAR.
6105 2006-11-02  Jackson Harper  <jackson@ximian.com>
6107         * TextControl.cs: Increment count by one, since in the update view
6108         count - 1 is used.
6110 2006-11-02  Jackson Harper  <jackson@ximian.com>
6112         * TextBoxBase.cs: Use client rectangle not bounds for checking if
6113         the mouse is in the client rectangle (duh).
6115 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6116         
6117         * TrackBar.cs: Fixed trackbar jumping around when clicking
6118         on it - the trackbar was not detecting correctly at which
6119         side of the thumb the click was done. (fixes #79718)
6121 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
6123         * ListBox.cs: scroll visible area when change SelectedIndex to
6124         a non visible area.  Fixes #79481.
6126 2006-11-01  Jackson Harper  <jackson@ximian.com>
6128         * TextControl.cs: When replacing the selection move the selection
6129         start/end/anchor to the end of the new text.
6131 2006-11-01  Jackson Harper  <jackson@ximian.com>
6133         * XplatUIWin32.cs: When setting the parent change the controls
6134         visibility to it's visibility flag, not to it's old parents
6135         visibility (.Visible walks the parent chain).
6137 2006-11-01  Chris Toshok  <toshok@ximian.com>
6139         * XplatUIX11.cs: revert the #79790 fix, as the simple.
6140         XSetTransientForHint fix breaks paint .net's tool windows.  more
6141         work needed for that one.
6143 2006-11-01  Chris Toshok  <toshok@ximian.com>
6145         * ScrollBar.cs: throw ArgumentException instead of Exception in
6146         LargeChange/SmallChange setters.  fixes unit tests.
6148 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
6150         * ContainerControl.cs: reverted rev.67183 (which was itself
6151         a reversion of rev.66853... eh).
6152         
6153         * Control.cs: Fixes Reflector hang by changing Focus() call
6154         to what it was before rev.66643 (calling Select() here sets 
6155         ActiveControl, which in some situations calls back Focus and 
6156         eventually does a stack overflow). Temp fix.    
6157         Changes to GetNextControl() to not look for children to select when
6158         parent cannot be selectable (so it looks for siblings instead)  
6159         
6160 2006-10-31  Mike Kestner  <mkestner@novell.com>
6162         * CheckedListBox.cs : off by one error in returned index from
6163         ObjectCollection.Add.  Fixes #79758.
6165 2006-10-31  Chris Toshok  <toshok@ximian.com>
6167         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
6168         calls for the textbox/spinner, to keep from recursing to the point
6169         where we crash.  Fixes #79760.
6171 2006-10-31  Chris Toshok  <toshok@ximian.com>
6173         * ListControl.cs (set_SelectedValue): don't throw exceptions on
6174         null/"" value, just return.  matches ms's behavior and fixes some
6175         failing tests.
6177 2006-10-31  Chris Toshok  <toshok@ximian.com>
6179         * Control.cs (set_Capture): make a logic a little easier to
6180         follow.
6182         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
6183         if it's being destroyed.  A necessary fix surely, but a bandaid
6184         also, to fix the stuck capture problem in bug #78413.
6186 2006-10-31  Chris Toshok  <toshok@ximian.com>
6188         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
6189         convention of clearing hwnd.ClientRect when we set the
6190         width/height (so it'll be recalculated by Hwnd).
6192 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
6194         * ContainerControl.cs: reversed Contains check from
6195         ActiveControl due to hanging problems. This fix
6196         partly regresses #79667 (button does not have
6197         initial focus), so this might be a symptom for 
6198         a larger parenting problem (set_ActiveControl
6199         is being called but the child control does
6200         not have the parent set yet?)   
6201         
6202 2006-10-31  Mike Kestner  <mkestner@novell.com>
6204         * MenuAPI.cs : fix keynav when menu is click activated.
6206 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
6208         * ToolStrip*: Version 0.2.
6210         * MenuStrip.cs: Version 0.1.
6212         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
6214 2006-10-30  Chris Toshok  <toshok@ximian.com>
6216         [ fixes the oversized notify icon issue in bug #79745 ]
6217         
6218         * NotifyIcon.cs: scale the icon down to the size we're given by
6219         the XplatUI layer (this would be faster if we did it once instead
6220         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
6221         since it's never invoked.
6223         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
6224         pixels high by default, so let's hardcode our systray icon to that
6225         size.  The SYSTEM_TRAY protocol should really have a way for
6226         client apps to query for the correct icon size.. but oh well.  A
6227         couple of patches to deal with the screwy client_window ==
6228         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
6229         instance, and also make sure we don't XSelectInput twice).
6231 2006-10-30  Chris Toshok  <toshok@ximian.com>
6233         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
6234         recreating forms.  Control recreation is the bane of my existence.
6235         Fix it in a way that keeps everyone happy.
6237 2006-10-30  Chris Toshok  <toshok@ximian.com>
6239         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
6240         just non-CHILD ones.  otherwise sometimes scrollbars end up with
6241         client_windows not being resized to the proper size (ReportBuilder
6242         shows this extremely well).
6244 2006-10-30  Chris Toshok  <toshok@ximian.com>
6246         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
6247         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
6248         showing up in the gnome taskbar.  Fixes bug #79790.
6250 2006-10-30  Chris Toshok  <toshok@ximian.com>
6252         * ApplicationContext.cs: guard against a NRE.
6254         * Application.cs: null out the old MainForm for the context, so we
6255         don't try to use it again once it's disposed.  Fixes bug #79783.
6257 2006-10-30  Chris Toshok  <toshok@ximian.com>
6259         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
6260         BindingContext, set the data source directly, otherwise do the
6261         lazy approach - the actual ListManager will be created when we get
6262         a BindingContext. Fixes bug #79700.
6264 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
6266         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
6267           XplatUIX11.cs: Remove old 2 parameter SetVisible.
6269         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
6271 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
6273         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
6274         of SetVisible that allows a window to be shown, but not activated.
6275         This is needed on Windows for MenuStrip, and can probably be used
6276         with MainMenu and ComboBox to fix the focus stealing issues on
6277         Windows.
6279         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
6281 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
6283         * PictureBox.cs: Fix the output of the ToString method.
6285 2006-10-29  Chris Toshok  <toshok@ximian.com>
6287         * Control.cs (get_TopLevelControl): fix bug #79781.
6289 2006-10-29  Chris Toshok  <toshok@ximian.com>
6291         * ListControl.cs (set_DataSource): throw Exception here, not
6292         ArgumentException, to match MS behavior.
6294 2006-10-29  Chris Toshok  <toshok@ximian.com>
6296         * Form.cs: remove the try-catch's around calls to GetWindowState.
6297         We can just check the return value.
6299         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
6300         Instead return -1.
6302         * XplatUI.cs: Add note about additional return value for
6303         GetWindowState.
6305 2006-10-29  Chris Toshok  <toshok@ximian.com>
6307         * Control.cs (CreateHandle): when we create our handle, we also
6308         create the handles of our child controls.  Fixes one of the
6309         Control unit tests (CH11).
6311 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
6313         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
6315 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
6317         * ThemeClearlooks.cs: A little speedup.
6319 2006-10-27  Chris Toshok  <toshok@ximian.com>
6321         * Control.cs: implement Control.FromChildHandle in a way that
6322         matches the docs (and fixes the failed test.)
6324 2006-10-27  Chris Toshok  <toshok@ximian.com>
6326         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
6327         comments).
6329         * DataGrid.cs: implement ResetForeColor such that the tests
6330         succeed.
6331         
6332 2006-10-27  Chris Toshok  <toshok@ximian.com>
6334         * ToolBarButton.cs: setting text/tooltiptext to null results in it
6335         being set to "".  Fixes bug #79759.
6337 2006-10-27  Jackson Harper  <jackson@ximian.com>
6339         * TextControl.cs: We need to clear the entire selection area when
6340         setting the start, otherwise multiline selections are still
6341         visible.
6343 2006-10-26  Chris Toshok  <toshok@ximian.com>
6345         * PropertyGridView.cs: 
6347         - ifdef all the code specific to the double
6348         buffer case, and provide some alternatives in the non-doublebuffer
6349         code, which makes heavy use of XplatUI.ScrollWindow to move things
6350         around without having to invalidate (and cause flicker).  There
6351         are still some drawing problems in the non-doublebuffered case, so
6352         DOUBLEBUFFER is defined by default.
6354         - Fix the way dropdowns are handled.  now we explicitly watch for
6355         the events which might cause the dropdown to close, and break out
6356         of the nested event loop there.  This gets rid of all Capture
6357         code, at the expense of the Msg special casing.  Seems to work,
6358         though, and fixes bug #79743.
6360 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
6361         * Control.cs: SetIsRecreating now recreates implicitly added
6362         child controls as well. Finally fixes #79629. The flag passed to 
6363         SetIsRecreating has also been removed since it wasn't used.
6364         
6365 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6367         * PageSetupDialog.cs: Clean some code, fix some bits, 
6368         add some checks, and add a printer sub-dialog.
6370 2006-10-26  Chris Toshok  <toshok@ximian.com>
6372         * PropertyGrid.cs: make set_SelectedObject call
6373         set_SelectedObjects, and move the duplicate logic to the
6374         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
6376         * PropertyGridView.cs: hide the textbox when we get a
6377         SelectedObjectsChanged event.
6379         Fixes bug #79748.
6381 2006-10-26  Chris Toshok  <toshok@ximian.com>
6383         * PropertyGridView.cs: deal with the type converter not supporting
6384         GetStandardValues() or GetStandardValues() returning null, which
6385         is does in the default case.  Fixes #79742.
6387 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
6389         * CheckedListBox.cs: nunit no longer crashes when selecting 
6390         Project/Edit menu option
6391         
6392 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
6394         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
6395         is no menu selected. fixes #79739
6397 2006-10-25  Chris Toshok  <toshok@ximian.com>
6399         * PropertyGridView.cs: factor out the splitter invalidation code
6400         into the SplitterPercent setter, and for kicks implement the
6401         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
6402         amount in either direction.
6404 2006-10-25  Chris Toshok  <toshok@ximian.com>
6406         * PropertyGridView.cs: do some cleanup of the brush used to draw
6407         text - read only fields should be grayed out.  not sure how to do
6408         this with the textbox, though.  but the textbox's should also be
6409         readonly now at least.  Also, hide/show the textbox when resizing
6410         the control.
6411         
6412         * CursorConverter.cs: use System.Reflection when getting the
6413         properties of Cursors, as TypeDescriptor.GetProperties isn't
6414         returning static properties.
6416 2006-10-25  Chris Toshok  <toshok@ximian.com>
6418         * PropertyGridView.cs: factor out the up/down handling, and reuse
6419         it for page up/down.  also add End/Home support.
6421 2006-10-25  Chris Toshok  <toshok@ximian.com>
6423         * PropertyGridView.cs:
6425         - ensure the selected grid item is visible in the scrolled area,
6426         fixes bug #79572.
6428         - fix Keys.Down handling when you're on the last item in the
6429         propertygrid.
6431 2006-10-25  Mike Kestner  <mkestner@novell.com>
6433         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
6434         clicks too.  Fixes #79725.
6436 2006-10-24  Chris Toshok  <toshok@ximian.com>
6438         * PropertyGrid.cs: use property.Converter instead of
6439         TypeDescriptor.GetConverter(property.PropertyType), so we catch
6440         TypeConverters declared on the property as well as on the
6441         PropertyType.  Fixes bug #79678.
6443 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
6445         * MimeIcon.cs, Mime.cs:
6446           Fallback to the default platform handler if no shared mime info
6447           stuff exists (fixes #79693).
6449 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
6450         * ContainerControl.cs: Incorrect contains check in ActiveControl 
6451         from previous fix (duh).
6453 2006-10-20  Chris Toshok  <toshok@ximian.com>
6455         * PropertyGridView.cs: the dropdown should be MIN(number of items
6456         in list, 15).  Fixes #79551.
6458 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
6459         Fixes #79384, #79394, #79652, #79667
6460         * Application.cs: 
6461         
6462         - Modal windows are now destroyed in the proper order for windows
6463         
6464         * ContainerControl.cs:
6465         
6466         - ActiveControl setter has more conditions on when to return:
6467                 - if we're reselecting the active control, but it actually
6468                 didn't have focus (window hidden or some such), it runs
6469                 - if the active control being selected doesn't actually 
6470                 exist in the container, it returns
6471         
6472         * Form.cs
6473         
6474         - The ShowDialog now gets the current form as the owner when
6475         invoking without parameters, and correctly activates the owner 
6476         when returning
6477         
6478         * MessageBox.cs
6479         
6480         - MessageBox now catches the Escape key to exit
6482 2006-10-20  Chris Toshok  <toshok@ximian.com>
6484         * PropertyGridView.cs: fix a number of issues (bug #78565, and
6485         most of bug #79676):
6487         - you can navigate around the property grid with the arrow keys.
6489         - the dropdown is sized properly when the pg has a vertical
6490         scrollbar.
6492         - fix the indentation for subentries, and properly select the
6493         entire label rect.
6495         - fix the gray bar's drawing (only draw it to the last element,
6496         not for the height of the control.  Also make sure we draw that
6497         last horizontal grid line.
6499         - use the same mechanism the datagrid uses wrt the editing textbox
6500         when scrolling/resizing/etc.  Namely, we hide it first, do the
6501         operation, then show it again (if it's still visible).
6502         
6503         - aggressively remove a lot of unnecessary refreshes (and also
6504         calls to Invalidate(). call more limited variants, and only redraw
6505         what we need.)
6506         
6507         * PropertyGrid.cs:
6509         - when we're populating the merged collection, fill in the UI
6510         parent with either the passed in item, or the category item we
6511         create.
6513         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
6515         * GridItem.cs: drop some fully qualified names.
6516         
6517         * GridEntry.cs: add a "UIParent", which is basically the parent
6518         treenode.
6520         * GridItemCollection.cs: add an IndexOf method.
6522 2006-10-20  Mike Kestner  <mkestner@novell.com>
6524         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
6525         a working win32 NC invalidation mechanism, we can't invalidate
6526         menus.  [Fixes #79705]
6528 2006-10-20  Mike Kestner  <mkestner@novell.com>
6530         * ListBox.cs : don't update the VScrollbar if the list is empty,
6531         just hide it.  [Fixes #79692]
6533 2006-10-20  Jackson Harper  <jackson@ximian.com>
6535         * RichTextBox.cs: Handle some special chars better, and don't skip
6536         the entire group when we encounter a special char that we don't
6537         handle correctly.
6539 2006-10-18  Chris Toshok  <toshok@ximian.com>
6541         * PropertyGridView.cs: address a number of issues from bug #79676,
6542         mostly of the cosmetic variety.
6544         - The highlight rectangle for indented items not extends all the
6545         way to the left.
6547         - Indented items aren't indented so much.
6549         - the dropdown is properly sized width-wise if the pg has a
6550         vertical scrollbar.
6552 2006-10-18  Chris Toshok  <toshok@ximian.com>
6554         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
6555         systray stuff is rather convoluted to begin with.
6557         systray icons are a single window for some reason (that I haven't
6558         figured out yet), and for them, client_window == whole_window.
6559         Given the way the tests are structured elsewhere to determine
6560         which paints are pending (client vs. nc), that situation will
6561         always yield PAINT, not NCPAINT.  So, if we have a pending
6562         nc_expose and no pending expose, remove the hwnd from the paint
6563         queue, and also set nc_expose_pending to false, to keep us from
6564         blocking further expose's adding the hwnd to the paint queue.
6566         phew.  like i said, a rather convoluted change.  Fixes the
6567         notifyicon repaint issues in bug #79645.
6569 2006-10-18  Chris Toshok  <toshok@ximian.com>
6571         * Form.cs: when getting the backcolor of the form, don't get
6572         base.BackColor, as this allows parents to influence the background
6573         color.  This breaks mdi forms.  Instead, if the background_color
6574         is empty, return the default.
6576 2006-10-18  Chris Toshok  <toshok@ximian.com>
6578         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
6579         to being private instead of internal static.
6581         * Control.cs: remove all the stupid ParentWaitingOnRecreation
6582         crap, it wasn't working for more deeply nested controls anyway,
6583         and we already have the is_recreating flag - use that instead.
6584         Before calling DestroyHandle in RecreateHandle, recurse through
6585         the control tree setting it to true.  this returns the recreate
6586         code to much of its original simplicity, while now guaranteeing we
6587         actually recreate everything we're supposed to.  This change gets
6588         fyireporting actually showing mdi children.
6590 2006-10-17  Chris Toshok  <toshok@ximian.com>
6592         * Form.cs: remove some debug spew, and collapse some duplicate
6593         code at the end of SetClientSizeCore.
6595         * XplatUIX11.cs: 
6596         - add some more debug spew here too wrt Destroy handling.
6597         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
6598         in Control's handling of WM_DESTROY.
6599         - Remove the handling of zombie window DestroyNotifies from the
6600         event loop - we don't need it.  Now the only DestroyNotifies we
6601         actually handle are ones generated by X.
6602         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
6603         match gtk's (functioning) handling of this. This keep metacity
6604         from leaving droppings in the form of wm borders with no window
6605         contents all over the place.
6607         * Control.cs:
6608         - add a bunch of debug spew wrt control recreation.
6609         - fix a bug where we weren't tracking Visible properly on
6610         recreated hwnds.
6611         - fixed the WM_PAINT double buffer handling to support re-entrant
6612         calls (yes, i know it's gross, but it's happening to us).
6614 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
6615         * ThemeWin32Classic.cs: changed drawing of selected days
6616         to make them look better.
6618 2006-10-16  Chris Toshok  <toshok@ximian.com>
6620         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
6621         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
6623         * XplatUIX11.cs: move away from using hwnd.client_dc and
6624         hwnd.non_client_dc and on to a stack of dc's (and in window's
6625         case, PAINTSTRUCT's), so we can deal with nested Paint calls
6626         without puking or not disposing of Graphics objects.
6628         * XplatUIOSX.cs: same.
6630         * XplatUIWin32.cs: same.
6632 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
6634         * FileDialog.cs: Don't call on_directory_changed inside
6635           OnSelectedIndexChanged (it changes the SelectedIndex too).
6636           Instead move it to OnSelectionChangeCommitted.
6638 2006-10-13  Chris Toshok  <toshok@ximian.com>
6640         * XplatUIX11.cs: more Destroy work.  the current code does the
6641         following things, in order:
6643         1. Enumerates all handles of all controls at or below the one
6644         being destroyed, in pre-order.  As it is doing this, it marks the
6645         handles as zombie and clears all references to them.
6646         
6647         2. calls XDestroyWindow on the window passed in.
6649         3. SendMessage's WM_DESTROY to all he handles in the accumulated
6650         list.
6652 2006-10-13  Chris Toshok  <toshok@ximian.com>
6654         * XplatUIX11.cs: set hwnd.zombie to true before calling
6655         SendMessage (WM_DESTROY).  this keeps us from marking the new
6656         window a zombie, and also keeps us from calling sendmessage at
6657         all.
6659 2006-10-13  Jackson Harper  <jackson@ximian.com>
6661         * TextControl.cs: Do not show the caret and selection at the same
6662         time.  Reduces ugliness by 35%.
6664 2006-10-13  Chris Toshok  <toshok@ximian.com>
6666         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
6667         zombie after we do the recursive call, so we actually do call
6668         SendMessage on the children controls.
6669         (GetMessage): if we find a pending paint event for a zombie hwnd,
6670         remove the hwnd from the paint queue, or else it will always be
6671         there (and we'll effectively loop infinitely)
6673 2006-10-13  Mike Kestner  <mkestner@novell.com>
6675         * MenuItem.cs : add Selected format under keynav too.
6676         Fixes #79528.
6678 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
6680         * PropertyGrid.cs: Fixed some NRE's and small difference between our
6681         implementation and that of MS.
6683 2006-10-13  Chris Toshok  <toshok@ximian.com>
6685         * Control.cs (OnInvalidated) only futz with the invalid_region if
6686         the control is double buffered.  this fixes the apparent hang in
6687         the ListView unit tests.  Someone needs to make the
6688         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
6690 2006-10-13  Chris Toshok  <toshok@ximian.com>
6692         * PropertyGridView.cs:
6694         - do a little refactoring so that only one place calls
6695         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
6696         else call that.  Also make it Refresh, since there are redraw bugs
6697         otherwise (we should take a look at that...)
6699         - do a little more refactoring work to share the body of code
6700         involved with the drop down.  it was duplicated in the code
6701         dealing with the listbox handling and in the code dealing with the
6702         UITypeEditors.
6704         - add a Capture to the dropdown form's control once it's
6705         displayed, and add a MouseDown handler that checks to make sure
6706         the position is inside the control.  If it's not, close the
6707         dropdown.  This fixes #78190.
6709         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
6710         if the value is different than the initial value.
6711         
6712 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
6714         * Control.cs: see #78650
6715         - Fixed GetNextControl for several cases:
6716                 - Changed FindFlatForward to return 
6717                 correct sibling control when more than one
6718                 control has same TabIndex as the currently 
6719                 focused one.
6720                 - Changed FindFlatBackward to loop children
6721                 from last to first and apply same logic as in
6722                 FindFlatForward
6723                 - Changed FindControlForward to search for
6724                 children when control is not a container
6725                 but has children, or search for siblings if
6726                 control is a container...
6727                 - Changed FindControlBackward   to continue
6728                 searching for child controls when hitting 
6729                 Panel-like parents
6730                 
6731         - Fixed Focus method to update ActiveControl
6732         (FocusTest.FocusSetsActive failure)
6733         
6734         * TabControl.cs:
6735         - Focus rectangle now refreshes when gaining
6736         or losing focus
6737         - Removed grab for Tab key on IsInputKey that 
6738         was keeping tab navigation from working (#78650)
6740 2006-10-13  Chris Toshok  <toshok@ximian.com>
6742         * PropertyGridView.cs:
6743         - Rewrite SetPropertyValue to loop over SelectedGridItem's
6744         SelectedObjects.
6746         - Deal with GridItem.Value == null a few places.
6748         * PropertyGrid.cs: 
6749         - replace the PopulateGridItemCollection with a pair of methods
6750         which compute the intersection of all the properties in the
6751         SelectedObjects array.  Fixes #79615.
6753         - Throw ArgumentException from set_SelectedObjects if there's a
6754         null in the array.
6756         - Add GetTarget method which can be used to traverse up the
6757         GridItem.Parent chain.  It depends on the assumption that
6758         selected_objects for different GridEntries are always in the same
6759         order (a safe assumption).  Use this method and loop over all the
6760         selected objects in the entry when calling RemoveValueChanged and
6761         AddValueChanged.
6762         
6763         * GridEntry.cs: Make this handle multiple selected objects.
6764         .Value returns null if not all the selected objects share the same
6765         value.
6767 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
6768         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
6769           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
6770           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
6771           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
6772           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
6773         add additional functionality.
6775 2006-10-12  Mike Kestner  <mkestner@novell.com>
6777         * ErrorProvider.cs : new ToolTipWindow ctor sig.
6778         * HelpProvider.cs : new ToolTipWindow ctor sig.
6779         * ToolTip.cs : remove ToolTip param from Window sig since it is
6780         not used.
6781         * ToolBar.cs : add tooltip support.  Fixes #79565.
6783 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
6785         * ComboBox.cs: move the events in set_SelectedIndex to 
6786         after the call to HighlightIndex in order to avoid 
6787         possible recursion and subsequent problems with the call
6788         to HighlightIndex and include a range check in 
6789         set_HighlightIndex. Fixes #79588
6790         
6791 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
6793         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
6794         to ui thread's settings instead of sunday. 
6795         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
6797 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
6799         * DateTimePicker.cs
6800         * MonthCalendar.cs
6801         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
6802         and implement missing functionality (selecting different parts 
6803         of the date and edit them individually with the keyboard).
6804         
6805 2006-10-11  Chris Toshok  <toshok@ximian.com>
6807         * Control.cs (OnInvalidated): fix NRE relating to last change.
6809 2006-10-11  Chris Toshok  <toshok@ximian.com>
6811         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
6812         atoms in _NET_WM_STATE here if the window is maximized.  We need
6813         to do this because we're *replacing* the existing _NET_WM_STATE
6814         property, so those atoms will be lost otherwise, and any further
6815         call to GetWindowState will return Normal for a window which is
6816         actually maximized.  Fixes #79338.
6818 2006-10-11  Jackson Harper  <jackson@ximian.com>
6820         * TextControl.cs: Special case for setting selection end to
6821         selection start, we basically kill the anchor.
6822         - some todo comments.
6824 2006-10-11  Chris Toshok  <toshok@ximian.com>
6826         * Control.cs: switch to using an "invalid_region" to track which
6827         parts of the image buffer need updating.  This is more code than
6828         the simple fix from r66532.  That version just attempted to always
6829         fill the entire buffer on redraw, which turns out to be
6830         inefficient when invalidating small rectangles.  This version
6831         simply adds the invalid rectangle to the invalid region.  When we
6832         get any WM_PAINT message we see if it can be filled using the
6833         image buffer, and if it can't (if the paint event's clip rectangle
6834         is visible in the invalid region) we first fill the image buffer.
6835         So, the image buffer is still a cache, we just fill it lazily.
6837         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
6838         need it any longer.
6840 2006-10-11  Chris Toshok  <toshok@ximian.com>
6842         * XplatUIX11.cs (SetWindowPos): we need to update both position as
6843         well as size after calling XMoveResizeWindow.  This keeps us from
6844         ignoring future SetWindowPos calls.  Fixes the disappearing
6845         DateTimePicker in the ToolBarDockExample from bug #72499.
6847 2006-10-11  Chris Toshok  <toshok@ximian.com>
6849         * TextBoxBase.cs: reorder things a bit when it comes to
6850         resizing-causing-recalculation.  we were recalculating the
6851         document when our position was changed, which shouldn't happen.
6852         We only care about size changes.  Clear up some more redundant
6853         recalculation calls while I'm at it.  This makes the toolbar dock
6854         example snappy when you're just dragging toolbars around (since it
6855         causes a relayout whenever you move one.)
6857 2006-10-11  Chris Toshok  <toshok@ximian.com>
6859         * ToolBarButton.cs (get_Rectangle): this only returns
6860         Rectangle.Empty if Visible == false, or Parent == null.
6861         Parent.Visible doesn't matter.
6863 2006-10-10  Chris Toshok  <toshok@ximian.com>
6865         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
6866         by .net 1.1, so switch to an internal method instead.
6868 2006-10-10  Chris Toshok  <toshok@ximian.com>
6870         * Control.cs (WM_PAINT): when a control is double buffered we draw
6871         initially to the ImageBuffer and then copy from there.  But when a
6872         parent control which has child controls is double buffered, the
6873         initial drawing doesn't encompass the entire ClientRectangle of
6874         the parent control, so we end up with uninitialized bits (this is
6875         easily seen by dragging the top toolbar in
6876         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
6877         manually set the ClipRectangle of the paint_event (only the one we
6878         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
6879         of the nastiness in bug #72499.
6881         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
6882         which we use in Control.cs's WM_PAINT handling.
6884 2006-10-10  Jackson Harper  <jackson@ximian.com>
6886         * TextBoxBase.cs: Finish off the autoscrolling stuff.
6888 2006-10-10  Chris Toshok  <toshok@ximian.com>
6890         * Cursor.cs: Apply a slightly different patch to the one suggested
6891         in #79609.
6893 2006-10-10  Jackson Harper  <jackson@ximian.com>
6895         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
6896         not the parent form.
6897         * TextControl.cs: use difference in old line count vs new count to
6898         calculate how many lines were added, this takes into account soft
6899         line breaks properly.
6901 2006-10-10  Chris Toshok  <toshok@ximian.com>
6903         * LinkLabel.cs: don't call MeasureCharacterRanges against a
6904         rectangle located at 0,0 and the size of the text.  Use
6905         ClientRectangle instead.  This fixes rendering of non-left aligned
6906         link labels.
6908 2006-10-10  Jackson Harper  <jackson@ximian.com>
6910         * TextBoxBase.cs: When we set the selection start position the
6911         caret.
6912         * TextControl.cs: Need to update the caret when we decrement it to
6913         zero.
6914         - Make sure that the selection_visible flag gets reset to false if
6915         the selection isn't visible.  Before this you could get it set to
6916         visible by changing the selection start, then changing the end to
6917         equal the start.
6919 2006-10-09  Jackson Harper  <jackson@ximian.com>
6921         * TreeView.cs: Don't update scrollbars when we aren't visible.
6922         * TreeNodeCollection.cs: Only need to update scrollbars if being
6923         added to an expanded visible node or the root node.
6925 2006-10-09  Chris Toshok  <toshok@ximian.com>
6927         * XplatUIX11.cs (SendMessage): fix NRE.
6929 2006-10-09  Jackson Harper  <jackson@ximian.com>
6931         * TextBoxBase.cs: Implement horizontal autoscrolling.
6932         * TextControl.cs: Add a movement types that allows moving forward
6933         and backwards without wrapping.
6935 2006-10-09  Mike Kestner  <mkestner@novell.com>
6937         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
6938         with focus "expansion" of labels.  Fixes #79532 and then some.
6939         * ThemeWin32Classic.cs : add LineLimit to ListView label format
6940         when wrapping.
6942 2006-10-09  Jackson Harper  <jackson@ximian.com>
6944         * TextBoxBase.cs: Set the default max values to MaxValue since
6945         we use the scrollbar for autoscrolling and the default value is
6946         100.  If we don't do this the caret won't keep up with typing
6947         after about 18 characters.
6948         * TextControl.cs: Make sure the selection is offset by the
6949         viewport x.  This fixes selection when using auto scrolling.
6951 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
6952         
6953         * Form.cs: The active control should be selected after the 
6954         OnLoad so that any child control initialization that affects
6955         the selection is done. Fixes #79406
6957 2006-10-06  Chris Toshok  <toshok@ximian.com>
6959         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
6960         to have no evil effects.
6962         - Stop selecting StructureNotifyMask on non-toplevel windows.
6964           The only way children should be resized is by using the SWF api,
6965           and we already send WM_WINDOWPOSCHANGED messages in those cases.
6966           Toplevel windows can be interacted with via the window manager,
6967           and so we keep the input mask there.
6969           The other event StructureNotifyMask gives us (that we care
6970           about) is DestroyNotify.  The code is already structured such
6971           that it assumes we won't be getting a DestroyNotify event for
6972           the window we pass to XDestroyWindow (which is what
6973           StructureNotifyMask is supposed to guarantee.)  So, that code
6974           shouldn't be affected by this either.
6976         - Stop selecting VisibilityChangeMask altogether.
6978           We weren't doing anything with the resulting events anyway.
6979         
6980         This vastly reduces the number of X requests and events we see
6981         when resizing/laying out a large ui.
6983 2006-10-06  Chris Toshok  <toshok@ximian.com>
6985         * ScrollableControl.cs (DisplayRectangle): we need to take into
6986         account the DockPadding regardless of whether or not auto_scroll
6987         == true.  rework this slightly to this effect, and fix bug #79606,
6988         and part of #72499 (you can now see the drag handles and drag
6989         toolbars around).
6991 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
6993         * ListViewItem.cs: Collections of selected and checked items are now
6994         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
6995         we mark the collection "dirty".
6996         * ListView.cs: Marked collections readonly. Modified UpdateSelection
6997         to only clear SelectedItems when a new item is selected and MultiSelect
6998         is enabled. CheckedItems and SelectedItems now subscribe to Changed
6999         event of ListViewItemCollection, and mark its list dirty whenever
7000         that event is fire. This allows us to return selected/checked items 
7001         in the same order as they are in the Items collection. This matches
7002         the MS behavior.
7004 2006-10-06  Chris Toshok  <toshok@ximian.com>
7006         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
7007         right mouse clicks.  Fixes bug #79593.
7009 2006-10-06  Chris Toshok  <toshok@ximian.com>
7011         * Splitter.cs: doh, fix splitters that don't want to cancel the
7012         movement when you drag them.  Also, impose the limits on the
7013         values we send to the SplitterMovingEvent.  Fixes #79598.
7015 2006-10-06  Jackson Harper  <jackson@ximian.com>
7017         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
7018         since we use this for auto scrolling also.
7020 2006-10-05  Chris Toshok  <toshok@ximian.com>
7022         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
7023         beginning to think that most datagrid column types don't need this
7024         method.  Fixes bug #79392.
7026 2006-10-05  Chris Toshok  <toshok@ximian.com>
7028         * DataGrid.cs: move back to a more lazy scheme for creating the
7029         CurrencyManager, so we aren't updating it every time you set
7030         either DataSource or DataMember.  Also, don't call
7031         RecreateDataGridRows if the currency manager hasn't changed.
7033 2006-10-05  Chris Toshok  <toshok@ximian.com>
7035         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
7036         emitted, SelectedIndex should already be updated.  Fixes bug
7037         #78929.
7039 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
7041         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
7042           ToolStripTextBox.cs: Initial commit.
7043         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
7045 2006-10-05  Jackson Harper  <jackson@ximian.com>
7047         * TabControl.cs: We need to invalidate the tab control area when
7048         new ones are added (duh).
7050 2006-10-03  Chris Toshok  <toshok@ximian.com>
7052         * Form.cs (ProcessDialogKey): if the focused control is in this
7053         form and is a button, call its PerformClick method here.  Fixes
7054         #79534.
7056 2006-10-04  Jackson Harper  <jackson@ximian.com>
7058         * TabPage.cs: Ignore setting of Visible, and add an internal
7059         method for setting the controls visibility.  TabPage's Visible
7060         property is a little strange on MS, this seems to make us
7061         compatible, and fixes cases where people set all the tab pages to
7062         visible.
7063         * TabControl.cs: Use the new internal setting on tab pages
7064         visibility.
7066 2006-10-03  Mike Kestner  <mkestner@novell.com>
7068         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
7070 2006-10-03  Mike Kestner  <mkestner@novell.com>
7072         * ListView.cs : use is_visible instead of Visible to check if 
7073         scrollbars should be placed/sized.  Also some max_wrap_width
7074         love for LargeIcon view.  [Fixes #79533]
7076 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
7078         * TextControl.cs :
7079           Make set_TextAlign() do actually update the align. Fixed #78403.
7081 2006-10-03  Chris Toshok  <toshok@ximian.com>
7083         * DataGrid.cs: fix a crash when switching datasources if the
7084         vertical scrollbar is at someplace other than Value = 0.  Also,
7085         reduce the number of recalculation passes we do in SetDataSource
7086         from 2 to 1.
7088 2006-10-03  Jackson Harper  <jackson@ximian.com>
7090         * TextBoxBase.cs: Move the if value the same bail check up, we
7091         don't want to empty the document if it is already empty, this
7092         seems to severly mess up the caret.  TODO: I should probably fix
7093         the empty statement to update teh caret somehow.
7095 2006-10-03  Chris Toshok  <toshok@ximian.com>
7097         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
7098         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
7099         reflection, an internal row type, properties on said type, etc.)
7100         will work with our datagrid.  Fixes #79531.
7102 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
7104         * FileDialog.cs: Don't crash if a path is not accessible
7105           (System.UnauthorizedAccessException). Fixes #79569.
7106         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
7107           a ':' too. Return unknown icon for those paths/files.
7109 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
7111         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
7112         GetContainerControl returns null.
7114 2006-10-02  Chris Toshok  <toshok@ximian.com>
7116         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
7117         call to XGetWindowAttributes instead of "handle".  fixes an X
7118         error using notifyicon after the NotifyIconWindow to Form base
7119         class switch.
7121 2006-10-02  Chris Toshok  <toshok@ximian.com>
7123         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
7124         server grab and looping we need to do to get down to the most
7125         deeply nested child window.
7126         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
7127         QueryPointer again after the WarpPointer so we can generate a
7128         proper (fake) MotionNotify event to be enqueued in the destination
7129         window's queue.
7130         (GetCursorPos): call QueryPointer.
7132         Fixes #79556.
7134 2006-10-02  Jackson Harper  <jackson@ximian.com>
7136         * NotifyIcon.cs: Derive the notify icon from a form, so things
7137         like FindForm work on it.
7138         - Swallow the WM_CONTEXTMENU message, since that is generated on
7139         mouse down, and context menu is a mouse up kinda guy.  I believe
7140         the correct fix here is probably to make the notify icon entirely
7141         NC area, but this seems to work fine for anyone not manipulating
7142         WndProc.
7144 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
7146         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
7147           ToolStripItemCollection.cs, ToolStripLabel.cs,
7148           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
7149           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
7150           Initial implementation.
7151         * TextRenderer.cs: Provide padding to MeasureText.
7153 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
7155         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
7156         of ButtonBaseAccessibleObject. Fix bug #79552.
7158 2006-10-02  Jackson Harper  <jackson@ximian.com>
7160         * MdiWindowManager.cs: When maximizing use the containers client
7161         rect, not it's bounds, so nc area is accounted correctly.
7162         - Use the parent form's size for the menu position, since the
7163         client isn't always the full form size.
7165 2006-10-01  Chris Toshok  <toshok@ximian.com>
7167         * ScrollableControl.cs: make sure neither right_edge or
7168         bottom_edge are < 0, since they're used as LargeChange for the
7169         horiz/vert scrollbars respectively.  Fixes #79539.
7171 2006-10-01  Chris Toshok  <toshok@ximian.com>
7173         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
7174         the xplatuix11 code can cause us to destroy/recreate our handle.
7176         * XplatUIX11.cs
7177         (SystrayAdd):
7178         - this code can be invoked many times for the same Hwnd.  Make
7179           sure we only destroy the client window once (the first time this
7180           method is called).  This fixes bug #79544.
7181         - Remove the call to the improperly bound XSync.  why we had two
7182           bindings to this, I will never know, but this call resulted in
7183           events being discarded from the queue(!).
7184         - correct a misunderstanding of _XEMBED_INFO - the second atom is
7185           not our current state but the state we wish to be in.  So, 0 if
7186           we don't want to be mapped.  Change it to 1.
7187         (SystrayRemove): The XEMBED spec makes mention of the fact that
7188         gtk doesn't support the reparent of client windows away from the
7189         embedder.  Looking at gtksocket-x11.c seems to agree with this.
7190         The only avenue we have for removing systray icons is to destroy
7191         them.  We don't want the handle to go away for good, though, so
7192         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
7193         #79545.
7194         
7195 2006-10-01  Chris Toshok  <toshok@ximian.com>
7197         * Form.cs (WndProc): inline the native_enabled variable usage into
7198         the cases in which it's used.  Fixes #79536.
7200 2006-09-29  Mike Kestner  <mkestner@novell.com>
7202         * ListView.cs : toggle the selection state for ctrl clicks in 
7203         multiselect mode. [Fixes #79417]
7205 2006-09-29  Mike Kestner  <mkestner@novell.com>
7207         * ListView.cs : kill CanMultiSelect and refactor the selection
7208         code to support multiselection in the absence of mod keys. Steal
7209         arrow/home/end keys by overriding InternalPreProcessMessage to
7210         restore regressed keynav behavior.
7211         [Fixes #79416]
7213 2006-09-29  Jackson Harper  <jackson@ximian.com>
7215         * MdiClient.cs: Repaint the titlebars when the active window is
7216         changed.
7218 2006-09-29  Chris Toshok  <toshok@ximian.com>
7220         * Application.cs: when entering a runloop with a modal, make sure
7221         the hwnd is enabled.  Fixes #79480.
7223 2006-09-29  Chris Toshok  <toshok@ximian.com>
7225         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
7226         when ListManager.CanAddRows == false, bump us back one.
7228         * DataGridColumnStyle.cs (ParentReadOnly): remove the
7229         listmanager.CanAddRows check.  This makes ArrayLists uneditable
7230         using a datagrid, which is not right.
7231         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
7232         is an IEditable, but call property_descriptor.SetValue regardless.
7233         fixes #79435.
7235 2006-09-29  Chris Toshok  <toshok@ximian.com>
7237         * DataGridBoolColumn.cs: we need to test equality in the face of
7238         possible null values (as is the case with the default NullValue).
7239         This patch keeps us from crashing in that case.
7241 2006-09-29  Jackson Harper  <jackson@ximian.com>
7243         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
7244         here, since it will get called for every node collection in the
7245         tree. This is now done in the treeview once the sorting is
7246         finished.
7247         * TreeView.cs: Recalculate the visible order, and update the
7248         scrollbars after sorting, set the top nope to the root so that the
7249         recalc actually works.
7251 2006-09-29  Chris Toshok  <toshok@ximian.com>
7253         * LinkLabel.cs: more handling of the default link collection in
7254         the face of LinkArea manipulation.  The default link collection
7255         contains 1 element (start=0,length=-1).  If the user sets LinkArea
7256         to anything and the links collection is the default, clear it.
7257         Then only add the link if its nonempty.  Fixes #79518.
7259 2006-09-29  Chris Toshok  <toshok@ximian.com>
7261         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
7262         piece correctly when we hit a '\n'.  Fixes #79517.
7264 2006-09-29  Chris Toshok  <toshok@ximian.com>
7266         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
7267         change the binding of gdk_init_check to take two IntPtr's, and
7268         pass IntPtr.Zero for both of them.  Fixes #79520.
7270 2006-09-29  Mike Kestner  <mkestner@novell.com>
7272         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
7273         [Fixes #78779]
7275 2006-09-28  Jackson Harper  <jackson@ximian.com>
7277         * XplatUIX11.cs: When translating NC messages make sure we go from
7278         whole window to screen, not client window to screen.
7279         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
7280         method doesn't exist
7281         - Skip over controls that aren't forms when arranging.
7283 2006-09-28  Jackson Harper  <jackson@ximian.com>
7285         * XplatUIWin32.cs: Clip the rect to the parent window.
7286         * XplatUIStructs.cs: Add clipping modes struct.
7287         * InternalWindowManager.cs: New private method that factors title
7288         bar heights in when calculating the pos of an NC mouse message.
7289         - Use SendMessage to force a paint when the form's size is changed
7290         instead of painting the decorations immediately.
7291         - Don't let the NC button click messages get to DefWndProc,
7292         because they will attempt to handle windowing themself, and this
7293         messes up z-order (it will put them in front of the scrollbars).
7294         * XplatUIX11.cs: Make sure that we don't reset window managers if
7295         we already have one (ie the window is an MDI window).
7297 2006-09-28  Chris Toshok  <toshok@ximian.com>
7299         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
7300         menu code really needs going over.
7302 2006-09-27  Chris Toshok  <toshok@ximian.com>
7304         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
7305         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
7306         window is maximizable.  So, we need to make sure that even if we
7307         clear the border/wm frame of those functions, they're still
7308         available (basically, we remove the decoration without removing
7309         the function).  Half the fix for #79338.
7311 2006-09-27  Chris Toshok  <toshok@ximian.com>
7313         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
7314         Fixes bug #79515.
7316 2006-09-27  Chris Toshok  <toshok@ximian.com>
7318         * Splitter.cs: reorder things a bit so that we don't actually
7319         draw/move the splitter until after calling OnSplitterMoving.  This
7320         lets users cancel/disallow the movement by explicitly setting
7321         event.SplitX/SplitY.  Fixes #79372.
7323 2006-09-27  Jackson Harper  <jackson@ximian.com>
7325         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
7326         because it is most likely on a window being destroyed, and that
7327         will give us an X11 error.
7329 2006-09-27  Chris Toshok  <toshok@ximian.com>
7331         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
7332         the dropdown button now toggles between showing and hiding the
7333         dropdown.  Also, get rid of dropdown_form_showing and just use
7334         dropdown_form.Visible.  We still don't do a grab, but I'll leave
7335         that part to someone who has handled Capture-fu before.
7337 2006-09-27  Chris Toshok  <toshok@ximian.com>
7339         * DataGrid.cs: return false if alt isn't pressed when '0' is
7340         pressed.  this keeps the '0' key from being swallowed, and fixes
7341         bug #79350.
7343 2006-09-27  Chris Toshok  <toshok@ximian.com>
7345         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
7346         Calling Refresh (in response to a scrollbar event) screws up the
7347         scrollbar painting.  Fixes bug #78923.
7349 2006-09-27  Chris Toshok  <toshok@ximian.com>
7351         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
7352         then insert into hashtable" blocks threadsafe.
7354 2006-09-27  Chris Toshok  <toshok@ximian.com>
7356         * MessageBox.cs (CreateParams): the styles should be |'ed with our
7357         baseclass's, since otherwise the
7358         ControlBox/MinimizeBox/MaximizeBox assignments above have no
7359         effect.  This gets the close button back in messageboxes.
7361 2006-09-27  Chris Toshok  <toshok@ximian.com>
7363         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
7364         flag, not just != 0.  this makes flags that are actually multiple
7365         bits (like WS_CAPTION) work.  fixes bug #79508.
7367 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
7369         * PageSetupDialog.cs: add support for getting and settings the 
7370         paper size, source and orientation.
7372 2006-09-26  Chris Toshok  <toshok@ximian.com>
7374         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
7375         and caption == "", we need to remove the resize handles as well as
7376         the title bar.
7378         * Control.cs (set_Text): turns out that setting Text on a form
7379         should change the WM styles on the window, since if ControlBox ==
7380         false, the only way to get a window border is to have a non-""
7381         Text property.  check winforms/forms/text.cs for an example.  so,
7382         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
7383         update both window styles and title.  This fixes a lot of dialogs
7384         (including the preferences dialog in MonoCalendar.)
7386 2006-09-26  Chris Toshok  <toshok@ximian.com>
7388         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
7389         control isn't a Form), call Win32ShowWindow to hide the window,
7390         but don't update the control Visible property.  When we reparent
7391         back to a parent control, call SetVisible in order for the
7392         window's visibility to be reinstated.
7394         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
7395         the FosterParent.
7397         * Control.cs (ControlCollection.Remove): remove that value.Hide()
7398         call for good, since it breaks MonoCalendar (and other things I'm
7399         sure.) Also, set all_controls to null *after* the owner calls,
7400         which end up regenerating it.
7401         (ChangeParent): allow new_parent to be == null, passing
7402         IntPtr.Zero down to XplatUI.
7404         this fixes #79294 the right way.
7406 2006-09-26  Mike Kestner  <mkestner@novell.com>
7408         * GridEntry.cs : internal SetParent method.
7409         * PropertyGrid.cs : attach to property changed on the proper
7410         target if we have a hierarchical grid with subobjects. Setup
7411         GridItem.Parent for hierarchical items.
7412         * PropertyGridView.cs : Set value on the correct target for
7413         hierarchical grids. [Fixes #78903]
7415 2006-09-26  Chris Toshok  <toshok@ximian.com>
7417         * Control.cs (ChildNeedsRecreating): this should return true if
7418         either we're being recreated and the child is in our list, or our
7419         parent is waiting for our recreation.
7421 2006-09-26  Chris Toshok  <toshok@ximian.com>
7423         * Control.cs (ControlCollection.Remove): reinstate the
7424         value.Hide() call as suggested in bug #79294.
7426 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
7428         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
7429         coordinates (versus a relative move).
7431 2006-09-26  Chris Toshok  <toshok@ximian.com>
7433         * Control.cs: rework child recreation a little bit.  It turns out
7434         that we race between the DestroyNotify the WM_DESTROY message.  If
7435         the parent gets its DestroyNotify before the child gets the
7436         WM_DESTROY message, the child ends up not recreating (since the
7437         parent finishes its recreation on DestroyNotify, and the child
7438         checks ParentIsRecreating.)
7440         So, instead we store off a list of all the child controls which
7441         need to be recreated when the parent control starts to recreate
7442         itself.  Then, when child controls get their WM_DESTROY message we
7443         check to see if they're in the parent's pending recreation list,
7444         and if so, we recreate.  This removes all dependency on ordering
7445         from the code and fixes the initial MonoCalendar upgrade dialog.
7446         
7447 2006-09-26  Jackson Harper  <jackson@ximian.com>
7449         * TextControl.cs: Use the Line to get the length of the line,
7450         since soft line breaks can change the end line.
7452 2006-09-26  Chris Toshok  <toshok@ximian.com>
7454         * Control.cs (ControlCollection.AddImplicit): don't add the
7455         control again if it's already in one of our lists.  This keeps us
7456         from adding controls over and over again for comboboxes when their
7457         handle gets recreated (as the combobox adds implicit controls in
7458         OnHandleCreated).  Fixes the X11 errors in bug #79480.
7460 2006-09-26  Jackson Harper  <jackson@ximian.com>
7462         * TextControl.cs: When deleting characters make sure that any
7463         orphaned zero lengthed tags get deleted.
7464         - Fix ToString for zero lengthed tags.
7466 2006-09-25  Jackson Harper  <jackson@ximian.com>
7468         * TextControl.cs: When getting a tag at the location there can be
7469         multiple tags at the same spot, these are 0-lengthed tags that
7470         appear when extra formatting has been stuck in a location.  We
7471         need to pull out the last of these 0 lengthed tags.
7473 2006-09-25  Jackson Harper  <jackson@ximian.com>
7475         * TextControl.cs: Fix print out in debug method.
7476         * TextBoxBase.cs: When text is set bail if we are setting to the
7477         previous value.
7478         
7479 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
7481         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
7482           It is now possible to change the selected index in a FontXXXListBox
7483           with the up and down arrow keys from the FontXXXTextBoxes.
7484           Also, send the FontXXXTextBox mouse wheel event to the corresponding
7485           FontXXXListBoxes to match ms.
7487 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
7489         * SystemInformation.cs: Return a clone of the theme's MenuFont because
7490         anyone can dispose it, anytime. All other properties returns enums, 
7491         structs or basic types so they don't need such tricks.
7493 2006-09-22  Jackson Harper  <jackson@ximian.com>
7495         * XplatUI.cs:
7496         * XplatUIWin32.cs:
7497         * Clipboard.cs:
7498         * DataFormats.cs:
7499         * XplatUIOSX.cs:
7500         * XplatUIDriver.cs: Update interface to add a primary selection
7501         flag, so the driver can use the primary selection buffer if
7502         needed.
7503         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
7505         * RichTextBox.cs: We need to supply the data object to paste now
7506         (so we can choose to supply CLIPBOARD or PRIMARY).
7507         * TextBoxBase.cs: Supply data object to paste (see above).
7508         - Middle click uses the primary selection data object.
7509         
7510 2006-09-21  Chris Toshok  <toshok@ximian.com>
7512         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
7513         of SetWMStyles.  It's still a rat's nest and is largely
7514         order-dependent which I dislike immensely.  This also fixes the X
7515         button disappearing from toplevel forms.
7517 2006-09-21  Mike Kestner <mkestner@novell.com>
7519         * ListBox.cs: move Jordi's click/dblclick raising code to the
7520         mouse up handler.
7522 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
7524         * ListBox.cs: Fixes 79450
7526 2006-09-21  Mike Kestner <mkestner@novell.com>
7528         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
7529         to deal with people updating the TreeNodeCollection after the tree
7530         is disposed.  "Fixes" 79330.
7532 2006-09-20  Jackson Harper <jackson@ximian.com>
7534         * TextControl.cs: Push the cursor record onto the undo stack
7535         before the delete action. This fixes 78651.
7537 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
7539         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
7540         CreateParams. Fixes 79329.
7542 2006-09-19  Chris Toshok  <toshok@ximian.com>
7544         * XplatUIX11.cs: a couple of blanket code massage passes to clean
7545         things up a bit.  First, get rid of the NetAtoms array (and the NA
7546         enum), and just embed the atoms as static fields.  Also, add a
7547         couple of functions (StyleSet and ExStyleSet) to clean up all the
7548         bitmask testing of styles.
7550         * X11Structs.cs: remove the NA enum, not needed anymore.
7551         
7552 2006-09-19  Chris Toshok  <toshok@ximian.com>
7554         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
7555         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
7556         added cleanup to get MessageBox titles appearing again, which were
7557         broken by my earlier fix for caption-less/ControlBox-less windows.
7559 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
7561         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
7562           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
7563           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
7564           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
7565           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
7566           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
7567           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
7568           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
7569           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
7570           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
7571           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
7572             Inital import.
7573         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
7574           ToolStripButton.cs: Stubs needed for above.
7575         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
7577 2006-09-15  Chris Toshok  <toshok@ximian.com>
7579         * XplatUIX11.cs:
7580         - make the MessageQueues hashtable Synchronized.
7581         
7582         - SendMessage: if the Hwnd is owned by a different thread, use the
7583         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
7584         thread.  Fixes bug #79201.
7586 2006-09-15  Chris Toshok  <toshok@ximian.com>
7588         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
7589         ControlBox == false, we disallow maximize/minimize/close.  If the
7590         form Caption is "" we also disallow move (and get rid of the Title
7591         decoration).  Unfortunately, regardless of how things are set,
7592         we're stuck with the Title and WM menu.
7594 2006-09-15  Chris Toshok  <toshok@ximian.com>
7596         * Application.cs: add locking around the static message_filters
7597         ArrayList, part of #79196.
7599 2006-09-15  Chris Toshok  <toshok@ximian.com>
7601         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
7602         Form.ControlBox == false, the window has no titlebar nor resize
7603         handles.  fixes bug #79368.
7605 2006-09-15  Chris Toshok  <toshok@ximian.com>
7607         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
7608         >= 0.  Fixes bug #79370.
7610 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
7611         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
7612         * Control.cs:
7613             Add properties: LayoutEngine, Margin, DefaultMargin.
7614             Add method: GetPreferredSize.
7615             Move layout logic from PerformLayout to layout engines. 
7617 2006-09-13  Chris Toshok  <toshok@ximian.com>
7619         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
7620         fix for #79326 broke #78718, so this change addresses that.
7622         - in SendWMDestroyMessages remove the call to
7623         CleanupCachedWindows, since we might be recreating the control and
7624         need to maintain the references to right Hwnd handles.  Also, set
7625         the zombie flag to true for each of the children in the hierarchy
7626         instead of calling hwnd.Dispose.  This will cause GetMessage to
7627         ignore all events for the window except for DestroyNotify.
7629         - In GetMessage, ignore messages except for DestroyNotify for
7630         zombie hwnds.
7631         
7632         * Control.cs: revert the is_recreating fix from the last
7633         ChangeLog.  It's definitely "right", but it breaks switching from
7634         an MDI form to a non-MDI form.  Will need to revisit that.
7636         * Hwnd.cs: add a zombie flag, which means "the
7637         client_window/whole_window handles are invalid, but we're waiting
7638         for the DestroyNotify event to come in for them".  Set the flag to
7639         false explicitly if setting WholeWindow/ClientWindow, and also
7640         when Disposing.
7641         
7642 2006-09-13  Chris Toshok  <toshok@ximian.com>
7644         * XplatUIX11.cs: rework window destruction slightly.
7646         - when destroying the windows associated with a control, we don't
7647         need 2 separate XDestroyWindow calls.  Just the one for the
7648         whole_window (or for client_window if whole_window is somehow
7649         IntPtr.Zero -- can this happen?) is enough.
7651         - reworked SendWMDestroyMessages slightly, so we always dispose
7652         the child control hwnd's after sending the messages.
7653         
7654         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
7655         the two places it was used (one was even using hwnd.Handle and the
7656         other hwnd.client_window.  ugh), adding another call in
7657         SendWMDestroyMessages.  We need this new call because now the
7658         DestroyNotify events in the queue will be ignored for the child
7659         controls (as their hwnd's were disposed, and the window id's
7660         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
7662         - this fixes bug #79326.
7664 2006-09-13  Chris Toshok  <toshok@ximian.com>
7666         * Control.cs: don't always set is_recreating to false at the end
7667         of RecreateHandle, since sometimes we're not done (and won't be
7668         until WndProc handles the WM_DESTROY message).  Also, set
7669         is_recreating to false in the WM_DESTROY handling code.  Part of
7670         the fix for bug #79326.
7672 2006-09-13  Miguel de Icaza  <miguel@novell.com>
7674         * X11DesktopColors.cs: Start the droppage of debugging messages.
7676         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
7678 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
7680         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
7682 2006-09-12  Chris Toshok  <toshok@ximian.com>
7684         * DataGrid.cs (get_ListManager): if the list_manager is null, try
7685         to create it using SetDataSource.  Fixes bug #79151.
7687 2006-09-11  Chris Toshok  <toshok@ximian.com>
7689         * XEventQueue.cs: add a DispatchIdle property.
7691         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
7692         either the queue is null, or the queue has DispatchIdle set to
7693         true.
7694         (DoEvents): set queue.DispatchIdle to false around the
7695         peek/translate/dispatch message loop in this method.  This keeps
7696         Application.Doevents from emitting idle events.  Part of the fix
7697         for #78823.
7699 2006-09-11  Chris Toshok  <toshok@ximian.com>
7701         * DataGrid.cs (set_DataSource): make this work for both the
7702         winforms/datagrid test and ReportBuilder.  It seems as though when
7703         we've created a ListManager (or maybe it's if we have a
7704         BindingContext?), when we set the DataSource it clears the
7705         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
7706         #79333.
7708 2006-09-11  Chris Toshok  <toshok@ximian.com>
7710         * XplatUIX11.cs: deal with queue being null, which happens in all
7711         the Clipboard functions.  Fixes one of the two problems mentioned
7712         in #78612.
7714 2006-09-11  Chris Toshok  <toshok@ximian.com>
7716         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
7717         button on various spots (including outside the menu) works closer
7718         to MS, and doesn't crash.  Fixes #79343.
7720 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
7722         * ListView.cs: Do not initialize item_sorter in init. To match MS,
7723         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
7724         and the internal comparer is set. When a new ListViewItemSorter is set,
7725         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
7726         was specified. No further processing is necessary if SortOrder is set
7727         to it's current value. If Sorting is modified to None, and View is
7728         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
7729         (either custom or our internal ItemComparer) to null, on 1.0 profile
7730         only set item_sorter to null if its our internal IComparer. If Sorting
7731         is modified to Ascending or Descending, then use our internal IComparer
7732         if none is set, and if the current IComparer is our internal one then:
7733         on 2.0 profile always replace it with one for new Sorting, and on 1.0
7734         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
7735         Enum.IsDefined to verify whether a valid View value is specified in
7736         its setter. Automatically sort listview items when listview is
7737         created. In Sort, do nothing if ListView is not yet created, or if
7738         no item_sorter is set (no Sorting was set, Sorting was explicitly set
7739         to None or ListViewItemSorter was set to null). Added Sort overload
7740         taking a bool to indicate whether the ListView should be redrawn when
7741         items are sorted (we use this in ListViewItemCollection to avoid double
7742         redraws). Modified our internal IComparer to take the sort order into
7743         account. In Add and AddRange methods of ListViewItemCollection, also
7744         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
7745         view), but use overload with noredraw option to avoid double redraw.
7746         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
7747         true when View is Tile, and do the same when attempting to set View to
7748         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
7749         for selected/checked indices, as it involves overhead when sorting is
7750         done while these collections are not used all that often. Instead
7751         we'll build the indices on demand. Modified IList implementation of
7752         CheckedIndexCollection to use public methods if object is int.
7753         Modified CheckedListViewItemCollection to hide checked items if
7754         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
7755         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
7756         IList implementation in SelectedIndexCollection to use public methods
7757         if object is int. Modified SelectedListViewItemCollection to hide
7758         selected items if listview is not yet created.
7759         * ListViewItem.cs: CheckedIndices list no longer needs to be
7760         maintained separately (see ListView changes). Also clone font, fixes
7761         test failure.
7763 2006-09-11  Mike Kestner  <mkestner@novell.com>
7765         * ComboBox.cs: if we are updating the contents of the currently
7766         selected index, refresh the control or the textbox selection.
7767         [Fixes #79066]
7769 2006-09-11  Mike Kestner  <mkestner@novell.com>
7771         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
7772         the 'specified' logic has been moved there.  This seems like a bug 
7773         in Control.cs, since our current SetBoundsCore completely ignores 
7774         the specified parameter.  Peter's commit seems to indicate that is 
7775         the way the MS control implementation works.  [Fixes #79325]
7777 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
7779         * XplatUI.cs: Set default_class_name to be composed
7780         of current domain id. This allows MWF to be loaded in multiple
7781         domains on Win32.
7783 2006-09-09  Miguel de Icaza  <miguel@novell.com>
7785         * X11Keyboard.cs: If we are unable to obtain the input method, do
7786         not call CreateXic to create the input context.   Should fix
7787         #78944/79276.
7789 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
7791         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
7792           Simplified gnome support by adding more pinvokes to get the
7793           icon for a file or mime type.
7795 2006-09-08  Jackson Harper  <jackson@ximian.com>
7797         * MenuAPI.cs: Deslect popup context menu items before closing the
7798         window, so that you don't see the previously selected item
7799         selected when you reopen the menu.
7800         * TextControl.cs: Update the cursor position even if we don't have
7801         focus.  This fixes typing in things like the ComboBox.  I'm not
7802         totally sure we should always set the visibility if we don't have
7803         focus, but couldn't find any corner cases where the cursor showed
7804         up when it shouldn't.
7806 2006-09-08  Chris Toshok  <toshok@ximian.com>
7808         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
7809         our arrays are length 256.  & 0xff before indexing.  Fixes the
7810         crash in bug #78077.
7811         
7812 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7814         * ThemeWin32Classic.cs: 
7815         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
7816         is true. Handle that check box too.
7818 2006-09-07  Chris Toshok  <toshok@ximian.com>
7820         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
7821         79244.
7823 2006-09-07  Chris Toshok  <toshok@ximian.com>
7825         * Control.cs: in set_BackColor only do the work if
7826         background_color != value.
7828         * XplatUIX11.cs: move the clearing of invalid areas (both client
7829         and nc) to the same block of code where we set (nc_)expose_pending
7830         to false.  That is, move it from PaintEventEnd to PaintEventStart,
7831         so things that cause invalidates from within OnPaint will trigger
7832         another call to OnPaint.  Fixes bug #79262.
7834 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
7836         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
7837         * FileDialog.cs: Fix typo
7839 2006-09-07  Jackson Harper  <jackson@ximian.com>
7841         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
7842         for tab pages if they have any.
7844 2006-09-06  Mike Kestner  <mkestner@novell.com>
7846         * Splitter.cs: use the "current" rect when finishing drag handle
7847         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
7849 2006-09-06  Mike Kestner  <mkestner@novell.com>
7851         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
7852         support offset splitters. [Fixes #79298]
7854 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
7856         * Mime.cs: Fixed a bug that could override the global mime type
7857           result.
7859 2006-09-05  Jackson Harper  <jackson@ximian.com>
7861         * TabControl.cs: Better calculation method for setting the slider
7862         pos. Prevents crashes on really wide tabs.
7863         - Draw Image on tab pages if an image list is used.
7865 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7867         * MonthCalendar.cs: When Font changes, the Size should be
7868         updated to fit the new font's space requirements.
7870 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
7872         * ListBox.cs: If the items are cleared with Items.Clear set
7873           top_index to 0.
7875 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7877         * MonthCalendar.cs: Handle arrow keys as input keys. Also
7878         fire DateChanged event instead of DateSelected event when
7879         the date was changed by keyboard interaction.
7881 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7883         * DateTimePicker.cs: Handle DateChanged for the associated
7884         month_calendar control, and set month_calendar.Font from 
7885         OnFontChanged method, as well as resize the height of the
7886         control when needed. Make PreferredHeight proportional.
7888 2006-09-01  Chris Toshok  <toshok@ximian.com>
7890         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
7891         properties.
7893         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
7895 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
7897         * FileDialog.cs: Set ClientSize instead of window size, to allow space
7898           for decorations (Fixes #79219)
7900 2006-09-01  Mike Kestner  <mkestner@novell.com>
7902         * ComboBox.cs: first stab at sorting plus some selection handling
7903         fixes to bring us more in line with MS behavior.  Also switches back
7904         to index based selection.  Alternative patches for index-based 
7905         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
7906         and latency@gmx.de on bug 78848.  I assume they were similar to this
7907         code I've had simmering in my tree forever.
7908         [Fixes #78848]
7910 2006-09-01  Chris Toshok  <toshok@ximian.com>
7912         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
7913         when setting list position guard against ending up with a -1 index
7914         (the other part of the fix for #78812).  Should probably make sure
7915         we don't need the analogous fix in the ItemDeleted case.
7917         * DataGrid.cs:
7918         - in SetDataSource, work around the fact that the way
7919         OnBindingContextChanged is invoked will cause us to re-enter this
7920         method.  I'll remove the hack once I investigate
7921         OnBindingContextChanged.
7923         - fix the logic in set_DataSource and set_DataMember (basically
7924         what to do if the other of the two is null.)
7925         
7926         - in OnListManagerItemChanged, we need to take into account the
7927         edit row when deciding whether or not to call RecreateDataGridRows
7928         (part of the fix for #78812).
7930 2006-09-01  Jackson Harper  <jackson@ximian.com>
7932         * Splitter.cs: Don't do anything if there is no control to affect
7933         (prevents us from crashing in weird tet cases).
7934         * TreeView.cs: Bounding box for the mouse movement reverting
7935         focus/selection back to previously selected node.  This matches
7936         MS, and makes the tree a lot more useable.
7937         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
7938         use clipping so they are not drawn.  This fixes when the control
7939         is set to have a transparent background, or if it was over an
7940         image.
7942 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
7944         * MimeIcon.cs: Improved handling for reading default icons when
7945           using gnome (2.16 made it necessary). Check and read svg icons
7946           first, then 48x48 and then 32x32 icons.
7948 2006-08-31  Chris Toshok  <toshok@ximian.com>
7950         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
7951         visible.
7953         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
7954         ProcessKeyPreview.  Fixes part of #77806.
7956         * DataGrid.cs: big patch.
7958         - revert the queueing up of DataSource/DataMember if inside
7959         BeginInit/EndInit calls.  That's not the way the datagrid achieves
7960         its delayed databinding.  Instead, call SetDataSource in
7961         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
7962         #78811.
7964         - Also, it wasn't mentioned in #78811, but the test case exhibits
7965         behavior that was lacking in our datagrid implementation - Columns
7966         that have mapping names that don't exist in the datasource's
7967         properties aren't shown.  Yuck.  To fix this I added the bound
7968         field to the column style, and basically any calculation to figure
7969         out anything about columns uses a loop to find the bound columns.
7970         still need to investigate if I can cache an array of the bound
7971         columns or if the indices must be the same.
7973         - When setting CurrentCell, we no longer abort if the cell being
7974         edited was in the add row.  This fixes the other part of #77806.
7976         - The new code also fixes #78807.
7977         
7978         * ThemeWin32Classic.cs: perpetrate the same disgusting
7979         column.bound field hack, and only render bound fields.
7981 2006-08-31  Chris Toshok  <toshok@ximian.com>
7983         * DataGridColumnStyle.cs: add bound field.  this field is true if
7984         the datasource has a property corresponding to the mapping name.
7986         * DataGridTableStyle.cs: set the bound field on the column styles
7987         depending on whether or not we have a column for that property.
7989 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
7991         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
7992           splitter control (fixes #79228)
7994 2006-08-31  Chris Toshok  <toshok@ximian.com>
7996         * DataGridColumnStyle.cs: we need to delay the assignment of
7997         property descriptor until the last possible moment due to the lazy
7998         databinding stuff in the datagrid.  Also, fix the exceptions
7999         thrown by CheckValidDataSource to match MS.
8001 2006-08-31  Jackson Harper  <jackson@ximian.com>
8003         * Form.cs: When activated select the active control, if there is
8004         no active control, we select the first control.
8005         * XplatUIX11.cs: If there is no focus control when we get a
8006         FocusIn event, find the toplevel form and activate it.  This
8007         occurs when you popup a window, it becomes the focus window, then
8008         you close that window, giving focus back to the main window.
8010 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8012         * MonthCalendar.cs: 
8013         * ThemeWin32Classic.cs: Cache Font in bold style, as well
8014         as StringFormat with Center alignments in MonthCalendar,
8015         instead of creating new ones when drawing the control. 
8016         Also, draw the month name in bold style.
8018 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
8020         * Control.cs:
8021           - PerformLayout(): It would seem MS performs the fill even if the 
8022             control is not visible (part of #79218 fix)
8023           - ResetBackColor(): Use the setter to reset the color, to allow
8024             overriders to catch the change.
8025         * Form.cs:
8026           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
8027           - CreateHandle(): dito (part of $79218 fix)
8028           - Don't set an icon if we have a dialog
8029         * ScrollableControl.cs:
8030           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
8031           - ScrollIntoView(): No need to scroll if control is already visible
8032             (resolves fixme and fixes #79218)
8034 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8036         * MonthCalendar.cs: Change proportions in SingleMonthSize
8037         to match the aspect of the original control.
8039 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
8041         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
8042           get updated when they get maximized.
8044 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
8046         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
8048 2006-08-29  Chris Toshok  <toshok@ximian.com>
8050         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
8052 2006-08-29  Jackson Harper  <jackson@ximian.com>
8054         * TreeView.cs: Need to track selected node and highlighted node,
8055         they aren't always the same thing, when the mouse is down on a
8056         node it is hilighted, but not selected yet.
8057         - Do the HideSelection stuff right
8058         - Need to focus on rbutton mouse down. And redraw selection when
8059         right click is mouse upped.
8061 2006-08-29  Mike Kestner  <mkestner@novell.com>
8063         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
8064         when SubItems.Count < Columns.Count.  [Fixes #79167]
8066 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
8068         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
8070 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
8072         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
8073           from X. Only send based on ConfigureNotify if we don't have the
8074           correct location in hwnd (if the window manager moved us)
8076 2006-08-28  Mike Kestner  <mkestner@novell.com>
8078         * ListView.cs: remove a TODO. 
8079         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
8080         [Fixes ListView part of #79166]
8082 2006-08-28  Mike Kestner  <mkestner@novell.com>
8084         * ListView.cs: move wheel handler to parent since it is focused
8085         instead of the item_control now.  [Fixes #79177]
8087 2006-08-28  Mike Kestner  <mkestner@novell.com>
8089         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
8090         when the control is focused. [Fixes #79171]
8092 2006-08-28  Mike Kestner  <mkestner@novell.com>
8094         * ListView.cs: size the item and header controls for empty and
8095         unscrollable views.
8096         * ThemeWin32Classic.cs: draw disabled backgrounds.
8097         [Fixes #79187]
8099 2006-08-28  Chris Toshok  <toshok@ximian.com>
8101         * Form.cs: remove unused "active_form" static field.
8103         * Hwnd.cs: lock around accesses to static windows collection.
8105         * Application.cs: lock threads in Exit ().
8107 2006-08-28  Chris Toshok  <toshok@ximian.com>
8109         * NativeWindow.cs: lock around accesses to window_collection.
8110         
8111 2006-08-28  Chris Toshok  <toshok@ximian.com>
8113         * Control.cs: err, fix this the right way, by locking on controls
8114         when using it.  not by making it synchronized.
8116 2006-08-28  Chris Toshok  <toshok@ximian.com>
8118         * Control.cs: make the static "controls" field synchronized, as it
8119         gets updated from multiple threads.
8121 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
8123         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
8124           Prevent other threads from exiting when calling thread sets quit state.
8125         * XEventQueue.cs: Added PostQuitState property
8127 2006-08-27  Chris Toshok  <toshok@ximian.com>
8129         * AsyncMethodData.cs: add a slot for the window handle.
8131         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
8132         window (the destination control's window, not the foster window).
8134         * Control.cs (BeginInvokeInternal): store the window's handle in
8135         the AsyncMethodData.
8136         
8138 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
8140         * XplatUIX11.cs:
8141           - PostQuitMessage: Removed resetting S.D display handle, we might have
8142             another loop started after calling PostQuitMessage (Fixes #79119)
8143           - Created destructor to reset S.D handle
8145 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
8147         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
8149 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
8151         * TextControl.cs (Insert): Update the caret position even if we don't
8152           have a handle yet, just don't call the driver in that case.
8153         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
8154           to the end of the new selection text (Fixes #79184)
8156 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
8158         * Form.cs (Activate): Only activate if the handle is created)
8159         * Control.c:
8160           - Mark window as invisible when it's disposed
8161           - Check if window handle is created when setting window visible, 
8162             instead of relying just on the is_created variable
8163           - Check if object is disposed when creating the control (Fixes #79155)
8165 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
8167         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
8168           when allowing layout again. Otherwise we re-generate the anchoring 
8169           distance to the border again and actually alter what the user wanted
8170           This is ugly, it'd be better if we used DisplayRectangle instead of
8171           ClientRectangle for Control.UpdateDistances, but that causes us to
8172           have other problems (initial anchoring positons would be wrong)
8173           (Fixes #78835)
8175 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
8177         * Control.cs:
8178           - The size and location setters shouldn't go directly to 
8179             SetBoundsCore, but to SetBounds, which triggers layout on the
8180             parent, then calls SetBoundsCore. (Related to fix for #78835)
8181           - SetBounds: Moved actual location update code into this function
8182             from SetBoundsCore, to match MS. Added call to PerformLayout if
8183             we have a parent (to trigger resizing of anchored parents if the 
8184             child size has changed (see testcase for #78835) 
8185         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
8186           new control code
8187         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
8189 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
8191         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
8192           System.Drawing when a toplevel window gets closed; there might
8193           be other toplevel windows belonging to the same app (Fixes #78052)
8195 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
8197         * FileDialog.cs: After reading FileDialog settings from mwf_config
8198           use Desktop prefix only if a real folder doesn't exist anymore.
8199         * FontDialog.cs: Added char sets.
8200           It is now possible to select the font, size or style with the
8201           textboxes.
8203 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
8205         * PrintPreviewDialog.cs: Use assembly name constants.
8207 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
8209         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
8210           scrollbar from whacking it's buttons)
8212 2006-08-24  Chris Toshok  <toshok@ximian.com>
8214         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
8215         in this patch (aggregating setting Left/Top/Width/Height to
8216         setting Bounds on the scrollbars), but the crux of the fix is in
8217         Recalculate, where we scroll by the remaining scroll_position if
8218         we're hiding a scrollbar.  The 2*$5 reward in the comment is
8219         serious.
8221 2006-08-24  Jackson Harper  <jackson@ximian.com>
8223         * MdiClient.cs:
8224         * MdiWindowManager.cs: If the form is made a non-mdi window we
8225         need to remove the form closed event so that closing forms works
8226         correctly.
8228 2006-08-24  Jackson Harper  <jackson@ximian.com>
8230         * Control.cs: Make IsRecreating internal so that the driver can
8231         check it
8232         - Temporarily remove the Hide when controls are removed, its
8233         making a whole bunch of things not work because visibility isn't
8234         getting reset elsewhere correctly
8235         * Form.cs: Need to do a full handle recreation when the mdi parent
8236         is set.
8237         * XplatUIX11.cs: If we are recreating handles don't dispose the
8238         HWNDs.  What was happening is the handles were being recreated in
8239         SendWMDestroyMessages, but then flow continued on in that method
8240         and destroyed the new handles.
8242 2006-08-23  Jackson Harper  <jackson@ximian.com>
8244         * Form.cs: MdiClient is always at the back of the bus
8245         * Control.cs: When the order of items in the collection is changed
8246         we need to reset the all_controls array
8247         - do the same sorta setup thats done when adding a control when a
8248         control is set on the collection.
8250 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
8252         * TextBoxBase.cs (get_Text): Return an empty array if our document
8253           is empty (fixes #79052)
8255 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
8257         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
8258           on WM_SYSCHAR messages (fixes #79053)
8260 2006-08-23  Chris Toshok  <toshok@ximian.com>
8262         * DataGrid.cs: fix flickering when scrolling vertically.
8264 2006-08-23  Chris Toshok  <toshok@ximian.com>
8266         * DataGrid.cs (EndEdit): only invalidate the row header when we
8267         need to.
8269 2006-08-23  Chris Toshok  <toshok@ximian.com>
8271         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
8272         methods.  fixes the flicker when scrolling around.
8274 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
8276         * FileDialog.cs: Making sure the control is created before we get a 
8277           chance to use it with BeginInvoke (Fixes #79096)
8279 2006-08-23  Chris Toshok  <toshok@ximian.com>
8281         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
8282         width to use when painting the rows.
8284 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
8286         * TextBoxBase.cs:
8287           - Throw ArgumentException if a negative value is passed to SelectionLength
8288           - Update the selection end if start is moved. end needs to be always
8289             after start. (Fixes #79095)
8290           - Track selection length; MS keeps the selection length even if start
8291             is changed; reset on all other operations affection selection
8293 2006-08-22  Jackson Harper  <jackson@ximian.com>
8295         * TreeView.cs: Make sure both scrollbars get displayed and sized
8296         correctly when the other bar is visible.
8297         - Use the original clip rectangle for checking if the area between
8298         the two scrollbars is visible, not the viewport adjusted clipping
8299         rectangle.
8301 2006-08-22  Jackson Harper  <jackson@ximian.com>
8303         * Binding.cs: We don't use IsBinding because it requires the
8304         control to be created, which really shouldn't be necessary just to
8305         set a property on the control.
8307 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8309         * ComboBox.cs: Some CB.ObjectCollection methods must throw
8310         ArgumentNullReferenceException when the argument is null.
8312 2006-08-21  Jackson Harper  <jackson@ximian.com>
8314         * Timer.cs: Track the thread that the timer is started in (NOT
8315         CREATED), this way messages for it will only be triggered on its
8316         queue.
8317         * XEventQueue.cs: Track the timers here, this makes timers per
8318         thread, like MS.
8319         * XplatUIX11.cs: The timers are moved to the XEventQueue.
8321 2006-08-19  Chris Toshok  <toshok@ximian.com>
8323         * XplatUIX11.cs: after further communication with pdb, we get the
8324         best of both worlds.  SetZOrder working for un-Mapped windows, and
8325         no X errors for un-mapped windows.
8327 2006-08-19  Chris Toshok  <toshok@ximian.com>
8329         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
8330         as it was causing pdn toolbars to not have the correct stacking.
8332 2006-08-18  Mike Kestner  <mkestner@novell.com> 
8334         * ListView.cs : guard against negative ClientArea.Width in scrollbar
8335         calculation.  Not sure why control should ever be setting a negative
8336         width though.  Fixes #78931.
8338 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8340         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
8341         null items in ObjectCollection class.
8342         * ListBox.cs.: Likewise.
8344 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
8346         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
8347           as the base method in ThemeWin32Classic should work fine.
8348           Fixed bug #78607.
8350 2006-08-18  Jackson Harper  <jackson@ximian.com>
8352         * Binding.cs: When validating if the value entered doesn't convert
8353         properly reset to the old value.
8354         * RadioButton.cs: Don't fire click when we get focus.
8356 2006-08-18  Jackson Harper  <jackson@ximian.com>
8358         * FileDialog.cs: Paint the selection on the directory combobox the
8359         same way as on MS. 
8361 2006-08-17  Jackson Harper  <jackson@ximian.com>
8363         * ErrorProvider.cs: Don't allow the error control to be selected.
8364         * Control.cs: Don't send the SetFocus messages, the control
8365         activation will do this, and if we do it blindly here validation
8366         does not work.
8368 2006-08-17  Jackson Harper  <jackson@ximian.com>
8370         * Control.cs:
8371         * ContainerControl.cs: Make validation events fire in the correct
8372         order.  TODO: For some reason the first validation event is not
8373         getting fired.
8375 2006-08-17  Mike Kestner  <mkestner@novell.com> 
8377         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
8379 2006-08-17  Mike Kestner  <mkestner@novell.com> 
8381         * ComboBox.cs : implement scroll wheel support for popped-down
8382         state. Fixes #78945. 
8384 2006-08-17  Jackson Harper  <jackson@ximian.com>
8386         * TreeView.cs: Specify treeview actions (old patch that didn't get
8387         committed for some reason).
8388         - Don't let the mouse wheel scroll us too far.  Just want to make
8389         the bottom node visible, not scroll it all the ways to the top.
8391 2006-08-17  Jackson Harper  <jackson@ximian.com>
8393         * XplatUIX11.cs: Mouse wheel events go to the focused window.
8395 2006-08-17  Mike Kestner  <mkestner@novell.com> 
8397         * ComboBox.cs : don't do mouseover selection in simple mode.
8399 2006-08-16  Jackson Harper  <jackson@ximian.com>
8401         * Form.cs: Fire the closing events for all the mdi child windows
8402         when a window is closed.  If the cancel args are set to true, the
8403         main window still gets the event fired, but it doesn't not close.
8404         * MdiWindowManager.cs: Do this closing cleanup in a Closed
8405         handler, instead of when the button is clicked, so cancelling the
8406         close works correctly.
8407         * ComboBox.cs: Send the mouse down to the scrollbar.
8409 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8411         * ListBox.cs: When passing 'null' to SelectedItem,
8412         set SelectedIndex to -1, to unselect items. This is the
8413         observed behaviour in .Net.
8415 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
8417         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
8418           MS flags saying there won't be any. (fixes #78800)
8419         * Control.cs (HandleClick): Made virtual
8421 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
8423         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
8424           cultures. Fixed bug #78399.
8426 2006-08-16  Jackson Harper  <jackson@ximian.com>
8428         * Form.cs: Use the MdiClients MdiChildren property to access
8429         MdiChildren instead of creating the array from the child controls.
8430         * MdiClient.cs: Maintain a separate array of the mdi children, so
8431         that insertion order is maintained when the Z-order is changed.
8433 2006-08-16  Mike Kestner  <mkestner@novell.com> 
8435         * ListView.cs : add an ItemComparer and default to it for sorting.
8436         Fixes #79076, but sorting needs a complete overhaul to be compat with
8437         MS.
8439 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
8441         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
8443 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
8445         * Hwnd.cs (Mapped): Properly traverse the tree
8447 2006-08-15  Chris Toshok  <toshok@ximian.com>
8449         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
8450         pass manager.Current.GetType() to ParseData.  It has to be the
8451         property type.  So, hold off doing the ParseData until we're in
8452         SetPropertyValue where we know the type.  This fixes the crash in
8453         #78821 but the textbox is still empty.
8455 2006-08-15  Chris Toshok  <toshok@ximian.com>
8457         * DataGrid.cs:
8458         - when we're scrolling, only call Edit() again if the
8459         current cell is still unobscured. Fixes bug #78927.
8460         - when handling mousedown on a cell, ensure the cell is visible
8461         before calling Edit.
8462         - remove the properties from DataGridRow, and remove the
8463         DataGridParentRow class altogether.
8464         
8466 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
8468         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
8469           fire OnTextChanged by ourselves. There's no point calling base,
8470           we don't set the base value anywhere else. Fixes #78773.
8472 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8474         * ListBox.cs: Call CollectionChanged when modifying
8475         an item from Items indexer, to update the actual items
8476         in the list box.
8478 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8480         * PrintDialog.cs: Small fixes for focus and a pair of checks,
8481         to match .Net behaviour.
8483 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
8485         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
8487 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
8489         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
8491 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
8493         * MessageBox.cs: Prevent potential NRE exception.
8494         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
8496 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
8498         * MessageBox.cs: Calculate the owner of a messagebox, also make
8499           it topmost. Fixes #78753
8501 2006-08-14  Chris Toshok  <toshok@ximian.com>
8503         * XplatUIX11.cs: A couple of fixes so that metacity will let us
8504         programmatically move windows.  first, set the PPosition hint as
8505         well as the USPosition hint.  Second include some code from pdb
8506         that sets the window type to NORMAL when we set the transient for
8507         hint.  This is because, in the absence of a window type, metacity
8508         thinks any window with TransientFor set is a dialog, and refuses
8509         to let us move it programmatically.  fascists.
8511 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
8513         * XplatUIX11.cs: When setting normal hints, take into consideration
8514           an different hints previously set so we don't delete them (fixes #78866)
8516 2006-08-12  Chris Toshok  <toshok@ximian.com>
8518         * ToolBarButton.cs: make Layout return a boolean, if something to
8519         do with the button's layout changed.
8521         * ToolBar.cs:
8522         - add another parameter to Redraw, @force, which all existing
8523           calls set to true.
8524         - make the Layout function return a boolean which is true if the
8525           layout has actually changed.  Redraw now uses this (and @force)
8526           to determine when to invalidate.  At present the only place
8527           where @force can be false is the call from OnResize, when
8528           background_image == null.  So, resizing a toolbar when the
8529           layout doesn't change results in no drawing.
8531 2006-08-12  Chris Toshok  <toshok@ximian.com>
8533         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
8534         the VScrollBar and HScrollbar reversed.  oops.
8536         * DataGrid.cs: fix the logic that assigns sizes to the implicit
8537         scrollbars.  we were assigning them twice (once in
8538         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
8539         therefore causing two scrollbar resizes (and redraws?) to happen
8540         per grid resize.
8542 2006-08-12  Chris Toshok  <toshok@ximian.com>
8544         * ToolBarButton.cs: redraw the entire button if the theme tells us
8545         to.
8547         * Theme.cs: add ToolBarInvalidateEntireButton.
8549         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
8550         buttons, just the border.
8552         * ThemeNice.cs: redraw the entire toolbar button since we need to
8553         draw the highlight image.
8555         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
8556         we need to redraw the entire button (not just the border).
8558 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
8560         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
8561           for vertical bars. Fixes the mismatches shown by #78513
8563 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
8565         * FileDialog.cs: If a saved/remembered path doesn't exist
8566           anymore, fall back to "Desktop".
8568 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
8570         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
8571           parent. It's apparently legal to not have one
8572         * XplatUIX11.cs:
8573           - SetZOrder: Don't try to set Z-Order on an unmapped window
8574           - CreateWindow: 0,0 are legal coordinates for a window. don't move
8575             it unless the coordinates are negative
8577 2006-08-10  Mike Kestner  <mkestner@novell.com>
8579         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
8580         when setting to null per msdn docs.  Fixes #78854.
8582 2006-08-10  Chris Toshok  <toshok@ximian.com>
8584         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
8585         flickering by setting a clip rectangle on the Graphics when we
8586         need to redraw just a particular menuitem.  Also, rename "OnClick"
8587         to "OnMouseDown" to reflect what it actually is.
8588         
8589         * Form.cs: track the OnMouseDown change.
8591 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
8593         * CommonDialog.cs: Properly inherit the CreateParams from the form
8594           and only change what we need. Fixes #78865
8596 2006-08-10  Chris Toshok  <toshok@ximian.com>
8598         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
8599         flickering in flat mode (and most of the flickering in general) by
8600         only invalidating the button border (and not the entire rectangle)
8601         when the state changes.  A couple of cases still flicker:
8602         ToggleButtons, and the dropdown arrow case when the user mouse
8603         ups.
8605 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
8607         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
8608           for german keyboards. Numlock state shouldn't affect the behaviour
8609           of the Del key. Fixes bug #78291.
8611 2006-08-10  Chris Toshok  <toshok@ximian.com>
8613         * ListControl.cs: remove the items.Clear line from BindDataItems,
8614         as this is the first thing done by both subclasses in their
8615         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
8616         passed -1, refresh the list.  This gets databinding working when
8617         the datasource is set on the list before the datasource is
8618         populated (as in wf-apps/ReportBuilder.)
8620         * ComboBox.cs: remove the argument to BindDataItems.  This call
8621         should really go away, and be initiated by the ListControl code.
8623         * ListBox.cs: same.
8625 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
8627         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
8628           if no data is in the document when the control is displayed
8630 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
8632         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
8633           yes (fixes #78806)
8634         * TextControl.cs: 
8635           - PositionCaret: Allow positioning of caret but don't call methods 
8636             requiring a handle if the window isn't created yet
8637           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
8638           - owner_HandleCreated: Don't position the caret, just update it's 
8639             location. User might have already set a different position
8641 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
8643         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
8644           windows. Screws up the returned coordinates for child windows. 
8645           Fixes #78825. I'm hoping this doesn't break something, since the
8646           code was explicitly put in 8 months ago, but no bug was attached.
8647           Menus still seem to work properly.
8649 2006-08-08  Chris Toshok  <toshok@ximian.com>
8651         * DataGrid.cs: make BeginInit/EndInit actually do what they're
8652         supposed to do - delay data binding until the EndInit call.  Also,
8653         make the table style collection's CollectionChangeAction.Refresh
8654         work properly.
8656         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
8657         (with action = Refresh) when a consituent table's MappingName is
8658         changed.
8660 2006-08-08  Chris Toshok  <toshok@ximian.com>
8662         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
8663         Invalidate, since changing the text can change the size of the all
8664         toolbar buttons.
8666 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
8668         * Form.cs (AddOwnedForm): Still need to add the form to our listif
8669           we don't have it yet
8671 2006-08-08  Chris Toshok  <toshok@ximian.com>
8673         * PrintControllerWithStatusDialog.cs: don't .Close() the status
8674         dialog, as this causes X errors later on, since we actually
8675         destroy the window.  Instead, .Hide() it.
8677 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
8679         * ComboBox.cs: Added focus reflection for popup window
8680         * XplatUIX11.cs: 
8681           - Removed transient setting for non-app windows for now, not sure it
8682             was needed
8683           - Fixed logic checking if we have captions when deciding 
8684             override_redirect, WS_CAPTION is two bits and a 0 check was not
8685             sufficient
8686           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
8687             complicated
8688         * Form.cs: 
8689           - AddOwnedForm: Don't just add the form to the list, call the property
8690             to ensure the driver is informed about the ownership as well
8691           - CreateHandle: Set the TopMost status in the driver if we have an owner
8692         * XplatUI.cs: Fixed debug statement
8694 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
8695         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
8696           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
8697           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
8698           TrackBarRenderer.cs: Make constructor private.
8699         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
8700         * ProfessionalColorTable.cs: Make properties virtual.
8702 2006-08-06  Duncan Mak  <duncan@novell.com>
8704         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
8705         is not changing.
8707 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
8708         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
8709           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
8710           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
8711           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
8712           Initial import of new 2.0 classes.
8714 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
8715         * Application.cs: Add 2.0 VisualStyles properties.
8717 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
8718         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
8719           XplatUIX11.cs: Create property to allow access to existing private
8720           variable "themes_enabled"
8722 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8724         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
8725         file size, as otherwise our class libraries fail using windows. Fixes
8726         bug #78759.
8728 2006-08-04  Jackson Harper  <jackson@ximian.com>
8730         * Form.cs:
8731         * XplatUIX11.cs: Move the toolwindow window manager creation into
8732         the X11 driver, this way on win32 we can let windows create/handle
8733         the toolwindows.
8735 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8737         * PrintDialog.cs: Remove some redundant checks, add some others,
8738         clean some code, and move the focus to the text boxes when the
8739         values are incorrect.
8741 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
8743         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
8745 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
8747         * NumericUpDown.cs: Setting the Minimum and Maximum is now
8748           handled correctly. Fixes bug #79001.
8750 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8752         * PrintDialog.cs: The "Copies" numeric up down must have
8753         set the Minimum property to 1; only if the value is bigger
8754         than 1, activate "Collate" check box. This is the behaviour of .Net.
8755         Also modify the Document elements only if it is not null.
8757 2006-08-03  Jackson Harper  <jackson@ximian.com>
8759         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
8760         length. (We have a larger array then actual node count).
8761                 
8762 2006-08-03  Jackson Harper  <jackson@ximian.com>
8764         * ComboBox.cs: Don't show selection by default.
8765         - The SelectAll isn't needed here, since the focus code should do
8766         that
8767         - DDL style lists to manual selection drawing, so when they
8768         get/lose focus they have to invalidate.
8770 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
8772         * TextBoxBase.cs: Don't always show all selections by default.
8774 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
8775         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
8776           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
8777           Fixed various typos.
8779 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
8781         * Control.cs: Removing the controls in a ControlCollection with
8782           Clear now hides the controls as expected. Fixes bug #78804. 
8784 2006-08-03  Jackson Harper  <jackson@ximian.com>
8786         * Control.cs: Revert previous focus patch, it breaks reflector.
8788 2006-08-03  Jackson Harper  <jackson@ximian.com>
8790         * ComboBox.cs: Cleanup selection and focus with the combobox.
8791         This also eliminates some duplicated keyboard code, since now
8792         everything is handled by the main class.
8793         - Make list selection work on mouse up instead of down, to match
8794         MS.
8796 2006-08-02  Jackson Harper  <jackson@ximian.com>
8798         * Control.cs: Setting focus needs to go through the whole
8799         selection mechanism.
8801 2006-08-02  Chris Toshok  <toshok@ximian.com>
8803         * PrintPreviewDialog.cs: change MinimumSize to use
8804         base.MinimumSize so it works.
8806 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
8808         * TextControl.cs:
8809           - UpdateCaret: Added sanity check in case caret isn't defined yet
8810           - Line.Delete: Now updating selection and caret markers if we're
8811             transfering a node (Properly fixes #78323)
8812           - SetSelectionEnd: Added sanity check
8813         * TextBoxBase.cs: Removed broken attempt to fix #78323
8815 2006-08-01  Chris Toshok  <toshok@ximian.com>
8817         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
8818         Close() call is handled in Form, not here.
8820 2006-08-01  Chris Toshok  <toshok@ximian.com>
8822         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
8823         layout/rendering.
8825         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
8826         for sizes < 100% zoom.  The code now aggressively attempts to keep
8827         from calling document.Print (), and tries not to use the scaling
8828         g.DrawImage whenever possible (it still does if you scale to >
8829         100%, since usually that involves huge images).
8831         * PrintPreviewControl.cs: hook up the close button.
8833 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
8834         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
8835           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
8836           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
8837           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
8838           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
8839           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
8840           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
8841           Removed [Serializable] for 2.0 Event Handlers.
8843 2006-07-31  Jackson Harper  <jackson@ximian.com>
8845         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
8846         * TextControl.cs: Uncomment out the body of this method.
8848 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
8850         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
8851           standard cursors.
8853 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
8855         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
8856           that embed TextBox and need selections visible even if textbox is not
8857           focused to enforce that behaviour.
8858         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
8859           selection drawing
8861 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
8863         * TextControl.cs:
8864           - Added new SetSelectionStart/SetSelectionEnd overloads
8865           - Fixed viewport width assignment to be accurate
8866           - Adjusted alignment line shift calculations to allow cursor on right
8867             aligned lines to be always visible at the right border (like MS)
8868         * TextBoxBase.cs:
8869           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
8870           - TextBoxBase_SizeChanged: recalculating canvas on size changes
8871           - CalculateScrollBars: Use ViewPort size instead of window size, to
8872             properly consider space occupied by the border and scrollbars 
8873             (Fixes #78661)
8874           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
8875             calculations; no longer leaves artifacts
8876           - CaretMoved: Adjusted window scrolling to match MS and fixed several
8877             calculation bugs (Still missing right/center align calculations)
8879 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
8881         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
8882           use of both scroll rect and clip rect, as they do the same.
8884 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
8886         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
8887           in the event handler (fixes #78912)
8889 2006-07-31  Chris Toshok  <toshok@ximian.com>
8891         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
8892         grid.ListManager.Count, since grid.ListManager might be null.
8893         This of course begs the question "why are we drawing rows for a
8894         grid with no list manager (and therefor no rows)?"  Fixes the
8895         crash in bug #78929.
8897 2006-07-31  Chris Toshok  <toshok@ximian.com>
8899         * RelatedPropertyManager.cs: Don't always chain up to the parent
8900         ctor.  instead, call SetDataSource if the parent's position is !=
8901         -1.  Fixes the crash in #78822.
8903 2006-07-31  Chris Toshok  <toshok@ximian.com>
8905         * DataGrid.cs (get_ListManager): use field instead of property
8906         accessors for datasource and datamember.
8907         (RowsCount): make internal again.
8908         (OnMouseDown): end edits before resizing columns/rows.
8909         (OnMouseUp): restart edits after resizing columns/rows.
8911 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
8913         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
8914           This fixes the situation where the last set cursor is displayed
8915           whenever the mouse is over scrollbars.
8917 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8919         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
8920         Document properties, as well as initial values.
8922 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
8924         * XplatUIWin32.cs (SetBorderStyle): Setting both border
8925           and ClientEdge results in a 3-pixel border, which is
8926           wrong.
8928 2006-07-28  Jackson Harper  <jackson@ximian.com>
8930         * TreeNodeCollection.cs: Fix the clear method.
8931         - Fix the Shrink also
8933 2006-07-27  Jackson Harper  <jackson@ximian.com>
8935         * TreeView.cs: Make sure the visible order is computed when we
8936         attempt to size the scrollbars (for trees that mess with the
8937         scrolling when they shouldn't.
8938         - Make sure to give the scrollbars valid values.
8940 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
8942         * XplatUIX11.cs: Move motion compression code to where it
8943           has less performance impact
8945 2006-07-26  Jackson Harper  <jackson@ximian.com>
8947         * UpDownBase.cs: When the control is selected make the child
8948         controls non selectable, so that a click on them won't do a
8949         focus/unfocus cycle.
8950         - Don't give focus to the text box when the spinner is selected.
8951         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
8953 2006-07-26  Chris Toshok  <toshok@ximian.com>
8955         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
8956         satisfied with this solution.  If the bitmaps are small, we should
8957         just cache them in the PrintPreviewDialog and draw them here.
8958         Also, the layout is broken for the 2-up and 3-up cases.
8960         * Theme.cs: add PrintPReviewControlPaint.
8962         * PrintPreviewDialog.cs: first pass implementation.
8964         * PrintPreviewControl.cs: first pass implementation.  No
8965         scrollbars yet.
8967         * PrintDialog.cs: only validate fields if that particular portion
8968         of the UI is enabled.  Also, set the document's controller to a
8969         PrintControllerWithStatusDialog wrapping the document's print
8970         controller.
8972         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
8973         bring up a SaveFileDialog (i hope we don't want to match the
8974         behavior of the crappy windows file entry) and set the
8975         PrinterSettings.PrintFileName accordingly.
8977 2006-07-26  Jackson Harper  <jackson@ximian.com>
8979         * ContainerControl.cs: Add a field that disables auto selecting
8980         the next control in a container when the container is activated.
8981         * UpDownBase.cs: Don't select the text box when the up down is
8982         selected.
8984 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
8986         * XEventQueue.cs: Added methods for peeking (used for compression
8987           of successive events)
8988         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
8989           mouse move events (fixes #78732)
8991 2006-07-25  Jackson Harper  <jackson@ximian.com>
8993         * UpDownBase.cs: Use an internal class for the textbox so that we
8994         can control focus.  the updown control should always have focus,
8995         if either the text area or the buttons are clicked.
8996         - Send the key messages to the textbox, since it never actually
8997         has focus
8998         - Activate and decativate the textbox caret.
9000 2006-07-24  Jackson Harper  <jackson@ximian.com>
9002         * Control.cs: Use the directed select when selecting a control,
9003         this way the container controls override will get called and the
9004         whole ActiveControl chain will get triggered.  TODO: probably need
9005         to make sure this gets done everywhere instead of the old
9006         Select(Control).
9007         * ContainerControl.cs: Implement the directed Select method to
9008         find and activate the correct child control.    
9009         
9010 2006-07-22  Mike Kestner  <mkestner@novell.com>
9012         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
9013         menu handling code so that clicks without a grab work too.
9014         [Fixes #78914]
9016 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
9018         * FileDialog.cs: Enable the BackButton when dirstack has one element.
9019           Added some small optimizations.
9021 2006-07-21  Matt Hargett  <matt@use.net>
9023         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
9025 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
9027         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
9028           tests pass and match MS in some strange border cases.
9030 2006-07-21  Chris Toshok  <toshok@ximian.com>
9032         * ThemeWin32Classic.cs: handle drawing of the relation links and
9033         parent row buttons.
9035         * Theme.cs: change args to DataGridPaintParentRow.
9037         * DataGrid.cs: Don't use controls for the relation links and
9038         parent buttons, so we have to handle all their interactions in
9039         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
9040         when we're navigating through child tables, so we can reinstate
9041         selection, expanded state, current cell, etc.
9043 2006-07-20  Chris Toshok  <toshok@ximian.com>
9045         * ToolBar.cs: When we redraw a button, for whatever reason,
9046         there's no reason to redraw the entire toolbar.  Also, don't call
9047         Control.Refresh from within Redraw, as it's much heavier than
9048         Invalidate (which is really what we want).
9050 2006-07-20  Chris Toshok  <toshok@ximian.com>
9052         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
9053         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
9054         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
9055         traces from within a debug IBindingList datasource
9056         (in mono/winforms/datagrid) for *days*, I've finally gotten things
9057         to work in a similar fashion.
9059 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9061         * ListBox.cs: Don't call Sort () when setting 
9062         the Sorted property to false (avoid an unnecessary sort).
9064 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9066         * ListControl.cs: DataSource should throw an ArgumentException
9067         instead of a normal exception when the argument is not of the 
9068         correct type.
9070 2006-07-20  Mike Kestner  <mkestner@novell.com>
9072         * Control.cs: add InternalPreProcessMessage to allow us to steal
9073         key events before MWF gets its paws on them.  Adapted from a
9074         suggestion by eno.
9075         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
9076         up/down/left/right navigation. Override the new internal control
9077         method to steal the events since they never make it to WndProc.
9078         * ToolBarButton.cs: don't worry about pushed when setting hilight
9079         since the drawing code prefers pushed to hilight. Invalidate on 
9080         Hilight changes. Fixes #78547 and #78525.
9082 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
9084         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
9085           the canvas size. Fixes #78868
9087 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
9089         * Splitter.cs: Track requested split position until first layout
9090           is performed. Fixes #78871
9092 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
9094         * Application.cs: Removed code that forces 1.x for the version
9095           number if the version started with 0. Not sure why that code was
9096           there and I couldn't find any bugs that indicated we needed it.
9097           Fixes #78869
9099 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
9101         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
9102           ResetDefaults(), just write some output to the console until it's
9103           implemented. Fixes bug #78907 for now. Eliminated two warnings.
9105 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
9107         * PropertyGridView.cs: set StartPosition of drop down forms
9108         so they appear in correct initial spot.  Fixes #78190.
9110 2006-07-19  Mike Kestner  <mkestner@novell.com>
9112         * ThemeWin32Classic.cs: use parent background color when drawing
9113         flat toolbars.  Restructure the conditionals to make sure non-flat
9114         non-Divider toolbars are filled too.  Fixes #78837.
9116 2006-07-19  Mike Kestner  <mkestner@novell.com>
9118         * ListBox.cs: Sort on collection changes even if the handle
9119         isn't created yet.  Fixes #78813.
9121 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9123         * ListControl.cs: DisplayMember should never be null,
9124         and now we assign String.Empty when null is passed to it (this
9125         is the .Net way).
9127 2006-07-17  Mike Kestner  <mkestner@novell.com>
9129         * ListViewItem.cs: restructure Font and subitem Font handling 
9130         to hold a specific font and refer back to owner on null.
9131         Fixes #78761.
9133 2006-07-17  Mike Kestner  <mkestner@novell.com>
9135         * ToolBar.cs: bandaid for side-effect of previous patch which was
9136         discarding explicit heights for non-AutoSize toolbars.  Need to
9137         extend my format tester to deal with AutoSize=false. Fixes #78864.
9139 2006-07-15  Jackson Harper  <jackson@ximian.com>
9141         * LabelEditTextBox.cs:
9142         * TreeView.cs: Use a new LabelEdit class for node editing, this
9143         class automatically 'closes' itself when it gets the enter key or
9144         loses focus.
9145         - Use the client rectangle when setting the trees scrollbars, so
9146         border style is taken into account.
9147         
9148 2006-07-14  Jackson Harper  <jackson@ximian.com>
9150         * TreeNode.cs:
9151         * TreeView.cs: Make the editing work similar to MSs, firing the
9152         events correctly and ending edits correctly.
9154 2006-07-14  Mike Kestner  <mkestner@novell.com>
9156         * ToolBarButton.cs:
9157         * ToolBar.cs: layout restructuring and redraw enhancements to support
9158         formatting changes gracefully, like setting TextAlign, ImageList, 
9159         ButtonSize, and Appearance.  Handles explicit button sizing quirks
9160         of the MS controls.  Things like flat toolbars ignoring button size
9161         but becoming constant sized at the largest button's size.  Normal
9162         toolbars with an image set cannot be shrunk smaller than the image,
9163         but text can be clipped/ignored.
9164         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
9165         is zero.  Seems like DrawString should be smart enough to not put
9166         anything on screen though. Also trim labels and ellipsize at the char
9167         boundary, not word.
9168         Fixes #78711 and #78483.
9170 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
9172         * FolderBrowserDialog.cs: Disable "New Folder" button and
9173           "New Folder" contextmenu menuitem if a folder like "My Computer"
9174           is selected.
9176 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
9178         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
9179         * FolderBrowserDialog.cs:
9180           - Use MWFConfig to store and read size and position settings
9181           - Added code to create a new folder (button or context menu).
9182             Use TreeView labeledit to change the name of the new folder.
9184 2006-07-14  Jackson Harper  <jackson@ximian.com>
9186         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
9187         when the tree is scrolled we end editing.
9189 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
9191         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
9192           Down arrows
9194 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
9196         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
9197         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
9198         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
9199         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
9200         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
9201         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
9202         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
9203         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
9204         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
9205         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
9206         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
9207         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
9208         ListViewItemSelectionChangedEventHandler.cs,
9209         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
9210         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
9211         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
9212         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
9213         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
9214         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
9215         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
9216         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
9217         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
9218         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
9219         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
9220         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
9221         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
9222         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
9223         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
9224         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
9225         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
9226         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
9227         WebBrowserNavigatingEventHandler.cs, 
9228         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
9230 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
9232         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
9233         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
9234         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
9235         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
9236         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
9237         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
9238         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
9239         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
9240         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
9241         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
9242         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
9243         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
9244         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
9245         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
9246         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
9247         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
9248         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
9249         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
9250         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
9251         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
9252         ListViewItemStates.cs, MaskFormat.cs: Added
9254 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
9256         * PropertyGridView.cs: Fix keyboard navigation of drop down.
9257         Patch from eno for bug 78558.
9258         
9259 2006-07-13  Jackson Harper  <jackson@ximian.com>
9261         * TreeView.cs: When an edit is finished make sure that the
9262         selected node is visible.
9263         - When setting the top/bottom use the scrollbars is_visible, so
9264         everything will be set correctly even if the tree isn't visible
9265         yet.
9267 2006-07-13  Jackson Harper  <jackson@ximian.com>
9269         * ComboBox.cs: Revert the item->index part of my previous patch.
9270         * TreeView.cs: Use LostFocus instead of Leave for detecting when
9271         the edit box has lost focus (duh).
9272         - Just make the edit box not visible when we get return, that will
9273         take the focus, which will call EndEdit
9274         * TreeNode.cs When we start editing, notify the treeview.
9276 2006-07-12  Jackson Harper  <jackson@ximian.com>
9278         * ComboBox.cs: Clear out old items before setting the item list.
9279         This prevents databound controls from having their items added
9280         twice.
9281         - Switch the combobox to use indices whereever possible instead of
9282         using Item's.  This allows usto navigate through lists that have
9283         more then one item with the same string value (ie a, b, b, a).
9284         - Scroll the listboxes scrollbar when a non visible item is
9285         highlighted
9286         - Allow keypress to cycle through all the possible values. For
9287         example if you have b1, b2, b3 and hold down the B key all the
9288         values will be cycled through.
9289         
9290 2006-07-12  Jackson Harper  <jackson@ximian.com>
9292         * TextBoxBase.cs:
9293         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
9294         this using the internal methods.
9295         * Control.cs: Add OnGotFocusInternal.  A new method that allows
9296         controls to "override" OnGotFocus and change focus behavior if
9297         needed.
9298         - Same thing for LostFocus
9299         * ComboBox.cs: Pass off focus to the text control properly.
9301 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
9303         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
9304         * FolderBrowserDialog.cs: Almost a complete rewrite.
9305           - Better support for Environment.Specialfolders
9306           - Added support for MWFVFS
9307           - Made setting SelectedPath work
9309 2006-07-12  Jackson Harper  <jackson@ximian.com>
9311         * Control.cs: Optimze getting all the controls.
9313 2006-07-11  Jackson Harper  <jackson@ximian.com>
9315         * ContainerControl.cs: Override SETFOCUS in the container control,
9316         so that it is not selected on mouse click.
9318 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
9320         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
9321           Hopefully we will have a better way once all of focus is complete.
9323 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
9325         * ThemeWin32Classic.cs: Commented out some debug code and fixed
9326           a compile error with csc.
9328 2006-07-11  Jackson Harper  <jackson@ximian.com>
9330         * Control.cs: When hiding a control only select the next control
9331         if the current control was focused.
9332         - Don't handle enter/leave when setting/killing focus, this is
9333         done by the container control.
9334         - Remove is_selected, it's not needed anymore.
9335         - Add utility methods for selecting a child control, and for
9336         firing the Enter/Leave events.
9337         * ContainerControl.cs: When a control is activated fire the
9338         enter/leave events.
9339         - Don't wrap when processing the tab key, so that focus can be
9340         moved outside of the container.
9341         - Use the correct active control
9343 2006-07-11  Jackson Harper  <jackson@ximian.com>
9345         * ComboBox.cs: Remove some debug code that was blinding me.
9346         * UpDownBase.cs: These controls actually aren't implicit, they are
9347         visible to the user.
9349 2006-07-10  Chris Toshok  <toshok@ximian.com>
9351         * DataGrid.cs: move back to the is_adding boolean field.  god i
9352         hate this is_editing/is_adding/is_changing stuff.
9354 2006-07-10  Chris Toshok  <toshok@ximian.com>
9356         * DataGridTableStyle.cs: just check if the property type is bool.
9357         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
9358         Don't use CanRenderType.
9360         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
9361         if our text == NullText.  Remove CanRenderType.
9363         * DataGridBoolColumn.cs: nuke CanRenderType.
9365         * DataGrid.cs: reenable some code to end the current edit inside
9366         of set_CurrentCell.  This fixes the other 1.1.16 regression.
9367         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
9368         Also, remove the visible_row_count arg from CalcRowHeaders, since
9369         we don't need to worry about the actual height of the area.
9371 2006-07-10  Chris Toshok  <toshok@ximian.com>
9373         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
9374         mode, just return.
9376         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
9377         the real sense of the IsInEditOrNavigateMode property (true =
9378         navigate, false = edit).  Also, update OnKeyPress to reflect this.
9380         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
9381         column style exists, we still need to set its property descriptor
9382         to match up with our list manager.
9384 2006-07-10  Chris Toshok  <toshok@ximian.com>
9386         * ThemeWin32Classic.cs: implement the new row/header painting
9387         approach.  The parent row painting will likely go away and
9388         replaced with label controls, but the rest seems to work ok (and
9389         efficiently).
9391         * Theme.cs: change the way we draw datagrid rows.  we don't draw
9392         the row headers as a block now.  Instead we draw them in the
9393         normal draw-row loop.  Add some calls for drawing parent rows and
9394         relation rows.
9396         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
9397         a default table style.  Set the defaults from ThemeEngine.Current,
9398         not SystemColors.  Fix lots of misc issues with property setters.
9400         * DataGrid.cs: move loads of style information out of this class
9401         as it's being duplicated with DataGridTableStyle.  keep track of a
9402         special DataGridTableStyle for the properties we used to mirror
9403         here.  Switch all the style properties to access this table style
9404         instead of instance fields of this class.  Also add a internal
9405         class to represent parent rows (more needs to be stored here, like
9406         the selection state from the parent table, as well as the
9407         expansion state.)  Also, for datasources with relations, do the
9408         right thing for collapse/expand, and add support for the
9409         navigation/parent row buttons.
9411         Lastly, fix the crash in the 1.1.16 build.
9413         * GridTableStylesCollection.cs: make the explicit interface
9414         implementations call the class's methods as opposed to duplicating
9415         them.
9417         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
9418         0 so the text doesn't jump around when we move the cursor.
9420 2006-07-10  Jackson Harper  <jackson@ximian.com>
9422         * TextBoxBase.cs:
9423         * ListBox.cs: Match MS's ToString (this makes debugging focus
9424         stuff infinitely easier).
9426 2006-07-10  Jackson Harper  <jackson@ximian.com>
9428         * Control.cs (SelectNextControl): When checking the control's
9429         parent use this instead of ctrl.parent so that null can be passed
9430         to SelectNextControl. (I have unit tests for this).
9431         - Remove unused var.
9433 2006-07-10  Chris Toshok  <toshok@ximian.com>
9435         * CurrencyManager.cs: correct one regression, the removal of the
9436         finalType field.  Also, add a MonoTODO on CanAddRows, implement
9437         Refresh() correctly, and fix some event emission in
9438         ListChangedHandler.
9440 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
9442         * FileDialog.cs: Don't use brackets for new folders if they exist
9443           under *nix. Instead use -(number of existing folders +1).
9445 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
9447         * FileDialog.cs:
9448           - Fixed really nasty bug #78771
9449           - Don't block the whole GUI when reading directories with a lot of
9450             entries. Use an other thread instead and call BeginInvoke to
9451             update the ListView in MWFFileView
9453 2006-07-07  Chris Toshok  <toshok@ximian.com>
9455         * Control.cs (Dispose): release any Capture when disposing.
9457 2006-07-07  Chris Toshok  <toshok@ximian.com>
9459         * LinkLabel.cs (Select): if we chain up to the parent, set
9460         focused_index to -1 so we'll search for the first available link
9461         the next time the user tabs into us.  Also, if the direction is
9462         backward and focused_index == -1, start the search from the last
9463         element.
9465 2006-07-07  Chris Toshok  <toshok@ximian.com>
9467         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
9468         is beyond the end of the text, don't do anything.
9469         (CreateLinkPieces): set our ControlStyles.Selectable based on
9470         whether or not we have any links.
9471         (Link.Invalidate): use a loop instead of foreach.
9472         (Link.set_Start): null out owner.sorted_links so it'll be
9473         recreated by CreateLinkPieces.
9475 2006-07-06  Chris Toshok  <toshok@ximian.com>
9477         * LinkLabel.cs: revert the SetStyle change.
9479 2006-07-06  Chris Toshok  <toshok@ximian.com>
9481         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
9482         (OnEnableChanged): s/Refresh/Invalidate
9483         (OnGotFocus): if we have a focused index already, refocus it (so
9484         if we mouse out/in to the window it'll focus the right link).
9485         (OnKeyDown): move the tab handling out of here.
9486         (OnLostFocus): don't set focused_index to -1, so we can refocus it
9487         when we lose focus.
9488         (OnMouseDown): don't Capture here - Control handles it.  Also,
9489         focus the active link.
9490         (OnMouseUp): don't deal with Capture.
9491         (OnPaintBackgroundInternal): remove.
9492         (OnTextAlignChanged): CreateLinkPieces before calling the
9493         superclass's method.
9494         (OnTextChanged): call CreateLinkPieces before calling superclass's
9495         method.
9496         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
9497         move around.
9498         (Select): implement this, moving the selection between different
9499         links, and call parent.SelectNextControl if we don't have another
9500         link to focus in the given direction.
9501         (CreateLinkPieces): call Invalidate instead of Refresh.
9502         
9503 2006-07-06  Chris Toshok  <toshok@ximian.com>
9505         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
9506         new LinkLabel internals.
9508         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
9509         over pieces looking for active/focused/etc links.  also, deal with
9510         runs of text (and links) with embedded \n's in them, and use
9511         MeasureCharacterRanges instead of MeasureString to figure out the
9512         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
9513         two-step.
9515 2006-07-04  Jackson Harper  <jackson@ximian.com>
9517         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
9518         XKB or key auto repeat, do it manually.  Without key auto repeat,
9519         when a key is held down we get key press, key release, key press,
9520         key release, ... with auto repeat we get key press, key press, key
9521         press ..., and then a release when the key is actually released.
9523 2006-07-03  Jackson Harper  <jackson@ximian.com>
9525         * TabControl.cs:
9526         * ThemeWin32Classic.cs: Tabs do not obey normal background color
9527         rules, they are always control color regardless of the background
9528         color.
9530 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
9532         * FileDialog.cs: Added internal class MWFConfig.
9533           Removed Registry support and replaced it with support for the new
9534           MWFConfig class. See MWFConfig comments for more information.
9536 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
9538         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
9539           rectangle. Added some patches from eno from bug #78490 and fixed
9540           the arrow position for small up and down CPDrawScrollButtons.
9542 2006-06-30  Jackson Harper  <jackson@ximian.com>
9544         * InternalWindowManager.cs: Remove some debug code.
9545         * Form.cs: When an MdiParent is set to null, the window is
9546         "detatched" and becomes a normal window.
9547         * MdiClient.cs: Don't bring the new child form to the front until
9548         it is activated (setting it as active does this), this makes the
9549         previously active forms titlebar get redrawn as inactive.
9551 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
9553         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
9554           with later controls
9556 2006-06-29  Mike Kestner  <mkestner@novell.com>
9558         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
9559         arrow in keynav state.  Fixes #78682.
9561 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
9563         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
9564           order (fixes #78393)
9566 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
9568         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
9569           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
9570           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
9571           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
9572           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
9573           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
9574           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
9575           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
9576           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
9577           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
9578           enumerations (FlagsAttribute, SerializableAttribute, added/removed
9579           values)
9581 2006-06-28  Mike Kestner  <mkestner@novell.com>
9583         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
9585 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
9587         * PropertyGrid.cs,
9588           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
9589           item lines from other area (It also makes BackColor consistent and
9590           compatible with .NET). Fixed bug #78564.
9592 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
9594         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
9595         Patch from Eno for #78555.
9597 2006-06-27  Chris Toshok  <toshok@ximian.com>
9599         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
9601         * DataGridColumnStyle.cs: same.
9603         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
9604         
9605         * DataGridDrawingLogic.cs: nuke.
9607 2006-06-27  Chris Toshok  <toshok@ximian.com>
9609         * DataGridTableStyle.cs: clean up the constructors, and build the
9610         list of child relations for this table.  I have no idea if this is
9611         where we should be doing it (it probably isn't), but since we're
9612         already iterating over the properties..
9614         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
9615         struct and array for keeping track of row information, similar to
9616         what's shown in a hack on
9617         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
9619         * Theme.cs: be consistent about the naming of DataGrid methods,
9620         prefering ColumnWidths and RowHeights over columnsWidths and
9621         RowsHeights.
9623         * ThemeWin32Classic.cs: same, and also add support for variable
9624         sized rows (and the +/- expansion icons for related rows).
9626 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
9628         * TextBoxBase.cs: Applied Eno's patch from #78660
9630 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
9632         * Form.cs (ScaleCore): We don't want to scale our form if it's
9633           state is minimized or maximized, but we still need to scale our
9634           child windows. Also, added try/finally block to ensure layout
9635           gets reset (Fixes #78697)
9637 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
9639         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
9641 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
9643         * Form.cs: Fixed c+p error and added check to resize form if minimum
9644           size is bigger than current size (Fixes #78709)
9646 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
9648         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
9650 2006-06-26  Mike Kestner  <mkestner@novell.com>
9652         * ComboBox.cs: only do Keypress handling in the combo when there  
9653         are items in the collection. Fixes #78710.
9655 2006-06-26  Chris Toshok  <toshok@ximian.com>
9657         * Binding.cs: make this work bi-directionally.  also, clear up
9658         other mixups between Push/Pull Data (e.g. we're supposed to pull
9659         data when validating).
9661         * BindingManagerBase.cs: trim some fully qualified collection
9662         types.
9664         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
9666 2006-06-23  Chris Toshok  <toshok@ximian.com>
9668         * PropertyManager.cs: It appears (according to the unit tests)
9669         that PropertyManager doesn't use
9670         PropertyDescriptor.AddValueChanged to track propery value changes
9671         in its datasource, but uses the same scheme as Binding, where it
9672         looks for a <Property>Changed event and binds to it.
9674         Also, according to the docs, IsSuspended always returns false for
9675         a property manager with a non-null datasource.
9677 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
9679         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
9680           need to update the actual DialogResult. (Fixes #78613)
9682 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
9684         * Form.cs (ShowDialog): Release any captures before running the
9685           new message pump (fixes #78680)
9687 2006-06-22  Mike Kestner  <mkestner@novell.com>
9689         * ListView.cs: Layout column widths properly in details mode even 
9690         if HeaderStyle.None is set.  Fixes #78691.
9692 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
9694         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
9696 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
9698         * Control.cs (ContainsFocus): Using new driver method to get focused
9699           window, instead of trying to use internal tracking var, which can
9700           recursion issues (Fixes #78685)
9701         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
9702           XplatUIWin32.cs: Added GetFocus method to return focused window
9704 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9706         * ColorDialog.cs: when the mouse button is pressed inside the color
9707         matrix, don't let the cursor move out of it until the button is
9708         released, which is the behavior on windows. Changed 'colours' by
9709         'colors' to use the same word consistently.
9711 2006-06-21  Chris Toshok  <toshok@ximian.com>
9713         * DataGrid.cs: add in some basic navigation stuff (navigating to a
9714         child relation and back, using a stack).  Also, remove
9715         GetDataSource and the code that calls it - it's not needed.  Also,
9716         track CurrencyManager.ListName's removal.
9718 2006-06-21  Chris Toshok  <toshok@ximian.com>
9720         * CurrencyManager.cs: push some of the original type checking from
9721         BindingContext.CreateBindingManager to here, and remove some of
9722         the finalType stuff.  Need more tests to make sure I've got the
9723         ListName part right, and we might need more in SetDataSource.
9725         * PropertyManager.cs: add a ctor that takes just the datasource,
9726         and no property name.  Make SetDataSource work with a null
9727         property_name, and make Current return the data_source if the
9728         property descriptor is null.  this makes 'string foo = "hi";
9729         BindingContext[foo].Current' return "hi" as it should.
9731         * RelatedCurrencyManager.cs: make this code more generic - there's
9732         no reason the parent manager has to be CurrencyManager, and
9733         there's no reason to pass the DataRelation.  It suffices to use a
9734         BindingManagerBase and PropetyDescriptor.
9736         * RelatedPropertyManager.cs: make a similar change here.
9737         
9738         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
9739         flower I knew it could be.
9741 2006-06-20  Chris Toshok  <toshok@ximian.com>
9743         * PropertyManager.cs: the PropertyChangedHandler is invoked when
9744         data in the source has changed and we need to update the control,
9745         so s/PullData/PushData.
9747         * CurrencyManager.cs: Refresh is meant to update the control from
9748         data in the datasource.  So, s/PullData/PushData.
9750         * BindingContext.cs: add more ugliness (we weren't handling the
9751         case where data_source = DataTable and data_member = column_name).
9753         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
9754         from the perspective of the datasource.  PullData pulls from the
9755         control, PushData pushes to the control.
9757 2006-06-20  Chris Toshok  <toshok@ximian.com>
9759         * BindingContext.cs: rewrite the CreateBindingManager code to
9760         handle navigation paths more or less properly.  This could
9761         definitely stand some more work, in particular to push the
9762         recursion up to the toplevel.  But that relies on fixes in other
9763         places (System.Data comes to mind).
9765         Also, move to a flat hashtable (and encode the twolevel nature of
9766         the dictionary into the hash key).  This lets us implement the
9767         IEnumerable.GetEnumerator method.
9769         * RelatedCurrencyManager.cs: new class.  Update our view based on
9770         our relation and our parent CurrencyManager's position.
9772         * CurrencyManager.cs: split out some logic from the ctor into
9773         SetView, so it can be called from the new RelatedCurrencyManager
9774         subclass.
9776         * RelatedPropertyManager.cs: new class.  Update our datasource
9777         based on the position of our parent CurrencyManager.
9779         * PropertyManager.cs: split out some logic from the ctor into
9780         SetDataSource, so it can be called from the new RelatedDataSource
9781         subclass.  Also, make the Current getter return the value
9782         of the PropertyDescriptor, not the data_source.
9784         * Binding.cs: no need to duplicate the string splitting code here.
9786 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
9788         * Control.cs:
9789           - set_Enabled: OnEnabledChanged is not called if the inherited state 
9790             of the control is not altered, even though  we might be changing the
9791             internal state of the control (#78458)
9792           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
9793             OnEnabledChanged, to allow easy altering of any child window state
9794           - OnEnabledChanged: Added code to enable/disable driver window state
9795           - OnParentEnabledChanged: Instead of firing the event, call 
9796             OnEnabledChanged, which will fire the event and also a) set driver
9797             window state and pass the enabled state to any grandchildren (#78458)
9799 2006-06-19  Jackson Harper  <jackson@ximian.com>
9801         * InternalWindowManager.cs: We don't set the cursor explicitly
9802         thats done via the response to NCHITTESTs.
9803         - Don't need to adjust for titlebar heights anymore, the
9804         coordinates are coming in the correct coordinates now (see peters
9805         last patch).
9808 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
9810         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
9811           being translated relative to whole window, instead of client window.
9812           That caused broken offsets on mouseclick (and caused gas for our
9813           InternalWindowManager)
9815 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
9817         * TextControl.cs:
9818           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
9819           - Undo(): Added replay of cursor move on DeleteChars action; added
9820             calling Undo() again if a recorded cursor move is invalid (to
9821             ensure that some action is performed on Undo)
9822         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
9824 2006-06-16  Jackson Harper  <jackson@ximian.com>
9826         * MdiClient.cs: Instead of just sizing maximized windows when
9827         there is a resize we also have to adjust the Y of minimized
9828         windows, so they stay pinned to the bottom of the mdi container.
9829         - Eliminate separate tracking of the active control, we can just
9830         get this from the controls collection.
9831         - Paint the decorations for the newly activated titlebar so we get
9832         a pretty blue bar.
9833         * InternalWindowManager.cs:
9834         * ThemeWin32Classic.cs: Minimized windows get all three buttons
9835         even if they are a tool window.
9836         
9837 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
9839         * TextControl.cs (Undo): Handle non-existent cursor locations in the
9840           undo buffer, these can happen when text was deleted and the cursor
9841           was recorded first. Since we will also have a recorded cursor
9842           after the delete this is not an issue. (Fixes #78651)
9844 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
9846         * AccessibleObject.cs: Remove dependence on Control.is_selected;
9847           instead properly track control states internally (allows us to
9848           remove is_selected from Control)
9850 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9852         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
9853         whose width is not a multiple of 8.
9855 2006-06-13  Jackson Harper  <jackson@ximian.com>
9857         * MdiClient.cs:  Only maximize the next child if the current one
9858         is maximized.
9860 2006-06-13  Chris Toshok  <toshok@ximian.com>
9862         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
9863         modified.  Also, guard against grid or grid_drawing being null in
9864         Invalidate.
9866         * DataGrid.cs: Reformat tons of getters/setters.  In the
9867         DataMember setter, just call SetNewDataSource instead of
9868         duplicating some of its functionality.  In SetNewDataSource, don't
9869         check ListManager for null, since the property getter creates the
9870         object if needed.
9872         * DataGridTableStyle.cs: don't set TableStyle or call
9873         SetDataGridInternal on the column here, it's done in
9874         GridColumnStylesCollection.Add.
9876         * GridColumnStylesCollection.cs: fix all the explicit interface
9877         implementations to just call our methods.  Nuke AddInternal() and
9878         move the body of it to Add().  Also, add a call to
9879         column.SetDataGridInternal to Add().
9881         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
9882         base()+duplicate code.  Also, use the Format property instead of
9883         format to generate an Invalidate ala MS.  Lastly, create the
9884         textbox here, unconditionally.
9885         (set_Format): call Invalidate.
9886         (get_TextBox): no need to call EnsureTextBox.
9887         (Commit): remove the message box.
9888         (Edit) remove the call to EnsureTextBox.
9889         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
9890         (EnterNullValue): no need to check textbox for null.
9891         (HideEditBox): no need to check textbox for null.
9892         (SetDataGridInColumn): add the textbox to the grid's controls.
9893         (EnsureTextBox): nuke.
9894         
9895 2006-06-13  Jackson Harper  <jackson@ximian.com>
9897         * MdiWindowManager.cs: Hook up to the maximized menus paint event
9898         and redraw the buttons when needed. Unhook when the window is
9899         unmaximized.
9900         * MainMenu.cs: Add an internal Paint event, the mdi window manager
9901         needs this so that it can redraw its buttons when the menu is
9902         repainted.
9903         * InternalWindowManager.cs:
9904         * Form.cs: The method order has changed for DrawMaximizedButtons,
9905         so that it can be a PaintEventHandler.
9906         
9907 2006-06-13  Jackson Harper  <jackson@ximian.com>
9909         * MdiClient.cs: When we close a maximized mdi window, the next mdi
9910         window is activated and maximized, even if it wasn't before.
9911         - When  a new window is activated repaint the decorations of the
9912         old one, so that it no longer has the Active "look" (the blue
9913         titlebar).
9914         * InternalWindowManager.cs: Open up CreateButtons to base classes
9915         so they can recreate the buttons on state changes.
9916         - If a window is maximized give it all three buttons
9917         * MdiWindowManager.cs: Create the titlebar buttons when the state
9918         is changed, this is needed because a toolwindow will not have all
9919         three buttons until it is maximized.
9921 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
9923         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
9924           Fixed bug #78609.
9926 2006-06-12  Jackson Harper  <jackson@ximian.com>
9928         * KeysConverter.cs: Make sure we handle the Ctrl special case
9929         if its the only key.
9930         
9931 2006-06-12  Jackson Harper  <jackson@ximian.com>
9933         * Theme.cs: Add a method to get the size of a managed window
9934         toolbar button.
9935         * InternalWindowManager.cs: Remove the ButtonSize property, this
9936         should be retrieved from the theme.
9937         * MdiWindowManager.cs: Get the button size from the theme
9938         * ThemeWin32Classic.cs: Make the method to get the managed window
9939         titlebar button size public.
9940         - Handle the different button sizes of maximized toolwindows
9941         (should match any maximized window).
9942         - Get the titlebar height from the theme, not the WM (which gets
9943         it from the theme).
9945 2006-06-12  Jackson Harper  <jackson@ximian.com>
9947         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
9948         event down to the mdi window manager.
9949         - Expose some extra stuff to base classes
9950         - Make sure to end the Capture on an NC Mouse up, so that we can
9951         get double clicks properly, and the sizing doens't stick.
9952         - When doing PointToClient contain it in the workable desktop
9953         area, this prevents windows from changing size when the cursor is
9954         pulled outside of the working area while sizing.
9955         * MdiWindowManager.cs: When we get a double click maximize the
9956         window.
9957         - Reset the cursor after handling mode changes.
9959 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
9961         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
9962           current desktop, instead of just assuming a 0, 0 origin. This
9963           is needed for our internal window manager, to know the top
9964           margin of the desktop
9966 2006-06-12  Chris Toshok  <toshok@ximian.com>
9968         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
9969         we need this to get rid of the selected background in the bool
9970         column.
9971         (CancelEditing): move the ConcedeFocus call to above the Abort
9972         call.  Also, set is_changing to false and invalidate the row
9973         header if we were changing before.
9974         (ProcessKeyPreviewInternal): remove, since noone outside this
9975         class calls it anymore.  Roll the code into ProcessKeyPreview.
9976         (EndEdit): remove the internal version.
9977         (InvalidateCurrentRowHeader): make private.
9979         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
9980         Keys.Escape handling (and with it the last call to
9981         DataGrid.EndEdit from outside the class.)
9984 2006-06-12  Chris Toshok  <toshok@ximian.com>
9986         * DataGridTextBox.cs (.ctor): isedit defaults to false.
9987         (OnKeyPress): set isedit to true.
9988         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
9989         already handled by the grid.
9991         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
9992         right.  ugh.
9993         (set_DataSource): SetDataSource always returns true, so stop
9994         putting it in an if statement.
9995         (EndEdit): get rid of some {}'s
9996         (ProcessGridKey): return true in case Keys.Escape.
9997         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
9998         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
9999         PositionChanged, stopped connecting to CurrentChanged.
10000         (GetDataSource): simplify this a bunch.
10001         (SetDataSource): change return type from bool to void.
10002         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
10003         to this, and make sure we don't set ListManager.Position inside
10004         set_CurrentCell.
10005         (OnListManagerItemChanged): if we're passed an actual index,
10006         redraw that row.
10008         * CurrencyManager.cs (set_Position): don't call PullData here.
10010 2006-06-09  Jackson Harper  <jackson@ximian.com>
10012         * TreeNode.cs:  Recalculate the visible order before doing the
10013         Expand/Collapse Below calls, because those calls generate an
10014         expose.
10015         - Reduce calls to the TreeView property, which is mildly expensive
10016         by using a local var.
10017         * Form.cs: Layout the MDI child windows when creating the parent
10018         form.
10019         - Don't use the internal constructor anymore
10020         * MdiClient.cs: use the parent form width/height (if available)
10021         when laying out the child windows, we do this because the
10022         mdiclient isn't docked yet when the initial layout is done.
10023         - Don't need an internal constructor anymore.
10025 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10027         * FileDialog.cs: handle access errors when trying to create a folder
10028         or changing to a directory. No need to initialize out parameters.
10030 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
10032         * FileDialog.cs: Append a number when creating a new folder if the
10033           folder already exists (use parenthesis instead of square brackets)
10035 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
10037         * FileDialog.cs:
10038           - Disabled registry support for windows and added better registry
10039             error checking for other systems (need to investigate why it
10040             works perfectly on my system)
10041           - If a folder already exist show an error MessageBox instead of
10042             trying to create an indexed name.
10043           - Fixed a non intentional typo.
10045 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10047         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
10049 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
10051         * FileDialog.cs: When creating a new folder don't crash if the
10052           folder already exists.
10054 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
10056         * FileDialog.cs: Allmost a complete rewrite.
10057           - added a "virtual" file system that handles the differences
10058             between unix and windows file systems (especially the directory
10059             structure). Moved most of the directory and file handling code
10060             into the vfs.
10061             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
10062             UnixFileSystem and FSEntry.
10063           - Recently used folder/directory, size, location and used file names
10064             (file name ComboBox) are now stored in the registry and get read
10065             before the dialog shows up (fixes part 6 of bug #78446).
10066           - Creation of new folders/directories is now possible (context menu
10067             or ToolBar). Added TextEntryDialog for this that fills in the gap
10068             until ListView.LabelEdit works.
10069           - Fixed cursor handling (bug #78527) and focus handling for
10070             PopupButtonPanel
10071           - Various "Search in" ComboBox enhancements. The content of the
10072             dropdown listbox now almost matches ms.
10073           - Changed the behaviour when the user switches to SpecialFolder
10074             Recent to show the ListView in View.Details.
10075           - Beside using the ToolBar to change the View property of the
10076             file ListView it is now possible to use the context menu too.
10078 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
10080         * ComboBox.cs: Don't create a new ObjectCollection when an item
10081           gets inserted. Just insert the item in the existing object_items
10082           ArrayList.
10084 2006-06-08  Jackson Harper  <jackson@ximian.com>
10086         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
10087         that the treeview and root node checks are done also, this fixes a
10088         regression i caused in the unit tests.
10090 2006-06-07  Wade Berrier <wberrier@novell.com> 
10092         * RichTextBox.cs: More ISO8859-1 -> unicode
10094 2006-06-07  Mike Kestner  <mkestner@novell.com>
10096         * ComboBox.cs : use items to hold highlight/selection so that
10097         collection insertions don't require synchronization.
10099 2006-06-07  Jackson Harper  <jackson@ximian.com>
10101         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
10102         routine.  We now always keep the sized edge at the cursor instead
10103         of computing movement and adjusting rects.  There is one buglet
10104         with this method though when the cursor is moved over area that
10105         the window can not expand too (such as the toolbars on the desktop).
10107 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10109         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
10110         here. Fixes crash on startup in AlbumSurfer.
10112 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
10114         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
10115           values
10117 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10119         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
10120         statement to avoid calling XNextEvent which will block if another thread
10121         took the event that we were expecting. Fixes bug #78605.
10123 2006-06-07  Mike Kestner  <mkestner@novell.com>
10125         * ListView.cs : isolated checkbox clicking from the selection logic.
10126         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
10128 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10130         * Form.cs: Check that the value passed to Form.DialogResult
10131         is a valid enum value.
10133 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10135         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
10136         Computer'. Clicking it in the network view goes to 'My Computer'.
10137         Added CIFS filesystem type. Display the mount point of filesystems.
10138         Avoid duplicate mount points (happens for me with CIFS);
10140 2006-06-06  Jackson Harper  <jackson@ximian.com>
10142         * InternalWindowManager.cs: Draw the maximized windows buttons
10143         when resizing.
10145 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10147         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
10148         all other dialogs. Fixes bug #78585.
10150 2006-06-06  Mike Kestner  <mkestner@novell.com>
10152         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
10153         Only invalidate checkbox on checkstate changes to avoid flicker.
10154         * ListBox.cs : avoid unselect/select when clicking selected item.
10155         avoid reselection flicker for already multiselected items.
10156         Fixes #78382.
10158 2006-06-06  Jackson Harper  <jackson@ximian.com>
10160         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
10161         the parent form so that the menu is removed if needed.
10163 2006-06-06  Mike Kestner  <mkestner@novell.com>
10165         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
10166         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
10168 2006-06-06  Mike Kestner  <mkestner@novell.com>
10170         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
10173 2006-06-06  Jackson Harper  <jackson@ximian.com>
10175         * Control.cs: Use the property (instead of the field) to get the
10176         default cursor so it is instantiated correctly.
10177         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
10178         resizes so we need to manually repaint the window decorations here.
10179         - Set the titlebar button locations as soon as they are created,
10180         otherwise they are not set correctly on win32.
10181         
10182 2006-06-06  Chris Toshok  <toshok@ximian.com>
10184         * CurrencyManager.cs (set_Position): call PullData before
10185         OnCurrentChanged.
10186         (AddNew): after calling IBindingList.AddNew, update our
10187         listposition, and call OnCurrentChanged/OnPositionChanged (without
10188         calling PullData).
10189         (OnCurrentChanged): remove the call to PullData from here.
10190         (OnItemChanged): remove the call to PushData from here.
10191         (OnPositionChanged): change the test from == null to != null to
10192         match the other methods.
10193         (ListChangedHandler): the grossest part of the patch.  Implement
10194         this such that it passes the unit tests in CurrencyManagerTest and
10195         the output more or less matches that of MS's implementation.
10197 2006-06-06  Mike Kestner  <mkestner@novell.com>
10199         * ListView.cs : only update check state on single click.
10200         * ThemeWin32Classic.cs : fix focus drawing for details view without
10201         fullrowselect.  Fixes #78454.
10202         * XplatUIX11.cs : fix for double click emission.
10204 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
10206         * PropertyGridView.cs : Applied Atsushi's patch to fix
10207         font dialog bug  (#78197).
10209 2006-06-05  Jackson Harper  <jackson@ximian.com>
10211         * TreeNode.cs: Compute the next node for expanding/collapsing
10212         correctly. We now factor in nodes without a NextNode
10213         correctly. (Fixes somes cases in nunit-gui).
10214         * InternalWindowManager.cs: Set the bounds when updating the
10215         virtual position of a tool window.
10216         
10217 2006-06-05  Chris Toshok  <toshok@ximian.com>
10219         * DataGrid.cs: rename cached_currencymgr to list_manager.
10220         (set_CurrentCell): move SetCurrentCell code here, and clean it up
10221         some.
10222         (CurrentRow, CurrentColumn): single accessors so we can make the
10223         cursor movement code a lot easier to understand.
10224         (CurrentRowIndex): implement this in terms of CurrentRow.
10225         (BeginEdit): clean this up a bit.
10226         (CancelEditing): sort out the is_editing/is_changing/is_adding
10227         stuff a little.
10228         (EndEdit): minor changes.
10229         (OnKeyDown): add a comment about a (most likely) unnecessary
10230         check.
10231         (OnMouseDown): cancel editing when we click on a row header.  And
10232         use the CurrentRow setter, not CurrentCell.
10233         (ProcessDialogKey): directly call ProcessGridKey.
10234         (UpdateSelectionAfterCursorMove): factor out this common block of
10235         code (it's used everywhere that we move the cursor by updating row
10236         or column).
10237         (ProcessGridKey): pretty substantial overhaul.  Use the
10238         CurrentRow/CurrentColumn properties to make the code a lot more
10239         readable.  Only use the CurrentCell property when we have to
10240         modify both row and column at once.  Tab behavior is still broken,
10241         and Delete is untested.
10242         (Select): if we have no selected rows, set selection_start to
10243         @row.
10244         (EditCurrentCell): rename EditCell this.  It was only ever invoked
10245         with CurrentCell as the arg, so drop the arg and rename it.
10247         * DataGridColumnStyle.cs: clean up the constructors a little, and
10248         drop CommonConstructor().
10250         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
10251         actually get notified when the user hits it.
10252         (ProcessKeyMessage): *substantially* simplify this method.
10253         There's no reason (that I can see) for the textbox to be making
10254         calls into the datagrid at all.  Remove all of them but the ones
10255         for Enter handling.  those will take some more work.
10257         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
10258         calling HideEditBox.
10259         (HideEditBox): if we have an active textbox, render it invisible
10260         without causing a re-layout of the datagrid.
10262 2006-06-05  Mike Kestner  <mkestner@novell.com>
10264         * ListView.cs : fix NRE crasher when focuseditem is cleared by
10265         collection changes by resetting it to Items[0].  Fixes #78587.
10267 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10269         * MessageBox.cs: if the height of the text is larger than the icon_size,
10270         use that. Fixes bug #78575.
10272 2006-06-05  Jackson Harper  <jackson@ximian.com>
10274         * TreeView.cs: Fix line drawing when scrolling.  To do this each
10275         node is basically responsible for drawing its entire horizontal
10276         area.  When drawing a node it draws its parent node lines if
10277         needed.
10278         - Adjust the clip area to the viewport rectangle
10279         - Fix Left/Right key handling to match MS. (It expand/collapses
10280         and moves to parents/first child but does not move selection to
10281         sibling nodes).
10282         - Fix SetTop to work with new bound calculation code
10283         - When scrollbars are no longer needed we need to reset scrolling
10284         vars and recalculate the visible order so the redraw is correct
10285         * TreeNode.cs: We can't expand/collapse nodes with no children.
10287 2006-06-03  John Luke  <john.luke@gmail.com> 
10289         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
10290         so the colors work without dev packages
10291         
10292 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
10294         * Control.cs 
10295           - Select: Implemented to just use activate. Seems to match MS 
10296             behaviour closest. Documented to only do actual control walking 
10297             based on it's parameters if in a container control so I moved 
10298             the code there.
10299           - Removed selection check logic from our internal Select() method
10300         * ContainerControl.cs:
10301           - Select: Moved selection logic from Control here, since MS documents
10302             that containers obey the bool arguments. No longer calling base
10304 2006-06-02  Jackson Harper  <jackson@ximian.com>
10306         * TreeView.cs: If the selected node isn't changed when we get
10307         focus update the previously selected node so that we see the
10308         selection box.
10310 2006-06-02  Mike Kestner  <mkestner@novell.com>
10312         * ComboBox.cs: restructure grab and general mouse event handling.
10313         Make the composite control raise mouse events like it was a single
10314         control for leaves/enters/motion/up/down events.  fix dropdown list
10315         coordinate mangling and refactor it into the scrollbar subclass to
10316         reduce code duplication.  Fixes #78282 #78361 and #78457.
10318 2006-06-02  Mike Kestner  <mkestner@novell.com>
10320         * ScrollBar.cs: remove Capture setting/clearing, as it happens
10321         automatically in the Control.WndProc.
10323 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10325         * FileDialog.cs: fix crash when running SharpChess, which sets the
10326         FilterIndex to 2 with only one Filter.
10328 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10330         * ToolBar.cs: add SizeSpecified property.
10331         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
10332         try to figure out our real size, otherwise fallback to what the
10333         container says.
10335 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
10337         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
10338         * Control.cs (WndProc): MS always calls the DefWndProc to pass
10339           up the event
10341 2006-06-01  Mike Kestner  <mkestner@novell.com>
10343         * ListView.cs: revamp the focus management in ListView.  It still
10344         causes churn of LostFocus/GotFocus emissions on clicks, but it's
10345         better than not handling focus at all.  Will revisit when pdb feels
10346         the general focus handling is solid.  Fixes #78526.
10348 2006-06-01  Jackson Harper  <jackson@ximian.com>
10350         * TreeView.cs: Set the default border style in the constructor.
10351         - Move painting to use OnPaintInternal instead of capturing
10352         WM_PAINT, this is the correct way of doing things
10353         - UpdateBelow shouldn't invalidate the scrollbar area
10354         - Cap the top on update below in case the node was above the top
10355         of the viewport rectangle.
10356         - ExpandBelow and Collapse below need to obey Begin/End Update.
10357         * TreeNode.cs: Make is_expanded internal so the treenode
10358         collection can change it without firing the whole event chain.
10359         * TreeNodeCollection.cs: When clearing all the child nodes make
10360         sure to recalc the visible order.
10361         - Improve algo for remove the top node
10363 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
10365         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
10366           SendMessage directly calling window procedures, which in turn might
10367           call SetFocus()
10369 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
10371         * Control.cs: Don't handle WM_SETFOCUS if the same window already
10372           has focus (works around X11 sending a FocusIn after our SetFocus)
10373         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
10375 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
10377         * Mime.cs: Fix for the NET_2_0 build.
10378           NameValueCollection needs StringComparer now.
10380 2006-05-31  Chris Toshok  <toshok@ximian.com>
10382         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
10383         return (via an out parameter) the starting X of the column.
10384         (UpdateVisibleColumn): track change to FromPixelToColumn.
10385         (HitTest): add a ColumnResize case here.
10386         (DrawResizeLine): new function, probably poorly named.
10388         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
10389         only need to keep one reference.
10390         (set_ListManager): same.
10391         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
10392         Also, add support for HitTestType.ColumnResize.
10393         (OnMouseMove): add column resize behavior here, and change the
10394         cursor to the correct one as we move around the datagrid.
10395         (OnMouseUp): terminate the column resize if we're resizing.
10396         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
10397         for the current cell.
10398         (ConnectListManagerEvents): use cached_currencymgr.
10399         (DisconnectListManagerEvents): fill this in, using
10400         cached_currencymgr.
10401         (SetCurrentCell): remove cached_currencymgr_events handling.
10402         (SetDataMember): only call DisconnectListManagerEvents if
10403         cached_currencymgr is != null.
10404         (SetDataSource): same.
10405         (OnListManagerCurrentChanged): cached_currencymgr_events ->
10406         cached_currencymgr.
10408 2006-05-31  Jackson Harper  <jackson@ximian.com>
10410         * BindingManagerBase.cs: Remove somedebug code that creeped into
10411         SVN.
10412         * TreeNode.cs: We get the indent level dynamically right now, so
10413         don't track it as a member.
10414         * TreeNodeCollection.cs: Make sure all nodes added to the list
10415         have parents, treeviews/topnodes setup properly.
10416         - Don't attempt to track indent level.
10418 2006-05-30  Jackson Harper  <jackson@ximian.com>
10420         * BindingContext.cs: Create the currency manager tables here.
10421         This allows us to more easily create null tables (when bad data
10422         members are used), and more easily create related currency
10423         managers.
10424         * CurrencyManager.cs: All the table creation stuff is done by the
10425         binding context now.
10426         - Current should throw an exception if listposition is -1.
10427         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
10428         been bound yet.
10430 2006-05-30  Mike Kestner  <mkestner@novell.com>
10432         * ListView.cs: allow reexpansion of zero-width column headers.
10433         Fixes #78528.
10435 2006-05-28  Chris Toshok  <toshok@ximian.com>
10437         * CurrencyManager.cs (get_Current): after the late binding
10438         listposition = -1 fix, we need to guard against it here and return
10439         null, otherwise we raise an exception (which is swallowed
10440         elsewhere, and breaks datagrid databinding.)
10442 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
10444         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
10445           than WM_SYSKEY, don't throw if get something unexpected (#78507)
10447 2006-05-26  Jackson Harper  <jackson@ximian.com>
10449         * ControlPaint.cs:
10450         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
10451         values, it's faster and it's all we care about (we don't care if
10452         the names aren't equal).
10453         * KeyboardLayouts.cs: Eliminate some dead code.
10454         - Lazy init things
10455         * X11Keyboard.cs: Lazy init keyboard detection.
10456         - Cleanup access modifiers a little.
10458 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
10460         * XplatUIX11.cs: Once again, attempting to get layout just right.
10462 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
10464         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
10465           the sizes of each link section, that will result in sizes that
10466           match DrawString's layout (Fixes #78391)
10468 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
10470         * FileDialog.cs: If AddExtension property is true autocomplete the
10471           extensions in SaveFileDialog correctly. Fixes bug #78453.
10472           Set MyNetwork and MyComputer to "C:\" for windows. This should
10473           fix part 8 of bug #78446 for now.
10475 2006-05-26  Chris Toshok  <toshok@ximian.com>
10477         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
10478         invalidate the current row header if we need to, but presumably
10479         we'll invalidate the row corrsponding to the bounds or
10480         editingControl.
10481         (GridHScrolled): switch back to this method, as it's part of the
10482         public api.  *sigh*.
10483         (GridVScrolled): same.
10484         (OnMouseWheel): hack up something that more or less works.  Call
10485         GridHScrolled/GridVScrolled directly, instead of duplicating much
10486         of their code here.
10487         (EnsureCellVisibility): reinstate a bunch of this code, since we
10488         can't just set the scrollbar Value and expect to do all the work
10489         in the ValueChanged handler.  Also, Call Update() after scrolling
10490         in one direction so the other XplatX11.ScrollWindow call has the
10491         proper stuff in the proper places.
10492         (EditCell): set is_editing to true before calling .Edit.
10494         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
10495         don't bother comparing first.
10496         (OnKeyPress): call grid.ColumnStartedEditing before calling
10497         base.OnKeyPress.  this will set is_changing and invalidate the row
10498         header if necessary.
10499         (ProcessKeyMessage): for WM_CHAR messages, call
10500         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
10501         and WM_KEYDOWN.
10502         
10503         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
10504         it's done in the DataGrid.
10505         (NextState): call grid.ColumnStartedEditing, which takes care of
10506         invalidating the row header (and setting is_changing).
10508         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
10509         here.  it's done in the DataGrid.
10511 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10513         * Control.cs: allow changing the cursor when the mouse position is
10514         out of bounds but Capture is set.
10515         * LinkLabel.cs: handle the case when the mouse button is pressed on the
10516         linklabel but released somewhere else.
10518 2006-05-25  Jackson Harper  <jackson@ximian.com>
10520         * TreeView.cs: When we get focus if there is no selected node make
10521         it the top node
10522         - Remove some uneeded setup code from Draw.
10523         * TreeNodeCollection.cs: If the tree doesn't have a top node when
10524         a new node is inserted make the new node the top.
10525         * XplatUIX11.cs:
10526         * Timer.cs: Use Utc time so that no local time zone stuff needs to
10527         be used (should be faster).
10528         
10529 2006-05-25  Chris Toshok  <toshok@ximian.com>
10531         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
10532         problem with the last commit.
10534 2006-05-25  Chris Toshok  <toshok@ximian.com>
10536         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
10537         need the invalidate call here, while scrolling right-to-left via
10538         the left arrow key (i.e. moving the editing cell while scrolling).
10540         * DataGrid.cs (.ctor): remove the initialization of
10541         ctrl_pressed/shift_pressed.  We no longer track them using key
10542         up/down handlers, but by using Control.ModifierKeys.  Also, switch
10543         to using ValueChanged handlers on the scrollbars instead of
10544         Scrolled event handlers.  This simplifies a bunch of the scrolling
10545         code.
10546         (GridHValueChanged): rename from GridHScrolled, and change it to
10547         work with the new event args.
10548         (GridVValueChanged): same.
10549         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
10550         (OnMouseWheel): actually scroll the datagrid.  Don't change the
10551         selected cell.
10552         (ProcessGridKey): correct all the keyboard navigation stuff I
10553         could find.  Ctrl up/down/left/right/home/end work now.
10554         (EnsureCellVisibility): correct method name spelling.  Also,
10555         simplify this a touch by not explicitly calling the
10556         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
10557         scrollbar value.
10558         (OnKeyUpDG): no need for this method now.
10559         
10560 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10562         * LinkLabel.cs: display the OverrideCursor when hovering the label.
10563         Fixes bug #78392.
10565 2006-05-25  Chris Toshok  <toshok@ximian.com>
10567         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
10568         r61019.
10570 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
10572         * Application.cs: Moved setting of is_modal and closing to before
10573           we create the control, to allow the event handlers called as a
10574           result of creation affect closing. Also removed Gonzalo's previous
10575           change to setting DialogResult, the behaviour has been moved to 
10576           Form.ShowDialog()
10577         * Form.cs: 
10578           - ShowDialog(): Removed explicit creation of the form, let RunLoop
10579             handle it instead
10580           - ShowDialog(): If no dialog result is set, we need to return Cancel
10581           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
10582             the close is cancelled
10584 2006-05-25  Jackson Harper  <jackson@ximian.com>
10586         * StatusBar.cs: We only need to update the sizes of the other
10587         panels when we have auto size contents.  Also we are only updating
10588         the contents of the panel, not the borders, so compensate for the
10589         border width (TODO: get this width from the theme somehow).
10590         * TreeView.cs: Scrollable is true by default
10591         - Use invalidate instead of refresh where needed
10592         - Factor the scrollable value into scrollbar updating
10593         - Update the scrollbars if the Scrollable property is altered
10594         - Update the selected node if its ImageIndex is changed
10595         - Handle null nodes in UpdateNode (mainly so we don't have to
10596         check if selected is null when updating it
10597         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
10598         are factored into the visible count
10599         - Use VisibleCount for clarity in the code
10600         - When the font is changed we need to recurse through all the
10601         nodes and invalidate their sizes
10602         
10603 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10605         * Application.cs: set the DialogResult to fixed when the main form is
10606         hidden or destroyed while being modal.
10608 2006-05-25  Miguel de Icaza  <miguel@novell.com>
10610         * Theme.cs: Use Tangoified messagebox icons. 
10612         (GetSizedResourceImage): Also cope with width = 0 and do not
10613         trigger a warning in that case (0 means "give me your icon from
10614         the resouce, no special size needed).
10616 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
10618         * Application.cs: Leave runloop if the the main modal form is 
10619           hidden (fixes #78484)
10621 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
10623         * BindingContext.cs : reject null datasource in Contains() and
10624           Item[].
10625         * CurrencyManager.cs : check data_member validity when data_source
10626           is dataset. When it is late binding, the initial position is -1.
10628 2006-05-24  Jackson Harper  <jackson@ximian.com>
10630         * TreeNodeCollection.cs: Dont't recalculate the visible order on
10631         inserted nodes that aren't visible.  This changes the
10632         max_visible_order which confuses scrollbar settings.
10633         - Use the enumerator to get the prev node instead of duplicating
10634         code.
10635         * TreeView.cs: Use new method for setting scrollbar values
10636         - Don't set the bounds every time the scrollbar is updated
10637         - When updating below the root node use an invalidate instead of a
10638         refresh to prevent the child controls (scrollbars) from being
10639         refreshed. (UpdateBelow still needs to be reworked anyways).
10640         - Reenable SetBottom now that visible orders are set correctly,
10641         added some debug code incase we ever get bad values there again.
10642         - Set the scrollbar max to 2 less then the max value, this
10643         compensates for the max value being one above the node count, and
10644         for scrollbars adding one extra "notch".
10645         - When drawing image nodes if there is an imagelist we draw the
10646         first image in the list if the supplied image index is out of the
10647         image list's bounds.
10648         
10649 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
10651         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
10652           we receive a size change from the WM (Fixes #78503)
10654 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
10656         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
10657           rectangle (Fixes #78501)
10659 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
10661         * ButtonBase.cs: 
10662           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
10663             as a bitfield.
10664           - Fixed MouseMove to no longer switch pressed state unless the left
10665             mouse button is pressed. Atsushi provided the original patch (#78485)
10666           
10667 2006-05-24  Jackson Harper  <jackson@ximian.com>
10669         * ScrollBar.cs: New internal methods that allow us to change a
10670         couple values on the scrollbar (the most common case is maximum
10671         and large change) without getting multiple invalidates.
10673 2006-05-24  Chris Toshok  <toshok@ximian.com>
10675         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
10676         (Edit): save off the original state in oldState, and set
10677         grid.is_editing to true.
10678         (OnKeyDown): abort editing if escape is pressed.  also, call
10679         NextState if space is pressed.
10680         (OnMouseDown): call NextState.
10681         (NextState): factor out shared code from OnKeyDown and OnMouseDown
10682         here.  Also, only invalidate the row header once (on the initial
10683         is_changing switch) to save on redraws.
10685 2006-05-24  Chris Toshok  <toshok@ximian.com>
10687         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
10688         if the value in the cell is different than it was before.  This
10689         keeps us from triggering a layout when we move around a datarid
10690         with a highlighted cell.
10691         (Edit): suspend layout when creating/positining the text box, and
10692         resume passing false so we don't ever actually re-layout.
10693         (ReleaseHostedControl): same.
10694         (EnsureTextBox): reformat slightly, and set WordWrap to false.
10696         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
10697         control-key sequences should go to the datagrid - remove that
10698         lock.  Also, modify the conditions under which we move between
10699         cells when moving the cursor within a cell, and remove the "this"
10700         and "base" from field accesses.  We weren't even consistent, given
10701         they all were in the base class.
10703 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
10705         * Binding.cs : (.ctor)
10706           An obvious NRE fix for BindingTest.CtorNullTest().
10708 2006-05-23  Chris Toshok  <toshok@ximian.com>
10710         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
10711         them between lines.  This fixes some quirks editing cells in the
10712         datagrid.
10714 2006-05-23  Jackson Harper  <jackson@ximian.com>
10716         * TreeView.cs: Use begin/end update when doing expand/collapse all
10717         so that we don't get flicker on the scrollbar.
10719 2006-05-23  Jackson Harper  <jackson@ximian.com>
10721         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
10722         treenode calculations to be independant of the painting code. To
10723         do this nodes track a visible order which is calculated by the
10724         treeview.
10725         - Call new methods for expanding/collapsing nodes.  These methods
10726         use scrollwindow so we don't have to update everything below the
10727         node.
10728         * TreeView.cs: Refactored drawing and scrolling code.  We don't
10729         need to update nodes when drawing anymore or calculate scrollbar
10730         stuff.
10731         - Added new methods for expanding/collapsing nodes. These methods
10732         use ScrollWindow so as to not have to redraw all the nodes below.
10733         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
10734         we add/remove nodes or sort.
10735         - Handle removing the selected and the top node properly.
10737 2006-05-23  Chris Toshok  <toshok@ximian.com>
10739         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
10740         maybe this should actually happen in the datagrid code?
10741         (EndEdit): no need to invalidate anything, given that
10742         ReleaseHostedControl causes the datagrid to relayout, which
10743         invalidates everything anyway.
10745         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
10746         in SetCurrentCell).
10747         (set_SelectionBackColor): call InvalidateSelection instead of
10748         Refresh.
10749         (set_SelectionForeColor): same.
10750         (BeginEdit): Flesh this out a bit.
10751         (CancelEditing): only do any of this if we're editing/adding.
10752         (EndEdit): same.
10753         (OnMouseDown): there's no need to cancel editing here, it's done
10754         in SetCurrentCell.
10755         (SetCurrentCell): only invalidate the current row header if it's a
10756         different row than the new one.
10757         (ShiftSelection): fix this to work like MS does.
10758         (ResetSelection): factor out the invalidation of selected_rows to
10759         InvalidateSelection.
10760         (SetDataSource): cancel any editing that's going on.
10762         * DataGridColumnStyle.cs
10763         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
10764         call the non-interface version.
10766         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
10767         header rectangle with the clip rectangle so we don't redraw the
10768         entire header for just a small area.  Gets rid of the last flicker
10769         when horizontally scrolling.
10770         (DataGridPaintRow): same.
10772 2006-05-23  Mike Kestner  <mkestner@novell.com>
10774         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
10775         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
10776         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
10777         Critical bug report.
10779 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
10781         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
10782           and this fixes #78493
10784 2006-05-23  Miguel de Icaza  <miguel@novell.com>
10786         * Theme.cs (GetSizedResourceImage): Scale images if the proper
10787         size is not found.  
10788         
10789         * FileDialog.cs: Do not change the background for the side bar as
10790         it wont work nicely with the theme, and also reduces the artifacts
10791         in rendering the icons (which I want to fix too).
10793         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
10794         resources, not resgen resources. 
10796         (PlatformDefaultHandler): Pull images using the new API.
10798 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
10800         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
10801           a reference to the hwnd and will not remove it unless there are
10802           no pending exposures (fixes #78341)
10803         * XplatUI.cs: Improved debug
10805 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
10807         * MenuAPI.cs : don't handle OnClick event when it was not the left
10808           button. Fixed bug #78487.
10810 2006-05-23  Mike Kestner  <mkestner@novell.com>
10812         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
10813         prefer submenus to the top menu for item lookup, to avoid popping down
10814         top-row items.
10816 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
10818         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
10819           Graphics.FillRectangle as the visual results are really bad (even
10820           on win). We now draw perfect arrows (and perfect shadows when the
10821           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
10822           Pen.DashPattern to draw the dots of each line.
10824 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
10826         * FileDialog.cs: Update the filename combobox when navigating through
10827           the ListView with the cursor keys. Fixes part 7 of bug #78446.
10829 2006-05-22  Mike Kestner  <mkestner@novell.com>
10831         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
10832         Fixes #78463.
10834 2006-05-22  Mike Kestner  <mkestner@novell.com>
10836         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
10837         requests. Fix a misspelled parameter and a copy paste exception error
10838         in Select.
10840 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
10842         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
10843           to get the same width/height (5/13) on X11 as the default font has on
10844           win32. This means that our DefaultFont emSize is smaller than the 
10845           the MS SWF equivalent (even thought the width/height stays the same)
10847 2006-05-20  Jackson Harper  <jackson@ximian.com>
10849         * MdiClient.cs:
10850         * MdiWindowManager.cs:
10851         * InternalWindowManager.cs: Make sure to use the border width from
10852         the theme.
10854 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
10856         * PrintDialog.cs: Implements printer details
10858 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
10860         * FileDialog.cs: Added focus handling for PopupButtonPanel.
10861           Fixes part 1 and 2 of bug #78446
10863 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
10865         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
10866           instead of sticking to the first ever calculated value
10868 2006-05-19  Mike Kestner  <mkestner@novell.com>
10870         * ComboBox.cs: fix mouse motion selection to use MousePosition and
10871         PointToClient, since Capture is set. Fixes #78344.
10873 2006-05-19  Mike Kestner  <mkestner@novell.com>
10875         * ListView.cs: match MS behavior in Details view where items are not
10876         drawn if Columns.Count == 0. 
10877         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
10878         Use a separate pen to draw the check, since changing the width affects
10879         the box as well.  Fixes #78454.
10881 2006-05-18  Miguel de Icaza  <miguel@novell.com>
10883         * ListView.cs: ArgumentOutOfRangeException, single versions of the
10884         exception should throw the name of the invalid argument.
10886         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
10887         there are no files listed. 
10889 2006-05-18  Jackson Harper  <jackson@ximian.com>
10891         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
10892         up.
10894 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
10896         * Control.cs: Brought back our old UpdateZOrder method as a private
10897           function and switched our calls from UpdateZOrder to the new one.
10898           This fixes the Paint.Net canvas disappearing bug.
10900 2006-05-18  Jackson Harper  <jackson@ximian.com>
10902         * Theme.cs:
10903         * ThemeWin32Classic.cs:
10904         * InternalWindowManager.cs: Move the drawing into the theme,
10905         expose everything the theme should need from the window manager.
10907 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
10909         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
10910           from the call to NativeWindow to avoid walking up the parent chain
10911           further than needed (speeds up setting cursors and avoids setting
10912           the wrong cursor if a parent has another cursor defined)
10913         * Cursor.cs: When loading an icon as cursor, MS uses the center of
10914           the icon as hotspot, not what's contained as hotspot in the icon
10915           file. This fixes the perceived drawing offset seen with Paint.Net
10916         
10917 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
10919         * XplatUIX11.cs: 
10920           - Store the calculated rectangle in Hwnd object and use it when 
10921             setting the client size
10922           - Force Toolwindows to always be type Dock, to ensure they're on top
10924 2006-05-18  Mike Kestner  <mkestner@novell.com>
10926         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
10927         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
10928         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
10929         Substantial refactoring to remove confusing nested classes. Coding
10930         standard and Get+Set->property refactorings.  Shift to index based
10931         highlighting in ComboListBox instead of constantly using IndexOf and
10932         Items[]. Add invalidations on resize for DropDownList to fix ugliness
10933         in FileDialog growth.  Draw borders manually since Simple mode needs
10934         to look like two independent controls.  Make listbox border
10935         conditional to DropDownStyle.  Improved OwnerDraw support.
10937 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
10939         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
10940         Don't set the disposed graphics to null, so we can throw the "right"
10941         exception if the graphics is reused later (added a flag to avoid 
10942         double disposing). Some behaviours are different under 2.0 and are
10943         filled under bug #78448.
10945 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
10947         * Control.cs: When double-buffering is enabled, we need to reset
10948           our graphics context between paint calls. Otherwise, any 
10949           transformations and other alterations on the context will 
10950           become cumulative (#77734)
10952 2006-05-18  Mike Kestner  <mkestner@novell.com>
10954         * ListView.cs: do focused item selection like MS on clicks. 
10955         Rework focus handling for ItemControl so LostFocus invalidates as
10956         well.
10957         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
10958         the ListView ItemControl has focus.
10960 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
10962         * XplatUIX11.cs: If client_window ends up being width or height zero
10963           due to border settings, move it off window inside whole_window (#78433)
10965 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
10967         * Mime.cs: Shrink the mime file cache correctly.
10969 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
10971         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
10973 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
10975         * XplatUIX11.cs (AddExpose): More sanity checks
10977 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
10979         * XplatUIX11.cs:
10980           - AddExpose: Don't add expose ranges outside the size of our
10981             window
10982           - Cast opacity values to Int32 to avoid crashes with certain
10983             values
10984           - Added disabled code paths that protect against illegal cross-
10985             thread painting (Developers.exe)
10987 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
10989         * ProgressBar.cs: Invalidate the control when it's resized
10990           since block size is based on control size. (#78388)
10992 2006-05-16  Miguel de Icaza  <miguel@novell.com>
10994         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
10995         of setting the incoming argument to the "reset" value, we set the
10996         this.datamember to string.empty (before we were invalidating the
10997         incoming data).   
10999         Fixes 78420
11001 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
11003         * Form.cs: Only apply transparency settings after the form
11004           is created. (Fixes #77800)
11006 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
11008         * ApplicationContext.cs: Grab the HandleDestroyed event so
11009           we know when to fire OnMainFormClosed 
11011 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
11013         * Application.cs: Introduced sub-class to allow tracking of
11014           threads and centralized triggering of the event mess for
11015           ThreadExit, AppExit, etc..  (#76156)
11017 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
11019         * MimeIcon.cs:
11020           - Do not return a null icon index value for a mime subclass.
11021             Instead try the main mime type class too.
11022           - Seems that some newer distributions don't have a link to some
11023             gnome default icons anymore. So check the default gnome dir too.
11024           
11026 2006-05-16  Jackson Harper  <jackson@ximian.com>
11028         * MdiClient.cs: Don't paint the parent background image if we have
11029         our own background image.
11031 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
11033         * Control.cs:
11034           - PerformLayout: Do not shrink space filled by DockStyle.Fill
11035             controls, all filled controls are supposed to overlap (#78080)
11036           - UpdateZOrder is supposed to update the control's z-order in the
11037             parent's z-order chain. Fixed to behave like that
11038           - BringToFront: Removed obsolete code
11039           - SendToBack: Simplyfied
11040           - SetChildIndex: Trigger layout calculations when Z-order changes
11041             since layout is done by z-order
11043 2006-05-16  Chris Toshok  <toshok@ximian.com>
11045         [ fixes bug #78410 ]
11046         * DataGrid.cs (set_AlternatingBackColor): use
11047         grid_drawing.InvalidateCells instead of Refresh().
11048         (set_BackColor): call grid_drawing.InvalidateCells.
11049         (set_BackgroundColor): use Invalidate instead of Refresh.
11051         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
11052         invalidate the cell area.
11054 2006-05-15  Chris Toshok  <toshok@ximian.com>
11056         [ fixes bug #78011 ]
11057         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
11058         on to DataGridPaintRow.
11059         (DataGridPaintRow): take a clip argument, and only draw the cells
11060         which intersect it.  same with the not_usedarea.
11062         * Theme.cs (DataGridPaintRow) add @clip parameter.
11064         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
11065         XplatUI.ScrollWindow.
11066         (ScrollToRow): same.
11068         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
11069         with last column which was causing a gray swath to appear with the
11070         XplatUI.ScrollWindow code.
11072 2006-05-15  Chris Toshok  <toshok@ximian.com>
11074         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
11075         use XplatUI.ScrollWindow.
11076         (VerticalScrollEvent): use XplatUI.ScrollWindow.
11078 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
11080         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
11082 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
11084         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
11085           file since there are no equivalent X11 cursors
11087 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
11089         * MonthCalendar.cs : DateTimePicker should reflect selected date
11090           on mouse*up*, not mouse*down*. Fixed originally reported part of
11091           bug #76474.
11093 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
11095         * TabControl.cs : When argument index is equal or more than tab
11096           count, just ignore. Fixed bug #78395.
11098 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
11100         * Control.cs: Dispose all child controls when control is diposed (#78394)
11102 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
11104         * ColorDialog.cs: Finally it is possible to select the color with
11105           the text boxes
11107 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
11109         * PrintDialog.cs: Fix typo
11111 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
11113         * PrintDialog.cs: PrintDialog is not resizable
11114         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
11115           color. Made some ToolBar drawing methods protected virtual.
11117 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
11119         * PrintDialog.cs: Implementation of the PrintDialog
11121 2006-05-12  Chris Toshok  <toshok@ximian.com>
11123         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
11124         thumb, instead use MoveThumb.  This has the side effect of making
11125         most of the other thumb moving machinery use MoveThumb as well.
11126         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
11127         need to actually invalidate the rectangle where the new thumb will
11128         go.
11129         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
11130         We force an Update() after, so it's not as fast as it could be,
11131         but at least there's zero flicker and no droppings.
11132         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
11133         (UpdateThumbPos): add another argument (dirty), which says whether
11134         or not to calculate/add dirty regions which we later invalidate.
11135         For cases where we know we're going to use MoveThumb, we pass
11136         false for this.  Otherwise, pass true.
11138 2006-05-12  Jackson Harper  <jackson@ximian.com>
11140         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
11141         the status bar.
11142         
11143 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
11145         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
11146           and GetClipRegion methods and UserClipWontExposeParent property.
11147         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
11148           overriding UserClipWontExposeParent property, setting to false, since
11149           Win32 handles the required expose messages to draw our clipped parent
11150           areas internally
11151         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
11152           PaintEventStart to set the user clip region if set.
11153         * Control.cs: 
11154           - Now internally tracking the Region for the control since we need to
11155             store it if the handle is not yet created and only set it when it
11156             becomes created. Before setting the region forced handle creation
11157           - Added code to draw the parents underneath a user-clipped region
11158         * Hwnd.cs: Added UserClip property
11160 2006-05-12  Chris Toshok  <toshok@ximian.com>
11162         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
11163         (set_Maximum): same.
11164         (set_Minimum): same.
11165         (set_SmallChange): same.
11166         (OnMouseUpSB): remove the call to refresh when releasing the
11167         thumb.  We shouldn't need it.
11168         
11169 2006-05-12  Miguel de Icaza  <miguel@novell.com>
11171         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
11172         AutoSize set to None, we do not need to relayout everything, we
11173         just need to invalidate the current region.
11175         (Draw): Do not draw the entire ClientArea, just redraw the
11176         clip area being passed.
11178         * MdiClient.cs: Make MdiClient constructor with the Form argument
11179         internal. 
11181 2006-05-12  Jackson Harper  <jackson@ximian.com>
11183         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
11184         parents background image,  but strangely not their own.
11185         - (DrawStatusBarPanel): Take into account horizontal alignment
11186         when drawing the strings and icons.
11188 2006-05-12  Mike Kestner  <mkestner@novell.com>
11190         * ListBox.cs: avoid invalidations for focus when the collection is
11191         empty. 
11193 2006-05-12  Chris Toshok  <toshok@ximian.com>
11195         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
11196         invalidate the entire thumb area.  Call InvalidateDirty which
11197         limits the redraw to the thumb itself and surrounding pixels.
11199         * XplatUIX11.cs (ScrollWindow): optimize copying.
11200         
11201 2006-05-12  Chris Toshok  <toshok@ximian.com>
11203         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
11204         Figure out the positioning/layout in a single pass instead of
11205         multiple recursive invocations.  Speeds up the initial display of
11206         the data grid.  Also, make many things private that were
11207         originally public but unused outside this class.
11209 2006-05-11  Jackson Harper  <jackson@ximian.com>
11211         * MdiClient.cs: Improved layout code.
11213 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
11215         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
11216           not SelectedObject.
11218 2006-05-11  Chris Toshok  <toshok@ximian.com>
11220         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
11221         union of that will always be {0,0,width,height}.
11223 2006-05-11  Jackson Harper  <jackson@ximian.com>
11225         * Form.cs: Match MS's DefaultSize for forms (they must have
11226         changed the size in sp2).
11228 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
11230         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
11232 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
11234         * TextControl.cs : Fixed bug #78109. This incorrect position
11235           comparison caused crash on automatic line split.
11236         * TextBoxBase.cs : reduce duplicate code.
11238 2006-05-10  Jackson Harper  <jackson@ximian.com>
11240         * MdiClient.cs: Active form is only sent to the back when using
11241         the Next form functionality, when a form is clicked the current
11242         active shouldn't be sent to the back.
11243         - Layout the mdi windows when the container is first made visible.
11244         * Form.cs: Give the MdiClient a ref to the containing form when we
11245         create it.
11246         
11247 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
11249         * LinkLabel.cs : link_font could be uninitialized, so populate one
11250           before actual use. Fixed bug #78340.
11252 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
11254         * XplatUIX11.cs : clipboard format native value is IntPtr.
11255           Fixed bug #78283.
11257 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
11259         * Control.cs: 
11260           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
11261             which is passed up the parent chain by DefWndProc
11262           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
11263             to DefWndProc (#77956)
11264         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
11266 2006-05-10  Jackson Harper  <jackson@ximian.com>
11268         * MdiClient.cs: We need to remove the controls from the mdi
11269         collection, when we close the window.
11270         * MdiWindowManager.cs: Special handling of closing mdi windows.
11271         * InternalWindowManager.cs: Make the close method virtual so the
11272         mdi window manager can handle it specially.
11274 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
11276         * DataGrid.cs:
11277           - Recalculate grid when the data source has changed
11278           - Matches styles provided by user from all data sources types
11279         * DataGridTableStyle.cs: For columns that provided by the user set the
11280         with the preferred value is there was unassigned.
11281         * CurrencyManager.cs: throw OnItemChanged event
11283 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
11285         * PictureBox.cs: Don't animate until handle is created. Start animation
11286           when handle is created.
11288 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
11290         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
11291           current codebase.
11292         * XEventQueue.cs: We don't need to provide the extra info
11294 2006-05-10  Jackson Harper  <jackson@ximian.com>
11296         * MdiClient.cs: If the mdi clients parent form has a background
11297         image set, we draw that background image for the mdi area's
11298         background.
11300 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
11302         * TextBoxBase.cs: Set IBeam cursor (#78347)
11304 2006-05-10  Mike Kestner  <mkestner@novell.com>
11306         * ToolBar.cs: fix some text padding issues with ButtonSize
11307         calculation. Update the default size to match MS documentation.
11308         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
11309         button size. Fixes #78296.
11311 2006-05-10  Mike Kestner  <mkestner@novell.com>
11313         * ListBox.cs: use is_visible for scrollbar positioning in case the
11314         control isn't on screen yet.  Fix off by one with Right vs Width
11315         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
11316         
11317 2006-05-10  Jackson Harper  <jackson@ximian.com>
11319         * X11Dnd.cs: Drop to a control with another control on top of it.
11320         * ToolBar.cs: Work on a copy of the buttons list, so that it can
11321         be modified in click handlers. TODO: Look for similar problems in
11322         other controls.
11324 2006-05-09  Jackson Harper  <jackson@ximian.com>
11326         * Form.cs: Window managers need the old window state when setting
11327         window state now.
11328         * InternalWindowManager.cs: Allow the base mdi window manager to
11329         handle more of the MDI only stuff (like maximize buttons).
11330         * MdiWindowManager.cs: Fix some snafus in changing the window
11331         state.  Add all the menu functionality, for both popup and
11332         maximized menus.
11333         * MdiClient.cs: When a new form is selected the currently
11334         activated form is sent to the back, this matches MS.
11335         - Implement a new method to activate the next mdi child window.
11337 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
11339         * Control.cs: 
11340           - Added new InternalCapture method to allow controls to prevent
11341             the capture behaviour on the click handlers
11342           - Switched to use InternalCapture
11343         * ComboBox.cs:
11344           - Using InternalCapture to prevent mouse captures from being released
11345             on mouse button release (Fixes #78100)
11346         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
11347           returns Form borders if a caption is present. (Fixes #78310)
11349 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
11351         * TreeNode.cs: Changed serialization .ctor to not require every field
11352           to be present. (#78265)
11353         * OwnerDrawPropertyBag.cs: Added serialization .ctor
11355 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
11357         * MimeIcon.cs: for is faster than foreach for strings.
11359 2006-05-05  Mike Kestner  <mkestner@novell.com>
11361         * CheckedListBox.cs: update check handling code to not use selected.
11362         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
11363         behavior for visual feedback, motion response, shift/ctrl handling,
11364         and properly deal with all 4 selection modes. Updates to bounds
11365         handling logic.  Add scroll wheel support. [Fixes #77842]
11367 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
11369         * ListView.cs:
11370           - Moved adding of Implicit controls into .ctor. That way, subsequent
11371             creation of the controls will not cause them to think they are 
11372             toplevel windows (fixes #78200 header problem)
11373           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
11374           - Switched visibility setting of header control to use internal field
11375             to avoid triggering handle creation
11376           - Now checking if handle is created before causing a refresh when items
11377             are added (This makes us now match handle creation time with MS)
11378         * Splitter.cs: Removed loading of private splitter cursor, switched to
11379           Cursors version now that that is loading the right ones
11380         * Cursors.cs: Load proper splitter cursors from resources
11381         * Cursor.cs: Added second method of loading resource cursors for the 
11382           VS.Net users amongst us
11384 2006-05-05  Mike Kestner  <mkestner@novell.com>
11386         * ListView.cs: give header_control a minimum size based on the
11387         ListView size.
11389 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
11391         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
11392           window seems to do that with metacity, so set that type. (#78120)
11394 2006-05-05  Mike Kestner  <mkestner@novell.com>
11396         * ListViewItem.cs: fix Details mode checkbox layout bug.
11397         * ThemeWin32Classic.cs: draw a ListView column header for unused space
11398         at the end of the header, if it exists. [Fixes for #78200]
11400 2006-05-04  Jackson Harper  <jackson@ximian.com>
11402         * MdiClient.cs: Add a helper property to get the container form.
11403         * MdiWindowManager.cs: We have to make sure to use the menu origin
11404         when drawing the icons and buttons, this fixes maximized window
11405         icons/buttons on win32.
11406         * InternalWindowManager.cs: Reset the restore captions when a
11407         window goes from Maximized to Minimized and vice versa. Move the
11408         DrawMaximizedButtons into the MdiWindowManager source, tool
11409         windows can't be maximized. NOTE: This could use a little
11410         refactoring if time ever permits.
11411         
11412 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
11414         * TextBox.cs: Add MWFCategoryAttributes
11415         * TextBoxBase.cs: Add MWFCategoryAttributes
11416         * Form.cs: Add MWFCategoryAttributes
11418 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
11420         * Control.cs: Add MWFCategoryAttributes
11421         * ScrollableControl.cs: Add MWFCategoryAttributes
11423 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
11425         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
11426           Divider is true. Fix a little glitch in PropertyToolBar
11427           drawing code
11429 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
11431         * Control.cs:
11432           - Dispose: Call base.Dispose, this causes the disposed event
11433             to be fired (and probably other, more important stuff)
11434           - SetVisibleCore: Set is_visible to true after creating the
11435             window so that the window still gets created invisible (if
11436             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
11437             to generate a WM_ACTIVE message
11438         * Form.cs: Call Dispose when we want to destroy the window, instead of
11439           just destroying the handle (Dispose will do that for us)
11440         * XplatUIX11.cs:
11441           - RootWindow also needs a queue, so we can properly process the
11442             property change events from RootWindow (like Activate)
11443           - Generatic synthetic WM_ACTIVE message when the active window is
11444             being destroyed
11446 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
11448         * LinkLabel.cs: Trigger a recalc of our label dimensions when
11449           bounds are changed
11451 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
11453         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
11454           for determining width and height (image might not be assigned if
11455           we're drawing an imagelist)
11457 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
11459         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
11460         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
11461           height from system
11462         * Theme.cs: No longer returns hardcoded menu height, instead calls
11463           new driver method
11464         * Form.cs (OnLoad): Scaling happens before triggering Load events 
11465           on MS (# 78257)
11467 2006-05-01  Mike Kestner  <mkestner@novell.com>
11469         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
11471 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
11473         * TextBoxBase.cs: Removed Fixme
11474         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
11476 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
11478         * XplatUIX11.cs:
11479           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
11480             the rectangle relative to the parent, considering borders. We
11481             don't really want that.
11482           - ScrollWindow: Fixed warning to be more understandable
11483         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
11484           scrollbars and scroll only the visible area
11485         * RichTextBox.cs: Removed debug output
11487 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
11489         * NumericUpDown.cs (Text): Just use base
11490         * UpDownBase.cs: Ensure txtView is created before using it
11492 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
11494         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
11495           casting to IntPtr to avoid 64bit overflow errors
11497 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
11499         * Control.cs:
11500           - AllowDrop: Don't force handle creation.
11501           - CreateHandle: Added call to tell driver if we're allowed to drop
11503 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
11505         * FileDialog.cs: Remember the last directory not only for the
11506           current instance but also for new FileDialog instances.
11508 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
11509         
11510         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
11511           broke sending async messages
11513 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
11515         * XplatUIX11.cs:
11516           - ScrollWindow: Fixed method. We finally generate expose events again
11517             for scrolled areas. This was causing 'garbage' when scrolling
11518             textbox and other controls that used ScrollWindow
11519           - Switched from using the regular queue for paint events to the MS 
11520             model of 'generating' paint events when the queue is empty.
11521             We use the new XQueueEvent.Paint subclass to store which windows
11522             need painting.
11523           - AddExpose now takes the x/y/width/height of the exposed area
11524             and inserts the window into the paint queue if not already there
11525           - InvalidateWholeWindow: Switched to use new AddExpose method
11526           - UpdateMessageQueue: Added which queue to monitor for paint events
11527           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
11528             the unlikely case nothing above handles it. We reset the expose
11529             pending states to get them off the queue.
11530           - GetMessage: Now pulls a paint event if no other events are in the
11531             queue
11532           - Invalidate: Switched to new AddExpose method
11533           - PeekMessage: Updated to understand pending paint events
11534           - UpdateWindow: Fixed logic bug. We were only updating if the window
11535             didn't need updating. Also switched to sending WM_PAINT directly,
11536             like MS does.
11537         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
11538           and random access Remove(). The random access is needed to handle
11539           UpdateWindow() where a WM_PAINT is sent directly without accessing
11540           the queue.
11541         * ScrollBar.cs: Added Update() calls to cause immediate updates to
11542           allow for better feedback when scrolling. Scrollbars are small and
11543           the immediate update should make it 'feel' more responsive without
11544           slowing things down. ScrollBar still needs it's invaliate logic
11545           updated to not always invalidate the whole bar on certain changes.
11547 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11549         * Control.cs:
11550         (BackColor): if the control does not support a transparent background,
11551         return the default backcolor when the parent backcolor is transparent.
11553 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
11555         * Application.cs: Updated to new StartLoop/GetMessage API
11556         * RichTextBox.cs: Provide some output on RTF parsing errors
11557         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
11558           new queue_id argument to GetMessage and PeekMessage to allow faster
11559           handling of per-thread queues in drivers.
11560         * Hwnd.cs: Added Queue tracking and property
11561         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
11562         * XEventQueue.cs: Added thread trackingA
11563         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
11564         * XplatUIX11.cs:
11565           - Implemented new per-thread queue
11566           - GetMessage: Fixed return/break behaviour on several cases. We were
11567             returning stale messages in some cases, instead of just processing
11568             the next message
11570 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
11572         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
11574 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
11576         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
11577           fixed off-by-one comparisons between Width/Height and Right/Bottom.
11579 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
11581         * PropertyGridView.cs: Fix drop down width.
11583 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
11585         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
11586           a mess in DrawToolBar, so I removed one of them.
11588 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
11590         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
11591           needed (clip). Otherwise we get artifacts.
11593 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
11595         * FixedSizeTextBox.cs: Added constructor to allow specifying which
11596           dimension is fixed
11597         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
11598           and switched FixedSizeTextBox to only be fixed vertical (#78116)
11599         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
11600           if it matches the scale base font (avoids unneeded scaling)
11602 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
11604         * X11DesktopColors.cs: One gtk_init_check should be enough
11606 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
11608         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
11609           match MS behaviour
11611 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
11613         * TextBoxBase.cs: 
11614           - Generate OnTextChanged for Backspace even if we're only deleting
11615             the current selection
11616           - When setting the Text property, only select all text if the
11617             control does not have focus when it is being set. Otherwise
11618             just place the cursor at the beginning of the control
11620 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
11622         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
11623           Added a little helper to draw PropertyGrid ToolBar with a different
11624           border and a different BackColor.
11625         * PropertyGrid.cs: Some background parts didn't get painted with the
11626           correct background color. Added a class that helps us to draw the
11627           correct border for PropertyGridView and a class that helps us to
11628           draw ToolBars with a different backcolor
11629         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
11631 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
11633         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
11634         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
11636 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
11638         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
11639           into the palette entries. Also, since we're working on a copy
11640           we needed to copy the palette back onto the bitmap.
11641         * Cursor.cs: Same fix as XplatUIWin32.cs.
11643 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
11645         * ImageListStreamer.cs: Need to read the var (or we're off)
11647 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
11649         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
11650           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
11651           TextBoxBase.cs: Unused var fixes
11652         * AxHost.cs: Small 2.0 fix
11653         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
11654           as it seems that is what at least Metacity expects. This will make
11655           icons show up on 64bit platforms. We still have some 64bit size
11656           issues, though, since the startup app window size still won't match.
11658 2006-04-25  Mike Kestner  <mkestner@novell.com>
11660         * *.cs: cleanup newly reported exception var unused warnings.
11662 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
11664         * ThemeWin32Classic.cs: Button image alignment now matches exactly
11665           ms
11667 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
11669         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
11670           image. The image position is always the same, no matter if the
11671           button is pressed or not.
11673 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
11675         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
11676           selection and set the correct filename for SaveFileDialog.
11677           Patch by Emery Conrad.
11679 2006-04-24  Mike Kestner  <mkestner@novell.com>
11681         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
11682         check for item.X outside the ClientRect instead of item.Y. Fixes
11683         #78151.
11685 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11687         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
11688         trust that value blindly and do some sanity check. Fixes bug #77814.
11690 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11692         * ImageListStreamer.cs: save the mask as a 1bpp image.
11694 2006-04-21  Mike Kestner  <mkestner@novell.com>
11696         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
11697         pass Checked and Indeterminate to the Theme Engine. Improve
11698         encapsulation with ListBox.
11699         * ListBox.cs: Keep a StringFormat instead of calculating it every item
11700         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
11701         nested types.  Move all CheckState functionality to CheckedListBox.
11702         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
11703         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
11704         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
11705         single base list. Fix scrollbar sizing and placement to mirror MS.
11706         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
11707         used.
11708         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
11709         for CheckedListBox by using new DrawItemState info.  Center the
11710         checkboxes on the items. Use new StringFormat property.
11712 2006-04-18  Jackson Harper  <jackson@ximian.com>
11714         * Form.cs: MdiChildren don't do default locations the same way as
11715         regular forms.  This prevents a crash when trying to position the
11716         mdi windows.
11718 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
11720         * PropertyGridTextBox.cs: Formatting, copyright
11721         * PropertiesTab.cs: Formatting
11722         * PropertyGrid.cs: Formatting
11723         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
11724           click toggling of values
11725           
11726 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
11728         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
11729         * Control.cs (.ctor): verify_thread_handle is static, don't reset
11730           every time a control is created
11731         * Application.cs: Removed obsolete EnableRTLMirroring method
11733 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
11735         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
11736         SelectedIndex to -1. Fixes bug #78121.
11738 2006-04-17  Jackson Harper  <jackson@ximian.com>
11740         * Binding.cs: Handle null values for Current and BindingContext.
11741         This occurs when binding is a little delayed.
11742         * CurrencyManager.cs: return null for Current when there are no
11743         items in the list.
11744         - Hookup to the listchanged event on the DataView and update
11745         bindings when the list is changed.  This fixes late binding of
11746         controls.
11748 2006-04-17  Jackson Harper  <jackson@ximian.com>
11750         * X11Dnd.cs:
11751         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
11752         Ringenbach.
11754 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
11756         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
11757           place
11758         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
11759           with the correct ButtonState
11761 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
11763         * XplatUIX11.cs: Improved distinguishing between window types to
11764           tell the WM a type closer to what the app wants (Fixes #78107)
11766 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
11768         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
11769           GrabHandle
11771 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
11773         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
11774           drawing code to reflect the size grip changes
11776 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11778         * ImageListStreamer.cs: fix handling of the mask that follows the main
11779         bitmap when deserializing and serialize it properly. The generated mask
11780         should better be a 1bpp image, but I'll do that later.
11782 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
11784         * FileDialog.cs: Show something in the DirComboBox on *nix if the
11785           path doesn't fit into some of our Current.Places
11787 2006-04-13  Jackson Harper  <jackson@ximian.com>
11789         * ComboBox.cs: Use borders instead of drawing our own decorations,
11790         try to obey correct rules for heights.
11791         * Theme.cs:
11792         * ThemeNice.cs:
11793         * ThemeClearLooks.cs:
11794         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
11795         this is now handled by borders.
11796         - Remove unused DrawListBoxDecorationSize method.
11797         
11798 2006-04-13  Mike Kestner  <mkestner@novell.com>
11800         * MenuAPI.cs: null guarding for the disbled click check fixes crash
11801         reported by Alex.
11803 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
11805         * ThemeWin32Classic.cs: 
11806           - Fixed CPDrawStringDisabled
11807           - Corrected drawing of disabled menu items
11808           - Fixed drawing of disabled radio buttons (bug #78095)
11809           - Draw check in a disabled CheckBox with color ControlDark 
11811 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
11813         * Form.cs: Use the provided width when calculating the menu size;
11814           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
11815           and ClientSize.Width won't be updated yet
11816         * Application.cs: Use Visible instead of Show() to make form visible,
11817           this way we create the handle later and menusize is considered
11819 2006-04-12  Mike Kestner  <mkestner@novell.com>
11821         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
11822         reporting.
11824 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
11826         * TextBox.cs: Implemented context menu
11828 2006-04-12  Mike Kestner  <mkestner@novell.com>
11830         * ListView.cs: implement box selection. fixes #77838.
11831         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
11833 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
11835         * XplatUIX11.cs: Added setting of window type when transient window
11836           is created (metacity would move it otherwise)
11837         * X11Structs.cs: Added WINDOW_TYPE atoms
11838         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
11839           background (the control is Opaque but still wants transparent
11840           backgrounds)
11842 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
11844         * Control.cs: Added OnPaintBackgroundInternal to allow controls
11845           that set Opaque but don't mean it (like all ButtonBase-derived
11846           controls) to still draw their background
11847         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
11848           the background
11850 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
11852         * Control.cs (PaintControlBackground): Set the graphics object
11853           on our PaintEvent to null to prevent it from being disposed
11854           when the PaintEvent gets disposed
11856 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
11858         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
11859         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
11861 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
11863         * Control.cs: 
11864           - Added transparency check to BackColor property. Transparent
11865             backgrounds are only allowed if the control styles permit it
11866           - Added recursive painting of parent control background and
11867             foreground if a control with a transparent backcolor is drawn
11868             (Thanks to Tim Ringenback for providing his 'hack' as a base
11869              for this patch) Fixes #77985 and #78026.
11870           - Added Opaque style check before calling OnPaintBackground, no
11871             need to draw the background if the control is opaque
11872           - Removed ControlAccessibleObject owner variable (inherited from
11873             base, no need to define again)
11874           - Added some documentation links explaining the drawing events
11875             and styles
11877 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
11879         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
11880           that the affected control is the located at the left border of our
11881           parent (Fixes #77936)
11883 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
11885         * TextBoxBase.cs: When rendering disabled or readonly controls,
11886           draw the background with 'Control' instead of 'Window' color as
11887           long as the user hasn't specifically set a color
11889 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
11891         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
11892           since that won't be updated if the user types text (only if it's
11893           programatically set)
11895 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
11897         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
11898           layout changes do to app-triggered resizes will have the proper
11899           display rectangle for layout
11901 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
11903         * ThemeWin32Classic.cs:
11904           - Make use of the SystemBrushes and SystemPens wherever possible
11905           - Corrected some highlight colors
11906           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
11907             drawing
11908         * Theme.cs: Added Empty field to CPColor struct
11910 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
11912         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
11913           is displayed when calculating the display rectangle. Thanks to Mike
11914           for teaching me the err of my ways.
11916 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
11918         * ScrollableControl.cs:
11919           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
11920             (instead of 0,0) and we now return the real width/height instead of
11921             just the clientrectangle, adjusted for padding. The rectangle is
11922             now cached and created by the new CalculateDisplayRectangle method.
11923           - Created new CalculateDisplayRectange method, which basically does
11924             what get_DisplayRectangle() did originally, but now using the 
11925             right edge instead of DisplayRectangle to determine the size of
11926             our scrollbars
11927           - get_Canvas(): Fixed it to properly calculate canvas for 
11928             right/bottom controls which seem to be placed to the right/bottom
11929             of any controls that have a fixed location
11930           - Removed TODO that's taken care of
11931           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
11932             and SetDisplayRectLocation according to new MSDN2 docs
11933           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
11934             event when that is called, this is added for compatibility
11935           - ScrollControlIntoView(): Implemented.
11936           - Switched scrollbars to be implicit, they shouldn't be selectable
11937         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
11938           call it when the active control is set/changed
11939         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
11940         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
11941           implicit_control variable (used for native Win32 message generation)
11942         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
11943           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
11944         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
11945         * XplatUIStructs.cs: Added ScrollBarCommands enum
11947 2006-04-10  Jackson Harper  <jackson@ximian.com>
11949         * ButtonBase.cs:
11950         * CheckedListBox.cs:
11951         * ComboBox.cs:
11952         * DataGrid.cs:
11953         * DataGridView.cs:
11954         * Form.cs:
11955         * GroupBox.cs:
11956         * ListBox.cs:
11957         * PrintPreviewControl.cs:
11958         * ProgressBar.cs:
11959         * PropertyGrid.cs:
11960         * Splitter.cs:
11961         * StatusBar.cs:
11962         * TrackBar.cs:
11963         * UpDownBase.cs: Fixup base event overrides.
11964         
11965 2006-04-06  Mike Kestner  <mkestner@novell.com>
11967         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
11968         all user-initiated value changes to min <= value <= max-thumbsz+1.
11969         (set_Value): check for vert/horiz when calculating new thumb position.
11970         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
11971         like MS does.
11972         (OnMouseMoveSB): refactor the thumb dragging code and refine
11973         invalidation logic to reduce flicker.
11974         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
11975         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
11976         (UpdateThumbPosition): small code readability cleanup
11978 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
11980         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
11981           different
11983 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
11985         * ThemeNice.cs: Use a better graphics effect when a button is pressed
11987 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
11989         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
11990         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
11991           This dramatically reduces the number of Pen.Dispose calls. 
11992           Where possible call ResPool methods only once instead of calling it
11993           over and over again (for example for the same color).
11995 2006-04-06  Mike Kestner  <mkestner@novell.com>
11997         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
11998         Also remove an unused private field on the collection. Fixes #77972.
12000 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
12002         * ThemeNice.cs: Added ToolBar drawing code
12004 2006-04-06  Mike Kestner  <mkestner@novell.com>
12006         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
12007         I'm assuming that means we need to look up the toplevel for the
12008         provided control. Fixes the crash trace in #77911 but exposes another
12009         crash in some strange reflection usage in NDocGui.
12011 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
12013         * ThemeNice.cs: Gave it a little silver touch and added Images
12014           method
12015         * FontDialog.cs: FontDialog is not resizable
12016         * FileDialg.cs: Added SizeGripStyle.Show
12018 2006-04-05  Jackson Harper  <jackson@ximian.com>
12020         * KeyboardLayouts.cs: Remove warning.
12022 2006-04-05  Jackson Harper  <jackson@ximian.com>
12024         * Control.cs: Enable OnPaintInternal so we can use it for drawing
12025         all of our controls instead of Paint +=.
12026         * ListBox.cs:
12027         * ListView.cs:
12028         * MenuAPI.cs:
12029         * MessageBox.cs:
12030         * NotifyIcon.cs:
12031         * ProgressBar.cs:
12032         * ScrollBar.cs:
12033         * Splitter.cs:
12034         * StatusBar.cs:
12035         * TabControl.cs:
12036         * TextBoxBase.cs:
12037         * ToolBar.cs:
12038         * TrackBar.cs:
12039         * UpDownBase.cs:
12040         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
12041         use OnPaintInternal. Remove Width/Height and Visible checks in
12042         paint handler, this is done at a higher level now.
12043         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
12044         * PaintEventArgs.cs: Add a handled flag so controls that don't
12045         want anymore painting after OnPaintInternal can make sure OnPaint
12046         isn't called.
12048 2006-04-05  Mike Kestner  <mkestner@novell.com>
12050         * Form.cs: fix the menu WndProc hacks to respect the native enabled
12051         state of the form, so that we don't process events when Modal dialogs
12052         are up. Fixes #77922.
12054 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
12056         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
12057           checking is done.
12059 2006-04-05  Mike Kestner  <mkestner@novell.com>
12061         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
12063 2006-04-05  Mike Kestner  <mkestner@novell.com>
12065         * ListView.cs (HeaderMouseMove): null guarding for the over column
12066         when setting up the drag_to_index.  Fixes #78015.
12068 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
12070         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
12071           in the taskbar. Transient windows seem to accomplish that.
12073 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
12075         * Form.cs:
12076           - Re-enabled CreateParams.X/Y code for FormStartPosition
12077           - Added code for manual placement when creating the Control
12078           - Incomplete patch to treat MDI forms differently when
12079             setting the ClientSizeCore. (Still need to figure out handling
12080             x/y coords there)
12081         * XplatUIX11.cs:
12082           - When we're explicitly setting the X/Y position of a non-Child
12083             window, let the WM know. Metacity really wants this.
12085 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
12087         * ThemeNice.cs: Added CPDrawButton
12089 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
12091         * ThemeNice.cs: Changed the color for focused buttons and activated
12092           the arrows for small scroll buttons.
12094 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
12096         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
12097           anymore. Changed some method modifiers to protected (virtual)
12098         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
12099           changes
12100         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
12101           Updated drawing of menus, buttons and progressbars; added
12102           CPDrawBorder3D 
12104 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12106         * ImageListStreamer.cs: implemented serialization/deserialization
12107         of the images.
12109 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
12111         * ThemeWin32Classic.cs:
12112           - Removed all the DrawFrameControl stuff; CPDrawButton,
12113             CPDrawCheckBox and CPDrawRadioButton are now handled directly
12114             inside the methods
12115           - Updated and corrected the drawing code of CPDrawButton,
12116             CPDrawCheckBox and CPDrawRadioButton to better match ms
12117           - Updated theme checkbox and radiobutton code to use the CP*
12118             methods
12120 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
12122         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
12123           bug is fixed
12125 2006-03-31  Jackson Harper  <jackson@ximian.com>
12127         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
12128         sometimes.
12129         * UpDownBase.cs: Don't CreateGraphics manually, use a
12130         Refresh. Ideally we would invalidate the correct areas here.
12132 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
12134         * XplatUIX11.cs: 
12135           - We now track the mapping state of windows. If a window (or 
12136             one of it's parents) is not mapped we no longer permit
12137             WM_PAINT messages to be generated since we'd otherwise get 
12138             lots of BadMatch X errors. Jackson did all the work figuring
12139             out the problem.
12140           - Destroying the caret if the window it's contained in is 
12141             destroyed. Can't use regular DestroyCaret method since it
12142             might fall into a drawing function (trying to remove the
12143             caret) and with that generate new BadMatch errors. Again,
12144             Jackson tracked this down.
12145           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
12146             make sure we send the messages to all windows. (The old code
12147             would send the WM_DESTROY to the window, and then all child
12148             windows would be 'gone' because the WM_DESTROY handle lookup
12149             would no longer find the destroyed window)
12150         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
12151         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
12153 2006-03-31  Jackson Harper  <jackson@ximian.com>
12155         * ScrollableControl.cs: Dont recalc if we are not visible.
12157 2006-03-31  Mike Kestner  <mkestner@novell.com>
12159         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
12160         the visibility branch.
12162 2006-03-31  Jackson Harper  <jackson@ximian.com>
12164         * ScrollBar.cs: Cap values when incrementing/decrementing.
12166 2006-03-31  Mike Kestner  <mkestner@novell.com>
12168         * MenuAPI.cs: setup menu.tracker for popup/context menus.
12169         * ToolTip.cs: guard against timer expirations with no active control.
12170         Not sure why it happened.
12172 2006-03-31  Mike Kestner  <mkestner@novell.com>
12174         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
12175         text.
12176         * ToolTip.cs: Position the tooltip based on where the cursor is at
12177         popup time, not at MouseEnter time.  Add a Down state so that we don't
12178         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
12179         positioning offset. Lookup DisplaySize at positioning time, since it
12180         can theoretically change during invocation.
12181         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
12182         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
12184 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
12186         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
12187           Fixes behaviour when the Text property of the box is String.Empty
12189 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
12191         * XplatUIX11.cs: Only send mouseleave for our client windows, not
12192           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
12193           a window)
12195 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
12197         * FileDialog.cs: Visual enhancement for the popup buttons in 
12198           PopupButtonPanel
12200 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
12202         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
12203           code
12205 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
12207         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
12208           highlighted menu items to match ms
12210 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
12212         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
12214 2006-03-30  Mike Kestner  <mkestner@novell.com>
12216         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
12217         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
12218         go active to account for HotLight to Selected transition.
12219         * MenuItem.cs: add internal Selected prop. Fill out the Status
12220         property by calculating it from item info. Add HotLight,
12221         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
12223 2006-03-30  Mike Kestner  <mkestner@novell.com>
12225         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
12227 2006-03-29  Jackson Harper  <jackson@ximian.com>
12229         * Form.cs: Implement TODO.
12231 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
12233         * PrintPreviewDialog.cs: Implemented missing methods and events; still
12234           missing proper dialog setup in the constructor
12236 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
12238         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
12239         * Control.cs:
12240           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
12241           - Fixed ResetBindings and removed TODO
12242           - Added check for cross-thread calls to get_Handle()
12243           - Added Marshaller attribute for set_Font to satisfy class status
12244         * FontDialog.cs: Removed TODOs that seemed implemented
12245         * UpDownBase.cs: Removed unneeded TODO and Fixme
12246         * MessageBox.cs: Implemented support for Default button and removed TODO
12247         * FileDialog.cs: Removed obsolete TODO
12248         * DomainUpDown.cs: Removed obsolete TODO
12249         * ButtonBase.cs: Removed obsolete TODO
12250         * XplatUIWin32.cs: Removed obsolete TODO
12251         * Form.cs:
12252           - Removed obsolete TODO
12253           - Calling CheckAcceptButton when the acceptbutton is changed to allow
12254             internal status updates
12255           - Making sure the active control is selected when the control is created
12256         * CurrencyManager.cs: Removed obsolete TODO
12258 2006-03-29  Mike Kestner  <mkestner@novell.com>
12260         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
12261         of PrintPreviewDialog and RichTextBox.
12263 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
12265         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
12266           DarkDark, Light and LightLight colors for a specific color
12267         * ThemeWin32Classic.cs:
12268           - Use Button drawing code to draw RadioButtons and CheckBoxes with
12269             Appearance = Button 
12270           - Make use of the new ResPool helper CPColor
12271           - Draw ProgressBar and StatusBar with correct 3D borders
12273 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
12275         * ColorDialog.cs: Return selected color. Fixes bug #77940.
12277 2006-03-28  Mike Kestner  <mkestner@novell.com>
12279         * ListView.cs: fix Icon layout to plan for scrollbar widths when
12280         calculating col/row counts.
12282 2006-03-28  Mike Kestner  <mkestner@novell.com>
12284         * ColumnHeader.cs:
12285         * ListView.cs:
12286         * ListViewItem.cs:
12287         * Menu.cs: 
12288         switch to explicit interface method implementation for some methods
12289         corcompare identifies as inconsistent with MS.
12291 2006-03-28  Mike Kestner  <mkestner@novell.com>
12293         * MainMenu.cs: 
12294         * Menu.cs:
12295         add a few missing methods from the class status output.
12297 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
12299         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
12300           correct.
12302 2006-03-28  Mike Kestner  <mkestner@novell.com>
12304         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
12306 2006-03-27  Mike Kestner  <mkestner@novell.com>
12308         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
12309         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
12311 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
12313         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
12315 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
12317         * ThemeWin32Classic.cs:
12318           - GroupBox: Inserted a little gap between the text and the lines
12319             on the right side
12320           - Made the code in CPDrawBorder3D more readable
12321           - Corrected the drawing location of the up and down arrows in 
12322             CPDrawScrollButton
12324 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
12326         * ControlPaint.cs: Corrected line widths in DrawBorder for
12327           ButtonBorderStyle Inset and Outset
12329 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
12331         * ThemeWin32Classic.cs:
12332           - Rewrote the totally broken CPDrawBorder3D method. That was
12333             one of the main problems for the terrific ThemeWin32Classic
12334             look
12335           - Updated and corrected Button drawing
12336           - Correct the dimensions of the SizeGrip to match ms ones
12337           - Removed a small drawing glitch in DrawComboBoxEditDecorations
12338         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
12339           Border3DStyle.Sunken to match ms.
12341 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
12343         * ThemeWin32Classic.cs: First small part of the "de-uglify
12344           ThemeWin32Classic" effort, SizeGrip
12346 2006-03-24  Jackson Harper  <jackson@ximian.com>
12348         * XplatUIX11.cs: Give a max idle time of one second, this matches
12349         MS and forces an Idle event every second when there are no other
12350         events in the queue.
12352 2006-03-24  Mike Kestner  <mkestner@novell.com>
12354         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
12355         * ListView.Item.cs: fix layout issues with null image lists and images
12356         smaller than checkbox size.
12357         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
12358         mode like MS does.  It's weird, but consistent.  ;-)
12359         Fixes #77890.
12361 2006-03-24  Mike Kestner  <mkestner@novell.com>
12363         * ListView.cs: Scroll wheel support for the item control.  Fixes
12364         #77839.
12366 2006-03-23  Jackson Harper  <jackson@ximian.com>
12368         * ScrollableControl.cs: Special case negative sized areas, not
12369         zero.
12370         * MonthCalendar.cs: Save the rect of the clicked date so we can
12371         use it for invalidation.
12372         - Try to cut down on the number of invalidates
12373         - Invalidate the rect the mouse is over and was over when moving
12374         the mouse, so we get the focus box following the cursor.
12376 2006-03-23  Mike Kestner  <mkestner@novell.com>
12378         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
12379         focus rectangle drawing. Fixes #77835.
12381 2006-03-23  Mike Kestner  <mkestner@novell.com>
12383         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
12384         the if and else if and reverting back to the original == check on the
12385         None conditional.
12387 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
12389         * FontDialog.cs: Update the example panel if the selected index of
12390           the fontListBox changes.
12392 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
12394         * FileDialog.cs: Make FileDialog remember which directory it was in
12395           last in the same execution.
12397 2006-03-22  Mike Kestner  <mkestner@novell.com>
12399         * FileDialog.cs: make the DropDownMenu on the toolbar display
12400         RadioChecks since they are mutually exclusive and that's what MS does.
12402 2006-03-22  Mike Kestner  <mkestner@novell.com>
12404         * Theme.cs: add Color param to CPDrawMenuGlyph.
12405         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
12406         checks and radio marks and arrows are visible on highlighted items.
12407         * ControlPaint.cs: update to use new Theme signature.
12409 2006-03-22  Mike Kestner  <mkestner@novell.com>
12411         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
12412         is active. Fixes #77870.
12414 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
12416         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
12417           to be focused/selected after startup
12419 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
12421         * ColorDialog.cs: 
12422           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
12423             CustomColors and ShowHelp properties
12424           - Some internal rewrites to get better results when using the
12425             ColorMatrix
12427 2006-03-22  Mike Kestner  <mkestner@novell.com>
12429         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
12430         HoverSelection.  Fixes #77836.
12432 2006-03-22  Mike Kestner  <mkestner@novell.com>
12434         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
12435         ToggleButtons.  (De)Sensitize the Back button around a stack count of
12436         1, not 0.  Update ButtonSize based on a pixel count of the win32
12437         control.  Adjust the toolbar size/location for new button size.
12439 2006-03-22  Jackson Harper  <jackson@ximian.com>
12441         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
12442         true.
12443         * ScrollBar.cs: When doing increments and decrements we need to
12444         set the Value property so that ValueChanged gets raised. A
12445         possible optimization here would be to make an internal SetValue
12446         that doesn't invalidate immediately.
12447         * ToolTip.cs: Tooltips get added to their container (when
12448         supplied) so they get disposed when the container is disposed.
12449         - Don't create tooltips for String.Empty. This prevents all these
12450         little 2-3 pixel windows from showing up when running nunit-gui
12451         and driving me mad.
12452         * Form.cs: Don't set topmost when setting the owner if the handles
12453         haven't been created yet.  The topmost set will happen when the
12454         handles are created.
12456 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
12458         * XplatUIX11.cs:
12459           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
12460           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
12461             visible (to allow them to recalculate their sizes)
12463 2006-03-21  Mike Kestner  <mkestner@novell.com>
12465         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
12466         methods. Removed a ton of redundant code.  Still not really happy with
12467         the border rendering, but I think that's mainly because of the
12468         ControlDarkDark being black instead of a dark grey. Depending on how 
12469         close we want to be, we might want to revisit those color choices.
12470         Among the new features added during the refactor were DropDownArrow
12471         pressed rendering, Disabled image rendering.  Proper flat appearance
12472         boundary rendering.  Removed the Divider and Wrapping dividers since I
12473         can't figure out any combination of themes and conditions to make the
12474         MS control draw a horizontal line on a toolbar despite what the
12475         Divider property docs indicate.
12476         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
12477         conditions and incorrect layout.  Updated to coding standard.
12478         * ToolBarButton.cs: refactored layout and positioning code from
12479         ToolBar to here.  Invalidate wherever possible instead of forcing
12480         redraws of the whole toolbar. 
12481         (Known remaining issues: explicit ButtonSize smaller than provided
12482         images.)
12484 2006-03-21  Mike Kestner  <mkestner@novell.com>
12486         * ContextMenu.cs (Show): use the position parameter instead of just
12487         showing at the MousePosition.
12489 2006-03-21  Jackson Harper  <jackson@ximian.com>
12491         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
12492         control handle this.
12493         * TreeNodeCollection.cs: If we are clearing the root node we need
12494         to reset top_node so calcs can still happen.
12495         * ThemeWin32Classic.cs: This is a Flags so we need to check
12496         properly.
12497         
12498 2006-03-21  Jackson Harper  <jackson@ximian.com>
12500         * DataGrid.cs: Create columns when the binding context has been
12501         changed.
12502         * X11Structs.cs: Keysyms are uints.
12503         - Add size to fix build.
12505 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
12507         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
12508           XplatUIOSX.cs: 
12509           - Added ResetMouseHover method to allow controls to retrigger
12510             hovering if they need it more than once
12511           - Implemented MouseHoverTime and MouseHoverSize properties
12512         * Timer.cs: Start() must reset the interval
12513         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
12514           properties
12516 2006-03-21  Jackson Harper  <jackson@ximian.com>
12518         * X11Keyboard.cs: improved layout detection. Move the nonchar
12519         tables into this file.
12520         * KeyboardLayouts.cs: Move the tables into resource files.
12522 2006-03-21  Mike Kestner  <mkestner@novell.com>
12524         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
12526 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
12528         * Mime.cs: Various speed optimizations. Looking up mime types
12529           is now 2 times faster than before
12531 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
12533         * CreateParams.cs: Added internal menu field
12534         * Control.cs: 
12535           - Switched call order for UpdateBounds; now we always call
12536             the one that also takes ClientSize, and we're calculating the 
12537             client size via driver method in the others. The previous
12538             method of tracking client size by difference wasn't working
12539             for forms where even the starting client size wouldn't match
12540             the overall form size (due to borders) (Part of fix for #77729)
12541           - CreateParams(): Do not use parent.Handle unless the handle is
12542             already created. Causes havoc with Nexxia and throws off our
12543             creation of controls
12544         * XplatUIX11.cs:
12545           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
12546           - Switched handling of ConfigureNotify over to new PerformNCCalc 
12547             method (consolidates code)
12548           - Changed RequestNCRecalc to use new PerformNCCalc method
12549           - Added calls to RequestNCRecalc when menus and borders are changed
12550             to allow app to set NC size. (Part of fix for #77729) This matches
12551             when MS send a WM_NCRECALC on Win32 windows.
12552           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
12553             (Part of fix for #77729). This matches what MS does, they also
12554             send that message when the form is made visible.
12555           - XException.GetMessage: Improved usability of X errors by including
12556             a translation of the window into Hwnd and Control class
12557           - Improved debug info for window creation, reparenting and destruction
12558           - Created helper method WindowIsMapped() [Currently not used]
12559         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
12560         * Form.cs:
12561           - CreateParams: Now setting our menu on the new internal menu field
12562           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
12563             avoid calculating the same property twice
12564         * Hwnd.cs:
12565           - Improved usability of ToString() for debugging purposes
12566           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
12567             determine the height of the menu, instead of just the font. This
12568             required to also create a graphics context and to keep a bmp 
12569             around (for performance reasons)
12571 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
12573         * MenuAPI.cs: Added OnMouseUp method
12574         * Form.cs:
12575           - Now remembering the requested client size, avoids size errors
12576           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
12577             instead of base if the menu is active. This is required due to
12578             control now capturing and releasing on down/up and it would
12579             prematurely release our menu capture
12581 2006-03-17  Jackson Harper  <jackson@ximian.com>
12583         * KeyboardLayouts.cs: Add the czech layouts.
12585 2006-03-16  Jackson Harper  <jackson@ximian.com>
12587         * Control.cs: Use the viewport space when sizing not the controls
12588         client size, so things like ScrollableControl that effect the
12589         viewport size (when scrollbars are added) are computed correctly.
12590         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
12591         of ManagerEntrys.
12592         - Handle creating BindingManagers for null data sources.
12593         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
12594         source, otherwise when rows are added they are added to the 'fake'
12595         datasource and we will crash when trying to set the position in
12596         those rows.
12597         - Use Implicit scrollbars on the datagrid so they arent
12598         selectable.
12599         
12600 2006-03-16  Jackson Harper  <jackson@ximian.com>
12602         * Binding.cs:
12603         * InternalWindowManager.cs:
12604         * MdiWindowManager.cs:
12605         * X11Keyboard.cs: I really want Mike to love me again (fix
12606         compiler warnings).
12608 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
12610         * DataGrid.cs:
12611           - OnMouseDown: Switch to editing mode when clicking on the cell
12612                          even if we're clicking on the cell that's currently 
12613                          selected
12614           - ProcessGridKey: Left/Right now wrap like MS.Net does
12615           - ProcessGridKey: Tab now knows to add a new row when tab is
12616                             pressed in the cell of the last column of the 
12617                             last row
12618           - ProcessGridKey: Enter now adds another row  if pressed in the last
12619                             row and selectes the new row, same column cell
12620           - ProcessGridKey: Home/End navigate columns, not rows, like 
12621                             originally implemented
12622           - Broke ProcessKeyPreview code out into an extra Internal method
12623             so it can be called from the edit code
12624         * DataGridTextBox.cs (ProcessKeyMessage):
12625           - Switched to accept Tab keypresses
12626           - Added F2 handling to allow jumping to the end of the edited cell
12627           - Added logic to allow moving caret left/right inside edited cell
12628             and making the edited cell jump when the caret hits cell borders
12629           - Tab and Enter are now passed to the datagrid after being handled
12630         * TextBoxBase.cs:
12631           - Removed capture code now that Control handles it
12632           - set_SelectionStart now ensures caret is visible
12634 2006-03-16  Jackson Harper  <jackson@ximian.com>
12636         * TrackBar.cs: Debackwards the increment/decrement for handling
12637         mouse clicks on the bar with vertical trackbars.
12638         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
12639         bottom to match MS.
12641 2006-03-16  Mike Kestner  <mkestner@novell.com>
12643         * ListView.cs: make shift/ctrl keyboard and mouse selection 
12644         consistent with the MS control. Fix a bug in
12645         SelectedListViewItemCollection.Clear that was pissing me off for the
12646         better part of a day because the collection was being altered
12647         underneath us as we walked the list.
12649 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
12651         * Control.cs: Not sure how we could miss this so long, but it seems
12652           that MS.Net has Capture set all the way from before calling 
12653           OnMouseDown through sending the mouse events until after
12654           OnMouseUp. This will fix DataGrid's selection being set to end
12655           at the location of the MouseUp.
12657 2006-03-15  Jackson Harper  <jackson@ximian.com>
12659         * BindingContext.cs: Check the binding after its added so that it
12660           can initialize the binding managers and hookup to events.
12661         * Binding.cs: Data members seem to sometimes include rows/cols in
12662           the format Row.Column we now take this into account.
12663           - Hookup to the position changed event so we can update the
12664           control when the position has changed in the data set.
12665         * CurrencyManager.cs: Take into account the row/col naming
12666           convention when creating dataset tables.
12667         * BindingContext.cs: Using a newer better way of storing
12668           datasource/datamember pairs.  Hopefully this better matches MS for
12669           looking up binding managers.
12672 2006-03-15  Jackson Harper  <jackson@ximian.com>
12674         * BindingContext.cs: The currency manager needs the data member
12675         name, if the member is a data set we use the name to find the
12676         correct table.
12677         * CurrencyManager.cs: When creating the list prefer an IList over
12678         an IListSource.
12679         - Attempt to create a DataTable from a DataSet (TODO: might need
12680         some better error checking here, although MS doesn't seem to have much)
12681         - If we have a DataTable create a view and use it as our list.
12683 2006-03-15  Mike Kestner  <mkestner@novell.com>
12685         * ListView.cs: keep a matrix of the icon mode layout to facilitate
12686         keyboard navigation. Support Up/Down/Left/Right selection correctly
12687         for all 4 View modes.
12688         * ListViewItem.cs: add internal row/col fields for icon layouts.
12690 2006-03-15  Jackson Harper  <jackson@ximian.com>
12692         * TabControl.cs: Redraw the tabs when we resize so their newly
12693         calculated sizes are drawn on screen.
12694         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
12695         composite characters.
12696         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
12697         - filter events so that composite characters can be created
12698         patches by peter
12699         * X11Structs.cs: Add XIMProperties enum.
12701 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
12703         * Control.cs (BringToFront, SendToBack): Don't use window or handle
12704           unless it's created
12706 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
12708         * Control.cs (PerformLayout): We don't need to consider visiblity
12709           for anchoring, only for docking. This fixes 'whacky' alignment
12710           in listbox and other controls that use implicit scrollbars after
12711           the previous PerformLayout patch
12712         * ListBox.cs: Switched to use implicit scrollbars
12713           
12714 2006-03-14  Mike Kestner  <mkestner@novell.com>
12716         * ToolBar.cs: 
12717         * VScrollBar.cs:
12718         - chain up the "new event" overrides to base and use
12719         OnEvent to raise them.  Part of fix for bug #76509.
12721 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
12723         * FileDialog.cs: Do not select an item in the parent directory
12724           on backspace
12726 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
12728         * Control.cs (PerformLayout): It would seem that we considered
12729           invisible windows for our layout. Not quite the right thing
12730           to do. Now we don't any longer, thereby fixing bug #76889.
12732 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
12734         * Control.cs (CanFocus): I goofed. A control can have focus 
12735           even though it's not selectable. Made it match MS docs.
12737 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
12739         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
12740           center by default (fixes #76895)
12741         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
12742           all uses of Border3DSides.All with the explicit ORd together
12743           Left|Right|Top|Bottom because I assume that nobody was aware 
12744           that All also implies a center fill. Most places I checked had
12745           a fill right above.
12746         * ProgressBarStyle.cs: Added
12748 2006-03-13  Mike Kestner  <mkestner@novell.com>
12750         * ListView.cs: fix breakage in drag shadow header positioning 
12751         from Peter's csc compilation fix.
12753 2006-03-13  Mike Kestner  <mkestner@novell.com>
12755         * ListView.cs: fix NRE produced by backspacing twice in a focused
12756         FileDialog.
12758 2006-03-13  Mike Kestner  <mkestner@novell.com>
12760         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
12762 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
12764         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
12765           be changed
12766         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
12767           the allowed size before making programmatic size changes
12769 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
12771         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
12772           set, metacity is broken and will still use the emty sizes in 
12773           the struct. (Fix for #77089)
12775 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
12777         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
12778           WindowExStyles and marked both enums as Flags
12779         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
12780           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
12781           to match WindowStyles split
12782         * XplatUIX11.cs:
12783           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
12784           - Updated to match WindowStyles split
12785         * XplatUIWin32.cs:
12786           - Fixed FosterParent creation, was using ExStyle on the Style field
12787             (This should help with Popup focus issues)
12788           - Updated to match WindowStyles split
12790 2006-03-13  Jackson Harper  <jackson@ximian.com>
12792         * MdiWindowManager.cs: Use the system menu height. Fixes some
12793         strange sizing issues.
12795 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
12797         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
12798         * TextBoxBase.cs:
12799           - Scroll to caret after inserting text (#77672)
12800           - Make scroll range one pixel higher, fixes off-by-one error (and
12801             makes underlines visible on the last line)
12803 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
12805         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
12806           the keyboard state from being stuck with keys in 'pressed' state when
12807           focus is switched away via keyboard
12808         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
12809           reset the keyboard if no X11 KeyUp events are expected to come
12810         * X11Structs.cs: Switched type of Visible to bool to match driver
12812 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
12814         * TextControl.cs:
12815           - Switched caret to be just 1 pixel wide, matches MS and looks less
12816             clunky
12817           - Moved caret display 1 pixel down from the top of the control
12818             to improve view
12819           - InsertCharAtCharet: Update the selection start if moving the caret
12820             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
12821           - No longer always creating the caret when the caret methods are
12822             called. Only the actual ShowCaret/HideCaret will do that now
12823           - Only setting caret visible if the owner control has focus
12824           - UpdateView: Added invalidation-shortcut logic for center and right 
12825             aligned text. Previously we'd update all according to the left
12826             logic which caused drawing errors. Also fixed height of invalidated
12827             areas, now properly invalidating the whole area (was off-by-one)
12828           - owner_HandleCreated: Always generate the document when the
12829             handle is created; this ensures that 
12830         * TextBoxBase.cs:
12831           - Fixed situation where caret would disappear under the right
12832             window border, also improved scrolling behaviour on left-
12833             aligned textboxes
12834           - Fixed right-aligned textboxes to have a border to the
12835             right instead of the caret being under the right border
12836         * XplatUIX11.cs:
12837           - Switched from 'nested' to simple visible/not visible tracking 
12838             for caret (part of fix for #77671)
12839           - No longer passing through translated FocusIn/FocusOut messages
12840             since we were notifying too often and the wrong windows. Instead
12841             we just notify our focussed window of receiving or loosing focus
12842         * XplatUIWin32.cs: Switched from 'nested' show/hide 
12843           counting for caret to simple visible yes/no behaviour (part of 
12844           fix for #77671)
12846 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
12848         * Mime.cs: Remove debug code...
12850 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
12852         * MimeGenerated.cs: Removed
12853         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
12854           and subclasses) from /usr/(local/)share/mime and
12855           $HOME/.local/share/mime.
12857 2006-03-10  Jackson Harper  <jackson@ximian.com>
12859         * MdiWindowManager.cs: Recalc the NC area when a window is
12860         maximized/restored so that the menu area is drawn on forms that
12861         don't have a menu.
12863 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
12865         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
12866           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
12867           us to force a WM_NCCALCRESIZE message being sent. This is needed
12868           for MDI maximizing.
12870 2006-03-10  Jackson Harper  <jackson@ximian.com>
12872         * Form.cs: We need to use the ActiveMenu when calculating menu
12873         height.
12874         - Fix nullref when the window manager hasn't been created yet.
12875         * Control.cs: Fix nullref when we try to bring a control to the
12876         front that has no parent.
12877         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
12878         height.
12879         - Add a dummy item to the maximized menu so it always has the
12880         correct height. Otherwise when there are no menus we don't get our
12881         icon and buttons.
12882         
12884 2006-03-10  Jackson Harper  <jackson@ximian.com>
12886         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
12887         stuff.
12888         * Form.cs: Make the window_state internal so the window managers
12889         can track it.
12890         - When an MDI child is maximized let its window manager create the
12891         main menu (so it can add its icon).
12892         - Notify the window managers of state changes
12893         - Let the window manager paint its buttons and handle button
12894         clicks on the menu when it is maximized.
12895         * InternalWindowManager.cs: Move the prev_bounds into the mdi
12896         window manager, since tool windows don't use it, only mdi windows.
12897         - Tell the main form that we don't want it to handle NCPAINT
12898         itself to avoid extra painting.
12899         - Handle clicks on a maximized windows menu.
12900         - Handle window state changes
12901         - Handle minimize/maximize clicks correctly by setting the window state.
12902         * MdiWindowManager.cs: Add an icon menu that (the menu you get
12903         when clicking on the forms icon).
12904         - New method to create a forms maximized menu. This is its normal
12905         menu + an icon.
12906         - Handle window state changes.
12907         - Handle sizing of maximized windows.  Maximized windows are just
12908         drawn bigger then the parent visible area. All controls are still
12909         there, they are just outside the visible area (this matches windows).
12910         * MdiClient.cs: No scrollbars when a child window is maximized.
12911         - Let the children windows figure out how big they should be when
12912         sizing maximized windows.
12913         - Implement a version of ArrangeIconicWindows somewhat similar to
12914         Windows version.  There are some little differences, but I don't
12915         think any app will rely on the layout of minimized mdi windows.
12917 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
12919         * Padding.cs: Several fixes to allow compiling with csc 2.0
12921 2006-03-09  Jackson Harper  <jackson@ximian.com>
12923         * Menu.cs:
12924         * MenuItem.cs: Cheap hack so we can add items to the list without
12925         the events being raised.  This allows adding mdi items during
12926         drawing. TODO: Should probably find a better time to add the items.
12928 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
12930         * ThemeWin32Classic.cs:
12931           - CheckBox_DrawText: Added logic to not wrap if not enough space
12932             is available (Fix for bug #77727)
12933           - RadioButton_DrawText: Added logic not to wrap if not enough
12934             space is available (Fix for bug #77727). Also removed some
12935             duplicate code, DrawString always drawing the regular text
12936             before hitting the if statement.
12938 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
12940         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
12942 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
12944         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
12945         * ContainerControl.cs: Partial implementation of some 2.0 scaling
12946           methods. Moved the new 2.0 properties into alphabetical order with
12947           other properties and added MonoTODO tags
12949 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
12951         * AutoScaleMode.cs: Added. Fix build.
12953 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
12955         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
12956           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
12957           and was requiring premature handle creation for calls from above
12958         * Form.cs, Control.cs: Removed handle arguments from calls to
12959           CalculateClientRect()
12961 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
12963         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
12964           drag_column.column_rect is MarshalByRef and can't be used that way
12966 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
12968         * AxHost.cs: Added deserialization constructor for 
12969           AxHost+State (fixes 77743)
12971 2006-03-09  Mike Kestner  <mkestner@novell.com>
12973         * ListView.cs: 
12974         - Added column drag reordering for details view.
12975         - fixed behavior when mouse is dragged off column and
12976         AllowColumnReorder is false.
12977         * ColumnHeader.cs: clone the format too in Clone.
12978         * Theme.cs: add DrawListViewHeaderDragDetails method.
12979         * ThemeWin32Classic.cs:
12980         - impl new method for drawing drag column shadows and targets.
12981         - support column offset for details mode in DrawListViewItem.
12983 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
12985         * TextControl.cs: Reset the char_count when the document is cleared
12986           (Fixes bug reported on mono-winforms mailing list)
12988 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
12990         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
12991           of calling base we simply process the key ourselves, since both
12992           DefWindowProc and the handled method would set m.Result. 
12993           (Fixes #77732)
12995 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
12997         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
12998           method also moves the window; instead implemented a copy of
12999           Control.ScaleCore (Part of fix for #77456)
13000         * TextBoxBase.cs: 
13001           - Created new CreateGraphicsInternal method to allow providing
13002             a graphics context when no handle is created without triggering
13003             handle creation. (Part of fix for #77456)
13004           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
13005         * TextControl.cs: 
13006           - Switched Constructor to require TextBoxBase instead of Control (to
13007             allow uncast access to CreateGraphicsInternal)
13008           - Safeguarded use of owner.Handle property. No longer accessing it
13009             unless the handle is already created.
13010           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
13011           - Now triggering a recalc when owning control becomes visible
13012         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
13013           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
13014           premature handle creation (Part of fix for #77456)
13015         * Control.cs:
13016           - We now only destroy our double-buffering buffers when the
13017             control is resized or disposed, but not when visibility
13018             changes. (The code even re-created them twice every time)
13019           - Now requiring a redraw of the buffer on visibility changes
13020             (fixes bug 77654 part 2)
13021           - Not passing OnParentVisibleChanged up unless the control
13022             is visible
13023           - CanFocus: Fixed to match MS documentation
13024           - Focus: Fixed to return actual focus state and to check if
13025             setting focus is legal before setting it
13027 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
13029         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
13030           when to draw focus rectangle by looking at parent focus and
13031           selected state instead. This fixes TabPages on Linux sometimes
13032           having none or multiple focus rectangles.
13033         * XplatUIX11.cs (SetFocus): 
13034           - Don't set the focus if the same window already has focus
13035           - Use SendMessage instead of PostMessage (like it's Win32
13036             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
13037             to match MS behaviour
13038         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
13039           are not selectable.
13041 2006-03-07  Jackson Harper  <jackson@ximian.com>
13043         * PictureBox.cs: Revert line I accidently committed last week.
13045 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
13047         * Control.cs: 
13048           - Added new IsRecreating and ParentIsRecreating properties to
13049             allow testing if RecreateHandle has been called on ourselves
13050             or one of our parents
13051           - WndProc(WM_DESTROY): If our control handle is being recreated
13052             we immediately need to create the handle when receiving the
13053             destroy, that way our child windows find a valid parent handle
13054             when they themselves are being recreated upon WM_DESTROY receipt
13055             (fix for bug #77654 part 1)
13056         * XplatUIX11.cs:
13057           - DestroyWindow: WM_DESTROY must be sent to our own window before
13058             notifying any child windows. MS documents that child windows
13059             are still valid when WM_DESTROY is received. (Control now relies on
13060             this behaviour)
13061           - Added some fine-grain debug options
13063 2006-03-06  Jackson Harper  <jackson@ximian.com>
13065         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
13066         box and base calculations off this.
13067         * MdiChildContext.cs:
13068         * MdiWindowManager.cs: Don't need to ensure scrollbars here
13069         anymore.
13070         
13071 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
13073         * Splitter.cs: In situations where the affected control is added
13074           to the parent's control list after the splitter, we would not
13075           populate affected. Now we try populating it on mousedown, if
13076           it's not already set, and force it to be re-set whenever our
13077           parent changes.
13079 2006-03-03  Matt Hargett  <matt@use.net>
13081         * Control.cs: implement Control.Padding
13082         * Padding.cs: -Padding.All returns -1 when constructing with the
13083         implicit default ctor
13084         -Padding.ToString() matches MS.NET
13085         * ContainerControl.cs: implement
13086         ContainerControl.AutoScaleDimensions
13087         * ListControl.cs: implement ListControl.FormattingEnabled
13088         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
13089         * ButtonBase.cs:
13090         * TabPage.cs: Implement UseVisualStyleBackColor.
13091         * PictureBox.cs: Implement PictureBox.InitialImage.
13093 2006-03-03  Mike Kestner  <mkestner@novell.com>
13095         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
13096         event declarations to proxy to base event.
13097         * ListViewItem.cs: update to use ItemControl.
13098         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
13099         * ThemeWin32Classic.cs: update to new ListView theme API and fix
13100         column header label rendering for 0 width columns.
13102 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
13104         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
13105           that causes the control to be created. Fixes #77476.
13107 2006-03-02  Jackson Harper  <jackson@ximian.com>
13109         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
13110         expose_pending.
13112 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
13114         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
13115           passed in for the EventArgs (fixes #77690)
13117 2006-03-01  Jackson Harper  <jackson@ximian.com>
13119         * ScrollBar.cs: Refresh afterbeing resized.
13121 2006-02-28  Mike Kestner  <mkestner@novell.com>
13123         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
13124         Clean up a tracker compile warning.
13125         * MenuItem.cs: add internal PerformPopup method.
13126         [Fixes #77457]
13128 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
13130         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
13131           implicit expose) when the text is set to null
13133 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
13135         * RichTextBox.cs (FlushText): When newline is true, we always
13136           need to split the line, even if no text is on it and we may
13137           never eat newlines. (Fixes #77669)
13139 2006-02-28  Mike Kestner  <mkestner@novell.com>
13141         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
13142         and set Selected instead.
13143         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
13144         collections.
13146 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
13148         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
13150 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
13152         * FontDialog.cs:
13153           - Got rid of the panel. All controls are now directly added to
13154             the dialog form
13155           - It is now possible to set a font with the Font property
13156           - MinSize and MaxSize property do now what they should
13157           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
13158           - Searching and selecting a font with the font textbox works now,
13159             the same applies to the style and size textbox
13160           - Draw the correct 3D border in the example panel
13161           - Fixed a little mem leak (unused fonts didn't get disposed)
13162           - Many other internal updates/rewrites...
13163           - Fix typo
13165 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
13167         * TextControl.cs: 
13168           - InsertRTFFromStream: Added 'number of characters inserted' argument
13169           - set_SelectedRTF: Now using the number of characters to calculate
13170             the new location for the selection and cursor (x/y cannot be used
13171             due to potentially already wrapped text)
13173 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
13175         * TextControl.cs: Added property and implemented means to allow 
13176           disabling recalculation of a document (can be used to speed up
13177           multiple inserts and is needed to make RTF inserts predictable, see
13178           bug #77659)
13179         * RichTextBox.cs: Using the new NoRecalc property of Document to
13180           keep x/y insert locations predictable. Also makes it faster inserting
13181           large chunks of RTF
13183 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
13185         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
13186           it's easier for a child control to handle the other messages without
13187           having to duplicate the special functionality
13188         * TextBoxBase.cs
13189           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
13190             code to handle processing the key ourselves, in order to get 
13191             access to the result of KeyEventArgs.Handled. We now only call 
13192             ProcessKey if they key hasn't been handled already. Fixes #77526.
13193           - set_Text: If null or empty string is given, just clear the 
13194             document. Fixes part of #77526
13196 2006-02-27  Jackson Harper  <jackson@ximian.com>
13198         * SizeGrip.cs: Paint the background color before painting the grip
13199         so things look right.
13200         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
13202 2006-02-27  Mike Kestner  <mkestner@novell.com>
13204         * ListView.cs:
13205           - Restructure layout and invalidation model to remove a ton of
13206           flicker from the control and speed up performance in general.
13207           - Add manual column resize, flickers like crazy, but I already have
13208           some ideas on how I'll fix that. (#76822)
13209           - Merge the three Icon-based views into a single layout method.
13210           - Move item selection interaction logic from the item since 
13211           interaction with the collections is more appropriate to the view.
13212           - Deselection on non-item clicks.
13213         * ListViewItem.cs:
13214           - Encapsulate most of the layout. Add some internal props to trigger
13215           layout.  Move to a model where Items invalidate themselves instead
13216           of just invalidating the whole control every time something changes.
13217           - Invalidate on Text/Caption changes.
13218           - switch to an offset based layout model to avoid having to absolute
13219           position every element on item moves.
13220           - correct checkbox layout to conform to MS layout.
13221         * ThemeWin32Classic.cs:
13222           - refactor some column header drawing code.
13223           - fix string justification for column headers (#76821)
13224           - make SmallIcon labels top justified for compat with MS impl.
13225         * ThemeClearlooks.cs:
13226           - adjust to new ListViewItem internal checkbox bounds api.
13228 2006-02-27  Jackson Harper  <jackson@ximian.com>
13230         * Control.cs:  Change where implicit controls fall in the zorder.
13231         They are now on top of all children.
13232         - Synced AddImplicit code with Add
13233         - Removed unused enumerator.
13234         * SizeGrip.cs: Remove the TODO as its been TODONE.
13236 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
13238         * TextControl.cs(Insert): Combine the last lines unless the insertion
13239           string ends with \n\n, otherwise we leave one line too many (Fixes
13240           something I noticed with the testapp for #77526; the bug itself was
13241           already fixed in the previous checkin)
13243 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
13245         * RichTextBox.cs:
13246           - SelectionColor and SelectionFont methods no longer set absolute
13247             styles. Instead, the keep font or color respectively (This 
13248             resolves a long-standing FIXME in the code)
13249           - When flushing RTF text, the insert code now considers text trailing
13250             behind the insertion point (Fixes the bug where when replacing
13251             the selected text via SelectedRTF the remainder of the line behind 
13252             the selection would stay on the first insertion line)
13253         * TextBoxBase.cs:
13254           - AppendText now updates the selection points after inserting text
13255           - AppendText now ensures that the last tag (sometimes 0-length) of
13256             the document is used for the style information (Fixes part of 
13257             bug #77220)
13258         * TextControl.cs:
13259           - Created new FontDefiniton class to allow describing partial style
13260             changes
13261           - StreamLine() now takes a lines argument, to allow it to decide
13262             whether an encountered zero-length tag is the last in the document
13263             (which must be kept to not loose the font/color contained in it,
13264             for later appends)
13265           - Created Combine() and Split() methods for Marker structs, to 
13266             support marker updates due to reformatted documents (soft line
13267             wraps)
13268           - Implemented Document.CaretTag setter
13269           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
13270             of the last line (Not the cause, but also exposed by bug #77220)
13271           - Added LineTag argument to InsertString method, to allow callers
13272             to force a certain tag to be used (required to force use of the
13273             trailing zero-length tag of a document)
13274           - Now updating markers in Combine(), to avoid stale tag markers
13275           - Added some method descriptions to aid maintenance
13276           - Implemented new FormatText concept, allowing additive/subtractive
13277             formatting by only specifying the components that are to be 
13278             changed. This was needed for resolving the RTB.SelectedColor/
13279             RTB.SelectedFont fixmes
13280           - Added Break() support method to allow breaking up linetags (used
13281             for partial formatting)
13282           - Added GenerateTextFormat() method. It is used for partial 
13283             formatting and allows to generate a full font/color from given
13284             attributes and an existing tag.
13286 2006-02-26  Jackson Harper  <jackson@ximian.com>
13288         * XplatUIX11.cs:  Use the correct caption height.
13289         - Translate hittest coordinates to screen coords to match MS.
13290         * XplatUIWin32.cs: When we create MDI windows we need to reset
13291         some of the style flags, so we get a nice blank window, and can
13292         draw all the decorations ourselves.
13293         - Set a clipping rectangle on the non client paint event, the
13294         window manager drawing code needs one.
13295         * Form.cs: The window manager needs to know when the window state
13296         has been updated.
13297         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
13298         don't need to factor in border and title sizes in these
13299         methods. TODO: Remove the args and fix the call points.
13300         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
13301         properly.
13302         - Let the driver set the cursors.
13303         - Improve active window handling
13304         - Correct sizes for title bars and buttons.
13305         - Match MS drawing better
13306         * MdiWindowManager.cs: We don't need to handle border style
13307         updates specially anymore.
13308         - Check for scrollbars when windows are done moving
13309         - Handle Active properly.
13310         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
13311         correctly. I am spewing the exception though, so we don't hide the
13312         bugs.
13313         
13314 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
13316         * DataGridViewRowPostPaintEventArgs.cs,
13317           DataGridViewCellPaintingEventArgs.cs,
13318           DataGridViewRowCollection.cs,
13319           DataGridViewRowPrePaintEventArgs.cs,
13320           DataGridViewCell.cs: Clear a few warnings and implement a few
13321           exceptions that should be thrown.
13323 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
13325         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
13326           'inheriting' our parent's (non-default) cursor. (Part of
13327            the fix for #77479)
13329 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
13331         * XplatUIX11.cs: Fixed cast to make csc happy
13333 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
13335         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
13336           it's for the client area (part of fix for #77479 and needed
13337           for MDI window cursor handling)
13338         * XplatUIX11.cs
13339           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
13340             the appropriate default cursors and also passing the message
13341             up the parent chain 
13342           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
13343             for non-client areas
13345 2006-02-15  Jackson Harper  <jackson@ximian.com>
13347         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
13348         is a real MDI window
13350 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
13352         * X11DesktopColors.cs: Instead of checking the desktop session
13353           string for "KDE" check if it starts with "KDE"
13355 2006-02-10  Jackson Harper  <jackson@ximian.com>
13357         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
13358         systems).
13360 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
13362         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
13363           errors
13364         * ColorDialog.cs:
13365           - Got rid of the panel. All controls are now directly added to
13366             the dialog form
13367           - Changed to mono coding style
13369 2006-02-10  Jackson Harper  <jackson@ximian.com>
13371         * InternalWindowManager.cs: We don't need the set visibility to
13372         false hack anymore now that peter has written beautiful shutdown
13373         code.
13375 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
13377         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
13378           where already explicitly destroyed
13380 2006-02-10  Jackson Harper  <jackson@ximian.com>
13382         * MdiClient.cs: Handle the case where windows are too high or to
13383         the left and we need scrollbars.
13385 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
13387         * MimeIcon.cs: Added some icons
13388         * FileDialog.cs:
13389           - Fixed bug #77477
13390           - Got rid of the panel. All controls are now directly added to
13391             the dialog form
13392           - Changed to mono coding style
13393           - On Linux "My Computer" and "My Network" will now show some
13394             more usefull information. A new class, MasterMount, gathers
13395             this information from /proc/mount. Updated MWFFileView to make
13396             use of this information
13397           - Fixed a bug that caused FileDialog to crash when
13398             ".recently_used" file had a zero size
13399           - FilterIndex does now what it should
13400           - Some Refactoring
13401         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
13402             FileDialog changes
13404 2006-02-09  Jackson Harper  <jackson@ximian.com>
13406         * ComboBox.cs: Don't touch if null.
13408 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
13410         * Cursor.cs: 64bit safeness fix
13411         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
13413 2006-02-09  Jackson Harper  <jackson@ximian.com>
13415         * Form.cs: If a form is made into an MDI form update the styles so
13416         all the props can get set correctly.
13417         - Kill the mdi_container when we dont need it anymore.
13418         * InternalWindowManager.cs: Add missing NOT
13420 2006-02-08  Jackson Harper  <jackson@ximian.com>
13422         * InternalWindowManager.cs: Respek clipping when drawing MDi
13423         decorations.
13425 2006-02-08  Jackson Harper  <jackson@ximian.com>
13427         * Hwnd.cs: Add bits to track non client expose events.
13428         * XplatUIX11.cs: Track non client expose events on the hwnd. This
13429         gives us a proper invalid rect and will allow for some nice
13430         optimizations with NC client drawing
13431         - MDI windows are children windows, so move their style handling
13432         into the child window block.
13433         * InternalWindowManager.cs: Remove a state reset that was
13434         getting invoked at the wrong time. Fixes managed windows getting
13435         into a 'stuck' captured state.
13437 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
13439         * TextControl.cs (Document.ctor): Now initializing 
13440           selection_anchor. Fixes #77493
13442 2006-02-07  Jackson Harper  <jackson@ximian.com>
13444         * TrackBar.cs: The increment/decrements were backwards.
13446 2006-02-07  Mike Kestner  <mkestner@novell.com>
13448         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
13449         to the instance itself.
13451 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
13453         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
13454           on ulongs and pointers, the size differs between 32bit and 64bit
13455           systems. 
13457 2006-02-07  Mike Kestner  <mkestner@novell.com>
13459         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
13460         for 64 bit platforms to work around a metacity bug. 
13462 2006-02-07  Jackson Harper  <jackson@ximian.com>
13464         * TrackBar.cs: Process the input keys we need, and hookup to
13465         KeyDown instead of using WndProc, so we get key messages.
13467 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
13469         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
13470           machine we're on. 
13471         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
13472           we need to translate the XdndVersion atoms array before sending it
13474 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
13476         * XplatUIX11.cs: 
13477           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
13478             number of bits for the property, not the number of bytes. The
13479             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
13480             but would not crash since it specified 8 bits instead of 4 bits)
13481           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
13482             defined as XID -> long in the C headers)
13483           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
13484             references since those are now IntPtr to begin with
13485           - Switched all Atom.XXX 'int' casts to IntPtr casts
13486           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
13487           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
13488           - Added XChangeActivePointerGrab DllImport (for X11DnD)
13489         * X11Structs.cs:
13490           - Changed 'int' type for Atoms in XEvent structures to IntPtr
13491           - Changed atom in HoverStruct to be IntPtr
13492         * X11DnD.cs:
13493           - Removed local DllImports, switched code to use those from XplatUIX11
13494           - Removed/fixed casts related to the switch of Atom to be a IntPtr
13496 2006-02-06  Mike Kestner  <mkestner@novell.com>
13498         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
13499         method signatures in the import region.  There may still be some
13500         lingering struct marshaling issues, as I didn't drill down into those.
13501         Yet.
13503 2006-02-06  Jackson Harper  <jackson@ximian.com>
13505         * ComboBox.cs: Dont manually set the top_item, this is computed
13506         when the scrollbar position is set.
13508 2006-02-06  Mike Kestner  <mkestner@novell.com>
13510         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
13511         startup crashes on amd64.  There's other fixes needed.  All pinvoke
13512         usage of Atom needs to be mapped to IntPtr for example.  And there are
13513         likely other int/long issues to be addressed.
13515 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
13517         * FileDialog.cs: One more...
13519 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
13521         * FileDialog.cs: Next try
13523 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
13525         * FileDialog.cs: First part of fix for #77464
13527 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
13529         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
13530           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
13531           AcceptButton border drawing.
13533 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
13535         * Form.cs: Moved positioning of form after auto scaling is applied,
13536           otherwise it would possibly use wrong form size.
13538 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
13540         * Control.cs (RecreateHandle): No need to re-create any child
13541           controls, the child windows will get destroyed automatically by
13542           the windowing system or driver, and re-created when the handle
13543           is being accessed the first time. Fixes #77456
13544         * Form.cs: No longer setting the form to closing if the handle is 
13545           being recreated. This seems like the right thing to do, don't
13546           have a bug or testcase for this, though.
13548 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
13550         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
13551           controls to avoid unwanted side effects
13553 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
13555         * Control.cs: 
13556           - ScaleCore needs to scale the bounds, not the ClientSize of the 
13557             control. Fixes #77416.
13558           - DefaultSize is 0,0 for control
13559         * TextBoxBase.cs: 
13560           - DefaultSize is 100, 20
13561           - SetBoundsCore: Now enforcing the height, no matter if the provided
13562             height is more or less than the preferred one, as long as AutoSize
13563             is on
13564         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
13566 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
13568         * Control.cs:
13569           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
13570             call unless both performLayout is true *and* we have a pending
13571             layout change
13572           - ResumeLayout: MS does not completely nest Suspend and Resume,
13573             they bottom out at 0, fixed our code to match that.
13574           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
13575             SetBoundsCore, we were updating even when we shouldn't. This fixes
13576             swf-anchors mis-anchoring when resizing the app fast and lots.
13577           - UpdateDistances: Now only setting the left and top distance if 
13578             we have a parent and are not suspended, this is based on
13579             a suggestion by Don Edvaldson in bug #77355.
13580           - OnVisibleChanged: Fixed logic when to create the control. We may
13581             not create the control if we have no parent or if it's not visible;
13582             switched to using Visible property instead of is_visible field 
13583             since the property also considers parent states. This fixes a bug
13584             when starting Paint.Net
13586 2006-02-02  Jackson Harper  <jackson@ximian.com>
13588         * Form.cs: If the forms handle hasn't been created yet don't call
13589         into xplatui to make it top most, just set the topmost flag on the
13590         form in CreateParams
13591         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
13593 2006-02-01  Jackson Harper  <jackson@ximian.com>
13595         * ScrollableControl.cs: Refactored the Recalculate method a
13596         little, this wasn't handling all the variants of bottom and right
13597         bars needed to be added and added/removed based on their
13598         counterparts being added/removed (which changes the drawable
13599         size). Also we special case client widths and heights of 0 and
13600         don't add the scrollbar for those.
13602 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
13604         * XplatUIX11.cs: 
13605           - Added method to get AbsoluteGeometry(); currently unused, but might
13606             be used in the future, if we try again to figure out toplevel
13607             coordinates with some more crappy window managers
13608           - Added FrameExtents() method to retrieve the WM set decoration size
13609           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
13610             to deal with at least KDE, FVWM and metacity (Fixes #77092)
13611         * Hwnd.cs: 
13612           - Added whacky_wm tracking var for metacity
13613           - Added logic to have default menu height if the actual menu height
13614             has not yet been calculated (part of fix for #77426)
13615         * Form.cs: Keep track whether client size has been set and re-set 
13616           it if a menu is added/removed afterwards (Fixes #77426)
13618 2006-01-31  Jackson Harper  <jackson@ximian.com>
13620         * Control.cs: When a new Site is set on the component attempt to
13621         pull the AmbientProperties from it.
13623 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
13625         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
13626           in the background of the owning form. Fixes #77332
13628 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
13630         * MimeIcon.cs: Fix for #77409
13632 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
13634         * XplatUIX11GTK.cs: Initial import
13636 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
13638         * FixedSizeTextBox: fixes class signature
13640 2006-01-30  Jackson Harper  <jackson@ximian.com>
13642         * FixedSizeTextBox.cs: New internal class that represents a
13643         textBox that will not be scaled.
13644         * TreeView.cs:
13645         * ComboBox.cs:
13646         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
13647         standard TextBox.
13648                 
13649 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
13651         * XplatUIX11.cs: Retrieve default screen number instead of
13652           assuming 0. Attempted fix for #77318
13654 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
13656         * XplatUIWin32.cs: 
13657           - GetWindowPos: When a window is parented by FosterParent, use 
13658             the desktop instead of FosterParent as the base to get coordinates
13659           - CreateWindow: Don't make FosterParent the parent window for Popups
13660             if we don't want a taskbar entry, Popups automatically don't get one
13661         * Hwnd.cs: Need to call remove to actually remove the key from the
13662           hash table
13664 2006-01-30  Mike Kestner  <mkestner@novell.com>
13666         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
13668 2006-01-30  Jackson Harper  <jackson@ximian.com>
13670         * TreeView.cs:
13671         * TreeNode.cs: Raise events no matter how the treenode is
13672         checked. Patch by Don Edvalson.
13674 2006-01-30  Jackson Harper  <jackson@ximian.com>
13676         * TreeNode.cs: Signature fix.
13678 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
13680         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
13682 2006-01-20  Mike Kestner  <mkestner@novell.com>
13684         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
13685         event forwarding when menus are active.
13686         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
13687         Most of the patch is pdb's with a little rework.
13689 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
13691         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
13692           Removed GetMenuDC and ReleaseMenuDC methods; replaced
13693           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
13694         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
13695         * InternalWindowManager.cs: Added use of PaintEventStart/End to
13696           handling of WM_NCPAINT message, now passing the PaintEventArgs to
13697           the PaintWindowDecorations method
13698         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
13699         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
13700         * MenuAPI.cs: Made tracker window invisible
13701         * XplatUIWin32.cs:
13702           - Removed GetMenuDC and ReleaseMenuDC methods
13703           - Implemented the client=false path for PaintEventStart and
13704             PaintEventEnd
13706 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
13708         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
13709         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
13710           styles
13711         * Form.cs: 
13712           - MaximizeBox, MinimizeBox: Recreate the handle when setting
13713             the style
13714           - CreateParams: Reworked the styles to match MS look'n'feel,
13715             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
13716             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
13718 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
13720         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
13721           window is not mapped, since otherwise every form that's being 
13722           created is considered minimized, which is wrong.
13723         * Form.cs: Catching the exception and returning our internal value
13724           instead
13726 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
13728         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
13729           SetWindowMinMax() to have means to tell the driver about the minimum,
13730           maximum and maximized state window sizes. (Part of the fix for #76485)
13731         * Form.cs:
13732           - Implemented tracking of minimum and maximum window size, now calling
13733             new SetWindowMinMax() driver method to tell the driver (Part of the
13734             fix for #76485)
13735           - Finished handling of WM_GETMINMAXINFO method, now setting all values
13736             (Completes fix for #76485)
13737           - Calling new SetWindowMinMax driver method when the handle for a 
13738             form is created, to make sure the driver knows about it even if
13739             the values have been set before the window was created
13740           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
13741             to avoid messing up our anchoring calculations (partial fix
13742             for #77355)
13743         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
13744         * XplatUIX11.cs:
13745           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
13746           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
13747             (and presumably other freedesktop.org compliant WMs). Left the
13748             assumption unmapped=minimized, needed for SetVisible to work.
13749           - Now setting the window state when creating windows
13750           - Fixed SetVisible to consider/set the window state when mapping
13751             a Form. We cannot set the state before it's mapped, and we cannot
13752             use Form.WindowState once it's mapped (since it would ask the
13753             driver and get 'normal'. Therefore, we grab the state before
13754             mapping, map, and then set state.
13755           - Implmemented SetWindowMinMax method; Metacity does not seem to
13756             honor the ZoomHints, though.
13757         * XplatUIWin32.cs:
13758           - Removed MINMAXINFO (moved to XplatUIStructs)
13759           - Added SetWindowMinMax stub (on Win32 the only way to set that
13760             information is in response to the WM_GETMINMAXINFO message, which
13761             is handled in Form.cs)
13762           - Added logic to SetVisible to set the proper window state when a 
13763             form is made visible (fixes #75720)
13765 2006-01-26  Jackson Harper  <jackson@ximian.com>
13767         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
13768         same way we handle them with Invoke.
13770 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
13772         * Form.cs:
13773           - Added tracking of window state so CreateParams can return
13774             the appropriate style
13775           - Moved setting of WS_CAPTION style in CreateParams to allow
13776             styles without caption
13777         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
13778           control if the TextBox property is accessed. Fixes #77345
13779         * Control.cs:
13780           - get_Created: now uses is_disposed and is_created to determine
13781             return value (suggested by Jackson)
13782           - CreateHandle: No longer exits if the handle is being recreated
13783           - RecreateHandle: If the handle is not yet created call the 
13784             appropriate method to create either control or handle. If the
13785             control is already created CreateHandle will simply exit instead
13786             of just creating the handle
13787         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
13788           now SendMessage WM_DESTROY directly to the control when DestroyWindow
13789           is called.
13790         * XplatUIX11.cs: 
13791           - When DestroyWindow is called, instead of waiting for the 
13792             DestroyNotification from X11, we directly post it to the WndProc
13793             and immediately dispose the hwnd object.
13794             Same applies to DestroyChildWindows, and this obsoletes the
13795             expose_pending tracking. Contrary to Win32 behaviour we destroy our
13796             child windows before our own, to avoid X11 errors.
13797           - Removed the direct sending of WM_PAINT on UpdateWindow
13798         * XplatUIWin32.cs:
13799           - Reworked DoEvents and GetMessage to allow access to internal queue
13800             even when trying non-blocking access to the queue.  Fixes #77335. 
13801             Based on a patch suggestion by Don Edvalson. The new private
13802             GetMessage can now also be used as a backend for a PeekMessage
13803             frontend version.
13804         * XplatUI.cs: Improved debug output for CreateWindow
13806 2006-01-25  Jackson Harper  <jackson@ximian.com>
13808         * Help.cs: Allow param to be null. Patch by Don Edvalson.
13810 2006-01-24  Jackson Harper  <jackson@ximian.com>
13812         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
13813         when we have a MaxDropItems lower then the selected index.
13815 2006-01-24  Jackson Harper  <jackson@ximian.com>
13817         * Control.cs: Don't allow selection of non visible controls, allow
13818         selection of controls without parents.
13820 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
13822         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
13823         * DataGridDrawingLogic.cs: Add editing row only when is necessary
13825 2006-01-23  Jackson Harper  <jackson@ximian.com>
13827         * UpDownBase.cs: Make the textbox handle all the selection and
13828         tabbing. This fixes tabing to updown controls.
13830 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
13832         * TextBoxBase.cs: fixes exception thown the object was null
13834 2006-01-23  Jackson Harper  <jackson@ximian.com>
13836         * ButtonBase.cs: Just use the base CreateParams. They set
13837         visibility and enabled correctly.
13838         * ComboBox.cs:
13839         * TrackBar.cs:
13840         * MonthCalendar.cs: Lets let the base set as much of the
13841         createparams as possible so we don't have duplicate code all over
13842         the place.
13844 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
13846         * ThemeGtk.cs: Added TrackBar and some experimental code to
13847           get double buffering back
13849 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
13851         * DataGrid.cs: Allows row number set internally higher than the last
13852         when creating a new row. Restores the editing functionality.
13854 2006-01-20  Mike Kestner  <mkestner@novell.com>
13856         * MimeIcon.cs: delay Image creation until the icons are accessed
13857         instead of creating 190 scaled images on GnomeHandler startup.
13859 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
13861         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
13862           first call base before processing the event. Fixes #77279
13864 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
13866         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
13867           that the stride for the GDI bitmap would match the stride of
13868           a DIB or a Cursor.
13870 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
13872         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
13874 2006-01-19  Jackson Harper  <jackson@ximian.com>
13876         * ComboBox.cs: Hookup the text controls keydown event so we get
13877         those when the text control has the focus.
13879 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
13881         * Label.cs: Now using the base events instead of defining new ones;
13882           this allows us to just call the base properties without having to
13883           duplicate all base property logic 
13885 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
13887         * Label.cs: A label by default is not a tabstop (Fixes one of our
13888           failing nunit tests)
13890 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
13892         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
13893         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
13895 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
13897         * Cursor.cs: Reimplemented creating cursor bitmaps without using
13898           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
13899           This fixes #77218
13900         * XplatUIWin32.cs: 
13901           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
13902             constructor creates images that can't be saved. Part of the fix
13903             for #76103
13904           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
13905           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
13906             bug fix for handling window state in forms properly)
13908 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
13910         * ThemeGtk.cs: Simplify ScrollBar drawing
13912 2006-01-18  Jackson Harper  <jackson@ximian.com>
13914         * Splitter.cs: Set the default dock style for the splitter control
13915         in the constructor.
13917 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
13919         * ThemeGtk.cs: Corrected StateType and ShadowType for
13920           gtk_paint_box
13922 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
13924         * Control.cs: Make use of Theme.DoubleBufferingSupported
13925         * ThemeGtk.cs:
13926           - Added drawing for flat style buttons
13927           - Added ScrollBar drawing
13929 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
13931         * ThemeClearlooks.cs: Removed some unneeded code.
13932         * ThemeGtk.cs: First part of ThemeGtk enhancements.
13934 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
13936         * LinkLabel.cs: We need to update the hover drawing when
13937           leaving the control as well.
13939 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
13941         * DataGrid.cs: Clicking on non empty areas in the columns
13942            area was giving an exception
13944 2006-01-17  Jackson Harper  <jackson@ximian.com>
13946         * ThemeWin32Classic.cs:
13947         * ListView.cs: Do not draw/clip the headers when the header style
13948         is None.
13950 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
13952         * DataGrid.cs: Fixes 77260
13953         
13954 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
13956         * DataGrid.cs: Clicking on a column on a empty grid was giving
13957           an exception
13959 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
13961         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
13962           or any keypress will crash the grid.
13964 2006-01-17  Mike Kestner  <mkestner@novell.com>
13966         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
13967         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
13968         invisible/previously-visible items.
13969         [Fixes #76909]
13971 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
13973         * ThemeClearlooks.cs:
13974         - Added CL_Draw_Button method; now other theme controls that are 
13975           not derived from button or do not have a button can draw buttons
13976           too
13977         - Updated ComboBox drawing
13978         - Beautified RadioButton drawing
13979         - Corrected drawing of bottom and left tabs
13980         - Beautified DateTimePicker and MonthCalendar
13981         - Added CPDrawButton and CPDrawRadioButton
13983 2006-01-16  Jackson Harper  <jackson@ximian.com>
13985         * ComboBox.cs: Set the initial value of the scrollbar to the
13986         current index. Reduce the numbers of refreshs and IndexOfs called.
13988 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
13990         * FileDialog.cs: When the file listview is focused hitting the
13991           backspace key moves the fileview to the parent directory
13993 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
13995         * Form.cs: 
13996           - Added RecreateHandle call when changing taskbar visibility to 
13997             trigger reparenting in Win32 driver (Fixes #75719)
13998           - If a window has minimize or maximize buttons, it cannot have
13999             a help button
14000         * XplatUIWin32.cs:
14001           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
14002             the toplevel form with FosterParent (A toolwindow not on the
14003             taskbar) (Fixes #75719)
14004           - Made FosterParent a toolwindow
14006 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
14008         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
14010 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
14012         * ToolTip.cs: If SetToolTip is called from a control and the mouse
14013           is currently over that control, make sure that tooltip_window.Text
14014           gets updated
14016 2006-01-13  Mike Kestner  <mkestner@novell.com>
14018         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
14020 2006-01-13  Jackson Harper  <jackson@ximian.com>
14022         * TreeView.cs: On MS GetNodeAt never actually factors in the X
14023         value passed.  Also redraw the selected node when we recieve
14024         focus, so tabbing between trees works correctly.
14026 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
14028         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
14029           ~/.gconf/%gconf-tree.xml, so use
14030           .gconf/desktop/gnome/interface/%gconf.xml
14032 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
14034         * TextControl.cs: Draw text in gray if control is disabled
14036 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
14038         * TreeView.cs: Draw the focus rectangle outside the highlight, to
14039           make sure it's always visible. Fixes #76680.
14041 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
14043         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
14045 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
14047         * PageSetupDialog.cs: Added.
14048         * PrintDialog.cs: Attributes.
14049         * PrintPreviewControl.cs: Updates.
14050         * PrintPreviewDialog.cs: Updates.
14051         
14052 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
14054         * Control.cs: Undid my selection check fix, since it's not needed
14055         * TextBoxBase.cs:
14056           - Now considering the presence of hscroll/vscroll when sizing
14057             vscroll/hscroll respectively. Fixed bug #77077
14058           - Added Left/Up/Down/Right to IsInputKey list to prevent
14059             ContainerControl from stealing them. This fixes what I broke
14060             with my last checkin.
14062 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
14064         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
14065           I finally understand how the property can be set without a setter :-)
14067 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
14069         * Application.cs:
14070           - Switched RunLoop to use static Message.Create to create a 
14071             Message object
14072           - Added PreProcessMessage call in runloop for keyboard events; this
14073             is part of the fix for #77219, I overlooked this originally in the
14074             MSDN doc for PreProcessMessage
14075         * Control.cs:
14076           - Removed call to PreProcessMessage from handling of keyboard 
14077             messages; it's supposed to be done in the message pump
14078           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
14079             per MSDN documentation.
14080           - IsInputChar: All chars are input chars by default; removed the 
14081             parent calling chain, MS does not document that
14082           - PreProcessMessage: If IsInputChar is true, we want to return false
14083             to allow dispatching of the message
14084           - When selecting the next control, now also check that we're not
14085             selecting ourselves again and therefore return a false positive.
14086         * TextBoxBase.cs:
14087           - Tried to match return values for IsInputKey and ProcessDialogKey
14088             to what MS returns; moved processing of our special keys outside
14089             ProcessDialogKey since MS does not seem to return true on those.
14090           - Moved code that previously was in ProcessDialogKey into new private
14091             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
14092           - Reworked handling of WM_CHAR to not have to duplicate code from
14093             Control.cs anymore, instead we simply call down to base.
14094            
14095 2006-01-12  Jackson Harper  <jackson@ximian.com>
14097         * ComboBox.cs: We always need to refresh the text area when
14098         EndUpdate is called. Fixes the combobox in the file dialog.
14099         * Control.cs: Don't create the creator_thread until the controls
14100         handle is created.  Also in InvokeRequired we check if the
14101         creator_thread is null. This gives the effect of InvokeRequired
14102         returning true if the controls handle is not created yet, and
14103         matches MS.
14105 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
14107         * XplatUI.cs:
14108           - Added StartLoop() driver method. This is used to allow drivers to
14109             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
14110             loop for a particular thread
14111           - Added EndLoop() driver method. This is called once the message
14112             pump for the thread is shut down
14113           - Added SupportsTransparency method to allow the driver to indicate
14114             opacity support for windows
14115         * Form.cs:
14116           - Removed TODO attribute, completed AllowTransparency property
14117           - Added documented logic to Opacity
14118         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
14119           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
14120           versions of CompatibleTextRendering
14121         * X11Structs.cs: Added opacity atom to our atom enumeration
14122         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
14123           of a form might be set before it's reparented by the WM, and we need
14124           the opacity value without calling up to Form)
14125         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
14126           SupportsTransparency() driver methods
14127         * Application.cs: Now calling StartLoop and EndLoop driver methods
14128         * XplatUIX11.cs:
14129           - Added opacity atom registration
14130           - Added StartLoop()/EndLoop() methods. They're empty right now but
14131             will need to get implemented when we switch to a per-thread queue
14132           - Implemented SupportsTransparency() method
14133           - Implemented SetWindowTransparency() method
14134           - Added support for setting the opacity value when a window is
14135             reparented (since the opacity needs to be set on the WM frame)
14136         * XplatUIOSX.cs, XplatUIWin32.cs:
14137           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
14139 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
14141         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
14143 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
14145         * FileDialog.cs: Added ToolTip for MWFFileView
14146         * MimeIcon.cs: Rewrote GnomeHandler.
14147           - Get currently used gnome icon theme from
14148             ($HOME)/.gconf/%gconf-tree.xml
14149           - Make use of inherited icon themes
14150           - Support SVG icon themes like Tango via librsvg
14152 2006-01-12  Miguel de Icaza  <miguel@novell.com>
14154         Revert's Jackson's revert which broke 2.0 builds.   Fix both
14155         builds. 
14156         
14157         * Application.cs: Move the use_compatible_text_rendering outside
14158         the NET_2_0 define.  If we ever need to use the
14159         use_compatible_text_rendering on the individual controls they will
14160         access the variable from the common shared code paths.
14162 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
14164         * XplatUI.cs:
14165           - Added more granular debug options
14166           - Added method to print both window text and id
14167           - Switched debug output to use new Window() debug method
14168           - Added IsEnabled() driver method
14169           - Added EnableWindow() driver method
14170         * Form.cs:
14171           - Removed end_modal; no longer needed, new loop handles termination
14172             via 'closing' variable
14173           - If form is modal, setting DialogResult will now initiate loop
14174             termination via 'closing' variable
14175           - Added support for is_enabled/WS_DISABLED to CreateParams
14176           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
14177             does all the work
14178           - Removed code that's now in RunLoop from ShowDialog()
14179           - Added various documented sanity checks to ShowDialog()
14180           - Added handling of WM_DESTROY message; we set 'closing' on getting
14181             the message to indicate the message pump to terminate
14182           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
14183             send by the Application.ExitThread method. (We send the message
14184             to destroy the window after all other events have been
14185             processed through the queue, instead of destroying the handle 
14186             directly)
14187           - Moved code from Close() method to WM_CLOSE handler; added logic
14188             to only send close-related events if the form is not displayed
14189             modal
14190         * Splitter.cs (..ctor): Fixed typo in resource name
14191         * Control.cs:
14192           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
14193             brush now
14194           - set_Cursor: Now only setting calling into XplatUI if the handle for
14195             the control is already created; this avoids implict handle creation
14196             or crashes if it's not created
14197           - set_Enabled: Now setting the enabled state via the new driver method
14198             instead of just tracking it
14199           - CreateParams: Added logic to set WS_DISABLED based on enabled state
14200           - CreateControl: Reordered event firing and method calls to more
14201             closely fire events in the order MS does. Now setting the
14202             enabled state in the driver when creating the control.
14203           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
14204             match MS order
14205         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
14206           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
14207         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
14208         * Hwnd.cs:
14209           - Added tracking of window enabled state (get_Enabled/set_Enabled)
14210           - Added EnabledHwnd property to easily allow a driver to find the
14211             handle of the first enabled window in the parent chain (this is
14212             used by drivers to pass up input events of disabled windows)
14213         * XplatUIDriver.cs: Added IsEnabled() method
14214         * Application.cs:
14215           - Removed crude and obsolete exiting tracking variable
14216           - Removed internal ModalRun(); replaced by RunLoop()
14217           - Implemented private CloseForms() method to allow closing all 
14218             windows owned by a particular (or all) threads
14219           - Exit() now properly closes all windows without forcing the message
14220             pump to quit
14221           - Removed obsolete InternalExit() method
14222           - Changed Run() methods to use new RunLoop() message pump
14223           - Implemented new RunLoop() method for both modal and non-modal forms
14224         * CommonDialog.cs:
14225           - get_CreateParams: Added setting of WS_DISABLED
14226           - Simplified ShowDialog(); now all the work is done in RunLoop(),
14227             invoked via Form.ShowDialog()
14228         * NativeWindow.cs: We don't remove the window from the collection when
14229           the handle is destroyed; there might still be messages for it in the
14230           queue (mainly the resulting WM_DESTROY); instead it will be removed
14231           when Control calls InvalidateHandle in the WM_DESTROY handler
14232         * XplatUIX11.cs:
14233           - CreateWindow: Added logic to handle the WS_DISABLED window style
14234           - EnableWindow: Implemented based on Hwnd.Enabled
14235           - GetMessage: Reset PostQuitState so the method can be called again
14236           - Implemented support for disabled windows (passing messages to the
14237             first enabled parent) in handling all input messages
14238           - Added optimizations for handling Expose events
14239           - Implemeted new driver method IsEnabled()
14240           - Now always resetting paint pending tracking vars when we start paint
14241           - Re-implemented UpdateWindow via just sending a WM_PAINT message
14242         * XplatUIOSX.cs: Added IsEnabled method stub
14243         * XplatUIWin32.cs: Implemented new IsEnabled() method
14245 2006-01-11  Jackson Harper  <jackson@ximian.com>
14247         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
14248         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
14249         variables a little.
14250         * ColorDialog.cs: Clear out the old form before adding the new
14251         panel.  
14253 2006-01-11  Jackson Harper  <jackson@ximian.com>
14255         * X11Dnd.cs: Make sure to add all the text formats when adding
14256         strings to the data object.
14257         * TreeNodeCollection.cs: When adding to a sorted tree we need to
14258         do some redrawing too.  Also change the UpdateNode to an
14259         UpdateBelow so the newly added node gets painted.
14260         
14261 2006-01-11  Miguel de Icaza  <miguel@novell.com>
14263         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
14264         LinkLabel.cs, PropertyGrid.cs: Implement the
14265         UseCompatibleTextRendering property for 2.x
14267         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
14269 2006-01-11  Jackson Harper  <jackson@ximian.com>
14271         * TreeView.cs: Use the property for setting the selected node so
14272         the correct events get raised.
14273         * TreeNode.cs: Update the tree when the fore/back colours of a
14274         node are set.
14276 2006-01-10  Jackson Harper  <jackson@ximian.com>
14278         * TreeView.cs: Allow setting SelectedNode to null.
14280 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
14282         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
14284 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
14286         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
14288 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
14290         * PrintDialog.cs: Added attributes and set default property values.
14292 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
14294         * PrintControllerWithStatusDialog.cs: 
14295         Added PrintControllerWithStatusDialog.
14297 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
14299         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
14300         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
14302 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
14304         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
14306 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14308         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
14309         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
14311 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
14313         * MimeIcon.cs: Added internal class SVGUtil.
14315 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
14317         * FileDialog.cs: Don't crash if there are two files with the
14318           same name but different locations.
14320 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
14322         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
14323         dates across multiple month grids. Used to not highlight entire 
14324         month, but does now.
14325         
14326 2006-01-06  Jackson Harper  <jackson@ximian.com>
14328         * MonthCalendar.cs: Removed DoEvents call to prevent a running
14329         message loop. Change timer intervals to numbers that seem more
14330         natural.
14332 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
14334         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
14335           object for location info since screen object is now implemented.
14337 2006-01-05  Jackson Harper  <jackson@ximian.com>
14339         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
14340         * AsyncMethodResult.cs: We no longer use a WeakReference for the
14341         AsyncMethodResult, this is because we ALWAYS want the
14342         ManualResetEvent to get set.
14343         * Control.cs: When disposing use an async invoke to call shutdown
14344         code, so that thigns don't block on the finalizer thread.  Also
14345         check if we even have a message loop before trying to send
14346         messages, if we don't then don't bother sending messages.
14347         - No more weak references for async methods
14348         * XplatUIDriver.cs: No more weak references for async methods.
14350 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
14352         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
14353           returns two FontFamily with the same name
14355 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
14357         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
14358           drawing disabled text. Instead using the ColorGrayText color
14360 2006-01-04  Jackson Harper  <jackson@ximian.com>
14362         * TreeNode.cs: redraw the node when its image index is changed.
14364 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
14366         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
14367           time I checked there are no others like it.
14369 2006-01-04  Jackson Harper  <jackson@ximian.com>
14371         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
14372         this gives the behavoir I was looking for.
14373         * Control.cs: Special case Invoking EventHandlers, this matches MS
14374         and fixes part of bug #76326.
14376 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
14378         * ThemeClearlooks.cs, FileDialog.cs:
14379           - Reflect the latest Theme class changes
14380           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
14381             with DateTime
14382             
14383 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
14385         * Theme.cs: Cache UI resource images and resize them if needed
14387 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
14389         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
14390           is called. This fixes the crash in Nexxia when setting the font
14391           attributes in the chat. [However, RTF needs a look-over to make sure
14392           that all SelectionXXX methods handle the special case that selection
14393           is empty and therefore the change must be applied to all text starting
14394           at the cursor/selection start]
14396 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
14398         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
14399           XplatUIOSX.cs: Added SendMessage and PostMessage methods
14400         * X11Keyboard.cs: Switched to new way of calling PostMessage
14402 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
14404         * Theme.cs: Added theme interface for images to allow the theme to
14405           control what images are used for things like FileDialog, MessageBox
14406           icons, etc.
14407         * MessageBox.cs: Now uses the new Theme icon/image interfaces
14409 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
14411         * FileDialog.cs:
14412           - Removed some dead code
14413           - Opening a recently used file does work now
14414           - Small UI enhancements
14415           - Refactoring
14417 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
14419         * FileDialog.cs: Forgot too add __MonoCS__
14421 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
14423         * FileDialog.cs: We are able to read recently used files now let's
14424           go on and write them.
14426 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
14428         * FileDialog.cs: Breathe some life into "last open"/"recently used"
14429           button
14430         * MimeIcon.cs: Do a check for the top level media type also
14432 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
14434         * ThemeClearlooks.cs:
14435           - Added CPDrawStringDisabled
14436           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
14437             some chars if the text doesn't fit into text_rect
14438           - DrawListViewItem: If View = View.LargeIcon center the image;
14439             rewrote the drawing of ListViewItem.Text if View = 
14440             View.LargeIcon
14442 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
14444         * MimeIcon.cs: Use default KDE icon theme if there is no
14445           "48x48" directory for the current icon theme, fixes #77114
14446         * Mime.cs: Disable not working and actually not used code. 
14447         * ThemeWin32Classic.cs:
14448           - Replace "new SolidBrush" in GetControlBackBrush and
14449             GetControlForeBrush with ResPool.GetSolidBrush
14450           - Changed DrawListViewItem from private to protected virtual
14451         * FileDialog.cs:
14452           - Added form.MaximizeBox = true
14453           - Don't throw an exception if there is a broken symbolic link
14455 2005-12-23  Jackson Harper  <jackson@ximian.com>
14457         * TabControl.cs: Give the panels focus, keyboard navigation is
14458         fixed so this works correctly now.
14459         - We need these key events also.
14460         * ToolBar.cs: Remove some of the poor mans double buffering.
14461         
14462 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
14464         * ComboBox.cs: The internal TextBox now returns the focus.
14466 2005-12-23  Jackson Harper  <jackson@ximian.com>
14468         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
14470 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
14472         * Control.cs: Removed debug code
14473         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
14474           implicit children
14476 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
14478         * Control.cs: When creating the control, update the Z-order after
14479           all it's children are created, too. (Fixes nexxia not showing
14480           picturebox bug)
14482 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
14484         * Control.cs: Do not update the anchoring distances if layout is
14485           suspended, instead do it once layout is resumed
14487 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
14489         * Control.cs: 
14490           - After many hours of debugging, for both Jackson and
14491             myself, it turns out that it helps to set the parent of a control
14492             if you want to actually see it onscreen. In the spirit of that
14493             discovery, we're now setting the parent of the control and
14494             it's children when the control's handle is created. This fix
14495             will make Lutz Roeder's Reflector run happily. 
14496           - now just creating the handle instead of the whole control when
14497             getting a graphics context for the control.
14499 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
14501         * ScrollableControl.cs: When calculating the canvas, don't consider
14502           the scrollbar widths. Instead, predict if horizontal scrollbar
14503           will affect canvas when deciding on vertical display and vice versa.
14505 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
14507         * RichTextBox.cs: Set default RTF font for documents that don't
14508           have a font table (Fixes #77076)
14510 2005-12-22  Jackson Harper  <jackson@ximian.com>
14512         * TextBoxBase.cs: It's difficult to do, but you can have an empty
14513         clipboard. This prevents a NullRef in that case.
14514         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
14515         clipboard. PRIMARY is for the currently selected text only. (We
14516         should implement PRIMARY at some point.
14518 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
14520         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
14521           a Unicode function with a structure that was defined in Ansi way.
14522           This fixes #76942.
14524 2005-12-21  Jackson Harper  <jackson@ximian.com>
14526         * StatusBar.cs: Statusbar handles its fore/back colours on it's
14527         on. Because thats how it rolls. (and this avoids it using ambient
14528         colours).
14529         * ThemeWin32Classic.cs: Use the proper back color for filling.
14530         * Menu.cs: Use the system menu bar color for drawing menu
14531         bars. Using the window back color will bring ambient colours into
14532         the picture.
14534 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
14536         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
14537           Bitmaps were created and not disposed.
14539 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
14541         * Control.cs (CreateControl): Don't do anything if the control is
14542           already created, otherwise we'd fire the OnCreated event more than
14543           once
14545 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
14547         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
14548           will always match. Instead return -1. Fixes #76464.
14550 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
14552         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
14553           neither the beginning nor the end of the line (Fixes bug #76479)
14555 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
14557         * Control.cs:
14558           - ControlNativeWindow.ControlFromHandle(): Now handling situation
14559             where handle is invalid
14560           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
14561             instead of slower linear search
14562         * NativeWindow.cs: Don't remove the window from the hashtable until
14563           after the driver has destroyed it (since the driver might use
14564           Control.FromHandle to lookup the control object
14565         * Hwnd.cs: Added DestroyPending property to track if a window is 
14566           already destroyed as far as the driver is concerned and only hasn't
14567           yet notified the control
14568         * XplatUIX11.cs:
14569           - Activate(): Check if the window is still valid before using the 
14570             handle
14571           - Implemented DestroyChildWindow() method to mark child windows as
14572             destroyed when a window is destroyed. This prevents situations 
14573             where we might call an X method based on queued events for a
14574             window that already has been destroyed but we haven't yet pulled
14575             the destroy method from the queue.
14576           - Added a call to the new DestroyChildWindow() method to the drivers
14577             DestroyWindow code. Also now marking the destroyed window itself
14578             as pending
14580 2005-12-20  Jackson Harper  <jackson@ximian.com>
14582         * StatusBar.cs:
14583         * StatusBarPanel.cs: Don't calculate panel sizes on draw
14584         anymore. Just do them when needed, also track the rects of panels
14585         so that we can optimize refreshing more in the future.
14587 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
14589         * ColorDialog.cs: Fixed focus drawing in small color controls
14591 2005-12-19  Jackson Harper  <jackson@ximian.com>
14593         * InternalWindowManager.cs:
14594         * MdiWindowManager.cs: Cleanup some coordinate system changes so
14595         moving windows works properly.
14597 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
14599         * Control.cs: 
14600           - Removed call to InitLayout() from SetBoundsCore(); doc says
14601             it's only called when a control is added to a container
14602           - Split InitLayout logic, moved to separate UpdateDistances() method
14603             since we need to perform those calculations more often than just
14604             when adding the control to a container. (Needed to fix #77022)
14605           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
14606           - Reduced the OnBindingContextChanged events count, don't send them
14607             unless the control is created, we still aren't totally matching
14608             MS, but I can't quite figure out some of their rules
14610 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
14612         * ThemeClearlooks.cs: Corrected distance between ProgressBar
14613           stripes
14615 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
14617         * ThemeClearlooks.cs:
14618           - Updated ProgressBar drawing
14619           - Corrected drawing of ScrollBars and scroll buttons
14620           - Some temporary fixes for minor pixel artefacts
14622 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
14624         * Control.cs:
14625           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
14626             cause events to be sent in the same order as MS does.
14627           - Added ChangeParent() method to trigger various OnXXXChanged events
14628             that need to be fired when a parent changes (This is a reworking
14629             of the patch from r54254, with the X11 errors fixed)
14630           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
14631             since on MS we get OnLayoutChanged events when calling Clear()
14632           - Changed Enabled property to consider parent state as well, if a
14633             parent is not enabled, the control will not be either
14634           - Changed Parent property to simply call Controls.Add() since that
14635             now does all the work required, this way we avoid code duplication
14636           - Threw in a few OnBindingsContextChanged calls to try and match
14637             when MS sends them. We seem to send a few too many, though.
14638           - Added call to CreateControl when adding the control to a parent.
14639             We were never calling CreateControl. Still needs some work, in
14640             some places we treat HandleCreated and ControlCreated as equal, 
14641             which is wrong
14642           - Removed obsolete commented out code from UpdateZOrder()
14644 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
14646         * ThemeClearlooks.cs: Updated TrackBar drawing.
14648 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
14650         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
14652 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
14654         * FileDialog.cs: Add the Help button and the open readonly
14655           checkbox only if needed
14657 2005-12-16  Jackson Harper  <jackson@ximian.com>
14659         * Control.cs: Make sure we have an active menu before trying to
14660         process commands on it. Prevents menu-less forms from crashing
14661         when Alt is pressed.
14662         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
14663         Dieter Bremes.
14664         * RichTextBox.cs: Expand statement to help out gmcs and fix the
14665         2.0 build.
14667 2005-12-16  Jackson Harper  <jackson@ximian.com>
14669         * InternalWindowManager.cs: Don't translate tool windows screen
14670         coordinates. This fixes windows 'bouncing' around when being moved.
14672 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
14674         * TextBoxBase.cs:
14675           - MaxLength now treats 2^31-1 equal to unlimited length (this is
14676             not quite MS compatible, MS uses that number only for single line
14677             and 2^32-1 for multi-line, but I figure it won't hurt keeping
14678             the limit at 2GB)
14679           - Now enforcing the MaxLength limit when entering characters
14680           - Added argument to internal Paste() method to track if it's called
14681             from programatically or via keyboard, since keyboard driven pastes
14682             need to enforce max-length
14683           - Added logic to Paste to only paste as many chars as MaxLength 
14684             allows
14685         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
14686         * TextControl.cs:
14687           - Added Length property to return number of characters in document
14688           - Added private CharCount property which only tracks actual chars
14689             in the document (no linefeeds) and fires event when CharCount
14690             changes
14691           - Added tracking of character count to all methods that alter it
14692           - Added LengthChanged event to allow applications to subscribe
14693             to any changes to the document
14695 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
14697         * TextBox.cs: 
14698           - Removed local password_char field (moved to TextBoxBase)
14699           - Now setting the document's password var when password is
14700             set
14701         * TextBoxBase.cs:
14702           - Added password_char field (needed here so MultiLine can
14703             access it)
14704           - Added logic to MultiLine property setter to set the document's
14705             variable when password display is allowed
14706           - Removed debug code and made some debug code conditional
14707         * TextControl.cs:
14708           - Added RecalculatePasswordLine() method to handle special password
14709             char only lines
14710           - Added PasswordChar property, also added related tracking vars
14711           - Draw() method now uses local text var for grabbing text to draw,
14712             this var is set to line.text unless we're doing password display,
14713             then it is set to the pre-generated all-password-chars line
14714           - Added calling RecalculatePasswordLine() method for password lines
14716 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
14718         * Hwnd.cs: 
14719           - Added Reparented property to allow tracking of Window Manager
14720             reparenting actions (which affect X/Y calculations of toplevel 
14721             windows)
14722           - Made ToString() print window handles in hex
14723         * XplatUIX11.cs:
14724           - AddConfigureNotify(): Now uses reparented state off Hwnd to
14725             determine if X/Y needs offsetting
14726           - AddConfigureNotify(): Fixed offset calculations
14727           - Now adds ReparentNotify messages into the queue
14728           - Now processes ReparentNotify messages and causes a 
14729             WM_WINDOWPOSCHANGED message to be sent upstream if a window
14730             is reparented (as most likely it's X/Y coordinates are changed
14731             due to that)
14733 2005-12-14  Jackson Harper  <jackson@ximian.com>
14735         * XplatUIX11.cs: Tool windows still need to respek focus.
14737 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
14739         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
14740           have a working release
14742 2005-12-13  Jackson Harper  <jackson@ximian.com>
14744         * Form.cs: Update styles after setting the border style regardless
14745         of whether or not the window is using a window manager.
14747 2005-12-13  Jackson Harper  <jackson@ximian.com>
14749         * Form.cs: We now hook into an internal window manager instead of just an
14750         MDI subsystem, this is so we can have properly behaving tool windows.
14751         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
14752         * InternalWindowManager.cs: New internal class that acts as a
14753         window manager for tool windows and as a base for mdi windows.
14754         * MdiWindowManager.cs: New class that acts as a window manager for
14755         mdi windows.
14757 2005-12-12  Jackson Harper  <jackson@ximian.com>
14759         * Control.cs: Updates so we match behavoir for for implicit
14760         controls. Fixes explosions in MDI.
14762 2005-12-12  Jackson Harper  <jackson@ximian.com>
14764         * Control.cs: Implement Invalidate (Region).
14766 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
14768         * Control.cs: 
14769           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
14770             the same events as MS does. MS fires events for each property 
14771             except, for unknown reasons, Cursor, when the control is reparented. 
14772             I can't seem to totally match add/remove since MS also fires some 
14773             VisibleChanged events, which makes no sense. Consolidated the
14774             parenting code into a separate method so it can be called from
14775             both Add and Remove. set_Parent no longer needs any special logic
14776             as it calls the parent's add method which implicitly fires
14777             all events
14778           - Removed some obsolete code and debug output
14779           - Enabled state is inherited from parents, if this is enabled
14781 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
14783         * Form.cs: Removed commented out code
14785 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
14787         * Control.cs:
14788           - Added internal version of Invoke, with additional argument 
14789             indicating if we're calling it from a Dispose() handler. That
14790             way we can avoid BeginInvoke throwing an exception if we're
14791             calling for an already destroyed window.
14792           - Added a dispose argument to BeginInvokeInternal, and made the
14793             check if a valid window handle chain exists conditional on
14794             it not being a dispose call
14795           - Removed code in DestroyHandle to destroy our children. Since we
14796             now handle the WM_DESTROY message we will catch all our children
14797             being destroyed.
14798           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
14799         * Form.cs:
14800           - Added a field to track the application context of the form.
14801           - No need to set closing variable as response to WM_CLOSE, instead
14802             we destroy the window. We also call PostQuitMessage if the form
14803             has an application context (which makes it the main app form,
14804             which, when closed terminates the app)
14805         * XplatUI.cs:
14806           - Dropped Exit() method, it's naming was confusing
14807           - Added PostQuitMessage() which causes GetMessage to return false
14808             once the message queue is empty
14809         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
14810           PostQuitMessage()
14811         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
14812           no longer a valid XplatUI method, but left it in since it's used
14813           internally. Added empty PostQuitMessage() method.
14814         * MenuAPI.cs: Replaced call to Exit() with call to
14815           PostQuitMessage, even though this is probably no longer needed.
14816         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
14817         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
14818         * Application.cs:
14819           - Replaced call to XplatUI.Exit() with PostQuitMessage()
14820           - Removed old debug code that would call XplatUI for exception
14821             display, enabled standard exception handling (Still not enabled
14822             though, until NativeWindow's ExternalExceptionHandler define
14823             is removed
14824         * NativeWindow.cs:
14825           - Added internal method to allow control to update NativeWindow
14826             after a window has been destroyed
14827           - Added handling of already destroyed windows when calling i
14828             DestroyWindow
14829           - Added removal of handle from list on ReleaseHandle
14830         * XplatUIX11.cs:
14831           - Dropped GetMessageResult var and related code
14832           - Added PostQuitState to field to track if PostQuitMessage has been
14833             called
14834           - Dropped Exit() method
14835           - Added PostQuitMessage() method
14836           - GetMessage now will return false if PostQuitState is set and no
14837             more messages are in the queue.
14838           - Expose handler will no longer generate WM_PAINT messages if we are
14839             in PostQuitState since it's very likely any windows have already
14840             been destroyed, and since Hwnd won't get updated until we have
14841             processed the DestroyNotify we'd be causing X errors.
14842         
14843 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
14845         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
14846           Thanks to Mike for pointing out the err of my ways.
14848 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
14850         * Control.cs(PreProcessMessage): Moved menu handling back, but
14851           after all other key handling, to match MS (who handles Menu in
14852           DefWndProc)
14853         * Menu.cs (WndProc): Removed my brainfart
14855 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
14857         * Control.cs(PreProcessMessage): Removed special menu handling 
14858         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
14860 2005-12-07  Mike Kestner  <mkestner@novell.com>
14862         * Control.cs : special case SYSKEYUP so that we can adjust keynav
14863         state according in tracker.
14864         * Menu.cs : promote tracker field to base class and provide a tracker
14865         lookup capability.  Add/Remove shortcuts dynamically if the top menu
14866         has a tracker. Unparent items that are removed from the collection.
14867         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
14868         * Theme*.cs: add always_show_hotkeys field to support configurability
14869         of mnemonic display.  win32 doesn't show mnemonics until Alt is
14870         pressed.
14872 2005-12-07  Jackson Harper  <jackson@ximian.com>
14874         * MdiChildContext.cs: Use Control.ResetCursor.
14875         * Control.cs: ResetCursor needs to set the property so that the
14876         correct XplatUI call gets made.
14878 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
14880         * Control.cs: More fixes to make our key events match MS. We
14881           were not setting the modifier state on KeyData, and we were
14882           not generating any events when Alt was pressed with a key
14883           since handling of WM_SYSxxx was missing for the OnKey methods.
14885 2005-12-07  Jackson Harper  <jackson@ximian.com>
14887         * MdiChildContext.cs: reenable the sizing code.
14888         - When the mouse leaves a window reset its cursor.
14890 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
14892         * ThemeClearlooks.cs: Reflect latest Hwnd changes
14894 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
14896         * Hwnd.cs: Now using the theme 3d bordersize to calculate
14897           widths of Fixed3D borders
14899 2005-12-07  Jackson Harper  <jackson@ximian.com>
14901         * MdiClient.cs: Fix warnings. Earn Mike's love.
14903 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
14905         * ThemeClearlooks.cs:
14906           - Adjusted mouse over button color
14907           - Added first parts of CheckBox drawing
14908           - Added correct color for selected text background
14909           - Fixed ComboBox drawing
14910           - Added CPDrawBorder3D and CPDrawBorder
14912 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
14914         * XplatUIX11.cs: Added call to XBell for AudibleAlert
14916 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
14918         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
14919           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
14920           alert users via sound. We could add an enum arg with different
14921           types of alerts in the future
14923 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
14925         * Control.cs: Fix behaviour problems pointed out by Mike
14927 2005-12-05  Mike Kestner  <mkestner@novell.com>
14929         * StatusBarPanel.cs: add Invalidate method and hook it into all the
14930         prop setters.  Calls parent.Refresh for now, but could be maybe be
14931         optimized with an internal method on StatusBar at some point.
14932         [Fixes #76513]
14934 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
14936         * RichTextBox.cs: Implemented get_SelectionColor
14938 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
14940         * ThemeClearlooks.cs:
14941           - Removed dead code
14942           - Draw black button border only if button is Form.AcceptButton
14943           - Draw correct button color for pressed RadioButton if the mouse 
14944             has entered the button
14945           - Updated ProgressBar drawing!
14946           - Updated CPDrawSizeGrip drawing
14947           - Updated StatusBarPanel drawing
14949 2005-12-05  Mike Kestner  <mkestner@novell.com>
14951         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
14952         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
14954 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
14956         * ThemeClearlooks.cs: Initial check-in, activate with
14957           export MONO_THEME=clearlooks
14958         * ThemeEngine.cs: Added ThemeClearlooks
14960 2005-12-03  Mike Kestner  <mkestner@novell.com>
14962         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
14963         [Fixes #76897]
14965 2005-12-02  Jackson Harper  <jackson@ximian.com>
14967         * Form.cs: If the child form has no menu the default main menu is
14968         used as the active menu.
14970 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
14972         * ListBox.cs: Check if any items exist before trying to resolve 
14973           coordinates into items
14975 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
14977         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
14978           as the second color for the background hatch
14980 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
14982         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
14983         * RichTextBox.cs: FormatText position arguments are 1-based, now making
14984           sure that what we pass to FormatText is always 1-based. Fixes #76885
14986 2005-11-29  Miguel de Icaza  <miguel@novell.com>
14988         * NumericUpDown.cs (EndInit): When we are done initializing,
14989         reflect any updates on the UI.
14991 2005-12-02  Jackson Harper  <jackson@ximian.com>
14993         * ImplicitHScrollBar.cs:
14994         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
14995         their container controls.
14996         * TreeView.cs: Use the new implicit scrollbars.
14998 2005-12-02  Jackson Harper  <jackson@ximian.com>
15000         * TreeView.cs: Make top_node internal so the TreeNodeCollections
15001         can play with it.
15002         * TreeNodeCollection.cs: If we remove the topnode we need to
15003         update topnode to the next node in line.
15004         - When clearing nodes go through the same process as removing
15005         them, so they get depareneted and checked if they are top node.
15007 2005-12-01  Jackson Harper  <jackson@ximian.com>
15009         * TreeView.cs: When imagelists are used the image area is
15010         selectable as well as the text.
15011         - If there are no selected nodes select the first one.
15012         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
15013         so don't do it more then we need to.
15015 2005-12-01  Jackson Harper  <jackson@ximian.com>
15017         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
15018         that arrows can be scaled.
15020 2005-12-01  Jackson Harper  <jackson@ximian.com>
15022         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
15023         fail. Patch by Dieter Bremes
15025 2005-11-30  Jackson Harper  <jackson@ximian.com>
15027         * Form.cs: Property is 2.0 only
15028         * PrintDialog.cs: Signature fix.
15030 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
15032         * TextControl.cs: 
15033           - No longer artificially moves text 2 pixels down (now that we have
15034             borders this is no longer needed)
15035           - Added calcs for left, hanging and right indent
15037 2005-11-23  Mike Kestner  <mkestner@novell.com>
15039         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
15041 2005-11-30  Jackson Harper  <jackson@ximian.com>
15043         * MdiChildContext.cs: Set the cloned menus forms, as these don't
15044         get cloned as part of CloneMenu ().
15045         * Menu.cs: Make sure the parent of the items get set correctly
15046         when they are added.  And the owners are notified of the changes.
15047         * Form.cs: Create an ActiveMenu property, so that when MDI is used
15048         we can change the menu being displayed/handled by the form without
15049         changing the menu assosciated with the form.
15050         - Don't let Mdi children draw/handle menus.
15051         
15052 2005-11-30  Jackson Harper  <jackson@ximian.com>
15054         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
15055         a MenuChanged event. Just to make the API a little more
15056         consistent.
15057         * MainMenu.cs:
15058         * MenuItem.cs: Use the new OnMenuChanged
15059         * MdiChildContext.cs: Handle menu merging.
15060         * Form.cs: Implement MergedMenu.
15061         
15062 2005-11-30  Jackson Harper  <jackson@ximian.com>
15064         * Menu.cs: We were misusing Add. Add goes behind the specified
15065         index according to the docs, and does not replace the specified
15066         index. So I added an Insert method.
15068 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
15070         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
15071           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
15072           is for Jackson
15073         * RichTextBox.cs: Added calls to base for DnD events
15075 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
15077         * TextControl.cs:
15078           - Fixed drag-selection related crash; style fixes
15079           - Implemented undo class
15080             o Implemented method to capture document state for specified
15081               range in document tree
15082             o Implemented method to restore captured document state
15083             o Implemented cursor tracking
15084             o Implemented basic undo stack
15085           - Added undo cursor tracking to methods altering cursor location
15086           - Added undo tracking to selection deletion (still missing
15087             other text-altering hookups)
15088         * RichTextBox.cs:
15089           - Added SelectionLength property
15090           - Implemented CanPaste()
15091           - Implemented Paste()
15092           - Added missing protected methods
15093           - Fixed RTF->Document conversion; now uses font index 0 and color 
15094             index 0 as the default font for the parsed text
15095           - Fixed RTF<->Document font size translation
15096           - Fixed RTF generation, now properly handles cross-tag boundaries
15097             for single line selection
15098           - No longer always appends blank line to generated RTF
15099           - Removed TODOs
15100           - Added missing attributes
15101           - Hooked up undo-related methods
15102         * TextBoxBase.cs:
15103           - Implemented Copy()
15104           - Implemented Paste()
15105           - Implemented Cut()
15106           - Fixed caret mis-behaviour on backspace across line-boundaries
15108 2005-11-29  Jackson Harper  <jackson@ximian.com>
15110         * MdiClient.cs: Add a method for activating mdi children. Very
15111         basic right now. I imagine someday it might need more girth.
15112         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
15113         children windows names are added to the menu item.
15114         * ThemeWin32Classic.cs: Draw the arrow if the item is an
15115         mdilist. This happens regardless of whether or not there are any
15116         mdi windows to see in the list, and according to my tests happens
15117         before the items are even added. Also happens if there isn't even
15118         an mdi client to get windows from.
15120 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
15122         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
15123         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
15125 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
15127         * DataGridTableStyle.cs:
15128           - Create always the styles for the missing columns even if they are
15129             provided by the user (not default table style)
15130         * DataGrid.cs:
15131           - Fixes bug 76770
15132           - Fixes SetDataBinding (always re-attach source)
15133           - Fixes SetNewDataSource (only clear styles if they are not for 
15134             this source)
15135          -  Expands OnTableStylesCollectionChanged to handle style refresh 
15136             and remove properly
15138 2005-11-29  Jackson Harper  <jackson@ximian.com>
15140         * FileDialog.cs: Implement missing bits, remove some dead
15141         code.
15142         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
15143         creation of the panel so that the options set on the dialog are
15144         seen when the panel is created.
15145         * TreeView.cs: raise a click when items are clicked.
15146         
15147 2005-11-29  Jackson Harper  <jackson@ximian.com>
15149         * MdiClient.cs: Pass some signature methods through to base.
15151 2005-11-28  Jackson Harper  <jackson@ximian.com>
15153         * ListView.cs: Raise the click event when items are clicked.
15155 2005-11-28  Jackson Harper  <jackson@ximian.com>
15157         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
15158         a nullref.
15160 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
15162         * ThemeNice.cs: - Removed 1 pixel bitmaps
15163           - Use SmoothingMode.AntiAlias where it makes sense
15164             (ScrollButton arrow for example)
15165           - Enhanced Button focus drawing
15166           - Fixed ComboBox drawing (no artefacts anymore, focus
15167             rectangle is back again, reduced size of ComboButton, etc.)
15168           - Fixed RadioButton focus drawing for Appearence.Button
15169           - Slight ScrollButton redesign
15170           - Some LinearGradientBrush size fixes
15171           - GroupBoxes have now rounded edges
15172           - Fixed StatusBar drawing
15174 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
15176         * ThemeNice.cs: - Remove dead code
15177           - use correct background colors for menus, etc.
15178           - Fake pixel drawing with 1 pixel bitmaps
15180 2005-11-24  Jackson Harper  <jackson@ximian.com>
15182         * MdiClient.cs: Size the scrollbars when resizing the window.
15183         - Resize the maximized windows when the client is resized
15184         * Form.cs: Make the child context available
15185         
15186 2005-11-23  Jackson Harper  <jackson@ximian.com>
15188         * MdiChildContext.cs: Don't size windows if they are maximized.
15190 2005-11-23  Mike Kestner  <mkestner@novell.com>
15192         * ContextMenu.cs: use MenuTracker.
15193         * Control.cs: remove menu handle usage.
15194         * Form.cs: remove menu handle usage.
15195         * Hwnd.cs: remove menu handle usage.
15196         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
15197         motion and clicks to the new Tracker handlers.
15198         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
15199         and handle usage.
15200         * MenuAPI.cs: refactored to combine popup and menubar event handling.
15201         Killed the MENU and MENUITEM data types and associated collections
15202         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
15203         MenuTracker class that exposes the leftovers from the old MenuAPI
15204         static methods. Restructured Capture handling so that only one grab is
15205         done for the entire menu hierarchy instead of handing off grabs to
15206         submenus. Tracker now has an invisible control to Capture when active.
15207         * MenuItem.cs: add sizing accessors, kill Create
15208         and handle usage.
15209         * Theme.cs: remove menu handle and MENU(ITEM) usage.
15210         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
15211         MENU(ITEM). remove menu handle usage, use Menu directly.
15212         * XplatUIDriver.cs: remove menu handle usage.
15213         * XplatUIOSX.cs: remove menu handle usage.
15214         * XplatUIWin32.cs: remove menu handle usage.
15215         * XplatUIX11.cs: remove menu handle usage.
15217 2005-11-22  Jackson Harper  <jackson@ximian.com>
15219         * Hwnd.cs: Don't compute the menu size for
15220         DefaultClientRectangle.
15221         - Reenable menu sizes being computed for GetClienRectangle.
15222         * Form.cs: Remove comment of trechery
15223         
15224 2005-11-22  Jackson Harper  <jackson@ximian.com>
15226         * Hwnd.cs: The adjustments for the menu bar are made when it is
15227         attached to the form.
15229 2005-11-19  Jackson Harper  <jackson@ximian.com>
15231         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
15232         (just like on windows).
15234 2005-11-19  Jackson Harper  <jackson@ximian.com>
15236         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
15237         use real buttons anymore because they are in non client area. The
15238         one TODO here is that I need to somehow invalidate a section of
15239         the non client area.
15241 2005-11-18  Jackson Harper  <jackson@ximian.com>
15243         * Control.cs: Put the enum check back in now that MDI doesnt have
15244         to use this to set border styles.
15245         * Form.cs: Only set mdi child windows borders if the handle has
15246         been created.
15247         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
15248         this directly on to the driver.
15249         - Get the move start position before adjusting for the titlebar
15250         height, this fixes the windows "skipping" when they are first
15251         moved.
15253 2005-11-18  Jackson Harper  <jackson@ximian.com>
15255         * XplatUIX11.cs: Just compute the mdi borders separately as they
15256         don't totally match up with normal form borders.
15258 2005-11-18  Jackson Harper  <jackson@ximian.com>
15260         * Control.cs: Set WS_ styles for borders, so that the driver does
15261         not have to retrieve the control instance to figure out what kind
15262         of borders it should have.
15263         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
15264         driver can know its an mdi child easily.
15265         * XplatUIX11.cs: Get the border styles and whether the window is
15266         MDI from the Styles and ExStyles params instead of having to get a
15267         control. This prevents a chicken and egg problem.       
15269 2005-11-18  Jackson Harper  <jackson@ximian.com>
15271         * MdiClient.cs: Fix typo so scrollbars show up correctly.
15273 2005-11-18  Jackson Harper  <jackson@ximian.com>
15275         * MdiClient.cs: Calculate when to add and remove scrollbars
15276         correctly.
15277         * MdiChildContext.cs: Adjust the y position to take the titlebar
15278         into account.
15279         - No height for FormBorderStyle.None
15281 2005-11-18  Jackson Harper  <jackson@ximian.com>
15283         * Control.cs: Allow non enum values to be used for
15284         InternalBorderStyle.  MDI does this to set a special border style.
15285         - New utility methods for converting points to/from client coords
15286         - Add the newly created control to the Controls collection before
15287         updating its style. This way UpdateStyle can walk the control
15288         heirarchy to find the control if needed.
15289         so I don't need to create a new Point object all the time.
15290         * Form.cs: Let MDI windows handle their border styles.
15291         - Set styles on MDI windows so the correct title style is derived.
15292         * MdiChildContext.cs: Move all the painting and window handling
15293         into the non client area.
15294         - Use correct sizing and put correct buttons on frames based on
15295         the FormBorderStyle.
15296         - Notify the mdi client about scrolling
15297         - Need to handle the buttons ourselves now, because they are all
15298         in non client areas and we can't add controls there.
15299         * MdiClient.cs: Halfway to scrolling, this implementation is
15300         somewhat broken though, we need to check to make sure other
15301         windows aren't causing scrolling before removing the bars. Also
15302         the bars need to be drawn on top, maybe I can switch implicit
15303         controls to be on top.
15304         * Hwnd.cs: caption_height and tool_caption_height are now
15305         properties of an hwnd, this way they can be set by the driver
15306         based on the type of window they are.  In X11 the window manager
15307         handles the decorations so caption_height is zero unless its an
15308         MDI window.
15309         - Add 3 pixel borders for MDI windows (0xFFFF).
15310         - Get rid of some code duplication, have DefaultClientRectanle
15311         just call GetClientRectangle.
15312         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
15313         Hwnd now.
15314         - Set border styles differently for mdi windows.
15315         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
15316         Hwnd now.
15317         
15318 2005-11-15  Mike Kestner  <mkestner@novell.com>
15320         * Menu.cs: when adding an item to the collection, if item is already 
15321         parented, remove it from the parent.
15323 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
15325         * X11DesktopColors.cs: Added KDE support
15327 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
15329         * XplatUIWin32.cs: 
15330           - Clipboard methods now can translate Rtf format
15331           - No longer removes clipboard contents whenever a new format is added
15332             to allow placing multiple formats on the clipboard
15333         * Clipboard.cs: Clipboard now supports getting a IDataObject and
15334           will place all formats contained in it onto the clipboard. Also
15335           now cleans the clipboard before placing a new object onto it
15336         * RichTextBox.cs:
15337           - Implemented set_Rtf
15338           - Implemented set_SelectedRtf
15339           - Created InsertRTFFromStream() method to allow single code base
15340             for all properties and methods that insert RTF into document
15341           - Removed debug output
15342         * TextControl.cs:
15343           - Fixed Delete(int) to fix up line numbers
15344           - Fixed ReplaceSelection to combine start and end line
15345           - Fixed serious DeleteChars bug that would leave the document tree
15346             broken
15347           - Improved DumpTree with several logic checks to detect broken
15348             document trees
15349           - Removed debug lines
15350           - Fixed Caret.WordForward/WordBack moving code, now always also 
15351             updates caret.tag (fixes crash when word-selecting across tag
15352             boundaries via keyboard)
15353           - Added Insert() method for inserting multiline text into documents
15354           - Fixed DeleteChars() calculation errors that would cause a broken
15355             tag chain with multiple tag lines
15356           - DeleteChars() no longer crashes on multi-tag lines if not all tags
15357           - Split() no longer moves caret if split is at caret location
15358           - ReplaceSelection() now updates the cursor and re-displays it
15359           - ReplaceSelection() now uses new Insert() method to avoid code
15360             duplication
15361           - FormatText() can now handle formatting partial lines
15362         * TextBoxBase.cs:
15363           - Append now uses new TextControl.Insert() method (this avoids 
15364             duplicate code)
15365           - Implemented Ctrl-X (Cut) (
15366           - Implemented Ctrl-C (Copy)
15367           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
15368             regeneration when pasting text; roundtripping Copy&Paste within
15369             edit control still fails due to some calculation bugs in GenerateRTF)
15370           - The Delete key will now remove the current selection if it is visible
15371         * TextBox.cs: Removed debug lines
15372         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
15373           driver to be initialized and can't therefore be done via a static ctor)
15375 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
15377         * TextControl.cs: Added backend code for finding char arrays and strings
15378         * TextBoxBase.cs:
15379           - Added mouse wheel scroll support
15380           - Added support for VScroll and HScroll events
15381         * RichTextBox.cs:
15382           - Implemented all seven Find() variants
15383           - Implemented GetCharFromPosition()
15384           - Implemented GetCharIndexFromPosition()
15385           - Implemented GetLineFromIndex()
15386           - Implemented GetPositionFromCharIndex();
15387           - Implemented SaveFile for PlainText and UnicodeText
15388           - Fixed set_Font, now setting a new font applies that font to
15389             the whole document
15390           - Implemented generic Document to RTF converter
15391           - Implemented SaveFile for RichText format (still missing unicode
15392             conversion for non-ansi chars)
15393           - Implemented get_Rtf
15394           - Implemented get_SelectedRtf
15396 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
15398         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
15399           to allow any captures to be released before triggering OnClick. This
15400           way a click handler may capture the mouse without interference.
15401         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
15402           This way we send them even though X may not allow a grab (if the window
15403           isn't visible, for example)
15405 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
15407         * DataGridViewRowEventArgs.cs: DataGridView implementation
15408         * DataGridViewElement.cs: DataGridView implementation
15409         * DataGridViewComboBoxCell.cs: DataGridView implementation
15410         * DataGridViewDataErrorContexts.cs: DataGridView implementation
15411         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
15412         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
15413         * ImageLayout.cs: DataGridView implementation
15414         * DataGridViewComboBoxColumn.cs: DataGridView implementation
15415         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
15416         * DataGridViewSelectionMode.cs: DataGridView implementation
15417         * IDataGridViewEditingControl.cs: DataGridView implementation
15418         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
15419         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
15420         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
15421         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
15422         * DataGridViewColumnSortMode.cs: DataGridView implementation
15423         * DataGridView.cs: DataGridView implementation
15424         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
15425         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
15426         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
15427         * Padding.cs: DataGridView implementation
15428         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
15429         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
15430         * DataGridViewRowEventHandler.cs: DataGridView implementation
15431         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
15432         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
15433         * DataGridViewButtonCell.cs: DataGridView implementation
15434         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
15435         * DataGridViewEditMode.cs: DataGridView implementation
15436         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
15437         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
15438         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
15439         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
15440         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
15441         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
15442         * DataGridViewCellEventHandler.cs: DataGridView implementation
15443         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
15444         * DataGridViewCellStyleConverter.cs: DataGridView implementation
15445         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
15446         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
15447         * DataGridViewColumnEventArgs.cs: DataGridView implementation
15448         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
15449         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
15450         * QuestionEventArgs.cs: DataGridView implementation
15451         * IDataGridViewEditingCell.cs: DataGridView implementation
15452         * DataGridViewTriState.cs: DataGridView implementation
15453         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
15454         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
15455         * DataGridViewColumnCollection.cs: DataGridView implementation
15456         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
15457         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
15458         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
15459         * DataGridViewColumn.cs: DataGridView implementation
15460         * DataGridViewCellBorderStyle.cs: DataGridView implementation
15461         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
15462         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
15463         * DataGridViewRow.cs: DataGridView implementation
15464         * DataGridViewImageCellLayout.cs: DataGridView implementation
15465         * DataGridViewImageCell.cs: DataGridView implementation
15466         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
15467         * DataGridViewCheckBoxCell.cs: DataGridView implementation
15468         * DataGridViewHeaderCell.cs: DataGridView implementation
15469         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
15470         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
15471         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
15472         * DataGridViewTextBoxColumn.cs: DataGridView implementation
15473         * QuestionEventHandler.cs: DataGridView implementation
15474         * DataGridViewCellStyleScopes.cs: DataGridView implementation
15475         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
15476         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
15477         * DataGridViewCell.cs: DataGridView implementation
15478         * DataGridViewCellEventArgs.cs: DataGridView implementation
15479         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
15480         * DataGridViewCellStyle.cs: DataGridView implementation
15481         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
15482         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
15483         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
15484         * TextFormatFlags.cs: DataGridView implementation
15485         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
15486         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
15487         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
15488         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
15489         * DataGridViewButtonColumn.cs: DataGridView implementation
15490         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
15491         * HandledMouseEventArgs.cs: DataGridView implementation
15492         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
15493         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
15494         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
15495         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
15496         * DataGridViewRowCollection.cs: DataGridView implementation
15497         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
15498         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
15499         * DataGridViewHitTestType.cs: DataGridView implementation
15500         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
15501         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
15502         * DataGridViewColumnEventHandler.cs: DataGridView implementation
15503         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
15504         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
15505         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
15506         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
15507         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
15508         * DataGridViewContentAlignment.cs: DataGridView implementation
15509         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
15510         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
15511         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
15512         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
15513         * DataGridViewPaintParts.cs: DataGridView implementation
15514         * DataGridViewCellCollection.cs: DataGridView implementation
15515         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
15516         * DataGridViewImageColumn.cs: DataGridView implementation
15517         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
15518         * DataGridViewElementStates.cs: DataGridView implementation
15519         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
15520         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
15521         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
15522         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
15523         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
15524         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
15525         * DataGridViewRowHeaderCell.cs: DataGridView implementation
15526         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
15527         * DataGridViewTextBoxCell.cs: DataGridView implementation
15528         * DataGridViewBand.cs: DataGridView implementation
15529         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
15530         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
15531         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
15532         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
15533         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
15534         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
15535         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
15536         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
15537         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
15538         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
15539         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
15541 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
15543         * ThemeWin32Classic.cs: 
15544           - Draw the outside focus rectangle around buttons
15545           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
15546             doesn't use end caps for every dash of a line anymore. This
15547             workaround ignores the forecolor.
15549 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
15551         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
15552           endian safe.
15554 2005-11-07  Jackson Harper  <jackson@ximian.com>
15556         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
15558 2005-11-07  Jackson Harper  <jackson@ximian.com>
15560         * ScrollableControl.cs: Calculate the maximum and change vars
15561         (more) correctly so that scrollbars appear as a sensible size.
15563 2005-11-04  Jackson Harper  <jackson@ximian.com>
15565         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
15566         collection.
15567         * TreeView.cs: When the tree is sorted null out the top_node so
15568         that it is recalculated.
15569         - Use dotted lines instead of dashed lines to match MS better.
15571 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
15573         * ListView.cs: 
15574           - Implements key search for items. Useful when browsing files with FileDialog
15575           - When changing view mode or when clear the items reset scrollbar positions
15577 2005-11-04  Jackson Harper  <jackson@ximian.com>
15579         * CurrencyManager.cs: Implement the MetaDataChanged event, the
15580         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
15581         as to what the method may do as there is no real way of creating a
15582         derived CurrencyManager and calling the method. 
15584 2005-11-03  Jackson Harper  <jackson@ximian.com>
15586         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
15587         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
15588         method which seems to just be used internally to refresh the tabs.
15590 2005-11-03  Jackson Harper  <jackson@ximian.com>
15592         * TabControl.cs: Implement the remove method. Fix some broken
15593         comments.
15595 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
15597         * DateTimePicker.cs:
15598           - Added missing DateTimePickerAccessibleObject class
15599           - Added missing events
15600           - Added OnFontChanged method
15601         * Form.cs: Added missing attributes
15602         * TreeView.cs: Added missing attributes
15604 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
15606         * GridItemCollection.cs: Fix signatures
15608 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
15610         * XplatUI.cs: Updated build rev/date
15611         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
15612           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
15613         * Application.cs: Trigger context-specific ExitThread events
15615 2005-11-03  Jackson Harper  <jackson@ximian.com>
15617         * Menu.cs:
15618         * MainMenu.cs:
15619         * GridTableStylesCollection.cs:
15620         * Timer.cs:
15621         * TabPage.cs:
15622         * HelpProvider.cs:
15623         * StatusBar.cs:
15624         * MonthCalendar.cs: Signature fixes
15626 2005-11-03  Jackson Harper  <jackson@ximian.com>
15628         * TreeNodeCollection.cs: Remove should not be virtual.
15629         * TreeView.cs: Implement the last of the missing methods.
15631 2005-11-03  Jackson Harper  <jackson@ximian.com>
15633         * TreeNodeConverter.cs: Implement to get off my class-status back.
15635 2005-11-03  Jackson Harper  <jackson@ximian.com>
15637         * TreeView.cs: Hookup the bits for drag and drop.
15638         * TreeNode.cs: Don't cache the tree_view or index anymore, now
15639         that nodes can be moved from tree to tree easily this just causes
15640         all sorts of problems.
15641         * TreeNodeCollection: Don't need to give treenodes an index and
15642         treeview anymore when they are added, these are computed on the
15643         fly. Also make sure to remove a node before its added.
15645 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
15647         * TextControl.cs:
15648           - Added CaretSelection enum
15649           - Added comparison methods to Marker struct, makes selection code
15650             more readable
15651           - Added SelectionStart and SelectionEnd as 'moveable' location for
15652             the CaretDirection enum and handler
15653           - Added selection_prev variable to track optimized invalidation for
15654             word and line selection
15655           - Added SelectionVisible property (returns true if there is a valid 
15656             selection)
15657           - Switched CaretHasFocus to only display the caret if there is no
15658             visible selection
15659           - Avoiding StringBuilder.ToString to retrieve a single char, instead
15660             using the direct character index; should be much faster
15661           - Added various conditional debug statements
15662           - Fixed invalidation calculation for selection ranges
15663           - Added ExpandSelection() method to support word and line selection
15664           - Switched SetSelectionToCaret to use new Marker compare overloads
15665           - Added central IsWordSeparator() method to determine word 
15666             separators/whitespace and FindWordSeparator() to streamline common
15667             usage of IsWordSeparator()
15668         * TextBoxBase.cs:
15669           - Removed unneeded grabbed variable, it was just mirroring
15670             Control.Capture
15671           - No longer firing OnTextChanged event when Text setter is called,
15672             since the base will fire the event for us
15673           - Added handling of Ctrl-Up/Down selection
15674           - Added handling of Shift-Cursorkey selection
15675           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
15676             words
15677           - Added handling of Shift and Ctrl-Shift-Home/End selection
15678           - Removed some debug output
15679           - Added handling for single/double/tripple-click to place caret/
15680             select word/select line respectively (Fixes bug #76031)
15681           - Added support for drag expansion of word/line selection
15682         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
15683           current selection
15685 2005-11-02  Jackson Harper  <jackson@ximian.com>
15687         * X11Dnd.cs: If the drag is going to and from a MWF window just
15688         copy the data instead of sending it out through the X Selection
15689         mechanism.
15691 2005-11-02  Jackson Harper  <jackson@ximian.com>
15693         * X11Dnd.cs:
15694         * XplatUIX11.cs: When in a drag we don't want motion notify
15695         messages to get passed on to the other controls. This prevents
15696         mouse move messages from showing up in the drag source.
15698 2005-11-02  Jackson Harper  <jackson@ximian.com>
15700         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
15701         the correct button is release to end a drag.
15702         * XplatUIX11.cs: Make the button state internal so the drag system
15703         can access it.  Dragging needs to know about all button releases,
15704         not just left button.
15706 2005-11-02  Miguel de Icaza  <miguel@novell.com>
15708         * Form.cs (Icon): If the icon is null, reset the icon to the
15709         default value. 
15711         * Cursor.cs: When writing the AND-mask bitmap do not include the
15712         number of colors, but hardcode those to two (black and white),
15713         fixes the loading of color cursors (Paint Dot Net).
15715         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
15716         turn off autoscaling.
15718         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
15720 2005-11-02  Jackson Harper  <jackson@ximian.com>
15722         * X11Dnd.cs: Make sure to send a status message if the pointer
15723         enters a control that can not accept a drop, otherwise the cursor
15724         isn't updated correctly. Also tried to compress the lines of code
15725         a bit.
15727 2005-11-02  Jackson Harper  <jackson@ximian.com>
15729         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
15730         set actions correctly.  This isn't perfect as XDND and win32 have
15731         some differences on how you allow actions. I'll clear this up by
15732         adding a path for drag from MWF to MWF windows.
15733         * XplatUIX11.cs: Hook into the dnd system.
15735 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
15737         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
15738         previously shown but they are no longer need it. Very obvious when 
15739         browsing files with FileDialog.
15741 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
15743         * Control.cs: We always need to call OnPaintBackground. We pretty much
15744           ignore AllPaintingInWmPaint and always do the painting there, whether 
15745           it's set or not, since we always ignore the WM_ERASEBKGND message 
15746           (which we don't generate on X11). This fixes #76616.
15747         * Panel.cs: Removed unneeded background painting. This happens properly
15748           in Control.cs already
15750 2005-10-31  Mike Kestner  <mkestner@novell.com>
15752         * Menu.cs: Add items to collection before setting their index.
15753         * MenuItem.cs : add range checking with ArgumentException like MS.
15754         [Fixes #76510]
15756 2005-10-31  Jackson Harper  <jackson@ximian.com>
15758         * ListBox.cs: Invalidate if the area is visible at all not just
15759         contained in the visible rect. Fixes unselection of semi visible
15760         items.
15762 2005-10-31  Jackson Harper  <jackson@ximian.com>
15764         * Control.cs: Consistently name the dnd methods. Make them
15765         internal so we can override them to match some MS behavoir
15766         internally.
15767         * Win32DnD.cs: Use the new consistent names.
15769 2005-10-31  Jackson Harper  <jackson@ximian.com>
15771         * TreeView.cs: Don't draw the selected node when we lose focus.
15773 2005-10-31  Jackson Harper  <jackson@ximian.com>
15775         * X11Dnd.cs: We still need to reset the state even though a full
15776         reset isn't being done, otherwise status's still get sent all over
15777         the place.
15779 2005-10-31  Jackson Harper  <jackson@ximian.com>
15781         * Control.cs: Make the dnd_aware flag internal so the dnd
15782         subsystem can check it. Catch exceptions thrown in dnd handlers to
15783         match MS behavoir.
15784         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
15785         * X11Dnd.cs: Handle null data in the converters. Set the XDND
15786         version when sending a XdndEnter. Use the control/hwnd dnd_aware
15787         flags to reduce the number of dnd enters/status's sent.
15789 2005-10-31  Jackson Harper  <jackson@ximian.com>
15791         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
15793 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
15795         * PictureBox.cs: Fixes 76512
15797 2005-10-28  Jackson Harper  <jackson@ximian.com>
15799         * X11Dnd.cs: Early implementation to support winforms being a drag
15800         source for data on X11. Also restructured the converters so they
15801         can go both ways now.
15802         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
15803         
15804 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
15806         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
15807           clipboard requests
15809 2005-10-27  Jackson Harper  <jackson@ximian.com>
15811         * TreeNode.cs: Implement serialization so my DnD examples will work.
15813 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
15815         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
15816           TreeView.cs: Don't dispose objects that are not owned.
15817           
15818 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
15820         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
15821           should retrieve the current cursor and report that, but XplatUI
15822           doesn't (yet) have an interface for that (and I'm not sure I even
15823           can, on X11)
15824         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
15825           until any message loop processing is done (and the WM_SETCURSOR
15826           replaces the cursor to the proper one)
15827         * XplatUIX11.cs: 
15828           - Fixed override behaviour, we can't set the cursor globally on X11, 
15829             just for our windows.
15830           - Invalidating the System.Drawing X11 display handle when we are
15831             shutting down
15832         * Control.cs: Fix to make csc happy
15834 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
15836         * TextBoxBase.cs: 
15837           - get_Text: Add last line (without trailing newline) to returned
15838             value (Fixes 76212)
15839           - get_TextLength: Count last line in returned length
15840           - ToString: Call Text property instead of duplicating code
15842 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
15844         * ImageList.cs: Dispose ImageAttributes objects.
15846 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
15848         * ImageList.cs: Use attribute constructors with less arguments where
15849           possible.
15851 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
15853         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
15854           Use typeof instead of strings when assembly is referenced. Added
15855           some more comments.
15857 2005-10-21  Jackson Harper  <jackson@ximian.com>
15859         * ListView.cs: Raise a double click event. Also tried to somewhat
15860         fix when the selectedindexchanged event is raised. Its still
15861         broken though.
15863 2005-10-21  Jackson Harper  <jackson@ximian.com>
15865         * TreeView.cs: New method to invalidate the plus minus area of a
15866         node without invalidating the whole node (maybe this can be used
15867         in some more places).
15868         * TreeNodeCollection.cs: When adding to an empty node we need to
15869         invalidate its plus minus area so the little block shows up.
15870         
15871 2005-10-21  Jackson Harper  <jackson@ximian.com>
15873         * TreeView.cs: Make sure that when we invalidate a node the bounds
15874         are big enough to cover the selected box and the focus
15875         rectangle. Use a different colour for the lines connecting nodes
15876         so they show up with all themes.
15878 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
15880         * NativeWindow.cs: Don't call anything that could call into the driver,
15881           we might be on a different thread.
15883 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
15885         * Control.cs(Dispose): Since Dispose might run on a different thread,
15886           make sure that we call methods that could call into the driver via
15887           invoke, to avoid thread issues
15889 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
15891         * XplatUI.cs: Removed finalizer
15892         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
15893           not allowing to be called on the finalizer thread.
15895 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
15897         * ImageList.cs:
15898           - Reverted r51889 and r51891.
15899           - Added ImageListItem class that stores unmodified image items and image
15900             properties required to create list images until handle is created.
15901           - Added AddItem and moved image creation logic to AddItemInternal.
15902           - Added CreateHandle method that creates images based on unmodified items.
15903           - Added DestroyHandle that changes state to store unmodified items.
15904           - Add and AddStrip methods no more create handle.
15905           - ReduceColorDepth has no return value.
15906           - Dispose destroys handle.
15907           - Modified other methods to reflect the above changes.
15908           - Implemented key support.
15909           - Added profile 2.0 members and attributes.
15910           - Added private Reset and ShouldSerialize methods that provide the same
15911             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
15912             them as they are private.
15913           - Added some more comments about implementation details.
15915 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
15917         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
15919 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
15921         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
15923 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
15925         * DataGridDrawingLogic.cs: Fixes column hit calcultation
15926         * DataGridColumnStyle.cs: Remove debug message
15928 2005-10-20  Jackson Harper  <jackson@ximian.com>
15930         * TreeView.cs: We can always get input keys regardless of whether
15931         or not editing is enabled. They are used for navigation.
15933 2005-10-20  Jackson Harper  <jackson@ximian.com>
15935         * TreeNode.cs: Use the viewport rect for determining if a node
15936         needs to be moved for visibility. Don't use Begin/End edit. This
15937         calls a full refresh when its done.
15938         * TreeView.cs: New SetBottom works correctly.  Make the viewport
15939         rect property internal so the treenodes can see it. When clicking
15940         on a node we need to ensure that its visible because it might just
15941         be partly visible when clicked.
15943 2005-10-20  Jackson Harper  <jackson@ximian.com>
15945         * TreeNodeCollection.cs: Remove debug code.
15947 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
15949         * Datagrid.cs: Implements column sorting in Datagrid
15950         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
15952 2005-10-20  Jackson Harper  <jackson@ximian.com>
15954         * TreeNodeCollection.cs: Remove items properly. Update the correct
15955         area after removing them.
15957 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
15959         * Datagrid.cs: Should not call base.OnPaintBackground
15961 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
15963         * XplatUIX11.cs (GetMessage):
15964           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
15965             window instead of client window
15966           - Now properly calculates NC_xBUTTONUP message coordinates
15967           - ScreenToMenu now properly calculates it's coordinates of whole 
15968             window, since menus are in the whole window, not in the client
15969             window
15970           - Added WholeToScreen coordinate translation method
15972 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
15974         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
15975           want to return a message, loop back to the beginning of the function
15976           and grab the next real message to process instead.
15978 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
15980         * Splitter.cs: Properly set limits if no filler control is used
15982 2005-10-19  Jackson Harper  <jackson@ximian.com>
15984         * ColorDialog.cs: Don't show the help button if it is not enabled
15985         instead of disabling it (this is what MS does). Don't create the
15986         panel until the dialog is run, otherwise the vars (such as
15987         ShowHelp) are not set yet.
15989 2005-10-19  Jackson Harper  <jackson@ximian.com>
15991         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
15992         are reduced when adding nodes.
15993         * TreeNode.cs:
15994         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
15995         tree.
15996         
15997 2005-10-19  Jackson Harper  <jackson@ximian.com>
15999         * FolderBrowserDialog.cs: End editing our treeview so the window
16000         actually gets refreshed.
16002 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
16004         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
16005           Obsoleted handling of WM_ERASEBKGND, now always draws our background
16006           inside of WM_PAINT
16008 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
16010         * MenuAPI.cs: Returns after Hidding window
16011         * XplatUIX11.cs: Added TODO found while debugging menu issues
16013 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
16015         * XplatUIX11.cs: Do not re-map the whole window when it's size
16016           becomes non-zero unless it's supposed to be actually visible
16018 2005-10-18  Jackson Harper  <jackson@ximian.com>
16020         * TreeView.cs: We don't need to keep a count anymore.
16021         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
16022         use the Grow method.
16024 2005-10-18  Jackson Harper  <jackson@ximian.com>
16026         * TreeNodeCollection.cs: Insert is not supported on arrays, so
16027         implement it manually here.
16029 2005-10-18  Jackson Harper  <jackson@ximian.com>
16031         * ImageList.cs: Dont kill the list when the colour depth is
16032         changed, just change the colour depth of all the images.
16033         - Same goes for setting the image size. Just resize them all
16034         instead of killing the list softly.
16036 2005-10-18  Jackson Harper  <jackson@ximian.com>
16038         * Control.cs: Don't invalidate empty rectangles.
16040 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
16042         * ListViewItem.cs:
16043           - Adds checked item to the Checked/Item lists (where empty before)
16044           - Do not add items to the Selected lists if they are already present
16045         * ListView.cs:
16046           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
16047           - When deleting items make sure that we delete them for the Selected
16048           and Checked list also.
16050 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
16052         * Label.cs: Dispose objects no longer used
16053         * ThemeWin32Classic.cs: Dispose objects no longer used
16055 2005-10-18  Jackson Harper  <jackson@ximian.com>
16057         * TabControl.cs: Don't refresh the whole control when the tabs are
16058         scrolled, we just need to refresh the tab area.
16060 2005-10-17  Jackson Harper  <jackson@ximian.com>
16062         * XplatUIX11.cs: Compress code a little bit. Only calculate the
16063         after handle when we need it.
16065 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
16067         * Control.cs: When the parent size changes, recalculate anchor 
16068           positions. Partial fix for #76462
16070 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
16072         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
16073           drawn. Fixes #76462
16075 2005-10-17  Jackson Harper  <jackson@ximian.com>
16077         * MonthCalendar.cs: Don't create the numeric up down until our
16078         handle is created. Otherwise our handle is created in the
16079         constructor and we don't know if we are a WS_CHILD or WS_POPUP
16080         yet.
16082 2005-10-17  Jackson Harper  <jackson@ximian.com>
16084         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
16085         correctly.
16087 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
16088         * TreeNode.cs : small logical fix (was using local var instead of field)
16089         
16090 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
16092         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
16094 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
16096         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
16098 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
16100         * Control.cs: 
16101           - Re-implemented anchoring code. My first version was really broken.
16102             This fixes bug #76033. Unlike the previous implementation we will
16103             no longer have round errors since all numbers are calculated from
16104             scratch every time. Removed various anchor-related obsolete vars.
16105           - InitLayout no longer causes layout event firing and layout to be 
16106             performed
16108 2005-10-16  Jackson Harper  <jackson@ximian.com>
16110         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
16111         which was broken).
16113 2005-10-16  Jackson Harper  <jackson@ximian.com>
16115         * TabControl.cs: Remove debug code.
16117 2005-10-16  Jackson Harper  <jackson@ximian.com>
16119         * XEventQueue.cs: Increase the default queue size (very simple
16120         apps needed to grow the queue).
16121         * Hwnd.cs: No finalizer so we don't need to suppress
16122         finalization. Compute the invalid area manually so a new rectangle
16123         does not newto be created.
16124         * ScrollableControl.cs: Don't set any params (otherwise visibility
16125         isn't set correctly).
16126         * MdiChildContext.cs: New constructor takes the mdi parent so it
16127         doesn't have to be computed and avoids a crash on windows. Draw
16128         the window icon properly, and allow the text to be seen.
16129         * Form.cs: Use new MdiChildContext constructor. Make sure the
16130         child context isn't null in wndproc.
16131         * TabControl.cs: Don't set focus, this is muddling keyboard
16132         behavoir. Expand the tab rows when a window size increase will
16133         allow extra tabs to be seen. Don't allow tabs smaller than the
16134         width of a window to be scrolled out of view.
16135         * TreeNode.cs:
16136         * TreeView.cs: Use measure string to calculate a nodes width, the
16137         width is cached and only updated when the text or the font is
16138         changed. Don't check for expand/collapse clicks on the first level
16139         nodes if root lines are disabled.
16140         
16141 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
16143         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
16145 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
16147         * DataGridBoolColumn.cs: fixes warning
16149 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
16151         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
16152         to match more to match more precisely the MS Net behavior
16154 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
16156         * Hwnd.cs: Added field to track if window is mapped
16157         * XplatUIX11.cs: 
16158           - Unmap windows if they become 0-size, re-map when 
16159             they are >0 again; fixes #76035
16160           - Re-set our error handler after initializing X11Desktop
16161             to override any error handlers Gtk or whatever was called
16162             may have set.
16164 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
16166         * CheckedListBox.cs: Removed unused vars
16167         * ListView.cs: Fixed signatures
16168         * RichTextBox.cs: Removed unused vars
16169         * TextBoxBase.cs: Removed unused vars
16170         * XplatUIWin32.cs: Removed unused vars
16171         * XplatUIX11.cs: Removed unused vars
16172         * XplatUI.cs: Updated version and date to latest published
16174 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
16176         * Cursor.cs: Added private .ctor to work around a bug in
16177           resourceset (Thanks to Geoff Norton for the help on this)
16178         * SplitterEventArgs.cs: Made fields accessible so we don't
16179           waste boatloads of objects and can reuse the same one
16180           in Splitter
16181         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
16182           any captions and borders when generating screen coordinates
16183         * Splitter.cs: Reimplemented control, now fully complete, uses
16184           rubberband drawing, supports and obeys all properties, has
16185           proper cursors
16187 2005-10-13  Miguel de Icaza  <miguel@novell.com>
16189         * Form.cs (Form): Setup default values for autoscale and
16190         autoscale_base_size;  Make these instance variables, not static
16191         variables. 
16193         (OnLoad): on the first load, adjust the size of the form.
16195 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
16197         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
16198           width argument to DrawReversibleRectangle()
16199         * XplatUIWin32.cs, XplatUIX11.cs: 
16200           - Implemented width for DrawReversibleRectangle()
16201           - Added logic to DrawReversibleRectangle that recognizes a zero
16202             width or height and only draws a line in that situation
16203         
16204 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
16206         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
16207         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
16208         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
16209           method (it uses our FosterParent window to get a graphics context)
16211 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
16213         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
16214           and SetWindowBackground methods
16215         * Control.cs:
16216           - Setting proper ControlStyles
16217           - We no longer call XplatUI.SetWindowBackground and XplatUI.
16218             EraseWindowBackground, instead we draw the window background
16219             ourselves in PaintControlBackground. This behaviour is
16220             required to match MS, where, when OnPaintBackground is not
16221             called, the background is not drawn.
16222           - Removed unneeded Refresh() in set_Text
16223         * Hwnd.cs: Dropped the ErasePending support. No longer needed
16224         * XplatUIX11.cs:
16225           - Created DeriveStyles method to translate from CreateParams to
16226             FormBorderStyle and TitleStyle, also handles BorderStyle (which
16227             matches FormBorderStyle enum values)
16228           - Consolidated SetHwndStyles and CalculateWindowRect border/title
16229             style calculations into single DeriveStyles method
16230           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
16231             from redrawing the whole window on any resize or expose.
16232           - Fixed CreateWindow usage of SetWindowValuemask. Before not
16233             all styles were applied to our whole/client window appropriately
16234           - Removed EraseWindowBackground() and SetWindowBackground() methods
16235           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
16236             no longer clear/redraw the background through X
16237           - Removed handling of erase_pending bit, we have no use for it (or
16238             so it seems)
16239         * XplatUIOSX.cs:
16240           - Removed generation and handling of WM_ERASEBKGND message
16241           - Removed EraseWindowBackground() and SetWindowBackground() methods
16242           - Removed handling of hwnd.ErasePending flag
16243         * XplatUIWin32.cs:
16244           - Removed EraseWindowBackground() and SetWindowBackground() methods
16245           - We no longer call EraseWindowBackground on PaintEventStart, we 
16246             ignore the fErase flag, erasing is handled in Control in the
16247             background handler
16248         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
16249           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
16250           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
16251           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
16252           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
16253           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
16254           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
16256 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
16258         * PropertyGrids.cs: Get sub properties
16259         * PropertyGridView.cs: Fix drawing code
16261 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
16263         * ListBox.cs: Fixes 76383
16265 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
16267         * DataGridTextBoxColumn.cs: Sets location and size before attachment
16268         * ThemeWin32Classic.cs: Fixes border drawing and calculations
16269         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
16272 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
16274         * ComboBox.cs: Fixes border drawing
16276 2005-10-10  Miguel de Icaza  <miguel@novell.com>
16278         * MimeIcon.cs: Ignore errors if the file can not be read.
16280 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
16282         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
16283          - Fixed border calculations
16284          - Fixed horizontal scrolling in single column listboxes
16285          - Fixed drawing issues
16287 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
16289         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
16290           FormBorderStyle enum
16291         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
16292           code to determine FormBorderStyles from CreateParams
16293         * Form.cs:
16294           - Fixed bug where we'd set the wrong window styles if we were
16295             not creating an MDI window
16296           - Added call to XplatUI.SetBorderStyle when form borders are set
16297         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
16298         * Hwnd.cs:
16299           - Removed obsolete edge style
16300           - Switched from BorderStyle to FormBorderStyle
16301         
16302 2005-10-10  Jackson Harper  <jackson@ximian.com>
16304         * Form.cs: Use the property to get the window handle instead of
16305         accessing it directly. Prevents a null reference exception.
16307 2005-10-10  Jackson Harper  <jackson@ximian.com>
16309         * TreeView.cs: Don't adjust the rect given to DrawString now that
16310         our libgdiplus draws correctly.
16312 2005-10-08  Jackson Harper  <jackson@ximian.com>
16314         * TreeView.cs: Don't try to find the clicked on node if there are
16315         no nodes in the tree.
16317 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
16319         * RichTextBox.cs:
16321           restore
16323 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
16325         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
16326           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
16327           ErrorProvider.cs:
16328           Use ResPool for brushes and dispose System.Drawing objects that
16329           are not used anymore.
16331 2005-10-07  Jackson Harper  <jackson@ximian.com>
16333         * MdiChildContext.cs: Use the new borders instead of drawing them
16334         ourselves.
16336 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
16338         * Calling UpdateBounds after changing the window's BorderStyle 
16339         since the style can change the ClientSize
16341 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
16343         * Control.cs: Made PaintControlBackground virtual
16344         * Panel.cs: Overriding PaintControlBackground instead of using paint
16345           event; paint event method was interfering with 'real' users of the
16346           event.
16348 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
16350         * ThemeWin32Classic.cs: remove border drawing since it is handled
16351         by the base control class now and was causing double border drawing.
16353 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
16355         * Panel.cs: Redraw our background on paint. Not a pretty solution,
16356           but it does seem to match MS behaviour. This fixes bug #75324
16358 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
16360         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
16361           somewhat hackish looking
16363 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
16365         * TextBoxBase.cs:
16366           - We now accept Enter even if AcceptEnter is false, if the containing
16367             form does not have an AcceptButton configured (fixes bug #76355)
16368           - Calculations are now fixed to no longer use Width/Height, but
16369             ClientSize.Width/Height, since we now support borders (this was
16370             a result of fixing borders and therefore bug #76166)
16371           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
16372             true (fixes bug #76354)
16373         
16374 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
16376         * Control.cs: 
16377           - Defaulting BorderStyle and setting it in XplatUI when our window 
16378             is created
16379           - Added enum check to InternalBorderStyle setter
16380         * XplatUIX11.cs: 
16381           - Added drawing of window borders
16382           - Now properly calculates WM decorations offset for toplevel 
16383             windows (fixes bug #74763)
16384         * XplatUIWin32.cs: 
16385           - Implemented BorderStyles for windows (we're letting win32 draw 
16386             the border for us)
16387           - Fixed the signature for SetWindowLong
16388         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
16389           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
16390           setting borders
16391         * UpDownBase.cs: Remove drawing of borders, this is handled by
16392           the driver, outside the client area
16393         * ListView.cs: Removed bogus border calculations. The control should
16394           be oblivious to borders, since those are not part of the client
16395           area. 
16396         * X11DesktopColors.cs: Commented out (currently) unneeded variables
16397         * ThemeWin32Classic.cs: Removed border calculations from ListView 
16398           drawing code
16400 2005-10-06  Jackson Harper  <jackson@ximian.com>
16402         * MdiChildContext.cs: Clear out the old virtual position remove
16403         all the unneeded calls to CreateGraphics.
16405 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
16407         * TextControl.cs: Use proper color for highlighted text; fixes #76350
16409 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
16411         * Form.cs: 
16412           - Added loading and setting of our new default icon
16413           - Only set icon if window is already created
16415 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
16417         * Label.cs:
16418           - Do not explicitly set the foreground and background colors, to
16419             allow inheriting from parents (fixes #76302)
16420           - Use Control's InternalBorderStyle property to deal with borders
16422 2005-10-06  Jackson Harper  <jackson@ximian.com>
16424         * MdiChildContext.cs: Use the new xplatui function to draw a
16425         reversible rect.
16427 2005-10-06  Jackson Harper  <jackson@ximian.com>
16429         * Form.cs: Add the parent before creating the child context cause
16430         we need the parent when setting up the child.
16432 2005-10-06  Jackson Harper  <jackson@ximian.com>
16434         * FolderBrowserDialog.cs: redo the tree population code so a
16435         second thread isn't used. Should be a lot faster and more stable
16436         now.
16438 2005-10-05  Jackson Harper  <jackson@ximian.com>
16440         * TreeView.cs: There are no expand/collapse boxes if the node has
16441         no children.
16443 2005-10-05  Jackson Harper  <jackson@ximian.com>
16445         * X11DesktopColors.cs: Get menu colours for the gtk theme.
16447 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
16449         * FileDialog.cs: Fix InitialDirectory
16451 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
16453         * ComboBox.cs:
16454                 - Fixes changing between styles
16455                 - Fixes simple mode
16456                 - Fixes last item crashing when navigating with keyboard
16458 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
16460         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
16462 2005-10-05  Jackson Harper  <jackson@ximian.com>
16464         * TreeView.cs: If updating the root node do a full refresh.
16465         * TreeNode.cs: The root node should be expanded by default. Also
16466         added a utility prop to tell if we are the root node.
16467         * TreeNodeCollection.cs: Only refresh if the node we are being
16468         added to is expanded. Also added a comment on a potential
16469         optimization.
16470         
16471 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
16473         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
16474           in dispose method. Fixes #76330
16476 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
16478         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
16480                 - Implements vertical and horizontal scrolling using XplatUI
16481                 - Fixes keyboard navagation
16482                 - Fixes EnsureVisible
16483                 - Drawing fixes
16484                 - Handles and draws focus properly
16487 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
16489         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
16490           Create handle. NET_2_0: Destroy handle when value is null.
16492 2005-10-03  Jackson Harper  <jackson@ximian.com>
16494         * ScrollBar.cs: My last scrollbar patch was broken. This is a
16495         revert and a new patch to prevent the thumb from refreshing so
16496         much.
16498 2005-10-02  Jackson Harper  <jackson@ximian.com>
16500         * ScrollBar.cs: Don't update position if it hasn't actually
16501         changed. This occurs when you hold down the increment/decrement
16502         buttons and the thumb gets to the max/min.
16504 2005-10-01  Jackson Harper  <jackson@ximian.com>
16506         * Form.cs:
16507         * MdiChildContext.cs:
16508         * MdiClient.cs: Implement ActiveMdiChild in Form.
16510 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
16512         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
16514 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
16516         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
16517           be found
16519 2005-09-30  Jackson Harper  <jackson@ximian.com>
16521         * ListBox.cs: Don't do a full refresh unless some data has
16522         actually changed.
16524 2005-09-30  Jackson Harper  <jackson@ximian.com>
16526         * TreeView.cs: Make sure that the checkboxes size is factored in
16527         even when not visible.
16529 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
16531         * FileDialog.cs: Fix Jordi's build break
16533 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
16535         * FileDialog.cs: 
16536                 - Use standard the Windows colours for the combobox as espected
16537                 - Dispose objects that use resouces when no longer need them
16539 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
16541         * X11DesktopColors.cs: Initial incomplete implementation
16542         * XplatUIX11.cs: Added call to initialize X11DesktopColors
16544 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
16546         * Theme.cs: 
16547           - Switched Theme color names to match the names defined in 
16548             System.Drawing.KnownColors. Life's hard enough, no need to make 
16549             it harder.
16550           - Added setters to all theme color properties so themes can set
16551             their color schemes. The setters also propagate the color changes
16552             to System.Drawing.KnownColors via reflection
16553         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
16554           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
16555           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
16556           use the new, more logical theme color names
16557         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
16558           post-NT colors
16559         * ThemeWin32Classic.cs:
16560           - Removed code to set the old classic Windows colors. Instead it
16561             now relies on the colors returned by System.Drawing.KnownColors
16562             which will be either modern static colors (Unix) or colors
16563             read from the user's configuration (Win32)
16564           - Updated to use the new, more logical theme color names
16565           - Switched DataGrid drawing code to use only Theme colors instead of
16566             a mix of System.Drawing.KnownColors and Theme colors
16567           - DrawFrameControl(): Removed code that fills the button area, the
16568             fill would overwrite any previous fill done by a control. This
16569             fixes bug #75338 
16570           - Added DrawReversibleRectangle() stub
16571         * ScrollableControl.cs: Set visible state to false when scrollbars
16572           are removed (pdn fix)
16573         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
16574           DrawReversibleRectangle() method to allow drawing primitive 
16575           'rubber bands'
16576         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
16578 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
16580         * ImageList.cs: Add(Icon): Create handle.
16582 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
16584         * ListView.cs:
16585         * ThemeWin32Classic.cs:
16586                 - Fixes detail mode
16587                 - Sets clippings
16588                 - Issues with drawing
16590 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
16592         * ImageList.cs: Moved RecreateHandle back to ImageList as event
16593           source has to be the ImageList.
16595 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
16597         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
16599 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
16601         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
16603 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
16605         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
16607 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
16608         * GridItem.cs: Fixed TODOs
16609         * GridItemCollection.cs: Added ICollection interface
16611 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
16613         * ImageList.cs: Resize icons when needed.
16615 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
16617         * ListViewItem.cs
16618                 - Fixes GetBounds and returns on screen rects
16619         * ListView.cs:
16620                 - Fixes vertical and horzintal scrolling of items
16621         * ThemeWin32Classic.cs:
16622                 - Fixes drawing
16623                 
16624 2005-09-29  Raja R Harinath  <harinath@gmail.com>
16626         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
16628 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
16630         * ImageList.cs: Added comments about handle creation. Moved Handle,
16631           HandleCreated and OnRecreateHandle implementations to ImageCollection.
16632           Handle is created in Add methods.
16634 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
16635          
16636         * DataGridDrawingLogic.cs: 
16637                 - Takes rows into account on Colum calculations
16638                 - Returns the column when clickig
16639         * DataGrid.cs:
16640                 - Fixes default HitTestInfo values
16641                 - Fixes HitTestInfo.ToString
16642                 - Fixes ResetBackColor          
16643         
16644 2005-09-28  Jackson Harper  <jackson@ximian.com>
16646         * MdiChildContext.cs: Obey rules for fixed sized windows (no
16647         sizing or cursor changes). Also added some temp code to draw the
16648         titlebars text (Makes dev a little easier).
16650 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
16652         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
16654 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
16655          
16656         * ListBox.cs: Fixes bug 76253
16658 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
16660         * ImageList.cs: Added comments about the current implementation. Added
16661           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
16662           Format32bppArgb to preserve transparency and can use Graphics.FromImage
16663           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
16664           with Bitmap.LockBits for better performance. Revised the whole file to
16665           match MS.NET behaviour and provide better performance. Non-public
16666           interface members are calling public members even when they throw
16667           NotSupportedException for better maintainability. Moved ColorDepth,
16668           ImageSize, ImageStream and TransparentColor implementations to
16669           ImageCollection for better performance as these properties are not used
16670           by ImageList.
16671         * ImageListStreamer.cs: Added a new internal constructor that takes an
16672           ImageList.ImageCollection and serializes Images based on
16673           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
16674           match ImageList property name.
16676 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
16678         * ListBox.cs: Fixes IndexFromPoint for last item
16680 2005-09-27  Jackson Harper  <jackson@ximian.com>
16682         * Form.cs: Set the position of new mdi children correctly.
16684 2005-09-27  Jackson Harper  <jackson@ximian.com>
16686         * MdiClient.cs: New mdi children need to be added to the back of
16687         the controls collection so the zorder is set correctly. Also add a
16688         count of all the child windows that have been created.
16690 2005-09-27  Jackson Harper  <jackson@ximian.com>
16692         * Form.cs (CreateParams): Setup MDI forms correctly.
16694 2005-09-27  Jackson Harper  <jackson@ximian.com>
16696         * MdiChildContext.cs:
16697         * MonthCalendar.cs:
16698         * UpDownBase.cs:
16699         * ListBox.cs:
16700         * ListView.cs:
16701         * TextBoxBase.cs:
16702         * TreeView.cs:
16703         * ScrollableControl.cs:
16704         * ComboBox.cs: Add implicit controls using the new implict control
16705         functionality in ControlCollection. Also try to block multiple
16706         control add in a suspend/resume layout to save some cycles.
16707         
16708 2005-09-27  Jackson Harper  <jackson@ximian.com>
16710         * Control.cs: Add functionality to the controls collection to add
16711         'implicit controls' these are controls that are created by the
16712         containing control but should not be exposed to the user. Such as
16713         scrollbars in the treeview.
16714         * Form.cs: The list var of the ControlsCollection is no longer
16715         available because of the potential of implicit controls getting
16716         ignored by someone accessing the list directly.
16718 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
16720         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
16721           loose it's parent. (Fixed bug introduced in r49103 when we added
16722           setting the child parent to null on Remove)
16724 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
16726         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
16727         * Splitter.cs: Added missing attributes for BorderStyle property.
16728         * TextBoxBase.cs: Marked Calculate* methods internal.
16729         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
16730         MS.NET.
16732 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
16733          
16734         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
16736 2005-09-25  Jackson Harper  <jackson@ximian.com>
16738         * TreeView.cs: Update the node bounds correctly regardless of
16739         whether the node is visible.
16741 2005-09-25  Jackson Harper  <jackson@ximian.com>
16743         * ImageList.cs: Don't dispose the image after it is added to the
16744         image list. Only reformat images that need to be resized.
16746 2005-09-25  Jackson Harper  <jackson@ximian.com>
16748         * ImageList.cs: Don't set the format when changing the image.
16750 2005-09-25  Jackson Harper  <jackson@ximian.com>
16752         * TreeView.cs: We can't just assume the node has a font. Use the
16753         treeviews font if no node font is available.
16755 2005-09-25  Jackson Harper  <jackson@ximian.com>
16757         * TreeView.cs: Allow the scrollbars to be reset with negative
16758         values.
16759         - Don't add scrollbars to negative sized windows.
16761 2005-09-23  Jackson Harper  <jackson@ximian.com>
16763         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
16764         old Mono.Posix. Also remove some stray code that shouldn't have
16765         been committed.
16767 2005-09-23  Jackson Harper  <jackson@ximian.com>
16769         * TreeView.cs: Attempt at proper sizing of the horizontal
16770         scrollbar. Also don't resize the scrollbars unless they are
16771         visible.
16773 2005-09-23  Jackson Harper  <jackson@ximian.com>
16775         * TreeView.cs: We don't need to expand the invalid area when the
16776         selection changes, as this is all drawn in the node's bounding
16777         box. The area needs to be expanded (previous typo was contracting
16778         it) when the focus rect moves.
16780 2005-09-23  Jackson Harper  <jackson@ximian.com>
16782         * TreeView.cs: Display the selection box under the correct
16783         circumstances. We were rendering white text with no selection box
16784         before.
16786 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
16788         * TextControl.cs(Split): Now updates selection start/end if it points 
16789           into a line that's being split. Fixes a FIXME and bug #75258
16791 2005-09-23  Jackson Harper  <jackson@ximian.com>
16793         * Binding.cs:
16794         * ListControl.cs: Don't use the path when retrieving binding
16795         managers from the binding context. My bat sense tells me that the
16796         path is only used on insertion.
16798 2005-09-22  Jackson Harper  <jackson@ximian.com>
16800         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
16802 2005-09-22  Jackson Harper  <jackson@ximian.com>
16804         * Splitter.cs: There are special cursors used for splitting.
16805         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
16807 2005-09-22  Jackson Harper  <jackson@ximian.com>
16809         * Splitter.cs: Change the cursor appropriately when the splitter
16810         is moused over, so the user actually knows there is a splitter
16811         there.
16813 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
16815        * Label.cs : Fix ToString method to give same output as MS.NET
16817 2005-09-22  Jackson Harper  <jackson@ximian.com>
16819         * TreeView.cs: Create the scrollbars when the handle is created
16820         and add them right away, just make them invisble. Also account for
16821         the window being shrunk vertically to the point that the vert
16822         scrollbar needs to be added.
16823         - Remove some 0.5 adjustments to get around anti aliasing issues.
16824         
16825 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
16826          
16827         * MainMenu.cs: Fixes default value
16828         * MenuItem.cs: Fixes default value
16830 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
16832         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
16834 2005-09-21  Jackson Harper  <jackson@ximian.com>
16836         * Control.cs: Don't try to set the border style on the window if
16837         it hasn't been created. When the window is created the border
16838         style will be used.
16840 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
16842         * Control.cs (Update): Don't call XplatUI if we don't have a
16843           window handle yet
16845 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
16847         * ContainerControl.cs: Instead of throwing an exception, print
16848           a one-time warning about Validate not being implemented
16849         * XplatUIWin32.cs: Removed debug output
16851 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
16853         * Control.cs: Only set XplatUI background if we expect the windowing
16854           system to handle the background. This stops controls that draw their
16855           own background from flickering
16857         * XplatUIX11.cs: Support custom visuals and colormaps for window 
16858           creation. This allows, amongst other things, using MWF X11 windows 
16859           with OpenGL.
16861 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
16863         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
16864           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
16865           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
16866           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
16867           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
16868           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
16869           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
16870           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
16871           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
16872           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
16873           GridColumnStylesCollection.cs, 
16874           IDataGridColumnStyleEditingNotificationService.cs,
16875           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
16876           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
16877           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
16878           TreeNodeCollection.cs, AmbientProperties.cs, 
16879           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
16880           DataObject.cs, ErrorProvider.cs, Splitter.cs,
16881           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
16882           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
16883           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
16884           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
16885           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
16886           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
16887           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
16888           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
16889           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
16890           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
16891           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
16892           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
16893           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
16894           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
16895           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
16896           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
16897           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
16898           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
16899           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
16900           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
16901           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
16902           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
16903           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
16904           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
16905           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
16906           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
16907           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
16908           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
16909           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
16910           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
16911           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
16912           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
16913           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
16914           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
16915           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
16917 2005-09-21  Jackson Harper  <jackson@ximian.com>
16919         * TreeNode.cs: Call Before/After Expand not Collapse when
16920         expanding.
16922 2005-09-20  Jackson Harper  <jackson@ximian.com>
16923         
16924         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
16926 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
16927          
16928         * ListViewItem.cs:
16929                 - Fixes bug 76120
16930                 - Fixes proper storing of subitems
16931                 - Fixes not updated items
16933 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
16935         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
16936           things if our window handle isn't created yet. Also disabled 
16937           debug for TextBoxBase
16939 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
16941         * MenuAPI.cs: Remove filtering of events to allow menu usage
16943 2005-09-20  Miguel de Icaza  <miguel@novell.com>
16945         * Cursor.cs: Allow null to be passed to Cursor.Current.
16947 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
16949         * ThemeWin32Classic.cs:
16950           - Change some private methods/fields to protected virtual so that 
16951             they can be accessed and overriden in derived classes
16952           - First refactoring of some methods. Derived themes now don't 
16953             need to duplicate the complete code from ThemeWin32Classic
16954         * ThemeNice.cs:
16955           - Added nice StatusBar
16956           - Derive from ThemeWin32Classic and not Theme
16957           - Removed duplicate ThemeWin32Classic code
16959 2005-09-20  Miguel de Icaza  <miguel@novell.com>
16961         * Control.cs (ControlCollection.Add): If the value null is passed
16962         the control is ignored. 
16964         Optimize this loop.
16966 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
16968         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
16969           PostQuitMessage state.
16970         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
16972 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
16974         * Application.cs: Our constructor will never get called, move 
16975           initialization to fields; fixes bug #75933
16977 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
16979         * FileDialog.cs :
16980                 - Allow files to be selected properly using file name
16981                 combo box.
16982                 - Add ability to change diretory (absolute / relative)
16983                 using file name combo box.
16985 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
16986          
16987         * ListBox.cs: 
16988                 - Fixes Multicolumn listboxes item wrong calculations
16989                 - Allows to click when only one item is in the listbox
16990                 - Fixes crash when no items using keyboard navigation
16992 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
16994         * ComboBox.cs: Reverted almost everything from the latest patch which
16995           broke ComboBox
16997 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
16998         
16999         * ToolTip.cs:
17000                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
17001         * ComboBox.cs:
17002                 - When DropDownStyle is Simple, it does not show scrollbar 
17003                 to the last item of the list.
17004                 - When DropDownStyle is Simple, it crashed when the list was 
17005                 scrolled down with the down cursor key.
17006                 - Fixed a bug that when DropDownStyle is DropDownList, the 
17007                 selected item was not shown.
17008                 - The position of the selected item was not preserved when 
17009                 the next dropdown happened.
17010         * ThemeWin32Classic.cs:
17011                 - Items were wrapped at the right end.
17012         * CheckedListBox.cs:
17013                 - Fixed Add method
17014         * ListBox.cs:
17015                 - Items should be fully shown.
17016                 - When resizing and vertical scrollbar disappeared, the item 
17017                 of index 0 should be on the top of the list.
17018                 - GetItemRectangle should consider the size of ver. scrollbar
17019         * StatusBar.cs:
17020                 - SizingGrip area should not be allocated when it is not 
17021                 displayed.
17022                 - Now it reflects MinWidth of the containing panel and 
17023                 fixed a crash that happens when its width becomes so small.
17025 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
17027         * CheckedListBox.cs: Fixes bug 76028
17028         * ListBox.cs: Fixes bug 76028
17030 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
17032         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
17033         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
17035 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
17037         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
17039 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17041         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
17043 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17045         * IRootGridEntry.cs: Added
17046         * PropertyGridCommands.cs: Added
17047         * PropertiesTab.cs: Added missing methods and property
17048         * PropertyGridView.cs: Made class internal
17049         * PropertyGridTextBox.cs: Made class internal
17051 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
17053         * MimeIcon.cs: Try to check some other environment variables
17054           if "DESKTOP_SESSION" returns "default"
17056 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
17058         * ThemeNice.cs: Corrected background colors (e.g. menus)
17059         * ColorDialog.cs: Use correct background colors for controls
17061 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
17063         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
17065 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
17067         * RichTextBox.cs: Added initial implementation
17068         * lang.cs: Removed. Was accidentally checked in long time ago
17069         * TODO: Removed. Contents were obsolete
17071 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
17072                                                                                 
17073         * PropertiesTab.cs : Added
17075 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
17076                                                                                 
17077         * PropertyGrid.cs : Update
17078         * PropertyGridView.cs : Update
17079         * System.Windows.Forms.resx : Added images and strings
17081 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
17083         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
17085 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
17087         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
17088           a busy loop right after the Ungrab the X11 display is otherwise 
17089           blocked
17091 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
17093         * ThemeWin32Classic.cs: Optimise the use of clipping
17095 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
17097         * DataGrid.cs: fixes recursion bug
17099 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
17101         * ThemeNice.cs: 
17102           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
17103           - Cleanup
17105 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
17107         * ThemeNice.cs: Draw nice ProgressBars
17109 2005-09-01  Miguel de Icaza  <miguel@novell.com>
17111         * VScrollBar.cs: Another buglet found by Aaron's tool. 
17113         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
17114         bug finder.
17116 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
17118         * ThemeNice.cs:
17119           - Added nicer menu drawing
17120           - Updated DrawTab
17121           - some refactoring
17123 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
17125         * CreateParams.cs (ToString): Made output match MS
17126         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
17127             handle is already created (to avoid forcing window creation)
17128         * XplatUIX11.cs: Set window text to caption after creating window,
17129           in case Text was set before window was created
17130         * Form.cs: Use this.Text instead of a static string as caption
17132 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
17134         * NotifyIcon.cs: Don't set the window to visible; this screws
17135           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
17136           OnPaint without a bitmap)
17137         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
17138           happen very often anyway; we could add the check to the WM_PAINT 
17139           event generation code
17141 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
17143         * NotifyIcon.cs: Fill the icon area with a background color, to 
17144           avoid 'residue' when transparent icons are drawn
17145         * XplatUIX11.cs:
17146           - Handle whole_window == client_window when destroying windows
17147           - SystrayAdd(): Set client_window to whole_window value to
17148             get mouse and other events passed to NotifyIcon
17150 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
17152         * Form.cs: Set proper default for Opacity property
17153         * NotifyIcon.cs:
17154           - ShowSystray(): Don't bother creating telling the OS
17155             about the systray item if no icon is provided
17156           - Now handles WM_NCPAINT message to deal with whole/client window
17157             split
17158           - Create window as visible to not get caught by Expose optimization
17159         * Hwnd.cs: Removed debug message
17160         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
17161           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
17162             PaintEventStart/End to use new client argument
17163         * TextBoxBase.cs:
17164           - Commented out debug messages
17165           - Switched PaintEventStart/End to use new client argument
17166         * XplatUI.cs: Added client window bool to PaintEventStart()/
17167           PaintEventEnd() calls, to support drawing in non-client areas
17168         * XplatUIDriver.cs: 
17169           - Added client window bool to PaintEventStart()/PaintEventEnd() 
17170             calls, to support drawing in non-client areas
17171           - Added conditional compile to allow using MWF BeginInvoke 
17172             on MS runtime
17173         * XplatUIX11.cs:
17174           - Added some conditional debug output
17175           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
17176             whole/client window split
17177           - Implemented handling of client argument to PaintEventStart()/End()
17178         * Control.cs:
17179           - Throw exception if BeginInvoke() is called and the window handle
17180             or one of the window's parent handles is not created
17181           - Added conditional compile to allow using MWF BeginInvoke on
17182             MS runtime
17183           - get_Parent(): Only sets parent if handle is created. This avoids
17184             forcing window handle creation when parent is set.
17185           - Now fires Layout and Parent changed events in proper order
17186           - Switched to use Handle instead of window.Handle for Z-Order setting,
17187             the get_Parent() patch above causes us to possibly get null for 'window'
17188           - Implemented handling of client argument to PaintEventStart()/End()
17189           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
17190             default handling)
17191           - Now sends a Refresh() to all child windows when Refresh() is called
17193 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
17195         * Form.cs: Added (non-functional) Opacity property
17196         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
17198 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
17199         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
17200           use export MONO_THEME=nice to activate it.
17201           Currently supported controls:
17202           - Button
17203           - ComboBox
17204           - ScrollBar
17205           - TabControl (TabAlignment.Top only, other will follow)
17206         * ThemeEngine.cs: Add theme nice
17207         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
17208           if enabled
17210 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
17212         * Splitter.cs: Resize docked control and its neighbor.
17214 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
17215         -- Making Windows with Menus layout correctly --
17216         * Form.cs : The first leg of the fix
17217                 Menu setter - adjust Client Size as needed to make space for the menu
17218                 SetClientSizeCore - doesn't call base version to be able to pass the 
17219                         menu handle to XplatUI.CalculateWindowRect
17220         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
17221         * XplatUIX11.cs: The critical second leg of the fix
17222                 GetWindowPos needs to use a recalculated client_rect
17223                 so that resizing the window doesn't break layout of child controls. 
17224                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
17225                 Lots of \t\n killed
17227 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
17229         * Label.cs: Now properly recalculates width and height on Font and Text
17230           changes if AutoSize is set
17232 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
17233         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
17235 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
17237         * ImageList.cs: Makes ToString method compatible with MS
17239 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
17241         * MenuAPI.cs: fixes bug 75716
17243 2005-08-11 Umadevi S <sumadevi@novell.com>
17244         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
17246 2005-08-11 Umadevi S <sumadevi@novell.com>
17247         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
17249 2005-08-10  Umadevi S <sumadevi@novell.com>
17250         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
17252 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
17254         * Menu.cs: fixes bug 75700
17255         * MenuAPI.cs: fixes navigation issues
17257 2005-08-09  Umadevi S <sumadevi@novell.com>
17258         * CheckedListBox.cs - simple fix for GetItemChecked.
17260 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
17262         * ComboBox.cs: Serveral fixes
17263         * ListBox.cs: Serveral fixes
17265 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
17267         * ComboBox.cs: Fixes FindString methods and GetItemHeight
17268         * ListBox.cs: Fixes FindString methods
17270 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
17272         * DataGrid.cs: fixes bugs exposed by new tests
17274 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
17276         * Mime.cs: Compile Mono assembly references only if compiling
17277           with Mono (Allows to build with VS.Net again)
17279 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
17281         * Control.cs (PaintControlBackground): Draw background image
17282         corrrectly.
17283         (CheckForIllegalCrossThreadCalls): Stubbed.
17284         
17285         * Form.cs (OnCreateControl): Center when should be centered.
17286         
17287         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
17289 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
17291         * Binding.cs: Binding to properties should be case unsensitive
17293 2005-07-18 vlindos@nucleusys.com
17295         * DataGrid.cs: fixes setmember order
17297 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
17299         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
17300         * FileDialog.cs: FileDialog is now resizable and uses the new
17301           MimeIconEngine
17303 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
17305         * DataGridTextBoxColumn.cs: default value
17306         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
17307         * GridTableStylesCollection.cs: fixes checking MappingName
17308         * DataGridDrawingLogic.cs: fixes drawing logic issues
17309         * DataSourceHelper.cs: rewritten to make compatible with more data sources
17310         * DataGrid.cs: fixes    
17312 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
17314         * MimeGenerated.cs: Use case sensitive comparer for
17315           NameValueCollections
17317 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
17319         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
17320         * ThemeWin32Classic.cs: bug fixes, code refactoring
17321         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
17322         * DataGrid.cs: bug fixes, code refactoring
17323         * DataGridTextBox.cs: bug fixes, code refactoring
17324         * DataGridColumnStyle.cs:  bug fixes, code refactoring
17325         * Theme.cs:  bug fixes, code refactoring
17327 2005-07-01  Peter Bartok  <pbartok@novell.com> 
17329         * TextControl.cs: Quick fix for the reported crash on ColorDialog
17330           and other text box usage
17332 2005-07-01  Jackson Harper  <jackson@ximian.com>
17334         * TabControl.cs: Make sure the bottom of the tab covers the pages
17335         border.
17337 2005-06-30  Peter Bartok  <pbartok@novell.com> 
17339         * Form.cs (ShowDialog): Assign owner of the dialog
17340         * TextBoxBase.cs: Always refresh caret size when deleting, caret
17341           might have been moved to a tag with different height
17343 2005-06-30  Jackson Harper  <jackson@ximian.com>
17345         * Form.cs: Don't create an infinite loop when setting focus
17346         * MenuItem.cs: Don't dirty the parents if we don't have any
17348 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
17350         * LibSupport.cs: Rename
17352 2005-06-29  Peter Bartok  <pbartok@novell.com>
17354         * TextBoxBase.cs: Re-align caret after deleting a character
17355         * TextControl.cs:
17356           - DeleteChars(): Ensure that tag covers the provided position
17357           - StreamLine(): Drop reference for dropped tag
17359 2005-06-29  Peter Bartok  <pbartok@novell.com> 
17361         * TextControl.cs: 
17362           - Selections now work properly, anchoring at the initial location
17363             and properly extending in either direction (SetSelectionToCaret(),
17364             SetSelectionStart() and SetSelectionEnd())
17365           - No longer redraws the whole control on selection change, now
17366             calculates delta between previous and new selection and only
17367             invalidates/redraws that area
17368           - Fixed FindPos() math off-by-one errors
17369           - Changed DeleteChars() to verify the provided tag covers the
17370             provided position, selections may have a tag that doesn't cover
17371             the position if the selection is at a tag border
17372           - Fixed off-by-one errors in DeleteChars()
17373           - Added missing streamlining check in DeleteChars() to remove
17374             zero-length tags
17375           - Implemented Invalidate() method, now properly calculates exposures
17376             between two given lines/positions
17377           - Implemented SetSelection()
17378           - Obsoleted and removed FixupSelection()
17379           - Improved RecalculateDocument() logic, removing code duplication
17381 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17383         * LibSupport.cs: changes to match different input/output arguments.
17385 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17387         * LibSupport.cs: added libsupport.so init routine.
17389 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
17390         
17391         * ControlBindingsCollection.cs
17392                 - Throws an exception on null datasource when adding
17393                 - Checks for duplicated bindings when adding
17395 2005-06-28  Jackson Harper  <jackson@ximian.com>
17397         * TreeView.cs (OnKeyDown): Support left and right properly
17398         (navigates as well as expanding and collapsing.
17399         - Add support for Multiply, this expands all the selected nodes
17400         children.
17401         - Fix some tabbing.
17403 2005-06-28  Jackson Harper  <jackson@ximian.com>
17405         * TreeView.cs: Implement keyboard navigation, currently supports,
17406         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
17407         support for toggling checkboxes with the space bar.
17409 2005-06-28  Jackson Harper  <jackson@ximian.com>
17411         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
17412         tree.
17414 2005-06-28  Jackson Harper  <jackson@ximian.com>
17416         * TreeView.cs: Add missing event.
17418 2005-06-27  Peter Bartok  <pbartok@novell.com> 
17420         * TextControl.cs:
17421           - Made line ending size configurable (now allows for counting 
17422             lineendings as \n or \r\n)
17423           - Added margin to viewport to keep caret visible on right side
17424           - Fixed translation routines for line/pos to documentpos to consider
17425             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
17426           - Fixed some line-endings to be unix style
17427           - Fixed Document.FormatText to perform it's calculations 1-based
17428           - Added descriptions for a few methods that might otherwise get 
17429             used wrong
17430           - Added NOTE section with some basic conventions to remember at 
17431             the top of the file
17432           - Major fixup for RichTextBox selection drawing:
17433             * Fixed crashes when multiple tags on a single line were selected
17434             * fixed selection box drawing not overlaying text
17435             * fixed bogus offset calculation for tags not starting at index 1
17436             * Switched behaviour from using multiple Substrings of a 
17437               StringBuilder.ToString() to using multiple 
17438               StringBuilder.ToString(start, length) statements, hoping this is
17439               faster (kept original version commented out in the code, in case
17440               original version was faster)
17441         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
17442           alignment != Left
17443         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
17444           call it as well
17446 2005-06-27  Jackson Harper  <jackson@ximian.com>
17448         * TabControl.cs: Move to the left and right with the arrow
17449         keys. These keys don't cycle beyond first and last like
17450         tab. Refresh all the tabs when scrolling them to the left or
17451         right.
17453 2005-06-27  Jackson Harper  <jackson@ximian.com>
17455         * TabControl.cs:
17456           - ToString: Added method
17457           - CreateParams: Remove TODO and comment
17458           - OnKeyDown: Cycle through bounds properly.
17459           - SelectedIndex: Scroll to the right or left if we need to
17460           display the newly selected tab.
17462 2005-06-23  Jackson Harper  <jackson@ximian.com>
17464         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
17465         set.
17467 2005-06-23  Jackson Harper  <jackson@ximian.com>
17469         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
17470         CTRL-SHIFT-TAB, and HOME, END are there any others?
17472 2005-06-23  Jackson Harper  <jackson@ximian.com>
17474         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
17476 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
17477         
17478         * DataGridTextBoxColumn.cs: fixes and enhancements
17479         * ThemeWin32Classic.cs: fixes and enhancements
17480         * DataGridBoolColumn.cs:  fixes and enhancements
17481         * DataGridDrawingLogic.cs:  fixes and enhancements
17482         * CurrencyManager.cs: fixes and enhancements
17483         * DataGrid.cs: fixes and enhancements
17484         * DataGridColumnStyle.cs:  fixes and enhancements
17486 2005-06-22  Jackson Harper  <jackson@ximian.com>
17488         * TabControl.cs: Add some missing methods that just call into the
17489         base. Make the TabPageCollection's IList interface behave in the
17490         same manner as the MS implementation.
17492 2005-06-22  Peter Bartok  <pbartok@novell.com> 
17494         * TextControl.cs: Added sanity check
17495         * TextBoxBase.cs: 
17496           - Fixed wrapping behaviour, don't set wrap on single line controls
17497             (this fixes the breakage of colordialog introduced in an earlier
17498              checkin)
17499           - Added rudimentary support for autoscrolling right-aligned controls
17500             (still needs fixing, also, center alignment scroll is missing)
17502 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
17503         
17504         * ScrollBar.cs: Fixes thumbpos on Maximum values
17506 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
17507         
17508         * PropertyGridView.cs: Pass context information to UITypeEditors 
17510 2005-06-21  Peter Bartok  <pbartok@novell.com> 
17512         * TextBoxBase.cs:
17513           - Now calling PositionCaret with absolute space coordinates
17514           - Enabled vertical scrolling
17515           - Better tracking of scrollbar changes, tied into WidthChange
17516             event
17517           - Improved cursor tracking
17518           - Removed debug output
17519         * TextControl.cs:
17520           - PositionCaret coordinates are now works in absolute space, not 
17521             the canvas
17522           - Improved tracking of document size
17523           - Added events for width and height changes
17525 2005-06-21  Peter Bartok  <pbartok@novell.com>
17527         * Form.cs: Set focus to active control when form is activated
17528         * TextControl.cs: 
17529           - Added word-wrap functionality to RecalculateLine() 
17530           - Added some short function descriptions for VS.Net to aid in
17531             writing dependent controls
17532           - Added Caret property, returning the current coords of the caret
17533           - Added ViewPortWidth and ViewPortHeight properties
17534           - Added Wrap property
17535           - Added CaretMoved event
17536           - Removed some old debug code
17537           - Split() can now create soft splits
17538           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
17539           - Added method to format existing text
17540           - Fixed size/alignment calculations to use viewport
17541           - RecalculateDocument now can handle changing line-numbers while
17542             calculating lines
17544         * TextBox.cs:
17545           - Added some wrap logic, we don't wrap if alignment is not left
17546           - Added casts for scrollbar var, base class switched types to
17547             also support RichTextBoxA
17548           - Implemented handling of scrollbar visibility flags
17550         * TextBoxBase.cs:
17551           - Switched scrollbars type to RichTextBoxScrollBars to support
17552             RichTextBox
17553           - Added tracking of canvas width/height
17554           - Switched scrollbars to be not selectable (to keep focus on text)
17555           - Added central CalculateDocument() method to handle all redraw
17556             requirements
17557           - Added ReadOnly support
17558           - Added WordWrap support
17559           - Fixed handling of Enter key (we now treat it as a DialogKey)
17560           - Fixed caret positioning when h or v scroll is not zero
17561           - Fixed placing/generation of vertical scrollbar
17562           - Added CalculateScrollBars() method to allow updating scrollbar
17563             limits and visibility
17564           - Fixed handling of horizontal scroll
17565           - Added handling of vertical scroll
17566           - Implemented auto-'jump' when caret moves to close to a left or
17567             right border and there is text to be scrolled into view (currently
17568             there's the potential for a stack overflow, until a bug in
17569             scrollbar is fixed)
17571 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
17572         
17573         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
17575 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
17577         * Mime.cs:
17578         - added inodes.
17579         - return application/x-zerosize for files with size zero
17580           (if no extension pattern matches).
17581         - check matches collection for strings too.
17582         - return only the first mime type if the name value
17583           collection has more than one mime type.
17585 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
17586         
17587         * PropertyGrid.cs: Cleaned up some TODOs
17588         * PropertyGridView.cs: Added support for UITypeEditors
17590 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
17591         
17592         * DataGrid.cs: clears cached value
17594 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
17596         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
17597         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
17598         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
17599         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
17600         
17601 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
17603         * ThemeWin32Classic.cs: fixes colour
17605 2005-06-15  Peter Bartok  <pbartok@novell.com>
17607         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
17608         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
17609         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
17610         * Control.cs: Added some MWFCategory and MWFDescription attributes
17611         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
17613 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
17615         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
17616         usage
17618 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
17620         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
17621         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
17622         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
17623         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
17624         * DataGrid.cs: default datagrid settings for Default Styles, fixes
17625         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
17627 2005-06-13  Jackson Harper  <jackson@ximian.com>
17629         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
17630         isn't printed when the user enables dropping. (X11 does accept
17631         drops).
17632         
17633 2005-06-13  Jackson Harper  <jackson@ximian.com>
17635         * TreeView.cs: Remove some TODOS.
17637 2005-06-13  Jackson Harper  <jackson@ximian.com>
17639         * Form.cs: Hook into the mdi framework.
17640         * MdiClient.cs: Use the base control collections add method so
17641         parents get setup correctly. Set the default back colour and dock
17642         style.
17643         * MdiChildContext.cs: New class, this bad actor handles an
17644         instance of an MDI window. Right now there is only basic
17645         support. You can drag, close, and resize windows. Minimize and
17646         Maximize are partially implemented.
17648 2005-06-13  Jackson Harper  <jackson@ximian.com>
17650         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
17651         freaky when both vals are negative. NOTE: There are probably other
17652         places in XplatUIX11 that this needs to be done.
17654 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
17656         * DataGrid.cs: implement missing methods, move KeyboardNavigation
17657         * DataGridColumnStyle.cs: fixes signature
17659 2005-06-12  Jackson Harper  <jackson@ximian.com>
17661         * XplatUIX11.cs: Use sizing cursors similar to the ones on
17662         windows.
17664 2005-06-11  Jackson Harper  <jackson@ximian.com>
17666         * StatusBarPanel.cs: Signature cleanups. Implement
17667         BeginInit/EndInit.
17669 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
17671         * DataGridTextBoxColumn.cs: Honors aligment
17672         * GridColumnStylesCollection.cs: Contains is case unsensitive
17673         * GridTableStylesCollection.cs: several fixes
17674         * DataGridTableStyle.cs: default column creation
17675         * DataGridDrawingLogic.cs: fixes
17676         * CurrencyManager.cs: ListName property
17677         * DataGrid.cs: multiple styles support
17678         * DataGridColumnStyle.cs: fixes
17679         
17681 2005-06-10  Peter Bartok  <pbartok@novell.com>
17683         * Control.cs(Select): Moved SetFocus call to avoid potential
17684           loops if controls change the active control when getting focus
17685         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
17686           the up/down buttons
17688 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
17690         * ImageListConverter.cs: Implemented
17692 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
17694         * MonthCalendar.cs: Wired in NumericUpDown control for year
17696 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
17698         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
17699           DoubleClick events, since they are not meant to be fired.
17701 2005-06-09  Peter Bartok  <pbartok@novell.com>
17703         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
17704           Jonathan's standalone controls into MWF, implemented missing
17705           events, attributes and methods; added xxxAccessible classes
17706         * AccessibleObject.cs: Made fields internal so other classes
17707           can change them if needed
17709 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
17711         * UpDownBase.cs: Complete implementation
17712         * NumericUpDown.cs: Complete implementation
17713         * DomainUpDown.cs: Complete implementation
17715 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
17717         * DataGridTextBoxColumn.cs: drawing fixes
17718         * DataGridCell.cs: fixes ToString method to match MSNet
17719         * DataGridTableStyle.cs: fixes
17720         * DataGridBoolColumn.cs: fixes, drawing
17721         * DataGridDrawingLogic.cs: fixes, new methods
17722         * DataGridTextBox.cs: Keyboard and fixes
17723         * DataGrid.cs:
17724                 - Keyboard navigation
17725                 - Scrolling fixes
17726                 - Row selection (single, multiple, deletion, etc)
17727                 - Lots of fixes
17728         
17729 2005-06-07  Jackson Harper  <jackson@ximian.com>
17731         * ThemeWin32Classic.cs: Clear the background area when drawing
17732         buttons.
17734 2005-06-06  Peter Bartok  <pbartok@novell.com>
17736         * ImageListStreamer.cs: Fixed signature for GetData
17737         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
17738         * ComboBox.cs:
17739           - Added missing ChildAccessibleObject class
17740           - Added missing OnXXXFocus overrides, switched to using those
17741             instead of the event handler
17742         * Control.cs:
17743           - Added Parent property for ControlAccessibleObject
17744           - Fixed signatures
17745           - Fixed attributes
17746           - Added ResetBindings()
17747         * ListBindingConverter.cs: Implemented some methods
17748         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
17749         * ImageList.cs: Implemented basic handle scheme, removed TODOs
17750         * ContainerControl.cs: Fixed signature, now subscribing to the
17751           ControlRemoved event instead of overriding the handler, LAMESPEC
17752         * CurrencyManager.cs: Added missing attribute
17753         * MonthCalendar.cs: Added missing properties
17755 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
17757         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
17758         
17759 2005-06-06  Gaurav Vaish and Ankit Jain
17761         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
17762         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
17763         
17764 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
17766         * Control.cs: fixes CreateParams Width / Height.
17768 2005-06-05  Peter Bartok  <pbartok@novell.com>
17770         * Win32DnD.cs: Removed compilation warnings
17772 2005-06-05  Peter Bartok  <pbartok@novell.com>
17774         * Control.cs (CreateParams): Since we don't know if one of the
17775           properties we use is overridden, lets make sure if we fail accessing
17776           we continue with a backup plan
17778 2005-06-05  Peter Bartok  <pbartok@novell.com>
17780         * Win32DnD.cs:
17781           - Removed debug output
17782           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
17783             struct
17784           - Plugged resource leak
17785         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
17786           MS size
17788 2005-06-05  Peter Bartok  <pbartok@novell.com>
17790         * XplatUIWin32.cs: Removed DnD code
17791         * Win32DnD.cs: Implemented drop source and drop target functionality
17793 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17795         * UpDownBase.cs: remove duplicate addition of event, enable some code
17796         that was commented out.
17797         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
17798         Validate input when a key is pressed. It works fine now for every
17799         combination of Hexadecimal. Only missing some drawing love when sharing
17800         space with other controls.
17802 2005-06-04  Peter Bartok  <pbartok@novell.com>
17804         * Control.cs:
17805           - We need to pass a window for DragDrop, so enable callback events
17806           - Added DnD callback events when being a DragSource
17807         * XplatUI.cs (StartDrag): Added window handle argument
17808         * XplatUIDriver.cs (StartDrag): Added window handle argument
17809         * QueryContinueDragEventArgs: Made fields internally accessible so
17810           drivers can set them
17811         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
17812           can set them
17814 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
17816         * DataGridTextBoxColumn.cs: column text editing
17817         * DataGridTableStyle.cs: Respect columns styles created by the user
17818         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
17819         * DataGridBoolColumn.cs: bool column editing
17820         * DataGrid.cs: fixes to scrolling, properties, etc
17821         * DataGridTextBox.cs: handle keyboard
17822         * DataGridColumnStyle.cs: fixes
17824 2005-06-02  Jackson Harper  <jackson@ximian.com>
17826         * ImageListStreamer.cs: Somewhat broken implementation of
17827         GetObjectData. The RLE needs some work to match MS properly.
17829 2005-06-02  Jackson Harper  <jackson@ximian.com>
17831         * X11Dnd.cs: Attempting to keep at least one file in MWF
17832         monostyled.
17834 2005-06-02  Peter Bartok  <pbartok@novell.com>
17836         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
17837           that way
17839 2005-06-02  Peter Bartok  <pbartok@novell.com>
17841         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
17842         * XplatUI.cs: Added DoDragDrop() method
17843         * XplatUIDriver.cs: Added DoDragDrop() method
17845 2005-06-02  Jackson Harper  <jackson@ximian.com>
17847         * Splitter.cs: Implement BorderStyle.
17849 2005-06-02  Jackson Harper  <jackson@ximian.com>
17851         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
17852         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
17853         X11 using XDND.
17855 2005-06-02  Peter Bartok  <pbartok@novell.com>
17857         * DataObject.cs:
17858           - Added Data setter
17859           - Fixed broken insertion code for SetData, now also
17860             overwrites any existing entry of the same format name
17861         * Hwnd.cs: Added list of pointers that automatically gets
17862           freed when the window is disposed
17863         * XplatUI.cs: Call driver initialization method when loading
17864           a driver
17865         * Control.cs:
17866           - OnDragLeave takes EventArgs, not DragEventArgs
17867           - Added setting of WS_EX_ACCEPTFILES style when dropping is
17868             supported
17869           - Forces style update when drop state changes
17870         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
17871           not perfect since we cannot (yet) call the IDataObject.GetData()
17872           method, we keep getting 0x80004005 error, dunno why)
17874 2005-06-02  Peter Bartok  <pbartok@novell.com>
17876         * DragEventArgs.cs: Make fields internal so we can cache the
17877           object and re-set the fields from XplatUI
17879 2005-06-02  Jackson Harper  <jackson@ximian.com>
17881         * Control.cs: Add some internal methods so the DnD subsystem can
17882         raise DnD events. Also call into the driver when AllowDrop is set.
17883         * XplatUI.cs:
17884         * XplatUIDriver.cs: New method for setting whether or not a window
17885         is allowed to accept drag and drop messages.
17886                 
17887 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
17888         
17889         * ScrollBar.cs: Make sure that values sent in Scroll events
17890         are always between Maximum and Minimum.
17892 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
17894         * Menu.cs: Call MenuChanged when menuitem visibility has been
17895         changed.
17896         * MenuItem.cs: Rebuild menu when item is (not) visible.
17897         * MainMenu.cs: MainMenu has special MenuChanged.
17898         * Theme.cs: Caption and FrameBorderSize are not fixed.
17899         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
17900         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
17901         * XplatUIX11.cs,
17902         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
17903         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
17905 2005-05-30  Jackson Harper  <jackson@ximian.com>
17907         * DataFormat.cs: We can't statically initialize this stuff because
17908         it calls into the xplatui and could create a loop. So we lazy init
17909         it.
17911 2005-05-28  Jackson Harper  <jackson@ximian.com>
17913         * Control.cs: Proper implementation of Product(Name/Version).
17915 2005-05-27  Jackson Harper  <jackson@ximian.com>
17917         * DataObject.cs: Dont crash if no data is found.
17919 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
17920         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
17921                 as per status page, guessing it should be set to true
17923 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
17925         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
17926         * DataGridTableStyle.cs: set proper formatting text, def header text
17927         * ThemeWin32Classic.cs: new themable paramaters
17928         * DataGridBoolColumn.cs: paint check box, get data, fixes
17929         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
17930         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
17931         * DataGridColumnStyle.cs: fixes
17932         * Theme.cs: new themable paramaters
17933                 
17934 2005-05-26  Peter Bartok  <pbartok@novell.com>
17936         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
17938 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
17939         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
17941 2005-05-24  Peter Bartok  <pbartok@novell.com>
17943         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
17944           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
17945           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
17946           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
17947           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
17948           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
17949           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
17950           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
17951           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
17952           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
17953           missing attributes, etc
17954         * DataGridPreferredColumnWidthTypeConverter.cs: Added
17956 2005-05-24  Peter Bartok  <pbartok@novell.com>
17958         * Help.cs: Added, implemented trivial functions, throws up MessageBox
17959           when user tries to get help
17960         * DataObject.cs, DataFormats.cs, LinkArea.cs,
17961           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
17962           to suppress warnings
17963         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
17964           avoid unreachable code warning
17966 2005-05-20  Peter Bartok  <pbartok@novell.com>
17968         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
17970 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
17972         * DataGridTextBoxColumn.cs: Basic painting methods
17973         * DataGridTableStyle.cs: Set table style in the column
17974         * ThemeWin32Classic.cs: Use Theme for colors
17975         * DataGridDrawingLogic.cs: Implement more drawing
17976         * DataGrid.cs: drawing, theming, enhacements, fixes
17977         * DataGridColumnStyle.cs: fixes, drawing
17978         * Theme.cs: theming for Datagrid
17980 2005-05-20  Peter Bartok  <pbartok@novell.com>
17982         * Cursor.cs: Implemented GetObjectData() method
17984 2005-05-20  Peter Bartok  <pbartok@novell.com>
17986         * Cursors.cs: Added setting of cursor name
17987         * Cursor.cs:
17988           - Implemented constructors
17989           - Implemented Draw and DrawStretched
17990           - Implemented Current property
17991           - Implemented == and != operators
17992           - Implemented Dispose()
17993           - Implemented ToString
17994           - Added missing attributes
17995         * XplatUIX11.cs:
17996           - Added missing reset for OverrideCursor when DoEvents is called
17997           - Fixed creation of cursor, logic was wrong
17998         * XplatUIWin32.cs:
17999           - Added missing reset for OverrideCursor when DoEvents is called
18000           - Fixed creation of cursor, bit arrays were swapped
18001         * Clipboard.cs: Removed obsolete MonoTODO attribute
18003 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
18005         * ComboBox.cs: fixes OnSelectedItemChanged
18006         * ControlBindingsCollection.cs: fixes item range check
18008 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
18010         * UpDownBase.cs:
18011                 - Calc preferred height properly
18012                 - Implement missing properties
18013                 
18014         * NumericUpDown.cs: Implement missing events
18016 2005-05-19  Jackson Harper  <jackson@ximian.com>
18018         * TabControl.cs: New method that resizes the tab pages before
18019         redrawing them. This as needed as the control is double buffered
18020         and sizing will not be recalculated unless ResizeTabPages is
18021         called.
18022         * TabPage.cs: Set base.Text instead of Text in the constructor so
18023         that UpdateOwner does not get called. Use the new Redraw method of
18024         TabControl instead of Refresh so the sizing is recalculated.
18025         * ThemeWin32Classic.cs: Draw the text for button tabs.
18027 2005-05-19  Jackson Harper  <jackson@ximian.com>
18029         * Control.cs: Paint control background images. Fix typo where
18030         PaintControlBackground was not getting called correctly.
18032 2005-05-19  Peter Bartok  <pbartok@novell.com>
18034         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
18035           I can investigate, apparently I broke FileDialog
18037 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
18039         * AxHost.cs: Some simple properties.
18040         * Control.cs: window must be accessible after ctor.
18041         * Form.cs: Added TransparencyKey property.
18042         * TextBoxBase.cs: Implemented Clear. Text property can be null.
18043         * XplatUIWin32.cs: SetBorderStyle implemented.
18045 2005-05-18  Peter Bartok  <pbartok@novell.com>
18047         * DataObject.cs: Entries are not global but particular to the
18048           DataObject, now it behaves that way
18049         * XplatUIWin32.cs: Implemented Clipboard methods
18050         * Clipboard.cs: Implemented
18051         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
18052         * XplatUIOSX.cs: Updated to final clipboard prototypes
18053         * XplatUIX11.cs: Implemented Clipboard methods
18054         * XplatUIDriver.cs: Updated to final clipboard prototypes
18055         * XplatUIStructs.cs:
18056           - Added BITMAPINFOHEADER struct
18057           - Added ClipboardFormats enum
18058         * X11Structs.cs:
18059           - Added ClipboardStruct
18060           - Added Atom enum items for clipboard types
18061           - Fixed atom types for Selection event structures
18062         * DataFormats.cs:
18063           - Added internal properties and methods for drivers to enumerate
18064             all known formats
18065           - Switched initialization method to allow drivers to assign their
18066             own IDs even for the MS predefined clipboard IDs
18067         * XplatUI.cs: Updated to final clipboard interface
18069 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
18070         * PropertyGridView.cs: Fixed compiler warnings.
18072 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
18073         * PropertyGrid.cs: Added some event calls
18074         * PropertyGridView.cs: Change drawing code to use double buffering
18075         * PropertyGridTextBox.cs: Changed Text property name
18076         * GridItem.cs: Added Bounds property.
18077         * GridEntry.cs: Added Bounds property.
18079 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
18081         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
18082         since GetType() may not return the correct type if the object is
18083         a remoting proxy.
18085 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
18087         * TreeNodeCollection.cs: fixes get/set item ranges
18088         
18089 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
18091         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
18092                 
18093 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
18095         * ComboBox.cs: Fix item range comparation
18096         * ListView.cs: Fix item range comparation
18098 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
18100         * FontDialog.cs:
18101           - Clear example panel when OnPaint is called
18102           - Better solution for displaying the example panel text
18103           - Select default indexes in the ListBoxes
18105 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
18107         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
18109 2005-05-11  Peter Bartok  <pbartok@novell.com>
18111         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
18112         * SelectionRangeConverter.cs: Implemented
18113         * PropertyGrid.cs: Fixed attribute value
18114         * Control.cs:
18115           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
18116           - Added Sebastien Pouliot's CAS Stack Propagation fixes
18117         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
18118           that's common to all drivers. First methods to go there are
18119           Sebastien Pouliot's CAS Stack Propagation helper methods
18120         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
18121           Sebastien Pouliot for CAS Stack Propagation
18123 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
18125         * OSXStructs.cs:
18126           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
18128 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
18130         * DataGridTextBoxColumn.cs: fixed some members
18131         * GridColumnStylesCollection.cs: indexed column is case insensitive
18132         * DataGridTableStyle.cs: fixes
18133         * ThemeWin32Classic.cs: add new theme parameter
18134         * Theme.cs: add new theme parameter
18135         * DataGridDrawingLogic.cs: Datagrid's drawing logic
18136         * DataGrid.cs: fixes, new internal properties, etc.
18137         * DataGridColumnStyle.cs: allows to set grid value
18138         *
18140 2005-05-10  Peter Bartok  <pbartok@novell.com>
18142         * AccessibleObject.cs:
18143           - Removed MonoTODO attribute on help, method is correct
18144           - Fixed Bounds property
18145         * AxHost.cs: Moved MonoTODO
18146         * ButtonBase.cs: Now setting AccessibleObject properties
18147         * RadioButton.cs: Setting proper AccessibleObject role
18148         * CheckBox.cs: Setting proper AccessibleObject role
18149         * ControlBindingsCollection.cs: Added properties, methods and attributes
18150         * DataFormats.cs: Fixed awkward internal API, and changed to enable
18151           userdefined DataFormats.Format items as well
18152         * ListControl.cs: Removed data_member from the public eye
18153         * OpenFileDialog.cs:
18154           - Made class sealed
18155           - Added missing attributes
18156         * SaveFileDialog.cs: Added missing attributes
18157         * ImageListStreamer.cs: Fixed code that caused warnings
18158         * LinkLabel.cs: Removed unreachable code
18159         * TreeView.cs: Fixed code that caused warnings
18160         * PropertyGridView.cs: Fixed code that caused warnings
18161         * GridColumnStylesCollection.cs: Added missing attributes
18162         * GridTableStylesCollection: Added missing attribute
18163         * PropertyManager: Added .ctor
18164         * SecurityIDType: Added
18165         * DataObject.cs: Implemented class
18166         * LinkArea.cs: Added missing attribute
18168 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
18170         * RadioButton.cs: call base method to allow to fire OnClick event
18171         * UpDownBase.cs: OnMouseUp call base method
18172         * CheckedListBox.cs: call base method before returning
18173         * TrackBar.cs: call base method before returning
18174         
18176 2005-05-10  Peter Bartok  <pbartok@novell.com>
18178         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
18179           for messages
18181 2005-05-10  Peter Bartok  <pbartok@novell.com>
18183         * DataFormats.cs: Implemented
18184         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
18185           XplatUIX11.cs: Added Clipboard APIs
18186         * XplatUIWin32.cs: Implemented Clipboard APIs
18187         * FolderBrowserDialog.cs: Added missing event, attributes
18189 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
18191         * CheckBox.cs: call base method to allow to fire OnClick event
18193 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
18195         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
18197 2005-05-06  Peter Bartok  <pbartok@novell.com>
18199         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
18200         * Screen.cs: Implemented
18201         * HelpNavigator.cs: Added
18202         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
18203           property
18204         * HelpProvider.cs: Implemented all we can do until we have a CHM
18205           help library (which means that "What's This" does work now)
18207 2005-05-06  Jackson Harper  <jackson@ximian.com>
18209         * XplatUIX11.cs: Fix waking up the main loop.
18210                 
18211 2005-05-05  Peter Bartok  <pbartok@novell.com>
18213         * XplatUI.cs: Updated revision
18214         * Form.cs: Removed enless loop
18215         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
18216         * Label.cs (OnPaint): Added call to base.OnPaint()
18217         * ToolTip.cs: Made ToolTipWindow reusable for other controls
18218         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
18219         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
18220         * AxHost.cs: Added
18221         * ButtonBase.cs: Moved base.OnPaint() call to end of method
18222         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
18223           to ToolTip.ToolTipWindow for drawing and size methods; this allows
18224           reuse of ToolTipWindow by other controls
18225         * SizeGrip.cs: Moved base.OnPaint() call to end of method
18226         * XplatUIX11.cs: Now clipping drawing area (experimental)
18227         * PictureBox.cs: Moved base.OnPaint() call to end of method
18228         * Theme.cs: Fixed ToolTip abstracts to match new format
18229         * ErrorProvider.cs: Implemented
18231 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
18233         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
18234         * LinkLabel.cs:
18235                 - Adds cursors
18236                 - Handles focus
18237                 - Implements LinkBehavior
18238                 - Fixes many issues
18240 2005-05-03  Jackson Harper  <jackson@ximian.com>
18242         * ListView.cs: Calculate the scrollbar positioning on resize and
18243         paint, so they get put in the correct place.
18245 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
18247         * ColorDialogs.cs: The small color panels are now handled by
18248           SmallColorControl. This fixes drawing of the focus rectangle
18249           and adds a 3D border.
18251 2005-05-03  Peter Bartok  <pbartok@novell.com>
18253         * Control.cs: Modified version of Jonathan Chamber's fix for
18254           double-buffering
18256 2005-05-03  Jackson Harper  <jackson@ximian.com>
18258         * ListView.cs: Remove redraw variable. Control now handles whether
18259         or not a redraw needs to be done, and will only raise the paint
18260         event if redrawing is needed.
18262 2005-05-03  Jackson Harper  <jackson@ximian.com>
18264         * Splitter.cs: No decorations for the splitter form. Cache the
18265         hatch brush.
18267 2005-05-03  Jackson Harper  <jackson@ximian.com>
18269         * TreeView.cs: Use dashed lines to connect nodes. Use the
18270         ControlPaint method for drawing the focus rect instead of doing
18271         that in treeview.
18273 2005-05-02  Peter Bartok  <pbartok@novell.com>
18275         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
18277 2005-04-29  Jackson Harper  <jackson@ximian.com>
18279         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
18280         entire image buffer. Just clear the clipping rectangle.
18282 2005-04-29  Jackson Harper  <jackson@ximian.com>
18284         * ThemeWin32Classic.cs: Don't draw list view items that are
18285         outside the clipping rectangle.
18287 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
18289         * ListBox.cs: added horizontal item scroll
18291 2005-04-29  Jackson Harper  <jackson@ximian.com>
18293         * ThemeWin32Classic.cs: Remove some old debug code that was
18294         causing flicker with the new double buffering code.
18296 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
18298         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
18299         behave like combobox and comboboxlist (still not sure if this is
18300         correct though).
18302 2005-04-28  Jackson Harper  <jackson@ximian.com>
18304         * ThemeWin32Classic.cs: Don't fill the middle of progress
18305         bars. This fills areas outside of the clip bounds that don't need
18306         to be filled.
18308 2005-04-28  Jackson Harper  <jackson@ximian.com>
18310         * Control.cs: Don't expose functionality to touch the image buffers.
18311         * ProgressBar.cs:
18312         * ListView.cs: We do not need to (and no longer can) manipulate
18313         the image buffers directly. All of this is handled by Control.
18315 2005-04-28  Peter Bartok  <pbartok@novell.com>
18317         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
18318           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
18319           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
18321 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
18323         * Combobox:
18324                 - Adjust control's height for non-simple comboboxes (bug fix)
18325                 - Remove dead code
18326         * MenuAPI.cs: remove unused var
18327         * ScrollBar.cs: remove unsed var
18328                  
18329         * ListBox.cs: unselect items when clearing
18331 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
18333         * ListControl.cs: honors OnPositionChanged and default Selected Item
18334         * ListBox.cs: unselect items when clearing
18336 2005-04-27  Jackson Harper  <jackson@ximian.com>
18338         * X11Keyboard.cs: Initialize a default keyboard and give a warning
18339         if a "correct" keyboard is not found. This will make us not crash,
18340         but might give some users bad keyboard layouts...seems to be the
18341         same thing rewind does.
18343 2005-04-27  Jackson Harper  <jackson@ximian.com>
18345         * BindingManagerBase.cs: Attach the current/position changed
18346         handlers to their respective events.
18348 2005-04-27  Jackson Harper  <jackson@ximian.com>
18350         * Control.cs: Make sure that the first WM_PAINT does a full draw,
18351         not just a blit.
18352         * ThemeWin32Classic.cs: Don't fill the background for picture
18353         boxes. This could overright user drawing.
18354         * ComboBox.cs: Just fill the clipping rect not the entire client
18355         rect when drawing the background. This prevents pieces of the
18356         image buffer from getting overwritten and is theoretically faster.
18358 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
18360         * ComboBox.cs: Databinding support fixes, fire missing events
18361         * ListControl.cs: implement missing methods and properties, fixes
18362         * ThemeWin32Classic.cs: Databiding support on Drawing
18363         * CheckedListBox.cs: Databinding support fixes, fire missing events
18364         * ListBox.cs: Databinding support fixes, fire missing events
18365         
18366 2005-04-25  Peter Bartok  <pbartok@novell.com>
18368         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
18370 2005-04-25  Jackson Harper  <jackson@ximian.com>
18372         * TreeView.cs: Use the horizontal scrollbars height not width when
18373         determining how much of the client area is available.
18375 2005-04-25  Jackson Harper  <jackson@ximian.com>
18377         * Control.cs: Double buffering is handled differently now. As per
18378         the spec, the extra buffer is created in the WM_PAINT message and
18379         passed down to the control's drawing code.
18380         * GroupBox.cs:
18381         * Label.cs:
18382         * CheckBox.cs:
18383         * ProgressBar.cs:
18384         * RadioButton.cs:
18385         * ColorDialog.cs:
18386         * ComboBox.cs:
18387         * PropertyGridView.cs:
18388         * UpDownBase.cs:
18389         * MessageBox.cs:
18390         * MenuAPI.cs:
18391         * ListView.cs:
18392         * ButtonBase.cs:
18393         * SizeGrip.cs:
18394         * ScrollBar.cs:
18395         * ListBox.cs:
18396         * TrackBar.cs:
18397         * ToolBar.cs:
18398         * PictureBox.cs:
18399         * DateTimePicker.cs:
18400         * StatusBar.cs:
18401         * TreeView.cs: Update to new double buffering system.
18402         * MonthCalendar.cs: Uncomment block, as Capture is now
18403         working. Update to new double buffering
18404         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
18405         * PaintEventArgs.cs: New internal method allows us to set the
18406         graphics object. This is used for double buffering.
18407         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
18408         rectangle. The internal paint_area var has been removed from
18409         StatusBar. The clipping rect should be used instead.
18410         * Theme.cs: Give the PictureBox drawing method a clipping rect.
18411         * TabPage.cs: The RefreshTabs method was removed, so just call the
18412         tab controls Refresh method now.
18413         * TabControl.cs: Update to new double buffering. Make sure the
18414         handle is created before sizing the tab pages, otherwise we will
18415         get stuck in a loop.
18417 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
18419         * LinkLabel.cs: Fix typo, bug #74719; patch
18420           from Borja Sanchez Zamorano
18422 2005-04-22  Jackson Harper  <jackson@ximian.com>
18424         * TreeNode.cs: Implement Handle stuff.
18425         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
18427 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
18429         * DataGridTextBoxColumn.cs: call base constructors, fixes
18430         * GridColumnStylesCollection.cs: missing events, methods, and functionality
18431         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
18432         * DataGridTableStyle.cs: implements create default column styles
18433         * DataGridBoolColumn.cs: which types can handle
18434         * DataGrid.cs: missing methods, fixes, new functionality
18435         * DataGridColumnStyle.cs: fixes
18437 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
18438         * FolderBrowserDialog.cs:
18439         - Use a thread to fill the TreeView
18440         - Adjusted some sizes
18442 2005-04-19  Peter Bartok  <pbartok@novell.com>
18444         * LinkLabel.cs: (Re-)create the pieces when setting the Text
18445           property. Fixes #74360.
18447 2005-04-19  Jackson Harper  <jackson@ximian.com>
18449         * XEventQueue.cs: Lock when getting the lockqueue size.
18450         * PictureBox.cs: Call base OnPaint
18451         
18452 2005-04-19  Peter Bartok  <pbartok@novell.com>
18454         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
18455           messages were no longer being processed (this broke BeginInvoke)
18457           
18458 2005-04-18  Jackson Harper  <jackson@ximian.com>
18460         * TreeView.cs: buglet that caused node images to get drawn
18461         regardless of whether or not they were in the clipping rectangle.
18463 2005-04-18  Jackson Harper  <jackson@ximian.com>
18465         * CurrencyManager.cs: There are four rules for GetItemProperties:
18466         - If the type is an array use the element type of the array
18467         - If the type is a typed list, use the type
18468         - If the list contains an Item property that is not an object, use
18469         that property
18470         - use the first element of the list if there are any elements in
18471         the list.
18472         
18473 2005-04-17  Jackson Harper  <jackson@ximian.oom>
18475         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
18476         click. This handles offsets for scrolling properly and reduces
18477         memory. Also fixed GetNode to not offset now that TopNode works
18478         properly.
18479         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
18480         
18481 2005-04-17  Jackson Harper  <jackson@ximian.com>
18483         * CursorConverter.cs: Initial implementation.
18485 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
18487         * ListControl.cs: work towards complex data binding support on ListControl
18488         * CurrencyManager.cs: work towards complex data binding support on ListControl
18489         * ListBox.cs: work towards complex data binding support on ListControl
18492 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
18494         * GridTableStylesCollection.cs: fixes name and constructor
18495         * DataGridTableStyle.cs: fixes
18496         * DataGridBoolColumn.cs: fixes names and constructors
18497         * DataGrid.cs: define methods and properties. Some init implementations
18498         * DataGridCell.cs: define methods and properties. Some init implementations
18499         * GridTablesFactory.cs: Define methods and properties
18501 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
18503         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
18504         graphics port changes.  We still want the coordinates in global screen
18505         coordinates.
18507 2005-04-14  Jackson Harper  <jackson@ximian.com>
18509         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
18510         check plus minus or checkbox clicks unless those features are enabled.
18512 2005-04-14  Jackson Harper  <jackson@ximian.com>
18514         * TreeView.cs: Add methods for setting the top and bottom visible
18515         nodes. TreeNode::EnsureVisible uses these methods.
18516         * TreeNode.cs: Implement EnsureVisible
18518 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
18520         * Form.cs: Pospone menu assignation if the window has not been created yet
18521         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
18522         size and position
18524 2005-04-12  Jackson Harper  <jackson@ximian.com>
18526         * TreeView.cs: Set the TopNode properly when scrolling
18527         occurs. This has the added benifit of reducing the amount of
18528         walking that needs to be done when drawing. Also removed an old
18529         misleading TODO.
18530         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
18531         
18532 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
18534         * Timer.cs: fixes interval setting when the timer is already enabled
18535         
18536 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
18538         * FolderBrowserDialog.cs: First approach
18540 2005-04-09  Peter Bartok  <pbartok@novell.com>
18542         * FolderBrowserDialog: Added
18544 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
18546         * LinkLabel.cs: move drawing code into the theme
18547         * ThemeWin32Classic.cs: drawing code and painting background bugfix
18548         * Theme.cs: define DrawLinkLabel method
18550 2005-04-05  Jackson Harper  <jackson@ximian.com>
18552         * BindingContext.cs: Use weak references so these bad actors don't
18553         stay alive longer then they need to.
18555 2005-04-05  Jackson Harper  <jackson@ximian.com>
18557         * ListControl.cs: Basic implementation of complex databinding.
18558         * ComboBox.cs:
18559         * ListBox.cs: Add calls to ListControl databinding methods.
18561 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
18563         * FileDialog.cs:
18564           - Don't change PopupButtonState to Normal when the
18565             PopupButton gets pressed several times.
18566           - Renamed ButtonPanel to PopupButtonPanel
18568 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
18570         * ColorDialog.cs: Use cached objects instead of creating them
18571         * LinkLabel.cs: Use cached objects instead of creating them
18572         * Splitter.cs: Use cached objects instead of creating them
18573         * FontDialog.cs: Use cached objects instead of creating them
18574         * PropertyGridView.cs: Use cached objects instead of creating them
18575         * MessageBox.cs: Use cached objects instead of creating them
18576         * FileDialog.cs: Use cached objects instead of creating them
18577         * ThemeWin32Classic.cs: Use cached objects instead of creating them
18578         * TreeView.cs: Use cached objects instead of creating them
18579         
18580 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
18582         * Control.cs: use Equals to compare the font since no == op
18583         * ScrollBar.cs: use Equals to compare the font since no == op
18585 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
18587         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
18589 2005-04-01  Jackson Harper  <jackson@ximian.com>
18591         * Binding.cs: Implement IsBinding.
18592         * BindingManagerBase.cs:
18593         * PropertyManager.cs:
18594         * CurrencyManager.cs: Add IsSuspended property.
18596 2005-04-01  Jackson Harper  <jackson@ximian.com>
18598         * Binding.cs: Had some IsAssignableFrom calls backwards.
18600 2005-04-01  Jackson Harper  <jackson@ximian.com>
18602         * Binding.cs: Handle null data members when pulling data.
18603         * PropertyManager.cs: Handle the data member being a property that
18604         does not exist.
18606 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
18608         * DataGridTextBoxColumn.cs: fixes signature
18609         * DataGrid.cs: calls right constructor
18611 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
18613         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
18614         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
18615         * GridTableStylesCollection.cs: implements GridTableStylesCollection
18616         * DataGridTableStyle.cs: implements DataGridTableStyle
18617         * DataGridBoolColumn.cs: implements DataGridBoolColumn
18618         * DataGridTextBox.cs: implements DataGridTextBox
18619         * DataGridColumnStyle.cs: implements DataGridColumnStyle
18621 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
18623         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
18625 2005-03-29  Peter Bartok  <pbartok@novell.com>
18627         * Application.cs:
18628           - Properly implemented CompanyName property
18629           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
18630             returns a path that includes CompanyName, ProductName and
18631             Version (fixes bug #70330)
18633 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
18635         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
18636           fixes bug #72588.
18638 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
18640         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
18641         
18642           - Added ReadOnly CheckBox
18643           - Further refactoring: moved some code from Open-/SaveFileDialog
18644             to FileDialog
18646 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
18648         * OpenFileDialog.cs: Fixed CheckFileExists
18649         * FileDialog.cs:
18650           Moved FileView and DirComboBox outside FileDialog class.
18651           They can now be used outside FileDialog
18653 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
18655         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
18656         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
18658 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
18660         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
18661           - Added missing CreatePrompt property in SaveDialog
18662           - Overall SaveDialog handling should be better now
18663           - Added non standard ShowHiddenFiles property
18664           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
18665           - Added InitialDirectory and RestoreDirectory support
18667 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
18669         * FileDialog.cs: Made dirComboBox usable
18671 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
18673         * FileDialog.cs: Added Filter support (case sensitiv)
18675 2005-03-24  Jackson Harper  <jackson@ximian.com>
18677         * TabControl.cs: Need a couple more pixels for the lines.
18679 2005-03-23  Jackson Harper  <jackson@ximian.com>
18681         * TabControl.cs: Give the tab page focus when it is selected.
18683 2005-03-23  Jackson Harper  <jackson@ximian.com>
18685         * TabControl.cs: Account for the drawing of tabs borders when
18686         invalidating. If the slider was clicked dont do click detection on
18687         the tabs.
18689 2005-03-23  Jackson Harper  <jackson@ximian.com>
18691         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
18693 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
18695         * CategoryGridEntry.cs: Added
18696         * GridItem.cs: Added helper properties
18697         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
18698         * GridEntry.cs: Updated code for collection
18699         * PropertyGrid.cs: Cleaned up some formatting
18700         * PropertyGridView.cs: Added drop down functionality for enums.
18701         * GridItemCollection.cs: Added enumerator logic
18702         * PropertyGridEntry.cs: Added
18704 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
18706         * FileDialog.cs:
18707           - Removed unnecessary commented code
18708           - Fixed handling for entering the filename manually in the combobox
18710 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
18712         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
18714 2005-03-18  Peter Bartok  <pbartok@novell.com>
18716         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
18717           them being touching the border
18719 2005-03-18  Peter Bartok  <pbartok@novell.com>
18721         * TextControl.cs: Quick hack to center text better
18723 2005-03-18  Peter Bartok  <pbartok@novell.com>
18725         * ControlPaint.cs:
18726           - Don't throw NotImplemented exceptions, just print a notice once
18727             instead (requested by Miguel). This makes running existing SWF
18728             apps a bit easier
18729         * Control.cs:
18730           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
18731           - Added context menu trigger on right click
18732         * Panel.cs: Trigger invalidate on resize
18733         * StatusBar.cs:
18734           - Removed old double-buffer drawing
18735           - Added ResizeRedraw style to force proper update of statusbar
18736         * ListView.cs:
18737           - Removed debug output
18738         * ThemeWin32Classic.cs:
18739           - Fixed drawing of status bar, now draws Text property if there
18740             are no defined panels
18742 2005-03-18  Jackson Harper  <jackson@ximian.com>
18744         * ImageList.cs: When the image stream is set pull all the images
18745         from it.
18746         * ImageListStreamer.cs: Implement reading image list streams.
18748 2005-03-18  Peter Bartok  <pbartok@novell.com>
18750         * ThemeWin32Classic.cs (DrawPictureBox):
18751           - Fixed calculations for centered drawing
18752           - Fixed drawing for normal mode, not scaling the image on normal
18754 2005-03-18  Peter Bartok  <pbartok@novell.com>
18756         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
18757           textbox
18758         * FileDialog.cs:
18759           - Made Open/Save button the accept button for FileDialog
18760           - Tied the cancel button to the IButtonControl cancel button
18761           - Save/Open now properly builds the pathname
18762           - Now handles user-entered text
18763           - Preventing crash on right-click if no item is selected
18764           - Fixed Text property, now uses contents of textbox
18765           - Fixed SelectedText property, now just returns the text part that
18766             is selected in the text box
18768 2005-03-18  Jackson Harper  <jackson@ximian.com>
18770         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
18771         rect, make sure to de-adjust the interior rect after drawing the
18772         tab text.
18774 2005-03-18  Peter Bartok  <pbartok@novell.com>
18776         * MenuAPI.cs: Remove menu *before* executing selected action to
18777           prevent the menu from 'hanging around'
18778           
18779 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
18781         * XplatUIOSX.cs: Implemented WorkingArea property
18783 2005-03-17  Peter Bartok  <pbartok@novell.com>
18785         * XplatUIX11.cs: Fixed menu coord calculations
18786         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
18787           for calculating offsets
18789 2005-03-17  Peter Bartok  <pbartok@novell.com>
18791         * Hwnd.cs: Do not consider menu presence for default client
18792           rectangle location/size
18793         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
18794           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
18795           translation functions
18796         * FileDialog.cs: Fixed (what I presume is a) typo
18798 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
18800         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
18801           X access (avoids X-Async errors)
18803 2005-03-16  Jackson Harper  <jackson@ximian.com>
18805         * TabControl.cs: Raise the SelectedIndexChanged event.
18807 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
18809         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
18810           - Removed vertical ToolBar and replaced it with a custom panel
18811             (desktop and home button already work)
18812           - Added Help button (some controls get resized or relocated then)
18813           - Draw correct text depending on Open or Save.
18814           - Fixed some typos...
18816 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
18818         * ScrollBar.cs:
18819           - Only change Maximum and Minimum when need it (bug fix)
18821 2005-03-15  Peter Bartok  <pbartok@novell.com>
18823         * Form.cs: Use Handle for icon, to trigger creation if
18824           the window does not yet exist
18825         * Control.cs:
18826           - CanSelect: Slight performance improvement
18827           - Focus(): Preventing possible recursion
18828           - Invalidate(): Removed ControlStyle based clear flag setting
18829           - WM_PAINT: fixed logic for calling OnPaintBackground
18830           - WM_ERASEBKGND: Fixed logic, added call to new driver method
18831             EraseWindowBackground if the control doesn't paint background
18832         * XplatUIWin32.cs:
18833           - Moved EraseWindowBackground() method to internal methods
18834           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
18835             is sent via SendMessage on BeginPaint call on Win32
18836         * XplatUIX11.cs:
18837           - Added EraseWindowBackground() method
18838           - No longer sends WM_ERASEBKGND on .Expose, but on call to
18839             PaintEventStart, which more closely matches Win32 behaviour
18840           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
18841           - Fixed SetFocus() to properly deal with client and whole windows
18842         * Hwnd.cs: Added ErasePending property
18843         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
18844         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
18846 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
18848         * XplatUIOSX.cs:
18849           - Fix hard loop when timers exist.
18850           - Fix bugs with middle and right click for 3 button mice.
18852 2005-03-11  Peter Bartok  <pbartok@novell.com>
18854         * XplatUIX11.cs:
18855           - get_WorkingArea: Need to call X directly, GetWindowPos only
18856             returns cached data now
18857           - Added sanity check to GetWindowPos hwnd usage
18859 2005-03-11  Jackson Harper  <jackson@ximian.com>
18861         * BindingManagerBase.cs: This method isn't used anymore as
18862         PullData now updates the data in the control.
18864 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
18866         * Form.cs: fixes menu drawing on X11
18867         * MenuAPI.cs:  fixes menu drawing on X11
18869 2005-03-11  Peter Bartok  <pbartok@novell.com>
18871         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
18872           from Jonathan Gilbert; should fix bug #73606
18873         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
18874           in Screen coordinates. Thanks, Jordi.
18875         * Form.cs: Added missing attribute
18877 2005-03-11  Peter Bartok  <pbartok@novell.com>
18879         * Form.cs:
18880           - Rudimentary Mdi support
18881           - Removed outdated FormParent code
18882           - Implemented lots of missing properties and methods, still missing
18883             transparency support
18884           - Added missing attributes
18885           - Implemented support for MaximumBounds
18886           - Added firing of various events
18887         * XplatUI.cs: Added SetIcon() method
18888         * XplatUIDriver.cs: Added SetIcon() abstract
18889         * XplatUIOSX.cs: Stubbed out SetIcon() method
18890         * XplatUIX11.cs:
18891           - Implemented SetIcon() support
18892           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
18893           - Switched to unix line endings
18894         * XplatUIWin32.cs:
18895           - Made POINT internal so for can access it as part of MINMAX
18896           - Implemented SetIcon() support
18897           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
18898             native Mdi support again, might have to go managed)
18899         * Control.cs: Now fires the StyleChanged event
18900         * MdiClient.cs: Added; still mostly empty
18902 2005-03-10  Peter Bartok  <pbartok@novell.com>
18904         * SaveFileDialog.cs: Added emtpy file
18906 2005-03-08  Peter Bartok  <pbartok@novell.com>
18908         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
18909           in turn triggers OnCreateContro) when creating a handle for the
18910           first time.
18911         * TextControl.cs: Fixed endless loop in certain cases when
18912           replacing the current selection
18914 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
18916         * ScrollBar.cs:
18917           - Honors NewValue changes in Scroll events allowing apps to change it
18918           - Adds First and Last Scroll events
18919           - Fixes Thumb events
18921 2005-03-07  Peter Bartok  <pbartok@novell.com>
18923         * Hwnd.cs: Added DefaultClientRectangle property
18924         * XplatUI.cs: Now using the X11 driver Where() method, which provides
18925           more detailed debug information
18926         * XplatUIX11.cs:
18927           - Fixed size-change feedback loop, where we would pull an old size
18928             off the queue and mistakenly change our window's size to an
18929             earlier value
18930           - Now compressing ConfigureNotify events, to reduce looping and
18931             redraw issues
18932         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
18933           is called
18935 2005-03-07  Jackson Harper  <jackson@ximian.com>
18937         * Binding.cs: Push data pushes from data -> property. Check if the
18938         property is readonly when attempting to set it.
18940 2005-03-07  Jackson Harper  <jackson@ximian.com>
18942         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
18943         instead of IsSubclassOf. Pulling data now sets the value on the
18944         control.
18945         * PropertyManager.cs:
18946         * CurrencyManager.cs: Just need to pull data when updating now,
18947         because PullData will set the value on the control.
18949 2005-03-04  Jackson Harper  <jackson@ximian.com>
18951         * Binding.cs: Implement data type parsing and converting on pulled
18952         data. TODO: Are there more ways the data can be converted?
18954 2005-03-04  Jackson Harper  <jackson@ximian.com>
18956         * Binding.cs: Support <Property>IsNull checks. Also bind to the
18957         controls Validating method so we can repull the data when the
18958         control loses focus.
18960 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
18962         * ColumnHeader.cs:
18963           - Fixes null string format
18964           
18965         * ListView.cs:
18966           - Adds enum type checks
18967           - Fixes redrawing and recalc need after changing some properties
18968           - Fixes on focus_item set after the event
18969           - Fixes adding columns after the control has been created
18970           
18971         * ThemeWin32Classic.cs:
18972           - Fixes CheckBox focus rectangle
18973           - Fixes ColumnHeader drawing
18976 2005-03-03  Jackson Harper  <jackson@ximian.com>
18978         * Binding.cs: Bind to <Property>Changed events so we can detect
18979         when properties are changed and update the data.
18981 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
18983         * ImageList.cs:
18984           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
18985           - Fixes ImageList constructor with ImageList container
18986           - Fixes image scaling (wrong parameters at DrawImage)
18988 2005-02-02  Jackson Harper  <jackson@ximian.com>
18990         * Binding.cs: Make property searches case-insensitive. Eliminate
18991         some duplicated code.
18993 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
18995         * ComboBox.cs:
18996                 - Handle focus event
18997                 - Fix scrollbar events
18998                 - Discard highlighted item if remove it
18999                 - Fixes SelectedItem with strings
19001 2005-03-01  Peter Bartok  <pbartok@novell.com>
19003         * Control.cs:
19004           - Fixed Visible property, now follows (once again) parent chain
19005             to return false if any control in the chain is visible=false
19006           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
19007           - Fixed several places where is_visible instead of Visible was used
19008           - Implemented FIXME related to focus selection when setting focused
19009             control to be invisible
19011         * XplatUIWin32.cs: Now using proper method to find out if window is
19012           visible. Thanks to Jordi for pointing it out
19014 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
19016         * ComboBox.cs: show/hide scrollbar instead of creating it
19018 2005-02-27  Jackson Harper  <jackson@ximian.com>
19020         * CurrencyManager.cs: Add PositionChanged stuff.
19022 2005-02-27  Peter Bartok  <pbartok@novell.com>
19024         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
19025         * XplatUIOSX.cs: Added GetMenuOrigin() stub
19026         * XplatUIWin32.cs: Implemented GetMenuOrigin()
19027         * XplatUIX11.cs:
19028           - Implemented GetMenuDC()
19029           - Implemented GetMenuOrigin()
19030           - Implemented ReleaseMenuDC()
19031           - Implemented generation of WM_NCPAINT message
19032           - Implemented generation and handling of WM_NCCALCSIZE message
19033         * Form.cs: Added debug helper message for Jordi's menu work
19034         * Hwnd.cs:
19035           - Modified ClientRect property; added setter, fixed getter to handle
19036             setting of ClientRect
19037           - Added MenuOrigin property
19039 2005-02-26  Peter Bartok  <pbartok@novell.com>
19041         * XplatUIX11.cs:
19042           - Destroys the caret if a window that's being destroyed contains it
19043           - Ignores expose events coming from the X11 queue for windows that
19044             already are destroyed
19045           - Now uses the proper variable for handling DestroyNotify, before we
19046             marked the wrong window as destroyed
19047           - Improved/added some debug output
19049 2005-02-26  Peter Bartok  <pbartok@novell.com>
19051         * X11Keyboard.cs: Fixes to work on 64bit systems
19053 2005-02-26  Peter Bartok  <pbartok@novell.com>
19055         * Control.cs:
19056           - Now calling OnHandleDestroyed from DestroyHandle()
19057             instead of Dispose()
19058           - Removed bogus call to controls.Remove() from DestroyHandle()
19060 2005-02-26  Peter Bartok  <pbartok@novell.com>
19062         * Control.cs: Properly destroy child windows when our handle is
19063           destroyed
19065 2005-02-25  Peter Bartok  <pbartok@novell.com>
19067         * XplatUI.cs:
19068           - Added 'DriverDebug' define to allow tracing XplatUI API calls
19069           - Alphabetized Static Methods and Subclasses
19071         * XplatUIX11.cs:
19072           - Added XException class to allow custom handling of X11 exceptions
19073           - Created custom X11 error handler, tied into XException class
19074           - Added support for MONO_XEXCEPTIONS env var to allow the user
19075             to either throw an exception on X errors or continue running
19076             after displaying the error
19077           - Added handling of DestroyNotify message
19078           - Added handler for CreateNotify message (still disabled)
19079           - Improved (tried to at least) Where method to provide file and lineno
19080         * X11Structs.cs:
19081           - Added XErrorHandler delegate
19082           - Added XRequest enumeration (to suppor translation of errors)
19084 2005-02-25  Jackson Harper  <jackson@ximian.com>
19086         * PropertyManager.cs: Implement editing features
19087         * CurrencyManager.cs:
19088         * Binding.cs: First attempt at UpdateIsBinding
19089         * BindingManagerBase.cs: Call UpdateIsBinding before
19090         pushing/pulling data.
19092 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
19094         * MenuAPI.cs: Respect disabled items
19095         * ThemeWin32Classic.cs
19096                 - Caches ImageAttributes creation for DrawImageDisabled
19097                 - Fixes vertical menu line drawing
19098                 - Draws disabled arrows in disable menu items
19100 2005-02-24  Peter Bartok  <pbartok@novell.com>
19102         * Hwnd.cs:
19103           - Added UserData property to allow associating arbitrary objects
19104             with the handle
19105           - Fixed leak; now removing Hwnd references from static windows array
19106         * XplatUIWin32.cs:
19107           - Fixed Graphics leak in PaintEventEnd
19108           - Removed usage of HandleData, switched over to Hwnd class
19109         * HandleData.cs: Removed, obsoleted by Hwnd.cs
19111 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
19113         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
19114         * ScrollBar.cs: Fixes bug
19115         * TrackBar.cs: removes death code, clipping, mimize refreshes,
19116          keyboard navigation enhancements
19118 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
19120         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
19121         * GroupBox.cs: Add control styles
19122         * Label.cs: Add control styles
19123         * UpDownBase.cs: Add control styles
19124         * ListBox.cs: Add control styles
19125         * XplatUIWin32.cs: Fixes wrong parameter order
19128 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
19130         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
19132 2005-02-23  Jackson Harper  <jackson@ximian.com>
19134         * PropertyManager.cs: Implement property binding. This doesn't
19135         seem to work yet though as (I think) there are some bugs in
19136         System.ComponentModel.PropertyDescriptor.
19137         * BindingContext.cs: Use new PropertyManager constructor.
19139 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
19141         * ProgressBar.cs: use clip region in ProgressBar
19142         * ThemeWin32Classic.cs: use clip region in ProgressBar
19144 2004-02-22  Jackson Harper  <jackson@ximian.com>
19146         * BindingsCollection.cs: Remove some debug code.
19148 2005-02-22  Jackson Harper  <jackson@ximian.com>
19150         * BindingContext.cs:
19151         * ControlBindingsCollection.cs:
19152         * CurrencyManager.cs:
19153         * Binding.cs:
19154         * BindingManagerBase.cs: Initial implementation
19155         * BindingsCollection.cs: Add an internal contains method that the
19156         BindingManagerBase uses to ensure bindings aren't added twice to
19157         the collection.
19158         * PropertyManager.cs: Stubbed out.
19159         * Control.cs:
19160         * ContainerControl.cs: Hook up databinding
19161         
19162 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
19164         * XplatUIOSX.cs:
19165           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
19166           Fixed Invalidate/Update chain.
19167           Fixed tons of other minor bugs (this is almost a complete rewrite).
19169 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
19171         * ComboBox.cs: do subcontrol creation when the control is created
19173 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
19175         * Label.cs: fixes image drawing (image and imagelist)
19176         * ThemeWin32Classic.cs: cache brushes
19177         
19178 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
19180         * Form.cs: Move menu drawing code to Theme class
19181         * ComboBox.cs: Move ComboBox drawing code to Theme class
19182         * MenuItem.cs: Move menu drawing code to Theme class
19183         * MenuAPI.cs: Move menu drawing code to Theme class
19184         * ThemeWin32Classic.cs: New methods
19185         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
19186         * ListBox.cs: Move Listbox drawing code to Theme class
19187         * Theme.cs: New methods
19189 2005-02-20  Peter Bartok  <pbartok@novell.com>
19191         * Control.cs:
19192           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
19193             only process mnemonics on those)
19194           - Fixed event sequence for key handling; first calling
19195             ProcessKeyEventArgs now
19196         * TextBoxBase.cs:
19197           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
19198             for processing non-character keys
19199           - Fixed WM_CHAR to generate proper event sequence before processing
19200         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
19201           generation
19203 2005-02-19  Peter Bartok  <pbartok@novell.com>
19205         * UserControl.cs: Added TextChanged event; added attributes
19206         * SizeGrip.cs: Implemented resizing and optional display of grip
19207         * Form.cs: Fixed attribute
19208         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
19209           Changed meaning of ScrollWindow bool argument; instead of the
19210           clear attribute (which will be true usually anyway), it gives the
19211           option of moving child controls as well.
19212         * XplatUIX11.cs:
19213           - Changed to match new ScrollWindow argument
19214           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
19215             now handles the implicit parent window a WM puts around us
19216         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
19217           to work)
19218         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
19219         * TreeView.cs: Adjusted to new ScrollWindow arguments
19221 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
19223         * Form.cs: Menu integration with non-client area
19224         * MenuItem.cs: Menu integration with non-client area
19225         * MenuAPI.cs: Menu integration with non-client area
19227 2005-02-18  Peter Bartok  <pbartok@novell.com>
19229         * MethodInvoker.cs: Added
19230         * MdiLayout.cs: Added
19231         * SendKeys.cs: Started implementation
19232         * ErrorIconAlignment.cs: Added
19234 2005-02-18  Peter Bartok  <pbartok@novell.com>
19236         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
19237         * Form.cs: Added handling for Menu-related Non-client messages
19239 2005-02-17  Peter Bartok  <pbartok@novell.com>
19241         * UpDownBase.cs: Fixed typo, compilation errors
19242         * DomainUpDown.cs: Fixed attribute value
19244 2005-02-16  Miguel de Icaza  <miguel@novell.com>
19246         * UpDownBase.cs: Attach entry events.
19247         Propagate events.
19248         Add ForeColor property, Focused, InterceptArrowKeys (interception
19249         does not work yet).
19251 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
19253         * Form.cs:
19254                 - Redraw non client are on Setmenu
19255                 - Calc proper menu starting point
19257 2005-02-17  Peter Bartok  <pbartok@novell.com>
19259         * Application.cs: Fixed message_filter check
19261 2005-02-17  Peter Bartok  <pbartok@novell.com>
19263         * Application.cs: Now calls registered message filters
19264         * DockStyle.cs: Fixed attribute
19265         * Form.cs: Fixed attribute
19266         * Menu.cs: Fixed attribute
19267         * ToolTip.cs: Fixed attribute
19268         * TreeNode.cs: Added missing attributes and arranged in regions
19269         * PropertyGrid.cs: Fixed signatures
19270         * TreeNodeCollection.cs: Added attributes
19271         * Splitter.cs: Added missing attributes; arranged into regions
19272         * TabPage.cs: Added missing attributes; arranged into regions
19273         * TextBoxBase.cs: Added missing attributes
19274         * TextBox.cs: Added missing attributes
19275         * ArrangeDirection.cs: Added missing attributes
19276         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
19277         * ToolBarButton.cs: Fixed attributes
19278         * AnchorStyles.cs: Fixed attribute
19279         * TrackBar.cs: Fixed attributes
19280         * TabControl.cs: Added missing attributes and arranged into regions
19281         * ToolBar.cs: Fixed attribute
19282         * StatusBar.cs: Fixed signature, organized into regions and added
19283           attributes
19284         * StatusBarPanel.cs: Fixed attributes
19285         * ContentsResizedEventArgs.cs: Implemented
19286         * ContentsResizedEventHandler.cs: Implemented
19287         * DateBoldEventArgs.cs: Implemented
19288         * DateBoldEventHandler.cs: Implemented
19289         * UpDownEventArgs.cs: Implemented
19290         * UpDownEventHandler.cs: Implemented
19291         
19292 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
19294         * Form.cs: first Menu NC refactoring
19295         * MenuAPI.cs: first Menu NC refactoring
19296         
19297 2005-02-16  Peter Bartok  <pbartok@novell.com>
19299         * ImeMode.cs: Added missing attributes
19300         * Menu.cs: Fixed attribute
19301         * GroupBox.cs: Fixed attribute
19302         * Label.cs: Fixed attribute
19303         * ColorDialog.cs (RunDialog): Removed TODO attribute
19304         * ComboBox.cs: Fixed attributes
19305         * ListControl.cs: Added missing attributes
19306         * PropertyGrid.cs: Fixed attributes
19307         * Control.cs: Fixed attributes
19308         * ListViewItem.cs: Added TypeConverter attribute
19309         * NotifyIcon.cs: Fixed attributes
19310         * ListView.cs: Fixed attributes
19311         * ButtonBase.cs: Fixed attribute
19312         * ImageList.cs: Added missing attributes
19313         * ContainerControl.cs: Fixed signature
19314         * CheckedListBox.cs: Fixed attribute; added missing attributes
19315         * Panel.cs: Fixed attributes
19316         * PropertyTabChangedEventArgs.cs: Added missing attribute
19317         * PropertyValueChangedEventArgs.cs: Added missing attribute
19318         * Binding.cs: Fixed attribute
19319         * ListViewItemConverter: Implemented ListViewSubItemConverter class
19320         * ListBox.cs: Fixed attribute; added missing attributes;
19321         * ScrollableControl.cs: Added missing attributes
19322         * PictureBox.cs: Added missing attributes; implemented missing property
19323         * DateTimePicker.cs: Added missing attributes
19324         * Theme.cs (ToolWindowCaptionHeight): Fixed type
19325         * MonthCalendar.cs: Fixed attributes
19326         * StatusBarPanel.cs: Added missing attributes
19327         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
19329 2005-02-16  Peter Bartok  <pbartok@novell.com>
19331         * TextBoxBase.cs: The previous method to enforce height yet remember
19332           the requested high was less than ideal, this is an attempt to do
19333           it better.
19334         * Control.cs: Added comment about possible problem
19335         * Copyright: Updated format
19336         * GridItemType.cs: Fixed swapped values
19338 2005-02-15  Jackson Harper  <jackson@ximian.com>
19340         * BaseCollection.cs: Use property so we never access an
19341         uninitialized list. Also initialize the list in the property.
19343 2005-02-15  Peter Bartok  <pbartok@novell.com>
19345         * GroupBox.cs (ProcessMnemonic): Implemented
19346         * Label.cs (ProcessMnemonic): Implemented
19347         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
19348           hotkeys
19350 2005-02-15  Peter Bartok  <pbartok@novell.com>
19352         * RadioButton.cs (ProcessMnemonic): Implemented
19353         * CheckBox.cs (ProcessMnemonic): Implemented
19354         * Control.cs:
19355           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
19356             handling
19357           - Added internal method to allow calling ProcessMnemonic from other
19358             controls
19359         * ContainerControl.cs:
19360           - Started support for handling validation chain handling
19361           - Implemented ProcessMnemonic support
19362           - Added Select() call to Active, to make sure the active control
19363             receives focus
19364         * Form.cs: Setting toplevel flag for Forms (this was lost in the
19365           FormParent rewrite)
19366         * ThemeWin32Classic.cs:
19367           - DrawCheckBox(): Fixed stringformat to show hotkeys
19368           - DrawRadioButton(): Fixed stringformat to show hotkeys
19369         * CommonDialog.cs: Removed WndProc override, not needed
19371 2005-02-14  Peter Bartok  <pbartok@novell.com>
19373         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
19374           missed those in the rewrite
19376 2005-02-14  Miguel de Icaza  <miguel@novell.com>
19378         * NumericUpDown.cs (Increment, ToString): Add.
19379         (DecimalPlaces): implement.
19380         
19381         Add attributes.
19382         
19383         * UpDownBase.cs: Add the designer attributes.
19385 2005-02-13  Peter Bartok  <pbartok@novell.com>
19387         * Panel.cs: Removed border_style, now in Control
19388         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
19389           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
19391 2005-02-13  Peter Bartok  <pbartok@novell.com>
19393         * MouseButtons.cs: Added missing attributes
19394         * XplatUIStructs.cs: Added enumeration for title styles
19395         * LeftRightAlignment.cs: Added missing attributes
19396         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
19397           it compatible with Graphics.FromHwnd()
19398         * SelectedGridItemChangedEventArgs.cs: Fixed property type
19399         * Keys.cs: Added missing attributes
19400         * SelectionRange.cs: Added missing attributes
19401         * SelectionRangeConverter.cs: Added
19402         * XplatUI.cs:
19403           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
19404             ReleaseMenuDC methods
19405           - Renamed ReleaseWindow to UngrabWindow
19406           - Added proper startup notice to allow version identification
19407         * Form.cs:
19408           - Added missing attributes
19409           - Removed FormParent concept
19410         * Label.cs: Removed border_style field, now in Control
19411         * RadioButton.cs: Now properly selects RadioButton when focus is
19412           received
19413         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
19414         * Control.cs:
19415           - Added missing attributes
19416           - Added borderstyle handling
19417           - Removed FormParent concept support
19418           - Fixed calls to XplatUI to match changed APIs
19419           - Fixed bug that would case us to use disposed Graphics objects
19420           - Removed unneeded internal methods
19421           - PerformLayout(): Fixed to handle DockStyle.Fill properly
19422           - SelectNextControl(): Fixed to properly check common parents
19423         * TextBoxBase.cs: Removed border_style field (now in Control)
19424         * MessageBox.cs:
19425           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
19426             fixed calculations for form size
19427           - Added support for localized strings and icons
19428           - Improved form size calculations, added border
19429         * ListView.cs: Removed border_style field (now in Control)
19430         * X11Structs.cs: Moved several structs from X11 driver here
19431         * X11Keyboard.cs: Changed debug message
19432         * Application.cs: Removed FormParent concept support
19433         * CommonDialog.cs:
19434           - Resetting end_modal flag
19435           - Removed FormParent concept support
19436         * NativeWindow.cs: Removed FormParent concept support
19437         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
19438           Client area and Non-Client whole window to allow support for WM_NC
19439           messages
19440         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
19441           prevent using it until it supports Hwnd as per Geoff Norton's request
19442         * ToolBar.cs: Fixed drawing, was not doing proper drawing
19443         * PictureBox.cs: Removed border_style field, now in Control
19444         * XplatUIWin32.cs: Added new driver methods
19446 2005-02-12  Peter Bartok  <pbartok@novell.com>
19448         * OpacityConverter.cs: Implemented
19449         * Hwnd.cs: Internal class to support drivers that need to emulate
19450           client area/non-client area window behaviour
19452 2005-02-11  Peter Bartok  <pbartok@novell.com>
19454         * KeysConverter.cs: Implemented
19456 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
19458         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
19459         * LinkLabel: Added missing attributes
19460         * MainMenu.cs: fixes ToString
19461         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
19462         * ListBox.cs: fixes event position
19463         * TrackBar.cs: adds missing attributes and events
19464         
19465 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
19467         * MenuItem.cs: Use SystemInformation and bug fixes
19468         * MenuAPI.cs: Use SystemInformation and bug fixes
19470 2005-02-09  Jackson Harper  <jackson@ximian.com>
19472         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
19473         their keystate otherwise things like VK_MENU get stuck "on".
19475 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
19477         * ListBox.cs: Fixes AddRange bug
19478         
19479 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
19481         * ProgressBar.cs
19482                 - Add missing attributes
19483                 - Add missing method
19484                 
19485         * CheckedListBox.cs: Added missing attributes
19486                 - Add missing attributes
19487                 - Remove extra method
19488         
19489         * ComboBox.cs: Added missing attributes
19490         * VScrollBar.cs: Added missing attributes
19491         * ScrollBar.cs:  Added missing attributes
19492         * ListBox.cs: Fixes signature, add missing consts
19493         * LinkArea.cs:   Added missing attributes
19494         
19496 2005-02-08  Peter Bartok  <pbartok@novell.com>
19498         * Menu.cs: Added missing attributes
19499         * MainMenu.cs: Added missing attributes
19500         * GroupBox.cs: Added missing attributes
19501         * Label.cs: Added missing attributes
19502         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
19503         * ColorDialog.cs:
19504           - Added Instance and Options properties
19505           - Added missing attributes
19506         * Cursor.cs: Made Serializable
19507         * NotifyIcon: Added missing attributes
19508         * MenuItem.cs: Added missing attributes
19509         * TextBoxBase.cs: Implemented AppendText() and Select() methods
19510         * Panel.cs: Added Missing attributes
19511         * MonthCalendar.cs: Fixed CreateParams
19513 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
19514         
19515         * LinkLabel.cs:
19516                 - Fixes signature
19517                 - Fixes issues with links
19518                 - Adds the class attributes
19520 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
19521         
19522         * ComboBox.cs:
19523                 - Fixes button when no items available in dropdown
19524                 - Fixes repainting problems
19525                 - Adds the class attributes
19526                 
19527 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
19529         * XplatUIOSX.cs: Detect the menu bar and title bar height from
19530         the current theme.  Cache these on startup.
19532 2005-02-07  Jackson Harper  <jackson@ximian.com>
19534         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
19535         the scrollbar buttons when they are depressed.
19537 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
19539         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
19540         Get the display size from the main displayid.  We currently dont
19541         support multiple display configurations.
19543 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
19545         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
19547 2005-02-07  Miguel de Icaza  <miguel@novell.com>
19549         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
19551 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
19553         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
19555 2005-02-04  Jackson Harper  <jackson@ximian.com>
19557         * ThemeWin32Classic.cs: Respect the clipping rect when
19558         drawing. Only fill the intersection of clips and rects so there
19559         isn't a lot of large fills.
19560         * ScrollBar.cs: Pass the correct clipping rect to the theme
19561         engine. Remove some debug code.
19563 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
19564         
19565         * DateTimePicker.cs:
19566                 - Fixed crash on DateTime.Parse, use Constructor instead
19568 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
19569         
19570         * MenuItem.cs:
19571         * MenuAPI.cs:
19572                 - Owner draw support (MeasureItem and DrawItem)
19574 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
19575         
19576         *  Menu.cs:
19577                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
19578                 - Fixes MenuItems.Add range
19579         * MenuItem.cs:
19580                 - MergeMenu and Clone and CloneMenu functions
19582 2005-02-03  Jackson Harper  <jackson@ximian.com>
19584         * ScrollBar.cs: Make abstract
19585         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
19586         is abstract.
19588 2005-02-03  Jackson Harper  <jackson@ximian.com>
19590         * ScrollBar.cs: First part of my scrollbar fixups. This removes
19591         all the unneeded refreshes and uses invalidates with properly
19592         computed rects.
19594 2005-02-03  Peter Bartok  <pbartok@novell.com>
19596         * ComponentModel.cs: Added
19597         * IDataGridEditingService.cs: Added
19598         * Timer.cs: Added missing attributes
19599         * ToolTip.cs: Added missing attributes
19601 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
19603         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
19605 2005-02-03  Peter Bartok  <pbartok@novell.com>
19607         * ListBox.cs: Added missing attributes
19609 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
19610         
19611         * ListBox.cs:
19612                 - Fixes font height after font change
19613                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
19614                 
19615 2005-02-02  Peter Bartok  <pbartok@novell.com>
19617         * HandleData.cs: Introduced static methods to allow class
19618           to be more self-contained and track it's own HandleData objects
19619         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
19620           HandleData to use new static methods
19622 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
19624         * Combobox.cs:
19625                 - Fixes default size and PreferredHeight
19626                 - Missing events
19627                 - ObjectCollection.Insert implementation
19628                 
19629         * ListControl.cs
19630                 - Fixes signature
19631         * ListBox.cs:
19632                 - Several fixes
19633                 - ObjectCollection.Insert implementation
19634                 - No selection after clean
19635                 - Small fixes
19637 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
19639         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
19641 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
19643         * Combobox.cs:
19644                 - Caches ItemHeight calculation for OwnerDrawVariable
19645                 - Handles dropdown properly
19646                 - Fixes several minor bugs
19648 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
19650         * ListBox.cs:
19651                 - Fixes 71946 and 71950
19652                 - Fixes changing Multicolumn on the fly
19653                 - Fixes keyboard navigation on Multicolumn listboxes
19655 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
19656         
19657         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
19658         crash reporter log.
19660 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
19662         * XplatUIOSX.cs: Allow applications to actually exit.
19664 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
19666         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
19667         their parent at creation time rather than lazily later.  Fixes a major
19668         regression we were experiencing.
19670 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
19672         * ThemeWin32Classic.cs: more date time picker painting fixes
19673         * DateTimePicker.cs: more monthcalendar drop down fixes
19674         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
19676 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
19678         * ScrollBar.cs:
19679                 - When moving the thumb going outside the control should stop the moving
19680                 - Adds the firing of missing events
19681                 - Fixes no button show if Size is not specified
19682                 - End / Home keys for keyboard navigation
19684 2005-01-30  Peter Bartok  <pbartok@novell.com>
19686         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
19687           sanity check to prevent theoretical loop
19688         * XplatUIWin32.cs (SetVisible): Removed debug output
19689         * XplatUIX11.cs (SystrayChange): Added sanity check
19690         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
19691         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
19692           behaviour, valid until the X11 client window rewrite is done
19693         * TextBox.cs (ctor): Setting proper default foreground and background
19694           colors
19696 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
19698         * Theme: Added DrawDateTimePicker to interface
19699         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
19700         * DateTimePicker.cs: Created (still needs keys and painting code)
19701         * DateTimePickerFormat.cs: added
19702         * MonthCalendar.cs: fixed CreateParams for popup window mode
19703           
19704 2005-01-29  Peter Bartok  <pbartok@novell.com>
19706         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
19707           this should also the calculations for ligher/darker
19708         * Theme.cs: Fixed defaults for ScrollBar widths/heights
19710 2005-01-29  Peter Bartok  <pbartok@novell.com>
19712         * ArrangeDirection.cs: Added
19713         * ArrangeStartingPositon.cs: Added
19714         * SystemInformation.cs: Implemented
19715         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
19716           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
19717           used by SystemInformation class
19718         * X11Strucs.cs: Added XSizeHints structure
19719         * MenuAPI.cs:
19720           - Fixed CreateParams to make sure the menu window is always visible
19721           - TrackPopupMenu: Added check to make sure we don't draw the
19722             menu offscreen
19724 2005-01-29  Peter Bartok  <pbartok@novell.com>
19726         * HandleData.cs: Added method for altering invalid area
19727         * TextBoxBase.cs: Implemented TextLength
19729 2005-01-28  Peter Bartok  <pbartok@novell.com>
19731         * XplatUIX11.cs: Improvement over last patch, not sending
19732           the WM_PAINT directly anymore, instead we scroll any pending
19733           exposed areas and let the system pick out the WM_PAINT later
19735 2005-01-28  Peter Bartok  <pbartok@novell.com>
19737         * SWF.csproj: Deleted, no longer used. Instead,
19738           Managed.Windows.Forms/SWF.csproj should be used
19739         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
19740           directly, to avoid a potential race condition with the next
19741           scroll
19743 2005-01-28  Peter Bartok  <pbartok@novell.com>
19745         * XplatUI.cs: Made class internal
19747 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
19749         * CheckedListBox.cs:
19750                 - Draw focus
19751                 - Fixed Drawing
19752                 - Missing methods and events
19754 2005-01-27  Peter Bartok  <pbartok@novell.com>
19756         * Application.cs (Run): Don't use form if we don't have one
19758 2005-01-27  Peter Bartok  <pbartok@novell.com>
19760         * TextBoxBase.cs (get_Lines): Fixed index off by one error
19762 2005-01-27  Peter Bartok  <pbartok@novell.com>
19764         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
19765         * GridItem.cs: Added; Patch by Jonathan S. Chambers
19766         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
19767         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
19768         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
19769         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
19770         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
19771         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
19772         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
19773         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
19774         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
19775         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
19777 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
19779         * Combobox.cs:
19780                 - Draw focus on Simple Combobox
19781                 - Fixes drawing issues
19782                 - fixes 71834
19784 2005-01-27  Peter Bartok  <pbartok@novell.com>
19786         * Form.cs:
19787           - Place window in default location, instead of hardcoded 0/0
19788           - Send initial LocationChanged event
19789         * Control.cs:
19790           - UpdateBounds after creation to find out where the WM placed us
19791           - Make sure that if the ParentForm changes location the Form
19792             is notified
19793         * XplatUIX11.cs: XGetGeometry will not return the coords relative
19794             to the root, but to whatever the WM placed around us.
19795             Translate to root coordinates before returning toplevel
19796             coordinates
19797         * XplatUIWin32.cs: Removed debug output
19798         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
19799           flag to GetWindowPos, to allow translation of coordinates on X11
19801 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
19803         * ListBox.cs: connect LostFocus Event
19805 2005-01-27  Peter Bartok  <pbartok@novell.com>
19807         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
19808           XplatUIX11.cs: Extended the Systray API
19809         * Form.cs: Removed debug output
19810         * Application.cs: Fixed focus assignment, always need to call
19811           XplatUI.Activate() since Form.Activate() has rules that may
19812           prevent activation
19813         * NotifyIcon.cs: Should be complete now
19814         * ToolTip.cs: Worked around possible timer bug
19816 2005-01-27  Jackson Harper  <jackson@ximian.com>
19818         * TabControl.cs:
19819         - Only invalidate the effected tabs when the
19820         selected index changes. This reduces drawing and gets rid of some
19821         flicker.
19822         - Only refresh if the tabs need to be shifted, otherwise only
19823         invalidate the slider button.
19824         - On windows the tabs are not filled to right if the slider is
19825         visible.
19826         
19827 2005-01-27  Jackson Harper  <jackson@ximian.com>
19829         * TabControl.cs: Only refresh on mouseup if we are showing the
19830         slider. Also only invalidate the button whose state has changed.
19832 2005-01-26  Peter Bartok  <pbartok@novell.com>
19834         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
19835         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
19836           and SystrayRemove() methods
19837         * XplatUIOSX.cs: Stubbed Systray methods
19838         * XplatUIX11.cs:
19839           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
19840             methods
19841           - Fixed broken XChangeProperty calls (marshalling messed up things)
19842         * X11Structs.cs: Added enums and structs required for Size hinting
19843         * NotifyIcon.cs: Added & implemented
19845 2005-01-26  Jackson Harper  <jackson@ximian.com>
19847         * TabControl.cs: Space vertically layed out tabs properly.
19849 2005-01-26  Peter Bartok  <pbartok@novell.com>
19851         * Form.cs (CreateClientParams): Always set the location to 0,0
19852           since we're a child window.
19854         * Control.cs (SetVisibleCore): Always explicitly setting the location
19855           of a toplevel window, apparently X11 doesn't like to move windows
19856           while they're not mapped.
19858 2005-01-26  Jackson Harper  <jackson@ximian.com>
19860         * TabControl.cs: Implement FillToRight size mode with vertically
19861         rendered tabs.
19863 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
19865         * ControlPaint.cs, ThemeWin32Classic.cs
19866                 - Fixes DrawFocusRectangle
19868 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
19870         * MenuAPI.cs:
19871                 - MenuBar tracking only starts when item is first clicked
19872                 - Fixes menu hidding for multiple subitems
19873                 - Unselect item in MenuBar when item Executed
19874                 - Fixes bug 71495
19876 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
19878         * ListControl.cs:
19879                 - IsInputKey for ListBox
19880         * ListBox.cs:
19881                 - Focus item
19882                 - Shift and Control item selection
19883                 - Implement SelectionMode.MultiExtended
19884                 - Fixes RightToLeft
19885         * ComboBox.cs:
19886                 - IsInputKey implemented
19887                 - Do not generate OnTextChangedEdit on internal txt changes
19888                 
19889 2005-01-23  Peter Bartok  <pbartok@novell.com>
19891         * AccessibleObject.cs: Partially implemented Select()
19892         * MonthCalendar.cs: Added missing attributes and events
19893         * Form.cs: Fixed CreateParams behaviour, now controls derived from
19894           form can properly override CreateParams.
19895         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
19896           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
19897           Control performs Invalidate & Update
19898         * NativeWindow (CreateHandle): Added special handling for Form
19899           and Form.FormParent classes to allow overriding of From.CreateParams
19900         * Control.cs:
19901           - ControlNativeWindow: Renamed 'control' variable to more intuitive
19902             name 'owner'
19903           - ControlNativeWindow: Added Owner property
19904           - Removed usage of Refresh() on property changes, changed into
19905             Invalidate(), we need to wait until the queue is processed for
19906             updates, direct calls might cause problems if not all vars for
19907             Paint are initialized
19908           - Added call to UpdateStyles() when creating the window, to set any
19909             styles that CreateWindow might have ignored.
19910           - Added support for Form CreateParent overrides to UpdateStyles()
19911         * MessageBox.cs: Removed no longer needed FormParent override stuff,
19912           CreateParams are now properly overridable
19913         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
19914           CreateParams are now properly overridable
19916 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
19918         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
19919         OnTextBoxChanged.
19921         Capture LostFocus and OnTextBoxChanged.  The later introduces a
19922         recursive invocation that I have not figured out yet.
19924         Reset the timer when not using (it was accumulating).
19927         (OnTextBoxChanged): Set UserEdit to true here to track whether the
19928         user has made changes that require validation.
19930         Reset changing to avoid loops.
19932 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
19934         * NumericUpDown.cs: Display value at startup.
19936         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
19937         ValidateEditText.
19939         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
19940         filled in.  Added some basic parsing of text.
19942         Still missing the OnXXX method overrides, and figuring out the
19943         events that must be emitted.
19945         * UpDownBase.cs: Handle UserEdit on the Text property.
19946         
19947 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
19949         * ComboBox.cs:
19950           - Fixes IntegralHeight
19951           - ToString method
19953 2005-01-21  Jackson Harper  <jackson@ximian.com>
19955         * TabControl.cs: Set the SelectedIndex property when SelectedTab
19956         is set so that the page visibility is updated and the tabs are
19957         sized correctly.
19959 2005-01-21  Jackson Harper  <jackson@ximian.com>
19961         * TabControl.cs: Use cliping rectangle for blitting. Give the
19962         theme the clipping rect so we can do clipping while
19963         drawing. Remove some debug code.
19965 2005-01-21  Jackson Harper  <jackson@ximian.com>
19967         * TabPage.cs: Add a new method so tab pages can force the tab
19968         control to recalculate the tab page sizes.
19969         * TabControl.cs: UpdateOwner needs to make the tab control recalc
19970         sizes.
19972 2005-01-20  Jackson Harper  <jackson@ximian.com>
19974         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
19976 2005-01-20  Jackson Harper  <jackson@ximian.com>
19978         * TreeView.cs: Set the bounds for nodes properly. They were
19979         getting screwed up when checkboxes were not enabled, but images
19980         were.
19982 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
19984         * ListBox.cs:
19985                 - Owner draw support
19986                 - Fixes
19987                 
19988 2005-01-20  Jackson Harper  <jackson@ximian.com>
19990         * XplatUIStructs.cs: More misc keys
19991         * X11Keyboard.cs: Ignore some control keys.
19993 2005-01-20  Jackson Harper  <jackson@ximian.com>
19995         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
19996         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
19998 2005-01-19  Peter Bartok  <pbartok@novell.com>
20000         * Control.cs: Un-selecting the control when it is loosing focus
20002 2005-01-19  Jackson Harper  <jackson@ximian.com>
20004         * TreeView.cs: Hook up to the text controls leave event so we can
20005         end editing when the users clicks outside the text box.
20006         
20007 2005-01-19  Jackson Harper  <jackson@ximian.com>
20009         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
20010         get set in the conversion array.
20012 2005-01-19  Peter Bartok  <pbartok@novell.com>
20014         * Application.cs (ModalRun): Added a call to CreateControl to ensure
20015           focus is properly set
20016         * Button.cs:
20017           - Added missing attributes
20018           - removed styles, those are already set in the base class
20019         * ButtonBase.cs:
20020           - Added missing attributes
20021           - Added clip window styles
20022         * CheckBox.cs: Added missing attributes
20023         * CommonDialog.cs:
20024           - FormParentWindow.CreateParams: Added required clip styles
20025         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
20026           also filters modifier keys
20027         * MessageBox.cs:
20028           - Added assignment of Accept and Cancel button to enable Enter
20029             and Esc keys in MessageBox dialogs
20030           - FormParentWindow.CreateParams: Added required clip styles
20031         * RadioButton.cs: Added missing attributes
20032         * TextControl.cs: No longer draws selection if control does not
20033           have focus
20034         * TextBoxBase.cs:
20035           - Now draws simple rectangle around test area to make it obvious
20036             there's a control. This is a hack until we properly support borders
20037           - A few simple fixes to support selections better, now erases selected
20038             text when typing, and resets selection when using movement keys
20040 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
20042         * UpDownBase.cs: Added some new properties.
20044         * DomainUpDown.cs: Implement a lot to get my test working.
20046 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
20048         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
20050 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
20052         * OSXStructs (WindowAttributes): Fixed csc complaints
20054 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
20056         * XplayUIOSX.cs:
20057           OSXStructs.cs: Initial refactor to move enums and consts into
20058           OSXStructs and use them in the driver for greater readability.
20060 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
20062         * XplatUIOSX.cs: Initial support for Standard Cursors.
20063         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
20065 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
20067         * ComboBox.cs: ability to change style when the ctrl is already
20068         created, missing methods and events, bug fixes, signature fixes
20070 2005-01-19  Peter Bartok  <pbartok@novell.com>
20072         * Cursors.cs (ctor): Added ctor to fix signature
20074 2005-01-18  Peter Bartok  <pbartok@novell.com>
20076         * Button.cs: Implemented DoubleClick event
20077         * ButtonBase.cs:
20078           - Fixed keyboard handling to behave like MS, where the press of
20079             Spacebar is equivalent to a mousedown, and the key release is
20080             equivalent to mouseup. Now a spacebar push will give the same
20081             visual feedback like a mouse click.
20082           - Added missing attributes
20083           - Added ImeModeChanged event
20084           - Added support for generating DoubleClick event for derived classes
20085         * CheckBox.cs:
20086           - Implemented DoubleClick event
20087           - Added missing attributes
20088         * CommonDialog.cs: Added missing attribute
20089         * ContextMenu.cs: Added missing attributes
20090         * RadioButton.cs:
20091           - AutoChecked buttons do not allow to be unselected when clicked
20092             (otherwise we might end up with no selected buttons in a group)
20093           - Added missing attributes
20094           - Implemented DoubleClickEvent
20095         * ThreadExceptionDialog.cs: Enabled TextBox code
20097 2005-01-18  Peter Bartok  <pbartok@novell.com>
20099         * Form.cs: Removed debug output
20100         * Button.cs: Added support for DoubleClick method
20102 2005-01-18  Peter Bartok  <pbartok@novell.com>
20104         * Form.cs:
20105           - Added method to parent window that allows triggering size
20106             calculations when a menu is added/removed
20107           - set_Menu: Cleaned up mess from early days of Form and Control,
20108             now properly triggers a recalc when a menu is added/removed
20109           - Added case to select form itself as focused form if no child
20110             controls exist
20111           - Added PerformLayout call when showing dialog, to ensure properly
20112             placed controls
20113         * Control.cs:
20114           - Select(): Made internal so Form can access it
20115           - Focus(): Only call Xplat layer if required (avoids loop), and sets
20116             status
20117         * Application.cs (Run): Removed hack and calls PerformLayout instead
20118           to trigger calculation when Form becomes visible
20120 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
20122         * ComboBox.cs: fixes for ownerdraw
20124 2005-01-18  Peter Bartok  <pbartok@novell.com>
20126         * TextControl.cs:
20127           - Sentinel is no longer static, each Document gets it's own, this
20128             avoids locking or alternatively overwrite problems when more
20129             than one text control is used simultaneously.
20130           - Switched to use Hilight and HilightText brushes for text selection
20132         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
20134 2005-01-18  Peter Bartok  <pbartok@novell.com>
20136         * Control.cs:
20137           - Hooked up the following events:
20138                 o ControlAdded
20139                 o ControlRemoved
20140                 o HandleDestroyed
20141                 o ImeModeChanged
20142                 o ParentChanged
20143                 o TabStopChanged
20144                 o Invalidated
20145                 o SystemColorsChanged
20146                 o ParentFontChanged
20147                 o Move
20148           - Removed debug output
20149           - Added a call to the current theme's ResetDefaults when a color change
20150             is detected
20151         * Form.cs: Now setting the proper ImeMode
20152         * Theme.cs: Defined a method to force recreation of cached resources
20153           and rereading of system defaults (ResetDefaults())
20154         * ThemeWin32Classic.cs: Added ResetDefaults() stub
20156 2005-01-17  Peter Bartok  <pbartok@novell.com>
20158         * Control.cs: Added missing attributes
20160 2005-01-17  Jackson Harper  <jackson@ximian.com>
20162         * TreeNode.cs: Implement editing. Add missing properties selected
20163         and visible.
20164         * TreeView.cs: Implement node editing. Also some fixes to use
20165         Invalidate (invalid area) instead of Refresh when selecting.
20167 2005-01-17  Peter Bartok  <pbartok@novell.com>
20169         * Control.cs:
20170           - Implemented InvokeGotFocus() method
20171           - Implemented InvokeLostFocus() method
20172           - Implemented InvokePaint() method
20173           - Implemented InvokePaintBackground() method
20174           - Implemented InvokeClick() method
20175           - Implemented FindForm() method
20176           - Implemented RectangleToClient() method
20177           - Implemented ClientToRectangle() method
20178           - Implemented ResetBackColor() method
20179           - Implemented ResetCursor() method
20180           - Implemented ResetFont() method
20181           - Implemented ResteForeColor() method
20182           - Implemented ResetImeMode() method
20183           - Implemented ResetLeftToRight() method
20184           - Implemented ResetText() method
20185           - Implemented Scale() methods
20186           - Implemented ScaleCore() method
20187           - Implemented Update() method
20188           - Removed unused variables
20189           - Stubbed AccessibilityNotifyClients and
20190             ControlAccessibleObject.NotifyClients() methods (dunno what to do
20191             with those yet)
20192           - Now setting proper default for RightToLeft property
20193           - Fixed bug in SetClientSizeCore that would cause windows to get
20194             really big
20195           - Now sending Click/DoubleClick events
20196           - Now selecting controls when left mouse button is clicked on
20197             selectable control
20198         * AccessibleEvents.cs: Added
20199         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
20200         * XplatUIOSX.cs: Stubbed UpdateWindow() method
20201         * XplatUIWin32.cs: Implemented UpdateWindow() method
20202         * XplatUIX11.cs: Implemented UpdateWindow() method
20203         * Form.cs: Removed stray semicolon causing CS0162 warning
20204         * ThemeWin32Classic.cs: Fixed unused variable warnings
20205         * ScrollableControl.cs: Now calls base method for ScaleCore
20206         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
20207           style to avoid interference with internal click handler (which is
20208           different than standard Control click handling)
20209         * RadioButton.cs:
20210           - Now unchecks all sibling radio buttons when control is
20211             selected (Fixes #68756)
20212           - Removed internal tabstop variable, using the one inherited from
20213             Control
20215 2005-01-17  Jackson Harper  <jackson@ximian.com>
20217         * NavigateEventArgs.cs: Fix base type.
20218         * LinkLabel.cs: Sig fix
20219         
20220 2005-01-17  Jackson Harper  <jackson@ximian.com>
20222         * TreeView.cs: Only invalidate the effected nodes bounds when
20223         selecting nodes.
20225 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
20227         * XplatUIWin32.cs: fixes Win32 marshaling
20228         * XplatUIX11.cs: fixes method signature
20230 2005-01-17  Peter Bartok  <pbartok@novell.com>
20232         * XplatUIX11.cs: Clean up resources when we no longer need them
20234 2005-01-17  Peter Bartok  <pbartok@novell.com>
20236         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
20237           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
20238           and DestroyCursor() methods.
20239         * Cursor.cs: Partially implemented, now supports standard cursors;
20240           still contains some debug code
20241         * Cursors.cs: Implemented class
20242         * Control.cs:
20243           - WndProc(): Added handling of WM_SETCURSOR message, setting the
20244             appropriate cursor
20245           - Implemented Cursor property
20246           - Replaced break; with return; more straightforwar and possibly
20247             faster
20248           - Now properly setting the result for WM_HELP
20249         * X11Structs.cs: Added CursorFontShape enum
20250         * XplatUIStructs.cs:
20251           - Added StdCursor enum (to support DefineStdCursor() method)
20252           - Added HitTest enum (to support sending WM_SETCURSOR message)
20253         * XplatUIX11.cs:
20254           - Now sends the WM_SETCURSOR message
20255           - Implemented new cursor methods
20256         * XplatUIOSX.cs: Stubbed new cursor methods
20257         * XplatUIWin32.cs:
20258           - Implemented new cursor methods
20259           - Added GetSystemMetrics function and associated enumeration
20261 2005-01-15  Peter Bartok  <pbartok@novell.com>
20263         * Control.cs:
20264           - WndProc(): Now handles EnableNotifyMessage
20265           - SelectNextControl(): Fixed bug where if no child or sibling
20266             controls exist we looped endlessly
20268 2005-01-14  Jackson Harper  <jackson@ximian.com>
20270         * TreeView.cs: Recalculate the tab pages when a new one is added
20271         so that the proper bounding rects are created.
20273 2005-01-14  Jackson Harper  <jackson@ximian.com>
20275         * TreeView.cs: Draw a gray box instead of a grip in the lower
20276         right hand corner when there are both horizontal and vertical
20277         scroll bars.
20279 2005-01-14  Jackson Harper  <jackson@ximian.com>
20281         * Control.cs: When erasing backgrounds use FromHwnd instead of
20282         FromHdc when there is a NULL wparam. This occurs on the X driver.
20283         * XplatUIX11.cs: Set the wparam to NULL.
20285 2005-01-13  Jackson Harper  <jackson@ximian.com>
20287         * PictureBox.cs: Implement missing methods (except ToString, need
20288         to test that on windows) and events. When visibility is changed we
20289         need to redraw the image because the buffers are killed. When size
20290         is changed refresh if the sizemode needs it.
20292 2005-01-13  Peter Bartok  <pbartok@novell.com>
20294         * Control.cs (SelectNextControl): Was using wrong method to select
20295           a control
20297 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
20299         * ComboBox.cs: fixes dropstyle
20301 2005-01-13  Peter Bartok  <pbartok@novell.com>
20303         * Form.cs:
20304           - Implemented Select() override
20305           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
20306           - Now sets keyboard focus on startup
20307         * Control.cs (SelectNextControl): Now properly handles directed=true
20308         * TextBoxBase.cs:
20309           - WndProc: Now passes tab key on to base if AcceptTabChar=false
20310           - Added (really bad) focus rectangle (mostly for testing)
20311         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
20312           to enforce redraw on focus changes
20313         * ContainerControl.cs:
20314           - Fixed detection of Shift-Tab key presses
20315           - Fixed traversal with arrow keys
20316         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
20317           gonna keep this or if it's complete yet
20318         
20319 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
20321         * ComboBox.cs: missing properties, fixes
20323 2005-01-13  Peter Bartok  <pbartok@novell.com>
20325         * Panel.cs (ctor): Setting Selectable window style to off
20326         * Splitter.cs (ctor): Setting Selectable window style to off
20327         * GroupBox.cs (ctor): Setting Selectable window style to off
20328         * Label.cs (ctor): Setting Selectable window style to off
20330 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
20332         * UpDownBase.cs (InitTimer): If the timer has been already
20333         created, enable it.
20335         Use a TextBox instead of a Label.
20337 2005-01-12  Jackson Harper  <jackson@ximian.com>
20339         * TreeView.cs: Refresh the tree after sorting the nodes. Always
20340         draw the connecting node lines (when ShowLines is true).
20341         * TreeNode.cs: The nodes index can now be updated. This is used
20342         when a node collection is sorted.
20343         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
20344         insert or an existing unsorted node collection can be sorted.
20345         
20346 2005-01-12  Peter Bartok  <pbartok@novell.com>
20348         * ContainerControl.cs: Implemented ProcessDialogKeys()
20350 2005-01-12  Peter Bartok  <pbartok@novell.com>
20352         * Control.cs:
20353           - Implemented SelectNextControl() method
20354           - Several focus related bug fixes
20355           - Fixed Docking calculations to match MS documentation and
20356             behaviour
20358 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
20360         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
20361         bug fixes
20363 2005-01-12  Peter Bartok  <pbartok@novell.com>
20365         * Control.cs:
20366           - Fixed broken Contains() method
20367           - Implemented GetNextControl() method. Finally. This is the pre-
20368             requisite for focus handling.
20370 2005-01-12  Peter Bartok  <pbartok@novell.com>
20372         * OSXStrucs.cs: Added
20374 2005-01-12  Peter Bartok  <pbartok@novell.com>
20376         * XplatUIWin32.cs:
20377           - Removed PeekMessageFlags
20378           - Implemented SetWindowStyle() method
20379         * XplatUIStructs.cs: Added PeekMessageFlags
20380         * X11Structs: Added missing border_width field to XWindowChanges struct
20381         * XplatUIX11.cs:
20382           - PeekMessage: Now throws exception if flags which are not yet
20383             supported are passed
20384           - Implemented SetWindowStyle() method
20385           - Fixed SetZOrder to handle AfterHwnd properly
20386         * XplatUI.cs: Added SetWindowStyle() method
20387         * XplatUIDriver.cs: Added SetWindowStyle() abstract
20388         * Control.cs:
20389           - Implemented UpdateStyles() method
20390           - Implemented UpdateZOrder() method
20391         * XplatUIOSX.cs: Added SetWindowStyle() stub
20393 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
20395         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
20396         button mouse).
20399 2005-01-11  Jackson Harper  <jackson@ximian.com>
20401         * TreeView.cs: Still need to draw lines to siblings even if out of
20402         the current node is out of the clip.
20404 2005-01-11  Jackson Harper  <jackson@ximian.com>
20406         * TreeView.cs: When setting the hbar/vbar/grip position use
20407         SetBounds so that perform layout is only called once. Also suspend
20408         and resume layout so layout is only done once for all controls.
20409         - Removed some debug fluff
20410         * SizeGrip.cs: Call base implmentation in overriding methods.
20411         - When visibility is changed the drawing buffers are killed so we
20412         need to redraw.
20414 2005-01-11  Jackson Harper  <jackson@ximian.com>
20416         * TreeView.cs: Calculate the open node count while drawing. This
20417         saves us an entire tree traversal for every paint operation. Use
20418         a member var for the open node count so less vars are passed around.
20420 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
20422         * MonthCalendar.cs:
20423         - fixed selection to use mousemove, not mouse polling on timer
20424         * ThemeWin32Classic.cs
20425         - removed redundant unused variable "no_more_content"
20426         
20427 2005-01-11  Peter Bartok  <pbartok@novell.com>
20429         * XplatUIX11.cs (DoEvents): Needs to return when no more events
20430           are pending, so it now calls PeekMessage instead of GetMessage;
20431           implemented a incomplete version of PeekMessage
20432         
20433 2005-01-11  Peter Bartok  <pbartok@novell.com>
20435         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
20436           I18n issues
20437         * TextBoxBase.cs: Added sending of TextChanged event
20439 2005-01-10  Jackson Harper  <jackson@ximian.com>
20441         * TreeView.cs: Try not to draw outside the clipping rectangle on
20442         each node element.
20444 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
20446         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
20448 2005-01-10  Jackson Harper  <jackson@ximian.com>
20450         * TreeView.cs:
20451         - Implement fast scrolling. Now only the newly
20452         exposed nodes are drawn and the old image is moved using the
20453         XplatUI::ScrollWindow method.
20454         - Factor in height of nodes when calculating whether or not the
20455         node is in the clipping rect.
20457 2005-01-10  Jackson Harper  <jackson@ximian.com>
20459         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
20461 2005-01-10  Peter Bartok  <pbartok@novell.com>
20463         * Application.cs: Added temporary hack to resolve all our resize
20464           required issues on startup. This will get fixed properly at
20465           some point in the future
20467 2005-01-10  Jackson Harper  <jackson@ximian.com>
20469         * SizeGrip.cs: New internal class that is used as a sizing
20470         grip control...hence the name.
20472 2005-01-10  Peter Bartok  <pbartok@novell.com>
20474         * Control.cs: Implemented proper TabIndex handling, now assigning
20475           a tabindex when a control is added to a container
20476         * GroupBox.cs (ctor): Now sets the Container style bit, required
20477           for Control.GetNextControl()
20479 2005-01-09  Jackson Harper  <jackson@ximian.com>
20481         * TextBoxBase.cs: Clear window when scrolling (fixes build).
20483 2005-01-09  Peter Bartok <pbartok@novell.com>
20485         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
20486           XplatUIX11.cs: Added ability to control ScrollWindow expose and
20487           an overload for ScrollWindow to allow only scrolling a rectangle
20489 2005-01-09  Peter Bartok <pbartok@novell.com>
20491         * Form.cs:
20492           - Implemented SetDesktopBounds method
20493           - Implemented SetDesktopLocation method
20495 2005-01-08  Jackson Harper  <jackson@ximian.com>
20497         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
20498         the node count has changed, this removes to VScroll::Refresh calls
20499         when drawing.
20501 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
20503         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
20505 2005-01-07  Jackson Harper  <jackson@ximian.com>
20507         * TreeNode.cs: Just update the single node when it is
20508         checked. Don't refresh after toggling, the Expand/Collapse already
20509         handles this.
20510         * TreeView.cs: Respect clipping a little more when drawing. Try
20511         not to redraw things that don't need to be redrawn. Just hide the
20512         scrollbars when they are no longer needed instead of removing
20513         them, so they don't have to be created again and again.
20514         
20515 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
20517         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
20518         coordinates to window space to place the caret properly, FIXED.
20519         Implement GetWindowState & SetWindowState
20521 2005-01-06  Peter Bartok <pbartok@novell.com>
20523         * Form.cs:
20524           - Implemented ClientSize property
20525           - Implemented DesktopBounds property
20526           - Implemented DesktopLocation property
20527           - Implemented IsRestrictedWindow property
20528           - Implemented Size property
20529           - Implemented TopLevel property
20530           - Implemented FormWindowState property
20531         * Control.cs:
20532           - Implemented GetTopLevel() method
20533           - Implemented SetTopLevel() method
20534         * X11Structs.cs (Atom):
20535           - Added AnyPropertyType definition
20536           - Added MapState definiton and updated XWindowAttribute struct
20537         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
20538         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
20539         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
20540         * XplatUIWin32.cs:
20541           - Implemented GetWindowState() and SetWindowState() methods
20542           - Fixed Win32GetWindowLong return type
20543         * XplatUIX11.cs:
20544           - Introduced central function for sending NET_WM messages
20545           - Implemented GetWindowState() and SetWindowState() methods
20546         * TextBoxBase.cs (set_Lines):
20547           - Now uses Foreground color for text added via Text property (Duh!)
20548           - Added code to remember programmatically requested size (fixes
20549             behaviour when Multiline is set after Size)
20550           - Added AutoSize logic
20552 2005-01-06  Jackson Harper  <jackson@ximian.com>
20554         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
20556 2005-01-06  Jackson Harper  <jackson@ximian.com>
20558         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
20559         set to less then 0.
20561 2005-01-06  Jackson Harper  <jackson@ximian.com>
20563         * ScrollableControl.cs: Lazy init the scrollbars.
20564         
20565 2005-01-06  Jackson Harper  <jackson@ximian.com>
20567         * Theme.cs: Speed up getting pens and solid brushes, by using
20568         their ARGB as a hash instead of tostring and not calling Contains.
20570 2005-01-06  Peter Bartok <pbartok@novell.com>
20572         * Form.cs:
20573           - Implemented OnActivated and OnDeactivate event trigger
20574           - Implemented Activate() method
20575           - Fixed ShowDialog() to activate the form that was active before
20576             the dialog was shown
20577         * XplatUIX11.cs:
20578           - Added global active_window var that tracks the currently active
20579             X11 window
20580           - Now always grabs Property changes from the root window to always
20581             catch changes on the active window property
20582           - Added code to PropertyNotify handler to send Active/Inactive
20583             messages when state changes. This puts X11 and Win32 en par on
20584             WM_ACTIVATE notifications (except for double notifications when
20585             the user clicks away from our modal window to another one of our
20586             windows)
20588 2005-01-05  Jackson Harper  <jackson@ximian.com>
20590         * ImageList.cs: Implment ctor
20592 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
20594         * XplatUIOSX.cs: Implement Activate/SetTopmost
20596 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
20598         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
20600 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
20602         * XplatUIOSX.cs: Implement GetActive/SetFocus.
20604 2005-01-05  Peter Bartok <pbartok@novell.com>
20606         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
20607           XplatUIOSX.cs: Added GetActive method to return the currently
20608           active window for the application (or null, if none is active)
20609         * Form.cs:
20610           - Implemented ActiveForm
20611           - Commented out owner assignment for modal dialogs (causes problems
20612             on Win32, since the owner will be disabled)
20613           - Reworked some Active/Focus handling (still incomplete)
20614         * CommonDialog.cs: Commented out owner assignment for modal dialogs
20615           (causes problems on Win32, since the owner will be disabled)
20616         * IWin32Window: Added ComVisible attribute
20618 2005-01-05  Peter Bartok <pbartok@novell.com>
20620         * ToolTip.cs (WndProc): Enable setting focus now that we have the
20621           required XplatUI functions.
20623 2005-01-05  Peter Bartok <pbartok@novell.com>
20625         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
20626           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
20627           to implement focus and activation handling; still incomplete and
20628           with debug output
20630 2005-01-04  Peter Bartok <pbartok@novell.com>
20632         * TextBoxBase.cs: Changed access level for Document property to
20633           match switch to internal for TextControl
20635 2005-01-04  Peter Bartok <pbartok@novell.com>
20637         * AccessibleObject: Added ComVisible attribute
20639 2005-01-04  Jackson Harper  <jackson@ximian.com>
20641         * X11Keyboard.cs: Remove unneeded var.
20643 2005-01-04  Jackson Harper  <jackson@ximian.com>
20645         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
20646         but PAINT.
20647         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
20648         ClientMessage. This makes apps exit cleanly (more often).
20649         
20650 2005-01-04  Jackson Harper  <jackson@ximian.com>
20652         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
20653         handling focus, return correct colors and fonts,
20654         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
20655         handle selection, horizontal scrolling, and mouse interaction.
20657 2005-01-04  Peter Bartok <pbartok@novell.com>
20659         * ICommandExecutor.cs: Added
20660         * IDataGridColumnStyleEditingNotificationService.cs: Added
20661         * IFeatureSupport.cs: Added
20662         * IFileReaderService.cs: Added
20663         * IDataObject.cs: Added ComVisible attribute
20664         * AmbientProperties.cs: Added
20665         * BaseCollection.cs: Added missing attributes
20666         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
20667         * BaseCollection.cs: Added missing attributes
20668         * Binding.cs: Added TypeConverter attribute
20669         * BindingContext.cs: Added DefaultEvent attribute
20670         * BindingsCollection.cs: Added DefaultEvent attribute
20671         * Button.cs: Added DefaultValue attribute
20672         * DragEventArgs.cs: Added ComVisible attribute
20673         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
20674         * KeyEventArgs.cs: Added ComVisible attribute
20675         * KeyPressEventArgs.cs: Added ComVisible attribute
20676         * MouseEventArgs.cs: Added ComVisible attribute
20677         * NavigateEventArgs.cs: Added
20678         * NavigateEventHandler.cs: Added
20679         * FeatureSupport.cs: Added
20680         * OSFeature.cs: Added
20681         * Theme.cs: Added abstract Version property to support OSFeature
20682         * ThemeWin32Classic.cs: Added Version property to
20683           support OSFeature.Themes
20684         * ProgressBar.cs: Removed OnPaintBackground override, not required since
20685           the proper styles to avoid background drawing are set, also doesn't
20686           match MS signature
20687         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
20688         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
20689         * ScrollEventArgs.cs: Added ComVisible attribute
20690         * SplitterEventArgs.cs: Added ComVisible attribute
20691         * AccessibleSelection.cs: Added Flags attribute
20692         * Appearance.cs: Added ComVisible attribute
20693         * Border3DSide.cs: Added ComVisible attribute
20694         * Border3DStyle.cs: Added ComVisible attribute
20695         * BorderStyle.cs: Added ComVisible attribute
20696         * DragAction.cs: Added ComVisible attribute
20697         * ErrorBlinkStyle.cs: Added
20698         * ScrollEventType.cs: Added ComVisible attribute
20699         * AnchorStyles.cs: Added Editor attribute
20700         * DockStyle.cs: Added Editor attribute
20701         * HorizontalAlignment.cs: Added ComVisible attribute
20702         * HelpEventArgs.cs: Added ComVisible attribute
20703         * PaintEventArgs.cs: Added IDisposable
20705 2005-01-04  Peter Bartok <pbartok@novell.com>
20707         * TextControl.cs: Switched Line, LineTag and Document classes to
20708           internal
20710 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
20712         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
20713         Simple mode, fixes, IntegralHeight, etc.
20715 2005-01-04  Peter Bartok <pbartok@novell.com>
20717         * TextBoxBase.cs: Using proper font variable now
20719 2005-01-04  Peter Bartok <pbartok@novell.com>
20721         * Form.cs (ShowDialog): Set parent to owner, if provided
20722         * GroupBox.cs: Removed unused vars
20723         * TextControl.cs:
20724           - Added GetHashCode() for Document and LineTag classes
20725           - Removed unused variables
20726           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
20727             to allow translation between continuous char position and line/pos
20728         * CheckBox.cs: Removed vars that are provided by base class
20729         * RadioButton.cs: Removed vars that are provided by base class, added
20730           new keyword where required
20731         * LinkLabel.cs: Added new keyword where required
20732         * Control.cs (WndProc): Removed unused variable
20733         * TextBoxBase.cs:
20734           - Finished SelectionLength property
20735           - Implemented SelectionStart property
20736           - Implemented Text property
20737           - Removed unused vars
20738         * MessageBox.cs: Added new keyword where required
20739         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
20740           WndProc signature
20741         * MenuAPI.cs: Added new keyword where required
20742         * ButtonBase.cs: Removed vars that are provided by base class, added
20743           new keyword where required
20744         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
20745           argument to double, to allow compiling with csc 2.0 (Atsushi ran
20746           into this)
20747         * Application.cs (Run): Now triggers the ThreadExit event
20748         * CommonDialog.cs: Added new keyword where required; now properly sets
20749           parent (owner) for dialog
20750         * XplatUIX11.cs: Commented out unused vars
20751         * StatusBar.cs: Fixed signature for Text property
20752         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
20754 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
20756         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
20757         TrackBar.cs, MonthCalendar.cs: remove unused vars
20759 2005-01-03  Jackson Harper  <jackson@ximian.com>
20761         * ThemeWin32Classic.cs:
20762         * X11Keyboard.cs: Remove unused vars.
20764 2005-01-03  Peter Bartok  <pbartok@novell.com>
20766         * TextBox.cs:
20767           - set_Text: Tied into TextControl
20768           - set_TextAlignment: Tied into TextControl
20769         * TextControl.cs:
20770           - Added alignment properties and implemented alignment handling
20771             and drawing (still has a bug, not generating proper expose events)
20772           - Added new Line() constructor to allow passing the line alignment
20773           - Fixed selection setting, properly handling end<start now
20774           - Added aligment considerations to RecalculateDocument()
20775         * TextBoxBase.cs:
20776           - Now properly enforces control height for single line controls
20777           - Added support for CharacterCasing
20778           - Added IsInputKey override
20779           - Fixed Keys.Enter logic
20780           - Added SetBoundsCore override
20781           - Fixed mouse selection handling
20783 2005-01-03  Jackson Harper  <jackson@ximian.com>
20785         * TreeView.cs:
20786           - Collapse and uncheck all nodes when CheckBoxes is disabled.
20787           - Checkboxes are always aligned to the bottom of the node,
20788           regardless of item height.
20789           - Use the node bounds to draw the text so we can center it when
20790           the item height is greater then the font height.
20791           - Node::Bounds are only the text part of the node.
20792         * TreeNode.cs: New method to combine collapsing and unchecking all
20793           nodes recursively.
20795 2005-01-02  Jackson Harper  <jackson@ximian.com>
20797         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
20798         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
20799         tree when a check is changed. TODO: Only refresh the checked node.
20801 2004-12-30  Jackson Harper  <jackson@ximian.com>
20803         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
20804         * TreeNode.cs: When collapsing make sure to never collapse the
20805         root node.
20807 2004-12-29  Jackson Harper  <jackson@ximian.com>
20809         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
20810         
20811 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
20813         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
20815 2004-12-28  Peter Bartok  <pbartok@novell.com>
20817         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
20818           not yet assigned
20820 2004-12-28  Peter Bartok  <pbartok@novell.com>
20822         * Control.cs (WndProc): Added WM_HELP handler, now generates
20823           HelpRequested event
20824         * Form.cs: Added HelpButton property and required support code
20825         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
20827 2004-12-28  Peter Bartok  <pbartok@novell.com>
20829         * CommonDialog.cs:
20830           - Made DialogForm.owner variable internal
20831           - Added check to ensure owner form is set before setting
20832             owner properties in CreateParams
20834 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
20836         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
20837           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
20838           GetCursorPos.  Fix major visibility issues.  Rework the windowing
20839           system to support borderless/titleless windows (implements menus).
20840           Fix GetWindowPos.  Implement initial background color support for
20841           views.
20843 2004-12-28  Peter Bartok  <pbartok@novell.com>
20845         * Form.cs (get_CreateParams): Make sure we have an owner before using
20846           the owner variable. Implement proper default if no owner exists
20848 2004-12-28  Peter Bartok  <pbartok@novell.com>
20850         * In preparation for making Managed.Windows.Forms the default build target
20851           for System.Windows.Forms, the following stubbed files were added.
20852           Dialogs are currently being implemented by contributors and are only
20853           short-term place holders.
20854         * ColorDialog.cs: Initial check-in (minmal stub)
20855         * DataGrid.cs: Initial check-in (minimal stub)
20856         * DataGridLineStyle.cs: Initial check-in (minimal stub)
20857         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
20858         * DataGridTableStyle.cs: Initial check-in (minimal stub)
20859         * FontDialog.cs: Initial check-in (minimal stub)
20860         * FileDialog.cs: Initial check-in (minimal stub)
20861         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
20862         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
20863         * OpenFileDialog: Initial check-in (minimal stub)
20864         * IComponentEditorPageSite.cs: Initial check-in
20865         * Splitter.cs: Initial check-in (for Jackson)
20866         * SplitterEventArgs.cs: Initial check-in (for Jackson)
20867         * SplitterEventHandler.cs: Initial check-in (for Jackson)
20868         * TextBox.cs: Initial check-in; still needs some wiring to
20869           TextControl backend
20870         * Form.cs: Implemented ControlBox property
20871         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
20872         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
20873         * TextControl.cs: Added selection functionality; added todo header
20874         * TextBoxBase.cs:
20875           - Implemented Lines property
20876           - Implemented TextHeight property
20877           - Implemented SelectedText property
20878           - Implemented SelectionLength property
20879           - Implemented SelectAll method
20880           - Implemented ToString method
20881           - Removed and cleaned up some debug code
20882           - Implemented (still buggy) mouse text selection
20884 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
20886         * ComboBox.cs: Complete DropDownList implementation, fixes.
20888 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
20890         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
20891         * ComboBoxStyle.cs: ComboBoxStyle enum
20892         * ComboBox.cs: Initial work on ComboBox control
20894 2004-12-21  Peter Bartok  <pbartok@novell.com>
20896         * Control.cs (ctor, CreateParams): Moved setting of is_visible
20897           forward so that anything that creates a window gets the default,
20898           also no longer uses Visible property in CreateParams to avoid
20899           walking up the parent chain and possibly get the wrong visible
20900           status. Fixed IsVisible to no longer walk up to the parent.
20902 2004-12-21  Peter Bartok  <pbartok@novell.com>
20904         * Form.cs (ShowDialog): Unset modality for the proper window
20906 2004-12-20  Peter Bartok  <pbartok@novell.com>
20908         * CommonDialog.cs: Initial check-in
20910 2004-12-20  Peter Bartok  <pbartok@novell.com>
20912         * Control.cs (Visible): Now uses the parent window instead of the
20913           client area window for the property
20915         * Form.cs
20916           - ShowDialog(): Now uses the proper window for modality
20917           - The default visibility state for the form parent is now false. This
20918             will prevent the user from seeing all the changes to the form and
20919             its controls before the application hits Application.Run()
20920           - Removed some stale commented out code
20922         * NativeWindow.cs:
20923           - Added FindWindow() method to have a method to check for existence
20924             of a window handle
20925           - Added ability to override default exception handling (for example
20926             when debugging with VS.Net; to do this the ExternalExceptionHandler
20927             define must be set
20928           - Removed some useless debug output
20930         * XplatUIX11.cs:
20931           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
20932             not working as expected
20933           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
20934             property to allow switching back to the modal window if focus is
20935             given to another one of our windows (Application Modal)
20936           - Now only sets override_redirect if we create a window
20937             without WS_CAPTION
20938           - Moved EventMask selection before mapping of newly created window
20939             so we can catch the map event as well
20940           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
20941           - Added various Atom related DllImports
20942           - Implemented Exit() method
20943           - .ctor() : No longer shows window if WS_VISIBLE is not defined
20944             in the CreateParams
20946         * MessageBox.cs: Now properly deals with the FormParent window by
20947           providing an override the FormParent CreateParams property to
20948           set as POPUP instead of OVERLAPPED window.
20950 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
20952         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
20953         Minor code cleanup.
20955 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
20956         
20957         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
20959 2004-12-18  Peter Bartok  <pbartok@novell.com>
20961         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
20962           implementing SetModal() method
20964 2004-12-18  Peter Bartok  <pbartok@novell.com>
20966         * X11Structs.cs (XGCValues): Fixed type of function element
20967         * XplatUI.cs: Added ScrollWindow() method
20968         * XplatUIDriver.cs: Added ScrollWindow() abstract
20969         * XplatUIWin32.cs: Implemented ScrollWindow() method
20970         * XplatUIX11.cs: Implemented ScrollWindow() method
20971         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
20973 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
20975         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
20976         Some more keyboard support (INCOMPLETE)
20978 2004-12-17  Peter Bartok  <pbartok@novell.com>
20980         * TextControl.cs:
20981         - Added color attribute to line tags.
20982         - Added color argument to all functions dealing with tags
20983         - Added color argument support to various functions
20984         - Fixed miss-calculation of baseline/shift in certain circumstances
20986         * TextBoxBase.cs: Added new color option to test code
20988 2004-12-17  Jackson Harper  <jackson@ximian.com>
20990         * TreeNode.cs:
20991         * MonthCalendar.cs: Signature fixes
20993 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
20995         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
20996         keyboard event moved it.  Create a new graphics context for each paint resolves this
20998 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
21000         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
21001         Make caret exist and go blink blink.  Initial keyboard support.
21002         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
21003         works.
21005 2004-12-17  Jackson Harper  <jackson@ximian.com>
21007         * XplatUIStructs.cs: Updated set of virtual keycodes.
21008         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
21010 2004-12-17  Jackson Harper  <jackson@ximian.com>
21012         * XplatUIX11.cs: Prune old keyboard code.
21014 2004-12-17  Jackson Harper  <jackson@ximian.com>
21016         * XplatUIX11.cs: When generating mouse wparams get the modifier
21017         keys from the ModifierKeys property.
21019 2004-12-17  Jackson Harper  <jackson@ximian.com>
21021         * X11Keyboard.cs: Send up/down input when generating
21022         messages. Remove some unused vars.
21024 2004-12-17  Jackson Harper  <jackson@ximian.com>
21026         * TabControl.cs:
21027         * TreeView.cs: get rid of warnings.
21029 2004-12-17  Jackson Harper  <jackson@ximian.com>
21031         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
21033 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
21035         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
21036           CheckedListBox.cs: Implementation
21038 2004-12-17  Peter Bartok  <pbartok@novell.com>
21040         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
21042 2004-12-16  Peter Bartok  <pbartok@novell.com>
21044         * TextControl.cs:
21045           - InsertCharAtCaret(): Fixed start pos fixup
21046           - CaretLine_get: No longer derives the line from the tag, the tag
21047             could be stale if lines in the document have been added or deleted
21048           - RebalanceAfterDelete(): Fixed bug in balancing code
21049           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
21050           - Line.Streamline(): Now can also elminate leading empty tags
21051           - DumpTree(): Added a few more tests and prevented exception on
21052             uninitialized data
21053           - Added Debug section for Combining lines
21054           - Delete(): Now copies all remaining properties of a line
21055           
21056         * TextBoxBase.cs:
21057           - Left mousebutton now sets the caret (and middle button still acts
21058             as formatting tester, which must go away soon)
21059           - Added Debug section for Deleting/Combining lines
21060           - Fixed calculations for UpdateView after Combining lines
21062 2004-12-16  Peter Bartok  <pbartok@novell.com>
21064         * TextControl.cs: Now properly aligns text on a baseline, using the
21065           new XplatUI.GetFontMetrics() method. Simplified several calculations
21066         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
21067           defined
21069 2004-12-16  Peter Bartok  <pbartok@novell.com>
21071         * XplatUI.cs: Added GetFontMetrics() method
21072         * XplatUIDriver.cs: Added GetFontMetrics() abstract
21073         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
21074           into libgdiplus, our private GetFontMetrics function
21075         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
21076         * XplatUIWin32.cs: Implemented GetFontMetrics() method
21078 2004-12-16  Jackson Harper  <jackson@ximain.com>
21080         * XplatUIStruct.cs: Add enum for dead keys
21081         * X11Keyboard.cs: Map and unmap dead keys.
21083 2004-12-16  Jackson Harper  <jackson@ximian.com>
21085         * X11Keyboard.cs: Detect and use the num lock mask.
21087 2004-12-16  Peter Bartok  <pbartok@novell.com>
21089         * Control.cs (CreateGraphics): Added check to make sure the
21090           handle of the window exists before calling Graphics.FromHwnd()
21092 2004-12-16  Peter Bartok  <pbartok@novell.com>
21094         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
21095           contains a lot of code that's not supposed to be there for the
21096           real thing, but required for developing/testing the textbox
21097           backend.
21099 2004-12-16  Peter Bartok  <pbartok@novell.com>
21101         * TextControl.cs:
21102         - Fixed Streamline method
21103         - Added FindTag method to Line
21104         - Added DumpTree method for debugging
21105         - Added DecrementLines() method for deleting lines
21106         - Fixed UpdateView to update the cursor to end-of-line on single-line
21107           updates
21108         - Added PositionCaret() method
21109         - Fixed MoveCaret(LineDown) to move into the last line, too
21110         - Added InsertChar overload
21111         - Fixed InsertChar tag offset calculations
21112         - Added DeleteChar() method
21113         - Added Combine() method for folding lines
21114         - Fixed Delete() method, no longer allocates wasted Line object and
21115           now copies all properties when swapping nodes
21116         - Delete() method now updates document line counter
21118 2004-12-15  Jackson Harper  <jackson@ximian.com>
21120         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
21121         * X11Keyboard.cs: Expose the currently selected modifier keys
21122         through a property.
21124 2004-12-15  Peter Bartok  <pbartok@novell.com>
21126         * TextControl.cs: Initial check-in. Still incomplete
21128 2004-12-15  Jackson Harper  <jackson@ximian.com>
21130         * TreeNode.cs:
21131         * TreeView.cs: Fix build on csc (second time today ;-))
21133 2004-12-15  Jackson Harper  <jackson@ximian.com>
21135         * TreeView.cs: Store the treenodes plus/minus box bounds when it
21136         is calculated and use this for click testing.
21137         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
21139 2004-12-15  Jackson Harper  <jackson@ximian.com>
21141         * TreeView.cs: Pass the nodes image index to the image list when
21142         drawing that image.
21144 2004-12-15  Jackson Harper  <jackson@ximian.com>
21146         * X11Keyboard.cs: Set messages hwnd.
21147         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
21148         post_message calls.
21150 2004-12-15  Jackson Harper  <jackson@ximian.com>
21152         * X11Keyboard.cs: Fix to compile with csc.
21153         
21154 2004-12-15  Jackson Harper  <jackson@ximian.com>
21156         * X11Structs.cs: Add key mask values
21157         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
21158         * X11Keyboard.cs: New file - Extrapolates and interpolates key
21159         down/up foo into WM_CHAR foo
21160         * KeyboardLayouts.cs: Common keyboard layouts
21161         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
21162         post messages into the main queue.
21164 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
21166         * Button.cs: implement ProcessMnemonic
21167         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
21168           brushes everytime
21169         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
21170         * ButtonBase.cs: Show HotkeyPrefix (not the &)
21172 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
21173         
21174         * MonthCalendar.cs: Implemented click-hold for next/previous month
21175           and date selection
21176           
21177 2004-12-11  Peter Bartok  <pbartok@novell.com>
21179         * X11Structs.cs:
21180           - Added XKeyboardState (moved from XplatUIX11.cs)
21181           - Added XCreateGC related enums and structures
21182           - Added GXFunction for XSetFunction
21184         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
21186         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
21187           CaretVisible() calls
21189         * ToolTip.cs: Added code to prevent stealing focus from app windows
21191         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
21192           DestroyCaret, SetCaretPos and CaretVisible)
21194         * XplatUIX11.cs:
21195           - Added implementation for caret functions
21196           - Moved hover variables into a struct, to make it a bit easier
21197             on the eyes and to debug
21198           - Removed XKeyboardState (moved to XplatUIX11.cs)
21199           - Moved Keyboard properties into the properties region
21201         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
21202           call to get a graphics context for our control
21204         * XplatUIOSX.cs: Added empty overrides for the new caret functions
21206         * TreeView.cs: Fixed bug. No matter what color was set it would always
21207           return SystemColors.Window
21209         * XplatUIWin32.cs: Implemented caret overrides
21211 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
21213         * ListBox.cs: fire events, implement missing methods and properties,
21214         sorting.
21216 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
21218         * MonthCalendar.cs: invalidation bug fixing
21219         * ThemeWin32Classic.cs: paint fixing
21221 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
21223         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
21224         prepare the CGContextRef there now.
21226 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
21228         * MonthCalendar.cs:
21229           - optimisationL only invalidate areas that have changed
21230         * ThemeWin32Classic.cs:
21231           - only paint parts that intersect with clip_area
21233 2004-12-09  Peter Bartok  <pbartok@novell.com>
21235         * Application.cs: Undid changes from r37004 which cause problems
21236         on X11
21238 2004-12-09  Ravindra  <rkumar@novell.com>
21240         * ToolBar.cs: Added support for displaying ContextMenu
21241         attached to a button on ToolBar.
21242         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
21243         property.
21245 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
21247         * Label.cs: autosize works in text change and removes unnecessary
21248         invalidate
21250 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
21252         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
21253         remove warnings
21255 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
21257         * XplatUIOSX.cs: Added mouse move/click/grab support
21258         Remove some debugging WriteLines not needed anymore.
21259         Add window resizing/positioning.
21260         Fix visibility on reparenting.
21262 2004-12-08  Peter Bartok  <pbartok@novell.com>
21264         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
21266 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
21268         * XplatUIOSX.cs: Initial checkin
21269         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
21271 2004-12-03  Ravindra <rkumar@novell.com>
21273         * ListView.cs: Added some keybindings and fixed scrolling.
21274         ScrollBars listen to ValueChanged event instead of Scroll
21275         Event. This would let us take care of all changes being
21276         done in the scrollbars' values programmatically or manually.
21277         * ListView.cs (CanMultiselect): Added a check for shift key.
21278         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
21279         * ListViewItem.cs (Clone): Fixed. We need to make a copy
21280         of ListViewSubItemCollection as well.
21282 2004-12-06  Peter Bartok <pbartok@novell.com>
21284         * Control.cs (Parent): Added check and exception to prevent
21285         circular parenting
21287 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
21289         * ListBox.cs: implemented clipping, selection single and multiple,
21290         bug fixing
21292 2004-12-03  Ravindra <rkumar@novell.com>
21294         * ListView.cs (ListView_KeyDown):
21295         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
21296         when CTRL key is pressed.
21297         * ListViewItem.cs (Selected): Fixed setting the property.
21299 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
21301         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
21303         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
21304         MinimizeBox, ShowInTaskbar, TopMost properties.
21306         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
21307         will be implemented).
21309 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
21311         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
21313         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
21314         tests.
21315         
21316         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
21317         
21318         * TreeView.cs: BackColor is Colors.Window.
21320 2004-12-01  Jackson Harper  <jackson@ximian.com>
21322         * TreeView.cs: When resizing the tree if the user is making it
21323         smaller we don't get expose events, so we need to handle adding
21324         the horizontal scrollbar in the size changed handler as well as
21325         the expose handler.
21327 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
21329         * DrawItemState.cs: fixes wrong enum values
21331 2004-12-01  Jackson Harper  <jackson@ximian.com>
21333         * TreeView.cs: Resize the hbar as well as the vbar on resize.
21335 2004-12-01  Jackson Harper  <jackson@ximian.com>
21337         * NodeLabelEditEventArgs.cs:
21338         * NodeLabelEditEventHandler.cs:
21339         * OpenTreeNodeEnumerator.cs:
21340         * TreeNode.cs:
21341         * TreeNodeCollection.cs:
21342         * TreeView.cs:
21343         * TreeViewAction.cs:
21344         * TreeViewCancelEventArgs.cs:
21345         * TreeViewCancelEventHandler.cs:
21346         * TreeViewEventArgs.cs:
21347         * TreeViewEventHandler.cs: Initial implementation.
21349 2004-12-01  Ravindra <rkumar@novell.com>
21351         * ListView.cs (CalculateListView): Fixed scrolling related
21352         calculations. Also, removed some debug statements from other
21353         places.
21354         * ListViewItem.cs: Changed access to 'selected' instance variable
21355         from private to internal.
21356         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
21358 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
21360         * ThemeWin32Classic.cs: remove cache of brush and pens for
21361         specific controls and use the global system, fixes scrollbutton
21362         bugs (for small sizes, disabled, etc)
21363         
21364         * ScrollBar.cs: does not show the thumb for very small controls
21365         (as MS) and allow smaller buttons that the regular size
21367 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
21369         * UpDownBase.cs: Add abstract methods for the interface.
21370         Add new virtual methods (need to be hooked up to TextEntry when it
21371         exists).
21372         Add override methods for most features.
21373         Computes the size, forces the height of the text entry.
21375         * NumericUpDown.cs: Put here the current testing code.
21377         * Set eol-style property on all files that do not have mixed line
21378         endings, to minimize the future problems.  There are still a few
21379         files with mixed endings, and someone should choose whether they
21380         want to move it or not.
21382 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
21384         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
21385         System.Colors
21386         
21387 2004-11-30  Ravindra <rkumar@novell.com>
21389         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
21390         drawing and replaced use of SystemColors by theme colors.
21391         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
21392         * ListView.cs (ListViewItemCollection.Add): Throw exception when
21393         same ListViewItem is being added more than once.
21395 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
21397         * MonthCalendar.cs:
21398           - ControlStyles love to make the control not flicker
21399           
21400 2004-11-30  Peter Bartok  <pbartok@novell.com>
21402         * CharacterCasing.cs: Added
21404 2004-11-29  Peter Bartok  <pbartok@novell.com>
21406         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
21407           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
21408           I am removing these files as they conflict with already completed
21409           work. While it is fantastic to get contributions to MWF, I
21410           respectfully ask that everyone please coordinate their contributions
21411           through mono-winforms-list or #mono-winforms at this time. We're
21412           explicitly avoiding stubbing and don't want controls that don't have
21413           their basic functionality implemented in svn. Please also see
21414           http://www.mono-project.com/contributing/winforms.html
21417 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
21419         * Application.cs (ModalRun): Don't hang after exit.
21421         * Theme.cs: New TreeViewDefaultSize property.
21423         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
21424         with less hardcoded SystemColors constant.
21425         Implemented TreeViewDefaultSize.
21427         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
21428         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
21431 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
21433         * MonthCalendar.cs:
21434           - Fix NextMonthDate and PrevMonthDate click moving calendar
21436 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
21438         * MonthCalendar.cs:
21439           - Fix usage of ScrollChange Property when scrolling months
21441 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
21443         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
21444          - Fixes menu destroying
21445          - Support adding and removing items on already created menus
21447 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
21449         * MonthCalendar.cs:
21450           - Re-worked all bolded dates handling to match win32
21451         * ThemeWin32Classic.cs:
21452           - Fixed rendering with bolded dates
21454 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
21456         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
21457         - Horizontal scroolbar
21458         - Multicolumn
21459         - Fixes
21462 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
21464         * MonthCalendar.cs:
21465           - Fix Usage of MaxSelectionCount from SelectionRange
21466           - Fixed Shift + Cursor Selection
21467           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
21468           - Fixed normal cursor selection to be compat with win32
21469           - Fixed Shift + Mouse Click selection
21471 2004-11-24  Peter Bartok <pbartok@novell.com>
21473         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
21474         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
21475         * XplatUIX11.cs:
21476           - CreatedKeyBoardMsg now updates keystate with Alt key
21477           - Added workaround for timer crash to CheckTimers, Jackson will
21478             develop a proper fix and check in later
21479           - Implemented DispatchMessage
21480           - Removed calling the native window proc from GetMessage (call
21481             now moved to DispatchMessage)
21483         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
21484           the keydata (Fixes bug #69831)
21486         * XplatUIWin32.cs:
21487           - (DispatchMessage): Switched to return IntPtr
21488           - Added DllImport for SetFocus
21490 2004-11-24  Ravindra <rkumar@novell.com>
21492         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
21493         background drawing.
21494         * ListViewItem.cs: Fixed various properties, calculations
21495         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
21496         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
21497         and some internal properties. Fixed MouseDown handler and Paint
21498         method.
21500 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
21502         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
21504 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
21506         * ContainerControl.cs: correct accidental check in of local changes
21508 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
21510         * ThemeWin32Classic.cs:
21511                 - Fixed Drawing Last month in grid (sometimes not showing)
21512         * MonthCalendar.cs:
21513                 - Fixed title width calculation bug (makeing title small)
21515 2004-11-23  Peter Bartok <pbartok@novell.com>
21517         * XplatUIX11.cs:
21518           - Added generation of WM_MOUSEHOVER event
21519           - Added missing assignment of async_method atom
21520           - Fixed WM_ERASEBKGND; now only redraws the exposed area
21522 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
21524         * ThemeWin32Classic.cs:
21525                 - Fixed Drawing of today circle when showtodaycircle not set
21526                 - fixed drawing of first and last month in the grid (gay dates)
21527         * MonthCalendar.cs:
21528                 - Fixed Drawing of today circle
21529                 - Fixed drawing of grady dates
21530                 - Fixed HitTest for today link when ShowToday set to false
21531                 - Fixed DefaultSize to obey ShowToday
21533 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
21535         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
21536         * System.Windows.Forms/Theme.cs
21537         * MonthCalendar.cs: added for MonthCalendar
21538         * SelectionRange.cs: added for MonthCalendar
21539         * Day.cs: added for MonthCalendar: added for MonthCalendar
21540         * DateRangeEventArgs.cs: added for MonthCalendar
21541         * DateRangeEventHandler.cs: added for MonthCalendar
21543 2004-11-22  Ravindra <rkumar@novell.com>
21545         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
21546         property.
21548 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
21550         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
21551         event handler.
21552         
21553         * NumericUpDown.cs: Added new implementation.
21554         * UpDownBase.cs: Added new implementation.
21556         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
21557         implementations.
21558         
21559         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
21560         implementations.
21562         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
21563         methods.
21565 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
21567         * Timer.cs  (Dispose): Should call the base dispose when
21568         overriding.
21570 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
21572         * ScrollBar.cs: updates thumb position when max, min or increment
21573         is changed
21575 2004-11-21  Ravindra <rkumar@novell.com>
21577         * ListView.cs: Implemented item selection, activation and
21578         column header style. Fixed properties to do a redraw, if
21579         required. Added support for MouseHover, DoubleClick, KeyDown
21580         and KeyUp event handling and some minor fixes.
21581         * ListViewItem.cs: Fixed constructor.
21582         * ThemeWin32Classic.cs: Improved drawing for ListView.
21584 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
21586         * ThemeWin32Classic.cs: initial listbox drawing code
21587         * DrawMode.cs: new enumerator
21588         * ListControl.cs: stubbed class
21589         * ListBox.cs: initial implementation
21590         * Theme.cs: new methods definitions
21591         * SelectionMode.cs: new enumerator
21593 2004-11-17  Peter Bartok  <pbartok@novell.com>
21595         * XplatUIWin32.cs: Added double-click events to the class style
21596         * Control.cs (WndProc):
21597           - Added handling of click-count to MouseDown/ MouseUp events.
21598           - Added handling of middle and right mouse buttons
21599           - Removed old debug code
21601 2004-11-17  Jackson Harper  <jackson@ximian.com>
21603         * XplatUIX11.cs: Use the new Mono.Unix namespace.
21605 2004-11-17  Ravindra <rkumar@novell.com>
21607         * ListView.cs: Added event handling for MouseMove/Up/Down.
21608         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
21609         * ThemeWin32Classic.cs: We need to clear the graphics context and
21610         draw column header in a proper state.
21613 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
21615         *  Menu.cs: fixes signature
21617 2004-11-16  Peter Bartok  <pbartok@novell.com>
21619         * XplatUIX11.cs (GetMessage): Implemented generation of
21620           double click mouse messages
21622 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
21624         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
21625         not by menu
21627 2004-11-11  Peter Bartok  <pbartok@novell.com>
21629         * HandleData.cs: Added Visible property
21630         * XplatUIX11.cs (IsVisible): Now uses Visible property from
21631           HandleData
21632         * XplatUIX11.cs: Removed old debug leftovers
21633         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
21634         * Control.cs (WndProc): Removed old debug leftovers,
21635           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
21636           needed WM_SIZE handling
21638 2004-11-11  Jackson Harper  <jackson@ximian.com>
21640         * OwnerDrawPropertyBag.cs:
21641         * TreeViewImageIndexConverter.cs: Initial implementation
21643 2004-11-10  Jackson Harper  <jackson@ximian.com>
21645         * ThemeWin32Classic.cs:
21646         * TabControl.cs: instead of moving tabs by the slider pos just
21647         start drawing at the tab that is offset by the slider. This way
21648         scrolling always moves by exactly one tab.
21650 2004-11-10  Jackson Harper  <jackson@ximian.com>
21652         * TabControl.cs: You can only scroll left when the slider has
21653         already ben moved right.
21654         
21655 2004-11-10  Jackson Harper  <jackson@ximian.com>
21657         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
21658         the clip area.
21659         
21660 2004-11-10  Jackson Harper  <jackson@ximian.com>
21662         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
21663         clip area.
21664         
21665 2004-11-09  Jackson Harper  <jackson@ximian.com>
21667         * TabControl.cs (CalcXPos): New helper method so we can determine
21668         the proper place to start drawing vertical tabs.
21669         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
21670         
21671 2004-11-09  Jackson Harper  <jackson@ximian.com>
21673         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
21674         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
21675         and Bottom, left and right are illegal values for this and
21676         multiline is enabled when the alignment is set to left or right.
21677         (DrawTab): Each alignment block should draw the text itself now
21678         because Left requires special love. Also add rendering for Left
21679         aligned tabs.
21680         
21681 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
21683         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
21684         does not destroy the windows, removes debugging messages
21686 2004-11-09  jba  <jba-mono@optusnet.com.au>
21688         * ThemeWin32Classic.cs
21689         (DrawButtonBase): Fix verticle text rect clipping in windows
21690         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
21691         rendering and incorrect text rect clipping
21692         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
21693         rendering and incorrect text rect clipping
21694         
21695 2004-11-08  Jackson Harper  <jackson@ximian.com>
21697         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
21698         bottom when they are bottom aligned so the bottoms of the tabs get
21699         displayed.
21700         * TabControl.cs (DropRow): Move rows up instead of down when the
21701         tab control is bottom aligned.
21703 2004-11-08 13:59  pbartok
21705         * XplatUIX11.cs:
21706           - Added handling for various window styles
21707           - Added handling for popup windows
21708           - Added SetTopmost handling
21710 2004-11-08 13:55  pbartok
21712         * XplatUIWin32.cs:
21713           - Added argument to SetTopmost method
21714           - Fixed broken ClientToScreen function
21716 2004-11-08 13:53  pbartok
21718         * XplatUIStructs.cs:
21719           - Added missing WS_EX styles
21721 2004-11-08 13:53  pbartok
21723         * XplatUI.cs, XplatUIDriver.cs:
21724           - Added argument to SetTopmost
21726 2004-11-08 13:52  pbartok
21728         * X11Structs.cs:
21729           - Added XSetWindowAttributes structure
21730           - Improved XWindowAttributes structure
21731           - Added SetWindowValuemask enum
21732           - Added window creation arguments enum
21733           - Added gravity enum
21734           - Added Motif hints structure
21735           - Added various Motif flags and enums
21736           - Added PropertyMode enum for property functions
21738 2004-11-08 13:50  pbartok
21740         * Form.cs:
21741           - Fixed arguments for updated SetTopmost method
21743 2004-11-08 13:49  pbartok
21745         * ToolTip.cs:
21746           - Fixed arguments for updated SetTopmost function
21747           - Fixed usage of PointToClient
21749 2004-11-08 13:44  pbartok
21751         * MenuAPI.cs:
21752           - Added Clipping of children and siblings
21754 2004-11-08 13:41  pbartok
21756         * MainMenu.cs:
21757           - Removed SetMenuBarWindow call. We do this in Form.cs
21759 2004-11-08 13:40  jackson
21761         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
21762           scrolling jimmi in the correct location with bottom aligned tabs
21764 2004-11-08 13:36  pbartok
21766         * ContainerControl.cs:
21767           - Implemented BindingContext
21768           - Implemented ParentForm
21770 2004-11-08 12:46  jackson
21772         * TabControl.cs: Put bottom rendered tabs in the right location
21774 2004-11-08 07:15  jordi
21776         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
21777           removes dead code
21779 2004-11-05 17:30  jackson
21781         * TabControl.cs: When selected tabs are expanded make sure they
21782           don't go beyond the edges of the tab control
21784 2004-11-05 14:57  jackson
21786         * TabControl.cs: Reset show_slider so if the control is resized to
21787           a size where it is no longer needed it's not displayed anymore
21789 2004-11-05 13:16  jackson
21791         * TabControl.cs: Make tab pages non visible when added to the
21792           control
21794 2004-11-05 12:42  jackson
21796         * TabControl.cs: Implement SizeMode.FillToRight
21798 2004-11-05 12:16  jackson
21800         * Control.cs: Do not call CreateHandle if the handle is already
21801           created
21803 2004-11-05 11:46  jackson
21805         * TabControl.cs: Remove superflous call to CalcTabRows
21807 2004-11-05 09:07  jackson
21809         * XplatUIX11.cs: Update for Mono.Posix changes
21811 2004-11-05 07:00  ravindra
21813         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
21814           scrolling.
21816 2004-11-04 22:47  jba
21818         * ThemeWin32Classic.cs:
21819           - Fix Button rendering for FlatStyle = Flat or Popup
21820           - Fix RadioButton and CheckBox rendering when Appearance = Button
21821             (normal and flatstyle).
21822           - Correct outer rectangle color when drawing focus rectangle
21823           - Adjust button bounds to be 1 px smaller when focused
21824           - Make button not draw sunken 3d border when pushed (windows compat)
21825           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
21826           - Offset the text in RadioButton and Checkbox when being rendered as
21827           a button.
21828           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
21829           radiobuttons
21830           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
21831           - Fixed disabled text rendering for normally rendered radiobuttons
21833 2004-11-04 10:26  jackson
21835         * TabControl.cs: Recalculate tab rows when resizing
21837 2004-11-04 07:47  jordi
21839         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
21840           collection completion, drawing issues, missing features
21842 2004-11-04 05:03  ravindra
21844         * ScrollBar.cs:
21845                 - We need to recalculate the Thumb area when
21846                 LargeChange/maximum/minimum values are changed.
21847           - We set the 'pos' in UpdatePos() method to minimum, if it's less
21848                 than minimum. This is required to handle the case if large_change is
21849                 more than max, and use LargeChange property instead of large_change
21850                 variable.
21851           - We return max+1 when large_change is more than max, like MS does.
21853 2004-11-04 04:29  ravindra
21855         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
21856                 - Changed default value signatures (prefixed all with ListView).
21857                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
21858                 ListView.
21859           - Fixed calculations for ListViewItem and implemented Clone()
21860           method.
21862 2004-11-04 04:26  ravindra
21864         * Theme.cs, ThemeWin32Classic.cs:
21865                 - Changed default ListView values signatures (prefixed all with
21866                 ListView).
21867           - Fixed default size values for VScrollBar and HScrollBar.
21868                 - Fixed DrawListViewItem method.
21870 2004-11-04 04:05  ravindra
21872         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
21874 2004-11-04 04:04  ravindra
21876         * ImageList.cs: Implemented the missing overload for Draw method.
21878 2004-11-03 19:29  jackson
21880         * TabControl.cs: Handle dropping rows on selection properly
21882 2004-11-03 11:59  jackson
21884         * TabControl.cs: remove debug code
21886 2004-11-03 11:52  jackson
21888         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
21889           the scrolly widgerywoo
21891 2004-11-02 13:52  jackson
21893         * TabControl.cs: Resize the tab pages and tabs when the tab control
21894           is resized
21896 2004-11-02 13:40  jackson
21898         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
21899           selected tab to the bottom
21901 2004-11-02 13:39  jackson
21903         * TabPage.cs: Store the tab pages row
21905 2004-11-02 12:33  jordi
21907         * MenuItem.cs: fixes handle creation
21909 2004-11-02 11:42  jackson
21911         * TabControl.cs: signature fix
21913 2004-11-02 08:56  jackson
21915         * TabControl.cs: Calculate whether the tab is on an edge properly.
21916           Remove top secret debugging code
21918 2004-11-01 19:57  jackson
21920         * TabControl.cs: Add click handling, and proper sizing
21922 2004-11-01 19:47  jackson
21924         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
21925           tab controls
21927 2004-11-01 19:39  jackson
21929         * TabPage.cs: add internal property to store the bounds of a tab
21930           page
21932 2004-10-30 04:23  ravindra
21934         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
21935           values.
21937 2004-10-30 04:21  ravindra
21939         * ListView.cs, ListViewItem.cs: Added support for scrolling and
21940           fixed calculations.
21942 2004-10-30 03:06  pbartok
21944         * XplatUIX11.cs:
21945           - Removed extension of DllImported libs
21947 2004-10-29 09:55  jordi
21949         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
21950           navigation, itemcollection completion, menu fixes
21952 2004-10-27 22:58  pbartok
21954         * XplatUIX11.cs:
21955           - Now throws a nice error message when no X display could be opened
21957 2004-10-26 13:51  jordi
21959         * ListView.cs: removes warning
21961 2004-10-26 03:55  ravindra
21963         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
21964           ThemeWin32Classic.cs: Some formatting for my last checkins.
21966 2004-10-26 03:36  ravindra
21968         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
21969           control and default values.
21971 2004-10-26 03:35  ravindra
21973         * Theme.cs: Added some default values for ListView control.
21975 2004-10-26 03:33  ravindra
21977         * ToolBar.cs: ToolBar should use the user specified button size, if
21978           there is any. Added a size_specified flag for the same.
21980 2004-10-26 03:33  ravindra
21982         * ColumnHeader.cs: Added some internal members and calculations for
21983           ColumnHeader.
21985 2004-10-26 03:32  ravindra
21987         * ListViewItem.cs: Calculations for ListViewItem.
21989 2004-10-26 03:31  ravindra
21991         * ListView.cs: Added some internal members and calculations for
21992           ListView.
21994 2004-10-22 13:31  jordi
21996         * MenuAPI.cs: speedup menus drawing
21998 2004-10-22 13:16  jackson
22000         * XplatUIX11.cs: Make sure to update exposed regions when adding an
22001           expose event
22003 2004-10-22 11:49  jackson
22005         * Control.cs: oops
22007 2004-10-22 11:41  jackson
22009         * Control.cs: Check to see if the window should have its background
22010           repainted by X when drawing.
22012 2004-10-22 11:31  jackson
22014         * XplatUIX11.cs: When invalidating areas only use XClearArea if
22015           clear is true, this way we do not get flicker from X repainting the
22016           background
22018 2004-10-22 11:28  jackson
22020         * XEventQueue.cs: Queue properly
22022 2004-10-21 09:38  jackson
22024         * XEventQueue.cs: Fix access modifier
22026 2004-10-21 09:36  jackson
22028         * XEventQueue.cs: Don't loose messages
22030 2004-10-21 09:22  jackson
22032         * XEventQueue.cs: Don't loose messages
22034 2004-10-20 04:15  jordi
22036         * BootMode.cs: enum need it by SystemInfo
22038 2004-10-19 21:58  pbartok
22040         * XplatUIWin32.cs:
22041           - Small sanity check
22043 2004-10-19 21:56  pbartok
22045         * Form.cs:
22046           - Added private FormParentWindow class which acts as the container
22047             for our form and as the non-client area where menus are drawn
22048           - Added/Moved required tie-ins to Jordi's menus
22049           - Fixed/Implemented the FormStartPosition functionality
22051 2004-10-19 21:52  pbartok
22053         * Control.cs:
22054           - Removed unneeded locals
22055           - Added code to all size and location properties to understand and
22056             deal with the parent container of Form
22058 2004-10-19 21:33  pbartok
22060         * Application.cs:
22061           - Fixed to deal with new Form subclasses for menus
22063 2004-10-19 17:48  jackson
22065         * XEventQueue.cs: commit correct version of file
22067 2004-10-19 16:50  jackson
22069         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
22071 2004-10-19 16:15  jordi
22073         * MenuAPI.cs: MenuBarCalcSize returns the height
22075 2004-10-19 08:31  pbartok
22077         * Control.cs:
22078           - Added missing call to PreProcessMessage before calling OnXXXKey
22079           methods
22081 2004-10-19 00:04  ravindra
22083         * ToolTip.cs: Fixed constructor.
22085 2004-10-18 09:31  jordi
22087         * MenuAPI.cs: menuitems in menubars do not have shortcuts
22089 2004-10-18 09:26  jordi
22091         * MenuItem.cs: fixes MenuItem class signature
22093 2004-10-18 08:56  jordi
22095         * MenuAPI.cs: prevents windows from showing in the taskbar
22097 2004-10-18 00:28  ravindra
22099         * ToolTip.cs: Suppressed a warning message.
22101 2004-10-18 00:27  ravindra
22103         * Control.cs: Default value of visible property must be true.
22105 2004-10-17 23:19  pbartok
22107         * ToolTip.cs:
22108           - Complete implementation
22110 2004-10-17 23:19  pbartok
22112         * XplatUIX11.cs:
22113           - Added EnableWindow method
22114           - Added SetModal stub
22115           - Added generation of WM_ACTIVATE message (still needs testing)
22116           - Added SetTopMost stub
22117           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
22119 2004-10-17 23:17  pbartok
22121         * XplatUIWin32.cs:
22122           - Removed VirtualKeys to XplatUIStructs
22123           - Implemented SetTopMost method
22124           - Implemented EnableWindow method
22125           - Bugfix in ScreenToClient()
22126           - Bugfixes in ClientToScreen()
22128 2004-10-17 22:51  pbartok
22130         * XplatUIStructs.cs:
22131           - Added WS_EX styles to WindowStyles enumeration
22133 2004-10-17 22:50  pbartok
22135         * XplatUI.cs, XplatUIDriver.cs:
22136           - Added method for enabling/disabling windows
22137           - Added method for setting window modality
22138           - Added method for setting topmost window
22140 2004-10-17 22:49  pbartok
22142         * ThemeWin32Classic.cs:
22143           - Added ToolTip drawing code
22145 2004-10-17 22:49  pbartok
22147         * Theme.cs:
22148           - Added ToolTip abstracts
22150 2004-10-17 22:47  pbartok
22152         * Form.cs:
22153           - Fixed Form.ControlCollection to handle owner relations
22154           - Added Owner/OwnedForms handling
22155           - Implemented Z-Ordering for owned forms
22156           - Removed unneeded private overload of ShowDialog
22157           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
22158             so I hope)
22159           - Fixed Close(), had wrong default
22160           - Added firing of OnLoad event
22161           - Added some commented out debug code for Ownership handling
22163 2004-10-17 22:16  pbartok
22165         * Control.cs:
22166           - Fixed/implemented flat list of controls
22168 2004-10-17 22:14  pbartok
22170         * Application.cs:
22171           - Added code to simulate modal dialogs on Win32
22173 2004-10-17 16:11  jordi
22175         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
22176           mouse event
22178 2004-10-17 13:39  jordi
22180         * MenuAPI.cs: menu drawing fixes
22182 2004-10-15 09:10  ravindra
22184         * StructFormat.cs: General Enum.
22186 2004-10-15 09:09  ravindra
22188         * SizeGripStyle.cs: Enum for Form.
22190 2004-10-15 09:08  ravindra
22192         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
22193           in Theme for ListView.
22195 2004-10-15 09:06  ravindra
22197         * ColumnHeader.cs: Flushing some formatting changes.
22199 2004-10-15 09:05  ravindra
22201         * ListViewItem.cs: Implemented GetBounds method and fixed coding
22202           style.
22204 2004-10-15 09:03  ravindra
22206         * ListView.cs: Implemented Paint method and fixed coding style.
22208 2004-10-15 07:34  jordi
22210         * MenuAPI.cs: fix for X11
22212 2004-10-15 07:32  ravindra
22214         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
22215                 - Renamed Paint() method to Draw() for clarity. Also, moved
22216                 DrawImage() to OnPaint().
22218 2004-10-15 07:25  ravindra
22220         * CheckBox.cs, RadioButton.cs:
22221                 - Removed Redraw (), we get it from ButtonBase.
22222                 - Implemented Paint (), to do class specific painting.
22224 2004-10-15 07:16  ravindra
22226         * ButtonBase.cs:
22227                 - Redraw () is not virtual now.
22228                 - Added an internal virtual method Paint (), so that
22229                 derived classes can do their painting on their own.
22230                 - Modified OnPaint () to call Paint ().
22232 2004-10-15 06:43  jordi
22234         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
22235           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
22237 2004-10-15 00:30  ravindra
22239         * MessageBox.cs:
22240                 - MessageBox on windows does not have min/max buttons.
22241                 This change in CreateParams fixes this on Windows. We
22242                 still need to implement this windowstyle behavior in
22243                 our X11 driver.
22245 2004-10-14 05:14  ravindra
22247         * ToolBar.cs:
22248                 - Changed Redraw () to do a Refresh () always.
22249                 - Fixed the MouseMove event handling when mouse is pressed,
22250                 ie drag event handling.
22251                 - Replaced the usage of ToolBarButton.Pressed property to
22252                 ToolBarButton.pressed internal variable.
22254 2004-10-14 05:10  ravindra
22256         * ToolBarButton.cs:
22257                 - Added an internal member 'inside' to handle mouse move
22258                 with mouse pressed ie mouse drag event.
22259                 - Changed 'Pressed' property to return true only when
22260                 'inside' and 'pressed' are both true.
22261                 - Some coding style love.
22263 2004-10-14 00:17  ravindra
22265         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
22266           public method.
22268 2004-10-14 00:15  ravindra
22270         * ButtonBase.cs: Redraw () related improvements.
22272 2004-10-14 00:14  ravindra
22274         * MessageBox.cs: Moved InitFormSize () out of Paint method and
22275           removed unnecessary calls to Button.Show () method.
22277 2004-10-13 17:50  pbartok
22279         * XplatUIX11.cs:
22280           - Formatting fix
22281           - Removed destroying of window until we solve the problem of X
22282             destroying the window before us on shutdown
22284 2004-10-13 16:32  pbartok
22286         * ButtonBase.cs:
22287           - Now Redraws on MouseUp for FlatStyle Flat and Popup
22289 2004-10-13 14:18  pbartok
22291         * XplatUIX11.cs:
22292           - Added code to destroy the X window
22294 2004-10-13 14:18  pbartok
22296         * XplatUIWin32.cs:
22297           - Added code to destroy a window
22299 2004-10-13 14:12  pbartok
22301         * ButtonBase.cs:
22302           - Added the Redraw on Resize that got dropped in the last rev
22304 2004-10-13 09:06  pbartok
22306         * ThemeWin32Classic.cs:
22307           - Path from John BouAntoun:
22308             * Fix check rendering (centre correctly for normal style, offset
22309               correctly for FlatStyle).
22310             * Fix border color usage (use backcolor) for FlatStyle.Popup
22311             * Use checkbox.Capture instead of checkbox.is_pressed when
22312               rendering flatstyle states.
22314 2004-10-12 21:48  pbartok
22316         * ThemeWin32Classic.cs:
22317           - Removed all occurences of SystemColors and replaced them with the
22318             matching theme color
22320 2004-10-12 21:41  pbartok
22322         * ThemeWin32Classic.cs:
22323           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
22324             him using the function for flatstyle drawing
22325           - Changed functions to use the new version of CPDrawBorder3D
22327 2004-10-12 21:15  pbartok
22329         * ControlPaint.cs:
22330           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
22331             match MS documentation. They need to return defined colors if the
22332             passed color matches the configured control color. Thanks to John
22333             BouAntoun for pointing this out.
22335 2004-10-12 20:57  pbartok
22337         * Control.cs:
22338           - Fix from John BouAntoun: Raise ForeColorChanged event when text
22339             color is changed
22341 2004-10-12 20:46  pbartok
22343         * CheckBox.cs:
22344           - Fix from John BouAntoun: Now properly sets the Appearance property
22346 2004-10-12 20:45  pbartok
22348         * ThemeWin32Classic.cs:
22349           - Fixes from John BouAntoun: now handles forecolors and backcolors
22350             for flatstyle rendered controls much better; It also fixes normal
22351             checkbox rendering when pushed or disabled.
22353 2004-10-08 02:50  jordi
22355         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
22356           work
22358 2004-10-07 08:56  jordi
22360         * ThemeWin32Classic.cs: Removes deletion of cached brushes
22362 2004-10-06 03:59  jordi
22364         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
22365           XplatUIWin32.cs: removes warnings from compilation
22367 2004-10-05 12:23  jackson
22369         * RadioButton.cs: Fix ctor
22371 2004-10-05 11:10  pbartok
22373         * MessageBox.cs:
22374           - Partial implementation by Benjamin Dasnois
22376 2004-10-05 10:15  jackson
22378         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
22379           by John BouAntoun
22381 2004-10-05 03:07  ravindra
22383         * ToolBar.cs:
22384                 - Removed a private method, Draw ().
22385                 - Fixed the ButtonDropDown event handling.
22386                 - Fixed MouseMove event handling.
22388 2004-10-05 03:04  ravindra
22390         * ThemeWin32Classic.cs:
22391                 - Added DrawListView method and ListViewDefaultSize property.
22392                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
22393                 - Changed DOS style CRLF to Unix format (dos2unix).
22395 2004-10-05 03:03  ravindra
22397         * Theme.cs:
22398                 - Added DrawListView method and ListViewDefaultSize property.
22400 2004-10-05 02:42  ravindra
22402         * ToolBarButton.cs: Added an internal member dd_pressed to handle
22403           clicks on DropDown arrow.
22405 2004-10-04 22:56  jackson
22407         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
22408           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
22409           Control handle the buffers, derived classes should not have to
22410           CreateBuffers themselves.
22412 2004-10-04 21:20  jackson
22414         * StatusBar.cs: The control handles resizing the buffers now.
22416 2004-10-04 21:18  jackson
22418         * Control.cs: When resizing the buffers should be invalidated. This
22419           should be handled in Control not in derived classes.
22421 2004-10-04 14:45  jackson
22423         * TabPage.cs: oops
22425 2004-10-04 02:14  pbartok
22427         * LeftRightAlignment.cs:
22428           - Initial check-in
22430 2004-10-04 01:09  jordi
22432         * ThemeWin32Classic.cs: fixes right button position causing right
22433           button not showing on horizontal scrollbars
22435 2004-10-02 13:12  pbartok
22437         * XplatUIX11.cs:
22438           - Simplified the Invalidate method by using an X call instead of
22439             generating the expose ourselves
22440           - Added an expose when the window background is changed
22441           - Implemented ClientToScreen method
22443 2004-10-02 13:08  pbartok
22445         * XplatUIWin32.cs:
22446           - Added Win32EnableWindow method (test for implementing modal
22447           dialogs)
22448           - Added ClientToScreen method and imports
22450 2004-10-02 13:07  pbartok
22452         * XplatUI.cs, XplatUIDriver.cs:
22453           - Added ClientToScreen coordinate translation method
22455 2004-10-02 13:06  pbartok
22457         * KeyPressEventArgs.cs:
22458           - Fixed access level for constructor
22460 2004-10-02 13:06  pbartok
22462         * NativeWindow.cs:
22463           - Changed access level for the window_collection hash table
22465 2004-10-02 13:05  pbartok
22467         * Form.cs:
22468           - Added KeyPreview property
22469           - Added Menu property (still incomplete, pending Jordi's menu work)
22470           - Implemented ProcessCmdKey
22471           - Implemented ProcessDialogKey
22472           - Implemented ProcessKeyPreview
22474 2004-10-02 13:02  pbartok
22476         * Control.cs:
22477           - Added private method to get the Control object from the window
22478           handle
22479           - Implemented ContextMenu property
22480           - Implemented PointToScreen
22481           - Implemented PreProcessMessage
22482           - Implemented IsInputChar
22483           - Implemented IsInputKey
22484           - Implemented ProcessCmdKey
22485           - Completed ProcessKeyEventArgs
22486           - Fixed message loop to call the proper chain of functions on key
22487           events
22488           - Implemented ProcessDialogChar
22489           - Implemented ProcessDialogKey
22490           - Implemented ProcessKeyMessage
22491           - Implemented ProcessKeyPreview
22492           - Added RaiseDragEvent stub (MS internal method)
22493           - Added RaiseKeyEvent stub (MS internal method)
22494           - Added RaiseMouseEvent stub (MS Internal method)
22495           - Added RaisePaintEvent stub (MS Internal method)
22496           - Added ResetMouseEventArgs stub (MS Internal method)
22497           - Implemented RtlTranslateAlignment
22498           - Implemented RtlTranslateContent
22499           - Implemented RtlTranslateHorizontal
22500           - Implemented RtlTranslateLeftRight
22501           - Added generation of KeyPress event
22503 2004-10-02 05:57  ravindra
22505         * ListViewItem.cs: Added attributes.
22507 2004-10-02 05:32  ravindra
22509         * ListView.cs: Added attributes.
22511 2004-10-01 11:53  jackson
22513         * Form.cs: Implement the Close method so work on MessageBox can
22514           continue.
22516 2004-09-30 14:06  pbartok
22518         * XplatUIX11.cs:
22519           - Bug fixes
22521 2004-09-30 11:34  jackson
22523         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
22525 2004-09-30 07:26  ravindra
22527         * ListViewItemConverter.cs: Converter for ListViewItem.
22529 2004-09-30 07:26  ravindra
22531         * SortOrder.cs: Enum for ListView control.
22533 2004-09-30 07:25  ravindra
22535         * ColumnHeader.cs: Supporting class for ListView control.
22537 2004-09-30 07:24  ravindra
22539         * ListView.cs, ListViewItem.cs: Initial implementation.
22541 2004-09-30 07:20  ravindra
22543         * ItemActivation.cs: Enum for ListView Control.
22545 2004-09-29 20:29  pbartok
22547         * XplatUIX11.cs:
22548           - Added lookup of pixel value for background color; tries to get a
22549             color 'close' to the requested color, it avoids having to create a
22550             colormap.  Depending on the display this could mean the used color
22551             is slightly off the desired color. Might have to change it to a more
22552             resource intensive colormap approach, but it will work as a
22553           workaround to avoid red screens.
22555 2004-09-29 14:27  jackson
22557         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
22559 2004-09-28 12:44  pbartok
22561         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
22562           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
22563           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
22564           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
22565           TrackBar.cs, VScrollBar.cs:
22566           - Streamlined Theme interfaces:
22567             * Each DrawXXX method for a control now is passed the object for
22568               the control to be drawn in order to allow accessing any state the
22569               theme might require
22571             * ControlPaint methods for the theme now have a CP prefix to avoid
22572               name clashes with the Draw methods for controls
22574             * Every control now retrieves it's DefaultSize from the current
22575             theme
22577 2004-09-28 12:17  jackson
22579         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
22580           drawing
22582 2004-09-24 14:57  jackson
22584         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
22585           Gives us a nice little performance boost.
22587 2004-09-24 12:02  jackson
22589         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
22590           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
22591           Control and supporting classes. Initial checkin
22593 2004-09-23 13:08  jackson
22595         * Form.cs: Temp build fixage
22597 2004-09-23 01:39  ravindra
22599         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
22600           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
22601           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
22602           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
22603           EventHandlers needed by ListView Control.
22605 2004-09-22 14:12  pbartok
22607         * ScrollableControl.cs:
22608           - Implemented DockPadding property
22609           - Implemented AutoScroll property
22610           - Implemented AutoScrollMargin property
22611           - Implemented AutoScrollMinSize property
22612           - Implemented AutoScrollPosition property
22613           - Implemented DisplayRectangle property (still incomplete)
22614           - Implemented CreateParams property
22615           - Implemented HScroll property
22616           - Implemented VScroll property
22617           - Implemented OnVisibleChanged property
22619 2004-09-22 14:09  pbartok
22621         * Form.cs:
22622           - Added Form.ControllCollection class
22623           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
22624             RemoveOwnedForm (still incomplete, missing on-top and common
22625             minimize/maximize behaviour)
22626           - Added StartPosition property (still incomplete, does not use when
22627             creating the form)
22628           - Added ShowDialog() methods (still incomplete, missing forcing the
22629             dialog modal)
22631 2004-09-22 14:05  pbartok
22633         * Application.cs:
22634           - Added message loop for modal dialogs
22636 2004-09-22 14:02  pbartok
22638         * GroupBox.cs:
22639           - Fixed wrong types for events
22641 2004-09-22 14:00  pbartok
22643         * Shortcut.cs, FormWindowState.cs:
22644           - Fixed wrong values
22646 2004-09-22 12:01  jackson
22648         * Control.cs: Text is never null
22650 2004-09-20 22:14  pbartok
22652         * XplatUIWin32.cs:
22653           - Fixed accessibility level for Idle handler
22655 2004-09-20 18:54  jackson
22657         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
22658           XplatUIX11.cs: New message loop that uses poll so we don't get a
22659           busy loop
22661 2004-09-17 10:43  pbartok
22663         * ScrollBar.cs:
22664           - Fixed behaviour of arrow buttons. Now properly behaves like
22665             Buttons (and like Microsoft's scrollbar arrow buttons)
22667 2004-09-17 10:14  pbartok
22669         * ScrollBar.cs:
22670           - Added missing release of keyboard/mouse capture
22672 2004-09-17 06:18  jordi
22674         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
22675           Theme.cs: Very early menu support
22677 2004-09-16 17:45  pbartok
22679         * XplatUIWin32.cs:
22680           - Fixed sending a window to the front
22681           - Added overload for SetWindowPos to avoid casting
22683 2004-09-16 17:44  pbartok
22685         * Control.cs:
22686           - Added SendToBack and BringToFront methods
22688 2004-09-16 07:00  ravindra
22690         * Copyright: Added Novell URL.
22692 2004-09-16 07:00  ravindra
22694         * ToolBar.cs: Invalidate should be done before redrawing.
22696 2004-09-15 21:19  ravindra
22698         * ColumnHeaderStyle.cs: Enum for ListView Control.
22700 2004-09-15 21:18  ravindra
22702         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
22703           ListView Control.
22705 2004-09-13 18:26  jackson
22707         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
22708           properly
22710 2004-09-13 18:13  jackson
22712         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
22713           a second thread and post messages into the main threads message
22714           queue. This makes timing much more consistent. Both win2K and XP
22715           have a minimum timer value of 15 milliseconds, so we now do this
22716           too.
22718 2004-09-13 15:18  pbartok
22720         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
22721           XplatUIX11.cs:
22722           - Added Z-Ordering methods
22724 2004-09-13 10:56  pbartok
22726         * Form.cs:
22727           - Fixed #region names
22728           - Moved properties and methods into their proper #regions
22730 2004-09-13 10:51  pbartok
22732         * Form.cs:
22733           - Added Accept and CancelButton properties
22734           - Added ProcessDialogKey() method
22736 2004-09-13 08:18  pbartok
22738         * IWindowTarget.cs:
22739           - Initial check-in
22741 2004-09-10 21:50  pbartok
22743         * Control.cs:
22744           - Added DoDragDrop() [incomplete]
22745           - Properly implemented 'Visible' handling
22746           - Added SetVisibleCore()
22747           - Implemented FindChildAtPoint()
22748           - Implemented GetContainerControl()
22749           - Implemented Hide()
22751 2004-09-10 19:28  pbartok
22753         * Control.cs:
22754           - Moved methods into their appropriate #regions
22755           - Reordered methods within regions alphabetically
22757 2004-09-10 18:57  pbartok
22759         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
22760           - Added method to retrieve text from window
22762 2004-09-10 18:56  pbartok
22764         * Control.cs:
22765           - Moved some internal functions into the internal region
22766           - Implemented FontHeight
22767           - Implemented RenderRightToLeft
22768           - Implemented ResizeRedraw
22769           - Implemented ShowFocusCues
22770           - Implemented ShowKeyboardCues
22771           - Implemented FromChildHandle
22772           - Implemented FromHandle
22773           - Implemented IsMnemonic
22774           - Implemented ReflectMessage
22775           - All public and protected Static Methods are now complete
22777 2004-09-10 16:54  pbartok
22779         * Control.cs:
22780           - Implemented remaining missing public instance properties
22781           - Alphabetized some out of order properties
22783 2004-09-10 05:51  ravindra
22785         * PictureBox.cs: Added a check for null image.
22787 2004-09-10 00:59  jordi
22789         * GroupBox.cs: remove cvs tag
22791 2004-09-09 05:25  ravindra
22793         * ToolBar.cs: Make redraw accessible from ToolBarButton.
22795 2004-09-09 05:23  ravindra
22797         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
22798           parent redraw.
22800 2004-09-09 02:28  pbartok
22802         * ThemeWin32Classic.cs:
22803           - Improve disabled string look
22805 2004-09-09 01:15  jordi
22807         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
22808           args and handler
22810 2004-09-08 23:56  ravindra
22812         * ItemBoundsPortion.cs: It's enum, not a class!
22814 2004-09-08 23:47  ravindra
22816         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
22817           Enums for Form.
22819 2004-09-08 21:13  ravindra
22821         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
22822           ListView control.
22824 2004-09-08 21:03  ravindra
22826         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
22827           avoid crash.
22829 2004-09-08 21:01  ravindra
22831         * ScrollableControl.cs: Removed unreachable code.
22833 2004-09-08 06:45  jordi
22835         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
22837 2004-09-08 01:00  jackson
22839         * XplatUIX11.cs: Only run the timers when updating the message
22840           queue. This effectively gives X messages a higher priority then
22841           timer messages. Timers still need love though
22843 2004-09-07 14:01  jackson
22845         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
22846           this for us and the handle is no longer valid.
22848 2004-09-07 13:59  jackson
22850         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
22851           loop that manages to not crash. TODO: Add poll and cleanup timers
22853 2004-09-07 11:12  jordi
22855         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
22857 2004-09-07 03:40  jordi
22859         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
22860           fixes, methods, multiple links
22862 2004-09-06 06:55  jordi
22864         * Control.cs: Caches ClientRectangle rectangle value
22866 2004-09-05 02:03  jordi
22868         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
22869           certain situations
22871 2004-09-04 11:10  jordi
22873         * Label.cs: Refresh when font changed
22875 2004-09-02 16:24  pbartok
22877         * Control.cs:
22878           - Added sanity check to creation of double buffer bitmap
22880 2004-09-02 16:24  pbartok
22882         * ButtonBase.cs:
22883           - Fixed selection of text color
22884           - Fixed handling of resize event; now properly recreates double
22885             buffering bitmap
22886           - Added missing assignment of TextAlignment
22887           - Added proper default for TextAlignment
22889 2004-09-02 14:26  pbartok
22891         * RadioButton.cs:
22892           - Added missing RadioButton.RadioButtonAccessibleObject class
22894 2004-09-02 14:26  pbartok
22896         * Control.cs:
22897           - Added missing Control.ControlAccessibleObject class
22898           - Started to implement Select()ion mechanisms, still very incomplete
22900 2004-09-02 14:25  pbartok
22902         * AccessibleObject.cs:
22903           - Added missing methods
22905 2004-09-02 14:23  pbartok
22907         * AccessibleNavigation.cs, AccessibleSelection.cs:
22908           - Initial check-in
22910 2004-09-02 10:32  jordi
22912         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
22913           pool for pens, brushes, and hatchbruses
22915 2004-09-01 15:30  jackson
22917         * StatusBar.cs: Fix typo
22919 2004-09-01 14:44  pbartok
22921         * RadioButton.cs:
22922           - Fixed state
22924 2004-09-01 14:39  pbartok
22926         * Button.cs, RadioButton.cs:
22927           - Functional initial check-in
22929 2004-09-01 14:01  pbartok
22931         * CheckBox.cs:
22932           - Added missing default
22933           - Added missing region mark
22935 2004-09-01 09:10  jordi
22937         * Label.cs: fixes method signatures, new methods, events, fixes
22938           autosize
22940 2004-09-01 07:19  jordi
22942         * Control.cs: Init string variables with an empty object
22944 2004-09-01 04:20  jordi
22946         * Control.cs: fires OnFontChanged event
22948 2004-08-31 20:07  pbartok
22950         * ButtonBase.cs:
22951           - Enabled display of strings
22953 2004-08-31 20:05  pbartok
22955         * Form.cs:
22956           - Added (partial) implementation of DialogResult; rest needs to be
22957             implemented when the modal loop code is done
22959 2004-08-31 19:55  pbartok
22961         * CheckBox.cs:
22962           - Fixed to match the removal of the needs_redraw concept
22964 2004-08-31 19:55  pbartok
22966         * ButtonBase.cs:
22967           - Removed the rather odd split between 'needs redraw' and redrawing
22968           - Now handles the events that require regeneration (ambient
22969             properties and size)
22971 2004-08-31 19:41  pbartok
22973         * Control.cs:
22974           - Added firing of BackColorChanged event
22975           - Added TopLevelControl property
22976           - Fixed handling of WM_ERASEBKGRND message
22978 2004-08-31 12:49  pbartok
22980         * ButtonBase.cs:
22981           - Removed debug
22982           - Minor fixes
22984 2004-08-31 12:48  pbartok
22986         * CheckBox.cs:
22987           - Finished (famous last words)
22989 2004-08-31 04:35  jordi
22991         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
22992           scrolling bugs, adds new methods
22994 2004-08-30 14:42  pbartok
22996         * CheckBox.cs:
22997           - Implemented CheckBox drawing code
22999 2004-08-30 14:42  pbartok
23001         * ButtonBase.cs:
23002           - Made Redraw() and CheckRedraw() virtual
23003           - Improved mouse up/down/move logic to properly track buttons
23005 2004-08-30 09:44  pbartok
23007         * CheckBox.cs:
23008           - Updated to fix broken build. Not complete yet.
23010 2004-08-30 09:28  pbartok
23012         * CheckState.cs:
23013           - Initial checkin
23015 2004-08-30 09:17  pbartok
23017         * Appearance.cs:
23018           - Initial check-in
23020 2004-08-27 16:12  ravindra
23022         * ToolBarButton.cs: Added TypeConverter attribute.
23024 2004-08-27 16:07  ravindra
23026         * ImageIndexConverter.cs: Implemented.
23028 2004-08-27 14:17  pbartok
23030         * Control.cs:
23031           - Removed unneeded stack vars
23032           - First attempt to fix sizing issues when layout is suspended
23034 2004-08-25 15:35  jordi
23036         * ScrollBar.cs: more fixes to scrollbar
23038 2004-08-25 14:04  ravindra
23040         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
23041           Added the missing divider code and grip for ToolBar Control.
23043 2004-08-25 13:20  pbartok
23045         * Control.cs:
23046           - Control now properly passes the ambient background color to child
23047             controls
23049 2004-08-25 13:20  jordi
23051         * ScrollBar.cs: small bug fix regarding bar position
23053 2004-08-25 12:33  pbartok
23055         * Timer.cs:
23056           - Now only calls SetTimer or KillTimer if the enabled state has
23057           changed
23059 2004-08-25 12:33  pbartok
23061         * XplatUIWin32.cs:
23062           - Fixed timer handling, now seems to work
23063           - Improved error message for window creation
23065 2004-08-25 12:32  pbartok
23067         * Control.cs:
23068           - Fixed generation of MouseUp message
23070 2004-08-25 12:29  jordi
23072         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
23073           and fixes for progressbar
23075 2004-08-24 18:43  ravindra
23077         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
23078           in ToolBar control.
23080 2004-08-24 17:15  pbartok
23082         * Panel.cs:
23083           - Added #region
23084           - Added missing events
23085           - Alphabetized
23087 2004-08-24 17:14  pbartok
23089         * StatusBar.cs, PictureBox.cs:
23090           - Now uses Control's CreateParams
23092 2004-08-24 16:36  pbartok
23094         * XplatUIX11.cs:
23095           - Fixed background color handling
23096           - Fixed sending of enter/leave events on a grab
23098 2004-08-24 16:35  pbartok
23100         * X11Structs.cs:
23101           - Refined definitions for CrossingEvent
23103 2004-08-24 12:37  jordi
23105         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
23106           formmating, methods signature, and adds missing events
23108 2004-08-24 12:24  jordi
23110         * Control.cs: fire OnEnabledChanged event
23112 2004-08-24 11:17  pbartok
23114         * XplatUIWin32.cs:
23115           - Implemented SetTimer() and KillTimer()
23117 2004-08-24 11:16  pbartok
23119         * XplatUIX11.cs:
23120           - Now uses Remove instead of Add to kill the timer
23122 2004-08-24 10:16  jackson
23124         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
23125           picture boxes in the theme now. Draw picture box borders and obey
23126           sizing modes
23128 2004-08-24 05:49  jackson
23130         * Timer.cs: Remove top secret debugging code
23132 2004-08-24 05:34  jackson
23134         * PictureBox.cs: Temp hack to make picture boxes draw their full
23135           image
23137 2004-08-24 05:29  jackson
23139         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
23140           XplatUIX11.cs: Move timers to the driver level. On X they are
23141           queued by the driver and checked on idle.
23143 2004-08-24 01:07  jackson
23145         * XplatUIX11.cs: Use a queue for async messages instead of passing
23146           them as ClientMessages since that was totally broken. Also simply
23147           check for events and return an idle message if none are found. This
23148           gives us an idle handler, and prevents deadlocking when no messages
23149           are in the queue.
23151 2004-08-23 18:19  ravindra
23153         * XplatUIWin32.cs: Removed the unwanted destructor.
23155 2004-08-23 17:27  pbartok
23157         * ButtonBase.cs:
23158           - Finishing touches. Works now, just needs some optimizations.
23160 2004-08-23 16:53  jordi
23162         * ScrollBar.cs: small fix
23164 2004-08-23 16:45  pbartok
23166         * Application.cs:
23167           - Removed debug output
23168           - Simplifications
23170 2004-08-23 16:43  jordi
23172         * ScrollBar.cs: [no log message]
23174 2004-08-23 16:10  pbartok
23176         * Form.cs:
23177           - Fixed handling of WM_CLOSE message
23178           - Removed debug output
23180 2004-08-23 16:09  pbartok
23182         * Application.cs:
23183           - Added handling of Idle event
23184           - Added handling of form closing
23185           - Fixed reporting of MessageLoop property
23186           - Removed some unneeded code, should provide a bit of a speedup
23188 2004-08-23 15:22  pbartok
23190         * Control.cs:
23191           - Added InitLayout() method
23192           - Added code to properly perform layout when Anchor or Dock property
23193             is changed
23194           - Changed 'interpretation' of ResumeLayout. MS seems to have a
23195             LAMESPEC, tried to do it in a way that makes sense
23197 2004-08-23 14:10  jordi
23199         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
23200           properties and methods
23202 2004-08-23 13:55  pbartok
23204         * Control.cs:
23205           - Properly fixed Jordi's last fix
23206           - Now uses Cursor's Position property instead of calling XplatUI
23207           directly
23209 2004-08-23 13:44  jordi
23211         * PaintEventHandler.cs: Adding missing attribute
23213 2004-08-23 13:39  pbartok
23215         * Cursor.cs:
23216           - Implemented Position property
23218 2004-08-23 13:39  pbartok
23220         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
23221           - Added method to move mouse cursor
23223 2004-08-23 13:39  pbartok
23225         * XplatUIX11.cs:
23226           - Fixed setting of background color
23227           - Added method to move mouse cursor
23229 2004-08-23 13:16  jordi
23231         * Control.cs: avoids null exception
23233 2004-08-22 17:46  jackson
23235         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
23236           PictureBox
23238 2004-08-22 17:40  jackson
23240         * XplatUIX11.cs: Add some missing locks
23242 2004-08-22 15:10  pbartok
23244         * Control.cs, Form.cs:
23245           - Removed OverlappedWindow style from Control, instead it's default
23246             now is child
23247           - Made form windows OverlappedWindow by default
23249 2004-08-22 13:34  jackson
23251         * ScrollBar.cs: Update the position through the Value property so
23252           the OnValueChanged event is raised.
23254 2004-08-22 12:04  pbartok
23256         * SWF.csproj:
23257           - Added Cursor.cs and UserControl.cs
23259 2004-08-22 12:03  pbartok
23261         * Cursor.cs:
23262           - Started implementation, not usable yet
23264 2004-08-22 12:00  pbartok
23266         * UserControl.cs:
23267           - Implemented UserControl (complete)
23269 2004-08-21 19:20  ravindra
23271         * ToolBar.cs: Correcting the formatting mess of VS.NET.
23273 2004-08-21 18:49  ravindra
23275         * ToolBar.cs: Probably this completes the missing attributes in
23276           toolbar control.
23278 2004-08-21 18:03  ravindra
23280         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
23281           Fixed toolbar control signatures.
23283 2004-08-21 16:32  pbartok
23285         * LinkLabel.cs:
23286           - Signature Fixes
23288 2004-08-21 16:30  pbartok
23290         * Label.cs:
23291           - Signature fixes
23293 2004-08-21 16:19  pbartok
23295         * Control.cs, Label.cs:
23296           - Signature fixes
23298 2004-08-21 15:57  pbartok
23300         * ButtonBase.cs:
23301           - Added loads of debug output for development
23302           - Fixed typo in method name
23304 2004-08-21 15:52  pbartok
23306         * ToolBarButtonClickEventArgs.cs:
23307           - Added missing base class
23309 2004-08-21 14:53  pbartok
23311         * Control.cs:
23312           - Updated to match new GrabWindow signature
23314 2004-08-21 14:51  pbartok
23316         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
23317           - Added method to get default display size
23319 2004-08-21 14:23  pbartok
23321         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
23322           - Added method to query current grab state
23323           - Added argument to allow confining a grab to a window
23325 2004-08-21 14:22  pbartok
23327         * Keys.cs:
23328           - Added [Flags] attribute so that modifiers can be used in bitwise
23329           ops
23331 2004-08-21 14:21  pbartok
23333         * TrackBar.cs, ScrollBar.cs:
23334           - Replaced direct XplatUI calls with their Control counterpart
23336 2004-08-21 13:32  pbartok
23338         * Control.cs:
23339           - Implemented Created property
23341 2004-08-21 13:28  pbartok
23343         * Control.cs:
23344           - Implemented ContainsFocus
23346 2004-08-21 13:26  pbartok
23348         * Control.cs:
23349           - Implemented CausesValidation
23351 2004-08-21 13:21  pbartok
23353         * Control.cs:
23354           - Implemented CanFocus
23355           - Implemented CanSelect
23356           - Implemented Capture
23358 2004-08-21 12:35  pbartok
23360         * XplatUIWin32.cs:
23361           - Fixed bug with Async message handling
23362           - Implemented getting the ModifierKeys
23364 2004-08-21 12:32  jackson
23366         * AsyncMethodResult.cs: Make sure we have the mutex before we
23367           release it. Fixes BeginInvoke on windows
23369 2004-08-21 11:31  pbartok
23371         * XplatUIWin32.cs, XplatUIX11.cs:
23372           - Drivers now return proper mouse state
23374 2004-08-21 10:54  jackson
23376         * Control.cs: Implement EndInvoke
23378 2004-08-21 10:48  jackson
23380         * Timer.cs: Remove unneeded finalizer
23382 2004-08-20 19:52  ravindra
23384         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
23385           in mouse event handling in the ToolBar control.
23387 2004-08-20 19:50  ravindra
23389         * ImageList.cs: Changed draw method to use the arguments passed in
23390           to draw the image.
23392 2004-08-20 18:58  pbartok
23394         * XplatUIStructs.cs:
23395           - Added private message for async communication
23397 2004-08-20 17:38  ravindra
23399         * Control.cs: Made RightToLeft property virtual and removed a
23400           Console.WriteLine.
23402 2004-08-20 14:39  jordi
23404         * ThemeGtk.cs: use style_attach
23406 2004-08-20 14:39  pbartok
23408         * XplatUIWin32.cs:
23409           - Added jackson's Async code from X11 to Win32
23411 2004-08-20 14:09  pbartok
23413         * SWF.csproj:
23414           - Added all new files
23416 2004-08-20 14:09  pbartok
23418         * Control.cs:
23419           - Added call to set window background color
23421 2004-08-20 14:03  pbartok
23423         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
23424           - Added method for setting the window background
23426 2004-08-20 14:02  pbartok
23428         * XplatUIWin32.cs:
23429           - Added method for setting the background color
23430           - Added handling for erasing the window background
23432 2004-08-20 13:45  jordi
23434         * TrackBar.cs: fixes timer, new properties and methods
23436 2004-08-20 13:34  jackson
23438         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
23439           correct thread
23441 2004-08-20 13:22  jackson
23443         * Timer.cs: Timer Tick events are now handed through Controls Async
23444           mechanism so the callbacks are executed in the same thread as X
23446 2004-08-20 13:19  jackson
23448         * XplatUIDriver.cs: Expose functionality to send async messages
23449           through the driver
23451 2004-08-20 13:18  jackson
23453         * Control.cs: Implement Begininvoke
23455 2004-08-20 13:14  jackson
23457         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
23458           messages through the driver
23460 2004-08-20 13:12  jackson
23462         * XplatUIX11.cs: Lock before all X operations. Also added Async
23463           method functionality through XSendEvent
23465 2004-08-20 13:11  jackson
23467         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
23468           This will screw up on 64 bit systems)
23470 2004-08-20 13:10  jackson
23472         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
23473           Async messages through X/Win32
23475 2004-08-19 19:39  pbartok
23477         * XplatUIX11.cs:
23478           - Updated code to match new HandleData.DeviceContext type
23480 2004-08-19 19:38  pbartok
23482         * HandleData.cs:
23483           - Made DeviceContext a generic object to allow usage from various
23484           drivers
23485           - Added support for queueing Windows messages
23487 2004-08-19 19:37  pbartok
23489         * XplatUIWin32.cs:
23490           - Added generation of MouseEnter, MouseLeave and MouseHover events
23491           - Added cleanup on EndPaint
23493 2004-08-19 19:17  pbartok
23495         * Control.cs:
23496           - Added handling of WM_MOUSEHOVER
23497           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
23498           code
23500 2004-08-19 18:55  jordi
23502         * ThemeGtk.cs: fixes button order
23504 2004-08-19 18:12  jordi
23506         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
23508 2004-08-19 17:09  pbartok
23510         * Control.cs:
23511           - Added Right property
23512           - Added RightToLeft property
23514 2004-08-19 16:27  jordi
23516         * ThemeGtk.cs: experimental GTK theme support
23518 2004-08-19 16:26  jordi
23520         * ITheme.cs, Theme.cs: move themes from an interface to a class
23522 2004-08-19 16:25  jordi
23524         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
23525           theme enhancaments
23527 2004-08-19 16:04  pbartok
23529         * XplatUIX11.cs:
23530           - Added colormap basics
23531           - Added a way to re-initialize with a different display handle
23532           - Fixed setting of the window background color
23533           - Added various X11 imports related to colors and colormaps
23535 2004-08-19 15:51  pbartok
23537         * X11Structs.cs:
23538           - Removed packing hints (Paolo suggested this a while back)
23539           - fixed colormap type
23540           - Added default Atom types
23541           - Added Screen and color structs and enums
23543 2004-08-19 15:39  pbartok
23545         * ImageList.cs:
23546           - Added missing Draw() method
23547           - Added missing RecreateHandle event
23549 2004-08-19 15:30  pbartok
23551         * Form.cs:
23552           - Added handling of WM_CLOSE
23554 2004-08-18 13:16  jordi
23556         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
23557           a table
23559 2004-08-18 09:56  jordi
23561         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
23563 2004-08-17 15:31  ravindra
23565         * SWF.csproj: Updated project.
23567 2004-08-17 15:25  pbartok
23569         * Control.cs:
23570           - Drawing improvement; don't call UpdateBounds if we are not visible
23571             (or have been minimized)
23573 2004-08-17 15:24  pbartok
23575         * XplatUIWin32.cs:
23576           - Finished IsVisible
23577           - Added Win32GetWindowPlacement
23579 2004-08-17 15:08  jackson
23581         * Panel.cs: Initial checkin of the Panel
23583 2004-08-17 14:25  pbartok
23585         * Control.cs:
23586           - Fixed broken handling of default window sizes
23588 2004-08-17 13:29  jackson
23590         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
23591           has a large startup time.
23593 2004-08-17 10:25  jackson
23595         * HandleData.cs: union areas properly
23597 2004-08-17 10:12  jackson
23599         * HandleData.cs: union areas properly
23601 2004-08-16 20:00  ravindra
23603         * ToolBar.cs, ToolBarButton.cs: Added attributes.
23605 2004-08-16 18:48  ravindra
23607         * ToolBar.cs: Added attributes.
23609 2004-08-16 17:17  ravindra
23611         * SWF.csproj: Updated project.
23613 2004-08-16 17:16  jackson
23615         * XplatUIX11.cs: Check for more expose events before sending a
23616           WM_PAINT so they can all be grouped together. This makes dragging a
23617           window across another window redraw in a sane way.
23619 2004-08-16 15:47  pbartok
23621         * Control.cs:
23622           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
23623             support OnMouseEnter/Leave()
23624           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
23625             exposure handling
23627 2004-08-16 15:46  pbartok
23629         * XplatUIStructs.cs, XplatUIX11.cs:
23630           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
23631           OnMouseEnter/Leave()
23633 2004-08-16 15:34  jackson
23635         * XplatUIX11.cs: Group multiple expose events in HandleData, make
23636           sure messages get the message field set to WM_NULL if they are not
23637           handled.
23639 2004-08-16 15:24  jackson
23641         * HandleData.cs: HandleData is used for storing message information
23642           for window handles
23644 2004-08-15 17:23  ravindra
23646         * ColorDepth.cs: Added attribute.
23648 2004-08-15 17:23  ravindra
23650         * SWF.csproj: Updated project for ToolBar Control.
23652 2004-08-15 17:20  ravindra
23654         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
23655           control and also dos2unix format.
23657 2004-08-15 17:13  ravindra
23659         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
23660           ToolBarButtonClickEventArgs.cs,
23661           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
23662           ToolBarTextAlign.cs: First Implementation of ToolBar control.
23664 2004-08-15 15:31  pbartok
23666         * ButtonBase.cs:
23667           - First (mostly) working version
23669 2004-08-13 16:15  pbartok
23671         * Control.cs:
23672           - Fixed Anchor default
23674 2004-08-13 15:43  pbartok
23676         * Control.cs:
23677           - Changed GetCursorPos signature
23679 2004-08-13 15:42  pbartok
23681         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
23682           - Changed signature for GetCursorPos
23684 2004-08-13 15:25  pbartok
23686         * XplatUIX11.cs:
23687           - Cleanup
23688           - Fixed resizing/exposure handling
23690 2004-08-13 15:22  jordi
23692         * ThemeWin32Classic.cs: removes redundant code and fixes issues
23693           with tickposition
23695 2004-08-13 14:55  jordi
23697         * TrackBar.cs: change from wndproc to events
23699 2004-08-13 13:00  jordi
23701         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
23702           XplatUIX11.cs: implements PointToClient (ScreenToClient)
23704 2004-08-13 12:53  pbartok
23706         * XplatUIWin32.cs:
23707           - Changed GetWindowPos to also provide client area size
23708           - Fixed broken prototypes for several win32 functions
23710 2004-08-13 12:53  pbartok
23712         * XplatUI.cs, XplatUIDriver.cs:
23713           - Changed GetWindowPos to also provide client area size
23715 2004-08-13 12:52  pbartok
23717         * XplatUIX11.cs:
23718           - Added generation of WM_POSCHANGED
23719           - Changed GetWindowPos to also provide client area size
23721 2004-08-13 12:52  pbartok
23723         * Control.cs:
23724           - Added Dispose() and destructor
23725           - Fixed resizing and bounds calculation
23726           - Fixed Layout
23727           - Added memory savings for invisible windows
23729 2004-08-13 12:46  jordi
23731         * TrackBar.cs: adds timer and grap window
23733 2004-08-13 10:25  jackson
23735         * Timer.cs: SWF Timer
23737 2004-08-12 16:59  pbartok
23739         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
23740           - Implemented method to get current mouse position
23742 2004-08-12 14:29  jordi
23744         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
23745           enhancement, fix mouse problems, highli thumb, etc
23747 2004-08-12 13:31  pbartok
23749         * Control.cs:
23750           - Fixed Anchoring bugs
23752 2004-08-12 13:01  jackson
23754         * StatusBar.cs: Don't forget things
23756 2004-08-12 12:54  jackson
23758         * ThemeWin32Classic.cs: Handle owner draw status bars
23760 2004-08-12 12:54  jackson
23762         * StatusBar.cs: Implement missing properties, events, and methods.
23763           Handle mouse clicking
23765 2004-08-12 10:19  jackson
23767         * StatusBarPanelClickEventArgs.cs,
23768           StatusBarPanelClickEventHandler.cs: Classes for handling status
23769           bar panel click events
23771 2004-08-12 10:10  jackson
23773         * Control.cs: Add missing properties
23775 2004-08-12 09:46  pbartok
23777         * BindingsManagerBase.cs:
23778           - Name changed to BindingManagerBase.cs
23780 2004-08-12 09:25  jordi
23782         * ScrollableControl.cs: calls ctrlbase instead of exeception
23784 2004-08-11 16:28  pbartok
23786         * InputLanguageChangingEventArgs.cs:
23787           - Never check in before compiling. Fixes the last check-in
23789 2004-08-11 16:26  pbartok
23791         * InputLanguageChangingEventArgs.cs:
23792           - More signature fixes
23794 2004-08-11 16:20  pbartok
23796         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
23797           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
23798           ImageListStreamer.cs, InputLanguage.cs,
23799           InputLanguageChangedEventArgs.cs,
23800           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
23801           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
23802           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
23803           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
23804           - Signature fixes
23806 2004-08-11 16:16  pbartok
23808         * Application.cs:
23809           - Fixed Signature
23810           - Added .Net 1.1 method
23812 2004-08-11 15:25  pbartok
23814         * SWF.csproj:
23815           - Fixed BindingManagerBase.cs filename
23817 2004-08-11 15:22  pbartok
23819         * BindingManagerBase.cs:
23820           - Was checked in with wrong filename
23822 2004-08-11 14:50  pbartok
23824         * SWF.csproj:
23825           - Updated
23827 2004-08-11 13:41  jordi
23829         * XplatUIWin32.cs: Fixes ClientRect
23831 2004-08-11 13:19  pbartok
23833         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
23834           XplatUIX11.cs:
23835           - We had SetWindowPos and MoveWindow to set window positions and
23836             size, removed MoveWindow. We have GetWindowPos, so it made sense to
23837             keep SetWindowPos as matching counterpart
23838           - Added some X11 sanity checking
23840 2004-08-11 12:59  pbartok
23842         * Control.cs:
23843           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
23844             (It seems that SetBounds is just a front for SetBoundsCore and
23845              SetBoundsCore updates the underlying window system and
23846              UpdateBounds is responsible for updating the variables associated
23847              with the Control and sending the events)
23848           - Major cleanup of Size handling; we now have two sizes, client_size
23849             and bounds. Bounds defines the window with decorations, client_size
23850             without them.
23852 2004-08-11 12:55  pbartok
23854         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
23855           - Added method to calculate difference between decorated window and
23856             raw client area
23858 2004-08-11 12:54  pbartok
23860         * Label.cs:
23861           - Forcing redraw on resize
23863 2004-08-11 11:43  pbartok
23865         * ImageList.cs:
23866           - Removed disposing of the actual images when the list is disposed
23868 2004-08-11 09:13  pbartok
23870         * Control.cs:
23871           - Now properly reparents windows
23873 2004-08-11 08:37  pbartok
23875         * Control.cs:
23876           - Duh!
23878 2004-08-11 07:47  pbartok
23880         * Control.cs:
23881           - Rewrote the collection stuff. Might not be as fast now, not
23882             keeping the number of children around and accessible directly, but
23883             it's more straightforward
23885 2004-08-11 07:44  pbartok
23887         * AccessibleObject.cs:
23888           - Fixed to match ControlCollection rewrite
23890 2004-08-11 07:43  pbartok
23892         * ImageList.cs:
23893           - Added missing creation of the collection list
23895 2004-08-10 20:08  jackson
23897         * StatusBar.cs: Get the paint message from WndProc
23899 2004-08-10 19:31  jackson
23901         * ThemeWin32Classic.cs: Create Brushes as little as possible
23903 2004-08-10 19:20  jackson
23905         * UICues.cs: Add Flags attribute
23907 2004-08-10 19:19  jackson
23909         * StatusBarPanel.cs: Signature cleanup
23911 2004-08-10 19:10  jackson
23913         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
23914           Initial implementation of status bar item drawing
23916 2004-08-10 17:27  jordi
23918         * TrackBar.cs: add missing methods, properties, and restructure to
23919           hide extra ones
23921 2004-08-10 16:24  jackson
23923         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
23924           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
23925           attribute
23927 2004-08-10 13:21  jordi
23929         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
23930           enhancements and standarize on win colors defaults
23932 2004-08-10 12:52  jackson
23934         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
23935           ThemeWin32Classic.cs: Implement DrawItem functionality
23937 2004-08-10 12:47  jordi
23939         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
23941 2004-08-10 12:32  jordi
23943         * Control.cs: throw ontextchange event
23945 2004-08-10 11:43  pbartok
23947         * Control.cs:
23948           - Added more to the still unfinished Dock/Anchor layout code
23950 2004-08-10 11:39  pbartok
23952         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
23953           - Added GetWindowPos method
23955 2004-08-10 11:36  pbartok
23957         * XplatUIWin32.cs:
23958           - Implemented several methods
23960 2004-08-10 09:47  jackson
23962         * TrackBar.cs: Allow control to handle buffering
23964 2004-08-10 09:41  jackson
23966         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
23968 2004-08-10 09:24  jackson
23970         * Label.cs, LinkLabel.cs: Let Control handle buffering.
23972 2004-08-10 09:09  jackson
23974         * StatusBar.cs: Let Control handle all the buffering.
23976 2004-08-10 09:08  jackson
23978         * Control.cs: Control will now handle the buffering code, so each
23979           control does not have to implement this.
23981 2004-08-10 08:34  jackson
23983         * XplatUIDriver.cs: Use default colors from the theme
23985 2004-08-09 17:12  pbartok
23987         * ImageList.cs:
23988           - Fixed several bugs Ravindra pointed out
23990 2004-08-09 16:11  pbartok
23992         * Control.cs:
23993           - Added incomplete dock layout code
23994           - Added support for mouse wheel
23996 2004-08-09 16:09  pbartok
23998         * XplatUIX11.cs:
23999           - Added handling for middle and right mousebutton
24000           - Added handling for mouse wheel
24001           - Added handling for key state and mouse state and position
24002           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
24003           messages
24005 2004-08-09 15:40  jackson
24007         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
24008           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
24009           checkin
24011 2004-08-09 15:37  jackson
24013         * StatusBar.cs: Initial implementation of StatusBar
24015 2004-08-09 15:36  jackson
24017         * ITheme.cs: Add support for drawing status bar and getting status
24018           bar item sizes
24020 2004-08-09 15:35  pbartok
24022         * MouseButtons.cs:
24023           - Fixed values
24025 2004-08-09 15:34  jackson
24027         * ThemeWin32Classic.cs: Add support for drawing status bar and get
24028           status bar item sizes
24030 2004-08-09 15:21  jackson
24032         * ThemeWin32Classic.cs: Use known colors for default control
24033           colours
24035 2004-08-09 15:12  jackson
24037         * ThemeWin32Classic.cs: Make the default font static, it is static
24038           in control so this doesn't change functionality and creating fonts
24039           is sloooooow.
24041 2004-08-09 14:56  pbartok
24043         * X11Structs.cs:
24044           - Added GrabMode enum
24046 2004-08-09 14:55  pbartok
24048         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
24049           - Removed Run method, was only required for initial development
24051 2004-08-09 14:51  pbartok
24053         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
24054           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
24055           capture
24057 2004-08-09 13:48  pbartok
24059         * XplatUIX11.cs:
24060           - Fixed default sizing for child windows
24062 2004-08-09 12:56  pbartok
24064         * XplatUIX11.cs:
24065           - Added generation of WM_DESTROY message
24066           - Added handling of window manager induced shutdown
24068 2004-08-09 11:31  jackson
24070         * ThemeWin32Classic.cs: New names for control properties
24072 2004-08-09 11:25  jackson
24074         * Control.cs: Use new color names
24076 2004-08-09 11:02  jackson
24078         * XplatUI.cs: Get default window properties from the theme
24080 2004-08-09 11:01  jackson
24082         * ITheme.cs: The theme engine now controls default window
24083           properties
24085 2004-08-09 11:00  jackson
24087         * ThemeWin32Classic.cs: Add default window color properties
24089 2004-08-09 10:17  jackson
24091         * ThemeWin32Classic.cs: Use correct default back color
24093 2004-08-09 10:05  jackson
24095         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
24096           the theme now.
24098 2004-08-09 09:56  jackson
24100         * XplatUI.cs: Remove defaults, these are handled by the theme now.
24102 2004-08-09 09:54  jackson
24104         * Control.cs: Get default properties from the theme.
24106 2004-08-09 09:53  jackson
24108         * ITheme.cs: Themes now handle default control properties
24110 2004-08-09 09:53  jackson
24112         * ThemeWin32Classic.cs: Themes now handle default control
24113           properties so coloring will be consistent
24115 2004-08-08 16:54  jordi
24117         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
24119 2004-08-08 15:08  jordi
24121         * XplatUIX11.cs: fixes keyboard crash
24123 2004-08-08 13:47  jordi
24125         * Label.cs: add cvs header info
24127 2004-08-08 12:09  jackson
24129         * ThemeWin32Classic.cs: Add pen_buttonface
24131 2004-08-08 11:52  jordi
24133         * Label.cs, LinkLabel.cs: [no log message]
24135 2004-08-08 11:34  jordi
24137         * ThemeWin32Classic.cs: Use Windows Standard Colours
24139 2004-08-07 17:32  jordi
24141         * TrackBar.cs: throw exceptions of invalid enums values
24143 2004-08-07 17:31  jordi
24145         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
24146           draw method name
24148 2004-08-07 16:56  jackson
24150         * HorizontalAlignment.cs: Initial checkin
24152 2004-08-07 13:16  jordi
24154         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
24155           methods
24157 2004-08-07 13:05  jordi
24159         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
24160           GetSysColor defines
24162 2004-08-06 18:01  pbartok
24164         * ThemeWin32Classic.cs:
24165           - Fixed some rounding issues with float/int
24167 2004-08-06 18:00  jackson
24169         * DockStyle.cs, AnchorStyles.cs:
24171                   Add flags and serializable attributes.
24173 2004-08-06 17:46  pbartok
24175         * XplatUIX11.cs:
24176           - Implemented GetParent
24178 2004-08-06 17:18  pbartok
24180         * TrackBar.cs:
24181           - Fixed some rounding issues with float/int
24183 2004-08-06 17:17  pbartok
24185         * X11Structs.cs, XplatUIX11.cs:
24186           - Fixed Refresh and Invalidate
24188 2004-08-06 15:30  pbartok
24190         * Control.cs, X11Structs.cs, XplatUIX11.cs:
24191           - Fixed recursive loop when resizing
24192           - Improved/fixed redrawing on expose messages
24194 2004-08-06 09:53  jordi
24196         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
24197           keyboard navigation
24199 2004-08-06 08:02  pbartok
24201         * X11Structs.cs, XplatUIX11.cs:
24202           - Fixed reparenting
24203           - Fixed window border creation
24205 2004-08-05 15:38  pbartok
24207         * XplatUIX11.cs:
24208           - Attempted fix for reparenting problems
24210 2004-08-04 15:14  pbartok
24212         * Control.cs:
24213           - Fixed Invalidation bug (calculated wrong client area)
24214           - Added ClientSize setter
24216 2004-08-04 15:13  pbartok
24218         * Form.cs:
24219           - Added AutoScale properties
24221 2004-08-04 15:13  pbartok
24223         * SWF.csproj:
24224           - Added latest files
24226 2004-08-04 14:11  pbartok
24228         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
24229           XplatUIX11.cs:
24230           - Added Invalidate handling
24232 2004-08-03 17:09  jordi
24234         * XplatUIDriver.cs: fixes spelling mistake
24236 2004-07-27 09:53  jordi
24238         * TrackBar.cs: fixes trackbar events, def classname, methods
24239           signature
24241 2004-07-27 09:29  jordi
24243         * ScrollBar.cs: fixes scrollbar events
24245 2004-07-27 04:38  jordi
24247         * Control.cs: changes to be able to run winforms samples
24249 2004-07-26 11:42  jordi
24251         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
24252           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
24254 2004-07-26 05:41  jordi
24256         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
24257           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
24258           implementation
24260 2004-07-22 09:22  jordi
24262         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
24263           check link overlapping, implement events, and fixes
24265 2004-07-21 10:28  jordi
24267         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
24269 2004-07-21 10:19  jordi
24271         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
24272           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
24273           LinkLabelLinkClickedEventArgs.cs,
24274           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
24275           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
24276           implementation
24278 2004-07-19 13:09  jordi
24280         * Control.cs, Label.cs: label control re-written: added missing
24281           functionlity, events, and properties
24283 2004-07-19 10:49  jordi
24285         * Control.cs: fixes SetBounds logic
24287 2004-07-19 01:29  jordi
24289         * Control.cs: Call RefreshWindow only if the window has created
24291 2004-07-15 14:05  pbartok
24293         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
24294           - Implemented ImageList and ImageList.ImageCollection classes
24295           - Added ColorDepth enumeration
24296           - Updated SWF VS.Net project
24298 2004-07-15 11:06  jordi
24300         * XplatUIStructs.cs: added MsgButons enum
24302 2004-07-15 11:03  jordi
24304         * Control.cs: added basic mouse handeling events
24306 2004-07-15 03:38  jordi
24308         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
24309           Vertical TrackBar control implementation
24311 2004-07-13 09:33  jordi
24313         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
24315 2004-07-13 09:31  jordi
24317         * Control.cs, Form.cs: commit: new properties and fixes form size
24318           problems
24320 2004-07-09 14:13  miguel
24322         * ProgressBar.cs: Spelling
24324 2004-07-09 11:25  pbartok
24326         * ProgressBar.cs:
24327           - Removed usage of Rectangle for drawing. Miguel pointed out it's
24328           faster
24330 2004-07-09 11:17  miguel
24332         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
24334                 * ProgressBar.cs: Fixed spelling for `block'
24336                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
24337                 style guidelines.
24339                 Avoid using the += on rect.X, that exposed a bug in the compiler.
24341 2004-07-08 23:21  pbartok
24343         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
24344           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
24345           BaseCollection.cs, Binding.cs, BindingContext.cs,
24346           BindingMemberInfo.cs, BindingsCollection.cs,
24347           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
24348           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
24349           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
24350           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
24351           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
24352           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
24353           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
24354           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
24355           FrameStyle.cs, GiveFeedbackEventArgs.cs,
24356           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
24357           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
24358           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
24359           InputLanguageChangedEventArgs.cs,
24360           InputLanguageChangedEventHandler.cs,
24361           InputLanguageChangingEventArgs.cs,
24362           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
24363           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
24364           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
24365           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
24366           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
24367           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
24368           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
24369           QueryAccessibilityHelpEventArgs.cs,
24370           QueryAccessibilityHelpEventHandler.cs,
24371           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
24372           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
24373           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
24374           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
24375           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
24376           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
24377           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
24378           XplatUIX11.cs, lang.cs:
24379           - Initial check-in