* TextBoxBase.cs: We move the caret with the split now, so we
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
blob892cc127d91d080fdd715ff195644df4fe1b9c8b
1 2007-01-02  Jackson Harper  <jackson@ximian.com>
3         * TextBoxBase.cs: We move the caret with the split now, so we
4         don't need to explicitly move the caret after splitting.  This
5         fixes the caret bumping down an extra line on Enter.
7 2007-01-02  Miguel de Icaza  <miguel@novell.com>
9         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
10         2.72). 
12         * ScrollableControl.cs: Add Scroll event.
14 2007-01-02  Mike Kestner  <mkestner@novell.com>
16         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
17         to fix all hdr height padding codepaths.  Fixes #80207.
19 2007-01-02  Chris Toshok  <toshok@ximian.com>
21         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
22         setting it to the Control defaults anyway, and it being after the
23         Dock set was screwing up layout.
24         (set_Dock): don't short circuit out of setting base.Dock.  Also,
25         no need to call UpdateStatusBar here, as it'll be re-layed out if
26         it needs to be.
28 2007-01-02  Mike Kestner  <mkestner@novell.com>
30         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
31         to header height for width == -1. Fixes the rest of #80207.
33 2007-01-02  Mike Kestner  <mkestner@novell.com>
35         * ListView.cs: rework the mouse event forwarding everaldo added
36         to translate the coordinates to the parent control not
37         raise the parent events until after we've done our work. Hover
38         needs more work, in the case where HoverSelection is on, because
39         the item control receives more than one MouseHover per Enter
40         event, so we need to ensure only the "first" hover gets forwarded.
41         Opening a minor bug for that.
43 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
45         * CheckedListBox.cs: Fixed SelectionMode to match MS.
46         * ListControl.cs: Implemented AllowSelection property. Removed extra
47         tabs.
48         * ListBox.cs: Implemented AllowSelection property.
50 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
52         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
53         SelectedItem, it prevent for errors when you must disable item
54         before perform click. Fixes #80409.
56 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
58         * MenuAPI.cs: Prevent second level and beyond submenus to close
59         until first level when move out side of popup.
60         
61 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
63         * MenuAPI.cs:
64         - Down submenu positin in three pixels.
65         - Closes sub menu when mouse leaves from menu. Fixes #80402.
67 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
69         * ThemeWin32Classic.cs:
70         - Fix popup menu size adding one pixel on the top.
71         - Down menu item border from two to one to mimic Win32.
72         - Some source identation fixes. 
74 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
76         * ThemeWin32Classic.cs: Use float numbers to calculate size and
77         position of menu arrows, it fix wrong arrow size.
79 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
81         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
82         instead of line, it simplify draw operation and fix it using 3D
83         borders to mimic Win32.
85 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
87         * StatusStrip.cs: Add implementation of the sizing grip.
89         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
90         StatusStrip rendering.
92 2006-12-31  Chris Toshok  <toshok@ximian.com>
94         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
95         override the layout style (anchor/dock) of the control.  assign to
96         Dock instead.  Fixes bug #80416.
98         * ToolStrip.cs: same.
100 2006-12-31  Andreia Gaita  <avidigal@novell.com>
102         * ContainerControl.cs: Use ContainerSelected flag to check if 
103         a Container is directly selected, or if Select is called on a 
104         non-container. If a container is directly selected, focus events 
105         should not be raised.
106         Apply #80411 patch to throw exception on set_ActiveControl if 
107         control is the same as the current one.
108         
109         * Control.cs: Use ContainerSelected flag (see above).
110         Add invalidation check to raise event but not invalidate if 
111         dimensions are 0.       
112         Apply #80411 patch.
113         
115 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
117         * MenuAPI.cs: After click, dont close popup menu when menu is
118         ContextMenu. Fixes #80399.
120 2006-12-30  Chris Toshok  <toshok@ximian.com>
122         * ContainerControl.cs: make sure we throw the exception if the
123         container control doesn't contain the control we're setting
124         ActiveControl to.
126 2006-12-30  Chris Toshok  <toshok@ximian.com>
128         * Control.cs (SetTopLevel): fix the exception raised by
129         SetTopLevel for child controls.
130         (set_Anchor): call UpdateDistances when setting the anchor type.
131         This fixes bug #80336.
133 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
135         * Theme.cs: For now, revert back to 8pt font.
137 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
139         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
140         Fixes #80395.
142 2006-12-29  Chris Toshok  <toshok@ximian.com>
144         * Control.cs: reorder the code in OnResize to give the same event
145         ordering as MS.
147 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
149         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
150         TileHorizontally and TileVertically.
151         
152 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
154         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
155         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
156         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
157         Corrected copyright and email adress.
159 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
161         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
162         of Exception in FullPath property if no TreeView is associated with
163         the TreeNode.
165 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
167         * Theme.cs: Marked default_font as private, and initialize it in ctor
168         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
169         on 2.0 profile.
170         * ThemeGtk.cs: Removed default_font intialization.
171         * ThemeWin32Classic.cs: Removed default_font initialization.
173 2006-12-28  Chris Toshok  <toshok@ximian.com>
175         * Control.cs: fix a couple of place where we were creating handles
176         more aggressively than we should be.  Fixes ControlRefresh unit
177         tests.
179 2006-12-28  Chris Toshok  <toshok@ximian.com>
181         * Control.cs: contrary to what the comment said, Control.Dock does
182         not supercede Control.Anchor - the last one you assign to decides
183         the layout behavior.  so we need to keep track of which was the
184         last set.  Also, fix some of the affected property arguments in
185         PerformLayout calls, and remove an redundant parent.PerformLayout
186         call in OnResized.
188         Add a VisibleInternal property, which returns is_visible.  We
189         can/should get rid of all the usage of this field elsewhere.
191 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
192         
193         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
194         control style, not DoubleBuffer. Added UseDoubleBuffering property
195         that indicates whether doublebuffering is enabled and supported.
196         (comment from and code based on Gert Driesen's patch in #80324).
197         Fixes #80324.
199 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
200         
201         * Control.cs: Fixed a NRE.
203 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
205         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
206         for 2.0.
208 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
210         * Control.cs: Rewrote double buffering, now a seperate
211         class handles all the buffering, no Graphics is disposed of
212         until the painting is finished (earlier implementation 
213         would crash if the control was resized in the OnPaint, 
214         since it would cause the double buffer to be recreated
215         and the old one disposed), a separate Graphics is 
216         created for every paint (MS behaviour and anyways the state
217         of the Graphics would have to be saved and restored otherwise)
218         
219         * XplatUIDriver.cs: 
220         * XplatUIX11.cs:
221         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
222         so that we can get the graphics for the back buffer without
223         having to create a new one and remove the offscreen_dc parameter
224         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
225         
226 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
228         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
229         Also make virtual all the key-related methods.
231         * ListViewItem.cs: Make virtual the key related methods for
232         ListViewSubItemCollection.
234 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
236         * ListView.cs:
237         * ListViewItem.cs:
238         * ThemeWin32Classic.cs:
239         * Theme.cs: Initial support for Tile view in ListView,
240         as well as the implementation of the required bits for it (Item
241         and Subitem).
243 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
245         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
246         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
247         Provide useful exception messages.
249 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
251         * TrackBar.cs: Remove a warning.
252         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
253         when used by DateTimePicker, fixes #80287. This also requires that 
254         MonthCalendar implements it's own drawing for the yearly updown control,
255         otherwise the Capture tracking would be too complicated. Removed the Click 
256         and DoubleClick events (according to comments they were hiding the base class
257         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
258         raise these events, not that they cannot be raised. It is possible to raise 
259         them by calling OnClick and OnDoubleClick). Added two internal fields in 
260         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
261         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
262         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
263         event, no longer needed.
264         
265 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
267         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
268         true if new value differs from current value.
270 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
272         * Control.cs: ControlCollection.Count must be public. Fixed build of
273         unit tests.
275 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
277         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
279 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
281         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
283 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
285         * Control.cs: Invalidates control including when Width and Height is 
286         equal zero or is not visible, only Paint event must be care about 
287         this. Fixes #79913.
289 2006-12-26  Chris Toshok  <toshok@ximian.com>
291         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
292         more corcompare work.
294         * DataGridView.cs: fix compiler warning.
296         * ColumnHeader.cs: some corcompare work, and also take the
297         opportunity to make the internal fields private.
299         * ListView.cs: fix the fallout from the above field change.
301 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
303         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
304         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
305         ToolStripTextBox.cs: Fixes to events and corcompare.
307 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
309         * ListView.cs: Call owner.OnMousexx event to propagate events from
310         item to ListView. Fixes #80367.
312 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
314         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
315         if value is less than one. ItemHeight should not be set to a value
316         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
317         Removed extra tabs.
319 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
321         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
322         * ToolStripStatusLabel.cs: Add Spring for Moma.
324 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
326         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
327         Fixed code formatting. Removed debug code.
328         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
330 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
332         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
333         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
334         ArgumentOutOfRangeException if ColumnCount is negative. In 
335         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
336         less than 4 or higher than 32768.
337         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
338         Fixed FormatProvider to return CurrentCulture unless explicitly set.
339         Fixed IsFormatProviderDefault to return true if FormatProvider has
340         not been explicitly set.
342 2006-12-25  Chris Toshok  <toshok@ximian.com>
344         * Application.cs: add a couple of 2.0 events.
346 2006-12-25  Chris Toshok  <toshok@ximian.com>
348         * Control.cs: fix compiler warning.
350         * AxHost.cs: corcompare fixes.
352         * ApplicationContext.cs: corcompare fixes.
354 2006-12-25  Chris Toshok  <toshok@ximian.com>
356         * Control.cs: only update dist_right/dist_bottom if the
357         width/height is > 0.  this fixes anchored controls being resized
358         smaller until they disappear and then resized larger again.
360 2006-12-25  Chris Toshok  <toshok@ximian.com>
362         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
363         since they're nothing more than X/Left and Y/Top, respectively.
365         Also, move back to a per-control Bitmap/Graphics for
366         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
367         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
368         Height.
370 2006-12-25  Miguel de Icaza  <miguel@novell.com>
372         * MessageBox.cs: Implemented overload that takes a new "bool
373         displayHelpButton" by adding a new internal field "show_help".
374         When clicked this will raise the HelpRequested on the owner or the
375         main form. 
377         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
378         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
380         * ListView.cs: Add support ColumnWidthChanged and
381         ColumnWidthChanging. 
383         Add support for ColumnReordered event.
384         (ReorderColumn): Add NET_2_0 specific support for cancelling the
385         reorder.
387         Very nice codebase!
389         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
391         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
393 2006-12-24  Chris Toshok  <toshok@ximian.com>
395         * GridTablesFactory.cs: 2.0 corcompare work.
397         * ToolStripContainer.cs: add "override" to
398         ContextMenuStripChanged, and remove the local event object.
400         * ToolStripDropDown.cs: same with a couple properties.
402         * ToolStripPanel.cs: same with AutoSizeChanged event.
404         * TextBoxBase.cs: add "override" to AutoSizeChanged.
406         * Form.cs: add the remaining 2.0 events, and do some corcompare
407         attribute work.
409         * DateTimePicker.cs: add "new" to padding.
411         * ButtonBase.cs: use Control's use_compatible_text_rendering.
413         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
415         * DataGridView.cs: PaddingChanged is overridden.
417 2006-12-24  Chris Toshok  <toshok@ximian.com>
419         * Control.cs: corecompare work here too.
421         * DataGridViewElement.cs, DataGridView.cs,
422         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
423         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
424         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
425         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
426         work.
428 2006-12-24  Miguel de Icaza  <miguel@novell.com>
430         * Control.cs: Switched the error message on the console for a
431         todo.  A review of the code will have to cope with this anyways
432         (since its a large feature, it is in our radar) and it was
433         producing too much output when running PDN.
435         * ToolStripComboBox.cs: Set the text when the SelectedIndex
436         changes.  Applications depend on this (PDN 2.72)
438 2006-12-23  Chris Toshok  <toshok@ximian.com>
440         * TableLayoutSettings.cs: finish up the corcompare work for this
441         class.
443 2006-12-23  Chris Toshok  <toshok@ximian.com>
445         * Control.cs: make SetImplicitBounds internal, do some futzing
446         with LayoutEngine so that it's available in 1.1, and remove the
447         entire duplicated code mess from PerformLayout.  Use
448         System.Windows.Forms.Layout.DefaultLayout instead.
450         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
452 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
454         * Form.cs: Add MainMenuStrip property.
456 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
458         * Control.cs: Add ContextMenuStrip property and implementation.
459         Fix ContextMenu implementation to show menu centered on control when
460         activated using the keyboard instead of showing at screen (0,0).
462         * ToolStripDropDown.cs: Fix needed overload of Show ().
464 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
466         * Menu.cs: Name property added for 2.0 profile.
467         
468 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
470         * Menu.cs: Update information about FindMenuItem, method to be
471         implemented soon.
473 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
475         * MenuAPI.cs: When deselect items deselect also selected subitems.
476         
477 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
479         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
480         FindSubItemByCoord to found itens that is not active, also an
481         cheking added to FindSubItemByCoord to search for items only 
482         in visible popup windows. Fixes #80274.
484 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
486         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
487         internal property, it be care about change ExStyle. 
489 2006-12-22  Andreia Gaita  <avidigal@novell.com>
491         * ContainerControl.cs: set activeControl for parent forms up the 
492         tree when the new activecontrol is a container.
493         When validating the active control, if it is a container, also
494         raise up the validation for it's active control. Fixes #80280
495         
496         * Control.cs: Add internal property flag and check to prevent
497         Focus events from getting raised when Select() is called for
498         a ContainerControl. There are still too many focus events being
499         raised at the moment though.
500         Cleaned up the code a bit.
502 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
504         * Control.cs: Added all missing 2.0 events.and
505         fixed a couple of corcompare issues.
506         * TrackBar.cs: Implemented missing 2.0 bits.
507         * MonthCalendar.cs, 
508         * DateTimePicker.cs, 
509         * MdiClient.cs: Fixed some corcompare issues.
511 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
513         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
514         SplitterPanel.cs: corecompare work.
516 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
518         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
519         Clean up warnings for BackgroundImageChanged and PaddingChanged
520         events now that they are implemented in Control.cs.
522 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
524         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
525         
526         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
527         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
528         of TableLayoutPanel and supporting cast.
530 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
532         * XplatUIWin32.cs: 
533         - GrabWindow now confines the mouse pointer to the confine window.
534         - Added Win32ClipCursor and Win32GetClipCursor.
536         * Control.cs: 
537         - Added CaptureWithConfine to be able to capture and confine 
538         mouse pointer.
539         
540         * InternalWindowManager.cs: 
541         - Call CaptureWithConfine instead of Capture if we're an
542         MdiChild (fixes #79982).
544 2006-12-21  Chris Toshok  <toshok@ximian.com>
546         * DataGrid.cs: guard against the initial state of selection, where
547         selection_start == -1.  make sure we only select from index >= 0.
548         Fixes bug #80291.
550 2006-12-21  Chris Toshok  <toshok@ximian.com>
552         * Control.cs: we don't need to be so draconian with
553         UpdateDistances, and we thusly don't need to call it before
554         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
556 2006-12-21  Daniel Nauck  <dna@mono-project.de>
558         * ComboBox.cs,
559         TextBox.cs: Implemented AutoComplete properties.
561 2006-12-20  Chris Toshok  <toshok@ximian.com>
563         * DataGridView*.cs: some corecompare work.
565 2006-12-20  Jackson Harper  <jackson@ximian.com>
567         * XplatUIX11.cs: We need to hide the caret when deleting it,
568         otherwise you get carets left lying around everywhere.
569         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
570         prevents getting some weird half drawn caret tracers when
571         scrolling.
572         * TextControl.cs: Attempt to reduce the number of times we need to
573         recreate the caret.
575 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
577         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
579 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
581         * DateTimePicker.cs:
582         - Implemented missing 2.0 bits.
583         - Changed some default values to match MS.
584         
585 2006-12-20  Jackson Harper  <jackson@ximian.com>
587         * TextBoxBase.cs: When changing the font across the document we
588         can't recalculate after changing each line, since that will cahnge
589         the line count.
590         - PreferredHeight is a little different than i thought.
591         - When backspacing, move the caret before we do the actual char
592         delete, because when that delete crosses a wrap boundary the
593         positional information will change.
595 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
597         * Control.cs: Added some missing 2.0 bits: 
598         BackgroundImageLayout, BackgroundImageLayoutChanged, 
599         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
600         add IBindableComponent and IDropTarget implementation.
601         
602         * MonthCalendar.cs: 
603         - Added all missing 2.0 features:
604         BackgroundImageLayout, RightToLeftLayout, 
605         OnHandleDestroyed, RightToLeftLayoutChanged, 
606         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
607         PaddingChanged.
608         - Rewrote all the BoldDate code, it was completely broken.
609         - Fixed all the tests (the tests can now be re-enabled, the
610         problems were not with the tests, but with the control, it was
611         mostly broken).
612         
613         * DateTimePicker.cs: Changed the location where the 
614         MonthCalendar is shown.
615         
616 2006-12-19  Chris Toshok  <toshok@ximian.com>
618         * DataGridView.cs: add IDropTarget implementation.
620         * ToolStripPanel.cs: add IDropTarget implementation.
622 2006-12-19  Jackson Harper  <jackson@ximian.com>
624         * TextControl.cs: soft now means something different than what it
625         used to mean, we want to move the caret regardless of whether or
626         not this break was soft (would we really have wanted the caret
627         to not move with the break in the old context?)
628         * TreeView.cs: Make sure we factor in the vert scrollbar when
629         calculating the horizontal scrollbar's maximum.
631 2006-12-19  Andreia Gaita  <avidigal@novell.org>
633         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
634         check for keywords in alternate casing, close bug #80049.
636 2006-12-19  Chris Toshok  <toshok@ximian.com>
638         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
639         methods (which all do nothing).
641         * IDropTarget.cs: add the 4 missing methods.
643 2006-12-19  Chris Toshok  <toshok@ximian.com>
645         * TableLayoutRowStyleCollection.cs: corcompare work.
646         
647         * TableLayoutSettings.cs: same.
649         * TableLayoutStyle.cs: same.
651         * TableLayoutColumnStyleCollection.cs: same.
653 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
655         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
656         TableLayoutPanel I've had in my local tree for way too long.
658 2006-12-19  Miguel de Icaza  <miguel@novell.com>
660         * TableLayoutSettings.cs: Finish the public API (still needs all
661         the logic to update on changes). 
663         * TableLayoutPanelCellPosition.cs: new file.
664         
665         * TableLayoutRowStyleCollection.cs,
666         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
667         TableLayoutSettings.cs: Track the final 2.0 table api.
669 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
671         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
672         and Image List 2.0 members for ColummnHeader.
673         * ListView.cs: Add key-related 2.0 methods for
674         ColumnHeaderCollection.
676 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
678         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
679         ArgumentNullException if items argument is null. Ignore null item in
680         arrays. Removed extra tabs.
682 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
684         * MonthCalendar.cs: Fixed InvalidCastException.
686 2006-12-19  Jackson Harper  <jackson@ximian.com>
688         * TextControl.cs: Don't increment the position here.
689         - When calculating char positions only add in the line break size
690         for hard line breaks.
692 2006-12-19  Andreia Gaita  <avidigal@novell.org>
694         * SendKeys.cs: Changed some things to match ms.net behaviour
695         when parsing shifted capital letters.
696         
697         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
698         Add window handle as parameter to SendInput. X11 needs the 
699         window handle, and the handle being passed      to it in the keys 
700         queue is the active control handle (which windows needs), not 
701         the window handle.
702         
703         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
704         to support SendKeys on X.       
705         
706         * X11Keyboard: Implement helper method to lookup a linux keycode
707         given the virtual keycode. Added table of keycode-2-virtualkey
708         values to support this.
710 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
712         * ListView.cs: Add support for SelectedIndexCollection
713         and SelectedItemCollection 2.0 methods. Implement support
714         for ImageKey too.
715         * ListViewItem.cs: Add support for ListViewSubItemCollection
716         2.0 methods. Also, fix an incorrect behavior of AddRange method
717         (it shouldn't call Clear).
718         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
720 2006-12-19  Jackson Harper  <jackson@ximian.com>
722         * RichTextBox.cs: 
723         * TextBoxBase.cs: New args for FormatText
724         * TextControl.cs: Rewrote the main drawing method, this version
725         feels a little easier to understand and debug to me.  Hopefully it
726         does to others also
727         - Fix FormatText to OR in the new formating values.  Added
728         FormatSpecified param, basically this works in the same way as
729         BoundsSpecified in Control.
730         - Set the caret properties when the caret is positioned.
731         - When wrapping text make sure that we calculate the width of the
732         last character
733         - when calculating alignments we might have wrapped down to the
734         next line, so don't search for an individual tag, search for the
735         end of the line
736         - We need to invalidate the selection area when we replace the
737         selection.
738         
739 2006-12-19  Daniel Nauck  <dna@mono-project.de>
741         * Application.cs: add Restart () 2.0 support
743 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
745         * MenuItem.cs: Invalidate menu item rectangle after change Enable
746         property. Fixes #80268.
747         
748 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
750         * MenuAPI.cs: Dont trigger select event when closes top menu
751         item. Fixes #80270.
753 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
755         * MenuAPI.cs: When you click on menuitem only trigger onselect
756         event for top menu itens. Fixes #80271.
757         
758 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
760         * MdiWindowManager.cs: Make IconicBounds depend on
761         the bottom of MdiClient, not the top (fixes #80267)
762         
763 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
765         * MdiClient.cs: Added missing 2.0 attribute
767 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
769         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
770         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
772 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
774         * MenuAPI.cs: Fix click when menuitem is not popup,
775         this regression was caused by last commit (#80272).
777 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
779         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
780         fire click event or close menu. Fixes #80272.
782 2006-12-17  Daniel Nauck  <dna@mono-project.de>
784         * ListViewHitTestInfo.cs: add
786 2006-12-17  Daniel Nauck  <dna@mono-project.de>
788         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
789         * FlatButtonAppearance.cs: add
790         * DockingAttribute.cs: add
792 2006-12-17  Chris Toshok  <toshok@ximian.com>
794         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
795         and rebind our columns when it does - this way, if you make
796         changes to the DataTable (or set the Table attribute on a DataView
797         after setting it as the DataGrid's DataSource, the changes are
798         made visible.)  Fixes bug #80107.
800 2006-12-17  Daniel Nauck  <dna@mono-project.de>
802         * ListViewGroup.cs: add internal Location property for layouting.
803         * Theme.cs: add abstract ListViewGroupHeight function.
804         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
806 2006-12-16  Andreia Gaita  <avidigal@novell.com>
808         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
809         Added reset of selected index to 0 when adding first tab page.
810         Fixes #80264
811         
812         * NumericUpDown.cs: Fix NET_2_0 check
814 2006-12-16  Daniel Nauck  <dna@mono-project.de>
816         * ListViewGroup.cs: fixed DefaultValueAttribute value
818 2006-12-16  Daniel Nauck  <dna@mono-project.de>
820         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
822 2006-12-15  Miguel de Icaza  <miguel@novell.com>
824         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
825         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
826         ScrollableControl.cs: Add a handful of methods that are
827         overwritten in 2.0 
829 2006-12-15  Chris Toshok  <toshok@ximian.com>
831         * XplatUIWin32.cs: initial implementation of the Reversible
832         drawing functions.  there are some problems.  DrawReversibleFrame
833         doesn't seem to work at all for Dashed FrameStyle, and in the
834         Thick case there are drawing errors at the corners (we probably
835         need to bind Rectangle instead of doing moveto/lineto's.)
837 2006-12-16  Andreia Gaita  <avidigal@novell.com>
838         
839         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
840         to send blocks of key messages. Send accumulates keys to send with Flush, 
841         while SendWait sends all keys immediately.
842                 
843         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
844         XplatUIX11.cs,  XplatUIX11-new.cs:
845         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
846         to Win32 SendInput.
847         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
848         
849         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
850         testing for ms.net on this class is very tricky, as the tests run too fast 
851         to allow the hook to release, essentially freezing the keyboard and the 
852         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
853         category :p
855 2006-12-16  Daniel Nauck  <dna@mono-project.de>
857         * Padding.cs: fixed serialization compability to MS ("_var" field names),
858                         added missing attributes.
860 2006-12-15  Daniel Nauck  <dna@mono-project.de>
862         * ListViewGroup.cs: Added missing attributes.
863         * ListViewGroupCollection.cs: Added missing attributes.
865 2006-12-15  Daniel Nauck  <dna@mono-project.de>
867         * ListViewItem.cs: fixed ListViewSubItem text property.
869 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
870         
871         * Control.cs: Added missing 2.0 attributes
872         
873 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
874         
875         * MdiClient.cs: Added missing 2.0 attribute.
876         * MonthCalendar.cs: Added some missing 2.0 attributes 
877         and properties.
878         
879 2006-12-15  Daniel Nauck  <dna@mono-project.de>
881         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
883 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
885         * MainMenu.cs: Add the new 2.0 constructor to help out people
886         using the MainMenu in VS2005.
888 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
889         
890         * MdiChildContext.cs: Removed it, no longer used.
891         * MdiClient.cs: Added missing 2.0 attributes.
892         
893 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
894         
895         * InternalWindowManager.cs: Fix a NullRef with previous 
896         changes for toolwindows.
897         
898 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
900         * Control.cs: 
901         - Added AfterTopMostControl to allow for certain controls 
902         to always stay on top when normal controls are brought to 
903         front.
904         
905         * XplatUIWin32.cs: 
906         - (DrawInversibleRectangle): Get window rectangle from Win32 
907         in stead of from control, since Win32 doesn't calculate
908         screen coords correctly from control's Location if it 
909         have docked siblings.
910         
911         * MdiWindowManager.cs:
912         - Correct the control menu popup location when clicked on
913         the maximized form icon. (fixes #80223.1)
914         - Don't show moving rectangle if mouse hasn't moved from
915         the original clicked point.
916         - Removed FormGotFocus handler (not used).
917         - Calculate the control buttons location from the main
918         window's size and not client size (fixes #79770).
919         - Form is now closed when the form icon is double-clicked
920         (fixes #79775). 
921         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
922         
923         * InternalWindowManager.cs:
924         - Moved some MDI-only methods to MdiWindowManager.
925         - Removed unused properties and methods.
926         - Unified method naming for methods handling wm messages.
927         - Moved all message handling to seperate methods for
928         each message.
929         
930         * ThemeWin32Classic.cs:
931         - DrawManagedWindowDecorations now draws the title bar 
932         with a gradient brush.
933         - Add a CPDrawButtonInternal that allows us to specify
934         light, normal and dark colors for the buttons (control 
935         buttons for MDI children were drawn with the same light
936         color as the background, therefore loosing the 3D effect).
937         
938         * SizeGrip.cs:
939         - Add a CapturedControl property that is used to 
940         determine the control to resize (defaults to parent). 
941         Needed for MdiClient, since its SizeGrip's parent is
942         MdiClient, but the control to resize is the main form.
943         
944         * MdiClient.cs:
945         - Set SizeGrip's CapturedControl to the main form in order
946         to resize the main form and not the MdiClient.
947         - Override AfterTopMostControl to leave the scrollbars 
948         always on top.
950 2006-12-15  Daniel Nauck  <dna@mono-project.de>
952         * ListView.cs: fixed ListViewItemCollection AddRange and
953                         implemented ListViewItemCollection AddRange 2.0 support.
955 2006-12-15  Daniel Nauck  <dna@mono-project.de>
957         * ListViewGroup.cs: Add.
958         * ListViewGroupCollection.cs: Add
959         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
960         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
961                                 stub for ImageKey 2.0 support.
963 2006-12-14  Mike Kestner  <mkestner@novell.com>
965         * ListView.cs: add text padding to the autocalculation for columns
966         of width -2.  Fixes #80207.
968 2006-12-14  Mike Kestner  <mkestner@novell.com>
970         * ListView.cs: add some index guarding for partial row navigation 
971         logic.  Fixes #80250.
973 2006-12-14  Mike Kestner  <mkestner@novell.com>
975         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
976         are added or inserted to the collection.  Fixes #81099.
978 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
980         * MenuAPI.cs: Closes menu when right click out side of popup
981         it fix problem in ContextMenu and MainMenu. Fixes #80252.
983 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
985         * ListViewItem.cs: Fix dumb error.
987         * ListView.cs: Add Find and ContainsKey methods in 
988         ListViewItemCollection, and also return true for IsReadOnly
989         and IsFixedSize (changes for 2.0). 
991 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
993         * Control.cs: Allow Region to be set to null.
995 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
997         * MdiWindowManager.cs: Remove unused (commented out) code.
998         * Form.cs: When the MdiChild is maximized, the form needs 
999         WM_NCMOUSELEAVE, so request it.
1000         * InternalWindowManager.cs: 
1001         - Added tooltips to control buttons.
1002         - Removed duplicated control button handling code.
1003         - Removed unused (commented out) code.
1004         
1005 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
1007         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
1008         was used because we must set cursor without trigger ChangeCursor event
1009         and without change Cursor control property. Fixes #79963.
1011 2006-12-12  Andreia Gaita  <avidigal@novell.com>
1012         
1013         * Control.cs: Check if Region setter value is null, and ignore
1015 2006-12-12  Jackson Harper  <jackson@ximian.com>
1017         * TextControl.cs: We were almost always drawing one more line then
1018         needed, since the GetLineByPixel will return the last line found
1019         at that pixel. In most cases though, we were invalidating up to
1020         the junction between two lines.
1021         - Improve debug code.
1023 2006-12-12  Chris Toshok  <toshok@ximian.com>
1025         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
1026         and FillReversibleRectangle.
1028         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
1029         and FillReversibleRectangle.
1031         * XplatUIWin32.cs: add stubs which do nothing for
1032         DrawReversibleFrame, DrawReversibleLine, and
1033         FillReversibleRectangle.
1035         * XplatUIOSX.cs: add stubs which raise NIE for
1036         DrawReversibleFrame, DrawReversibleLine, and
1037         FillReversibleRectangle.
1039         * XplatUIX11.cs: add working implementation for
1040         DrawReversibleFrame, DrawReversibleLine, and
1041         FillReversibleRectangle.
1042         
1043         * ControlPaint.cs: implement DrawReversibleFrame,
1044         DrawReversibleLine, and FillReversibleRectangle, by calling into
1045         the appropriate XplatUI method.
1047 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1049         * Form.cs: Make MdiClient have the focus even if it's
1050         not selectable, since it should receive WM_KEY* and WM_MOUSE 
1051         messages. Fixes #79907.
1052         
1053 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1055         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
1056         queried after the window is created.
1057         
1058         * XplatUIX11.cs: Added SendParentNotify to implement 
1059         WM_PARENTNOTIFY logic. Fixes #79965.
1060         
1061         * Control.cs: Added MakeParam.
1062         
1063 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1065         * MdiClient.cs: Resume Layout before setting window
1066         states (fixes #80201).
1068 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1070         * MenuAPI.cs: Deselect a menu item after performing
1071         the click (fixes #80197).
1073 2006-12-11  Jackson Harper  <jackson@ximian.com>
1075         * TextBoxBase.cs: We need to cap this value, since Maximum -
1076         ViewPortHeight can be less than zero.
1077         - Only do selection with the left mouse button.
1078         * TextBox.cs: Don't tell the world that we have a context menu.
1079         * Control.cs: New method so that we can control whether or not the
1080         context menu is visible outside MWF.
1082 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
1084         * ToolBarButton.cs: Fix text positon. 
1086 2006-12-11  Miguel de Icaza  <miguel@novell.com>
1088         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
1090         * Control.cs (DoubleBuffered): Add implementation.
1092         * Application.cs (OpenForms): Add.
1094 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
1096         * Form.cs: Use opacity instead of Opactiy to determine if we need
1097         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
1099 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
1101         * Control.cs: Fix NRE if Control.Site was set to null.
1103 2006-12-11  Chris Toshok  <toshok@ximian.com>
1105         * Control.cs: ControlCollection.Remove should return if the arg is
1106         null, and ControlCollection.SetChildIndex should raise a ANE.
1108 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
1110         * Control.cs: Verify value set for Dock property. Code formatting
1111         updates.
1113 2006-12-11  Jackson Harper  <jackson@ximian.com>
1115         * TextControl.cs: Draw the caret and the selection when a flag is
1116         set on the owner.
1117         * TextBoxBase.cs: We want to draw the caret and the selection for
1118         TextBox but not for TextBoxBase.
1119         - If the window is resized and scrolling is no longer needed (the
1120         whole doc is visible) set the scroll position to zero.
1121         - The default SelectWord (the one TextBox uses) should move the
1122         caret to the end of the word.
1123         - SelectAll moves the caret to the end of the selection.
1124         * TextBox.cs: We don't selectall on focus, we just do it when the
1125         control is created.
1126         
1127 2006-12-11  Mike Kestner  <mkestner@novell.com>
1129         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
1131 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1133         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
1134         2.0 support.
1135         * ListViewItem.cs: Add Name 2.0 property.
1137 2006-12-11  Andreia Gaita  <avidigal@novell.com>
1139         * TabControl.cs: Set visibility on selected or default tab 
1140         when tabcontrol handle is created, so that it's contents
1141         actually show up (duh). Fixes #80193
1142         Don't redraw the control if there is no handle created, as
1143         the selected index might be completely invalid. Added some tests
1144         to check for this.
1146 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
1148         * ToolBar.cs: Uses maximun width and height of all buttons as 
1149         button rectangle when ButtonSize specified, it looks strange but
1150         is what happens in Win32. Fixes #80189.
1152 2006-12-11  Jackson Harper  <jackson@ximian.com>
1154         * TextControl.cs: Need to track undo levels ourself, since
1155         compound actions will mess them up.
1157 2006-12-10  Andreia Gaita  <avidigal@novell.com>
1159         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
1160         SelectedIndex value is changed (even if it's not valid).
1161         Reset SelectedIndex to 0 when the handle is created and if
1162         the current index is invalid.
1163         Fixes SelectdeIndex unit tests and #80128
1165 2006-12-08  Chris Toshok  <toshok@ximian.com>
1167         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
1168         calls EndEdit, it needs to be called before we set current_cell to
1169         its new value.  Otherwise, we end up committing the value in the
1170         textbox to the new cell as well.  Fixes bug #80160.
1172 2006-12-08  Chris Toshok  <toshok@ximian.com>
1174         * Form.cs (set_CancelButton): if the button's DialogResult is
1175         None, set it to Cancel.  Fixes bug 80180.
1177 2006-12-08  Jackson Harper  <jackson@ximian.com>
1179         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
1180         to watch ourselves when setting the canvas size and setting the
1181         scrollbar values.
1183 2006-12-08  Chris Toshok  <toshok@ximian.com>
1185         * DataGrid.cs: comment out the two MakeTransparent calls for the
1186         time being so people using trunk (and not 1.2.2) on windows can
1187         actually use the datagrid.  This deals with bug #80151.
1189 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
1191         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
1192         Graphics.DrawImage (image, int, int, int, int) overload instead
1193         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
1194         the dpi difference and was blurring images it drew.
1195         [Fixes bug #79960]
1197 2006-12-08  Chris Toshok  <toshok@ximian.com>
1199         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
1200         rowcnt is 0 (such as with an empty datasource), and make sure we
1201         initialize not_usedarea.Y to cells.Y, so we don't draw over the
1202         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
1204 2006-12-08  Chris Toshok  <toshok@ximian.com>
1206         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
1207         grid.
1209 2006-12-08  Chris Toshok  <toshok@ximian.com>
1211         [ Fixes bug #80167 ]
1212         
1213         * ThemeWin32Classic.cs: don't draw the image if the button's flat
1214         style is FlatStyle.System.
1216         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
1217         ButtonBase.flat_style private, and switch uses of it to the public
1218         property.
1219         
1220 2006-12-08  Chris Toshok  <toshok@ximian.com>
1222         [ Fixes bug #80121 ]
1223         
1224         * ThemeWin32Classic.cs: center the caption text in the datagrid
1225         when we draw it.
1227         * DataGrid.cs: lessen the amount we add to the caption height from
1228         6 to 2.  6 was making it huge.
1230 2006-12-08  Andreia Gaita  <avidigal@novell.com>
1232         * UpDownBase: Handle MouseWheel call directly instead of capturing
1233         the inner textbox's OnMouseWheel. Fixes #80166
1235 2006-12-08  Jackson Harper  <jackson@ximian.com>
1237         * TextControl.cs: We need to invalidate the textbox when we empty
1238         it (how had this not been discovered before?)
1240 2006-12-08  Jackson Harper  <jackson@ximian.com>
1242         * TextBoxBase.cs: Reworked the mouse down code so I could get it
1243         to behave like MS, we now ignore the eventargs.Click and just
1244         track state ourself, which we were already doing anyways.
1245         - Constrain the double click handler to the double click size.
1246         
1247 2006-12-08  Chris Toshok  <toshok@ximian.com>
1249         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
1250         direction if that scrollbar isn't shown.  fixes bug #80158.
1252 2006-12-08  Andreia Gaita  <avidigal@novell.com>
1254         * NumericUpDown.cs: Update value on getter. Fixes #79950
1256 2006-12-08  Chris Toshok  <toshok@ximian.com>
1258         * MenuItem.cs: add back in the event cloning code.  I didn't know
1259         how to do it in the face of the EventHandlerList work i'd done
1260         last week.  Fixes bug #80183.
1262 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
1264         * Control.cs: Add an invalidate to the BackgroundImage setter.
1265         [Fixes 80184]
1267 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
1269         * ToolStrip*: Add some small properties reported by MoMA, fix event
1270         firing and default properties based off of unit tests, and add some
1271         attributes based off of the class status page.
1273 2006-12-07  Jackson Harper  <jackson@ximian.com>
1275         * TextBoxBase.cs: Take HideSelection into account when determining
1276         whether or not to show the selection.
1277         * RichTextBox.cs: After inserting the RTF into the document move
1278         the cursor to the beginning of the document.
1280 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
1282         * Control.cs: Remove static ArrayList "controls" which maintained
1283         a reference to every control created.
1284         * Application.cs: Create a static FormCollection to maintain a reference
1285         to every form created.  Use it in places that formerly enumerated through
1286         the controls one looking for forms.
1287         * Form.cs: Add and remove self from above FormCollection.
1289 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
1291         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
1292           not libgdk (though it makes me wonder why I didn't have any
1293           problems)
1295 2006-12-07  Chris Toshok  <toshok@ximian.com>
1297         [ you had to know this was coming after that last commit...]
1298         
1299         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
1300         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
1301         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
1302         XCopyArea).
1304 2006-12-07  Chris Toshok  <toshok@ximian.com>
1306         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
1307         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
1308         all the behavior we need for double buffering.
1310         * XplatUIDriver.cs: implement the 3 double buffer methods using a
1311         client side Bitmap, just like the old Control-based double buffer
1312         code did.  The methods are virtual, so each XplatUI driver
1313         subclass can replace the implementation to use a faster, platform
1314         specific approach.
1316         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
1317         double buffer code, and clean things up a bit in the process.
1319 2006-12-06  Chris Toshok  <toshok@ximian.com>
1321         * Control.cs: reindent WndProc.
1323 2006-12-06  Chris Toshok  <toshok@ximian.com>
1325         [ I wanna be like BenM when I grow up ]
1326         
1327         * Hwnd.cs: create a single static Graphics object on the static
1328         Bitmap we create.  use this for our text measurements.
1330         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
1331         This was causing us to allocate a backbuffer for every control,
1332         even when it wasn't flagged as double buffered.  Instead use the
1333         single graphics instance.  This might have implications for
1334         multithreaded applications.  If we run into problems we can switch
1335         to creating 1 Graphics per control, on the static Hwnd bitmap.
1337         this change nets us a 7M savings in private dirty mappings when
1338         running FormsTest.exe.
1340 2006-12-06  Chris Toshok  <toshok@ximian.com>
1342         * ListView.cs: the BackgroundImage override is just to set
1343         attributes.  chain up to base.BackgroundImage.
1345         * RichTextBox.cs: same.
1347         * ToolBar.cs: same, but we need to also redraw the toolbar when it
1348         changes, so instead a handler for BackgroundImageChanged.
1349         
1350         * Control.cs: make background_image private.
1352 2006-12-06  Chris Toshok  <toshok@ximian.com>
1354         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
1355         sure we even need this assignment, but roll with it for now.
1357         * Control.cs: make the cursor field private.
1359 2006-12-06  Chris Toshok  <toshok@ximian.com>
1361         * Form.cs: we don't need to explicitly set ImeMode to
1362         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
1363         behavior in the face of ImeMode.Inherit.
1365         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
1366         change the ctor's assignment to use ImeMode instead of ime_mode.
1368         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
1369         ImeModeInherit.  Only check for the parent's imemode (and return
1370         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
1371         This fixes the button unit test, which sets both ImeMode and
1372         DefaultImeMode to ImeMode.Disable.
1374         also make the ime_mode field private.
1376 2006-12-06  Chris Toshok  <toshok@ximian.com>
1378         * Control.cs: make control_style private.
1380         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
1381         setting the styles to true, then setting them to false instead of
1382         reverting to their previous values.
1384         also, call SetStyle on the scrollbars instead of using
1385         control_style directly.
1387 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
1389         * FormCollection.cs: Implement. [2.0]
1391 2006-12-06  Chris Toshok  <toshok@ximian.com>
1393         * Control.cs: make tab_stop private.
1395         * Label.cs: set TabStop, not tab_stop.  reformat some event
1396         add/remove methods to make them more compact.
1398 2006-12-06  Chris Toshok  <toshok@ximian.com>
1400         * RadioButton.cs: fix TabStop handling.
1402 2006-12-06  Chris Toshok  <toshok@ximian.com>
1404         * TextBox.cs: remove the explicit assignments to has_focus.
1405         Control does that.
1407         * ButtonBase.cs: remove the assignment to has_focus.  Control will
1408         manage that.
1409         
1410 2006-12-06  Chris Toshok  <toshok@ximian.com>
1412         * ButtonBase.cs: remove all uses of is_enabled from this code.
1413         it's always true when any of the code containing the checks is
1414         executed.
1416 2006-12-06  Chris Toshok  <toshok@ximian.com>
1418         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
1419         with different semantics (some are present in both 1.1 and 2.0
1420         profiles) so that we match MS's behavior in our unit tests.
1422 2006-12-06  Jackson Harper  <jackson@ximian.com>
1424         * TextControl.cs: Make this operation undoable.
1425         * TextBoxBase.cs: Factor the border width into the preferred
1426         height.
1427         - implement Modified as per the spec.
1429 2006-12-06  Chris Toshok  <toshok@ximian.com>
1431         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
1433 2006-12-06  Chris Toshok  <toshok@ximian.com>
1435         * Control.cs: make right_to_left and context_menu fields private.
1437 2006-12-06  Chris Toshok  <toshok@ximian.com>
1439         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
1440         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
1441         Control.child_controls private.  switch all uses over to
1442         Control.Controls.
1444 2006-12-06  Chris Toshok  <toshok@ximian.com>
1446         * System.Windows.Forms/GroupBox.cs,
1447         System.Windows.Forms/AccessibleObject.cs,
1448         System.Windows.Forms/ErrorProvider.cs,
1449         System.Windows.Forms/Control.cs,
1450         System.Windows.Forms/UpDownBase.cs,
1451         System.Windows.Forms/ScrollBar.cs,
1452         System.Windows.Forms/DateTimePicker.cs,
1453         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
1454         System.Windows.Forms/ToolTip.cs,
1455         System.Windows.Forms/RadioButton.cs,
1456         System.Windows.Forms/LinkLabel.cs,
1457         System.Windows.Forms/Splitter.cs,
1458         System.Windows.Forms/TextBoxBase.cs,
1459         System.Windows.Forms/ToolStripTextBox.cs,
1460         System.Windows.Forms/ContainerControl.cs,
1461         System.Windows.Forms/ThemeWin32Classic.cs,
1462         System.Windows.Forms/SizeGrip.cs,
1463         System.Windows.Forms/ToolStripDropDown.cs,
1464         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
1465         private.  switch all uses over to Control.Parent.
1467 2006-12-06  Chris Toshok  <toshok@ximian.com>
1469         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
1470         Control does this before calling emitting these events.
1472         * TabControl.cs: same.
1474         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
1475         Control.client_rect.
1477         * ButtonBase.cs: use the ClientSize property instead of the
1478         client_size field.
1480         * ScrollableControl.cs: same.
1482         * Control.cs: another pass at making properties private.  also,
1483         move the initialization of tab_stop to the ctor.
1485 2006-12-05  Andreia Gaita <avidigal@novell.com>
1487         * TabControl.cs: Let the selected index be set freely if the 
1488         control handle is not yet created.
1490 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
1492         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
1493         internal until I can rewrite DefaultLayout.
1494         * ToolStrip.cs: Fix build error and some general cleaning.
1495         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
1496         Fix build errors caused by making some of Control's fields private.
1498 2006-12-05  Jackson Harper  <jackson@ximian.com>
1500         * TextControl.cs: Redo Insert a little so that it use IndexOf
1501         instead of Split, this prevents it from messing up on things like
1502         \n\n\n. Also more effecient since the split array doesn't need to
1503         be created.
1504         * TextBoxBase.cs: AppendText doesnt handle multiline and non
1505         multiline text differently, this is the first of many fixes that
1506         will make multiline/non-multiline the same thing as far as the
1507         TextBoxBase is concerned.
1508         - Don't split the text and insert lines, this can lose some line
1509         endings (like is the last line a soft or hard break). Instead use
1510         the new Insert.
1511         - Fix an off by one when combining all the lines in the Text
1512         getter.
1513         - Remove separate multiline handling from the Text getter/setter.
1515 2006-12-05  Chris Toshok  <toshok@ximian.com>
1517         * ButtonBase.cs: a few changes:
1519         - don't reinitialize internal Control fields in the ctor when they
1520         have the same values as Control sets them.
1522         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
1523         this before calling those methods.
1525         - we don't need to call Refresh for anything.  use Invalidate
1526         instead.
1528         - OnEnabledChanged doesn't need to redraw at all - Control.cs
1529         calls Refresh in its OnEnabledChanged.
1530         
1531         - several of the events we were registered for in the ctor to
1532         redraw ourselves already include calls to Invalidate in the
1533         property setters that raise the events.  remove the extra
1534         invalidation.
1536         - reformat a switch statement that was 83274658 columns wide.
1537         
1538 2006-12-05  Mike Kestner  <mkestner@novell.com>
1540         * ComboBox.cs: fix a unit test regression from a TextBox
1541         SelectionLength return of -1 when there's no selection.  
1543 2006-12-05  Chris Toshok  <toshok@ximian.com>
1545         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
1546         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
1547         cleaning up some of the internal Control fields being used by
1548         subclasses.
1550 2006-12-05  Mike Kestner  <mkestner@novell.com>
1552         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
1553         listbox after AddImplicit calls since it defaults to hidden. Add a 
1554         hack to preserve requested heights across DropDownStyle changes.
1556 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
1558         * PropertyGrid.cs: Hide FindFirstItem method from public API.
1560 2006-12-05  Chris Toshok  <toshok@ximian.com>
1562         * DataGridView.cs: fix compiler warnings.
1564         * PrintControllerWithStatusDialog.cs: same.
1566         * ToolBar.cs: same.
1568         * FolderBrowserDialog.cs: same.
1570         * Splitter.cs: same.
1572         * DataGridViewComboBoxCell.cs: same.
1574         * XplatUIWin32.cs: same.
1576         * PictureBox.cs: same.
1578         * Win32DnD.cs: same.
1580         * PageSetupDialog.cs: same.
1582         * FileDialog.cs: same.
1584         * PrintDialog.cs: same.
1586         * DataGridTextBoxColumn.cs: same.
1588         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
1590 2006-12-05  Chris Toshok  <toshok@ximian.com>
1592         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
1593         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
1594         System.ComponentModel.EventHandlerList work.
1596 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
1598         * DrawTreeNodeEventArgs.cs: Added.
1600 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1601         
1602         * InternalWindowManager.cs: Remove an unused field.
1603         
1604 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1606         * InternalWindowManager.cs:
1607         - Save the point where the title bar is clicked.
1608         
1609         * MdiWindowManager.cs:
1610         - Only allow moving of the window as long as the 
1611         clicked point on the title bar does not get out of
1612         MdiClient's rectangle. Fixes #79982.
1613         
1614         * MdiClient.cs:
1615         - Added Horizontal/VerticalScrollbarVisible.
1616         - Simplified the scrollbar sizing algorithm.
1617         - Cache the difference in scrolled value in
1618         H/VBarValueChanged and move the calculation out
1619         of the for loop.
1621 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1623         * Control.cs: Make the Console.WriteLine in WndProc 
1624         write more info.
1626 2006-12-05  Chris Toshok  <toshok@ximian.com>
1628         * ToolStripManager.cs, ToolStripButton.cs,
1629         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
1630         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
1631         ToolStripSplitButton.cs, ToolStripSeparator.cs,
1632         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
1633         ToolStripProgressBar.cs, ToolStripContainer.cs,
1634         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
1635         to using System.ComponentModel.EventHandlerList.
1637 2006-12-04  Chris Toshok  <toshok@ximian.com>
1639         * LinkLabel.cs: fix up compiler warnings.
1641         * TableLayoutSettings.cs: same.
1643         * TreeView.cs: same.
1645         * ToolBar.cs: same.
1647         * TabControl.cs: same.
1649         * RichTextBox.cs: same.
1651         * ListViewItem.cs: same.
1653         * PropertyGrid.cs: same.
1655         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
1657         * ToolTip.cs same.
1659         * TextRenderer.cs: fix up compiler warnings.
1661         * Label.cs: same.
1663         * Form.cs: corcompare fixes.
1665         * PictureBox.cs: fix up compiler warnings.
1667         * ImageListStreamer.cs: same.
1669         * TrackBar.cs: corcompare fix.
1671         * Control.cs: fix up compiler warnings.
1673         * SplitterPanel.cs: same.
1675         * NumericTextBox.cs: same.
1677         * ImageList.cs: same.
1679         * StatusStrip.cs: same.
1681         * ProgressBar.cs: corcompare fix.
1683         * ToolStripButton.cs: fix up compiler warnings.
1685         * ToolStripStatusLabel.cs: same.
1687         * ToolStripSplitButton.cs: same.
1689         * ToolStripSeparator.cs: same.
1691         * ToolStripProgressBar.cs: same.
1693         * ToolStripDropDownMenu.cs: same
1695         * ToolStripDropDown.cs: same.
1697         * ToolStripDropDownButton.cs: same.
1699         * ToolStrip.cs: same.
1701         * ToolStripControlHost.cs: same.
1703         * ToolStripContentPanel.cs: same.
1705         * ToolStripDropDown.cs: same.
1707         * ToolStripContainer.cs: same.
1709         * ToolStripPanel.cs: same, and add "new" where we need it to work
1710         with the new ArrangedElementCollection.
1712         * ToolStripItemCollection.cs: add "new" where we need it to work
1713         with the new ArrangedElementCollection.
1715 2006-12-04  Andreia Gaita <avidigal@novell.com>
1717         * TabControl.cs: Fix default tab selection to after TabControl
1718         gets focus and not before. Fixes #80128
1720 2006-12-04  Chris Toshok  <toshok@ximian.com>
1722         * DataGridTableStyle.cs: remove the gross calling of
1723         datagrid.Refresh from here.  It's a broken idea and it doesn't
1724         work anyway.
1726         * DataGrid.cs: instead, just register/unregister from the
1727         DataGridTableStyle events in CurrentTableStyle.  we play it
1728         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
1729         even though some would most likely not require it.  Fixes bug
1730         #80115 (and one portion of #80117 as a side effect).
1732 2006-12-04  Chris Toshok  <toshok@ximian.com>
1734         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
1735         so the textbox (if any) goes away.  Fixes bug #80117.
1737 2006-12-04  Chris Toshok  <toshok@ximian.com>
1739         * DataGridColumnStyle.cs: set the column's readonly property
1740         initially based on the property descriptor's IsReadOnly.  Fixes
1741         bug #80044.
1743 2006-12-04  Chris Toshok  <toshok@ximian.com>
1745         * ComboBox.cs: wrap the dropdown style changing work in
1746         SuspendLayout/ResumeLayout.  Fixes bug #79968.
1748 2006-12-04  Jackson Harper  <jackson@ximian.com>
1750         * TextBoxBase.cs: Fix off by one, since these are one-based.
1751         * TextBox.cs: Select all the text when we get focus.  The TextBox
1752         does this but the RTB does not.
1754 2006-12-04  Chris Toshok  <toshok@ximian.com>
1756         * DataGridTextBoxColumn.cs: remove some spew.
1758         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
1759         but some part of me is saying "it shouldn't be here.."  At any
1760         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
1761         setting the value.
1763 2006-12-04  Chris Toshok  <toshok@ximian.com>
1765         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
1766         to reassign the propertydescriptor.
1768 2006-12-04  Jackson Harper  <jackson@ximian.com>
1770         * TextBoxBase.cs:
1771         * TextControl.cs: Remove some unused variables.  Maybe this will
1772         patch things up between mike and I.
1773         - don't split lines less then one char wide, if the viewport is
1774         that small text won't be visible anyways.
1775         
1776 2006-12-04  Jackson Harper  <jackson@ximian.com>
1778         * TextBoxBase.cs: Default selection length is -1, need to do some
1779         more testing on windows to see when this is used for the property.
1780         - Redid the Lines [] property to that we properly remove soft line
1781         breaks
1782         - added support for preserving carriage returns
1783         -  CanUndo is not a variable like 'is undo enabled' it just returns
1784         true if there is undo operations available.
1785         - AppendText doesn't need to grab the last tag itself anymore,
1786         this happens automatically when we move the cursor.
1787         * TextControl.cs: Add CompoundActions to the undo class. This
1788         allows combining the other operations into one big option.  ie a
1789         paste will combine { delete old, insert new, move cursor }
1790         - Add InsertString undo operation
1791         - New method for deleting multiline text
1792         - Add carriage returns to lines. So we can preserve carriage
1793         returns when text is 'roundtripped'
1795 2006-12-04  Chris Toshok  <toshok@ximian.com>
1797         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
1798         minimum 0.  Fixes the scrollbar exception in bug #80136.
1800 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1802         * MdiClient.cs: 
1803         * MdiWindowManager: Removed unused fields and methods.
1804         
1805 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1806         
1807         * StatusBar.cs: Update all panels when a AutoSize=Contents
1808         panel needs updating.
1809         
1810         * StatusBarPanel.cs: Remove twidth and only use initialize.
1811         Fixes #80031.
1812                 
1813 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1815         * Form.cs: When a form's MdiParent is set add it directly
1816         on top of the z-order in stead of relying on MdiClient's
1817         ActivateChild to do it. Fixes #80135.
1818         
1819         * MdiClient.cs: 
1820         - Remove original_order, mdi_child_list is already doing
1821         the same thing.
1822         - Create mdi_child_list on construction in
1823         stead of first use (avoids a few null checks).
1825         * MenuItem.cs: Use an already existing list of mdi children
1826         to get the correct order of children and remove the other
1827         redundant list.
1829 2006-12-04  Chris Toshok  <toshok@ximian.com>
1831         * PropertyGridView.cs: cached_splitter_location is only used in
1832         !DOUBLEBUFFER code.
1834         * PropertyGrid.cs: implement the ComComponentNameChanged event
1835         using Events, hoping that would fix the warning.  Looks like a
1836         compiler bug instead (#80144).
1838         * PropertyManager.cs: remove unused method.
1840 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1842         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1843         include parentesis to fix expression evaluation. Fixes #79634.
1845 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1846         
1847         * MenuAPI.cs:
1848         - Changes to fix behavior in Menu control, some reported in #80097
1849         and other detected during behavior refactory like a select event
1850         problems.
1851         - Remove unneded "if's" conditions.
1852         - Created an internal to flag when popup is active in control, we need 
1853         it because in .NET you can have menu active but without popup active
1854         when you active menu using popup without visible items.
1855         - Mimic win32 behavior for Select and Popup events.  
1856         - Dont open popup menu when you dont have visible subitems.
1857         - Do nothing when click on disabled menu item.
1858         - Some small changes to follow the coding style guidelines.
1859         - Unselect menu only when another control gives focus. Fixes #80097.
1860         - Remove unused code.
1861         
1862         * MenuItem.cs: internal VisibleItems method to check if menu
1863         theres visible subitems, it will be usefull to fix some 
1864         behavior in Menu control.
1865         
1866 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1867         
1868         * Timer.cs: Tag property for 2.0 profile.
1869         
1870 2006-12-01  Chris Toshok  <toshok@ximian.com>
1872         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1873         
1874         * Win32DnD.cs: comment out some unused fields.
1876         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1877         some unused properties/methods.
1879         * XplatUIX11.cs: fix MousePosition so we override the base class's
1880         property instead of conflicting with it.
1882         * PictureBox.cs: comment out some unused fields
1884         * OSXStructs.cs: make some struct fields public.
1886         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1887         MousePosition so we override the base class's property instead of
1888         conflicting with it.
1890         * X11Dnd.cs: comment out some unused fields
1892         * X11DesktopColors.cs: fix some struct field visibility to quiet
1893         the compiler.
1895         * X11Dnd.cs: remove some debug code.
1897         * ThemeClearlooks.cs: comment out unused field.
1899         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1901         * ThemeGtk.cs: comment out some unused pinvokes.
1903         * Timer.cs: remove some unused fields.
1905         * ThemeClearlooks.cs: comment out unused field.
1907         * UpDownBase.cs: comment out unused field.
1909         * DataObject.cs: comment out unused field.
1911         * DataGridBoolColumn.cs: reomve unused field.
1913         * DataGrid.cs: remove unused field.
1915         * Cursor.cs: remove old ToBitmap code.
1917         * ControlPaint.cs: remove unused method.
1919         * ScrollBar.cs: remove unused fields.
1921         * ComboBox.cs: remove unused field, and chain up to
1922         AccessibleObject ctor.
1924         * ListBox.cs: remove unused field.
1926         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1928         * GridEntry.cs: remove unused fields.
1930         * Binding.cs: remove unused fields.
1932         * AxHost.cs: remove unused method.
1934         * ContainerControl.cs: remove unused field.
1936         * ScrollableControl.cs: remove unused fields.
1938 2006-12-01  Chris Toshok  <toshok@ximian.com>
1940         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1941         the Where/WhereString stuff.  it's easy enough to CWL
1942         Environment.StackTrace.
1944         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1945         unused private fields.
1947 2006-12-01  Jackson Harper  <jackson@ximian.com>
1949         * TextControl.cs: Do not update the view while inserting multiline
1950         text. If we update the view we might wrap lines, before entering
1951         the new lines, which causes the new line insertion calculations to
1952         be totally fubared.
1953         - Remove an old TODO
1954         - Make debug output a little nicer
1955         
1956 2006-12-01  Chris Toshok  <toshok@ximian.com>
1958         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1960 2006-12-01  Chris Toshok  <toshok@ximian.com>
1962         [ fix the majority of the CS0108 warnings we've been suppressing ]
1963         
1964         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1966         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1967         to "LayoutToolBar" to quiet mcs.
1968         
1969         * TabControl.cs: mark our ControlCollection class as 'new'.
1971         * TextBoxBase.cs: mark some events as 'new'.
1973         * Splitter.cs: TabStop is 'new'.
1975         * ControlBindingsCollection.cs: mark a few methods as new since
1976         they change the visibility from protected to public.
1978         * RadioButton.cs: DoubleClick -> base class, and remove unused
1979         HaveDoubleClick.
1981         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1982         events as new.
1984         * NumericUpDown.cs: TextChanged -> base class.
1986         * CheckedListBox.cs: mark our ObjectCollection class as new to
1987         quiet mcs.
1989         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1990         muck with the base class.
1992         * StatusBar.cs: fix some mcs warnings about Update being the same
1993         name as a base class method.
1995         * RichTextBox.cs: mark some events as new, and make them do things
1996         to the base class impl.
1998         * UserControl.cs: mark TextChanged as new, and have it manipulate
1999         base.TextChanged.
2001         * UpDownBase.cs: mark some things new.
2003         * CheckBox.cs: mark DoubleClick "new", and add some text about
2004         what we need to look at.
2006         * Panel.cs: make the events "new", and manipulate the base
2007         version.  these are just here for attributes.
2009         * AccessibleObject.cs: make owner private.
2011         * Control.cs: deal with AccessibleObject.owner being private.
2012         cache our own copy if we need it.
2014         * Button.cs: add "new" to the DoubleClickEvent.
2016         * ListBox.cs: no need to track our own has_focus here.  let
2017         Control.has_focus do it for us.  Also some other work to clear up
2018         warnings about not overriding base class methods of the same name.
2019         
2020         * ComboBox.cs: clear up some warnings about not override base
2021         class methods of the same name.
2023 2006-12-01  Chris Toshok  <toshok@ximian.com>
2025         * Form.cs: flag a few things as "new" to quiet some of the mcs
2026         warnings.
2028         * AxHost.cs: same.
2030         * PrintPreviewDialog.cs: same.
2032         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
2033         now DGV isn't so horrible on the class status page.  also, move
2034         all events to using System.ComponentModel.EventHandlerList.  my
2035         wrists hurt.
2037 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2039         * MdiWindowManager.cs:
2040         - Set form to active mdi child if shown,
2041         and update the active mdi child to the next 
2042         remaining child in the z-order if the form is hidden.
2044         * Form.cs: 
2045         - Track if the form has been visible and if its 
2046         visibility is beeing changed, so that the MdiClient
2047         can properly decide the ActiveMdiChild. The MdiClient 
2048         cannot track this since the form can change visibility 
2049         before MdiClient is created.
2051         * MdiClient.cs:
2052         - Don't activate anything of the parent form is changing
2053         its visibility.
2054         - Rework ActiveMdiChild to only return visible mdi 
2055         children and take into account several other corner 
2056         cases.
2058 2006-12-01  Chris Toshok  <toshok@ximian.com>
2060         * IBindableComponent.cs: new 2.0 interface.
2062 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
2064         * DataGrid.cs: Font for caption area is bold by default.
2066 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
2068         * Menu.cs: Tag property for 2.0.
2069         
2070 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
2072         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
2073         
2074 2006-12-01  Chris Toshok  <toshok@ximian.com>
2076         * TreeView.cs: doh, the Begin* events should be
2077         TreeViewCancelEventHandler.
2079 2006-12-01  Chris Toshok  <toshok@ximian.com>
2081         * Form.cs: Form.ControlCollection already stores off the
2082         form_owner field.  don't access the base class's internal "owner"
2083         field.
2085         * Control.cs: make all the fields in Control.ControlCollection
2086         private.  there's no need for any internal fields here.
2088 2006-12-01  Chris Toshok  <toshok@ximian.com>
2090         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
2091         OnHandleCreated.  Fixes bug #80109.
2093 2006-12-01  Chris Toshok  <toshok@ximian.com>
2095         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
2096         SplitContainer.cs, Control.cs, StatusStrip.cs,
2097         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
2098         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
2099         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
2100         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
2101         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
2102         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
2103         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
2104         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
2105         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
2106         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
2108         do most of the work to convert our code over to use
2109         System.ComponentModel.Component.Events for
2110         adding/removing/dispatching events.
2113 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
2115         * DataGridView.cs: Fix an ArgumentNullException reported 
2116         twice today in IRC.
2118 2006-11-30  Mike Kestner  <mkestner@novell.com>
2120         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
2121         grabbed listbox.  Fixes #80036 and #80101.
2123 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
2125         * Message.cs: Changed ToString() to match MS.
2126         
2127 2006-11-30  Jackson Harper  <jackson@ximian.com>
2129         * TextBoxBase.cs: You can still change the selected text on a read
2130         only textbox.
2131         * TextControl.cs: Lower magic number for wrap calculations. This
2132         lets text get closer to the right (far) edge.
2134 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
2136         * Control.cs: Tweak 2.0 layout properties.
2137         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
2138         * TextRenderer.cs: Add a new overload.
2139         * ToolStrip*: Huge amount of changes and new features.
2141 2006-11-30  Mike Kestner  <mkestner@novell.com>
2143         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
2144         scroll range correct.  Fixes #79994.
2146 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
2148         * MdiWindowManager.cs: Update main form's text when
2149         a form is closed. (fixes #80038)
2150         
2151 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
2153         * ToolBar.cs:
2154         - Fix an regression in ButtonSize.
2155         - Get ImeMode default value change to "Disable".
2156         - Get ShowTooltips default value change to true, default value is 
2157         "false" but after make a test in .NET we get "true" result as default.
2158         
2159 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
2161         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
2163 2006-11-29  Chris Toshok  <toshok@ximian.com>
2165         * XplatUIWin32.cs (GetWindowTransparency): check return value of
2166         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
2167         SetWindowTransparency hasn't been called.
2169 2006-11-29  Chris Toshok  <toshok@ximian.com>
2171         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
2172         if it's supported.
2173         (set_AllowTransparency): reorder things a little so that the
2174         WS_EX_LAYERED style is removed properly.
2176 2006-11-29  Chris Toshok  <toshok@ximian.com>
2178         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
2179         
2180         * Form.cs: only call the XplatUI transparency method (get/set) if
2181         SupportsTransparency says it's supported. Otherwise fallback to
2182         doing nothing (in the set case) or returning the instance field we
2183         cache (in the get case).
2185         * XplatUIStructs.cs: add TransparencySupport flag enum.
2186         
2187         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
2188         change to SupportsTransparency.
2190         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
2191         TransparencySupport.None from SupportsTransparency.
2193         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
2194         TransparencySupport.Set from SupportsTransparency.
2196         * XplatUIWin32.cs: implement GetWindowTransparency calling
2197         GetLayeredWindowAttributes, and implement SupportsTransparency by
2198         checking whether or not both
2199         GetWindowTransparency/SetWindowTransparency are available
2200         entrypoints.  We need to do this since SetWindowTransparency is
2201         available as of win2k, but GetWindowTransparency requires winxp.
2202         yay win32 api.
2204         * XplatUI.cs: Add GetWindowTransparency, and change
2205         SupportsTransparency to allow for either/both Get/Set.
2207 2006-11-29  Chris Toshok  <toshok@ximian.com>
2209         * DataGrid.cs: keep from going into an infinite loop redrawing a
2210         datagrid that has no datasource.  Fixes bug #80033.
2212 2006-11-29  Chris Toshok  <toshok@ximian.com>
2214         * MenuItem.cs: fix the NRE when we assign text (and therefore call
2215         Invalidate) before the mainmenu has been assigned to a control.
2217 2006-11-29  Chris Toshok  <toshok@ximian.com>
2219         * DataGrid.cs: detect when we should be double the double click
2220         row/column autosize stuff, although that codepath has yet to be
2221         written.  part of the work for bug #79891.
2223 2006-11-29  Chris Toshok  <toshok@ximian.com>
2225         * Binding.cs (SetControl): fix unit test.
2227 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2229         * PageSetupDialog.cs: Validate the margins and set them in
2230         PageSettings. 
2231         * NumericTextBox.cs: New class to mimic the behavior of the
2232         textboxes used in the printing dialogs.
2234 2006-11-29  Andreia Gaita  <avidigal@novell.com>
2235         
2236         * Form.cs: Revert previous change (remove call UpdateBounds
2237         from form constructor), because it messes with the handle creation
2238         order, and that one needs lots and lots of love.
2239         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
2240         for valid printer and throw InvalidPrinterException if document
2241         is set but printer not valid), adding a MonoTODO. Once 
2242         handle creation is done properly, we can put this back in.
2244 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
2246         * MenuItem.cs: Create a invalidate method for menu item, to be
2247         calling from set text, it make text changes to imadiate update
2248         on screen. Fixes #80013. 
2249         
2250 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
2252         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
2253         fixes bug #80070 and some other problem on toolbar buttons
2254         layout.
2256 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
2258         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
2259         with dotted brush.      Fixes #79564
2260         
2261 2006-11-28  Andreia Gaita  <avidigal@novell.com>
2263         * Form.cs: Removed call to UpdateBounds on Form
2264         constructor, it was causing a call to CreateHandle
2265         before it was supposed to.
2266         * PrintControllerWithStatusDialog: Applied patch
2267         by Chris Toshok to hide controller when there are
2268         no printers available.
2269         PrintDialog.cs: initialize printer settings to 
2270         null - correct DefaultValues test #5
2271         * PrintPreviewControl.cs: Move PrintController
2272         initialization to GeneratePreview
2273         * PrintPreviewDialog.cs: 
2274         - Remove Preview generation     from Document_set(). It is 
2275         called on OnPaint
2276         - Throw InvalidPrinterException on CreateHandle if
2277         a Document is set but there are no printers or 
2278         printer is not valid.
2279         * ThemeWin32Classic: don't paint PrintPreviewControl
2280         if there is nothing to paint    
2282 2006-11-28  Miguel de Icaza  <miguel@novell.com>
2284         * Form.cs: Add another popular method.
2286         * TabPage.cs: ditto.
2288 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2290         * MenuItem.cs: Fixed a warning.
2291         * InternalWindowManager: Fixed a warning.
2293 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2295         * MenuItem.cs:
2296         - When cloning a menu also clone MdiList and clone the 
2297           window menu items properly (as the forms and menuitems
2298           are kept in an internal hashtable, these need updating 
2299           as well)
2300         - Rewrote the window menu code, menu items are added in the
2301           order the forms were added to their parent, and they are
2302           updated every time the window menu is shown (before the
2303           list was only generated once, in the current order of the
2304           forms, and would never be updated). A checkmark is shown
2305           next to the item corresponding to the active mdi child.
2307 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2309         * XplatUIStructs.cs: 
2310         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
2311         
2312         * XplatUIWin32.cs: 
2313         - Added TME_NONCLIENT to TMEFlags.
2314         - Handles WM_NCMOUSEMOVE in GetMessage to 
2315           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
2317         * MdiWindowManager:
2318         - Now merges mdi child menu to parent menu when maximized.
2319         - Recalculate NC areas of both mdi child and mdi parent. 
2320           Fixes #79757 (4).
2321           on window state and size changes.Fixes #79844 (3).
2322         - Handle WM_NCCALCSIZE to properly calculate borders.
2324         * Form.cs:
2325         - Add/remove to the mdi containers list of mdi children 
2326           in the order they are added.
2327         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
2328           to the maximized mdi child.
2329         
2330         * InternalWindowManager.cs:
2331         - Only execute a click on the control buttons on the mouse up,
2332           not on the mouse down. Show the state of the button 
2333           (was only showing Normal state, never Pressed state). The
2334           pressed button now follows the mouse (if you click the Close 
2335           button and move the mouse over the Maximize button, the 
2336           Maximize button will be shown as pressed). Since Win32 does
2337           not generate WM_NCLBUTTONUP if you release the button outside
2338           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
2339           it as a mouse up.
2340         
2341         * ThemeWin32Classic.cs:
2342         - Draw a missing border around mdi child forms. Fixes #79844 (2).
2344         * MdiClient.cs:
2345         - Added a list of forms which contains the order the forms are
2346           added to the mdi parent.
2347         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
2348         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
2349         - If the active form changes set the scrollbars to the top
2350           of the Z order, otherwise the form could hide them.
2351         - Scrollbars are now sized according to ClientSize, not 
2352           to Size, and they take into account the other scrollbar
2353           to determine maximum.
2354         
2355 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
2356         
2357         * XplatUI.cs:
2358         * XplatUIDriver.cs:
2359         * XplatUIX11.cs:
2360         * XplatUIWin32.cs:
2361         * XplatUIOSX.cs:
2362         - Added RequestAdditionalWM_NCMessages for windows to 
2363           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
2364           Currently only implemented in XplatUIWin32.
2366 2006-11-27  Chris Toshok  <toshok@ximian.com>
2368         * Hwnd.cs: only add the hwnd to the windows hash in
2369         set_WholeWindow and set_ClientWindow if whole_window/client_window
2370         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
2372 2006-11-27  Mike Kestner  <mkestner@novell.com>
2374         * ComboBox.cs: remove redundant OnDropDown call.  It is called
2375         from the ComboListBox.ShowWindow code. Fixes #79969.
2377 2006-11-27  Chris Toshok  <toshok@ximian.com>
2379         * Hwnd.cs: remove the setters for ExposePending and
2380         NCExposePending - noone uses them.
2382 2006-11-27  Jackson Harper  <jackson@ximian.com>
2384         * TextControl.cs: new param for ReplaceSelection which determines
2385         whether we select the new selection, or set the cursor to the end
2386         of the new selection.
2387         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
2388         pasting, select the new text.
2389         * RichTextBox.cs: Use new param for ReplaceSelection.
2391 2006-11-27  Jackson Harper  <jackson@ximian.com>
2393         * TextBoxBase.cs: Set the selection to the caret after the caret
2394         is moved, otherwise they get out of sync.
2396 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
2398         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
2399         it fixes #80015
2401 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
2403         * ThemeWin32Classic.cs: 
2404         - Fix toolbar drop down arrow position.
2405         - Fix drop down appearance when ToolBar.Appearance is normal,
2406         it fixes #80018.
2407         
2408 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
2410         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
2411         * Control.cs: Same.
2412         * UpDownBase.cs: Same.
2413         * ButtonBase.cs: Same.
2414         * ScrollBar.cs: Same.
2415         * TrackBar.cs: Same.
2416         * PictureBox.cs: Same.
2417         * UserControl.cs: Same.
2418         * Label.cs: Same.
2419         * ListControl.cs: Same.
2420         * TextBoxBase.cs: Same.
2421         * ListView.cs: Same.
2422         * RichTextBox.cs: Same.
2423         * TreeView.cs: Same.
2425 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
2427         * PrintDialog.cs:
2428         - Text label for where 
2429         - Text label comment was not shown
2431 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
2433         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
2435 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2437         * InternalWindowManager.cs: 
2438         - Handle WM_PARENTNOTIFY to activate the form
2439         if any child control is clicked.
2440         - The form is only sizable if not minimized.
2442         * MdiWindowManager.cs:
2443         - Save the IconicBounds if the form is moved.
2444         - Rework SetWindowState, now the window bounds 
2445         are stored only if the old window state is Normal.
2446         
2447         * MdiClient.cs:
2448         - In SetWindowStates store the old window state if 
2449         the window is maximized and restore window state if
2450         the window looses focus.
2451         - Don't handle any scrollbar value changes if 
2452         initializing the scroll bars. Fixes #79771.
2453         - Reworked ArrangeIconicWindows. Current algorithm
2454         tests bounds agains all other minimized windows, if
2455         any intersections create new bounds (going left to 
2456         right, bottom to top) and then test again. When 
2457         successful the bounds are saved and never computed
2458         again. Fixes #79774.
2460 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2462         * InternalWindowManager.cs: Added HandleTitleBarUp.
2464 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2466         * NumericUpDown.cs: In .NET 1.1, user entered text is still
2467         hexadecimal in ParseUserEdit.
2469         
2470 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2472         * MdiWindowManager.cs: 
2473         - Handle a click on the form's icon to show the 
2474         system menu (when maximized). Fixes #79775.
2475         - Change the existing click handler for the form's
2476         icon when not maximized to show on MouseUp.
2477         Fixes #79776.
2479         * Form.cs: In OnResize only layout the mdi child's
2480         parent if it actually has a parent. Might not if
2481         the window is closing.
2484 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2486         * MdiClient.cs: Ignore active MDI client for text of parent, if
2487         child has no text set.
2489 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2491         * ToolBar.cs: Fixed ToString to match MS.
2493 2006-11-22  Andreia Gaita  <avidigal@novell.com>
2495         * NumericUpDown: 
2496         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
2497         update inner values on set. Fixes #79966.
2498         - Override OnLostFocus to update value on NET 2. Fixes #79950.
2499         - Fix hexadecimal parsing.
2500         
2501         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
2502         parent. Fixes #79957
2504 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2506         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
2507         the actual size has to be queried, since if height /
2508         width is negative Win32 changes it to 0. 
2509         Fixes #79999 on Windows.
2510         
2511         * XplatUIX11.cs: Set height / width to 0 if negative
2512         in SetWindowPos. Fixes #79999 on Linux.
2513         
2514 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
2516         * ThemeWin32Classic.cs: Fix text redenring when button is
2517         pressed.
2519 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
2521         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
2522         and later navigate by mouse. Fixes #79528.
2524 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
2526         * ToolBar.cs: Set default value for TabStop to false in
2527         constructor, it fixes remaining behavior of bug #79863.
2529 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2531         * MdiWindowManager.cs:
2532         * InternalWindowManager.cs:
2533         - Moved a few methods specific to Mdi from 
2534         InternalWindowManager to MdiWindowManager.
2535         Fixes #79996.
2536         
2537 2006-11-21  Chris Toshok  <toshok@ximian.com>
2539         * XplatUIOSX.cs: stub out InvalidateNC.
2541         * XplatUIWin32.cs: implement InvalidateNC using the call I found
2542         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
2544         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
2546         * XplatUIDriver.cs: add InvalidateNC abstract method.
2548         * XplatUI.cs: add InvalidateNC.
2550 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
2552         * ToolBar.cs: Invalidate complete button area when pressed status 
2553         was changed.
2554         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
2555         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
2556         by 1 when button is pressed.
2558 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2560         * ToolButton.cs: Invalidate middle of DropDown button when
2561         ToolBar theres DropDownArrows.
2562         * ThemeWin32Classic.cs: Change position of DropDown arrow and
2563         fix DropDown drawing operations.
2565 2006-11-20  Chris Toshok  <toshok@ximian.com>
2567         * NativeWindow.cs: fix the formatting of functions ('{' on the
2568         following line), and enable the thread exception dialog.
2570         * Application.cs: remove the duplicate exception catching from
2571         here.
2573 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2575         * Toolbar.cs: Triggers button click event when click on icon
2576         of dropdown ToolBarButton. Fixes #79912.
2577         
2578 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2580         * Theme.cs:
2581         * ThemeWin32Classic.cs:
2582         - Added a property WindowBorderFont to enable themeing
2583           of mdi child windows' Text.
2584           
2585 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2587         * InternalWindowManager.cs:
2588         * Form.cs:
2589         * MdiClient.cs:
2590         * MdiWindowManager.cs: 
2591         - If mdi child is maximized, set mdi parent's
2592           text to "Parent - [Child]". Fixes #79770.
2593         - If there is any maximized mdi child windows, only the active 
2594           window (and any new windows) is maximized, the rest are normal.
2595         - On a WindowState change only save mdi child's window bounds 
2596           if the old window state was normal. Fixes #79774.
2597         - The scroll bars are now calculated on hopefully all
2598           necessary events. Fixed #79771 / #79844->6 / #79906.
2599         - MdiClient.SizeScrollBars() now takes into account docked 
2600           controls in the parent when calculating available space.
2601         - InternalWindowManager now always repaints the entire title
2602           area. Fixes #79844->1/4/5.
2603         - Added RequestNCRecalc on mdi child windowstate changes.
2604           Fixes #79772.
2606 2006-11-20  Mike Kestner  <mkestner@novell.com>
2608         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
2609         in the MouseUp handler of the listbox and move the return handling
2610         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
2612 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2614         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
2616 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
2618         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
2619           working in 1.2.x anymore. So, updated.
2621 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
2623         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
2624         NumberGroupSeparator of current culture instead of assuming en-US.
2625         Fixed bug #79967.
2627 2006-11-17  Mike Kestner  <mkestner@novell.com>
2629         * Control.cs: Add the concept of implicit bounds setting so that
2630         dock/undock round trips preserve explicitly set size/locations.
2631         Fixes #79313.
2633 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
2635         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
2636           can't handle those filters. (Fixes bug #79961)
2638 2006-11-17  Chris Toshok  <toshok@ximian.com>
2640         [ fixes the exit/crashes associated with #79835.  it's clearly
2641         suboptimal though, we need to figure out a better way to solve
2642         this. ]
2643         
2644         * PrintPreviewControl.cs: deal with the new invalid printer
2645         exceptions.
2647         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
2648         and return false (so CommonDialog.ShowDialog doesn't actually show
2649         the form.)
2651         * PrintDialog.cs: enable/disable the Ok button depending on
2652         whether or not the printer is valid.
2654         * CommonDialog.cs (ShowDialog): only actually show the form if
2655         RunDialog returns true.
2657 2006-11-17  Jackson Harper  <jackson@ximian.com>
2659         * TextControl.cs: When soft splitting a line, mark it as a soft
2660         split line. Also carry over the current line break to the next
2661         line.
2663 2006-11-17  Chris Toshok  <toshok@ximian.com>
2665         * XplatUIX11.cs: when scrolling a window with an invalid area, we
2666         only want to shift the part of the invalid area that overlaps the
2667         area we're scrolling.  we also don't want to clear the invalid
2668         area unless the invalid area was entirely contained within the
2669         scrolling area.
2671 2006-11-16  Chris Toshok  <toshok@ximian.com>
2673         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
2674         also make sure to free the memory returned by XGetWindowProperty
2675         in GetText().
2677         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
2679 2006-11-16  Chris Toshok  <toshok@ximian.com>
2681         * XplatUI.cs: add a new super secret way to get at the totally
2682         unsupported X11 backend.
2684 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
2686         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
2688 2006-11-16  Jackson Harper  <jackson@ximian.com>
2690         * TreeView.cs: Allow more explicit setting of top node position
2691         for scrollbars. Slower algo, but more accurate.
2692         - CollapseAll should maintain the current top node.
2693         * TextBoxBase.cs: When positioning the caret, use the line, pos
2694         method, since the x, y method does not grab the correct tag, and
2695         the caret height never gets set correctly. (Maybe I should just do
2696         away with the caret having its own height, and always use the
2697         carets current tag for height).
2699 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
2701         [Fixes 79778, 79923]
2703         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
2704         Parent to the FosterParent instead.
2706 2006-11-16  Jackson Harper  <jackson@ximian.com>
2708         * TreeView.cs: Need to recalc the topnode when we expand or
2709         collapse. The scrolling methods can't handle this on their own,
2710         since they use differences between the last scroll position, and
2711         those difference get completely messed up since we are expanding
2712         nodes.  This problem should probably be fixed in the scrolling
2713         methods, so they can figure out exactly where they are, but this
2714         will slow things down a little.
2715         * ThemeWin32Classic.cs: Special case for groupboxes with empty
2716         strings, makes nunit-gui look a lot nicer.
2718 2006-11-16  Chris Toshok  <toshok@ximian.com>
2720         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
2721         the broken multithreaded event handling we have in here.  File
2722         this entry under "Why we should move to the new X11 backend".
2724         Any thread can make it into UpdateMessageQueue, which gets events
2725         from the X socket - some of which could belong to hwnds being
2726         managed by a different thread.  We can also have multiple threads
2727         in UpdateMessageQueue at the same time, with each one reading from
2728         the X socket.  This leads to many problems, with the following
2729         solutions:
2731         We can't use hwnd.Queue.Enqueue anywhere in here and must use
2732         EnqueueLocked.
2734         The MotionNotify compression we do can't work across threads
2735         (without locking the entire queue, perhaps) since we call
2736         hwnd.Queue.Peek, so we just punt and don't compress motion events
2737         unless the owning thread is the one which got the X event.
2739         ConfigureNotify is another fun one, since it modifies the hwnd's
2740         bounds and then enqueues the event.  We add a lock to Hwnd which
2741         is held when setting configure_pending to true (and enqueuing the
2742         event).
2744         There is a race wrt the wake socket.  we need to make sure that
2745         only 1 thread is waiting on that socket, or else a thread could
2746         sleep waiting for data that never comes.  It's difficult (but not
2747         impossible) to make happen, because it seems to require something
2748         like the following:
2750             1. Thread 1 polls on wake_receive
2751         
2752             2. poll returns saying there's data to be read on
2753                wake_receive.
2754         
2755             3. Thread 2 polls on wake_receive and immediately returns
2756                saying there's data to be read.
2758             4. Thread 2 reads the wakeup byte from wake_receive
2760             5. Thread 1 attempts to read the wakeup byte from
2761                wake_receive.
2763             6. Thread 2 exits (due to a form closing, perhaps).
2765             7. Thread 1 blocks forever.
2766         
2767         Fun, eh?
2769         Fixing the Expose handling isn't done yet, and the races inherent
2770         in that piece of code are responsible for the drawing mistakes you
2771         see when generating expose events in a MT app (like NPlot).  This
2772         one is the likely to be the hardest to bandaid, and it doesn't
2773         appear to cause anything but drawing problems.  The other issues
2774         caused apps to exit or hang.
2776         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
2777         called from a different thread than the one that should be calling
2778         these functions.
2780         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
2782 2006-11-15  Chris Toshok  <toshok@ximian.com>
2784         * Application.cs: null out the context's MainForm when we exit
2785         RunLoop.  Fixes a newly checked in unit test as well as the last
2786         ODE from bug #79933.
2788 2006-11-15  Chris Toshok  <toshok@ximian.com>
2790         * Form.cs (set_Owner): allow a null value so we can clear the
2791         form's owner.
2792         (Dispose): set all our owned_form's Owner properties to null, and
2793         clear the owned_forms collection.
2794         (WM_CLOSE): clean up this a little bit.. still not right though.
2796         * ApplicationContext.cs: OnMainFormClosed should only call
2797         ExitThreadCore if the main form isn't recreating.  Fixes unit
2798         test.
2800 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2802         [Fixes 78346]
2804         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
2806 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2808         [Fixes 79433]
2810         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
2811         keep popup window types from stealing focus from the main form
2812         on Windows.
2814         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
2816         * MenuAPI.cs: Set above flag to true.
2818 2006-11-15  Chris Toshok  <toshok@ximian.com>
2820         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
2821         the button being released is not in wParam.
2823 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2825         * Form.cs: Add the released button to MouseEventArgs.Button
2826         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
2827         on Win32.
2829 2006-11-15  Chris Toshok  <toshok@ximian.com>
2831         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2832         GetText().  untested because it's unused in our implementation.
2833         Control.Text always caches the text, even if
2834         ControlStyles.CacheText is not set.
2836         fixes bug #79939.
2838 2006-11-15  Chris Toshok  <toshok@ximian.com>
2840         [ fixes #79933 ]
2841         
2842         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2843         message.  no hiding, no disposing.
2845         in the WM_CLOSE handler, hide the form if it's modal.
2847 2006-11-15  Chris Toshok  <toshok@ximian.com>
2849         * XplatUIX11.cs: use AddExpose instead of sending a message.
2850         fixes textbox border drawing.
2852 2006-11-15  Chris Toshok  <toshok@ximian.com>
2854         * PropertyGridView.cs: keep from crashing on mouse move/down when
2855         the property grid is empty.
2857 2006-11-14  Jackson Harper  <jackson@ximian.com>
2859         * TextControl.cs: Make PageUp and PageDown more like the MS
2860         versions.
2861         * TextBoxBase.cs: When we set the text property position the
2862         cursor at the beginning of the document.
2864 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2866         * Form.cs: if a mdi child's WindowState has changed
2867         before it's creation, it would display wrong control
2868         buttons.
2869         
2870 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2872         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2873           (Fixes bug #79927)
2875 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2877         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2878         the window gets to paint its borders even if the window is
2879         getting smaller.
2880         
2881         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2882         otherwise the old control buttons would still be painted 
2883         if the window gets bigger.
2884         
2885         * PaintEventArgs.cs: add an internal method so that the clip 
2886         rectangle can be changed.
2887         
2888 2006-11-13  Chris Toshok  <toshok@ximian.com>
2890         [ fixes bug #79745 ]
2891         
2892         * NotifyIcon.cs: lots of cleanup.
2894         * X11Structs.cs: add an enum for XEMBED messages.
2896         * XplatUIX11.cs: reindent one of the giant switch statements, it
2897         was taking up an additional tab stop, and this file is already way
2898         too wide for my laptop's screen.
2900         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2901         we get it, resize the hwnd to the WMNormalHints max_width/height.
2903 2006-11-13  Jackson Harper  <jackson@ximian.com>
2905         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2906         teh simple way.
2908 2006-11-13  Chris Toshok  <toshok@ximian.com>
2910         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2911         #79898.  force a reference to the Region to stick around so the
2912         unmanaged object isn't collected (rendering our handle in the MSG
2913         stale).
2915 2006-11-13  Chris Toshok  <toshok@ximian.com>
2917         * XplatUIX11.cs: fix #79917 for window managers which support
2919         using XStoreName on the raw utf8, and we need to convert to
2920         COMPOUND_TEXT if it's non-latin1.
2922 2006-11-13  Chris Toshok  <toshok@ximian.com>
2924         * Form.cs (set_DialogResult): we need to set closing to false if
2925         we're setting our result to None.  fixes bug #79908.
2927 2006-11-13  Jackson Harper  <jackson@ximian.com>
2929         * TextControl.cs: When formatting text, compute the adjusted tag
2930         lengths correctly, using FindTag for the end tag instead of trying
2931         to figure it out outselves.
2932         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2933         the item, ItemHeight doesn't work, because trees with large
2934         imagelists use those for their height
2935         * TreeView.cs: ActualItemHeight factors in the image height
2936         - compute left edge of checkboxes correctly
2937         - when expanding/collapsing move the bottom down one pixel, so we
2938         aren't moving part of the node
2940 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2942         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2943         stack in PaintEventStart so that it won't get disposed by the gc
2944         before reaching PaintEventEnd.
2946 2006-11-13  Jackson Harper  <jackson@ximian.com>
2948         * TextBoxBase.cs: Don't select the word if we are on a line with
2949         no text.
2950         - We don't need to position the caret on mouse up, since the mouse
2951         move handler should be doing this
2952         - When double clicking a blank line, the caret is advanced to the
2953         next line.
2955 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2957         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2959 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2961         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2962         Fixes part of bug #79910.
2964 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2966         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2967           (bug #79903). Some minor string updates to match ms.
2969 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2971         * FileDialog.cs: Don't add an extension if the filename
2972           already ends with that extension.
2974 2006-11-10  Jackson Harper  <jackson@ximian.com>
2976         * TreeView.cs: Use the currently highlighted node for the
2977         BeforeSelect event.
2978         * TextBoxBase.cs: There is no need to expand selection on
2979         MouseMove.
2980         - CanUndo means 'is there any undo operations', not 'is undo
2981         allowed on this textcontrol. Fixed ClearUndo unit test.
2983 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2985         * Button.cs: only perform click when button is Selectable (so as 
2986         not to activate default buttons when they're disabled)
2987         
2988         * Control.cs: Rewrite of the SelectNextControl and related 
2989         methods. HandleClick now selects next control if the current one
2990         is being disabled.
2991         
2992         * Form.cs: OnActivated selects next active control only if Load 
2993         has already occurred. If Load hasn't run, there's no point in 
2994         selecting here, Load might change the state of controls.
2995         
2996         * FocusTest.cs: Tests marked as working again for these fixes
2998 2006-11-10  Chris Toshok  <toshok@ximian.com>
3000         * XplatUIX11.cs: a couple of fixes.
3002         - use XInternAtoms with almost all the atoms we need to register,
3003         instead of many, many calls to XInternAtom.  should help a bit on
3004         startup time, at the expense of making the code look a little
3005         worse.
3007         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
3008         isn't reparented (which seems to be a clue that we're running fon
3009         compiz) and they have an Owner form.  This fixes the tool windows
3010         in paint.net when running under compiz.
3012         - when setting the opacity of a window, support both the case
3013         where the window has been reparented and also when it hasn't been.
3014         Since compiz/beryl doesn't seem to reparent windows, and these are
3015         the only window managers which support translucency, I'm not sure
3016         why we need the hwnd.reparented case at all.. but leave it in.
3017         now we get translucent windows in paint.net under compiz/beryl.
3019 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
3021         * FileDialog.cs: Always return the value for FilterIndex that
3022           was set. Internally convert it to values that make sense.
3024 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
3025         
3026         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
3028 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
3030         * Toolbar.cs: Change default value of DropDownArrows to true, the 
3031         signature still using false to make it compatible with MS but the 
3032         initial value is true. Fixes #79855.
3034 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
3036         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
3037           only available on Linux.
3039 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
3041         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
3042         reduce number of calls to redraw method during toolbar creation.
3044 2006-11-09  Mike Kestner  <mkestner@novell.com>
3046         * ListView.cs : raise SelectedIndexChanged when an item is selected
3047         programmatically via the Item.Selected property.  Gert's nice 
3048         ListViewSelectedIndexChanged test fixture now runs clean.
3050 2006-11-09  Mike Kestner  <mkestner@novell.com>
3052         * ListView.cs : raise SelectedIndexChanged when a selected item is
3053         removed from the item collection using Remove or RemoveAt.
3055 2006-11-09  Mike Kestner  <mkestner@novell.com>
3057         * ListView.cs : raise SelectedIndexChanged once per selected item
3058         for compat with MS.  Fixes #79849+.
3060 2006-11-09  Chris Toshok  <toshok@ximian.com>
3062         * TabControl.cs: initialize row_count to 0, and set it to 1 when
3063         we need to (if we have any tab pages).  Fixes unit test.
3065 2006-11-09  Chris Toshok  <toshok@ximian.com>
3067         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
3068         width is 0, not 3.  Fixes a unit test.
3070 2006-11-09  Mike Kestner  <mkestner@novell.com>
3072         * ListView.cs : use Implicit scrollbars so that focus isn't 
3073         stolen from the listview when they are clicked. Fixes #79850.
3075 2006-11-09  Chris Toshok  <toshok@ximian.com>
3077         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
3078         have a root item.  Fixes #79879.
3080 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
3082         * FileDialog.cs:
3083           - Fix ToString ()
3084           - An ArgumentException is now thrown if a wrong filter
3085             is applied (matches ms). The previous filter doesn't change
3086             anymore if an exception is thrown.
3087           - Changing the FileName property also affects FileNames
3088         * ColorDialog.cs: The length of the CustomColors array is always
3089           16. It doesn't matter if we use a smaller array or null to update
3090           or change the custom colors property.
3091         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
3092           for RootFolder if we get a undefined value.
3094 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3096         * StatusBarPanel.cs: 
3097         - Width is set to MinWidth if Width is smaller than
3098         MinWidth. Fixes #79842.
3099         - MinWidth now always overrides Width (MSDN says MinWidth
3100         is set to Width when AutoSize = None, but they do not 
3101         behave like that).
3102         - Style has now the the correct default value.
3103         
3104 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3106         * TrackBar.cs: 
3107         - The control is completely invalidated on 
3108         Got/LostFocus to draw the focus rectangle correctly.
3109         - When AutoSize then height is always 45 (width for 
3110         vertical controls).
3111         
3112         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
3113         on the mouse when moved and it doesn't move when grabbed
3114         until the mouse moves as well. Also fixed some wrong 
3115         calculations when clicking on the thumb (control thought
3116         click was outside of thumb and didn't grab it).
3117         Fixes some of the issues in #79718.
3119 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
3121         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
3123 2006-11-08  Chris Toshok  <toshok@ximian.com>
3125         * PropertyGridView.cs: only call ToggleValue if the item is not
3126         readonly.
3128 2006-11-08  Jackson Harper  <jackson@ximian.com>
3130         * TextBoxBase.cs: The RichTextBox and textbox have very different
3131         word selection methods.  Implement the textbox's simple word
3132         selection here, and let the RichTextBox override and provide it's
3133         own.
3134         - Don't do extra selection on mouseup
3135         * RichTextBox.cs: Use the documents word selection algorithm, I
3136         think ideally, this function will be pulled into the
3137         RichTextBox.cs code someday.
3139 2006-11-08  Chris Toshok  <toshok@ximian.com>
3141         * RootGridEntry.cs: new class to represent GridItemType.Root.
3143         * CategoryGridEntry.cs: reformat, and add boilerplate.
3144         
3145         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
3146         returns the UI parent anyway, and we need special handling to
3147         implement the GetTarget method in the face of it.  Also, implement
3148         Select().
3150         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
3151         a root grid item, and use that instead of PropertyGrid.grid_items.
3152         Also, make use of TypeConverters (and add limitted support for
3153         ICustomTypeDescriptors) when initially populating the grid.
3154         Arrays now show up more or less properly.
3156 2006-11-08  Chris Toshok  <toshok@ximian.com>
3158         * Application.cs: set the modal dialog to non modal after we close
3159         it.  Fixes bug #79866.
3161 2006-11-08  Jackson Harper  <jackson@ximian.com>
3163         * TextControl.cs: When combining lines carry over the line end
3164         style from the end line.
3165         - Invalidate the selected area when setting it, if it is visible.
3166         * TextBoxBase.cs: Only rich text box can do full line selects.
3167         - Make sure to set the cursor position when there is a click,
3168         otherwise two clicks in separate areas could cause a large chunk
3169         to be selected.
3171 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3173         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
3174         Fixes #79863.
3176 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3178         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
3179         time. Remove tooltips when ToolButton click events.  Fixes #79856.
3181 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3183         * MenuAPI.cs: Ignore right click for menu actions and fixes
3184         menu border when clicked.  Fixes #79846.
3186 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3188         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
3189         MouseState after create wParam for message, this fixes mouse button 
3190         equal none in mouse up events.
3191         
3192 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
3194         * Control.cs : Focus() now calls Select to set the Container's
3195         Active Control and to give it focus. To avoid infinite recursion
3196         (because ActiveControl also calls Focus at one point), a check 
3197         is made in Focus with the help of a new internal variable
3198         is_focusing.
3200 2006-11-07  Mike Kestner  <mkestner@novell.com>
3202         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
3203         if there's a selection.  Fixes #79849.
3205 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
3207         * PropertyGrid.cs: Avoid fixed height of help description label.
3208         Fixes part of bug #79829.
3210 2006-11-07  Chris Toshok  <toshok@ximian.com>
3212         * XplatUIX11.cs: fix #79790 again, by using the
3213         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
3215 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3217         * ToolBar.cs: Fix left click checking.
3219 2006-11-07  Chris Toshok  <toshok@ximian.com>
3221         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
3223 2006-11-07  Chris Toshok  <toshok@ximian.com>
3225         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
3226         PropertyManager unit tests.
3228         * PropertyManager.cs: make property_name internal.
3230 2006-11-07  Chris Toshok  <toshok@ximian.com>
3232         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
3233         pass a unit test.  Also, don't set image_index to anything in
3234         response to setting the ImageList property.
3236 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3238         * ToolBar.cs: Ignore click events when mouse button is not a
3239         left button, only accepts other button for dropdown menus.  
3240         Fixes #79854.
3242 2006-11-07  Chris Toshok  <toshok@ximian.com>
3244         * DataGrid.cs: make the back and parent row buttons a little less
3245         ugly.
3247 2006-11-07  Jackson Harper  <jackson@ximian.com>
3249         * TextBoxBase.cs: When converting to Text don't put line breaks in
3250         for soft line breaks.
3251         * TextControl.cs: There is an initial "fake" line in the document,
3252         this is now a soft break line, so that an extra line feed doesn't
3253         get added to the end of documents.
3255 2006-11-07  Chris Toshok  <toshok@ximian.com>
3257         [ fix bug #79778 ]
3258         
3259         * CurrencyManager.cs: if the list is readonly, don't bother
3260         checking if IBindingList.AllowNew is true.
3262         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
3263         for non-DataRowView datasources..  or rather, make it not crash.
3264         (DataGridPaintRelationRow): make sure we limit the row painting to
3265         the area not covered by the row header, and make our cell width at
3266         least large enough to cover the relation area.  This allows grids
3267         that have relations but no rows to render correctly.
3268         (DataGridPaintRowContents): same type of changes here.
3269         (SetDataSource): move back to always calling
3270         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
3271         navigating back through relations.
3272         (HitTest): handle the case where we have no cells but have
3273         relations.  Right now we generate a hit in cell 0 of whatever the
3274         row is, not sure if this is strictly correct, but it works for our
3275         purposes.
3276         
3277         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
3278         bother doing anything.
3280 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
3282         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
3283         early version of StatusStrip.  Not responsible for eaten
3284         application or firstborn children.
3286 2006-11-06  Chris Toshok  <toshok@ximian.com>
3288         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
3289         call GetTabRect with a -1 index.  Fixes #79847.
3291 2006-11-06  Jackson Harper  <jackson@ximian.com>
3293         * TreeNodeCollection.cs: Update scrollbars after clearing.
3295 2006-11-06  Chris Toshok  <toshok@ximian.com>
3297         * NumericUpDown.cs: fix the ToString method for some unit test
3298         love.
3300 2006-11-06  Chris Toshok  <toshok@ximian.com>
3302         * PropertyGrid.cs:
3303         - set the initial SelectedGridItem if we can.
3305         - Exclude non-mergable properties only if we're merging > 1
3306         object.  Merging 1 object isn't really merging, obviously.
3308         - Handle PropertySort.NoSort just like Alphabetical, which is
3309         wrong of course, but at least gets things on the screen.
3310         
3311         * PropertyGridView.cs:
3312         - Add method "FindFirstItem" which finds the first property grid
3313         item, so we can select it by default.
3315         - make use of GridEntry.CanResetValue.
3317         - Don't call RedrawBelowItemOnExpansion here anymore, the
3318         individual GridEntry's will do that.
3320         - Remove the ITypeDescriptorContextImpl internal class.
3321         
3322         * GridEntry.cs:
3323         - this class needs to implement ITypeDescriptorContext, as it's
3324         what MS's PropertyDescriptorGridEntry does, which means we can
3325         remove the ITypeDescriptorContextImpl internal class from
3326         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
3328         - keep a reference to our PropertyGridView, and move the call to
3329         RedrawBelowItemOnExpansion here from PGV.  This means
3330         programmaticly setting Expanded actually does something visible.
3332         - add a CanResetValue() function which takes into account our
3333         possibly multiple "selected_objects" in the merged case.  Shifting
3334         PropertyGridView to use this method fixes another unreported
3335         crasher found running the test for #79829.
3337         - when Top or Bounds is updated, make sure the PropertyGridTextBox
3338         is updated to reflect this.
3340         * CategoryGridEntry.cs: the ctor takes the PGV now.
3341         
3342 2006-11-06  Jackson Harper  <jackson@ximian.com>
3344         * TextControl.cs: These are 1 based.
3345         * TextBoxBase.cs: When setting the selected text, don't change the
3346         selected text tags, this is done by ReplaceText, just position the
3347         cursor at the end of the new text.
3349 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
3351         * ListView.cs: Allow label edit only when, when LabelEdit is
3352           set to true.
3354 2006-11-06  Jackson Harper  <jackson@ximian.com>
3356         * TextControl.cs: If a suitable wrapping position isn't found,
3357         just wrap right in the middle of a word.
3359 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
3361         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
3362           bug #79820.
3364 2006-11-06  Jackson Harper  <jackson@ximian.com>
3366         * TreeView.cs: Can't use the VisibleCount property when setting
3367         scrollbar heights, because this doesn't take into account whether
3368         or not the horz scrollbar just came visible.
3370 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
3372         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
3373         activated.  Fixes #79369, #79832.
3375 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
3377         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
3378           had to remove support for links that point to a directory. FileInfo
3379           returns no usefull information (means, the directory they point to)
3380           for such links. Replaced some empty string ("") with String.Empty.
3382 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3384         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
3385         NullReferenceException when attempting to remove node that is not in
3386         collection. Throw NullReferenceException when null is passed to 
3387         Remove. Allow first element of the collection to be removed. Fixes
3388         bug #79831.  In GetEnumerator ().Current return null if positioned 
3389         before the first element of the collection. In GetEnumerator ().Reset,
3390         position before first element of the collection.
3392 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3394         * PropertyGrid.cs: To match MS, remove default title and description
3395         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
3396         buttons.
3398 2006-11-04  Chris Toshok  <toshok@ximian.com>
3400         * Theme.cs: add a Clamp method, just for kicks.
3402         * ThemeWin32Classic.cs: clamp all color components to [0..255].
3404 2006-11-04  Chris Toshok  <toshok@ximian.com>
3406         * Form.cs: if the form isn't visible, Close() does nothing.
3408 2006-11-03  Chris Toshok  <toshok@ximian.com>
3410         * Form.cs (Close): if the form is modal, don't Dispose of it, only
3411         Hide it.
3412         (WndProc): don't Dispose after handling the WM_CLOSE message.
3414         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
3415         them as such, instead of using casts from Control to Form.  Also,
3416         don't Dispose of the modal dialog when we fall out of the loop -
3417         Close() it instead.
3419         fixes bug #79813.
3421 2006-11-03  Chris Toshok  <toshok@ximian.com>
3423         * Control.cs (Dispose): only go through the dispose thing if we're
3424         @disposing, and we haven't already been disposed.  Fixes bug
3425         #79814.
3427         * Form.cs: no reason to call "base.Dispose()" here instead of
3428         "Dispose()".
3430 2006-11-03  Mike Kestner  <mkestner@novell.com>
3432         * ComboBox.cs : use ToString instead of casts in AddItem for
3433         sorting functionality.  Fixes #79812.
3435 2006-11-03  Chris Toshok  <toshok@ximian.com>
3437         * Application.cs: pave the way for actually using the thread
3438         exception dialog.  it's ifdefed out at the moment.
3440 2006-11-03  Chris Toshok  <toshok@ximian.com>
3442         * ThreadExceptionDialog.cs: until we get a better layout, actually
3443         hide the details textbox and label when we shouldn't see them.
3445 2006-11-03  Jackson Harper  <jackson@ximian.com>
3447         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
3448         multiline textboxes anymore.  This method also determines the
3449         width/height of a textboxes canvas area.
3450         - Sorta a revert of the last patch.  For multiline just position
3451         the controls, then bail.  This way the scrollbar width won't be
3452         altered.
3454 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
3456         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
3457         it dont need.  Fixes #79537.
3459 2006-11-02  Jackson Harper  <jackson@ximian.com>
3461         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
3462         send the status after firing the DndOver event.
3464 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3466         * TrackBar.cs: Now orientation only switches height / width if
3467         the control's handle is created (Win32 does it like this). Also 
3468         fixed a typo in ToString() for a test to pass, changed the 
3469         exception thrown in set_LargeChange and set_SmallChange to 
3470         match Win32 behaviour, and added TrackBar tests to the unit 
3471         tests.
3473 2006-11-02  Chris Toshok  <toshok@ximian.com>
3475         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
3476         not _NET_WM_STATE_NO_TASKBAR.
3478 2006-11-02  Jackson Harper  <jackson@ximian.com>
3480         * TextControl.cs: Increment count by one, since in the update view
3481         count - 1 is used.
3483 2006-11-02  Jackson Harper  <jackson@ximian.com>
3485         * TextBoxBase.cs: Use client rectangle not bounds for checking if
3486         the mouse is in the client rectangle (duh).
3488 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3489         
3490         * TrackBar.cs: Fixed trackbar jumping around when clicking
3491         on it - the trackbar was not detecting correctly at which
3492         side of the thumb the click was done. (fixes #79718)
3494 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
3496         * ListBox.cs: scroll visible area when change SelectedIndex to
3497         a non visible area.  Fixes #79481.
3499 2006-11-01  Jackson Harper  <jackson@ximian.com>
3501         * TextControl.cs: When replacing the selection move the selection
3502         start/end/anchor to the end of the new text.
3504 2006-11-01  Jackson Harper  <jackson@ximian.com>
3506         * XplatUIWin32.cs: When setting the parent change the controls
3507         visibility to it's visibility flag, not to it's old parents
3508         visibility (.Visible walks the parent chain).
3510 2006-11-01  Chris Toshok  <toshok@ximian.com>
3512         * XplatUIX11.cs: revert the #79790 fix, as the simple.
3513         XSetTransientForHint fix breaks paint .net's tool windows.  more
3514         work needed for that one.
3516 2006-11-01  Chris Toshok  <toshok@ximian.com>
3518         * ScrollBar.cs: throw ArgumentException instead of Exception in
3519         LargeChange/SmallChange setters.  fixes unit tests.
3521 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
3523         * ContainerControl.cs: reverted rev.67183 (which was itself
3524         a reversion of rev.66853... eh).
3525         
3526         * Control.cs: Fixes Reflector hang by changing Focus() call
3527         to what it was before rev.66643 (calling Select() here sets 
3528         ActiveControl, which in some situations calls back Focus and 
3529         eventually does a stack overflow). Temp fix.    
3530         Changes to GetNextControl() to not look for children to select when
3531         parent cannot be selectable (so it looks for siblings instead)  
3532         
3533 2006-10-31  Mike Kestner  <mkestner@novell.com>
3535         * CheckedListBox.cs : off by one error in returned index from
3536         ObjectCollection.Add.  Fixes #79758.
3538 2006-10-31  Chris Toshok  <toshok@ximian.com>
3540         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
3541         calls for the textbox/spinner, to keep from recursing to the point
3542         where we crash.  Fixes #79760.
3544 2006-10-31  Chris Toshok  <toshok@ximian.com>
3546         * ListControl.cs (set_SelectedValue): don't throw exceptions on
3547         null/"" value, just return.  matches ms's behavior and fixes some
3548         failing tests.
3550 2006-10-31  Chris Toshok  <toshok@ximian.com>
3552         * Control.cs (set_Capture): make a logic a little easier to
3553         follow.
3555         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
3556         if it's being destroyed.  A necessary fix surely, but a bandaid
3557         also, to fix the stuck capture problem in bug #78413.
3559 2006-10-31  Chris Toshok  <toshok@ximian.com>
3561         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
3562         convention of clearing hwnd.ClientRect when we set the
3563         width/height (so it'll be recalculated by Hwnd).
3565 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
3567         * ContainerControl.cs: reversed Contains check from
3568         ActiveControl due to hanging problems. This fix
3569         partly regresses #79667 (button does not have
3570         initial focus), so this might be a symptom for 
3571         a larger parenting problem (set_ActiveControl
3572         is being called but the child control does
3573         not have the parent set yet?)   
3574         
3575 2006-10-31  Mike Kestner  <mkestner@novell.com>
3577         * MenuAPI.cs : fix keynav when menu is click activated.
3579 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
3581         * ToolStrip*: Version 0.2.
3583         * MenuStrip.cs: Version 0.1.
3585         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
3587 2006-10-30  Chris Toshok  <toshok@ximian.com>
3589         [ fixes the oversized notify icon issue in bug #79745 ]
3590         
3591         * NotifyIcon.cs: scale the icon down to the size we're given by
3592         the XplatUI layer (this would be faster if we did it once instead
3593         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
3594         since it's never invoked.
3596         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
3597         pixels high by default, so let's hardcode our systray icon to that
3598         size.  The SYSTEM_TRAY protocol should really have a way for
3599         client apps to query for the correct icon size.. but oh well.  A
3600         couple of patches to deal with the screwy client_window ==
3601         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
3602         instance, and also make sure we don't XSelectInput twice).
3604 2006-10-30  Chris Toshok  <toshok@ximian.com>
3606         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
3607         recreating forms.  Control recreation is the bane of my existence.
3608         Fix it in a way that keeps everyone happy.
3610 2006-10-30  Chris Toshok  <toshok@ximian.com>
3612         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
3613         just non-CHILD ones.  otherwise sometimes scrollbars end up with
3614         client_windows not being resized to the proper size (ReportBuilder
3615         shows this extremely well).
3617 2006-10-30  Chris Toshok  <toshok@ximian.com>
3619         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
3620         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
3621         showing up in the gnome taskbar.  Fixes bug #79790.
3623 2006-10-30  Chris Toshok  <toshok@ximian.com>
3625         * ApplicationContext.cs: guard against a NRE.
3627         * Application.cs: null out the old MainForm for the context, so we
3628         don't try to use it again once it's disposed.  Fixes bug #79783.
3630 2006-10-30  Chris Toshok  <toshok@ximian.com>
3632         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
3633         BindingContext, set the data source directly, otherwise do the
3634         lazy approach - the actual ListManager will be created when we get
3635         a BindingContext. Fixes bug #79700.
3637 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
3639         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
3640           XplatUIX11.cs: Remove old 2 parameter SetVisible.
3642         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
3644 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
3646         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
3647         of SetVisible that allows a window to be shown, but not activated.
3648         This is needed on Windows for MenuStrip, and can probably be used
3649         with MainMenu and ComboBox to fix the focus stealing issues on
3650         Windows.
3652         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
3654 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
3656         * PictureBox.cs: Fix the output of the ToString method.
3658 2006-10-29  Chris Toshok  <toshok@ximian.com>
3660         * Control.cs (get_TopLevelControl): fix bug #79781.
3662 2006-10-29  Chris Toshok  <toshok@ximian.com>
3664         * ListControl.cs (set_DataSource): throw Exception here, not
3665         ArgumentException, to match MS behavior.
3667 2006-10-29  Chris Toshok  <toshok@ximian.com>
3669         * Form.cs: remove the try-catch's around calls to GetWindowState.
3670         We can just check the return value.
3672         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
3673         Instead return -1.
3675         * XplatUI.cs: Add note about additional return value for
3676         GetWindowState.
3678 2006-10-29  Chris Toshok  <toshok@ximian.com>
3680         * Control.cs (CreateHandle): when we create our handle, we also
3681         create the handles of our child controls.  Fixes one of the
3682         Control unit tests (CH11).
3684 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
3686         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
3688 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
3690         * ThemeClearlooks.cs: A little speedup.
3692 2006-10-27  Chris Toshok  <toshok@ximian.com>
3694         * Control.cs: implement Control.FromChildHandle in a way that
3695         matches the docs (and fixes the failed test.)
3697 2006-10-27  Chris Toshok  <toshok@ximian.com>
3699         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
3700         comments).
3702         * DataGrid.cs: implement ResetForeColor such that the tests
3703         succeed.
3704         
3705 2006-10-27  Chris Toshok  <toshok@ximian.com>
3707         * ToolBarButton.cs: setting text/tooltiptext to null results in it
3708         being set to "".  Fixes bug #79759.
3710 2006-10-27  Jackson Harper  <jackson@ximian.com>
3712         * TextControl.cs: We need to clear the entire selection area when
3713         setting the start, otherwise multiline selections are still
3714         visible.
3716 2006-10-26  Chris Toshok  <toshok@ximian.com>
3718         * PropertyGridView.cs: 
3720         - ifdef all the code specific to the double
3721         buffer case, and provide some alternatives in the non-doublebuffer
3722         code, which makes heavy use of XplatUI.ScrollWindow to move things
3723         around without having to invalidate (and cause flicker).  There
3724         are still some drawing problems in the non-doublebuffered case, so
3725         DOUBLEBUFFER is defined by default.
3727         - Fix the way dropdowns are handled.  now we explicitly watch for
3728         the events which might cause the dropdown to close, and break out
3729         of the nested event loop there.  This gets rid of all Capture
3730         code, at the expense of the Msg special casing.  Seems to work,
3731         though, and fixes bug #79743.
3733 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
3734         * Control.cs: SetIsRecreating now recreates implicitly added
3735         child controls as well. Finally fixes #79629. The flag passed to 
3736         SetIsRecreating has also been removed since it wasn't used.
3737         
3738 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3740         * PageSetupDialog.cs: Clean some code, fix some bits, 
3741         add some checks, and add a printer sub-dialog.
3743 2006-10-26  Chris Toshok  <toshok@ximian.com>
3745         * PropertyGrid.cs: make set_SelectedObject call
3746         set_SelectedObjects, and move the duplicate logic to the
3747         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
3749         * PropertyGridView.cs: hide the textbox when we get a
3750         SelectedObjectsChanged event.
3752         Fixes bug #79748.
3754 2006-10-26  Chris Toshok  <toshok@ximian.com>
3756         * PropertyGridView.cs: deal with the type converter not supporting
3757         GetStandardValues() or GetStandardValues() returning null, which
3758         is does in the default case.  Fixes #79742.
3760 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3762         * CheckedListBox.cs: nunit no longer crashes when selecting 
3763         Project/Edit menu option
3764         
3765 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3767         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
3768         is no menu selected. fixes #79739
3770 2006-10-25  Chris Toshok  <toshok@ximian.com>
3772         * PropertyGridView.cs: factor out the splitter invalidation code
3773         into the SplitterPercent setter, and for kicks implement the
3774         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
3775         amount in either direction.
3777 2006-10-25  Chris Toshok  <toshok@ximian.com>
3779         * PropertyGridView.cs: do some cleanup of the brush used to draw
3780         text - read only fields should be grayed out.  not sure how to do
3781         this with the textbox, though.  but the textbox's should also be
3782         readonly now at least.  Also, hide/show the textbox when resizing
3783         the control.
3784         
3785         * CursorConverter.cs: use System.Reflection when getting the
3786         properties of Cursors, as TypeDescriptor.GetProperties isn't
3787         returning static properties.
3789 2006-10-25  Chris Toshok  <toshok@ximian.com>
3791         * PropertyGridView.cs: factor out the up/down handling, and reuse
3792         it for page up/down.  also add End/Home support.
3794 2006-10-25  Chris Toshok  <toshok@ximian.com>
3796         * PropertyGridView.cs:
3798         - ensure the selected grid item is visible in the scrolled area,
3799         fixes bug #79572.
3801         - fix Keys.Down handling when you're on the last item in the
3802         propertygrid.
3804 2006-10-25  Mike Kestner  <mkestner@novell.com>
3806         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
3807         clicks too.  Fixes #79725.
3809 2006-10-24  Chris Toshok  <toshok@ximian.com>
3811         * PropertyGrid.cs: use property.Converter instead of
3812         TypeDescriptor.GetConverter(property.PropertyType), so we catch
3813         TypeConverters declared on the property as well as on the
3814         PropertyType.  Fixes bug #79678.
3816 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
3818         * MimeIcon.cs, Mime.cs:
3819           Fallback to the default platform handler if no shared mime info
3820           stuff exists (fixes #79693).
3822 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3823         * ContainerControl.cs: Incorrect contains check in ActiveControl 
3824         from previous fix (duh).
3826 2006-10-20  Chris Toshok  <toshok@ximian.com>
3828         * PropertyGridView.cs: the dropdown should be MIN(number of items
3829         in list, 15).  Fixes #79551.
3831 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3832         Fixes #79384, #79394, #79652, #79667
3833         * Application.cs: 
3834         
3835         - Modal windows are now destroyed in the proper order for windows
3836         
3837         * ContainerControl.cs:
3838         
3839         - ActiveControl setter has more conditions on when to return:
3840                 - if we're reselecting the active control, but it actually
3841                 didn't have focus (window hidden or some such), it runs
3842                 - if the active control being selected doesn't actually 
3843                 exist in the container, it returns
3844         
3845         * Form.cs
3846         
3847         - The ShowDialog now gets the current form as the owner when
3848         invoking without parameters, and correctly activates the owner 
3849         when returning
3850         
3851         * MessageBox.cs
3852         
3853         - MessageBox now catches the Escape key to exit
3855 2006-10-20  Chris Toshok  <toshok@ximian.com>
3857         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3858         most of bug #79676):
3860         - you can navigate around the property grid with the arrow keys.
3862         - the dropdown is sized properly when the pg has a vertical
3863         scrollbar.
3865         - fix the indentation for subentries, and properly select the
3866         entire label rect.
3868         - fix the gray bar's drawing (only draw it to the last element,
3869         not for the height of the control.  Also make sure we draw that
3870         last horizontal grid line.
3872         - use the same mechanism the datagrid uses wrt the editing textbox
3873         when scrolling/resizing/etc.  Namely, we hide it first, do the
3874         operation, then show it again (if it's still visible).
3875         
3876         - aggressively remove a lot of unnecessary refreshes (and also
3877         calls to Invalidate(). call more limited variants, and only redraw
3878         what we need.)
3879         
3880         * PropertyGrid.cs:
3882         - when we're populating the merged collection, fill in the UI
3883         parent with either the passed in item, or the category item we
3884         create.
3886         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3888         * GridItem.cs: drop some fully qualified names.
3889         
3890         * GridEntry.cs: add a "UIParent", which is basically the parent
3891         treenode.
3893         * GridItemCollection.cs: add an IndexOf method.
3895 2006-10-20  Mike Kestner  <mkestner@novell.com>
3897         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3898         a working win32 NC invalidation mechanism, we can't invalidate
3899         menus.  [Fixes #79705]
3901 2006-10-20  Mike Kestner  <mkestner@novell.com>
3903         * ListBox.cs : don't update the VScrollbar if the list is empty,
3904         just hide it.  [Fixes #79692]
3906 2006-10-20  Jackson Harper  <jackson@ximian.com>
3908         * RichTextBox.cs: Handle some special chars better, and don't skip
3909         the entire group when we encounter a special char that we don't
3910         handle correctly.
3912 2006-10-18  Chris Toshok  <toshok@ximian.com>
3914         * PropertyGridView.cs: address a number of issues from bug #79676,
3915         mostly of the cosmetic variety.
3917         - The highlight rectangle for indented items not extends all the
3918         way to the left.
3920         - Indented items aren't indented so much.
3922         - the dropdown is properly sized width-wise if the pg has a
3923         vertical scrollbar.
3925 2006-10-18  Chris Toshok  <toshok@ximian.com>
3927         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3928         systray stuff is rather convoluted to begin with.
3930         systray icons are a single window for some reason (that I haven't
3931         figured out yet), and for them, client_window == whole_window.
3932         Given the way the tests are structured elsewhere to determine
3933         which paints are pending (client vs. nc), that situation will
3934         always yield PAINT, not NCPAINT.  So, if we have a pending
3935         nc_expose and no pending expose, remove the hwnd from the paint
3936         queue, and also set nc_expose_pending to false, to keep us from
3937         blocking further expose's adding the hwnd to the paint queue.
3939         phew.  like i said, a rather convoluted change.  Fixes the
3940         notifyicon repaint issues in bug #79645.
3942 2006-10-18  Chris Toshok  <toshok@ximian.com>
3944         * Form.cs: when getting the backcolor of the form, don't get
3945         base.BackColor, as this allows parents to influence the background
3946         color.  This breaks mdi forms.  Instead, if the background_color
3947         is empty, return the default.
3949 2006-10-18  Chris Toshok  <toshok@ximian.com>
3951         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3952         to being private instead of internal static.
3954         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3955         crap, it wasn't working for more deeply nested controls anyway,
3956         and we already have the is_recreating flag - use that instead.
3957         Before calling DestroyHandle in RecreateHandle, recurse through
3958         the control tree setting it to true.  this returns the recreate
3959         code to much of its original simplicity, while now guaranteeing we
3960         actually recreate everything we're supposed to.  This change gets
3961         fyireporting actually showing mdi children.
3963 2006-10-17  Chris Toshok  <toshok@ximian.com>
3965         * Form.cs: remove some debug spew, and collapse some duplicate
3966         code at the end of SetClientSizeCore.
3968         * XplatUIX11.cs: 
3969         - add some more debug spew here too wrt Destroy handling.
3970         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3971         in Control's handling of WM_DESTROY.
3972         - Remove the handling of zombie window DestroyNotifies from the
3973         event loop - we don't need it.  Now the only DestroyNotifies we
3974         actually handle are ones generated by X.
3975         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3976         match gtk's (functioning) handling of this. This keep metacity
3977         from leaving droppings in the form of wm borders with no window
3978         contents all over the place.
3980         * Control.cs:
3981         - add a bunch of debug spew wrt control recreation.
3982         - fix a bug where we weren't tracking Visible properly on
3983         recreated hwnds.
3984         - fixed the WM_PAINT double buffer handling to support re-entrant
3985         calls (yes, i know it's gross, but it's happening to us).
3987 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3988         * ThemeWin32Classic.cs: changed drawing of selected days
3989         to make them look better.
3991 2006-10-16  Chris Toshok  <toshok@ximian.com>
3993         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3994         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3996         * XplatUIX11.cs: move away from using hwnd.client_dc and
3997         hwnd.non_client_dc and on to a stack of dc's (and in window's
3998         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3999         without puking or not disposing of Graphics objects.
4001         * XplatUIOSX.cs: same.
4003         * XplatUIWin32.cs: same.
4005 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
4007         * FileDialog.cs: Don't call on_directory_changed inside
4008           OnSelectedIndexChanged (it changes the SelectedIndex too).
4009           Instead move it to OnSelectionChangeCommitted.
4011 2006-10-13  Chris Toshok  <toshok@ximian.com>
4013         * XplatUIX11.cs: more Destroy work.  the current code does the
4014         following things, in order:
4016         1. Enumerates all handles of all controls at or below the one
4017         being destroyed, in pre-order.  As it is doing this, it marks the
4018         handles as zombie and clears all references to them.
4019         
4020         2. calls XDestroyWindow on the window passed in.
4022         3. SendMessage's WM_DESTROY to all he handles in the accumulated
4023         list.
4025 2006-10-13  Chris Toshok  <toshok@ximian.com>
4027         * XplatUIX11.cs: set hwnd.zombie to true before calling
4028         SendMessage (WM_DESTROY).  this keeps us from marking the new
4029         window a zombie, and also keeps us from calling sendmessage at
4030         all.
4032 2006-10-13  Jackson Harper  <jackson@ximian.com>
4034         * TextControl.cs: Do not show the caret and selection at the same
4035         time.  Reduces ugliness by 35%.
4037 2006-10-13  Chris Toshok  <toshok@ximian.com>
4039         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
4040         zombie after we do the recursive call, so we actually do call
4041         SendMessage on the children controls.
4042         (GetMessage): if we find a pending paint event for a zombie hwnd,
4043         remove the hwnd from the paint queue, or else it will always be
4044         there (and we'll effectively loop infinitely)
4046 2006-10-13  Mike Kestner  <mkestner@novell.com>
4048         * MenuItem.cs : add Selected format under keynav too.
4049         Fixes #79528.
4051 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
4053         * PropertyGrid.cs: Fixed some NRE's and small difference between our
4054         implementation and that of MS.
4056 2006-10-13  Chris Toshok  <toshok@ximian.com>
4058         * Control.cs (OnInvalidated) only futz with the invalid_region if
4059         the control is double buffered.  this fixes the apparent hang in
4060         the ListView unit tests.  Someone needs to make the
4061         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
4063 2006-10-13  Chris Toshok  <toshok@ximian.com>
4065         * PropertyGridView.cs:
4067         - do a little refactoring so that only one place calls
4068         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
4069         else call that.  Also make it Refresh, since there are redraw bugs
4070         otherwise (we should take a look at that...)
4072         - do a little more refactoring work to share the body of code
4073         involved with the drop down.  it was duplicated in the code
4074         dealing with the listbox handling and in the code dealing with the
4075         UITypeEditors.
4077         - add a Capture to the dropdown form's control once it's
4078         displayed, and add a MouseDown handler that checks to make sure
4079         the position is inside the control.  If it's not, close the
4080         dropdown.  This fixes #78190.
4082         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
4083         if the value is different than the initial value.
4084         
4085 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
4087         * Control.cs: see #78650
4088         - Fixed GetNextControl for several cases:
4089                 - Changed FindFlatForward to return 
4090                 correct sibling control when more than one
4091                 control has same TabIndex as the currently 
4092                 focused one.
4093                 - Changed FindFlatBackward to loop children
4094                 from last to first and apply same logic as in
4095                 FindFlatForward
4096                 - Changed FindControlForward to search for
4097                 children when control is not a container
4098                 but has children, or search for siblings if
4099                 control is a container...
4100                 - Changed FindControlBackward   to continue
4101                 searching for child controls when hitting 
4102                 Panel-like parents
4103                 
4104         - Fixed Focus method to update ActiveControl
4105         (FocusTest.FocusSetsActive failure)
4106         
4107         * TabControl.cs:
4108         - Focus rectangle now refreshes when gaining
4109         or losing focus
4110         - Removed grab for Tab key on IsInputKey that 
4111         was keeping tab navigation from working (#78650)
4113 2006-10-13  Chris Toshok  <toshok@ximian.com>
4115         * PropertyGridView.cs:
4116         - Rewrite SetPropertyValue to loop over SelectedGridItem's
4117         SelectedObjects.
4119         - Deal with GridItem.Value == null a few places.
4121         * PropertyGrid.cs: 
4122         - replace the PopulateGridItemCollection with a pair of methods
4123         which compute the intersection of all the properties in the
4124         SelectedObjects array.  Fixes #79615.
4126         - Throw ArgumentException from set_SelectedObjects if there's a
4127         null in the array.
4129         - Add GetTarget method which can be used to traverse up the
4130         GridItem.Parent chain.  It depends on the assumption that
4131         selected_objects for different GridEntries are always in the same
4132         order (a safe assumption).  Use this method and loop over all the
4133         selected objects in the entry when calling RemoveValueChanged and
4134         AddValueChanged.
4135         
4136         * GridEntry.cs: Make this handle multiple selected objects.
4137         .Value returns null if not all the selected objects share the same
4138         value.
4140 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
4141         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
4142           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
4143           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
4144           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
4145           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
4146         add additional functionality.
4148 2006-10-12  Mike Kestner  <mkestner@novell.com>
4150         * ErrorProvider.cs : new ToolTipWindow ctor sig.
4151         * HelpProvider.cs : new ToolTipWindow ctor sig.
4152         * ToolTip.cs : remove ToolTip param from Window sig since it is
4153         not used.
4154         * ToolBar.cs : add tooltip support.  Fixes #79565.
4156 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4158         * ComboBox.cs: move the events in set_SelectedIndex to 
4159         after the call to HighlightIndex in order to avoid 
4160         possible recursion and subsequent problems with the call
4161         to HighlightIndex and include a range check in 
4162         set_HighlightIndex. Fixes #79588
4163         
4164 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4166         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
4167         to ui thread's settings instead of sunday. 
4168         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
4170 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4172         * DateTimePicker.cs
4173         * MonthCalendar.cs
4174         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
4175         and implement missing functionality (selecting different parts 
4176         of the date and edit them individually with the keyboard).
4177         
4178 2006-10-11  Chris Toshok  <toshok@ximian.com>
4180         * Control.cs (OnInvalidated): fix NRE relating to last change.
4182 2006-10-11  Chris Toshok  <toshok@ximian.com>
4184         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
4185         atoms in _NET_WM_STATE here if the window is maximized.  We need
4186         to do this because we're *replacing* the existing _NET_WM_STATE
4187         property, so those atoms will be lost otherwise, and any further
4188         call to GetWindowState will return Normal for a window which is
4189         actually maximized.  Fixes #79338.
4191 2006-10-11  Jackson Harper  <jackson@ximian.com>
4193         * TextControl.cs: Special case for setting selection end to
4194         selection start, we basically kill the anchor.
4195         - some todo comments.
4197 2006-10-11  Chris Toshok  <toshok@ximian.com>
4199         * Control.cs: switch to using an "invalid_region" to track which
4200         parts of the image buffer need updating.  This is more code than
4201         the simple fix from r66532.  That version just attempted to always
4202         fill the entire buffer on redraw, which turns out to be
4203         inefficient when invalidating small rectangles.  This version
4204         simply adds the invalid rectangle to the invalid region.  When we
4205         get any WM_PAINT message we see if it can be filled using the
4206         image buffer, and if it can't (if the paint event's clip rectangle
4207         is visible in the invalid region) we first fill the image buffer.
4208         So, the image buffer is still a cache, we just fill it lazily.
4210         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
4211         need it any longer.
4213 2006-10-11  Chris Toshok  <toshok@ximian.com>
4215         * XplatUIX11.cs (SetWindowPos): we need to update both position as
4216         well as size after calling XMoveResizeWindow.  This keeps us from
4217         ignoring future SetWindowPos calls.  Fixes the disappearing
4218         DateTimePicker in the ToolBarDockExample from bug #72499.
4220 2006-10-11  Chris Toshok  <toshok@ximian.com>
4222         * TextBoxBase.cs: reorder things a bit when it comes to
4223         resizing-causing-recalculation.  we were recalculating the
4224         document when our position was changed, which shouldn't happen.
4225         We only care about size changes.  Clear up some more redundant
4226         recalculation calls while I'm at it.  This makes the toolbar dock
4227         example snappy when you're just dragging toolbars around (since it
4228         causes a relayout whenever you move one.)
4230 2006-10-11  Chris Toshok  <toshok@ximian.com>
4232         * ToolBarButton.cs (get_Rectangle): this only returns
4233         Rectangle.Empty if Visible == false, or Parent == null.
4234         Parent.Visible doesn't matter.
4236 2006-10-10  Chris Toshok  <toshok@ximian.com>
4238         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
4239         by .net 1.1, so switch to an internal method instead.
4241 2006-10-10  Chris Toshok  <toshok@ximian.com>
4243         * Control.cs (WM_PAINT): when a control is double buffered we draw
4244         initially to the ImageBuffer and then copy from there.  But when a
4245         parent control which has child controls is double buffered, the
4246         initial drawing doesn't encompass the entire ClientRectangle of
4247         the parent control, so we end up with uninitialized bits (this is
4248         easily seen by dragging the top toolbar in
4249         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
4250         manually set the ClipRectangle of the paint_event (only the one we
4251         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
4252         of the nastiness in bug #72499.
4254         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
4255         which we use in Control.cs's WM_PAINT handling.
4257 2006-10-10  Jackson Harper  <jackson@ximian.com>
4259         * TextBoxBase.cs: Finish off the autoscrolling stuff.
4261 2006-10-10  Chris Toshok  <toshok@ximian.com>
4263         * Cursor.cs: Apply a slightly different patch to the one suggested
4264         in #79609.
4266 2006-10-10  Jackson Harper  <jackson@ximian.com>
4268         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
4269         not the parent form.
4270         * TextControl.cs: use difference in old line count vs new count to
4271         calculate how many lines were added, this takes into account soft
4272         line breaks properly.
4274 2006-10-10  Chris Toshok  <toshok@ximian.com>
4276         * LinkLabel.cs: don't call MeasureCharacterRanges against a
4277         rectangle located at 0,0 and the size of the text.  Use
4278         ClientRectangle instead.  This fixes rendering of non-left aligned
4279         link labels.
4281 2006-10-10  Jackson Harper  <jackson@ximian.com>
4283         * TextBoxBase.cs: When we set the selection start position the
4284         caret.
4285         * TextControl.cs: Need to update the caret when we decrement it to
4286         zero.
4287         - Make sure that the selection_visible flag gets reset to false if
4288         the selection isn't visible.  Before this you could get it set to
4289         visible by changing the selection start, then changing the end to
4290         equal the start.
4292 2006-10-09  Jackson Harper  <jackson@ximian.com>
4294         * TreeView.cs: Don't update scrollbars when we aren't visible.
4295         * TreeNodeCollection.cs: Only need to update scrollbars if being
4296         added to an expanded visible node or the root node.
4298 2006-10-09  Chris Toshok  <toshok@ximian.com>
4300         * XplatUIX11.cs (SendMessage): fix NRE.
4302 2006-10-09  Jackson Harper  <jackson@ximian.com>
4304         * TextBoxBase.cs: Implement horizontal autoscrolling.
4305         * TextControl.cs: Add a movement types that allows moving forward
4306         and backwards without wrapping.
4308 2006-10-09  Mike Kestner  <mkestner@novell.com>
4310         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
4311         with focus "expansion" of labels.  Fixes #79532 and then some.
4312         * ThemeWin32Classic.cs : add LineLimit to ListView label format
4313         when wrapping.
4315 2006-10-09  Jackson Harper  <jackson@ximian.com>
4317         * TextBoxBase.cs: Set the default max values to MaxValue since
4318         we use the scrollbar for autoscrolling and the default value is
4319         100.  If we don't do this the caret won't keep up with typing
4320         after about 18 characters.
4321         * TextControl.cs: Make sure the selection is offset by the
4322         viewport x.  This fixes selection when using auto scrolling.
4324 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
4325         
4326         * Form.cs: The active control should be selected after the 
4327         OnLoad so that any child control initialization that affects
4328         the selection is done. Fixes #79406
4330 2006-10-06  Chris Toshok  <toshok@ximian.com>
4332         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
4333         to have no evil effects.
4335         - Stop selecting StructureNotifyMask on non-toplevel windows.
4337           The only way children should be resized is by using the SWF api,
4338           and we already send WM_WINDOWPOSCHANGED messages in those cases.
4339           Toplevel windows can be interacted with via the window manager,
4340           and so we keep the input mask there.
4342           The other event StructureNotifyMask gives us (that we care
4343           about) is DestroyNotify.  The code is already structured such
4344           that it assumes we won't be getting a DestroyNotify event for
4345           the window we pass to XDestroyWindow (which is what
4346           StructureNotifyMask is supposed to guarantee.)  So, that code
4347           shouldn't be affected by this either.
4349         - Stop selecting VisibilityChangeMask altogether.
4351           We weren't doing anything with the resulting events anyway.
4352         
4353         This vastly reduces the number of X requests and events we see
4354         when resizing/laying out a large ui.
4356 2006-10-06  Chris Toshok  <toshok@ximian.com>
4358         * ScrollableControl.cs (DisplayRectangle): we need to take into
4359         account the DockPadding regardless of whether or not auto_scroll
4360         == true.  rework this slightly to this effect, and fix bug #79606,
4361         and part of #72499 (you can now see the drag handles and drag
4362         toolbars around).
4364 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
4366         * ListViewItem.cs: Collections of selected and checked items are now
4367         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
4368         we mark the collection "dirty".
4369         * ListView.cs: Marked collections readonly. Modified UpdateSelection
4370         to only clear SelectedItems when a new item is selected and MultiSelect
4371         is enabled. CheckedItems and SelectedItems now subscribe to Changed
4372         event of ListViewItemCollection, and mark its list dirty whenever
4373         that event is fire. This allows us to return selected/checked items 
4374         in the same order as they are in the Items collection. This matches
4375         the MS behavior.
4377 2006-10-06  Chris Toshok  <toshok@ximian.com>
4379         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
4380         right mouse clicks.  Fixes bug #79593.
4382 2006-10-06  Chris Toshok  <toshok@ximian.com>
4384         * Splitter.cs: doh, fix splitters that don't want to cancel the
4385         movement when you drag them.  Also, impose the limits on the
4386         values we send to the SplitterMovingEvent.  Fixes #79598.
4388 2006-10-06  Jackson Harper  <jackson@ximian.com>
4390         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
4391         since we use this for auto scrolling also.
4393 2006-10-05  Chris Toshok  <toshok@ximian.com>
4395         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
4396         beginning to think that most datagrid column types don't need this
4397         method.  Fixes bug #79392.
4399 2006-10-05  Chris Toshok  <toshok@ximian.com>
4401         * DataGrid.cs: move back to a more lazy scheme for creating the
4402         CurrencyManager, so we aren't updating it every time you set
4403         either DataSource or DataMember.  Also, don't call
4404         RecreateDataGridRows if the currency manager hasn't changed.
4406 2006-10-05  Chris Toshok  <toshok@ximian.com>
4408         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
4409         emitted, SelectedIndex should already be updated.  Fixes bug
4410         #78929.
4412 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
4414         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
4415           ToolStripTextBox.cs: Initial commit.
4416         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
4418 2006-10-05  Jackson Harper  <jackson@ximian.com>
4420         * TabControl.cs: We need to invalidate the tab control area when
4421         new ones are added (duh).
4423 2006-10-03  Chris Toshok  <toshok@ximian.com>
4425         * Form.cs (ProcessDialogKey): if the focused control is in this
4426         form and is a button, call its PerformClick method here.  Fixes
4427         #79534.
4429 2006-10-04  Jackson Harper  <jackson@ximian.com>
4431         * TabPage.cs: Ignore setting of Visible, and add an internal
4432         method for setting the controls visibility.  TabPage's Visible
4433         property is a little strange on MS, this seems to make us
4434         compatible, and fixes cases where people set all the tab pages to
4435         visible.
4436         * TabControl.cs: Use the new internal setting on tab pages
4437         visibility.
4439 2006-10-03  Mike Kestner  <mkestner@novell.com>
4441         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
4443 2006-10-03  Mike Kestner  <mkestner@novell.com>
4445         * ListView.cs : use is_visible instead of Visible to check if 
4446         scrollbars should be placed/sized.  Also some max_wrap_width
4447         love for LargeIcon view.  [Fixes #79533]
4449 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
4451         * TextControl.cs :
4452           Make set_TextAlign() do actually update the align. Fixed #78403.
4454 2006-10-03  Chris Toshok  <toshok@ximian.com>
4456         * DataGrid.cs: fix a crash when switching datasources if the
4457         vertical scrollbar is at someplace other than Value = 0.  Also,
4458         reduce the number of recalculation passes we do in SetDataSource
4459         from 2 to 1.
4461 2006-10-03  Jackson Harper  <jackson@ximian.com>
4463         * TextBoxBase.cs: Move the if value the same bail check up, we
4464         don't want to empty the document if it is already empty, this
4465         seems to severly mess up the caret.  TODO: I should probably fix
4466         the empty statement to update teh caret somehow.
4468 2006-10-03  Chris Toshok  <toshok@ximian.com>
4470         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
4471         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
4472         reflection, an internal row type, properties on said type, etc.)
4473         will work with our datagrid.  Fixes #79531.
4475 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
4477         * FileDialog.cs: Don't crash if a path is not accessible
4478           (System.UnauthorizedAccessException). Fixes #79569.
4479         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
4480           a ':' too. Return unknown icon for those paths/files.
4482 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
4484         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
4485         GetContainerControl returns null.
4487 2006-10-02  Chris Toshok  <toshok@ximian.com>
4489         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
4490         call to XGetWindowAttributes instead of "handle".  fixes an X
4491         error using notifyicon after the NotifyIconWindow to Form base
4492         class switch.
4494 2006-10-02  Chris Toshok  <toshok@ximian.com>
4496         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
4497         server grab and looping we need to do to get down to the most
4498         deeply nested child window.
4499         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
4500         QueryPointer again after the WarpPointer so we can generate a
4501         proper (fake) MotionNotify event to be enqueued in the destination
4502         window's queue.
4503         (GetCursorPos): call QueryPointer.
4505         Fixes #79556.
4507 2006-10-02  Jackson Harper  <jackson@ximian.com>
4509         * NotifyIcon.cs: Derive the notify icon from a form, so things
4510         like FindForm work on it.
4511         - Swallow the WM_CONTEXTMENU message, since that is generated on
4512         mouse down, and context menu is a mouse up kinda guy.  I believe
4513         the correct fix here is probably to make the notify icon entirely
4514         NC area, but this seems to work fine for anyone not manipulating
4515         WndProc.
4517 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
4519         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
4520           ToolStripItemCollection.cs, ToolStripLabel.cs,
4521           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
4522           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
4523           Initial implementation.
4524         * TextRenderer.cs: Provide padding to MeasureText.
4526 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
4528         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
4529         of ButtonBaseAccessibleObject. Fix bug #79552.
4531 2006-10-02  Jackson Harper  <jackson@ximian.com>
4533         * MdiWindowManager.cs: When maximizing use the containers client
4534         rect, not it's bounds, so nc area is accounted correctly.
4535         - Use the parent form's size for the menu position, since the
4536         client isn't always the full form size.
4538 2006-10-01  Chris Toshok  <toshok@ximian.com>
4540         * ScrollableControl.cs: make sure neither right_edge or
4541         bottom_edge are < 0, since they're used as LargeChange for the
4542         horiz/vert scrollbars respectively.  Fixes #79539.
4544 2006-10-01  Chris Toshok  <toshok@ximian.com>
4546         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
4547         the xplatuix11 code can cause us to destroy/recreate our handle.
4549         * XplatUIX11.cs
4550         (SystrayAdd):
4551         - this code can be invoked many times for the same Hwnd.  Make
4552           sure we only destroy the client window once (the first time this
4553           method is called).  This fixes bug #79544.
4554         - Remove the call to the improperly bound XSync.  why we had two
4555           bindings to this, I will never know, but this call resulted in
4556           events being discarded from the queue(!).
4557         - correct a misunderstanding of _XEMBED_INFO - the second atom is
4558           not our current state but the state we wish to be in.  So, 0 if
4559           we don't want to be mapped.  Change it to 1.
4560         (SystrayRemove): The XEMBED spec makes mention of the fact that
4561         gtk doesn't support the reparent of client windows away from the
4562         embedder.  Looking at gtksocket-x11.c seems to agree with this.
4563         The only avenue we have for removing systray icons is to destroy
4564         them.  We don't want the handle to go away for good, though, so
4565         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
4566         #79545.
4567         
4568 2006-10-01  Chris Toshok  <toshok@ximian.com>
4570         * Form.cs (WndProc): inline the native_enabled variable usage into
4571         the cases in which it's used.  Fixes #79536.
4573 2006-09-29  Mike Kestner  <mkestner@novell.com>
4575         * ListView.cs : toggle the selection state for ctrl clicks in 
4576         multiselect mode. [Fixes #79417]
4578 2006-09-29  Mike Kestner  <mkestner@novell.com>
4580         * ListView.cs : kill CanMultiSelect and refactor the selection
4581         code to support multiselection in the absence of mod keys. Steal
4582         arrow/home/end keys by overriding InternalPreProcessMessage to
4583         restore regressed keynav behavior.
4584         [Fixes #79416]
4586 2006-09-29  Jackson Harper  <jackson@ximian.com>
4588         * MdiClient.cs: Repaint the titlebars when the active window is
4589         changed.
4591 2006-09-29  Chris Toshok  <toshok@ximian.com>
4593         * Application.cs: when entering a runloop with a modal, make sure
4594         the hwnd is enabled.  Fixes #79480.
4596 2006-09-29  Chris Toshok  <toshok@ximian.com>
4598         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
4599         when ListManager.CanAddRows == false, bump us back one.
4601         * DataGridColumnStyle.cs (ParentReadOnly): remove the
4602         listmanager.CanAddRows check.  This makes ArrayLists uneditable
4603         using a datagrid, which is not right.
4604         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
4605         is an IEditable, but call property_descriptor.SetValue regardless.
4606         fixes #79435.
4608 2006-09-29  Chris Toshok  <toshok@ximian.com>
4610         * DataGridBoolColumn.cs: we need to test equality in the face of
4611         possible null values (as is the case with the default NullValue).
4612         This patch keeps us from crashing in that case.
4614 2006-09-29  Jackson Harper  <jackson@ximian.com>
4616         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
4617         here, since it will get called for every node collection in the
4618         tree. This is now done in the treeview once the sorting is
4619         finished.
4620         * TreeView.cs: Recalculate the visible order, and update the
4621         scrollbars after sorting, set the top nope to the root so that the
4622         recalc actually works.
4624 2006-09-29  Chris Toshok  <toshok@ximian.com>
4626         * LinkLabel.cs: more handling of the default link collection in
4627         the face of LinkArea manipulation.  The default link collection
4628         contains 1 element (start=0,length=-1).  If the user sets LinkArea
4629         to anything and the links collection is the default, clear it.
4630         Then only add the link if its nonempty.  Fixes #79518.
4632 2006-09-29  Chris Toshok  <toshok@ximian.com>
4634         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
4635         piece correctly when we hit a '\n'.  Fixes #79517.
4637 2006-09-29  Chris Toshok  <toshok@ximian.com>
4639         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
4640         change the binding of gdk_init_check to take two IntPtr's, and
4641         pass IntPtr.Zero for both of them.  Fixes #79520.
4643 2006-09-29  Mike Kestner  <mkestner@novell.com>
4645         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
4646         [Fixes #78779]
4648 2006-09-28  Jackson Harper  <jackson@ximian.com>
4650         * XplatUIX11.cs: When translating NC messages make sure we go from
4651         whole window to screen, not client window to screen.
4652         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
4653         method doesn't exist
4654         - Skip over controls that aren't forms when arranging.
4656 2006-09-28  Jackson Harper  <jackson@ximian.com>
4658         * XplatUIWin32.cs: Clip the rect to the parent window.
4659         * XplatUIStructs.cs: Add clipping modes struct.
4660         * InternalWindowManager.cs: New private method that factors title
4661         bar heights in when calculating the pos of an NC mouse message.
4662         - Use SendMessage to force a paint when the form's size is changed
4663         instead of painting the decorations immediately.
4664         - Don't let the NC button click messages get to DefWndProc,
4665         because they will attempt to handle windowing themself, and this
4666         messes up z-order (it will put them in front of the scrollbars).
4667         * XplatUIX11.cs: Make sure that we don't reset window managers if
4668         we already have one (ie the window is an MDI window).
4670 2006-09-28  Chris Toshok  <toshok@ximian.com>
4672         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
4673         menu code really needs going over.
4675 2006-09-27  Chris Toshok  <toshok@ximian.com>
4677         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
4678         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
4679         window is maximizable.  So, we need to make sure that even if we
4680         clear the border/wm frame of those functions, they're still
4681         available (basically, we remove the decoration without removing
4682         the function).  Half the fix for #79338.
4684 2006-09-27  Chris Toshok  <toshok@ximian.com>
4686         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
4687         Fixes bug #79515.
4689 2006-09-27  Chris Toshok  <toshok@ximian.com>
4691         * Splitter.cs: reorder things a bit so that we don't actually
4692         draw/move the splitter until after calling OnSplitterMoving.  This
4693         lets users cancel/disallow the movement by explicitly setting
4694         event.SplitX/SplitY.  Fixes #79372.
4696 2006-09-27  Jackson Harper  <jackson@ximian.com>
4698         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
4699         because it is most likely on a window being destroyed, and that
4700         will give us an X11 error.
4702 2006-09-27  Chris Toshok  <toshok@ximian.com>
4704         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
4705         the dropdown button now toggles between showing and hiding the
4706         dropdown.  Also, get rid of dropdown_form_showing and just use
4707         dropdown_form.Visible.  We still don't do a grab, but I'll leave
4708         that part to someone who has handled Capture-fu before.
4710 2006-09-27  Chris Toshok  <toshok@ximian.com>
4712         * DataGrid.cs: return false if alt isn't pressed when '0' is
4713         pressed.  this keeps the '0' key from being swallowed, and fixes
4714         bug #79350.
4716 2006-09-27  Chris Toshok  <toshok@ximian.com>
4718         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
4719         Calling Refresh (in response to a scrollbar event) screws up the
4720         scrollbar painting.  Fixes bug #78923.
4722 2006-09-27  Chris Toshok  <toshok@ximian.com>
4724         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
4725         then insert into hashtable" blocks threadsafe.
4727 2006-09-27  Chris Toshok  <toshok@ximian.com>
4729         * MessageBox.cs (CreateParams): the styles should be |'ed with our
4730         baseclass's, since otherwise the
4731         ControlBox/MinimizeBox/MaximizeBox assignments above have no
4732         effect.  This gets the close button back in messageboxes.
4734 2006-09-27  Chris Toshok  <toshok@ximian.com>
4736         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
4737         flag, not just != 0.  this makes flags that are actually multiple
4738         bits (like WS_CAPTION) work.  fixes bug #79508.
4740 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
4742         * PageSetupDialog.cs: add support for getting and settings the 
4743         paper size, source and orientation.
4745 2006-09-26  Chris Toshok  <toshok@ximian.com>
4747         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
4748         and caption == "", we need to remove the resize handles as well as
4749         the title bar.
4751         * Control.cs (set_Text): turns out that setting Text on a form
4752         should change the WM styles on the window, since if ControlBox ==
4753         false, the only way to get a window border is to have a non-""
4754         Text property.  check winforms/forms/text.cs for an example.  so,
4755         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
4756         update both window styles and title.  This fixes a lot of dialogs
4757         (including the preferences dialog in MonoCalendar.)
4759 2006-09-26  Chris Toshok  <toshok@ximian.com>
4761         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
4762         control isn't a Form), call Win32ShowWindow to hide the window,
4763         but don't update the control Visible property.  When we reparent
4764         back to a parent control, call SetVisible in order for the
4765         window's visibility to be reinstated.
4767         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
4768         the FosterParent.
4770         * Control.cs (ControlCollection.Remove): remove that value.Hide()
4771         call for good, since it breaks MonoCalendar (and other things I'm
4772         sure.) Also, set all_controls to null *after* the owner calls,
4773         which end up regenerating it.
4774         (ChangeParent): allow new_parent to be == null, passing
4775         IntPtr.Zero down to XplatUI.
4777         this fixes #79294 the right way.
4779 2006-09-26  Mike Kestner  <mkestner@novell.com>
4781         * GridEntry.cs : internal SetParent method.
4782         * PropertyGrid.cs : attach to property changed on the proper
4783         target if we have a hierarchical grid with subobjects. Setup
4784         GridItem.Parent for hierarchical items.
4785         * PropertyGridView.cs : Set value on the correct target for
4786         hierarchical grids. [Fixes #78903]
4788 2006-09-26  Chris Toshok  <toshok@ximian.com>
4790         * Control.cs (ChildNeedsRecreating): this should return true if
4791         either we're being recreated and the child is in our list, or our
4792         parent is waiting for our recreation.
4794 2006-09-26  Chris Toshok  <toshok@ximian.com>
4796         * Control.cs (ControlCollection.Remove): reinstate the
4797         value.Hide() call as suggested in bug #79294.
4799 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
4801         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
4802         coordinates (versus a relative move).
4804 2006-09-26  Chris Toshok  <toshok@ximian.com>
4806         * Control.cs: rework child recreation a little bit.  It turns out
4807         that we race between the DestroyNotify the WM_DESTROY message.  If
4808         the parent gets its DestroyNotify before the child gets the
4809         WM_DESTROY message, the child ends up not recreating (since the
4810         parent finishes its recreation on DestroyNotify, and the child
4811         checks ParentIsRecreating.)
4813         So, instead we store off a list of all the child controls which
4814         need to be recreated when the parent control starts to recreate
4815         itself.  Then, when child controls get their WM_DESTROY message we
4816         check to see if they're in the parent's pending recreation list,
4817         and if so, we recreate.  This removes all dependency on ordering
4818         from the code and fixes the initial MonoCalendar upgrade dialog.
4819         
4820 2006-09-26  Jackson Harper  <jackson@ximian.com>
4822         * TextControl.cs: Use the Line to get the length of the line,
4823         since soft line breaks can change the end line.
4825 2006-09-26  Chris Toshok  <toshok@ximian.com>
4827         * Control.cs (ControlCollection.AddImplicit): don't add the
4828         control again if it's already in one of our lists.  This keeps us
4829         from adding controls over and over again for comboboxes when their
4830         handle gets recreated (as the combobox adds implicit controls in
4831         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4833 2006-09-26  Jackson Harper  <jackson@ximian.com>
4835         * TextControl.cs: When deleting characters make sure that any
4836         orphaned zero lengthed tags get deleted.
4837         - Fix ToString for zero lengthed tags.
4839 2006-09-25  Jackson Harper  <jackson@ximian.com>
4841         * TextControl.cs: When getting a tag at the location there can be
4842         multiple tags at the same spot, these are 0-lengthed tags that
4843         appear when extra formatting has been stuck in a location.  We
4844         need to pull out the last of these 0 lengthed tags.
4846 2006-09-25  Jackson Harper  <jackson@ximian.com>
4848         * TextControl.cs: Fix print out in debug method.
4849         * TextBoxBase.cs: When text is set bail if we are setting to the
4850         previous value.
4851         
4852 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4854         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4855           It is now possible to change the selected index in a FontXXXListBox
4856           with the up and down arrow keys from the FontXXXTextBoxes.
4857           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4858           FontXXXListBoxes to match ms.
4860 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4862         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4863         anyone can dispose it, anytime. All other properties returns enums, 
4864         structs or basic types so they don't need such tricks.
4866 2006-09-22  Jackson Harper  <jackson@ximian.com>
4868         * XplatUI.cs:
4869         * XplatUIWin32.cs:
4870         * Clipboard.cs:
4871         * DataFormats.cs:
4872         * XplatUIOSX.cs:
4873         * XplatUIDriver.cs: Update interface to add a primary selection
4874         flag, so the driver can use the primary selection buffer if
4875         needed.
4876         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4878         * RichTextBox.cs: We need to supply the data object to paste now
4879         (so we can choose to supply CLIPBOARD or PRIMARY).
4880         * TextBoxBase.cs: Supply data object to paste (see above).
4881         - Middle click uses the primary selection data object.
4882         
4883 2006-09-21  Chris Toshok  <toshok@ximian.com>
4885         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4886         of SetWMStyles.  It's still a rat's nest and is largely
4887         order-dependent which I dislike immensely.  This also fixes the X
4888         button disappearing from toplevel forms.
4890 2006-09-21  Mike Kestner <mkestner@novell.com>
4892         * ListBox.cs: move Jordi's click/dblclick raising code to the
4893         mouse up handler.
4895 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4897         * ListBox.cs: Fixes 79450
4899 2006-09-21  Mike Kestner <mkestner@novell.com>
4901         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4902         to deal with people updating the TreeNodeCollection after the tree
4903         is disposed.  "Fixes" 79330.
4905 2006-09-20  Jackson Harper <jackson@ximian.com>
4907         * TextControl.cs: Push the cursor record onto the undo stack
4908         before the delete action. This fixes 78651.
4910 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4912         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4913         CreateParams. Fixes 79329.
4915 2006-09-19  Chris Toshok  <toshok@ximian.com>
4917         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4918         things up a bit.  First, get rid of the NetAtoms array (and the NA
4919         enum), and just embed the atoms as static fields.  Also, add a
4920         couple of functions (StyleSet and ExStyleSet) to clean up all the
4921         bitmask testing of styles.
4923         * X11Structs.cs: remove the NA enum, not needed anymore.
4924         
4925 2006-09-19  Chris Toshok  <toshok@ximian.com>
4927         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4928         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4929         added cleanup to get MessageBox titles appearing again, which were
4930         broken by my earlier fix for caption-less/ControlBox-less windows.
4932 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4934         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4935           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4936           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4937           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4938           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4939           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4940           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4941           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4942           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4943           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4944           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4945             Inital import.
4946         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4947           ToolStripButton.cs: Stubs needed for above.
4948         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4950 2006-09-15  Chris Toshok  <toshok@ximian.com>
4952         * XplatUIX11.cs:
4953         - make the MessageQueues hashtable Synchronized.
4954         
4955         - SendMessage: if the Hwnd is owned by a different thread, use the
4956         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4957         thread.  Fixes bug #79201.
4959 2006-09-15  Chris Toshok  <toshok@ximian.com>
4961         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4962         ControlBox == false, we disallow maximize/minimize/close.  If the
4963         form Caption is "" we also disallow move (and get rid of the Title
4964         decoration).  Unfortunately, regardless of how things are set,
4965         we're stuck with the Title and WM menu.
4967 2006-09-15  Chris Toshok  <toshok@ximian.com>
4969         * Application.cs: add locking around the static message_filters
4970         ArrayList, part of #79196.
4972 2006-09-15  Chris Toshok  <toshok@ximian.com>
4974         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4975         Form.ControlBox == false, the window has no titlebar nor resize
4976         handles.  fixes bug #79368.
4978 2006-09-15  Chris Toshok  <toshok@ximian.com>
4980         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4981         >= 0.  Fixes bug #79370.
4983 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4984         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4985         * Control.cs:
4986             Add properties: LayoutEngine, Margin, DefaultMargin.
4987             Add method: GetPreferredSize.
4988             Move layout logic from PerformLayout to layout engines. 
4990 2006-09-13  Chris Toshok  <toshok@ximian.com>
4992         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4993         fix for #79326 broke #78718, so this change addresses that.
4995         - in SendWMDestroyMessages remove the call to
4996         CleanupCachedWindows, since we might be recreating the control and
4997         need to maintain the references to right Hwnd handles.  Also, set
4998         the zombie flag to true for each of the children in the hierarchy
4999         instead of calling hwnd.Dispose.  This will cause GetMessage to
5000         ignore all events for the window except for DestroyNotify.
5002         - In GetMessage, ignore messages except for DestroyNotify for
5003         zombie hwnds.
5004         
5005         * Control.cs: revert the is_recreating fix from the last
5006         ChangeLog.  It's definitely "right", but it breaks switching from
5007         an MDI form to a non-MDI form.  Will need to revisit that.
5009         * Hwnd.cs: add a zombie flag, which means "the
5010         client_window/whole_window handles are invalid, but we're waiting
5011         for the DestroyNotify event to come in for them".  Set the flag to
5012         false explicitly if setting WholeWindow/ClientWindow, and also
5013         when Disposing.
5014         
5015 2006-09-13  Chris Toshok  <toshok@ximian.com>
5017         * XplatUIX11.cs: rework window destruction slightly.
5019         - when destroying the windows associated with a control, we don't
5020         need 2 separate XDestroyWindow calls.  Just the one for the
5021         whole_window (or for client_window if whole_window is somehow
5022         IntPtr.Zero -- can this happen?) is enough.
5024         - reworked SendWMDestroyMessages slightly, so we always dispose
5025         the child control hwnd's after sending the messages.
5026         
5027         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
5028         the two places it was used (one was even using hwnd.Handle and the
5029         other hwnd.client_window.  ugh), adding another call in
5030         SendWMDestroyMessages.  We need this new call because now the
5031         DestroyNotify events in the queue will be ignored for the child
5032         controls (as their hwnd's were disposed, and the window id's
5033         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
5035         - this fixes bug #79326.
5037 2006-09-13  Chris Toshok  <toshok@ximian.com>
5039         * Control.cs: don't always set is_recreating to false at the end
5040         of RecreateHandle, since sometimes we're not done (and won't be
5041         until WndProc handles the WM_DESTROY message).  Also, set
5042         is_recreating to false in the WM_DESTROY handling code.  Part of
5043         the fix for bug #79326.
5045 2006-09-13  Miguel de Icaza  <miguel@novell.com>
5047         * X11DesktopColors.cs: Start the droppage of debugging messages.
5049         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
5051 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
5053         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
5055 2006-09-12  Chris Toshok  <toshok@ximian.com>
5057         * DataGrid.cs (get_ListManager): if the list_manager is null, try
5058         to create it using SetDataSource.  Fixes bug #79151.
5060 2006-09-11  Chris Toshok  <toshok@ximian.com>
5062         * XEventQueue.cs: add a DispatchIdle property.
5064         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
5065         either the queue is null, or the queue has DispatchIdle set to
5066         true.
5067         (DoEvents): set queue.DispatchIdle to false around the
5068         peek/translate/dispatch message loop in this method.  This keeps
5069         Application.Doevents from emitting idle events.  Part of the fix
5070         for #78823.
5072 2006-09-11  Chris Toshok  <toshok@ximian.com>
5074         * DataGrid.cs (set_DataSource): make this work for both the
5075         winforms/datagrid test and ReportBuilder.  It seems as though when
5076         we've created a ListManager (or maybe it's if we have a
5077         BindingContext?), when we set the DataSource it clears the
5078         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
5079         #79333.
5081 2006-09-11  Chris Toshok  <toshok@ximian.com>
5083         * XplatUIX11.cs: deal with queue being null, which happens in all
5084         the Clipboard functions.  Fixes one of the two problems mentioned
5085         in #78612.
5087 2006-09-11  Chris Toshok  <toshok@ximian.com>
5089         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
5090         button on various spots (including outside the menu) works closer
5091         to MS, and doesn't crash.  Fixes #79343.
5093 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
5095         * ListView.cs: Do not initialize item_sorter in init. To match MS,
5096         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
5097         and the internal comparer is set. When a new ListViewItemSorter is set,
5098         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
5099         was specified. No further processing is necessary if SortOrder is set
5100         to it's current value. If Sorting is modified to None, and View is
5101         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
5102         (either custom or our internal ItemComparer) to null, on 1.0 profile
5103         only set item_sorter to null if its our internal IComparer. If Sorting
5104         is modified to Ascending or Descending, then use our internal IComparer
5105         if none is set, and if the current IComparer is our internal one then:
5106         on 2.0 profile always replace it with one for new Sorting, and on 1.0
5107         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
5108         Enum.IsDefined to verify whether a valid View value is specified in
5109         its setter. Automatically sort listview items when listview is
5110         created. In Sort, do nothing if ListView is not yet created, or if
5111         no item_sorter is set (no Sorting was set, Sorting was explicitly set
5112         to None or ListViewItemSorter was set to null). Added Sort overload
5113         taking a bool to indicate whether the ListView should be redrawn when
5114         items are sorted (we use this in ListViewItemCollection to avoid double
5115         redraws). Modified our internal IComparer to take the sort order into
5116         account. In Add and AddRange methods of ListViewItemCollection, also
5117         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
5118         view), but use overload with noredraw option to avoid double redraw.
5119         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
5120         true when View is Tile, and do the same when attempting to set View to
5121         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
5122         for selected/checked indices, as it involves overhead when sorting is
5123         done while these collections are not used all that often. Instead
5124         we'll build the indices on demand. Modified IList implementation of
5125         CheckedIndexCollection to use public methods if object is int.
5126         Modified CheckedListViewItemCollection to hide checked items if
5127         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
5128         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
5129         IList implementation in SelectedIndexCollection to use public methods
5130         if object is int. Modified SelectedListViewItemCollection to hide
5131         selected items if listview is not yet created.
5132         * ListViewItem.cs: CheckedIndices list no longer needs to be
5133         maintained separately (see ListView changes). Also clone font, fixes
5134         test failure.
5136 2006-09-11  Mike Kestner  <mkestner@novell.com>
5138         * ComboBox.cs: if we are updating the contents of the currently
5139         selected index, refresh the control or the textbox selection.
5140         [Fixes #79066]
5142 2006-09-11  Mike Kestner  <mkestner@novell.com>
5144         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
5145         the 'specified' logic has been moved there.  This seems like a bug 
5146         in Control.cs, since our current SetBoundsCore completely ignores 
5147         the specified parameter.  Peter's commit seems to indicate that is 
5148         the way the MS control implementation works.  [Fixes #79325]
5150 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
5152         * XplatUI.cs: Set default_class_name to be composed
5153         of current domain id. This allows MWF to be loaded in multiple
5154         domains on Win32.
5156 2006-09-09  Miguel de Icaza  <miguel@novell.com>
5158         * X11Keyboard.cs: If we are unable to obtain the input method, do
5159         not call CreateXic to create the input context.   Should fix
5160         #78944/79276.
5162 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
5164         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
5165           Simplified gnome support by adding more pinvokes to get the
5166           icon for a file or mime type.
5168 2006-09-08  Jackson Harper  <jackson@ximian.com>
5170         * MenuAPI.cs: Deslect popup context menu items before closing the
5171         window, so that you don't see the previously selected item
5172         selected when you reopen the menu.
5173         * TextControl.cs: Update the cursor position even if we don't have
5174         focus.  This fixes typing in things like the ComboBox.  I'm not
5175         totally sure we should always set the visibility if we don't have
5176         focus, but couldn't find any corner cases where the cursor showed
5177         up when it shouldn't.
5179 2006-09-08  Chris Toshok  <toshok@ximian.com>
5181         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
5182         our arrays are length 256.  & 0xff before indexing.  Fixes the
5183         crash in bug #78077.
5184         
5185 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5187         * ThemeWin32Classic.cs: 
5188         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
5189         is true. Handle that check box too.
5191 2006-09-07  Chris Toshok  <toshok@ximian.com>
5193         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
5194         79244.
5196 2006-09-07  Chris Toshok  <toshok@ximian.com>
5198         * Control.cs: in set_BackColor only do the work if
5199         background_color != value.
5201         * XplatUIX11.cs: move the clearing of invalid areas (both client
5202         and nc) to the same block of code where we set (nc_)expose_pending
5203         to false.  That is, move it from PaintEventEnd to PaintEventStart,
5204         so things that cause invalidates from within OnPaint will trigger
5205         another call to OnPaint.  Fixes bug #79262.
5207 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
5209         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
5210         * FileDialog.cs: Fix typo
5212 2006-09-07  Jackson Harper  <jackson@ximian.com>
5214         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
5215         for tab pages if they have any.
5217 2006-09-06  Mike Kestner  <mkestner@novell.com>
5219         * Splitter.cs: use the "current" rect when finishing drag handle
5220         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
5222 2006-09-06  Mike Kestner  <mkestner@novell.com>
5224         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
5225         support offset splitters. [Fixes #79298]
5227 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
5229         * Mime.cs: Fixed a bug that could override the global mime type
5230           result.
5232 2006-09-05  Jackson Harper  <jackson@ximian.com>
5234         * TabControl.cs: Better calculation method for setting the slider
5235         pos. Prevents crashes on really wide tabs.
5236         - Draw Image on tab pages if an image list is used.
5238 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5240         * MonthCalendar.cs: When Font changes, the Size should be
5241         updated to fit the new font's space requirements.
5243 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
5245         * ListBox.cs: If the items are cleared with Items.Clear set
5246           top_index to 0.
5248 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5250         * MonthCalendar.cs: Handle arrow keys as input keys. Also
5251         fire DateChanged event instead of DateSelected event when
5252         the date was changed by keyboard interaction.
5254 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5256         * DateTimePicker.cs: Handle DateChanged for the associated
5257         month_calendar control, and set month_calendar.Font from 
5258         OnFontChanged method, as well as resize the height of the
5259         control when needed. Make PreferredHeight proportional.
5261 2006-09-01  Chris Toshok  <toshok@ximian.com>
5263         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
5264         properties.
5266         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
5268 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
5270         * FileDialog.cs: Set ClientSize instead of window size, to allow space
5271           for decorations (Fixes #79219)
5273 2006-09-01  Mike Kestner  <mkestner@novell.com>
5275         * ComboBox.cs: first stab at sorting plus some selection handling
5276         fixes to bring us more in line with MS behavior.  Also switches back
5277         to index based selection.  Alternative patches for index-based 
5278         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
5279         and latency@gmx.de on bug 78848.  I assume they were similar to this
5280         code I've had simmering in my tree forever.
5281         [Fixes #78848]
5283 2006-09-01  Chris Toshok  <toshok@ximian.com>
5285         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
5286         when setting list position guard against ending up with a -1 index
5287         (the other part of the fix for #78812).  Should probably make sure
5288         we don't need the analogous fix in the ItemDeleted case.
5290         * DataGrid.cs:
5291         - in SetDataSource, work around the fact that the way
5292         OnBindingContextChanged is invoked will cause us to re-enter this
5293         method.  I'll remove the hack once I investigate
5294         OnBindingContextChanged.
5296         - fix the logic in set_DataSource and set_DataMember (basically
5297         what to do if the other of the two is null.)
5298         
5299         - in OnListManagerItemChanged, we need to take into account the
5300         edit row when deciding whether or not to call RecreateDataGridRows
5301         (part of the fix for #78812).
5303 2006-09-01  Jackson Harper  <jackson@ximian.com>
5305         * Splitter.cs: Don't do anything if there is no control to affect
5306         (prevents us from crashing in weird tet cases).
5307         * TreeView.cs: Bounding box for the mouse movement reverting
5308         focus/selection back to previously selected node.  This matches
5309         MS, and makes the tree a lot more useable.
5310         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
5311         use clipping so they are not drawn.  This fixes when the control
5312         is set to have a transparent background, or if it was over an
5313         image.
5315 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
5317         * MimeIcon.cs: Improved handling for reading default icons when
5318           using gnome (2.16 made it necessary). Check and read svg icons
5319           first, then 48x48 and then 32x32 icons.
5321 2006-08-31  Chris Toshok  <toshok@ximian.com>
5323         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
5324         visible.
5326         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
5327         ProcessKeyPreview.  Fixes part of #77806.
5329         * DataGrid.cs: big patch.
5331         - revert the queueing up of DataSource/DataMember if inside
5332         BeginInit/EndInit calls.  That's not the way the datagrid achieves
5333         its delayed databinding.  Instead, call SetDataSource in
5334         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
5335         #78811.
5337         - Also, it wasn't mentioned in #78811, but the test case exhibits
5338         behavior that was lacking in our datagrid implementation - Columns
5339         that have mapping names that don't exist in the datasource's
5340         properties aren't shown.  Yuck.  To fix this I added the bound
5341         field to the column style, and basically any calculation to figure
5342         out anything about columns uses a loop to find the bound columns.
5343         still need to investigate if I can cache an array of the bound
5344         columns or if the indices must be the same.
5346         - When setting CurrentCell, we no longer abort if the cell being
5347         edited was in the add row.  This fixes the other part of #77806.
5349         - The new code also fixes #78807.
5350         
5351         * ThemeWin32Classic.cs: perpetrate the same disgusting
5352         column.bound field hack, and only render bound fields.
5354 2006-08-31  Chris Toshok  <toshok@ximian.com>
5356         * DataGridColumnStyle.cs: add bound field.  this field is true if
5357         the datasource has a property corresponding to the mapping name.
5359         * DataGridTableStyle.cs: set the bound field on the column styles
5360         depending on whether or not we have a column for that property.
5362 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
5364         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
5365           splitter control (fixes #79228)
5367 2006-08-31  Chris Toshok  <toshok@ximian.com>
5369         * DataGridColumnStyle.cs: we need to delay the assignment of
5370         property descriptor until the last possible moment due to the lazy
5371         databinding stuff in the datagrid.  Also, fix the exceptions
5372         thrown by CheckValidDataSource to match MS.
5374 2006-08-31  Jackson Harper  <jackson@ximian.com>
5376         * Form.cs: When activated select the active control, if there is
5377         no active control, we select the first control.
5378         * XplatUIX11.cs: If there is no focus control when we get a
5379         FocusIn event, find the toplevel form and activate it.  This
5380         occurs when you popup a window, it becomes the focus window, then
5381         you close that window, giving focus back to the main window.
5383 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5385         * MonthCalendar.cs: 
5386         * ThemeWin32Classic.cs: Cache Font in bold style, as well
5387         as StringFormat with Center alignments in MonthCalendar,
5388         instead of creating new ones when drawing the control. 
5389         Also, draw the month name in bold style.
5391 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
5393         * Control.cs:
5394           - PerformLayout(): It would seem MS performs the fill even if the 
5395             control is not visible (part of #79218 fix)
5396           - ResetBackColor(): Use the setter to reset the color, to allow
5397             overriders to catch the change.
5398         * Form.cs:
5399           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
5400           - CreateHandle(): dito (part of $79218 fix)
5401           - Don't set an icon if we have a dialog
5402         * ScrollableControl.cs:
5403           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
5404           - ScrollIntoView(): No need to scroll if control is already visible
5405             (resolves fixme and fixes #79218)
5407 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5409         * MonthCalendar.cs: Change proportions in SingleMonthSize
5410         to match the aspect of the original control.
5412 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
5414         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
5415           get updated when they get maximized.
5417 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
5419         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
5421 2006-08-29  Chris Toshok  <toshok@ximian.com>
5423         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
5425 2006-08-29  Jackson Harper  <jackson@ximian.com>
5427         * TreeView.cs: Need to track selected node and highlighted node,
5428         they aren't always the same thing, when the mouse is down on a
5429         node it is hilighted, but not selected yet.
5430         - Do the HideSelection stuff right
5431         - Need to focus on rbutton mouse down. And redraw selection when
5432         right click is mouse upped.
5434 2006-08-29  Mike Kestner  <mkestner@novell.com>
5436         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
5437         when SubItems.Count < Columns.Count.  [Fixes #79167]
5439 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
5441         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
5443 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
5445         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
5446           from X. Only send based on ConfigureNotify if we don't have the
5447           correct location in hwnd (if the window manager moved us)
5449 2006-08-28  Mike Kestner  <mkestner@novell.com>
5451         * ListView.cs: remove a TODO. 
5452         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
5453         [Fixes ListView part of #79166]
5455 2006-08-28  Mike Kestner  <mkestner@novell.com>
5457         * ListView.cs: move wheel handler to parent since it is focused
5458         instead of the item_control now.  [Fixes #79177]
5460 2006-08-28  Mike Kestner  <mkestner@novell.com>
5462         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
5463         when the control is focused. [Fixes #79171]
5465 2006-08-28  Mike Kestner  <mkestner@novell.com>
5467         * ListView.cs: size the item and header controls for empty and
5468         unscrollable views.
5469         * ThemeWin32Classic.cs: draw disabled backgrounds.
5470         [Fixes #79187]
5472 2006-08-28  Chris Toshok  <toshok@ximian.com>
5474         * Form.cs: remove unused "active_form" static field.
5476         * Hwnd.cs: lock around accesses to static windows collection.
5478         * Application.cs: lock threads in Exit ().
5480 2006-08-28  Chris Toshok  <toshok@ximian.com>
5482         * NativeWindow.cs: lock around accesses to window_collection.
5483         
5484 2006-08-28  Chris Toshok  <toshok@ximian.com>
5486         * Control.cs: err, fix this the right way, by locking on controls
5487         when using it.  not by making it synchronized.
5489 2006-08-28  Chris Toshok  <toshok@ximian.com>
5491         * Control.cs: make the static "controls" field synchronized, as it
5492         gets updated from multiple threads.
5494 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
5496         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
5497           Prevent other threads from exiting when calling thread sets quit state.
5498         * XEventQueue.cs: Added PostQuitState property
5500 2006-08-27  Chris Toshok  <toshok@ximian.com>
5502         * AsyncMethodData.cs: add a slot for the window handle.
5504         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
5505         window (the destination control's window, not the foster window).
5507         * Control.cs (BeginInvokeInternal): store the window's handle in
5508         the AsyncMethodData.
5509         
5511 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
5513         * XplatUIX11.cs:
5514           - PostQuitMessage: Removed resetting S.D display handle, we might have
5515             another loop started after calling PostQuitMessage (Fixes #79119)
5516           - Created destructor to reset S.D handle
5518 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
5520         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
5522 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5524         * TextControl.cs (Insert): Update the caret position even if we don't
5525           have a handle yet, just don't call the driver in that case.
5526         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
5527           to the end of the new selection text (Fixes #79184)
5529 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5531         * Form.cs (Activate): Only activate if the handle is created)
5532         * Control.c:
5533           - Mark window as invisible when it's disposed
5534           - Check if window handle is created when setting window visible, 
5535             instead of relying just on the is_created variable
5536           - Check if object is disposed when creating the control (Fixes #79155)
5538 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5540         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
5541           when allowing layout again. Otherwise we re-generate the anchoring 
5542           distance to the border again and actually alter what the user wanted
5543           This is ugly, it'd be better if we used DisplayRectangle instead of
5544           ClientRectangle for Control.UpdateDistances, but that causes us to
5545           have other problems (initial anchoring positons would be wrong)
5546           (Fixes #78835)
5548 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5550         * Control.cs:
5551           - The size and location setters shouldn't go directly to 
5552             SetBoundsCore, but to SetBounds, which triggers layout on the
5553             parent, then calls SetBoundsCore. (Related to fix for #78835)
5554           - SetBounds: Moved actual location update code into this function
5555             from SetBoundsCore, to match MS. Added call to PerformLayout if
5556             we have a parent (to trigger resizing of anchored parents if the 
5557             child size has changed (see testcase for #78835) 
5558         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
5559           new control code
5560         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
5562 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5564         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
5565           System.Drawing when a toplevel window gets closed; there might
5566           be other toplevel windows belonging to the same app (Fixes #78052)
5568 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
5570         * FileDialog.cs: After reading FileDialog settings from mwf_config
5571           use Desktop prefix only if a real folder doesn't exist anymore.
5572         * FontDialog.cs: Added char sets.
5573           It is now possible to select the font, size or style with the
5574           textboxes.
5576 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
5578         * PrintPreviewDialog.cs: Use assembly name constants.
5580 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5582         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
5583           scrollbar from whacking it's buttons)
5585 2006-08-24  Chris Toshok  <toshok@ximian.com>
5587         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
5588         in this patch (aggregating setting Left/Top/Width/Height to
5589         setting Bounds on the scrollbars), but the crux of the fix is in
5590         Recalculate, where we scroll by the remaining scroll_position if
5591         we're hiding a scrollbar.  The 2*$5 reward in the comment is
5592         serious.
5594 2006-08-24  Jackson Harper  <jackson@ximian.com>
5596         * MdiClient.cs:
5597         * MdiWindowManager.cs: If the form is made a non-mdi window we
5598         need to remove the form closed event so that closing forms works
5599         correctly.
5601 2006-08-24  Jackson Harper  <jackson@ximian.com>
5603         * Control.cs: Make IsRecreating internal so that the driver can
5604         check it
5605         - Temporarily remove the Hide when controls are removed, its
5606         making a whole bunch of things not work because visibility isn't
5607         getting reset elsewhere correctly
5608         * Form.cs: Need to do a full handle recreation when the mdi parent
5609         is set.
5610         * XplatUIX11.cs: If we are recreating handles don't dispose the
5611         HWNDs.  What was happening is the handles were being recreated in
5612         SendWMDestroyMessages, but then flow continued on in that method
5613         and destroyed the new handles.
5615 2006-08-23  Jackson Harper  <jackson@ximian.com>
5617         * Form.cs: MdiClient is always at the back of the bus
5618         * Control.cs: When the order of items in the collection is changed
5619         we need to reset the all_controls array
5620         - do the same sorta setup thats done when adding a control when a
5621         control is set on the collection.
5623 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5625         * TextBoxBase.cs (get_Text): Return an empty array if our document
5626           is empty (fixes #79052)
5628 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5630         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
5631           on WM_SYSCHAR messages (fixes #79053)
5633 2006-08-23  Chris Toshok  <toshok@ximian.com>
5635         * DataGrid.cs: fix flickering when scrolling vertically.
5637 2006-08-23  Chris Toshok  <toshok@ximian.com>
5639         * DataGrid.cs (EndEdit): only invalidate the row header when we
5640         need to.
5642 2006-08-23  Chris Toshok  <toshok@ximian.com>
5644         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
5645         methods.  fixes the flicker when scrolling around.
5647 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5649         * FileDialog.cs: Making sure the control is created before we get a 
5650           chance to use it with BeginInvoke (Fixes #79096)
5652 2006-08-23  Chris Toshok  <toshok@ximian.com>
5654         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
5655         width to use when painting the rows.
5657 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5659         * TextBoxBase.cs:
5660           - Throw ArgumentException if a negative value is passed to SelectionLength
5661           - Update the selection end if start is moved. end needs to be always
5662             after start. (Fixes #79095)
5663           - Track selection length; MS keeps the selection length even if start
5664             is changed; reset on all other operations affection selection
5666 2006-08-22  Jackson Harper  <jackson@ximian.com>
5668         * TreeView.cs: Make sure both scrollbars get displayed and sized
5669         correctly when the other bar is visible.
5670         - Use the original clip rectangle for checking if the area between
5671         the two scrollbars is visible, not the viewport adjusted clipping
5672         rectangle.
5674 2006-08-22  Jackson Harper  <jackson@ximian.com>
5676         * Binding.cs: We don't use IsBinding because it requires the
5677         control to be created, which really shouldn't be necessary just to
5678         set a property on the control.
5680 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5682         * ComboBox.cs: Some CB.ObjectCollection methods must throw
5683         ArgumentNullReferenceException when the argument is null.
5685 2006-08-21  Jackson Harper  <jackson@ximian.com>
5687         * Timer.cs: Track the thread that the timer is started in (NOT
5688         CREATED), this way messages for it will only be triggered on its
5689         queue.
5690         * XEventQueue.cs: Track the timers here, this makes timers per
5691         thread, like MS.
5692         * XplatUIX11.cs: The timers are moved to the XEventQueue.
5694 2006-08-19  Chris Toshok  <toshok@ximian.com>
5696         * XplatUIX11.cs: after further communication with pdb, we get the
5697         best of both worlds.  SetZOrder working for un-Mapped windows, and
5698         no X errors for un-mapped windows.
5700 2006-08-19  Chris Toshok  <toshok@ximian.com>
5702         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
5703         as it was causing pdn toolbars to not have the correct stacking.
5705 2006-08-18  Mike Kestner  <mkestner@novell.com> 
5707         * ListView.cs : guard against negative ClientArea.Width in scrollbar
5708         calculation.  Not sure why control should ever be setting a negative
5709         width though.  Fixes #78931.
5711 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5713         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
5714         null items in ObjectCollection class.
5715         * ListBox.cs.: Likewise.
5717 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
5719         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
5720           as the base method in ThemeWin32Classic should work fine.
5721           Fixed bug #78607.
5723 2006-08-18  Jackson Harper  <jackson@ximian.com>
5725         * Binding.cs: When validating if the value entered doesn't convert
5726         properly reset to the old value.
5727         * RadioButton.cs: Don't fire click when we get focus.
5729 2006-08-18  Jackson Harper  <jackson@ximian.com>
5731         * FileDialog.cs: Paint the selection on the directory combobox the
5732         same way as on MS. 
5734 2006-08-17  Jackson Harper  <jackson@ximian.com>
5736         * ErrorProvider.cs: Don't allow the error control to be selected.
5737         * Control.cs: Don't send the SetFocus messages, the control
5738         activation will do this, and if we do it blindly here validation
5739         does not work.
5741 2006-08-17  Jackson Harper  <jackson@ximian.com>
5743         * Control.cs:
5744         * ContainerControl.cs: Make validation events fire in the correct
5745         order.  TODO: For some reason the first validation event is not
5746         getting fired.
5748 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5750         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
5752 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5754         * ComboBox.cs : implement scroll wheel support for popped-down
5755         state. Fixes #78945. 
5757 2006-08-17  Jackson Harper  <jackson@ximian.com>
5759         * TreeView.cs: Specify treeview actions (old patch that didn't get
5760         committed for some reason).
5761         - Don't let the mouse wheel scroll us too far.  Just want to make
5762         the bottom node visible, not scroll it all the ways to the top.
5764 2006-08-17  Jackson Harper  <jackson@ximian.com>
5766         * XplatUIX11.cs: Mouse wheel events go to the focused window.
5768 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5770         * ComboBox.cs : don't do mouseover selection in simple mode.
5772 2006-08-16  Jackson Harper  <jackson@ximian.com>
5774         * Form.cs: Fire the closing events for all the mdi child windows
5775         when a window is closed.  If the cancel args are set to true, the
5776         main window still gets the event fired, but it doesn't not close.
5777         * MdiWindowManager.cs: Do this closing cleanup in a Closed
5778         handler, instead of when the button is clicked, so cancelling the
5779         close works correctly.
5780         * ComboBox.cs: Send the mouse down to the scrollbar.
5782 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5784         * ListBox.cs: When passing 'null' to SelectedItem,
5785         set SelectedIndex to -1, to unselect items. This is the
5786         observed behaviour in .Net.
5788 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
5790         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
5791           MS flags saying there won't be any. (fixes #78800)
5792         * Control.cs (HandleClick): Made virtual
5794 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5796         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
5797           cultures. Fixed bug #78399.
5799 2006-08-16  Jackson Harper  <jackson@ximian.com>
5801         * Form.cs: Use the MdiClients MdiChildren property to access
5802         MdiChildren instead of creating the array from the child controls.
5803         * MdiClient.cs: Maintain a separate array of the mdi children, so
5804         that insertion order is maintained when the Z-order is changed.
5806 2006-08-16  Mike Kestner  <mkestner@novell.com> 
5808         * ListView.cs : add an ItemComparer and default to it for sorting.
5809         Fixes #79076, but sorting needs a complete overhaul to be compat with
5810         MS.
5812 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5814         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
5816 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5818         * Hwnd.cs (Mapped): Properly traverse the tree
5820 2006-08-15  Chris Toshok  <toshok@ximian.com>
5822         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
5823         pass manager.Current.GetType() to ParseData.  It has to be the
5824         property type.  So, hold off doing the ParseData until we're in
5825         SetPropertyValue where we know the type.  This fixes the crash in
5826         #78821 but the textbox is still empty.
5828 2006-08-15  Chris Toshok  <toshok@ximian.com>
5830         * DataGrid.cs:
5831         - when we're scrolling, only call Edit() again if the
5832         current cell is still unobscured. Fixes bug #78927.
5833         - when handling mousedown on a cell, ensure the cell is visible
5834         before calling Edit.
5835         - remove the properties from DataGridRow, and remove the
5836         DataGridParentRow class altogether.
5837         
5839 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5841         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5842           fire OnTextChanged by ourselves. There's no point calling base,
5843           we don't set the base value anywhere else. Fixes #78773.
5845 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5847         * ListBox.cs: Call CollectionChanged when modifying
5848         an item from Items indexer, to update the actual items
5849         in the list box.
5851 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5853         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5854         to match .Net behaviour.
5856 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5858         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5860 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5862         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5864 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5866         * MessageBox.cs: Prevent potential NRE exception.
5867         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5869 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5871         * MessageBox.cs: Calculate the owner of a messagebox, also make
5872           it topmost. Fixes #78753
5874 2006-08-14  Chris Toshok  <toshok@ximian.com>
5876         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5877         programmatically move windows.  first, set the PPosition hint as
5878         well as the USPosition hint.  Second include some code from pdb
5879         that sets the window type to NORMAL when we set the transient for
5880         hint.  This is because, in the absence of a window type, metacity
5881         thinks any window with TransientFor set is a dialog, and refuses
5882         to let us move it programmatically.  fascists.
5884 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5886         * XplatUIX11.cs: When setting normal hints, take into consideration
5887           an different hints previously set so we don't delete them (fixes #78866)
5889 2006-08-12  Chris Toshok  <toshok@ximian.com>
5891         * ToolBarButton.cs: make Layout return a boolean, if something to
5892         do with the button's layout changed.
5894         * ToolBar.cs:
5895         - add another parameter to Redraw, @force, which all existing
5896           calls set to true.
5897         - make the Layout function return a boolean which is true if the
5898           layout has actually changed.  Redraw now uses this (and @force)
5899           to determine when to invalidate.  At present the only place
5900           where @force can be false is the call from OnResize, when
5901           background_image == null.  So, resizing a toolbar when the
5902           layout doesn't change results in no drawing.
5904 2006-08-12  Chris Toshok  <toshok@ximian.com>
5906         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5907         the VScrollBar and HScrollbar reversed.  oops.
5909         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5910         scrollbars.  we were assigning them twice (once in
5911         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5912         therefore causing two scrollbar resizes (and redraws?) to happen
5913         per grid resize.
5915 2006-08-12  Chris Toshok  <toshok@ximian.com>
5917         * ToolBarButton.cs: redraw the entire button if the theme tells us
5918         to.
5920         * Theme.cs: add ToolBarInvalidateEntireButton.
5922         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5923         buttons, just the border.
5925         * ThemeNice.cs: redraw the entire toolbar button since we need to
5926         draw the highlight image.
5928         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5929         we need to redraw the entire button (not just the border).
5931 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5933         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5934           for vertical bars. Fixes the mismatches shown by #78513
5936 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5938         * FileDialog.cs: If a saved/remembered path doesn't exist
5939           anymore, fall back to "Desktop".
5941 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5943         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5944           parent. It's apparently legal to not have one
5945         * XplatUIX11.cs:
5946           - SetZOrder: Don't try to set Z-Order on an unmapped window
5947           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5948             it unless the coordinates are negative
5950 2006-08-10  Mike Kestner  <mkestner@novell.com>
5952         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5953         when setting to null per msdn docs.  Fixes #78854.
5955 2006-08-10  Chris Toshok  <toshok@ximian.com>
5957         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5958         flickering by setting a clip rectangle on the Graphics when we
5959         need to redraw just a particular menuitem.  Also, rename "OnClick"
5960         to "OnMouseDown" to reflect what it actually is.
5961         
5962         * Form.cs: track the OnMouseDown change.
5964 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5966         * CommonDialog.cs: Properly inherit the CreateParams from the form
5967           and only change what we need. Fixes #78865
5969 2006-08-10  Chris Toshok  <toshok@ximian.com>
5971         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5972         flickering in flat mode (and most of the flickering in general) by
5973         only invalidating the button border (and not the entire rectangle)
5974         when the state changes.  A couple of cases still flicker:
5975         ToggleButtons, and the dropdown arrow case when the user mouse
5976         ups.
5978 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5980         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5981           for german keyboards. Numlock state shouldn't affect the behaviour
5982           of the Del key. Fixes bug #78291.
5984 2006-08-10  Chris Toshok  <toshok@ximian.com>
5986         * ListControl.cs: remove the items.Clear line from BindDataItems,
5987         as this is the first thing done by both subclasses in their
5988         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5989         passed -1, refresh the list.  This gets databinding working when
5990         the datasource is set on the list before the datasource is
5991         populated (as in wf-apps/ReportBuilder.)
5993         * ComboBox.cs: remove the argument to BindDataItems.  This call
5994         should really go away, and be initiated by the ListControl code.
5996         * ListBox.cs: same.
5998 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
6000         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
6001           if no data is in the document when the control is displayed
6003 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
6005         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
6006           yes (fixes #78806)
6007         * TextControl.cs: 
6008           - PositionCaret: Allow positioning of caret but don't call methods 
6009             requiring a handle if the window isn't created yet
6010           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
6011           - owner_HandleCreated: Don't position the caret, just update it's 
6012             location. User might have already set a different position
6014 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
6016         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
6017           windows. Screws up the returned coordinates for child windows. 
6018           Fixes #78825. I'm hoping this doesn't break something, since the
6019           code was explicitly put in 8 months ago, but no bug was attached.
6020           Menus still seem to work properly.
6022 2006-08-08  Chris Toshok  <toshok@ximian.com>
6024         * DataGrid.cs: make BeginInit/EndInit actually do what they're
6025         supposed to do - delay data binding until the EndInit call.  Also,
6026         make the table style collection's CollectionChangeAction.Refresh
6027         work properly.
6029         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
6030         (with action = Refresh) when a consituent table's MappingName is
6031         changed.
6033 2006-08-08  Chris Toshok  <toshok@ximian.com>
6035         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
6036         Invalidate, since changing the text can change the size of the all
6037         toolbar buttons.
6039 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
6041         * Form.cs (AddOwnedForm): Still need to add the form to our listif
6042           we don't have it yet
6044 2006-08-08  Chris Toshok  <toshok@ximian.com>
6046         * PrintControllerWithStatusDialog.cs: don't .Close() the status
6047         dialog, as this causes X errors later on, since we actually
6048         destroy the window.  Instead, .Hide() it.
6050 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
6052         * ComboBox.cs: Added focus reflection for popup window
6053         * XplatUIX11.cs: 
6054           - Removed transient setting for non-app windows for now, not sure it
6055             was needed
6056           - Fixed logic checking if we have captions when deciding 
6057             override_redirect, WS_CAPTION is two bits and a 0 check was not
6058             sufficient
6059           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
6060             complicated
6061         * Form.cs: 
6062           - AddOwnedForm: Don't just add the form to the list, call the property
6063             to ensure the driver is informed about the ownership as well
6064           - CreateHandle: Set the TopMost status in the driver if we have an owner
6065         * XplatUI.cs: Fixed debug statement
6067 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
6068         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
6069           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
6070           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
6071           TrackBarRenderer.cs: Make constructor private.
6072         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
6073         * ProfessionalColorTable.cs: Make properties virtual.
6075 2006-08-06  Duncan Mak  <duncan@novell.com>
6077         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
6078         is not changing.
6080 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
6081         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
6082           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
6083           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
6084           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
6085           Initial import of new 2.0 classes.
6087 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
6088         * Application.cs: Add 2.0 VisualStyles properties.
6090 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
6091         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
6092           XplatUIX11.cs: Create property to allow access to existing private
6093           variable "themes_enabled"
6095 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6097         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
6098         file size, as otherwise our class libraries fail using windows. Fixes
6099         bug #78759.
6101 2006-08-04  Jackson Harper  <jackson@ximian.com>
6103         * Form.cs:
6104         * XplatUIX11.cs: Move the toolwindow window manager creation into
6105         the X11 driver, this way on win32 we can let windows create/handle
6106         the toolwindows.
6108 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6110         * PrintDialog.cs: Remove some redundant checks, add some others,
6111         clean some code, and move the focus to the text boxes when the
6112         values are incorrect.
6114 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
6116         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
6118 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
6120         * NumericUpDown.cs: Setting the Minimum and Maximum is now
6121           handled correctly. Fixes bug #79001.
6123 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6125         * PrintDialog.cs: The "Copies" numeric up down must have
6126         set the Minimum property to 1; only if the value is bigger
6127         than 1, activate "Collate" check box. This is the behaviour of .Net.
6128         Also modify the Document elements only if it is not null.
6130 2006-08-03  Jackson Harper  <jackson@ximian.com>
6132         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
6133         length. (We have a larger array then actual node count).
6134                 
6135 2006-08-03  Jackson Harper  <jackson@ximian.com>
6137         * ComboBox.cs: Don't show selection by default.
6138         - The SelectAll isn't needed here, since the focus code should do
6139         that
6140         - DDL style lists to manual selection drawing, so when they
6141         get/lose focus they have to invalidate.
6143 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
6145         * TextBoxBase.cs: Don't always show all selections by default.
6147 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
6148         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
6149           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
6150           Fixed various typos.
6152 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
6154         * Control.cs: Removing the controls in a ControlCollection with
6155           Clear now hides the controls as expected. Fixes bug #78804. 
6157 2006-08-03  Jackson Harper  <jackson@ximian.com>
6159         * Control.cs: Revert previous focus patch, it breaks reflector.
6161 2006-08-03  Jackson Harper  <jackson@ximian.com>
6163         * ComboBox.cs: Cleanup selection and focus with the combobox.
6164         This also eliminates some duplicated keyboard code, since now
6165         everything is handled by the main class.
6166         - Make list selection work on mouse up instead of down, to match
6167         MS.
6169 2006-08-02  Jackson Harper  <jackson@ximian.com>
6171         * Control.cs: Setting focus needs to go through the whole
6172         selection mechanism.
6174 2006-08-02  Chris Toshok  <toshok@ximian.com>
6176         * PrintPreviewDialog.cs: change MinimumSize to use
6177         base.MinimumSize so it works.
6179 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
6181         * TextControl.cs:
6182           - UpdateCaret: Added sanity check in case caret isn't defined yet
6183           - Line.Delete: Now updating selection and caret markers if we're
6184             transfering a node (Properly fixes #78323)
6185           - SetSelectionEnd: Added sanity check
6186         * TextBoxBase.cs: Removed broken attempt to fix #78323
6188 2006-08-01  Chris Toshok  <toshok@ximian.com>
6190         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
6191         Close() call is handled in Form, not here.
6193 2006-08-01  Chris Toshok  <toshok@ximian.com>
6195         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
6196         layout/rendering.
6198         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
6199         for sizes < 100% zoom.  The code now aggressively attempts to keep
6200         from calling document.Print (), and tries not to use the scaling
6201         g.DrawImage whenever possible (it still does if you scale to >
6202         100%, since usually that involves huge images).
6204         * PrintPreviewControl.cs: hook up the close button.
6206 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
6207         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
6208           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
6209           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
6210           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
6211           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
6212           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
6213           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
6214           Removed [Serializable] for 2.0 Event Handlers.
6216 2006-07-31  Jackson Harper  <jackson@ximian.com>
6218         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
6219         * TextControl.cs: Uncomment out the body of this method.
6221 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
6223         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
6224           standard cursors.
6226 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
6228         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
6229           that embed TextBox and need selections visible even if textbox is not
6230           focused to enforce that behaviour.
6231         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
6232           selection drawing
6234 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
6236         * TextControl.cs:
6237           - Added new SetSelectionStart/SetSelectionEnd overloads
6238           - Fixed viewport width assignment to be accurate
6239           - Adjusted alignment line shift calculations to allow cursor on right
6240             aligned lines to be always visible at the right border (like MS)
6241         * TextBoxBase.cs:
6242           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
6243           - TextBoxBase_SizeChanged: recalculating canvas on size changes
6244           - CalculateScrollBars: Use ViewPort size instead of window size, to
6245             properly consider space occupied by the border and scrollbars 
6246             (Fixes #78661)
6247           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
6248             calculations; no longer leaves artifacts
6249           - CaretMoved: Adjusted window scrolling to match MS and fixed several
6250             calculation bugs (Still missing right/center align calculations)
6252 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
6254         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
6255           use of both scroll rect and clip rect, as they do the same.
6257 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
6259         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
6260           in the event handler (fixes #78912)
6262 2006-07-31  Chris Toshok  <toshok@ximian.com>
6264         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
6265         grid.ListManager.Count, since grid.ListManager might be null.
6266         This of course begs the question "why are we drawing rows for a
6267         grid with no list manager (and therefor no rows)?"  Fixes the
6268         crash in bug #78929.
6270 2006-07-31  Chris Toshok  <toshok@ximian.com>
6272         * RelatedPropertyManager.cs: Don't always chain up to the parent
6273         ctor.  instead, call SetDataSource if the parent's position is !=
6274         -1.  Fixes the crash in #78822.
6276 2006-07-31  Chris Toshok  <toshok@ximian.com>
6278         * DataGrid.cs (get_ListManager): use field instead of property
6279         accessors for datasource and datamember.
6280         (RowsCount): make internal again.
6281         (OnMouseDown): end edits before resizing columns/rows.
6282         (OnMouseUp): restart edits after resizing columns/rows.
6284 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
6286         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
6287           This fixes the situation where the last set cursor is displayed
6288           whenever the mouse is over scrollbars.
6290 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6292         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
6293         Document properties, as well as initial values.
6295 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
6297         * XplatUIWin32.cs (SetBorderStyle): Setting both border
6298           and ClientEdge results in a 3-pixel border, which is
6299           wrong.
6301 2006-07-28  Jackson Harper  <jackson@ximian.com>
6303         * TreeNodeCollection.cs: Fix the clear method.
6304         - Fix the Shrink also
6306 2006-07-27  Jackson Harper  <jackson@ximian.com>
6308         * TreeView.cs: Make sure the visible order is computed when we
6309         attempt to size the scrollbars (for trees that mess with the
6310         scrolling when they shouldn't.
6311         - Make sure to give the scrollbars valid values.
6313 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
6315         * XplatUIX11.cs: Move motion compression code to where it
6316           has less performance impact
6318 2006-07-26  Jackson Harper  <jackson@ximian.com>
6320         * UpDownBase.cs: When the control is selected make the child
6321         controls non selectable, so that a click on them won't do a
6322         focus/unfocus cycle.
6323         - Don't give focus to the text box when the spinner is selected.
6324         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
6326 2006-07-26  Chris Toshok  <toshok@ximian.com>
6328         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
6329         satisfied with this solution.  If the bitmaps are small, we should
6330         just cache them in the PrintPreviewDialog and draw them here.
6331         Also, the layout is broken for the 2-up and 3-up cases.
6333         * Theme.cs: add PrintPReviewControlPaint.
6335         * PrintPreviewDialog.cs: first pass implementation.
6337         * PrintPreviewControl.cs: first pass implementation.  No
6338         scrollbars yet.
6340         * PrintDialog.cs: only validate fields if that particular portion
6341         of the UI is enabled.  Also, set the document's controller to a
6342         PrintControllerWithStatusDialog wrapping the document's print
6343         controller.
6345         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
6346         bring up a SaveFileDialog (i hope we don't want to match the
6347         behavior of the crappy windows file entry) and set the
6348         PrinterSettings.PrintFileName accordingly.
6350 2006-07-26  Jackson Harper  <jackson@ximian.com>
6352         * ContainerControl.cs: Add a field that disables auto selecting
6353         the next control in a container when the container is activated.
6354         * UpDownBase.cs: Don't select the text box when the up down is
6355         selected.
6357 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
6359         * XEventQueue.cs: Added methods for peeking (used for compression
6360           of successive events)
6361         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
6362           mouse move events (fixes #78732)
6364 2006-07-25  Jackson Harper  <jackson@ximian.com>
6366         * UpDownBase.cs: Use an internal class for the textbox so that we
6367         can control focus.  the updown control should always have focus,
6368         if either the text area or the buttons are clicked.
6369         - Send the key messages to the textbox, since it never actually
6370         has focus
6371         - Activate and decativate the textbox caret.
6373 2006-07-24  Jackson Harper  <jackson@ximian.com>
6375         * Control.cs: Use the directed select when selecting a control,
6376         this way the container controls override will get called and the
6377         whole ActiveControl chain will get triggered.  TODO: probably need
6378         to make sure this gets done everywhere instead of the old
6379         Select(Control).
6380         * ContainerControl.cs: Implement the directed Select method to
6381         find and activate the correct child control.    
6382         
6383 2006-07-22  Mike Kestner  <mkestner@novell.com>
6385         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
6386         menu handling code so that clicks without a grab work too.
6387         [Fixes #78914]
6389 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
6391         * FileDialog.cs: Enable the BackButton when dirstack has one element.
6392           Added some small optimizations.
6394 2006-07-21  Matt Hargett  <matt@use.net>
6396         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
6398 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
6400         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
6401           tests pass and match MS in some strange border cases.
6403 2006-07-21  Chris Toshok  <toshok@ximian.com>
6405         * ThemeWin32Classic.cs: handle drawing of the relation links and
6406         parent row buttons.
6408         * Theme.cs: change args to DataGridPaintParentRow.
6410         * DataGrid.cs: Don't use controls for the relation links and
6411         parent buttons, so we have to handle all their interactions in
6412         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
6413         when we're navigating through child tables, so we can reinstate
6414         selection, expanded state, current cell, etc.
6416 2006-07-20  Chris Toshok  <toshok@ximian.com>
6418         * ToolBar.cs: When we redraw a button, for whatever reason,
6419         there's no reason to redraw the entire toolbar.  Also, don't call
6420         Control.Refresh from within Redraw, as it's much heavier than
6421         Invalidate (which is really what we want).
6423 2006-07-20  Chris Toshok  <toshok@ximian.com>
6425         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
6426         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
6427         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
6428         traces from within a debug IBindingList datasource
6429         (in mono/winforms/datagrid) for *days*, I've finally gotten things
6430         to work in a similar fashion.
6432 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6434         * ListBox.cs: Don't call Sort () when setting 
6435         the Sorted property to false (avoid an unnecessary sort).
6437 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6439         * ListControl.cs: DataSource should throw an ArgumentException
6440         instead of a normal exception when the argument is not of the 
6441         correct type.
6443 2006-07-20  Mike Kestner  <mkestner@novell.com>
6445         * Control.cs: add InternalPreProcessMessage to allow us to steal
6446         key events before MWF gets its paws on them.  Adapted from a
6447         suggestion by eno.
6448         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
6449         up/down/left/right navigation. Override the new internal control
6450         method to steal the events since they never make it to WndProc.
6451         * ToolBarButton.cs: don't worry about pushed when setting hilight
6452         since the drawing code prefers pushed to hilight. Invalidate on 
6453         Hilight changes. Fixes #78547 and #78525.
6455 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
6457         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
6458           the canvas size. Fixes #78868
6460 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
6462         * Splitter.cs: Track requested split position until first layout
6463           is performed. Fixes #78871
6465 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
6467         * Application.cs: Removed code that forces 1.x for the version
6468           number if the version started with 0. Not sure why that code was
6469           there and I couldn't find any bugs that indicated we needed it.
6470           Fixes #78869
6472 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
6474         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
6475           ResetDefaults(), just write some output to the console until it's
6476           implemented. Fixes bug #78907 for now. Eliminated two warnings.
6478 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
6480         * PropertyGridView.cs: set StartPosition of drop down forms
6481         so they appear in correct initial spot.  Fixes #78190.
6483 2006-07-19  Mike Kestner  <mkestner@novell.com>
6485         * ThemeWin32Classic.cs: use parent background color when drawing
6486         flat toolbars.  Restructure the conditionals to make sure non-flat
6487         non-Divider toolbars are filled too.  Fixes #78837.
6489 2006-07-19  Mike Kestner  <mkestner@novell.com>
6491         * ListBox.cs: Sort on collection changes even if the handle
6492         isn't created yet.  Fixes #78813.
6494 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6496         * ListControl.cs: DisplayMember should never be null,
6497         and now we assign String.Empty when null is passed to it (this
6498         is the .Net way).
6500 2006-07-17  Mike Kestner  <mkestner@novell.com>
6502         * ListViewItem.cs: restructure Font and subitem Font handling 
6503         to hold a specific font and refer back to owner on null.
6504         Fixes #78761.
6506 2006-07-17  Mike Kestner  <mkestner@novell.com>
6508         * ToolBar.cs: bandaid for side-effect of previous patch which was
6509         discarding explicit heights for non-AutoSize toolbars.  Need to
6510         extend my format tester to deal with AutoSize=false. Fixes #78864.
6512 2006-07-15  Jackson Harper  <jackson@ximian.com>
6514         * LabelEditTextBox.cs:
6515         * TreeView.cs: Use a new LabelEdit class for node editing, this
6516         class automatically 'closes' itself when it gets the enter key or
6517         loses focus.
6518         - Use the client rectangle when setting the trees scrollbars, so
6519         border style is taken into account.
6520         
6521 2006-07-14  Jackson Harper  <jackson@ximian.com>
6523         * TreeNode.cs:
6524         * TreeView.cs: Make the editing work similar to MSs, firing the
6525         events correctly and ending edits correctly.
6527 2006-07-14  Mike Kestner  <mkestner@novell.com>
6529         * ToolBarButton.cs:
6530         * ToolBar.cs: layout restructuring and redraw enhancements to support
6531         formatting changes gracefully, like setting TextAlign, ImageList, 
6532         ButtonSize, and Appearance.  Handles explicit button sizing quirks
6533         of the MS controls.  Things like flat toolbars ignoring button size
6534         but becoming constant sized at the largest button's size.  Normal
6535         toolbars with an image set cannot be shrunk smaller than the image,
6536         but text can be clipped/ignored.
6537         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
6538         is zero.  Seems like DrawString should be smart enough to not put
6539         anything on screen though. Also trim labels and ellipsize at the char
6540         boundary, not word.
6541         Fixes #78711 and #78483.
6543 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6545         * FolderBrowserDialog.cs: Disable "New Folder" button and
6546           "New Folder" contextmenu menuitem if a folder like "My Computer"
6547           is selected.
6549 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6551         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
6552         * FolderBrowserDialog.cs:
6553           - Use MWFConfig to store and read size and position settings
6554           - Added code to create a new folder (button or context menu).
6555             Use TreeView labeledit to change the name of the new folder.
6557 2006-07-14  Jackson Harper  <jackson@ximian.com>
6559         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
6560         when the tree is scrolled we end editing.
6562 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6564         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
6565           Down arrows
6567 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
6569         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
6570         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
6571         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
6572         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
6573         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
6574         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
6575         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
6576         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
6577         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
6578         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
6579         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
6580         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
6581         ListViewItemSelectionChangedEventHandler.cs,
6582         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
6583         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
6584         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
6585         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
6586         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
6587         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
6588         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
6589         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
6590         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
6591         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
6592         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
6593         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
6594         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
6595         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
6596         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
6597         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
6598         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
6599         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
6600         WebBrowserNavigatingEventHandler.cs, 
6601         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
6603 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
6605         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
6606         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
6607         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
6608         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
6609         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
6610         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
6611         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
6612         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
6613         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
6614         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
6615         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
6616         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
6617         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
6618         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
6619         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
6620         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
6621         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
6622         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
6623         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
6624         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
6625         ListViewItemStates.cs, MaskFormat.cs: Added
6627 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
6629         * PropertyGridView.cs: Fix keyboard navigation of drop down.
6630         Patch from eno for bug 78558.
6631         
6632 2006-07-13  Jackson Harper  <jackson@ximian.com>
6634         * TreeView.cs: When an edit is finished make sure that the
6635         selected node is visible.
6636         - When setting the top/bottom use the scrollbars is_visible, so
6637         everything will be set correctly even if the tree isn't visible
6638         yet.
6640 2006-07-13  Jackson Harper  <jackson@ximian.com>
6642         * ComboBox.cs: Revert the item->index part of my previous patch.
6643         * TreeView.cs: Use LostFocus instead of Leave for detecting when
6644         the edit box has lost focus (duh).
6645         - Just make the edit box not visible when we get return, that will
6646         take the focus, which will call EndEdit
6647         * TreeNode.cs When we start editing, notify the treeview.
6649 2006-07-12  Jackson Harper  <jackson@ximian.com>
6651         * ComboBox.cs: Clear out old items before setting the item list.
6652         This prevents databound controls from having their items added
6653         twice.
6654         - Switch the combobox to use indices whereever possible instead of
6655         using Item's.  This allows usto navigate through lists that have
6656         more then one item with the same string value (ie a, b, b, a).
6657         - Scroll the listboxes scrollbar when a non visible item is
6658         highlighted
6659         - Allow keypress to cycle through all the possible values. For
6660         example if you have b1, b2, b3 and hold down the B key all the
6661         values will be cycled through.
6662         
6663 2006-07-12  Jackson Harper  <jackson@ximian.com>
6665         * TextBoxBase.cs:
6666         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
6667         this using the internal methods.
6668         * Control.cs: Add OnGotFocusInternal.  A new method that allows
6669         controls to "override" OnGotFocus and change focus behavior if
6670         needed.
6671         - Same thing for LostFocus
6672         * ComboBox.cs: Pass off focus to the text control properly.
6674 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
6676         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
6677         * FolderBrowserDialog.cs: Almost a complete rewrite.
6678           - Better support for Environment.Specialfolders
6679           - Added support for MWFVFS
6680           - Made setting SelectedPath work
6682 2006-07-12  Jackson Harper  <jackson@ximian.com>
6684         * Control.cs: Optimze getting all the controls.
6686 2006-07-11  Jackson Harper  <jackson@ximian.com>
6688         * ContainerControl.cs: Override SETFOCUS in the container control,
6689         so that it is not selected on mouse click.
6691 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
6693         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
6694           Hopefully we will have a better way once all of focus is complete.
6696 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
6698         * ThemeWin32Classic.cs: Commented out some debug code and fixed
6699           a compile error with csc.
6701 2006-07-11  Jackson Harper  <jackson@ximian.com>
6703         * Control.cs: When hiding a control only select the next control
6704         if the current control was focused.
6705         - Don't handle enter/leave when setting/killing focus, this is
6706         done by the container control.
6707         - Remove is_selected, it's not needed anymore.
6708         - Add utility methods for selecting a child control, and for
6709         firing the Enter/Leave events.
6710         * ContainerControl.cs: When a control is activated fire the
6711         enter/leave events.
6712         - Don't wrap when processing the tab key, so that focus can be
6713         moved outside of the container.
6714         - Use the correct active control
6716 2006-07-11  Jackson Harper  <jackson@ximian.com>
6718         * ComboBox.cs: Remove some debug code that was blinding me.
6719         * UpDownBase.cs: These controls actually aren't implicit, they are
6720         visible to the user.
6722 2006-07-10  Chris Toshok  <toshok@ximian.com>
6724         * DataGrid.cs: move back to the is_adding boolean field.  god i
6725         hate this is_editing/is_adding/is_changing stuff.
6727 2006-07-10  Chris Toshok  <toshok@ximian.com>
6729         * DataGridTableStyle.cs: just check if the property type is bool.
6730         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
6731         Don't use CanRenderType.
6733         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
6734         if our text == NullText.  Remove CanRenderType.
6736         * DataGridBoolColumn.cs: nuke CanRenderType.
6738         * DataGrid.cs: reenable some code to end the current edit inside
6739         of set_CurrentCell.  This fixes the other 1.1.16 regression.
6740         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
6741         Also, remove the visible_row_count arg from CalcRowHeaders, since
6742         we don't need to worry about the actual height of the area.
6744 2006-07-10  Chris Toshok  <toshok@ximian.com>
6746         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
6747         mode, just return.
6749         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
6750         the real sense of the IsInEditOrNavigateMode property (true =
6751         navigate, false = edit).  Also, update OnKeyPress to reflect this.
6753         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
6754         column style exists, we still need to set its property descriptor
6755         to match up with our list manager.
6757 2006-07-10  Chris Toshok  <toshok@ximian.com>
6759         * ThemeWin32Classic.cs: implement the new row/header painting
6760         approach.  The parent row painting will likely go away and
6761         replaced with label controls, but the rest seems to work ok (and
6762         efficiently).
6764         * Theme.cs: change the way we draw datagrid rows.  we don't draw
6765         the row headers as a block now.  Instead we draw them in the
6766         normal draw-row loop.  Add some calls for drawing parent rows and
6767         relation rows.
6769         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
6770         a default table style.  Set the defaults from ThemeEngine.Current,
6771         not SystemColors.  Fix lots of misc issues with property setters.
6773         * DataGrid.cs: move loads of style information out of this class
6774         as it's being duplicated with DataGridTableStyle.  keep track of a
6775         special DataGridTableStyle for the properties we used to mirror
6776         here.  Switch all the style properties to access this table style
6777         instead of instance fields of this class.  Also add a internal
6778         class to represent parent rows (more needs to be stored here, like
6779         the selection state from the parent table, as well as the
6780         expansion state.)  Also, for datasources with relations, do the
6781         right thing for collapse/expand, and add support for the
6782         navigation/parent row buttons.
6784         Lastly, fix the crash in the 1.1.16 build.
6786         * GridTableStylesCollection.cs: make the explicit interface
6787         implementations call the class's methods as opposed to duplicating
6788         them.
6790         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
6791         0 so the text doesn't jump around when we move the cursor.
6793 2006-07-10  Jackson Harper  <jackson@ximian.com>
6795         * TextBoxBase.cs:
6796         * ListBox.cs: Match MS's ToString (this makes debugging focus
6797         stuff infinitely easier).
6799 2006-07-10  Jackson Harper  <jackson@ximian.com>
6801         * Control.cs (SelectNextControl): When checking the control's
6802         parent use this instead of ctrl.parent so that null can be passed
6803         to SelectNextControl. (I have unit tests for this).
6804         - Remove unused var.
6806 2006-07-10  Chris Toshok  <toshok@ximian.com>
6808         * CurrencyManager.cs: correct one regression, the removal of the
6809         finalType field.  Also, add a MonoTODO on CanAddRows, implement
6810         Refresh() correctly, and fix some event emission in
6811         ListChangedHandler.
6813 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6815         * FileDialog.cs: Don't use brackets for new folders if they exist
6816           under *nix. Instead use -(number of existing folders +1).
6818 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6820         * FileDialog.cs:
6821           - Fixed really nasty bug #78771
6822           - Don't block the whole GUI when reading directories with a lot of
6823             entries. Use an other thread instead and call BeginInvoke to
6824             update the ListView in MWFFileView
6826 2006-07-07  Chris Toshok  <toshok@ximian.com>
6828         * Control.cs (Dispose): release any Capture when disposing.
6830 2006-07-07  Chris Toshok  <toshok@ximian.com>
6832         * LinkLabel.cs (Select): if we chain up to the parent, set
6833         focused_index to -1 so we'll search for the first available link
6834         the next time the user tabs into us.  Also, if the direction is
6835         backward and focused_index == -1, start the search from the last
6836         element.
6838 2006-07-07  Chris Toshok  <toshok@ximian.com>
6840         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6841         is beyond the end of the text, don't do anything.
6842         (CreateLinkPieces): set our ControlStyles.Selectable based on
6843         whether or not we have any links.
6844         (Link.Invalidate): use a loop instead of foreach.
6845         (Link.set_Start): null out owner.sorted_links so it'll be
6846         recreated by CreateLinkPieces.
6848 2006-07-06  Chris Toshok  <toshok@ximian.com>
6850         * LinkLabel.cs: revert the SetStyle change.
6852 2006-07-06  Chris Toshok  <toshok@ximian.com>
6854         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6855         (OnEnableChanged): s/Refresh/Invalidate
6856         (OnGotFocus): if we have a focused index already, refocus it (so
6857         if we mouse out/in to the window it'll focus the right link).
6858         (OnKeyDown): move the tab handling out of here.
6859         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6860         when we lose focus.
6861         (OnMouseDown): don't Capture here - Control handles it.  Also,
6862         focus the active link.
6863         (OnMouseUp): don't deal with Capture.
6864         (OnPaintBackgroundInternal): remove.
6865         (OnTextAlignChanged): CreateLinkPieces before calling the
6866         superclass's method.
6867         (OnTextChanged): call CreateLinkPieces before calling superclass's
6868         method.
6869         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6870         move around.
6871         (Select): implement this, moving the selection between different
6872         links, and call parent.SelectNextControl if we don't have another
6873         link to focus in the given direction.
6874         (CreateLinkPieces): call Invalidate instead of Refresh.
6875         
6876 2006-07-06  Chris Toshok  <toshok@ximian.com>
6878         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6879         new LinkLabel internals.
6881         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6882         over pieces looking for active/focused/etc links.  also, deal with
6883         runs of text (and links) with embedded \n's in them, and use
6884         MeasureCharacterRanges instead of MeasureString to figure out the
6885         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6886         two-step.
6888 2006-07-04  Jackson Harper  <jackson@ximian.com>
6890         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6891         XKB or key auto repeat, do it manually.  Without key auto repeat,
6892         when a key is held down we get key press, key release, key press,
6893         key release, ... with auto repeat we get key press, key press, key
6894         press ..., and then a release when the key is actually released.
6896 2006-07-03  Jackson Harper  <jackson@ximian.com>
6898         * TabControl.cs:
6899         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6900         rules, they are always control color regardless of the background
6901         color.
6903 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6905         * FileDialog.cs: Added internal class MWFConfig.
6906           Removed Registry support and replaced it with support for the new
6907           MWFConfig class. See MWFConfig comments for more information.
6909 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6911         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6912           rectangle. Added some patches from eno from bug #78490 and fixed
6913           the arrow position for small up and down CPDrawScrollButtons.
6915 2006-06-30  Jackson Harper  <jackson@ximian.com>
6917         * InternalWindowManager.cs: Remove some debug code.
6918         * Form.cs: When an MdiParent is set to null, the window is
6919         "detatched" and becomes a normal window.
6920         * MdiClient.cs: Don't bring the new child form to the front until
6921         it is activated (setting it as active does this), this makes the
6922         previously active forms titlebar get redrawn as inactive.
6924 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6926         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6927           with later controls
6929 2006-06-29  Mike Kestner  <mkestner@novell.com>
6931         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6932         arrow in keynav state.  Fixes #78682.
6934 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6936         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6937           order (fixes #78393)
6939 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6941         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6942           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6943           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6944           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6945           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6946           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6947           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6948           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6949           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6950           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6951           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6952           values)
6954 2006-06-28  Mike Kestner  <mkestner@novell.com>
6956         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6958 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6960         * PropertyGrid.cs,
6961           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6962           item lines from other area (It also makes BackColor consistent and
6963           compatible with .NET). Fixed bug #78564.
6965 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6967         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6968         Patch from Eno for #78555.
6970 2006-06-27  Chris Toshok  <toshok@ximian.com>
6972         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6974         * DataGridColumnStyle.cs: same.
6976         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6977         
6978         * DataGridDrawingLogic.cs: nuke.
6980 2006-06-27  Chris Toshok  <toshok@ximian.com>
6982         * DataGridTableStyle.cs: clean up the constructors, and build the
6983         list of child relations for this table.  I have no idea if this is
6984         where we should be doing it (it probably isn't), but since we're
6985         already iterating over the properties..
6987         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6988         struct and array for keeping track of row information, similar to
6989         what's shown in a hack on
6990         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6992         * Theme.cs: be consistent about the naming of DataGrid methods,
6993         prefering ColumnWidths and RowHeights over columnsWidths and
6994         RowsHeights.
6996         * ThemeWin32Classic.cs: same, and also add support for variable
6997         sized rows (and the +/- expansion icons for related rows).
6999 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
7001         * TextBoxBase.cs: Applied Eno's patch from #78660
7003 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
7005         * Form.cs (ScaleCore): We don't want to scale our form if it's
7006           state is minimized or maximized, but we still need to scale our
7007           child windows. Also, added try/finally block to ensure layout
7008           gets reset (Fixes #78697)
7010 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
7012         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
7014 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
7016         * Form.cs: Fixed c+p error and added check to resize form if minimum
7017           size is bigger than current size (Fixes #78709)
7019 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
7021         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
7023 2006-06-26  Mike Kestner  <mkestner@novell.com>
7025         * ComboBox.cs: only do Keypress handling in the combo when there  
7026         are items in the collection. Fixes #78710.
7028 2006-06-26  Chris Toshok  <toshok@ximian.com>
7030         * Binding.cs: make this work bi-directionally.  also, clear up
7031         other mixups between Push/Pull Data (e.g. we're supposed to pull
7032         data when validating).
7034         * BindingManagerBase.cs: trim some fully qualified collection
7035         types.
7037         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
7039 2006-06-23  Chris Toshok  <toshok@ximian.com>
7041         * PropertyManager.cs: It appears (according to the unit tests)
7042         that PropertyManager doesn't use
7043         PropertyDescriptor.AddValueChanged to track propery value changes
7044         in its datasource, but uses the same scheme as Binding, where it
7045         looks for a <Property>Changed event and binds to it.
7047         Also, according to the docs, IsSuspended always returns false for
7048         a property manager with a non-null datasource.
7050 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
7052         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
7053           need to update the actual DialogResult. (Fixes #78613)
7055 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
7057         * Form.cs (ShowDialog): Release any captures before running the
7058           new message pump (fixes #78680)
7060 2006-06-22  Mike Kestner  <mkestner@novell.com>
7062         * ListView.cs: Layout column widths properly in details mode even 
7063         if HeaderStyle.None is set.  Fixes #78691.
7065 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
7067         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
7069 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
7071         * Control.cs (ContainsFocus): Using new driver method to get focused
7072           window, instead of trying to use internal tracking var, which can
7073           recursion issues (Fixes #78685)
7074         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
7075           XplatUIWin32.cs: Added GetFocus method to return focused window
7077 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7079         * ColorDialog.cs: when the mouse button is pressed inside the color
7080         matrix, don't let the cursor move out of it until the button is
7081         released, which is the behavior on windows. Changed 'colours' by
7082         'colors' to use the same word consistently.
7084 2006-06-21  Chris Toshok  <toshok@ximian.com>
7086         * DataGrid.cs: add in some basic navigation stuff (navigating to a
7087         child relation and back, using a stack).  Also, remove
7088         GetDataSource and the code that calls it - it's not needed.  Also,
7089         track CurrencyManager.ListName's removal.
7091 2006-06-21  Chris Toshok  <toshok@ximian.com>
7093         * CurrencyManager.cs: push some of the original type checking from
7094         BindingContext.CreateBindingManager to here, and remove some of
7095         the finalType stuff.  Need more tests to make sure I've got the
7096         ListName part right, and we might need more in SetDataSource.
7098         * PropertyManager.cs: add a ctor that takes just the datasource,
7099         and no property name.  Make SetDataSource work with a null
7100         property_name, and make Current return the data_source if the
7101         property descriptor is null.  this makes 'string foo = "hi";
7102         BindingContext[foo].Current' return "hi" as it should.
7104         * RelatedCurrencyManager.cs: make this code more generic - there's
7105         no reason the parent manager has to be CurrencyManager, and
7106         there's no reason to pass the DataRelation.  It suffices to use a
7107         BindingManagerBase and PropetyDescriptor.
7109         * RelatedPropertyManager.cs: make a similar change here.
7110         
7111         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
7112         flower I knew it could be.
7114 2006-06-20  Chris Toshok  <toshok@ximian.com>
7116         * PropertyManager.cs: the PropertyChangedHandler is invoked when
7117         data in the source has changed and we need to update the control,
7118         so s/PullData/PushData.
7120         * CurrencyManager.cs: Refresh is meant to update the control from
7121         data in the datasource.  So, s/PullData/PushData.
7123         * BindingContext.cs: add more ugliness (we weren't handling the
7124         case where data_source = DataTable and data_member = column_name).
7126         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
7127         from the perspective of the datasource.  PullData pulls from the
7128         control, PushData pushes to the control.
7130 2006-06-20  Chris Toshok  <toshok@ximian.com>
7132         * BindingContext.cs: rewrite the CreateBindingManager code to
7133         handle navigation paths more or less properly.  This could
7134         definitely stand some more work, in particular to push the
7135         recursion up to the toplevel.  But that relies on fixes in other
7136         places (System.Data comes to mind).
7138         Also, move to a flat hashtable (and encode the twolevel nature of
7139         the dictionary into the hash key).  This lets us implement the
7140         IEnumerable.GetEnumerator method.
7142         * RelatedCurrencyManager.cs: new class.  Update our view based on
7143         our relation and our parent CurrencyManager's position.
7145         * CurrencyManager.cs: split out some logic from the ctor into
7146         SetView, so it can be called from the new RelatedCurrencyManager
7147         subclass.
7149         * RelatedPropertyManager.cs: new class.  Update our datasource
7150         based on the position of our parent CurrencyManager.
7152         * PropertyManager.cs: split out some logic from the ctor into
7153         SetDataSource, so it can be called from the new RelatedDataSource
7154         subclass.  Also, make the Current getter return the value
7155         of the PropertyDescriptor, not the data_source.
7157         * Binding.cs: no need to duplicate the string splitting code here.
7159 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
7161         * Control.cs:
7162           - set_Enabled: OnEnabledChanged is not called if the inherited state 
7163             of the control is not altered, even though  we might be changing the
7164             internal state of the control (#78458)
7165           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
7166             OnEnabledChanged, to allow easy altering of any child window state
7167           - OnEnabledChanged: Added code to enable/disable driver window state
7168           - OnParentEnabledChanged: Instead of firing the event, call 
7169             OnEnabledChanged, which will fire the event and also a) set driver
7170             window state and pass the enabled state to any grandchildren (#78458)
7172 2006-06-19  Jackson Harper  <jackson@ximian.com>
7174         * InternalWindowManager.cs: We don't set the cursor explicitly
7175         thats done via the response to NCHITTESTs.
7176         - Don't need to adjust for titlebar heights anymore, the
7177         coordinates are coming in the correct coordinates now (see peters
7178         last patch).
7181 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
7183         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
7184           being translated relative to whole window, instead of client window.
7185           That caused broken offsets on mouseclick (and caused gas for our
7186           InternalWindowManager)
7188 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
7190         * TextControl.cs:
7191           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
7192           - Undo(): Added replay of cursor move on DeleteChars action; added
7193             calling Undo() again if a recorded cursor move is invalid (to
7194             ensure that some action is performed on Undo)
7195         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
7197 2006-06-16  Jackson Harper  <jackson@ximian.com>
7199         * MdiClient.cs: Instead of just sizing maximized windows when
7200         there is a resize we also have to adjust the Y of minimized
7201         windows, so they stay pinned to the bottom of the mdi container.
7202         - Eliminate separate tracking of the active control, we can just
7203         get this from the controls collection.
7204         - Paint the decorations for the newly activated titlebar so we get
7205         a pretty blue bar.
7206         * InternalWindowManager.cs:
7207         * ThemeWin32Classic.cs: Minimized windows get all three buttons
7208         even if they are a tool window.
7209         
7210 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
7212         * TextControl.cs (Undo): Handle non-existent cursor locations in the
7213           undo buffer, these can happen when text was deleted and the cursor
7214           was recorded first. Since we will also have a recorded cursor
7215           after the delete this is not an issue. (Fixes #78651)
7217 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
7219         * AccessibleObject.cs: Remove dependence on Control.is_selected;
7220           instead properly track control states internally (allows us to
7221           remove is_selected from Control)
7223 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7225         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
7226         whose width is not a multiple of 8.
7228 2006-06-13  Jackson Harper  <jackson@ximian.com>
7230         * MdiClient.cs:  Only maximize the next child if the current one
7231         is maximized.
7233 2006-06-13  Chris Toshok  <toshok@ximian.com>
7235         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
7236         modified.  Also, guard against grid or grid_drawing being null in
7237         Invalidate.
7239         * DataGrid.cs: Reformat tons of getters/setters.  In the
7240         DataMember setter, just call SetNewDataSource instead of
7241         duplicating some of its functionality.  In SetNewDataSource, don't
7242         check ListManager for null, since the property getter creates the
7243         object if needed.
7245         * DataGridTableStyle.cs: don't set TableStyle or call
7246         SetDataGridInternal on the column here, it's done in
7247         GridColumnStylesCollection.Add.
7249         * GridColumnStylesCollection.cs: fix all the explicit interface
7250         implementations to just call our methods.  Nuke AddInternal() and
7251         move the body of it to Add().  Also, add a call to
7252         column.SetDataGridInternal to Add().
7254         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
7255         base()+duplicate code.  Also, use the Format property instead of
7256         format to generate an Invalidate ala MS.  Lastly, create the
7257         textbox here, unconditionally.
7258         (set_Format): call Invalidate.
7259         (get_TextBox): no need to call EnsureTextBox.
7260         (Commit): remove the message box.
7261         (Edit) remove the call to EnsureTextBox.
7262         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
7263         (EnterNullValue): no need to check textbox for null.
7264         (HideEditBox): no need to check textbox for null.
7265         (SetDataGridInColumn): add the textbox to the grid's controls.
7266         (EnsureTextBox): nuke.
7267         
7268 2006-06-13  Jackson Harper  <jackson@ximian.com>
7270         * MdiWindowManager.cs: Hook up to the maximized menus paint event
7271         and redraw the buttons when needed. Unhook when the window is
7272         unmaximized.
7273         * MainMenu.cs: Add an internal Paint event, the mdi window manager
7274         needs this so that it can redraw its buttons when the menu is
7275         repainted.
7276         * InternalWindowManager.cs:
7277         * Form.cs: The method order has changed for DrawMaximizedButtons,
7278         so that it can be a PaintEventHandler.
7279         
7280 2006-06-13  Jackson Harper  <jackson@ximian.com>
7282         * MdiClient.cs: When we close a maximized mdi window, the next mdi
7283         window is activated and maximized, even if it wasn't before.
7284         - When  a new window is activated repaint the decorations of the
7285         old one, so that it no longer has the Active "look" (the blue
7286         titlebar).
7287         * InternalWindowManager.cs: Open up CreateButtons to base classes
7288         so they can recreate the buttons on state changes.
7289         - If a window is maximized give it all three buttons
7290         * MdiWindowManager.cs: Create the titlebar buttons when the state
7291         is changed, this is needed because a toolwindow will not have all
7292         three buttons until it is maximized.
7294 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
7296         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
7297           Fixed bug #78609.
7299 2006-06-12  Jackson Harper  <jackson@ximian.com>
7301         * KeysConverter.cs: Make sure we handle the Ctrl special case
7302         if its the only key.
7303         
7304 2006-06-12  Jackson Harper  <jackson@ximian.com>
7306         * Theme.cs: Add a method to get the size of a managed window
7307         toolbar button.
7308         * InternalWindowManager.cs: Remove the ButtonSize property, this
7309         should be retrieved from the theme.
7310         * MdiWindowManager.cs: Get the button size from the theme
7311         * ThemeWin32Classic.cs: Make the method to get the managed window
7312         titlebar button size public.
7313         - Handle the different button sizes of maximized toolwindows
7314         (should match any maximized window).
7315         - Get the titlebar height from the theme, not the WM (which gets
7316         it from the theme).
7318 2006-06-12  Jackson Harper  <jackson@ximian.com>
7320         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
7321         event down to the mdi window manager.
7322         - Expose some extra stuff to base classes
7323         - Make sure to end the Capture on an NC Mouse up, so that we can
7324         get double clicks properly, and the sizing doens't stick.
7325         - When doing PointToClient contain it in the workable desktop
7326         area, this prevents windows from changing size when the cursor is
7327         pulled outside of the working area while sizing.
7328         * MdiWindowManager.cs: When we get a double click maximize the
7329         window.
7330         - Reset the cursor after handling mode changes.
7332 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
7334         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
7335           current desktop, instead of just assuming a 0, 0 origin. This
7336           is needed for our internal window manager, to know the top
7337           margin of the desktop
7339 2006-06-12  Chris Toshok  <toshok@ximian.com>
7341         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
7342         we need this to get rid of the selected background in the bool
7343         column.
7344         (CancelEditing): move the ConcedeFocus call to above the Abort
7345         call.  Also, set is_changing to false and invalidate the row
7346         header if we were changing before.
7347         (ProcessKeyPreviewInternal): remove, since noone outside this
7348         class calls it anymore.  Roll the code into ProcessKeyPreview.
7349         (EndEdit): remove the internal version.
7350         (InvalidateCurrentRowHeader): make private.
7352         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
7353         Keys.Escape handling (and with it the last call to
7354         DataGrid.EndEdit from outside the class.)
7357 2006-06-12  Chris Toshok  <toshok@ximian.com>
7359         * DataGridTextBox.cs (.ctor): isedit defaults to false.
7360         (OnKeyPress): set isedit to true.
7361         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
7362         already handled by the grid.
7364         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
7365         right.  ugh.
7366         (set_DataSource): SetDataSource always returns true, so stop
7367         putting it in an if statement.
7368         (EndEdit): get rid of some {}'s
7369         (ProcessGridKey): return true in case Keys.Escape.
7370         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
7371         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
7372         PositionChanged, stopped connecting to CurrentChanged.
7373         (GetDataSource): simplify this a bunch.
7374         (SetDataSource): change return type from bool to void.
7375         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
7376         to this, and make sure we don't set ListManager.Position inside
7377         set_CurrentCell.
7378         (OnListManagerItemChanged): if we're passed an actual index,
7379         redraw that row.
7381         * CurrencyManager.cs (set_Position): don't call PullData here.
7383 2006-06-09  Jackson Harper  <jackson@ximian.com>
7385         * TreeNode.cs:  Recalculate the visible order before doing the
7386         Expand/Collapse Below calls, because those calls generate an
7387         expose.
7388         - Reduce calls to the TreeView property, which is mildly expensive
7389         by using a local var.
7390         * Form.cs: Layout the MDI child windows when creating the parent
7391         form.
7392         - Don't use the internal constructor anymore
7393         * MdiClient.cs: use the parent form width/height (if available)
7394         when laying out the child windows, we do this because the
7395         mdiclient isn't docked yet when the initial layout is done.
7396         - Don't need an internal constructor anymore.
7398 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7400         * FileDialog.cs: handle access errors when trying to create a folder
7401         or changing to a directory. No need to initialize out parameters.
7403 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7405         * FileDialog.cs: Append a number when creating a new folder if the
7406           folder already exists (use parenthesis instead of square brackets)
7408 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7410         * FileDialog.cs:
7411           - Disabled registry support for windows and added better registry
7412             error checking for other systems (need to investigate why it
7413             works perfectly on my system)
7414           - If a folder already exist show an error MessageBox instead of
7415             trying to create an indexed name.
7416           - Fixed a non intentional typo.
7418 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7420         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
7422 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7424         * FileDialog.cs: When creating a new folder don't crash if the
7425           folder already exists.
7427 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7429         * FileDialog.cs: Allmost a complete rewrite.
7430           - added a "virtual" file system that handles the differences
7431             between unix and windows file systems (especially the directory
7432             structure). Moved most of the directory and file handling code
7433             into the vfs.
7434             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
7435             UnixFileSystem and FSEntry.
7436           - Recently used folder/directory, size, location and used file names
7437             (file name ComboBox) are now stored in the registry and get read
7438             before the dialog shows up (fixes part 6 of bug #78446).
7439           - Creation of new folders/directories is now possible (context menu
7440             or ToolBar). Added TextEntryDialog for this that fills in the gap
7441             until ListView.LabelEdit works.
7442           - Fixed cursor handling (bug #78527) and focus handling for
7443             PopupButtonPanel
7444           - Various "Search in" ComboBox enhancements. The content of the
7445             dropdown listbox now almost matches ms.
7446           - Changed the behaviour when the user switches to SpecialFolder
7447             Recent to show the ListView in View.Details.
7448           - Beside using the ToolBar to change the View property of the
7449             file ListView it is now possible to use the context menu too.
7451 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7453         * ComboBox.cs: Don't create a new ObjectCollection when an item
7454           gets inserted. Just insert the item in the existing object_items
7455           ArrayList.
7457 2006-06-08  Jackson Harper  <jackson@ximian.com>
7459         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
7460         that the treeview and root node checks are done also, this fixes a
7461         regression i caused in the unit tests.
7463 2006-06-07  Wade Berrier <wberrier@novell.com> 
7465         * RichTextBox.cs: More ISO8859-1 -> unicode
7467 2006-06-07  Mike Kestner  <mkestner@novell.com>
7469         * ComboBox.cs : use items to hold highlight/selection so that
7470         collection insertions don't require synchronization.
7472 2006-06-07  Jackson Harper  <jackson@ximian.com>
7474         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
7475         routine.  We now always keep the sized edge at the cursor instead
7476         of computing movement and adjusting rects.  There is one buglet
7477         with this method though when the cursor is moved over area that
7478         the window can not expand too (such as the toolbars on the desktop).
7480 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7482         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
7483         here. Fixes crash on startup in AlbumSurfer.
7485 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
7487         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
7488           values
7490 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7492         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
7493         statement to avoid calling XNextEvent which will block if another thread
7494         took the event that we were expecting. Fixes bug #78605.
7496 2006-06-07  Mike Kestner  <mkestner@novell.com>
7498         * ListView.cs : isolated checkbox clicking from the selection logic.
7499         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
7501 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7503         * Form.cs: Check that the value passed to Form.DialogResult
7504         is a valid enum value.
7506 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7508         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
7509         Computer'. Clicking it in the network view goes to 'My Computer'.
7510         Added CIFS filesystem type. Display the mount point of filesystems.
7511         Avoid duplicate mount points (happens for me with CIFS);
7513 2006-06-06  Jackson Harper  <jackson@ximian.com>
7515         * InternalWindowManager.cs: Draw the maximized windows buttons
7516         when resizing.
7518 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7520         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
7521         all other dialogs. Fixes bug #78585.
7523 2006-06-06  Mike Kestner  <mkestner@novell.com>
7525         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
7526         Only invalidate checkbox on checkstate changes to avoid flicker.
7527         * ListBox.cs : avoid unselect/select when clicking selected item.
7528         avoid reselection flicker for already multiselected items.
7529         Fixes #78382.
7531 2006-06-06  Jackson Harper  <jackson@ximian.com>
7533         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
7534         the parent form so that the menu is removed if needed.
7536 2006-06-06  Mike Kestner  <mkestner@novell.com>
7538         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
7539         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
7541 2006-06-06  Mike Kestner  <mkestner@novell.com>
7543         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
7546 2006-06-06  Jackson Harper  <jackson@ximian.com>
7548         * Control.cs: Use the property (instead of the field) to get the
7549         default cursor so it is instantiated correctly.
7550         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
7551         resizes so we need to manually repaint the window decorations here.
7552         - Set the titlebar button locations as soon as they are created,
7553         otherwise they are not set correctly on win32.
7554         
7555 2006-06-06  Chris Toshok  <toshok@ximian.com>
7557         * CurrencyManager.cs (set_Position): call PullData before
7558         OnCurrentChanged.
7559         (AddNew): after calling IBindingList.AddNew, update our
7560         listposition, and call OnCurrentChanged/OnPositionChanged (without
7561         calling PullData).
7562         (OnCurrentChanged): remove the call to PullData from here.
7563         (OnItemChanged): remove the call to PushData from here.
7564         (OnPositionChanged): change the test from == null to != null to
7565         match the other methods.
7566         (ListChangedHandler): the grossest part of the patch.  Implement
7567         this such that it passes the unit tests in CurrencyManagerTest and
7568         the output more or less matches that of MS's implementation.
7570 2006-06-06  Mike Kestner  <mkestner@novell.com>
7572         * ListView.cs : only update check state on single click.
7573         * ThemeWin32Classic.cs : fix focus drawing for details view without
7574         fullrowselect.  Fixes #78454.
7575         * XplatUIX11.cs : fix for double click emission.
7577 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
7579         * PropertyGridView.cs : Applied Atsushi's patch to fix
7580         font dialog bug  (#78197).
7582 2006-06-05  Jackson Harper  <jackson@ximian.com>
7584         * TreeNode.cs: Compute the next node for expanding/collapsing
7585         correctly. We now factor in nodes without a NextNode
7586         correctly. (Fixes somes cases in nunit-gui).
7587         * InternalWindowManager.cs: Set the bounds when updating the
7588         virtual position of a tool window.
7589         
7590 2006-06-05  Chris Toshok  <toshok@ximian.com>
7592         * DataGrid.cs: rename cached_currencymgr to list_manager.
7593         (set_CurrentCell): move SetCurrentCell code here, and clean it up
7594         some.
7595         (CurrentRow, CurrentColumn): single accessors so we can make the
7596         cursor movement code a lot easier to understand.
7597         (CurrentRowIndex): implement this in terms of CurrentRow.
7598         (BeginEdit): clean this up a bit.
7599         (CancelEditing): sort out the is_editing/is_changing/is_adding
7600         stuff a little.
7601         (EndEdit): minor changes.
7602         (OnKeyDown): add a comment about a (most likely) unnecessary
7603         check.
7604         (OnMouseDown): cancel editing when we click on a row header.  And
7605         use the CurrentRow setter, not CurrentCell.
7606         (ProcessDialogKey): directly call ProcessGridKey.
7607         (UpdateSelectionAfterCursorMove): factor out this common block of
7608         code (it's used everywhere that we move the cursor by updating row
7609         or column).
7610         (ProcessGridKey): pretty substantial overhaul.  Use the
7611         CurrentRow/CurrentColumn properties to make the code a lot more
7612         readable.  Only use the CurrentCell property when we have to
7613         modify both row and column at once.  Tab behavior is still broken,
7614         and Delete is untested.
7615         (Select): if we have no selected rows, set selection_start to
7616         @row.
7617         (EditCurrentCell): rename EditCell this.  It was only ever invoked
7618         with CurrentCell as the arg, so drop the arg and rename it.
7620         * DataGridColumnStyle.cs: clean up the constructors a little, and
7621         drop CommonConstructor().
7623         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
7624         actually get notified when the user hits it.
7625         (ProcessKeyMessage): *substantially* simplify this method.
7626         There's no reason (that I can see) for the textbox to be making
7627         calls into the datagrid at all.  Remove all of them but the ones
7628         for Enter handling.  those will take some more work.
7630         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
7631         calling HideEditBox.
7632         (HideEditBox): if we have an active textbox, render it invisible
7633         without causing a re-layout of the datagrid.
7635 2006-06-05  Mike Kestner  <mkestner@novell.com>
7637         * ListView.cs : fix NRE crasher when focuseditem is cleared by
7638         collection changes by resetting it to Items[0].  Fixes #78587.
7640 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7642         * MessageBox.cs: if the height of the text is larger than the icon_size,
7643         use that. Fixes bug #78575.
7645 2006-06-05  Jackson Harper  <jackson@ximian.com>
7647         * TreeView.cs: Fix line drawing when scrolling.  To do this each
7648         node is basically responsible for drawing its entire horizontal
7649         area.  When drawing a node it draws its parent node lines if
7650         needed.
7651         - Adjust the clip area to the viewport rectangle
7652         - Fix Left/Right key handling to match MS. (It expand/collapses
7653         and moves to parents/first child but does not move selection to
7654         sibling nodes).
7655         - Fix SetTop to work with new bound calculation code
7656         - When scrollbars are no longer needed we need to reset scrolling
7657         vars and recalculate the visible order so the redraw is correct
7658         * TreeNode.cs: We can't expand/collapse nodes with no children.
7660 2006-06-03  John Luke  <john.luke@gmail.com> 
7662         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
7663         so the colors work without dev packages
7664         
7665 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
7667         * Control.cs 
7668           - Select: Implemented to just use activate. Seems to match MS 
7669             behaviour closest. Documented to only do actual control walking 
7670             based on it's parameters if in a container control so I moved 
7671             the code there.
7672           - Removed selection check logic from our internal Select() method
7673         * ContainerControl.cs:
7674           - Select: Moved selection logic from Control here, since MS documents
7675             that containers obey the bool arguments. No longer calling base
7677 2006-06-02  Jackson Harper  <jackson@ximian.com>
7679         * TreeView.cs: If the selected node isn't changed when we get
7680         focus update the previously selected node so that we see the
7681         selection box.
7683 2006-06-02  Mike Kestner  <mkestner@novell.com>
7685         * ComboBox.cs: restructure grab and general mouse event handling.
7686         Make the composite control raise mouse events like it was a single
7687         control for leaves/enters/motion/up/down events.  fix dropdown list
7688         coordinate mangling and refactor it into the scrollbar subclass to
7689         reduce code duplication.  Fixes #78282 #78361 and #78457.
7691 2006-06-02  Mike Kestner  <mkestner@novell.com>
7693         * ScrollBar.cs: remove Capture setting/clearing, as it happens
7694         automatically in the Control.WndProc.
7696 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7698         * FileDialog.cs: fix crash when running SharpChess, which sets the
7699         FilterIndex to 2 with only one Filter.
7701 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7703         * ToolBar.cs: add SizeSpecified property.
7704         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
7705         try to figure out our real size, otherwise fallback to what the
7706         container says.
7708 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7710         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
7711         * Control.cs (WndProc): MS always calls the DefWndProc to pass
7712           up the event
7714 2006-06-01  Mike Kestner  <mkestner@novell.com>
7716         * ListView.cs: revamp the focus management in ListView.  It still
7717         causes churn of LostFocus/GotFocus emissions on clicks, but it's
7718         better than not handling focus at all.  Will revisit when pdb feels
7719         the general focus handling is solid.  Fixes #78526.
7721 2006-06-01  Jackson Harper  <jackson@ximian.com>
7723         * TreeView.cs: Set the default border style in the constructor.
7724         - Move painting to use OnPaintInternal instead of capturing
7725         WM_PAINT, this is the correct way of doing things
7726         - UpdateBelow shouldn't invalidate the scrollbar area
7727         - Cap the top on update below in case the node was above the top
7728         of the viewport rectangle.
7729         - ExpandBelow and Collapse below need to obey Begin/End Update.
7730         * TreeNode.cs: Make is_expanded internal so the treenode
7731         collection can change it without firing the whole event chain.
7732         * TreeNodeCollection.cs: When clearing all the child nodes make
7733         sure to recalc the visible order.
7734         - Improve algo for remove the top node
7736 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7738         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
7739           SendMessage directly calling window procedures, which in turn might
7740           call SetFocus()
7742 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
7744         * Control.cs: Don't handle WM_SETFOCUS if the same window already
7745           has focus (works around X11 sending a FocusIn after our SetFocus)
7746         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
7748 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
7750         * Mime.cs: Fix for the NET_2_0 build.
7751           NameValueCollection needs StringComparer now.
7753 2006-05-31  Chris Toshok  <toshok@ximian.com>
7755         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
7756         return (via an out parameter) the starting X of the column.
7757         (UpdateVisibleColumn): track change to FromPixelToColumn.
7758         (HitTest): add a ColumnResize case here.
7759         (DrawResizeLine): new function, probably poorly named.
7761         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
7762         only need to keep one reference.
7763         (set_ListManager): same.
7764         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
7765         Also, add support for HitTestType.ColumnResize.
7766         (OnMouseMove): add column resize behavior here, and change the
7767         cursor to the correct one as we move around the datagrid.
7768         (OnMouseUp): terminate the column resize if we're resizing.
7769         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
7770         for the current cell.
7771         (ConnectListManagerEvents): use cached_currencymgr.
7772         (DisconnectListManagerEvents): fill this in, using
7773         cached_currencymgr.
7774         (SetCurrentCell): remove cached_currencymgr_events handling.
7775         (SetDataMember): only call DisconnectListManagerEvents if
7776         cached_currencymgr is != null.
7777         (SetDataSource): same.
7778         (OnListManagerCurrentChanged): cached_currencymgr_events ->
7779         cached_currencymgr.
7781 2006-05-31  Jackson Harper  <jackson@ximian.com>
7783         * BindingManagerBase.cs: Remove somedebug code that creeped into
7784         SVN.
7785         * TreeNode.cs: We get the indent level dynamically right now, so
7786         don't track it as a member.
7787         * TreeNodeCollection.cs: Make sure all nodes added to the list
7788         have parents, treeviews/topnodes setup properly.
7789         - Don't attempt to track indent level.
7791 2006-05-30  Jackson Harper  <jackson@ximian.com>
7793         * BindingContext.cs: Create the currency manager tables here.
7794         This allows us to more easily create null tables (when bad data
7795         members are used), and more easily create related currency
7796         managers.
7797         * CurrencyManager.cs: All the table creation stuff is done by the
7798         binding context now.
7799         - Current should throw an exception if listposition is -1.
7800         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
7801         been bound yet.
7803 2006-05-30  Mike Kestner  <mkestner@novell.com>
7805         * ListView.cs: allow reexpansion of zero-width column headers.
7806         Fixes #78528.
7808 2006-05-28  Chris Toshok  <toshok@ximian.com>
7810         * CurrencyManager.cs (get_Current): after the late binding
7811         listposition = -1 fix, we need to guard against it here and return
7812         null, otherwise we raise an exception (which is swallowed
7813         elsewhere, and breaks datagrid databinding.)
7815 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7817         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
7818           than WM_SYSKEY, don't throw if get something unexpected (#78507)
7820 2006-05-26  Jackson Harper  <jackson@ximian.com>
7822         * ControlPaint.cs:
7823         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
7824         values, it's faster and it's all we care about (we don't care if
7825         the names aren't equal).
7826         * KeyboardLayouts.cs: Eliminate some dead code.
7827         - Lazy init things
7828         * X11Keyboard.cs: Lazy init keyboard detection.
7829         - Cleanup access modifiers a little.
7831 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7833         * XplatUIX11.cs: Once again, attempting to get layout just right.
7835 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7837         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7838           the sizes of each link section, that will result in sizes that
7839           match DrawString's layout (Fixes #78391)
7841 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7843         * FileDialog.cs: If AddExtension property is true autocomplete the
7844           extensions in SaveFileDialog correctly. Fixes bug #78453.
7845           Set MyNetwork and MyComputer to "C:\" for windows. This should
7846           fix part 8 of bug #78446 for now.
7848 2006-05-26  Chris Toshok  <toshok@ximian.com>
7850         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7851         invalidate the current row header if we need to, but presumably
7852         we'll invalidate the row corrsponding to the bounds or
7853         editingControl.
7854         (GridHScrolled): switch back to this method, as it's part of the
7855         public api.  *sigh*.
7856         (GridVScrolled): same.
7857         (OnMouseWheel): hack up something that more or less works.  Call
7858         GridHScrolled/GridVScrolled directly, instead of duplicating much
7859         of their code here.
7860         (EnsureCellVisibility): reinstate a bunch of this code, since we
7861         can't just set the scrollbar Value and expect to do all the work
7862         in the ValueChanged handler.  Also, Call Update() after scrolling
7863         in one direction so the other XplatX11.ScrollWindow call has the
7864         proper stuff in the proper places.
7865         (EditCell): set is_editing to true before calling .Edit.
7867         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7868         don't bother comparing first.
7869         (OnKeyPress): call grid.ColumnStartedEditing before calling
7870         base.OnKeyPress.  this will set is_changing and invalidate the row
7871         header if necessary.
7872         (ProcessKeyMessage): for WM_CHAR messages, call
7873         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7874         and WM_KEYDOWN.
7875         
7876         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7877         it's done in the DataGrid.
7878         (NextState): call grid.ColumnStartedEditing, which takes care of
7879         invalidating the row header (and setting is_changing).
7881         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7882         here.  it's done in the DataGrid.
7884 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7886         * Control.cs: allow changing the cursor when the mouse position is
7887         out of bounds but Capture is set.
7888         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7889         linklabel but released somewhere else.
7891 2006-05-25  Jackson Harper  <jackson@ximian.com>
7893         * TreeView.cs: When we get focus if there is no selected node make
7894         it the top node
7895         - Remove some uneeded setup code from Draw.
7896         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7897         a new node is inserted make the new node the top.
7898         * XplatUIX11.cs:
7899         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7900         be used (should be faster).
7901         
7902 2006-05-25  Chris Toshok  <toshok@ximian.com>
7904         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7905         problem with the last commit.
7907 2006-05-25  Chris Toshok  <toshok@ximian.com>
7909         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7910         need the invalidate call here, while scrolling right-to-left via
7911         the left arrow key (i.e. moving the editing cell while scrolling).
7913         * DataGrid.cs (.ctor): remove the initialization of
7914         ctrl_pressed/shift_pressed.  We no longer track them using key
7915         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7916         to using ValueChanged handlers on the scrollbars instead of
7917         Scrolled event handlers.  This simplifies a bunch of the scrolling
7918         code.
7919         (GridHValueChanged): rename from GridHScrolled, and change it to
7920         work with the new event args.
7921         (GridVValueChanged): same.
7922         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7923         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7924         selected cell.
7925         (ProcessGridKey): correct all the keyboard navigation stuff I
7926         could find.  Ctrl up/down/left/right/home/end work now.
7927         (EnsureCellVisibility): correct method name spelling.  Also,
7928         simplify this a touch by not explicitly calling the
7929         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7930         scrollbar value.
7931         (OnKeyUpDG): no need for this method now.
7932         
7933 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7935         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7936         Fixes bug #78392.
7938 2006-05-25  Chris Toshok  <toshok@ximian.com>
7940         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7941         r61019.
7943 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7945         * Application.cs: Moved setting of is_modal and closing to before
7946           we create the control, to allow the event handlers called as a
7947           result of creation affect closing. Also removed Gonzalo's previous
7948           change to setting DialogResult, the behaviour has been moved to 
7949           Form.ShowDialog()
7950         * Form.cs: 
7951           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7952             handle it instead
7953           - ShowDialog(): If no dialog result is set, we need to return Cancel
7954           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7955             the close is cancelled
7957 2006-05-25  Jackson Harper  <jackson@ximian.com>
7959         * StatusBar.cs: We only need to update the sizes of the other
7960         panels when we have auto size contents.  Also we are only updating
7961         the contents of the panel, not the borders, so compensate for the
7962         border width (TODO: get this width from the theme somehow).
7963         * TreeView.cs: Scrollable is true by default
7964         - Use invalidate instead of refresh where needed
7965         - Factor the scrollable value into scrollbar updating
7966         - Update the scrollbars if the Scrollable property is altered
7967         - Update the selected node if its ImageIndex is changed
7968         - Handle null nodes in UpdateNode (mainly so we don't have to
7969         check if selected is null when updating it
7970         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7971         are factored into the visible count
7972         - Use VisibleCount for clarity in the code
7973         - When the font is changed we need to recurse through all the
7974         nodes and invalidate their sizes
7975         
7976 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7978         * Application.cs: set the DialogResult to fixed when the main form is
7979         hidden or destroyed while being modal.
7981 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7983         * Theme.cs: Use Tangoified messagebox icons. 
7985         (GetSizedResourceImage): Also cope with width = 0 and do not
7986         trigger a warning in that case (0 means "give me your icon from
7987         the resouce, no special size needed).
7989 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7991         * Application.cs: Leave runloop if the the main modal form is 
7992           hidden (fixes #78484)
7994 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7996         * BindingContext.cs : reject null datasource in Contains() and
7997           Item[].
7998         * CurrencyManager.cs : check data_member validity when data_source
7999           is dataset. When it is late binding, the initial position is -1.
8001 2006-05-24  Jackson Harper  <jackson@ximian.com>
8003         * TreeNodeCollection.cs: Dont't recalculate the visible order on
8004         inserted nodes that aren't visible.  This changes the
8005         max_visible_order which confuses scrollbar settings.
8006         - Use the enumerator to get the prev node instead of duplicating
8007         code.
8008         * TreeView.cs: Use new method for setting scrollbar values
8009         - Don't set the bounds every time the scrollbar is updated
8010         - When updating below the root node use an invalidate instead of a
8011         refresh to prevent the child controls (scrollbars) from being
8012         refreshed. (UpdateBelow still needs to be reworked anyways).
8013         - Reenable SetBottom now that visible orders are set correctly,
8014         added some debug code incase we ever get bad values there again.
8015         - Set the scrollbar max to 2 less then the max value, this
8016         compensates for the max value being one above the node count, and
8017         for scrollbars adding one extra "notch".
8018         - When drawing image nodes if there is an imagelist we draw the
8019         first image in the list if the supplied image index is out of the
8020         image list's bounds.
8021         
8022 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
8024         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
8025           we receive a size change from the WM (Fixes #78503)
8027 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
8029         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
8030           rectangle (Fixes #78501)
8032 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
8034         * ButtonBase.cs: 
8035           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
8036             as a bitfield.
8037           - Fixed MouseMove to no longer switch pressed state unless the left
8038             mouse button is pressed. Atsushi provided the original patch (#78485)
8039           
8040 2006-05-24  Jackson Harper  <jackson@ximian.com>
8042         * ScrollBar.cs: New internal methods that allow us to change a
8043         couple values on the scrollbar (the most common case is maximum
8044         and large change) without getting multiple invalidates.
8046 2006-05-24  Chris Toshok  <toshok@ximian.com>
8048         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
8049         (Edit): save off the original state in oldState, and set
8050         grid.is_editing to true.
8051         (OnKeyDown): abort editing if escape is pressed.  also, call
8052         NextState if space is pressed.
8053         (OnMouseDown): call NextState.
8054         (NextState): factor out shared code from OnKeyDown and OnMouseDown
8055         here.  Also, only invalidate the row header once (on the initial
8056         is_changing switch) to save on redraws.
8058 2006-05-24  Chris Toshok  <toshok@ximian.com>
8060         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
8061         if the value in the cell is different than it was before.  This
8062         keeps us from triggering a layout when we move around a datarid
8063         with a highlighted cell.
8064         (Edit): suspend layout when creating/positining the text box, and
8065         resume passing false so we don't ever actually re-layout.
8066         (ReleaseHostedControl): same.
8067         (EnsureTextBox): reformat slightly, and set WordWrap to false.
8069         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
8070         control-key sequences should go to the datagrid - remove that
8071         lock.  Also, modify the conditions under which we move between
8072         cells when moving the cursor within a cell, and remove the "this"
8073         and "base" from field accesses.  We weren't even consistent, given
8074         they all were in the base class.
8076 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
8078         * Binding.cs : (.ctor)
8079           An obvious NRE fix for BindingTest.CtorNullTest().
8081 2006-05-23  Chris Toshok  <toshok@ximian.com>
8083         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
8084         them between lines.  This fixes some quirks editing cells in the
8085         datagrid.
8087 2006-05-23  Jackson Harper  <jackson@ximian.com>
8089         * TreeView.cs: Use begin/end update when doing expand/collapse all
8090         so that we don't get flicker on the scrollbar.
8092 2006-05-23  Jackson Harper  <jackson@ximian.com>
8094         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
8095         treenode calculations to be independant of the painting code. To
8096         do this nodes track a visible order which is calculated by the
8097         treeview.
8098         - Call new methods for expanding/collapsing nodes.  These methods
8099         use scrollwindow so we don't have to update everything below the
8100         node.
8101         * TreeView.cs: Refactored drawing and scrolling code.  We don't
8102         need to update nodes when drawing anymore or calculate scrollbar
8103         stuff.
8104         - Added new methods for expanding/collapsing nodes. These methods
8105         use ScrollWindow so as to not have to redraw all the nodes below.
8106         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
8107         we add/remove nodes or sort.
8108         - Handle removing the selected and the top node properly.
8110 2006-05-23  Chris Toshok  <toshok@ximian.com>
8112         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
8113         maybe this should actually happen in the datagrid code?
8114         (EndEdit): no need to invalidate anything, given that
8115         ReleaseHostedControl causes the datagrid to relayout, which
8116         invalidates everything anyway.
8118         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
8119         in SetCurrentCell).
8120         (set_SelectionBackColor): call InvalidateSelection instead of
8121         Refresh.
8122         (set_SelectionForeColor): same.
8123         (BeginEdit): Flesh this out a bit.
8124         (CancelEditing): only do any of this if we're editing/adding.
8125         (EndEdit): same.
8126         (OnMouseDown): there's no need to cancel editing here, it's done
8127         in SetCurrentCell.
8128         (SetCurrentCell): only invalidate the current row header if it's a
8129         different row than the new one.
8130         (ShiftSelection): fix this to work like MS does.
8131         (ResetSelection): factor out the invalidation of selected_rows to
8132         InvalidateSelection.
8133         (SetDataSource): cancel any editing that's going on.
8135         * DataGridColumnStyle.cs
8136         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
8137         call the non-interface version.
8139         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
8140         header rectangle with the clip rectangle so we don't redraw the
8141         entire header for just a small area.  Gets rid of the last flicker
8142         when horizontally scrolling.
8143         (DataGridPaintRow): same.
8145 2006-05-23  Mike Kestner  <mkestner@novell.com>
8147         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
8148         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
8149         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
8150         Critical bug report.
8152 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
8154         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
8155           and this fixes #78493
8157 2006-05-23  Miguel de Icaza  <miguel@novell.com>
8159         * Theme.cs (GetSizedResourceImage): Scale images if the proper
8160         size is not found.  
8161         
8162         * FileDialog.cs: Do not change the background for the side bar as
8163         it wont work nicely with the theme, and also reduces the artifacts
8164         in rendering the icons (which I want to fix too).
8166         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
8167         resources, not resgen resources. 
8169         (PlatformDefaultHandler): Pull images using the new API.
8171 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
8173         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
8174           a reference to the hwnd and will not remove it unless there are
8175           no pending exposures (fixes #78341)
8176         * XplatUI.cs: Improved debug
8178 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
8180         * MenuAPI.cs : don't handle OnClick event when it was not the left
8181           button. Fixed bug #78487.
8183 2006-05-23  Mike Kestner  <mkestner@novell.com>
8185         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
8186         prefer submenus to the top menu for item lookup, to avoid popping down
8187         top-row items.
8189 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
8191         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
8192           Graphics.FillRectangle as the visual results are really bad (even
8193           on win). We now draw perfect arrows (and perfect shadows when the
8194           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
8195           Pen.DashPattern to draw the dots of each line.
8197 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
8199         * FileDialog.cs: Update the filename combobox when navigating through
8200           the ListView with the cursor keys. Fixes part 7 of bug #78446.
8202 2006-05-22  Mike Kestner  <mkestner@novell.com>
8204         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
8205         Fixes #78463.
8207 2006-05-22  Mike Kestner  <mkestner@novell.com>
8209         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
8210         requests. Fix a misspelled parameter and a copy paste exception error
8211         in Select.
8213 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
8215         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
8216           to get the same width/height (5/13) on X11 as the default font has on
8217           win32. This means that our DefaultFont emSize is smaller than the 
8218           the MS SWF equivalent (even thought the width/height stays the same)
8220 2006-05-20  Jackson Harper  <jackson@ximian.com>
8222         * MdiClient.cs:
8223         * MdiWindowManager.cs:
8224         * InternalWindowManager.cs: Make sure to use the border width from
8225         the theme.
8227 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
8229         * PrintDialog.cs: Implements printer details
8231 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
8233         * FileDialog.cs: Added focus handling for PopupButtonPanel.
8234           Fixes part 1 and 2 of bug #78446
8236 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
8238         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
8239           instead of sticking to the first ever calculated value
8241 2006-05-19  Mike Kestner  <mkestner@novell.com>
8243         * ComboBox.cs: fix mouse motion selection to use MousePosition and
8244         PointToClient, since Capture is set. Fixes #78344.
8246 2006-05-19  Mike Kestner  <mkestner@novell.com>
8248         * ListView.cs: match MS behavior in Details view where items are not
8249         drawn if Columns.Count == 0. 
8250         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
8251         Use a separate pen to draw the check, since changing the width affects
8252         the box as well.  Fixes #78454.
8254 2006-05-18  Miguel de Icaza  <miguel@novell.com>
8256         * ListView.cs: ArgumentOutOfRangeException, single versions of the
8257         exception should throw the name of the invalid argument.
8259         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
8260         there are no files listed. 
8262 2006-05-18  Jackson Harper  <jackson@ximian.com>
8264         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
8265         up.
8267 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
8269         * Control.cs: Brought back our old UpdateZOrder method as a private
8270           function and switched our calls from UpdateZOrder to the new one.
8271           This fixes the Paint.Net canvas disappearing bug.
8273 2006-05-18  Jackson Harper  <jackson@ximian.com>
8275         * Theme.cs:
8276         * ThemeWin32Classic.cs:
8277         * InternalWindowManager.cs: Move the drawing into the theme,
8278         expose everything the theme should need from the window manager.
8280 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
8282         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
8283           from the call to NativeWindow to avoid walking up the parent chain
8284           further than needed (speeds up setting cursors and avoids setting
8285           the wrong cursor if a parent has another cursor defined)
8286         * Cursor.cs: When loading an icon as cursor, MS uses the center of
8287           the icon as hotspot, not what's contained as hotspot in the icon
8288           file. This fixes the perceived drawing offset seen with Paint.Net
8289         
8290 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
8292         * XplatUIX11.cs: 
8293           - Store the calculated rectangle in Hwnd object and use it when 
8294             setting the client size
8295           - Force Toolwindows to always be type Dock, to ensure they're on top
8297 2006-05-18  Mike Kestner  <mkestner@novell.com>
8299         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
8300         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
8301         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
8302         Substantial refactoring to remove confusing nested classes. Coding
8303         standard and Get+Set->property refactorings.  Shift to index based
8304         highlighting in ComboListBox instead of constantly using IndexOf and
8305         Items[]. Add invalidations on resize for DropDownList to fix ugliness
8306         in FileDialog growth.  Draw borders manually since Simple mode needs
8307         to look like two independent controls.  Make listbox border
8308         conditional to DropDownStyle.  Improved OwnerDraw support.
8310 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
8312         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
8313         Don't set the disposed graphics to null, so we can throw the "right"
8314         exception if the graphics is reused later (added a flag to avoid 
8315         double disposing). Some behaviours are different under 2.0 and are
8316         filled under bug #78448.
8318 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
8320         * Control.cs: When double-buffering is enabled, we need to reset
8321           our graphics context between paint calls. Otherwise, any 
8322           transformations and other alterations on the context will 
8323           become cumulative (#77734)
8325 2006-05-18  Mike Kestner  <mkestner@novell.com>
8327         * ListView.cs: do focused item selection like MS on clicks. 
8328         Rework focus handling for ItemControl so LostFocus invalidates as
8329         well.
8330         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
8331         the ListView ItemControl has focus.
8333 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
8335         * XplatUIX11.cs: If client_window ends up being width or height zero
8336           due to border settings, move it off window inside whole_window (#78433)
8338 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
8340         * Mime.cs: Shrink the mime file cache correctly.
8342 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
8344         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
8346 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
8348         * XplatUIX11.cs (AddExpose): More sanity checks
8350 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8352         * XplatUIX11.cs:
8353           - AddExpose: Don't add expose ranges outside the size of our
8354             window
8355           - Cast opacity values to Int32 to avoid crashes with certain
8356             values
8357           - Added disabled code paths that protect against illegal cross-
8358             thread painting (Developers.exe)
8360 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
8362         * ProgressBar.cs: Invalidate the control when it's resized
8363           since block size is based on control size. (#78388)
8365 2006-05-16  Miguel de Icaza  <miguel@novell.com>
8367         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
8368         of setting the incoming argument to the "reset" value, we set the
8369         this.datamember to string.empty (before we were invalidating the
8370         incoming data).   
8372         Fixes 78420
8374 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8376         * Form.cs: Only apply transparency settings after the form
8377           is created. (Fixes #77800)
8379 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
8381         * ApplicationContext.cs: Grab the HandleDestroyed event so
8382           we know when to fire OnMainFormClosed 
8384 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8386         * Application.cs: Introduced sub-class to allow tracking of
8387           threads and centralized triggering of the event mess for
8388           ThreadExit, AppExit, etc..  (#76156)
8390 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
8392         * MimeIcon.cs:
8393           - Do not return a null icon index value for a mime subclass.
8394             Instead try the main mime type class too.
8395           - Seems that some newer distributions don't have a link to some
8396             gnome default icons anymore. So check the default gnome dir too.
8397           
8399 2006-05-16  Jackson Harper  <jackson@ximian.com>
8401         * MdiClient.cs: Don't paint the parent background image if we have
8402         our own background image.
8404 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8406         * Control.cs:
8407           - PerformLayout: Do not shrink space filled by DockStyle.Fill
8408             controls, all filled controls are supposed to overlap (#78080)
8409           - UpdateZOrder is supposed to update the control's z-order in the
8410             parent's z-order chain. Fixed to behave like that
8411           - BringToFront: Removed obsolete code
8412           - SendToBack: Simplyfied
8413           - SetChildIndex: Trigger layout calculations when Z-order changes
8414             since layout is done by z-order
8416 2006-05-16  Chris Toshok  <toshok@ximian.com>
8418         [ fixes bug #78410 ]
8419         * DataGrid.cs (set_AlternatingBackColor): use
8420         grid_drawing.InvalidateCells instead of Refresh().
8421         (set_BackColor): call grid_drawing.InvalidateCells.
8422         (set_BackgroundColor): use Invalidate instead of Refresh.
8424         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
8425         invalidate the cell area.
8427 2006-05-15  Chris Toshok  <toshok@ximian.com>
8429         [ fixes bug #78011 ]
8430         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
8431         on to DataGridPaintRow.
8432         (DataGridPaintRow): take a clip argument, and only draw the cells
8433         which intersect it.  same with the not_usedarea.
8435         * Theme.cs (DataGridPaintRow) add @clip parameter.
8437         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
8438         XplatUI.ScrollWindow.
8439         (ScrollToRow): same.
8441         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
8442         with last column which was causing a gray swath to appear with the
8443         XplatUI.ScrollWindow code.
8445 2006-05-15  Chris Toshok  <toshok@ximian.com>
8447         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
8448         use XplatUI.ScrollWindow.
8449         (VerticalScrollEvent): use XplatUI.ScrollWindow.
8451 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
8453         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
8455 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
8457         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
8458           file since there are no equivalent X11 cursors
8460 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8462         * MonthCalendar.cs : DateTimePicker should reflect selected date
8463           on mouse*up*, not mouse*down*. Fixed originally reported part of
8464           bug #76474.
8466 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8468         * TabControl.cs : When argument index is equal or more than tab
8469           count, just ignore. Fixed bug #78395.
8471 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
8473         * Control.cs: Dispose all child controls when control is diposed (#78394)
8475 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8477         * ColorDialog.cs: Finally it is possible to select the color with
8478           the text boxes
8480 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8482         * PrintDialog.cs: Fix typo
8484 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8486         * PrintDialog.cs: PrintDialog is not resizable
8487         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
8488           color. Made some ToolBar drawing methods protected virtual.
8490 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
8492         * PrintDialog.cs: Implementation of the PrintDialog
8494 2006-05-12  Chris Toshok  <toshok@ximian.com>
8496         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
8497         thumb, instead use MoveThumb.  This has the side effect of making
8498         most of the other thumb moving machinery use MoveThumb as well.
8499         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
8500         need to actually invalidate the rectangle where the new thumb will
8501         go.
8502         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
8503         We force an Update() after, so it's not as fast as it could be,
8504         but at least there's zero flicker and no droppings.
8505         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
8506         (UpdateThumbPos): add another argument (dirty), which says whether
8507         or not to calculate/add dirty regions which we later invalidate.
8508         For cases where we know we're going to use MoveThumb, we pass
8509         false for this.  Otherwise, pass true.
8511 2006-05-12  Jackson Harper  <jackson@ximian.com>
8513         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
8514         the status bar.
8515         
8516 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
8518         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
8519           and GetClipRegion methods and UserClipWontExposeParent property.
8520         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
8521           overriding UserClipWontExposeParent property, setting to false, since
8522           Win32 handles the required expose messages to draw our clipped parent
8523           areas internally
8524         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
8525           PaintEventStart to set the user clip region if set.
8526         * Control.cs: 
8527           - Now internally tracking the Region for the control since we need to
8528             store it if the handle is not yet created and only set it when it
8529             becomes created. Before setting the region forced handle creation
8530           - Added code to draw the parents underneath a user-clipped region
8531         * Hwnd.cs: Added UserClip property
8533 2006-05-12  Chris Toshok  <toshok@ximian.com>
8535         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
8536         (set_Maximum): same.
8537         (set_Minimum): same.
8538         (set_SmallChange): same.
8539         (OnMouseUpSB): remove the call to refresh when releasing the
8540         thumb.  We shouldn't need it.
8541         
8542 2006-05-12  Miguel de Icaza  <miguel@novell.com>
8544         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
8545         AutoSize set to None, we do not need to relayout everything, we
8546         just need to invalidate the current region.
8548         (Draw): Do not draw the entire ClientArea, just redraw the
8549         clip area being passed.
8551         * MdiClient.cs: Make MdiClient constructor with the Form argument
8552         internal. 
8554 2006-05-12  Jackson Harper  <jackson@ximian.com>
8556         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
8557         parents background image,  but strangely not their own.
8558         - (DrawStatusBarPanel): Take into account horizontal alignment
8559         when drawing the strings and icons.
8561 2006-05-12  Mike Kestner  <mkestner@novell.com>
8563         * ListBox.cs: avoid invalidations for focus when the collection is
8564         empty. 
8566 2006-05-12  Chris Toshok  <toshok@ximian.com>
8568         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
8569         invalidate the entire thumb area.  Call InvalidateDirty which
8570         limits the redraw to the thumb itself and surrounding pixels.
8572         * XplatUIX11.cs (ScrollWindow): optimize copying.
8573         
8574 2006-05-12  Chris Toshok  <toshok@ximian.com>
8576         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
8577         Figure out the positioning/layout in a single pass instead of
8578         multiple recursive invocations.  Speeds up the initial display of
8579         the data grid.  Also, make many things private that were
8580         originally public but unused outside this class.
8582 2006-05-11  Jackson Harper  <jackson@ximian.com>
8584         * MdiClient.cs: Improved layout code.
8586 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
8588         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
8589           not SelectedObject.
8591 2006-05-11  Chris Toshok  <toshok@ximian.com>
8593         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
8594         union of that will always be {0,0,width,height}.
8596 2006-05-11  Jackson Harper  <jackson@ximian.com>
8598         * Form.cs: Match MS's DefaultSize for forms (they must have
8599         changed the size in sp2).
8601 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
8603         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
8605 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
8607         * TextControl.cs : Fixed bug #78109. This incorrect position
8608           comparison caused crash on automatic line split.
8609         * TextBoxBase.cs : reduce duplicate code.
8611 2006-05-10  Jackson Harper  <jackson@ximian.com>
8613         * MdiClient.cs: Active form is only sent to the back when using
8614         the Next form functionality, when a form is clicked the current
8615         active shouldn't be sent to the back.
8616         - Layout the mdi windows when the container is first made visible.
8617         * Form.cs: Give the MdiClient a ref to the containing form when we
8618         create it.
8619         
8620 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
8622         * LinkLabel.cs : link_font could be uninitialized, so populate one
8623           before actual use. Fixed bug #78340.
8625 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
8627         * XplatUIX11.cs : clipboard format native value is IntPtr.
8628           Fixed bug #78283.
8630 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8632         * Control.cs: 
8633           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
8634             which is passed up the parent chain by DefWndProc
8635           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
8636             to DefWndProc (#77956)
8637         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
8639 2006-05-10  Jackson Harper  <jackson@ximian.com>
8641         * MdiClient.cs: We need to remove the controls from the mdi
8642         collection, when we close the window.
8643         * MdiWindowManager.cs: Special handling of closing mdi windows.
8644         * InternalWindowManager.cs: Make the close method virtual so the
8645         mdi window manager can handle it specially.
8647 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
8649         * DataGrid.cs:
8650           - Recalculate grid when the data source has changed
8651           - Matches styles provided by user from all data sources types
8652         * DataGridTableStyle.cs: For columns that provided by the user set the
8653         with the preferred value is there was unassigned.
8654         * CurrencyManager.cs: throw OnItemChanged event
8656 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
8658         * PictureBox.cs: Don't animate until handle is created. Start animation
8659           when handle is created.
8661 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8663         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
8664           current codebase.
8665         * XEventQueue.cs: We don't need to provide the extra info
8667 2006-05-10  Jackson Harper  <jackson@ximian.com>
8669         * MdiClient.cs: If the mdi clients parent form has a background
8670         image set, we draw that background image for the mdi area's
8671         background.
8673 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8675         * TextBoxBase.cs: Set IBeam cursor (#78347)
8677 2006-05-10  Mike Kestner  <mkestner@novell.com>
8679         * ToolBar.cs: fix some text padding issues with ButtonSize
8680         calculation. Update the default size to match MS documentation.
8681         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
8682         button size. Fixes #78296.
8684 2006-05-10  Mike Kestner  <mkestner@novell.com>
8686         * ListBox.cs: use is_visible for scrollbar positioning in case the
8687         control isn't on screen yet.  Fix off by one with Right vs Width
8688         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
8689         
8690 2006-05-10  Jackson Harper  <jackson@ximian.com>
8692         * X11Dnd.cs: Drop to a control with another control on top of it.
8693         * ToolBar.cs: Work on a copy of the buttons list, so that it can
8694         be modified in click handlers. TODO: Look for similar problems in
8695         other controls.
8697 2006-05-09  Jackson Harper  <jackson@ximian.com>
8699         * Form.cs: Window managers need the old window state when setting
8700         window state now.
8701         * InternalWindowManager.cs: Allow the base mdi window manager to
8702         handle more of the MDI only stuff (like maximize buttons).
8703         * MdiWindowManager.cs: Fix some snafus in changing the window
8704         state.  Add all the menu functionality, for both popup and
8705         maximized menus.
8706         * MdiClient.cs: When a new form is selected the currently
8707         activated form is sent to the back, this matches MS.
8708         - Implement a new method to activate the next mdi child window.
8710 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
8712         * Control.cs: 
8713           - Added new InternalCapture method to allow controls to prevent
8714             the capture behaviour on the click handlers
8715           - Switched to use InternalCapture
8716         * ComboBox.cs:
8717           - Using InternalCapture to prevent mouse captures from being released
8718             on mouse button release (Fixes #78100)
8719         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
8720           returns Form borders if a caption is present. (Fixes #78310)
8722 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
8724         * TreeNode.cs: Changed serialization .ctor to not require every field
8725           to be present. (#78265)
8726         * OwnerDrawPropertyBag.cs: Added serialization .ctor
8728 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
8730         * MimeIcon.cs: for is faster than foreach for strings.
8732 2006-05-05  Mike Kestner  <mkestner@novell.com>
8734         * CheckedListBox.cs: update check handling code to not use selected.
8735         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
8736         behavior for visual feedback, motion response, shift/ctrl handling,
8737         and properly deal with all 4 selection modes. Updates to bounds
8738         handling logic.  Add scroll wheel support. [Fixes #77842]
8740 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8742         * ListView.cs:
8743           - Moved adding of Implicit controls into .ctor. That way, subsequent
8744             creation of the controls will not cause them to think they are 
8745             toplevel windows (fixes #78200 header problem)
8746           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
8747           - Switched visibility setting of header control to use internal field
8748             to avoid triggering handle creation
8749           - Now checking if handle is created before causing a refresh when items
8750             are added (This makes us now match handle creation time with MS)
8751         * Splitter.cs: Removed loading of private splitter cursor, switched to
8752           Cursors version now that that is loading the right ones
8753         * Cursors.cs: Load proper splitter cursors from resources
8754         * Cursor.cs: Added second method of loading resource cursors for the 
8755           VS.Net users amongst us
8757 2006-05-05  Mike Kestner  <mkestner@novell.com>
8759         * ListView.cs: give header_control a minimum size based on the
8760         ListView size.
8762 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8764         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
8765           window seems to do that with metacity, so set that type. (#78120)
8767 2006-05-05  Mike Kestner  <mkestner@novell.com>
8769         * ListViewItem.cs: fix Details mode checkbox layout bug.
8770         * ThemeWin32Classic.cs: draw a ListView column header for unused space
8771         at the end of the header, if it exists. [Fixes for #78200]
8773 2006-05-04  Jackson Harper  <jackson@ximian.com>
8775         * MdiClient.cs: Add a helper property to get the container form.
8776         * MdiWindowManager.cs: We have to make sure to use the menu origin
8777         when drawing the icons and buttons, this fixes maximized window
8778         icons/buttons on win32.
8779         * InternalWindowManager.cs: Reset the restore captions when a
8780         window goes from Maximized to Minimized and vice versa. Move the
8781         DrawMaximizedButtons into the MdiWindowManager source, tool
8782         windows can't be maximized. NOTE: This could use a little
8783         refactoring if time ever permits.
8784         
8785 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8787         * TextBox.cs: Add MWFCategoryAttributes
8788         * TextBoxBase.cs: Add MWFCategoryAttributes
8789         * Form.cs: Add MWFCategoryAttributes
8791 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8793         * Control.cs: Add MWFCategoryAttributes
8794         * ScrollableControl.cs: Add MWFCategoryAttributes
8796 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
8798         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
8799           Divider is true. Fix a little glitch in PropertyToolBar
8800           drawing code
8802 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
8804         * Control.cs:
8805           - Dispose: Call base.Dispose, this causes the disposed event
8806             to be fired (and probably other, more important stuff)
8807           - SetVisibleCore: Set is_visible to true after creating the
8808             window so that the window still gets created invisible (if
8809             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
8810             to generate a WM_ACTIVE message
8811         * Form.cs: Call Dispose when we want to destroy the window, instead of
8812           just destroying the handle (Dispose will do that for us)
8813         * XplatUIX11.cs:
8814           - RootWindow also needs a queue, so we can properly process the
8815             property change events from RootWindow (like Activate)
8816           - Generatic synthetic WM_ACTIVE message when the active window is
8817             being destroyed
8819 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8821         * LinkLabel.cs: Trigger a recalc of our label dimensions when
8822           bounds are changed
8824 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
8826         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
8827           for determining width and height (image might not be assigned if
8828           we're drawing an imagelist)
8830 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8832         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8833         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8834           height from system
8835         * Theme.cs: No longer returns hardcoded menu height, instead calls
8836           new driver method
8837         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8838           on MS (# 78257)
8840 2006-05-01  Mike Kestner  <mkestner@novell.com>
8842         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8844 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8846         * TextBoxBase.cs: Removed Fixme
8847         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8849 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8851         * XplatUIX11.cs:
8852           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8853             the rectangle relative to the parent, considering borders. We
8854             don't really want that.
8855           - ScrollWindow: Fixed warning to be more understandable
8856         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8857           scrollbars and scroll only the visible area
8858         * RichTextBox.cs: Removed debug output
8860 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8862         * NumericUpDown.cs (Text): Just use base
8863         * UpDownBase.cs: Ensure txtView is created before using it
8865 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8867         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8868           casting to IntPtr to avoid 64bit overflow errors
8870 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8872         * Control.cs:
8873           - AllowDrop: Don't force handle creation.
8874           - CreateHandle: Added call to tell driver if we're allowed to drop
8876 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8878         * FileDialog.cs: Remember the last directory not only for the
8879           current instance but also for new FileDialog instances.
8881 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8882         
8883         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8884           broke sending async messages
8886 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8888         * XplatUIX11.cs:
8889           - ScrollWindow: Fixed method. We finally generate expose events again
8890             for scrolled areas. This was causing 'garbage' when scrolling
8891             textbox and other controls that used ScrollWindow
8892           - Switched from using the regular queue for paint events to the MS 
8893             model of 'generating' paint events when the queue is empty.
8894             We use the new XQueueEvent.Paint subclass to store which windows
8895             need painting.
8896           - AddExpose now takes the x/y/width/height of the exposed area
8897             and inserts the window into the paint queue if not already there
8898           - InvalidateWholeWindow: Switched to use new AddExpose method
8899           - UpdateMessageQueue: Added which queue to monitor for paint events
8900           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8901             the unlikely case nothing above handles it. We reset the expose
8902             pending states to get them off the queue.
8903           - GetMessage: Now pulls a paint event if no other events are in the
8904             queue
8905           - Invalidate: Switched to new AddExpose method
8906           - PeekMessage: Updated to understand pending paint events
8907           - UpdateWindow: Fixed logic bug. We were only updating if the window
8908             didn't need updating. Also switched to sending WM_PAINT directly,
8909             like MS does.
8910         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8911           and random access Remove(). The random access is needed to handle
8912           UpdateWindow() where a WM_PAINT is sent directly without accessing
8913           the queue.
8914         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8915           allow for better feedback when scrolling. Scrollbars are small and
8916           the immediate update should make it 'feel' more responsive without
8917           slowing things down. ScrollBar still needs it's invaliate logic
8918           updated to not always invalidate the whole bar on certain changes.
8920 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8922         * Control.cs:
8923         (BackColor): if the control does not support a transparent background,
8924         return the default backcolor when the parent backcolor is transparent.
8926 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8928         * Application.cs: Updated to new StartLoop/GetMessage API
8929         * RichTextBox.cs: Provide some output on RTF parsing errors
8930         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8931           new queue_id argument to GetMessage and PeekMessage to allow faster
8932           handling of per-thread queues in drivers.
8933         * Hwnd.cs: Added Queue tracking and property
8934         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8935         * XEventQueue.cs: Added thread trackingA
8936         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8937         * XplatUIX11.cs:
8938           - Implemented new per-thread queue
8939           - GetMessage: Fixed return/break behaviour on several cases. We were
8940             returning stale messages in some cases, instead of just processing
8941             the next message
8943 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8945         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8947 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8949         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8950           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8952 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8954         * PropertyGridView.cs: Fix drop down width.
8956 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8958         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8959           a mess in DrawToolBar, so I removed one of them.
8961 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8963         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8964           needed (clip). Otherwise we get artifacts.
8966 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8968         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8969           dimension is fixed
8970         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8971           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8972         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8973           if it matches the scale base font (avoids unneeded scaling)
8975 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8977         * X11DesktopColors.cs: One gtk_init_check should be enough
8979 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8981         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8982           match MS behaviour
8984 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8986         * TextBoxBase.cs: 
8987           - Generate OnTextChanged for Backspace even if we're only deleting
8988             the current selection
8989           - When setting the Text property, only select all text if the
8990             control does not have focus when it is being set. Otherwise
8991             just place the cursor at the beginning of the control
8993 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8995         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8996           Added a little helper to draw PropertyGrid ToolBar with a different
8997           border and a different BackColor.
8998         * PropertyGrid.cs: Some background parts didn't get painted with the
8999           correct background color. Added a class that helps us to draw the
9000           correct border for PropertyGridView and a class that helps us to
9001           draw ToolBars with a different backcolor
9002         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
9004 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
9006         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
9007         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
9009 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
9011         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
9012           into the palette entries. Also, since we're working on a copy
9013           we needed to copy the palette back onto the bitmap.
9014         * Cursor.cs: Same fix as XplatUIWin32.cs.
9016 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
9018         * ImageListStreamer.cs: Need to read the var (or we're off)
9020 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
9022         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
9023           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
9024           TextBoxBase.cs: Unused var fixes
9025         * AxHost.cs: Small 2.0 fix
9026         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
9027           as it seems that is what at least Metacity expects. This will make
9028           icons show up on 64bit platforms. We still have some 64bit size
9029           issues, though, since the startup app window size still won't match.
9031 2006-04-25  Mike Kestner  <mkestner@novell.com>
9033         * *.cs: cleanup newly reported exception var unused warnings.
9035 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
9037         * ThemeWin32Classic.cs: Button image alignment now matches exactly
9038           ms
9040 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
9042         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
9043           image. The image position is always the same, no matter if the
9044           button is pressed or not.
9046 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
9048         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
9049           selection and set the correct filename for SaveFileDialog.
9050           Patch by Emery Conrad.
9052 2006-04-24  Mike Kestner  <mkestner@novell.com>
9054         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
9055         check for item.X outside the ClientRect instead of item.Y. Fixes
9056         #78151.
9058 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9060         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
9061         trust that value blindly and do some sanity check. Fixes bug #77814.
9063 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9065         * ImageListStreamer.cs: save the mask as a 1bpp image.
9067 2006-04-21  Mike Kestner  <mkestner@novell.com>
9069         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
9070         pass Checked and Indeterminate to the Theme Engine. Improve
9071         encapsulation with ListBox.
9072         * ListBox.cs: Keep a StringFormat instead of calculating it every item
9073         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
9074         nested types.  Move all CheckState functionality to CheckedListBox.
9075         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
9076         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
9077         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
9078         single base list. Fix scrollbar sizing and placement to mirror MS.
9079         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
9080         used.
9081         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
9082         for CheckedListBox by using new DrawItemState info.  Center the
9083         checkboxes on the items. Use new StringFormat property.
9085 2006-04-18  Jackson Harper  <jackson@ximian.com>
9087         * Form.cs: MdiChildren don't do default locations the same way as
9088         regular forms.  This prevents a crash when trying to position the
9089         mdi windows.
9091 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
9093         * PropertyGridTextBox.cs: Formatting, copyright
9094         * PropertiesTab.cs: Formatting
9095         * PropertyGrid.cs: Formatting
9096         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
9097           click toggling of values
9098           
9099 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
9101         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
9102         * Control.cs (.ctor): verify_thread_handle is static, don't reset
9103           every time a control is created
9104         * Application.cs: Removed obsolete EnableRTLMirroring method
9106 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
9108         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
9109         SelectedIndex to -1. Fixes bug #78121.
9111 2006-04-17  Jackson Harper  <jackson@ximian.com>
9113         * Binding.cs: Handle null values for Current and BindingContext.
9114         This occurs when binding is a little delayed.
9115         * CurrencyManager.cs: return null for Current when there are no
9116         items in the list.
9117         - Hookup to the listchanged event on the DataView and update
9118         bindings when the list is changed.  This fixes late binding of
9119         controls.
9121 2006-04-17  Jackson Harper  <jackson@ximian.com>
9123         * X11Dnd.cs:
9124         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
9125         Ringenbach.
9127 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
9129         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
9130           place
9131         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
9132           with the correct ButtonState
9134 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
9136         * XplatUIX11.cs: Improved distinguishing between window types to
9137           tell the WM a type closer to what the app wants (Fixes #78107)
9139 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
9141         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
9142           GrabHandle
9144 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
9146         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
9147           drawing code to reflect the size grip changes
9149 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9151         * ImageListStreamer.cs: fix handling of the mask that follows the main
9152         bitmap when deserializing and serialize it properly. The generated mask
9153         should better be a 1bpp image, but I'll do that later.
9155 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
9157         * FileDialog.cs: Show something in the DirComboBox on *nix if the
9158           path doesn't fit into some of our Current.Places
9160 2006-04-13  Jackson Harper  <jackson@ximian.com>
9162         * ComboBox.cs: Use borders instead of drawing our own decorations,
9163         try to obey correct rules for heights.
9164         * Theme.cs:
9165         * ThemeNice.cs:
9166         * ThemeClearLooks.cs:
9167         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
9168         this is now handled by borders.
9169         - Remove unused DrawListBoxDecorationSize method.
9170         
9171 2006-04-13  Mike Kestner  <mkestner@novell.com>
9173         * MenuAPI.cs: null guarding for the disbled click check fixes crash
9174         reported by Alex.
9176 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
9178         * ThemeWin32Classic.cs: 
9179           - Fixed CPDrawStringDisabled
9180           - Corrected drawing of disabled menu items
9181           - Fixed drawing of disabled radio buttons (bug #78095)
9182           - Draw check in a disabled CheckBox with color ControlDark 
9184 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9186         * Form.cs: Use the provided width when calculating the menu size;
9187           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
9188           and ClientSize.Width won't be updated yet
9189         * Application.cs: Use Visible instead of Show() to make form visible,
9190           this way we create the handle later and menusize is considered
9192 2006-04-12  Mike Kestner  <mkestner@novell.com>
9194         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
9195         reporting.
9197 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9199         * TextBox.cs: Implemented context menu
9201 2006-04-12  Mike Kestner  <mkestner@novell.com>
9203         * ListView.cs: implement box selection. fixes #77838.
9204         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
9206 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
9208         * XplatUIX11.cs: Added setting of window type when transient window
9209           is created (metacity would move it otherwise)
9210         * X11Structs.cs: Added WINDOW_TYPE atoms
9211         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
9212           background (the control is Opaque but still wants transparent
9213           backgrounds)
9215 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9217         * Control.cs: Added OnPaintBackgroundInternal to allow controls
9218           that set Opaque but don't mean it (like all ButtonBase-derived
9219           controls) to still draw their background
9220         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
9221           the background
9223 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
9225         * Control.cs (PaintControlBackground): Set the graphics object
9226           on our PaintEvent to null to prevent it from being disposed
9227           when the PaintEvent gets disposed
9229 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
9231         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
9232         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
9234 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9236         * Control.cs: 
9237           - Added transparency check to BackColor property. Transparent
9238             backgrounds are only allowed if the control styles permit it
9239           - Added recursive painting of parent control background and
9240             foreground if a control with a transparent backcolor is drawn
9241             (Thanks to Tim Ringenback for providing his 'hack' as a base
9242              for this patch) Fixes #77985 and #78026.
9243           - Added Opaque style check before calling OnPaintBackground, no
9244             need to draw the background if the control is opaque
9245           - Removed ControlAccessibleObject owner variable (inherited from
9246             base, no need to define again)
9247           - Added some documentation links explaining the drawing events
9248             and styles
9250 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
9252         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
9253           that the affected control is the located at the left border of our
9254           parent (Fixes #77936)
9256 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
9258         * TextBoxBase.cs: When rendering disabled or readonly controls,
9259           draw the background with 'Control' instead of 'Window' color as
9260           long as the user hasn't specifically set a color
9262 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
9264         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
9265           since that won't be updated if the user types text (only if it's
9266           programatically set)
9268 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
9270         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
9271           layout changes do to app-triggered resizes will have the proper
9272           display rectangle for layout
9274 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
9276         * ThemeWin32Classic.cs:
9277           - Make use of the SystemBrushes and SystemPens wherever possible
9278           - Corrected some highlight colors
9279           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
9280             drawing
9281         * Theme.cs: Added Empty field to CPColor struct
9283 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
9285         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
9286           is displayed when calculating the display rectangle. Thanks to Mike
9287           for teaching me the err of my ways.
9289 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
9291         * ScrollableControl.cs:
9292           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
9293             (instead of 0,0) and we now return the real width/height instead of
9294             just the clientrectangle, adjusted for padding. The rectangle is
9295             now cached and created by the new CalculateDisplayRectangle method.
9296           - Created new CalculateDisplayRectange method, which basically does
9297             what get_DisplayRectangle() did originally, but now using the 
9298             right edge instead of DisplayRectangle to determine the size of
9299             our scrollbars
9300           - get_Canvas(): Fixed it to properly calculate canvas for 
9301             right/bottom controls which seem to be placed to the right/bottom
9302             of any controls that have a fixed location
9303           - Removed TODO that's taken care of
9304           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
9305             and SetDisplayRectLocation according to new MSDN2 docs
9306           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
9307             event when that is called, this is added for compatibility
9308           - ScrollControlIntoView(): Implemented.
9309           - Switched scrollbars to be implicit, they shouldn't be selectable
9310         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
9311           call it when the active control is set/changed
9312         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
9313         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
9314           implicit_control variable (used for native Win32 message generation)
9315         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
9316           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
9317         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
9318         * XplatUIStructs.cs: Added ScrollBarCommands enum
9320 2006-04-10  Jackson Harper  <jackson@ximian.com>
9322         * ButtonBase.cs:
9323         * CheckedListBox.cs:
9324         * ComboBox.cs:
9325         * DataGrid.cs:
9326         * DataGridView.cs:
9327         * Form.cs:
9328         * GroupBox.cs:
9329         * ListBox.cs:
9330         * PrintPreviewControl.cs:
9331         * ProgressBar.cs:
9332         * PropertyGrid.cs:
9333         * Splitter.cs:
9334         * StatusBar.cs:
9335         * TrackBar.cs:
9336         * UpDownBase.cs: Fixup base event overrides.
9337         
9338 2006-04-06  Mike Kestner  <mkestner@novell.com>
9340         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
9341         all user-initiated value changes to min <= value <= max-thumbsz+1.
9342         (set_Value): check for vert/horiz when calculating new thumb position.
9343         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
9344         like MS does.
9345         (OnMouseMoveSB): refactor the thumb dragging code and refine
9346         invalidation logic to reduce flicker.
9347         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
9348         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
9349         (UpdateThumbPosition): small code readability cleanup
9351 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
9353         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
9354           different
9356 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
9358         * ThemeNice.cs: Use a better graphics effect when a button is pressed
9360 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
9362         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
9363         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
9364           This dramatically reduces the number of Pen.Dispose calls. 
9365           Where possible call ResPool methods only once instead of calling it
9366           over and over again (for example for the same color).
9368 2006-04-06  Mike Kestner  <mkestner@novell.com>
9370         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
9371         Also remove an unused private field on the collection. Fixes #77972.
9373 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
9375         * ThemeNice.cs: Added ToolBar drawing code
9377 2006-04-06  Mike Kestner  <mkestner@novell.com>
9379         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
9380         I'm assuming that means we need to look up the toplevel for the
9381         provided control. Fixes the crash trace in #77911 but exposes another
9382         crash in some strange reflection usage in NDocGui.
9384 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
9386         * ThemeNice.cs: Gave it a little silver touch and added Images
9387           method
9388         * FontDialog.cs: FontDialog is not resizable
9389         * FileDialg.cs: Added SizeGripStyle.Show
9391 2006-04-05  Jackson Harper  <jackson@ximian.com>
9393         * KeyboardLayouts.cs: Remove warning.
9395 2006-04-05  Jackson Harper  <jackson@ximian.com>
9397         * Control.cs: Enable OnPaintInternal so we can use it for drawing
9398         all of our controls instead of Paint +=.
9399         * ListBox.cs:
9400         * ListView.cs:
9401         * MenuAPI.cs:
9402         * MessageBox.cs:
9403         * NotifyIcon.cs:
9404         * ProgressBar.cs:
9405         * ScrollBar.cs:
9406         * Splitter.cs:
9407         * StatusBar.cs:
9408         * TabControl.cs:
9409         * TextBoxBase.cs:
9410         * ToolBar.cs:
9411         * TrackBar.cs:
9412         * UpDownBase.cs:
9413         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
9414         use OnPaintInternal. Remove Width/Height and Visible checks in
9415         paint handler, this is done at a higher level now.
9416         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
9417         * PaintEventArgs.cs: Add a handled flag so controls that don't
9418         want anymore painting after OnPaintInternal can make sure OnPaint
9419         isn't called.
9421 2006-04-05  Mike Kestner  <mkestner@novell.com>
9423         * Form.cs: fix the menu WndProc hacks to respect the native enabled
9424         state of the form, so that we don't process events when Modal dialogs
9425         are up. Fixes #77922.
9427 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
9429         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
9430           checking is done.
9432 2006-04-05  Mike Kestner  <mkestner@novell.com>
9434         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
9436 2006-04-05  Mike Kestner  <mkestner@novell.com>
9438         * ListView.cs (HeaderMouseMove): null guarding for the over column
9439         when setting up the drag_to_index.  Fixes #78015.
9441 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
9443         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
9444           in the taskbar. Transient windows seem to accomplish that.
9446 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
9448         * Form.cs:
9449           - Re-enabled CreateParams.X/Y code for FormStartPosition
9450           - Added code for manual placement when creating the Control
9451           - Incomplete patch to treat MDI forms differently when
9452             setting the ClientSizeCore. (Still need to figure out handling
9453             x/y coords there)
9454         * XplatUIX11.cs:
9455           - When we're explicitly setting the X/Y position of a non-Child
9456             window, let the WM know. Metacity really wants this.
9458 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9460         * ThemeNice.cs: Added CPDrawButton
9462 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9464         * ThemeNice.cs: Changed the color for focused buttons and activated
9465           the arrows for small scroll buttons.
9467 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9469         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
9470           anymore. Changed some method modifiers to protected (virtual)
9471         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
9472           changes
9473         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
9474           Updated drawing of menus, buttons and progressbars; added
9475           CPDrawBorder3D 
9477 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9479         * ImageListStreamer.cs: implemented serialization/deserialization
9480         of the images.
9482 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
9484         * ThemeWin32Classic.cs:
9485           - Removed all the DrawFrameControl stuff; CPDrawButton,
9486             CPDrawCheckBox and CPDrawRadioButton are now handled directly
9487             inside the methods
9488           - Updated and corrected the drawing code of CPDrawButton,
9489             CPDrawCheckBox and CPDrawRadioButton to better match ms
9490           - Updated theme checkbox and radiobutton code to use the CP*
9491             methods
9493 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
9495         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
9496           bug is fixed
9498 2006-03-31  Jackson Harper  <jackson@ximian.com>
9500         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
9501         sometimes.
9502         * UpDownBase.cs: Don't CreateGraphics manually, use a
9503         Refresh. Ideally we would invalidate the correct areas here.
9505 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
9507         * XplatUIX11.cs: 
9508           - We now track the mapping state of windows. If a window (or 
9509             one of it's parents) is not mapped we no longer permit
9510             WM_PAINT messages to be generated since we'd otherwise get 
9511             lots of BadMatch X errors. Jackson did all the work figuring
9512             out the problem.
9513           - Destroying the caret if the window it's contained in is 
9514             destroyed. Can't use regular DestroyCaret method since it
9515             might fall into a drawing function (trying to remove the
9516             caret) and with that generate new BadMatch errors. Again,
9517             Jackson tracked this down.
9518           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
9519             make sure we send the messages to all windows. (The old code
9520             would send the WM_DESTROY to the window, and then all child
9521             windows would be 'gone' because the WM_DESTROY handle lookup
9522             would no longer find the destroyed window)
9523         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
9524         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
9526 2006-03-31  Jackson Harper  <jackson@ximian.com>
9528         * ScrollableControl.cs: Dont recalc if we are not visible.
9530 2006-03-31  Mike Kestner  <mkestner@novell.com>
9532         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
9533         the visibility branch.
9535 2006-03-31  Jackson Harper  <jackson@ximian.com>
9537         * ScrollBar.cs: Cap values when incrementing/decrementing.
9539 2006-03-31  Mike Kestner  <mkestner@novell.com>
9541         * MenuAPI.cs: setup menu.tracker for popup/context menus.
9542         * ToolTip.cs: guard against timer expirations with no active control.
9543         Not sure why it happened.
9545 2006-03-31  Mike Kestner  <mkestner@novell.com>
9547         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
9548         text.
9549         * ToolTip.cs: Position the tooltip based on where the cursor is at
9550         popup time, not at MouseEnter time.  Add a Down state so that we don't
9551         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
9552         positioning offset. Lookup DisplaySize at positioning time, since it
9553         can theoretically change during invocation.
9554         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
9555         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
9557 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9559         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
9560           Fixes behaviour when the Text property of the box is String.Empty
9562 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
9564         * XplatUIX11.cs: Only send mouseleave for our client windows, not
9565           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
9566           a window)
9568 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9570         * FileDialog.cs: Visual enhancement for the popup buttons in 
9571           PopupButtonPanel
9573 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9575         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
9576           code
9578 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
9580         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
9581           highlighted menu items to match ms
9583 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
9585         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
9587 2006-03-30  Mike Kestner  <mkestner@novell.com>
9589         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
9590         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
9591         go active to account for HotLight to Selected transition.
9592         * MenuItem.cs: add internal Selected prop. Fill out the Status
9593         property by calculating it from item info. Add HotLight,
9594         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
9596 2006-03-30  Mike Kestner  <mkestner@novell.com>
9598         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
9600 2006-03-29  Jackson Harper  <jackson@ximian.com>
9602         * Form.cs: Implement TODO.
9604 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
9606         * PrintPreviewDialog.cs: Implemented missing methods and events; still
9607           missing proper dialog setup in the constructor
9609 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
9611         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
9612         * Control.cs:
9613           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
9614           - Fixed ResetBindings and removed TODO
9615           - Added check for cross-thread calls to get_Handle()
9616           - Added Marshaller attribute for set_Font to satisfy class status
9617         * FontDialog.cs: Removed TODOs that seemed implemented
9618         * UpDownBase.cs: Removed unneeded TODO and Fixme
9619         * MessageBox.cs: Implemented support for Default button and removed TODO
9620         * FileDialog.cs: Removed obsolete TODO
9621         * DomainUpDown.cs: Removed obsolete TODO
9622         * ButtonBase.cs: Removed obsolete TODO
9623         * XplatUIWin32.cs: Removed obsolete TODO
9624         * Form.cs:
9625           - Removed obsolete TODO
9626           - Calling CheckAcceptButton when the acceptbutton is changed to allow
9627             internal status updates
9628           - Making sure the active control is selected when the control is created
9629         * CurrencyManager.cs: Removed obsolete TODO
9631 2006-03-29  Mike Kestner  <mkestner@novell.com>
9633         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
9634         of PrintPreviewDialog and RichTextBox.
9636 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
9638         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
9639           DarkDark, Light and LightLight colors for a specific color
9640         * ThemeWin32Classic.cs:
9641           - Use Button drawing code to draw RadioButtons and CheckBoxes with
9642             Appearance = Button 
9643           - Make use of the new ResPool helper CPColor
9644           - Draw ProgressBar and StatusBar with correct 3D borders
9646 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
9648         * ColorDialog.cs: Return selected color. Fixes bug #77940.
9650 2006-03-28  Mike Kestner  <mkestner@novell.com>
9652         * ListView.cs: fix Icon layout to plan for scrollbar widths when
9653         calculating col/row counts.
9655 2006-03-28  Mike Kestner  <mkestner@novell.com>
9657         * ColumnHeader.cs:
9658         * ListView.cs:
9659         * ListViewItem.cs:
9660         * Menu.cs: 
9661         switch to explicit interface method implementation for some methods
9662         corcompare identifies as inconsistent with MS.
9664 2006-03-28  Mike Kestner  <mkestner@novell.com>
9666         * MainMenu.cs: 
9667         * Menu.cs:
9668         add a few missing methods from the class status output.
9670 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
9672         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
9673           correct.
9675 2006-03-28  Mike Kestner  <mkestner@novell.com>
9677         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
9679 2006-03-27  Mike Kestner  <mkestner@novell.com>
9681         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
9682         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
9684 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
9686         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
9688 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9690         * ThemeWin32Classic.cs:
9691           - GroupBox: Inserted a little gap between the text and the lines
9692             on the right side
9693           - Made the code in CPDrawBorder3D more readable
9694           - Corrected the drawing location of the up and down arrows in 
9695             CPDrawScrollButton
9697 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9699         * ControlPaint.cs: Corrected line widths in DrawBorder for
9700           ButtonBorderStyle Inset and Outset
9702 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9704         * ThemeWin32Classic.cs:
9705           - Rewrote the totally broken CPDrawBorder3D method. That was
9706             one of the main problems for the terrific ThemeWin32Classic
9707             look
9708           - Updated and corrected Button drawing
9709           - Correct the dimensions of the SizeGrip to match ms ones
9710           - Removed a small drawing glitch in DrawComboBoxEditDecorations
9711         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
9712           Border3DStyle.Sunken to match ms.
9714 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9716         * ThemeWin32Classic.cs: First small part of the "de-uglify
9717           ThemeWin32Classic" effort, SizeGrip
9719 2006-03-24  Jackson Harper  <jackson@ximian.com>
9721         * XplatUIX11.cs: Give a max idle time of one second, this matches
9722         MS and forces an Idle event every second when there are no other
9723         events in the queue.
9725 2006-03-24  Mike Kestner  <mkestner@novell.com>
9727         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
9728         * ListView.Item.cs: fix layout issues with null image lists and images
9729         smaller than checkbox size.
9730         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
9731         mode like MS does.  It's weird, but consistent.  ;-)
9732         Fixes #77890.
9734 2006-03-24  Mike Kestner  <mkestner@novell.com>
9736         * ListView.cs: Scroll wheel support for the item control.  Fixes
9737         #77839.
9739 2006-03-23  Jackson Harper  <jackson@ximian.com>
9741         * ScrollableControl.cs: Special case negative sized areas, not
9742         zero.
9743         * MonthCalendar.cs: Save the rect of the clicked date so we can
9744         use it for invalidation.
9745         - Try to cut down on the number of invalidates
9746         - Invalidate the rect the mouse is over and was over when moving
9747         the mouse, so we get the focus box following the cursor.
9749 2006-03-23  Mike Kestner  <mkestner@novell.com>
9751         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
9752         focus rectangle drawing. Fixes #77835.
9754 2006-03-23  Mike Kestner  <mkestner@novell.com>
9756         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
9757         the if and else if and reverting back to the original == check on the
9758         None conditional.
9760 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9762         * FontDialog.cs: Update the example panel if the selected index of
9763           the fontListBox changes.
9765 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9767         * FileDialog.cs: Make FileDialog remember which directory it was in
9768           last in the same execution.
9770 2006-03-22  Mike Kestner  <mkestner@novell.com>
9772         * FileDialog.cs: make the DropDownMenu on the toolbar display
9773         RadioChecks since they are mutually exclusive and that's what MS does.
9775 2006-03-22  Mike Kestner  <mkestner@novell.com>
9777         * Theme.cs: add Color param to CPDrawMenuGlyph.
9778         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
9779         checks and radio marks and arrows are visible on highlighted items.
9780         * ControlPaint.cs: update to use new Theme signature.
9782 2006-03-22  Mike Kestner  <mkestner@novell.com>
9784         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
9785         is active. Fixes #77870.
9787 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9789         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
9790           to be focused/selected after startup
9792 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9794         * ColorDialog.cs: 
9795           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
9796             CustomColors and ShowHelp properties
9797           - Some internal rewrites to get better results when using the
9798             ColorMatrix
9800 2006-03-22  Mike Kestner  <mkestner@novell.com>
9802         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
9803         HoverSelection.  Fixes #77836.
9805 2006-03-22  Mike Kestner  <mkestner@novell.com>
9807         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
9808         ToggleButtons.  (De)Sensitize the Back button around a stack count of
9809         1, not 0.  Update ButtonSize based on a pixel count of the win32
9810         control.  Adjust the toolbar size/location for new button size.
9812 2006-03-22  Jackson Harper  <jackson@ximian.com>
9814         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
9815         true.
9816         * ScrollBar.cs: When doing increments and decrements we need to
9817         set the Value property so that ValueChanged gets raised. A
9818         possible optimization here would be to make an internal SetValue
9819         that doesn't invalidate immediately.
9820         * ToolTip.cs: Tooltips get added to their container (when
9821         supplied) so they get disposed when the container is disposed.
9822         - Don't create tooltips for String.Empty. This prevents all these
9823         little 2-3 pixel windows from showing up when running nunit-gui
9824         and driving me mad.
9825         * Form.cs: Don't set topmost when setting the owner if the handles
9826         haven't been created yet.  The topmost set will happen when the
9827         handles are created.
9829 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9831         * XplatUIX11.cs:
9832           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9833           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9834             visible (to allow them to recalculate their sizes)
9836 2006-03-21  Mike Kestner  <mkestner@novell.com>
9838         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9839         methods. Removed a ton of redundant code.  Still not really happy with
9840         the border rendering, but I think that's mainly because of the
9841         ControlDarkDark being black instead of a dark grey. Depending on how 
9842         close we want to be, we might want to revisit those color choices.
9843         Among the new features added during the refactor were DropDownArrow
9844         pressed rendering, Disabled image rendering.  Proper flat appearance
9845         boundary rendering.  Removed the Divider and Wrapping dividers since I
9846         can't figure out any combination of themes and conditions to make the
9847         MS control draw a horizontal line on a toolbar despite what the
9848         Divider property docs indicate.
9849         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9850         conditions and incorrect layout.  Updated to coding standard.
9851         * ToolBarButton.cs: refactored layout and positioning code from
9852         ToolBar to here.  Invalidate wherever possible instead of forcing
9853         redraws of the whole toolbar. 
9854         (Known remaining issues: explicit ButtonSize smaller than provided
9855         images.)
9857 2006-03-21  Mike Kestner  <mkestner@novell.com>
9859         * ContextMenu.cs (Show): use the position parameter instead of just
9860         showing at the MousePosition.
9862 2006-03-21  Jackson Harper  <jackson@ximian.com>
9864         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9865         control handle this.
9866         * TreeNodeCollection.cs: If we are clearing the root node we need
9867         to reset top_node so calcs can still happen.
9868         * ThemeWin32Classic.cs: This is a Flags so we need to check
9869         properly.
9870         
9871 2006-03-21  Jackson Harper  <jackson@ximian.com>
9873         * DataGrid.cs: Create columns when the binding context has been
9874         changed.
9875         * X11Structs.cs: Keysyms are uints.
9876         - Add size to fix build.
9878 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9880         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9881           XplatUIOSX.cs: 
9882           - Added ResetMouseHover method to allow controls to retrigger
9883             hovering if they need it more than once
9884           - Implemented MouseHoverTime and MouseHoverSize properties
9885         * Timer.cs: Start() must reset the interval
9886         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9887           properties
9889 2006-03-21  Jackson Harper  <jackson@ximian.com>
9891         * X11Keyboard.cs: improved layout detection. Move the nonchar
9892         tables into this file.
9893         * KeyboardLayouts.cs: Move the tables into resource files.
9895 2006-03-21  Mike Kestner  <mkestner@novell.com>
9897         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9899 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9901         * Mime.cs: Various speed optimizations. Looking up mime types
9902           is now 2 times faster than before
9904 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9906         * CreateParams.cs: Added internal menu field
9907         * Control.cs: 
9908           - Switched call order for UpdateBounds; now we always call
9909             the one that also takes ClientSize, and we're calculating the 
9910             client size via driver method in the others. The previous
9911             method of tracking client size by difference wasn't working
9912             for forms where even the starting client size wouldn't match
9913             the overall form size (due to borders) (Part of fix for #77729)
9914           - CreateParams(): Do not use parent.Handle unless the handle is
9915             already created. Causes havoc with Nexxia and throws off our
9916             creation of controls
9917         * XplatUIX11.cs:
9918           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9919           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9920             method (consolidates code)
9921           - Changed RequestNCRecalc to use new PerformNCCalc method
9922           - Added calls to RequestNCRecalc when menus and borders are changed
9923             to allow app to set NC size. (Part of fix for #77729) This matches
9924             when MS send a WM_NCRECALC on Win32 windows.
9925           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9926             (Part of fix for #77729). This matches what MS does, they also
9927             send that message when the form is made visible.
9928           - XException.GetMessage: Improved usability of X errors by including
9929             a translation of the window into Hwnd and Control class
9930           - Improved debug info for window creation, reparenting and destruction
9931           - Created helper method WindowIsMapped() [Currently not used]
9932         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9933         * Form.cs:
9934           - CreateParams: Now setting our menu on the new internal menu field
9935           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9936             avoid calculating the same property twice
9937         * Hwnd.cs:
9938           - Improved usability of ToString() for debugging purposes
9939           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9940             determine the height of the menu, instead of just the font. This
9941             required to also create a graphics context and to keep a bmp 
9942             around (for performance reasons)
9944 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9946         * MenuAPI.cs: Added OnMouseUp method
9947         * Form.cs:
9948           - Now remembering the requested client size, avoids size errors
9949           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9950             instead of base if the menu is active. This is required due to
9951             control now capturing and releasing on down/up and it would
9952             prematurely release our menu capture
9954 2006-03-17  Jackson Harper  <jackson@ximian.com>
9956         * KeyboardLayouts.cs: Add the czech layouts.
9958 2006-03-16  Jackson Harper  <jackson@ximian.com>
9960         * Control.cs: Use the viewport space when sizing not the controls
9961         client size, so things like ScrollableControl that effect the
9962         viewport size (when scrollbars are added) are computed correctly.
9963         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9964         of ManagerEntrys.
9965         - Handle creating BindingManagers for null data sources.
9966         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9967         source, otherwise when rows are added they are added to the 'fake'
9968         datasource and we will crash when trying to set the position in
9969         those rows.
9970         - Use Implicit scrollbars on the datagrid so they arent
9971         selectable.
9972         
9973 2006-03-16  Jackson Harper  <jackson@ximian.com>
9975         * Binding.cs:
9976         * InternalWindowManager.cs:
9977         * MdiWindowManager.cs:
9978         * X11Keyboard.cs: I really want Mike to love me again (fix
9979         compiler warnings).
9981 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9983         * DataGrid.cs:
9984           - OnMouseDown: Switch to editing mode when clicking on the cell
9985                          even if we're clicking on the cell that's currently 
9986                          selected
9987           - ProcessGridKey: Left/Right now wrap like MS.Net does
9988           - ProcessGridKey: Tab now knows to add a new row when tab is
9989                             pressed in the cell of the last column of the 
9990                             last row
9991           - ProcessGridKey: Enter now adds another row  if pressed in the last
9992                             row and selectes the new row, same column cell
9993           - ProcessGridKey: Home/End navigate columns, not rows, like 
9994                             originally implemented
9995           - Broke ProcessKeyPreview code out into an extra Internal method
9996             so it can be called from the edit code
9997         * DataGridTextBox.cs (ProcessKeyMessage):
9998           - Switched to accept Tab keypresses
9999           - Added F2 handling to allow jumping to the end of the edited cell
10000           - Added logic to allow moving caret left/right inside edited cell
10001             and making the edited cell jump when the caret hits cell borders
10002           - Tab and Enter are now passed to the datagrid after being handled
10003         * TextBoxBase.cs:
10004           - Removed capture code now that Control handles it
10005           - set_SelectionStart now ensures caret is visible
10007 2006-03-16  Jackson Harper  <jackson@ximian.com>
10009         * TrackBar.cs: Debackwards the increment/decrement for handling
10010         mouse clicks on the bar with vertical trackbars.
10011         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
10012         bottom to match MS.
10014 2006-03-16  Mike Kestner  <mkestner@novell.com>
10016         * ListView.cs: make shift/ctrl keyboard and mouse selection 
10017         consistent with the MS control. Fix a bug in
10018         SelectedListViewItemCollection.Clear that was pissing me off for the
10019         better part of a day because the collection was being altered
10020         underneath us as we walked the list.
10022 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
10024         * Control.cs: Not sure how we could miss this so long, but it seems
10025           that MS.Net has Capture set all the way from before calling 
10026           OnMouseDown through sending the mouse events until after
10027           OnMouseUp. This will fix DataGrid's selection being set to end
10028           at the location of the MouseUp.
10030 2006-03-15  Jackson Harper  <jackson@ximian.com>
10032         * BindingContext.cs: Check the binding after its added so that it
10033           can initialize the binding managers and hookup to events.
10034         * Binding.cs: Data members seem to sometimes include rows/cols in
10035           the format Row.Column we now take this into account.
10036           - Hookup to the position changed event so we can update the
10037           control when the position has changed in the data set.
10038         * CurrencyManager.cs: Take into account the row/col naming
10039           convention when creating dataset tables.
10040         * BindingContext.cs: Using a newer better way of storing
10041           datasource/datamember pairs.  Hopefully this better matches MS for
10042           looking up binding managers.
10045 2006-03-15  Jackson Harper  <jackson@ximian.com>
10047         * BindingContext.cs: The currency manager needs the data member
10048         name, if the member is a data set we use the name to find the
10049         correct table.
10050         * CurrencyManager.cs: When creating the list prefer an IList over
10051         an IListSource.
10052         - Attempt to create a DataTable from a DataSet (TODO: might need
10053         some better error checking here, although MS doesn't seem to have much)
10054         - If we have a DataTable create a view and use it as our list.
10056 2006-03-15  Mike Kestner  <mkestner@novell.com>
10058         * ListView.cs: keep a matrix of the icon mode layout to facilitate
10059         keyboard navigation. Support Up/Down/Left/Right selection correctly
10060         for all 4 View modes.
10061         * ListViewItem.cs: add internal row/col fields for icon layouts.
10063 2006-03-15  Jackson Harper  <jackson@ximian.com>
10065         * TabControl.cs: Redraw the tabs when we resize so their newly
10066         calculated sizes are drawn on screen.
10067         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
10068         composite characters.
10069         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
10070         - filter events so that composite characters can be created
10071         patches by peter
10072         * X11Structs.cs: Add XIMProperties enum.
10074 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
10076         * Control.cs (BringToFront, SendToBack): Don't use window or handle
10077           unless it's created
10079 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
10081         * Control.cs (PerformLayout): We don't need to consider visiblity
10082           for anchoring, only for docking. This fixes 'whacky' alignment
10083           in listbox and other controls that use implicit scrollbars after
10084           the previous PerformLayout patch
10085         * ListBox.cs: Switched to use implicit scrollbars
10086           
10087 2006-03-14  Mike Kestner  <mkestner@novell.com>
10089         * ToolBar.cs: 
10090         * VScrollBar.cs:
10091         - chain up the "new event" overrides to base and use
10092         OnEvent to raise them.  Part of fix for bug #76509.
10094 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
10096         * FileDialog.cs: Do not select an item in the parent directory
10097           on backspace
10099 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
10101         * Control.cs (PerformLayout): It would seem that we considered
10102           invisible windows for our layout. Not quite the right thing
10103           to do. Now we don't any longer, thereby fixing bug #76889.
10105 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
10107         * Control.cs (CanFocus): I goofed. A control can have focus 
10108           even though it's not selectable. Made it match MS docs.
10110 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
10112         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
10113           center by default (fixes #76895)
10114         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
10115           all uses of Border3DSides.All with the explicit ORd together
10116           Left|Right|Top|Bottom because I assume that nobody was aware 
10117           that All also implies a center fill. Most places I checked had
10118           a fill right above.
10119         * ProgressBarStyle.cs: Added
10121 2006-03-13  Mike Kestner  <mkestner@novell.com>
10123         * ListView.cs: fix breakage in drag shadow header positioning 
10124         from Peter's csc compilation fix.
10126 2006-03-13  Mike Kestner  <mkestner@novell.com>
10128         * ListView.cs: fix NRE produced by backspacing twice in a focused
10129         FileDialog.
10131 2006-03-13  Mike Kestner  <mkestner@novell.com>
10133         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
10135 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
10137         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
10138           be changed
10139         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
10140           the allowed size before making programmatic size changes
10142 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
10144         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
10145           set, metacity is broken and will still use the emty sizes in 
10146           the struct. (Fix for #77089)
10148 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
10150         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
10151           WindowExStyles and marked both enums as Flags
10152         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
10153           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
10154           to match WindowStyles split
10155         * XplatUIX11.cs:
10156           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
10157           - Updated to match WindowStyles split
10158         * XplatUIWin32.cs:
10159           - Fixed FosterParent creation, was using ExStyle on the Style field
10160             (This should help with Popup focus issues)
10161           - Updated to match WindowStyles split
10163 2006-03-13  Jackson Harper  <jackson@ximian.com>
10165         * MdiWindowManager.cs: Use the system menu height. Fixes some
10166         strange sizing issues.
10168 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
10170         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
10171         * TextBoxBase.cs:
10172           - Scroll to caret after inserting text (#77672)
10173           - Make scroll range one pixel higher, fixes off-by-one error (and
10174             makes underlines visible on the last line)
10176 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
10178         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
10179           the keyboard state from being stuck with keys in 'pressed' state when
10180           focus is switched away via keyboard
10181         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
10182           reset the keyboard if no X11 KeyUp events are expected to come
10183         * X11Structs.cs: Switched type of Visible to bool to match driver
10185 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
10187         * TextControl.cs:
10188           - Switched caret to be just 1 pixel wide, matches MS and looks less
10189             clunky
10190           - Moved caret display 1 pixel down from the top of the control
10191             to improve view
10192           - InsertCharAtCharet: Update the selection start if moving the caret
10193             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
10194           - No longer always creating the caret when the caret methods are
10195             called. Only the actual ShowCaret/HideCaret will do that now
10196           - Only setting caret visible if the owner control has focus
10197           - UpdateView: Added invalidation-shortcut logic for center and right 
10198             aligned text. Previously we'd update all according to the left
10199             logic which caused drawing errors. Also fixed height of invalidated
10200             areas, now properly invalidating the whole area (was off-by-one)
10201           - owner_HandleCreated: Always generate the document when the
10202             handle is created; this ensures that 
10203         * TextBoxBase.cs:
10204           - Fixed situation where caret would disappear under the right
10205             window border, also improved scrolling behaviour on left-
10206             aligned textboxes
10207           - Fixed right-aligned textboxes to have a border to the
10208             right instead of the caret being under the right border
10209         * XplatUIX11.cs:
10210           - Switched from 'nested' to simple visible/not visible tracking 
10211             for caret (part of fix for #77671)
10212           - No longer passing through translated FocusIn/FocusOut messages
10213             since we were notifying too often and the wrong windows. Instead
10214             we just notify our focussed window of receiving or loosing focus
10215         * XplatUIWin32.cs: Switched from 'nested' show/hide 
10216           counting for caret to simple visible yes/no behaviour (part of 
10217           fix for #77671)
10219 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
10221         * Mime.cs: Remove debug code...
10223 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
10225         * MimeGenerated.cs: Removed
10226         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
10227           and subclasses) from /usr/(local/)share/mime and
10228           $HOME/.local/share/mime.
10230 2006-03-10  Jackson Harper  <jackson@ximian.com>
10232         * MdiWindowManager.cs: Recalc the NC area when a window is
10233         maximized/restored so that the menu area is drawn on forms that
10234         don't have a menu.
10236 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10238         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
10239           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
10240           us to force a WM_NCCALCRESIZE message being sent. This is needed
10241           for MDI maximizing.
10243 2006-03-10  Jackson Harper  <jackson@ximian.com>
10245         * Form.cs: We need to use the ActiveMenu when calculating menu
10246         height.
10247         - Fix nullref when the window manager hasn't been created yet.
10248         * Control.cs: Fix nullref when we try to bring a control to the
10249         front that has no parent.
10250         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
10251         height.
10252         - Add a dummy item to the maximized menu so it always has the
10253         correct height. Otherwise when there are no menus we don't get our
10254         icon and buttons.
10255         
10257 2006-03-10  Jackson Harper  <jackson@ximian.com>
10259         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
10260         stuff.
10261         * Form.cs: Make the window_state internal so the window managers
10262         can track it.
10263         - When an MDI child is maximized let its window manager create the
10264         main menu (so it can add its icon).
10265         - Notify the window managers of state changes
10266         - Let the window manager paint its buttons and handle button
10267         clicks on the menu when it is maximized.
10268         * InternalWindowManager.cs: Move the prev_bounds into the mdi
10269         window manager, since tool windows don't use it, only mdi windows.
10270         - Tell the main form that we don't want it to handle NCPAINT
10271         itself to avoid extra painting.
10272         - Handle clicks on a maximized windows menu.
10273         - Handle window state changes
10274         - Handle minimize/maximize clicks correctly by setting the window state.
10275         * MdiWindowManager.cs: Add an icon menu that (the menu you get
10276         when clicking on the forms icon).
10277         - New method to create a forms maximized menu. This is its normal
10278         menu + an icon.
10279         - Handle window state changes.
10280         - Handle sizing of maximized windows.  Maximized windows are just
10281         drawn bigger then the parent visible area. All controls are still
10282         there, they are just outside the visible area (this matches windows).
10283         * MdiClient.cs: No scrollbars when a child window is maximized.
10284         - Let the children windows figure out how big they should be when
10285         sizing maximized windows.
10286         - Implement a version of ArrangeIconicWindows somewhat similar to
10287         Windows version.  There are some little differences, but I don't
10288         think any app will rely on the layout of minimized mdi windows.
10290 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10292         * Padding.cs: Several fixes to allow compiling with csc 2.0
10294 2006-03-09  Jackson Harper  <jackson@ximian.com>
10296         * Menu.cs:
10297         * MenuItem.cs: Cheap hack so we can add items to the list without
10298         the events being raised.  This allows adding mdi items during
10299         drawing. TODO: Should probably find a better time to add the items.
10301 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10303         * ThemeWin32Classic.cs:
10304           - CheckBox_DrawText: Added logic to not wrap if not enough space
10305             is available (Fix for bug #77727)
10306           - RadioButton_DrawText: Added logic not to wrap if not enough
10307             space is available (Fix for bug #77727). Also removed some
10308             duplicate code, DrawString always drawing the regular text
10309             before hitting the if statement.
10311 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
10313         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
10315 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10317         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
10318         * ContainerControl.cs: Partial implementation of some 2.0 scaling
10319           methods. Moved the new 2.0 properties into alphabetical order with
10320           other properties and added MonoTODO tags
10322 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
10324         * AutoScaleMode.cs: Added. Fix build.
10326 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10328         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
10329           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
10330           and was requiring premature handle creation for calls from above
10331         * Form.cs, Control.cs: Removed handle arguments from calls to
10332           CalculateClientRect()
10334 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
10336         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
10337           drag_column.column_rect is MarshalByRef and can't be used that way
10339 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10341         * AxHost.cs: Added deserialization constructor for 
10342           AxHost+State (fixes 77743)
10344 2006-03-09  Mike Kestner  <mkestner@novell.com>
10346         * ListView.cs: 
10347         - Added column drag reordering for details view.
10348         - fixed behavior when mouse is dragged off column and
10349         AllowColumnReorder is false.
10350         * ColumnHeader.cs: clone the format too in Clone.
10351         * Theme.cs: add DrawListViewHeaderDragDetails method.
10352         * ThemeWin32Classic.cs:
10353         - impl new method for drawing drag column shadows and targets.
10354         - support column offset for details mode in DrawListViewItem.
10356 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10358         * TextControl.cs: Reset the char_count when the document is cleared
10359           (Fixes bug reported on mono-winforms mailing list)
10361 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
10363         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
10364           of calling base we simply process the key ourselves, since both
10365           DefWindowProc and the handled method would set m.Result. 
10366           (Fixes #77732)
10368 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10370         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
10371           method also moves the window; instead implemented a copy of
10372           Control.ScaleCore (Part of fix for #77456)
10373         * TextBoxBase.cs: 
10374           - Created new CreateGraphicsInternal method to allow providing
10375             a graphics context when no handle is created without triggering
10376             handle creation. (Part of fix for #77456)
10377           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
10378         * TextControl.cs: 
10379           - Switched Constructor to require TextBoxBase instead of Control (to
10380             allow uncast access to CreateGraphicsInternal)
10381           - Safeguarded use of owner.Handle property. No longer accessing it
10382             unless the handle is already created.
10383           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
10384           - Now triggering a recalc when owning control becomes visible
10385         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
10386           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
10387           premature handle creation (Part of fix for #77456)
10388         * Control.cs:
10389           - We now only destroy our double-buffering buffers when the
10390             control is resized or disposed, but not when visibility
10391             changes. (The code even re-created them twice every time)
10392           - Now requiring a redraw of the buffer on visibility changes
10393             (fixes bug 77654 part 2)
10394           - Not passing OnParentVisibleChanged up unless the control
10395             is visible
10396           - CanFocus: Fixed to match MS documentation
10397           - Focus: Fixed to return actual focus state and to check if
10398             setting focus is legal before setting it
10400 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
10402         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
10403           when to draw focus rectangle by looking at parent focus and
10404           selected state instead. This fixes TabPages on Linux sometimes
10405           having none or multiple focus rectangles.
10406         * XplatUIX11.cs (SetFocus): 
10407           - Don't set the focus if the same window already has focus
10408           - Use SendMessage instead of PostMessage (like it's Win32
10409             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
10410             to match MS behaviour
10411         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
10412           are not selectable.
10414 2006-03-07  Jackson Harper  <jackson@ximian.com>
10416         * PictureBox.cs: Revert line I accidently committed last week.
10418 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
10420         * Control.cs: 
10421           - Added new IsRecreating and ParentIsRecreating properties to
10422             allow testing if RecreateHandle has been called on ourselves
10423             or one of our parents
10424           - WndProc(WM_DESTROY): If our control handle is being recreated
10425             we immediately need to create the handle when receiving the
10426             destroy, that way our child windows find a valid parent handle
10427             when they themselves are being recreated upon WM_DESTROY receipt
10428             (fix for bug #77654 part 1)
10429         * XplatUIX11.cs:
10430           - DestroyWindow: WM_DESTROY must be sent to our own window before
10431             notifying any child windows. MS documents that child windows
10432             are still valid when WM_DESTROY is received. (Control now relies on
10433             this behaviour)
10434           - Added some fine-grain debug options
10436 2006-03-06  Jackson Harper  <jackson@ximian.com>
10438         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
10439         box and base calculations off this.
10440         * MdiChildContext.cs:
10441         * MdiWindowManager.cs: Don't need to ensure scrollbars here
10442         anymore.
10443         
10444 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
10446         * Splitter.cs: In situations where the affected control is added
10447           to the parent's control list after the splitter, we would not
10448           populate affected. Now we try populating it on mousedown, if
10449           it's not already set, and force it to be re-set whenever our
10450           parent changes.
10452 2006-03-03  Matt Hargett  <matt@use.net>
10454         * Control.cs: implement Control.Padding
10455         * Padding.cs: -Padding.All returns -1 when constructing with the
10456         implicit default ctor
10457         -Padding.ToString() matches MS.NET
10458         * ContainerControl.cs: implement
10459         ContainerControl.AutoScaleDimensions
10460         * ListControl.cs: implement ListControl.FormattingEnabled
10461         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
10462         * ButtonBase.cs:
10463         * TabPage.cs: Implement UseVisualStyleBackColor.
10464         * PictureBox.cs: Implement PictureBox.InitialImage.
10466 2006-03-03  Mike Kestner  <mkestner@novell.com>
10468         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
10469         event declarations to proxy to base event.
10470         * ListViewItem.cs: update to use ItemControl.
10471         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
10472         * ThemeWin32Classic.cs: update to new ListView theme API and fix
10473         column header label rendering for 0 width columns.
10475 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
10477         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
10478           that causes the control to be created. Fixes #77476.
10480 2006-03-02  Jackson Harper  <jackson@ximian.com>
10482         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
10483         expose_pending.
10485 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
10487         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
10488           passed in for the EventArgs (fixes #77690)
10490 2006-03-01  Jackson Harper  <jackson@ximian.com>
10492         * ScrollBar.cs: Refresh afterbeing resized.
10494 2006-02-28  Mike Kestner  <mkestner@novell.com>
10496         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
10497         Clean up a tracker compile warning.
10498         * MenuItem.cs: add internal PerformPopup method.
10499         [Fixes #77457]
10501 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
10503         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
10504           implicit expose) when the text is set to null
10506 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
10508         * RichTextBox.cs (FlushText): When newline is true, we always
10509           need to split the line, even if no text is on it and we may
10510           never eat newlines. (Fixes #77669)
10512 2006-02-28  Mike Kestner  <mkestner@novell.com>
10514         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
10515         and set Selected instead.
10516         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
10517         collections.
10519 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
10521         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
10523 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
10525         * FontDialog.cs:
10526           - Got rid of the panel. All controls are now directly added to
10527             the dialog form
10528           - It is now possible to set a font with the Font property
10529           - MinSize and MaxSize property do now what they should
10530           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
10531           - Searching and selecting a font with the font textbox works now,
10532             the same applies to the style and size textbox
10533           - Draw the correct 3D border in the example panel
10534           - Fixed a little mem leak (unused fonts didn't get disposed)
10535           - Many other internal updates/rewrites...
10536           - Fix typo
10538 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
10540         * TextControl.cs: 
10541           - InsertRTFFromStream: Added 'number of characters inserted' argument
10542           - set_SelectedRTF: Now using the number of characters to calculate
10543             the new location for the selection and cursor (x/y cannot be used
10544             due to potentially already wrapped text)
10546 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
10548         * TextControl.cs: Added property and implemented means to allow 
10549           disabling recalculation of a document (can be used to speed up
10550           multiple inserts and is needed to make RTF inserts predictable, see
10551           bug #77659)
10552         * RichTextBox.cs: Using the new NoRecalc property of Document to
10553           keep x/y insert locations predictable. Also makes it faster inserting
10554           large chunks of RTF
10556 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
10558         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
10559           it's easier for a child control to handle the other messages without
10560           having to duplicate the special functionality
10561         * TextBoxBase.cs
10562           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
10563             code to handle processing the key ourselves, in order to get 
10564             access to the result of KeyEventArgs.Handled. We now only call 
10565             ProcessKey if they key hasn't been handled already. Fixes #77526.
10566           - set_Text: If null or empty string is given, just clear the 
10567             document. Fixes part of #77526
10569 2006-02-27  Jackson Harper  <jackson@ximian.com>
10571         * SizeGrip.cs: Paint the background color before painting the grip
10572         so things look right.
10573         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
10575 2006-02-27  Mike Kestner  <mkestner@novell.com>
10577         * ListView.cs:
10578           - Restructure layout and invalidation model to remove a ton of
10579           flicker from the control and speed up performance in general.
10580           - Add manual column resize, flickers like crazy, but I already have
10581           some ideas on how I'll fix that. (#76822)
10582           - Merge the three Icon-based views into a single layout method.
10583           - Move item selection interaction logic from the item since 
10584           interaction with the collections is more appropriate to the view.
10585           - Deselection on non-item clicks.
10586         * ListViewItem.cs:
10587           - Encapsulate most of the layout. Add some internal props to trigger
10588           layout.  Move to a model where Items invalidate themselves instead
10589           of just invalidating the whole control every time something changes.
10590           - Invalidate on Text/Caption changes.
10591           - switch to an offset based layout model to avoid having to absolute
10592           position every element on item moves.
10593           - correct checkbox layout to conform to MS layout.
10594         * ThemeWin32Classic.cs:
10595           - refactor some column header drawing code.
10596           - fix string justification for column headers (#76821)
10597           - make SmallIcon labels top justified for compat with MS impl.
10598         * ThemeClearlooks.cs:
10599           - adjust to new ListViewItem internal checkbox bounds api.
10601 2006-02-27  Jackson Harper  <jackson@ximian.com>
10603         * Control.cs:  Change where implicit controls fall in the zorder.
10604         They are now on top of all children.
10605         - Synced AddImplicit code with Add
10606         - Removed unused enumerator.
10607         * SizeGrip.cs: Remove the TODO as its been TODONE.
10609 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
10611         * TextControl.cs(Insert): Combine the last lines unless the insertion
10612           string ends with \n\n, otherwise we leave one line too many (Fixes
10613           something I noticed with the testapp for #77526; the bug itself was
10614           already fixed in the previous checkin)
10616 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
10618         * RichTextBox.cs:
10619           - SelectionColor and SelectionFont methods no longer set absolute
10620             styles. Instead, the keep font or color respectively (This 
10621             resolves a long-standing FIXME in the code)
10622           - When flushing RTF text, the insert code now considers text trailing
10623             behind the insertion point (Fixes the bug where when replacing
10624             the selected text via SelectedRTF the remainder of the line behind 
10625             the selection would stay on the first insertion line)
10626         * TextBoxBase.cs:
10627           - AppendText now updates the selection points after inserting text
10628           - AppendText now ensures that the last tag (sometimes 0-length) of
10629             the document is used for the style information (Fixes part of 
10630             bug #77220)
10631         * TextControl.cs:
10632           - Created new FontDefiniton class to allow describing partial style
10633             changes
10634           - StreamLine() now takes a lines argument, to allow it to decide
10635             whether an encountered zero-length tag is the last in the document
10636             (which must be kept to not loose the font/color contained in it,
10637             for later appends)
10638           - Created Combine() and Split() methods for Marker structs, to 
10639             support marker updates due to reformatted documents (soft line
10640             wraps)
10641           - Implemented Document.CaretTag setter
10642           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
10643             of the last line (Not the cause, but also exposed by bug #77220)
10644           - Added LineTag argument to InsertString method, to allow callers
10645             to force a certain tag to be used (required to force use of the
10646             trailing zero-length tag of a document)
10647           - Now updating markers in Combine(), to avoid stale tag markers
10648           - Added some method descriptions to aid maintenance
10649           - Implemented new FormatText concept, allowing additive/subtractive
10650             formatting by only specifying the components that are to be 
10651             changed. This was needed for resolving the RTB.SelectedColor/
10652             RTB.SelectedFont fixmes
10653           - Added Break() support method to allow breaking up linetags (used
10654             for partial formatting)
10655           - Added GenerateTextFormat() method. It is used for partial 
10656             formatting and allows to generate a full font/color from given
10657             attributes and an existing tag.
10659 2006-02-26  Jackson Harper  <jackson@ximian.com>
10661         * XplatUIX11.cs:  Use the correct caption height.
10662         - Translate hittest coordinates to screen coords to match MS.
10663         * XplatUIWin32.cs: When we create MDI windows we need to reset
10664         some of the style flags, so we get a nice blank window, and can
10665         draw all the decorations ourselves.
10666         - Set a clipping rectangle on the non client paint event, the
10667         window manager drawing code needs one.
10668         * Form.cs: The window manager needs to know when the window state
10669         has been updated.
10670         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
10671         don't need to factor in border and title sizes in these
10672         methods. TODO: Remove the args and fix the call points.
10673         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
10674         properly.
10675         - Let the driver set the cursors.
10676         - Improve active window handling
10677         - Correct sizes for title bars and buttons.
10678         - Match MS drawing better
10679         * MdiWindowManager.cs: We don't need to handle border style
10680         updates specially anymore.
10681         - Check for scrollbars when windows are done moving
10682         - Handle Active properly.
10683         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
10684         correctly. I am spewing the exception though, so we don't hide the
10685         bugs.
10686         
10687 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
10689         * DataGridViewRowPostPaintEventArgs.cs,
10690           DataGridViewCellPaintingEventArgs.cs,
10691           DataGridViewRowCollection.cs,
10692           DataGridViewRowPrePaintEventArgs.cs,
10693           DataGridViewCell.cs: Clear a few warnings and implement a few
10694           exceptions that should be thrown.
10696 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
10698         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
10699           'inheriting' our parent's (non-default) cursor. (Part of
10700            the fix for #77479)
10702 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
10704         * XplatUIX11.cs: Fixed cast to make csc happy
10706 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
10708         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
10709           it's for the client area (part of fix for #77479 and needed
10710           for MDI window cursor handling)
10711         * XplatUIX11.cs
10712           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
10713             the appropriate default cursors and also passing the message
10714             up the parent chain 
10715           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
10716             for non-client areas
10718 2006-02-15  Jackson Harper  <jackson@ximian.com>
10720         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
10721         is a real MDI window
10723 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
10725         * X11DesktopColors.cs: Instead of checking the desktop session
10726           string for "KDE" check if it starts with "KDE"
10728 2006-02-10  Jackson Harper  <jackson@ximian.com>
10730         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
10731         systems).
10733 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10735         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
10736           errors
10737         * ColorDialog.cs:
10738           - Got rid of the panel. All controls are now directly added to
10739             the dialog form
10740           - Changed to mono coding style
10742 2006-02-10  Jackson Harper  <jackson@ximian.com>
10744         * InternalWindowManager.cs: We don't need the set visibility to
10745         false hack anymore now that peter has written beautiful shutdown
10746         code.
10748 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
10750         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
10751           where already explicitly destroyed
10753 2006-02-10  Jackson Harper  <jackson@ximian.com>
10755         * MdiClient.cs: Handle the case where windows are too high or to
10756         the left and we need scrollbars.
10758 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10760         * MimeIcon.cs: Added some icons
10761         * FileDialog.cs:
10762           - Fixed bug #77477
10763           - Got rid of the panel. All controls are now directly added to
10764             the dialog form
10765           - Changed to mono coding style
10766           - On Linux "My Computer" and "My Network" will now show some
10767             more usefull information. A new class, MasterMount, gathers
10768             this information from /proc/mount. Updated MWFFileView to make
10769             use of this information
10770           - Fixed a bug that caused FileDialog to crash when
10771             ".recently_used" file had a zero size
10772           - FilterIndex does now what it should
10773           - Some Refactoring
10774         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
10775             FileDialog changes
10777 2006-02-09  Jackson Harper  <jackson@ximian.com>
10779         * ComboBox.cs: Don't touch if null.
10781 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
10783         * Cursor.cs: 64bit safeness fix
10784         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
10786 2006-02-09  Jackson Harper  <jackson@ximian.com>
10788         * Form.cs: If a form is made into an MDI form update the styles so
10789         all the props can get set correctly.
10790         - Kill the mdi_container when we dont need it anymore.
10791         * InternalWindowManager.cs: Add missing NOT
10793 2006-02-08  Jackson Harper  <jackson@ximian.com>
10795         * InternalWindowManager.cs: Respek clipping when drawing MDi
10796         decorations.
10798 2006-02-08  Jackson Harper  <jackson@ximian.com>
10800         * Hwnd.cs: Add bits to track non client expose events.
10801         * XplatUIX11.cs: Track non client expose events on the hwnd. This
10802         gives us a proper invalid rect and will allow for some nice
10803         optimizations with NC client drawing
10804         - MDI windows are children windows, so move their style handling
10805         into the child window block.
10806         * InternalWindowManager.cs: Remove a state reset that was
10807         getting invoked at the wrong time. Fixes managed windows getting
10808         into a 'stuck' captured state.
10810 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10812         * TextControl.cs (Document.ctor): Now initializing 
10813           selection_anchor. Fixes #77493
10815 2006-02-07  Jackson Harper  <jackson@ximian.com>
10817         * TrackBar.cs: The increment/decrements were backwards.
10819 2006-02-07  Mike Kestner  <mkestner@novell.com>
10821         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
10822         to the instance itself.
10824 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10826         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
10827           on ulongs and pointers, the size differs between 32bit and 64bit
10828           systems. 
10830 2006-02-07  Mike Kestner  <mkestner@novell.com>
10832         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10833         for 64 bit platforms to work around a metacity bug. 
10835 2006-02-07  Jackson Harper  <jackson@ximian.com>
10837         * TrackBar.cs: Process the input keys we need, and hookup to
10838         KeyDown instead of using WndProc, so we get key messages.
10840 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10842         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10843           machine we're on. 
10844         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10845           we need to translate the XdndVersion atoms array before sending it
10847 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10849         * XplatUIX11.cs: 
10850           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10851             number of bits for the property, not the number of bytes. The
10852             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10853             but would not crash since it specified 8 bits instead of 4 bits)
10854           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10855             defined as XID -> long in the C headers)
10856           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10857             references since those are now IntPtr to begin with
10858           - Switched all Atom.XXX 'int' casts to IntPtr casts
10859           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10860           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10861           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10862         * X11Structs.cs:
10863           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10864           - Changed atom in HoverStruct to be IntPtr
10865         * X11DnD.cs:
10866           - Removed local DllImports, switched code to use those from XplatUIX11
10867           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10869 2006-02-06  Mike Kestner  <mkestner@novell.com>
10871         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10872         method signatures in the import region.  There may still be some
10873         lingering struct marshaling issues, as I didn't drill down into those.
10874         Yet.
10876 2006-02-06  Jackson Harper  <jackson@ximian.com>
10878         * ComboBox.cs: Dont manually set the top_item, this is computed
10879         when the scrollbar position is set.
10881 2006-02-06  Mike Kestner  <mkestner@novell.com>
10883         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10884         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10885         usage of Atom needs to be mapped to IntPtr for example.  And there are
10886         likely other int/long issues to be addressed.
10888 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10890         * FileDialog.cs: One more...
10892 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10894         * FileDialog.cs: Next try
10896 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10898         * FileDialog.cs: First part of fix for #77464
10900 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10902         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10903           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10904           AcceptButton border drawing.
10906 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10908         * Form.cs: Moved positioning of form after auto scaling is applied,
10909           otherwise it would possibly use wrong form size.
10911 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10913         * Control.cs (RecreateHandle): No need to re-create any child
10914           controls, the child windows will get destroyed automatically by
10915           the windowing system or driver, and re-created when the handle
10916           is being accessed the first time. Fixes #77456
10917         * Form.cs: No longer setting the form to closing if the handle is 
10918           being recreated. This seems like the right thing to do, don't
10919           have a bug or testcase for this, though.
10921 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10923         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10924           controls to avoid unwanted side effects
10926 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10928         * Control.cs: 
10929           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10930             control. Fixes #77416.
10931           - DefaultSize is 0,0 for control
10932         * TextBoxBase.cs: 
10933           - DefaultSize is 100, 20
10934           - SetBoundsCore: Now enforcing the height, no matter if the provided
10935             height is more or less than the preferred one, as long as AutoSize
10936             is on
10937         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10939 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10941         * Control.cs:
10942           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10943             call unless both performLayout is true *and* we have a pending
10944             layout change
10945           - ResumeLayout: MS does not completely nest Suspend and Resume,
10946             they bottom out at 0, fixed our code to match that.
10947           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10948             SetBoundsCore, we were updating even when we shouldn't. This fixes
10949             swf-anchors mis-anchoring when resizing the app fast and lots.
10950           - UpdateDistances: Now only setting the left and top distance if 
10951             we have a parent and are not suspended, this is based on
10952             a suggestion by Don Edvaldson in bug #77355.
10953           - OnVisibleChanged: Fixed logic when to create the control. We may
10954             not create the control if we have no parent or if it's not visible;
10955             switched to using Visible property instead of is_visible field 
10956             since the property also considers parent states. This fixes a bug
10957             when starting Paint.Net
10959 2006-02-02  Jackson Harper  <jackson@ximian.com>
10961         * Form.cs: If the forms handle hasn't been created yet don't call
10962         into xplatui to make it top most, just set the topmost flag on the
10963         form in CreateParams
10964         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10966 2006-02-01  Jackson Harper  <jackson@ximian.com>
10968         * ScrollableControl.cs: Refactored the Recalculate method a
10969         little, this wasn't handling all the variants of bottom and right
10970         bars needed to be added and added/removed based on their
10971         counterparts being added/removed (which changes the drawable
10972         size). Also we special case client widths and heights of 0 and
10973         don't add the scrollbar for those.
10975 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10977         * XplatUIX11.cs: 
10978           - Added method to get AbsoluteGeometry(); currently unused, but might
10979             be used in the future, if we try again to figure out toplevel
10980             coordinates with some more crappy window managers
10981           - Added FrameExtents() method to retrieve the WM set decoration size
10982           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10983             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10984         * Hwnd.cs: 
10985           - Added whacky_wm tracking var for metacity
10986           - Added logic to have default menu height if the actual menu height
10987             has not yet been calculated (part of fix for #77426)
10988         * Form.cs: Keep track whether client size has been set and re-set 
10989           it if a menu is added/removed afterwards (Fixes #77426)
10991 2006-01-31  Jackson Harper  <jackson@ximian.com>
10993         * Control.cs: When a new Site is set on the component attempt to
10994         pull the AmbientProperties from it.
10996 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10998         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10999           in the background of the owning form. Fixes #77332
11001 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
11003         * MimeIcon.cs: Fix for #77409
11005 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
11007         * XplatUIX11GTK.cs: Initial import
11009 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
11011         * FixedSizeTextBox: fixes class signature
11013 2006-01-30  Jackson Harper  <jackson@ximian.com>
11015         * FixedSizeTextBox.cs: New internal class that represents a
11016         textBox that will not be scaled.
11017         * TreeView.cs:
11018         * ComboBox.cs:
11019         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
11020         standard TextBox.
11021                 
11022 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
11024         * XplatUIX11.cs: Retrieve default screen number instead of
11025           assuming 0. Attempted fix for #77318
11027 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
11029         * XplatUIWin32.cs: 
11030           - GetWindowPos: When a window is parented by FosterParent, use 
11031             the desktop instead of FosterParent as the base to get coordinates
11032           - CreateWindow: Don't make FosterParent the parent window for Popups
11033             if we don't want a taskbar entry, Popups automatically don't get one
11034         * Hwnd.cs: Need to call remove to actually remove the key from the
11035           hash table
11037 2006-01-30  Mike Kestner  <mkestner@novell.com>
11039         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
11041 2006-01-30  Jackson Harper  <jackson@ximian.com>
11043         * TreeView.cs:
11044         * TreeNode.cs: Raise events no matter how the treenode is
11045         checked. Patch by Don Edvalson.
11047 2006-01-30  Jackson Harper  <jackson@ximian.com>
11049         * TreeNode.cs: Signature fix.
11051 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
11053         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
11055 2006-01-20  Mike Kestner  <mkestner@novell.com>
11057         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
11058         event forwarding when menus are active.
11059         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
11060         Most of the patch is pdb's with a little rework.
11062 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
11064         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
11065           Removed GetMenuDC and ReleaseMenuDC methods; replaced
11066           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
11067         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
11068         * InternalWindowManager.cs: Added use of PaintEventStart/End to
11069           handling of WM_NCPAINT message, now passing the PaintEventArgs to
11070           the PaintWindowDecorations method
11071         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
11072         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
11073         * MenuAPI.cs: Made tracker window invisible
11074         * XplatUIWin32.cs:
11075           - Removed GetMenuDC and ReleaseMenuDC methods
11076           - Implemented the client=false path for PaintEventStart and
11077             PaintEventEnd
11079 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
11081         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
11082         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
11083           styles
11084         * Form.cs: 
11085           - MaximizeBox, MinimizeBox: Recreate the handle when setting
11086             the style
11087           - CreateParams: Reworked the styles to match MS look'n'feel,
11088             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
11089             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
11091 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
11093         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
11094           window is not mapped, since otherwise every form that's being 
11095           created is considered minimized, which is wrong.
11096         * Form.cs: Catching the exception and returning our internal value
11097           instead
11099 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
11101         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
11102           SetWindowMinMax() to have means to tell the driver about the minimum,
11103           maximum and maximized state window sizes. (Part of the fix for #76485)
11104         * Form.cs:
11105           - Implemented tracking of minimum and maximum window size, now calling
11106             new SetWindowMinMax() driver method to tell the driver (Part of the
11107             fix for #76485)
11108           - Finished handling of WM_GETMINMAXINFO method, now setting all values
11109             (Completes fix for #76485)
11110           - Calling new SetWindowMinMax driver method when the handle for a 
11111             form is created, to make sure the driver knows about it even if
11112             the values have been set before the window was created
11113           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
11114             to avoid messing up our anchoring calculations (partial fix
11115             for #77355)
11116         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
11117         * XplatUIX11.cs:
11118           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
11119           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
11120             (and presumably other freedesktop.org compliant WMs). Left the
11121             assumption unmapped=minimized, needed for SetVisible to work.
11122           - Now setting the window state when creating windows
11123           - Fixed SetVisible to consider/set the window state when mapping
11124             a Form. We cannot set the state before it's mapped, and we cannot
11125             use Form.WindowState once it's mapped (since it would ask the
11126             driver and get 'normal'. Therefore, we grab the state before
11127             mapping, map, and then set state.
11128           - Implmemented SetWindowMinMax method; Metacity does not seem to
11129             honor the ZoomHints, though.
11130         * XplatUIWin32.cs:
11131           - Removed MINMAXINFO (moved to XplatUIStructs)
11132           - Added SetWindowMinMax stub (on Win32 the only way to set that
11133             information is in response to the WM_GETMINMAXINFO message, which
11134             is handled in Form.cs)
11135           - Added logic to SetVisible to set the proper window state when a 
11136             form is made visible (fixes #75720)
11138 2006-01-26  Jackson Harper  <jackson@ximian.com>
11140         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
11141         same way we handle them with Invoke.
11143 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
11145         * Form.cs:
11146           - Added tracking of window state so CreateParams can return
11147             the appropriate style
11148           - Moved setting of WS_CAPTION style in CreateParams to allow
11149             styles without caption
11150         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
11151           control if the TextBox property is accessed. Fixes #77345
11152         * Control.cs:
11153           - get_Created: now uses is_disposed and is_created to determine
11154             return value (suggested by Jackson)
11155           - CreateHandle: No longer exits if the handle is being recreated
11156           - RecreateHandle: If the handle is not yet created call the 
11157             appropriate method to create either control or handle. If the
11158             control is already created CreateHandle will simply exit instead
11159             of just creating the handle
11160         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
11161           now SendMessage WM_DESTROY directly to the control when DestroyWindow
11162           is called.
11163         * XplatUIX11.cs: 
11164           - When DestroyWindow is called, instead of waiting for the 
11165             DestroyNotification from X11, we directly post it to the WndProc
11166             and immediately dispose the hwnd object.
11167             Same applies to DestroyChildWindows, and this obsoletes the
11168             expose_pending tracking. Contrary to Win32 behaviour we destroy our
11169             child windows before our own, to avoid X11 errors.
11170           - Removed the direct sending of WM_PAINT on UpdateWindow
11171         * XplatUIWin32.cs:
11172           - Reworked DoEvents and GetMessage to allow access to internal queue
11173             even when trying non-blocking access to the queue.  Fixes #77335. 
11174             Based on a patch suggestion by Don Edvalson. The new private
11175             GetMessage can now also be used as a backend for a PeekMessage
11176             frontend version.
11177         * XplatUI.cs: Improved debug output for CreateWindow
11179 2006-01-25  Jackson Harper  <jackson@ximian.com>
11181         * Help.cs: Allow param to be null. Patch by Don Edvalson.
11183 2006-01-24  Jackson Harper  <jackson@ximian.com>
11185         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
11186         when we have a MaxDropItems lower then the selected index.
11188 2006-01-24  Jackson Harper  <jackson@ximian.com>
11190         * Control.cs: Don't allow selection of non visible controls, allow
11191         selection of controls without parents.
11193 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
11195         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
11196         * DataGridDrawingLogic.cs: Add editing row only when is necessary
11198 2006-01-23  Jackson Harper  <jackson@ximian.com>
11200         * UpDownBase.cs: Make the textbox handle all the selection and
11201         tabbing. This fixes tabing to updown controls.
11203 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
11205         * TextBoxBase.cs: fixes exception thown the object was null
11207 2006-01-23  Jackson Harper  <jackson@ximian.com>
11209         * ButtonBase.cs: Just use the base CreateParams. They set
11210         visibility and enabled correctly.
11211         * ComboBox.cs:
11212         * TrackBar.cs:
11213         * MonthCalendar.cs: Lets let the base set as much of the
11214         createparams as possible so we don't have duplicate code all over
11215         the place.
11217 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
11219         * ThemeGtk.cs: Added TrackBar and some experimental code to
11220           get double buffering back
11222 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
11224         * DataGrid.cs: Allows row number set internally higher than the last
11225         when creating a new row. Restores the editing functionality.
11227 2006-01-20  Mike Kestner  <mkestner@novell.com>
11229         * MimeIcon.cs: delay Image creation until the icons are accessed
11230         instead of creating 190 scaled images on GnomeHandler startup.
11232 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
11234         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
11235           first call base before processing the event. Fixes #77279
11237 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
11239         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
11240           that the stride for the GDI bitmap would match the stride of
11241           a DIB or a Cursor.
11243 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
11245         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
11247 2006-01-19  Jackson Harper  <jackson@ximian.com>
11249         * ComboBox.cs: Hookup the text controls keydown event so we get
11250         those when the text control has the focus.
11252 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
11254         * Label.cs: Now using the base events instead of defining new ones;
11255           this allows us to just call the base properties without having to
11256           duplicate all base property logic 
11258 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
11260         * Label.cs: A label by default is not a tabstop (Fixes one of our
11261           failing nunit tests)
11263 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
11265         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
11266         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
11268 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
11270         * Cursor.cs: Reimplemented creating cursor bitmaps without using
11271           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
11272           This fixes #77218
11273         * XplatUIWin32.cs: 
11274           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
11275             constructor creates images that can't be saved. Part of the fix
11276             for #76103
11277           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
11278           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
11279             bug fix for handling window state in forms properly)
11281 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11283         * ThemeGtk.cs: Simplify ScrollBar drawing
11285 2006-01-18  Jackson Harper  <jackson@ximian.com>
11287         * Splitter.cs: Set the default dock style for the splitter control
11288         in the constructor.
11290 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11292         * ThemeGtk.cs: Corrected StateType and ShadowType for
11293           gtk_paint_box
11295 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11297         * Control.cs: Make use of Theme.DoubleBufferingSupported
11298         * ThemeGtk.cs:
11299           - Added drawing for flat style buttons
11300           - Added ScrollBar drawing
11302 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11304         * ThemeClearlooks.cs: Removed some unneeded code.
11305         * ThemeGtk.cs: First part of ThemeGtk enhancements.
11307 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
11309         * LinkLabel.cs: We need to update the hover drawing when
11310           leaving the control as well.
11312 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
11314         * DataGrid.cs: Clicking on non empty areas in the columns
11315            area was giving an exception
11317 2006-01-17  Jackson Harper  <jackson@ximian.com>
11319         * ThemeWin32Classic.cs:
11320         * ListView.cs: Do not draw/clip the headers when the header style
11321         is None.
11323 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
11325         * DataGrid.cs: Fixes 77260
11326         
11327 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
11329         * DataGrid.cs: Clicking on a column on a empty grid was giving
11330           an exception
11332 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
11334         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
11335           or any keypress will crash the grid.
11337 2006-01-17  Mike Kestner  <mkestner@novell.com>
11339         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
11340         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
11341         invisible/previously-visible items.
11342         [Fixes #76909]
11344 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
11346         * ThemeClearlooks.cs:
11347         - Added CL_Draw_Button method; now other theme controls that are 
11348           not derived from button or do not have a button can draw buttons
11349           too
11350         - Updated ComboBox drawing
11351         - Beautified RadioButton drawing
11352         - Corrected drawing of bottom and left tabs
11353         - Beautified DateTimePicker and MonthCalendar
11354         - Added CPDrawButton and CPDrawRadioButton
11356 2006-01-16  Jackson Harper  <jackson@ximian.com>
11358         * ComboBox.cs: Set the initial value of the scrollbar to the
11359         current index. Reduce the numbers of refreshs and IndexOfs called.
11361 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
11363         * FileDialog.cs: When the file listview is focused hitting the
11364           backspace key moves the fileview to the parent directory
11366 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
11368         * Form.cs: 
11369           - Added RecreateHandle call when changing taskbar visibility to 
11370             trigger reparenting in Win32 driver (Fixes #75719)
11371           - If a window has minimize or maximize buttons, it cannot have
11372             a help button
11373         * XplatUIWin32.cs:
11374           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
11375             the toplevel form with FosterParent (A toolwindow not on the
11376             taskbar) (Fixes #75719)
11377           - Made FosterParent a toolwindow
11379 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
11381         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
11383 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
11385         * ToolTip.cs: If SetToolTip is called from a control and the mouse
11386           is currently over that control, make sure that tooltip_window.Text
11387           gets updated
11389 2006-01-13  Mike Kestner  <mkestner@novell.com>
11391         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
11393 2006-01-13  Jackson Harper  <jackson@ximian.com>
11395         * TreeView.cs: On MS GetNodeAt never actually factors in the X
11396         value passed.  Also redraw the selected node when we recieve
11397         focus, so tabbing between trees works correctly.
11399 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
11401         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
11402           ~/.gconf/%gconf-tree.xml, so use
11403           .gconf/desktop/gnome/interface/%gconf.xml
11405 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
11407         * TextControl.cs: Draw text in gray if control is disabled
11409 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
11411         * TreeView.cs: Draw the focus rectangle outside the highlight, to
11412           make sure it's always visible. Fixes #76680.
11414 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
11416         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
11418 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
11420         * PageSetupDialog.cs: Added.
11421         * PrintDialog.cs: Attributes.
11422         * PrintPreviewControl.cs: Updates.
11423         * PrintPreviewDialog.cs: Updates.
11424         
11425 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11427         * Control.cs: Undid my selection check fix, since it's not needed
11428         * TextBoxBase.cs:
11429           - Now considering the presence of hscroll/vscroll when sizing
11430             vscroll/hscroll respectively. Fixed bug #77077
11431           - Added Left/Up/Down/Right to IsInputKey list to prevent
11432             ContainerControl from stealing them. This fixes what I broke
11433             with my last checkin.
11435 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
11437         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
11438           I finally understand how the property can be set without a setter :-)
11440 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11442         * Application.cs:
11443           - Switched RunLoop to use static Message.Create to create a 
11444             Message object
11445           - Added PreProcessMessage call in runloop for keyboard events; this
11446             is part of the fix for #77219, I overlooked this originally in the
11447             MSDN doc for PreProcessMessage
11448         * Control.cs:
11449           - Removed call to PreProcessMessage from handling of keyboard 
11450             messages; it's supposed to be done in the message pump
11451           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
11452             per MSDN documentation.
11453           - IsInputChar: All chars are input chars by default; removed the 
11454             parent calling chain, MS does not document that
11455           - PreProcessMessage: If IsInputChar is true, we want to return false
11456             to allow dispatching of the message
11457           - When selecting the next control, now also check that we're not
11458             selecting ourselves again and therefore return a false positive.
11459         * TextBoxBase.cs:
11460           - Tried to match return values for IsInputKey and ProcessDialogKey
11461             to what MS returns; moved processing of our special keys outside
11462             ProcessDialogKey since MS does not seem to return true on those.
11463           - Moved code that previously was in ProcessDialogKey into new private
11464             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
11465           - Reworked handling of WM_CHAR to not have to duplicate code from
11466             Control.cs anymore, instead we simply call down to base.
11467            
11468 2006-01-12  Jackson Harper  <jackson@ximian.com>
11470         * ComboBox.cs: We always need to refresh the text area when
11471         EndUpdate is called. Fixes the combobox in the file dialog.
11472         * Control.cs: Don't create the creator_thread until the controls
11473         handle is created.  Also in InvokeRequired we check if the
11474         creator_thread is null. This gives the effect of InvokeRequired
11475         returning true if the controls handle is not created yet, and
11476         matches MS.
11478 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11480         * XplatUI.cs:
11481           - Added StartLoop() driver method. This is used to allow drivers to
11482             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
11483             loop for a particular thread
11484           - Added EndLoop() driver method. This is called once the message
11485             pump for the thread is shut down
11486           - Added SupportsTransparency method to allow the driver to indicate
11487             opacity support for windows
11488         * Form.cs:
11489           - Removed TODO attribute, completed AllowTransparency property
11490           - Added documented logic to Opacity
11491         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
11492           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
11493           versions of CompatibleTextRendering
11494         * X11Structs.cs: Added opacity atom to our atom enumeration
11495         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
11496           of a form might be set before it's reparented by the WM, and we need
11497           the opacity value without calling up to Form)
11498         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
11499           SupportsTransparency() driver methods
11500         * Application.cs: Now calling StartLoop and EndLoop driver methods
11501         * XplatUIX11.cs:
11502           - Added opacity atom registration
11503           - Added StartLoop()/EndLoop() methods. They're empty right now but
11504             will need to get implemented when we switch to a per-thread queue
11505           - Implemented SupportsTransparency() method
11506           - Implemented SetWindowTransparency() method
11507           - Added support for setting the opacity value when a window is
11508             reparented (since the opacity needs to be set on the WM frame)
11509         * XplatUIOSX.cs, XplatUIWin32.cs:
11510           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
11512 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
11514         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
11516 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
11518         * FileDialog.cs: Added ToolTip for MWFFileView
11519         * MimeIcon.cs: Rewrote GnomeHandler.
11520           - Get currently used gnome icon theme from
11521             ($HOME)/.gconf/%gconf-tree.xml
11522           - Make use of inherited icon themes
11523           - Support SVG icon themes like Tango via librsvg
11525 2006-01-12  Miguel de Icaza  <miguel@novell.com>
11527         Revert's Jackson's revert which broke 2.0 builds.   Fix both
11528         builds. 
11529         
11530         * Application.cs: Move the use_compatible_text_rendering outside
11531         the NET_2_0 define.  If we ever need to use the
11532         use_compatible_text_rendering on the individual controls they will
11533         access the variable from the common shared code paths.
11535 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11537         * XplatUI.cs:
11538           - Added more granular debug options
11539           - Added method to print both window text and id
11540           - Switched debug output to use new Window() debug method
11541           - Added IsEnabled() driver method
11542           - Added EnableWindow() driver method
11543         * Form.cs:
11544           - Removed end_modal; no longer needed, new loop handles termination
11545             via 'closing' variable
11546           - If form is modal, setting DialogResult will now initiate loop
11547             termination via 'closing' variable
11548           - Added support for is_enabled/WS_DISABLED to CreateParams
11549           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
11550             does all the work
11551           - Removed code that's now in RunLoop from ShowDialog()
11552           - Added various documented sanity checks to ShowDialog()
11553           - Added handling of WM_DESTROY message; we set 'closing' on getting
11554             the message to indicate the message pump to terminate
11555           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
11556             send by the Application.ExitThread method. (We send the message
11557             to destroy the window after all other events have been
11558             processed through the queue, instead of destroying the handle 
11559             directly)
11560           - Moved code from Close() method to WM_CLOSE handler; added logic
11561             to only send close-related events if the form is not displayed
11562             modal
11563         * Splitter.cs (..ctor): Fixed typo in resource name
11564         * Control.cs:
11565           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
11566             brush now
11567           - set_Cursor: Now only setting calling into XplatUI if the handle for
11568             the control is already created; this avoids implict handle creation
11569             or crashes if it's not created
11570           - set_Enabled: Now setting the enabled state via the new driver method
11571             instead of just tracking it
11572           - CreateParams: Added logic to set WS_DISABLED based on enabled state
11573           - CreateControl: Reordered event firing and method calls to more
11574             closely fire events in the order MS does. Now setting the
11575             enabled state in the driver when creating the control.
11576           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
11577             match MS order
11578         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
11579           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
11580         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
11581         * Hwnd.cs:
11582           - Added tracking of window enabled state (get_Enabled/set_Enabled)
11583           - Added EnabledHwnd property to easily allow a driver to find the
11584             handle of the first enabled window in the parent chain (this is
11585             used by drivers to pass up input events of disabled windows)
11586         * XplatUIDriver.cs: Added IsEnabled() method
11587         * Application.cs:
11588           - Removed crude and obsolete exiting tracking variable
11589           - Removed internal ModalRun(); replaced by RunLoop()
11590           - Implemented private CloseForms() method to allow closing all 
11591             windows owned by a particular (or all) threads
11592           - Exit() now properly closes all windows without forcing the message
11593             pump to quit
11594           - Removed obsolete InternalExit() method
11595           - Changed Run() methods to use new RunLoop() message pump
11596           - Implemented new RunLoop() method for both modal and non-modal forms
11597         * CommonDialog.cs:
11598           - get_CreateParams: Added setting of WS_DISABLED
11599           - Simplified ShowDialog(); now all the work is done in RunLoop(),
11600             invoked via Form.ShowDialog()
11601         * NativeWindow.cs: We don't remove the window from the collection when
11602           the handle is destroyed; there might still be messages for it in the
11603           queue (mainly the resulting WM_DESTROY); instead it will be removed
11604           when Control calls InvalidateHandle in the WM_DESTROY handler
11605         * XplatUIX11.cs:
11606           - CreateWindow: Added logic to handle the WS_DISABLED window style
11607           - EnableWindow: Implemented based on Hwnd.Enabled
11608           - GetMessage: Reset PostQuitState so the method can be called again
11609           - Implemented support for disabled windows (passing messages to the
11610             first enabled parent) in handling all input messages
11611           - Added optimizations for handling Expose events
11612           - Implemeted new driver method IsEnabled()
11613           - Now always resetting paint pending tracking vars when we start paint
11614           - Re-implemented UpdateWindow via just sending a WM_PAINT message
11615         * XplatUIOSX.cs: Added IsEnabled method stub
11616         * XplatUIWin32.cs: Implemented new IsEnabled() method
11618 2006-01-11  Jackson Harper  <jackson@ximian.com>
11620         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
11621         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
11622         variables a little.
11623         * ColorDialog.cs: Clear out the old form before adding the new
11624         panel.  
11626 2006-01-11  Jackson Harper  <jackson@ximian.com>
11628         * X11Dnd.cs: Make sure to add all the text formats when adding
11629         strings to the data object.
11630         * TreeNodeCollection.cs: When adding to a sorted tree we need to
11631         do some redrawing too.  Also change the UpdateNode to an
11632         UpdateBelow so the newly added node gets painted.
11633         
11634 2006-01-11  Miguel de Icaza  <miguel@novell.com>
11636         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
11637         LinkLabel.cs, PropertyGrid.cs: Implement the
11638         UseCompatibleTextRendering property for 2.x
11640         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
11642 2006-01-11  Jackson Harper  <jackson@ximian.com>
11644         * TreeView.cs: Use the property for setting the selected node so
11645         the correct events get raised.
11646         * TreeNode.cs: Update the tree when the fore/back colours of a
11647         node are set.
11649 2006-01-10  Jackson Harper  <jackson@ximian.com>
11651         * TreeView.cs: Allow setting SelectedNode to null.
11653 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11655         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
11657 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11659         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
11661 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11663         * PrintDialog.cs: Added attributes and set default property values.
11665 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11667         * PrintControllerWithStatusDialog.cs: 
11668         Added PrintControllerWithStatusDialog.
11670 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11672         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
11673         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
11675 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11677         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
11679 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11681         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
11682         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
11684 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
11686         * MimeIcon.cs: Added internal class SVGUtil.
11688 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
11690         * FileDialog.cs: Don't crash if there are two files with the
11691           same name but different locations.
11693 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
11695         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
11696         dates across multiple month grids. Used to not highlight entire 
11697         month, but does now.
11698         
11699 2006-01-06  Jackson Harper  <jackson@ximian.com>
11701         * MonthCalendar.cs: Removed DoEvents call to prevent a running
11702         message loop. Change timer intervals to numbers that seem more
11703         natural.
11705 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
11707         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
11708           object for location info since screen object is now implemented.
11710 2006-01-05  Jackson Harper  <jackson@ximian.com>
11712         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
11713         * AsyncMethodResult.cs: We no longer use a WeakReference for the
11714         AsyncMethodResult, this is because we ALWAYS want the
11715         ManualResetEvent to get set.
11716         * Control.cs: When disposing use an async invoke to call shutdown
11717         code, so that thigns don't block on the finalizer thread.  Also
11718         check if we even have a message loop before trying to send
11719         messages, if we don't then don't bother sending messages.
11720         - No more weak references for async methods
11721         * XplatUIDriver.cs: No more weak references for async methods.
11723 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11725         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
11726           returns two FontFamily with the same name
11728 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11730         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
11731           drawing disabled text. Instead using the ColorGrayText color
11733 2006-01-04  Jackson Harper  <jackson@ximian.com>
11735         * TreeNode.cs: redraw the node when its image index is changed.
11737 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11739         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
11740           time I checked there are no others like it.
11742 2006-01-04  Jackson Harper  <jackson@ximian.com>
11744         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
11745         this gives the behavoir I was looking for.
11746         * Control.cs: Special case Invoking EventHandlers, this matches MS
11747         and fixes part of bug #76326.
11749 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11751         * ThemeClearlooks.cs, FileDialog.cs:
11752           - Reflect the latest Theme class changes
11753           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
11754             with DateTime
11755             
11756 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11758         * Theme.cs: Cache UI resource images and resize them if needed
11760 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11762         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
11763           is called. This fixes the crash in Nexxia when setting the font
11764           attributes in the chat. [However, RTF needs a look-over to make sure
11765           that all SelectionXXX methods handle the special case that selection
11766           is empty and therefore the change must be applied to all text starting
11767           at the cursor/selection start]
11769 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
11771         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11772           XplatUIOSX.cs: Added SendMessage and PostMessage methods
11773         * X11Keyboard.cs: Switched to new way of calling PostMessage
11775 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11777         * Theme.cs: Added theme interface for images to allow the theme to
11778           control what images are used for things like FileDialog, MessageBox
11779           icons, etc.
11780         * MessageBox.cs: Now uses the new Theme icon/image interfaces
11782 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
11784         * FileDialog.cs:
11785           - Removed some dead code
11786           - Opening a recently used file does work now
11787           - Small UI enhancements
11788           - Refactoring
11790 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11792         * FileDialog.cs: Forgot too add __MonoCS__
11794 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11796         * FileDialog.cs: We are able to read recently used files now let's
11797           go on and write them.
11799 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
11801         * FileDialog.cs: Breathe some life into "last open"/"recently used"
11802           button
11803         * MimeIcon.cs: Do a check for the top level media type also
11805 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11807         * ThemeClearlooks.cs:
11808           - Added CPDrawStringDisabled
11809           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
11810             some chars if the text doesn't fit into text_rect
11811           - DrawListViewItem: If View = View.LargeIcon center the image;
11812             rewrote the drawing of ListViewItem.Text if View = 
11813             View.LargeIcon
11815 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11817         * MimeIcon.cs: Use default KDE icon theme if there is no
11818           "48x48" directory for the current icon theme, fixes #77114
11819         * Mime.cs: Disable not working and actually not used code. 
11820         * ThemeWin32Classic.cs:
11821           - Replace "new SolidBrush" in GetControlBackBrush and
11822             GetControlForeBrush with ResPool.GetSolidBrush
11823           - Changed DrawListViewItem from private to protected virtual
11824         * FileDialog.cs:
11825           - Added form.MaximizeBox = true
11826           - Don't throw an exception if there is a broken symbolic link
11828 2005-12-23  Jackson Harper  <jackson@ximian.com>
11830         * TabControl.cs: Give the panels focus, keyboard navigation is
11831         fixed so this works correctly now.
11832         - We need these key events also.
11833         * ToolBar.cs: Remove some of the poor mans double buffering.
11834         
11835 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11837         * ComboBox.cs: The internal TextBox now returns the focus.
11839 2005-12-23  Jackson Harper  <jackson@ximian.com>
11841         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11843 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11845         * Control.cs: Removed debug code
11846         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11847           implicit children
11849 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11851         * Control.cs: When creating the control, update the Z-order after
11852           all it's children are created, too. (Fixes nexxia not showing
11853           picturebox bug)
11855 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11857         * Control.cs: Do not update the anchoring distances if layout is
11858           suspended, instead do it once layout is resumed
11860 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11862         * Control.cs: 
11863           - After many hours of debugging, for both Jackson and
11864             myself, it turns out that it helps to set the parent of a control
11865             if you want to actually see it onscreen. In the spirit of that
11866             discovery, we're now setting the parent of the control and
11867             it's children when the control's handle is created. This fix
11868             will make Lutz Roeder's Reflector run happily. 
11869           - now just creating the handle instead of the whole control when
11870             getting a graphics context for the control.
11872 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11874         * ScrollableControl.cs: When calculating the canvas, don't consider
11875           the scrollbar widths. Instead, predict if horizontal scrollbar
11876           will affect canvas when deciding on vertical display and vice versa.
11878 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11880         * RichTextBox.cs: Set default RTF font for documents that don't
11881           have a font table (Fixes #77076)
11883 2005-12-22  Jackson Harper  <jackson@ximian.com>
11885         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11886         clipboard. This prevents a NullRef in that case.
11887         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11888         clipboard. PRIMARY is for the currently selected text only. (We
11889         should implement PRIMARY at some point.
11891 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11893         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11894           a Unicode function with a structure that was defined in Ansi way.
11895           This fixes #76942.
11897 2005-12-21  Jackson Harper  <jackson@ximian.com>
11899         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11900         on. Because thats how it rolls. (and this avoids it using ambient
11901         colours).
11902         * ThemeWin32Classic.cs: Use the proper back color for filling.
11903         * Menu.cs: Use the system menu bar color for drawing menu
11904         bars. Using the window back color will bring ambient colours into
11905         the picture.
11907 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11909         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11910           Bitmaps were created and not disposed.
11912 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11914         * Control.cs (CreateControl): Don't do anything if the control is
11915           already created, otherwise we'd fire the OnCreated event more than
11916           once
11918 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11920         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11921           will always match. Instead return -1. Fixes #76464.
11923 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11925         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11926           neither the beginning nor the end of the line (Fixes bug #76479)
11928 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11930         * Control.cs:
11931           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11932             where handle is invalid
11933           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11934             instead of slower linear search
11935         * NativeWindow.cs: Don't remove the window from the hashtable until
11936           after the driver has destroyed it (since the driver might use
11937           Control.FromHandle to lookup the control object
11938         * Hwnd.cs: Added DestroyPending property to track if a window is 
11939           already destroyed as far as the driver is concerned and only hasn't
11940           yet notified the control
11941         * XplatUIX11.cs:
11942           - Activate(): Check if the window is still valid before using the 
11943             handle
11944           - Implemented DestroyChildWindow() method to mark child windows as
11945             destroyed when a window is destroyed. This prevents situations 
11946             where we might call an X method based on queued events for a
11947             window that already has been destroyed but we haven't yet pulled
11948             the destroy method from the queue.
11949           - Added a call to the new DestroyChildWindow() method to the drivers
11950             DestroyWindow code. Also now marking the destroyed window itself
11951             as pending
11953 2005-12-20  Jackson Harper  <jackson@ximian.com>
11955         * StatusBar.cs:
11956         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11957         anymore. Just do them when needed, also track the rects of panels
11958         so that we can optimize refreshing more in the future.
11960 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11962         * ColorDialog.cs: Fixed focus drawing in small color controls
11964 2005-12-19  Jackson Harper  <jackson@ximian.com>
11966         * InternalWindowManager.cs:
11967         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11968         moving windows works properly.
11970 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11972         * Control.cs: 
11973           - Removed call to InitLayout() from SetBoundsCore(); doc says
11974             it's only called when a control is added to a container
11975           - Split InitLayout logic, moved to separate UpdateDistances() method
11976             since we need to perform those calculations more often than just
11977             when adding the control to a container. (Needed to fix #77022)
11978           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11979           - Reduced the OnBindingContextChanged events count, don't send them
11980             unless the control is created, we still aren't totally matching
11981             MS, but I can't quite figure out some of their rules
11983 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11985         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11986           stripes
11988 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11990         * ThemeClearlooks.cs:
11991           - Updated ProgressBar drawing
11992           - Corrected drawing of ScrollBars and scroll buttons
11993           - Some temporary fixes for minor pixel artefacts
11995 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11997         * Control.cs:
11998           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11999             cause events to be sent in the same order as MS does.
12000           - Added ChangeParent() method to trigger various OnXXXChanged events
12001             that need to be fired when a parent changes (This is a reworking
12002             of the patch from r54254, with the X11 errors fixed)
12003           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
12004             since on MS we get OnLayoutChanged events when calling Clear()
12005           - Changed Enabled property to consider parent state as well, if a
12006             parent is not enabled, the control will not be either
12007           - Changed Parent property to simply call Controls.Add() since that
12008             now does all the work required, this way we avoid code duplication
12009           - Threw in a few OnBindingsContextChanged calls to try and match
12010             when MS sends them. We seem to send a few too many, though.
12011           - Added call to CreateControl when adding the control to a parent.
12012             We were never calling CreateControl. Still needs some work, in
12013             some places we treat HandleCreated and ControlCreated as equal, 
12014             which is wrong
12015           - Removed obsolete commented out code from UpdateZOrder()
12017 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
12019         * ThemeClearlooks.cs: Updated TrackBar drawing.
12021 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
12023         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
12025 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
12027         * FileDialog.cs: Add the Help button and the open readonly
12028           checkbox only if needed
12030 2005-12-16  Jackson Harper  <jackson@ximian.com>
12032         * Control.cs: Make sure we have an active menu before trying to
12033         process commands on it. Prevents menu-less forms from crashing
12034         when Alt is pressed.
12035         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
12036         Dieter Bremes.
12037         * RichTextBox.cs: Expand statement to help out gmcs and fix the
12038         2.0 build.
12040 2005-12-16  Jackson Harper  <jackson@ximian.com>
12042         * InternalWindowManager.cs: Don't translate tool windows screen
12043         coordinates. This fixes windows 'bouncing' around when being moved.
12045 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
12047         * TextBoxBase.cs:
12048           - MaxLength now treats 2^31-1 equal to unlimited length (this is
12049             not quite MS compatible, MS uses that number only for single line
12050             and 2^32-1 for multi-line, but I figure it won't hurt keeping
12051             the limit at 2GB)
12052           - Now enforcing the MaxLength limit when entering characters
12053           - Added argument to internal Paste() method to track if it's called
12054             from programatically or via keyboard, since keyboard driven pastes
12055             need to enforce max-length
12056           - Added logic to Paste to only paste as many chars as MaxLength 
12057             allows
12058         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
12059         * TextControl.cs:
12060           - Added Length property to return number of characters in document
12061           - Added private CharCount property which only tracks actual chars
12062             in the document (no linefeeds) and fires event when CharCount
12063             changes
12064           - Added tracking of character count to all methods that alter it
12065           - Added LengthChanged event to allow applications to subscribe
12066             to any changes to the document
12068 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
12070         * TextBox.cs: 
12071           - Removed local password_char field (moved to TextBoxBase)
12072           - Now setting the document's password var when password is
12073             set
12074         * TextBoxBase.cs:
12075           - Added password_char field (needed here so MultiLine can
12076             access it)
12077           - Added logic to MultiLine property setter to set the document's
12078             variable when password display is allowed
12079           - Removed debug code and made some debug code conditional
12080         * TextControl.cs:
12081           - Added RecalculatePasswordLine() method to handle special password
12082             char only lines
12083           - Added PasswordChar property, also added related tracking vars
12084           - Draw() method now uses local text var for grabbing text to draw,
12085             this var is set to line.text unless we're doing password display,
12086             then it is set to the pre-generated all-password-chars line
12087           - Added calling RecalculatePasswordLine() method for password lines
12089 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
12091         * Hwnd.cs: 
12092           - Added Reparented property to allow tracking of Window Manager
12093             reparenting actions (which affect X/Y calculations of toplevel 
12094             windows)
12095           - Made ToString() print window handles in hex
12096         * XplatUIX11.cs:
12097           - AddConfigureNotify(): Now uses reparented state off Hwnd to
12098             determine if X/Y needs offsetting
12099           - AddConfigureNotify(): Fixed offset calculations
12100           - Now adds ReparentNotify messages into the queue
12101           - Now processes ReparentNotify messages and causes a 
12102             WM_WINDOWPOSCHANGED message to be sent upstream if a window
12103             is reparented (as most likely it's X/Y coordinates are changed
12104             due to that)
12106 2005-12-14  Jackson Harper  <jackson@ximian.com>
12108         * XplatUIX11.cs: Tool windows still need to respek focus.
12110 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
12112         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
12113           have a working release
12115 2005-12-13  Jackson Harper  <jackson@ximian.com>
12117         * Form.cs: Update styles after setting the border style regardless
12118         of whether or not the window is using a window manager.
12120 2005-12-13  Jackson Harper  <jackson@ximian.com>
12122         * Form.cs: We now hook into an internal window manager instead of just an
12123         MDI subsystem, this is so we can have properly behaving tool windows.
12124         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
12125         * InternalWindowManager.cs: New internal class that acts as a
12126         window manager for tool windows and as a base for mdi windows.
12127         * MdiWindowManager.cs: New class that acts as a window manager for
12128         mdi windows.
12130 2005-12-12  Jackson Harper  <jackson@ximian.com>
12132         * Control.cs: Updates so we match behavoir for for implicit
12133         controls. Fixes explosions in MDI.
12135 2005-12-12  Jackson Harper  <jackson@ximian.com>
12137         * Control.cs: Implement Invalidate (Region).
12139 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
12141         * Control.cs: 
12142           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
12143             the same events as MS does. MS fires events for each property 
12144             except, for unknown reasons, Cursor, when the control is reparented. 
12145             I can't seem to totally match add/remove since MS also fires some 
12146             VisibleChanged events, which makes no sense. Consolidated the
12147             parenting code into a separate method so it can be called from
12148             both Add and Remove. set_Parent no longer needs any special logic
12149             as it calls the parent's add method which implicitly fires
12150             all events
12151           - Removed some obsolete code and debug output
12152           - Enabled state is inherited from parents, if this is enabled
12154 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
12156         * Form.cs: Removed commented out code
12158 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
12160         * Control.cs:
12161           - Added internal version of Invoke, with additional argument 
12162             indicating if we're calling it from a Dispose() handler. That
12163             way we can avoid BeginInvoke throwing an exception if we're
12164             calling for an already destroyed window.
12165           - Added a dispose argument to BeginInvokeInternal, and made the
12166             check if a valid window handle chain exists conditional on
12167             it not being a dispose call
12168           - Removed code in DestroyHandle to destroy our children. Since we
12169             now handle the WM_DESTROY message we will catch all our children
12170             being destroyed.
12171           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
12172         * Form.cs:
12173           - Added a field to track the application context of the form.
12174           - No need to set closing variable as response to WM_CLOSE, instead
12175             we destroy the window. We also call PostQuitMessage if the form
12176             has an application context (which makes it the main app form,
12177             which, when closed terminates the app)
12178         * XplatUI.cs:
12179           - Dropped Exit() method, it's naming was confusing
12180           - Added PostQuitMessage() which causes GetMessage to return false
12181             once the message queue is empty
12182         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
12183           PostQuitMessage()
12184         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
12185           no longer a valid XplatUI method, but left it in since it's used
12186           internally. Added empty PostQuitMessage() method.
12187         * MenuAPI.cs: Replaced call to Exit() with call to
12188           PostQuitMessage, even though this is probably no longer needed.
12189         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
12190         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
12191         * Application.cs:
12192           - Replaced call to XplatUI.Exit() with PostQuitMessage()
12193           - Removed old debug code that would call XplatUI for exception
12194             display, enabled standard exception handling (Still not enabled
12195             though, until NativeWindow's ExternalExceptionHandler define
12196             is removed
12197         * NativeWindow.cs:
12198           - Added internal method to allow control to update NativeWindow
12199             after a window has been destroyed
12200           - Added handling of already destroyed windows when calling i
12201             DestroyWindow
12202           - Added removal of handle from list on ReleaseHandle
12203         * XplatUIX11.cs:
12204           - Dropped GetMessageResult var and related code
12205           - Added PostQuitState to field to track if PostQuitMessage has been
12206             called
12207           - Dropped Exit() method
12208           - Added PostQuitMessage() method
12209           - GetMessage now will return false if PostQuitState is set and no
12210             more messages are in the queue.
12211           - Expose handler will no longer generate WM_PAINT messages if we are
12212             in PostQuitState since it's very likely any windows have already
12213             been destroyed, and since Hwnd won't get updated until we have
12214             processed the DestroyNotify we'd be causing X errors.
12215         
12216 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12218         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
12219           Thanks to Mike for pointing out the err of my ways.
12221 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12223         * Control.cs(PreProcessMessage): Moved menu handling back, but
12224           after all other key handling, to match MS (who handles Menu in
12225           DefWndProc)
12226         * Menu.cs (WndProc): Removed my brainfart
12228 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12230         * Control.cs(PreProcessMessage): Removed special menu handling 
12231         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
12233 2005-12-07  Mike Kestner  <mkestner@novell.com>
12235         * Control.cs : special case SYSKEYUP so that we can adjust keynav
12236         state according in tracker.
12237         * Menu.cs : promote tracker field to base class and provide a tracker
12238         lookup capability.  Add/Remove shortcuts dynamically if the top menu
12239         has a tracker. Unparent items that are removed from the collection.
12240         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
12241         * Theme*.cs: add always_show_hotkeys field to support configurability
12242         of mnemonic display.  win32 doesn't show mnemonics until Alt is
12243         pressed.
12245 2005-12-07  Jackson Harper  <jackson@ximian.com>
12247         * MdiChildContext.cs: Use Control.ResetCursor.
12248         * Control.cs: ResetCursor needs to set the property so that the
12249         correct XplatUI call gets made.
12251 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12253         * Control.cs: More fixes to make our key events match MS. We
12254           were not setting the modifier state on KeyData, and we were
12255           not generating any events when Alt was pressed with a key
12256           since handling of WM_SYSxxx was missing for the OnKey methods.
12258 2005-12-07  Jackson Harper  <jackson@ximian.com>
12260         * MdiChildContext.cs: reenable the sizing code.
12261         - When the mouse leaves a window reset its cursor.
12263 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
12265         * ThemeClearlooks.cs: Reflect latest Hwnd changes
12267 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12269         * Hwnd.cs: Now using the theme 3d bordersize to calculate
12270           widths of Fixed3D borders
12272 2005-12-07  Jackson Harper  <jackson@ximian.com>
12274         * MdiClient.cs: Fix warnings. Earn Mike's love.
12276 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
12278         * ThemeClearlooks.cs:
12279           - Adjusted mouse over button color
12280           - Added first parts of CheckBox drawing
12281           - Added correct color for selected text background
12282           - Fixed ComboBox drawing
12283           - Added CPDrawBorder3D and CPDrawBorder
12285 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
12287         * XplatUIX11.cs: Added call to XBell for AudibleAlert
12289 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
12291         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
12292           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
12293           alert users via sound. We could add an enum arg with different
12294           types of alerts in the future
12296 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
12298         * Control.cs: Fix behaviour problems pointed out by Mike
12300 2005-12-05  Mike Kestner  <mkestner@novell.com>
12302         * StatusBarPanel.cs: add Invalidate method and hook it into all the
12303         prop setters.  Calls parent.Refresh for now, but could be maybe be
12304         optimized with an internal method on StatusBar at some point.
12305         [Fixes #76513]
12307 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
12309         * RichTextBox.cs: Implemented get_SelectionColor
12311 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
12313         * ThemeClearlooks.cs:
12314           - Removed dead code
12315           - Draw black button border only if button is Form.AcceptButton
12316           - Draw correct button color for pressed RadioButton if the mouse 
12317             has entered the button
12318           - Updated ProgressBar drawing!
12319           - Updated CPDrawSizeGrip drawing
12320           - Updated StatusBarPanel drawing
12322 2005-12-05  Mike Kestner  <mkestner@novell.com>
12324         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
12325         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
12327 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
12329         * ThemeClearlooks.cs: Initial check-in, activate with
12330           export MONO_THEME=clearlooks
12331         * ThemeEngine.cs: Added ThemeClearlooks
12333 2005-12-03  Mike Kestner  <mkestner@novell.com>
12335         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
12336         [Fixes #76897]
12338 2005-12-02  Jackson Harper  <jackson@ximian.com>
12340         * Form.cs: If the child form has no menu the default main menu is
12341         used as the active menu.
12343 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
12345         * ListBox.cs: Check if any items exist before trying to resolve 
12346           coordinates into items
12348 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
12350         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
12351           as the second color for the background hatch
12353 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
12355         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
12356         * RichTextBox.cs: FormatText position arguments are 1-based, now making
12357           sure that what we pass to FormatText is always 1-based. Fixes #76885
12359 2005-11-29  Miguel de Icaza  <miguel@novell.com>
12361         * NumericUpDown.cs (EndInit): When we are done initializing,
12362         reflect any updates on the UI.
12364 2005-12-02  Jackson Harper  <jackson@ximian.com>
12366         * ImplicitHScrollBar.cs:
12367         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
12368         their container controls.
12369         * TreeView.cs: Use the new implicit scrollbars.
12371 2005-12-02  Jackson Harper  <jackson@ximian.com>
12373         * TreeView.cs: Make top_node internal so the TreeNodeCollections
12374         can play with it.
12375         * TreeNodeCollection.cs: If we remove the topnode we need to
12376         update topnode to the next node in line.
12377         - When clearing nodes go through the same process as removing
12378         them, so they get depareneted and checked if they are top node.
12380 2005-12-01  Jackson Harper  <jackson@ximian.com>
12382         * TreeView.cs: When imagelists are used the image area is
12383         selectable as well as the text.
12384         - If there are no selected nodes select the first one.
12385         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
12386         so don't do it more then we need to.
12388 2005-12-01  Jackson Harper  <jackson@ximian.com>
12390         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
12391         that arrows can be scaled.
12393 2005-12-01  Jackson Harper  <jackson@ximian.com>
12395         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
12396         fail. Patch by Dieter Bremes
12398 2005-11-30  Jackson Harper  <jackson@ximian.com>
12400         * Form.cs: Property is 2.0 only
12401         * PrintDialog.cs: Signature fix.
12403 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
12405         * TextControl.cs: 
12406           - No longer artificially moves text 2 pixels down (now that we have
12407             borders this is no longer needed)
12408           - Added calcs for left, hanging and right indent
12410 2005-11-23  Mike Kestner  <mkestner@novell.com>
12412         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
12414 2005-11-30  Jackson Harper  <jackson@ximian.com>
12416         * MdiChildContext.cs: Set the cloned menus forms, as these don't
12417         get cloned as part of CloneMenu ().
12418         * Menu.cs: Make sure the parent of the items get set correctly
12419         when they are added.  And the owners are notified of the changes.
12420         * Form.cs: Create an ActiveMenu property, so that when MDI is used
12421         we can change the menu being displayed/handled by the form without
12422         changing the menu assosciated with the form.
12423         - Don't let Mdi children draw/handle menus.
12424         
12425 2005-11-30  Jackson Harper  <jackson@ximian.com>
12427         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
12428         a MenuChanged event. Just to make the API a little more
12429         consistent.
12430         * MainMenu.cs:
12431         * MenuItem.cs: Use the new OnMenuChanged
12432         * MdiChildContext.cs: Handle menu merging.
12433         * Form.cs: Implement MergedMenu.
12434         
12435 2005-11-30  Jackson Harper  <jackson@ximian.com>
12437         * Menu.cs: We were misusing Add. Add goes behind the specified
12438         index according to the docs, and does not replace the specified
12439         index. So I added an Insert method.
12441 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
12443         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
12444           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
12445           is for Jackson
12446         * RichTextBox.cs: Added calls to base for DnD events
12448 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
12450         * TextControl.cs:
12451           - Fixed drag-selection related crash; style fixes
12452           - Implemented undo class
12453             o Implemented method to capture document state for specified
12454               range in document tree
12455             o Implemented method to restore captured document state
12456             o Implemented cursor tracking
12457             o Implemented basic undo stack
12458           - Added undo cursor tracking to methods altering cursor location
12459           - Added undo tracking to selection deletion (still missing
12460             other text-altering hookups)
12461         * RichTextBox.cs:
12462           - Added SelectionLength property
12463           - Implemented CanPaste()
12464           - Implemented Paste()
12465           - Added missing protected methods
12466           - Fixed RTF->Document conversion; now uses font index 0 and color 
12467             index 0 as the default font for the parsed text
12468           - Fixed RTF<->Document font size translation
12469           - Fixed RTF generation, now properly handles cross-tag boundaries
12470             for single line selection
12471           - No longer always appends blank line to generated RTF
12472           - Removed TODOs
12473           - Added missing attributes
12474           - Hooked up undo-related methods
12475         * TextBoxBase.cs:
12476           - Implemented Copy()
12477           - Implemented Paste()
12478           - Implemented Cut()
12479           - Fixed caret mis-behaviour on backspace across line-boundaries
12481 2005-11-29  Jackson Harper  <jackson@ximian.com>
12483         * MdiClient.cs: Add a method for activating mdi children. Very
12484         basic right now. I imagine someday it might need more girth.
12485         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
12486         children windows names are added to the menu item.
12487         * ThemeWin32Classic.cs: Draw the arrow if the item is an
12488         mdilist. This happens regardless of whether or not there are any
12489         mdi windows to see in the list, and according to my tests happens
12490         before the items are even added. Also happens if there isn't even
12491         an mdi client to get windows from.
12493 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
12495         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
12496         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
12498 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
12500         * DataGridTableStyle.cs:
12501           - Create always the styles for the missing columns even if they are
12502             provided by the user (not default table style)
12503         * DataGrid.cs:
12504           - Fixes bug 76770
12505           - Fixes SetDataBinding (always re-attach source)
12506           - Fixes SetNewDataSource (only clear styles if they are not for 
12507             this source)
12508          -  Expands OnTableStylesCollectionChanged to handle style refresh 
12509             and remove properly
12511 2005-11-29  Jackson Harper  <jackson@ximian.com>
12513         * FileDialog.cs: Implement missing bits, remove some dead
12514         code.
12515         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
12516         creation of the panel so that the options set on the dialog are
12517         seen when the panel is created.
12518         * TreeView.cs: raise a click when items are clicked.
12519         
12520 2005-11-29  Jackson Harper  <jackson@ximian.com>
12522         * MdiClient.cs: Pass some signature methods through to base.
12524 2005-11-28  Jackson Harper  <jackson@ximian.com>
12526         * ListView.cs: Raise the click event when items are clicked.
12528 2005-11-28  Jackson Harper  <jackson@ximian.com>
12530         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
12531         a nullref.
12533 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
12535         * ThemeNice.cs: - Removed 1 pixel bitmaps
12536           - Use SmoothingMode.AntiAlias where it makes sense
12537             (ScrollButton arrow for example)
12538           - Enhanced Button focus drawing
12539           - Fixed ComboBox drawing (no artefacts anymore, focus
12540             rectangle is back again, reduced size of ComboButton, etc.)
12541           - Fixed RadioButton focus drawing for Appearence.Button
12542           - Slight ScrollButton redesign
12543           - Some LinearGradientBrush size fixes
12544           - GroupBoxes have now rounded edges
12545           - Fixed StatusBar drawing
12547 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
12549         * ThemeNice.cs: - Remove dead code
12550           - use correct background colors for menus, etc.
12551           - Fake pixel drawing with 1 pixel bitmaps
12553 2005-11-24  Jackson Harper  <jackson@ximian.com>
12555         * MdiClient.cs: Size the scrollbars when resizing the window.
12556         - Resize the maximized windows when the client is resized
12557         * Form.cs: Make the child context available
12558         
12559 2005-11-23  Jackson Harper  <jackson@ximian.com>
12561         * MdiChildContext.cs: Don't size windows if they are maximized.
12563 2005-11-23  Mike Kestner  <mkestner@novell.com>
12565         * ContextMenu.cs: use MenuTracker.
12566         * Control.cs: remove menu handle usage.
12567         * Form.cs: remove menu handle usage.
12568         * Hwnd.cs: remove menu handle usage.
12569         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
12570         motion and clicks to the new Tracker handlers.
12571         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
12572         and handle usage.
12573         * MenuAPI.cs: refactored to combine popup and menubar event handling.
12574         Killed the MENU and MENUITEM data types and associated collections
12575         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
12576         MenuTracker class that exposes the leftovers from the old MenuAPI
12577         static methods. Restructured Capture handling so that only one grab is
12578         done for the entire menu hierarchy instead of handing off grabs to
12579         submenus. Tracker now has an invisible control to Capture when active.
12580         * MenuItem.cs: add sizing accessors, kill Create
12581         and handle usage.
12582         * Theme.cs: remove menu handle and MENU(ITEM) usage.
12583         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
12584         MENU(ITEM). remove menu handle usage, use Menu directly.
12585         * XplatUIDriver.cs: remove menu handle usage.
12586         * XplatUIOSX.cs: remove menu handle usage.
12587         * XplatUIWin32.cs: remove menu handle usage.
12588         * XplatUIX11.cs: remove menu handle usage.
12590 2005-11-22  Jackson Harper  <jackson@ximian.com>
12592         * Hwnd.cs: Don't compute the menu size for
12593         DefaultClientRectangle.
12594         - Reenable menu sizes being computed for GetClienRectangle.
12595         * Form.cs: Remove comment of trechery
12596         
12597 2005-11-22  Jackson Harper  <jackson@ximian.com>
12599         * Hwnd.cs: The adjustments for the menu bar are made when it is
12600         attached to the form.
12602 2005-11-19  Jackson Harper  <jackson@ximian.com>
12604         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
12605         (just like on windows).
12607 2005-11-19  Jackson Harper  <jackson@ximian.com>
12609         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
12610         use real buttons anymore because they are in non client area. The
12611         one TODO here is that I need to somehow invalidate a section of
12612         the non client area.
12614 2005-11-18  Jackson Harper  <jackson@ximian.com>
12616         * Control.cs: Put the enum check back in now that MDI doesnt have
12617         to use this to set border styles.
12618         * Form.cs: Only set mdi child windows borders if the handle has
12619         been created.
12620         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
12621         this directly on to the driver.
12622         - Get the move start position before adjusting for the titlebar
12623         height, this fixes the windows "skipping" when they are first
12624         moved.
12626 2005-11-18  Jackson Harper  <jackson@ximian.com>
12628         * XplatUIX11.cs: Just compute the mdi borders separately as they
12629         don't totally match up with normal form borders.
12631 2005-11-18  Jackson Harper  <jackson@ximian.com>
12633         * Control.cs: Set WS_ styles for borders, so that the driver does
12634         not have to retrieve the control instance to figure out what kind
12635         of borders it should have.
12636         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
12637         driver can know its an mdi child easily.
12638         * XplatUIX11.cs: Get the border styles and whether the window is
12639         MDI from the Styles and ExStyles params instead of having to get a
12640         control. This prevents a chicken and egg problem.       
12642 2005-11-18  Jackson Harper  <jackson@ximian.com>
12644         * MdiClient.cs: Fix typo so scrollbars show up correctly.
12646 2005-11-18  Jackson Harper  <jackson@ximian.com>
12648         * MdiClient.cs: Calculate when to add and remove scrollbars
12649         correctly.
12650         * MdiChildContext.cs: Adjust the y position to take the titlebar
12651         into account.
12652         - No height for FormBorderStyle.None
12654 2005-11-18  Jackson Harper  <jackson@ximian.com>
12656         * Control.cs: Allow non enum values to be used for
12657         InternalBorderStyle.  MDI does this to set a special border style.
12658         - New utility methods for converting points to/from client coords
12659         - Add the newly created control to the Controls collection before
12660         updating its style. This way UpdateStyle can walk the control
12661         heirarchy to find the control if needed.
12662         so I don't need to create a new Point object all the time.
12663         * Form.cs: Let MDI windows handle their border styles.
12664         - Set styles on MDI windows so the correct title style is derived.
12665         * MdiChildContext.cs: Move all the painting and window handling
12666         into the non client area.
12667         - Use correct sizing and put correct buttons on frames based on
12668         the FormBorderStyle.
12669         - Notify the mdi client about scrolling
12670         - Need to handle the buttons ourselves now, because they are all
12671         in non client areas and we can't add controls there.
12672         * MdiClient.cs: Halfway to scrolling, this implementation is
12673         somewhat broken though, we need to check to make sure other
12674         windows aren't causing scrolling before removing the bars. Also
12675         the bars need to be drawn on top, maybe I can switch implicit
12676         controls to be on top.
12677         * Hwnd.cs: caption_height and tool_caption_height are now
12678         properties of an hwnd, this way they can be set by the driver
12679         based on the type of window they are.  In X11 the window manager
12680         handles the decorations so caption_height is zero unless its an
12681         MDI window.
12682         - Add 3 pixel borders for MDI windows (0xFFFF).
12683         - Get rid of some code duplication, have DefaultClientRectanle
12684         just call GetClientRectangle.
12685         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
12686         Hwnd now.
12687         - Set border styles differently for mdi windows.
12688         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
12689         Hwnd now.
12690         
12691 2005-11-15  Mike Kestner  <mkestner@novell.com>
12693         * Menu.cs: when adding an item to the collection, if item is already 
12694         parented, remove it from the parent.
12696 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
12698         * X11DesktopColors.cs: Added KDE support
12700 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
12702         * XplatUIWin32.cs: 
12703           - Clipboard methods now can translate Rtf format
12704           - No longer removes clipboard contents whenever a new format is added
12705             to allow placing multiple formats on the clipboard
12706         * Clipboard.cs: Clipboard now supports getting a IDataObject and
12707           will place all formats contained in it onto the clipboard. Also
12708           now cleans the clipboard before placing a new object onto it
12709         * RichTextBox.cs:
12710           - Implemented set_Rtf
12711           - Implemented set_SelectedRtf
12712           - Created InsertRTFFromStream() method to allow single code base
12713             for all properties and methods that insert RTF into document
12714           - Removed debug output
12715         * TextControl.cs:
12716           - Fixed Delete(int) to fix up line numbers
12717           - Fixed ReplaceSelection to combine start and end line
12718           - Fixed serious DeleteChars bug that would leave the document tree
12719             broken
12720           - Improved DumpTree with several logic checks to detect broken
12721             document trees
12722           - Removed debug lines
12723           - Fixed Caret.WordForward/WordBack moving code, now always also 
12724             updates caret.tag (fixes crash when word-selecting across tag
12725             boundaries via keyboard)
12726           - Added Insert() method for inserting multiline text into documents
12727           - Fixed DeleteChars() calculation errors that would cause a broken
12728             tag chain with multiple tag lines
12729           - DeleteChars() no longer crashes on multi-tag lines if not all tags
12730           - Split() no longer moves caret if split is at caret location
12731           - ReplaceSelection() now updates the cursor and re-displays it
12732           - ReplaceSelection() now uses new Insert() method to avoid code
12733             duplication
12734           - FormatText() can now handle formatting partial lines
12735         * TextBoxBase.cs:
12736           - Append now uses new TextControl.Insert() method (this avoids 
12737             duplicate code)
12738           - Implemented Ctrl-X (Cut) (
12739           - Implemented Ctrl-C (Copy)
12740           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
12741             regeneration when pasting text; roundtripping Copy&Paste within
12742             edit control still fails due to some calculation bugs in GenerateRTF)
12743           - The Delete key will now remove the current selection if it is visible
12744         * TextBox.cs: Removed debug lines
12745         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
12746           driver to be initialized and can't therefore be done via a static ctor)
12748 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
12750         * TextControl.cs: Added backend code for finding char arrays and strings
12751         * TextBoxBase.cs:
12752           - Added mouse wheel scroll support
12753           - Added support for VScroll and HScroll events
12754         * RichTextBox.cs:
12755           - Implemented all seven Find() variants
12756           - Implemented GetCharFromPosition()
12757           - Implemented GetCharIndexFromPosition()
12758           - Implemented GetLineFromIndex()
12759           - Implemented GetPositionFromCharIndex();
12760           - Implemented SaveFile for PlainText and UnicodeText
12761           - Fixed set_Font, now setting a new font applies that font to
12762             the whole document
12763           - Implemented generic Document to RTF converter
12764           - Implemented SaveFile for RichText format (still missing unicode
12765             conversion for non-ansi chars)
12766           - Implemented get_Rtf
12767           - Implemented get_SelectedRtf
12769 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
12771         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
12772           to allow any captures to be released before triggering OnClick. This
12773           way a click handler may capture the mouse without interference.
12774         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
12775           This way we send them even though X may not allow a grab (if the window
12776           isn't visible, for example)
12778 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
12780         * DataGridViewRowEventArgs.cs: DataGridView implementation
12781         * DataGridViewElement.cs: DataGridView implementation
12782         * DataGridViewComboBoxCell.cs: DataGridView implementation
12783         * DataGridViewDataErrorContexts.cs: DataGridView implementation
12784         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
12785         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
12786         * ImageLayout.cs: DataGridView implementation
12787         * DataGridViewComboBoxColumn.cs: DataGridView implementation
12788         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
12789         * DataGridViewSelectionMode.cs: DataGridView implementation
12790         * IDataGridViewEditingControl.cs: DataGridView implementation
12791         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
12792         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
12793         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
12794         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
12795         * DataGridViewColumnSortMode.cs: DataGridView implementation
12796         * DataGridView.cs: DataGridView implementation
12797         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
12798         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
12799         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
12800         * Padding.cs: DataGridView implementation
12801         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
12802         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
12803         * DataGridViewRowEventHandler.cs: DataGridView implementation
12804         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
12805         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
12806         * DataGridViewButtonCell.cs: DataGridView implementation
12807         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
12808         * DataGridViewEditMode.cs: DataGridView implementation
12809         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
12810         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
12811         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
12812         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
12813         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
12814         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
12815         * DataGridViewCellEventHandler.cs: DataGridView implementation
12816         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
12817         * DataGridViewCellStyleConverter.cs: DataGridView implementation
12818         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
12819         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
12820         * DataGridViewColumnEventArgs.cs: DataGridView implementation
12821         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
12822         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
12823         * QuestionEventArgs.cs: DataGridView implementation
12824         * IDataGridViewEditingCell.cs: DataGridView implementation
12825         * DataGridViewTriState.cs: DataGridView implementation
12826         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
12827         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12828         * DataGridViewColumnCollection.cs: DataGridView implementation
12829         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12830         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12831         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12832         * DataGridViewColumn.cs: DataGridView implementation
12833         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12834         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12835         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12836         * DataGridViewRow.cs: DataGridView implementation
12837         * DataGridViewImageCellLayout.cs: DataGridView implementation
12838         * DataGridViewImageCell.cs: DataGridView implementation
12839         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12840         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12841         * DataGridViewHeaderCell.cs: DataGridView implementation
12842         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12843         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12844         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12845         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12846         * QuestionEventHandler.cs: DataGridView implementation
12847         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12848         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12849         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12850         * DataGridViewCell.cs: DataGridView implementation
12851         * DataGridViewCellEventArgs.cs: DataGridView implementation
12852         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12853         * DataGridViewCellStyle.cs: DataGridView implementation
12854         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12855         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12856         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12857         * TextFormatFlags.cs: DataGridView implementation
12858         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12859         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12860         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12861         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12862         * DataGridViewButtonColumn.cs: DataGridView implementation
12863         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12864         * HandledMouseEventArgs.cs: DataGridView implementation
12865         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12866         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12867         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12868         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12869         * DataGridViewRowCollection.cs: DataGridView implementation
12870         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12871         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12872         * DataGridViewHitTestType.cs: DataGridView implementation
12873         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12874         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12875         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12876         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12877         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12878         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12879         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12880         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12881         * DataGridViewContentAlignment.cs: DataGridView implementation
12882         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12883         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12884         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12885         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12886         * DataGridViewPaintParts.cs: DataGridView implementation
12887         * DataGridViewCellCollection.cs: DataGridView implementation
12888         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12889         * DataGridViewImageColumn.cs: DataGridView implementation
12890         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12891         * DataGridViewElementStates.cs: DataGridView implementation
12892         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12893         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12894         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12895         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12896         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12897         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12898         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12899         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12900         * DataGridViewTextBoxCell.cs: DataGridView implementation
12901         * DataGridViewBand.cs: DataGridView implementation
12902         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12903         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12904         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12905         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12906         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12907         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12908         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12909         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12910         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12911         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12912         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12914 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12916         * ThemeWin32Classic.cs: 
12917           - Draw the outside focus rectangle around buttons
12918           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12919             doesn't use end caps for every dash of a line anymore. This
12920             workaround ignores the forecolor.
12922 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12924         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12925           endian safe.
12927 2005-11-07  Jackson Harper  <jackson@ximian.com>
12929         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12931 2005-11-07  Jackson Harper  <jackson@ximian.com>
12933         * ScrollableControl.cs: Calculate the maximum and change vars
12934         (more) correctly so that scrollbars appear as a sensible size.
12936 2005-11-04  Jackson Harper  <jackson@ximian.com>
12938         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12939         collection.
12940         * TreeView.cs: When the tree is sorted null out the top_node so
12941         that it is recalculated.
12942         - Use dotted lines instead of dashed lines to match MS better.
12944 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12946         * ListView.cs: 
12947           - Implements key search for items. Useful when browsing files with FileDialog
12948           - When changing view mode or when clear the items reset scrollbar positions
12950 2005-11-04  Jackson Harper  <jackson@ximian.com>
12952         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12953         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12954         as to what the method may do as there is no real way of creating a
12955         derived CurrencyManager and calling the method. 
12957 2005-11-03  Jackson Harper  <jackson@ximian.com>
12959         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12960         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12961         method which seems to just be used internally to refresh the tabs.
12963 2005-11-03  Jackson Harper  <jackson@ximian.com>
12965         * TabControl.cs: Implement the remove method. Fix some broken
12966         comments.
12968 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12970         * DateTimePicker.cs:
12971           - Added missing DateTimePickerAccessibleObject class
12972           - Added missing events
12973           - Added OnFontChanged method
12974         * Form.cs: Added missing attributes
12975         * TreeView.cs: Added missing attributes
12977 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12979         * GridItemCollection.cs: Fix signatures
12981 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12983         * XplatUI.cs: Updated build rev/date
12984         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12985           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12986         * Application.cs: Trigger context-specific ExitThread events
12988 2005-11-03  Jackson Harper  <jackson@ximian.com>
12990         * Menu.cs:
12991         * MainMenu.cs:
12992         * GridTableStylesCollection.cs:
12993         * Timer.cs:
12994         * TabPage.cs:
12995         * HelpProvider.cs:
12996         * StatusBar.cs:
12997         * MonthCalendar.cs: Signature fixes
12999 2005-11-03  Jackson Harper  <jackson@ximian.com>
13001         * TreeNodeCollection.cs: Remove should not be virtual.
13002         * TreeView.cs: Implement the last of the missing methods.
13004 2005-11-03  Jackson Harper  <jackson@ximian.com>
13006         * TreeNodeConverter.cs: Implement to get off my class-status back.
13008 2005-11-03  Jackson Harper  <jackson@ximian.com>
13010         * TreeView.cs: Hookup the bits for drag and drop.
13011         * TreeNode.cs: Don't cache the tree_view or index anymore, now
13012         that nodes can be moved from tree to tree easily this just causes
13013         all sorts of problems.
13014         * TreeNodeCollection: Don't need to give treenodes an index and
13015         treeview anymore when they are added, these are computed on the
13016         fly. Also make sure to remove a node before its added.
13018 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
13020         * TextControl.cs:
13021           - Added CaretSelection enum
13022           - Added comparison methods to Marker struct, makes selection code
13023             more readable
13024           - Added SelectionStart and SelectionEnd as 'moveable' location for
13025             the CaretDirection enum and handler
13026           - Added selection_prev variable to track optimized invalidation for
13027             word and line selection
13028           - Added SelectionVisible property (returns true if there is a valid 
13029             selection)
13030           - Switched CaretHasFocus to only display the caret if there is no
13031             visible selection
13032           - Avoiding StringBuilder.ToString to retrieve a single char, instead
13033             using the direct character index; should be much faster
13034           - Added various conditional debug statements
13035           - Fixed invalidation calculation for selection ranges
13036           - Added ExpandSelection() method to support word and line selection
13037           - Switched SetSelectionToCaret to use new Marker compare overloads
13038           - Added central IsWordSeparator() method to determine word 
13039             separators/whitespace and FindWordSeparator() to streamline common
13040             usage of IsWordSeparator()
13041         * TextBoxBase.cs:
13042           - Removed unneeded grabbed variable, it was just mirroring
13043             Control.Capture
13044           - No longer firing OnTextChanged event when Text setter is called,
13045             since the base will fire the event for us
13046           - Added handling of Ctrl-Up/Down selection
13047           - Added handling of Shift-Cursorkey selection
13048           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
13049             words
13050           - Added handling of Shift and Ctrl-Shift-Home/End selection
13051           - Removed some debug output
13052           - Added handling for single/double/tripple-click to place caret/
13053             select word/select line respectively (Fixes bug #76031)
13054           - Added support for drag expansion of word/line selection
13055         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
13056           current selection
13058 2005-11-02  Jackson Harper  <jackson@ximian.com>
13060         * X11Dnd.cs: If the drag is going to and from a MWF window just
13061         copy the data instead of sending it out through the X Selection
13062         mechanism.
13064 2005-11-02  Jackson Harper  <jackson@ximian.com>
13066         * X11Dnd.cs:
13067         * XplatUIX11.cs: When in a drag we don't want motion notify
13068         messages to get passed on to the other controls. This prevents
13069         mouse move messages from showing up in the drag source.
13071 2005-11-02  Jackson Harper  <jackson@ximian.com>
13073         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
13074         the correct button is release to end a drag.
13075         * XplatUIX11.cs: Make the button state internal so the drag system
13076         can access it.  Dragging needs to know about all button releases,
13077         not just left button.
13079 2005-11-02  Miguel de Icaza  <miguel@novell.com>
13081         * Form.cs (Icon): If the icon is null, reset the icon to the
13082         default value. 
13084         * Cursor.cs: When writing the AND-mask bitmap do not include the
13085         number of colors, but hardcode those to two (black and white),
13086         fixes the loading of color cursors (Paint Dot Net).
13088         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
13089         turn off autoscaling.
13091         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
13093 2005-11-02  Jackson Harper  <jackson@ximian.com>
13095         * X11Dnd.cs: Make sure to send a status message if the pointer
13096         enters a control that can not accept a drop, otherwise the cursor
13097         isn't updated correctly. Also tried to compress the lines of code
13098         a bit.
13100 2005-11-02  Jackson Harper  <jackson@ximian.com>
13102         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
13103         set actions correctly.  This isn't perfect as XDND and win32 have
13104         some differences on how you allow actions. I'll clear this up by
13105         adding a path for drag from MWF to MWF windows.
13106         * XplatUIX11.cs: Hook into the dnd system.
13108 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
13110         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
13111         previously shown but they are no longer need it. Very obvious when 
13112         browsing files with FileDialog.
13114 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
13116         * Control.cs: We always need to call OnPaintBackground. We pretty much
13117           ignore AllPaintingInWmPaint and always do the painting there, whether 
13118           it's set or not, since we always ignore the WM_ERASEBKGND message 
13119           (which we don't generate on X11). This fixes #76616.
13120         * Panel.cs: Removed unneeded background painting. This happens properly
13121           in Control.cs already
13123 2005-10-31  Mike Kestner  <mkestner@novell.com>
13125         * Menu.cs: Add items to collection before setting their index.
13126         * MenuItem.cs : add range checking with ArgumentException like MS.
13127         [Fixes #76510]
13129 2005-10-31  Jackson Harper  <jackson@ximian.com>
13131         * ListBox.cs: Invalidate if the area is visible at all not just
13132         contained in the visible rect. Fixes unselection of semi visible
13133         items.
13135 2005-10-31  Jackson Harper  <jackson@ximian.com>
13137         * Control.cs: Consistently name the dnd methods. Make them
13138         internal so we can override them to match some MS behavoir
13139         internally.
13140         * Win32DnD.cs: Use the new consistent names.
13142 2005-10-31  Jackson Harper  <jackson@ximian.com>
13144         * TreeView.cs: Don't draw the selected node when we lose focus.
13146 2005-10-31  Jackson Harper  <jackson@ximian.com>
13148         * X11Dnd.cs: We still need to reset the state even though a full
13149         reset isn't being done, otherwise status's still get sent all over
13150         the place.
13152 2005-10-31  Jackson Harper  <jackson@ximian.com>
13154         * Control.cs: Make the dnd_aware flag internal so the dnd
13155         subsystem can check it. Catch exceptions thrown in dnd handlers to
13156         match MS behavoir.
13157         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
13158         * X11Dnd.cs: Handle null data in the converters. Set the XDND
13159         version when sending a XdndEnter. Use the control/hwnd dnd_aware
13160         flags to reduce the number of dnd enters/status's sent.
13162 2005-10-31  Jackson Harper  <jackson@ximian.com>
13164         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
13166 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
13168         * PictureBox.cs: Fixes 76512
13170 2005-10-28  Jackson Harper  <jackson@ximian.com>
13172         * X11Dnd.cs: Early implementation to support winforms being a drag
13173         source for data on X11. Also restructured the converters so they
13174         can go both ways now.
13175         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
13176         
13177 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
13179         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
13180           clipboard requests
13182 2005-10-27  Jackson Harper  <jackson@ximian.com>
13184         * TreeNode.cs: Implement serialization so my DnD examples will work.
13186 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
13188         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
13189           TreeView.cs: Don't dispose objects that are not owned.
13190           
13191 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
13193         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
13194           should retrieve the current cursor and report that, but XplatUI
13195           doesn't (yet) have an interface for that (and I'm not sure I even
13196           can, on X11)
13197         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
13198           until any message loop processing is done (and the WM_SETCURSOR
13199           replaces the cursor to the proper one)
13200         * XplatUIX11.cs: 
13201           - Fixed override behaviour, we can't set the cursor globally on X11, 
13202             just for our windows.
13203           - Invalidating the System.Drawing X11 display handle when we are
13204             shutting down
13205         * Control.cs: Fix to make csc happy
13207 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
13209         * TextBoxBase.cs: 
13210           - get_Text: Add last line (without trailing newline) to returned
13211             value (Fixes 76212)
13212           - get_TextLength: Count last line in returned length
13213           - ToString: Call Text property instead of duplicating code
13215 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
13217         * ImageList.cs: Dispose ImageAttributes objects.
13219 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
13221         * ImageList.cs: Use attribute constructors with less arguments where
13222           possible.
13224 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
13226         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
13227           Use typeof instead of strings when assembly is referenced. Added
13228           some more comments.
13230 2005-10-21  Jackson Harper  <jackson@ximian.com>
13232         * ListView.cs: Raise a double click event. Also tried to somewhat
13233         fix when the selectedindexchanged event is raised. Its still
13234         broken though.
13236 2005-10-21  Jackson Harper  <jackson@ximian.com>
13238         * TreeView.cs: New method to invalidate the plus minus area of a
13239         node without invalidating the whole node (maybe this can be used
13240         in some more places).
13241         * TreeNodeCollection.cs: When adding to an empty node we need to
13242         invalidate its plus minus area so the little block shows up.
13243         
13244 2005-10-21  Jackson Harper  <jackson@ximian.com>
13246         * TreeView.cs: Make sure that when we invalidate a node the bounds
13247         are big enough to cover the selected box and the focus
13248         rectangle. Use a different colour for the lines connecting nodes
13249         so they show up with all themes.
13251 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
13253         * NativeWindow.cs: Don't call anything that could call into the driver,
13254           we might be on a different thread.
13256 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
13258         * Control.cs(Dispose): Since Dispose might run on a different thread,
13259           make sure that we call methods that could call into the driver via
13260           invoke, to avoid thread issues
13262 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
13264         * XplatUI.cs: Removed finalizer
13265         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
13266           not allowing to be called on the finalizer thread.
13268 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
13270         * ImageList.cs:
13271           - Reverted r51889 and r51891.
13272           - Added ImageListItem class that stores unmodified image items and image
13273             properties required to create list images until handle is created.
13274           - Added AddItem and moved image creation logic to AddItemInternal.
13275           - Added CreateHandle method that creates images based on unmodified items.
13276           - Added DestroyHandle that changes state to store unmodified items.
13277           - Add and AddStrip methods no more create handle.
13278           - ReduceColorDepth has no return value.
13279           - Dispose destroys handle.
13280           - Modified other methods to reflect the above changes.
13281           - Implemented key support.
13282           - Added profile 2.0 members and attributes.
13283           - Added private Reset and ShouldSerialize methods that provide the same
13284             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
13285             them as they are private.
13286           - Added some more comments about implementation details.
13288 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
13290         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
13292 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
13294         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
13296 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
13298         * DataGridDrawingLogic.cs: Fixes column hit calcultation
13299         * DataGridColumnStyle.cs: Remove debug message
13301 2005-10-20  Jackson Harper  <jackson@ximian.com>
13303         * TreeView.cs: We can always get input keys regardless of whether
13304         or not editing is enabled. They are used for navigation.
13306 2005-10-20  Jackson Harper  <jackson@ximian.com>
13308         * TreeNode.cs: Use the viewport rect for determining if a node
13309         needs to be moved for visibility. Don't use Begin/End edit. This
13310         calls a full refresh when its done.
13311         * TreeView.cs: New SetBottom works correctly.  Make the viewport
13312         rect property internal so the treenodes can see it. When clicking
13313         on a node we need to ensure that its visible because it might just
13314         be partly visible when clicked.
13316 2005-10-20  Jackson Harper  <jackson@ximian.com>
13318         * TreeNodeCollection.cs: Remove debug code.
13320 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
13322         * Datagrid.cs: Implements column sorting in Datagrid
13323         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
13325 2005-10-20  Jackson Harper  <jackson@ximian.com>
13327         * TreeNodeCollection.cs: Remove items properly. Update the correct
13328         area after removing them.
13330 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
13332         * Datagrid.cs: Should not call base.OnPaintBackground
13334 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
13336         * XplatUIX11.cs (GetMessage):
13337           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
13338             window instead of client window
13339           - Now properly calculates NC_xBUTTONUP message coordinates
13340           - ScreenToMenu now properly calculates it's coordinates of whole 
13341             window, since menus are in the whole window, not in the client
13342             window
13343           - Added WholeToScreen coordinate translation method
13345 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
13347         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
13348           want to return a message, loop back to the beginning of the function
13349           and grab the next real message to process instead.
13351 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
13353         * Splitter.cs: Properly set limits if no filler control is used
13355 2005-10-19  Jackson Harper  <jackson@ximian.com>
13357         * ColorDialog.cs: Don't show the help button if it is not enabled
13358         instead of disabling it (this is what MS does). Don't create the
13359         panel until the dialog is run, otherwise the vars (such as
13360         ShowHelp) are not set yet.
13362 2005-10-19  Jackson Harper  <jackson@ximian.com>
13364         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
13365         are reduced when adding nodes.
13366         * TreeNode.cs:
13367         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
13368         tree.
13369         
13370 2005-10-19  Jackson Harper  <jackson@ximian.com>
13372         * FolderBrowserDialog.cs: End editing our treeview so the window
13373         actually gets refreshed.
13375 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
13377         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
13378           Obsoleted handling of WM_ERASEBKGND, now always draws our background
13379           inside of WM_PAINT
13381 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
13383         * MenuAPI.cs: Returns after Hidding window
13384         * XplatUIX11.cs: Added TODO found while debugging menu issues
13386 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
13388         * XplatUIX11.cs: Do not re-map the whole window when it's size
13389           becomes non-zero unless it's supposed to be actually visible
13391 2005-10-18  Jackson Harper  <jackson@ximian.com>
13393         * TreeView.cs: We don't need to keep a count anymore.
13394         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
13395         use the Grow method.
13397 2005-10-18  Jackson Harper  <jackson@ximian.com>
13399         * TreeNodeCollection.cs: Insert is not supported on arrays, so
13400         implement it manually here.
13402 2005-10-18  Jackson Harper  <jackson@ximian.com>
13404         * ImageList.cs: Dont kill the list when the colour depth is
13405         changed, just change the colour depth of all the images.
13406         - Same goes for setting the image size. Just resize them all
13407         instead of killing the list softly.
13409 2005-10-18  Jackson Harper  <jackson@ximian.com>
13411         * Control.cs: Don't invalidate empty rectangles.
13413 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
13415         * ListViewItem.cs:
13416           - Adds checked item to the Checked/Item lists (where empty before)
13417           - Do not add items to the Selected lists if they are already present
13418         * ListView.cs:
13419           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
13420           - When deleting items make sure that we delete them for the Selected
13421           and Checked list also.
13423 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
13425         * Label.cs: Dispose objects no longer used
13426         * ThemeWin32Classic.cs: Dispose objects no longer used
13428 2005-10-18  Jackson Harper  <jackson@ximian.com>
13430         * TabControl.cs: Don't refresh the whole control when the tabs are
13431         scrolled, we just need to refresh the tab area.
13433 2005-10-17  Jackson Harper  <jackson@ximian.com>
13435         * XplatUIX11.cs: Compress code a little bit. Only calculate the
13436         after handle when we need it.
13438 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
13440         * Control.cs: When the parent size changes, recalculate anchor 
13441           positions. Partial fix for #76462
13443 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
13445         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
13446           drawn. Fixes #76462
13448 2005-10-17  Jackson Harper  <jackson@ximian.com>
13450         * MonthCalendar.cs: Don't create the numeric up down until our
13451         handle is created. Otherwise our handle is created in the
13452         constructor and we don't know if we are a WS_CHILD or WS_POPUP
13453         yet.
13455 2005-10-17  Jackson Harper  <jackson@ximian.com>
13457         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
13458         correctly.
13460 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13461         * TreeNode.cs : small logical fix (was using local var instead of field)
13462         
13463 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
13465         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
13467 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
13469         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
13471 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
13473         * Control.cs: 
13474           - Re-implemented anchoring code. My first version was really broken.
13475             This fixes bug #76033. Unlike the previous implementation we will
13476             no longer have round errors since all numbers are calculated from
13477             scratch every time. Removed various anchor-related obsolete vars.
13478           - InitLayout no longer causes layout event firing and layout to be 
13479             performed
13481 2005-10-16  Jackson Harper  <jackson@ximian.com>
13483         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
13484         which was broken).
13486 2005-10-16  Jackson Harper  <jackson@ximian.com>
13488         * TabControl.cs: Remove debug code.
13490 2005-10-16  Jackson Harper  <jackson@ximian.com>
13492         * XEventQueue.cs: Increase the default queue size (very simple
13493         apps needed to grow the queue).
13494         * Hwnd.cs: No finalizer so we don't need to suppress
13495         finalization. Compute the invalid area manually so a new rectangle
13496         does not newto be created.
13497         * ScrollableControl.cs: Don't set any params (otherwise visibility
13498         isn't set correctly).
13499         * MdiChildContext.cs: New constructor takes the mdi parent so it
13500         doesn't have to be computed and avoids a crash on windows. Draw
13501         the window icon properly, and allow the text to be seen.
13502         * Form.cs: Use new MdiChildContext constructor. Make sure the
13503         child context isn't null in wndproc.
13504         * TabControl.cs: Don't set focus, this is muddling keyboard
13505         behavoir. Expand the tab rows when a window size increase will
13506         allow extra tabs to be seen. Don't allow tabs smaller than the
13507         width of a window to be scrolled out of view.
13508         * TreeNode.cs:
13509         * TreeView.cs: Use measure string to calculate a nodes width, the
13510         width is cached and only updated when the text or the font is
13511         changed. Don't check for expand/collapse clicks on the first level
13512         nodes if root lines are disabled.
13513         
13514 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
13516         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
13518 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
13520         * DataGridBoolColumn.cs: fixes warning
13522 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
13524         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
13525         to match more to match more precisely the MS Net behavior
13527 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
13529         * Hwnd.cs: Added field to track if window is mapped
13530         * XplatUIX11.cs: 
13531           - Unmap windows if they become 0-size, re-map when 
13532             they are >0 again; fixes #76035
13533           - Re-set our error handler after initializing X11Desktop
13534             to override any error handlers Gtk or whatever was called
13535             may have set.
13537 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
13539         * CheckedListBox.cs: Removed unused vars
13540         * ListView.cs: Fixed signatures
13541         * RichTextBox.cs: Removed unused vars
13542         * TextBoxBase.cs: Removed unused vars
13543         * XplatUIWin32.cs: Removed unused vars
13544         * XplatUIX11.cs: Removed unused vars
13545         * XplatUI.cs: Updated version and date to latest published
13547 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
13549         * Cursor.cs: Added private .ctor to work around a bug in
13550           resourceset (Thanks to Geoff Norton for the help on this)
13551         * SplitterEventArgs.cs: Made fields accessible so we don't
13552           waste boatloads of objects and can reuse the same one
13553           in Splitter
13554         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
13555           any captions and borders when generating screen coordinates
13556         * Splitter.cs: Reimplemented control, now fully complete, uses
13557           rubberband drawing, supports and obeys all properties, has
13558           proper cursors
13560 2005-10-13  Miguel de Icaza  <miguel@novell.com>
13562         * Form.cs (Form): Setup default values for autoscale and
13563         autoscale_base_size;  Make these instance variables, not static
13564         variables. 
13566         (OnLoad): on the first load, adjust the size of the form.
13568 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
13570         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
13571           width argument to DrawReversibleRectangle()
13572         * XplatUIWin32.cs, XplatUIX11.cs: 
13573           - Implemented width for DrawReversibleRectangle()
13574           - Added logic to DrawReversibleRectangle that recognizes a zero
13575             width or height and only draws a line in that situation
13576         
13577 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
13579         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
13580         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
13581         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
13582           method (it uses our FosterParent window to get a graphics context)
13584 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
13586         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
13587           and SetWindowBackground methods
13588         * Control.cs:
13589           - Setting proper ControlStyles
13590           - We no longer call XplatUI.SetWindowBackground and XplatUI.
13591             EraseWindowBackground, instead we draw the window background
13592             ourselves in PaintControlBackground. This behaviour is
13593             required to match MS, where, when OnPaintBackground is not
13594             called, the background is not drawn.
13595           - Removed unneeded Refresh() in set_Text
13596         * Hwnd.cs: Dropped the ErasePending support. No longer needed
13597         * XplatUIX11.cs:
13598           - Created DeriveStyles method to translate from CreateParams to
13599             FormBorderStyle and TitleStyle, also handles BorderStyle (which
13600             matches FormBorderStyle enum values)
13601           - Consolidated SetHwndStyles and CalculateWindowRect border/title
13602             style calculations into single DeriveStyles method
13603           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
13604             from redrawing the whole window on any resize or expose.
13605           - Fixed CreateWindow usage of SetWindowValuemask. Before not
13606             all styles were applied to our whole/client window appropriately
13607           - Removed EraseWindowBackground() and SetWindowBackground() methods
13608           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
13609             no longer clear/redraw the background through X
13610           - Removed handling of erase_pending bit, we have no use for it (or
13611             so it seems)
13612         * XplatUIOSX.cs:
13613           - Removed generation and handling of WM_ERASEBKGND message
13614           - Removed EraseWindowBackground() and SetWindowBackground() methods
13615           - Removed handling of hwnd.ErasePending flag
13616         * XplatUIWin32.cs:
13617           - Removed EraseWindowBackground() and SetWindowBackground() methods
13618           - We no longer call EraseWindowBackground on PaintEventStart, we 
13619             ignore the fErase flag, erasing is handled in Control in the
13620             background handler
13621         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
13622           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
13623           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
13624           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
13625           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
13626           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
13627           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
13629 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
13631         * PropertyGrids.cs: Get sub properties
13632         * PropertyGridView.cs: Fix drawing code
13634 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13636         * ListBox.cs: Fixes 76383
13638 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13640         * DataGridTextBoxColumn.cs: Sets location and size before attachment
13641         * ThemeWin32Classic.cs: Fixes border drawing and calculations
13642         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
13645 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13647         * ComboBox.cs: Fixes border drawing
13649 2005-10-10  Miguel de Icaza  <miguel@novell.com>
13651         * MimeIcon.cs: Ignore errors if the file can not be read.
13653 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13655         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
13656          - Fixed border calculations
13657          - Fixed horizontal scrolling in single column listboxes
13658          - Fixed drawing issues
13660 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
13662         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
13663           FormBorderStyle enum
13664         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
13665           code to determine FormBorderStyles from CreateParams
13666         * Form.cs:
13667           - Fixed bug where we'd set the wrong window styles if we were
13668             not creating an MDI window
13669           - Added call to XplatUI.SetBorderStyle when form borders are set
13670         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
13671         * Hwnd.cs:
13672           - Removed obsolete edge style
13673           - Switched from BorderStyle to FormBorderStyle
13674         
13675 2005-10-10  Jackson Harper  <jackson@ximian.com>
13677         * Form.cs: Use the property to get the window handle instead of
13678         accessing it directly. Prevents a null reference exception.
13680 2005-10-10  Jackson Harper  <jackson@ximian.com>
13682         * TreeView.cs: Don't adjust the rect given to DrawString now that
13683         our libgdiplus draws correctly.
13685 2005-10-08  Jackson Harper  <jackson@ximian.com>
13687         * TreeView.cs: Don't try to find the clicked on node if there are
13688         no nodes in the tree.
13690 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
13692         * RichTextBox.cs:
13694           restore
13696 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
13698         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
13699           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
13700           ErrorProvider.cs:
13701           Use ResPool for brushes and dispose System.Drawing objects that
13702           are not used anymore.
13704 2005-10-07  Jackson Harper  <jackson@ximian.com>
13706         * MdiChildContext.cs: Use the new borders instead of drawing them
13707         ourselves.
13709 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13711         * Calling UpdateBounds after changing the window's BorderStyle 
13712         since the style can change the ClientSize
13714 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13716         * Control.cs: Made PaintControlBackground virtual
13717         * Panel.cs: Overriding PaintControlBackground instead of using paint
13718           event; paint event method was interfering with 'real' users of the
13719           event.
13721 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13723         * ThemeWin32Classic.cs: remove border drawing since it is handled
13724         by the base control class now and was causing double border drawing.
13726 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13728         * Panel.cs: Redraw our background on paint. Not a pretty solution,
13729           but it does seem to match MS behaviour. This fixes bug #75324
13731 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13733         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
13734           somewhat hackish looking
13736 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13738         * TextBoxBase.cs:
13739           - We now accept Enter even if AcceptEnter is false, if the containing
13740             form does not have an AcceptButton configured (fixes bug #76355)
13741           - Calculations are now fixed to no longer use Width/Height, but
13742             ClientSize.Width/Height, since we now support borders (this was
13743             a result of fixing borders and therefore bug #76166)
13744           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
13745             true (fixes bug #76354)
13746         
13747 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13749         * Control.cs: 
13750           - Defaulting BorderStyle and setting it in XplatUI when our window 
13751             is created
13752           - Added enum check to InternalBorderStyle setter
13753         * XplatUIX11.cs: 
13754           - Added drawing of window borders
13755           - Now properly calculates WM decorations offset for toplevel 
13756             windows (fixes bug #74763)
13757         * XplatUIWin32.cs: 
13758           - Implemented BorderStyles for windows (we're letting win32 draw 
13759             the border for us)
13760           - Fixed the signature for SetWindowLong
13761         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
13762           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
13763           setting borders
13764         * UpDownBase.cs: Remove drawing of borders, this is handled by
13765           the driver, outside the client area
13766         * ListView.cs: Removed bogus border calculations. The control should
13767           be oblivious to borders, since those are not part of the client
13768           area. 
13769         * X11DesktopColors.cs: Commented out (currently) unneeded variables
13770         * ThemeWin32Classic.cs: Removed border calculations from ListView 
13771           drawing code
13773 2005-10-06  Jackson Harper  <jackson@ximian.com>
13775         * MdiChildContext.cs: Clear out the old virtual position remove
13776         all the unneeded calls to CreateGraphics.
13778 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13780         * TextControl.cs: Use proper color for highlighted text; fixes #76350
13782 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13784         * Form.cs: 
13785           - Added loading and setting of our new default icon
13786           - Only set icon if window is already created
13788 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13790         * Label.cs:
13791           - Do not explicitly set the foreground and background colors, to
13792             allow inheriting from parents (fixes #76302)
13793           - Use Control's InternalBorderStyle property to deal with borders
13795 2005-10-06  Jackson Harper  <jackson@ximian.com>
13797         * MdiChildContext.cs: Use the new xplatui function to draw a
13798         reversible rect.
13800 2005-10-06  Jackson Harper  <jackson@ximian.com>
13802         * Form.cs: Add the parent before creating the child context cause
13803         we need the parent when setting up the child.
13805 2005-10-06  Jackson Harper  <jackson@ximian.com>
13807         * FolderBrowserDialog.cs: redo the tree population code so a
13808         second thread isn't used. Should be a lot faster and more stable
13809         now.
13811 2005-10-05  Jackson Harper  <jackson@ximian.com>
13813         * TreeView.cs: There are no expand/collapse boxes if the node has
13814         no children.
13816 2005-10-05  Jackson Harper  <jackson@ximian.com>
13818         * X11DesktopColors.cs: Get menu colours for the gtk theme.
13820 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
13822         * FileDialog.cs: Fix InitialDirectory
13824 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13826         * ComboBox.cs:
13827                 - Fixes changing between styles
13828                 - Fixes simple mode
13829                 - Fixes last item crashing when navigating with keyboard
13831 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13833         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13835 2005-10-05  Jackson Harper  <jackson@ximian.com>
13837         * TreeView.cs: If updating the root node do a full refresh.
13838         * TreeNode.cs: The root node should be expanded by default. Also
13839         added a utility prop to tell if we are the root node.
13840         * TreeNodeCollection.cs: Only refresh if the node we are being
13841         added to is expanded. Also added a comment on a potential
13842         optimization.
13843         
13844 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13846         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13847           in dispose method. Fixes #76330
13849 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13851         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13853                 - Implements vertical and horizontal scrolling using XplatUI
13854                 - Fixes keyboard navagation
13855                 - Fixes EnsureVisible
13856                 - Drawing fixes
13857                 - Handles and draws focus properly
13860 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13862         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13863           Create handle. NET_2_0: Destroy handle when value is null.
13865 2005-10-03  Jackson Harper  <jackson@ximian.com>
13867         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13868         revert and a new patch to prevent the thumb from refreshing so
13869         much.
13871 2005-10-02  Jackson Harper  <jackson@ximian.com>
13873         * ScrollBar.cs: Don't update position if it hasn't actually
13874         changed. This occurs when you hold down the increment/decrement
13875         buttons and the thumb gets to the max/min.
13877 2005-10-01  Jackson Harper  <jackson@ximian.com>
13879         * Form.cs:
13880         * MdiChildContext.cs:
13881         * MdiClient.cs: Implement ActiveMdiChild in Form.
13883 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13885         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13887 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13889         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13890           be found
13892 2005-09-30  Jackson Harper  <jackson@ximian.com>
13894         * ListBox.cs: Don't do a full refresh unless some data has
13895         actually changed.
13897 2005-09-30  Jackson Harper  <jackson@ximian.com>
13899         * TreeView.cs: Make sure that the checkboxes size is factored in
13900         even when not visible.
13902 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13904         * FileDialog.cs: Fix Jordi's build break
13906 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13908         * FileDialog.cs: 
13909                 - Use standard the Windows colours for the combobox as espected
13910                 - Dispose objects that use resouces when no longer need them
13912 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13914         * X11DesktopColors.cs: Initial incomplete implementation
13915         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13917 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13919         * Theme.cs: 
13920           - Switched Theme color names to match the names defined in 
13921             System.Drawing.KnownColors. Life's hard enough, no need to make 
13922             it harder.
13923           - Added setters to all theme color properties so themes can set
13924             their color schemes. The setters also propagate the color changes
13925             to System.Drawing.KnownColors via reflection
13926         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13927           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13928           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13929           use the new, more logical theme color names
13930         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13931           post-NT colors
13932         * ThemeWin32Classic.cs:
13933           - Removed code to set the old classic Windows colors. Instead it
13934             now relies on the colors returned by System.Drawing.KnownColors
13935             which will be either modern static colors (Unix) or colors
13936             read from the user's configuration (Win32)
13937           - Updated to use the new, more logical theme color names
13938           - Switched DataGrid drawing code to use only Theme colors instead of
13939             a mix of System.Drawing.KnownColors and Theme colors
13940           - DrawFrameControl(): Removed code that fills the button area, the
13941             fill would overwrite any previous fill done by a control. This
13942             fixes bug #75338 
13943           - Added DrawReversibleRectangle() stub
13944         * ScrollableControl.cs: Set visible state to false when scrollbars
13945           are removed (pdn fix)
13946         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13947           DrawReversibleRectangle() method to allow drawing primitive 
13948           'rubber bands'
13949         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13951 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13953         * ImageList.cs: Add(Icon): Create handle.
13955 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13957         * ListView.cs:
13958         * ThemeWin32Classic.cs:
13959                 - Fixes detail mode
13960                 - Sets clippings
13961                 - Issues with drawing
13963 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13965         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13966           source has to be the ImageList.
13968 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13970         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13972 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13974         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13976 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13978         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13980 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13981         * GridItem.cs: Fixed TODOs
13982         * GridItemCollection.cs: Added ICollection interface
13984 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13986         * ImageList.cs: Resize icons when needed.
13988 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13990         * ListViewItem.cs
13991                 - Fixes GetBounds and returns on screen rects
13992         * ListView.cs:
13993                 - Fixes vertical and horzintal scrolling of items
13994         * ThemeWin32Classic.cs:
13995                 - Fixes drawing
13996                 
13997 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13999         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
14001 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
14003         * ImageList.cs: Added comments about handle creation. Moved Handle,
14004           HandleCreated and OnRecreateHandle implementations to ImageCollection.
14005           Handle is created in Add methods.
14007 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
14008          
14009         * DataGridDrawingLogic.cs: 
14010                 - Takes rows into account on Colum calculations
14011                 - Returns the column when clickig
14012         * DataGrid.cs:
14013                 - Fixes default HitTestInfo values
14014                 - Fixes HitTestInfo.ToString
14015                 - Fixes ResetBackColor          
14016         
14017 2005-09-28  Jackson Harper  <jackson@ximian.com>
14019         * MdiChildContext.cs: Obey rules for fixed sized windows (no
14020         sizing or cursor changes). Also added some temp code to draw the
14021         titlebars text (Makes dev a little easier).
14023 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
14025         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
14027 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
14028          
14029         * ListBox.cs: Fixes bug 76253
14031 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
14033         * ImageList.cs: Added comments about the current implementation. Added
14034           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
14035           Format32bppArgb to preserve transparency and can use Graphics.FromImage
14036           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
14037           with Bitmap.LockBits for better performance. Revised the whole file to
14038           match MS.NET behaviour and provide better performance. Non-public
14039           interface members are calling public members even when they throw
14040           NotSupportedException for better maintainability. Moved ColorDepth,
14041           ImageSize, ImageStream and TransparentColor implementations to
14042           ImageCollection for better performance as these properties are not used
14043           by ImageList.
14044         * ImageListStreamer.cs: Added a new internal constructor that takes an
14045           ImageList.ImageCollection and serializes Images based on
14046           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
14047           match ImageList property name.
14049 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
14051         * ListBox.cs: Fixes IndexFromPoint for last item
14053 2005-09-27  Jackson Harper  <jackson@ximian.com>
14055         * Form.cs: Set the position of new mdi children correctly.
14057 2005-09-27  Jackson Harper  <jackson@ximian.com>
14059         * MdiClient.cs: New mdi children need to be added to the back of
14060         the controls collection so the zorder is set correctly. Also add a
14061         count of all the child windows that have been created.
14063 2005-09-27  Jackson Harper  <jackson@ximian.com>
14065         * Form.cs (CreateParams): Setup MDI forms correctly.
14067 2005-09-27  Jackson Harper  <jackson@ximian.com>
14069         * MdiChildContext.cs:
14070         * MonthCalendar.cs:
14071         * UpDownBase.cs:
14072         * ListBox.cs:
14073         * ListView.cs:
14074         * TextBoxBase.cs:
14075         * TreeView.cs:
14076         * ScrollableControl.cs:
14077         * ComboBox.cs: Add implicit controls using the new implict control
14078         functionality in ControlCollection. Also try to block multiple
14079         control add in a suspend/resume layout to save some cycles.
14080         
14081 2005-09-27  Jackson Harper  <jackson@ximian.com>
14083         * Control.cs: Add functionality to the controls collection to add
14084         'implicit controls' these are controls that are created by the
14085         containing control but should not be exposed to the user. Such as
14086         scrollbars in the treeview.
14087         * Form.cs: The list var of the ControlsCollection is no longer
14088         available because of the potential of implicit controls getting
14089         ignored by someone accessing the list directly.
14091 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
14093         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
14094           loose it's parent. (Fixed bug introduced in r49103 when we added
14095           setting the child parent to null on Remove)
14097 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
14099         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
14100         * Splitter.cs: Added missing attributes for BorderStyle property.
14101         * TextBoxBase.cs: Marked Calculate* methods internal.
14102         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
14103         MS.NET.
14105 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
14106          
14107         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
14109 2005-09-25  Jackson Harper  <jackson@ximian.com>
14111         * TreeView.cs: Update the node bounds correctly regardless of
14112         whether the node is visible.
14114 2005-09-25  Jackson Harper  <jackson@ximian.com>
14116         * ImageList.cs: Don't dispose the image after it is added to the
14117         image list. Only reformat images that need to be resized.
14119 2005-09-25  Jackson Harper  <jackson@ximian.com>
14121         * ImageList.cs: Don't set the format when changing the image.
14123 2005-09-25  Jackson Harper  <jackson@ximian.com>
14125         * TreeView.cs: We can't just assume the node has a font. Use the
14126         treeviews font if no node font is available.
14128 2005-09-25  Jackson Harper  <jackson@ximian.com>
14130         * TreeView.cs: Allow the scrollbars to be reset with negative
14131         values.
14132         - Don't add scrollbars to negative sized windows.
14134 2005-09-23  Jackson Harper  <jackson@ximian.com>
14136         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
14137         old Mono.Posix. Also remove some stray code that shouldn't have
14138         been committed.
14140 2005-09-23  Jackson Harper  <jackson@ximian.com>
14142         * TreeView.cs: Attempt at proper sizing of the horizontal
14143         scrollbar. Also don't resize the scrollbars unless they are
14144         visible.
14146 2005-09-23  Jackson Harper  <jackson@ximian.com>
14148         * TreeView.cs: We don't need to expand the invalid area when the
14149         selection changes, as this is all drawn in the node's bounding
14150         box. The area needs to be expanded (previous typo was contracting
14151         it) when the focus rect moves.
14153 2005-09-23  Jackson Harper  <jackson@ximian.com>
14155         * TreeView.cs: Display the selection box under the correct
14156         circumstances. We were rendering white text with no selection box
14157         before.
14159 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
14161         * TextControl.cs(Split): Now updates selection start/end if it points 
14162           into a line that's being split. Fixes a FIXME and bug #75258
14164 2005-09-23  Jackson Harper  <jackson@ximian.com>
14166         * Binding.cs:
14167         * ListControl.cs: Don't use the path when retrieving binding
14168         managers from the binding context. My bat sense tells me that the
14169         path is only used on insertion.
14171 2005-09-22  Jackson Harper  <jackson@ximian.com>
14173         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
14175 2005-09-22  Jackson Harper  <jackson@ximian.com>
14177         * Splitter.cs: There are special cursors used for splitting.
14178         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
14180 2005-09-22  Jackson Harper  <jackson@ximian.com>
14182         * Splitter.cs: Change the cursor appropriately when the splitter
14183         is moused over, so the user actually knows there is a splitter
14184         there.
14186 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
14188        * Label.cs : Fix ToString method to give same output as MS.NET
14190 2005-09-22  Jackson Harper  <jackson@ximian.com>
14192         * TreeView.cs: Create the scrollbars when the handle is created
14193         and add them right away, just make them invisble. Also account for
14194         the window being shrunk vertically to the point that the vert
14195         scrollbar needs to be added.
14196         - Remove some 0.5 adjustments to get around anti aliasing issues.
14197         
14198 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
14199          
14200         * MainMenu.cs: Fixes default value
14201         * MenuItem.cs: Fixes default value
14203 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
14205         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
14207 2005-09-21  Jackson Harper  <jackson@ximian.com>
14209         * Control.cs: Don't try to set the border style on the window if
14210         it hasn't been created. When the window is created the border
14211         style will be used.
14213 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
14215         * Control.cs (Update): Don't call XplatUI if we don't have a
14216           window handle yet
14218 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
14220         * ContainerControl.cs: Instead of throwing an exception, print
14221           a one-time warning about Validate not being implemented
14222         * XplatUIWin32.cs: Removed debug output
14224 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
14226         * Control.cs: Only set XplatUI background if we expect the windowing
14227           system to handle the background. This stops controls that draw their
14228           own background from flickering
14230         * XplatUIX11.cs: Support custom visuals and colormaps for window 
14231           creation. This allows, amongst other things, using MWF X11 windows 
14232           with OpenGL.
14234 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
14236         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
14237           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
14238           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
14239           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
14240           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
14241           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
14242           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
14243           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
14244           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
14245           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
14246           GridColumnStylesCollection.cs, 
14247           IDataGridColumnStyleEditingNotificationService.cs,
14248           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
14249           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
14250           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
14251           TreeNodeCollection.cs, AmbientProperties.cs, 
14252           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14253           DataObject.cs, ErrorProvider.cs, Splitter.cs,
14254           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
14255           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
14256           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
14257           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
14258           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
14259           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
14260           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
14261           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
14262           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
14263           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
14264           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
14265           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
14266           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
14267           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
14268           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
14269           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
14270           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
14271           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
14272           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
14273           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
14274           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
14275           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
14276           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
14277           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
14278           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
14279           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
14280           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
14281           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
14282           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
14283           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
14284           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
14285           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
14286           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
14287           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
14288           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
14290 2005-09-21  Jackson Harper  <jackson@ximian.com>
14292         * TreeNode.cs: Call Before/After Expand not Collapse when
14293         expanding.
14295 2005-09-20  Jackson Harper  <jackson@ximian.com>
14296         
14297         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
14299 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
14300          
14301         * ListViewItem.cs:
14302                 - Fixes bug 76120
14303                 - Fixes proper storing of subitems
14304                 - Fixes not updated items
14306 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
14308         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
14309           things if our window handle isn't created yet. Also disabled 
14310           debug for TextBoxBase
14312 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
14314         * MenuAPI.cs: Remove filtering of events to allow menu usage
14316 2005-09-20  Miguel de Icaza  <miguel@novell.com>
14318         * Cursor.cs: Allow null to be passed to Cursor.Current.
14320 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
14322         * ThemeWin32Classic.cs:
14323           - Change some private methods/fields to protected virtual so that 
14324             they can be accessed and overriden in derived classes
14325           - First refactoring of some methods. Derived themes now don't 
14326             need to duplicate the complete code from ThemeWin32Classic
14327         * ThemeNice.cs:
14328           - Added nice StatusBar
14329           - Derive from ThemeWin32Classic and not Theme
14330           - Removed duplicate ThemeWin32Classic code
14332 2005-09-20  Miguel de Icaza  <miguel@novell.com>
14334         * Control.cs (ControlCollection.Add): If the value null is passed
14335         the control is ignored. 
14337         Optimize this loop.
14339 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
14341         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
14342           PostQuitMessage state.
14343         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
14345 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
14347         * Application.cs: Our constructor will never get called, move 
14348           initialization to fields; fixes bug #75933
14350 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
14352         * FileDialog.cs :
14353                 - Allow files to be selected properly using file name
14354                 combo box.
14355                 - Add ability to change diretory (absolute / relative)
14356                 using file name combo box.
14358 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
14359          
14360         * ListBox.cs: 
14361                 - Fixes Multicolumn listboxes item wrong calculations
14362                 - Allows to click when only one item is in the listbox
14363                 - Fixes crash when no items using keyboard navigation
14365 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
14367         * ComboBox.cs: Reverted almost everything from the latest patch which
14368           broke ComboBox
14370 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
14371         
14372         * ToolTip.cs:
14373                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
14374         * ComboBox.cs:
14375                 - When DropDownStyle is Simple, it does not show scrollbar 
14376                 to the last item of the list.
14377                 - When DropDownStyle is Simple, it crashed when the list was 
14378                 scrolled down with the down cursor key.
14379                 - Fixed a bug that when DropDownStyle is DropDownList, the 
14380                 selected item was not shown.
14381                 - The position of the selected item was not preserved when 
14382                 the next dropdown happened.
14383         * ThemeWin32Classic.cs:
14384                 - Items were wrapped at the right end.
14385         * CheckedListBox.cs:
14386                 - Fixed Add method
14387         * ListBox.cs:
14388                 - Items should be fully shown.
14389                 - When resizing and vertical scrollbar disappeared, the item 
14390                 of index 0 should be on the top of the list.
14391                 - GetItemRectangle should consider the size of ver. scrollbar
14392         * StatusBar.cs:
14393                 - SizingGrip area should not be allocated when it is not 
14394                 displayed.
14395                 - Now it reflects MinWidth of the containing panel and 
14396                 fixed a crash that happens when its width becomes so small.
14398 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
14400         * CheckedListBox.cs: Fixes bug 76028
14401         * ListBox.cs: Fixes bug 76028
14403 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
14405         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
14406         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
14408 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
14410         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
14412 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14414         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
14416 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14418         * IRootGridEntry.cs: Added
14419         * PropertyGridCommands.cs: Added
14420         * PropertiesTab.cs: Added missing methods and property
14421         * PropertyGridView.cs: Made class internal
14422         * PropertyGridTextBox.cs: Made class internal
14424 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
14426         * MimeIcon.cs: Try to check some other environment variables
14427           if "DESKTOP_SESSION" returns "default"
14429 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
14431         * ThemeNice.cs: Corrected background colors (e.g. menus)
14432         * ColorDialog.cs: Use correct background colors for controls
14434 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
14436         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
14438 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
14440         * RichTextBox.cs: Added initial implementation
14441         * lang.cs: Removed. Was accidentally checked in long time ago
14442         * TODO: Removed. Contents were obsolete
14444 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
14445                                                                                 
14446         * PropertiesTab.cs : Added
14448 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
14449                                                                                 
14450         * PropertyGrid.cs : Update
14451         * PropertyGridView.cs : Update
14452         * System.Windows.Forms.resx : Added images and strings
14454 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
14456         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
14458 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
14460         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
14461           a busy loop right after the Ungrab the X11 display is otherwise 
14462           blocked
14464 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
14466         * ThemeWin32Classic.cs: Optimise the use of clipping
14468 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
14470         * DataGrid.cs: fixes recursion bug
14472 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
14474         * ThemeNice.cs: 
14475           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
14476           - Cleanup
14478 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
14480         * ThemeNice.cs: Draw nice ProgressBars
14482 2005-09-01  Miguel de Icaza  <miguel@novell.com>
14484         * VScrollBar.cs: Another buglet found by Aaron's tool. 
14486         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
14487         bug finder.
14489 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
14491         * ThemeNice.cs:
14492           - Added nicer menu drawing
14493           - Updated DrawTab
14494           - some refactoring
14496 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
14498         * CreateParams.cs (ToString): Made output match MS
14499         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
14500             handle is already created (to avoid forcing window creation)
14501         * XplatUIX11.cs: Set window text to caption after creating window,
14502           in case Text was set before window was created
14503         * Form.cs: Use this.Text instead of a static string as caption
14505 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
14507         * NotifyIcon.cs: Don't set the window to visible; this screws
14508           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
14509           OnPaint without a bitmap)
14510         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
14511           happen very often anyway; we could add the check to the WM_PAINT 
14512           event generation code
14514 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
14516         * NotifyIcon.cs: Fill the icon area with a background color, to 
14517           avoid 'residue' when transparent icons are drawn
14518         * XplatUIX11.cs:
14519           - Handle whole_window == client_window when destroying windows
14520           - SystrayAdd(): Set client_window to whole_window value to
14521             get mouse and other events passed to NotifyIcon
14523 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
14525         * Form.cs: Set proper default for Opacity property
14526         * NotifyIcon.cs:
14527           - ShowSystray(): Don't bother creating telling the OS
14528             about the systray item if no icon is provided
14529           - Now handles WM_NCPAINT message to deal with whole/client window
14530             split
14531           - Create window as visible to not get caught by Expose optimization
14532         * Hwnd.cs: Removed debug message
14533         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
14534           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
14535             PaintEventStart/End to use new client argument
14536         * TextBoxBase.cs:
14537           - Commented out debug messages
14538           - Switched PaintEventStart/End to use new client argument
14539         * XplatUI.cs: Added client window bool to PaintEventStart()/
14540           PaintEventEnd() calls, to support drawing in non-client areas
14541         * XplatUIDriver.cs: 
14542           - Added client window bool to PaintEventStart()/PaintEventEnd() 
14543             calls, to support drawing in non-client areas
14544           - Added conditional compile to allow using MWF BeginInvoke 
14545             on MS runtime
14546         * XplatUIX11.cs:
14547           - Added some conditional debug output
14548           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
14549             whole/client window split
14550           - Implemented handling of client argument to PaintEventStart()/End()
14551         * Control.cs:
14552           - Throw exception if BeginInvoke() is called and the window handle
14553             or one of the window's parent handles is not created
14554           - Added conditional compile to allow using MWF BeginInvoke on
14555             MS runtime
14556           - get_Parent(): Only sets parent if handle is created. This avoids
14557             forcing window handle creation when parent is set.
14558           - Now fires Layout and Parent changed events in proper order
14559           - Switched to use Handle instead of window.Handle for Z-Order setting,
14560             the get_Parent() patch above causes us to possibly get null for 'window'
14561           - Implemented handling of client argument to PaintEventStart()/End()
14562           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
14563             default handling)
14564           - Now sends a Refresh() to all child windows when Refresh() is called
14566 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
14568         * Form.cs: Added (non-functional) Opacity property
14569         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
14571 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
14572         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
14573           use export MONO_THEME=nice to activate it.
14574           Currently supported controls:
14575           - Button
14576           - ComboBox
14577           - ScrollBar
14578           - TabControl (TabAlignment.Top only, other will follow)
14579         * ThemeEngine.cs: Add theme nice
14580         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
14581           if enabled
14583 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
14585         * Splitter.cs: Resize docked control and its neighbor.
14587 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14588         -- Making Windows with Menus layout correctly --
14589         * Form.cs : The first leg of the fix
14590                 Menu setter - adjust Client Size as needed to make space for the menu
14591                 SetClientSizeCore - doesn't call base version to be able to pass the 
14592                         menu handle to XplatUI.CalculateWindowRect
14593         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
14594         * XplatUIX11.cs: The critical second leg of the fix
14595                 GetWindowPos needs to use a recalculated client_rect
14596                 so that resizing the window doesn't break layout of child controls. 
14597                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
14598                 Lots of \t\n killed
14600 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
14602         * Label.cs: Now properly recalculates width and height on Font and Text
14603           changes if AutoSize is set
14605 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14606         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
14608 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
14610         * ImageList.cs: Makes ToString method compatible with MS
14612 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
14614         * MenuAPI.cs: fixes bug 75716
14616 2005-08-11 Umadevi S <sumadevi@novell.com>
14617         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
14619 2005-08-11 Umadevi S <sumadevi@novell.com>
14620         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
14622 2005-08-10  Umadevi S <sumadevi@novell.com>
14623         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
14625 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
14627         * Menu.cs: fixes bug 75700
14628         * MenuAPI.cs: fixes navigation issues
14630 2005-08-09  Umadevi S <sumadevi@novell.com>
14631         * CheckedListBox.cs - simple fix for GetItemChecked.
14633 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
14635         * ComboBox.cs: Serveral fixes
14636         * ListBox.cs: Serveral fixes
14638 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
14640         * ComboBox.cs: Fixes FindString methods and GetItemHeight
14641         * ListBox.cs: Fixes FindString methods
14643 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
14645         * DataGrid.cs: fixes bugs exposed by new tests
14647 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
14649         * Mime.cs: Compile Mono assembly references only if compiling
14650           with Mono (Allows to build with VS.Net again)
14652 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
14654         * Control.cs (PaintControlBackground): Draw background image
14655         corrrectly.
14656         (CheckForIllegalCrossThreadCalls): Stubbed.
14657         
14658         * Form.cs (OnCreateControl): Center when should be centered.
14659         
14660         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
14662 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
14664         * Binding.cs: Binding to properties should be case unsensitive
14666 2005-07-18 vlindos@nucleusys.com
14668         * DataGrid.cs: fixes setmember order
14670 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
14672         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
14673         * FileDialog.cs: FileDialog is now resizable and uses the new
14674           MimeIconEngine
14676 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
14678         * DataGridTextBoxColumn.cs: default value
14679         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
14680         * GridTableStylesCollection.cs: fixes checking MappingName
14681         * DataGridDrawingLogic.cs: fixes drawing logic issues
14682         * DataSourceHelper.cs: rewritten to make compatible with more data sources
14683         * DataGrid.cs: fixes    
14685 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
14687         * MimeGenerated.cs: Use case sensitive comparer for
14688           NameValueCollections
14690 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
14692         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
14693         * ThemeWin32Classic.cs: bug fixes, code refactoring
14694         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
14695         * DataGrid.cs: bug fixes, code refactoring
14696         * DataGridTextBox.cs: bug fixes, code refactoring
14697         * DataGridColumnStyle.cs:  bug fixes, code refactoring
14698         * Theme.cs:  bug fixes, code refactoring
14700 2005-07-01  Peter Bartok  <pbartok@novell.com> 
14702         * TextControl.cs: Quick fix for the reported crash on ColorDialog
14703           and other text box usage
14705 2005-07-01  Jackson Harper  <jackson@ximian.com>
14707         * TabControl.cs: Make sure the bottom of the tab covers the pages
14708         border.
14710 2005-06-30  Peter Bartok  <pbartok@novell.com> 
14712         * Form.cs (ShowDialog): Assign owner of the dialog
14713         * TextBoxBase.cs: Always refresh caret size when deleting, caret
14714           might have been moved to a tag with different height
14716 2005-06-30  Jackson Harper  <jackson@ximian.com>
14718         * Form.cs: Don't create an infinite loop when setting focus
14719         * MenuItem.cs: Don't dirty the parents if we don't have any
14721 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
14723         * LibSupport.cs: Rename
14725 2005-06-29  Peter Bartok  <pbartok@novell.com>
14727         * TextBoxBase.cs: Re-align caret after deleting a character
14728         * TextControl.cs:
14729           - DeleteChars(): Ensure that tag covers the provided position
14730           - StreamLine(): Drop reference for dropped tag
14732 2005-06-29  Peter Bartok  <pbartok@novell.com> 
14734         * TextControl.cs: 
14735           - Selections now work properly, anchoring at the initial location
14736             and properly extending in either direction (SetSelectionToCaret(),
14737             SetSelectionStart() and SetSelectionEnd())
14738           - No longer redraws the whole control on selection change, now
14739             calculates delta between previous and new selection and only
14740             invalidates/redraws that area
14741           - Fixed FindPos() math off-by-one errors
14742           - Changed DeleteChars() to verify the provided tag covers the
14743             provided position, selections may have a tag that doesn't cover
14744             the position if the selection is at a tag border
14745           - Fixed off-by-one errors in DeleteChars()
14746           - Added missing streamlining check in DeleteChars() to remove
14747             zero-length tags
14748           - Implemented Invalidate() method, now properly calculates exposures
14749             between two given lines/positions
14750           - Implemented SetSelection()
14751           - Obsoleted and removed FixupSelection()
14752           - Improved RecalculateDocument() logic, removing code duplication
14754 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14756         * LibSupport.cs: changes to match different input/output arguments.
14758 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14760         * LibSupport.cs: added libsupport.so init routine.
14762 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
14763         
14764         * ControlBindingsCollection.cs
14765                 - Throws an exception on null datasource when adding
14766                 - Checks for duplicated bindings when adding
14768 2005-06-28  Jackson Harper  <jackson@ximian.com>
14770         * TreeView.cs (OnKeyDown): Support left and right properly
14771         (navigates as well as expanding and collapsing.
14772         - Add support for Multiply, this expands all the selected nodes
14773         children.
14774         - Fix some tabbing.
14776 2005-06-28  Jackson Harper  <jackson@ximian.com>
14778         * TreeView.cs: Implement keyboard navigation, currently supports,
14779         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
14780         support for toggling checkboxes with the space bar.
14782 2005-06-28  Jackson Harper  <jackson@ximian.com>
14784         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
14785         tree.
14787 2005-06-28  Jackson Harper  <jackson@ximian.com>
14789         * TreeView.cs: Add missing event.
14791 2005-06-27  Peter Bartok  <pbartok@novell.com> 
14793         * TextControl.cs:
14794           - Made line ending size configurable (now allows for counting 
14795             lineendings as \n or \r\n)
14796           - Added margin to viewport to keep caret visible on right side
14797           - Fixed translation routines for line/pos to documentpos to consider
14798             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
14799           - Fixed some line-endings to be unix style
14800           - Fixed Document.FormatText to perform it's calculations 1-based
14801           - Added descriptions for a few methods that might otherwise get 
14802             used wrong
14803           - Added NOTE section with some basic conventions to remember at 
14804             the top of the file
14805           - Major fixup for RichTextBox selection drawing:
14806             * Fixed crashes when multiple tags on a single line were selected
14807             * fixed selection box drawing not overlaying text
14808             * fixed bogus offset calculation for tags not starting at index 1
14809             * Switched behaviour from using multiple Substrings of a 
14810               StringBuilder.ToString() to using multiple 
14811               StringBuilder.ToString(start, length) statements, hoping this is
14812               faster (kept original version commented out in the code, in case
14813               original version was faster)
14814         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
14815           alignment != Left
14816         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
14817           call it as well
14819 2005-06-27  Jackson Harper  <jackson@ximian.com>
14821         * TabControl.cs: Move to the left and right with the arrow
14822         keys. These keys don't cycle beyond first and last like
14823         tab. Refresh all the tabs when scrolling them to the left or
14824         right.
14826 2005-06-27  Jackson Harper  <jackson@ximian.com>
14828         * TabControl.cs:
14829           - ToString: Added method
14830           - CreateParams: Remove TODO and comment
14831           - OnKeyDown: Cycle through bounds properly.
14832           - SelectedIndex: Scroll to the right or left if we need to
14833           display the newly selected tab.
14835 2005-06-23  Jackson Harper  <jackson@ximian.com>
14837         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14838         set.
14840 2005-06-23  Jackson Harper  <jackson@ximian.com>
14842         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14843         CTRL-SHIFT-TAB, and HOME, END are there any others?
14845 2005-06-23  Jackson Harper  <jackson@ximian.com>
14847         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14849 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14850         
14851         * DataGridTextBoxColumn.cs: fixes and enhancements
14852         * ThemeWin32Classic.cs: fixes and enhancements
14853         * DataGridBoolColumn.cs:  fixes and enhancements
14854         * DataGridDrawingLogic.cs:  fixes and enhancements
14855         * CurrencyManager.cs: fixes and enhancements
14856         * DataGrid.cs: fixes and enhancements
14857         * DataGridColumnStyle.cs:  fixes and enhancements
14859 2005-06-22  Jackson Harper  <jackson@ximian.com>
14861         * TabControl.cs: Add some missing methods that just call into the
14862         base. Make the TabPageCollection's IList interface behave in the
14863         same manner as the MS implementation.
14865 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14867         * TextControl.cs: Added sanity check
14868         * TextBoxBase.cs: 
14869           - Fixed wrapping behaviour, don't set wrap on single line controls
14870             (this fixes the breakage of colordialog introduced in an earlier
14871              checkin)
14872           - Added rudimentary support for autoscrolling right-aligned controls
14873             (still needs fixing, also, center alignment scroll is missing)
14875 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14876         
14877         * ScrollBar.cs: Fixes thumbpos on Maximum values
14879 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14880         
14881         * PropertyGridView.cs: Pass context information to UITypeEditors 
14883 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14885         * TextBoxBase.cs:
14886           - Now calling PositionCaret with absolute space coordinates
14887           - Enabled vertical scrolling
14888           - Better tracking of scrollbar changes, tied into WidthChange
14889             event
14890           - Improved cursor tracking
14891           - Removed debug output
14892         * TextControl.cs:
14893           - PositionCaret coordinates are now works in absolute space, not 
14894             the canvas
14895           - Improved tracking of document size
14896           - Added events for width and height changes
14898 2005-06-21  Peter Bartok  <pbartok@novell.com>
14900         * Form.cs: Set focus to active control when form is activated
14901         * TextControl.cs: 
14902           - Added word-wrap functionality to RecalculateLine() 
14903           - Added some short function descriptions for VS.Net to aid in
14904             writing dependent controls
14905           - Added Caret property, returning the current coords of the caret
14906           - Added ViewPortWidth and ViewPortHeight properties
14907           - Added Wrap property
14908           - Added CaretMoved event
14909           - Removed some old debug code
14910           - Split() can now create soft splits
14911           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14912           - Added method to format existing text
14913           - Fixed size/alignment calculations to use viewport
14914           - RecalculateDocument now can handle changing line-numbers while
14915             calculating lines
14917         * TextBox.cs:
14918           - Added some wrap logic, we don't wrap if alignment is not left
14919           - Added casts for scrollbar var, base class switched types to
14920             also support RichTextBoxA
14921           - Implemented handling of scrollbar visibility flags
14923         * TextBoxBase.cs:
14924           - Switched scrollbars type to RichTextBoxScrollBars to support
14925             RichTextBox
14926           - Added tracking of canvas width/height
14927           - Switched scrollbars to be not selectable (to keep focus on text)
14928           - Added central CalculateDocument() method to handle all redraw
14929             requirements
14930           - Added ReadOnly support
14931           - Added WordWrap support
14932           - Fixed handling of Enter key (we now treat it as a DialogKey)
14933           - Fixed caret positioning when h or v scroll is not zero
14934           - Fixed placing/generation of vertical scrollbar
14935           - Added CalculateScrollBars() method to allow updating scrollbar
14936             limits and visibility
14937           - Fixed handling of horizontal scroll
14938           - Added handling of vertical scroll
14939           - Implemented auto-'jump' when caret moves to close to a left or
14940             right border and there is text to be scrolled into view (currently
14941             there's the potential for a stack overflow, until a bug in
14942             scrollbar is fixed)
14944 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14945         
14946         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14948 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14950         * Mime.cs:
14951         - added inodes.
14952         - return application/x-zerosize for files with size zero
14953           (if no extension pattern matches).
14954         - check matches collection for strings too.
14955         - return only the first mime type if the name value
14956           collection has more than one mime type.
14958 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14959         
14960         * PropertyGrid.cs: Cleaned up some TODOs
14961         * PropertyGridView.cs: Added support for UITypeEditors
14963 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14964         
14965         * DataGrid.cs: clears cached value
14967 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14969         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14970         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14971         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14972         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14973         
14974 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14976         * ThemeWin32Classic.cs: fixes colour
14978 2005-06-15  Peter Bartok  <pbartok@novell.com>
14980         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14981         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14982         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14983         * Control.cs: Added some MWFCategory and MWFDescription attributes
14984         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14986 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14988         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14989         usage
14991 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14993         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14994         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14995         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14996         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14997         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14998         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
15000 2005-06-13  Jackson Harper  <jackson@ximian.com>
15002         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
15003         isn't printed when the user enables dropping. (X11 does accept
15004         drops).
15005         
15006 2005-06-13  Jackson Harper  <jackson@ximian.com>
15008         * TreeView.cs: Remove some TODOS.
15010 2005-06-13  Jackson Harper  <jackson@ximian.com>
15012         * Form.cs: Hook into the mdi framework.
15013         * MdiClient.cs: Use the base control collections add method so
15014         parents get setup correctly. Set the default back colour and dock
15015         style.
15016         * MdiChildContext.cs: New class, this bad actor handles an
15017         instance of an MDI window. Right now there is only basic
15018         support. You can drag, close, and resize windows. Minimize and
15019         Maximize are partially implemented.
15021 2005-06-13  Jackson Harper  <jackson@ximian.com>
15023         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
15024         freaky when both vals are negative. NOTE: There are probably other
15025         places in XplatUIX11 that this needs to be done.
15027 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
15029         * DataGrid.cs: implement missing methods, move KeyboardNavigation
15030         * DataGridColumnStyle.cs: fixes signature
15032 2005-06-12  Jackson Harper  <jackson@ximian.com>
15034         * XplatUIX11.cs: Use sizing cursors similar to the ones on
15035         windows.
15037 2005-06-11  Jackson Harper  <jackson@ximian.com>
15039         * StatusBarPanel.cs: Signature cleanups. Implement
15040         BeginInit/EndInit.
15042 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
15044         * DataGridTextBoxColumn.cs: Honors aligment
15045         * GridColumnStylesCollection.cs: Contains is case unsensitive
15046         * GridTableStylesCollection.cs: several fixes
15047         * DataGridTableStyle.cs: default column creation
15048         * DataGridDrawingLogic.cs: fixes
15049         * CurrencyManager.cs: ListName property
15050         * DataGrid.cs: multiple styles support
15051         * DataGridColumnStyle.cs: fixes
15052         
15054 2005-06-10  Peter Bartok  <pbartok@novell.com>
15056         * Control.cs(Select): Moved SetFocus call to avoid potential
15057           loops if controls change the active control when getting focus
15058         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
15059           the up/down buttons
15061 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
15063         * ImageListConverter.cs: Implemented
15065 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
15067         * MonthCalendar.cs: Wired in NumericUpDown control for year
15069 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
15071         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
15072           DoubleClick events, since they are not meant to be fired.
15074 2005-06-09  Peter Bartok  <pbartok@novell.com>
15076         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
15077           Jonathan's standalone controls into MWF, implemented missing
15078           events, attributes and methods; added xxxAccessible classes
15079         * AccessibleObject.cs: Made fields internal so other classes
15080           can change them if needed
15082 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
15084         * UpDownBase.cs: Complete implementation
15085         * NumericUpDown.cs: Complete implementation
15086         * DomainUpDown.cs: Complete implementation
15088 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
15090         * DataGridTextBoxColumn.cs: drawing fixes
15091         * DataGridCell.cs: fixes ToString method to match MSNet
15092         * DataGridTableStyle.cs: fixes
15093         * DataGridBoolColumn.cs: fixes, drawing
15094         * DataGridDrawingLogic.cs: fixes, new methods
15095         * DataGridTextBox.cs: Keyboard and fixes
15096         * DataGrid.cs:
15097                 - Keyboard navigation
15098                 - Scrolling fixes
15099                 - Row selection (single, multiple, deletion, etc)
15100                 - Lots of fixes
15101         
15102 2005-06-07  Jackson Harper  <jackson@ximian.com>
15104         * ThemeWin32Classic.cs: Clear the background area when drawing
15105         buttons.
15107 2005-06-06  Peter Bartok  <pbartok@novell.com>
15109         * ImageListStreamer.cs: Fixed signature for GetData
15110         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
15111         * ComboBox.cs:
15112           - Added missing ChildAccessibleObject class
15113           - Added missing OnXXXFocus overrides, switched to using those
15114             instead of the event handler
15115         * Control.cs:
15116           - Added Parent property for ControlAccessibleObject
15117           - Fixed signatures
15118           - Fixed attributes
15119           - Added ResetBindings()
15120         * ListBindingConverter.cs: Implemented some methods
15121         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
15122         * ImageList.cs: Implemented basic handle scheme, removed TODOs
15123         * ContainerControl.cs: Fixed signature, now subscribing to the
15124           ControlRemoved event instead of overriding the handler, LAMESPEC
15125         * CurrencyManager.cs: Added missing attribute
15126         * MonthCalendar.cs: Added missing properties
15128 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
15130         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
15131         
15132 2005-06-06  Gaurav Vaish and Ankit Jain
15134         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
15135         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
15136         
15137 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
15139         * Control.cs: fixes CreateParams Width / Height.
15141 2005-06-05  Peter Bartok  <pbartok@novell.com>
15143         * Win32DnD.cs: Removed compilation warnings
15145 2005-06-05  Peter Bartok  <pbartok@novell.com>
15147         * Control.cs (CreateParams): Since we don't know if one of the
15148           properties we use is overridden, lets make sure if we fail accessing
15149           we continue with a backup plan
15151 2005-06-05  Peter Bartok  <pbartok@novell.com>
15153         * Win32DnD.cs:
15154           - Removed debug output
15155           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
15156             struct
15157           - Plugged resource leak
15158         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
15159           MS size
15161 2005-06-05  Peter Bartok  <pbartok@novell.com>
15163         * XplatUIWin32.cs: Removed DnD code
15164         * Win32DnD.cs: Implemented drop source and drop target functionality
15166 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15168         * UpDownBase.cs: remove duplicate addition of event, enable some code
15169         that was commented out.
15170         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
15171         Validate input when a key is pressed. It works fine now for every
15172         combination of Hexadecimal. Only missing some drawing love when sharing
15173         space with other controls.
15175 2005-06-04  Peter Bartok  <pbartok@novell.com>
15177         * Control.cs:
15178           - We need to pass a window for DragDrop, so enable callback events
15179           - Added DnD callback events when being a DragSource
15180         * XplatUI.cs (StartDrag): Added window handle argument
15181         * XplatUIDriver.cs (StartDrag): Added window handle argument
15182         * QueryContinueDragEventArgs: Made fields internally accessible so
15183           drivers can set them
15184         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
15185           can set them
15187 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
15189         * DataGridTextBoxColumn.cs: column text editing
15190         * DataGridTableStyle.cs: Respect columns styles created by the user
15191         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
15192         * DataGridBoolColumn.cs: bool column editing
15193         * DataGrid.cs: fixes to scrolling, properties, etc
15194         * DataGridTextBox.cs: handle keyboard
15195         * DataGridColumnStyle.cs: fixes
15197 2005-06-02  Jackson Harper  <jackson@ximian.com>
15199         * ImageListStreamer.cs: Somewhat broken implementation of
15200         GetObjectData. The RLE needs some work to match MS properly.
15202 2005-06-02  Jackson Harper  <jackson@ximian.com>
15204         * X11Dnd.cs: Attempting to keep at least one file in MWF
15205         monostyled.
15207 2005-06-02  Peter Bartok  <pbartok@novell.com>
15209         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
15210           that way
15212 2005-06-02  Peter Bartok  <pbartok@novell.com>
15214         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
15215         * XplatUI.cs: Added DoDragDrop() method
15216         * XplatUIDriver.cs: Added DoDragDrop() method
15218 2005-06-02  Jackson Harper  <jackson@ximian.com>
15220         * Splitter.cs: Implement BorderStyle.
15222 2005-06-02  Jackson Harper  <jackson@ximian.com>
15224         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
15225         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
15226         X11 using XDND.
15228 2005-06-02  Peter Bartok  <pbartok@novell.com>
15230         * DataObject.cs:
15231           - Added Data setter
15232           - Fixed broken insertion code for SetData, now also
15233             overwrites any existing entry of the same format name
15234         * Hwnd.cs: Added list of pointers that automatically gets
15235           freed when the window is disposed
15236         * XplatUI.cs: Call driver initialization method when loading
15237           a driver
15238         * Control.cs:
15239           - OnDragLeave takes EventArgs, not DragEventArgs
15240           - Added setting of WS_EX_ACCEPTFILES style when dropping is
15241             supported
15242           - Forces style update when drop state changes
15243         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
15244           not perfect since we cannot (yet) call the IDataObject.GetData()
15245           method, we keep getting 0x80004005 error, dunno why)
15247 2005-06-02  Peter Bartok  <pbartok@novell.com>
15249         * DragEventArgs.cs: Make fields internal so we can cache the
15250           object and re-set the fields from XplatUI
15252 2005-06-02  Jackson Harper  <jackson@ximian.com>
15254         * Control.cs: Add some internal methods so the DnD subsystem can
15255         raise DnD events. Also call into the driver when AllowDrop is set.
15256         * XplatUI.cs:
15257         * XplatUIDriver.cs: New method for setting whether or not a window
15258         is allowed to accept drag and drop messages.
15259                 
15260 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
15261         
15262         * ScrollBar.cs: Make sure that values sent in Scroll events
15263         are always between Maximum and Minimum.
15265 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
15267         * Menu.cs: Call MenuChanged when menuitem visibility has been
15268         changed.
15269         * MenuItem.cs: Rebuild menu when item is (not) visible.
15270         * MainMenu.cs: MainMenu has special MenuChanged.
15271         * Theme.cs: Caption and FrameBorderSize are not fixed.
15272         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
15273         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
15274         * XplatUIX11.cs,
15275         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
15276         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
15278 2005-05-30  Jackson Harper  <jackson@ximian.com>
15280         * DataFormat.cs: We can't statically initialize this stuff because
15281         it calls into the xplatui and could create a loop. So we lazy init
15282         it.
15284 2005-05-28  Jackson Harper  <jackson@ximian.com>
15286         * Control.cs: Proper implementation of Product(Name/Version).
15288 2005-05-27  Jackson Harper  <jackson@ximian.com>
15290         * DataObject.cs: Dont crash if no data is found.
15292 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
15293         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
15294                 as per status page, guessing it should be set to true
15296 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
15298         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
15299         * DataGridTableStyle.cs: set proper formatting text, def header text
15300         * ThemeWin32Classic.cs: new themable paramaters
15301         * DataGridBoolColumn.cs: paint check box, get data, fixes
15302         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
15303         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
15304         * DataGridColumnStyle.cs: fixes
15305         * Theme.cs: new themable paramaters
15306                 
15307 2005-05-26  Peter Bartok  <pbartok@novell.com>
15309         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
15311 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15312         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
15314 2005-05-24  Peter Bartok  <pbartok@novell.com>
15316         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
15317           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
15318           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
15319           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
15320           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
15321           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
15322           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
15323           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
15324           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
15325           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
15326           missing attributes, etc
15327         * DataGridPreferredColumnWidthTypeConverter.cs: Added
15329 2005-05-24  Peter Bartok  <pbartok@novell.com>
15331         * Help.cs: Added, implemented trivial functions, throws up MessageBox
15332           when user tries to get help
15333         * DataObject.cs, DataFormats.cs, LinkArea.cs,
15334           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
15335           to suppress warnings
15336         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
15337           avoid unreachable code warning
15339 2005-05-20  Peter Bartok  <pbartok@novell.com>
15341         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
15343 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
15345         * DataGridTextBoxColumn.cs: Basic painting methods
15346         * DataGridTableStyle.cs: Set table style in the column
15347         * ThemeWin32Classic.cs: Use Theme for colors
15348         * DataGridDrawingLogic.cs: Implement more drawing
15349         * DataGrid.cs: drawing, theming, enhacements, fixes
15350         * DataGridColumnStyle.cs: fixes, drawing
15351         * Theme.cs: theming for Datagrid
15353 2005-05-20  Peter Bartok  <pbartok@novell.com>
15355         * Cursor.cs: Implemented GetObjectData() method
15357 2005-05-20  Peter Bartok  <pbartok@novell.com>
15359         * Cursors.cs: Added setting of cursor name
15360         * Cursor.cs:
15361           - Implemented constructors
15362           - Implemented Draw and DrawStretched
15363           - Implemented Current property
15364           - Implemented == and != operators
15365           - Implemented Dispose()
15366           - Implemented ToString
15367           - Added missing attributes
15368         * XplatUIX11.cs:
15369           - Added missing reset for OverrideCursor when DoEvents is called
15370           - Fixed creation of cursor, logic was wrong
15371         * XplatUIWin32.cs:
15372           - Added missing reset for OverrideCursor when DoEvents is called
15373           - Fixed creation of cursor, bit arrays were swapped
15374         * Clipboard.cs: Removed obsolete MonoTODO attribute
15376 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
15378         * ComboBox.cs: fixes OnSelectedItemChanged
15379         * ControlBindingsCollection.cs: fixes item range check
15381 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
15383         * UpDownBase.cs:
15384                 - Calc preferred height properly
15385                 - Implement missing properties
15386                 
15387         * NumericUpDown.cs: Implement missing events
15389 2005-05-19  Jackson Harper  <jackson@ximian.com>
15391         * TabControl.cs: New method that resizes the tab pages before
15392         redrawing them. This as needed as the control is double buffered
15393         and sizing will not be recalculated unless ResizeTabPages is
15394         called.
15395         * TabPage.cs: Set base.Text instead of Text in the constructor so
15396         that UpdateOwner does not get called. Use the new Redraw method of
15397         TabControl instead of Refresh so the sizing is recalculated.
15398         * ThemeWin32Classic.cs: Draw the text for button tabs.
15400 2005-05-19  Jackson Harper  <jackson@ximian.com>
15402         * Control.cs: Paint control background images. Fix typo where
15403         PaintControlBackground was not getting called correctly.
15405 2005-05-19  Peter Bartok  <pbartok@novell.com>
15407         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
15408           I can investigate, apparently I broke FileDialog
15410 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
15412         * AxHost.cs: Some simple properties.
15413         * Control.cs: window must be accessible after ctor.
15414         * Form.cs: Added TransparencyKey property.
15415         * TextBoxBase.cs: Implemented Clear. Text property can be null.
15416         * XplatUIWin32.cs: SetBorderStyle implemented.
15418 2005-05-18  Peter Bartok  <pbartok@novell.com>
15420         * DataObject.cs: Entries are not global but particular to the
15421           DataObject, now it behaves that way
15422         * XplatUIWin32.cs: Implemented Clipboard methods
15423         * Clipboard.cs: Implemented
15424         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
15425         * XplatUIOSX.cs: Updated to final clipboard prototypes
15426         * XplatUIX11.cs: Implemented Clipboard methods
15427         * XplatUIDriver.cs: Updated to final clipboard prototypes
15428         * XplatUIStructs.cs:
15429           - Added BITMAPINFOHEADER struct
15430           - Added ClipboardFormats enum
15431         * X11Structs.cs:
15432           - Added ClipboardStruct
15433           - Added Atom enum items for clipboard types
15434           - Fixed atom types for Selection event structures
15435         * DataFormats.cs:
15436           - Added internal properties and methods for drivers to enumerate
15437             all known formats
15438           - Switched initialization method to allow drivers to assign their
15439             own IDs even for the MS predefined clipboard IDs
15440         * XplatUI.cs: Updated to final clipboard interface
15442 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15443         * PropertyGridView.cs: Fixed compiler warnings.
15445 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15446         * PropertyGrid.cs: Added some event calls
15447         * PropertyGridView.cs: Change drawing code to use double buffering
15448         * PropertyGridTextBox.cs: Changed Text property name
15449         * GridItem.cs: Added Bounds property.
15450         * GridEntry.cs: Added Bounds property.
15452 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
15454         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
15455         since GetType() may not return the correct type if the object is
15456         a remoting proxy.
15458 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
15460         * TreeNodeCollection.cs: fixes get/set item ranges
15461         
15462 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
15464         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
15465                 
15466 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
15468         * ComboBox.cs: Fix item range comparation
15469         * ListView.cs: Fix item range comparation
15471 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
15473         * FontDialog.cs:
15474           - Clear example panel when OnPaint is called
15475           - Better solution for displaying the example panel text
15476           - Select default indexes in the ListBoxes
15478 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
15480         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
15482 2005-05-11  Peter Bartok  <pbartok@novell.com>
15484         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
15485         * SelectionRangeConverter.cs: Implemented
15486         * PropertyGrid.cs: Fixed attribute value
15487         * Control.cs:
15488           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
15489           - Added Sebastien Pouliot's CAS Stack Propagation fixes
15490         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
15491           that's common to all drivers. First methods to go there are
15492           Sebastien Pouliot's CAS Stack Propagation helper methods
15493         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
15494           Sebastien Pouliot for CAS Stack Propagation
15496 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
15498         * OSXStructs.cs:
15499           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
15501 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
15503         * DataGridTextBoxColumn.cs: fixed some members
15504         * GridColumnStylesCollection.cs: indexed column is case insensitive
15505         * DataGridTableStyle.cs: fixes
15506         * ThemeWin32Classic.cs: add new theme parameter
15507         * Theme.cs: add new theme parameter
15508         * DataGridDrawingLogic.cs: Datagrid's drawing logic
15509         * DataGrid.cs: fixes, new internal properties, etc.
15510         * DataGridColumnStyle.cs: allows to set grid value
15511         *
15513 2005-05-10  Peter Bartok  <pbartok@novell.com>
15515         * AccessibleObject.cs:
15516           - Removed MonoTODO attribute on help, method is correct
15517           - Fixed Bounds property
15518         * AxHost.cs: Moved MonoTODO
15519         * ButtonBase.cs: Now setting AccessibleObject properties
15520         * RadioButton.cs: Setting proper AccessibleObject role
15521         * CheckBox.cs: Setting proper AccessibleObject role
15522         * ControlBindingsCollection.cs: Added properties, methods and attributes
15523         * DataFormats.cs: Fixed awkward internal API, and changed to enable
15524           userdefined DataFormats.Format items as well
15525         * ListControl.cs: Removed data_member from the public eye
15526         * OpenFileDialog.cs:
15527           - Made class sealed
15528           - Added missing attributes
15529         * SaveFileDialog.cs: Added missing attributes
15530         * ImageListStreamer.cs: Fixed code that caused warnings
15531         * LinkLabel.cs: Removed unreachable code
15532         * TreeView.cs: Fixed code that caused warnings
15533         * PropertyGridView.cs: Fixed code that caused warnings
15534         * GridColumnStylesCollection.cs: Added missing attributes
15535         * GridTableStylesCollection: Added missing attribute
15536         * PropertyManager: Added .ctor
15537         * SecurityIDType: Added
15538         * DataObject.cs: Implemented class
15539         * LinkArea.cs: Added missing attribute
15541 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
15543         * RadioButton.cs: call base method to allow to fire OnClick event
15544         * UpDownBase.cs: OnMouseUp call base method
15545         * CheckedListBox.cs: call base method before returning
15546         * TrackBar.cs: call base method before returning
15547         
15549 2005-05-10  Peter Bartok  <pbartok@novell.com>
15551         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
15552           for messages
15554 2005-05-10  Peter Bartok  <pbartok@novell.com>
15556         * DataFormats.cs: Implemented
15557         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
15558           XplatUIX11.cs: Added Clipboard APIs
15559         * XplatUIWin32.cs: Implemented Clipboard APIs
15560         * FolderBrowserDialog.cs: Added missing event, attributes
15562 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
15564         * CheckBox.cs: call base method to allow to fire OnClick event
15566 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
15568         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
15570 2005-05-06  Peter Bartok  <pbartok@novell.com>
15572         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
15573         * Screen.cs: Implemented
15574         * HelpNavigator.cs: Added
15575         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
15576           property
15577         * HelpProvider.cs: Implemented all we can do until we have a CHM
15578           help library (which means that "What's This" does work now)
15580 2005-05-06  Jackson Harper  <jackson@ximian.com>
15582         * XplatUIX11.cs: Fix waking up the main loop.
15583                 
15584 2005-05-05  Peter Bartok  <pbartok@novell.com>
15586         * XplatUI.cs: Updated revision
15587         * Form.cs: Removed enless loop
15588         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
15589         * Label.cs (OnPaint): Added call to base.OnPaint()
15590         * ToolTip.cs: Made ToolTipWindow reusable for other controls
15591         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
15592         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
15593         * AxHost.cs: Added
15594         * ButtonBase.cs: Moved base.OnPaint() call to end of method
15595         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
15596           to ToolTip.ToolTipWindow for drawing and size methods; this allows
15597           reuse of ToolTipWindow by other controls
15598         * SizeGrip.cs: Moved base.OnPaint() call to end of method
15599         * XplatUIX11.cs: Now clipping drawing area (experimental)
15600         * PictureBox.cs: Moved base.OnPaint() call to end of method
15601         * Theme.cs: Fixed ToolTip abstracts to match new format
15602         * ErrorProvider.cs: Implemented
15604 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
15606         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
15607         * LinkLabel.cs:
15608                 - Adds cursors
15609                 - Handles focus
15610                 - Implements LinkBehavior
15611                 - Fixes many issues
15613 2005-05-03  Jackson Harper  <jackson@ximian.com>
15615         * ListView.cs: Calculate the scrollbar positioning on resize and
15616         paint, so they get put in the correct place.
15618 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
15620         * ColorDialogs.cs: The small color panels are now handled by
15621           SmallColorControl. This fixes drawing of the focus rectangle
15622           and adds a 3D border.
15624 2005-05-03  Peter Bartok  <pbartok@novell.com>
15626         * Control.cs: Modified version of Jonathan Chamber's fix for
15627           double-buffering
15629 2005-05-03  Jackson Harper  <jackson@ximian.com>
15631         * ListView.cs: Remove redraw variable. Control now handles whether
15632         or not a redraw needs to be done, and will only raise the paint
15633         event if redrawing is needed.
15635 2005-05-03  Jackson Harper  <jackson@ximian.com>
15637         * Splitter.cs: No decorations for the splitter form. Cache the
15638         hatch brush.
15640 2005-05-03  Jackson Harper  <jackson@ximian.com>
15642         * TreeView.cs: Use dashed lines to connect nodes. Use the
15643         ControlPaint method for drawing the focus rect instead of doing
15644         that in treeview.
15646 2005-05-02  Peter Bartok  <pbartok@novell.com>
15648         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
15650 2005-04-29  Jackson Harper  <jackson@ximian.com>
15652         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
15653         entire image buffer. Just clear the clipping rectangle.
15655 2005-04-29  Jackson Harper  <jackson@ximian.com>
15657         * ThemeWin32Classic.cs: Don't draw list view items that are
15658         outside the clipping rectangle.
15660 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
15662         * ListBox.cs: added horizontal item scroll
15664 2005-04-29  Jackson Harper  <jackson@ximian.com>
15666         * ThemeWin32Classic.cs: Remove some old debug code that was
15667         causing flicker with the new double buffering code.
15669 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
15671         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
15672         behave like combobox and comboboxlist (still not sure if this is
15673         correct though).
15675 2005-04-28  Jackson Harper  <jackson@ximian.com>
15677         * ThemeWin32Classic.cs: Don't fill the middle of progress
15678         bars. This fills areas outside of the clip bounds that don't need
15679         to be filled.
15681 2005-04-28  Jackson Harper  <jackson@ximian.com>
15683         * Control.cs: Don't expose functionality to touch the image buffers.
15684         * ProgressBar.cs:
15685         * ListView.cs: We do not need to (and no longer can) manipulate
15686         the image buffers directly. All of this is handled by Control.
15688 2005-04-28  Peter Bartok  <pbartok@novell.com>
15690         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
15691           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
15692           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
15694 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
15696         * Combobox:
15697                 - Adjust control's height for non-simple comboboxes (bug fix)
15698                 - Remove dead code
15699         * MenuAPI.cs: remove unused var
15700         * ScrollBar.cs: remove unsed var
15701                  
15702         * ListBox.cs: unselect items when clearing
15704 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
15706         * ListControl.cs: honors OnPositionChanged and default Selected Item
15707         * ListBox.cs: unselect items when clearing
15709 2005-04-27  Jackson Harper  <jackson@ximian.com>
15711         * X11Keyboard.cs: Initialize a default keyboard and give a warning
15712         if a "correct" keyboard is not found. This will make us not crash,
15713         but might give some users bad keyboard layouts...seems to be the
15714         same thing rewind does.
15716 2005-04-27  Jackson Harper  <jackson@ximian.com>
15718         * BindingManagerBase.cs: Attach the current/position changed
15719         handlers to their respective events.
15721 2005-04-27  Jackson Harper  <jackson@ximian.com>
15723         * Control.cs: Make sure that the first WM_PAINT does a full draw,
15724         not just a blit.
15725         * ThemeWin32Classic.cs: Don't fill the background for picture
15726         boxes. This could overright user drawing.
15727         * ComboBox.cs: Just fill the clipping rect not the entire client
15728         rect when drawing the background. This prevents pieces of the
15729         image buffer from getting overwritten and is theoretically faster.
15731 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
15733         * ComboBox.cs: Databinding support fixes, fire missing events
15734         * ListControl.cs: implement missing methods and properties, fixes
15735         * ThemeWin32Classic.cs: Databiding support on Drawing
15736         * CheckedListBox.cs: Databinding support fixes, fire missing events
15737         * ListBox.cs: Databinding support fixes, fire missing events
15738         
15739 2005-04-25  Peter Bartok  <pbartok@novell.com>
15741         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
15743 2005-04-25  Jackson Harper  <jackson@ximian.com>
15745         * TreeView.cs: Use the horizontal scrollbars height not width when
15746         determining how much of the client area is available.
15748 2005-04-25  Jackson Harper  <jackson@ximian.com>
15750         * Control.cs: Double buffering is handled differently now. As per
15751         the spec, the extra buffer is created in the WM_PAINT message and
15752         passed down to the control's drawing code.
15753         * GroupBox.cs:
15754         * Label.cs:
15755         * CheckBox.cs:
15756         * ProgressBar.cs:
15757         * RadioButton.cs:
15758         * ColorDialog.cs:
15759         * ComboBox.cs:
15760         * PropertyGridView.cs:
15761         * UpDownBase.cs:
15762         * MessageBox.cs:
15763         * MenuAPI.cs:
15764         * ListView.cs:
15765         * ButtonBase.cs:
15766         * SizeGrip.cs:
15767         * ScrollBar.cs:
15768         * ListBox.cs:
15769         * TrackBar.cs:
15770         * ToolBar.cs:
15771         * PictureBox.cs:
15772         * DateTimePicker.cs:
15773         * StatusBar.cs:
15774         * TreeView.cs: Update to new double buffering system.
15775         * MonthCalendar.cs: Uncomment block, as Capture is now
15776         working. Update to new double buffering
15777         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
15778         * PaintEventArgs.cs: New internal method allows us to set the
15779         graphics object. This is used for double buffering.
15780         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
15781         rectangle. The internal paint_area var has been removed from
15782         StatusBar. The clipping rect should be used instead.
15783         * Theme.cs: Give the PictureBox drawing method a clipping rect.
15784         * TabPage.cs: The RefreshTabs method was removed, so just call the
15785         tab controls Refresh method now.
15786         * TabControl.cs: Update to new double buffering. Make sure the
15787         handle is created before sizing the tab pages, otherwise we will
15788         get stuck in a loop.
15790 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
15792         * LinkLabel.cs: Fix typo, bug #74719; patch
15793           from Borja Sanchez Zamorano
15795 2005-04-22  Jackson Harper  <jackson@ximian.com>
15797         * TreeNode.cs: Implement Handle stuff.
15798         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
15800 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
15802         * DataGridTextBoxColumn.cs: call base constructors, fixes
15803         * GridColumnStylesCollection.cs: missing events, methods, and functionality
15804         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
15805         * DataGridTableStyle.cs: implements create default column styles
15806         * DataGridBoolColumn.cs: which types can handle
15807         * DataGrid.cs: missing methods, fixes, new functionality
15808         * DataGridColumnStyle.cs: fixes
15810 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
15811         * FolderBrowserDialog.cs:
15812         - Use a thread to fill the TreeView
15813         - Adjusted some sizes
15815 2005-04-19  Peter Bartok  <pbartok@novell.com>
15817         * LinkLabel.cs: (Re-)create the pieces when setting the Text
15818           property. Fixes #74360.
15820 2005-04-19  Jackson Harper  <jackson@ximian.com>
15822         * XEventQueue.cs: Lock when getting the lockqueue size.
15823         * PictureBox.cs: Call base OnPaint
15824         
15825 2005-04-19  Peter Bartok  <pbartok@novell.com>
15827         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15828           messages were no longer being processed (this broke BeginInvoke)
15830           
15831 2005-04-18  Jackson Harper  <jackson@ximian.com>
15833         * TreeView.cs: buglet that caused node images to get drawn
15834         regardless of whether or not they were in the clipping rectangle.
15836 2005-04-18  Jackson Harper  <jackson@ximian.com>
15838         * CurrencyManager.cs: There are four rules for GetItemProperties:
15839         - If the type is an array use the element type of the array
15840         - If the type is a typed list, use the type
15841         - If the list contains an Item property that is not an object, use
15842         that property
15843         - use the first element of the list if there are any elements in
15844         the list.
15845         
15846 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15848         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15849         click. This handles offsets for scrolling properly and reduces
15850         memory. Also fixed GetNode to not offset now that TopNode works
15851         properly.
15852         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15853         
15854 2005-04-17  Jackson Harper  <jackson@ximian.com>
15856         * CursorConverter.cs: Initial implementation.
15858 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15860         * ListControl.cs: work towards complex data binding support on ListControl
15861         * CurrencyManager.cs: work towards complex data binding support on ListControl
15862         * ListBox.cs: work towards complex data binding support on ListControl
15865 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15867         * GridTableStylesCollection.cs: fixes name and constructor
15868         * DataGridTableStyle.cs: fixes
15869         * DataGridBoolColumn.cs: fixes names and constructors
15870         * DataGrid.cs: define methods and properties. Some init implementations
15871         * DataGridCell.cs: define methods and properties. Some init implementations
15872         * GridTablesFactory.cs: Define methods and properties
15874 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15876         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15877         graphics port changes.  We still want the coordinates in global screen
15878         coordinates.
15880 2005-04-14  Jackson Harper  <jackson@ximian.com>
15882         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15883         check plus minus or checkbox clicks unless those features are enabled.
15885 2005-04-14  Jackson Harper  <jackson@ximian.com>
15887         * TreeView.cs: Add methods for setting the top and bottom visible
15888         nodes. TreeNode::EnsureVisible uses these methods.
15889         * TreeNode.cs: Implement EnsureVisible
15891 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15893         * Form.cs: Pospone menu assignation if the window has not been created yet
15894         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15895         size and position
15897 2005-04-12  Jackson Harper  <jackson@ximian.com>
15899         * TreeView.cs: Set the TopNode properly when scrolling
15900         occurs. This has the added benifit of reducing the amount of
15901         walking that needs to be done when drawing. Also removed an old
15902         misleading TODO.
15903         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15904         
15905 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15907         * Timer.cs: fixes interval setting when the timer is already enabled
15908         
15909 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15911         * FolderBrowserDialog.cs: First approach
15913 2005-04-09  Peter Bartok  <pbartok@novell.com>
15915         * FolderBrowserDialog: Added
15917 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15919         * LinkLabel.cs: move drawing code into the theme
15920         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15921         * Theme.cs: define DrawLinkLabel method
15923 2005-04-05  Jackson Harper  <jackson@ximian.com>
15925         * BindingContext.cs: Use weak references so these bad actors don't
15926         stay alive longer then they need to.
15928 2005-04-05  Jackson Harper  <jackson@ximian.com>
15930         * ListControl.cs: Basic implementation of complex databinding.
15931         * ComboBox.cs:
15932         * ListBox.cs: Add calls to ListControl databinding methods.
15934 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15936         * FileDialog.cs:
15937           - Don't change PopupButtonState to Normal when the
15938             PopupButton gets pressed several times.
15939           - Renamed ButtonPanel to PopupButtonPanel
15941 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15943         * ColorDialog.cs: Use cached objects instead of creating them
15944         * LinkLabel.cs: Use cached objects instead of creating them
15945         * Splitter.cs: Use cached objects instead of creating them
15946         * FontDialog.cs: Use cached objects instead of creating them
15947         * PropertyGridView.cs: Use cached objects instead of creating them
15948         * MessageBox.cs: Use cached objects instead of creating them
15949         * FileDialog.cs: Use cached objects instead of creating them
15950         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15951         * TreeView.cs: Use cached objects instead of creating them
15952         
15953 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15955         * Control.cs: use Equals to compare the font since no == op
15956         * ScrollBar.cs: use Equals to compare the font since no == op
15958 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15960         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15962 2005-04-01  Jackson Harper  <jackson@ximian.com>
15964         * Binding.cs: Implement IsBinding.
15965         * BindingManagerBase.cs:
15966         * PropertyManager.cs:
15967         * CurrencyManager.cs: Add IsSuspended property.
15969 2005-04-01  Jackson Harper  <jackson@ximian.com>
15971         * Binding.cs: Had some IsAssignableFrom calls backwards.
15973 2005-04-01  Jackson Harper  <jackson@ximian.com>
15975         * Binding.cs: Handle null data members when pulling data.
15976         * PropertyManager.cs: Handle the data member being a property that
15977         does not exist.
15979 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15981         * DataGridTextBoxColumn.cs: fixes signature
15982         * DataGrid.cs: calls right constructor
15984 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15986         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15987         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15988         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15989         * DataGridTableStyle.cs: implements DataGridTableStyle
15990         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15991         * DataGridTextBox.cs: implements DataGridTextBox
15992         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15994 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15996         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15998 2005-03-29  Peter Bartok  <pbartok@novell.com>
16000         * Application.cs:
16001           - Properly implemented CompanyName property
16002           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
16003             returns a path that includes CompanyName, ProductName and
16004             Version (fixes bug #70330)
16006 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
16008         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
16009           fixes bug #72588.
16011 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
16013         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
16014         
16015           - Added ReadOnly CheckBox
16016           - Further refactoring: moved some code from Open-/SaveFileDialog
16017             to FileDialog
16019 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
16021         * OpenFileDialog.cs: Fixed CheckFileExists
16022         * FileDialog.cs:
16023           Moved FileView and DirComboBox outside FileDialog class.
16024           They can now be used outside FileDialog
16026 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
16028         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
16029         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
16031 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
16033         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
16034           - Added missing CreatePrompt property in SaveDialog
16035           - Overall SaveDialog handling should be better now
16036           - Added non standard ShowHiddenFiles property
16037           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
16038           - Added InitialDirectory and RestoreDirectory support
16040 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
16042         * FileDialog.cs: Made dirComboBox usable
16044 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
16046         * FileDialog.cs: Added Filter support (case sensitiv)
16048 2005-03-24  Jackson Harper  <jackson@ximian.com>
16050         * TabControl.cs: Need a couple more pixels for the lines.
16052 2005-03-23  Jackson Harper  <jackson@ximian.com>
16054         * TabControl.cs: Give the tab page focus when it is selected.
16056 2005-03-23  Jackson Harper  <jackson@ximian.com>
16058         * TabControl.cs: Account for the drawing of tabs borders when
16059         invalidating. If the slider was clicked dont do click detection on
16060         the tabs.
16062 2005-03-23  Jackson Harper  <jackson@ximian.com>
16064         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
16066 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
16068         * CategoryGridEntry.cs: Added
16069         * GridItem.cs: Added helper properties
16070         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
16071         * GridEntry.cs: Updated code for collection
16072         * PropertyGrid.cs: Cleaned up some formatting
16073         * PropertyGridView.cs: Added drop down functionality for enums.
16074         * GridItemCollection.cs: Added enumerator logic
16075         * PropertyGridEntry.cs: Added
16077 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
16079         * FileDialog.cs:
16080           - Removed unnecessary commented code
16081           - Fixed handling for entering the filename manually in the combobox
16083 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
16085         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
16087 2005-03-18  Peter Bartok  <pbartok@novell.com>
16089         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
16090           them being touching the border
16092 2005-03-18  Peter Bartok  <pbartok@novell.com>
16094         * TextControl.cs: Quick hack to center text better
16096 2005-03-18  Peter Bartok  <pbartok@novell.com>
16098         * ControlPaint.cs:
16099           - Don't throw NotImplemented exceptions, just print a notice once
16100             instead (requested by Miguel). This makes running existing SWF
16101             apps a bit easier
16102         * Control.cs:
16103           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
16104           - Added context menu trigger on right click
16105         * Panel.cs: Trigger invalidate on resize
16106         * StatusBar.cs:
16107           - Removed old double-buffer drawing
16108           - Added ResizeRedraw style to force proper update of statusbar
16109         * ListView.cs:
16110           - Removed debug output
16111         * ThemeWin32Classic.cs:
16112           - Fixed drawing of status bar, now draws Text property if there
16113             are no defined panels
16115 2005-03-18  Jackson Harper  <jackson@ximian.com>
16117         * ImageList.cs: When the image stream is set pull all the images
16118         from it.
16119         * ImageListStreamer.cs: Implement reading image list streams.
16121 2005-03-18  Peter Bartok  <pbartok@novell.com>
16123         * ThemeWin32Classic.cs (DrawPictureBox):
16124           - Fixed calculations for centered drawing
16125           - Fixed drawing for normal mode, not scaling the image on normal
16127 2005-03-18  Peter Bartok  <pbartok@novell.com>
16129         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
16130           textbox
16131         * FileDialog.cs:
16132           - Made Open/Save button the accept button for FileDialog
16133           - Tied the cancel button to the IButtonControl cancel button
16134           - Save/Open now properly builds the pathname
16135           - Now handles user-entered text
16136           - Preventing crash on right-click if no item is selected
16137           - Fixed Text property, now uses contents of textbox
16138           - Fixed SelectedText property, now just returns the text part that
16139             is selected in the text box
16141 2005-03-18  Jackson Harper  <jackson@ximian.com>
16143         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
16144         rect, make sure to de-adjust the interior rect after drawing the
16145         tab text.
16147 2005-03-18  Peter Bartok  <pbartok@novell.com>
16149         * MenuAPI.cs: Remove menu *before* executing selected action to
16150           prevent the menu from 'hanging around'
16151           
16152 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
16154         * XplatUIOSX.cs: Implemented WorkingArea property
16156 2005-03-17  Peter Bartok  <pbartok@novell.com>
16158         * XplatUIX11.cs: Fixed menu coord calculations
16159         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
16160           for calculating offsets
16162 2005-03-17  Peter Bartok  <pbartok@novell.com>
16164         * Hwnd.cs: Do not consider menu presence for default client
16165           rectangle location/size
16166         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
16167           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
16168           translation functions
16169         * FileDialog.cs: Fixed (what I presume is a) typo
16171 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
16173         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
16174           X access (avoids X-Async errors)
16176 2005-03-16  Jackson Harper  <jackson@ximian.com>
16178         * TabControl.cs: Raise the SelectedIndexChanged event.
16180 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
16182         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
16183           - Removed vertical ToolBar and replaced it with a custom panel
16184             (desktop and home button already work)
16185           - Added Help button (some controls get resized or relocated then)
16186           - Draw correct text depending on Open or Save.
16187           - Fixed some typos...
16189 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
16191         * ScrollBar.cs:
16192           - Only change Maximum and Minimum when need it (bug fix)
16194 2005-03-15  Peter Bartok  <pbartok@novell.com>
16196         * Form.cs: Use Handle for icon, to trigger creation if
16197           the window does not yet exist
16198         * Control.cs:
16199           - CanSelect: Slight performance improvement
16200           - Focus(): Preventing possible recursion
16201           - Invalidate(): Removed ControlStyle based clear flag setting
16202           - WM_PAINT: fixed logic for calling OnPaintBackground
16203           - WM_ERASEBKGND: Fixed logic, added call to new driver method
16204             EraseWindowBackground if the control doesn't paint background
16205         * XplatUIWin32.cs:
16206           - Moved EraseWindowBackground() method to internal methods
16207           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
16208             is sent via SendMessage on BeginPaint call on Win32
16209         * XplatUIX11.cs:
16210           - Added EraseWindowBackground() method
16211           - No longer sends WM_ERASEBKGND on .Expose, but on call to
16212             PaintEventStart, which more closely matches Win32 behaviour
16213           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
16214           - Fixed SetFocus() to properly deal with client and whole windows
16215         * Hwnd.cs: Added ErasePending property
16216         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
16217         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
16219 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
16221         * XplatUIOSX.cs:
16222           - Fix hard loop when timers exist.
16223           - Fix bugs with middle and right click for 3 button mice.
16225 2005-03-11  Peter Bartok  <pbartok@novell.com>
16227         * XplatUIX11.cs:
16228           - get_WorkingArea: Need to call X directly, GetWindowPos only
16229             returns cached data now
16230           - Added sanity check to GetWindowPos hwnd usage
16232 2005-03-11  Jackson Harper  <jackson@ximian.com>
16234         * BindingManagerBase.cs: This method isn't used anymore as
16235         PullData now updates the data in the control.
16237 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
16239         * Form.cs: fixes menu drawing on X11
16240         * MenuAPI.cs:  fixes menu drawing on X11
16242 2005-03-11  Peter Bartok  <pbartok@novell.com>
16244         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
16245           from Jonathan Gilbert; should fix bug #73606
16246         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
16247           in Screen coordinates. Thanks, Jordi.
16248         * Form.cs: Added missing attribute
16250 2005-03-11  Peter Bartok  <pbartok@novell.com>
16252         * Form.cs:
16253           - Rudimentary Mdi support
16254           - Removed outdated FormParent code
16255           - Implemented lots of missing properties and methods, still missing
16256             transparency support
16257           - Added missing attributes
16258           - Implemented support for MaximumBounds
16259           - Added firing of various events
16260         * XplatUI.cs: Added SetIcon() method
16261         * XplatUIDriver.cs: Added SetIcon() abstract
16262         * XplatUIOSX.cs: Stubbed out SetIcon() method
16263         * XplatUIX11.cs:
16264           - Implemented SetIcon() support
16265           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
16266           - Switched to unix line endings
16267         * XplatUIWin32.cs:
16268           - Made POINT internal so for can access it as part of MINMAX
16269           - Implemented SetIcon() support
16270           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
16271             native Mdi support again, might have to go managed)
16272         * Control.cs: Now fires the StyleChanged event
16273         * MdiClient.cs: Added; still mostly empty
16275 2005-03-10  Peter Bartok  <pbartok@novell.com>
16277         * SaveFileDialog.cs: Added emtpy file
16279 2005-03-08  Peter Bartok  <pbartok@novell.com>
16281         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
16282           in turn triggers OnCreateContro) when creating a handle for the
16283           first time.
16284         * TextControl.cs: Fixed endless loop in certain cases when
16285           replacing the current selection
16287 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
16289         * ScrollBar.cs:
16290           - Honors NewValue changes in Scroll events allowing apps to change it
16291           - Adds First and Last Scroll events
16292           - Fixes Thumb events
16294 2005-03-07  Peter Bartok  <pbartok@novell.com>
16296         * Hwnd.cs: Added DefaultClientRectangle property
16297         * XplatUI.cs: Now using the X11 driver Where() method, which provides
16298           more detailed debug information
16299         * XplatUIX11.cs:
16300           - Fixed size-change feedback loop, where we would pull an old size
16301             off the queue and mistakenly change our window's size to an
16302             earlier value
16303           - Now compressing ConfigureNotify events, to reduce looping and
16304             redraw issues
16305         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
16306           is called
16308 2005-03-07  Jackson Harper  <jackson@ximian.com>
16310         * Binding.cs: Push data pushes from data -> property. Check if the
16311         property is readonly when attempting to set it.
16313 2005-03-07  Jackson Harper  <jackson@ximian.com>
16315         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
16316         instead of IsSubclassOf. Pulling data now sets the value on the
16317         control.
16318         * PropertyManager.cs:
16319         * CurrencyManager.cs: Just need to pull data when updating now,
16320         because PullData will set the value on the control.
16322 2005-03-04  Jackson Harper  <jackson@ximian.com>
16324         * Binding.cs: Implement data type parsing and converting on pulled
16325         data. TODO: Are there more ways the data can be converted?
16327 2005-03-04  Jackson Harper  <jackson@ximian.com>
16329         * Binding.cs: Support <Property>IsNull checks. Also bind to the
16330         controls Validating method so we can repull the data when the
16331         control loses focus.
16333 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
16335         * ColumnHeader.cs:
16336           - Fixes null string format
16337           
16338         * ListView.cs:
16339           - Adds enum type checks
16340           - Fixes redrawing and recalc need after changing some properties
16341           - Fixes on focus_item set after the event
16342           - Fixes adding columns after the control has been created
16343           
16344         * ThemeWin32Classic.cs:
16345           - Fixes CheckBox focus rectangle
16346           - Fixes ColumnHeader drawing
16349 2005-03-03  Jackson Harper  <jackson@ximian.com>
16351         * Binding.cs: Bind to <Property>Changed events so we can detect
16352         when properties are changed and update the data.
16354 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
16356         * ImageList.cs:
16357           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
16358           - Fixes ImageList constructor with ImageList container
16359           - Fixes image scaling (wrong parameters at DrawImage)
16361 2005-02-02  Jackson Harper  <jackson@ximian.com>
16363         * Binding.cs: Make property searches case-insensitive. Eliminate
16364         some duplicated code.
16366 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
16368         * ComboBox.cs:
16369                 - Handle focus event
16370                 - Fix scrollbar events
16371                 - Discard highlighted item if remove it
16372                 - Fixes SelectedItem with strings
16374 2005-03-01  Peter Bartok  <pbartok@novell.com>
16376         * Control.cs:
16377           - Fixed Visible property, now follows (once again) parent chain
16378             to return false if any control in the chain is visible=false
16379           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
16380           - Fixed several places where is_visible instead of Visible was used
16381           - Implemented FIXME related to focus selection when setting focused
16382             control to be invisible
16384         * XplatUIWin32.cs: Now using proper method to find out if window is
16385           visible. Thanks to Jordi for pointing it out
16387 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
16389         * ComboBox.cs: show/hide scrollbar instead of creating it
16391 2005-02-27  Jackson Harper  <jackson@ximian.com>
16393         * CurrencyManager.cs: Add PositionChanged stuff.
16395 2005-02-27  Peter Bartok  <pbartok@novell.com>
16397         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
16398         * XplatUIOSX.cs: Added GetMenuOrigin() stub
16399         * XplatUIWin32.cs: Implemented GetMenuOrigin()
16400         * XplatUIX11.cs:
16401           - Implemented GetMenuDC()
16402           - Implemented GetMenuOrigin()
16403           - Implemented ReleaseMenuDC()
16404           - Implemented generation of WM_NCPAINT message
16405           - Implemented generation and handling of WM_NCCALCSIZE message
16406         * Form.cs: Added debug helper message for Jordi's menu work
16407         * Hwnd.cs:
16408           - Modified ClientRect property; added setter, fixed getter to handle
16409             setting of ClientRect
16410           - Added MenuOrigin property
16412 2005-02-26  Peter Bartok  <pbartok@novell.com>
16414         * XplatUIX11.cs:
16415           - Destroys the caret if a window that's being destroyed contains it
16416           - Ignores expose events coming from the X11 queue for windows that
16417             already are destroyed
16418           - Now uses the proper variable for handling DestroyNotify, before we
16419             marked the wrong window as destroyed
16420           - Improved/added some debug output
16422 2005-02-26  Peter Bartok  <pbartok@novell.com>
16424         * X11Keyboard.cs: Fixes to work on 64bit systems
16426 2005-02-26  Peter Bartok  <pbartok@novell.com>
16428         * Control.cs:
16429           - Now calling OnHandleDestroyed from DestroyHandle()
16430             instead of Dispose()
16431           - Removed bogus call to controls.Remove() from DestroyHandle()
16433 2005-02-26  Peter Bartok  <pbartok@novell.com>
16435         * Control.cs: Properly destroy child windows when our handle is
16436           destroyed
16438 2005-02-25  Peter Bartok  <pbartok@novell.com>
16440         * XplatUI.cs:
16441           - Added 'DriverDebug' define to allow tracing XplatUI API calls
16442           - Alphabetized Static Methods and Subclasses
16444         * XplatUIX11.cs:
16445           - Added XException class to allow custom handling of X11 exceptions
16446           - Created custom X11 error handler, tied into XException class
16447           - Added support for MONO_XEXCEPTIONS env var to allow the user
16448             to either throw an exception on X errors or continue running
16449             after displaying the error
16450           - Added handling of DestroyNotify message
16451           - Added handler for CreateNotify message (still disabled)
16452           - Improved (tried to at least) Where method to provide file and lineno
16453         * X11Structs.cs:
16454           - Added XErrorHandler delegate
16455           - Added XRequest enumeration (to suppor translation of errors)
16457 2005-02-25  Jackson Harper  <jackson@ximian.com>
16459         * PropertyManager.cs: Implement editing features
16460         * CurrencyManager.cs:
16461         * Binding.cs: First attempt at UpdateIsBinding
16462         * BindingManagerBase.cs: Call UpdateIsBinding before
16463         pushing/pulling data.
16465 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
16467         * MenuAPI.cs: Respect disabled items
16468         * ThemeWin32Classic.cs
16469                 - Caches ImageAttributes creation for DrawImageDisabled
16470                 - Fixes vertical menu line drawing
16471                 - Draws disabled arrows in disable menu items
16473 2005-02-24  Peter Bartok  <pbartok@novell.com>
16475         * Hwnd.cs:
16476           - Added UserData property to allow associating arbitrary objects
16477             with the handle
16478           - Fixed leak; now removing Hwnd references from static windows array
16479         * XplatUIWin32.cs:
16480           - Fixed Graphics leak in PaintEventEnd
16481           - Removed usage of HandleData, switched over to Hwnd class
16482         * HandleData.cs: Removed, obsoleted by Hwnd.cs
16484 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
16486         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
16487         * ScrollBar.cs: Fixes bug
16488         * TrackBar.cs: removes death code, clipping, mimize refreshes,
16489          keyboard navigation enhancements
16491 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
16493         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
16494         * GroupBox.cs: Add control styles
16495         * Label.cs: Add control styles
16496         * UpDownBase.cs: Add control styles
16497         * ListBox.cs: Add control styles
16498         * XplatUIWin32.cs: Fixes wrong parameter order
16501 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
16503         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
16505 2005-02-23  Jackson Harper  <jackson@ximian.com>
16507         * PropertyManager.cs: Implement property binding. This doesn't
16508         seem to work yet though as (I think) there are some bugs in
16509         System.ComponentModel.PropertyDescriptor.
16510         * BindingContext.cs: Use new PropertyManager constructor.
16512 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
16514         * ProgressBar.cs: use clip region in ProgressBar
16515         * ThemeWin32Classic.cs: use clip region in ProgressBar
16517 2004-02-22  Jackson Harper  <jackson@ximian.com>
16519         * BindingsCollection.cs: Remove some debug code.
16521 2005-02-22  Jackson Harper  <jackson@ximian.com>
16523         * BindingContext.cs:
16524         * ControlBindingsCollection.cs:
16525         * CurrencyManager.cs:
16526         * Binding.cs:
16527         * BindingManagerBase.cs: Initial implementation
16528         * BindingsCollection.cs: Add an internal contains method that the
16529         BindingManagerBase uses to ensure bindings aren't added twice to
16530         the collection.
16531         * PropertyManager.cs: Stubbed out.
16532         * Control.cs:
16533         * ContainerControl.cs: Hook up databinding
16534         
16535 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
16537         * XplatUIOSX.cs:
16538           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
16539           Fixed Invalidate/Update chain.
16540           Fixed tons of other minor bugs (this is almost a complete rewrite).
16542 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
16544         * ComboBox.cs: do subcontrol creation when the control is created
16546 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16548         * Label.cs: fixes image drawing (image and imagelist)
16549         * ThemeWin32Classic.cs: cache brushes
16550         
16551 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16553         * Form.cs: Move menu drawing code to Theme class
16554         * ComboBox.cs: Move ComboBox drawing code to Theme class
16555         * MenuItem.cs: Move menu drawing code to Theme class
16556         * MenuAPI.cs: Move menu drawing code to Theme class
16557         * ThemeWin32Classic.cs: New methods
16558         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
16559         * ListBox.cs: Move Listbox drawing code to Theme class
16560         * Theme.cs: New methods
16562 2005-02-20  Peter Bartok  <pbartok@novell.com>
16564         * Control.cs:
16565           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
16566             only process mnemonics on those)
16567           - Fixed event sequence for key handling; first calling
16568             ProcessKeyEventArgs now
16569         * TextBoxBase.cs:
16570           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
16571             for processing non-character keys
16572           - Fixed WM_CHAR to generate proper event sequence before processing
16573         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
16574           generation
16576 2005-02-19  Peter Bartok  <pbartok@novell.com>
16578         * UserControl.cs: Added TextChanged event; added attributes
16579         * SizeGrip.cs: Implemented resizing and optional display of grip
16580         * Form.cs: Fixed attribute
16581         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
16582           Changed meaning of ScrollWindow bool argument; instead of the
16583           clear attribute (which will be true usually anyway), it gives the
16584           option of moving child controls as well.
16585         * XplatUIX11.cs:
16586           - Changed to match new ScrollWindow argument
16587           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
16588             now handles the implicit parent window a WM puts around us
16589         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
16590           to work)
16591         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
16592         * TreeView.cs: Adjusted to new ScrollWindow arguments
16594 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16596         * Form.cs: Menu integration with non-client area
16597         * MenuItem.cs: Menu integration with non-client area
16598         * MenuAPI.cs: Menu integration with non-client area
16600 2005-02-18  Peter Bartok  <pbartok@novell.com>
16602         * MethodInvoker.cs: Added
16603         * MdiLayout.cs: Added
16604         * SendKeys.cs: Started implementation
16605         * ErrorIconAlignment.cs: Added
16607 2005-02-18  Peter Bartok  <pbartok@novell.com>
16609         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
16610         * Form.cs: Added handling for Menu-related Non-client messages
16612 2005-02-17  Peter Bartok  <pbartok@novell.com>
16614         * UpDownBase.cs: Fixed typo, compilation errors
16615         * DomainUpDown.cs: Fixed attribute value
16617 2005-02-16  Miguel de Icaza  <miguel@novell.com>
16619         * UpDownBase.cs: Attach entry events.
16620         Propagate events.
16621         Add ForeColor property, Focused, InterceptArrowKeys (interception
16622         does not work yet).
16624 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
16626         * Form.cs:
16627                 - Redraw non client are on Setmenu
16628                 - Calc proper menu starting point
16630 2005-02-17  Peter Bartok  <pbartok@novell.com>
16632         * Application.cs: Fixed message_filter check
16634 2005-02-17  Peter Bartok  <pbartok@novell.com>
16636         * Application.cs: Now calls registered message filters
16637         * DockStyle.cs: Fixed attribute
16638         * Form.cs: Fixed attribute
16639         * Menu.cs: Fixed attribute
16640         * ToolTip.cs: Fixed attribute
16641         * TreeNode.cs: Added missing attributes and arranged in regions
16642         * PropertyGrid.cs: Fixed signatures
16643         * TreeNodeCollection.cs: Added attributes
16644         * Splitter.cs: Added missing attributes; arranged into regions
16645         * TabPage.cs: Added missing attributes; arranged into regions
16646         * TextBoxBase.cs: Added missing attributes
16647         * TextBox.cs: Added missing attributes
16648         * ArrangeDirection.cs: Added missing attributes
16649         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
16650         * ToolBarButton.cs: Fixed attributes
16651         * AnchorStyles.cs: Fixed attribute
16652         * TrackBar.cs: Fixed attributes
16653         * TabControl.cs: Added missing attributes and arranged into regions
16654         * ToolBar.cs: Fixed attribute
16655         * StatusBar.cs: Fixed signature, organized into regions and added
16656           attributes
16657         * StatusBarPanel.cs: Fixed attributes
16658         * ContentsResizedEventArgs.cs: Implemented
16659         * ContentsResizedEventHandler.cs: Implemented
16660         * DateBoldEventArgs.cs: Implemented
16661         * DateBoldEventHandler.cs: Implemented
16662         * UpDownEventArgs.cs: Implemented
16663         * UpDownEventHandler.cs: Implemented
16664         
16665 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
16667         * Form.cs: first Menu NC refactoring
16668         * MenuAPI.cs: first Menu NC refactoring
16669         
16670 2005-02-16  Peter Bartok  <pbartok@novell.com>
16672         * ImeMode.cs: Added missing attributes
16673         * Menu.cs: Fixed attribute
16674         * GroupBox.cs: Fixed attribute
16675         * Label.cs: Fixed attribute
16676         * ColorDialog.cs (RunDialog): Removed TODO attribute
16677         * ComboBox.cs: Fixed attributes
16678         * ListControl.cs: Added missing attributes
16679         * PropertyGrid.cs: Fixed attributes
16680         * Control.cs: Fixed attributes
16681         * ListViewItem.cs: Added TypeConverter attribute
16682         * NotifyIcon.cs: Fixed attributes
16683         * ListView.cs: Fixed attributes
16684         * ButtonBase.cs: Fixed attribute
16685         * ImageList.cs: Added missing attributes
16686         * ContainerControl.cs: Fixed signature
16687         * CheckedListBox.cs: Fixed attribute; added missing attributes
16688         * Panel.cs: Fixed attributes
16689         * PropertyTabChangedEventArgs.cs: Added missing attribute
16690         * PropertyValueChangedEventArgs.cs: Added missing attribute
16691         * Binding.cs: Fixed attribute
16692         * ListViewItemConverter: Implemented ListViewSubItemConverter class
16693         * ListBox.cs: Fixed attribute; added missing attributes;
16694         * ScrollableControl.cs: Added missing attributes
16695         * PictureBox.cs: Added missing attributes; implemented missing property
16696         * DateTimePicker.cs: Added missing attributes
16697         * Theme.cs (ToolWindowCaptionHeight): Fixed type
16698         * MonthCalendar.cs: Fixed attributes
16699         * StatusBarPanel.cs: Added missing attributes
16700         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
16702 2005-02-16  Peter Bartok  <pbartok@novell.com>
16704         * TextBoxBase.cs: The previous method to enforce height yet remember
16705           the requested high was less than ideal, this is an attempt to do
16706           it better.
16707         * Control.cs: Added comment about possible problem
16708         * Copyright: Updated format
16709         * GridItemType.cs: Fixed swapped values
16711 2005-02-15  Jackson Harper  <jackson@ximian.com>
16713         * BaseCollection.cs: Use property so we never access an
16714         uninitialized list. Also initialize the list in the property.
16716 2005-02-15  Peter Bartok  <pbartok@novell.com>
16718         * GroupBox.cs (ProcessMnemonic): Implemented
16719         * Label.cs (ProcessMnemonic): Implemented
16720         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
16721           hotkeys
16723 2005-02-15  Peter Bartok  <pbartok@novell.com>
16725         * RadioButton.cs (ProcessMnemonic): Implemented
16726         * CheckBox.cs (ProcessMnemonic): Implemented
16727         * Control.cs:
16728           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
16729             handling
16730           - Added internal method to allow calling ProcessMnemonic from other
16731             controls
16732         * ContainerControl.cs:
16733           - Started support for handling validation chain handling
16734           - Implemented ProcessMnemonic support
16735           - Added Select() call to Active, to make sure the active control
16736             receives focus
16737         * Form.cs: Setting toplevel flag for Forms (this was lost in the
16738           FormParent rewrite)
16739         * ThemeWin32Classic.cs:
16740           - DrawCheckBox(): Fixed stringformat to show hotkeys
16741           - DrawRadioButton(): Fixed stringformat to show hotkeys
16742         * CommonDialog.cs: Removed WndProc override, not needed
16744 2005-02-14  Peter Bartok  <pbartok@novell.com>
16746         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
16747           missed those in the rewrite
16749 2005-02-14  Miguel de Icaza  <miguel@novell.com>
16751         * NumericUpDown.cs (Increment, ToString): Add.
16752         (DecimalPlaces): implement.
16753         
16754         Add attributes.
16755         
16756         * UpDownBase.cs: Add the designer attributes.
16758 2005-02-13  Peter Bartok  <pbartok@novell.com>
16760         * Panel.cs: Removed border_style, now in Control
16761         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
16762           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
16764 2005-02-13  Peter Bartok  <pbartok@novell.com>
16766         * MouseButtons.cs: Added missing attributes
16767         * XplatUIStructs.cs: Added enumeration for title styles
16768         * LeftRightAlignment.cs: Added missing attributes
16769         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
16770           it compatible with Graphics.FromHwnd()
16771         * SelectedGridItemChangedEventArgs.cs: Fixed property type
16772         * Keys.cs: Added missing attributes
16773         * SelectionRange.cs: Added missing attributes
16774         * SelectionRangeConverter.cs: Added
16775         * XplatUI.cs:
16776           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
16777             ReleaseMenuDC methods
16778           - Renamed ReleaseWindow to UngrabWindow
16779           - Added proper startup notice to allow version identification
16780         * Form.cs:
16781           - Added missing attributes
16782           - Removed FormParent concept
16783         * Label.cs: Removed border_style field, now in Control
16784         * RadioButton.cs: Now properly selects RadioButton when focus is
16785           received
16786         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
16787         * Control.cs:
16788           - Added missing attributes
16789           - Added borderstyle handling
16790           - Removed FormParent concept support
16791           - Fixed calls to XplatUI to match changed APIs
16792           - Fixed bug that would case us to use disposed Graphics objects
16793           - Removed unneeded internal methods
16794           - PerformLayout(): Fixed to handle DockStyle.Fill properly
16795           - SelectNextControl(): Fixed to properly check common parents
16796         * TextBoxBase.cs: Removed border_style field (now in Control)
16797         * MessageBox.cs:
16798           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
16799             fixed calculations for form size
16800           - Added support for localized strings and icons
16801           - Improved form size calculations, added border
16802         * ListView.cs: Removed border_style field (now in Control)
16803         * X11Structs.cs: Moved several structs from X11 driver here
16804         * X11Keyboard.cs: Changed debug message
16805         * Application.cs: Removed FormParent concept support
16806         * CommonDialog.cs:
16807           - Resetting end_modal flag
16808           - Removed FormParent concept support
16809         * NativeWindow.cs: Removed FormParent concept support
16810         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
16811           Client area and Non-Client whole window to allow support for WM_NC
16812           messages
16813         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
16814           prevent using it until it supports Hwnd as per Geoff Norton's request
16815         * ToolBar.cs: Fixed drawing, was not doing proper drawing
16816         * PictureBox.cs: Removed border_style field, now in Control
16817         * XplatUIWin32.cs: Added new driver methods
16819 2005-02-12  Peter Bartok  <pbartok@novell.com>
16821         * OpacityConverter.cs: Implemented
16822         * Hwnd.cs: Internal class to support drivers that need to emulate
16823           client area/non-client area window behaviour
16825 2005-02-11  Peter Bartok  <pbartok@novell.com>
16827         * KeysConverter.cs: Implemented
16829 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16831         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16832         * LinkLabel: Added missing attributes
16833         * MainMenu.cs: fixes ToString
16834         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16835         * ListBox.cs: fixes event position
16836         * TrackBar.cs: adds missing attributes and events
16837         
16838 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16840         * MenuItem.cs: Use SystemInformation and bug fixes
16841         * MenuAPI.cs: Use SystemInformation and bug fixes
16843 2005-02-09  Jackson Harper  <jackson@ximian.com>
16845         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16846         their keystate otherwise things like VK_MENU get stuck "on".
16848 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16850         * ListBox.cs: Fixes AddRange bug
16851         
16852 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16854         * ProgressBar.cs
16855                 - Add missing attributes
16856                 - Add missing method
16857                 
16858         * CheckedListBox.cs: Added missing attributes
16859                 - Add missing attributes
16860                 - Remove extra method
16861         
16862         * ComboBox.cs: Added missing attributes
16863         * VScrollBar.cs: Added missing attributes
16864         * ScrollBar.cs:  Added missing attributes
16865         * ListBox.cs: Fixes signature, add missing consts
16866         * LinkArea.cs:   Added missing attributes
16867         
16869 2005-02-08  Peter Bartok  <pbartok@novell.com>
16871         * Menu.cs: Added missing attributes
16872         * MainMenu.cs: Added missing attributes
16873         * GroupBox.cs: Added missing attributes
16874         * Label.cs: Added missing attributes
16875         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16876         * ColorDialog.cs:
16877           - Added Instance and Options properties
16878           - Added missing attributes
16879         * Cursor.cs: Made Serializable
16880         * NotifyIcon: Added missing attributes
16881         * MenuItem.cs: Added missing attributes
16882         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16883         * Panel.cs: Added Missing attributes
16884         * MonthCalendar.cs: Fixed CreateParams
16886 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16887         
16888         * LinkLabel.cs:
16889                 - Fixes signature
16890                 - Fixes issues with links
16891                 - Adds the class attributes
16893 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16894         
16895         * ComboBox.cs:
16896                 - Fixes button when no items available in dropdown
16897                 - Fixes repainting problems
16898                 - Adds the class attributes
16899                 
16900 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16902         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16903         the current theme.  Cache these on startup.
16905 2005-02-07  Jackson Harper  <jackson@ximian.com>
16907         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16908         the scrollbar buttons when they are depressed.
16910 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16912         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16913         Get the display size from the main displayid.  We currently dont
16914         support multiple display configurations.
16916 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16918         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16920 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16922         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16924 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16926         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16928 2005-02-04  Jackson Harper  <jackson@ximian.com>
16930         * ThemeWin32Classic.cs: Respect the clipping rect when
16931         drawing. Only fill the intersection of clips and rects so there
16932         isn't a lot of large fills.
16933         * ScrollBar.cs: Pass the correct clipping rect to the theme
16934         engine. Remove some debug code.
16936 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16937         
16938         * DateTimePicker.cs:
16939                 - Fixed crash on DateTime.Parse, use Constructor instead
16941 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16942         
16943         * MenuItem.cs:
16944         * MenuAPI.cs:
16945                 - Owner draw support (MeasureItem and DrawItem)
16947 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16948         
16949         *  Menu.cs:
16950                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16951                 - Fixes MenuItems.Add range
16952         * MenuItem.cs:
16953                 - MergeMenu and Clone and CloneMenu functions
16955 2005-02-03  Jackson Harper  <jackson@ximian.com>
16957         * ScrollBar.cs: Make abstract
16958         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16959         is abstract.
16961 2005-02-03  Jackson Harper  <jackson@ximian.com>
16963         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16964         all the unneeded refreshes and uses invalidates with properly
16965         computed rects.
16967 2005-02-03  Peter Bartok  <pbartok@novell.com>
16969         * ComponentModel.cs: Added
16970         * IDataGridEditingService.cs: Added
16971         * Timer.cs: Added missing attributes
16972         * ToolTip.cs: Added missing attributes
16974 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16976         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16978 2005-02-03  Peter Bartok  <pbartok@novell.com>
16980         * ListBox.cs: Added missing attributes
16982 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16983         
16984         * ListBox.cs:
16985                 - Fixes font height after font change
16986                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16987                 
16988 2005-02-02  Peter Bartok  <pbartok@novell.com>
16990         * HandleData.cs: Introduced static methods to allow class
16991           to be more self-contained and track it's own HandleData objects
16992         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16993           HandleData to use new static methods
16995 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16997         * Combobox.cs:
16998                 - Fixes default size and PreferredHeight
16999                 - Missing events
17000                 - ObjectCollection.Insert implementation
17001                 
17002         * ListControl.cs
17003                 - Fixes signature
17004         * ListBox.cs:
17005                 - Several fixes
17006                 - ObjectCollection.Insert implementation
17007                 - No selection after clean
17008                 - Small fixes
17010 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
17012         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
17014 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
17016         * Combobox.cs:
17017                 - Caches ItemHeight calculation for OwnerDrawVariable
17018                 - Handles dropdown properly
17019                 - Fixes several minor bugs
17021 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
17023         * ListBox.cs:
17024                 - Fixes 71946 and 71950
17025                 - Fixes changing Multicolumn on the fly
17026                 - Fixes keyboard navigation on Multicolumn listboxes
17028 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17029         
17030         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
17031         crash reporter log.
17033 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17035         * XplatUIOSX.cs: Allow applications to actually exit.
17037 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17039         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
17040         their parent at creation time rather than lazily later.  Fixes a major
17041         regression we were experiencing.
17043 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
17045         * ThemeWin32Classic.cs: more date time picker painting fixes
17046         * DateTimePicker.cs: more monthcalendar drop down fixes
17047         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
17049 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
17051         * ScrollBar.cs:
17052                 - When moving the thumb going outside the control should stop the moving
17053                 - Adds the firing of missing events
17054                 - Fixes no button show if Size is not specified
17055                 - End / Home keys for keyboard navigation
17057 2005-01-30  Peter Bartok  <pbartok@novell.com>
17059         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
17060           sanity check to prevent theoretical loop
17061         * XplatUIWin32.cs (SetVisible): Removed debug output
17062         * XplatUIX11.cs (SystrayChange): Added sanity check
17063         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
17064         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
17065           behaviour, valid until the X11 client window rewrite is done
17066         * TextBox.cs (ctor): Setting proper default foreground and background
17067           colors
17069 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
17071         * Theme: Added DrawDateTimePicker to interface
17072         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
17073         * DateTimePicker.cs: Created (still needs keys and painting code)
17074         * DateTimePickerFormat.cs: added
17075         * MonthCalendar.cs: fixed CreateParams for popup window mode
17076           
17077 2005-01-29  Peter Bartok  <pbartok@novell.com>
17079         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
17080           this should also the calculations for ligher/darker
17081         * Theme.cs: Fixed defaults for ScrollBar widths/heights
17083 2005-01-29  Peter Bartok  <pbartok@novell.com>
17085         * ArrangeDirection.cs: Added
17086         * ArrangeStartingPositon.cs: Added
17087         * SystemInformation.cs: Implemented
17088         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17089           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
17090           used by SystemInformation class
17091         * X11Strucs.cs: Added XSizeHints structure
17092         * MenuAPI.cs:
17093           - Fixed CreateParams to make sure the menu window is always visible
17094           - TrackPopupMenu: Added check to make sure we don't draw the
17095             menu offscreen
17097 2005-01-29  Peter Bartok  <pbartok@novell.com>
17099         * HandleData.cs: Added method for altering invalid area
17100         * TextBoxBase.cs: Implemented TextLength
17102 2005-01-28  Peter Bartok  <pbartok@novell.com>
17104         * XplatUIX11.cs: Improvement over last patch, not sending
17105           the WM_PAINT directly anymore, instead we scroll any pending
17106           exposed areas and let the system pick out the WM_PAINT later
17108 2005-01-28  Peter Bartok  <pbartok@novell.com>
17110         * SWF.csproj: Deleted, no longer used. Instead,
17111           Managed.Windows.Forms/SWF.csproj should be used
17112         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
17113           directly, to avoid a potential race condition with the next
17114           scroll
17116 2005-01-28  Peter Bartok  <pbartok@novell.com>
17118         * XplatUI.cs: Made class internal
17120 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
17122         * CheckedListBox.cs:
17123                 - Draw focus
17124                 - Fixed Drawing
17125                 - Missing methods and events
17127 2005-01-27  Peter Bartok  <pbartok@novell.com>
17129         * Application.cs (Run): Don't use form if we don't have one
17131 2005-01-27  Peter Bartok  <pbartok@novell.com>
17133         * TextBoxBase.cs (get_Lines): Fixed index off by one error
17135 2005-01-27  Peter Bartok  <pbartok@novell.com>
17137         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
17138         * GridItem.cs: Added; Patch by Jonathan S. Chambers
17139         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
17140         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
17141         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
17142         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
17143         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17144         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
17145         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17146         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17147         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17148         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
17150 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
17152         * Combobox.cs:
17153                 - Draw focus on Simple Combobox
17154                 - Fixes drawing issues
17155                 - fixes 71834
17157 2005-01-27  Peter Bartok  <pbartok@novell.com>
17159         * Form.cs:
17160           - Place window in default location, instead of hardcoded 0/0
17161           - Send initial LocationChanged event
17162         * Control.cs:
17163           - UpdateBounds after creation to find out where the WM placed us
17164           - Make sure that if the ParentForm changes location the Form
17165             is notified
17166         * XplatUIX11.cs: XGetGeometry will not return the coords relative
17167             to the root, but to whatever the WM placed around us.
17168             Translate to root coordinates before returning toplevel
17169             coordinates
17170         * XplatUIWin32.cs: Removed debug output
17171         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
17172           flag to GetWindowPos, to allow translation of coordinates on X11
17174 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
17176         * ListBox.cs: connect LostFocus Event
17178 2005-01-27  Peter Bartok  <pbartok@novell.com>
17180         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17181           XplatUIX11.cs: Extended the Systray API
17182         * Form.cs: Removed debug output
17183         * Application.cs: Fixed focus assignment, always need to call
17184           XplatUI.Activate() since Form.Activate() has rules that may
17185           prevent activation
17186         * NotifyIcon.cs: Should be complete now
17187         * ToolTip.cs: Worked around possible timer bug
17189 2005-01-27  Jackson Harper  <jackson@ximian.com>
17191         * TabControl.cs:
17192         - Only invalidate the effected tabs when the
17193         selected index changes. This reduces drawing and gets rid of some
17194         flicker.
17195         - Only refresh if the tabs need to be shifted, otherwise only
17196         invalidate the slider button.
17197         - On windows the tabs are not filled to right if the slider is
17198         visible.
17199         
17200 2005-01-27  Jackson Harper  <jackson@ximian.com>
17202         * TabControl.cs: Only refresh on mouseup if we are showing the
17203         slider. Also only invalidate the button whose state has changed.
17205 2005-01-26  Peter Bartok  <pbartok@novell.com>
17207         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
17208         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
17209           and SystrayRemove() methods
17210         * XplatUIOSX.cs: Stubbed Systray methods
17211         * XplatUIX11.cs:
17212           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
17213             methods
17214           - Fixed broken XChangeProperty calls (marshalling messed up things)
17215         * X11Structs.cs: Added enums and structs required for Size hinting
17216         * NotifyIcon.cs: Added & implemented
17218 2005-01-26  Jackson Harper  <jackson@ximian.com>
17220         * TabControl.cs: Space vertically layed out tabs properly.
17222 2005-01-26  Peter Bartok  <pbartok@novell.com>
17224         * Form.cs (CreateClientParams): Always set the location to 0,0
17225           since we're a child window.
17227         * Control.cs (SetVisibleCore): Always explicitly setting the location
17228           of a toplevel window, apparently X11 doesn't like to move windows
17229           while they're not mapped.
17231 2005-01-26  Jackson Harper  <jackson@ximian.com>
17233         * TabControl.cs: Implement FillToRight size mode with vertically
17234         rendered tabs.
17236 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
17238         * ControlPaint.cs, ThemeWin32Classic.cs
17239                 - Fixes DrawFocusRectangle
17241 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
17243         * MenuAPI.cs:
17244                 - MenuBar tracking only starts when item is first clicked
17245                 - Fixes menu hidding for multiple subitems
17246                 - Unselect item in MenuBar when item Executed
17247                 - Fixes bug 71495
17249 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
17251         * ListControl.cs:
17252                 - IsInputKey for ListBox
17253         * ListBox.cs:
17254                 - Focus item
17255                 - Shift and Control item selection
17256                 - Implement SelectionMode.MultiExtended
17257                 - Fixes RightToLeft
17258         * ComboBox.cs:
17259                 - IsInputKey implemented
17260                 - Do not generate OnTextChangedEdit on internal txt changes
17261                 
17262 2005-01-23  Peter Bartok  <pbartok@novell.com>
17264         * AccessibleObject.cs: Partially implemented Select()
17265         * MonthCalendar.cs: Added missing attributes and events
17266         * Form.cs: Fixed CreateParams behaviour, now controls derived from
17267           form can properly override CreateParams.
17268         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17269           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
17270           Control performs Invalidate & Update
17271         * NativeWindow (CreateHandle): Added special handling for Form
17272           and Form.FormParent classes to allow overriding of From.CreateParams
17273         * Control.cs:
17274           - ControlNativeWindow: Renamed 'control' variable to more intuitive
17275             name 'owner'
17276           - ControlNativeWindow: Added Owner property
17277           - Removed usage of Refresh() on property changes, changed into
17278             Invalidate(), we need to wait until the queue is processed for
17279             updates, direct calls might cause problems if not all vars for
17280             Paint are initialized
17281           - Added call to UpdateStyles() when creating the window, to set any
17282             styles that CreateWindow might have ignored.
17283           - Added support for Form CreateParent overrides to UpdateStyles()
17284         * MessageBox.cs: Removed no longer needed FormParent override stuff,
17285           CreateParams are now properly overridable
17286         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
17287           CreateParams are now properly overridable
17289 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
17291         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
17292         OnTextBoxChanged.
17294         Capture LostFocus and OnTextBoxChanged.  The later introduces a
17295         recursive invocation that I have not figured out yet.
17297         Reset the timer when not using (it was accumulating).
17300         (OnTextBoxChanged): Set UserEdit to true here to track whether the
17301         user has made changes that require validation.
17303         Reset changing to avoid loops.
17305 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
17307         * NumericUpDown.cs: Display value at startup.
17309         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
17310         ValidateEditText.
17312         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
17313         filled in.  Added some basic parsing of text.
17315         Still missing the OnXXX method overrides, and figuring out the
17316         events that must be emitted.
17318         * UpDownBase.cs: Handle UserEdit on the Text property.
17319         
17320 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
17322         * ComboBox.cs:
17323           - Fixes IntegralHeight
17324           - ToString method
17326 2005-01-21  Jackson Harper  <jackson@ximian.com>
17328         * TabControl.cs: Set the SelectedIndex property when SelectedTab
17329         is set so that the page visibility is updated and the tabs are
17330         sized correctly.
17332 2005-01-21  Jackson Harper  <jackson@ximian.com>
17334         * TabControl.cs: Use cliping rectangle for blitting. Give the
17335         theme the clipping rect so we can do clipping while
17336         drawing. Remove some debug code.
17338 2005-01-21  Jackson Harper  <jackson@ximian.com>
17340         * TabPage.cs: Add a new method so tab pages can force the tab
17341         control to recalculate the tab page sizes.
17342         * TabControl.cs: UpdateOwner needs to make the tab control recalc
17343         sizes.
17345 2005-01-20  Jackson Harper  <jackson@ximian.com>
17347         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
17349 2005-01-20  Jackson Harper  <jackson@ximian.com>
17351         * TreeView.cs: Set the bounds for nodes properly. They were
17352         getting screwed up when checkboxes were not enabled, but images
17353         were.
17355 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
17357         * ListBox.cs:
17358                 - Owner draw support
17359                 - Fixes
17360                 
17361 2005-01-20  Jackson Harper  <jackson@ximian.com>
17363         * XplatUIStructs.cs: More misc keys
17364         * X11Keyboard.cs: Ignore some control keys.
17366 2005-01-20  Jackson Harper  <jackson@ximian.com>
17368         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
17369         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
17371 2005-01-19  Peter Bartok  <pbartok@novell.com>
17373         * Control.cs: Un-selecting the control when it is loosing focus
17375 2005-01-19  Jackson Harper  <jackson@ximian.com>
17377         * TreeView.cs: Hook up to the text controls leave event so we can
17378         end editing when the users clicks outside the text box.
17379         
17380 2005-01-19  Jackson Harper  <jackson@ximian.com>
17382         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
17383         get set in the conversion array.
17385 2005-01-19  Peter Bartok  <pbartok@novell.com>
17387         * Application.cs (ModalRun): Added a call to CreateControl to ensure
17388           focus is properly set
17389         * Button.cs:
17390           - Added missing attributes
17391           - removed styles, those are already set in the base class
17392         * ButtonBase.cs:
17393           - Added missing attributes
17394           - Added clip window styles
17395         * CheckBox.cs: Added missing attributes
17396         * CommonDialog.cs:
17397           - FormParentWindow.CreateParams: Added required clip styles
17398         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
17399           also filters modifier keys
17400         * MessageBox.cs:
17401           - Added assignment of Accept and Cancel button to enable Enter
17402             and Esc keys in MessageBox dialogs
17403           - FormParentWindow.CreateParams: Added required clip styles
17404         * RadioButton.cs: Added missing attributes
17405         * TextControl.cs: No longer draws selection if control does not
17406           have focus
17407         * TextBoxBase.cs:
17408           - Now draws simple rectangle around test area to make it obvious
17409             there's a control. This is a hack until we properly support borders
17410           - A few simple fixes to support selections better, now erases selected
17411             text when typing, and resets selection when using movement keys
17413 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
17415         * UpDownBase.cs: Added some new properties.
17417         * DomainUpDown.cs: Implement a lot to get my test working.
17419 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17421         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
17423 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17425         * OSXStructs (WindowAttributes): Fixed csc complaints
17427 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17429         * XplayUIOSX.cs:
17430           OSXStructs.cs: Initial refactor to move enums and consts into
17431           OSXStructs and use them in the driver for greater readability.
17433 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17435         * XplatUIOSX.cs: Initial support for Standard Cursors.
17436         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
17438 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
17440         * ComboBox.cs: ability to change style when the ctrl is already
17441         created, missing methods and events, bug fixes, signature fixes
17443 2005-01-19  Peter Bartok  <pbartok@novell.com>
17445         * Cursors.cs (ctor): Added ctor to fix signature
17447 2005-01-18  Peter Bartok  <pbartok@novell.com>
17449         * Button.cs: Implemented DoubleClick event
17450         * ButtonBase.cs:
17451           - Fixed keyboard handling to behave like MS, where the press of
17452             Spacebar is equivalent to a mousedown, and the key release is
17453             equivalent to mouseup. Now a spacebar push will give the same
17454             visual feedback like a mouse click.
17455           - Added missing attributes
17456           - Added ImeModeChanged event
17457           - Added support for generating DoubleClick event for derived classes
17458         * CheckBox.cs:
17459           - Implemented DoubleClick event
17460           - Added missing attributes
17461         * CommonDialog.cs: Added missing attribute
17462         * ContextMenu.cs: Added missing attributes
17463         * RadioButton.cs:
17464           - AutoChecked buttons do not allow to be unselected when clicked
17465             (otherwise we might end up with no selected buttons in a group)
17466           - Added missing attributes
17467           - Implemented DoubleClickEvent
17468         * ThreadExceptionDialog.cs: Enabled TextBox code
17470 2005-01-18  Peter Bartok  <pbartok@novell.com>
17472         * Form.cs: Removed debug output
17473         * Button.cs: Added support for DoubleClick method
17475 2005-01-18  Peter Bartok  <pbartok@novell.com>
17477         * Form.cs:
17478           - Added method to parent window that allows triggering size
17479             calculations when a menu is added/removed
17480           - set_Menu: Cleaned up mess from early days of Form and Control,
17481             now properly triggers a recalc when a menu is added/removed
17482           - Added case to select form itself as focused form if no child
17483             controls exist
17484           - Added PerformLayout call when showing dialog, to ensure properly
17485             placed controls
17486         * Control.cs:
17487           - Select(): Made internal so Form can access it
17488           - Focus(): Only call Xplat layer if required (avoids loop), and sets
17489             status
17490         * Application.cs (Run): Removed hack and calls PerformLayout instead
17491           to trigger calculation when Form becomes visible
17493 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
17495         * ComboBox.cs: fixes for ownerdraw
17497 2005-01-18  Peter Bartok  <pbartok@novell.com>
17499         * TextControl.cs:
17500           - Sentinel is no longer static, each Document gets it's own, this
17501             avoids locking or alternatively overwrite problems when more
17502             than one text control is used simultaneously.
17503           - Switched to use Hilight and HilightText brushes for text selection
17505         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
17507 2005-01-18  Peter Bartok  <pbartok@novell.com>
17509         * Control.cs:
17510           - Hooked up the following events:
17511                 o ControlAdded
17512                 o ControlRemoved
17513                 o HandleDestroyed
17514                 o ImeModeChanged
17515                 o ParentChanged
17516                 o TabStopChanged
17517                 o Invalidated
17518                 o SystemColorsChanged
17519                 o ParentFontChanged
17520                 o Move
17521           - Removed debug output
17522           - Added a call to the current theme's ResetDefaults when a color change
17523             is detected
17524         * Form.cs: Now setting the proper ImeMode
17525         * Theme.cs: Defined a method to force recreation of cached resources
17526           and rereading of system defaults (ResetDefaults())
17527         * ThemeWin32Classic.cs: Added ResetDefaults() stub
17529 2005-01-17  Peter Bartok  <pbartok@novell.com>
17531         * Control.cs: Added missing attributes
17533 2005-01-17  Jackson Harper  <jackson@ximian.com>
17535         * TreeNode.cs: Implement editing. Add missing properties selected
17536         and visible.
17537         * TreeView.cs: Implement node editing. Also some fixes to use
17538         Invalidate (invalid area) instead of Refresh when selecting.
17540 2005-01-17  Peter Bartok  <pbartok@novell.com>
17542         * Control.cs:
17543           - Implemented InvokeGotFocus() method
17544           - Implemented InvokeLostFocus() method
17545           - Implemented InvokePaint() method
17546           - Implemented InvokePaintBackground() method
17547           - Implemented InvokeClick() method
17548           - Implemented FindForm() method
17549           - Implemented RectangleToClient() method
17550           - Implemented ClientToRectangle() method
17551           - Implemented ResetBackColor() method
17552           - Implemented ResetCursor() method
17553           - Implemented ResetFont() method
17554           - Implemented ResteForeColor() method
17555           - Implemented ResetImeMode() method
17556           - Implemented ResetLeftToRight() method
17557           - Implemented ResetText() method
17558           - Implemented Scale() methods
17559           - Implemented ScaleCore() method
17560           - Implemented Update() method
17561           - Removed unused variables
17562           - Stubbed AccessibilityNotifyClients and
17563             ControlAccessibleObject.NotifyClients() methods (dunno what to do
17564             with those yet)
17565           - Now setting proper default for RightToLeft property
17566           - Fixed bug in SetClientSizeCore that would cause windows to get
17567             really big
17568           - Now sending Click/DoubleClick events
17569           - Now selecting controls when left mouse button is clicked on
17570             selectable control
17571         * AccessibleEvents.cs: Added
17572         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
17573         * XplatUIOSX.cs: Stubbed UpdateWindow() method
17574         * XplatUIWin32.cs: Implemented UpdateWindow() method
17575         * XplatUIX11.cs: Implemented UpdateWindow() method
17576         * Form.cs: Removed stray semicolon causing CS0162 warning
17577         * ThemeWin32Classic.cs: Fixed unused variable warnings
17578         * ScrollableControl.cs: Now calls base method for ScaleCore
17579         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
17580           style to avoid interference with internal click handler (which is
17581           different than standard Control click handling)
17582         * RadioButton.cs:
17583           - Now unchecks all sibling radio buttons when control is
17584             selected (Fixes #68756)
17585           - Removed internal tabstop variable, using the one inherited from
17586             Control
17588 2005-01-17  Jackson Harper  <jackson@ximian.com>
17590         * NavigateEventArgs.cs: Fix base type.
17591         * LinkLabel.cs: Sig fix
17592         
17593 2005-01-17  Jackson Harper  <jackson@ximian.com>
17595         * TreeView.cs: Only invalidate the effected nodes bounds when
17596         selecting nodes.
17598 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17600         * XplatUIWin32.cs: fixes Win32 marshaling
17601         * XplatUIX11.cs: fixes method signature
17603 2005-01-17  Peter Bartok  <pbartok@novell.com>
17605         * XplatUIX11.cs: Clean up resources when we no longer need them
17607 2005-01-17  Peter Bartok  <pbartok@novell.com>
17609         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
17610           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
17611           and DestroyCursor() methods.
17612         * Cursor.cs: Partially implemented, now supports standard cursors;
17613           still contains some debug code
17614         * Cursors.cs: Implemented class
17615         * Control.cs:
17616           - WndProc(): Added handling of WM_SETCURSOR message, setting the
17617             appropriate cursor
17618           - Implemented Cursor property
17619           - Replaced break; with return; more straightforwar and possibly
17620             faster
17621           - Now properly setting the result for WM_HELP
17622         * X11Structs.cs: Added CursorFontShape enum
17623         * XplatUIStructs.cs:
17624           - Added StdCursor enum (to support DefineStdCursor() method)
17625           - Added HitTest enum (to support sending WM_SETCURSOR message)
17626         * XplatUIX11.cs:
17627           - Now sends the WM_SETCURSOR message
17628           - Implemented new cursor methods
17629         * XplatUIOSX.cs: Stubbed new cursor methods
17630         * XplatUIWin32.cs:
17631           - Implemented new cursor methods
17632           - Added GetSystemMetrics function and associated enumeration
17634 2005-01-15  Peter Bartok  <pbartok@novell.com>
17636         * Control.cs:
17637           - WndProc(): Now handles EnableNotifyMessage
17638           - SelectNextControl(): Fixed bug where if no child or sibling
17639             controls exist we looped endlessly
17641 2005-01-14  Jackson Harper  <jackson@ximian.com>
17643         * TreeView.cs: Recalculate the tab pages when a new one is added
17644         so that the proper bounding rects are created.
17646 2005-01-14  Jackson Harper  <jackson@ximian.com>
17648         * TreeView.cs: Draw a gray box instead of a grip in the lower
17649         right hand corner when there are both horizontal and vertical
17650         scroll bars.
17652 2005-01-14  Jackson Harper  <jackson@ximian.com>
17654         * Control.cs: When erasing backgrounds use FromHwnd instead of
17655         FromHdc when there is a NULL wparam. This occurs on the X driver.
17656         * XplatUIX11.cs: Set the wparam to NULL.
17658 2005-01-13  Jackson Harper  <jackson@ximian.com>
17660         * PictureBox.cs: Implement missing methods (except ToString, need
17661         to test that on windows) and events. When visibility is changed we
17662         need to redraw the image because the buffers are killed. When size
17663         is changed refresh if the sizemode needs it.
17665 2005-01-13  Peter Bartok  <pbartok@novell.com>
17667         * Control.cs (SelectNextControl): Was using wrong method to select
17668           a control
17670 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17672         * ComboBox.cs: fixes dropstyle
17674 2005-01-13  Peter Bartok  <pbartok@novell.com>
17676         * Form.cs:
17677           - Implemented Select() override
17678           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
17679           - Now sets keyboard focus on startup
17680         * Control.cs (SelectNextControl): Now properly handles directed=true
17681         * TextBoxBase.cs:
17682           - WndProc: Now passes tab key on to base if AcceptTabChar=false
17683           - Added (really bad) focus rectangle (mostly for testing)
17684         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
17685           to enforce redraw on focus changes
17686         * ContainerControl.cs:
17687           - Fixed detection of Shift-Tab key presses
17688           - Fixed traversal with arrow keys
17689         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
17690           gonna keep this or if it's complete yet
17691         
17692 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17694         * ComboBox.cs: missing properties, fixes
17696 2005-01-13  Peter Bartok  <pbartok@novell.com>
17698         * Panel.cs (ctor): Setting Selectable window style to off
17699         * Splitter.cs (ctor): Setting Selectable window style to off
17700         * GroupBox.cs (ctor): Setting Selectable window style to off
17701         * Label.cs (ctor): Setting Selectable window style to off
17703 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
17705         * UpDownBase.cs (InitTimer): If the timer has been already
17706         created, enable it.
17708         Use a TextBox instead of a Label.
17710 2005-01-12  Jackson Harper  <jackson@ximian.com>
17712         * TreeView.cs: Refresh the tree after sorting the nodes. Always
17713         draw the connecting node lines (when ShowLines is true).
17714         * TreeNode.cs: The nodes index can now be updated. This is used
17715         when a node collection is sorted.
17716         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
17717         insert or an existing unsorted node collection can be sorted.
17718         
17719 2005-01-12  Peter Bartok  <pbartok@novell.com>
17721         * ContainerControl.cs: Implemented ProcessDialogKeys()
17723 2005-01-12  Peter Bartok  <pbartok@novell.com>
17725         * Control.cs:
17726           - Implemented SelectNextControl() method
17727           - Several focus related bug fixes
17728           - Fixed Docking calculations to match MS documentation and
17729             behaviour
17731 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
17733         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
17734         bug fixes
17736 2005-01-12  Peter Bartok  <pbartok@novell.com>
17738         * Control.cs:
17739           - Fixed broken Contains() method
17740           - Implemented GetNextControl() method. Finally. This is the pre-
17741             requisite for focus handling.
17743 2005-01-12  Peter Bartok  <pbartok@novell.com>
17745         * OSXStrucs.cs: Added
17747 2005-01-12  Peter Bartok  <pbartok@novell.com>
17749         * XplatUIWin32.cs:
17750           - Removed PeekMessageFlags
17751           - Implemented SetWindowStyle() method
17752         * XplatUIStructs.cs: Added PeekMessageFlags
17753         * X11Structs: Added missing border_width field to XWindowChanges struct
17754         * XplatUIX11.cs:
17755           - PeekMessage: Now throws exception if flags which are not yet
17756             supported are passed
17757           - Implemented SetWindowStyle() method
17758           - Fixed SetZOrder to handle AfterHwnd properly
17759         * XplatUI.cs: Added SetWindowStyle() method
17760         * XplatUIDriver.cs: Added SetWindowStyle() abstract
17761         * Control.cs:
17762           - Implemented UpdateStyles() method
17763           - Implemented UpdateZOrder() method
17764         * XplatUIOSX.cs: Added SetWindowStyle() stub
17766 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
17768         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
17769         button mouse).
17772 2005-01-11  Jackson Harper  <jackson@ximian.com>
17774         * TreeView.cs: Still need to draw lines to siblings even if out of
17775         the current node is out of the clip.
17777 2005-01-11  Jackson Harper  <jackson@ximian.com>
17779         * TreeView.cs: When setting the hbar/vbar/grip position use
17780         SetBounds so that perform layout is only called once. Also suspend
17781         and resume layout so layout is only done once for all controls.
17782         - Removed some debug fluff
17783         * SizeGrip.cs: Call base implmentation in overriding methods.
17784         - When visibility is changed the drawing buffers are killed so we
17785         need to redraw.
17787 2005-01-11  Jackson Harper  <jackson@ximian.com>
17789         * TreeView.cs: Calculate the open node count while drawing. This
17790         saves us an entire tree traversal for every paint operation. Use
17791         a member var for the open node count so less vars are passed around.
17793 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
17795         * MonthCalendar.cs:
17796         - fixed selection to use mousemove, not mouse polling on timer
17797         * ThemeWin32Classic.cs
17798         - removed redundant unused variable "no_more_content"
17799         
17800 2005-01-11  Peter Bartok  <pbartok@novell.com>
17802         * XplatUIX11.cs (DoEvents): Needs to return when no more events
17803           are pending, so it now calls PeekMessage instead of GetMessage;
17804           implemented a incomplete version of PeekMessage
17805         
17806 2005-01-11  Peter Bartok  <pbartok@novell.com>
17808         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
17809           I18n issues
17810         * TextBoxBase.cs: Added sending of TextChanged event
17812 2005-01-10  Jackson Harper  <jackson@ximian.com>
17814         * TreeView.cs: Try not to draw outside the clipping rectangle on
17815         each node element.
17817 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
17819         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
17821 2005-01-10  Jackson Harper  <jackson@ximian.com>
17823         * TreeView.cs:
17824         - Implement fast scrolling. Now only the newly
17825         exposed nodes are drawn and the old image is moved using the
17826         XplatUI::ScrollWindow method.
17827         - Factor in height of nodes when calculating whether or not the
17828         node is in the clipping rect.
17830 2005-01-10  Jackson Harper  <jackson@ximian.com>
17832         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17834 2005-01-10  Peter Bartok  <pbartok@novell.com>
17836         * Application.cs: Added temporary hack to resolve all our resize
17837           required issues on startup. This will get fixed properly at
17838           some point in the future
17840 2005-01-10  Jackson Harper  <jackson@ximian.com>
17842         * SizeGrip.cs: New internal class that is used as a sizing
17843         grip control...hence the name.
17845 2005-01-10  Peter Bartok  <pbartok@novell.com>
17847         * Control.cs: Implemented proper TabIndex handling, now assigning
17848           a tabindex when a control is added to a container
17849         * GroupBox.cs (ctor): Now sets the Container style bit, required
17850           for Control.GetNextControl()
17852 2005-01-09  Jackson Harper  <jackson@ximian.com>
17854         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17856 2005-01-09  Peter Bartok <pbartok@novell.com>
17858         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17859           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17860           an overload for ScrollWindow to allow only scrolling a rectangle
17862 2005-01-09  Peter Bartok <pbartok@novell.com>
17864         * Form.cs:
17865           - Implemented SetDesktopBounds method
17866           - Implemented SetDesktopLocation method
17868 2005-01-08  Jackson Harper  <jackson@ximian.com>
17870         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17871         the node count has changed, this removes to VScroll::Refresh calls
17872         when drawing.
17874 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17876         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17878 2005-01-07  Jackson Harper  <jackson@ximian.com>
17880         * TreeNode.cs: Just update the single node when it is
17881         checked. Don't refresh after toggling, the Expand/Collapse already
17882         handles this.
17883         * TreeView.cs: Respect clipping a little more when drawing. Try
17884         not to redraw things that don't need to be redrawn. Just hide the
17885         scrollbars when they are no longer needed instead of removing
17886         them, so they don't have to be created again and again.
17887         
17888 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17890         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17891         coordinates to window space to place the caret properly, FIXED.
17892         Implement GetWindowState & SetWindowState
17894 2005-01-06  Peter Bartok <pbartok@novell.com>
17896         * Form.cs:
17897           - Implemented ClientSize property
17898           - Implemented DesktopBounds property
17899           - Implemented DesktopLocation property
17900           - Implemented IsRestrictedWindow property
17901           - Implemented Size property
17902           - Implemented TopLevel property
17903           - Implemented FormWindowState property
17904         * Control.cs:
17905           - Implemented GetTopLevel() method
17906           - Implemented SetTopLevel() method
17907         * X11Structs.cs (Atom):
17908           - Added AnyPropertyType definition
17909           - Added MapState definiton and updated XWindowAttribute struct
17910         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17911         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17912         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17913         * XplatUIWin32.cs:
17914           - Implemented GetWindowState() and SetWindowState() methods
17915           - Fixed Win32GetWindowLong return type
17916         * XplatUIX11.cs:
17917           - Introduced central function for sending NET_WM messages
17918           - Implemented GetWindowState() and SetWindowState() methods
17919         * TextBoxBase.cs (set_Lines):
17920           - Now uses Foreground color for text added via Text property (Duh!)
17921           - Added code to remember programmatically requested size (fixes
17922             behaviour when Multiline is set after Size)
17923           - Added AutoSize logic
17925 2005-01-06  Jackson Harper  <jackson@ximian.com>
17927         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17929 2005-01-06  Jackson Harper  <jackson@ximian.com>
17931         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17932         set to less then 0.
17934 2005-01-06  Jackson Harper  <jackson@ximian.com>
17936         * ScrollableControl.cs: Lazy init the scrollbars.
17937         
17938 2005-01-06  Jackson Harper  <jackson@ximian.com>
17940         * Theme.cs: Speed up getting pens and solid brushes, by using
17941         their ARGB as a hash instead of tostring and not calling Contains.
17943 2005-01-06  Peter Bartok <pbartok@novell.com>
17945         * Form.cs:
17946           - Implemented OnActivated and OnDeactivate event trigger
17947           - Implemented Activate() method
17948           - Fixed ShowDialog() to activate the form that was active before
17949             the dialog was shown
17950         * XplatUIX11.cs:
17951           - Added global active_window var that tracks the currently active
17952             X11 window
17953           - Now always grabs Property changes from the root window to always
17954             catch changes on the active window property
17955           - Added code to PropertyNotify handler to send Active/Inactive
17956             messages when state changes. This puts X11 and Win32 en par on
17957             WM_ACTIVATE notifications (except for double notifications when
17958             the user clicks away from our modal window to another one of our
17959             windows)
17961 2005-01-05  Jackson Harper  <jackson@ximian.com>
17963         * ImageList.cs: Implment ctor
17965 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17967         * XplatUIOSX.cs: Implement Activate/SetTopmost
17969 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17971         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17973 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17975         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17977 2005-01-05  Peter Bartok <pbartok@novell.com>
17979         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17980           XplatUIOSX.cs: Added GetActive method to return the currently
17981           active window for the application (or null, if none is active)
17982         * Form.cs:
17983           - Implemented ActiveForm
17984           - Commented out owner assignment for modal dialogs (causes problems
17985             on Win32, since the owner will be disabled)
17986           - Reworked some Active/Focus handling (still incomplete)
17987         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17988           (causes problems on Win32, since the owner will be disabled)
17989         * IWin32Window: Added ComVisible attribute
17991 2005-01-05  Peter Bartok <pbartok@novell.com>
17993         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17994           required XplatUI functions.
17996 2005-01-05  Peter Bartok <pbartok@novell.com>
17998         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17999           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
18000           to implement focus and activation handling; still incomplete and
18001           with debug output
18003 2005-01-04  Peter Bartok <pbartok@novell.com>
18005         * TextBoxBase.cs: Changed access level for Document property to
18006           match switch to internal for TextControl
18008 2005-01-04  Peter Bartok <pbartok@novell.com>
18010         * AccessibleObject: Added ComVisible attribute
18012 2005-01-04  Jackson Harper  <jackson@ximian.com>
18014         * X11Keyboard.cs: Remove unneeded var.
18016 2005-01-04  Jackson Harper  <jackson@ximian.com>
18018         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
18019         but PAINT.
18020         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
18021         ClientMessage. This makes apps exit cleanly (more often).
18022         
18023 2005-01-04  Jackson Harper  <jackson@ximian.com>
18025         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
18026         handling focus, return correct colors and fonts,
18027         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
18028         handle selection, horizontal scrolling, and mouse interaction.
18030 2005-01-04  Peter Bartok <pbartok@novell.com>
18032         * ICommandExecutor.cs: Added
18033         * IDataGridColumnStyleEditingNotificationService.cs: Added
18034         * IFeatureSupport.cs: Added
18035         * IFileReaderService.cs: Added
18036         * IDataObject.cs: Added ComVisible attribute
18037         * AmbientProperties.cs: Added
18038         * BaseCollection.cs: Added missing attributes
18039         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
18040         * BaseCollection.cs: Added missing attributes
18041         * Binding.cs: Added TypeConverter attribute
18042         * BindingContext.cs: Added DefaultEvent attribute
18043         * BindingsCollection.cs: Added DefaultEvent attribute
18044         * Button.cs: Added DefaultValue attribute
18045         * DragEventArgs.cs: Added ComVisible attribute
18046         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
18047         * KeyEventArgs.cs: Added ComVisible attribute
18048         * KeyPressEventArgs.cs: Added ComVisible attribute
18049         * MouseEventArgs.cs: Added ComVisible attribute
18050         * NavigateEventArgs.cs: Added
18051         * NavigateEventHandler.cs: Added
18052         * FeatureSupport.cs: Added
18053         * OSFeature.cs: Added
18054         * Theme.cs: Added abstract Version property to support OSFeature
18055         * ThemeWin32Classic.cs: Added Version property to
18056           support OSFeature.Themes
18057         * ProgressBar.cs: Removed OnPaintBackground override, not required since
18058           the proper styles to avoid background drawing are set, also doesn't
18059           match MS signature
18060         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
18061         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
18062         * ScrollEventArgs.cs: Added ComVisible attribute
18063         * SplitterEventArgs.cs: Added ComVisible attribute
18064         * AccessibleSelection.cs: Added Flags attribute
18065         * Appearance.cs: Added ComVisible attribute
18066         * Border3DSide.cs: Added ComVisible attribute
18067         * Border3DStyle.cs: Added ComVisible attribute
18068         * BorderStyle.cs: Added ComVisible attribute
18069         * DragAction.cs: Added ComVisible attribute
18070         * ErrorBlinkStyle.cs: Added
18071         * ScrollEventType.cs: Added ComVisible attribute
18072         * AnchorStyles.cs: Added Editor attribute
18073         * DockStyle.cs: Added Editor attribute
18074         * HorizontalAlignment.cs: Added ComVisible attribute
18075         * HelpEventArgs.cs: Added ComVisible attribute
18076         * PaintEventArgs.cs: Added IDisposable
18078 2005-01-04  Peter Bartok <pbartok@novell.com>
18080         * TextControl.cs: Switched Line, LineTag and Document classes to
18081           internal
18083 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
18085         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
18086         Simple mode, fixes, IntegralHeight, etc.
18088 2005-01-04  Peter Bartok <pbartok@novell.com>
18090         * TextBoxBase.cs: Using proper font variable now
18092 2005-01-04  Peter Bartok <pbartok@novell.com>
18094         * Form.cs (ShowDialog): Set parent to owner, if provided
18095         * GroupBox.cs: Removed unused vars
18096         * TextControl.cs:
18097           - Added GetHashCode() for Document and LineTag classes
18098           - Removed unused variables
18099           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
18100             to allow translation between continuous char position and line/pos
18101         * CheckBox.cs: Removed vars that are provided by base class
18102         * RadioButton.cs: Removed vars that are provided by base class, added
18103           new keyword where required
18104         * LinkLabel.cs: Added new keyword where required
18105         * Control.cs (WndProc): Removed unused variable
18106         * TextBoxBase.cs:
18107           - Finished SelectionLength property
18108           - Implemented SelectionStart property
18109           - Implemented Text property
18110           - Removed unused vars
18111         * MessageBox.cs: Added new keyword where required
18112         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
18113           WndProc signature
18114         * MenuAPI.cs: Added new keyword where required
18115         * ButtonBase.cs: Removed vars that are provided by base class, added
18116           new keyword where required
18117         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
18118           argument to double, to allow compiling with csc 2.0 (Atsushi ran
18119           into this)
18120         * Application.cs (Run): Now triggers the ThreadExit event
18121         * CommonDialog.cs: Added new keyword where required; now properly sets
18122           parent (owner) for dialog
18123         * XplatUIX11.cs: Commented out unused vars
18124         * StatusBar.cs: Fixed signature for Text property
18125         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
18127 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
18129         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
18130         TrackBar.cs, MonthCalendar.cs: remove unused vars
18132 2005-01-03  Jackson Harper  <jackson@ximian.com>
18134         * ThemeWin32Classic.cs:
18135         * X11Keyboard.cs: Remove unused vars.
18137 2005-01-03  Peter Bartok  <pbartok@novell.com>
18139         * TextBox.cs:
18140           - set_Text: Tied into TextControl
18141           - set_TextAlignment: Tied into TextControl
18142         * TextControl.cs:
18143           - Added alignment properties and implemented alignment handling
18144             and drawing (still has a bug, not generating proper expose events)
18145           - Added new Line() constructor to allow passing the line alignment
18146           - Fixed selection setting, properly handling end<start now
18147           - Added aligment considerations to RecalculateDocument()
18148         * TextBoxBase.cs:
18149           - Now properly enforces control height for single line controls
18150           - Added support for CharacterCasing
18151           - Added IsInputKey override
18152           - Fixed Keys.Enter logic
18153           - Added SetBoundsCore override
18154           - Fixed mouse selection handling
18156 2005-01-03  Jackson Harper  <jackson@ximian.com>
18158         * TreeView.cs:
18159           - Collapse and uncheck all nodes when CheckBoxes is disabled.
18160           - Checkboxes are always aligned to the bottom of the node,
18161           regardless of item height.
18162           - Use the node bounds to draw the text so we can center it when
18163           the item height is greater then the font height.
18164           - Node::Bounds are only the text part of the node.
18165         * TreeNode.cs: New method to combine collapsing and unchecking all
18166           nodes recursively.
18168 2005-01-02  Jackson Harper  <jackson@ximian.com>
18170         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
18171         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
18172         tree when a check is changed. TODO: Only refresh the checked node.
18174 2004-12-30  Jackson Harper  <jackson@ximian.com>
18176         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
18177         * TreeNode.cs: When collapsing make sure to never collapse the
18178         root node.
18180 2004-12-29  Jackson Harper  <jackson@ximian.com>
18182         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
18183         
18184 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
18186         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
18188 2004-12-28  Peter Bartok  <pbartok@novell.com>
18190         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
18191           not yet assigned
18193 2004-12-28  Peter Bartok  <pbartok@novell.com>
18195         * Control.cs (WndProc): Added WM_HELP handler, now generates
18196           HelpRequested event
18197         * Form.cs: Added HelpButton property and required support code
18198         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
18200 2004-12-28  Peter Bartok  <pbartok@novell.com>
18202         * CommonDialog.cs:
18203           - Made DialogForm.owner variable internal
18204           - Added check to ensure owner form is set before setting
18205             owner properties in CreateParams
18207 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
18209         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
18210           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
18211           GetCursorPos.  Fix major visibility issues.  Rework the windowing
18212           system to support borderless/titleless windows (implements menus).
18213           Fix GetWindowPos.  Implement initial background color support for
18214           views.
18216 2004-12-28  Peter Bartok  <pbartok@novell.com>
18218         * Form.cs (get_CreateParams): Make sure we have an owner before using
18219           the owner variable. Implement proper default if no owner exists
18221 2004-12-28  Peter Bartok  <pbartok@novell.com>
18223         * In preparation for making Managed.Windows.Forms the default build target
18224           for System.Windows.Forms, the following stubbed files were added.
18225           Dialogs are currently being implemented by contributors and are only
18226           short-term place holders.
18227         * ColorDialog.cs: Initial check-in (minmal stub)
18228         * DataGrid.cs: Initial check-in (minimal stub)
18229         * DataGridLineStyle.cs: Initial check-in (minimal stub)
18230         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
18231         * DataGridTableStyle.cs: Initial check-in (minimal stub)
18232         * FontDialog.cs: Initial check-in (minimal stub)
18233         * FileDialog.cs: Initial check-in (minimal stub)
18234         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
18235         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
18236         * OpenFileDialog: Initial check-in (minimal stub)
18237         * IComponentEditorPageSite.cs: Initial check-in
18238         * Splitter.cs: Initial check-in (for Jackson)
18239         * SplitterEventArgs.cs: Initial check-in (for Jackson)
18240         * SplitterEventHandler.cs: Initial check-in (for Jackson)
18241         * TextBox.cs: Initial check-in; still needs some wiring to
18242           TextControl backend
18243         * Form.cs: Implemented ControlBox property
18244         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
18245         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
18246         * TextControl.cs: Added selection functionality; added todo header
18247         * TextBoxBase.cs:
18248           - Implemented Lines property
18249           - Implemented TextHeight property
18250           - Implemented SelectedText property
18251           - Implemented SelectionLength property
18252           - Implemented SelectAll method
18253           - Implemented ToString method
18254           - Removed and cleaned up some debug code
18255           - Implemented (still buggy) mouse text selection
18257 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
18259         * ComboBox.cs: Complete DropDownList implementation, fixes.
18261 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
18263         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
18264         * ComboBoxStyle.cs: ComboBoxStyle enum
18265         * ComboBox.cs: Initial work on ComboBox control
18267 2004-12-21  Peter Bartok  <pbartok@novell.com>
18269         * Control.cs (ctor, CreateParams): Moved setting of is_visible
18270           forward so that anything that creates a window gets the default,
18271           also no longer uses Visible property in CreateParams to avoid
18272           walking up the parent chain and possibly get the wrong visible
18273           status. Fixed IsVisible to no longer walk up to the parent.
18275 2004-12-21  Peter Bartok  <pbartok@novell.com>
18277         * Form.cs (ShowDialog): Unset modality for the proper window
18279 2004-12-20  Peter Bartok  <pbartok@novell.com>
18281         * CommonDialog.cs: Initial check-in
18283 2004-12-20  Peter Bartok  <pbartok@novell.com>
18285         * Control.cs (Visible): Now uses the parent window instead of the
18286           client area window for the property
18288         * Form.cs
18289           - ShowDialog(): Now uses the proper window for modality
18290           - The default visibility state for the form parent is now false. This
18291             will prevent the user from seeing all the changes to the form and
18292             its controls before the application hits Application.Run()
18293           - Removed some stale commented out code
18295         * NativeWindow.cs:
18296           - Added FindWindow() method to have a method to check for existence
18297             of a window handle
18298           - Added ability to override default exception handling (for example
18299             when debugging with VS.Net; to do this the ExternalExceptionHandler
18300             define must be set
18301           - Removed some useless debug output
18303         * XplatUIX11.cs:
18304           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
18305             not working as expected
18306           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
18307             property to allow switching back to the modal window if focus is
18308             given to another one of our windows (Application Modal)
18309           - Now only sets override_redirect if we create a window
18310             without WS_CAPTION
18311           - Moved EventMask selection before mapping of newly created window
18312             so we can catch the map event as well
18313           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
18314           - Added various Atom related DllImports
18315           - Implemented Exit() method
18316           - .ctor() : No longer shows window if WS_VISIBLE is not defined
18317             in the CreateParams
18319         * MessageBox.cs: Now properly deals with the FormParent window by
18320           providing an override the FormParent CreateParams property to
18321           set as POPUP instead of OVERLAPPED window.
18323 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
18325         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
18326         Minor code cleanup.
18328 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
18329         
18330         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
18332 2004-12-18  Peter Bartok  <pbartok@novell.com>
18334         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
18335           implementing SetModal() method
18337 2004-12-18  Peter Bartok  <pbartok@novell.com>
18339         * X11Structs.cs (XGCValues): Fixed type of function element
18340         * XplatUI.cs: Added ScrollWindow() method
18341         * XplatUIDriver.cs: Added ScrollWindow() abstract
18342         * XplatUIWin32.cs: Implemented ScrollWindow() method
18343         * XplatUIX11.cs: Implemented ScrollWindow() method
18344         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
18346 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
18348         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
18349         Some more keyboard support (INCOMPLETE)
18351 2004-12-17  Peter Bartok  <pbartok@novell.com>
18353         * TextControl.cs:
18354         - Added color attribute to line tags.
18355         - Added color argument to all functions dealing with tags
18356         - Added color argument support to various functions
18357         - Fixed miss-calculation of baseline/shift in certain circumstances
18359         * TextBoxBase.cs: Added new color option to test code
18361 2004-12-17  Jackson Harper  <jackson@ximian.com>
18363         * TreeNode.cs:
18364         * MonthCalendar.cs: Signature fixes
18366 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
18368         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
18369         keyboard event moved it.  Create a new graphics context for each paint resolves this
18371 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
18373         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
18374         Make caret exist and go blink blink.  Initial keyboard support.
18375         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
18376         works.
18378 2004-12-17  Jackson Harper  <jackson@ximian.com>
18380         * XplatUIStructs.cs: Updated set of virtual keycodes.
18381         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
18383 2004-12-17  Jackson Harper  <jackson@ximian.com>
18385         * XplatUIX11.cs: Prune old keyboard code.
18387 2004-12-17  Jackson Harper  <jackson@ximian.com>
18389         * XplatUIX11.cs: When generating mouse wparams get the modifier
18390         keys from the ModifierKeys property.
18392 2004-12-17  Jackson Harper  <jackson@ximian.com>
18394         * X11Keyboard.cs: Send up/down input when generating
18395         messages. Remove some unused vars.
18397 2004-12-17  Jackson Harper  <jackson@ximian.com>
18399         * TabControl.cs:
18400         * TreeView.cs: get rid of warnings.
18402 2004-12-17  Jackson Harper  <jackson@ximian.com>
18404         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
18406 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
18408         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
18409           CheckedListBox.cs: Implementation
18411 2004-12-17  Peter Bartok  <pbartok@novell.com>
18413         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
18415 2004-12-16  Peter Bartok  <pbartok@novell.com>
18417         * TextControl.cs:
18418           - InsertCharAtCaret(): Fixed start pos fixup
18419           - CaretLine_get: No longer derives the line from the tag, the tag
18420             could be stale if lines in the document have been added or deleted
18421           - RebalanceAfterDelete(): Fixed bug in balancing code
18422           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
18423           - Line.Streamline(): Now can also elminate leading empty tags
18424           - DumpTree(): Added a few more tests and prevented exception on
18425             uninitialized data
18426           - Added Debug section for Combining lines
18427           - Delete(): Now copies all remaining properties of a line
18428           
18429         * TextBoxBase.cs:
18430           - Left mousebutton now sets the caret (and middle button still acts
18431             as formatting tester, which must go away soon)
18432           - Added Debug section for Deleting/Combining lines
18433           - Fixed calculations for UpdateView after Combining lines
18435 2004-12-16  Peter Bartok  <pbartok@novell.com>
18437         * TextControl.cs: Now properly aligns text on a baseline, using the
18438           new XplatUI.GetFontMetrics() method. Simplified several calculations
18439         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
18440           defined
18442 2004-12-16  Peter Bartok  <pbartok@novell.com>
18444         * XplatUI.cs: Added GetFontMetrics() method
18445         * XplatUIDriver.cs: Added GetFontMetrics() abstract
18446         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
18447           into libgdiplus, our private GetFontMetrics function
18448         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
18449         * XplatUIWin32.cs: Implemented GetFontMetrics() method
18451 2004-12-16  Jackson Harper  <jackson@ximain.com>
18453         * XplatUIStruct.cs: Add enum for dead keys
18454         * X11Keyboard.cs: Map and unmap dead keys.
18456 2004-12-16  Jackson Harper  <jackson@ximian.com>
18458         * X11Keyboard.cs: Detect and use the num lock mask.
18460 2004-12-16  Peter Bartok  <pbartok@novell.com>
18462         * Control.cs (CreateGraphics): Added check to make sure the
18463           handle of the window exists before calling Graphics.FromHwnd()
18465 2004-12-16  Peter Bartok  <pbartok@novell.com>
18467         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
18468           contains a lot of code that's not supposed to be there for the
18469           real thing, but required for developing/testing the textbox
18470           backend.
18472 2004-12-16  Peter Bartok  <pbartok@novell.com>
18474         * TextControl.cs:
18475         - Fixed Streamline method
18476         - Added FindTag method to Line
18477         - Added DumpTree method for debugging
18478         - Added DecrementLines() method for deleting lines
18479         - Fixed UpdateView to update the cursor to end-of-line on single-line
18480           updates
18481         - Added PositionCaret() method
18482         - Fixed MoveCaret(LineDown) to move into the last line, too
18483         - Added InsertChar overload
18484         - Fixed InsertChar tag offset calculations
18485         - Added DeleteChar() method
18486         - Added Combine() method for folding lines
18487         - Fixed Delete() method, no longer allocates wasted Line object and
18488           now copies all properties when swapping nodes
18489         - Delete() method now updates document line counter
18491 2004-12-15  Jackson Harper  <jackson@ximian.com>
18493         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
18494         * X11Keyboard.cs: Expose the currently selected modifier keys
18495         through a property.
18497 2004-12-15  Peter Bartok  <pbartok@novell.com>
18499         * TextControl.cs: Initial check-in. Still incomplete
18501 2004-12-15  Jackson Harper  <jackson@ximian.com>
18503         * TreeNode.cs:
18504         * TreeView.cs: Fix build on csc (second time today ;-))
18506 2004-12-15  Jackson Harper  <jackson@ximian.com>
18508         * TreeView.cs: Store the treenodes plus/minus box bounds when it
18509         is calculated and use this for click testing.
18510         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
18512 2004-12-15  Jackson Harper  <jackson@ximian.com>
18514         * TreeView.cs: Pass the nodes image index to the image list when
18515         drawing that image.
18517 2004-12-15  Jackson Harper  <jackson@ximian.com>
18519         * X11Keyboard.cs: Set messages hwnd.
18520         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
18521         post_message calls.
18523 2004-12-15  Jackson Harper  <jackson@ximian.com>
18525         * X11Keyboard.cs: Fix to compile with csc.
18526         
18527 2004-12-15  Jackson Harper  <jackson@ximian.com>
18529         * X11Structs.cs: Add key mask values
18530         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
18531         * X11Keyboard.cs: New file - Extrapolates and interpolates key
18532         down/up foo into WM_CHAR foo
18533         * KeyboardLayouts.cs: Common keyboard layouts
18534         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
18535         post messages into the main queue.
18537 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
18539         * Button.cs: implement ProcessMnemonic
18540         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
18541           brushes everytime
18542         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
18543         * ButtonBase.cs: Show HotkeyPrefix (not the &)
18545 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
18546         
18547         * MonthCalendar.cs: Implemented click-hold for next/previous month
18548           and date selection
18549           
18550 2004-12-11  Peter Bartok  <pbartok@novell.com>
18552         * X11Structs.cs:
18553           - Added XKeyboardState (moved from XplatUIX11.cs)
18554           - Added XCreateGC related enums and structures
18555           - Added GXFunction for XSetFunction
18557         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
18559         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
18560           CaretVisible() calls
18562         * ToolTip.cs: Added code to prevent stealing focus from app windows
18564         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
18565           DestroyCaret, SetCaretPos and CaretVisible)
18567         * XplatUIX11.cs:
18568           - Added implementation for caret functions
18569           - Moved hover variables into a struct, to make it a bit easier
18570             on the eyes and to debug
18571           - Removed XKeyboardState (moved to XplatUIX11.cs)
18572           - Moved Keyboard properties into the properties region
18574         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
18575           call to get a graphics context for our control
18577         * XplatUIOSX.cs: Added empty overrides for the new caret functions
18579         * TreeView.cs: Fixed bug. No matter what color was set it would always
18580           return SystemColors.Window
18582         * XplatUIWin32.cs: Implemented caret overrides
18584 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
18586         * ListBox.cs: fire events, implement missing methods and properties,
18587         sorting.
18589 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
18591         * MonthCalendar.cs: invalidation bug fixing
18592         * ThemeWin32Classic.cs: paint fixing
18594 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
18596         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
18597         prepare the CGContextRef there now.
18599 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
18601         * MonthCalendar.cs:
18602           - optimisationL only invalidate areas that have changed
18603         * ThemeWin32Classic.cs:
18604           - only paint parts that intersect with clip_area
18606 2004-12-09  Peter Bartok  <pbartok@novell.com>
18608         * Application.cs: Undid changes from r37004 which cause problems
18609         on X11
18611 2004-12-09  Ravindra  <rkumar@novell.com>
18613         * ToolBar.cs: Added support for displaying ContextMenu
18614         attached to a button on ToolBar.
18615         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
18616         property.
18618 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
18620         * Label.cs: autosize works in text change and removes unnecessary
18621         invalidate
18623 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
18625         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
18626         remove warnings
18628 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
18630         * XplatUIOSX.cs: Added mouse move/click/grab support
18631         Remove some debugging WriteLines not needed anymore.
18632         Add window resizing/positioning.
18633         Fix visibility on reparenting.
18635 2004-12-08  Peter Bartok  <pbartok@novell.com>
18637         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
18639 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
18641         * XplatUIOSX.cs: Initial checkin
18642         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
18644 2004-12-03  Ravindra <rkumar@novell.com>
18646         * ListView.cs: Added some keybindings and fixed scrolling.
18647         ScrollBars listen to ValueChanged event instead of Scroll
18648         Event. This would let us take care of all changes being
18649         done in the scrollbars' values programmatically or manually.
18650         * ListView.cs (CanMultiselect): Added a check for shift key.
18651         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
18652         * ListViewItem.cs (Clone): Fixed. We need to make a copy
18653         of ListViewSubItemCollection as well.
18655 2004-12-06  Peter Bartok <pbartok@novell.com>
18657         * Control.cs (Parent): Added check and exception to prevent
18658         circular parenting
18660 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
18662         * ListBox.cs: implemented clipping, selection single and multiple,
18663         bug fixing
18665 2004-12-03  Ravindra <rkumar@novell.com>
18667         * ListView.cs (ListView_KeyDown):
18668         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
18669         when CTRL key is pressed.
18670         * ListViewItem.cs (Selected): Fixed setting the property.
18672 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
18674         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
18676         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
18677         MinimizeBox, ShowInTaskbar, TopMost properties.
18679         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
18680         will be implemented).
18682 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
18684         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
18686         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
18687         tests.
18688         
18689         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
18690         
18691         * TreeView.cs: BackColor is Colors.Window.
18693 2004-12-01  Jackson Harper  <jackson@ximian.com>
18695         * TreeView.cs: When resizing the tree if the user is making it
18696         smaller we don't get expose events, so we need to handle adding
18697         the horizontal scrollbar in the size changed handler as well as
18698         the expose handler.
18700 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
18702         * DrawItemState.cs: fixes wrong enum values
18704 2004-12-01  Jackson Harper  <jackson@ximian.com>
18706         * TreeView.cs: Resize the hbar as well as the vbar on resize.
18708 2004-12-01  Jackson Harper  <jackson@ximian.com>
18710         * NodeLabelEditEventArgs.cs:
18711         * NodeLabelEditEventHandler.cs:
18712         * OpenTreeNodeEnumerator.cs:
18713         * TreeNode.cs:
18714         * TreeNodeCollection.cs:
18715         * TreeView.cs:
18716         * TreeViewAction.cs:
18717         * TreeViewCancelEventArgs.cs:
18718         * TreeViewCancelEventHandler.cs:
18719         * TreeViewEventArgs.cs:
18720         * TreeViewEventHandler.cs: Initial implementation.
18722 2004-12-01  Ravindra <rkumar@novell.com>
18724         * ListView.cs (CalculateListView): Fixed scrolling related
18725         calculations. Also, removed some debug statements from other
18726         places.
18727         * ListViewItem.cs: Changed access to 'selected' instance variable
18728         from private to internal.
18729         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
18731 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
18733         * ThemeWin32Classic.cs: remove cache of brush and pens for
18734         specific controls and use the global system, fixes scrollbutton
18735         bugs (for small sizes, disabled, etc)
18736         
18737         * ScrollBar.cs: does not show the thumb for very small controls
18738         (as MS) and allow smaller buttons that the regular size
18740 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
18742         * UpDownBase.cs: Add abstract methods for the interface.
18743         Add new virtual methods (need to be hooked up to TextEntry when it
18744         exists).
18745         Add override methods for most features.
18746         Computes the size, forces the height of the text entry.
18748         * NumericUpDown.cs: Put here the current testing code.
18750         * Set eol-style property on all files that do not have mixed line
18751         endings, to minimize the future problems.  There are still a few
18752         files with mixed endings, and someone should choose whether they
18753         want to move it or not.
18755 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
18757         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
18758         System.Colors
18759         
18760 2004-11-30  Ravindra <rkumar@novell.com>
18762         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
18763         drawing and replaced use of SystemColors by theme colors.
18764         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
18765         * ListView.cs (ListViewItemCollection.Add): Throw exception when
18766         same ListViewItem is being added more than once.
18768 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
18770         * MonthCalendar.cs:
18771           - ControlStyles love to make the control not flicker
18772           
18773 2004-11-30  Peter Bartok  <pbartok@novell.com>
18775         * CharacterCasing.cs: Added
18777 2004-11-29  Peter Bartok  <pbartok@novell.com>
18779         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18780           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
18781           I am removing these files as they conflict with already completed
18782           work. While it is fantastic to get contributions to MWF, I
18783           respectfully ask that everyone please coordinate their contributions
18784           through mono-winforms-list or #mono-winforms at this time. We're
18785           explicitly avoiding stubbing and don't want controls that don't have
18786           their basic functionality implemented in svn. Please also see
18787           http://www.mono-project.com/contributing/winforms.html
18790 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
18792         * Application.cs (ModalRun): Don't hang after exit.
18794         * Theme.cs: New TreeViewDefaultSize property.
18796         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
18797         with less hardcoded SystemColors constant.
18798         Implemented TreeViewDefaultSize.
18800         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18801         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
18804 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
18806         * MonthCalendar.cs:
18807           - Fix NextMonthDate and PrevMonthDate click moving calendar
18809 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18811         * MonthCalendar.cs:
18812           - Fix usage of ScrollChange Property when scrolling months
18814 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
18816         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
18817          - Fixes menu destroying
18818          - Support adding and removing items on already created menus
18820 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18822         * MonthCalendar.cs:
18823           - Re-worked all bolded dates handling to match win32
18824         * ThemeWin32Classic.cs:
18825           - Fixed rendering with bolded dates
18827 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18829         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18830         - Horizontal scroolbar
18831         - Multicolumn
18832         - Fixes
18835 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18837         * MonthCalendar.cs:
18838           - Fix Usage of MaxSelectionCount from SelectionRange
18839           - Fixed Shift + Cursor Selection
18840           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18841           - Fixed normal cursor selection to be compat with win32
18842           - Fixed Shift + Mouse Click selection
18844 2004-11-24  Peter Bartok <pbartok@novell.com>
18846         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18847         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18848         * XplatUIX11.cs:
18849           - CreatedKeyBoardMsg now updates keystate with Alt key
18850           - Added workaround for timer crash to CheckTimers, Jackson will
18851             develop a proper fix and check in later
18852           - Implemented DispatchMessage
18853           - Removed calling the native window proc from GetMessage (call
18854             now moved to DispatchMessage)
18856         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18857           the keydata (Fixes bug #69831)
18859         * XplatUIWin32.cs:
18860           - (DispatchMessage): Switched to return IntPtr
18861           - Added DllImport for SetFocus
18863 2004-11-24  Ravindra <rkumar@novell.com>
18865         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18866         background drawing.
18867         * ListViewItem.cs: Fixed various properties, calculations
18868         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18869         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18870         and some internal properties. Fixed MouseDown handler and Paint
18871         method.
18873 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18875         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18877 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18879         * ContainerControl.cs: correct accidental check in of local changes
18881 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18883         * ThemeWin32Classic.cs:
18884                 - Fixed Drawing Last month in grid (sometimes not showing)
18885         * MonthCalendar.cs:
18886                 - Fixed title width calculation bug (makeing title small)
18888 2004-11-23  Peter Bartok <pbartok@novell.com>
18890         * XplatUIX11.cs:
18891           - Added generation of WM_MOUSEHOVER event
18892           - Added missing assignment of async_method atom
18893           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18895 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18897         * ThemeWin32Classic.cs:
18898                 - Fixed Drawing of today circle when showtodaycircle not set
18899                 - fixed drawing of first and last month in the grid (gay dates)
18900         * MonthCalendar.cs:
18901                 - Fixed Drawing of today circle
18902                 - Fixed drawing of grady dates
18903                 - Fixed HitTest for today link when ShowToday set to false
18904                 - Fixed DefaultSize to obey ShowToday
18906 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18908         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18909         * System.Windows.Forms/Theme.cs
18910         * MonthCalendar.cs: added for MonthCalendar
18911         * SelectionRange.cs: added for MonthCalendar
18912         * Day.cs: added for MonthCalendar: added for MonthCalendar
18913         * DateRangeEventArgs.cs: added for MonthCalendar
18914         * DateRangeEventHandler.cs: added for MonthCalendar
18916 2004-11-22  Ravindra <rkumar@novell.com>
18918         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18919         property.
18921 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18923         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18924         event handler.
18925         
18926         * NumericUpDown.cs: Added new implementation.
18927         * UpDownBase.cs: Added new implementation.
18929         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18930         implementations.
18931         
18932         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18933         implementations.
18935         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18936         methods.
18938 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18940         * Timer.cs  (Dispose): Should call the base dispose when
18941         overriding.
18943 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18945         * ScrollBar.cs: updates thumb position when max, min or increment
18946         is changed
18948 2004-11-21  Ravindra <rkumar@novell.com>
18950         * ListView.cs: Implemented item selection, activation and
18951         column header style. Fixed properties to do a redraw, if
18952         required. Added support for MouseHover, DoubleClick, KeyDown
18953         and KeyUp event handling and some minor fixes.
18954         * ListViewItem.cs: Fixed constructor.
18955         * ThemeWin32Classic.cs: Improved drawing for ListView.
18957 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18959         * ThemeWin32Classic.cs: initial listbox drawing code
18960         * DrawMode.cs: new enumerator
18961         * ListControl.cs: stubbed class
18962         * ListBox.cs: initial implementation
18963         * Theme.cs: new methods definitions
18964         * SelectionMode.cs: new enumerator
18966 2004-11-17  Peter Bartok  <pbartok@novell.com>
18968         * XplatUIWin32.cs: Added double-click events to the class style
18969         * Control.cs (WndProc):
18970           - Added handling of click-count to MouseDown/ MouseUp events.
18971           - Added handling of middle and right mouse buttons
18972           - Removed old debug code
18974 2004-11-17  Jackson Harper  <jackson@ximian.com>
18976         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18978 2004-11-17  Ravindra <rkumar@novell.com>
18980         * ListView.cs: Added event handling for MouseMove/Up/Down.
18981         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18982         * ThemeWin32Classic.cs: We need to clear the graphics context and
18983         draw column header in a proper state.
18986 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18988         *  Menu.cs: fixes signature
18990 2004-11-16  Peter Bartok  <pbartok@novell.com>
18992         * XplatUIX11.cs (GetMessage): Implemented generation of
18993           double click mouse messages
18995 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18997         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18998         not by menu
19000 2004-11-11  Peter Bartok  <pbartok@novell.com>
19002         * HandleData.cs: Added Visible property
19003         * XplatUIX11.cs (IsVisible): Now uses Visible property from
19004           HandleData
19005         * XplatUIX11.cs: Removed old debug leftovers
19006         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
19007         * Control.cs (WndProc): Removed old debug leftovers,
19008           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
19009           needed WM_SIZE handling
19011 2004-11-11  Jackson Harper  <jackson@ximian.com>
19013         * OwnerDrawPropertyBag.cs:
19014         * TreeViewImageIndexConverter.cs: Initial implementation
19016 2004-11-10  Jackson Harper  <jackson@ximian.com>
19018         * ThemeWin32Classic.cs:
19019         * TabControl.cs: instead of moving tabs by the slider pos just
19020         start drawing at the tab that is offset by the slider. This way
19021         scrolling always moves by exactly one tab.
19023 2004-11-10  Jackson Harper  <jackson@ximian.com>
19025         * TabControl.cs: You can only scroll left when the slider has
19026         already ben moved right.
19027         
19028 2004-11-10  Jackson Harper  <jackson@ximian.com>
19030         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
19031         the clip area.
19032         
19033 2004-11-10  Jackson Harper  <jackson@ximian.com>
19035         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
19036         clip area.
19037         
19038 2004-11-09  Jackson Harper  <jackson@ximian.com>
19040         * TabControl.cs (CalcXPos): New helper method so we can determine
19041         the proper place to start drawing vertical tabs.
19042         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
19043         
19044 2004-11-09  Jackson Harper  <jackson@ximian.com>
19046         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
19047         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
19048         and Bottom, left and right are illegal values for this and
19049         multiline is enabled when the alignment is set to left or right.
19050         (DrawTab): Each alignment block should draw the text itself now
19051         because Left requires special love. Also add rendering for Left
19052         aligned tabs.
19053         
19054 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
19056         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
19057         does not destroy the windows, removes debugging messages
19059 2004-11-09  jba  <jba-mono@optusnet.com.au>
19061         * ThemeWin32Classic.cs
19062         (DrawButtonBase): Fix verticle text rect clipping in windows
19063         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
19064         rendering and incorrect text rect clipping
19065         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
19066         rendering and incorrect text rect clipping
19067         
19068 2004-11-08  Jackson Harper  <jackson@ximian.com>
19070         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
19071         bottom when they are bottom aligned so the bottoms of the tabs get
19072         displayed.
19073         * TabControl.cs (DropRow): Move rows up instead of down when the
19074         tab control is bottom aligned.
19076 2004-11-08 13:59  pbartok
19078         * XplatUIX11.cs:
19079           - Added handling for various window styles
19080           - Added handling for popup windows
19081           - Added SetTopmost handling
19083 2004-11-08 13:55  pbartok
19085         * XplatUIWin32.cs:
19086           - Added argument to SetTopmost method
19087           - Fixed broken ClientToScreen function
19089 2004-11-08 13:53  pbartok
19091         * XplatUIStructs.cs:
19092           - Added missing WS_EX styles
19094 2004-11-08 13:53  pbartok
19096         * XplatUI.cs, XplatUIDriver.cs:
19097           - Added argument to SetTopmost
19099 2004-11-08 13:52  pbartok
19101         * X11Structs.cs:
19102           - Added XSetWindowAttributes structure
19103           - Improved XWindowAttributes structure
19104           - Added SetWindowValuemask enum
19105           - Added window creation arguments enum
19106           - Added gravity enum
19107           - Added Motif hints structure
19108           - Added various Motif flags and enums
19109           - Added PropertyMode enum for property functions
19111 2004-11-08 13:50  pbartok
19113         * Form.cs:
19114           - Fixed arguments for updated SetTopmost method
19116 2004-11-08 13:49  pbartok
19118         * ToolTip.cs:
19119           - Fixed arguments for updated SetTopmost function
19120           - Fixed usage of PointToClient
19122 2004-11-08 13:44  pbartok
19124         * MenuAPI.cs:
19125           - Added Clipping of children and siblings
19127 2004-11-08 13:41  pbartok
19129         * MainMenu.cs:
19130           - Removed SetMenuBarWindow call. We do this in Form.cs
19132 2004-11-08 13:40  jackson
19134         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
19135           scrolling jimmi in the correct location with bottom aligned tabs
19137 2004-11-08 13:36  pbartok
19139         * ContainerControl.cs:
19140           - Implemented BindingContext
19141           - Implemented ParentForm
19143 2004-11-08 12:46  jackson
19145         * TabControl.cs: Put bottom rendered tabs in the right location
19147 2004-11-08 07:15  jordi
19149         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
19150           removes dead code
19152 2004-11-05 17:30  jackson
19154         * TabControl.cs: When selected tabs are expanded make sure they
19155           don't go beyond the edges of the tab control
19157 2004-11-05 14:57  jackson
19159         * TabControl.cs: Reset show_slider so if the control is resized to
19160           a size where it is no longer needed it's not displayed anymore
19162 2004-11-05 13:16  jackson
19164         * TabControl.cs: Make tab pages non visible when added to the
19165           control
19167 2004-11-05 12:42  jackson
19169         * TabControl.cs: Implement SizeMode.FillToRight
19171 2004-11-05 12:16  jackson
19173         * Control.cs: Do not call CreateHandle if the handle is already
19174           created
19176 2004-11-05 11:46  jackson
19178         * TabControl.cs: Remove superflous call to CalcTabRows
19180 2004-11-05 09:07  jackson
19182         * XplatUIX11.cs: Update for Mono.Posix changes
19184 2004-11-05 07:00  ravindra
19186         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
19187           scrolling.
19189 2004-11-04 22:47  jba
19191         * ThemeWin32Classic.cs:
19192           - Fix Button rendering for FlatStyle = Flat or Popup
19193           - Fix RadioButton and CheckBox rendering when Appearance = Button
19194             (normal and flatstyle).
19195           - Correct outer rectangle color when drawing focus rectangle
19196           - Adjust button bounds to be 1 px smaller when focused
19197           - Make button not draw sunken 3d border when pushed (windows compat)
19198           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
19199           - Offset the text in RadioButton and Checkbox when being rendered as
19200           a button.
19201           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
19202           radiobuttons
19203           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
19204           - Fixed disabled text rendering for normally rendered radiobuttons
19206 2004-11-04 10:26  jackson
19208         * TabControl.cs: Recalculate tab rows when resizing
19210 2004-11-04 07:47  jordi
19212         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
19213           collection completion, drawing issues, missing features
19215 2004-11-04 05:03  ravindra
19217         * ScrollBar.cs:
19218                 - We need to recalculate the Thumb area when
19219                 LargeChange/maximum/minimum values are changed.
19220           - We set the 'pos' in UpdatePos() method to minimum, if it's less
19221                 than minimum. This is required to handle the case if large_change is
19222                 more than max, and use LargeChange property instead of large_change
19223                 variable.
19224           - We return max+1 when large_change is more than max, like MS does.
19226 2004-11-04 04:29  ravindra
19228         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
19229                 - Changed default value signatures (prefixed all with ListView).
19230                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
19231                 ListView.
19232           - Fixed calculations for ListViewItem and implemented Clone()
19233           method.
19235 2004-11-04 04:26  ravindra
19237         * Theme.cs, ThemeWin32Classic.cs:
19238                 - Changed default ListView values signatures (prefixed all with
19239                 ListView).
19240           - Fixed default size values for VScrollBar and HScrollBar.
19241                 - Fixed DrawListViewItem method.
19243 2004-11-04 04:05  ravindra
19245         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
19247 2004-11-04 04:04  ravindra
19249         * ImageList.cs: Implemented the missing overload for Draw method.
19251 2004-11-03 19:29  jackson
19253         * TabControl.cs: Handle dropping rows on selection properly
19255 2004-11-03 11:59  jackson
19257         * TabControl.cs: remove debug code
19259 2004-11-03 11:52  jackson
19261         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
19262           the scrolly widgerywoo
19264 2004-11-02 13:52  jackson
19266         * TabControl.cs: Resize the tab pages and tabs when the tab control
19267           is resized
19269 2004-11-02 13:40  jackson
19271         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
19272           selected tab to the bottom
19274 2004-11-02 13:39  jackson
19276         * TabPage.cs: Store the tab pages row
19278 2004-11-02 12:33  jordi
19280         * MenuItem.cs: fixes handle creation
19282 2004-11-02 11:42  jackson
19284         * TabControl.cs: signature fix
19286 2004-11-02 08:56  jackson
19288         * TabControl.cs: Calculate whether the tab is on an edge properly.
19289           Remove top secret debugging code
19291 2004-11-01 19:57  jackson
19293         * TabControl.cs: Add click handling, and proper sizing
19295 2004-11-01 19:47  jackson
19297         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
19298           tab controls
19300 2004-11-01 19:39  jackson
19302         * TabPage.cs: add internal property to store the bounds of a tab
19303           page
19305 2004-10-30 04:23  ravindra
19307         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
19308           values.
19310 2004-10-30 04:21  ravindra
19312         * ListView.cs, ListViewItem.cs: Added support for scrolling and
19313           fixed calculations.
19315 2004-10-30 03:06  pbartok
19317         * XplatUIX11.cs:
19318           - Removed extension of DllImported libs
19320 2004-10-29 09:55  jordi
19322         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
19323           navigation, itemcollection completion, menu fixes
19325 2004-10-27 22:58  pbartok
19327         * XplatUIX11.cs:
19328           - Now throws a nice error message when no X display could be opened
19330 2004-10-26 13:51  jordi
19332         * ListView.cs: removes warning
19334 2004-10-26 03:55  ravindra
19336         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
19337           ThemeWin32Classic.cs: Some formatting for my last checkins.
19339 2004-10-26 03:36  ravindra
19341         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
19342           control and default values.
19344 2004-10-26 03:35  ravindra
19346         * Theme.cs: Added some default values for ListView control.
19348 2004-10-26 03:33  ravindra
19350         * ToolBar.cs: ToolBar should use the user specified button size, if
19351           there is any. Added a size_specified flag for the same.
19353 2004-10-26 03:33  ravindra
19355         * ColumnHeader.cs: Added some internal members and calculations for
19356           ColumnHeader.
19358 2004-10-26 03:32  ravindra
19360         * ListViewItem.cs: Calculations for ListViewItem.
19362 2004-10-26 03:31  ravindra
19364         * ListView.cs: Added some internal members and calculations for
19365           ListView.
19367 2004-10-22 13:31  jordi
19369         * MenuAPI.cs: speedup menus drawing
19371 2004-10-22 13:16  jackson
19373         * XplatUIX11.cs: Make sure to update exposed regions when adding an
19374           expose event
19376 2004-10-22 11:49  jackson
19378         * Control.cs: oops
19380 2004-10-22 11:41  jackson
19382         * Control.cs: Check to see if the window should have its background
19383           repainted by X when drawing.
19385 2004-10-22 11:31  jackson
19387         * XplatUIX11.cs: When invalidating areas only use XClearArea if
19388           clear is true, this way we do not get flicker from X repainting the
19389           background
19391 2004-10-22 11:28  jackson
19393         * XEventQueue.cs: Queue properly
19395 2004-10-21 09:38  jackson
19397         * XEventQueue.cs: Fix access modifier
19399 2004-10-21 09:36  jackson
19401         * XEventQueue.cs: Don't loose messages
19403 2004-10-21 09:22  jackson
19405         * XEventQueue.cs: Don't loose messages
19407 2004-10-20 04:15  jordi
19409         * BootMode.cs: enum need it by SystemInfo
19411 2004-10-19 21:58  pbartok
19413         * XplatUIWin32.cs:
19414           - Small sanity check
19416 2004-10-19 21:56  pbartok
19418         * Form.cs:
19419           - Added private FormParentWindow class which acts as the container
19420             for our form and as the non-client area where menus are drawn
19421           - Added/Moved required tie-ins to Jordi's menus
19422           - Fixed/Implemented the FormStartPosition functionality
19424 2004-10-19 21:52  pbartok
19426         * Control.cs:
19427           - Removed unneeded locals
19428           - Added code to all size and location properties to understand and
19429             deal with the parent container of Form
19431 2004-10-19 21:33  pbartok
19433         * Application.cs:
19434           - Fixed to deal with new Form subclasses for menus
19436 2004-10-19 17:48  jackson
19438         * XEventQueue.cs: commit correct version of file
19440 2004-10-19 16:50  jackson
19442         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
19444 2004-10-19 16:15  jordi
19446         * MenuAPI.cs: MenuBarCalcSize returns the height
19448 2004-10-19 08:31  pbartok
19450         * Control.cs:
19451           - Added missing call to PreProcessMessage before calling OnXXXKey
19452           methods
19454 2004-10-19 00:04  ravindra
19456         * ToolTip.cs: Fixed constructor.
19458 2004-10-18 09:31  jordi
19460         * MenuAPI.cs: menuitems in menubars do not have shortcuts
19462 2004-10-18 09:26  jordi
19464         * MenuItem.cs: fixes MenuItem class signature
19466 2004-10-18 08:56  jordi
19468         * MenuAPI.cs: prevents windows from showing in the taskbar
19470 2004-10-18 00:28  ravindra
19472         * ToolTip.cs: Suppressed a warning message.
19474 2004-10-18 00:27  ravindra
19476         * Control.cs: Default value of visible property must be true.
19478 2004-10-17 23:19  pbartok
19480         * ToolTip.cs:
19481           - Complete implementation
19483 2004-10-17 23:19  pbartok
19485         * XplatUIX11.cs:
19486           - Added EnableWindow method
19487           - Added SetModal stub
19488           - Added generation of WM_ACTIVATE message (still needs testing)
19489           - Added SetTopMost stub
19490           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
19492 2004-10-17 23:17  pbartok
19494         * XplatUIWin32.cs:
19495           - Removed VirtualKeys to XplatUIStructs
19496           - Implemented SetTopMost method
19497           - Implemented EnableWindow method
19498           - Bugfix in ScreenToClient()
19499           - Bugfixes in ClientToScreen()
19501 2004-10-17 22:51  pbartok
19503         * XplatUIStructs.cs:
19504           - Added WS_EX styles to WindowStyles enumeration
19506 2004-10-17 22:50  pbartok
19508         * XplatUI.cs, XplatUIDriver.cs:
19509           - Added method for enabling/disabling windows
19510           - Added method for setting window modality
19511           - Added method for setting topmost window
19513 2004-10-17 22:49  pbartok
19515         * ThemeWin32Classic.cs:
19516           - Added ToolTip drawing code
19518 2004-10-17 22:49  pbartok
19520         * Theme.cs:
19521           - Added ToolTip abstracts
19523 2004-10-17 22:47  pbartok
19525         * Form.cs:
19526           - Fixed Form.ControlCollection to handle owner relations
19527           - Added Owner/OwnedForms handling
19528           - Implemented Z-Ordering for owned forms
19529           - Removed unneeded private overload of ShowDialog
19530           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
19531             so I hope)
19532           - Fixed Close(), had wrong default
19533           - Added firing of OnLoad event
19534           - Added some commented out debug code for Ownership handling
19536 2004-10-17 22:16  pbartok
19538         * Control.cs:
19539           - Fixed/implemented flat list of controls
19541 2004-10-17 22:14  pbartok
19543         * Application.cs:
19544           - Added code to simulate modal dialogs on Win32
19546 2004-10-17 16:11  jordi
19548         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
19549           mouse event
19551 2004-10-17 13:39  jordi
19553         * MenuAPI.cs: menu drawing fixes
19555 2004-10-15 09:10  ravindra
19557         * StructFormat.cs: General Enum.
19559 2004-10-15 09:09  ravindra
19561         * SizeGripStyle.cs: Enum for Form.
19563 2004-10-15 09:08  ravindra
19565         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
19566           in Theme for ListView.
19568 2004-10-15 09:06  ravindra
19570         * ColumnHeader.cs: Flushing some formatting changes.
19572 2004-10-15 09:05  ravindra
19574         * ListViewItem.cs: Implemented GetBounds method and fixed coding
19575           style.
19577 2004-10-15 09:03  ravindra
19579         * ListView.cs: Implemented Paint method and fixed coding style.
19581 2004-10-15 07:34  jordi
19583         * MenuAPI.cs: fix for X11
19585 2004-10-15 07:32  ravindra
19587         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
19588                 - Renamed Paint() method to Draw() for clarity. Also, moved
19589                 DrawImage() to OnPaint().
19591 2004-10-15 07:25  ravindra
19593         * CheckBox.cs, RadioButton.cs:
19594                 - Removed Redraw (), we get it from ButtonBase.
19595                 - Implemented Paint (), to do class specific painting.
19597 2004-10-15 07:16  ravindra
19599         * ButtonBase.cs:
19600                 - Redraw () is not virtual now.
19601                 - Added an internal virtual method Paint (), so that
19602                 derived classes can do their painting on their own.
19603                 - Modified OnPaint () to call Paint ().
19605 2004-10-15 06:43  jordi
19607         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
19608           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
19610 2004-10-15 00:30  ravindra
19612         * MessageBox.cs:
19613                 - MessageBox on windows does not have min/max buttons.
19614                 This change in CreateParams fixes this on Windows. We
19615                 still need to implement this windowstyle behavior in
19616                 our X11 driver.
19618 2004-10-14 05:14  ravindra
19620         * ToolBar.cs:
19621                 - Changed Redraw () to do a Refresh () always.
19622                 - Fixed the MouseMove event handling when mouse is pressed,
19623                 ie drag event handling.
19624                 - Replaced the usage of ToolBarButton.Pressed property to
19625                 ToolBarButton.pressed internal variable.
19627 2004-10-14 05:10  ravindra
19629         * ToolBarButton.cs:
19630                 - Added an internal member 'inside' to handle mouse move
19631                 with mouse pressed ie mouse drag event.
19632                 - Changed 'Pressed' property to return true only when
19633                 'inside' and 'pressed' are both true.
19634                 - Some coding style love.
19636 2004-10-14 00:17  ravindra
19638         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
19639           public method.
19641 2004-10-14 00:15  ravindra
19643         * ButtonBase.cs: Redraw () related improvements.
19645 2004-10-14 00:14  ravindra
19647         * MessageBox.cs: Moved InitFormSize () out of Paint method and
19648           removed unnecessary calls to Button.Show () method.
19650 2004-10-13 17:50  pbartok
19652         * XplatUIX11.cs:
19653           - Formatting fix
19654           - Removed destroying of window until we solve the problem of X
19655             destroying the window before us on shutdown
19657 2004-10-13 16:32  pbartok
19659         * ButtonBase.cs:
19660           - Now Redraws on MouseUp for FlatStyle Flat and Popup
19662 2004-10-13 14:18  pbartok
19664         * XplatUIX11.cs:
19665           - Added code to destroy the X window
19667 2004-10-13 14:18  pbartok
19669         * XplatUIWin32.cs:
19670           - Added code to destroy a window
19672 2004-10-13 14:12  pbartok
19674         * ButtonBase.cs:
19675           - Added the Redraw on Resize that got dropped in the last rev
19677 2004-10-13 09:06  pbartok
19679         * ThemeWin32Classic.cs:
19680           - Path from John BouAntoun:
19681             * Fix check rendering (centre correctly for normal style, offset
19682               correctly for FlatStyle).
19683             * Fix border color usage (use backcolor) for FlatStyle.Popup
19684             * Use checkbox.Capture instead of checkbox.is_pressed when
19685               rendering flatstyle states.
19687 2004-10-12 21:48  pbartok
19689         * ThemeWin32Classic.cs:
19690           - Removed all occurences of SystemColors and replaced them with the
19691             matching theme color
19693 2004-10-12 21:41  pbartok
19695         * ThemeWin32Classic.cs:
19696           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
19697             him using the function for flatstyle drawing
19698           - Changed functions to use the new version of CPDrawBorder3D
19700 2004-10-12 21:15  pbartok
19702         * ControlPaint.cs:
19703           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
19704             match MS documentation. They need to return defined colors if the
19705             passed color matches the configured control color. Thanks to John
19706             BouAntoun for pointing this out.
19708 2004-10-12 20:57  pbartok
19710         * Control.cs:
19711           - Fix from John BouAntoun: Raise ForeColorChanged event when text
19712             color is changed
19714 2004-10-12 20:46  pbartok
19716         * CheckBox.cs:
19717           - Fix from John BouAntoun: Now properly sets the Appearance property
19719 2004-10-12 20:45  pbartok
19721         * ThemeWin32Classic.cs:
19722           - Fixes from John BouAntoun: now handles forecolors and backcolors
19723             for flatstyle rendered controls much better; It also fixes normal
19724             checkbox rendering when pushed or disabled.
19726 2004-10-08 02:50  jordi
19728         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
19729           work
19731 2004-10-07 08:56  jordi
19733         * ThemeWin32Classic.cs: Removes deletion of cached brushes
19735 2004-10-06 03:59  jordi
19737         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
19738           XplatUIWin32.cs: removes warnings from compilation
19740 2004-10-05 12:23  jackson
19742         * RadioButton.cs: Fix ctor
19744 2004-10-05 11:10  pbartok
19746         * MessageBox.cs:
19747           - Partial implementation by Benjamin Dasnois
19749 2004-10-05 10:15  jackson
19751         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
19752           by John BouAntoun
19754 2004-10-05 03:07  ravindra
19756         * ToolBar.cs:
19757                 - Removed a private method, Draw ().
19758                 - Fixed the ButtonDropDown event handling.
19759                 - Fixed MouseMove event handling.
19761 2004-10-05 03:04  ravindra
19763         * ThemeWin32Classic.cs:
19764                 - Added DrawListView method and ListViewDefaultSize property.
19765                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
19766                 - Changed DOS style CRLF to Unix format (dos2unix).
19768 2004-10-05 03:03  ravindra
19770         * Theme.cs:
19771                 - Added DrawListView method and ListViewDefaultSize property.
19773 2004-10-05 02:42  ravindra
19775         * ToolBarButton.cs: Added an internal member dd_pressed to handle
19776           clicks on DropDown arrow.
19778 2004-10-04 22:56  jackson
19780         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
19781           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
19782           Control handle the buffers, derived classes should not have to
19783           CreateBuffers themselves.
19785 2004-10-04 21:20  jackson
19787         * StatusBar.cs: The control handles resizing the buffers now.
19789 2004-10-04 21:18  jackson
19791         * Control.cs: When resizing the buffers should be invalidated. This
19792           should be handled in Control not in derived classes.
19794 2004-10-04 14:45  jackson
19796         * TabPage.cs: oops
19798 2004-10-04 02:14  pbartok
19800         * LeftRightAlignment.cs:
19801           - Initial check-in
19803 2004-10-04 01:09  jordi
19805         * ThemeWin32Classic.cs: fixes right button position causing right
19806           button not showing on horizontal scrollbars
19808 2004-10-02 13:12  pbartok
19810         * XplatUIX11.cs:
19811           - Simplified the Invalidate method by using an X call instead of
19812             generating the expose ourselves
19813           - Added an expose when the window background is changed
19814           - Implemented ClientToScreen method
19816 2004-10-02 13:08  pbartok
19818         * XplatUIWin32.cs:
19819           - Added Win32EnableWindow method (test for implementing modal
19820           dialogs)
19821           - Added ClientToScreen method and imports
19823 2004-10-02 13:07  pbartok
19825         * XplatUI.cs, XplatUIDriver.cs:
19826           - Added ClientToScreen coordinate translation method
19828 2004-10-02 13:06  pbartok
19830         * KeyPressEventArgs.cs:
19831           - Fixed access level for constructor
19833 2004-10-02 13:06  pbartok
19835         * NativeWindow.cs:
19836           - Changed access level for the window_collection hash table
19838 2004-10-02 13:05  pbartok
19840         * Form.cs:
19841           - Added KeyPreview property
19842           - Added Menu property (still incomplete, pending Jordi's menu work)
19843           - Implemented ProcessCmdKey
19844           - Implemented ProcessDialogKey
19845           - Implemented ProcessKeyPreview
19847 2004-10-02 13:02  pbartok
19849         * Control.cs:
19850           - Added private method to get the Control object from the window
19851           handle
19852           - Implemented ContextMenu property
19853           - Implemented PointToScreen
19854           - Implemented PreProcessMessage
19855           - Implemented IsInputChar
19856           - Implemented IsInputKey
19857           - Implemented ProcessCmdKey
19858           - Completed ProcessKeyEventArgs
19859           - Fixed message loop to call the proper chain of functions on key
19860           events
19861           - Implemented ProcessDialogChar
19862           - Implemented ProcessDialogKey
19863           - Implemented ProcessKeyMessage
19864           - Implemented ProcessKeyPreview
19865           - Added RaiseDragEvent stub (MS internal method)
19866           - Added RaiseKeyEvent stub (MS internal method)
19867           - Added RaiseMouseEvent stub (MS Internal method)
19868           - Added RaisePaintEvent stub (MS Internal method)
19869           - Added ResetMouseEventArgs stub (MS Internal method)
19870           - Implemented RtlTranslateAlignment
19871           - Implemented RtlTranslateContent
19872           - Implemented RtlTranslateHorizontal
19873           - Implemented RtlTranslateLeftRight
19874           - Added generation of KeyPress event
19876 2004-10-02 05:57  ravindra
19878         * ListViewItem.cs: Added attributes.
19880 2004-10-02 05:32  ravindra
19882         * ListView.cs: Added attributes.
19884 2004-10-01 11:53  jackson
19886         * Form.cs: Implement the Close method so work on MessageBox can
19887           continue.
19889 2004-09-30 14:06  pbartok
19891         * XplatUIX11.cs:
19892           - Bug fixes
19894 2004-09-30 11:34  jackson
19896         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19898 2004-09-30 07:26  ravindra
19900         * ListViewItemConverter.cs: Converter for ListViewItem.
19902 2004-09-30 07:26  ravindra
19904         * SortOrder.cs: Enum for ListView control.
19906 2004-09-30 07:25  ravindra
19908         * ColumnHeader.cs: Supporting class for ListView control.
19910 2004-09-30 07:24  ravindra
19912         * ListView.cs, ListViewItem.cs: Initial implementation.
19914 2004-09-30 07:20  ravindra
19916         * ItemActivation.cs: Enum for ListView Control.
19918 2004-09-29 20:29  pbartok
19920         * XplatUIX11.cs:
19921           - Added lookup of pixel value for background color; tries to get a
19922             color 'close' to the requested color, it avoids having to create a
19923             colormap.  Depending on the display this could mean the used color
19924             is slightly off the desired color. Might have to change it to a more
19925             resource intensive colormap approach, but it will work as a
19926           workaround to avoid red screens.
19928 2004-09-29 14:27  jackson
19930         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19932 2004-09-28 12:44  pbartok
19934         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19935           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19936           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19937           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19938           TrackBar.cs, VScrollBar.cs:
19939           - Streamlined Theme interfaces:
19940             * Each DrawXXX method for a control now is passed the object for
19941               the control to be drawn in order to allow accessing any state the
19942               theme might require
19944             * ControlPaint methods for the theme now have a CP prefix to avoid
19945               name clashes with the Draw methods for controls
19947             * Every control now retrieves it's DefaultSize from the current
19948             theme
19950 2004-09-28 12:17  jackson
19952         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19953           drawing
19955 2004-09-24 14:57  jackson
19957         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19958           Gives us a nice little performance boost.
19960 2004-09-24 12:02  jackson
19962         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19963           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19964           Control and supporting classes. Initial checkin
19966 2004-09-23 13:08  jackson
19968         * Form.cs: Temp build fixage
19970 2004-09-23 01:39  ravindra
19972         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19973           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19974           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19975           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19976           EventHandlers needed by ListView Control.
19978 2004-09-22 14:12  pbartok
19980         * ScrollableControl.cs:
19981           - Implemented DockPadding property
19982           - Implemented AutoScroll property
19983           - Implemented AutoScrollMargin property
19984           - Implemented AutoScrollMinSize property
19985           - Implemented AutoScrollPosition property
19986           - Implemented DisplayRectangle property (still incomplete)
19987           - Implemented CreateParams property
19988           - Implemented HScroll property
19989           - Implemented VScroll property
19990           - Implemented OnVisibleChanged property
19992 2004-09-22 14:09  pbartok
19994         * Form.cs:
19995           - Added Form.ControllCollection class
19996           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19997             RemoveOwnedForm (still incomplete, missing on-top and common
19998             minimize/maximize behaviour)
19999           - Added StartPosition property (still incomplete, does not use when
20000             creating the form)
20001           - Added ShowDialog() methods (still incomplete, missing forcing the
20002             dialog modal)
20004 2004-09-22 14:05  pbartok
20006         * Application.cs:
20007           - Added message loop for modal dialogs
20009 2004-09-22 14:02  pbartok
20011         * GroupBox.cs:
20012           - Fixed wrong types for events
20014 2004-09-22 14:00  pbartok
20016         * Shortcut.cs, FormWindowState.cs:
20017           - Fixed wrong values
20019 2004-09-22 12:01  jackson
20021         * Control.cs: Text is never null
20023 2004-09-20 22:14  pbartok
20025         * XplatUIWin32.cs:
20026           - Fixed accessibility level for Idle handler
20028 2004-09-20 18:54  jackson
20030         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20031           XplatUIX11.cs: New message loop that uses poll so we don't get a
20032           busy loop
20034 2004-09-17 10:43  pbartok
20036         * ScrollBar.cs:
20037           - Fixed behaviour of arrow buttons. Now properly behaves like
20038             Buttons (and like Microsoft's scrollbar arrow buttons)
20040 2004-09-17 10:14  pbartok
20042         * ScrollBar.cs:
20043           - Added missing release of keyboard/mouse capture
20045 2004-09-17 06:18  jordi
20047         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
20048           Theme.cs: Very early menu support
20050 2004-09-16 17:45  pbartok
20052         * XplatUIWin32.cs:
20053           - Fixed sending a window to the front
20054           - Added overload for SetWindowPos to avoid casting
20056 2004-09-16 17:44  pbartok
20058         * Control.cs:
20059           - Added SendToBack and BringToFront methods
20061 2004-09-16 07:00  ravindra
20063         * Copyright: Added Novell URL.
20065 2004-09-16 07:00  ravindra
20067         * ToolBar.cs: Invalidate should be done before redrawing.
20069 2004-09-15 21:19  ravindra
20071         * ColumnHeaderStyle.cs: Enum for ListView Control.
20073 2004-09-15 21:18  ravindra
20075         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
20076           ListView Control.
20078 2004-09-13 18:26  jackson
20080         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
20081           properly
20083 2004-09-13 18:13  jackson
20085         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
20086           a second thread and post messages into the main threads message
20087           queue. This makes timing much more consistent. Both win2K and XP
20088           have a minimum timer value of 15 milliseconds, so we now do this
20089           too.
20091 2004-09-13 15:18  pbartok
20093         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20094           XplatUIX11.cs:
20095           - Added Z-Ordering methods
20097 2004-09-13 10:56  pbartok
20099         * Form.cs:
20100           - Fixed #region names
20101           - Moved properties and methods into their proper #regions
20103 2004-09-13 10:51  pbartok
20105         * Form.cs:
20106           - Added Accept and CancelButton properties
20107           - Added ProcessDialogKey() method
20109 2004-09-13 08:18  pbartok
20111         * IWindowTarget.cs:
20112           - Initial check-in
20114 2004-09-10 21:50  pbartok
20116         * Control.cs:
20117           - Added DoDragDrop() [incomplete]
20118           - Properly implemented 'Visible' handling
20119           - Added SetVisibleCore()
20120           - Implemented FindChildAtPoint()
20121           - Implemented GetContainerControl()
20122           - Implemented Hide()
20124 2004-09-10 19:28  pbartok
20126         * Control.cs:
20127           - Moved methods into their appropriate #regions
20128           - Reordered methods within regions alphabetically
20130 2004-09-10 18:57  pbartok
20132         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20133           - Added method to retrieve text from window
20135 2004-09-10 18:56  pbartok
20137         * Control.cs:
20138           - Moved some internal functions into the internal region
20139           - Implemented FontHeight
20140           - Implemented RenderRightToLeft
20141           - Implemented ResizeRedraw
20142           - Implemented ShowFocusCues
20143           - Implemented ShowKeyboardCues
20144           - Implemented FromChildHandle
20145           - Implemented FromHandle
20146           - Implemented IsMnemonic
20147           - Implemented ReflectMessage
20148           - All public and protected Static Methods are now complete
20150 2004-09-10 16:54  pbartok
20152         * Control.cs:
20153           - Implemented remaining missing public instance properties
20154           - Alphabetized some out of order properties
20156 2004-09-10 05:51  ravindra
20158         * PictureBox.cs: Added a check for null image.
20160 2004-09-10 00:59  jordi
20162         * GroupBox.cs: remove cvs tag
20164 2004-09-09 05:25  ravindra
20166         * ToolBar.cs: Make redraw accessible from ToolBarButton.
20168 2004-09-09 05:23  ravindra
20170         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
20171           parent redraw.
20173 2004-09-09 02:28  pbartok
20175         * ThemeWin32Classic.cs:
20176           - Improve disabled string look
20178 2004-09-09 01:15  jordi
20180         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
20181           args and handler
20183 2004-09-08 23:56  ravindra
20185         * ItemBoundsPortion.cs: It's enum, not a class!
20187 2004-09-08 23:47  ravindra
20189         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
20190           Enums for Form.
20192 2004-09-08 21:13  ravindra
20194         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
20195           ListView control.
20197 2004-09-08 21:03  ravindra
20199         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
20200           avoid crash.
20202 2004-09-08 21:01  ravindra
20204         * ScrollableControl.cs: Removed unreachable code.
20206 2004-09-08 06:45  jordi
20208         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
20210 2004-09-08 01:00  jackson
20212         * XplatUIX11.cs: Only run the timers when updating the message
20213           queue. This effectively gives X messages a higher priority then
20214           timer messages. Timers still need love though
20216 2004-09-07 14:01  jackson
20218         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
20219           this for us and the handle is no longer valid.
20221 2004-09-07 13:59  jackson
20223         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
20224           loop that manages to not crash. TODO: Add poll and cleanup timers
20226 2004-09-07 11:12  jordi
20228         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
20230 2004-09-07 03:40  jordi
20232         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
20233           fixes, methods, multiple links
20235 2004-09-06 06:55  jordi
20237         * Control.cs: Caches ClientRectangle rectangle value
20239 2004-09-05 02:03  jordi
20241         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
20242           certain situations
20244 2004-09-04 11:10  jordi
20246         * Label.cs: Refresh when font changed
20248 2004-09-02 16:24  pbartok
20250         * Control.cs:
20251           - Added sanity check to creation of double buffer bitmap
20253 2004-09-02 16:24  pbartok
20255         * ButtonBase.cs:
20256           - Fixed selection of text color
20257           - Fixed handling of resize event; now properly recreates double
20258             buffering bitmap
20259           - Added missing assignment of TextAlignment
20260           - Added proper default for TextAlignment
20262 2004-09-02 14:26  pbartok
20264         * RadioButton.cs:
20265           - Added missing RadioButton.RadioButtonAccessibleObject class
20267 2004-09-02 14:26  pbartok
20269         * Control.cs:
20270           - Added missing Control.ControlAccessibleObject class
20271           - Started to implement Select()ion mechanisms, still very incomplete
20273 2004-09-02 14:25  pbartok
20275         * AccessibleObject.cs:
20276           - Added missing methods
20278 2004-09-02 14:23  pbartok
20280         * AccessibleNavigation.cs, AccessibleSelection.cs:
20281           - Initial check-in
20283 2004-09-02 10:32  jordi
20285         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
20286           pool for pens, brushes, and hatchbruses
20288 2004-09-01 15:30  jackson
20290         * StatusBar.cs: Fix typo
20292 2004-09-01 14:44  pbartok
20294         * RadioButton.cs:
20295           - Fixed state
20297 2004-09-01 14:39  pbartok
20299         * Button.cs, RadioButton.cs:
20300           - Functional initial check-in
20302 2004-09-01 14:01  pbartok
20304         * CheckBox.cs:
20305           - Added missing default
20306           - Added missing region mark
20308 2004-09-01 09:10  jordi
20310         * Label.cs: fixes method signatures, new methods, events, fixes
20311           autosize
20313 2004-09-01 07:19  jordi
20315         * Control.cs: Init string variables with an empty object
20317 2004-09-01 04:20  jordi
20319         * Control.cs: fires OnFontChanged event
20321 2004-08-31 20:07  pbartok
20323         * ButtonBase.cs:
20324           - Enabled display of strings
20326 2004-08-31 20:05  pbartok
20328         * Form.cs:
20329           - Added (partial) implementation of DialogResult; rest needs to be
20330             implemented when the modal loop code is done
20332 2004-08-31 19:55  pbartok
20334         * CheckBox.cs:
20335           - Fixed to match the removal of the needs_redraw concept
20337 2004-08-31 19:55  pbartok
20339         * ButtonBase.cs:
20340           - Removed the rather odd split between 'needs redraw' and redrawing
20341           - Now handles the events that require regeneration (ambient
20342             properties and size)
20344 2004-08-31 19:41  pbartok
20346         * Control.cs:
20347           - Added firing of BackColorChanged event
20348           - Added TopLevelControl property
20349           - Fixed handling of WM_ERASEBKGRND message
20351 2004-08-31 12:49  pbartok
20353         * ButtonBase.cs:
20354           - Removed debug
20355           - Minor fixes
20357 2004-08-31 12:48  pbartok
20359         * CheckBox.cs:
20360           - Finished (famous last words)
20362 2004-08-31 04:35  jordi
20364         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
20365           scrolling bugs, adds new methods
20367 2004-08-30 14:42  pbartok
20369         * CheckBox.cs:
20370           - Implemented CheckBox drawing code
20372 2004-08-30 14:42  pbartok
20374         * ButtonBase.cs:
20375           - Made Redraw() and CheckRedraw() virtual
20376           - Improved mouse up/down/move logic to properly track buttons
20378 2004-08-30 09:44  pbartok
20380         * CheckBox.cs:
20381           - Updated to fix broken build. Not complete yet.
20383 2004-08-30 09:28  pbartok
20385         * CheckState.cs:
20386           - Initial checkin
20388 2004-08-30 09:17  pbartok
20390         * Appearance.cs:
20391           - Initial check-in
20393 2004-08-27 16:12  ravindra
20395         * ToolBarButton.cs: Added TypeConverter attribute.
20397 2004-08-27 16:07  ravindra
20399         * ImageIndexConverter.cs: Implemented.
20401 2004-08-27 14:17  pbartok
20403         * Control.cs:
20404           - Removed unneeded stack vars
20405           - First attempt to fix sizing issues when layout is suspended
20407 2004-08-25 15:35  jordi
20409         * ScrollBar.cs: more fixes to scrollbar
20411 2004-08-25 14:04  ravindra
20413         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
20414           Added the missing divider code and grip for ToolBar Control.
20416 2004-08-25 13:20  pbartok
20418         * Control.cs:
20419           - Control now properly passes the ambient background color to child
20420             controls
20422 2004-08-25 13:20  jordi
20424         * ScrollBar.cs: small bug fix regarding bar position
20426 2004-08-25 12:33  pbartok
20428         * Timer.cs:
20429           - Now only calls SetTimer or KillTimer if the enabled state has
20430           changed
20432 2004-08-25 12:33  pbartok
20434         * XplatUIWin32.cs:
20435           - Fixed timer handling, now seems to work
20436           - Improved error message for window creation
20438 2004-08-25 12:32  pbartok
20440         * Control.cs:
20441           - Fixed generation of MouseUp message
20443 2004-08-25 12:29  jordi
20445         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
20446           and fixes for progressbar
20448 2004-08-24 18:43  ravindra
20450         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
20451           in ToolBar control.
20453 2004-08-24 17:15  pbartok
20455         * Panel.cs:
20456           - Added #region
20457           - Added missing events
20458           - Alphabetized
20460 2004-08-24 17:14  pbartok
20462         * StatusBar.cs, PictureBox.cs:
20463           - Now uses Control's CreateParams
20465 2004-08-24 16:36  pbartok
20467         * XplatUIX11.cs:
20468           - Fixed background color handling
20469           - Fixed sending of enter/leave events on a grab
20471 2004-08-24 16:35  pbartok
20473         * X11Structs.cs:
20474           - Refined definitions for CrossingEvent
20476 2004-08-24 12:37  jordi
20478         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
20479           formmating, methods signature, and adds missing events
20481 2004-08-24 12:24  jordi
20483         * Control.cs: fire OnEnabledChanged event
20485 2004-08-24 11:17  pbartok
20487         * XplatUIWin32.cs:
20488           - Implemented SetTimer() and KillTimer()
20490 2004-08-24 11:16  pbartok
20492         * XplatUIX11.cs:
20493           - Now uses Remove instead of Add to kill the timer
20495 2004-08-24 10:16  jackson
20497         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
20498           picture boxes in the theme now. Draw picture box borders and obey
20499           sizing modes
20501 2004-08-24 05:49  jackson
20503         * Timer.cs: Remove top secret debugging code
20505 2004-08-24 05:34  jackson
20507         * PictureBox.cs: Temp hack to make picture boxes draw their full
20508           image
20510 2004-08-24 05:29  jackson
20512         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20513           XplatUIX11.cs: Move timers to the driver level. On X they are
20514           queued by the driver and checked on idle.
20516 2004-08-24 01:07  jackson
20518         * XplatUIX11.cs: Use a queue for async messages instead of passing
20519           them as ClientMessages since that was totally broken. Also simply
20520           check for events and return an idle message if none are found. This
20521           gives us an idle handler, and prevents deadlocking when no messages
20522           are in the queue.
20524 2004-08-23 18:19  ravindra
20526         * XplatUIWin32.cs: Removed the unwanted destructor.
20528 2004-08-23 17:27  pbartok
20530         * ButtonBase.cs:
20531           - Finishing touches. Works now, just needs some optimizations.
20533 2004-08-23 16:53  jordi
20535         * ScrollBar.cs: small fix
20537 2004-08-23 16:45  pbartok
20539         * Application.cs:
20540           - Removed debug output
20541           - Simplifications
20543 2004-08-23 16:43  jordi
20545         * ScrollBar.cs: [no log message]
20547 2004-08-23 16:10  pbartok
20549         * Form.cs:
20550           - Fixed handling of WM_CLOSE message
20551           - Removed debug output
20553 2004-08-23 16:09  pbartok
20555         * Application.cs:
20556           - Added handling of Idle event
20557           - Added handling of form closing
20558           - Fixed reporting of MessageLoop property
20559           - Removed some unneeded code, should provide a bit of a speedup
20561 2004-08-23 15:22  pbartok
20563         * Control.cs:
20564           - Added InitLayout() method
20565           - Added code to properly perform layout when Anchor or Dock property
20566             is changed
20567           - Changed 'interpretation' of ResumeLayout. MS seems to have a
20568             LAMESPEC, tried to do it in a way that makes sense
20570 2004-08-23 14:10  jordi
20572         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
20573           properties and methods
20575 2004-08-23 13:55  pbartok
20577         * Control.cs:
20578           - Properly fixed Jordi's last fix
20579           - Now uses Cursor's Position property instead of calling XplatUI
20580           directly
20582 2004-08-23 13:44  jordi
20584         * PaintEventHandler.cs: Adding missing attribute
20586 2004-08-23 13:39  pbartok
20588         * Cursor.cs:
20589           - Implemented Position property
20591 2004-08-23 13:39  pbartok
20593         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20594           - Added method to move mouse cursor
20596 2004-08-23 13:39  pbartok
20598         * XplatUIX11.cs:
20599           - Fixed setting of background color
20600           - Added method to move mouse cursor
20602 2004-08-23 13:16  jordi
20604         * Control.cs: avoids null exception
20606 2004-08-22 17:46  jackson
20608         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
20609           PictureBox
20611 2004-08-22 17:40  jackson
20613         * XplatUIX11.cs: Add some missing locks
20615 2004-08-22 15:10  pbartok
20617         * Control.cs, Form.cs:
20618           - Removed OverlappedWindow style from Control, instead it's default
20619             now is child
20620           - Made form windows OverlappedWindow by default
20622 2004-08-22 13:34  jackson
20624         * ScrollBar.cs: Update the position through the Value property so
20625           the OnValueChanged event is raised.
20627 2004-08-22 12:04  pbartok
20629         * SWF.csproj:
20630           - Added Cursor.cs and UserControl.cs
20632 2004-08-22 12:03  pbartok
20634         * Cursor.cs:
20635           - Started implementation, not usable yet
20637 2004-08-22 12:00  pbartok
20639         * UserControl.cs:
20640           - Implemented UserControl (complete)
20642 2004-08-21 19:20  ravindra
20644         * ToolBar.cs: Correcting the formatting mess of VS.NET.
20646 2004-08-21 18:49  ravindra
20648         * ToolBar.cs: Probably this completes the missing attributes in
20649           toolbar control.
20651 2004-08-21 18:03  ravindra
20653         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
20654           Fixed toolbar control signatures.
20656 2004-08-21 16:32  pbartok
20658         * LinkLabel.cs:
20659           - Signature Fixes
20661 2004-08-21 16:30  pbartok
20663         * Label.cs:
20664           - Signature fixes
20666 2004-08-21 16:19  pbartok
20668         * Control.cs, Label.cs:
20669           - Signature fixes
20671 2004-08-21 15:57  pbartok
20673         * ButtonBase.cs:
20674           - Added loads of debug output for development
20675           - Fixed typo in method name
20677 2004-08-21 15:52  pbartok
20679         * ToolBarButtonClickEventArgs.cs:
20680           - Added missing base class
20682 2004-08-21 14:53  pbartok
20684         * Control.cs:
20685           - Updated to match new GrabWindow signature
20687 2004-08-21 14:51  pbartok
20689         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20690           - Added method to get default display size
20692 2004-08-21 14:23  pbartok
20694         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20695           - Added method to query current grab state
20696           - Added argument to allow confining a grab to a window
20698 2004-08-21 14:22  pbartok
20700         * Keys.cs:
20701           - Added [Flags] attribute so that modifiers can be used in bitwise
20702           ops
20704 2004-08-21 14:21  pbartok
20706         * TrackBar.cs, ScrollBar.cs:
20707           - Replaced direct XplatUI calls with their Control counterpart
20709 2004-08-21 13:32  pbartok
20711         * Control.cs:
20712           - Implemented Created property
20714 2004-08-21 13:28  pbartok
20716         * Control.cs:
20717           - Implemented ContainsFocus
20719 2004-08-21 13:26  pbartok
20721         * Control.cs:
20722           - Implemented CausesValidation
20724 2004-08-21 13:21  pbartok
20726         * Control.cs:
20727           - Implemented CanFocus
20728           - Implemented CanSelect
20729           - Implemented Capture
20731 2004-08-21 12:35  pbartok
20733         * XplatUIWin32.cs:
20734           - Fixed bug with Async message handling
20735           - Implemented getting the ModifierKeys
20737 2004-08-21 12:32  jackson
20739         * AsyncMethodResult.cs: Make sure we have the mutex before we
20740           release it. Fixes BeginInvoke on windows
20742 2004-08-21 11:31  pbartok
20744         * XplatUIWin32.cs, XplatUIX11.cs:
20745           - Drivers now return proper mouse state
20747 2004-08-21 10:54  jackson
20749         * Control.cs: Implement EndInvoke
20751 2004-08-21 10:48  jackson
20753         * Timer.cs: Remove unneeded finalizer
20755 2004-08-20 19:52  ravindra
20757         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
20758           in mouse event handling in the ToolBar control.
20760 2004-08-20 19:50  ravindra
20762         * ImageList.cs: Changed draw method to use the arguments passed in
20763           to draw the image.
20765 2004-08-20 18:58  pbartok
20767         * XplatUIStructs.cs:
20768           - Added private message for async communication
20770 2004-08-20 17:38  ravindra
20772         * Control.cs: Made RightToLeft property virtual and removed a
20773           Console.WriteLine.
20775 2004-08-20 14:39  jordi
20777         * ThemeGtk.cs: use style_attach
20779 2004-08-20 14:39  pbartok
20781         * XplatUIWin32.cs:
20782           - Added jackson's Async code from X11 to Win32
20784 2004-08-20 14:09  pbartok
20786         * SWF.csproj:
20787           - Added all new files
20789 2004-08-20 14:09  pbartok
20791         * Control.cs:
20792           - Added call to set window background color
20794 2004-08-20 14:03  pbartok
20796         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20797           - Added method for setting the window background
20799 2004-08-20 14:02  pbartok
20801         * XplatUIWin32.cs:
20802           - Added method for setting the background color
20803           - Added handling for erasing the window background
20805 2004-08-20 13:45  jordi
20807         * TrackBar.cs: fixes timer, new properties and methods
20809 2004-08-20 13:34  jackson
20811         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
20812           correct thread
20814 2004-08-20 13:22  jackson
20816         * Timer.cs: Timer Tick events are now handed through Controls Async
20817           mechanism so the callbacks are executed in the same thread as X
20819 2004-08-20 13:19  jackson
20821         * XplatUIDriver.cs: Expose functionality to send async messages
20822           through the driver
20824 2004-08-20 13:18  jackson
20826         * Control.cs: Implement Begininvoke
20828 2004-08-20 13:14  jackson
20830         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20831           messages through the driver
20833 2004-08-20 13:12  jackson
20835         * XplatUIX11.cs: Lock before all X operations. Also added Async
20836           method functionality through XSendEvent
20838 2004-08-20 13:11  jackson
20840         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20841           This will screw up on 64 bit systems)
20843 2004-08-20 13:10  jackson
20845         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20846           Async messages through X/Win32
20848 2004-08-19 19:39  pbartok
20850         * XplatUIX11.cs:
20851           - Updated code to match new HandleData.DeviceContext type
20853 2004-08-19 19:38  pbartok
20855         * HandleData.cs:
20856           - Made DeviceContext a generic object to allow usage from various
20857           drivers
20858           - Added support for queueing Windows messages
20860 2004-08-19 19:37  pbartok
20862         * XplatUIWin32.cs:
20863           - Added generation of MouseEnter, MouseLeave and MouseHover events
20864           - Added cleanup on EndPaint
20866 2004-08-19 19:17  pbartok
20868         * Control.cs:
20869           - Added handling of WM_MOUSEHOVER
20870           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20871           code
20873 2004-08-19 18:55  jordi
20875         * ThemeGtk.cs: fixes button order
20877 2004-08-19 18:12  jordi
20879         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20881 2004-08-19 17:09  pbartok
20883         * Control.cs:
20884           - Added Right property
20885           - Added RightToLeft property
20887 2004-08-19 16:27  jordi
20889         * ThemeGtk.cs: experimental GTK theme support
20891 2004-08-19 16:26  jordi
20893         * ITheme.cs, Theme.cs: move themes from an interface to a class
20895 2004-08-19 16:25  jordi
20897         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20898           theme enhancaments
20900 2004-08-19 16:04  pbartok
20902         * XplatUIX11.cs:
20903           - Added colormap basics
20904           - Added a way to re-initialize with a different display handle
20905           - Fixed setting of the window background color
20906           - Added various X11 imports related to colors and colormaps
20908 2004-08-19 15:51  pbartok
20910         * X11Structs.cs:
20911           - Removed packing hints (Paolo suggested this a while back)
20912           - fixed colormap type
20913           - Added default Atom types
20914           - Added Screen and color structs and enums
20916 2004-08-19 15:39  pbartok
20918         * ImageList.cs:
20919           - Added missing Draw() method
20920           - Added missing RecreateHandle event
20922 2004-08-19 15:30  pbartok
20924         * Form.cs:
20925           - Added handling of WM_CLOSE
20927 2004-08-18 13:16  jordi
20929         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20930           a table
20932 2004-08-18 09:56  jordi
20934         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20936 2004-08-17 15:31  ravindra
20938         * SWF.csproj: Updated project.
20940 2004-08-17 15:25  pbartok
20942         * Control.cs:
20943           - Drawing improvement; don't call UpdateBounds if we are not visible
20944             (or have been minimized)
20946 2004-08-17 15:24  pbartok
20948         * XplatUIWin32.cs:
20949           - Finished IsVisible
20950           - Added Win32GetWindowPlacement
20952 2004-08-17 15:08  jackson
20954         * Panel.cs: Initial checkin of the Panel
20956 2004-08-17 14:25  pbartok
20958         * Control.cs:
20959           - Fixed broken handling of default window sizes
20961 2004-08-17 13:29  jackson
20963         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20964           has a large startup time.
20966 2004-08-17 10:25  jackson
20968         * HandleData.cs: union areas properly
20970 2004-08-17 10:12  jackson
20972         * HandleData.cs: union areas properly
20974 2004-08-16 20:00  ravindra
20976         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20978 2004-08-16 18:48  ravindra
20980         * ToolBar.cs: Added attributes.
20982 2004-08-16 17:17  ravindra
20984         * SWF.csproj: Updated project.
20986 2004-08-16 17:16  jackson
20988         * XplatUIX11.cs: Check for more expose events before sending a
20989           WM_PAINT so they can all be grouped together. This makes dragging a
20990           window across another window redraw in a sane way.
20992 2004-08-16 15:47  pbartok
20994         * Control.cs:
20995           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20996             support OnMouseEnter/Leave()
20997           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20998             exposure handling
21000 2004-08-16 15:46  pbartok
21002         * XplatUIStructs.cs, XplatUIX11.cs:
21003           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
21004           OnMouseEnter/Leave()
21006 2004-08-16 15:34  jackson
21008         * XplatUIX11.cs: Group multiple expose events in HandleData, make
21009           sure messages get the message field set to WM_NULL if they are not
21010           handled.
21012 2004-08-16 15:24  jackson
21014         * HandleData.cs: HandleData is used for storing message information
21015           for window handles
21017 2004-08-15 17:23  ravindra
21019         * ColorDepth.cs: Added attribute.
21021 2004-08-15 17:23  ravindra
21023         * SWF.csproj: Updated project for ToolBar Control.
21025 2004-08-15 17:20  ravindra
21027         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
21028           control and also dos2unix format.
21030 2004-08-15 17:13  ravindra
21032         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
21033           ToolBarButtonClickEventArgs.cs,
21034           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
21035           ToolBarTextAlign.cs: First Implementation of ToolBar control.
21037 2004-08-15 15:31  pbartok
21039         * ButtonBase.cs:
21040           - First (mostly) working version
21042 2004-08-13 16:15  pbartok
21044         * Control.cs:
21045           - Fixed Anchor default
21047 2004-08-13 15:43  pbartok
21049         * Control.cs:
21050           - Changed GetCursorPos signature
21052 2004-08-13 15:42  pbartok
21054         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
21055           - Changed signature for GetCursorPos
21057 2004-08-13 15:25  pbartok
21059         * XplatUIX11.cs:
21060           - Cleanup
21061           - Fixed resizing/exposure handling
21063 2004-08-13 15:22  jordi
21065         * ThemeWin32Classic.cs: removes redundant code and fixes issues
21066           with tickposition
21068 2004-08-13 14:55  jordi
21070         * TrackBar.cs: change from wndproc to events
21072 2004-08-13 13:00  jordi
21074         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21075           XplatUIX11.cs: implements PointToClient (ScreenToClient)
21077 2004-08-13 12:53  pbartok
21079         * XplatUIWin32.cs:
21080           - Changed GetWindowPos to also provide client area size
21081           - Fixed broken prototypes for several win32 functions
21083 2004-08-13 12:53  pbartok
21085         * XplatUI.cs, XplatUIDriver.cs:
21086           - Changed GetWindowPos to also provide client area size
21088 2004-08-13 12:52  pbartok
21090         * XplatUIX11.cs:
21091           - Added generation of WM_POSCHANGED
21092           - Changed GetWindowPos to also provide client area size
21094 2004-08-13 12:52  pbartok
21096         * Control.cs:
21097           - Added Dispose() and destructor
21098           - Fixed resizing and bounds calculation
21099           - Fixed Layout
21100           - Added memory savings for invisible windows
21102 2004-08-13 12:46  jordi
21104         * TrackBar.cs: adds timer and grap window
21106 2004-08-13 10:25  jackson
21108         * Timer.cs: SWF Timer
21110 2004-08-12 16:59  pbartok
21112         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21113           - Implemented method to get current mouse position
21115 2004-08-12 14:29  jordi
21117         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
21118           enhancement, fix mouse problems, highli thumb, etc
21120 2004-08-12 13:31  pbartok
21122         * Control.cs:
21123           - Fixed Anchoring bugs
21125 2004-08-12 13:01  jackson
21127         * StatusBar.cs: Don't forget things
21129 2004-08-12 12:54  jackson
21131         * ThemeWin32Classic.cs: Handle owner draw status bars
21133 2004-08-12 12:54  jackson
21135         * StatusBar.cs: Implement missing properties, events, and methods.
21136           Handle mouse clicking
21138 2004-08-12 10:19  jackson
21140         * StatusBarPanelClickEventArgs.cs,
21141           StatusBarPanelClickEventHandler.cs: Classes for handling status
21142           bar panel click events
21144 2004-08-12 10:10  jackson
21146         * Control.cs: Add missing properties
21148 2004-08-12 09:46  pbartok
21150         * BindingsManagerBase.cs:
21151           - Name changed to BindingManagerBase.cs
21153 2004-08-12 09:25  jordi
21155         * ScrollableControl.cs: calls ctrlbase instead of exeception
21157 2004-08-11 16:28  pbartok
21159         * InputLanguageChangingEventArgs.cs:
21160           - Never check in before compiling. Fixes the last check-in
21162 2004-08-11 16:26  pbartok
21164         * InputLanguageChangingEventArgs.cs:
21165           - More signature fixes
21167 2004-08-11 16:20  pbartok
21169         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
21170           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
21171           ImageListStreamer.cs, InputLanguage.cs,
21172           InputLanguageChangedEventArgs.cs,
21173           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
21174           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
21175           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
21176           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21177           - Signature fixes
21179 2004-08-11 16:16  pbartok
21181         * Application.cs:
21182           - Fixed Signature
21183           - Added .Net 1.1 method
21185 2004-08-11 15:25  pbartok
21187         * SWF.csproj:
21188           - Fixed BindingManagerBase.cs filename
21190 2004-08-11 15:22  pbartok
21192         * BindingManagerBase.cs:
21193           - Was checked in with wrong filename
21195 2004-08-11 14:50  pbartok
21197         * SWF.csproj:
21198           - Updated
21200 2004-08-11 13:41  jordi
21202         * XplatUIWin32.cs: Fixes ClientRect
21204 2004-08-11 13:19  pbartok
21206         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21207           XplatUIX11.cs:
21208           - We had SetWindowPos and MoveWindow to set window positions and
21209             size, removed MoveWindow. We have GetWindowPos, so it made sense to
21210             keep SetWindowPos as matching counterpart
21211           - Added some X11 sanity checking
21213 2004-08-11 12:59  pbartok
21215         * Control.cs:
21216           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
21217             (It seems that SetBounds is just a front for SetBoundsCore and
21218              SetBoundsCore updates the underlying window system and
21219              UpdateBounds is responsible for updating the variables associated
21220              with the Control and sending the events)
21221           - Major cleanup of Size handling; we now have two sizes, client_size
21222             and bounds. Bounds defines the window with decorations, client_size
21223             without them.
21225 2004-08-11 12:55  pbartok
21227         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21228           - Added method to calculate difference between decorated window and
21229             raw client area
21231 2004-08-11 12:54  pbartok
21233         * Label.cs:
21234           - Forcing redraw on resize
21236 2004-08-11 11:43  pbartok
21238         * ImageList.cs:
21239           - Removed disposing of the actual images when the list is disposed
21241 2004-08-11 09:13  pbartok
21243         * Control.cs:
21244           - Now properly reparents windows
21246 2004-08-11 08:37  pbartok
21248         * Control.cs:
21249           - Duh!
21251 2004-08-11 07:47  pbartok
21253         * Control.cs:
21254           - Rewrote the collection stuff. Might not be as fast now, not
21255             keeping the number of children around and accessible directly, but
21256             it's more straightforward
21258 2004-08-11 07:44  pbartok
21260         * AccessibleObject.cs:
21261           - Fixed to match ControlCollection rewrite
21263 2004-08-11 07:43  pbartok
21265         * ImageList.cs:
21266           - Added missing creation of the collection list
21268 2004-08-10 20:08  jackson
21270         * StatusBar.cs: Get the paint message from WndProc
21272 2004-08-10 19:31  jackson
21274         * ThemeWin32Classic.cs: Create Brushes as little as possible
21276 2004-08-10 19:20  jackson
21278         * UICues.cs: Add Flags attribute
21280 2004-08-10 19:19  jackson
21282         * StatusBarPanel.cs: Signature cleanup
21284 2004-08-10 19:10  jackson
21286         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
21287           Initial implementation of status bar item drawing
21289 2004-08-10 17:27  jordi
21291         * TrackBar.cs: add missing methods, properties, and restructure to
21292           hide extra ones
21294 2004-08-10 16:24  jackson
21296         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
21297           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
21298           attribute
21300 2004-08-10 13:21  jordi
21302         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
21303           enhancements and standarize on win colors defaults
21305 2004-08-10 12:52  jackson
21307         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
21308           ThemeWin32Classic.cs: Implement DrawItem functionality
21310 2004-08-10 12:47  jordi
21312         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
21314 2004-08-10 12:32  jordi
21316         * Control.cs: throw ontextchange event
21318 2004-08-10 11:43  pbartok
21320         * Control.cs:
21321           - Added more to the still unfinished Dock/Anchor layout code
21323 2004-08-10 11:39  pbartok
21325         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
21326           - Added GetWindowPos method
21328 2004-08-10 11:36  pbartok
21330         * XplatUIWin32.cs:
21331           - Implemented several methods
21333 2004-08-10 09:47  jackson
21335         * TrackBar.cs: Allow control to handle buffering
21337 2004-08-10 09:41  jackson
21339         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
21341 2004-08-10 09:24  jackson
21343         * Label.cs, LinkLabel.cs: Let Control handle buffering.
21345 2004-08-10 09:09  jackson
21347         * StatusBar.cs: Let Control handle all the buffering.
21349 2004-08-10 09:08  jackson
21351         * Control.cs: Control will now handle the buffering code, so each
21352           control does not have to implement this.
21354 2004-08-10 08:34  jackson
21356         * XplatUIDriver.cs: Use default colors from the theme
21358 2004-08-09 17:12  pbartok
21360         * ImageList.cs:
21361           - Fixed several bugs Ravindra pointed out
21363 2004-08-09 16:11  pbartok
21365         * Control.cs:
21366           - Added incomplete dock layout code
21367           - Added support for mouse wheel
21369 2004-08-09 16:09  pbartok
21371         * XplatUIX11.cs:
21372           - Added handling for middle and right mousebutton
21373           - Added handling for mouse wheel
21374           - Added handling for key state and mouse state and position
21375           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
21376           messages
21378 2004-08-09 15:40  jackson
21380         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
21381           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
21382           checkin
21384 2004-08-09 15:37  jackson
21386         * StatusBar.cs: Initial implementation of StatusBar
21388 2004-08-09 15:36  jackson
21390         * ITheme.cs: Add support for drawing status bar and getting status
21391           bar item sizes
21393 2004-08-09 15:35  pbartok
21395         * MouseButtons.cs:
21396           - Fixed values
21398 2004-08-09 15:34  jackson
21400         * ThemeWin32Classic.cs: Add support for drawing status bar and get
21401           status bar item sizes
21403 2004-08-09 15:21  jackson
21405         * ThemeWin32Classic.cs: Use known colors for default control
21406           colours
21408 2004-08-09 15:12  jackson
21410         * ThemeWin32Classic.cs: Make the default font static, it is static
21411           in control so this doesn't change functionality and creating fonts
21412           is sloooooow.
21414 2004-08-09 14:56  pbartok
21416         * X11Structs.cs:
21417           - Added GrabMode enum
21419 2004-08-09 14:55  pbartok
21421         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21422           - Removed Run method, was only required for initial development
21424 2004-08-09 14:51  pbartok
21426         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21427           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
21428           capture
21430 2004-08-09 13:48  pbartok
21432         * XplatUIX11.cs:
21433           - Fixed default sizing for child windows
21435 2004-08-09 12:56  pbartok
21437         * XplatUIX11.cs:
21438           - Added generation of WM_DESTROY message
21439           - Added handling of window manager induced shutdown
21441 2004-08-09 11:31  jackson
21443         * ThemeWin32Classic.cs: New names for control properties
21445 2004-08-09 11:25  jackson
21447         * Control.cs: Use new color names
21449 2004-08-09 11:02  jackson
21451         * XplatUI.cs: Get default window properties from the theme
21453 2004-08-09 11:01  jackson
21455         * ITheme.cs: The theme engine now controls default window
21456           properties
21458 2004-08-09 11:00  jackson
21460         * ThemeWin32Classic.cs: Add default window color properties
21462 2004-08-09 10:17  jackson
21464         * ThemeWin32Classic.cs: Use correct default back color
21466 2004-08-09 10:05  jackson
21468         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
21469           the theme now.
21471 2004-08-09 09:56  jackson
21473         * XplatUI.cs: Remove defaults, these are handled by the theme now.
21475 2004-08-09 09:54  jackson
21477         * Control.cs: Get default properties from the theme.
21479 2004-08-09 09:53  jackson
21481         * ITheme.cs: Themes now handle default control properties
21483 2004-08-09 09:53  jackson
21485         * ThemeWin32Classic.cs: Themes now handle default control
21486           properties so coloring will be consistent
21488 2004-08-08 16:54  jordi
21490         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
21492 2004-08-08 15:08  jordi
21494         * XplatUIX11.cs: fixes keyboard crash
21496 2004-08-08 13:47  jordi
21498         * Label.cs: add cvs header info
21500 2004-08-08 12:09  jackson
21502         * ThemeWin32Classic.cs: Add pen_buttonface
21504 2004-08-08 11:52  jordi
21506         * Label.cs, LinkLabel.cs: [no log message]
21508 2004-08-08 11:34  jordi
21510         * ThemeWin32Classic.cs: Use Windows Standard Colours
21512 2004-08-07 17:32  jordi
21514         * TrackBar.cs: throw exceptions of invalid enums values
21516 2004-08-07 17:31  jordi
21518         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
21519           draw method name
21521 2004-08-07 16:56  jackson
21523         * HorizontalAlignment.cs: Initial checkin
21525 2004-08-07 13:16  jordi
21527         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
21528           methods
21530 2004-08-07 13:05  jordi
21532         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
21533           GetSysColor defines
21535 2004-08-06 18:01  pbartok
21537         * ThemeWin32Classic.cs:
21538           - Fixed some rounding issues with float/int
21540 2004-08-06 18:00  jackson
21542         * DockStyle.cs, AnchorStyles.cs:
21544                   Add flags and serializable attributes.
21546 2004-08-06 17:46  pbartok
21548         * XplatUIX11.cs:
21549           - Implemented GetParent
21551 2004-08-06 17:18  pbartok
21553         * TrackBar.cs:
21554           - Fixed some rounding issues with float/int
21556 2004-08-06 17:17  pbartok
21558         * X11Structs.cs, XplatUIX11.cs:
21559           - Fixed Refresh and Invalidate
21561 2004-08-06 15:30  pbartok
21563         * Control.cs, X11Structs.cs, XplatUIX11.cs:
21564           - Fixed recursive loop when resizing
21565           - Improved/fixed redrawing on expose messages
21567 2004-08-06 09:53  jordi
21569         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
21570           keyboard navigation
21572 2004-08-06 08:02  pbartok
21574         * X11Structs.cs, XplatUIX11.cs:
21575           - Fixed reparenting
21576           - Fixed window border creation
21578 2004-08-05 15:38  pbartok
21580         * XplatUIX11.cs:
21581           - Attempted fix for reparenting problems
21583 2004-08-04 15:14  pbartok
21585         * Control.cs:
21586           - Fixed Invalidation bug (calculated wrong client area)
21587           - Added ClientSize setter
21589 2004-08-04 15:13  pbartok
21591         * Form.cs:
21592           - Added AutoScale properties
21594 2004-08-04 15:13  pbartok
21596         * SWF.csproj:
21597           - Added latest files
21599 2004-08-04 14:11  pbartok
21601         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21602           XplatUIX11.cs:
21603           - Added Invalidate handling
21605 2004-08-03 17:09  jordi
21607         * XplatUIDriver.cs: fixes spelling mistake
21609 2004-07-27 09:53  jordi
21611         * TrackBar.cs: fixes trackbar events, def classname, methods
21612           signature
21614 2004-07-27 09:29  jordi
21616         * ScrollBar.cs: fixes scrollbar events
21618 2004-07-27 04:38  jordi
21620         * Control.cs: changes to be able to run winforms samples
21622 2004-07-26 11:42  jordi
21624         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
21625           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
21627 2004-07-26 05:41  jordi
21629         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
21630           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
21631           implementation
21633 2004-07-22 09:22  jordi
21635         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
21636           check link overlapping, implement events, and fixes
21638 2004-07-21 10:28  jordi
21640         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
21642 2004-07-21 10:19  jordi
21644         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
21645           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
21646           LinkLabelLinkClickedEventArgs.cs,
21647           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
21648           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
21649           implementation
21651 2004-07-19 13:09  jordi
21653         * Control.cs, Label.cs: label control re-written: added missing
21654           functionlity, events, and properties
21656 2004-07-19 10:49  jordi
21658         * Control.cs: fixes SetBounds logic
21660 2004-07-19 01:29  jordi
21662         * Control.cs: Call RefreshWindow only if the window has created
21664 2004-07-15 14:05  pbartok
21666         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
21667           - Implemented ImageList and ImageList.ImageCollection classes
21668           - Added ColorDepth enumeration
21669           - Updated SWF VS.Net project
21671 2004-07-15 11:06  jordi
21673         * XplatUIStructs.cs: added MsgButons enum
21675 2004-07-15 11:03  jordi
21677         * Control.cs: added basic mouse handeling events
21679 2004-07-15 03:38  jordi
21681         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
21682           Vertical TrackBar control implementation
21684 2004-07-13 09:33  jordi
21686         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
21688 2004-07-13 09:31  jordi
21690         * Control.cs, Form.cs: commit: new properties and fixes form size
21691           problems
21693 2004-07-09 14:13  miguel
21695         * ProgressBar.cs: Spelling
21697 2004-07-09 11:25  pbartok
21699         * ProgressBar.cs:
21700           - Removed usage of Rectangle for drawing. Miguel pointed out it's
21701           faster
21703 2004-07-09 11:17  miguel
21705         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
21707                 * ProgressBar.cs: Fixed spelling for `block'
21709                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
21710                 style guidelines.
21712                 Avoid using the += on rect.X, that exposed a bug in the compiler.
21714 2004-07-08 23:21  pbartok
21716         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
21717           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
21718           BaseCollection.cs, Binding.cs, BindingContext.cs,
21719           BindingMemberInfo.cs, BindingsCollection.cs,
21720           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
21721           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
21722           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
21723           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
21724           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
21725           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
21726           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
21727           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
21728           FrameStyle.cs, GiveFeedbackEventArgs.cs,
21729           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
21730           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
21731           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
21732           InputLanguageChangedEventArgs.cs,
21733           InputLanguageChangedEventHandler.cs,
21734           InputLanguageChangingEventArgs.cs,
21735           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
21736           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
21737           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
21738           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
21739           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
21740           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
21741           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
21742           QueryAccessibilityHelpEventArgs.cs,
21743           QueryAccessibilityHelpEventHandler.cs,
21744           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
21745           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
21746           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
21747           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
21748           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
21749           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
21750           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
21751           XplatUIX11.cs, lang.cs:
21752           - Initial check-in