* DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
blobf7855f73deaea94682d3d856646354ede21ee54e
1 2006-12-08  Chris Toshok  <toshok@ximian.com>
3         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
4         calls EndEdit, it needs to be called before we set current_cell to
5         its new value.  Otherwise, we end up committing the value in the
6         textbox to the new cell as well.  Fixes bug #80160.
8 2006-12-08  Chris Toshok  <toshok@ximian.com>
10         * Form.cs (set_CancelButton): if the button's DialogResult is
11         None, set it to Cancel.  Fixes bug 80180.
13 2006-12-08  Jackson Harper  <jackson@ximian.com>
15         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
16         to watch ourselves when setting the canvas size and setting the
17         scrollbar values.
19 2006-12-08  Chris Toshok  <toshok@ximian.com>
21         * DataGrid.cs: comment out the two MakeTransparent calls for the
22         time being so people using trunk (and not 1.2.2) on windows can
23         actually use the datagrid.  This deals with bug #80151.
25 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
27         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
28         Graphics.DrawImage (image, int, int, int, int) overload instead
29         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
30         the dpi difference and was blurring images it drew.
31         [Fixes bug #79960]
33 2006-12-08  Chris Toshok  <toshok@ximian.com>
35         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
36         rowcnt is 0 (such as with an empty datasource), and make sure we
37         initialize not_usedarea.Y to cells.Y, so we don't draw over the
38         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
40 2006-12-08  Chris Toshok  <toshok@ximian.com>
42         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
43         grid.
45 2006-12-08  Chris Toshok  <toshok@ximian.com>
47         [ Fixes bug #80167 ]
48         
49         * ThemeWin32Classic.cs: don't draw the image if the button's flat
50         style is FlatStyle.System.
52         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
53         ButtonBase.flat_style private, and switch uses of it to the public
54         property.
55         
56 2006-12-08  Chris Toshok  <toshok@ximian.com>
58         [ Fixes bug #80121 ]
59         
60         * ThemeWin32Classic.cs: center the caption text in the datagrid
61         when we draw it.
63         * DataGrid.cs: lessen the amount we add to the caption height from
64         6 to 2.  6 was making it huge.
66 2006-12-08  Andreia Gaita  <avidigal@novell.com>
68         * UpDownBase: Handle MouseWheel call directly instead of capturing
69         the inner textbox's OnMouseWheel. Fixes #80166
71 2006-12-08  Jackson Harper  <jackson@ximian.com>
73         * TextControl.cs: We need to invalidate the textbox when we empty
74         it (how had this not been discovered before?)
76 2006-12-08  Jackson Harper  <jackson@ximian.com>
78         * TextBoxBase.cs: Reworked the mouse down code so I could get it
79         to behave like MS, we now ignore the eventargs.Click and just
80         track state ourself, which we were already doing anyways.
81         - Constrain the double click handler to the double click size.
82         
83 2006-12-08  Chris Toshok  <toshok@ximian.com>
85         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
86         direction if that scrollbar isn't shown.  fixes bug #80158.
88 2006-12-08  Andreia Gaita  <avidigal@novell.com>
90         * NumericUpDown.cs: Update value on getter. Fixes #79950
92 2006-12-08  Chris Toshok  <toshok@ximian.com>
94         * MenuItem.cs: add back in the event cloning code.  I didn't know
95         how to do it in the face of the EventHandlerList work i'd done
96         last week.  Fixes bug #80183.
98 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
100         * Control.cs: Add an invalidate to the BackgroundImage setter.
101         [Fixes 80184]
103 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
105         * ToolStrip*: Add some small properties reported by MoMA, fix event
106         firing and default properties based off of unit tests, and add some
107         attributes based off of the class status page.
109 2006-12-07  Jackson Harper  <jackson@ximian.com>
111         * TextBoxBase.cs: Take HideSelection into account when determining
112         whether or not to show the selection.
113         * RichTextBox.cs: After inserting the RTF into the document move
114         the cursor to the beginning of the document.
116 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
118         * Control.cs: Remove static ArrayList "controls" which maintained
119         a reference to every control created.
120         * Application.cs: Create a static FormCollection to maintain a reference
121         to every form created.  Use it in places that formerly enumerated through
122         the controls one looking for forms.
123         * Form.cs: Add and remove self from above FormCollection.
125 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
127         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
128           not libgdk (though it makes me wonder why I didn't have any
129           problems)
131 2006-12-07  Chris Toshok  <toshok@ximian.com>
133         [ you had to know this was coming after that last commit...]
134         
135         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
136         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
137         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
138         XCopyArea).
140 2006-12-07  Chris Toshok  <toshok@ximian.com>
142         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
143         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
144         all the behavior we need for double buffering.
146         * XplatUIDriver.cs: implement the 3 double buffer methods using a
147         client side Bitmap, just like the old Control-based double buffer
148         code did.  The methods are virtual, so each XplatUI driver
149         subclass can replace the implementation to use a faster, platform
150         specific approach.
152         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
153         double buffer code, and clean things up a bit in the process.
155 2006-12-06  Chris Toshok  <toshok@ximian.com>
157         * Control.cs: reindent WndProc.
159 2006-12-06  Chris Toshok  <toshok@ximian.com>
161         [ I wanna be like BenM when I grow up ]
162         
163         * Hwnd.cs: create a single static Graphics object on the static
164         Bitmap we create.  use this for our text measurements.
166         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
167         This was causing us to allocate a backbuffer for every control,
168         even when it wasn't flagged as double buffered.  Instead use the
169         single graphics instance.  This might have implications for
170         multithreaded applications.  If we run into problems we can switch
171         to creating 1 Graphics per control, on the static Hwnd bitmap.
173         this change nets us a 7M savings in private dirty mappings when
174         running FormsTest.exe.
176 2006-12-06  Chris Toshok  <toshok@ximian.com>
178         * ToolTip.cs: use Visible instead of is_visible.
180         * TreeView.cs: same.
182         * ListBox.cs: same.
184         * ListView.cs: same.
186 2006-12-06  Chris Toshok  <toshok@ximian.com>
188         * ListView.cs: the BackgroundImage override is just to set
189         attributes.  chain up to base.BackgroundImage.
191         * RichTextBox.cs: same.
193         * ToolBar.cs: same, but we need to also redraw the toolbar when it
194         changes, so instead a handler for BackgroundImageChanged.
195         
196         * Control.cs: make background_image private.
198 2006-12-06  Chris Toshok  <toshok@ximian.com>
200         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
201         sure we even need this assignment, but roll with it for now.
203         * Control.cs: make the cursor field private.
205 2006-12-06  Chris Toshok  <toshok@ximian.com>
207         * Form.cs: we don't need to explicitly set ImeMode to
208         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
209         behavior in the face of ImeMode.Inherit.
211         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
212         change the ctor's assignment to use ImeMode instead of ime_mode.
214         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
215         ImeModeInherit.  Only check for the parent's imemode (and return
216         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
217         This fixes the button unit test, which sets both ImeMode and
218         DefaultImeMode to ImeMode.Disable.
220         also make the ime_mode field private.
222 2006-12-06  Chris Toshok  <toshok@ximian.com>
224         * Control.cs: make control_style private.
226         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
227         setting the styles to true, then setting them to false instead of
228         reverting to their previous values.
230         also, call SetStyle on the scrollbars instead of using
231         control_style directly.
233 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
235         * FormCollection.cs: Implement. [2.0]
237 2006-12-06  Chris Toshok  <toshok@ximian.com>
239         * Control.cs: make tab_stop private.
241         * Label.cs: set TabStop, not tab_stop.  reformat some event
242         add/remove methods to make them more compact.
244 2006-12-06  Chris Toshok  <toshok@ximian.com>
246         * RadioButton.cs: fix TabStop handling.
248 2006-12-06  Chris Toshok  <toshok@ximian.com>
250         * TextBox.cs: remove the explicit assignments to has_focus.
251         Control does that.
253         * ButtonBase.cs: remove the assignment to has_focus.  Control will
254         manage that.
255         
256 2006-12-06  Chris Toshok  <toshok@ximian.com>
258         * ButtonBase.cs: remove all uses of is_enabled from this code.
259         it's always true when any of the code containing the checks is
260         executed.
262 2006-12-06  Chris Toshok  <toshok@ximian.com>
264         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
265         with different semantics (some are present in both 1.1 and 2.0
266         profiles) so that we match MS's behavior in our unit tests.
268 2006-12-06  Jackson Harper  <jackson@ximian.com>
270         * TextControl.cs: Make this operation undoable.
271         * TextBoxBase.cs: Factor the border width into the preferred
272         height.
273         - implement Modified as per the spec.
275 2006-12-06  Chris Toshok  <toshok@ximian.com>
277         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
279 2006-12-06  Chris Toshok  <toshok@ximian.com>
281         * Control.cs: make right_to_left and context_menu fields private.
283 2006-12-06  Chris Toshok  <toshok@ximian.com>
285         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
286         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
287         Control.child_controls private.  switch all uses over to
288         Control.Controls.
290 2006-12-06  Chris Toshok  <toshok@ximian.com>
292         * System.Windows.Forms/GroupBox.cs,
293         System.Windows.Forms/AccessibleObject.cs,
294         System.Windows.Forms/ErrorProvider.cs,
295         System.Windows.Forms/Control.cs,
296         System.Windows.Forms/UpDownBase.cs,
297         System.Windows.Forms/ScrollBar.cs,
298         System.Windows.Forms/DateTimePicker.cs,
299         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
300         System.Windows.Forms/ToolTip.cs,
301         System.Windows.Forms/RadioButton.cs,
302         System.Windows.Forms/LinkLabel.cs,
303         System.Windows.Forms/Splitter.cs,
304         System.Windows.Forms/TextBoxBase.cs,
305         System.Windows.Forms/ToolStripTextBox.cs,
306         System.Windows.Forms/ContainerControl.cs,
307         System.Windows.Forms/ThemeWin32Classic.cs,
308         System.Windows.Forms/SizeGrip.cs,
309         System.Windows.Forms/ToolStripDropDown.cs,
310         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
311         private.  switch all uses over to Control.Parent.
313 2006-12-06  Chris Toshok  <toshok@ximian.com>
315         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
316         Control does this before calling emitting these events.
318         * TabControl.cs: same.
320         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
321         Control.client_rect.
323         * ButtonBase.cs: use the ClientSize property instead of the
324         client_size field.
326         * ScrollableControl.cs: same.
328         * Control.cs: another pass at making properties private.  also,
329         move the initialization of tab_stop to the ctor.
331 2006-12-05  Andreia Gaita <avidigal@novell.com>
333         * TabControl.cs: Let the selected index be set freely if the 
334         control handle is not yet created.
336 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
338         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
339         internal until I can rewrite DefaultLayout.
340         * ToolStrip.cs: Fix build error and some general cleaning.
341         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
342         Fix build errors caused by making some of Control's fields private.
344 2006-12-05  Jackson Harper  <jackson@ximian.com>
346         * TextControl.cs: Redo Insert a little so that it use IndexOf
347         instead of Split, this prevents it from messing up on things like
348         \n\n\n. Also more effecient since the split array doesn't need to
349         be created.
350         * TextBoxBase.cs: AppendText doesnt handle multiline and non
351         multiline text differently, this is the first of many fixes that
352         will make multiline/non-multiline the same thing as far as the
353         TextBoxBase is concerned.
354         - Don't split the text and insert lines, this can lose some line
355         endings (like is the last line a soft or hard break). Instead use
356         the new Insert.
357         - Fix an off by one when combining all the lines in the Text
358         getter.
359         - Remove separate multiline handling from the Text getter/setter.
361 2006-12-05  Chris Toshok  <toshok@ximian.com>
363         * ButtonBase.cs: a few changes:
365         - don't reinitialize internal Control fields in the ctor when they
366         have the same values as Control sets them.
368         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
369         this before calling those methods.
371         - we don't need to call Refresh for anything.  use Invalidate
372         instead.
374         - OnEnabledChanged doesn't need to redraw at all - Control.cs
375         calls Refresh in its OnEnabledChanged.
376         
377         - several of the events we were registered for in the ctor to
378         redraw ourselves already include calls to Invalidate in the
379         property setters that raise the events.  remove the extra
380         invalidation.
382         - reformat a switch statement that was 83274658 columns wide.
383         
384 2006-12-05  Mike Kestner  <mkestner@novell.com>
386         * ComboBox.cs: fix a unit test regression from a TextBox
387         SelectionLength return of -1 when there's no selection.  
389 2006-12-05  Chris Toshok  <toshok@ximian.com>
391         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
392         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
393         cleaning up some of the internal Control fields being used by
394         subclasses.
396 2006-12-05  Mike Kestner  <mkestner@novell.com>
398         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
399         listbox after AddImplicit calls since it defaults to hidden. Add a 
400         hack to preserve requested heights across DropDownStyle changes.
402 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
404         * PropertyGrid.cs: Hide FindFirstItem method from public API.
406 2006-12-05  Chris Toshok  <toshok@ximian.com>
408         * DataGridView.cs: fix compiler warnings.
410         * PrintControllerWithStatusDialog.cs: same.
412         * ToolBar.cs: same.
414         * FolderBrowserDialog.cs: same.
416         * Splitter.cs: same.
418         * DataGridViewComboBoxCell.cs: same.
420         * XplatUIWin32.cs: same.
422         * PictureBox.cs: same.
424         * Win32DnD.cs: same.
426         * PageSetupDialog.cs: same.
428         * FileDialog.cs: same.
430         * PrintDialog.cs: same.
432         * DataGridTextBoxColumn.cs: same.
434         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
436 2006-12-05  Chris Toshok  <toshok@ximian.com>
438         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
439         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
440         System.ComponentModel.EventHandlerList work.
442 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
444         * DrawTreeNodeEventArgs.cs: Added.
446 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
447         
448         * InternalWindowManager.cs: Remove an unused field.
449         
450 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
452         * InternalWindowManager.cs:
453         - Save the point where the title bar is clicked.
454         
455         * MdiWindowManager.cs:
456         - Only allow moving of the window as long as the 
457         clicked point on the title bar does not get out of
458         MdiClient's rectangle. Fixes #79982.
459         
460         * MdiClient.cs:
461         - Added Horizontal/VerticalScrollbarVisible.
462         - Simplified the scrollbar sizing algorithm.
463         - Cache the difference in scrolled value in
464         H/VBarValueChanged and move the calculation out
465         of the for loop.
467 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
469         * Control.cs: Make the Console.WriteLine in WndProc 
470         write more info.
472 2006-12-05  Chris Toshok  <toshok@ximian.com>
474         * ToolStripManager.cs, ToolStripButton.cs,
475         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
476         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
477         ToolStripSplitButton.cs, ToolStripSeparator.cs,
478         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
479         ToolStripProgressBar.cs, ToolStripContainer.cs,
480         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
481         to using System.ComponentModel.EventHandlerList.
483 2006-12-04  Chris Toshok  <toshok@ximian.com>
485         * LinkLabel.cs: fix up compiler warnings.
487         * TableLayoutSettings.cs: same.
489         * TreeView.cs: same.
491         * ToolBar.cs: same.
493         * TabControl.cs: same.
495         * RichTextBox.cs: same.
497         * ListViewItem.cs: same.
499         * PropertyGrid.cs: same.
501         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
503         * ToolTip.cs same.
505         * TextRenderer.cs: fix up compiler warnings.
507         * Label.cs: same.
509         * Form.cs: corcompare fixes.
511         * PictureBox.cs: fix up compiler warnings.
513         * ImageListStreamer.cs: same.
515         * TrackBar.cs: corcompare fix.
517         * Control.cs: fix up compiler warnings.
519         * SplitterPanel.cs: same.
521         * NumericTextBox.cs: same.
523         * ImageList.cs: same.
525         * StatusStrip.cs: same.
527         * ProgressBar.cs: corcompare fix.
529         * ToolStripButton.cs: fix up compiler warnings.
531         * ToolStripStatusLabel.cs: same.
533         * ToolStripSplitButton.cs: same.
535         * ToolStripSeparator.cs: same.
537         * ToolStripProgressBar.cs: same.
539         * ToolStripDropDownMenu.cs: same
541         * ToolStripDropDown.cs: same.
543         * ToolStripDropDownButton.cs: same.
545         * ToolStrip.cs: same.
547         * ToolStripControlHost.cs: same.
549         * ToolStripContentPanel.cs: same.
551         * ToolStripDropDown.cs: same.
553         * ToolStripContainer.cs: same.
555         * ToolStripPanel.cs: same, and add "new" where we need it to work
556         with the new ArrangedElementCollection.
558         * ToolStripItemCollection.cs: add "new" where we need it to work
559         with the new ArrangedElementCollection.
561 2006-12-04  Andreia Gaita <avidigal@novell.com>
563         * TabControl.cs: Fix default tab selection to after TabControl
564         gets focus and not before. Fixes #80128
566 2006-12-04  Chris Toshok  <toshok@ximian.com>
568         * DataGridTableStyle.cs: remove the gross calling of
569         datagrid.Refresh from here.  It's a broken idea and it doesn't
570         work anyway.
572         * DataGrid.cs: instead, just register/unregister from the
573         DataGridTableStyle events in CurrentTableStyle.  we play it
574         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
575         even though some would most likely not require it.  Fixes bug
576         #80115 (and one portion of #80117 as a side effect).
578 2006-12-04  Chris Toshok  <toshok@ximian.com>
580         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
581         so the textbox (if any) goes away.  Fixes bug #80117.
583 2006-12-04  Chris Toshok  <toshok@ximian.com>
585         * DataGridColumnStyle.cs: set the column's readonly property
586         initially based on the property descriptor's IsReadOnly.  Fixes
587         bug #80044.
589 2006-12-04  Chris Toshok  <toshok@ximian.com>
591         * ComboBox.cs: wrap the dropdown style changing work in
592         SuspendLayout/ResumeLayout.  Fixes bug #79968.
594 2006-12-04  Jackson Harper  <jackson@ximian.com>
596         * TextBoxBase.cs: Fix off by one, since these are one-based.
597         * TextBox.cs: Select all the text when we get focus.  The TextBox
598         does this but the RTB does not.
600 2006-12-04  Chris Toshok  <toshok@ximian.com>
602         * DataGridTextBoxColumn.cs: remove some spew.
604         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
605         but some part of me is saying "it shouldn't be here.."  At any
606         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
607         setting the value.
609 2006-12-04  Chris Toshok  <toshok@ximian.com>
611         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
612         to reassign the propertydescriptor.
614 2006-12-04  Jackson Harper  <jackson@ximian.com>
616         * TextBoxBase.cs:
617         * TextControl.cs: Remove some unused variables.  Maybe this will
618         patch things up between mike and I.
619         - don't split lines less then one char wide, if the viewport is
620         that small text won't be visible anyways.
621         
622 2006-12-04  Jackson Harper  <jackson@ximian.com>
624         * TextBoxBase.cs: Default selection length is -1, need to do some
625         more testing on windows to see when this is used for the property.
626         - Redid the Lines [] property to that we properly remove soft line
627         breaks
628         - added support for preserving carriage returns
629         -  CanUndo is not a variable like 'is undo enabled' it just returns
630         true if there is undo operations available.
631         - AppendText doesn't need to grab the last tag itself anymore,
632         this happens automatically when we move the cursor.
633         * TextControl.cs: Add CompoundActions to the undo class. This
634         allows combining the other operations into one big option.  ie a
635         paste will combine { delete old, insert new, move cursor }
636         - Add InsertString undo operation
637         - New method for deleting multiline text
638         - Add carriage returns to lines. So we can preserve carriage
639         returns when text is 'roundtripped'
641 2006-12-04  Chris Toshok  <toshok@ximian.com>
643         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
644         minimum 0.  Fixes the scrollbar exception in bug #80136.
646 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
648         * MdiClient.cs: 
649         * MdiWindowManager: Removed unused fields and methods.
650         
651 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
652         
653         * StatusBar.cs: Update all panels when a AutoSize=Contents
654         panel needs updating.
655         
656         * StatusBarPanel.cs: Remove twidth and only use initialize.
657         Fixes #80031.
658                 
659 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
661         * Form.cs: When a form's MdiParent is set add it directly
662         on top of the z-order in stead of relying on MdiClient's
663         ActivateChild to do it. Fixes #80135.
664         
665         * MdiClient.cs: 
666         - Remove original_order, mdi_child_list is already doing
667         the same thing.
668         - Create mdi_child_list on construction in
669         stead of first use (avoids a few null checks).
671         * MenuItem.cs: Use an already existing list of mdi children
672         to get the correct order of children and remove the other
673         redundant list.
675 2006-12-04  Chris Toshok  <toshok@ximian.com>
677         * PropertyGridView.cs: cached_splitter_location is only used in
678         !DOUBLEBUFFER code.
680         * PropertyGrid.cs: implement the ComComponentNameChanged event
681         using Events, hoping that would fix the warning.  Looks like a
682         compiler bug instead (#80144).
684         * PropertyManager.cs: remove unused method.
686 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
688         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
689         include parentesis to fix expression evaluation. Fixes #79634.
691 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
692         
693         * MenuAPI.cs:
694         - Changes to fix behavior in Menu control, some reported in #80097
695         and other detected during behavior refactory like a select event
696         problems.
697         - Remove unneded "if's" conditions.
698         - Created an internal to flag when popup is active in control, we need 
699         it because in .NET you can have menu active but without popup active
700         when you active menu using popup without visible items.
701         - Mimic win32 behavior for Select and Popup events.  
702         - Dont open popup menu when you dont have visible subitems.
703         - Do nothing when click on disabled menu item.
704         - Some small changes to follow the coding style guidelines.
705         - Unselect menu only when another control gives focus. Fixes #80097.
706         - Remove unused code.
707         
708         * MenuItem.cs: internal VisibleItems method to check if menu
709         theres visible subitems, it will be usefull to fix some 
710         behavior in Menu control.
711         
712 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
713         
714         * Timer.cs: Tag property for 2.0 profile.
715         
716 2006-12-01  Chris Toshok  <toshok@ximian.com>
718         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
719         
720         * Win32DnD.cs: comment out some unused fields.
722         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
723         some unused properties/methods.
725         * XplatUIX11.cs: fix MousePosition so we override the base class's
726         property instead of conflicting with it.
728         * PictureBox.cs: comment out some unused fields
730         * OSXStructs.cs: make some struct fields public.
732         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
733         MousePosition so we override the base class's property instead of
734         conflicting with it.
736         * X11Dnd.cs: comment out some unused fields
738         * X11DesktopColors.cs: fix some struct field visibility to quiet
739         the compiler.
741         * X11Dnd.cs: remove some debug code.
743         * ThemeClearlooks.cs: comment out unused field.
745         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
747         * ThemeGtk.cs: comment out some unused pinvokes.
749         * Timer.cs: remove some unused fields.
751         * ThemeClearlooks.cs: comment out unused field.
753         * UpDownBase.cs: comment out unused field.
755         * DataObject.cs: comment out unused field.
757         * DataGridBoolColumn.cs: reomve unused field.
759         * DataGrid.cs: remove unused field.
761         * Cursor.cs: remove old ToBitmap code.
763         * ControlPaint.cs: remove unused method.
765         * ScrollBar.cs: remove unused fields.
767         * ComboBox.cs: remove unused field, and chain up to
768         AccessibleObject ctor.
770         * ListBox.cs: remove unused field.
772         * ButtonBase.cs: wrap a couple fields in NET_2_0.
774         * GridEntry.cs: remove unused fields.
776         * Binding.cs: remove unused fields.
778         * AxHost.cs: remove unused method.
780         * ContainerControl.cs: remove unused field.
782         * ScrollableControl.cs: remove unused fields.
784 2006-12-01  Chris Toshok  <toshok@ximian.com>
786         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
787         the Where/WhereString stuff.  it's easy enough to CWL
788         Environment.StackTrace.
790         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
791         unused private fields.
793 2006-12-01  Jackson Harper  <jackson@ximian.com>
795         * TextControl.cs: Do not update the view while inserting multiline
796         text. If we update the view we might wrap lines, before entering
797         the new lines, which causes the new line insertion calculations to
798         be totally fubared.
799         - Remove an old TODO
800         - Make debug output a little nicer
801         
802 2006-12-01  Chris Toshok  <toshok@ximian.com>
804         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
806 2006-12-01  Chris Toshok  <toshok@ximian.com>
808         [ fix the majority of the CS0108 warnings we've been suppressing ]
809         
810         * TreeView.cs: mark BackgroundImageChanged as 'new'.
812         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
813         to "LayoutToolBar" to quiet mcs.
814         
815         * TabControl.cs: mark our ControlCollection class as 'new'.
817         * TextBoxBase.cs: mark some events as 'new'.
819         * Splitter.cs: TabStop is 'new'.
821         * ControlBindingsCollection.cs: mark a few methods as new since
822         they change the visibility from protected to public.
824         * RadioButton.cs: DoubleClick -> base class, and remove unused
825         HaveDoubleClick.
827         * MonthCalendar.cs: ImeMode property -> base class, and mark many
828         events as new.
830         * NumericUpDown.cs: TextChanged -> base class.
832         * CheckedListBox.cs: mark our ObjectCollection class as new to
833         quiet mcs.
835         * FolderBrowserDialog.cs: make HelpRequest event new and have it
836         muck with the base class.
838         * StatusBar.cs: fix some mcs warnings about Update being the same
839         name as a base class method.
841         * RichTextBox.cs: mark some events as new, and make them do things
842         to the base class impl.
844         * UserControl.cs: mark TextChanged as new, and have it manipulate
845         base.TextChanged.
847         * UpDownBase.cs: mark some things new.
849         * CheckBox.cs: mark DoubleClick "new", and add some text about
850         what we need to look at.
852         * Panel.cs: make the events "new", and manipulate the base
853         version.  these are just here for attributes.
855         * AccessibleObject.cs: make owner private.
857         * Control.cs: deal with AccessibleObject.owner being private.
858         cache our own copy if we need it.
860         * Button.cs: add "new" to the DoubleClickEvent.
862         * ListBox.cs: no need to track our own has_focus here.  let
863         Control.has_focus do it for us.  Also some other work to clear up
864         warnings about not overriding base class methods of the same name.
865         
866         * ComboBox.cs: clear up some warnings about not override base
867         class methods of the same name.
869 2006-12-01  Chris Toshok  <toshok@ximian.com>
871         * Form.cs: flag a few things as "new" to quiet some of the mcs
872         warnings.
874         * AxHost.cs: same.
876         * PrintPreviewDialog.cs: same.
878         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
879         now DGV isn't so horrible on the class status page.  also, move
880         all events to using System.ComponentModel.EventHandlerList.  my
881         wrists hurt.
883 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
885         * MdiWindowManager.cs:
886         - Set form to active mdi child if shown,
887         and update the active mdi child to the next 
888         remaining child in the z-order if the form is hidden.
890         * Form.cs: 
891         - Track if the form has been visible and if its 
892         visibility is beeing changed, so that the MdiClient
893         can properly decide the ActiveMdiChild. The MdiClient 
894         cannot track this since the form can change visibility 
895         before MdiClient is created.
897         * MdiClient.cs:
898         - Don't activate anything of the parent form is changing
899         its visibility.
900         - Rework ActiveMdiChild to only return visible mdi 
901         children and take into account several other corner 
902         cases.
904 2006-12-01  Chris Toshok  <toshok@ximian.com>
906         * IBindableComponent.cs: new 2.0 interface.
908 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
910         * DataGrid.cs: Font for caption area is bold by default.
912 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
914         * Menu.cs: Tag property for 2.0.
915         
916 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
918         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
919         
920 2006-12-01  Chris Toshok  <toshok@ximian.com>
922         * TreeView.cs: doh, the Begin* events should be
923         TreeViewCancelEventHandler.
925 2006-12-01  Chris Toshok  <toshok@ximian.com>
927         * Form.cs: Form.ControlCollection already stores off the
928         form_owner field.  don't access the base class's internal "owner"
929         field.
931         * Control.cs: make all the fields in Control.ControlCollection
932         private.  there's no need for any internal fields here.
934 2006-12-01  Chris Toshok  <toshok@ximian.com>
936         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
937         OnHandleCreated.  Fixes bug #80109.
939 2006-12-01  Chris Toshok  <toshok@ximian.com>
941         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
942         SplitContainer.cs, Control.cs, StatusStrip.cs,
943         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
944         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
945         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
946         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
947         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
948         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
949         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
950         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
951         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
952         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
954         do most of the work to convert our code over to use
955         System.ComponentModel.Component.Events for
956         adding/removing/dispatching events.
959 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
961         * DataGridView.cs: Fix an ArgumentNullException reported 
962         twice today in IRC.
964 2006-11-30  Mike Kestner  <mkestner@novell.com>
966         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
967         grabbed listbox.  Fixes #80036 and #80101.
969 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
971         * Message.cs: Changed ToString() to match MS.
972         
973 2006-11-30  Jackson Harper  <jackson@ximian.com>
975         * TextBoxBase.cs: You can still change the selected text on a read
976         only textbox.
977         * TextControl.cs: Lower magic number for wrap calculations. This
978         lets text get closer to the right (far) edge.
980 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
982         * Control.cs: Tweak 2.0 layout properties.
983         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
984         * TextRenderer.cs: Add a new overload.
985         * ToolStrip*: Huge amount of changes and new features.
987 2006-11-30  Mike Kestner  <mkestner@novell.com>
989         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
990         scroll range correct.  Fixes #79994.
992 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
994         * MdiWindowManager.cs: Update main form's text when
995         a form is closed. (fixes #80038)
996         
997 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
999         * ToolBar.cs:
1000         - Fix an regression in ButtonSize.
1001         - Get ImeMode default value change to "Disable".
1002         - Get ShowTooltips default value change to true, default value is 
1003         "false" but after make a test in .NET we get "true" result as default.
1004         
1005 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
1007         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
1009 2006-11-29  Chris Toshok  <toshok@ximian.com>
1011         * XplatUIWin32.cs (GetWindowTransparency): check return value of
1012         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
1013         SetWindowTransparency hasn't been called.
1015 2006-11-29  Chris Toshok  <toshok@ximian.com>
1017         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
1018         if it's supported.
1019         (set_AllowTransparency): reorder things a little so that the
1020         WS_EX_LAYERED style is removed properly.
1022 2006-11-29  Chris Toshok  <toshok@ximian.com>
1024         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
1025         
1026         * Form.cs: only call the XplatUI transparency method (get/set) if
1027         SupportsTransparency says it's supported. Otherwise fallback to
1028         doing nothing (in the set case) or returning the instance field we
1029         cache (in the get case).
1031         * XplatUIStructs.cs: add TransparencySupport flag enum.
1032         
1033         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
1034         change to SupportsTransparency.
1036         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
1037         TransparencySupport.None from SupportsTransparency.
1039         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
1040         TransparencySupport.Set from SupportsTransparency.
1042         * XplatUIWin32.cs: implement GetWindowTransparency calling
1043         GetLayeredWindowAttributes, and implement SupportsTransparency by
1044         checking whether or not both
1045         GetWindowTransparency/SetWindowTransparency are available
1046         entrypoints.  We need to do this since SetWindowTransparency is
1047         available as of win2k, but GetWindowTransparency requires winxp.
1048         yay win32 api.
1050         * XplatUI.cs: Add GetWindowTransparency, and change
1051         SupportsTransparency to allow for either/both Get/Set.
1053 2006-11-29  Chris Toshok  <toshok@ximian.com>
1055         * DataGrid.cs: keep from going into an infinite loop redrawing a
1056         datagrid that has no datasource.  Fixes bug #80033.
1058 2006-11-29  Chris Toshok  <toshok@ximian.com>
1060         * MenuItem.cs: fix the NRE when we assign text (and therefore call
1061         Invalidate) before the mainmenu has been assigned to a control.
1063 2006-11-29  Chris Toshok  <toshok@ximian.com>
1065         * DataGrid.cs: detect when we should be double the double click
1066         row/column autosize stuff, although that codepath has yet to be
1067         written.  part of the work for bug #79891.
1069 2006-11-29  Chris Toshok  <toshok@ximian.com>
1071         * Binding.cs (SetControl): fix unit test.
1073 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1075         * PageSetupDialog.cs: Validate the margins and set them in
1076         PageSettings. 
1077         * NumericTextBox.cs: New class to mimic the behavior of the
1078         textboxes used in the printing dialogs.
1080 2006-11-29  Andreia Gaita  <avidigal@novell.com>
1081         
1082         * Form.cs: Revert previous change (remove call UpdateBounds
1083         from form constructor), because it messes with the handle creation
1084         order, and that one needs lots and lots of love.
1085         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
1086         for valid printer and throw InvalidPrinterException if document
1087         is set but printer not valid), adding a MonoTODO. Once 
1088         handle creation is done properly, we can put this back in.
1090 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1092         * MenuItem.cs: Create a invalidate method for menu item, to be
1093         calling from set text, it make text changes to imadiate update
1094         on screen. Fixes #80013. 
1095         
1096 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1098         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
1099         fixes bug #80070 and some other problem on toolbar buttons
1100         layout.
1102 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1104         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
1105         with dotted brush.      Fixes #79564
1106         
1107 2006-11-28  Andreia Gaita  <avidigal@novell.com>
1109         * Form.cs: Removed call to UpdateBounds on Form
1110         constructor, it was causing a call to CreateHandle
1111         before it was supposed to.
1112         * PrintControllerWithStatusDialog: Applied patch
1113         by Chris Toshok to hide controller when there are
1114         no printers available.
1115         PrintDialog.cs: initialize printer settings to 
1116         null - correct DefaultValues test #5
1117         * PrintPreviewControl.cs: Move PrintController
1118         initialization to GeneratePreview
1119         * PrintPreviewDialog.cs: 
1120         - Remove Preview generation     from Document_set(). It is 
1121         called on OnPaint
1122         - Throw InvalidPrinterException on CreateHandle if
1123         a Document is set but there are no printers or 
1124         printer is not valid.
1125         * ThemeWin32Classic: don't paint PrintPreviewControl
1126         if there is nothing to paint    
1128 2006-11-28  Miguel de Icaza  <miguel@novell.com>
1130         * Form.cs: Add another popular method.
1132         * TabPage.cs: ditto.
1134 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1136         * MenuItem.cs: Fixed a warning.
1137         * InternalWindowManager: Fixed a warning.
1139 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1141         * MenuItem.cs:
1142         - When cloning a menu also clone MdiList and clone the 
1143           window menu items properly (as the forms and menuitems
1144           are kept in an internal hashtable, these need updating 
1145           as well)
1146         - Rewrote the window menu code, menu items are added in the
1147           order the forms were added to their parent, and they are
1148           updated every time the window menu is shown (before the
1149           list was only generated once, in the current order of the
1150           forms, and would never be updated). A checkmark is shown
1151           next to the item corresponding to the active mdi child.
1153 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1155         * XplatUIStructs.cs: 
1156         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
1157         
1158         * XplatUIWin32.cs: 
1159         - Added TME_NONCLIENT to TMEFlags.
1160         - Handles WM_NCMOUSEMOVE in GetMessage to 
1161           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
1163         * MdiWindowManager:
1164         - Now merges mdi child menu to parent menu when maximized.
1165         - Recalculate NC areas of both mdi child and mdi parent. 
1166           Fixes #79757 (4).
1167           on window state and size changes.Fixes #79844 (3).
1168         - Handle WM_NCCALCSIZE to properly calculate borders.
1170         * Form.cs:
1171         - Add/remove to the mdi containers list of mdi children 
1172           in the order they are added.
1173         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
1174           to the maximized mdi child.
1175         
1176         * InternalWindowManager.cs:
1177         - Only execute a click on the control buttons on the mouse up,
1178           not on the mouse down. Show the state of the button 
1179           (was only showing Normal state, never Pressed state). The
1180           pressed button now follows the mouse (if you click the Close 
1181           button and move the mouse over the Maximize button, the 
1182           Maximize button will be shown as pressed). Since Win32 does
1183           not generate WM_NCLBUTTONUP if you release the button outside
1184           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
1185           it as a mouse up.
1186         
1187         * ThemeWin32Classic.cs:
1188         - Draw a missing border around mdi child forms. Fixes #79844 (2).
1190         * MdiClient.cs:
1191         - Added a list of forms which contains the order the forms are
1192           added to the mdi parent.
1193         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
1194         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
1195         - If the active form changes set the scrollbars to the top
1196           of the Z order, otherwise the form could hide them.
1197         - Scrollbars are now sized according to ClientSize, not 
1198           to Size, and they take into account the other scrollbar
1199           to determine maximum.
1200         
1201 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
1202         
1203         * XplatUI.cs:
1204         * XplatUIDriver.cs:
1205         * XplatUIX11.cs:
1206         * XplatUIWin32.cs:
1207         * XplatUIOSX.cs:
1208         - Added RequestAdditionalWM_NCMessages for windows to 
1209           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
1210           Currently only implemented in XplatUIWin32.
1212 2006-11-27  Chris Toshok  <toshok@ximian.com>
1214         * Hwnd.cs: only add the hwnd to the windows hash in
1215         set_WholeWindow and set_ClientWindow if whole_window/client_window
1216         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
1218 2006-11-27  Mike Kestner  <mkestner@novell.com>
1220         * ComboBox.cs: remove redundant OnDropDown call.  It is called
1221         from the ComboListBox.ShowWindow code. Fixes #79969.
1223 2006-11-27  Chris Toshok  <toshok@ximian.com>
1225         * Hwnd.cs: remove the setters for ExposePending and
1226         NCExposePending - noone uses them.
1228 2006-11-27  Jackson Harper  <jackson@ximian.com>
1230         * TextControl.cs: new param for ReplaceSelection which determines
1231         whether we select the new selection, or set the cursor to the end
1232         of the new selection.
1233         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
1234         pasting, select the new text.
1235         * RichTextBox.cs: Use new param for ReplaceSelection.
1237 2006-11-27  Jackson Harper  <jackson@ximian.com>
1239         * TextBoxBase.cs: Set the selection to the caret after the caret
1240         is moved, otherwise they get out of sync.
1242 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1244         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
1245         it fixes #80015
1247 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1249         * ThemeWin32Classic.cs: 
1250         - Fix toolbar drop down arrow position.
1251         - Fix drop down appearance when ToolBar.Appearance is normal,
1252         it fixes #80018.
1253         
1254 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1256         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
1257         * Control.cs: Same.
1258         * UpDownBase.cs: Same.
1259         * ButtonBase.cs: Same.
1260         * ScrollBar.cs: Same.
1261         * TrackBar.cs: Same.
1262         * PictureBox.cs: Same.
1263         * UserControl.cs: Same.
1264         * Label.cs: Same.
1265         * ListControl.cs: Same.
1266         * TextBoxBase.cs: Same.
1267         * ListView.cs: Same.
1268         * RichTextBox.cs: Same.
1269         * TreeView.cs: Same.
1271 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
1273         * PrintDialog.cs:
1274         - Text label for where 
1275         - Text label comment was not shown
1277 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
1279         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
1281 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1283         * InternalWindowManager.cs: 
1284         - Handle WM_PARENTNOTIFY to activate the form
1285         if any child control is clicked.
1286         - The form is only sizable if not minimized.
1288         * MdiWindowManager.cs:
1289         - Save the IconicBounds if the form is moved.
1290         - Rework SetWindowState, now the window bounds 
1291         are stored only if the old window state is Normal.
1292         
1293         * MdiClient.cs:
1294         - In SetWindowStates store the old window state if 
1295         the window is maximized and restore window state if
1296         the window looses focus.
1297         - Don't handle any scrollbar value changes if 
1298         initializing the scroll bars. Fixes #79771.
1299         - Reworked ArrangeIconicWindows. Current algorithm
1300         tests bounds agains all other minimized windows, if
1301         any intersections create new bounds (going left to 
1302         right, bottom to top) and then test again. When 
1303         successful the bounds are saved and never computed
1304         again. Fixes #79774.
1306 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1308         * InternalWindowManager.cs: Added HandleTitleBarUp.
1310 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1312         * NumericUpDown.cs: In .NET 1.1, user entered text is still
1313         hexadecimal in ParseUserEdit.
1315         
1316 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1318         * MdiWindowManager.cs: 
1319         - Handle a click on the form's icon to show the 
1320         system menu (when maximized). Fixes #79775.
1321         - Change the existing click handler for the form's
1322         icon when not maximized to show on MouseUp.
1323         Fixes #79776.
1325         * Form.cs: In OnResize only layout the mdi child's
1326         parent if it actually has a parent. Might not if
1327         the window is closing.
1330 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1332         * MdiClient.cs: Ignore active MDI client for text of parent, if
1333         child has no text set.
1335 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1337         * ToolBar.cs: Fixed ToString to match MS.
1339 2006-11-22  Andreia Gaita  <avidigal@novell.com>
1341         * NumericUpDown: 
1342         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
1343         update inner values on set. Fixes #79966.
1344         - Override OnLostFocus to update value on NET 2. Fixes #79950.
1345         - Fix hexadecimal parsing.
1346         
1347         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
1348         parent. Fixes #79957
1350 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1352         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
1353         the actual size has to be queried, since if height /
1354         width is negative Win32 changes it to 0. 
1355         Fixes #79999 on Windows.
1356         
1357         * XplatUIX11.cs: Set height / width to 0 if negative
1358         in SetWindowPos. Fixes #79999 on Linux.
1359         
1360 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1362         * ThemeWin32Classic.cs: Fix text redenring when button is
1363         pressed.
1365 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
1367         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
1368         and later navigate by mouse. Fixes #79528.
1370 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1372         * ToolBar.cs: Set default value for TabStop to false in
1373         constructor, it fixes remaining behavior of bug #79863.
1375 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1377         * MdiWindowManager.cs:
1378         * InternalWindowManager.cs:
1379         - Moved a few methods specific to Mdi from 
1380         InternalWindowManager to MdiWindowManager.
1381         Fixes #79996.
1382         
1383 2006-11-21  Chris Toshok  <toshok@ximian.com>
1385         * XplatUIOSX.cs: stub out InvalidateNC.
1387         * XplatUIWin32.cs: implement InvalidateNC using the call I found
1388         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
1390         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
1392         * XplatUIDriver.cs: add InvalidateNC abstract method.
1394         * XplatUI.cs: add InvalidateNC.
1396 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
1398         * ToolBar.cs: Invalidate complete button area when pressed status 
1399         was changed.
1400         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
1401         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
1402         by 1 when button is pressed.
1404 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1406         * ToolButton.cs: Invalidate middle of DropDown button when
1407         ToolBar theres DropDownArrows.
1408         * ThemeWin32Classic.cs: Change position of DropDown arrow and
1409         fix DropDown drawing operations.
1411 2006-11-20  Chris Toshok  <toshok@ximian.com>
1413         * NativeWindow.cs: fix the formatting of functions ('{' on the
1414         following line), and enable the thread exception dialog.
1416         * Application.cs: remove the duplicate exception catching from
1417         here.
1419 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1421         * Toolbar.cs: Triggers button click event when click on icon
1422         of dropdown ToolBarButton. Fixes #79912.
1423         
1424 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1426         * Theme.cs:
1427         * ThemeWin32Classic.cs:
1428         - Added a property WindowBorderFont to enable themeing
1429           of mdi child windows' Text.
1430           
1431 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1433         * InternalWindowManager.cs:
1434         * Form.cs:
1435         * MdiClient.cs:
1436         * MdiWindowManager.cs: 
1437         - If mdi child is maximized, set mdi parent's
1438           text to "Parent - [Child]". Fixes #79770.
1439         - If there is any maximized mdi child windows, only the active 
1440           window (and any new windows) is maximized, the rest are normal.
1441         - On a WindowState change only save mdi child's window bounds 
1442           if the old window state was normal. Fixes #79774.
1443         - The scroll bars are now calculated on hopefully all
1444           necessary events. Fixed #79771 / #79844->6 / #79906.
1445         - MdiClient.SizeScrollBars() now takes into account docked 
1446           controls in the parent when calculating available space.
1447         - InternalWindowManager now always repaints the entire title
1448           area. Fixes #79844->1/4/5.
1449         - Added RequestNCRecalc on mdi child windowstate changes.
1450           Fixes #79772.
1452 2006-11-20  Mike Kestner  <mkestner@novell.com>
1454         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
1455         in the MouseUp handler of the listbox and move the return handling
1456         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
1458 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
1460         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
1462 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1464         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
1465           working in 1.2.x anymore. So, updated.
1467 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
1469         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
1470         NumberGroupSeparator of current culture instead of assuming en-US.
1471         Fixed bug #79967.
1473 2006-11-17  Mike Kestner  <mkestner@novell.com>
1475         * Control.cs: Add the concept of implicit bounds setting so that
1476         dock/undock round trips preserve explicitly set size/locations.
1477         Fixes #79313.
1479 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
1481         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
1482           can't handle those filters. (Fixes bug #79961)
1484 2006-11-17  Chris Toshok  <toshok@ximian.com>
1486         [ fixes the exit/crashes associated with #79835.  it's clearly
1487         suboptimal though, we need to figure out a better way to solve
1488         this. ]
1489         
1490         * PrintPreviewControl.cs: deal with the new invalid printer
1491         exceptions.
1493         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
1494         and return false (so CommonDialog.ShowDialog doesn't actually show
1495         the form.)
1497         * PrintDialog.cs: enable/disable the Ok button depending on
1498         whether or not the printer is valid.
1500         * CommonDialog.cs (ShowDialog): only actually show the form if
1501         RunDialog returns true.
1503 2006-11-17  Jackson Harper  <jackson@ximian.com>
1505         * TextControl.cs: When soft splitting a line, mark it as a soft
1506         split line. Also carry over the current line break to the next
1507         line.
1509 2006-11-17  Chris Toshok  <toshok@ximian.com>
1511         * XplatUIX11.cs: when scrolling a window with an invalid area, we
1512         only want to shift the part of the invalid area that overlaps the
1513         area we're scrolling.  we also don't want to clear the invalid
1514         area unless the invalid area was entirely contained within the
1515         scrolling area.
1517 2006-11-16  Chris Toshok  <toshok@ximian.com>
1519         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
1520         also make sure to free the memory returned by XGetWindowProperty
1521         in GetText().
1523         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
1525 2006-11-16  Chris Toshok  <toshok@ximian.com>
1527         * XplatUI.cs: add a new super secret way to get at the totally
1528         unsupported X11 backend.
1530 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1532         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
1534 2006-11-16  Jackson Harper  <jackson@ximian.com>
1536         * TreeView.cs: Allow more explicit setting of top node position
1537         for scrollbars. Slower algo, but more accurate.
1538         - CollapseAll should maintain the current top node.
1539         * TextBoxBase.cs: When positioning the caret, use the line, pos
1540         method, since the x, y method does not grab the correct tag, and
1541         the caret height never gets set correctly. (Maybe I should just do
1542         away with the caret having its own height, and always use the
1543         carets current tag for height).
1545 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
1547         [Fixes 79778, 79923]
1549         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
1550         Parent to the FosterParent instead.
1552 2006-11-16  Jackson Harper  <jackson@ximian.com>
1554         * TreeView.cs: Need to recalc the topnode when we expand or
1555         collapse. The scrolling methods can't handle this on their own,
1556         since they use differences between the last scroll position, and
1557         those difference get completely messed up since we are expanding
1558         nodes.  This problem should probably be fixed in the scrolling
1559         methods, so they can figure out exactly where they are, but this
1560         will slow things down a little.
1561         * ThemeWin32Classic.cs: Special case for groupboxes with empty
1562         strings, makes nunit-gui look a lot nicer.
1564 2006-11-16  Chris Toshok  <toshok@ximian.com>
1566         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
1567         the broken multithreaded event handling we have in here.  File
1568         this entry under "Why we should move to the new X11 backend".
1570         Any thread can make it into UpdateMessageQueue, which gets events
1571         from the X socket - some of which could belong to hwnds being
1572         managed by a different thread.  We can also have multiple threads
1573         in UpdateMessageQueue at the same time, with each one reading from
1574         the X socket.  This leads to many problems, with the following
1575         solutions:
1577         We can't use hwnd.Queue.Enqueue anywhere in here and must use
1578         EnqueueLocked.
1580         The MotionNotify compression we do can't work across threads
1581         (without locking the entire queue, perhaps) since we call
1582         hwnd.Queue.Peek, so we just punt and don't compress motion events
1583         unless the owning thread is the one which got the X event.
1585         ConfigureNotify is another fun one, since it modifies the hwnd's
1586         bounds and then enqueues the event.  We add a lock to Hwnd which
1587         is held when setting configure_pending to true (and enqueuing the
1588         event).
1590         There is a race wrt the wake socket.  we need to make sure that
1591         only 1 thread is waiting on that socket, or else a thread could
1592         sleep waiting for data that never comes.  It's difficult (but not
1593         impossible) to make happen, because it seems to require something
1594         like the following:
1596             1. Thread 1 polls on wake_receive
1597         
1598             2. poll returns saying there's data to be read on
1599                wake_receive.
1600         
1601             3. Thread 2 polls on wake_receive and immediately returns
1602                saying there's data to be read.
1604             4. Thread 2 reads the wakeup byte from wake_receive
1606             5. Thread 1 attempts to read the wakeup byte from
1607                wake_receive.
1609             6. Thread 2 exits (due to a form closing, perhaps).
1611             7. Thread 1 blocks forever.
1612         
1613         Fun, eh?
1615         Fixing the Expose handling isn't done yet, and the races inherent
1616         in that piece of code are responsible for the drawing mistakes you
1617         see when generating expose events in a MT app (like NPlot).  This
1618         one is the likely to be the hardest to bandaid, and it doesn't
1619         appear to cause anything but drawing problems.  The other issues
1620         caused apps to exit or hang.
1622         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
1623         called from a different thread than the one that should be calling
1624         these functions.
1626         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
1628 2006-11-15  Chris Toshok  <toshok@ximian.com>
1630         * Application.cs: null out the context's MainForm when we exit
1631         RunLoop.  Fixes a newly checked in unit test as well as the last
1632         ODE from bug #79933.
1634 2006-11-15  Chris Toshok  <toshok@ximian.com>
1636         * Form.cs (set_Owner): allow a null value so we can clear the
1637         form's owner.
1638         (Dispose): set all our owned_form's Owner properties to null, and
1639         clear the owned_forms collection.
1640         (WM_CLOSE): clean up this a little bit.. still not right though.
1642         * ApplicationContext.cs: OnMainFormClosed should only call
1643         ExitThreadCore if the main form isn't recreating.  Fixes unit
1644         test.
1646 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
1648         [Fixes 78346]
1650         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
1652 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
1654         [Fixes 79433]
1656         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
1657         keep popup window types from stealing focus from the main form
1658         on Windows.
1660         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
1662         * MenuAPI.cs: Set above flag to true.
1664 2006-11-15  Chris Toshok  <toshok@ximian.com>
1666         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
1667         the button being released is not in wParam.
1669 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
1671         * Form.cs: Add the released button to MouseEventArgs.Button
1672         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
1673         on Win32.
1675 2006-11-15  Chris Toshok  <toshok@ximian.com>
1677         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
1678         GetText().  untested because it's unused in our implementation.
1679         Control.Text always caches the text, even if
1680         ControlStyles.CacheText is not set.
1682         fixes bug #79939.
1684 2006-11-15  Chris Toshok  <toshok@ximian.com>
1686         [ fixes #79933 ]
1687         
1688         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
1689         message.  no hiding, no disposing.
1691         in the WM_CLOSE handler, hide the form if it's modal.
1693 2006-11-15  Chris Toshok  <toshok@ximian.com>
1695         * XplatUIX11.cs: use AddExpose instead of sending a message.
1696         fixes textbox border drawing.
1698 2006-11-15  Chris Toshok  <toshok@ximian.com>
1700         * PropertyGridView.cs: keep from crashing on mouse move/down when
1701         the property grid is empty.
1703 2006-11-14  Jackson Harper  <jackson@ximian.com>
1705         * TextControl.cs: Make PageUp and PageDown more like the MS
1706         versions.
1707         * TextBoxBase.cs: When we set the text property position the
1708         cursor at the beginning of the document.
1710 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1712         * Form.cs: if a mdi child's WindowState has changed
1713         before it's creation, it would display wrong control
1714         buttons.
1715         
1716 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
1718         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
1719           (Fixes bug #79927)
1721 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1723         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
1724         the window gets to paint its borders even if the window is
1725         getting smaller.
1726         
1727         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
1728         otherwise the old control buttons would still be painted 
1729         if the window gets bigger.
1730         
1731         * PaintEventArgs.cs: add an internal method so that the clip 
1732         rectangle can be changed.
1733         
1734 2006-11-13  Chris Toshok  <toshok@ximian.com>
1736         [ fixes bug #79745 ]
1737         
1738         * NotifyIcon.cs: lots of cleanup.
1740         * X11Structs.cs: add an enum for XEMBED messages.
1742         * XplatUIX11.cs: reindent one of the giant switch statements, it
1743         was taking up an additional tab stop, and this file is already way
1744         too wide for my laptop's screen.
1746         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
1747         we get it, resize the hwnd to the WMNormalHints max_width/height.
1749 2006-11-13  Jackson Harper  <jackson@ximian.com>
1751         * TextBoxBase.cs: Compute the value changes for the mouse wheel
1752         teh simple way.
1754 2006-11-13  Chris Toshok  <toshok@ximian.com>
1756         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
1757         #79898.  force a reference to the Region to stick around so the
1758         unmanaged object isn't collected (rendering our handle in the MSG
1759         stale).
1761 2006-11-13  Chris Toshok  <toshok@ximian.com>
1763         * XplatUIX11.cs: fix #79917 for window managers which support
1765         using XStoreName on the raw utf8, and we need to convert to
1766         COMPOUND_TEXT if it's non-latin1.
1768 2006-11-13  Chris Toshok  <toshok@ximian.com>
1770         * Form.cs (set_DialogResult): we need to set closing to false if
1771         we're setting our result to None.  fixes bug #79908.
1773 2006-11-13  Jackson Harper  <jackson@ximian.com>
1775         * TextControl.cs: When formatting text, compute the adjusted tag
1776         lengths correctly, using FindTag for the end tag instead of trying
1777         to figure it out outselves.
1778         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
1779         the item, ItemHeight doesn't work, because trees with large
1780         imagelists use those for their height
1781         * TreeView.cs: ActualItemHeight factors in the image height
1782         - compute left edge of checkboxes correctly
1783         - when expanding/collapsing move the bottom down one pixel, so we
1784         aren't moving part of the node
1786 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1788         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
1789         stack in PaintEventStart so that it won't get disposed by the gc
1790         before reaching PaintEventEnd.
1792 2006-11-13  Jackson Harper  <jackson@ximian.com>
1794         * TextBoxBase.cs: Don't select the word if we are on a line with
1795         no text.
1796         - We don't need to position the caret on mouse up, since the mouse
1797         move handler should be doing this
1798         - When double clicking a blank line, the caret is advanced to the
1799         next line.
1801 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
1803         * TreeNodeCollection.cs: Avoid duplicating indexer code.
1805 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
1807         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
1808         Fixes part of bug #79910.
1810 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
1812         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
1813           (bug #79903). Some minor string updates to match ms.
1815 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
1817         * FileDialog.cs: Don't add an extension if the filename
1818           already ends with that extension.
1820 2006-11-10  Jackson Harper  <jackson@ximian.com>
1822         * TreeView.cs: Use the currently highlighted node for the
1823         BeforeSelect event.
1824         * TextBoxBase.cs: There is no need to expand selection on
1825         MouseMove.
1826         - CanUndo means 'is there any undo operations', not 'is undo
1827         allowed on this textcontrol. Fixed ClearUndo unit test.
1829 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
1831         * Button.cs: only perform click when button is Selectable (so as 
1832         not to activate default buttons when they're disabled)
1833         
1834         * Control.cs: Rewrite of the SelectNextControl and related 
1835         methods. HandleClick now selects next control if the current one
1836         is being disabled.
1837         
1838         * Form.cs: OnActivated selects next active control only if Load 
1839         has already occurred. If Load hasn't run, there's no point in 
1840         selecting here, Load might change the state of controls.
1841         
1842         * FocusTest.cs: Tests marked as working again for these fixes
1844 2006-11-10  Chris Toshok  <toshok@ximian.com>
1846         * XplatUIX11.cs: a couple of fixes.
1848         - use XInternAtoms with almost all the atoms we need to register,
1849         instead of many, many calls to XInternAtom.  should help a bit on
1850         startup time, at the expense of making the code look a little
1851         worse.
1853         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
1854         isn't reparented (which seems to be a clue that we're running fon
1855         compiz) and they have an Owner form.  This fixes the tool windows
1856         in paint.net when running under compiz.
1858         - when setting the opacity of a window, support both the case
1859         where the window has been reparented and also when it hasn't been.
1860         Since compiz/beryl doesn't seem to reparent windows, and these are
1861         the only window managers which support translucency, I'm not sure
1862         why we need the hwnd.reparented case at all.. but leave it in.
1863         now we get translucent windows in paint.net under compiz/beryl.
1865 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
1867         * FileDialog.cs: Always return the value for FilterIndex that
1868           was set. Internally convert it to values that make sense.
1870 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
1871         
1872         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
1874 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
1876         * Toolbar.cs: Change default value of DropDownArrows to true, the 
1877         signature still using false to make it compatible with MS but the 
1878         initial value is true. Fixes #79855.
1880 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
1882         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
1883           only available on Linux.
1885 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
1887         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
1888         reduce number of calls to redraw method during toolbar creation.
1890 2006-11-09  Mike Kestner  <mkestner@novell.com>
1892         * ListView.cs : raise SelectedIndexChanged when an item is selected
1893         programmatically via the Item.Selected property.  Gert's nice 
1894         ListViewSelectedIndexChanged test fixture now runs clean.
1896 2006-11-09  Mike Kestner  <mkestner@novell.com>
1898         * ListView.cs : raise SelectedIndexChanged when a selected item is
1899         removed from the item collection using Remove or RemoveAt.
1901 2006-11-09  Mike Kestner  <mkestner@novell.com>
1903         * ListView.cs : raise SelectedIndexChanged once per selected item
1904         for compat with MS.  Fixes #79849+.
1906 2006-11-09  Chris Toshok  <toshok@ximian.com>
1908         * TabControl.cs: initialize row_count to 0, and set it to 1 when
1909         we need to (if we have any tab pages).  Fixes unit test.
1911 2006-11-09  Chris Toshok  <toshok@ximian.com>
1913         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
1914         width is 0, not 3.  Fixes a unit test.
1916 2006-11-09  Mike Kestner  <mkestner@novell.com>
1918         * ListView.cs : use Implicit scrollbars so that focus isn't 
1919         stolen from the listview when they are clicked. Fixes #79850.
1921 2006-11-09  Chris Toshok  <toshok@ximian.com>
1923         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
1924         have a root item.  Fixes #79879.
1926 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
1928         * FileDialog.cs:
1929           - Fix ToString ()
1930           - An ArgumentException is now thrown if a wrong filter
1931             is applied (matches ms). The previous filter doesn't change
1932             anymore if an exception is thrown.
1933           - Changing the FileName property also affects FileNames
1934         * ColorDialog.cs: The length of the CustomColors array is always
1935           16. It doesn't matter if we use a smaller array or null to update
1936           or change the custom colors property.
1937         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
1938           for RootFolder if we get a undefined value.
1940 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1942         * StatusBarPanel.cs: 
1943         - Width is set to MinWidth if Width is smaller than
1944         MinWidth. Fixes #79842.
1945         - MinWidth now always overrides Width (MSDN says MinWidth
1946         is set to Width when AutoSize = None, but they do not 
1947         behave like that).
1948         - Style has now the the correct default value.
1949         
1950 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1952         * TrackBar.cs: 
1953         - The control is completely invalidated on 
1954         Got/LostFocus to draw the focus rectangle correctly.
1955         - When AutoSize then height is always 45 (width for 
1956         vertical controls).
1957         
1958         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
1959         on the mouse when moved and it doesn't move when grabbed
1960         until the mouse moves as well. Also fixed some wrong 
1961         calculations when clicking on the thumb (control thought
1962         click was outside of thumb and didn't grab it).
1963         Fixes some of the issues in #79718.
1965 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
1967         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
1969 2006-11-08  Chris Toshok  <toshok@ximian.com>
1971         * PropertyGridView.cs: only call ToggleValue if the item is not
1972         readonly.
1974 2006-11-08  Jackson Harper  <jackson@ximian.com>
1976         * TextBoxBase.cs: The RichTextBox and textbox have very different
1977         word selection methods.  Implement the textbox's simple word
1978         selection here, and let the RichTextBox override and provide it's
1979         own.
1980         - Don't do extra selection on mouseup
1981         * RichTextBox.cs: Use the documents word selection algorithm, I
1982         think ideally, this function will be pulled into the
1983         RichTextBox.cs code someday.
1985 2006-11-08  Chris Toshok  <toshok@ximian.com>
1987         * RootGridEntry.cs: new class to represent GridItemType.Root.
1989         * CategoryGridEntry.cs: reformat, and add boilerplate.
1990         
1991         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
1992         returns the UI parent anyway, and we need special handling to
1993         implement the GetTarget method in the face of it.  Also, implement
1994         Select().
1996         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
1997         a root grid item, and use that instead of PropertyGrid.grid_items.
1998         Also, make use of TypeConverters (and add limitted support for
1999         ICustomTypeDescriptors) when initially populating the grid.
2000         Arrays now show up more or less properly.
2002 2006-11-08  Chris Toshok  <toshok@ximian.com>
2004         * Application.cs: set the modal dialog to non modal after we close
2005         it.  Fixes bug #79866.
2007 2006-11-08  Jackson Harper  <jackson@ximian.com>
2009         * TextControl.cs: When combining lines carry over the line end
2010         style from the end line.
2011         - Invalidate the selected area when setting it, if it is visible.
2012         * TextBoxBase.cs: Only rich text box can do full line selects.
2013         - Make sure to set the cursor position when there is a click,
2014         otherwise two clicks in separate areas could cause a large chunk
2015         to be selected.
2017 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2019         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
2020         Fixes #79863.
2022 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2024         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
2025         time. Remove tooltips when ToolButton click events.  Fixes #79856.
2027 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2029         * MenuAPI.cs: Ignore right click for menu actions and fixes
2030         menu border when clicked.  Fixes #79846.
2032 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2034         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
2035         MouseState after create wParam for message, this fixes mouse button 
2036         equal none in mouse up events.
2037         
2038 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
2040         * Control.cs : Focus() now calls Select to set the Container's
2041         Active Control and to give it focus. To avoid infinite recursion
2042         (because ActiveControl also calls Focus at one point), a check 
2043         is made in Focus with the help of a new internal variable
2044         is_focusing.
2046 2006-11-07  Mike Kestner  <mkestner@novell.com>
2048         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
2049         if there's a selection.  Fixes #79849.
2051 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2053         * PropertyGrid.cs: Avoid fixed height of help description label.
2054         Fixes part of bug #79829.
2056 2006-11-07  Chris Toshok  <toshok@ximian.com>
2058         * XplatUIX11.cs: fix #79790 again, by using the
2059         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
2061 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2063         * ToolBar.cs: Fix left click checking.
2065 2006-11-07  Chris Toshok  <toshok@ximian.com>
2067         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
2069 2006-11-07  Chris Toshok  <toshok@ximian.com>
2071         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
2072         PropertyManager unit tests.
2074         * PropertyManager.cs: make property_name internal.
2076 2006-11-07  Chris Toshok  <toshok@ximian.com>
2078         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
2079         pass a unit test.  Also, don't set image_index to anything in
2080         response to setting the ImageList property.
2082 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2084         * ToolBar.cs: Ignore click events when mouse button is not a
2085         left button, only accepts other button for dropdown menus.  
2086         Fixes #79854.
2088 2006-11-07  Chris Toshok  <toshok@ximian.com>
2090         * DataGrid.cs: make the back and parent row buttons a little less
2091         ugly.
2093 2006-11-07  Jackson Harper  <jackson@ximian.com>
2095         * TextBoxBase.cs: When converting to Text don't put line breaks in
2096         for soft line breaks.
2097         * TextControl.cs: There is an initial "fake" line in the document,
2098         this is now a soft break line, so that an extra line feed doesn't
2099         get added to the end of documents.
2101 2006-11-07  Chris Toshok  <toshok@ximian.com>
2103         [ fix bug #79778 ]
2104         
2105         * CurrencyManager.cs: if the list is readonly, don't bother
2106         checking if IBindingList.AllowNew is true.
2108         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
2109         for non-DataRowView datasources..  or rather, make it not crash.
2110         (DataGridPaintRelationRow): make sure we limit the row painting to
2111         the area not covered by the row header, and make our cell width at
2112         least large enough to cover the relation area.  This allows grids
2113         that have relations but no rows to render correctly.
2114         (DataGridPaintRowContents): same type of changes here.
2115         (SetDataSource): move back to always calling
2116         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
2117         navigating back through relations.
2118         (HitTest): handle the case where we have no cells but have
2119         relations.  Right now we generate a hit in cell 0 of whatever the
2120         row is, not sure if this is strictly correct, but it works for our
2121         purposes.
2122         
2123         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
2124         bother doing anything.
2126 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
2128         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
2129         early version of StatusStrip.  Not responsible for eaten
2130         application or firstborn children.
2132 2006-11-06  Chris Toshok  <toshok@ximian.com>
2134         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
2135         call GetTabRect with a -1 index.  Fixes #79847.
2137 2006-11-06  Jackson Harper  <jackson@ximian.com>
2139         * TreeNodeCollection.cs: Update scrollbars after clearing.
2141 2006-11-06  Chris Toshok  <toshok@ximian.com>
2143         * NumericUpDown.cs: fix the ToString method for some unit test
2144         love.
2146 2006-11-06  Chris Toshok  <toshok@ximian.com>
2148         * PropertyGrid.cs:
2149         - set the initial SelectedGridItem if we can.
2151         - Exclude non-mergable properties only if we're merging > 1
2152         object.  Merging 1 object isn't really merging, obviously.
2154         - Handle PropertySort.NoSort just like Alphabetical, which is
2155         wrong of course, but at least gets things on the screen.
2156         
2157         * PropertyGridView.cs:
2158         - Add method "FindFirstItem" which finds the first property grid
2159         item, so we can select it by default.
2161         - make use of GridEntry.CanResetValue.
2163         - Don't call RedrawBelowItemOnExpansion here anymore, the
2164         individual GridEntry's will do that.
2166         - Remove the ITypeDescriptorContextImpl internal class.
2167         
2168         * GridEntry.cs:
2169         - this class needs to implement ITypeDescriptorContext, as it's
2170         what MS's PropertyDescriptorGridEntry does, which means we can
2171         remove the ITypeDescriptorContextImpl internal class from
2172         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
2174         - keep a reference to our PropertyGridView, and move the call to
2175         RedrawBelowItemOnExpansion here from PGV.  This means
2176         programmaticly setting Expanded actually does something visible.
2178         - add a CanResetValue() function which takes into account our
2179         possibly multiple "selected_objects" in the merged case.  Shifting
2180         PropertyGridView to use this method fixes another unreported
2181         crasher found running the test for #79829.
2183         - when Top or Bounds is updated, make sure the PropertyGridTextBox
2184         is updated to reflect this.
2186         * CategoryGridEntry.cs: the ctor takes the PGV now.
2187         
2188 2006-11-06  Jackson Harper  <jackson@ximian.com>
2190         * TextControl.cs: These are 1 based.
2191         * TextBoxBase.cs: When setting the selected text, don't change the
2192         selected text tags, this is done by ReplaceText, just position the
2193         cursor at the end of the new text.
2195 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2197         * ListView.cs: Allow label edit only when, when LabelEdit is
2198           set to true.
2200 2006-11-06  Jackson Harper  <jackson@ximian.com>
2202         * TextControl.cs: If a suitable wrapping position isn't found,
2203         just wrap right in the middle of a word.
2205 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2207         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
2208           bug #79820.
2210 2006-11-06  Jackson Harper  <jackson@ximian.com>
2212         * TreeView.cs: Can't use the VisibleCount property when setting
2213         scrollbar heights, because this doesn't take into account whether
2214         or not the horz scrollbar just came visible.
2216 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
2218         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
2219         activated.  Fixes #79369, #79832.
2221 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
2223         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
2224           had to remove support for links that point to a directory. FileInfo
2225           returns no usefull information (means, the directory they point to)
2226           for such links. Replaced some empty string ("") with String.Empty.
2228 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2230         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
2231         NullReferenceException when attempting to remove node that is not in
2232         collection. Throw NullReferenceException when null is passed to 
2233         Remove. Allow first element of the collection to be removed. Fixes
2234         bug #79831.  In GetEnumerator ().Current return null if positioned 
2235         before the first element of the collection. In GetEnumerator ().Reset,
2236         position before first element of the collection.
2238 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2240         * PropertyGrid.cs: To match MS, remove default title and description
2241         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
2242         buttons.
2244 2006-11-04  Chris Toshok  <toshok@ximian.com>
2246         * Theme.cs: add a Clamp method, just for kicks.
2248         * ThemeWin32Classic.cs: clamp all color components to [0..255].
2250 2006-11-04  Chris Toshok  <toshok@ximian.com>
2252         * Form.cs: if the form isn't visible, Close() does nothing.
2254 2006-11-03  Chris Toshok  <toshok@ximian.com>
2256         * Form.cs (Close): if the form is modal, don't Dispose of it, only
2257         Hide it.
2258         (WndProc): don't Dispose after handling the WM_CLOSE message.
2260         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
2261         them as such, instead of using casts from Control to Form.  Also,
2262         don't Dispose of the modal dialog when we fall out of the loop -
2263         Close() it instead.
2265         fixes bug #79813.
2267 2006-11-03  Chris Toshok  <toshok@ximian.com>
2269         * Control.cs (Dispose): only go through the dispose thing if we're
2270         @disposing, and we haven't already been disposed.  Fixes bug
2271         #79814.
2273         * Form.cs: no reason to call "base.Dispose()" here instead of
2274         "Dispose()".
2276 2006-11-03  Mike Kestner  <mkestner@novell.com>
2278         * ComboBox.cs : use ToString instead of casts in AddItem for
2279         sorting functionality.  Fixes #79812.
2281 2006-11-03  Chris Toshok  <toshok@ximian.com>
2283         * Application.cs: pave the way for actually using the thread
2284         exception dialog.  it's ifdefed out at the moment.
2286 2006-11-03  Chris Toshok  <toshok@ximian.com>
2288         * ThreadExceptionDialog.cs: until we get a better layout, actually
2289         hide the details textbox and label when we shouldn't see them.
2291 2006-11-03  Jackson Harper  <jackson@ximian.com>
2293         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
2294         multiline textboxes anymore.  This method also determines the
2295         width/height of a textboxes canvas area.
2296         - Sorta a revert of the last patch.  For multiline just position
2297         the controls, then bail.  This way the scrollbar width won't be
2298         altered.
2300 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
2302         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
2303         it dont need.  Fixes #79537.
2305 2006-11-02  Jackson Harper  <jackson@ximian.com>
2307         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
2308         send the status after firing the DndOver event.
2310 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2312         * TrackBar.cs: Now orientation only switches height / width if
2313         the control's handle is created (Win32 does it like this). Also 
2314         fixed a typo in ToString() for a test to pass, changed the 
2315         exception thrown in set_LargeChange and set_SmallChange to 
2316         match Win32 behaviour, and added TrackBar tests to the unit 
2317         tests.
2319 2006-11-02  Chris Toshok  <toshok@ximian.com>
2321         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
2322         not _NET_WM_STATE_NO_TASKBAR.
2324 2006-11-02  Jackson Harper  <jackson@ximian.com>
2326         * TextControl.cs: Increment count by one, since in the update view
2327         count - 1 is used.
2329 2006-11-02  Jackson Harper  <jackson@ximian.com>
2331         * TextBoxBase.cs: Use client rectangle not bounds for checking if
2332         the mouse is in the client rectangle (duh).
2334 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2335         
2336         * TrackBar.cs: Fixed trackbar jumping around when clicking
2337         on it - the trackbar was not detecting correctly at which
2338         side of the thumb the click was done. (fixes #79718)
2340 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
2342         * ListBox.cs: scroll visible area when change SelectedIndex to
2343         a non visible area.  Fixes #79481.
2345 2006-11-01  Jackson Harper  <jackson@ximian.com>
2347         * TextControl.cs: When replacing the selection move the selection
2348         start/end/anchor to the end of the new text.
2350 2006-11-01  Jackson Harper  <jackson@ximian.com>
2352         * XplatUIWin32.cs: When setting the parent change the controls
2353         visibility to it's visibility flag, not to it's old parents
2354         visibility (.Visible walks the parent chain).
2356 2006-11-01  Chris Toshok  <toshok@ximian.com>
2358         * XplatUIX11.cs: revert the #79790 fix, as the simple.
2359         XSetTransientForHint fix breaks paint .net's tool windows.  more
2360         work needed for that one.
2362 2006-11-01  Chris Toshok  <toshok@ximian.com>
2364         * ScrollBar.cs: throw ArgumentException instead of Exception in
2365         LargeChange/SmallChange setters.  fixes unit tests.
2367 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2369         * ContainerControl.cs: reverted rev.67183 (which was itself
2370         a reversion of rev.66853... eh).
2371         
2372         * Control.cs: Fixes Reflector hang by changing Focus() call
2373         to what it was before rev.66643 (calling Select() here sets 
2374         ActiveControl, which in some situations calls back Focus and 
2375         eventually does a stack overflow). Temp fix.    
2376         Changes to GetNextControl() to not look for children to select when
2377         parent cannot be selectable (so it looks for siblings instead)  
2378         
2379 2006-10-31  Mike Kestner  <mkestner@novell.com>
2381         * CheckedListBox.cs : off by one error in returned index from
2382         ObjectCollection.Add.  Fixes #79758.
2384 2006-10-31  Chris Toshok  <toshok@ximian.com>
2386         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
2387         calls for the textbox/spinner, to keep from recursing to the point
2388         where we crash.  Fixes #79760.
2390 2006-10-31  Chris Toshok  <toshok@ximian.com>
2392         * ListControl.cs (set_SelectedValue): don't throw exceptions on
2393         null/"" value, just return.  matches ms's behavior and fixes some
2394         failing tests.
2396 2006-10-31  Chris Toshok  <toshok@ximian.com>
2398         * Control.cs (set_Capture): make a logic a little easier to
2399         follow.
2401         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
2402         if it's being destroyed.  A necessary fix surely, but a bandaid
2403         also, to fix the stuck capture problem in bug #78413.
2405 2006-10-31  Chris Toshok  <toshok@ximian.com>
2407         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
2408         convention of clearing hwnd.ClientRect when we set the
2409         width/height (so it'll be recalculated by Hwnd).
2411 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
2413         * ContainerControl.cs: reversed Contains check from
2414         ActiveControl due to hanging problems. This fix
2415         partly regresses #79667 (button does not have
2416         initial focus), so this might be a symptom for 
2417         a larger parenting problem (set_ActiveControl
2418         is being called but the child control does
2419         not have the parent set yet?)   
2420         
2421 2006-10-31  Mike Kestner  <mkestner@novell.com>
2423         * MenuAPI.cs : fix keynav when menu is click activated.
2425 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
2427         * ToolStrip*: Version 0.2.
2429         * MenuStrip.cs: Version 0.1.
2431         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
2433 2006-10-30  Chris Toshok  <toshok@ximian.com>
2435         [ fixes the oversized notify icon issue in bug #79745 ]
2436         
2437         * NotifyIcon.cs: scale the icon down to the size we're given by
2438         the XplatUI layer (this would be faster if we did it once instead
2439         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
2440         since it's never invoked.
2442         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
2443         pixels high by default, so let's hardcode our systray icon to that
2444         size.  The SYSTEM_TRAY protocol should really have a way for
2445         client apps to query for the correct icon size.. but oh well.  A
2446         couple of patches to deal with the screwy client_window ==
2447         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
2448         instance, and also make sure we don't XSelectInput twice).
2450 2006-10-30  Chris Toshok  <toshok@ximian.com>
2452         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
2453         recreating forms.  Control recreation is the bane of my existence.
2454         Fix it in a way that keeps everyone happy.
2456 2006-10-30  Chris Toshok  <toshok@ximian.com>
2458         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
2459         just non-CHILD ones.  otherwise sometimes scrollbars end up with
2460         client_windows not being resized to the proper size (ReportBuilder
2461         shows this extremely well).
2463 2006-10-30  Chris Toshok  <toshok@ximian.com>
2465         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
2466         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
2467         showing up in the gnome taskbar.  Fixes bug #79790.
2469 2006-10-30  Chris Toshok  <toshok@ximian.com>
2471         * ApplicationContext.cs: guard against a NRE.
2473         * Application.cs: null out the old MainForm for the context, so we
2474         don't try to use it again once it's disposed.  Fixes bug #79783.
2476 2006-10-30  Chris Toshok  <toshok@ximian.com>
2478         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
2479         BindingContext, set the data source directly, otherwise do the
2480         lazy approach - the actual ListManager will be created when we get
2481         a BindingContext. Fixes bug #79700.
2483 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2485         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
2486           XplatUIX11.cs: Remove old 2 parameter SetVisible.
2488         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
2490 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
2492         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
2493         of SetVisible that allows a window to be shown, but not activated.
2494         This is needed on Windows for MenuStrip, and can probably be used
2495         with MainMenu and ComboBox to fix the focus stealing issues on
2496         Windows.
2498         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
2500 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
2502         * PictureBox.cs: Fix the output of the ToString method.
2504 2006-10-29  Chris Toshok  <toshok@ximian.com>
2506         * Control.cs (get_TopLevelControl): fix bug #79781.
2508 2006-10-29  Chris Toshok  <toshok@ximian.com>
2510         * ListControl.cs (set_DataSource): throw Exception here, not
2511         ArgumentException, to match MS behavior.
2513 2006-10-29  Chris Toshok  <toshok@ximian.com>
2515         * Form.cs: remove the try-catch's around calls to GetWindowState.
2516         We can just check the return value.
2518         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
2519         Instead return -1.
2521         * XplatUI.cs: Add note about additional return value for
2522         GetWindowState.
2524 2006-10-29  Chris Toshok  <toshok@ximian.com>
2526         * Control.cs (CreateHandle): when we create our handle, we also
2527         create the handles of our child controls.  Fixes one of the
2528         Control unit tests (CH11).
2530 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2532         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
2534 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
2536         * ThemeClearlooks.cs: A little speedup.
2538 2006-10-27  Chris Toshok  <toshok@ximian.com>
2540         * Control.cs: implement Control.FromChildHandle in a way that
2541         matches the docs (and fixes the failed test.)
2543 2006-10-27  Chris Toshok  <toshok@ximian.com>
2545         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
2546         comments).
2548         * DataGrid.cs: implement ResetForeColor such that the tests
2549         succeed.
2550         
2551 2006-10-27  Chris Toshok  <toshok@ximian.com>
2553         * ToolBarButton.cs: setting text/tooltiptext to null results in it
2554         being set to "".  Fixes bug #79759.
2556 2006-10-27  Jackson Harper  <jackson@ximian.com>
2558         * TextControl.cs: We need to clear the entire selection area when
2559         setting the start, otherwise multiline selections are still
2560         visible.
2562 2006-10-26  Chris Toshok  <toshok@ximian.com>
2564         * PropertyGridView.cs: 
2566         - ifdef all the code specific to the double
2567         buffer case, and provide some alternatives in the non-doublebuffer
2568         code, which makes heavy use of XplatUI.ScrollWindow to move things
2569         around without having to invalidate (and cause flicker).  There
2570         are still some drawing problems in the non-doublebuffered case, so
2571         DOUBLEBUFFER is defined by default.
2573         - Fix the way dropdowns are handled.  now we explicitly watch for
2574         the events which might cause the dropdown to close, and break out
2575         of the nested event loop there.  This gets rid of all Capture
2576         code, at the expense of the Msg special casing.  Seems to work,
2577         though, and fixes bug #79743.
2579 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
2580         * Control.cs: SetIsRecreating now recreates implicitly added
2581         child controls as well. Finally fixes #79629. The flag passed to 
2582         SetIsRecreating has also been removed since it wasn't used.
2583         
2584 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2586         * PageSetupDialog.cs: Clean some code, fix some bits, 
2587         add some checks, and add a printer sub-dialog.
2589 2006-10-26  Chris Toshok  <toshok@ximian.com>
2591         * PropertyGrid.cs: make set_SelectedObject call
2592         set_SelectedObjects, and move the duplicate logic to the
2593         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
2595         * PropertyGridView.cs: hide the textbox when we get a
2596         SelectedObjectsChanged event.
2598         Fixes bug #79748.
2600 2006-10-26  Chris Toshok  <toshok@ximian.com>
2602         * PropertyGridView.cs: deal with the type converter not supporting
2603         GetStandardValues() or GetStandardValues() returning null, which
2604         is does in the default case.  Fixes #79742.
2606 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
2608         * CheckedListBox.cs: nunit no longer crashes when selecting 
2609         Project/Edit menu option
2610         
2611 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
2613         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
2614         is no menu selected. fixes #79739
2616 2006-10-25  Chris Toshok  <toshok@ximian.com>
2618         * PropertyGridView.cs: factor out the splitter invalidation code
2619         into the SplitterPercent setter, and for kicks implement the
2620         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
2621         amount in either direction.
2623 2006-10-25  Chris Toshok  <toshok@ximian.com>
2625         * PropertyGridView.cs: do some cleanup of the brush used to draw
2626         text - read only fields should be grayed out.  not sure how to do
2627         this with the textbox, though.  but the textbox's should also be
2628         readonly now at least.  Also, hide/show the textbox when resizing
2629         the control.
2630         
2631         * CursorConverter.cs: use System.Reflection when getting the
2632         properties of Cursors, as TypeDescriptor.GetProperties isn't
2633         returning static properties.
2635 2006-10-25  Chris Toshok  <toshok@ximian.com>
2637         * PropertyGridView.cs: factor out the up/down handling, and reuse
2638         it for page up/down.  also add End/Home support.
2640 2006-10-25  Chris Toshok  <toshok@ximian.com>
2642         * PropertyGridView.cs:
2644         - ensure the selected grid item is visible in the scrolled area,
2645         fixes bug #79572.
2647         - fix Keys.Down handling when you're on the last item in the
2648         propertygrid.
2650 2006-10-25  Mike Kestner  <mkestner@novell.com>
2652         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
2653         clicks too.  Fixes #79725.
2655 2006-10-24  Chris Toshok  <toshok@ximian.com>
2657         * PropertyGrid.cs: use property.Converter instead of
2658         TypeDescriptor.GetConverter(property.PropertyType), so we catch
2659         TypeConverters declared on the property as well as on the
2660         PropertyType.  Fixes bug #79678.
2662 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
2664         * MimeIcon.cs, Mime.cs:
2665           Fallback to the default platform handler if no shared mime info
2666           stuff exists (fixes #79693).
2668 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
2669         * ContainerControl.cs: Incorrect contains check in ActiveControl 
2670         from previous fix (duh).
2672 2006-10-20  Chris Toshok  <toshok@ximian.com>
2674         * PropertyGridView.cs: the dropdown should be MIN(number of items
2675         in list, 15).  Fixes #79551.
2677 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
2678         Fixes #79384, #79394, #79652, #79667
2679         * Application.cs: 
2680         
2681         - Modal windows are now destroyed in the proper order for windows
2682         
2683         * ContainerControl.cs:
2684         
2685         - ActiveControl setter has more conditions on when to return:
2686                 - if we're reselecting the active control, but it actually
2687                 didn't have focus (window hidden or some such), it runs
2688                 - if the active control being selected doesn't actually 
2689                 exist in the container, it returns
2690         
2691         * Form.cs
2692         
2693         - The ShowDialog now gets the current form as the owner when
2694         invoking without parameters, and correctly activates the owner 
2695         when returning
2696         
2697         * MessageBox.cs
2698         
2699         - MessageBox now catches the Escape key to exit
2701 2006-10-20  Chris Toshok  <toshok@ximian.com>
2703         * PropertyGridView.cs: fix a number of issues (bug #78565, and
2704         most of bug #79676):
2706         - you can navigate around the property grid with the arrow keys.
2708         - the dropdown is sized properly when the pg has a vertical
2709         scrollbar.
2711         - fix the indentation for subentries, and properly select the
2712         entire label rect.
2714         - fix the gray bar's drawing (only draw it to the last element,
2715         not for the height of the control.  Also make sure we draw that
2716         last horizontal grid line.
2718         - use the same mechanism the datagrid uses wrt the editing textbox
2719         when scrolling/resizing/etc.  Namely, we hide it first, do the
2720         operation, then show it again (if it's still visible).
2721         
2722         - aggressively remove a lot of unnecessary refreshes (and also
2723         calls to Invalidate(). call more limited variants, and only redraw
2724         what we need.)
2725         
2726         * PropertyGrid.cs:
2728         - when we're populating the merged collection, fill in the UI
2729         parent with either the passed in item, or the category item we
2730         create.
2732         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
2734         * GridItem.cs: drop some fully qualified names.
2735         
2736         * GridEntry.cs: add a "UIParent", which is basically the parent
2737         treenode.
2739         * GridItemCollection.cs: add an IndexOf method.
2741 2006-10-20  Mike Kestner  <mkestner@novell.com>
2743         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
2744         a working win32 NC invalidation mechanism, we can't invalidate
2745         menus.  [Fixes #79705]
2747 2006-10-20  Mike Kestner  <mkestner@novell.com>
2749         * ListBox.cs : don't update the VScrollbar if the list is empty,
2750         just hide it.  [Fixes #79692]
2752 2006-10-20  Jackson Harper  <jackson@ximian.com>
2754         * RichTextBox.cs: Handle some special chars better, and don't skip
2755         the entire group when we encounter a special char that we don't
2756         handle correctly.
2758 2006-10-18  Chris Toshok  <toshok@ximian.com>
2760         * PropertyGridView.cs: address a number of issues from bug #79676,
2761         mostly of the cosmetic variety.
2763         - The highlight rectangle for indented items not extends all the
2764         way to the left.
2766         - Indented items aren't indented so much.
2768         - the dropdown is properly sized width-wise if the pg has a
2769         vertical scrollbar.
2771 2006-10-18  Chris Toshok  <toshok@ximian.com>
2773         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
2774         systray stuff is rather convoluted to begin with.
2776         systray icons are a single window for some reason (that I haven't
2777         figured out yet), and for them, client_window == whole_window.
2778         Given the way the tests are structured elsewhere to determine
2779         which paints are pending (client vs. nc), that situation will
2780         always yield PAINT, not NCPAINT.  So, if we have a pending
2781         nc_expose and no pending expose, remove the hwnd from the paint
2782         queue, and also set nc_expose_pending to false, to keep us from
2783         blocking further expose's adding the hwnd to the paint queue.
2785         phew.  like i said, a rather convoluted change.  Fixes the
2786         notifyicon repaint issues in bug #79645.
2788 2006-10-18  Chris Toshok  <toshok@ximian.com>
2790         * Form.cs: when getting the backcolor of the form, don't get
2791         base.BackColor, as this allows parents to influence the background
2792         color.  This breaks mdi forms.  Instead, if the background_color
2793         is empty, return the default.
2795 2006-10-18  Chris Toshok  <toshok@ximian.com>
2797         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
2798         to being private instead of internal static.
2800         * Control.cs: remove all the stupid ParentWaitingOnRecreation
2801         crap, it wasn't working for more deeply nested controls anyway,
2802         and we already have the is_recreating flag - use that instead.
2803         Before calling DestroyHandle in RecreateHandle, recurse through
2804         the control tree setting it to true.  this returns the recreate
2805         code to much of its original simplicity, while now guaranteeing we
2806         actually recreate everything we're supposed to.  This change gets
2807         fyireporting actually showing mdi children.
2809 2006-10-17  Chris Toshok  <toshok@ximian.com>
2811         * Form.cs: remove some debug spew, and collapse some duplicate
2812         code at the end of SetClientSizeCore.
2814         * XplatUIX11.cs: 
2815         - add some more debug spew here too wrt Destroy handling.
2816         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
2817         in Control's handling of WM_DESTROY.
2818         - Remove the handling of zombie window DestroyNotifies from the
2819         event loop - we don't need it.  Now the only DestroyNotifies we
2820         actually handle are ones generated by X.
2821         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
2822         match gtk's (functioning) handling of this. This keep metacity
2823         from leaving droppings in the form of wm borders with no window
2824         contents all over the place.
2826         * Control.cs:
2827         - add a bunch of debug spew wrt control recreation.
2828         - fix a bug where we weren't tracking Visible properly on
2829         recreated hwnds.
2830         - fixed the WM_PAINT double buffer handling to support re-entrant
2831         calls (yes, i know it's gross, but it's happening to us).
2833 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
2834         * ThemeWin32Classic.cs: changed drawing of selected days
2835         to make them look better.
2837 2006-10-16  Chris Toshok  <toshok@ximian.com>
2839         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
2840         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
2842         * XplatUIX11.cs: move away from using hwnd.client_dc and
2843         hwnd.non_client_dc and on to a stack of dc's (and in window's
2844         case, PAINTSTRUCT's), so we can deal with nested Paint calls
2845         without puking or not disposing of Graphics objects.
2847         * XplatUIOSX.cs: same.
2849         * XplatUIWin32.cs: same.
2851 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
2853         * FileDialog.cs: Don't call on_directory_changed inside
2854           OnSelectedIndexChanged (it changes the SelectedIndex too).
2855           Instead move it to OnSelectionChangeCommitted.
2857 2006-10-13  Chris Toshok  <toshok@ximian.com>
2859         * XplatUIX11.cs: more Destroy work.  the current code does the
2860         following things, in order:
2862         1. Enumerates all handles of all controls at or below the one
2863         being destroyed, in pre-order.  As it is doing this, it marks the
2864         handles as zombie and clears all references to them.
2865         
2866         2. calls XDestroyWindow on the window passed in.
2868         3. SendMessage's WM_DESTROY to all he handles in the accumulated
2869         list.
2871 2006-10-13  Chris Toshok  <toshok@ximian.com>
2873         * XplatUIX11.cs: set hwnd.zombie to true before calling
2874         SendMessage (WM_DESTROY).  this keeps us from marking the new
2875         window a zombie, and also keeps us from calling sendmessage at
2876         all.
2878 2006-10-13  Jackson Harper  <jackson@ximian.com>
2880         * TextControl.cs: Do not show the caret and selection at the same
2881         time.  Reduces ugliness by 35%.
2883 2006-10-13  Chris Toshok  <toshok@ximian.com>
2885         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
2886         zombie after we do the recursive call, so we actually do call
2887         SendMessage on the children controls.
2888         (GetMessage): if we find a pending paint event for a zombie hwnd,
2889         remove the hwnd from the paint queue, or else it will always be
2890         there (and we'll effectively loop infinitely)
2892 2006-10-13  Mike Kestner  <mkestner@novell.com>
2894         * MenuItem.cs : add Selected format under keynav too.
2895         Fixes #79528.
2897 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
2899         * PropertyGrid.cs: Fixed some NRE's and small difference between our
2900         implementation and that of MS.
2902 2006-10-13  Chris Toshok  <toshok@ximian.com>
2904         * Control.cs (OnInvalidated) only futz with the invalid_region if
2905         the control is double buffered.  this fixes the apparent hang in
2906         the ListView unit tests.  Someone needs to make the
2907         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
2909 2006-10-13  Chris Toshok  <toshok@ximian.com>
2911         * PropertyGridView.cs:
2913         - do a little refactoring so that only one place calls
2914         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
2915         else call that.  Also make it Refresh, since there are redraw bugs
2916         otherwise (we should take a look at that...)
2918         - do a little more refactoring work to share the body of code
2919         involved with the drop down.  it was duplicated in the code
2920         dealing with the listbox handling and in the code dealing with the
2921         UITypeEditors.
2923         - add a Capture to the dropdown form's control once it's
2924         displayed, and add a MouseDown handler that checks to make sure
2925         the position is inside the control.  If it's not, close the
2926         dropdown.  This fixes #78190.
2928         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
2929         if the value is different than the initial value.
2930         
2931 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
2933         * Control.cs: see #78650
2934         - Fixed GetNextControl for several cases:
2935                 - Changed FindFlatForward to return 
2936                 correct sibling control when more than one
2937                 control has same TabIndex as the currently 
2938                 focused one.
2939                 - Changed FindFlatBackward to loop children
2940                 from last to first and apply same logic as in
2941                 FindFlatForward
2942                 - Changed FindControlForward to search for
2943                 children when control is not a container
2944                 but has children, or search for siblings if
2945                 control is a container...
2946                 - Changed FindControlBackward   to continue
2947                 searching for child controls when hitting 
2948                 Panel-like parents
2949                 
2950         - Fixed Focus method to update ActiveControl
2951         (FocusTest.FocusSetsActive failure)
2952         
2953         * TabControl.cs:
2954         - Focus rectangle now refreshes when gaining
2955         or losing focus
2956         - Removed grab for Tab key on IsInputKey that 
2957         was keeping tab navigation from working (#78650)
2959 2006-10-13  Chris Toshok  <toshok@ximian.com>
2961         * PropertyGridView.cs:
2962         - Rewrite SetPropertyValue to loop over SelectedGridItem's
2963         SelectedObjects.
2965         - Deal with GridItem.Value == null a few places.
2967         * PropertyGrid.cs: 
2968         - replace the PopulateGridItemCollection with a pair of methods
2969         which compute the intersection of all the properties in the
2970         SelectedObjects array.  Fixes #79615.
2972         - Throw ArgumentException from set_SelectedObjects if there's a
2973         null in the array.
2975         - Add GetTarget method which can be used to traverse up the
2976         GridItem.Parent chain.  It depends on the assumption that
2977         selected_objects for different GridEntries are always in the same
2978         order (a safe assumption).  Use this method and loop over all the
2979         selected objects in the entry when calling RemoveValueChanged and
2980         AddValueChanged.
2981         
2982         * GridEntry.cs: Make this handle multiple selected objects.
2983         .Value returns null if not all the selected objects share the same
2984         value.
2986 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
2987         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
2988           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
2989           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
2990           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
2991           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
2992         add additional functionality.
2994 2006-10-12  Mike Kestner  <mkestner@novell.com>
2996         * ErrorProvider.cs : new ToolTipWindow ctor sig.
2997         * HelpProvider.cs : new ToolTipWindow ctor sig.
2998         * ToolTip.cs : remove ToolTip param from Window sig since it is
2999         not used.
3000         * ToolBar.cs : add tooltip support.  Fixes #79565.
3002 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3004         * ComboBox.cs: move the events in set_SelectedIndex to 
3005         after the call to HighlightIndex in order to avoid 
3006         possible recursion and subsequent problems with the call
3007         to HighlightIndex and include a range check in 
3008         set_HighlightIndex. Fixes #79588
3009         
3010 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3012         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
3013         to ui thread's settings instead of sunday. 
3014         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
3016 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3018         * DateTimePicker.cs
3019         * MonthCalendar.cs
3020         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
3021         and implement missing functionality (selecting different parts 
3022         of the date and edit them individually with the keyboard).
3023         
3024 2006-10-11  Chris Toshok  <toshok@ximian.com>
3026         * Control.cs (OnInvalidated): fix NRE relating to last change.
3028 2006-10-11  Chris Toshok  <toshok@ximian.com>
3030         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
3031         atoms in _NET_WM_STATE here if the window is maximized.  We need
3032         to do this because we're *replacing* the existing _NET_WM_STATE
3033         property, so those atoms will be lost otherwise, and any further
3034         call to GetWindowState will return Normal for a window which is
3035         actually maximized.  Fixes #79338.
3037 2006-10-11  Jackson Harper  <jackson@ximian.com>
3039         * TextControl.cs: Special case for setting selection end to
3040         selection start, we basically kill the anchor.
3041         - some todo comments.
3043 2006-10-11  Chris Toshok  <toshok@ximian.com>
3045         * Control.cs: switch to using an "invalid_region" to track which
3046         parts of the image buffer need updating.  This is more code than
3047         the simple fix from r66532.  That version just attempted to always
3048         fill the entire buffer on redraw, which turns out to be
3049         inefficient when invalidating small rectangles.  This version
3050         simply adds the invalid rectangle to the invalid region.  When we
3051         get any WM_PAINT message we see if it can be filled using the
3052         image buffer, and if it can't (if the paint event's clip rectangle
3053         is visible in the invalid region) we first fill the image buffer.
3054         So, the image buffer is still a cache, we just fill it lazily.
3056         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
3057         need it any longer.
3059 2006-10-11  Chris Toshok  <toshok@ximian.com>
3061         * XplatUIX11.cs (SetWindowPos): we need to update both position as
3062         well as size after calling XMoveResizeWindow.  This keeps us from
3063         ignoring future SetWindowPos calls.  Fixes the disappearing
3064         DateTimePicker in the ToolBarDockExample from bug #72499.
3066 2006-10-11  Chris Toshok  <toshok@ximian.com>
3068         * TextBoxBase.cs: reorder things a bit when it comes to
3069         resizing-causing-recalculation.  we were recalculating the
3070         document when our position was changed, which shouldn't happen.
3071         We only care about size changes.  Clear up some more redundant
3072         recalculation calls while I'm at it.  This makes the toolbar dock
3073         example snappy when you're just dragging toolbars around (since it
3074         causes a relayout whenever you move one.)
3076 2006-10-11  Chris Toshok  <toshok@ximian.com>
3078         * ToolBarButton.cs (get_Rectangle): this only returns
3079         Rectangle.Empty if Visible == false, or Parent == null.
3080         Parent.Visible doesn't matter.
3082 2006-10-10  Chris Toshok  <toshok@ximian.com>
3084         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
3085         by .net 1.1, so switch to an internal method instead.
3087 2006-10-10  Chris Toshok  <toshok@ximian.com>
3089         * Control.cs (WM_PAINT): when a control is double buffered we draw
3090         initially to the ImageBuffer and then copy from there.  But when a
3091         parent control which has child controls is double buffered, the
3092         initial drawing doesn't encompass the entire ClientRectangle of
3093         the parent control, so we end up with uninitialized bits (this is
3094         easily seen by dragging the top toolbar in
3095         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
3096         manually set the ClipRectangle of the paint_event (only the one we
3097         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
3098         of the nastiness in bug #72499.
3100         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
3101         which we use in Control.cs's WM_PAINT handling.
3103 2006-10-10  Jackson Harper  <jackson@ximian.com>
3105         * TextBoxBase.cs: Finish off the autoscrolling stuff.
3107 2006-10-10  Chris Toshok  <toshok@ximian.com>
3109         * Cursor.cs: Apply a slightly different patch to the one suggested
3110         in #79609.
3112 2006-10-10  Jackson Harper  <jackson@ximian.com>
3114         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
3115         not the parent form.
3116         * TextControl.cs: use difference in old line count vs new count to
3117         calculate how many lines were added, this takes into account soft
3118         line breaks properly.
3120 2006-10-10  Chris Toshok  <toshok@ximian.com>
3122         * LinkLabel.cs: don't call MeasureCharacterRanges against a
3123         rectangle located at 0,0 and the size of the text.  Use
3124         ClientRectangle instead.  This fixes rendering of non-left aligned
3125         link labels.
3127 2006-10-10  Jackson Harper  <jackson@ximian.com>
3129         * TextBoxBase.cs: When we set the selection start position the
3130         caret.
3131         * TextControl.cs: Need to update the caret when we decrement it to
3132         zero.
3133         - Make sure that the selection_visible flag gets reset to false if
3134         the selection isn't visible.  Before this you could get it set to
3135         visible by changing the selection start, then changing the end to
3136         equal the start.
3138 2006-10-09  Jackson Harper  <jackson@ximian.com>
3140         * TreeView.cs: Don't update scrollbars when we aren't visible.
3141         * TreeNodeCollection.cs: Only need to update scrollbars if being
3142         added to an expanded visible node or the root node.
3144 2006-10-09  Chris Toshok  <toshok@ximian.com>
3146         * XplatUIX11.cs (SendMessage): fix NRE.
3148 2006-10-09  Jackson Harper  <jackson@ximian.com>
3150         * TextBoxBase.cs: Implement horizontal autoscrolling.
3151         * TextControl.cs: Add a movement types that allows moving forward
3152         and backwards without wrapping.
3154 2006-10-09  Mike Kestner  <mkestner@novell.com>
3156         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
3157         with focus "expansion" of labels.  Fixes #79532 and then some.
3158         * ThemeWin32Classic.cs : add LineLimit to ListView label format
3159         when wrapping.
3161 2006-10-09  Jackson Harper  <jackson@ximian.com>
3163         * TextBoxBase.cs: Set the default max values to MaxValue since
3164         we use the scrollbar for autoscrolling and the default value is
3165         100.  If we don't do this the caret won't keep up with typing
3166         after about 18 characters.
3167         * TextControl.cs: Make sure the selection is offset by the
3168         viewport x.  This fixes selection when using auto scrolling.
3170 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
3171         
3172         * Form.cs: The active control should be selected after the 
3173         OnLoad so that any child control initialization that affects
3174         the selection is done. Fixes #79406
3176 2006-10-06  Chris Toshok  <toshok@ximian.com>
3178         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
3179         to have no evil effects.
3181         - Stop selecting StructureNotifyMask on non-toplevel windows.
3183           The only way children should be resized is by using the SWF api,
3184           and we already send WM_WINDOWPOSCHANGED messages in those cases.
3185           Toplevel windows can be interacted with via the window manager,
3186           and so we keep the input mask there.
3188           The other event StructureNotifyMask gives us (that we care
3189           about) is DestroyNotify.  The code is already structured such
3190           that it assumes we won't be getting a DestroyNotify event for
3191           the window we pass to XDestroyWindow (which is what
3192           StructureNotifyMask is supposed to guarantee.)  So, that code
3193           shouldn't be affected by this either.
3195         - Stop selecting VisibilityChangeMask altogether.
3197           We weren't doing anything with the resulting events anyway.
3198         
3199         This vastly reduces the number of X requests and events we see
3200         when resizing/laying out a large ui.
3202 2006-10-06  Chris Toshok  <toshok@ximian.com>
3204         * ScrollableControl.cs (DisplayRectangle): we need to take into
3205         account the DockPadding regardless of whether or not auto_scroll
3206         == true.  rework this slightly to this effect, and fix bug #79606,
3207         and part of #72499 (you can now see the drag handles and drag
3208         toolbars around).
3210 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
3212         * ListViewItem.cs: Collections of selected and checked items are now
3213         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
3214         we mark the collection "dirty".
3215         * ListView.cs: Marked collections readonly. Modified UpdateSelection
3216         to only clear SelectedItems when a new item is selected and MultiSelect
3217         is enabled. CheckedItems and SelectedItems now subscribe to Changed
3218         event of ListViewItemCollection, and mark its list dirty whenever
3219         that event is fire. This allows us to return selected/checked items 
3220         in the same order as they are in the Items collection. This matches
3221         the MS behavior.
3223 2006-10-06  Chris Toshok  <toshok@ximian.com>
3225         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
3226         right mouse clicks.  Fixes bug #79593.
3228 2006-10-06  Chris Toshok  <toshok@ximian.com>
3230         * Splitter.cs: doh, fix splitters that don't want to cancel the
3231         movement when you drag them.  Also, impose the limits on the
3232         values we send to the SplitterMovingEvent.  Fixes #79598.
3234 2006-10-06  Jackson Harper  <jackson@ximian.com>
3236         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
3237         since we use this for auto scrolling also.
3239 2006-10-05  Chris Toshok  <toshok@ximian.com>
3241         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
3242         beginning to think that most datagrid column types don't need this
3243         method.  Fixes bug #79392.
3245 2006-10-05  Chris Toshok  <toshok@ximian.com>
3247         * DataGrid.cs: move back to a more lazy scheme for creating the
3248         CurrencyManager, so we aren't updating it every time you set
3249         either DataSource or DataMember.  Also, don't call
3250         RecreateDataGridRows if the currency manager hasn't changed.
3252 2006-10-05  Chris Toshok  <toshok@ximian.com>
3254         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
3255         emitted, SelectedIndex should already be updated.  Fixes bug
3256         #78929.
3258 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
3260         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
3261           ToolStripTextBox.cs: Initial commit.
3262         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
3264 2006-10-05  Jackson Harper  <jackson@ximian.com>
3266         * TabControl.cs: We need to invalidate the tab control area when
3267         new ones are added (duh).
3269 2006-10-03  Chris Toshok  <toshok@ximian.com>
3271         * Form.cs (ProcessDialogKey): if the focused control is in this
3272         form and is a button, call its PerformClick method here.  Fixes
3273         #79534.
3275 2006-10-04  Jackson Harper  <jackson@ximian.com>
3277         * TabPage.cs: Ignore setting of Visible, and add an internal
3278         method for setting the controls visibility.  TabPage's Visible
3279         property is a little strange on MS, this seems to make us
3280         compatible, and fixes cases where people set all the tab pages to
3281         visible.
3282         * TabControl.cs: Use the new internal setting on tab pages
3283         visibility.
3285 2006-10-03  Mike Kestner  <mkestner@novell.com>
3287         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
3289 2006-10-03  Mike Kestner  <mkestner@novell.com>
3291         * ListView.cs : use is_visible instead of Visible to check if 
3292         scrollbars should be placed/sized.  Also some max_wrap_width
3293         love for LargeIcon view.  [Fixes #79533]
3295 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
3297         * TextControl.cs :
3298           Make set_TextAlign() do actually update the align. Fixed #78403.
3300 2006-10-03  Chris Toshok  <toshok@ximian.com>
3302         * DataGrid.cs: fix a crash when switching datasources if the
3303         vertical scrollbar is at someplace other than Value = 0.  Also,
3304         reduce the number of recalculation passes we do in SetDataSource
3305         from 2 to 1.
3307 2006-10-03  Jackson Harper  <jackson@ximian.com>
3309         * TextBoxBase.cs: Move the if value the same bail check up, we
3310         don't want to empty the document if it is already empty, this
3311         seems to severly mess up the caret.  TODO: I should probably fix
3312         the empty statement to update teh caret somehow.
3314 2006-10-03  Chris Toshok  <toshok@ximian.com>
3316         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
3317         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
3318         reflection, an internal row type, properties on said type, etc.)
3319         will work with our datagrid.  Fixes #79531.
3321 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3323         * FileDialog.cs: Don't crash if a path is not accessible
3324           (System.UnauthorizedAccessException). Fixes #79569.
3325         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
3326           a ':' too. Return unknown icon for those paths/files.
3328 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
3330         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
3331         GetContainerControl returns null.
3333 2006-10-02  Chris Toshok  <toshok@ximian.com>
3335         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
3336         call to XGetWindowAttributes instead of "handle".  fixes an X
3337         error using notifyicon after the NotifyIconWindow to Form base
3338         class switch.
3340 2006-10-02  Chris Toshok  <toshok@ximian.com>
3342         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
3343         server grab and looping we need to do to get down to the most
3344         deeply nested child window.
3345         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
3346         QueryPointer again after the WarpPointer so we can generate a
3347         proper (fake) MotionNotify event to be enqueued in the destination
3348         window's queue.
3349         (GetCursorPos): call QueryPointer.
3351         Fixes #79556.
3353 2006-10-02  Jackson Harper  <jackson@ximian.com>
3355         * NotifyIcon.cs: Derive the notify icon from a form, so things
3356         like FindForm work on it.
3357         - Swallow the WM_CONTEXTMENU message, since that is generated on
3358         mouse down, and context menu is a mouse up kinda guy.  I believe
3359         the correct fix here is probably to make the notify icon entirely
3360         NC area, but this seems to work fine for anyone not manipulating
3361         WndProc.
3363 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
3365         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
3366           ToolStripItemCollection.cs, ToolStripLabel.cs,
3367           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
3368           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
3369           Initial implementation.
3370         * TextRenderer.cs: Provide padding to MeasureText.
3372 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3374         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
3375         of ButtonBaseAccessibleObject. Fix bug #79552.
3377 2006-10-02  Jackson Harper  <jackson@ximian.com>
3379         * MdiWindowManager.cs: When maximizing use the containers client
3380         rect, not it's bounds, so nc area is accounted correctly.
3381         - Use the parent form's size for the menu position, since the
3382         client isn't always the full form size.
3384 2006-10-01  Chris Toshok  <toshok@ximian.com>
3386         * ScrollableControl.cs: make sure neither right_edge or
3387         bottom_edge are < 0, since they're used as LargeChange for the
3388         horiz/vert scrollbars respectively.  Fixes #79539.
3390 2006-10-01  Chris Toshok  <toshok@ximian.com>
3392         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
3393         the xplatuix11 code can cause us to destroy/recreate our handle.
3395         * XplatUIX11.cs
3396         (SystrayAdd):
3397         - this code can be invoked many times for the same Hwnd.  Make
3398           sure we only destroy the client window once (the first time this
3399           method is called).  This fixes bug #79544.
3400         - Remove the call to the improperly bound XSync.  why we had two
3401           bindings to this, I will never know, but this call resulted in
3402           events being discarded from the queue(!).
3403         - correct a misunderstanding of _XEMBED_INFO - the second atom is
3404           not our current state but the state we wish to be in.  So, 0 if
3405           we don't want to be mapped.  Change it to 1.
3406         (SystrayRemove): The XEMBED spec makes mention of the fact that
3407         gtk doesn't support the reparent of client windows away from the
3408         embedder.  Looking at gtksocket-x11.c seems to agree with this.
3409         The only avenue we have for removing systray icons is to destroy
3410         them.  We don't want the handle to go away for good, though, so
3411         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
3412         #79545.
3413         
3414 2006-10-01  Chris Toshok  <toshok@ximian.com>
3416         * Form.cs (WndProc): inline the native_enabled variable usage into
3417         the cases in which it's used.  Fixes #79536.
3419 2006-09-29  Mike Kestner  <mkestner@novell.com>
3421         * ListView.cs : toggle the selection state for ctrl clicks in 
3422         multiselect mode. [Fixes #79417]
3424 2006-09-29  Mike Kestner  <mkestner@novell.com>
3426         * ListView.cs : kill CanMultiSelect and refactor the selection
3427         code to support multiselection in the absence of mod keys. Steal
3428         arrow/home/end keys by overriding InternalPreProcessMessage to
3429         restore regressed keynav behavior.
3430         [Fixes #79416]
3432 2006-09-29  Jackson Harper  <jackson@ximian.com>
3434         * MdiClient.cs: Repaint the titlebars when the active window is
3435         changed.
3437 2006-09-29  Chris Toshok  <toshok@ximian.com>
3439         * Application.cs: when entering a runloop with a modal, make sure
3440         the hwnd is enabled.  Fixes #79480.
3442 2006-09-29  Chris Toshok  <toshok@ximian.com>
3444         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
3445         when ListManager.CanAddRows == false, bump us back one.
3447         * DataGridColumnStyle.cs (ParentReadOnly): remove the
3448         listmanager.CanAddRows check.  This makes ArrayLists uneditable
3449         using a datagrid, which is not right.
3450         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
3451         is an IEditable, but call property_descriptor.SetValue regardless.
3452         fixes #79435.
3454 2006-09-29  Chris Toshok  <toshok@ximian.com>
3456         * DataGridBoolColumn.cs: we need to test equality in the face of
3457         possible null values (as is the case with the default NullValue).
3458         This patch keeps us from crashing in that case.
3460 2006-09-29  Jackson Harper  <jackson@ximian.com>
3462         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
3463         here, since it will get called for every node collection in the
3464         tree. This is now done in the treeview once the sorting is
3465         finished.
3466         * TreeView.cs: Recalculate the visible order, and update the
3467         scrollbars after sorting, set the top nope to the root so that the
3468         recalc actually works.
3470 2006-09-29  Chris Toshok  <toshok@ximian.com>
3472         * LinkLabel.cs: more handling of the default link collection in
3473         the face of LinkArea manipulation.  The default link collection
3474         contains 1 element (start=0,length=-1).  If the user sets LinkArea
3475         to anything and the links collection is the default, clear it.
3476         Then only add the link if its nonempty.  Fixes #79518.
3478 2006-09-29  Chris Toshok  <toshok@ximian.com>
3480         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
3481         piece correctly when we hit a '\n'.  Fixes #79517.
3483 2006-09-29  Chris Toshok  <toshok@ximian.com>
3485         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
3486         change the binding of gdk_init_check to take two IntPtr's, and
3487         pass IntPtr.Zero for both of them.  Fixes #79520.
3489 2006-09-29  Mike Kestner  <mkestner@novell.com>
3491         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
3492         [Fixes #78779]
3494 2006-09-28  Jackson Harper  <jackson@ximian.com>
3496         * XplatUIX11.cs: When translating NC messages make sure we go from
3497         whole window to screen, not client window to screen.
3498         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
3499         method doesn't exist
3500         - Skip over controls that aren't forms when arranging.
3502 2006-09-28  Jackson Harper  <jackson@ximian.com>
3504         * XplatUIWin32.cs: Clip the rect to the parent window.
3505         * XplatUIStructs.cs: Add clipping modes struct.
3506         * InternalWindowManager.cs: New private method that factors title
3507         bar heights in when calculating the pos of an NC mouse message.
3508         - Use SendMessage to force a paint when the form's size is changed
3509         instead of painting the decorations immediately.
3510         - Don't let the NC button click messages get to DefWndProc,
3511         because they will attempt to handle windowing themself, and this
3512         messes up z-order (it will put them in front of the scrollbars).
3513         * XplatUIX11.cs: Make sure that we don't reset window managers if
3514         we already have one (ie the window is an MDI window).
3516 2006-09-28  Chris Toshok  <toshok@ximian.com>
3518         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
3519         menu code really needs going over.
3521 2006-09-27  Chris Toshok  <toshok@ximian.com>
3523         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
3524         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
3525         window is maximizable.  So, we need to make sure that even if we
3526         clear the border/wm frame of those functions, they're still
3527         available (basically, we remove the decoration without removing
3528         the function).  Half the fix for #79338.
3530 2006-09-27  Chris Toshok  <toshok@ximian.com>
3532         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
3533         Fixes bug #79515.
3535 2006-09-27  Chris Toshok  <toshok@ximian.com>
3537         * Splitter.cs: reorder things a bit so that we don't actually
3538         draw/move the splitter until after calling OnSplitterMoving.  This
3539         lets users cancel/disallow the movement by explicitly setting
3540         event.SplitX/SplitY.  Fixes #79372.
3542 2006-09-27  Jackson Harper  <jackson@ximian.com>
3544         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
3545         because it is most likely on a window being destroyed, and that
3546         will give us an X11 error.
3548 2006-09-27  Chris Toshok  <toshok@ximian.com>
3550         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
3551         the dropdown button now toggles between showing and hiding the
3552         dropdown.  Also, get rid of dropdown_form_showing and just use
3553         dropdown_form.Visible.  We still don't do a grab, but I'll leave
3554         that part to someone who has handled Capture-fu before.
3556 2006-09-27  Chris Toshok  <toshok@ximian.com>
3558         * DataGrid.cs: return false if alt isn't pressed when '0' is
3559         pressed.  this keeps the '0' key from being swallowed, and fixes
3560         bug #79350.
3562 2006-09-27  Chris Toshok  <toshok@ximian.com>
3564         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
3565         Calling Refresh (in response to a scrollbar event) screws up the
3566         scrollbar painting.  Fixes bug #78923.
3568 2006-09-27  Chris Toshok  <toshok@ximian.com>
3570         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
3571         then insert into hashtable" blocks threadsafe.
3573 2006-09-27  Chris Toshok  <toshok@ximian.com>
3575         * MessageBox.cs (CreateParams): the styles should be |'ed with our
3576         baseclass's, since otherwise the
3577         ControlBox/MinimizeBox/MaximizeBox assignments above have no
3578         effect.  This gets the close button back in messageboxes.
3580 2006-09-27  Chris Toshok  <toshok@ximian.com>
3582         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
3583         flag, not just != 0.  this makes flags that are actually multiple
3584         bits (like WS_CAPTION) work.  fixes bug #79508.
3586 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
3588         * PageSetupDialog.cs: add support for getting and settings the 
3589         paper size, source and orientation.
3591 2006-09-26  Chris Toshok  <toshok@ximian.com>
3593         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
3594         and caption == "", we need to remove the resize handles as well as
3595         the title bar.
3597         * Control.cs (set_Text): turns out that setting Text on a form
3598         should change the WM styles on the window, since if ControlBox ==
3599         false, the only way to get a window border is to have a non-""
3600         Text property.  check winforms/forms/text.cs for an example.  so,
3601         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
3602         update both window styles and title.  This fixes a lot of dialogs
3603         (including the preferences dialog in MonoCalendar.)
3605 2006-09-26  Chris Toshok  <toshok@ximian.com>
3607         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
3608         control isn't a Form), call Win32ShowWindow to hide the window,
3609         but don't update the control Visible property.  When we reparent
3610         back to a parent control, call SetVisible in order for the
3611         window's visibility to be reinstated.
3613         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
3614         the FosterParent.
3616         * Control.cs (ControlCollection.Remove): remove that value.Hide()
3617         call for good, since it breaks MonoCalendar (and other things I'm
3618         sure.) Also, set all_controls to null *after* the owner calls,
3619         which end up regenerating it.
3620         (ChangeParent): allow new_parent to be == null, passing
3621         IntPtr.Zero down to XplatUI.
3623         this fixes #79294 the right way.
3625 2006-09-26  Mike Kestner  <mkestner@novell.com>
3627         * GridEntry.cs : internal SetParent method.
3628         * PropertyGrid.cs : attach to property changed on the proper
3629         target if we have a hierarchical grid with subobjects. Setup
3630         GridItem.Parent for hierarchical items.
3631         * PropertyGridView.cs : Set value on the correct target for
3632         hierarchical grids. [Fixes #78903]
3634 2006-09-26  Chris Toshok  <toshok@ximian.com>
3636         * Control.cs (ChildNeedsRecreating): this should return true if
3637         either we're being recreated and the child is in our list, or our
3638         parent is waiting for our recreation.
3640 2006-09-26  Chris Toshok  <toshok@ximian.com>
3642         * Control.cs (ControlCollection.Remove): reinstate the
3643         value.Hide() call as suggested in bug #79294.
3645 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
3647         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
3648         coordinates (versus a relative move).
3650 2006-09-26  Chris Toshok  <toshok@ximian.com>
3652         * Control.cs: rework child recreation a little bit.  It turns out
3653         that we race between the DestroyNotify the WM_DESTROY message.  If
3654         the parent gets its DestroyNotify before the child gets the
3655         WM_DESTROY message, the child ends up not recreating (since the
3656         parent finishes its recreation on DestroyNotify, and the child
3657         checks ParentIsRecreating.)
3659         So, instead we store off a list of all the child controls which
3660         need to be recreated when the parent control starts to recreate
3661         itself.  Then, when child controls get their WM_DESTROY message we
3662         check to see if they're in the parent's pending recreation list,
3663         and if so, we recreate.  This removes all dependency on ordering
3664         from the code and fixes the initial MonoCalendar upgrade dialog.
3665         
3666 2006-09-26  Jackson Harper  <jackson@ximian.com>
3668         * TextControl.cs: Use the Line to get the length of the line,
3669         since soft line breaks can change the end line.
3671 2006-09-26  Chris Toshok  <toshok@ximian.com>
3673         * Control.cs (ControlCollection.AddImplicit): don't add the
3674         control again if it's already in one of our lists.  This keeps us
3675         from adding controls over and over again for comboboxes when their
3676         handle gets recreated (as the combobox adds implicit controls in
3677         OnHandleCreated).  Fixes the X11 errors in bug #79480.
3679 2006-09-26  Jackson Harper  <jackson@ximian.com>
3681         * TextControl.cs: When deleting characters make sure that any
3682         orphaned zero lengthed tags get deleted.
3683         - Fix ToString for zero lengthed tags.
3685 2006-09-25  Jackson Harper  <jackson@ximian.com>
3687         * TextControl.cs: When getting a tag at the location there can be
3688         multiple tags at the same spot, these are 0-lengthed tags that
3689         appear when extra formatting has been stuck in a location.  We
3690         need to pull out the last of these 0 lengthed tags.
3692 2006-09-25  Jackson Harper  <jackson@ximian.com>
3694         * TextControl.cs: Fix print out in debug method.
3695         * TextBoxBase.cs: When text is set bail if we are setting to the
3696         previous value.
3697         
3698 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
3700         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
3701           It is now possible to change the selected index in a FontXXXListBox
3702           with the up and down arrow keys from the FontXXXTextBoxes.
3703           Also, send the FontXXXTextBox mouse wheel event to the corresponding
3704           FontXXXListBoxes to match ms.
3706 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
3708         * SystemInformation.cs: Return a clone of the theme's MenuFont because
3709         anyone can dispose it, anytime. All other properties returns enums, 
3710         structs or basic types so they don't need such tricks.
3712 2006-09-22  Jackson Harper  <jackson@ximian.com>
3714         * XplatUI.cs:
3715         * XplatUIWin32.cs:
3716         * Clipboard.cs:
3717         * DataFormats.cs:
3718         * XplatUIOSX.cs:
3719         * XplatUIDriver.cs: Update interface to add a primary selection
3720         flag, so the driver can use the primary selection buffer if
3721         needed.
3722         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
3724         * RichTextBox.cs: We need to supply the data object to paste now
3725         (so we can choose to supply CLIPBOARD or PRIMARY).
3726         * TextBoxBase.cs: Supply data object to paste (see above).
3727         - Middle click uses the primary selection data object.
3728         
3729 2006-09-21  Chris Toshok  <toshok@ximian.com>
3731         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
3732         of SetWMStyles.  It's still a rat's nest and is largely
3733         order-dependent which I dislike immensely.  This also fixes the X
3734         button disappearing from toplevel forms.
3736 2006-09-21  Mike Kestner <mkestner@novell.com>
3738         * ListBox.cs: move Jordi's click/dblclick raising code to the
3739         mouse up handler.
3741 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
3743         * ListBox.cs: Fixes 79450
3745 2006-09-21  Mike Kestner <mkestner@novell.com>
3747         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
3748         to deal with people updating the TreeNodeCollection after the tree
3749         is disposed.  "Fixes" 79330.
3751 2006-09-20  Jackson Harper <jackson@ximian.com>
3753         * TextControl.cs: Push the cursor record onto the undo stack
3754         before the delete action. This fixes 78651.
3756 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
3758         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
3759         CreateParams. Fixes 79329.
3761 2006-09-19  Chris Toshok  <toshok@ximian.com>
3763         * XplatUIX11.cs: a couple of blanket code massage passes to clean
3764         things up a bit.  First, get rid of the NetAtoms array (and the NA
3765         enum), and just embed the atoms as static fields.  Also, add a
3766         couple of functions (StyleSet and ExStyleSet) to clean up all the
3767         bitmask testing of styles.
3769         * X11Structs.cs: remove the NA enum, not needed anymore.
3770         
3771 2006-09-19  Chris Toshok  <toshok@ximian.com>
3773         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
3774         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
3775         added cleanup to get MessageBox titles appearing again, which were
3776         broken by my earlier fix for caption-less/ControlBox-less windows.
3778 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
3780         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
3781           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
3782           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
3783           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
3784           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
3785           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
3786           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
3787           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
3788           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
3789           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
3790           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
3791             Inital import.
3792         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
3793           ToolStripButton.cs: Stubs needed for above.
3794         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
3796 2006-09-15  Chris Toshok  <toshok@ximian.com>
3798         * XplatUIX11.cs:
3799         - make the MessageQueues hashtable Synchronized.
3800         
3801         - SendMessage: if the Hwnd is owned by a different thread, use the
3802         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
3803         thread.  Fixes bug #79201.
3805 2006-09-15  Chris Toshok  <toshok@ximian.com>
3807         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
3808         ControlBox == false, we disallow maximize/minimize/close.  If the
3809         form Caption is "" we also disallow move (and get rid of the Title
3810         decoration).  Unfortunately, regardless of how things are set,
3811         we're stuck with the Title and WM menu.
3813 2006-09-15  Chris Toshok  <toshok@ximian.com>
3815         * Application.cs: add locking around the static message_filters
3816         ArrayList, part of #79196.
3818 2006-09-15  Chris Toshok  <toshok@ximian.com>
3820         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
3821         Form.ControlBox == false, the window has no titlebar nor resize
3822         handles.  fixes bug #79368.
3824 2006-09-15  Chris Toshok  <toshok@ximian.com>
3826         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
3827         >= 0.  Fixes bug #79370.
3829 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
3830         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
3831         * Control.cs:
3832             Add properties: LayoutEngine, Margin, DefaultMargin.
3833             Add method: GetPreferredSize.
3834             Move layout logic from PerformLayout to layout engines. 
3836 2006-09-13  Chris Toshok  <toshok@ximian.com>
3838         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
3839         fix for #79326 broke #78718, so this change addresses that.
3841         - in SendWMDestroyMessages remove the call to
3842         CleanupCachedWindows, since we might be recreating the control and
3843         need to maintain the references to right Hwnd handles.  Also, set
3844         the zombie flag to true for each of the children in the hierarchy
3845         instead of calling hwnd.Dispose.  This will cause GetMessage to
3846         ignore all events for the window except for DestroyNotify.
3848         - In GetMessage, ignore messages except for DestroyNotify for
3849         zombie hwnds.
3850         
3851         * Control.cs: revert the is_recreating fix from the last
3852         ChangeLog.  It's definitely "right", but it breaks switching from
3853         an MDI form to a non-MDI form.  Will need to revisit that.
3855         * Hwnd.cs: add a zombie flag, which means "the
3856         client_window/whole_window handles are invalid, but we're waiting
3857         for the DestroyNotify event to come in for them".  Set the flag to
3858         false explicitly if setting WholeWindow/ClientWindow, and also
3859         when Disposing.
3860         
3861 2006-09-13  Chris Toshok  <toshok@ximian.com>
3863         * XplatUIX11.cs: rework window destruction slightly.
3865         - when destroying the windows associated with a control, we don't
3866         need 2 separate XDestroyWindow calls.  Just the one for the
3867         whole_window (or for client_window if whole_window is somehow
3868         IntPtr.Zero -- can this happen?) is enough.
3870         - reworked SendWMDestroyMessages slightly, so we always dispose
3871         the child control hwnd's after sending the messages.
3872         
3873         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
3874         the two places it was used (one was even using hwnd.Handle and the
3875         other hwnd.client_window.  ugh), adding another call in
3876         SendWMDestroyMessages.  We need this new call because now the
3877         DestroyNotify events in the queue will be ignored for the child
3878         controls (as their hwnd's were disposed, and the window id's
3879         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
3881         - this fixes bug #79326.
3883 2006-09-13  Chris Toshok  <toshok@ximian.com>
3885         * Control.cs: don't always set is_recreating to false at the end
3886         of RecreateHandle, since sometimes we're not done (and won't be
3887         until WndProc handles the WM_DESTROY message).  Also, set
3888         is_recreating to false in the WM_DESTROY handling code.  Part of
3889         the fix for bug #79326.
3891 2006-09-13  Miguel de Icaza  <miguel@novell.com>
3893         * X11DesktopColors.cs: Start the droppage of debugging messages.
3895         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
3897 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
3899         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
3901 2006-09-12  Chris Toshok  <toshok@ximian.com>
3903         * DataGrid.cs (get_ListManager): if the list_manager is null, try
3904         to create it using SetDataSource.  Fixes bug #79151.
3906 2006-09-11  Chris Toshok  <toshok@ximian.com>
3908         * XEventQueue.cs: add a DispatchIdle property.
3910         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
3911         either the queue is null, or the queue has DispatchIdle set to
3912         true.
3913         (DoEvents): set queue.DispatchIdle to false around the
3914         peek/translate/dispatch message loop in this method.  This keeps
3915         Application.Doevents from emitting idle events.  Part of the fix
3916         for #78823.
3918 2006-09-11  Chris Toshok  <toshok@ximian.com>
3920         * DataGrid.cs (set_DataSource): make this work for both the
3921         winforms/datagrid test and ReportBuilder.  It seems as though when
3922         we've created a ListManager (or maybe it's if we have a
3923         BindingContext?), when we set the DataSource it clears the
3924         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
3925         #79333.
3927 2006-09-11  Chris Toshok  <toshok@ximian.com>
3929         * XplatUIX11.cs: deal with queue being null, which happens in all
3930         the Clipboard functions.  Fixes one of the two problems mentioned
3931         in #78612.
3933 2006-09-11  Chris Toshok  <toshok@ximian.com>
3935         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
3936         button on various spots (including outside the menu) works closer
3937         to MS, and doesn't crash.  Fixes #79343.
3939 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
3941         * ListView.cs: Do not initialize item_sorter in init. To match MS,
3942         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
3943         and the internal comparer is set. When a new ListViewItemSorter is set,
3944         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
3945         was specified. No further processing is necessary if SortOrder is set
3946         to it's current value. If Sorting is modified to None, and View is
3947         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
3948         (either custom or our internal ItemComparer) to null, on 1.0 profile
3949         only set item_sorter to null if its our internal IComparer. If Sorting
3950         is modified to Ascending or Descending, then use our internal IComparer
3951         if none is set, and if the current IComparer is our internal one then:
3952         on 2.0 profile always replace it with one for new Sorting, and on 1.0
3953         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
3954         Enum.IsDefined to verify whether a valid View value is specified in
3955         its setter. Automatically sort listview items when listview is
3956         created. In Sort, do nothing if ListView is not yet created, or if
3957         no item_sorter is set (no Sorting was set, Sorting was explicitly set
3958         to None or ListViewItemSorter was set to null). Added Sort overload
3959         taking a bool to indicate whether the ListView should be redrawn when
3960         items are sorted (we use this in ListViewItemCollection to avoid double
3961         redraws). Modified our internal IComparer to take the sort order into
3962         account. In Add and AddRange methods of ListViewItemCollection, also
3963         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
3964         view), but use overload with noredraw option to avoid double redraw.
3965         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
3966         true when View is Tile, and do the same when attempting to set View to
3967         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
3968         for selected/checked indices, as it involves overhead when sorting is
3969         done while these collections are not used all that often. Instead
3970         we'll build the indices on demand. Modified IList implementation of
3971         CheckedIndexCollection to use public methods if object is int.
3972         Modified CheckedListViewItemCollection to hide checked items if
3973         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
3974         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
3975         IList implementation in SelectedIndexCollection to use public methods
3976         if object is int. Modified SelectedListViewItemCollection to hide
3977         selected items if listview is not yet created.
3978         * ListViewItem.cs: CheckedIndices list no longer needs to be
3979         maintained separately (see ListView changes). Also clone font, fixes
3980         test failure.
3982 2006-09-11  Mike Kestner  <mkestner@novell.com>
3984         * ComboBox.cs: if we are updating the contents of the currently
3985         selected index, refresh the control or the textbox selection.
3986         [Fixes #79066]
3988 2006-09-11  Mike Kestner  <mkestner@novell.com>
3990         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
3991         the 'specified' logic has been moved there.  This seems like a bug 
3992         in Control.cs, since our current SetBoundsCore completely ignores 
3993         the specified parameter.  Peter's commit seems to indicate that is 
3994         the way the MS control implementation works.  [Fixes #79325]
3996 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
3998         * XplatUI.cs: Set default_class_name to be composed
3999         of current domain id. This allows MWF to be loaded in multiple
4000         domains on Win32.
4002 2006-09-09  Miguel de Icaza  <miguel@novell.com>
4004         * X11Keyboard.cs: If we are unable to obtain the input method, do
4005         not call CreateXic to create the input context.   Should fix
4006         #78944/79276.
4008 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
4010         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
4011           Simplified gnome support by adding more pinvokes to get the
4012           icon for a file or mime type.
4014 2006-09-08  Jackson Harper  <jackson@ximian.com>
4016         * MenuAPI.cs: Deslect popup context menu items before closing the
4017         window, so that you don't see the previously selected item
4018         selected when you reopen the menu.
4019         * TextControl.cs: Update the cursor position even if we don't have
4020         focus.  This fixes typing in things like the ComboBox.  I'm not
4021         totally sure we should always set the visibility if we don't have
4022         focus, but couldn't find any corner cases where the cursor showed
4023         up when it shouldn't.
4025 2006-09-08  Chris Toshok  <toshok@ximian.com>
4027         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
4028         our arrays are length 256.  & 0xff before indexing.  Fixes the
4029         crash in bug #78077.
4030         
4031 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4033         * ThemeWin32Classic.cs: 
4034         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
4035         is true. Handle that check box too.
4037 2006-09-07  Chris Toshok  <toshok@ximian.com>
4039         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
4040         79244.
4042 2006-09-07  Chris Toshok  <toshok@ximian.com>
4044         * Control.cs: in set_BackColor only do the work if
4045         background_color != value.
4047         * XplatUIX11.cs: move the clearing of invalid areas (both client
4048         and nc) to the same block of code where we set (nc_)expose_pending
4049         to false.  That is, move it from PaintEventEnd to PaintEventStart,
4050         so things that cause invalidates from within OnPaint will trigger
4051         another call to OnPaint.  Fixes bug #79262.
4053 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
4055         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
4056         * FileDialog.cs: Fix typo
4058 2006-09-07  Jackson Harper  <jackson@ximian.com>
4060         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
4061         for tab pages if they have any.
4063 2006-09-06  Mike Kestner  <mkestner@novell.com>
4065         * Splitter.cs: use the "current" rect when finishing drag handle
4066         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
4068 2006-09-06  Mike Kestner  <mkestner@novell.com>
4070         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
4071         support offset splitters. [Fixes #79298]
4073 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
4075         * Mime.cs: Fixed a bug that could override the global mime type
4076           result.
4078 2006-09-05  Jackson Harper  <jackson@ximian.com>
4080         * TabControl.cs: Better calculation method for setting the slider
4081         pos. Prevents crashes on really wide tabs.
4082         - Draw Image on tab pages if an image list is used.
4084 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4086         * MonthCalendar.cs: When Font changes, the Size should be
4087         updated to fit the new font's space requirements.
4089 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
4091         * ListBox.cs: If the items are cleared with Items.Clear set
4092           top_index to 0.
4094 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4096         * MonthCalendar.cs: Handle arrow keys as input keys. Also
4097         fire DateChanged event instead of DateSelected event when
4098         the date was changed by keyboard interaction.
4100 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4102         * DateTimePicker.cs: Handle DateChanged for the associated
4103         month_calendar control, and set month_calendar.Font from 
4104         OnFontChanged method, as well as resize the height of the
4105         control when needed. Make PreferredHeight proportional.
4107 2006-09-01  Chris Toshok  <toshok@ximian.com>
4109         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
4110         properties.
4112         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
4114 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
4116         * FileDialog.cs: Set ClientSize instead of window size, to allow space
4117           for decorations (Fixes #79219)
4119 2006-09-01  Mike Kestner  <mkestner@novell.com>
4121         * ComboBox.cs: first stab at sorting plus some selection handling
4122         fixes to bring us more in line with MS behavior.  Also switches back
4123         to index based selection.  Alternative patches for index-based 
4124         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
4125         and latency@gmx.de on bug 78848.  I assume they were similar to this
4126         code I've had simmering in my tree forever.
4127         [Fixes #78848]
4129 2006-09-01  Chris Toshok  <toshok@ximian.com>
4131         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
4132         when setting list position guard against ending up with a -1 index
4133         (the other part of the fix for #78812).  Should probably make sure
4134         we don't need the analogous fix in the ItemDeleted case.
4136         * DataGrid.cs:
4137         - in SetDataSource, work around the fact that the way
4138         OnBindingContextChanged is invoked will cause us to re-enter this
4139         method.  I'll remove the hack once I investigate
4140         OnBindingContextChanged.
4142         - fix the logic in set_DataSource and set_DataMember (basically
4143         what to do if the other of the two is null.)
4144         
4145         - in OnListManagerItemChanged, we need to take into account the
4146         edit row when deciding whether or not to call RecreateDataGridRows
4147         (part of the fix for #78812).
4149 2006-09-01  Jackson Harper  <jackson@ximian.com>
4151         * Splitter.cs: Don't do anything if there is no control to affect
4152         (prevents us from crashing in weird tet cases).
4153         * TreeView.cs: Bounding box for the mouse movement reverting
4154         focus/selection back to previously selected node.  This matches
4155         MS, and makes the tree a lot more useable.
4156         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
4157         use clipping so they are not drawn.  This fixes when the control
4158         is set to have a transparent background, or if it was over an
4159         image.
4161 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
4163         * MimeIcon.cs: Improved handling for reading default icons when
4164           using gnome (2.16 made it necessary). Check and read svg icons
4165           first, then 48x48 and then 32x32 icons.
4167 2006-08-31  Chris Toshok  <toshok@ximian.com>
4169         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
4170         visible.
4172         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
4173         ProcessKeyPreview.  Fixes part of #77806.
4175         * DataGrid.cs: big patch.
4177         - revert the queueing up of DataSource/DataMember if inside
4178         BeginInit/EndInit calls.  That's not the way the datagrid achieves
4179         its delayed databinding.  Instead, call SetDataSource in
4180         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
4181         #78811.
4183         - Also, it wasn't mentioned in #78811, but the test case exhibits
4184         behavior that was lacking in our datagrid implementation - Columns
4185         that have mapping names that don't exist in the datasource's
4186         properties aren't shown.  Yuck.  To fix this I added the bound
4187         field to the column style, and basically any calculation to figure
4188         out anything about columns uses a loop to find the bound columns.
4189         still need to investigate if I can cache an array of the bound
4190         columns or if the indices must be the same.
4192         - When setting CurrentCell, we no longer abort if the cell being
4193         edited was in the add row.  This fixes the other part of #77806.
4195         - The new code also fixes #78807.
4196         
4197         * ThemeWin32Classic.cs: perpetrate the same disgusting
4198         column.bound field hack, and only render bound fields.
4200 2006-08-31  Chris Toshok  <toshok@ximian.com>
4202         * DataGridColumnStyle.cs: add bound field.  this field is true if
4203         the datasource has a property corresponding to the mapping name.
4205         * DataGridTableStyle.cs: set the bound field on the column styles
4206         depending on whether or not we have a column for that property.
4208 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
4210         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
4211           splitter control (fixes #79228)
4213 2006-08-31  Chris Toshok  <toshok@ximian.com>
4215         * DataGridColumnStyle.cs: we need to delay the assignment of
4216         property descriptor until the last possible moment due to the lazy
4217         databinding stuff in the datagrid.  Also, fix the exceptions
4218         thrown by CheckValidDataSource to match MS.
4220 2006-08-31  Jackson Harper  <jackson@ximian.com>
4222         * Form.cs: When activated select the active control, if there is
4223         no active control, we select the first control.
4224         * XplatUIX11.cs: If there is no focus control when we get a
4225         FocusIn event, find the toplevel form and activate it.  This
4226         occurs when you popup a window, it becomes the focus window, then
4227         you close that window, giving focus back to the main window.
4229 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4231         * MonthCalendar.cs: 
4232         * ThemeWin32Classic.cs: Cache Font in bold style, as well
4233         as StringFormat with Center alignments in MonthCalendar,
4234         instead of creating new ones when drawing the control. 
4235         Also, draw the month name in bold style.
4237 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
4239         * Control.cs:
4240           - PerformLayout(): It would seem MS performs the fill even if the 
4241             control is not visible (part of #79218 fix)
4242           - ResetBackColor(): Use the setter to reset the color, to allow
4243             overriders to catch the change.
4244         * Form.cs:
4245           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
4246           - CreateHandle(): dito (part of $79218 fix)
4247           - Don't set an icon if we have a dialog
4248         * ScrollableControl.cs:
4249           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
4250           - ScrollIntoView(): No need to scroll if control is already visible
4251             (resolves fixme and fixes #79218)
4253 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4255         * MonthCalendar.cs: Change proportions in SingleMonthSize
4256         to match the aspect of the original control.
4258 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
4260         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
4261           get updated when they get maximized.
4263 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
4265         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
4267 2006-08-29  Chris Toshok  <toshok@ximian.com>
4269         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
4271 2006-08-29  Jackson Harper  <jackson@ximian.com>
4273         * TreeView.cs: Need to track selected node and highlighted node,
4274         they aren't always the same thing, when the mouse is down on a
4275         node it is hilighted, but not selected yet.
4276         - Do the HideSelection stuff right
4277         - Need to focus on rbutton mouse down. And redraw selection when
4278         right click is mouse upped.
4280 2006-08-29  Mike Kestner  <mkestner@novell.com>
4282         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
4283         when SubItems.Count < Columns.Count.  [Fixes #79167]
4285 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
4287         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
4289 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
4291         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
4292           from X. Only send based on ConfigureNotify if we don't have the
4293           correct location in hwnd (if the window manager moved us)
4295 2006-08-28  Mike Kestner  <mkestner@novell.com>
4297         * ListView.cs: remove a TODO. 
4298         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
4299         [Fixes ListView part of #79166]
4301 2006-08-28  Mike Kestner  <mkestner@novell.com>
4303         * ListView.cs: move wheel handler to parent since it is focused
4304         instead of the item_control now.  [Fixes #79177]
4306 2006-08-28  Mike Kestner  <mkestner@novell.com>
4308         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
4309         when the control is focused. [Fixes #79171]
4311 2006-08-28  Mike Kestner  <mkestner@novell.com>
4313         * ListView.cs: size the item and header controls for empty and
4314         unscrollable views.
4315         * ThemeWin32Classic.cs: draw disabled backgrounds.
4316         [Fixes #79187]
4318 2006-08-28  Chris Toshok  <toshok@ximian.com>
4320         * Form.cs: remove unused "active_form" static field.
4322         * Hwnd.cs: lock around accesses to static windows collection.
4324         * Application.cs: lock threads in Exit ().
4326 2006-08-28  Chris Toshok  <toshok@ximian.com>
4328         * NativeWindow.cs: lock around accesses to window_collection.
4329         
4330 2006-08-28  Chris Toshok  <toshok@ximian.com>
4332         * Control.cs: err, fix this the right way, by locking on controls
4333         when using it.  not by making it synchronized.
4335 2006-08-28  Chris Toshok  <toshok@ximian.com>
4337         * Control.cs: make the static "controls" field synchronized, as it
4338         gets updated from multiple threads.
4340 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4342         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
4343           Prevent other threads from exiting when calling thread sets quit state.
4344         * XEventQueue.cs: Added PostQuitState property
4346 2006-08-27  Chris Toshok  <toshok@ximian.com>
4348         * AsyncMethodData.cs: add a slot for the window handle.
4350         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
4351         window (the destination control's window, not the foster window).
4353         * Control.cs (BeginInvokeInternal): store the window's handle in
4354         the AsyncMethodData.
4355         
4357 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
4359         * XplatUIX11.cs:
4360           - PostQuitMessage: Removed resetting S.D display handle, we might have
4361             another loop started after calling PostQuitMessage (Fixes #79119)
4362           - Created destructor to reset S.D handle
4364 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
4366         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
4368 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4370         * TextControl.cs (Insert): Update the caret position even if we don't
4371           have a handle yet, just don't call the driver in that case.
4372         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
4373           to the end of the new selection text (Fixes #79184)
4375 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4377         * Form.cs (Activate): Only activate if the handle is created)
4378         * Control.c:
4379           - Mark window as invisible when it's disposed
4380           - Check if window handle is created when setting window visible, 
4381             instead of relying just on the is_created variable
4382           - Check if object is disposed when creating the control (Fixes #79155)
4384 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4386         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
4387           when allowing layout again. Otherwise we re-generate the anchoring 
4388           distance to the border again and actually alter what the user wanted
4389           This is ugly, it'd be better if we used DisplayRectangle instead of
4390           ClientRectangle for Control.UpdateDistances, but that causes us to
4391           have other problems (initial anchoring positons would be wrong)
4392           (Fixes #78835)
4394 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4396         * Control.cs:
4397           - The size and location setters shouldn't go directly to 
4398             SetBoundsCore, but to SetBounds, which triggers layout on the
4399             parent, then calls SetBoundsCore. (Related to fix for #78835)
4400           - SetBounds: Moved actual location update code into this function
4401             from SetBoundsCore, to match MS. Added call to PerformLayout if
4402             we have a parent (to trigger resizing of anchored parents if the 
4403             child size has changed (see testcase for #78835) 
4404         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
4405           new control code
4406         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
4408 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4410         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
4411           System.Drawing when a toplevel window gets closed; there might
4412           be other toplevel windows belonging to the same app (Fixes #78052)
4414 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
4416         * FileDialog.cs: After reading FileDialog settings from mwf_config
4417           use Desktop prefix only if a real folder doesn't exist anymore.
4418         * FontDialog.cs: Added char sets.
4419           It is now possible to select the font, size or style with the
4420           textboxes.
4422 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
4424         * PrintPreviewDialog.cs: Use assembly name constants.
4426 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4428         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
4429           scrollbar from whacking it's buttons)
4431 2006-08-24  Chris Toshok  <toshok@ximian.com>
4433         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
4434         in this patch (aggregating setting Left/Top/Width/Height to
4435         setting Bounds on the scrollbars), but the crux of the fix is in
4436         Recalculate, where we scroll by the remaining scroll_position if
4437         we're hiding a scrollbar.  The 2*$5 reward in the comment is
4438         serious.
4440 2006-08-24  Jackson Harper  <jackson@ximian.com>
4442         * MdiClient.cs:
4443         * MdiWindowManager.cs: If the form is made a non-mdi window we
4444         need to remove the form closed event so that closing forms works
4445         correctly.
4447 2006-08-24  Jackson Harper  <jackson@ximian.com>
4449         * Control.cs: Make IsRecreating internal so that the driver can
4450         check it
4451         - Temporarily remove the Hide when controls are removed, its
4452         making a whole bunch of things not work because visibility isn't
4453         getting reset elsewhere correctly
4454         * Form.cs: Need to do a full handle recreation when the mdi parent
4455         is set.
4456         * XplatUIX11.cs: If we are recreating handles don't dispose the
4457         HWNDs.  What was happening is the handles were being recreated in
4458         SendWMDestroyMessages, but then flow continued on in that method
4459         and destroyed the new handles.
4461 2006-08-23  Jackson Harper  <jackson@ximian.com>
4463         * Form.cs: MdiClient is always at the back of the bus
4464         * Control.cs: When the order of items in the collection is changed
4465         we need to reset the all_controls array
4466         - do the same sorta setup thats done when adding a control when a
4467         control is set on the collection.
4469 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
4471         * TextBoxBase.cs (get_Text): Return an empty array if our document
4472           is empty (fixes #79052)
4474 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4476         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
4477           on WM_SYSCHAR messages (fixes #79053)
4479 2006-08-23  Chris Toshok  <toshok@ximian.com>
4481         * DataGrid.cs: fix flickering when scrolling vertically.
4483 2006-08-23  Chris Toshok  <toshok@ximian.com>
4485         * DataGrid.cs (EndEdit): only invalidate the row header when we
4486         need to.
4488 2006-08-23  Chris Toshok  <toshok@ximian.com>
4490         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
4491         methods.  fixes the flicker when scrolling around.
4493 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4495         * FileDialog.cs: Making sure the control is created before we get a 
4496           chance to use it with BeginInvoke (Fixes #79096)
4498 2006-08-23  Chris Toshok  <toshok@ximian.com>
4500         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
4501         width to use when painting the rows.
4503 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
4505         * TextBoxBase.cs:
4506           - Throw ArgumentException if a negative value is passed to SelectionLength
4507           - Update the selection end if start is moved. end needs to be always
4508             after start. (Fixes #79095)
4509           - Track selection length; MS keeps the selection length even if start
4510             is changed; reset on all other operations affection selection
4512 2006-08-22  Jackson Harper  <jackson@ximian.com>
4514         * TreeView.cs: Make sure both scrollbars get displayed and sized
4515         correctly when the other bar is visible.
4516         - Use the original clip rectangle for checking if the area between
4517         the two scrollbars is visible, not the viewport adjusted clipping
4518         rectangle.
4520 2006-08-22  Jackson Harper  <jackson@ximian.com>
4522         * Binding.cs: We don't use IsBinding because it requires the
4523         control to be created, which really shouldn't be necessary just to
4524         set a property on the control.
4526 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4528         * ComboBox.cs: Some CB.ObjectCollection methods must throw
4529         ArgumentNullReferenceException when the argument is null.
4531 2006-08-21  Jackson Harper  <jackson@ximian.com>
4533         * Timer.cs: Track the thread that the timer is started in (NOT
4534         CREATED), this way messages for it will only be triggered on its
4535         queue.
4536         * XEventQueue.cs: Track the timers here, this makes timers per
4537         thread, like MS.
4538         * XplatUIX11.cs: The timers are moved to the XEventQueue.
4540 2006-08-19  Chris Toshok  <toshok@ximian.com>
4542         * XplatUIX11.cs: after further communication with pdb, we get the
4543         best of both worlds.  SetZOrder working for un-Mapped windows, and
4544         no X errors for un-mapped windows.
4546 2006-08-19  Chris Toshok  <toshok@ximian.com>
4548         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
4549         as it was causing pdn toolbars to not have the correct stacking.
4551 2006-08-18  Mike Kestner  <mkestner@novell.com> 
4553         * ListView.cs : guard against negative ClientArea.Width in scrollbar
4554         calculation.  Not sure why control should ever be setting a negative
4555         width though.  Fixes #78931.
4557 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4559         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
4560         null items in ObjectCollection class.
4561         * ListBox.cs.: Likewise.
4563 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
4565         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
4566           as the base method in ThemeWin32Classic should work fine.
4567           Fixed bug #78607.
4569 2006-08-18  Jackson Harper  <jackson@ximian.com>
4571         * Binding.cs: When validating if the value entered doesn't convert
4572         properly reset to the old value.
4573         * RadioButton.cs: Don't fire click when we get focus.
4575 2006-08-18  Jackson Harper  <jackson@ximian.com>
4577         * FileDialog.cs: Paint the selection on the directory combobox the
4578         same way as on MS. 
4580 2006-08-17  Jackson Harper  <jackson@ximian.com>
4582         * ErrorProvider.cs: Don't allow the error control to be selected.
4583         * Control.cs: Don't send the SetFocus messages, the control
4584         activation will do this, and if we do it blindly here validation
4585         does not work.
4587 2006-08-17  Jackson Harper  <jackson@ximian.com>
4589         * Control.cs:
4590         * ContainerControl.cs: Make validation events fire in the correct
4591         order.  TODO: For some reason the first validation event is not
4592         getting fired.
4594 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4596         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
4598 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4600         * ComboBox.cs : implement scroll wheel support for popped-down
4601         state. Fixes #78945. 
4603 2006-08-17  Jackson Harper  <jackson@ximian.com>
4605         * TreeView.cs: Specify treeview actions (old patch that didn't get
4606         committed for some reason).
4607         - Don't let the mouse wheel scroll us too far.  Just want to make
4608         the bottom node visible, not scroll it all the ways to the top.
4610 2006-08-17  Jackson Harper  <jackson@ximian.com>
4612         * XplatUIX11.cs: Mouse wheel events go to the focused window.
4614 2006-08-17  Mike Kestner  <mkestner@novell.com> 
4616         * ComboBox.cs : don't do mouseover selection in simple mode.
4618 2006-08-16  Jackson Harper  <jackson@ximian.com>
4620         * Form.cs: Fire the closing events for all the mdi child windows
4621         when a window is closed.  If the cancel args are set to true, the
4622         main window still gets the event fired, but it doesn't not close.
4623         * MdiWindowManager.cs: Do this closing cleanup in a Closed
4624         handler, instead of when the button is clicked, so cancelling the
4625         close works correctly.
4626         * ComboBox.cs: Send the mouse down to the scrollbar.
4628 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4630         * ListBox.cs: When passing 'null' to SelectedItem,
4631         set SelectedIndex to -1, to unselect items. This is the
4632         observed behaviour in .Net.
4634 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
4636         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
4637           MS flags saying there won't be any. (fixes #78800)
4638         * Control.cs (HandleClick): Made virtual
4640 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
4642         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
4643           cultures. Fixed bug #78399.
4645 2006-08-16  Jackson Harper  <jackson@ximian.com>
4647         * Form.cs: Use the MdiClients MdiChildren property to access
4648         MdiChildren instead of creating the array from the child controls.
4649         * MdiClient.cs: Maintain a separate array of the mdi children, so
4650         that insertion order is maintained when the Z-order is changed.
4652 2006-08-16  Mike Kestner  <mkestner@novell.com> 
4654         * ListView.cs : add an ItemComparer and default to it for sorting.
4655         Fixes #79076, but sorting needs a complete overhaul to be compat with
4656         MS.
4658 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
4660         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
4662 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
4664         * Hwnd.cs (Mapped): Properly traverse the tree
4666 2006-08-15  Chris Toshok  <toshok@ximian.com>
4668         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
4669         pass manager.Current.GetType() to ParseData.  It has to be the
4670         property type.  So, hold off doing the ParseData until we're in
4671         SetPropertyValue where we know the type.  This fixes the crash in
4672         #78821 but the textbox is still empty.
4674 2006-08-15  Chris Toshok  <toshok@ximian.com>
4676         * DataGrid.cs:
4677         - when we're scrolling, only call Edit() again if the
4678         current cell is still unobscured. Fixes bug #78927.
4679         - when handling mousedown on a cell, ensure the cell is visible
4680         before calling Edit.
4681         - remove the properties from DataGridRow, and remove the
4682         DataGridParentRow class altogether.
4683         
4685 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
4687         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
4688           fire OnTextChanged by ourselves. There's no point calling base,
4689           we don't set the base value anywhere else. Fixes #78773.
4691 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4693         * ListBox.cs: Call CollectionChanged when modifying
4694         an item from Items indexer, to update the actual items
4695         in the list box.
4697 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4699         * PrintDialog.cs: Small fixes for focus and a pair of checks,
4700         to match .Net behaviour.
4702 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
4704         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
4706 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
4708         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
4710 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
4712         * MessageBox.cs: Prevent potential NRE exception.
4713         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
4715 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
4717         * MessageBox.cs: Calculate the owner of a messagebox, also make
4718           it topmost. Fixes #78753
4720 2006-08-14  Chris Toshok  <toshok@ximian.com>
4722         * XplatUIX11.cs: A couple of fixes so that metacity will let us
4723         programmatically move windows.  first, set the PPosition hint as
4724         well as the USPosition hint.  Second include some code from pdb
4725         that sets the window type to NORMAL when we set the transient for
4726         hint.  This is because, in the absence of a window type, metacity
4727         thinks any window with TransientFor set is a dialog, and refuses
4728         to let us move it programmatically.  fascists.
4730 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
4732         * XplatUIX11.cs: When setting normal hints, take into consideration
4733           an different hints previously set so we don't delete them (fixes #78866)
4735 2006-08-12  Chris Toshok  <toshok@ximian.com>
4737         * ToolBarButton.cs: make Layout return a boolean, if something to
4738         do with the button's layout changed.
4740         * ToolBar.cs:
4741         - add another parameter to Redraw, @force, which all existing
4742           calls set to true.
4743         - make the Layout function return a boolean which is true if the
4744           layout has actually changed.  Redraw now uses this (and @force)
4745           to determine when to invalidate.  At present the only place
4746           where @force can be false is the call from OnResize, when
4747           background_image == null.  So, resizing a toolbar when the
4748           layout doesn't change results in no drawing.
4750 2006-08-12  Chris Toshok  <toshok@ximian.com>
4752         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
4753         the VScrollBar and HScrollbar reversed.  oops.
4755         * DataGrid.cs: fix the logic that assigns sizes to the implicit
4756         scrollbars.  we were assigning them twice (once in
4757         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
4758         therefore causing two scrollbar resizes (and redraws?) to happen
4759         per grid resize.
4761 2006-08-12  Chris Toshok  <toshok@ximian.com>
4763         * ToolBarButton.cs: redraw the entire button if the theme tells us
4764         to.
4766         * Theme.cs: add ToolBarInvalidateEntireButton.
4768         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
4769         buttons, just the border.
4771         * ThemeNice.cs: redraw the entire toolbar button since we need to
4772         draw the highlight image.
4774         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
4775         we need to redraw the entire button (not just the border).
4777 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
4779         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
4780           for vertical bars. Fixes the mismatches shown by #78513
4782 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
4784         * FileDialog.cs: If a saved/remembered path doesn't exist
4785           anymore, fall back to "Desktop".
4787 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
4789         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
4790           parent. It's apparently legal to not have one
4791         * XplatUIX11.cs:
4792           - SetZOrder: Don't try to set Z-Order on an unmapped window
4793           - CreateWindow: 0,0 are legal coordinates for a window. don't move
4794             it unless the coordinates are negative
4796 2006-08-10  Mike Kestner  <mkestner@novell.com>
4798         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
4799         when setting to null per msdn docs.  Fixes #78854.
4801 2006-08-10  Chris Toshok  <toshok@ximian.com>
4803         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
4804         flickering by setting a clip rectangle on the Graphics when we
4805         need to redraw just a particular menuitem.  Also, rename "OnClick"
4806         to "OnMouseDown" to reflect what it actually is.
4807         
4808         * Form.cs: track the OnMouseDown change.
4810 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
4812         * CommonDialog.cs: Properly inherit the CreateParams from the form
4813           and only change what we need. Fixes #78865
4815 2006-08-10  Chris Toshok  <toshok@ximian.com>
4817         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
4818         flickering in flat mode (and most of the flickering in general) by
4819         only invalidating the button border (and not the entire rectangle)
4820         when the state changes.  A couple of cases still flicker:
4821         ToggleButtons, and the dropdown arrow case when the user mouse
4822         ups.
4824 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
4826         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
4827           for german keyboards. Numlock state shouldn't affect the behaviour
4828           of the Del key. Fixes bug #78291.
4830 2006-08-10  Chris Toshok  <toshok@ximian.com>
4832         * ListControl.cs: remove the items.Clear line from BindDataItems,
4833         as this is the first thing done by both subclasses in their
4834         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
4835         passed -1, refresh the list.  This gets databinding working when
4836         the datasource is set on the list before the datasource is
4837         populated (as in wf-apps/ReportBuilder.)
4839         * ComboBox.cs: remove the argument to BindDataItems.  This call
4840         should really go away, and be initiated by the ListControl code.
4842         * ListBox.cs: same.
4844 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
4846         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
4847           if no data is in the document when the control is displayed
4849 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
4851         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
4852           yes (fixes #78806)
4853         * TextControl.cs: 
4854           - PositionCaret: Allow positioning of caret but don't call methods 
4855             requiring a handle if the window isn't created yet
4856           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
4857           - owner_HandleCreated: Don't position the caret, just update it's 
4858             location. User might have already set a different position
4860 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
4862         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
4863           windows. Screws up the returned coordinates for child windows. 
4864           Fixes #78825. I'm hoping this doesn't break something, since the
4865           code was explicitly put in 8 months ago, but no bug was attached.
4866           Menus still seem to work properly.
4868 2006-08-08  Chris Toshok  <toshok@ximian.com>
4870         * DataGrid.cs: make BeginInit/EndInit actually do what they're
4871         supposed to do - delay data binding until the EndInit call.  Also,
4872         make the table style collection's CollectionChangeAction.Refresh
4873         work properly.
4875         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
4876         (with action = Refresh) when a consituent table's MappingName is
4877         changed.
4879 2006-08-08  Chris Toshok  <toshok@ximian.com>
4881         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
4882         Invalidate, since changing the text can change the size of the all
4883         toolbar buttons.
4885 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
4887         * Form.cs (AddOwnedForm): Still need to add the form to our listif
4888           we don't have it yet
4890 2006-08-08  Chris Toshok  <toshok@ximian.com>
4892         * PrintControllerWithStatusDialog.cs: don't .Close() the status
4893         dialog, as this causes X errors later on, since we actually
4894         destroy the window.  Instead, .Hide() it.
4896 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
4898         * ComboBox.cs: Added focus reflection for popup window
4899         * XplatUIX11.cs: 
4900           - Removed transient setting for non-app windows for now, not sure it
4901             was needed
4902           - Fixed logic checking if we have captions when deciding 
4903             override_redirect, WS_CAPTION is two bits and a 0 check was not
4904             sufficient
4905           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
4906             complicated
4907         * Form.cs: 
4908           - AddOwnedForm: Don't just add the form to the list, call the property
4909             to ensure the driver is informed about the ownership as well
4910           - CreateHandle: Set the TopMost status in the driver if we have an owner
4911         * XplatUI.cs: Fixed debug statement
4913 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
4914         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
4915           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
4916           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
4917           TrackBarRenderer.cs: Make constructor private.
4918         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
4919         * ProfessionalColorTable.cs: Make properties virtual.
4921 2006-08-06  Duncan Mak  <duncan@novell.com>
4923         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
4924         is not changing.
4926 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
4927         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
4928           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
4929           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
4930           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
4931           Initial import of new 2.0 classes.
4933 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
4934         * Application.cs: Add 2.0 VisualStyles properties.
4936 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
4937         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
4938           XplatUIX11.cs: Create property to allow access to existing private
4939           variable "themes_enabled"
4941 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4943         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
4944         file size, as otherwise our class libraries fail using windows. Fixes
4945         bug #78759.
4947 2006-08-04  Jackson Harper  <jackson@ximian.com>
4949         * Form.cs:
4950         * XplatUIX11.cs: Move the toolwindow window manager creation into
4951         the X11 driver, this way on win32 we can let windows create/handle
4952         the toolwindows.
4954 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4956         * PrintDialog.cs: Remove some redundant checks, add some others,
4957         clean some code, and move the focus to the text boxes when the
4958         values are incorrect.
4960 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
4962         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
4964 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
4966         * NumericUpDown.cs: Setting the Minimum and Maximum is now
4967           handled correctly. Fixes bug #79001.
4969 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4971         * PrintDialog.cs: The "Copies" numeric up down must have
4972         set the Minimum property to 1; only if the value is bigger
4973         than 1, activate "Collate" check box. This is the behaviour of .Net.
4974         Also modify the Document elements only if it is not null.
4976 2006-08-03  Jackson Harper  <jackson@ximian.com>
4978         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
4979         length. (We have a larger array then actual node count).
4980                 
4981 2006-08-03  Jackson Harper  <jackson@ximian.com>
4983         * ComboBox.cs: Don't show selection by default.
4984         - The SelectAll isn't needed here, since the focus code should do
4985         that
4986         - DDL style lists to manual selection drawing, so when they
4987         get/lose focus they have to invalidate.
4989 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
4991         * TextBoxBase.cs: Don't always show all selections by default.
4993 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
4994         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
4995           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
4996           Fixed various typos.
4998 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5000         * Control.cs: Removing the controls in a ControlCollection with
5001           Clear now hides the controls as expected. Fixes bug #78804. 
5003 2006-08-03  Jackson Harper  <jackson@ximian.com>
5005         * Control.cs: Revert previous focus patch, it breaks reflector.
5007 2006-08-03  Jackson Harper  <jackson@ximian.com>
5009         * ComboBox.cs: Cleanup selection and focus with the combobox.
5010         This also eliminates some duplicated keyboard code, since now
5011         everything is handled by the main class.
5012         - Make list selection work on mouse up instead of down, to match
5013         MS.
5015 2006-08-02  Jackson Harper  <jackson@ximian.com>
5017         * Control.cs: Setting focus needs to go through the whole
5018         selection mechanism.
5020 2006-08-02  Chris Toshok  <toshok@ximian.com>
5022         * PrintPreviewDialog.cs: change MinimumSize to use
5023         base.MinimumSize so it works.
5025 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
5027         * TextControl.cs:
5028           - UpdateCaret: Added sanity check in case caret isn't defined yet
5029           - Line.Delete: Now updating selection and caret markers if we're
5030             transfering a node (Properly fixes #78323)
5031           - SetSelectionEnd: Added sanity check
5032         * TextBoxBase.cs: Removed broken attempt to fix #78323
5034 2006-08-01  Chris Toshok  <toshok@ximian.com>
5036         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
5037         Close() call is handled in Form, not here.
5039 2006-08-01  Chris Toshok  <toshok@ximian.com>
5041         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
5042         layout/rendering.
5044         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
5045         for sizes < 100% zoom.  The code now aggressively attempts to keep
5046         from calling document.Print (), and tries not to use the scaling
5047         g.DrawImage whenever possible (it still does if you scale to >
5048         100%, since usually that involves huge images).
5050         * PrintPreviewControl.cs: hook up the close button.
5052 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
5053         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
5054           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
5055           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
5056           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
5057           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
5058           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
5059           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
5060           Removed [Serializable] for 2.0 Event Handlers.
5062 2006-07-31  Jackson Harper  <jackson@ximian.com>
5064         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
5065         * TextControl.cs: Uncomment out the body of this method.
5067 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
5069         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
5070           standard cursors.
5072 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5074         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
5075           that embed TextBox and need selections visible even if textbox is not
5076           focused to enforce that behaviour.
5077         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
5078           selection drawing
5080 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5082         * TextControl.cs:
5083           - Added new SetSelectionStart/SetSelectionEnd overloads
5084           - Fixed viewport width assignment to be accurate
5085           - Adjusted alignment line shift calculations to allow cursor on right
5086             aligned lines to be always visible at the right border (like MS)
5087         * TextBoxBase.cs:
5088           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
5089           - TextBoxBase_SizeChanged: recalculating canvas on size changes
5090           - CalculateScrollBars: Use ViewPort size instead of window size, to
5091             properly consider space occupied by the border and scrollbars 
5092             (Fixes #78661)
5093           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
5094             calculations; no longer leaves artifacts
5095           - CaretMoved: Adjusted window scrolling to match MS and fixed several
5096             calculation bugs (Still missing right/center align calculations)
5098 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
5100         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
5101           use of both scroll rect and clip rect, as they do the same.
5103 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5105         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
5106           in the event handler (fixes #78912)
5108 2006-07-31  Chris Toshok  <toshok@ximian.com>
5110         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
5111         grid.ListManager.Count, since grid.ListManager might be null.
5112         This of course begs the question "why are we drawing rows for a
5113         grid with no list manager (and therefor no rows)?"  Fixes the
5114         crash in bug #78929.
5116 2006-07-31  Chris Toshok  <toshok@ximian.com>
5118         * RelatedPropertyManager.cs: Don't always chain up to the parent
5119         ctor.  instead, call SetDataSource if the parent's position is !=
5120         -1.  Fixes the crash in #78822.
5122 2006-07-31  Chris Toshok  <toshok@ximian.com>
5124         * DataGrid.cs (get_ListManager): use field instead of property
5125         accessors for datasource and datamember.
5126         (RowsCount): make internal again.
5127         (OnMouseDown): end edits before resizing columns/rows.
5128         (OnMouseUp): restart edits after resizing columns/rows.
5130 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
5132         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
5133           This fixes the situation where the last set cursor is displayed
5134           whenever the mouse is over scrollbars.
5136 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5138         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
5139         Document properties, as well as initial values.
5141 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
5143         * XplatUIWin32.cs (SetBorderStyle): Setting both border
5144           and ClientEdge results in a 3-pixel border, which is
5145           wrong.
5147 2006-07-28  Jackson Harper  <jackson@ximian.com>
5149         * TreeNodeCollection.cs: Fix the clear method.
5150         - Fix the Shrink also
5152 2006-07-27  Jackson Harper  <jackson@ximian.com>
5154         * TreeView.cs: Make sure the visible order is computed when we
5155         attempt to size the scrollbars (for trees that mess with the
5156         scrolling when they shouldn't.
5157         - Make sure to give the scrollbars valid values.
5159 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5161         * XplatUIX11.cs: Move motion compression code to where it
5162           has less performance impact
5164 2006-07-26  Jackson Harper  <jackson@ximian.com>
5166         * UpDownBase.cs: When the control is selected make the child
5167         controls non selectable, so that a click on them won't do a
5168         focus/unfocus cycle.
5169         - Don't give focus to the text box when the spinner is selected.
5170         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
5172 2006-07-26  Chris Toshok  <toshok@ximian.com>
5174         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
5175         satisfied with this solution.  If the bitmaps are small, we should
5176         just cache them in the PrintPreviewDialog and draw them here.
5177         Also, the layout is broken for the 2-up and 3-up cases.
5179         * Theme.cs: add PrintPReviewControlPaint.
5181         * PrintPreviewDialog.cs: first pass implementation.
5183         * PrintPreviewControl.cs: first pass implementation.  No
5184         scrollbars yet.
5186         * PrintDialog.cs: only validate fields if that particular portion
5187         of the UI is enabled.  Also, set the document's controller to a
5188         PrintControllerWithStatusDialog wrapping the document's print
5189         controller.
5191         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
5192         bring up a SaveFileDialog (i hope we don't want to match the
5193         behavior of the crappy windows file entry) and set the
5194         PrinterSettings.PrintFileName accordingly.
5196 2006-07-26  Jackson Harper  <jackson@ximian.com>
5198         * ContainerControl.cs: Add a field that disables auto selecting
5199         the next control in a container when the container is activated.
5200         * UpDownBase.cs: Don't select the text box when the up down is
5201         selected.
5203 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5205         * XEventQueue.cs: Added methods for peeking (used for compression
5206           of successive events)
5207         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
5208           mouse move events (fixes #78732)
5210 2006-07-25  Jackson Harper  <jackson@ximian.com>
5212         * UpDownBase.cs: Use an internal class for the textbox so that we
5213         can control focus.  the updown control should always have focus,
5214         if either the text area or the buttons are clicked.
5215         - Send the key messages to the textbox, since it never actually
5216         has focus
5217         - Activate and decativate the textbox caret.
5219 2006-07-24  Jackson Harper  <jackson@ximian.com>
5221         * Control.cs: Use the directed select when selecting a control,
5222         this way the container controls override will get called and the
5223         whole ActiveControl chain will get triggered.  TODO: probably need
5224         to make sure this gets done everywhere instead of the old
5225         Select(Control).
5226         * ContainerControl.cs: Implement the directed Select method to
5227         find and activate the correct child control.    
5228         
5229 2006-07-22  Mike Kestner  <mkestner@novell.com>
5231         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
5232         menu handling code so that clicks without a grab work too.
5233         [Fixes #78914]
5235 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
5237         * FileDialog.cs: Enable the BackButton when dirstack has one element.
5238           Added some small optimizations.
5240 2006-07-21  Matt Hargett  <matt@use.net>
5242         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
5244 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
5246         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
5247           tests pass and match MS in some strange border cases.
5249 2006-07-21  Chris Toshok  <toshok@ximian.com>
5251         * ThemeWin32Classic.cs: handle drawing of the relation links and
5252         parent row buttons.
5254         * Theme.cs: change args to DataGridPaintParentRow.
5256         * DataGrid.cs: Don't use controls for the relation links and
5257         parent buttons, so we have to handle all their interactions in
5258         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
5259         when we're navigating through child tables, so we can reinstate
5260         selection, expanded state, current cell, etc.
5262 2006-07-20  Chris Toshok  <toshok@ximian.com>
5264         * ToolBar.cs: When we redraw a button, for whatever reason,
5265         there's no reason to redraw the entire toolbar.  Also, don't call
5266         Control.Refresh from within Redraw, as it's much heavier than
5267         Invalidate (which is really what we want).
5269 2006-07-20  Chris Toshok  <toshok@ximian.com>
5271         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
5272         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
5273         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
5274         traces from within a debug IBindingList datasource
5275         (in mono/winforms/datagrid) for *days*, I've finally gotten things
5276         to work in a similar fashion.
5278 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5280         * ListBox.cs: Don't call Sort () when setting 
5281         the Sorted property to false (avoid an unnecessary sort).
5283 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5285         * ListControl.cs: DataSource should throw an ArgumentException
5286         instead of a normal exception when the argument is not of the 
5287         correct type.
5289 2006-07-20  Mike Kestner  <mkestner@novell.com>
5291         * Control.cs: add InternalPreProcessMessage to allow us to steal
5292         key events before MWF gets its paws on them.  Adapted from a
5293         suggestion by eno.
5294         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
5295         up/down/left/right navigation. Override the new internal control
5296         method to steal the events since they never make it to WndProc.
5297         * ToolBarButton.cs: don't worry about pushed when setting hilight
5298         since the drawing code prefers pushed to hilight. Invalidate on 
5299         Hilight changes. Fixes #78547 and #78525.
5301 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5303         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
5304           the canvas size. Fixes #78868
5306 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
5308         * Splitter.cs: Track requested split position until first layout
5309           is performed. Fixes #78871
5311 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
5313         * Application.cs: Removed code that forces 1.x for the version
5314           number if the version started with 0. Not sure why that code was
5315           there and I couldn't find any bugs that indicated we needed it.
5316           Fixes #78869
5318 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
5320         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
5321           ResetDefaults(), just write some output to the console until it's
5322           implemented. Fixes bug #78907 for now. Eliminated two warnings.
5324 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
5326         * PropertyGridView.cs: set StartPosition of drop down forms
5327         so they appear in correct initial spot.  Fixes #78190.
5329 2006-07-19  Mike Kestner  <mkestner@novell.com>
5331         * ThemeWin32Classic.cs: use parent background color when drawing
5332         flat toolbars.  Restructure the conditionals to make sure non-flat
5333         non-Divider toolbars are filled too.  Fixes #78837.
5335 2006-07-19  Mike Kestner  <mkestner@novell.com>
5337         * ListBox.cs: Sort on collection changes even if the handle
5338         isn't created yet.  Fixes #78813.
5340 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5342         * ListControl.cs: DisplayMember should never be null,
5343         and now we assign String.Empty when null is passed to it (this
5344         is the .Net way).
5346 2006-07-17  Mike Kestner  <mkestner@novell.com>
5348         * ListViewItem.cs: restructure Font and subitem Font handling 
5349         to hold a specific font and refer back to owner on null.
5350         Fixes #78761.
5352 2006-07-17  Mike Kestner  <mkestner@novell.com>
5354         * ToolBar.cs: bandaid for side-effect of previous patch which was
5355         discarding explicit heights for non-AutoSize toolbars.  Need to
5356         extend my format tester to deal with AutoSize=false. Fixes #78864.
5358 2006-07-15  Jackson Harper  <jackson@ximian.com>
5360         * LabelEditTextBox.cs:
5361         * TreeView.cs: Use a new LabelEdit class for node editing, this
5362         class automatically 'closes' itself when it gets the enter key or
5363         loses focus.
5364         - Use the client rectangle when setting the trees scrollbars, so
5365         border style is taken into account.
5366         
5367 2006-07-14  Jackson Harper  <jackson@ximian.com>
5369         * TreeNode.cs:
5370         * TreeView.cs: Make the editing work similar to MSs, firing the
5371         events correctly and ending edits correctly.
5373 2006-07-14  Mike Kestner  <mkestner@novell.com>
5375         * ToolBarButton.cs:
5376         * ToolBar.cs: layout restructuring and redraw enhancements to support
5377         formatting changes gracefully, like setting TextAlign, ImageList, 
5378         ButtonSize, and Appearance.  Handles explicit button sizing quirks
5379         of the MS controls.  Things like flat toolbars ignoring button size
5380         but becoming constant sized at the largest button's size.  Normal
5381         toolbars with an image set cannot be shrunk smaller than the image,
5382         but text can be clipped/ignored.
5383         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
5384         is zero.  Seems like DrawString should be smart enough to not put
5385         anything on screen though. Also trim labels and ellipsize at the char
5386         boundary, not word.
5387         Fixes #78711 and #78483.
5389 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5391         * FolderBrowserDialog.cs: Disable "New Folder" button and
5392           "New Folder" contextmenu menuitem if a folder like "My Computer"
5393           is selected.
5395 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5397         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
5398         * FolderBrowserDialog.cs:
5399           - Use MWFConfig to store and read size and position settings
5400           - Added code to create a new folder (button or context menu).
5401             Use TreeView labeledit to change the name of the new folder.
5403 2006-07-14  Jackson Harper  <jackson@ximian.com>
5405         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
5406         when the tree is scrolled we end editing.
5408 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
5410         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
5411           Down arrows
5413 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
5415         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
5416         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
5417         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
5418         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
5419         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
5420         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
5421         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
5422         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
5423         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
5424         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
5425         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
5426         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
5427         ListViewItemSelectionChangedEventHandler.cs,
5428         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
5429         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
5430         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
5431         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
5432         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
5433         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
5434         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
5435         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
5436         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
5437         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
5438         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
5439         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
5440         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
5441         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
5442         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
5443         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
5444         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
5445         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
5446         WebBrowserNavigatingEventHandler.cs, 
5447         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
5449 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
5451         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
5452         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
5453         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
5454         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
5455         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
5456         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
5457         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
5458         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
5459         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
5460         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
5461         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
5462         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
5463         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
5464         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
5465         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
5466         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
5467         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
5468         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
5469         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
5470         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
5471         ListViewItemStates.cs, MaskFormat.cs: Added
5473 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
5475         * PropertyGridView.cs: Fix keyboard navigation of drop down.
5476         Patch from eno for bug 78558.
5477         
5478 2006-07-13  Jackson Harper  <jackson@ximian.com>
5480         * TreeView.cs: When an edit is finished make sure that the
5481         selected node is visible.
5482         - When setting the top/bottom use the scrollbars is_visible, so
5483         everything will be set correctly even if the tree isn't visible
5484         yet.
5486 2006-07-13  Jackson Harper  <jackson@ximian.com>
5488         * ComboBox.cs: Revert the item->index part of my previous patch.
5489         * TreeView.cs: Use LostFocus instead of Leave for detecting when
5490         the edit box has lost focus (duh).
5491         - Just make the edit box not visible when we get return, that will
5492         take the focus, which will call EndEdit
5493         * TreeNode.cs When we start editing, notify the treeview.
5495 2006-07-12  Jackson Harper  <jackson@ximian.com>
5497         * ComboBox.cs: Clear out old items before setting the item list.
5498         This prevents databound controls from having their items added
5499         twice.
5500         - Switch the combobox to use indices whereever possible instead of
5501         using Item's.  This allows usto navigate through lists that have
5502         more then one item with the same string value (ie a, b, b, a).
5503         - Scroll the listboxes scrollbar when a non visible item is
5504         highlighted
5505         - Allow keypress to cycle through all the possible values. For
5506         example if you have b1, b2, b3 and hold down the B key all the
5507         values will be cycled through.
5508         
5509 2006-07-12  Jackson Harper  <jackson@ximian.com>
5511         * TextBoxBase.cs:
5512         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
5513         this using the internal methods.
5514         * Control.cs: Add OnGotFocusInternal.  A new method that allows
5515         controls to "override" OnGotFocus and change focus behavior if
5516         needed.
5517         - Same thing for LostFocus
5518         * ComboBox.cs: Pass off focus to the text control properly.
5520 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
5522         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
5523         * FolderBrowserDialog.cs: Almost a complete rewrite.
5524           - Better support for Environment.Specialfolders
5525           - Added support for MWFVFS
5526           - Made setting SelectedPath work
5528 2006-07-12  Jackson Harper  <jackson@ximian.com>
5530         * Control.cs: Optimze getting all the controls.
5532 2006-07-11  Jackson Harper  <jackson@ximian.com>
5534         * ContainerControl.cs: Override SETFOCUS in the container control,
5535         so that it is not selected on mouse click.
5537 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
5539         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
5540           Hopefully we will have a better way once all of focus is complete.
5542 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
5544         * ThemeWin32Classic.cs: Commented out some debug code and fixed
5545           a compile error with csc.
5547 2006-07-11  Jackson Harper  <jackson@ximian.com>
5549         * Control.cs: When hiding a control only select the next control
5550         if the current control was focused.
5551         - Don't handle enter/leave when setting/killing focus, this is
5552         done by the container control.
5553         - Remove is_selected, it's not needed anymore.
5554         - Add utility methods for selecting a child control, and for
5555         firing the Enter/Leave events.
5556         * ContainerControl.cs: When a control is activated fire the
5557         enter/leave events.
5558         - Don't wrap when processing the tab key, so that focus can be
5559         moved outside of the container.
5560         - Use the correct active control
5562 2006-07-11  Jackson Harper  <jackson@ximian.com>
5564         * ComboBox.cs: Remove some debug code that was blinding me.
5565         * UpDownBase.cs: These controls actually aren't implicit, they are
5566         visible to the user.
5568 2006-07-10  Chris Toshok  <toshok@ximian.com>
5570         * DataGrid.cs: move back to the is_adding boolean field.  god i
5571         hate this is_editing/is_adding/is_changing stuff.
5573 2006-07-10  Chris Toshok  <toshok@ximian.com>
5575         * DataGridTableStyle.cs: just check if the property type is bool.
5576         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
5577         Don't use CanRenderType.
5579         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
5580         if our text == NullText.  Remove CanRenderType.
5582         * DataGridBoolColumn.cs: nuke CanRenderType.
5584         * DataGrid.cs: reenable some code to end the current edit inside
5585         of set_CurrentCell.  This fixes the other 1.1.16 regression.
5586         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
5587         Also, remove the visible_row_count arg from CalcRowHeaders, since
5588         we don't need to worry about the actual height of the area.
5590 2006-07-10  Chris Toshok  <toshok@ximian.com>
5592         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
5593         mode, just return.
5595         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
5596         the real sense of the IsInEditOrNavigateMode property (true =
5597         navigate, false = edit).  Also, update OnKeyPress to reflect this.
5599         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
5600         column style exists, we still need to set its property descriptor
5601         to match up with our list manager.
5603 2006-07-10  Chris Toshok  <toshok@ximian.com>
5605         * ThemeWin32Classic.cs: implement the new row/header painting
5606         approach.  The parent row painting will likely go away and
5607         replaced with label controls, but the rest seems to work ok (and
5608         efficiently).
5610         * Theme.cs: change the way we draw datagrid rows.  we don't draw
5611         the row headers as a block now.  Instead we draw them in the
5612         normal draw-row loop.  Add some calls for drawing parent rows and
5613         relation rows.
5615         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
5616         a default table style.  Set the defaults from ThemeEngine.Current,
5617         not SystemColors.  Fix lots of misc issues with property setters.
5619         * DataGrid.cs: move loads of style information out of this class
5620         as it's being duplicated with DataGridTableStyle.  keep track of a
5621         special DataGridTableStyle for the properties we used to mirror
5622         here.  Switch all the style properties to access this table style
5623         instead of instance fields of this class.  Also add a internal
5624         class to represent parent rows (more needs to be stored here, like
5625         the selection state from the parent table, as well as the
5626         expansion state.)  Also, for datasources with relations, do the
5627         right thing for collapse/expand, and add support for the
5628         navigation/parent row buttons.
5630         Lastly, fix the crash in the 1.1.16 build.
5632         * GridTableStylesCollection.cs: make the explicit interface
5633         implementations call the class's methods as opposed to duplicating
5634         them.
5636         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
5637         0 so the text doesn't jump around when we move the cursor.
5639 2006-07-10  Jackson Harper  <jackson@ximian.com>
5641         * TextBoxBase.cs:
5642         * ListBox.cs: Match MS's ToString (this makes debugging focus
5643         stuff infinitely easier).
5645 2006-07-10  Jackson Harper  <jackson@ximian.com>
5647         * Control.cs (SelectNextControl): When checking the control's
5648         parent use this instead of ctrl.parent so that null can be passed
5649         to SelectNextControl. (I have unit tests for this).
5650         - Remove unused var.
5652 2006-07-10  Chris Toshok  <toshok@ximian.com>
5654         * CurrencyManager.cs: correct one regression, the removal of the
5655         finalType field.  Also, add a MonoTODO on CanAddRows, implement
5656         Refresh() correctly, and fix some event emission in
5657         ListChangedHandler.
5659 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
5661         * FileDialog.cs: Don't use brackets for new folders if they exist
5662           under *nix. Instead use -(number of existing folders +1).
5664 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
5666         * FileDialog.cs:
5667           - Fixed really nasty bug #78771
5668           - Don't block the whole GUI when reading directories with a lot of
5669             entries. Use an other thread instead and call BeginInvoke to
5670             update the ListView in MWFFileView
5672 2006-07-07  Chris Toshok  <toshok@ximian.com>
5674         * Control.cs (Dispose): release any Capture when disposing.
5676 2006-07-07  Chris Toshok  <toshok@ximian.com>
5678         * LinkLabel.cs (Select): if we chain up to the parent, set
5679         focused_index to -1 so we'll search for the first available link
5680         the next time the user tabs into us.  Also, if the direction is
5681         backward and focused_index == -1, start the search from the last
5682         element.
5684 2006-07-07  Chris Toshok  <toshok@ximian.com>
5686         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
5687         is beyond the end of the text, don't do anything.
5688         (CreateLinkPieces): set our ControlStyles.Selectable based on
5689         whether or not we have any links.
5690         (Link.Invalidate): use a loop instead of foreach.
5691         (Link.set_Start): null out owner.sorted_links so it'll be
5692         recreated by CreateLinkPieces.
5694 2006-07-06  Chris Toshok  <toshok@ximian.com>
5696         * LinkLabel.cs: revert the SetStyle change.
5698 2006-07-06  Chris Toshok  <toshok@ximian.com>
5700         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
5701         (OnEnableChanged): s/Refresh/Invalidate
5702         (OnGotFocus): if we have a focused index already, refocus it (so
5703         if we mouse out/in to the window it'll focus the right link).
5704         (OnKeyDown): move the tab handling out of here.
5705         (OnLostFocus): don't set focused_index to -1, so we can refocus it
5706         when we lose focus.
5707         (OnMouseDown): don't Capture here - Control handles it.  Also,
5708         focus the active link.
5709         (OnMouseUp): don't deal with Capture.
5710         (OnPaintBackgroundInternal): remove.
5711         (OnTextAlignChanged): CreateLinkPieces before calling the
5712         superclass's method.
5713         (OnTextChanged): call CreateLinkPieces before calling superclass's
5714         method.
5715         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
5716         move around.
5717         (Select): implement this, moving the selection between different
5718         links, and call parent.SelectNextControl if we don't have another
5719         link to focus in the given direction.
5720         (CreateLinkPieces): call Invalidate instead of Refresh.
5721         
5722 2006-07-06  Chris Toshok  <toshok@ximian.com>
5724         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
5725         new LinkLabel internals.
5727         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
5728         over pieces looking for active/focused/etc links.  also, deal with
5729         runs of text (and links) with embedded \n's in them, and use
5730         MeasureCharacterRanges instead of MeasureString to figure out the
5731         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
5732         two-step.
5734 2006-07-04  Jackson Harper  <jackson@ximian.com>
5736         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
5737         XKB or key auto repeat, do it manually.  Without key auto repeat,
5738         when a key is held down we get key press, key release, key press,
5739         key release, ... with auto repeat we get key press, key press, key
5740         press ..., and then a release when the key is actually released.
5742 2006-07-03  Jackson Harper  <jackson@ximian.com>
5744         * TabControl.cs:
5745         * ThemeWin32Classic.cs: Tabs do not obey normal background color
5746         rules, they are always control color regardless of the background
5747         color.
5749 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
5751         * FileDialog.cs: Added internal class MWFConfig.
5752           Removed Registry support and replaced it with support for the new
5753           MWFConfig class. See MWFConfig comments for more information.
5755 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
5757         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
5758           rectangle. Added some patches from eno from bug #78490 and fixed
5759           the arrow position for small up and down CPDrawScrollButtons.
5761 2006-06-30  Jackson Harper  <jackson@ximian.com>
5763         * InternalWindowManager.cs: Remove some debug code.
5764         * Form.cs: When an MdiParent is set to null, the window is
5765         "detatched" and becomes a normal window.
5766         * MdiClient.cs: Don't bring the new child form to the front until
5767         it is activated (setting it as active does this), this makes the
5768         previously active forms titlebar get redrawn as inactive.
5770 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
5772         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
5773           with later controls
5775 2006-06-29  Mike Kestner  <mkestner@novell.com>
5777         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
5778         arrow in keynav state.  Fixes #78682.
5780 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
5782         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
5783           order (fixes #78393)
5785 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
5787         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
5788           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
5789           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
5790           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
5791           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
5792           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
5793           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
5794           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
5795           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
5796           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
5797           enumerations (FlagsAttribute, SerializableAttribute, added/removed
5798           values)
5800 2006-06-28  Mike Kestner  <mkestner@novell.com>
5802         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
5804 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
5806         * PropertyGrid.cs,
5807           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
5808           item lines from other area (It also makes BackColor consistent and
5809           compatible with .NET). Fixed bug #78564.
5811 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
5813         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
5814         Patch from Eno for #78555.
5816 2006-06-27  Chris Toshok  <toshok@ximian.com>
5818         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
5820         * DataGridColumnStyle.cs: same.
5822         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
5823         
5824         * DataGridDrawingLogic.cs: nuke.
5826 2006-06-27  Chris Toshok  <toshok@ximian.com>
5828         * DataGridTableStyle.cs: clean up the constructors, and build the
5829         list of child relations for this table.  I have no idea if this is
5830         where we should be doing it (it probably isn't), but since we're
5831         already iterating over the properties..
5833         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
5834         struct and array for keeping track of row information, similar to
5835         what's shown in a hack on
5836         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
5838         * Theme.cs: be consistent about the naming of DataGrid methods,
5839         prefering ColumnWidths and RowHeights over columnsWidths and
5840         RowsHeights.
5842         * ThemeWin32Classic.cs: same, and also add support for variable
5843         sized rows (and the +/- expansion icons for related rows).
5845 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
5847         * TextBoxBase.cs: Applied Eno's patch from #78660
5849 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
5851         * Form.cs (ScaleCore): We don't want to scale our form if it's
5852           state is minimized or maximized, but we still need to scale our
5853           child windows. Also, added try/finally block to ensure layout
5854           gets reset (Fixes #78697)
5856 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
5858         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
5860 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
5862         * Form.cs: Fixed c+p error and added check to resize form if minimum
5863           size is bigger than current size (Fixes #78709)
5865 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
5867         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
5869 2006-06-26  Mike Kestner  <mkestner@novell.com>
5871         * ComboBox.cs: only do Keypress handling in the combo when there  
5872         are items in the collection. Fixes #78710.
5874 2006-06-26  Chris Toshok  <toshok@ximian.com>
5876         * Binding.cs: make this work bi-directionally.  also, clear up
5877         other mixups between Push/Pull Data (e.g. we're supposed to pull
5878         data when validating).
5880         * BindingManagerBase.cs: trim some fully qualified collection
5881         types.
5883         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
5885 2006-06-23  Chris Toshok  <toshok@ximian.com>
5887         * PropertyManager.cs: It appears (according to the unit tests)
5888         that PropertyManager doesn't use
5889         PropertyDescriptor.AddValueChanged to track propery value changes
5890         in its datasource, but uses the same scheme as Binding, where it
5891         looks for a <Property>Changed event and binds to it.
5893         Also, according to the docs, IsSuspended always returns false for
5894         a property manager with a non-null datasource.
5896 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
5898         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
5899           need to update the actual DialogResult. (Fixes #78613)
5901 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
5903         * Form.cs (ShowDialog): Release any captures before running the
5904           new message pump (fixes #78680)
5906 2006-06-22  Mike Kestner  <mkestner@novell.com>
5908         * ListView.cs: Layout column widths properly in details mode even 
5909         if HeaderStyle.None is set.  Fixes #78691.
5911 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
5913         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
5915 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
5917         * Control.cs (ContainsFocus): Using new driver method to get focused
5918           window, instead of trying to use internal tracking var, which can
5919           recursion issues (Fixes #78685)
5920         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
5921           XplatUIWin32.cs: Added GetFocus method to return focused window
5923 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5925         * ColorDialog.cs: when the mouse button is pressed inside the color
5926         matrix, don't let the cursor move out of it until the button is
5927         released, which is the behavior on windows. Changed 'colours' by
5928         'colors' to use the same word consistently.
5930 2006-06-21  Chris Toshok  <toshok@ximian.com>
5932         * DataGrid.cs: add in some basic navigation stuff (navigating to a
5933         child relation and back, using a stack).  Also, remove
5934         GetDataSource and the code that calls it - it's not needed.  Also,
5935         track CurrencyManager.ListName's removal.
5937 2006-06-21  Chris Toshok  <toshok@ximian.com>
5939         * CurrencyManager.cs: push some of the original type checking from
5940         BindingContext.CreateBindingManager to here, and remove some of
5941         the finalType stuff.  Need more tests to make sure I've got the
5942         ListName part right, and we might need more in SetDataSource.
5944         * PropertyManager.cs: add a ctor that takes just the datasource,
5945         and no property name.  Make SetDataSource work with a null
5946         property_name, and make Current return the data_source if the
5947         property descriptor is null.  this makes 'string foo = "hi";
5948         BindingContext[foo].Current' return "hi" as it should.
5950         * RelatedCurrencyManager.cs: make this code more generic - there's
5951         no reason the parent manager has to be CurrencyManager, and
5952         there's no reason to pass the DataRelation.  It suffices to use a
5953         BindingManagerBase and PropetyDescriptor.
5955         * RelatedPropertyManager.cs: make a similar change here.
5956         
5957         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
5958         flower I knew it could be.
5960 2006-06-20  Chris Toshok  <toshok@ximian.com>
5962         * PropertyManager.cs: the PropertyChangedHandler is invoked when
5963         data in the source has changed and we need to update the control,
5964         so s/PullData/PushData.
5966         * CurrencyManager.cs: Refresh is meant to update the control from
5967         data in the datasource.  So, s/PullData/PushData.
5969         * BindingContext.cs: add more ugliness (we weren't handling the
5970         case where data_source = DataTable and data_member = column_name).
5972         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
5973         from the perspective of the datasource.  PullData pulls from the
5974         control, PushData pushes to the control.
5976 2006-06-20  Chris Toshok  <toshok@ximian.com>
5978         * BindingContext.cs: rewrite the CreateBindingManager code to
5979         handle navigation paths more or less properly.  This could
5980         definitely stand some more work, in particular to push the
5981         recursion up to the toplevel.  But that relies on fixes in other
5982         places (System.Data comes to mind).
5984         Also, move to a flat hashtable (and encode the twolevel nature of
5985         the dictionary into the hash key).  This lets us implement the
5986         IEnumerable.GetEnumerator method.
5988         * RelatedCurrencyManager.cs: new class.  Update our view based on
5989         our relation and our parent CurrencyManager's position.
5991         * CurrencyManager.cs: split out some logic from the ctor into
5992         SetView, so it can be called from the new RelatedCurrencyManager
5993         subclass.
5995         * RelatedPropertyManager.cs: new class.  Update our datasource
5996         based on the position of our parent CurrencyManager.
5998         * PropertyManager.cs: split out some logic from the ctor into
5999         SetDataSource, so it can be called from the new RelatedDataSource
6000         subclass.  Also, make the Current getter return the value
6001         of the PropertyDescriptor, not the data_source.
6003         * Binding.cs: no need to duplicate the string splitting code here.
6005 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6007         * Control.cs:
6008           - set_Enabled: OnEnabledChanged is not called if the inherited state 
6009             of the control is not altered, even though  we might be changing the
6010             internal state of the control (#78458)
6011           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
6012             OnEnabledChanged, to allow easy altering of any child window state
6013           - OnEnabledChanged: Added code to enable/disable driver window state
6014           - OnParentEnabledChanged: Instead of firing the event, call 
6015             OnEnabledChanged, which will fire the event and also a) set driver
6016             window state and pass the enabled state to any grandchildren (#78458)
6018 2006-06-19  Jackson Harper  <jackson@ximian.com>
6020         * InternalWindowManager.cs: We don't set the cursor explicitly
6021         thats done via the response to NCHITTESTs.
6022         - Don't need to adjust for titlebar heights anymore, the
6023         coordinates are coming in the correct coordinates now (see peters
6024         last patch).
6027 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6029         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
6030           being translated relative to whole window, instead of client window.
6031           That caused broken offsets on mouseclick (and caused gas for our
6032           InternalWindowManager)
6034 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6036         * TextControl.cs:
6037           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
6038           - Undo(): Added replay of cursor move on DeleteChars action; added
6039             calling Undo() again if a recorded cursor move is invalid (to
6040             ensure that some action is performed on Undo)
6041         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
6043 2006-06-16  Jackson Harper  <jackson@ximian.com>
6045         * MdiClient.cs: Instead of just sizing maximized windows when
6046         there is a resize we also have to adjust the Y of minimized
6047         windows, so they stay pinned to the bottom of the mdi container.
6048         - Eliminate separate tracking of the active control, we can just
6049         get this from the controls collection.
6050         - Paint the decorations for the newly activated titlebar so we get
6051         a pretty blue bar.
6052         * InternalWindowManager.cs:
6053         * ThemeWin32Classic.cs: Minimized windows get all three buttons
6054         even if they are a tool window.
6055         
6056 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6058         * TextControl.cs (Undo): Handle non-existent cursor locations in the
6059           undo buffer, these can happen when text was deleted and the cursor
6060           was recorded first. Since we will also have a recorded cursor
6061           after the delete this is not an issue. (Fixes #78651)
6063 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
6065         * AccessibleObject.cs: Remove dependence on Control.is_selected;
6066           instead properly track control states internally (allows us to
6067           remove is_selected from Control)
6069 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6071         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
6072         whose width is not a multiple of 8.
6074 2006-06-13  Jackson Harper  <jackson@ximian.com>
6076         * MdiClient.cs:  Only maximize the next child if the current one
6077         is maximized.
6079 2006-06-13  Chris Toshok  <toshok@ximian.com>
6081         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
6082         modified.  Also, guard against grid or grid_drawing being null in
6083         Invalidate.
6085         * DataGrid.cs: Reformat tons of getters/setters.  In the
6086         DataMember setter, just call SetNewDataSource instead of
6087         duplicating some of its functionality.  In SetNewDataSource, don't
6088         check ListManager for null, since the property getter creates the
6089         object if needed.
6091         * DataGridTableStyle.cs: don't set TableStyle or call
6092         SetDataGridInternal on the column here, it's done in
6093         GridColumnStylesCollection.Add.
6095         * GridColumnStylesCollection.cs: fix all the explicit interface
6096         implementations to just call our methods.  Nuke AddInternal() and
6097         move the body of it to Add().  Also, add a call to
6098         column.SetDataGridInternal to Add().
6100         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
6101         base()+duplicate code.  Also, use the Format property instead of
6102         format to generate an Invalidate ala MS.  Lastly, create the
6103         textbox here, unconditionally.
6104         (set_Format): call Invalidate.
6105         (get_TextBox): no need to call EnsureTextBox.
6106         (Commit): remove the message box.
6107         (Edit) remove the call to EnsureTextBox.
6108         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
6109         (EnterNullValue): no need to check textbox for null.
6110         (HideEditBox): no need to check textbox for null.
6111         (SetDataGridInColumn): add the textbox to the grid's controls.
6112         (EnsureTextBox): nuke.
6113         
6114 2006-06-13  Jackson Harper  <jackson@ximian.com>
6116         * MdiWindowManager.cs: Hook up to the maximized menus paint event
6117         and redraw the buttons when needed. Unhook when the window is
6118         unmaximized.
6119         * MainMenu.cs: Add an internal Paint event, the mdi window manager
6120         needs this so that it can redraw its buttons when the menu is
6121         repainted.
6122         * InternalWindowManager.cs:
6123         * Form.cs: The method order has changed for DrawMaximizedButtons,
6124         so that it can be a PaintEventHandler.
6125         
6126 2006-06-13  Jackson Harper  <jackson@ximian.com>
6128         * MdiClient.cs: When we close a maximized mdi window, the next mdi
6129         window is activated and maximized, even if it wasn't before.
6130         - When  a new window is activated repaint the decorations of the
6131         old one, so that it no longer has the Active "look" (the blue
6132         titlebar).
6133         * InternalWindowManager.cs: Open up CreateButtons to base classes
6134         so they can recreate the buttons on state changes.
6135         - If a window is maximized give it all three buttons
6136         * MdiWindowManager.cs: Create the titlebar buttons when the state
6137         is changed, this is needed because a toolwindow will not have all
6138         three buttons until it is maximized.
6140 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
6142         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
6143           Fixed bug #78609.
6145 2006-06-12  Jackson Harper  <jackson@ximian.com>
6147         * KeysConverter.cs: Make sure we handle the Ctrl special case
6148         if its the only key.
6149         
6150 2006-06-12  Jackson Harper  <jackson@ximian.com>
6152         * Theme.cs: Add a method to get the size of a managed window
6153         toolbar button.
6154         * InternalWindowManager.cs: Remove the ButtonSize property, this
6155         should be retrieved from the theme.
6156         * MdiWindowManager.cs: Get the button size from the theme
6157         * ThemeWin32Classic.cs: Make the method to get the managed window
6158         titlebar button size public.
6159         - Handle the different button sizes of maximized toolwindows
6160         (should match any maximized window).
6161         - Get the titlebar height from the theme, not the WM (which gets
6162         it from the theme).
6164 2006-06-12  Jackson Harper  <jackson@ximian.com>
6166         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
6167         event down to the mdi window manager.
6168         - Expose some extra stuff to base classes
6169         - Make sure to end the Capture on an NC Mouse up, so that we can
6170         get double clicks properly, and the sizing doens't stick.
6171         - When doing PointToClient contain it in the workable desktop
6172         area, this prevents windows from changing size when the cursor is
6173         pulled outside of the working area while sizing.
6174         * MdiWindowManager.cs: When we get a double click maximize the
6175         window.
6176         - Reset the cursor after handling mode changes.
6178 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
6180         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
6181           current desktop, instead of just assuming a 0, 0 origin. This
6182           is needed for our internal window manager, to know the top
6183           margin of the desktop
6185 2006-06-12  Chris Toshok  <toshok@ximian.com>
6187         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
6188         we need this to get rid of the selected background in the bool
6189         column.
6190         (CancelEditing): move the ConcedeFocus call to above the Abort
6191         call.  Also, set is_changing to false and invalidate the row
6192         header if we were changing before.
6193         (ProcessKeyPreviewInternal): remove, since noone outside this
6194         class calls it anymore.  Roll the code into ProcessKeyPreview.
6195         (EndEdit): remove the internal version.
6196         (InvalidateCurrentRowHeader): make private.
6198         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
6199         Keys.Escape handling (and with it the last call to
6200         DataGrid.EndEdit from outside the class.)
6203 2006-06-12  Chris Toshok  <toshok@ximian.com>
6205         * DataGridTextBox.cs (.ctor): isedit defaults to false.
6206         (OnKeyPress): set isedit to true.
6207         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
6208         already handled by the grid.
6210         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
6211         right.  ugh.
6212         (set_DataSource): SetDataSource always returns true, so stop
6213         putting it in an if statement.
6214         (EndEdit): get rid of some {}'s
6215         (ProcessGridKey): return true in case Keys.Escape.
6216         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
6217         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
6218         PositionChanged, stopped connecting to CurrentChanged.
6219         (GetDataSource): simplify this a bunch.
6220         (SetDataSource): change return type from bool to void.
6221         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
6222         to this, and make sure we don't set ListManager.Position inside
6223         set_CurrentCell.
6224         (OnListManagerItemChanged): if we're passed an actual index,
6225         redraw that row.
6227         * CurrencyManager.cs (set_Position): don't call PullData here.
6229 2006-06-09  Jackson Harper  <jackson@ximian.com>
6231         * TreeNode.cs:  Recalculate the visible order before doing the
6232         Expand/Collapse Below calls, because those calls generate an
6233         expose.
6234         - Reduce calls to the TreeView property, which is mildly expensive
6235         by using a local var.
6236         * Form.cs: Layout the MDI child windows when creating the parent
6237         form.
6238         - Don't use the internal constructor anymore
6239         * MdiClient.cs: use the parent form width/height (if available)
6240         when laying out the child windows, we do this because the
6241         mdiclient isn't docked yet when the initial layout is done.
6242         - Don't need an internal constructor anymore.
6244 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6246         * FileDialog.cs: handle access errors when trying to create a folder
6247         or changing to a directory. No need to initialize out parameters.
6249 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6251         * FileDialog.cs: Append a number when creating a new folder if the
6252           folder already exists (use parenthesis instead of square brackets)
6254 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6256         * FileDialog.cs:
6257           - Disabled registry support for windows and added better registry
6258             error checking for other systems (need to investigate why it
6259             works perfectly on my system)
6260           - If a folder already exist show an error MessageBox instead of
6261             trying to create an indexed name.
6262           - Fixed a non intentional typo.
6264 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6266         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
6268 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6270         * FileDialog.cs: When creating a new folder don't crash if the
6271           folder already exists.
6273 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6275         * FileDialog.cs: Allmost a complete rewrite.
6276           - added a "virtual" file system that handles the differences
6277             between unix and windows file systems (especially the directory
6278             structure). Moved most of the directory and file handling code
6279             into the vfs.
6280             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
6281             UnixFileSystem and FSEntry.
6282           - Recently used folder/directory, size, location and used file names
6283             (file name ComboBox) are now stored in the registry and get read
6284             before the dialog shows up (fixes part 6 of bug #78446).
6285           - Creation of new folders/directories is now possible (context menu
6286             or ToolBar). Added TextEntryDialog for this that fills in the gap
6287             until ListView.LabelEdit works.
6288           - Fixed cursor handling (bug #78527) and focus handling for
6289             PopupButtonPanel
6290           - Various "Search in" ComboBox enhancements. The content of the
6291             dropdown listbox now almost matches ms.
6292           - Changed the behaviour when the user switches to SpecialFolder
6293             Recent to show the ListView in View.Details.
6294           - Beside using the ToolBar to change the View property of the
6295             file ListView it is now possible to use the context menu too.
6297 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6299         * ComboBox.cs: Don't create a new ObjectCollection when an item
6300           gets inserted. Just insert the item in the existing object_items
6301           ArrayList.
6303 2006-06-08  Jackson Harper  <jackson@ximian.com>
6305         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
6306         that the treeview and root node checks are done also, this fixes a
6307         regression i caused in the unit tests.
6309 2006-06-07  Wade Berrier <wberrier@novell.com> 
6311         * RichTextBox.cs: More ISO8859-1 -> unicode
6313 2006-06-07  Mike Kestner  <mkestner@novell.com>
6315         * ComboBox.cs : use items to hold highlight/selection so that
6316         collection insertions don't require synchronization.
6318 2006-06-07  Jackson Harper  <jackson@ximian.com>
6320         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
6321         routine.  We now always keep the sized edge at the cursor instead
6322         of computing movement and adjusting rects.  There is one buglet
6323         with this method though when the cursor is moved over area that
6324         the window can not expand too (such as the toolbars on the desktop).
6326 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6328         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
6329         here. Fixes crash on startup in AlbumSurfer.
6331 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
6333         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
6334           values
6336 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6338         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
6339         statement to avoid calling XNextEvent which will block if another thread
6340         took the event that we were expecting. Fixes bug #78605.
6342 2006-06-07  Mike Kestner  <mkestner@novell.com>
6344         * ListView.cs : isolated checkbox clicking from the selection logic.
6345         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
6347 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6349         * Form.cs: Check that the value passed to Form.DialogResult
6350         is a valid enum value.
6352 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6354         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
6355         Computer'. Clicking it in the network view goes to 'My Computer'.
6356         Added CIFS filesystem type. Display the mount point of filesystems.
6357         Avoid duplicate mount points (happens for me with CIFS);
6359 2006-06-06  Jackson Harper  <jackson@ximian.com>
6361         * InternalWindowManager.cs: Draw the maximized windows buttons
6362         when resizing.
6364 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6366         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
6367         all other dialogs. Fixes bug #78585.
6369 2006-06-06  Mike Kestner  <mkestner@novell.com>
6371         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
6372         Only invalidate checkbox on checkstate changes to avoid flicker.
6373         * ListBox.cs : avoid unselect/select when clicking selected item.
6374         avoid reselection flicker for already multiselected items.
6375         Fixes #78382.
6377 2006-06-06  Jackson Harper  <jackson@ximian.com>
6379         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
6380         the parent form so that the menu is removed if needed.
6382 2006-06-06  Mike Kestner  <mkestner@novell.com>
6384         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
6385         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
6387 2006-06-06  Mike Kestner  <mkestner@novell.com>
6389         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
6392 2006-06-06  Jackson Harper  <jackson@ximian.com>
6394         * Control.cs: Use the property (instead of the field) to get the
6395         default cursor so it is instantiated correctly.
6396         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
6397         resizes so we need to manually repaint the window decorations here.
6398         - Set the titlebar button locations as soon as they are created,
6399         otherwise they are not set correctly on win32.
6400         
6401 2006-06-06  Chris Toshok  <toshok@ximian.com>
6403         * CurrencyManager.cs (set_Position): call PullData before
6404         OnCurrentChanged.
6405         (AddNew): after calling IBindingList.AddNew, update our
6406         listposition, and call OnCurrentChanged/OnPositionChanged (without
6407         calling PullData).
6408         (OnCurrentChanged): remove the call to PullData from here.
6409         (OnItemChanged): remove the call to PushData from here.
6410         (OnPositionChanged): change the test from == null to != null to
6411         match the other methods.
6412         (ListChangedHandler): the grossest part of the patch.  Implement
6413         this such that it passes the unit tests in CurrencyManagerTest and
6414         the output more or less matches that of MS's implementation.
6416 2006-06-06  Mike Kestner  <mkestner@novell.com>
6418         * ListView.cs : only update check state on single click.
6419         * ThemeWin32Classic.cs : fix focus drawing for details view without
6420         fullrowselect.  Fixes #78454.
6421         * XplatUIX11.cs : fix for double click emission.
6423 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6425         * PropertyGridView.cs : Applied Atsushi's patch to fix
6426         font dialog bug  (#78197).
6428 2006-06-05  Jackson Harper  <jackson@ximian.com>
6430         * TreeNode.cs: Compute the next node for expanding/collapsing
6431         correctly. We now factor in nodes without a NextNode
6432         correctly. (Fixes somes cases in nunit-gui).
6433         * InternalWindowManager.cs: Set the bounds when updating the
6434         virtual position of a tool window.
6435         
6436 2006-06-05  Chris Toshok  <toshok@ximian.com>
6438         * DataGrid.cs: rename cached_currencymgr to list_manager.
6439         (set_CurrentCell): move SetCurrentCell code here, and clean it up
6440         some.
6441         (CurrentRow, CurrentColumn): single accessors so we can make the
6442         cursor movement code a lot easier to understand.
6443         (CurrentRowIndex): implement this in terms of CurrentRow.
6444         (BeginEdit): clean this up a bit.
6445         (CancelEditing): sort out the is_editing/is_changing/is_adding
6446         stuff a little.
6447         (EndEdit): minor changes.
6448         (OnKeyDown): add a comment about a (most likely) unnecessary
6449         check.
6450         (OnMouseDown): cancel editing when we click on a row header.  And
6451         use the CurrentRow setter, not CurrentCell.
6452         (ProcessDialogKey): directly call ProcessGridKey.
6453         (UpdateSelectionAfterCursorMove): factor out this common block of
6454         code (it's used everywhere that we move the cursor by updating row
6455         or column).
6456         (ProcessGridKey): pretty substantial overhaul.  Use the
6457         CurrentRow/CurrentColumn properties to make the code a lot more
6458         readable.  Only use the CurrentCell property when we have to
6459         modify both row and column at once.  Tab behavior is still broken,
6460         and Delete is untested.
6461         (Select): if we have no selected rows, set selection_start to
6462         @row.
6463         (EditCurrentCell): rename EditCell this.  It was only ever invoked
6464         with CurrentCell as the arg, so drop the arg and rename it.
6466         * DataGridColumnStyle.cs: clean up the constructors a little, and
6467         drop CommonConstructor().
6469         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
6470         actually get notified when the user hits it.
6471         (ProcessKeyMessage): *substantially* simplify this method.
6472         There's no reason (that I can see) for the textbox to be making
6473         calls into the datagrid at all.  Remove all of them but the ones
6474         for Enter handling.  those will take some more work.
6476         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
6477         calling HideEditBox.
6478         (HideEditBox): if we have an active textbox, render it invisible
6479         without causing a re-layout of the datagrid.
6481 2006-06-05  Mike Kestner  <mkestner@novell.com>
6483         * ListView.cs : fix NRE crasher when focuseditem is cleared by
6484         collection changes by resetting it to Items[0].  Fixes #78587.
6486 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6488         * MessageBox.cs: if the height of the text is larger than the icon_size,
6489         use that. Fixes bug #78575.
6491 2006-06-05  Jackson Harper  <jackson@ximian.com>
6493         * TreeView.cs: Fix line drawing when scrolling.  To do this each
6494         node is basically responsible for drawing its entire horizontal
6495         area.  When drawing a node it draws its parent node lines if
6496         needed.
6497         - Adjust the clip area to the viewport rectangle
6498         - Fix Left/Right key handling to match MS. (It expand/collapses
6499         and moves to parents/first child but does not move selection to
6500         sibling nodes).
6501         - Fix SetTop to work with new bound calculation code
6502         - When scrollbars are no longer needed we need to reset scrolling
6503         vars and recalculate the visible order so the redraw is correct
6504         * TreeNode.cs: We can't expand/collapse nodes with no children.
6506 2006-06-03  John Luke  <john.luke@gmail.com> 
6508         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
6509         so the colors work without dev packages
6510         
6511 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
6513         * Control.cs 
6514           - Select: Implemented to just use activate. Seems to match MS 
6515             behaviour closest. Documented to only do actual control walking 
6516             based on it's parameters if in a container control so I moved 
6517             the code there.
6518           - Removed selection check logic from our internal Select() method
6519         * ContainerControl.cs:
6520           - Select: Moved selection logic from Control here, since MS documents
6521             that containers obey the bool arguments. No longer calling base
6523 2006-06-02  Jackson Harper  <jackson@ximian.com>
6525         * TreeView.cs: If the selected node isn't changed when we get
6526         focus update the previously selected node so that we see the
6527         selection box.
6529 2006-06-02  Mike Kestner  <mkestner@novell.com>
6531         * ComboBox.cs: restructure grab and general mouse event handling.
6532         Make the composite control raise mouse events like it was a single
6533         control for leaves/enters/motion/up/down events.  fix dropdown list
6534         coordinate mangling and refactor it into the scrollbar subclass to
6535         reduce code duplication.  Fixes #78282 #78361 and #78457.
6537 2006-06-02  Mike Kestner  <mkestner@novell.com>
6539         * ScrollBar.cs: remove Capture setting/clearing, as it happens
6540         automatically in the Control.WndProc.
6542 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6544         * FileDialog.cs: fix crash when running SharpChess, which sets the
6545         FilterIndex to 2 with only one Filter.
6547 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6549         * ToolBar.cs: add SizeSpecified property.
6550         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
6551         try to figure out our real size, otherwise fallback to what the
6552         container says.
6554 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6556         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
6557         * Control.cs (WndProc): MS always calls the DefWndProc to pass
6558           up the event
6560 2006-06-01  Mike Kestner  <mkestner@novell.com>
6562         * ListView.cs: revamp the focus management in ListView.  It still
6563         causes churn of LostFocus/GotFocus emissions on clicks, but it's
6564         better than not handling focus at all.  Will revisit when pdb feels
6565         the general focus handling is solid.  Fixes #78526.
6567 2006-06-01  Jackson Harper  <jackson@ximian.com>
6569         * TreeView.cs: Set the default border style in the constructor.
6570         - Move painting to use OnPaintInternal instead of capturing
6571         WM_PAINT, this is the correct way of doing things
6572         - UpdateBelow shouldn't invalidate the scrollbar area
6573         - Cap the top on update below in case the node was above the top
6574         of the viewport rectangle.
6575         - ExpandBelow and Collapse below need to obey Begin/End Update.
6576         * TreeNode.cs: Make is_expanded internal so the treenode
6577         collection can change it without firing the whole event chain.
6578         * TreeNodeCollection.cs: When clearing all the child nodes make
6579         sure to recalc the visible order.
6580         - Improve algo for remove the top node
6582 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
6584         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
6585           SendMessage directly calling window procedures, which in turn might
6586           call SetFocus()
6588 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
6590         * Control.cs: Don't handle WM_SETFOCUS if the same window already
6591           has focus (works around X11 sending a FocusIn after our SetFocus)
6592         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
6594 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
6596         * Mime.cs: Fix for the NET_2_0 build.
6597           NameValueCollection needs StringComparer now.
6599 2006-05-31  Chris Toshok  <toshok@ximian.com>
6601         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
6602         return (via an out parameter) the starting X of the column.
6603         (UpdateVisibleColumn): track change to FromPixelToColumn.
6604         (HitTest): add a ColumnResize case here.
6605         (DrawResizeLine): new function, probably poorly named.
6607         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
6608         only need to keep one reference.
6609         (set_ListManager): same.
6610         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
6611         Also, add support for HitTestType.ColumnResize.
6612         (OnMouseMove): add column resize behavior here, and change the
6613         cursor to the correct one as we move around the datagrid.
6614         (OnMouseUp): terminate the column resize if we're resizing.
6615         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
6616         for the current cell.
6617         (ConnectListManagerEvents): use cached_currencymgr.
6618         (DisconnectListManagerEvents): fill this in, using
6619         cached_currencymgr.
6620         (SetCurrentCell): remove cached_currencymgr_events handling.
6621         (SetDataMember): only call DisconnectListManagerEvents if
6622         cached_currencymgr is != null.
6623         (SetDataSource): same.
6624         (OnListManagerCurrentChanged): cached_currencymgr_events ->
6625         cached_currencymgr.
6627 2006-05-31  Jackson Harper  <jackson@ximian.com>
6629         * BindingManagerBase.cs: Remove somedebug code that creeped into
6630         SVN.
6631         * TreeNode.cs: We get the indent level dynamically right now, so
6632         don't track it as a member.
6633         * TreeNodeCollection.cs: Make sure all nodes added to the list
6634         have parents, treeviews/topnodes setup properly.
6635         - Don't attempt to track indent level.
6637 2006-05-30  Jackson Harper  <jackson@ximian.com>
6639         * BindingContext.cs: Create the currency manager tables here.
6640         This allows us to more easily create null tables (when bad data
6641         members are used), and more easily create related currency
6642         managers.
6643         * CurrencyManager.cs: All the table creation stuff is done by the
6644         binding context now.
6645         - Current should throw an exception if listposition is -1.
6646         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
6647         been bound yet.
6649 2006-05-30  Mike Kestner  <mkestner@novell.com>
6651         * ListView.cs: allow reexpansion of zero-width column headers.
6652         Fixes #78528.
6654 2006-05-28  Chris Toshok  <toshok@ximian.com>
6656         * CurrencyManager.cs (get_Current): after the late binding
6657         listposition = -1 fix, we need to guard against it here and return
6658         null, otherwise we raise an exception (which is swallowed
6659         elsewhere, and breaks datagrid databinding.)
6661 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
6663         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
6664           than WM_SYSKEY, don't throw if get something unexpected (#78507)
6666 2006-05-26  Jackson Harper  <jackson@ximian.com>
6668         * ControlPaint.cs:
6669         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
6670         values, it's faster and it's all we care about (we don't care if
6671         the names aren't equal).
6672         * KeyboardLayouts.cs: Eliminate some dead code.
6673         - Lazy init things
6674         * X11Keyboard.cs: Lazy init keyboard detection.
6675         - Cleanup access modifiers a little.
6677 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
6679         * XplatUIX11.cs: Once again, attempting to get layout just right.
6681 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
6683         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
6684           the sizes of each link section, that will result in sizes that
6685           match DrawString's layout (Fixes #78391)
6687 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
6689         * FileDialog.cs: If AddExtension property is true autocomplete the
6690           extensions in SaveFileDialog correctly. Fixes bug #78453.
6691           Set MyNetwork and MyComputer to "C:\" for windows. This should
6692           fix part 8 of bug #78446 for now.
6694 2006-05-26  Chris Toshok  <toshok@ximian.com>
6696         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
6697         invalidate the current row header if we need to, but presumably
6698         we'll invalidate the row corrsponding to the bounds or
6699         editingControl.
6700         (GridHScrolled): switch back to this method, as it's part of the
6701         public api.  *sigh*.
6702         (GridVScrolled): same.
6703         (OnMouseWheel): hack up something that more or less works.  Call
6704         GridHScrolled/GridVScrolled directly, instead of duplicating much
6705         of their code here.
6706         (EnsureCellVisibility): reinstate a bunch of this code, since we
6707         can't just set the scrollbar Value and expect to do all the work
6708         in the ValueChanged handler.  Also, Call Update() after scrolling
6709         in one direction so the other XplatX11.ScrollWindow call has the
6710         proper stuff in the proper places.
6711         (EditCell): set is_editing to true before calling .Edit.
6713         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
6714         don't bother comparing first.
6715         (OnKeyPress): call grid.ColumnStartedEditing before calling
6716         base.OnKeyPress.  this will set is_changing and invalidate the row
6717         header if necessary.
6718         (ProcessKeyMessage): for WM_CHAR messages, call
6719         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
6720         and WM_KEYDOWN.
6721         
6722         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
6723         it's done in the DataGrid.
6724         (NextState): call grid.ColumnStartedEditing, which takes care of
6725         invalidating the row header (and setting is_changing).
6727         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
6728         here.  it's done in the DataGrid.
6730 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6732         * Control.cs: allow changing the cursor when the mouse position is
6733         out of bounds but Capture is set.
6734         * LinkLabel.cs: handle the case when the mouse button is pressed on the
6735         linklabel but released somewhere else.
6737 2006-05-25  Jackson Harper  <jackson@ximian.com>
6739         * TreeView.cs: When we get focus if there is no selected node make
6740         it the top node
6741         - Remove some uneeded setup code from Draw.
6742         * TreeNodeCollection.cs: If the tree doesn't have a top node when
6743         a new node is inserted make the new node the top.
6744         * XplatUIX11.cs:
6745         * Timer.cs: Use Utc time so that no local time zone stuff needs to
6746         be used (should be faster).
6747         
6748 2006-05-25  Chris Toshok  <toshok@ximian.com>
6750         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
6751         problem with the last commit.
6753 2006-05-25  Chris Toshok  <toshok@ximian.com>
6755         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
6756         need the invalidate call here, while scrolling right-to-left via
6757         the left arrow key (i.e. moving the editing cell while scrolling).
6759         * DataGrid.cs (.ctor): remove the initialization of
6760         ctrl_pressed/shift_pressed.  We no longer track them using key
6761         up/down handlers, but by using Control.ModifierKeys.  Also, switch
6762         to using ValueChanged handlers on the scrollbars instead of
6763         Scrolled event handlers.  This simplifies a bunch of the scrolling
6764         code.
6765         (GridHValueChanged): rename from GridHScrolled, and change it to
6766         work with the new event args.
6767         (GridVValueChanged): same.
6768         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
6769         (OnMouseWheel): actually scroll the datagrid.  Don't change the
6770         selected cell.
6771         (ProcessGridKey): correct all the keyboard navigation stuff I
6772         could find.  Ctrl up/down/left/right/home/end work now.
6773         (EnsureCellVisibility): correct method name spelling.  Also,
6774         simplify this a touch by not explicitly calling the
6775         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
6776         scrollbar value.
6777         (OnKeyUpDG): no need for this method now.
6778         
6779 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6781         * LinkLabel.cs: display the OverrideCursor when hovering the label.
6782         Fixes bug #78392.
6784 2006-05-25  Chris Toshok  <toshok@ximian.com>
6786         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
6787         r61019.
6789 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
6791         * Application.cs: Moved setting of is_modal and closing to before
6792           we create the control, to allow the event handlers called as a
6793           result of creation affect closing. Also removed Gonzalo's previous
6794           change to setting DialogResult, the behaviour has been moved to 
6795           Form.ShowDialog()
6796         * Form.cs: 
6797           - ShowDialog(): Removed explicit creation of the form, let RunLoop
6798             handle it instead
6799           - ShowDialog(): If no dialog result is set, we need to return Cancel
6800           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
6801             the close is cancelled
6803 2006-05-25  Jackson Harper  <jackson@ximian.com>
6805         * StatusBar.cs: We only need to update the sizes of the other
6806         panels when we have auto size contents.  Also we are only updating
6807         the contents of the panel, not the borders, so compensate for the
6808         border width (TODO: get this width from the theme somehow).
6809         * TreeView.cs: Scrollable is true by default
6810         - Use invalidate instead of refresh where needed
6811         - Factor the scrollable value into scrollbar updating
6812         - Update the scrollbars if the Scrollable property is altered
6813         - Update the selected node if its ImageIndex is changed
6814         - Handle null nodes in UpdateNode (mainly so we don't have to
6815         check if selected is null when updating it
6816         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
6817         are factored into the visible count
6818         - Use VisibleCount for clarity in the code
6819         - When the font is changed we need to recurse through all the
6820         nodes and invalidate their sizes
6821         
6822 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6824         * Application.cs: set the DialogResult to fixed when the main form is
6825         hidden or destroyed while being modal.
6827 2006-05-25  Miguel de Icaza  <miguel@novell.com>
6829         * Theme.cs: Use Tangoified messagebox icons. 
6831         (GetSizedResourceImage): Also cope with width = 0 and do not
6832         trigger a warning in that case (0 means "give me your icon from
6833         the resouce, no special size needed).
6835 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
6837         * Application.cs: Leave runloop if the the main modal form is 
6838           hidden (fixes #78484)
6840 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
6842         * BindingContext.cs : reject null datasource in Contains() and
6843           Item[].
6844         * CurrencyManager.cs : check data_member validity when data_source
6845           is dataset. When it is late binding, the initial position is -1.
6847 2006-05-24  Jackson Harper  <jackson@ximian.com>
6849         * TreeNodeCollection.cs: Dont't recalculate the visible order on
6850         inserted nodes that aren't visible.  This changes the
6851         max_visible_order which confuses scrollbar settings.
6852         - Use the enumerator to get the prev node instead of duplicating
6853         code.
6854         * TreeView.cs: Use new method for setting scrollbar values
6855         - Don't set the bounds every time the scrollbar is updated
6856         - When updating below the root node use an invalidate instead of a
6857         refresh to prevent the child controls (scrollbars) from being
6858         refreshed. (UpdateBelow still needs to be reworked anyways).
6859         - Reenable SetBottom now that visible orders are set correctly,
6860         added some debug code incase we ever get bad values there again.
6861         - Set the scrollbar max to 2 less then the max value, this
6862         compensates for the max value being one above the node count, and
6863         for scrollbars adding one extra "notch".
6864         - When drawing image nodes if there is an imagelist we draw the
6865         first image in the list if the supplied image index is out of the
6866         image list's bounds.
6867         
6868 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
6870         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
6871           we receive a size change from the WM (Fixes #78503)
6873 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
6875         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
6876           rectangle (Fixes #78501)
6878 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
6880         * ButtonBase.cs: 
6881           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
6882             as a bitfield.
6883           - Fixed MouseMove to no longer switch pressed state unless the left
6884             mouse button is pressed. Atsushi provided the original patch (#78485)
6885           
6886 2006-05-24  Jackson Harper  <jackson@ximian.com>
6888         * ScrollBar.cs: New internal methods that allow us to change a
6889         couple values on the scrollbar (the most common case is maximum
6890         and large change) without getting multiple invalidates.
6892 2006-05-24  Chris Toshok  <toshok@ximian.com>
6894         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
6895         (Edit): save off the original state in oldState, and set
6896         grid.is_editing to true.
6897         (OnKeyDown): abort editing if escape is pressed.  also, call
6898         NextState if space is pressed.
6899         (OnMouseDown): call NextState.
6900         (NextState): factor out shared code from OnKeyDown and OnMouseDown
6901         here.  Also, only invalidate the row header once (on the initial
6902         is_changing switch) to save on redraws.
6904 2006-05-24  Chris Toshok  <toshok@ximian.com>
6906         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
6907         if the value in the cell is different than it was before.  This
6908         keeps us from triggering a layout when we move around a datarid
6909         with a highlighted cell.
6910         (Edit): suspend layout when creating/positining the text box, and
6911         resume passing false so we don't ever actually re-layout.
6912         (ReleaseHostedControl): same.
6913         (EnsureTextBox): reformat slightly, and set WordWrap to false.
6915         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
6916         control-key sequences should go to the datagrid - remove that
6917         lock.  Also, modify the conditions under which we move between
6918         cells when moving the cursor within a cell, and remove the "this"
6919         and "base" from field accesses.  We weren't even consistent, given
6920         they all were in the base class.
6922 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
6924         * Binding.cs : (.ctor)
6925           An obvious NRE fix for BindingTest.CtorNullTest().
6927 2006-05-23  Chris Toshok  <toshok@ximian.com>
6929         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
6930         them between lines.  This fixes some quirks editing cells in the
6931         datagrid.
6933 2006-05-23  Jackson Harper  <jackson@ximian.com>
6935         * TreeView.cs: Use begin/end update when doing expand/collapse all
6936         so that we don't get flicker on the scrollbar.
6938 2006-05-23  Jackson Harper  <jackson@ximian.com>
6940         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
6941         treenode calculations to be independant of the painting code. To
6942         do this nodes track a visible order which is calculated by the
6943         treeview.
6944         - Call new methods for expanding/collapsing nodes.  These methods
6945         use scrollwindow so we don't have to update everything below the
6946         node.
6947         * TreeView.cs: Refactored drawing and scrolling code.  We don't
6948         need to update nodes when drawing anymore or calculate scrollbar
6949         stuff.
6950         - Added new methods for expanding/collapsing nodes. These methods
6951         use ScrollWindow so as to not have to redraw all the nodes below.
6952         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
6953         we add/remove nodes or sort.
6954         - Handle removing the selected and the top node properly.
6956 2006-05-23  Chris Toshok  <toshok@ximian.com>
6958         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
6959         maybe this should actually happen in the datagrid code?
6960         (EndEdit): no need to invalidate anything, given that
6961         ReleaseHostedControl causes the datagrid to relayout, which
6962         invalidates everything anyway.
6964         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
6965         in SetCurrentCell).
6966         (set_SelectionBackColor): call InvalidateSelection instead of
6967         Refresh.
6968         (set_SelectionForeColor): same.
6969         (BeginEdit): Flesh this out a bit.
6970         (CancelEditing): only do any of this if we're editing/adding.
6971         (EndEdit): same.
6972         (OnMouseDown): there's no need to cancel editing here, it's done
6973         in SetCurrentCell.
6974         (SetCurrentCell): only invalidate the current row header if it's a
6975         different row than the new one.
6976         (ShiftSelection): fix this to work like MS does.
6977         (ResetSelection): factor out the invalidation of selected_rows to
6978         InvalidateSelection.
6979         (SetDataSource): cancel any editing that's going on.
6981         * DataGridColumnStyle.cs
6982         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
6983         call the non-interface version.
6985         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
6986         header rectangle with the clip rectangle so we don't redraw the
6987         entire header for just a small area.  Gets rid of the last flicker
6988         when horizontally scrolling.
6989         (DataGridPaintRow): same.
6991 2006-05-23  Mike Kestner  <mkestner@novell.com>
6993         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
6994         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
6995         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
6996         Critical bug report.
6998 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7000         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
7001           and this fixes #78493
7003 2006-05-23  Miguel de Icaza  <miguel@novell.com>
7005         * Theme.cs (GetSizedResourceImage): Scale images if the proper
7006         size is not found.  
7007         
7008         * FileDialog.cs: Do not change the background for the side bar as
7009         it wont work nicely with the theme, and also reduces the artifacts
7010         in rendering the icons (which I want to fix too).
7012         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
7013         resources, not resgen resources. 
7015         (PlatformDefaultHandler): Pull images using the new API.
7017 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7019         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
7020           a reference to the hwnd and will not remove it unless there are
7021           no pending exposures (fixes #78341)
7022         * XplatUI.cs: Improved debug
7024 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
7026         * MenuAPI.cs : don't handle OnClick event when it was not the left
7027           button. Fixed bug #78487.
7029 2006-05-23  Mike Kestner  <mkestner@novell.com>
7031         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
7032         prefer submenus to the top menu for item lookup, to avoid popping down
7033         top-row items.
7035 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
7037         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
7038           Graphics.FillRectangle as the visual results are really bad (even
7039           on win). We now draw perfect arrows (and perfect shadows when the
7040           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
7041           Pen.DashPattern to draw the dots of each line.
7043 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
7045         * FileDialog.cs: Update the filename combobox when navigating through
7046           the ListView with the cursor keys. Fixes part 7 of bug #78446.
7048 2006-05-22  Mike Kestner  <mkestner@novell.com>
7050         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
7051         Fixes #78463.
7053 2006-05-22  Mike Kestner  <mkestner@novell.com>
7055         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
7056         requests. Fix a misspelled parameter and a copy paste exception error
7057         in Select.
7059 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
7061         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
7062           to get the same width/height (5/13) on X11 as the default font has on
7063           win32. This means that our DefaultFont emSize is smaller than the 
7064           the MS SWF equivalent (even thought the width/height stays the same)
7066 2006-05-20  Jackson Harper  <jackson@ximian.com>
7068         * MdiClient.cs:
7069         * MdiWindowManager.cs:
7070         * InternalWindowManager.cs: Make sure to use the border width from
7071         the theme.
7073 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
7075         * PrintDialog.cs: Implements printer details
7077 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
7079         * FileDialog.cs: Added focus handling for PopupButtonPanel.
7080           Fixes part 1 and 2 of bug #78446
7082 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
7084         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
7085           instead of sticking to the first ever calculated value
7087 2006-05-19  Mike Kestner  <mkestner@novell.com>
7089         * ComboBox.cs: fix mouse motion selection to use MousePosition and
7090         PointToClient, since Capture is set. Fixes #78344.
7092 2006-05-19  Mike Kestner  <mkestner@novell.com>
7094         * ListView.cs: match MS behavior in Details view where items are not
7095         drawn if Columns.Count == 0. 
7096         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
7097         Use a separate pen to draw the check, since changing the width affects
7098         the box as well.  Fixes #78454.
7100 2006-05-18  Miguel de Icaza  <miguel@novell.com>
7102         * ListView.cs: ArgumentOutOfRangeException, single versions of the
7103         exception should throw the name of the invalid argument.
7105         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
7106         there are no files listed. 
7108 2006-05-18  Jackson Harper  <jackson@ximian.com>
7110         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
7111         up.
7113 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7115         * Control.cs: Brought back our old UpdateZOrder method as a private
7116           function and switched our calls from UpdateZOrder to the new one.
7117           This fixes the Paint.Net canvas disappearing bug.
7119 2006-05-18  Jackson Harper  <jackson@ximian.com>
7121         * Theme.cs:
7122         * ThemeWin32Classic.cs:
7123         * InternalWindowManager.cs: Move the drawing into the theme,
7124         expose everything the theme should need from the window manager.
7126 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7128         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
7129           from the call to NativeWindow to avoid walking up the parent chain
7130           further than needed (speeds up setting cursors and avoids setting
7131           the wrong cursor if a parent has another cursor defined)
7132         * Cursor.cs: When loading an icon as cursor, MS uses the center of
7133           the icon as hotspot, not what's contained as hotspot in the icon
7134           file. This fixes the perceived drawing offset seen with Paint.Net
7135         
7136 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7138         * XplatUIX11.cs: 
7139           - Store the calculated rectangle in Hwnd object and use it when 
7140             setting the client size
7141           - Force Toolwindows to always be type Dock, to ensure they're on top
7143 2006-05-18  Mike Kestner  <mkestner@novell.com>
7145         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
7146         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
7147         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
7148         Substantial refactoring to remove confusing nested classes. Coding
7149         standard and Get+Set->property refactorings.  Shift to index based
7150         highlighting in ComboListBox instead of constantly using IndexOf and
7151         Items[]. Add invalidations on resize for DropDownList to fix ugliness
7152         in FileDialog growth.  Draw borders manually since Simple mode needs
7153         to look like two independent controls.  Make listbox border
7154         conditional to DropDownStyle.  Improved OwnerDraw support.
7156 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7158         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
7159         Don't set the disposed graphics to null, so we can throw the "right"
7160         exception if the graphics is reused later (added a flag to avoid 
7161         double disposing). Some behaviours are different under 2.0 and are
7162         filled under bug #78448.
7164 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7166         * Control.cs: When double-buffering is enabled, we need to reset
7167           our graphics context between paint calls. Otherwise, any 
7168           transformations and other alterations on the context will 
7169           become cumulative (#77734)
7171 2006-05-18  Mike Kestner  <mkestner@novell.com>
7173         * ListView.cs: do focused item selection like MS on clicks. 
7174         Rework focus handling for ItemControl so LostFocus invalidates as
7175         well.
7176         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
7177         the ListView ItemControl has focus.
7179 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
7181         * XplatUIX11.cs: If client_window ends up being width or height zero
7182           due to border settings, move it off window inside whole_window (#78433)
7184 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7186         * Mime.cs: Shrink the mime file cache correctly.
7188 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7190         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
7192 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7194         * XplatUIX11.cs (AddExpose): More sanity checks
7196 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7198         * XplatUIX11.cs:
7199           - AddExpose: Don't add expose ranges outside the size of our
7200             window
7201           - Cast opacity values to Int32 to avoid crashes with certain
7202             values
7203           - Added disabled code paths that protect against illegal cross-
7204             thread painting (Developers.exe)
7206 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7208         * ProgressBar.cs: Invalidate the control when it's resized
7209           since block size is based on control size. (#78388)
7211 2006-05-16  Miguel de Icaza  <miguel@novell.com>
7213         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
7214         of setting the incoming argument to the "reset" value, we set the
7215         this.datamember to string.empty (before we were invalidating the
7216         incoming data).   
7218         Fixes 78420
7220 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7222         * Form.cs: Only apply transparency settings after the form
7223           is created. (Fixes #77800)
7225 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7227         * ApplicationContext.cs: Grab the HandleDestroyed event so
7228           we know when to fire OnMainFormClosed 
7230 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7232         * Application.cs: Introduced sub-class to allow tracking of
7233           threads and centralized triggering of the event mess for
7234           ThreadExit, AppExit, etc..  (#76156)
7236 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
7238         * MimeIcon.cs:
7239           - Do not return a null icon index value for a mime subclass.
7240             Instead try the main mime type class too.
7241           - Seems that some newer distributions don't have a link to some
7242             gnome default icons anymore. So check the default gnome dir too.
7243           
7245 2006-05-16  Jackson Harper  <jackson@ximian.com>
7247         * MdiClient.cs: Don't paint the parent background image if we have
7248         our own background image.
7250 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7252         * Control.cs:
7253           - PerformLayout: Do not shrink space filled by DockStyle.Fill
7254             controls, all filled controls are supposed to overlap (#78080)
7255           - UpdateZOrder is supposed to update the control's z-order in the
7256             parent's z-order chain. Fixed to behave like that
7257           - BringToFront: Removed obsolete code
7258           - SendToBack: Simplyfied
7259           - SetChildIndex: Trigger layout calculations when Z-order changes
7260             since layout is done by z-order
7262 2006-05-16  Chris Toshok  <toshok@ximian.com>
7264         [ fixes bug #78410 ]
7265         * DataGrid.cs (set_AlternatingBackColor): use
7266         grid_drawing.InvalidateCells instead of Refresh().
7267         (set_BackColor): call grid_drawing.InvalidateCells.
7268         (set_BackgroundColor): use Invalidate instead of Refresh.
7270         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
7271         invalidate the cell area.
7273 2006-05-15  Chris Toshok  <toshok@ximian.com>
7275         [ fixes bug #78011 ]
7276         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
7277         on to DataGridPaintRow.
7278         (DataGridPaintRow): take a clip argument, and only draw the cells
7279         which intersect it.  same with the not_usedarea.
7281         * Theme.cs (DataGridPaintRow) add @clip parameter.
7283         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
7284         XplatUI.ScrollWindow.
7285         (ScrollToRow): same.
7287         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
7288         with last column which was causing a gray swath to appear with the
7289         XplatUI.ScrollWindow code.
7291 2006-05-15  Chris Toshok  <toshok@ximian.com>
7293         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
7294         use XplatUI.ScrollWindow.
7295         (VerticalScrollEvent): use XplatUI.ScrollWindow.
7297 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
7299         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
7301 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7303         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
7304           file since there are no equivalent X11 cursors
7306 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7308         * MonthCalendar.cs : DateTimePicker should reflect selected date
7309           on mouse*up*, not mouse*down*. Fixed originally reported part of
7310           bug #76474.
7312 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
7314         * TabControl.cs : When argument index is equal or more than tab
7315           count, just ignore. Fixed bug #78395.
7317 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
7319         * Control.cs: Dispose all child controls when control is diposed (#78394)
7321 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7323         * ColorDialog.cs: Finally it is possible to select the color with
7324           the text boxes
7326 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7328         * PrintDialog.cs: Fix typo
7330 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
7332         * PrintDialog.cs: PrintDialog is not resizable
7333         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
7334           color. Made some ToolBar drawing methods protected virtual.
7336 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
7338         * PrintDialog.cs: Implementation of the PrintDialog
7340 2006-05-12  Chris Toshok  <toshok@ximian.com>
7342         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
7343         thumb, instead use MoveThumb.  This has the side effect of making
7344         most of the other thumb moving machinery use MoveThumb as well.
7345         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
7346         need to actually invalidate the rectangle where the new thumb will
7347         go.
7348         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
7349         We force an Update() after, so it's not as fast as it could be,
7350         but at least there's zero flicker and no droppings.
7351         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
7352         (UpdateThumbPos): add another argument (dirty), which says whether
7353         or not to calculate/add dirty regions which we later invalidate.
7354         For cases where we know we're going to use MoveThumb, we pass
7355         false for this.  Otherwise, pass true.
7357 2006-05-12  Jackson Harper  <jackson@ximian.com>
7359         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
7360         the status bar.
7361         
7362 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
7364         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
7365           and GetClipRegion methods and UserClipWontExposeParent property.
7366         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
7367           overriding UserClipWontExposeParent property, setting to false, since
7368           Win32 handles the required expose messages to draw our clipped parent
7369           areas internally
7370         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
7371           PaintEventStart to set the user clip region if set.
7372         * Control.cs: 
7373           - Now internally tracking the Region for the control since we need to
7374             store it if the handle is not yet created and only set it when it
7375             becomes created. Before setting the region forced handle creation
7376           - Added code to draw the parents underneath a user-clipped region
7377         * Hwnd.cs: Added UserClip property
7379 2006-05-12  Chris Toshok  <toshok@ximian.com>
7381         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
7382         (set_Maximum): same.
7383         (set_Minimum): same.
7384         (set_SmallChange): same.
7385         (OnMouseUpSB): remove the call to refresh when releasing the
7386         thumb.  We shouldn't need it.
7387         
7388 2006-05-12  Miguel de Icaza  <miguel@novell.com>
7390         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
7391         AutoSize set to None, we do not need to relayout everything, we
7392         just need to invalidate the current region.
7394         (Draw): Do not draw the entire ClientArea, just redraw the
7395         clip area being passed.
7397         * MdiClient.cs: Make MdiClient constructor with the Form argument
7398         internal. 
7400 2006-05-12  Jackson Harper  <jackson@ximian.com>
7402         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
7403         parents background image,  but strangely not their own.
7404         - (DrawStatusBarPanel): Take into account horizontal alignment
7405         when drawing the strings and icons.
7407 2006-05-12  Mike Kestner  <mkestner@novell.com>
7409         * ListBox.cs: avoid invalidations for focus when the collection is
7410         empty. 
7412 2006-05-12  Chris Toshok  <toshok@ximian.com>
7414         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
7415         invalidate the entire thumb area.  Call InvalidateDirty which
7416         limits the redraw to the thumb itself and surrounding pixels.
7418         * XplatUIX11.cs (ScrollWindow): optimize copying.
7419         
7420 2006-05-12  Chris Toshok  <toshok@ximian.com>
7422         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
7423         Figure out the positioning/layout in a single pass instead of
7424         multiple recursive invocations.  Speeds up the initial display of
7425         the data grid.  Also, make many things private that were
7426         originally public but unused outside this class.
7428 2006-05-11  Jackson Harper  <jackson@ximian.com>
7430         * MdiClient.cs: Improved layout code.
7432 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
7434         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
7435           not SelectedObject.
7437 2006-05-11  Chris Toshok  <toshok@ximian.com>
7439         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
7440         union of that will always be {0,0,width,height}.
7442 2006-05-11  Jackson Harper  <jackson@ximian.com>
7444         * Form.cs: Match MS's DefaultSize for forms (they must have
7445         changed the size in sp2).
7447 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7449         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
7451 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
7453         * TextControl.cs : Fixed bug #78109. This incorrect position
7454           comparison caused crash on automatic line split.
7455         * TextBoxBase.cs : reduce duplicate code.
7457 2006-05-10  Jackson Harper  <jackson@ximian.com>
7459         * MdiClient.cs: Active form is only sent to the back when using
7460         the Next form functionality, when a form is clicked the current
7461         active shouldn't be sent to the back.
7462         - Layout the mdi windows when the container is first made visible.
7463         * Form.cs: Give the MdiClient a ref to the containing form when we
7464         create it.
7465         
7466 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7468         * LinkLabel.cs : link_font could be uninitialized, so populate one
7469           before actual use. Fixed bug #78340.
7471 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
7473         * XplatUIX11.cs : clipboard format native value is IntPtr.
7474           Fixed bug #78283.
7476 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7478         * Control.cs: 
7479           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
7480             which is passed up the parent chain by DefWndProc
7481           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
7482             to DefWndProc (#77956)
7483         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
7485 2006-05-10  Jackson Harper  <jackson@ximian.com>
7487         * MdiClient.cs: We need to remove the controls from the mdi
7488         collection, when we close the window.
7489         * MdiWindowManager.cs: Special handling of closing mdi windows.
7490         * InternalWindowManager.cs: Make the close method virtual so the
7491         mdi window manager can handle it specially.
7493 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
7495         * DataGrid.cs:
7496           - Recalculate grid when the data source has changed
7497           - Matches styles provided by user from all data sources types
7498         * DataGridTableStyle.cs: For columns that provided by the user set the
7499         with the preferred value is there was unassigned.
7500         * CurrencyManager.cs: throw OnItemChanged event
7502 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
7504         * PictureBox.cs: Don't animate until handle is created. Start animation
7505           when handle is created.
7507 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7509         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
7510           current codebase.
7511         * XEventQueue.cs: We don't need to provide the extra info
7513 2006-05-10  Jackson Harper  <jackson@ximian.com>
7515         * MdiClient.cs: If the mdi clients parent form has a background
7516         image set, we draw that background image for the mdi area's
7517         background.
7519 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
7521         * TextBoxBase.cs: Set IBeam cursor (#78347)
7523 2006-05-10  Mike Kestner  <mkestner@novell.com>
7525         * ToolBar.cs: fix some text padding issues with ButtonSize
7526         calculation. Update the default size to match MS documentation.
7527         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
7528         button size. Fixes #78296.
7530 2006-05-10  Mike Kestner  <mkestner@novell.com>
7532         * ListBox.cs: use is_visible for scrollbar positioning in case the
7533         control isn't on screen yet.  Fix off by one with Right vs Width
7534         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
7535         
7536 2006-05-10  Jackson Harper  <jackson@ximian.com>
7538         * X11Dnd.cs: Drop to a control with another control on top of it.
7539         * ToolBar.cs: Work on a copy of the buttons list, so that it can
7540         be modified in click handlers. TODO: Look for similar problems in
7541         other controls.
7543 2006-05-09  Jackson Harper  <jackson@ximian.com>
7545         * Form.cs: Window managers need the old window state when setting
7546         window state now.
7547         * InternalWindowManager.cs: Allow the base mdi window manager to
7548         handle more of the MDI only stuff (like maximize buttons).
7549         * MdiWindowManager.cs: Fix some snafus in changing the window
7550         state.  Add all the menu functionality, for both popup and
7551         maximized menus.
7552         * MdiClient.cs: When a new form is selected the currently
7553         activated form is sent to the back, this matches MS.
7554         - Implement a new method to activate the next mdi child window.
7556 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
7558         * Control.cs: 
7559           - Added new InternalCapture method to allow controls to prevent
7560             the capture behaviour on the click handlers
7561           - Switched to use InternalCapture
7562         * ComboBox.cs:
7563           - Using InternalCapture to prevent mouse captures from being released
7564             on mouse button release (Fixes #78100)
7565         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
7566           returns Form borders if a caption is present. (Fixes #78310)
7568 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
7570         * TreeNode.cs: Changed serialization .ctor to not require every field
7571           to be present. (#78265)
7572         * OwnerDrawPropertyBag.cs: Added serialization .ctor
7574 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
7576         * MimeIcon.cs: for is faster than foreach for strings.
7578 2006-05-05  Mike Kestner  <mkestner@novell.com>
7580         * CheckedListBox.cs: update check handling code to not use selected.
7581         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
7582         behavior for visual feedback, motion response, shift/ctrl handling,
7583         and properly deal with all 4 selection modes. Updates to bounds
7584         handling logic.  Add scroll wheel support. [Fixes #77842]
7586 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
7588         * ListView.cs:
7589           - Moved adding of Implicit controls into .ctor. That way, subsequent
7590             creation of the controls will not cause them to think they are 
7591             toplevel windows (fixes #78200 header problem)
7592           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
7593           - Switched visibility setting of header control to use internal field
7594             to avoid triggering handle creation
7595           - Now checking if handle is created before causing a refresh when items
7596             are added (This makes us now match handle creation time with MS)
7597         * Splitter.cs: Removed loading of private splitter cursor, switched to
7598           Cursors version now that that is loading the right ones
7599         * Cursors.cs: Load proper splitter cursors from resources
7600         * Cursor.cs: Added second method of loading resource cursors for the 
7601           VS.Net users amongst us
7603 2006-05-05  Mike Kestner  <mkestner@novell.com>
7605         * ListView.cs: give header_control a minimum size based on the
7606         ListView size.
7608 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
7610         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
7611           window seems to do that with metacity, so set that type. (#78120)
7613 2006-05-05  Mike Kestner  <mkestner@novell.com>
7615         * ListViewItem.cs: fix Details mode checkbox layout bug.
7616         * ThemeWin32Classic.cs: draw a ListView column header for unused space
7617         at the end of the header, if it exists. [Fixes for #78200]
7619 2006-05-04  Jackson Harper  <jackson@ximian.com>
7621         * MdiClient.cs: Add a helper property to get the container form.
7622         * MdiWindowManager.cs: We have to make sure to use the menu origin
7623         when drawing the icons and buttons, this fixes maximized window
7624         icons/buttons on win32.
7625         * InternalWindowManager.cs: Reset the restore captions when a
7626         window goes from Maximized to Minimized and vice versa. Move the
7627         DrawMaximizedButtons into the MdiWindowManager source, tool
7628         windows can't be maximized. NOTE: This could use a little
7629         refactoring if time ever permits.
7630         
7631 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
7633         * TextBox.cs: Add MWFCategoryAttributes
7634         * TextBoxBase.cs: Add MWFCategoryAttributes
7635         * Form.cs: Add MWFCategoryAttributes
7637 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
7639         * Control.cs: Add MWFCategoryAttributes
7640         * ScrollableControl.cs: Add MWFCategoryAttributes
7642 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
7644         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
7645           Divider is true. Fix a little glitch in PropertyToolBar
7646           drawing code
7648 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
7650         * Control.cs:
7651           - Dispose: Call base.Dispose, this causes the disposed event
7652             to be fired (and probably other, more important stuff)
7653           - SetVisibleCore: Set is_visible to true after creating the
7654             window so that the window still gets created invisible (if
7655             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
7656             to generate a WM_ACTIVE message
7657         * Form.cs: Call Dispose when we want to destroy the window, instead of
7658           just destroying the handle (Dispose will do that for us)
7659         * XplatUIX11.cs:
7660           - RootWindow also needs a queue, so we can properly process the
7661             property change events from RootWindow (like Activate)
7662           - Generatic synthetic WM_ACTIVE message when the active window is
7663             being destroyed
7665 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
7667         * LinkLabel.cs: Trigger a recalc of our label dimensions when
7668           bounds are changed
7670 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
7672         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
7673           for determining width and height (image might not be assigned if
7674           we're drawing an imagelist)
7676 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
7678         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
7679         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
7680           height from system
7681         * Theme.cs: No longer returns hardcoded menu height, instead calls
7682           new driver method
7683         * Form.cs (OnLoad): Scaling happens before triggering Load events 
7684           on MS (# 78257)
7686 2006-05-01  Mike Kestner  <mkestner@novell.com>
7688         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
7690 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
7692         * TextBoxBase.cs: Removed Fixme
7693         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
7695 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
7697         * XplatUIX11.cs:
7698           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
7699             the rectangle relative to the parent, considering borders. We
7700             don't really want that.
7701           - ScrollWindow: Fixed warning to be more understandable
7702         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
7703           scrollbars and scroll only the visible area
7704         * RichTextBox.cs: Removed debug output
7706 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
7708         * NumericUpDown.cs (Text): Just use base
7709         * UpDownBase.cs: Ensure txtView is created before using it
7711 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
7713         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
7714           casting to IntPtr to avoid 64bit overflow errors
7716 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
7718         * Control.cs:
7719           - AllowDrop: Don't force handle creation.
7720           - CreateHandle: Added call to tell driver if we're allowed to drop
7722 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
7724         * FileDialog.cs: Remember the last directory not only for the
7725           current instance but also for new FileDialog instances.
7727 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
7728         
7729         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
7730           broke sending async messages
7732 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
7734         * XplatUIX11.cs:
7735           - ScrollWindow: Fixed method. We finally generate expose events again
7736             for scrolled areas. This was causing 'garbage' when scrolling
7737             textbox and other controls that used ScrollWindow
7738           - Switched from using the regular queue for paint events to the MS 
7739             model of 'generating' paint events when the queue is empty.
7740             We use the new XQueueEvent.Paint subclass to store which windows
7741             need painting.
7742           - AddExpose now takes the x/y/width/height of the exposed area
7743             and inserts the window into the paint queue if not already there
7744           - InvalidateWholeWindow: Switched to use new AddExpose method
7745           - UpdateMessageQueue: Added which queue to monitor for paint events
7746           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
7747             the unlikely case nothing above handles it. We reset the expose
7748             pending states to get them off the queue.
7749           - GetMessage: Now pulls a paint event if no other events are in the
7750             queue
7751           - Invalidate: Switched to new AddExpose method
7752           - PeekMessage: Updated to understand pending paint events
7753           - UpdateWindow: Fixed logic bug. We were only updating if the window
7754             didn't need updating. Also switched to sending WM_PAINT directly,
7755             like MS does.
7756         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
7757           and random access Remove(). The random access is needed to handle
7758           UpdateWindow() where a WM_PAINT is sent directly without accessing
7759           the queue.
7760         * ScrollBar.cs: Added Update() calls to cause immediate updates to
7761           allow for better feedback when scrolling. Scrollbars are small and
7762           the immediate update should make it 'feel' more responsive without
7763           slowing things down. ScrollBar still needs it's invaliate logic
7764           updated to not always invalidate the whole bar on certain changes.
7766 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7768         * Control.cs:
7769         (BackColor): if the control does not support a transparent background,
7770         return the default backcolor when the parent backcolor is transparent.
7772 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
7774         * Application.cs: Updated to new StartLoop/GetMessage API
7775         * RichTextBox.cs: Provide some output on RTF parsing errors
7776         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
7777           new queue_id argument to GetMessage and PeekMessage to allow faster
7778           handling of per-thread queues in drivers.
7779         * Hwnd.cs: Added Queue tracking and property
7780         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
7781         * XEventQueue.cs: Added thread trackingA
7782         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
7783         * XplatUIX11.cs:
7784           - Implemented new per-thread queue
7785           - GetMessage: Fixed return/break behaviour on several cases. We were
7786             returning stale messages in some cases, instead of just processing
7787             the next message
7789 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
7791         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
7793 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
7795         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
7796           fixed off-by-one comparisons between Width/Height and Right/Bottom.
7798 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
7800         * PropertyGridView.cs: Fix drop down width.
7802 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
7804         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
7805           a mess in DrawToolBar, so I removed one of them.
7807 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
7809         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
7810           needed (clip). Otherwise we get artifacts.
7812 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
7814         * FixedSizeTextBox.cs: Added constructor to allow specifying which
7815           dimension is fixed
7816         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
7817           and switched FixedSizeTextBox to only be fixed vertical (#78116)
7818         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
7819           if it matches the scale base font (avoids unneeded scaling)
7821 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
7823         * X11DesktopColors.cs: One gtk_init_check should be enough
7825 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
7827         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
7828           match MS behaviour
7830 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
7832         * TextBoxBase.cs: 
7833           - Generate OnTextChanged for Backspace even if we're only deleting
7834             the current selection
7835           - When setting the Text property, only select all text if the
7836             control does not have focus when it is being set. Otherwise
7837             just place the cursor at the beginning of the control
7839 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
7841         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
7842           Added a little helper to draw PropertyGrid ToolBar with a different
7843           border and a different BackColor.
7844         * PropertyGrid.cs: Some background parts didn't get painted with the
7845           correct background color. Added a class that helps us to draw the
7846           correct border for PropertyGridView and a class that helps us to
7847           draw ToolBars with a different backcolor
7848         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
7850 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
7852         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
7853         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
7855 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
7857         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
7858           into the palette entries. Also, since we're working on a copy
7859           we needed to copy the palette back onto the bitmap.
7860         * Cursor.cs: Same fix as XplatUIWin32.cs.
7862 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
7864         * ImageListStreamer.cs: Need to read the var (or we're off)
7866 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
7868         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
7869           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
7870           TextBoxBase.cs: Unused var fixes
7871         * AxHost.cs: Small 2.0 fix
7872         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
7873           as it seems that is what at least Metacity expects. This will make
7874           icons show up on 64bit platforms. We still have some 64bit size
7875           issues, though, since the startup app window size still won't match.
7877 2006-04-25  Mike Kestner  <mkestner@novell.com>
7879         * *.cs: cleanup newly reported exception var unused warnings.
7881 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
7883         * ThemeWin32Classic.cs: Button image alignment now matches exactly
7884           ms
7886 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
7888         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
7889           image. The image position is always the same, no matter if the
7890           button is pressed or not.
7892 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
7894         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
7895           selection and set the correct filename for SaveFileDialog.
7896           Patch by Emery Conrad.
7898 2006-04-24  Mike Kestner  <mkestner@novell.com>
7900         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
7901         check for item.X outside the ClientRect instead of item.Y. Fixes
7902         #78151.
7904 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7906         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
7907         trust that value blindly and do some sanity check. Fixes bug #77814.
7909 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7911         * ImageListStreamer.cs: save the mask as a 1bpp image.
7913 2006-04-21  Mike Kestner  <mkestner@novell.com>
7915         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
7916         pass Checked and Indeterminate to the Theme Engine. Improve
7917         encapsulation with ListBox.
7918         * ListBox.cs: Keep a StringFormat instead of calculating it every item
7919         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
7920         nested types.  Move all CheckState functionality to CheckedListBox.
7921         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
7922         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
7923         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
7924         single base list. Fix scrollbar sizing and placement to mirror MS.
7925         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
7926         used.
7927         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
7928         for CheckedListBox by using new DrawItemState info.  Center the
7929         checkboxes on the items. Use new StringFormat property.
7931 2006-04-18  Jackson Harper  <jackson@ximian.com>
7933         * Form.cs: MdiChildren don't do default locations the same way as
7934         regular forms.  This prevents a crash when trying to position the
7935         mdi windows.
7937 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
7939         * PropertyGridTextBox.cs: Formatting, copyright
7940         * PropertiesTab.cs: Formatting
7941         * PropertyGrid.cs: Formatting
7942         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
7943           click toggling of values
7944           
7945 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
7947         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
7948         * Control.cs (.ctor): verify_thread_handle is static, don't reset
7949           every time a control is created
7950         * Application.cs: Removed obsolete EnableRTLMirroring method
7952 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
7954         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
7955         SelectedIndex to -1. Fixes bug #78121.
7957 2006-04-17  Jackson Harper  <jackson@ximian.com>
7959         * Binding.cs: Handle null values for Current and BindingContext.
7960         This occurs when binding is a little delayed.
7961         * CurrencyManager.cs: return null for Current when there are no
7962         items in the list.
7963         - Hookup to the listchanged event on the DataView and update
7964         bindings when the list is changed.  This fixes late binding of
7965         controls.
7967 2006-04-17  Jackson Harper  <jackson@ximian.com>
7969         * X11Dnd.cs:
7970         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
7971         Ringenbach.
7973 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
7975         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
7976           place
7977         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
7978           with the correct ButtonState
7980 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
7982         * XplatUIX11.cs: Improved distinguishing between window types to
7983           tell the WM a type closer to what the app wants (Fixes #78107)
7985 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
7987         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
7988           GrabHandle
7990 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
7992         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
7993           drawing code to reflect the size grip changes
7995 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7997         * ImageListStreamer.cs: fix handling of the mask that follows the main
7998         bitmap when deserializing and serialize it properly. The generated mask
7999         should better be a 1bpp image, but I'll do that later.
8001 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8003         * FileDialog.cs: Show something in the DirComboBox on *nix if the
8004           path doesn't fit into some of our Current.Places
8006 2006-04-13  Jackson Harper  <jackson@ximian.com>
8008         * ComboBox.cs: Use borders instead of drawing our own decorations,
8009         try to obey correct rules for heights.
8010         * Theme.cs:
8011         * ThemeNice.cs:
8012         * ThemeClearLooks.cs:
8013         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
8014         this is now handled by borders.
8015         - Remove unused DrawListBoxDecorationSize method.
8016         
8017 2006-04-13  Mike Kestner  <mkestner@novell.com>
8019         * MenuAPI.cs: null guarding for the disbled click check fixes crash
8020         reported by Alex.
8022 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8024         * ThemeWin32Classic.cs: 
8025           - Fixed CPDrawStringDisabled
8026           - Corrected drawing of disabled menu items
8027           - Fixed drawing of disabled radio buttons (bug #78095)
8028           - Draw check in a disabled CheckBox with color ControlDark 
8030 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8032         * Form.cs: Use the provided width when calculating the menu size;
8033           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
8034           and ClientSize.Width won't be updated yet
8035         * Application.cs: Use Visible instead of Show() to make form visible,
8036           this way we create the handle later and menusize is considered
8038 2006-04-12  Mike Kestner  <mkestner@novell.com>
8040         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
8041         reporting.
8043 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8045         * TextBox.cs: Implemented context menu
8047 2006-04-12  Mike Kestner  <mkestner@novell.com>
8049         * ListView.cs: implement box selection. fixes #77838.
8050         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
8052 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8054         * XplatUIX11.cs: Added setting of window type when transient window
8055           is created (metacity would move it otherwise)
8056         * X11Structs.cs: Added WINDOW_TYPE atoms
8057         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
8058           background (the control is Opaque but still wants transparent
8059           backgrounds)
8061 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8063         * Control.cs: Added OnPaintBackgroundInternal to allow controls
8064           that set Opaque but don't mean it (like all ButtonBase-derived
8065           controls) to still draw their background
8066         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
8067           the background
8069 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8071         * Control.cs (PaintControlBackground): Set the graphics object
8072           on our PaintEvent to null to prevent it from being disposed
8073           when the PaintEvent gets disposed
8075 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
8077         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
8078         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
8080 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8082         * Control.cs: 
8083           - Added transparency check to BackColor property. Transparent
8084             backgrounds are only allowed if the control styles permit it
8085           - Added recursive painting of parent control background and
8086             foreground if a control with a transparent backcolor is drawn
8087             (Thanks to Tim Ringenback for providing his 'hack' as a base
8088              for this patch) Fixes #77985 and #78026.
8089           - Added Opaque style check before calling OnPaintBackground, no
8090             need to draw the background if the control is opaque
8091           - Removed ControlAccessibleObject owner variable (inherited from
8092             base, no need to define again)
8093           - Added some documentation links explaining the drawing events
8094             and styles
8096 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8098         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
8099           that the affected control is the located at the left border of our
8100           parent (Fixes #77936)
8102 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8104         * TextBoxBase.cs: When rendering disabled or readonly controls,
8105           draw the background with 'Control' instead of 'Window' color as
8106           long as the user hasn't specifically set a color
8108 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8110         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
8111           since that won't be updated if the user types text (only if it's
8112           programatically set)
8114 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8116         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
8117           layout changes do to app-triggered resizes will have the proper
8118           display rectangle for layout
8120 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
8122         * ThemeWin32Classic.cs:
8123           - Make use of the SystemBrushes and SystemPens wherever possible
8124           - Corrected some highlight colors
8125           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
8126             drawing
8127         * Theme.cs: Added Empty field to CPColor struct
8129 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8131         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
8132           is displayed when calculating the display rectangle. Thanks to Mike
8133           for teaching me the err of my ways.
8135 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
8137         * ScrollableControl.cs:
8138           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
8139             (instead of 0,0) and we now return the real width/height instead of
8140             just the clientrectangle, adjusted for padding. The rectangle is
8141             now cached and created by the new CalculateDisplayRectangle method.
8142           - Created new CalculateDisplayRectange method, which basically does
8143             what get_DisplayRectangle() did originally, but now using the 
8144             right edge instead of DisplayRectangle to determine the size of
8145             our scrollbars
8146           - get_Canvas(): Fixed it to properly calculate canvas for 
8147             right/bottom controls which seem to be placed to the right/bottom
8148             of any controls that have a fixed location
8149           - Removed TODO that's taken care of
8150           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
8151             and SetDisplayRectLocation according to new MSDN2 docs
8152           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
8153             event when that is called, this is added for compatibility
8154           - ScrollControlIntoView(): Implemented.
8155           - Switched scrollbars to be implicit, they shouldn't be selectable
8156         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
8157           call it when the active control is set/changed
8158         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
8159         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
8160           implicit_control variable (used for native Win32 message generation)
8161         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
8162           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
8163         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
8164         * XplatUIStructs.cs: Added ScrollBarCommands enum
8166 2006-04-10  Jackson Harper  <jackson@ximian.com>
8168         * ButtonBase.cs:
8169         * CheckedListBox.cs:
8170         * ComboBox.cs:
8171         * DataGrid.cs:
8172         * DataGridView.cs:
8173         * Form.cs:
8174         * GroupBox.cs:
8175         * ListBox.cs:
8176         * PrintPreviewControl.cs:
8177         * ProgressBar.cs:
8178         * PropertyGrid.cs:
8179         * Splitter.cs:
8180         * StatusBar.cs:
8181         * TrackBar.cs:
8182         * UpDownBase.cs: Fixup base event overrides.
8183         
8184 2006-04-06  Mike Kestner  <mkestner@novell.com>
8186         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
8187         all user-initiated value changes to min <= value <= max-thumbsz+1.
8188         (set_Value): check for vert/horiz when calculating new thumb position.
8189         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
8190         like MS does.
8191         (OnMouseMoveSB): refactor the thumb dragging code and refine
8192         invalidation logic to reduce flicker.
8193         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
8194         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
8195         (UpdateThumbPosition): small code readability cleanup
8197 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
8199         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
8200           different
8202 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8204         * ThemeNice.cs: Use a better graphics effect when a button is pressed
8206 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8208         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
8209         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
8210           This dramatically reduces the number of Pen.Dispose calls. 
8211           Where possible call ResPool methods only once instead of calling it
8212           over and over again (for example for the same color).
8214 2006-04-06  Mike Kestner  <mkestner@novell.com>
8216         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
8217         Also remove an unused private field on the collection. Fixes #77972.
8219 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8221         * ThemeNice.cs: Added ToolBar drawing code
8223 2006-04-06  Mike Kestner  <mkestner@novell.com>
8225         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
8226         I'm assuming that means we need to look up the toplevel for the
8227         provided control. Fixes the crash trace in #77911 but exposes another
8228         crash in some strange reflection usage in NDocGui.
8230 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8232         * ThemeNice.cs: Gave it a little silver touch and added Images
8233           method
8234         * FontDialog.cs: FontDialog is not resizable
8235         * FileDialg.cs: Added SizeGripStyle.Show
8237 2006-04-05  Jackson Harper  <jackson@ximian.com>
8239         * KeyboardLayouts.cs: Remove warning.
8241 2006-04-05  Jackson Harper  <jackson@ximian.com>
8243         * Control.cs: Enable OnPaintInternal so we can use it for drawing
8244         all of our controls instead of Paint +=.
8245         * ListBox.cs:
8246         * ListView.cs:
8247         * MenuAPI.cs:
8248         * MessageBox.cs:
8249         * NotifyIcon.cs:
8250         * ProgressBar.cs:
8251         * ScrollBar.cs:
8252         * Splitter.cs:
8253         * StatusBar.cs:
8254         * TabControl.cs:
8255         * TextBoxBase.cs:
8256         * ToolBar.cs:
8257         * TrackBar.cs:
8258         * UpDownBase.cs:
8259         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
8260         use OnPaintInternal. Remove Width/Height and Visible checks in
8261         paint handler, this is done at a higher level now.
8262         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
8263         * PaintEventArgs.cs: Add a handled flag so controls that don't
8264         want anymore painting after OnPaintInternal can make sure OnPaint
8265         isn't called.
8267 2006-04-05  Mike Kestner  <mkestner@novell.com>
8269         * Form.cs: fix the menu WndProc hacks to respect the native enabled
8270         state of the form, so that we don't process events when Modal dialogs
8271         are up. Fixes #77922.
8273 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
8275         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
8276           checking is done.
8278 2006-04-05  Mike Kestner  <mkestner@novell.com>
8280         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
8282 2006-04-05  Mike Kestner  <mkestner@novell.com>
8284         * ListView.cs (HeaderMouseMove): null guarding for the over column
8285         when setting up the drag_to_index.  Fixes #78015.
8287 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
8289         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
8290           in the taskbar. Transient windows seem to accomplish that.
8292 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
8294         * Form.cs:
8295           - Re-enabled CreateParams.X/Y code for FormStartPosition
8296           - Added code for manual placement when creating the Control
8297           - Incomplete patch to treat MDI forms differently when
8298             setting the ClientSizeCore. (Still need to figure out handling
8299             x/y coords there)
8300         * XplatUIX11.cs:
8301           - When we're explicitly setting the X/Y position of a non-Child
8302             window, let the WM know. Metacity really wants this.
8304 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8306         * ThemeNice.cs: Added CPDrawButton
8308 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8310         * ThemeNice.cs: Changed the color for focused buttons and activated
8311           the arrows for small scroll buttons.
8313 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
8315         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
8316           anymore. Changed some method modifiers to protected (virtual)
8317         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
8318           changes
8319         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
8320           Updated drawing of menus, buttons and progressbars; added
8321           CPDrawBorder3D 
8323 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8325         * ImageListStreamer.cs: implemented serialization/deserialization
8326         of the images.
8328 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
8330         * ThemeWin32Classic.cs:
8331           - Removed all the DrawFrameControl stuff; CPDrawButton,
8332             CPDrawCheckBox and CPDrawRadioButton are now handled directly
8333             inside the methods
8334           - Updated and corrected the drawing code of CPDrawButton,
8335             CPDrawCheckBox and CPDrawRadioButton to better match ms
8336           - Updated theme checkbox and radiobutton code to use the CP*
8337             methods
8339 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8341         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
8342           bug is fixed
8344 2006-03-31  Jackson Harper  <jackson@ximian.com>
8346         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
8347         sometimes.
8348         * UpDownBase.cs: Don't CreateGraphics manually, use a
8349         Refresh. Ideally we would invalidate the correct areas here.
8351 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
8353         * XplatUIX11.cs: 
8354           - We now track the mapping state of windows. If a window (or 
8355             one of it's parents) is not mapped we no longer permit
8356             WM_PAINT messages to be generated since we'd otherwise get 
8357             lots of BadMatch X errors. Jackson did all the work figuring
8358             out the problem.
8359           - Destroying the caret if the window it's contained in is 
8360             destroyed. Can't use regular DestroyCaret method since it
8361             might fall into a drawing function (trying to remove the
8362             caret) and with that generate new BadMatch errors. Again,
8363             Jackson tracked this down.
8364           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
8365             make sure we send the messages to all windows. (The old code
8366             would send the WM_DESTROY to the window, and then all child
8367             windows would be 'gone' because the WM_DESTROY handle lookup
8368             would no longer find the destroyed window)
8369         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
8370         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
8372 2006-03-31  Jackson Harper  <jackson@ximian.com>
8374         * ScrollableControl.cs: Dont recalc if we are not visible.
8376 2006-03-31  Mike Kestner  <mkestner@novell.com>
8378         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
8379         the visibility branch.
8381 2006-03-31  Jackson Harper  <jackson@ximian.com>
8383         * ScrollBar.cs: Cap values when incrementing/decrementing.
8385 2006-03-31  Mike Kestner  <mkestner@novell.com>
8387         * MenuAPI.cs: setup menu.tracker for popup/context menus.
8388         * ToolTip.cs: guard against timer expirations with no active control.
8389         Not sure why it happened.
8391 2006-03-31  Mike Kestner  <mkestner@novell.com>
8393         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
8394         text.
8395         * ToolTip.cs: Position the tooltip based on where the cursor is at
8396         popup time, not at MouseEnter time.  Add a Down state so that we don't
8397         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
8398         positioning offset. Lookup DisplaySize at positioning time, since it
8399         can theoretically change during invocation.
8400         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
8401         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
8403 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8405         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
8406           Fixes behaviour when the Text property of the box is String.Empty
8408 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
8410         * XplatUIX11.cs: Only send mouseleave for our client windows, not
8411           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
8412           a window)
8414 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8416         * FileDialog.cs: Visual enhancement for the popup buttons in 
8417           PopupButtonPanel
8419 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
8421         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
8422           code
8424 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
8426         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
8427           highlighted menu items to match ms
8429 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
8431         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
8433 2006-03-30  Mike Kestner  <mkestner@novell.com>
8435         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
8436         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
8437         go active to account for HotLight to Selected transition.
8438         * MenuItem.cs: add internal Selected prop. Fill out the Status
8439         property by calculating it from item info. Add HotLight,
8440         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
8442 2006-03-30  Mike Kestner  <mkestner@novell.com>
8444         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
8446 2006-03-29  Jackson Harper  <jackson@ximian.com>
8448         * Form.cs: Implement TODO.
8450 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
8452         * PrintPreviewDialog.cs: Implemented missing methods and events; still
8453           missing proper dialog setup in the constructor
8455 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
8457         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
8458         * Control.cs:
8459           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
8460           - Fixed ResetBindings and removed TODO
8461           - Added check for cross-thread calls to get_Handle()
8462           - Added Marshaller attribute for set_Font to satisfy class status
8463         * FontDialog.cs: Removed TODOs that seemed implemented
8464         * UpDownBase.cs: Removed unneeded TODO and Fixme
8465         * MessageBox.cs: Implemented support for Default button and removed TODO
8466         * FileDialog.cs: Removed obsolete TODO
8467         * DomainUpDown.cs: Removed obsolete TODO
8468         * ButtonBase.cs: Removed obsolete TODO
8469         * XplatUIWin32.cs: Removed obsolete TODO
8470         * Form.cs:
8471           - Removed obsolete TODO
8472           - Calling CheckAcceptButton when the acceptbutton is changed to allow
8473             internal status updates
8474           - Making sure the active control is selected when the control is created
8475         * CurrencyManager.cs: Removed obsolete TODO
8477 2006-03-29  Mike Kestner  <mkestner@novell.com>
8479         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
8480         of PrintPreviewDialog and RichTextBox.
8482 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8484         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
8485           DarkDark, Light and LightLight colors for a specific color
8486         * ThemeWin32Classic.cs:
8487           - Use Button drawing code to draw RadioButtons and CheckBoxes with
8488             Appearance = Button 
8489           - Make use of the new ResPool helper CPColor
8490           - Draw ProgressBar and StatusBar with correct 3D borders
8492 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
8494         * ColorDialog.cs: Return selected color. Fixes bug #77940.
8496 2006-03-28  Mike Kestner  <mkestner@novell.com>
8498         * ListView.cs: fix Icon layout to plan for scrollbar widths when
8499         calculating col/row counts.
8501 2006-03-28  Mike Kestner  <mkestner@novell.com>
8503         * ColumnHeader.cs:
8504         * ListView.cs:
8505         * ListViewItem.cs:
8506         * Menu.cs: 
8507         switch to explicit interface method implementation for some methods
8508         corcompare identifies as inconsistent with MS.
8510 2006-03-28  Mike Kestner  <mkestner@novell.com>
8512         * MainMenu.cs: 
8513         * Menu.cs:
8514         add a few missing methods from the class status output.
8516 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
8518         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
8519           correct.
8521 2006-03-28  Mike Kestner  <mkestner@novell.com>
8523         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
8525 2006-03-27  Mike Kestner  <mkestner@novell.com>
8527         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
8528         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
8530 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
8532         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
8534 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8536         * ThemeWin32Classic.cs:
8537           - GroupBox: Inserted a little gap between the text and the lines
8538             on the right side
8539           - Made the code in CPDrawBorder3D more readable
8540           - Corrected the drawing location of the up and down arrows in 
8541             CPDrawScrollButton
8543 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8545         * ControlPaint.cs: Corrected line widths in DrawBorder for
8546           ButtonBorderStyle Inset and Outset
8548 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8550         * ThemeWin32Classic.cs:
8551           - Rewrote the totally broken CPDrawBorder3D method. That was
8552             one of the main problems for the terrific ThemeWin32Classic
8553             look
8554           - Updated and corrected Button drawing
8555           - Correct the dimensions of the SizeGrip to match ms ones
8556           - Removed a small drawing glitch in DrawComboBoxEditDecorations
8557         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
8558           Border3DStyle.Sunken to match ms.
8560 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
8562         * ThemeWin32Classic.cs: First small part of the "de-uglify
8563           ThemeWin32Classic" effort, SizeGrip
8565 2006-03-24  Jackson Harper  <jackson@ximian.com>
8567         * XplatUIX11.cs: Give a max idle time of one second, this matches
8568         MS and forces an Idle event every second when there are no other
8569         events in the queue.
8571 2006-03-24  Mike Kestner  <mkestner@novell.com>
8573         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
8574         * ListView.Item.cs: fix layout issues with null image lists and images
8575         smaller than checkbox size.
8576         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
8577         mode like MS does.  It's weird, but consistent.  ;-)
8578         Fixes #77890.
8580 2006-03-24  Mike Kestner  <mkestner@novell.com>
8582         * ListView.cs: Scroll wheel support for the item control.  Fixes
8583         #77839.
8585 2006-03-23  Jackson Harper  <jackson@ximian.com>
8587         * ScrollableControl.cs: Special case negative sized areas, not
8588         zero.
8589         * MonthCalendar.cs: Save the rect of the clicked date so we can
8590         use it for invalidation.
8591         - Try to cut down on the number of invalidates
8592         - Invalidate the rect the mouse is over and was over when moving
8593         the mouse, so we get the focus box following the cursor.
8595 2006-03-23  Mike Kestner  <mkestner@novell.com>
8597         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
8598         focus rectangle drawing. Fixes #77835.
8600 2006-03-23  Mike Kestner  <mkestner@novell.com>
8602         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
8603         the if and else if and reverting back to the original == check on the
8604         None conditional.
8606 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
8608         * FontDialog.cs: Update the example panel if the selected index of
8609           the fontListBox changes.
8611 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
8613         * FileDialog.cs: Make FileDialog remember which directory it was in
8614           last in the same execution.
8616 2006-03-22  Mike Kestner  <mkestner@novell.com>
8618         * FileDialog.cs: make the DropDownMenu on the toolbar display
8619         RadioChecks since they are mutually exclusive and that's what MS does.
8621 2006-03-22  Mike Kestner  <mkestner@novell.com>
8623         * Theme.cs: add Color param to CPDrawMenuGlyph.
8624         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
8625         checks and radio marks and arrows are visible on highlighted items.
8626         * ControlPaint.cs: update to use new Theme signature.
8628 2006-03-22  Mike Kestner  <mkestner@novell.com>
8630         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
8631         is active. Fixes #77870.
8633 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
8635         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
8636           to be focused/selected after startup
8638 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
8640         * ColorDialog.cs: 
8641           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
8642             CustomColors and ShowHelp properties
8643           - Some internal rewrites to get better results when using the
8644             ColorMatrix
8646 2006-03-22  Mike Kestner  <mkestner@novell.com>
8648         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
8649         HoverSelection.  Fixes #77836.
8651 2006-03-22  Mike Kestner  <mkestner@novell.com>
8653         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
8654         ToggleButtons.  (De)Sensitize the Back button around a stack count of
8655         1, not 0.  Update ButtonSize based on a pixel count of the win32
8656         control.  Adjust the toolbar size/location for new button size.
8658 2006-03-22  Jackson Harper  <jackson@ximian.com>
8660         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
8661         true.
8662         * ScrollBar.cs: When doing increments and decrements we need to
8663         set the Value property so that ValueChanged gets raised. A
8664         possible optimization here would be to make an internal SetValue
8665         that doesn't invalidate immediately.
8666         * ToolTip.cs: Tooltips get added to their container (when
8667         supplied) so they get disposed when the container is disposed.
8668         - Don't create tooltips for String.Empty. This prevents all these
8669         little 2-3 pixel windows from showing up when running nunit-gui
8670         and driving me mad.
8671         * Form.cs: Don't set topmost when setting the owner if the handles
8672         haven't been created yet.  The topmost set will happen when the
8673         handles are created.
8675 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
8677         * XplatUIX11.cs:
8678           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
8679           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
8680             visible (to allow them to recalculate their sizes)
8682 2006-03-21  Mike Kestner  <mkestner@novell.com>
8684         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
8685         methods. Removed a ton of redundant code.  Still not really happy with
8686         the border rendering, but I think that's mainly because of the
8687         ControlDarkDark being black instead of a dark grey. Depending on how 
8688         close we want to be, we might want to revisit those color choices.
8689         Among the new features added during the refactor were DropDownArrow
8690         pressed rendering, Disabled image rendering.  Proper flat appearance
8691         boundary rendering.  Removed the Divider and Wrapping dividers since I
8692         can't figure out any combination of themes and conditions to make the
8693         MS control draw a horizontal line on a toolbar despite what the
8694         Divider property docs indicate.
8695         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
8696         conditions and incorrect layout.  Updated to coding standard.
8697         * ToolBarButton.cs: refactored layout and positioning code from
8698         ToolBar to here.  Invalidate wherever possible instead of forcing
8699         redraws of the whole toolbar. 
8700         (Known remaining issues: explicit ButtonSize smaller than provided
8701         images.)
8703 2006-03-21  Mike Kestner  <mkestner@novell.com>
8705         * ContextMenu.cs (Show): use the position parameter instead of just
8706         showing at the MousePosition.
8708 2006-03-21  Jackson Harper  <jackson@ximian.com>
8710         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
8711         control handle this.
8712         * TreeNodeCollection.cs: If we are clearing the root node we need
8713         to reset top_node so calcs can still happen.
8714         * ThemeWin32Classic.cs: This is a Flags so we need to check
8715         properly.
8716         
8717 2006-03-21  Jackson Harper  <jackson@ximian.com>
8719         * DataGrid.cs: Create columns when the binding context has been
8720         changed.
8721         * X11Structs.cs: Keysyms are uints.
8722         - Add size to fix build.
8724 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
8726         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
8727           XplatUIOSX.cs: 
8728           - Added ResetMouseHover method to allow controls to retrigger
8729             hovering if they need it more than once
8730           - Implemented MouseHoverTime and MouseHoverSize properties
8731         * Timer.cs: Start() must reset the interval
8732         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
8733           properties
8735 2006-03-21  Jackson Harper  <jackson@ximian.com>
8737         * X11Keyboard.cs: improved layout detection. Move the nonchar
8738         tables into this file.
8739         * KeyboardLayouts.cs: Move the tables into resource files.
8741 2006-03-21  Mike Kestner  <mkestner@novell.com>
8743         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
8745 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
8747         * Mime.cs: Various speed optimizations. Looking up mime types
8748           is now 2 times faster than before
8750 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
8752         * CreateParams.cs: Added internal menu field
8753         * Control.cs: 
8754           - Switched call order for UpdateBounds; now we always call
8755             the one that also takes ClientSize, and we're calculating the 
8756             client size via driver method in the others. The previous
8757             method of tracking client size by difference wasn't working
8758             for forms where even the starting client size wouldn't match
8759             the overall form size (due to borders) (Part of fix for #77729)
8760           - CreateParams(): Do not use parent.Handle unless the handle is
8761             already created. Causes havoc with Nexxia and throws off our
8762             creation of controls
8763         * XplatUIX11.cs:
8764           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
8765           - Switched handling of ConfigureNotify over to new PerformNCCalc 
8766             method (consolidates code)
8767           - Changed RequestNCRecalc to use new PerformNCCalc method
8768           - Added calls to RequestNCRecalc when menus and borders are changed
8769             to allow app to set NC size. (Part of fix for #77729) This matches
8770             when MS send a WM_NCRECALC on Win32 windows.
8771           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
8772             (Part of fix for #77729). This matches what MS does, they also
8773             send that message when the form is made visible.
8774           - XException.GetMessage: Improved usability of X errors by including
8775             a translation of the window into Hwnd and Control class
8776           - Improved debug info for window creation, reparenting and destruction
8777           - Created helper method WindowIsMapped() [Currently not used]
8778         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
8779         * Form.cs:
8780           - CreateParams: Now setting our menu on the new internal menu field
8781           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
8782             avoid calculating the same property twice
8783         * Hwnd.cs:
8784           - Improved usability of ToString() for debugging purposes
8785           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
8786             determine the height of the menu, instead of just the font. This
8787             required to also create a graphics context and to keep a bmp 
8788             around (for performance reasons)
8790 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
8792         * MenuAPI.cs: Added OnMouseUp method
8793         * Form.cs:
8794           - Now remembering the requested client size, avoids size errors
8795           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
8796             instead of base if the menu is active. This is required due to
8797             control now capturing and releasing on down/up and it would
8798             prematurely release our menu capture
8800 2006-03-17  Jackson Harper  <jackson@ximian.com>
8802         * KeyboardLayouts.cs: Add the czech layouts.
8804 2006-03-16  Jackson Harper  <jackson@ximian.com>
8806         * Control.cs: Use the viewport space when sizing not the controls
8807         client size, so things like ScrollableControl that effect the
8808         viewport size (when scrollbars are added) are computed correctly.
8809         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
8810         of ManagerEntrys.
8811         - Handle creating BindingManagers for null data sources.
8812         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
8813         source, otherwise when rows are added they are added to the 'fake'
8814         datasource and we will crash when trying to set the position in
8815         those rows.
8816         - Use Implicit scrollbars on the datagrid so they arent
8817         selectable.
8818         
8819 2006-03-16  Jackson Harper  <jackson@ximian.com>
8821         * Binding.cs:
8822         * InternalWindowManager.cs:
8823         * MdiWindowManager.cs:
8824         * X11Keyboard.cs: I really want Mike to love me again (fix
8825         compiler warnings).
8827 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
8829         * DataGrid.cs:
8830           - OnMouseDown: Switch to editing mode when clicking on the cell
8831                          even if we're clicking on the cell that's currently 
8832                          selected
8833           - ProcessGridKey: Left/Right now wrap like MS.Net does
8834           - ProcessGridKey: Tab now knows to add a new row when tab is
8835                             pressed in the cell of the last column of the 
8836                             last row
8837           - ProcessGridKey: Enter now adds another row  if pressed in the last
8838                             row and selectes the new row, same column cell
8839           - ProcessGridKey: Home/End navigate columns, not rows, like 
8840                             originally implemented
8841           - Broke ProcessKeyPreview code out into an extra Internal method
8842             so it can be called from the edit code
8843         * DataGridTextBox.cs (ProcessKeyMessage):
8844           - Switched to accept Tab keypresses
8845           - Added F2 handling to allow jumping to the end of the edited cell
8846           - Added logic to allow moving caret left/right inside edited cell
8847             and making the edited cell jump when the caret hits cell borders
8848           - Tab and Enter are now passed to the datagrid after being handled
8849         * TextBoxBase.cs:
8850           - Removed capture code now that Control handles it
8851           - set_SelectionStart now ensures caret is visible
8853 2006-03-16  Jackson Harper  <jackson@ximian.com>
8855         * TrackBar.cs: Debackwards the increment/decrement for handling
8856         mouse clicks on the bar with vertical trackbars.
8857         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
8858         bottom to match MS.
8860 2006-03-16  Mike Kestner  <mkestner@novell.com>
8862         * ListView.cs: make shift/ctrl keyboard and mouse selection 
8863         consistent with the MS control. Fix a bug in
8864         SelectedListViewItemCollection.Clear that was pissing me off for the
8865         better part of a day because the collection was being altered
8866         underneath us as we walked the list.
8868 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
8870         * Control.cs: Not sure how we could miss this so long, but it seems
8871           that MS.Net has Capture set all the way from before calling 
8872           OnMouseDown through sending the mouse events until after
8873           OnMouseUp. This will fix DataGrid's selection being set to end
8874           at the location of the MouseUp.
8876 2006-03-15  Jackson Harper  <jackson@ximian.com>
8878         * BindingContext.cs: Check the binding after its added so that it
8879           can initialize the binding managers and hookup to events.
8880         * Binding.cs: Data members seem to sometimes include rows/cols in
8881           the format Row.Column we now take this into account.
8882           - Hookup to the position changed event so we can update the
8883           control when the position has changed in the data set.
8884         * CurrencyManager.cs: Take into account the row/col naming
8885           convention when creating dataset tables.
8886         * BindingContext.cs: Using a newer better way of storing
8887           datasource/datamember pairs.  Hopefully this better matches MS for
8888           looking up binding managers.
8891 2006-03-15  Jackson Harper  <jackson@ximian.com>
8893         * BindingContext.cs: The currency manager needs the data member
8894         name, if the member is a data set we use the name to find the
8895         correct table.
8896         * CurrencyManager.cs: When creating the list prefer an IList over
8897         an IListSource.
8898         - Attempt to create a DataTable from a DataSet (TODO: might need
8899         some better error checking here, although MS doesn't seem to have much)
8900         - If we have a DataTable create a view and use it as our list.
8902 2006-03-15  Mike Kestner  <mkestner@novell.com>
8904         * ListView.cs: keep a matrix of the icon mode layout to facilitate
8905         keyboard navigation. Support Up/Down/Left/Right selection correctly
8906         for all 4 View modes.
8907         * ListViewItem.cs: add internal row/col fields for icon layouts.
8909 2006-03-15  Jackson Harper  <jackson@ximian.com>
8911         * TabControl.cs: Redraw the tabs when we resize so their newly
8912         calculated sizes are drawn on screen.
8913         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
8914         composite characters.
8915         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
8916         - filter events so that composite characters can be created
8917         patches by peter
8918         * X11Structs.cs: Add XIMProperties enum.
8920 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
8922         * Control.cs (BringToFront, SendToBack): Don't use window or handle
8923           unless it's created
8925 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
8927         * Control.cs (PerformLayout): We don't need to consider visiblity
8928           for anchoring, only for docking. This fixes 'whacky' alignment
8929           in listbox and other controls that use implicit scrollbars after
8930           the previous PerformLayout patch
8931         * ListBox.cs: Switched to use implicit scrollbars
8932           
8933 2006-03-14  Mike Kestner  <mkestner@novell.com>
8935         * ToolBar.cs: 
8936         * VScrollBar.cs:
8937         - chain up the "new event" overrides to base and use
8938         OnEvent to raise them.  Part of fix for bug #76509.
8940 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
8942         * FileDialog.cs: Do not select an item in the parent directory
8943           on backspace
8945 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
8947         * Control.cs (PerformLayout): It would seem that we considered
8948           invisible windows for our layout. Not quite the right thing
8949           to do. Now we don't any longer, thereby fixing bug #76889.
8951 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
8953         * Control.cs (CanFocus): I goofed. A control can have focus 
8954           even though it's not selectable. Made it match MS docs.
8956 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
8958         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
8959           center by default (fixes #76895)
8960         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
8961           all uses of Border3DSides.All with the explicit ORd together
8962           Left|Right|Top|Bottom because I assume that nobody was aware 
8963           that All also implies a center fill. Most places I checked had
8964           a fill right above.
8965         * ProgressBarStyle.cs: Added
8967 2006-03-13  Mike Kestner  <mkestner@novell.com>
8969         * ListView.cs: fix breakage in drag shadow header positioning 
8970         from Peter's csc compilation fix.
8972 2006-03-13  Mike Kestner  <mkestner@novell.com>
8974         * ListView.cs: fix NRE produced by backspacing twice in a focused
8975         FileDialog.
8977 2006-03-13  Mike Kestner  <mkestner@novell.com>
8979         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
8981 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
8983         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
8984           be changed
8985         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
8986           the allowed size before making programmatic size changes
8988 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
8990         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
8991           set, metacity is broken and will still use the emty sizes in 
8992           the struct. (Fix for #77089)
8994 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
8996         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
8997           WindowExStyles and marked both enums as Flags
8998         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
8999           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
9000           to match WindowStyles split
9001         * XplatUIX11.cs:
9002           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
9003           - Updated to match WindowStyles split
9004         * XplatUIWin32.cs:
9005           - Fixed FosterParent creation, was using ExStyle on the Style field
9006             (This should help with Popup focus issues)
9007           - Updated to match WindowStyles split
9009 2006-03-13  Jackson Harper  <jackson@ximian.com>
9011         * MdiWindowManager.cs: Use the system menu height. Fixes some
9012         strange sizing issues.
9014 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9016         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
9017         * TextBoxBase.cs:
9018           - Scroll to caret after inserting text (#77672)
9019           - Make scroll range one pixel higher, fixes off-by-one error (and
9020             makes underlines visible on the last line)
9022 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
9024         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
9025           the keyboard state from being stuck with keys in 'pressed' state when
9026           focus is switched away via keyboard
9027         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
9028           reset the keyboard if no X11 KeyUp events are expected to come
9029         * X11Structs.cs: Switched type of Visible to bool to match driver
9031 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9033         * TextControl.cs:
9034           - Switched caret to be just 1 pixel wide, matches MS and looks less
9035             clunky
9036           - Moved caret display 1 pixel down from the top of the control
9037             to improve view
9038           - InsertCharAtCharet: Update the selection start if moving the caret
9039             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
9040           - No longer always creating the caret when the caret methods are
9041             called. Only the actual ShowCaret/HideCaret will do that now
9042           - Only setting caret visible if the owner control has focus
9043           - UpdateView: Added invalidation-shortcut logic for center and right 
9044             aligned text. Previously we'd update all according to the left
9045             logic which caused drawing errors. Also fixed height of invalidated
9046             areas, now properly invalidating the whole area (was off-by-one)
9047           - owner_HandleCreated: Always generate the document when the
9048             handle is created; this ensures that 
9049         * TextBoxBase.cs:
9050           - Fixed situation where caret would disappear under the right
9051             window border, also improved scrolling behaviour on left-
9052             aligned textboxes
9053           - Fixed right-aligned textboxes to have a border to the
9054             right instead of the caret being under the right border
9055         * XplatUIX11.cs:
9056           - Switched from 'nested' to simple visible/not visible tracking 
9057             for caret (part of fix for #77671)
9058           - No longer passing through translated FocusIn/FocusOut messages
9059             since we were notifying too often and the wrong windows. Instead
9060             we just notify our focussed window of receiving or loosing focus
9061         * XplatUIWin32.cs: Switched from 'nested' show/hide 
9062           counting for caret to simple visible yes/no behaviour (part of 
9063           fix for #77671)
9065 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9067         * Mime.cs: Remove debug code...
9069 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9071         * MimeGenerated.cs: Removed
9072         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
9073           and subclasses) from /usr/(local/)share/mime and
9074           $HOME/.local/share/mime.
9076 2006-03-10  Jackson Harper  <jackson@ximian.com>
9078         * MdiWindowManager.cs: Recalc the NC area when a window is
9079         maximized/restored so that the menu area is drawn on forms that
9080         don't have a menu.
9082 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9084         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
9085           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
9086           us to force a WM_NCCALCRESIZE message being sent. This is needed
9087           for MDI maximizing.
9089 2006-03-10  Jackson Harper  <jackson@ximian.com>
9091         * Form.cs: We need to use the ActiveMenu when calculating menu
9092         height.
9093         - Fix nullref when the window manager hasn't been created yet.
9094         * Control.cs: Fix nullref when we try to bring a control to the
9095         front that has no parent.
9096         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
9097         height.
9098         - Add a dummy item to the maximized menu so it always has the
9099         correct height. Otherwise when there are no menus we don't get our
9100         icon and buttons.
9101         
9103 2006-03-10  Jackson Harper  <jackson@ximian.com>
9105         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
9106         stuff.
9107         * Form.cs: Make the window_state internal so the window managers
9108         can track it.
9109         - When an MDI child is maximized let its window manager create the
9110         main menu (so it can add its icon).
9111         - Notify the window managers of state changes
9112         - Let the window manager paint its buttons and handle button
9113         clicks on the menu when it is maximized.
9114         * InternalWindowManager.cs: Move the prev_bounds into the mdi
9115         window manager, since tool windows don't use it, only mdi windows.
9116         - Tell the main form that we don't want it to handle NCPAINT
9117         itself to avoid extra painting.
9118         - Handle clicks on a maximized windows menu.
9119         - Handle window state changes
9120         - Handle minimize/maximize clicks correctly by setting the window state.
9121         * MdiWindowManager.cs: Add an icon menu that (the menu you get
9122         when clicking on the forms icon).
9123         - New method to create a forms maximized menu. This is its normal
9124         menu + an icon.
9125         - Handle window state changes.
9126         - Handle sizing of maximized windows.  Maximized windows are just
9127         drawn bigger then the parent visible area. All controls are still
9128         there, they are just outside the visible area (this matches windows).
9129         * MdiClient.cs: No scrollbars when a child window is maximized.
9130         - Let the children windows figure out how big they should be when
9131         sizing maximized windows.
9132         - Implement a version of ArrangeIconicWindows somewhat similar to
9133         Windows version.  There are some little differences, but I don't
9134         think any app will rely on the layout of minimized mdi windows.
9136 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9138         * Padding.cs: Several fixes to allow compiling with csc 2.0
9140 2006-03-09  Jackson Harper  <jackson@ximian.com>
9142         * Menu.cs:
9143         * MenuItem.cs: Cheap hack so we can add items to the list without
9144         the events being raised.  This allows adding mdi items during
9145         drawing. TODO: Should probably find a better time to add the items.
9147 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9149         * ThemeWin32Classic.cs:
9150           - CheckBox_DrawText: Added logic to not wrap if not enough space
9151             is available (Fix for bug #77727)
9152           - RadioButton_DrawText: Added logic not to wrap if not enough
9153             space is available (Fix for bug #77727). Also removed some
9154             duplicate code, DrawString always drawing the regular text
9155             before hitting the if statement.
9157 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
9159         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
9161 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9163         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
9164         * ContainerControl.cs: Partial implementation of some 2.0 scaling
9165           methods. Moved the new 2.0 properties into alphabetical order with
9166           other properties and added MonoTODO tags
9168 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9170         * AutoScaleMode.cs: Added. Fix build.
9172 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9174         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9175           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
9176           and was requiring premature handle creation for calls from above
9177         * Form.cs, Control.cs: Removed handle arguments from calls to
9178           CalculateClientRect()
9180 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9182         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
9183           drag_column.column_rect is MarshalByRef and can't be used that way
9185 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9187         * AxHost.cs: Added deserialization constructor for 
9188           AxHost+State (fixes 77743)
9190 2006-03-09  Mike Kestner  <mkestner@novell.com>
9192         * ListView.cs: 
9193         - Added column drag reordering for details view.
9194         - fixed behavior when mouse is dragged off column and
9195         AllowColumnReorder is false.
9196         * ColumnHeader.cs: clone the format too in Clone.
9197         * Theme.cs: add DrawListViewHeaderDragDetails method.
9198         * ThemeWin32Classic.cs:
9199         - impl new method for drawing drag column shadows and targets.
9200         - support column offset for details mode in DrawListViewItem.
9202 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9204         * TextControl.cs: Reset the char_count when the document is cleared
9205           (Fixes bug reported on mono-winforms mailing list)
9207 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9209         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
9210           of calling base we simply process the key ourselves, since both
9211           DefWindowProc and the handled method would set m.Result. 
9212           (Fixes #77732)
9214 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9216         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
9217           method also moves the window; instead implemented a copy of
9218           Control.ScaleCore (Part of fix for #77456)
9219         * TextBoxBase.cs: 
9220           - Created new CreateGraphicsInternal method to allow providing
9221             a graphics context when no handle is created without triggering
9222             handle creation. (Part of fix for #77456)
9223           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9224         * TextControl.cs: 
9225           - Switched Constructor to require TextBoxBase instead of Control (to
9226             allow uncast access to CreateGraphicsInternal)
9227           - Safeguarded use of owner.Handle property. No longer accessing it
9228             unless the handle is already created.
9229           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9230           - Now triggering a recalc when owning control becomes visible
9231         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
9232           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
9233           premature handle creation (Part of fix for #77456)
9234         * Control.cs:
9235           - We now only destroy our double-buffering buffers when the
9236             control is resized or disposed, but not when visibility
9237             changes. (The code even re-created them twice every time)
9238           - Now requiring a redraw of the buffer on visibility changes
9239             (fixes bug 77654 part 2)
9240           - Not passing OnParentVisibleChanged up unless the control
9241             is visible
9242           - CanFocus: Fixed to match MS documentation
9243           - Focus: Fixed to return actual focus state and to check if
9244             setting focus is legal before setting it
9246 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
9248         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
9249           when to draw focus rectangle by looking at parent focus and
9250           selected state instead. This fixes TabPages on Linux sometimes
9251           having none or multiple focus rectangles.
9252         * XplatUIX11.cs (SetFocus): 
9253           - Don't set the focus if the same window already has focus
9254           - Use SendMessage instead of PostMessage (like it's Win32
9255             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
9256             to match MS behaviour
9257         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
9258           are not selectable.
9260 2006-03-07  Jackson Harper  <jackson@ximian.com>
9262         * PictureBox.cs: Revert line I accidently committed last week.
9264 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
9266         * Control.cs: 
9267           - Added new IsRecreating and ParentIsRecreating properties to
9268             allow testing if RecreateHandle has been called on ourselves
9269             or one of our parents
9270           - WndProc(WM_DESTROY): If our control handle is being recreated
9271             we immediately need to create the handle when receiving the
9272             destroy, that way our child windows find a valid parent handle
9273             when they themselves are being recreated upon WM_DESTROY receipt
9274             (fix for bug #77654 part 1)
9275         * XplatUIX11.cs:
9276           - DestroyWindow: WM_DESTROY must be sent to our own window before
9277             notifying any child windows. MS documents that child windows
9278             are still valid when WM_DESTROY is received. (Control now relies on
9279             this behaviour)
9280           - Added some fine-grain debug options
9282 2006-03-06  Jackson Harper  <jackson@ximian.com>
9284         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
9285         box and base calculations off this.
9286         * MdiChildContext.cs:
9287         * MdiWindowManager.cs: Don't need to ensure scrollbars here
9288         anymore.
9289         
9290 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
9292         * Splitter.cs: In situations where the affected control is added
9293           to the parent's control list after the splitter, we would not
9294           populate affected. Now we try populating it on mousedown, if
9295           it's not already set, and force it to be re-set whenever our
9296           parent changes.
9298 2006-03-03  Matt Hargett  <matt@use.net>
9300         * Control.cs: implement Control.Padding
9301         * Padding.cs: -Padding.All returns -1 when constructing with the
9302         implicit default ctor
9303         -Padding.ToString() matches MS.NET
9304         * ContainerControl.cs: implement
9305         ContainerControl.AutoScaleDimensions
9306         * ListControl.cs: implement ListControl.FormattingEnabled
9307         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
9308         * ButtonBase.cs:
9309         * TabPage.cs: Implement UseVisualStyleBackColor.
9310         * PictureBox.cs: Implement PictureBox.InitialImage.
9312 2006-03-03  Mike Kestner  <mkestner@novell.com>
9314         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
9315         event declarations to proxy to base event.
9316         * ListViewItem.cs: update to use ItemControl.
9317         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
9318         * ThemeWin32Classic.cs: update to new ListView theme API and fix
9319         column header label rendering for 0 width columns.
9321 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
9323         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
9324           that causes the control to be created. Fixes #77476.
9326 2006-03-02  Jackson Harper  <jackson@ximian.com>
9328         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
9329         expose_pending.
9331 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
9333         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
9334           passed in for the EventArgs (fixes #77690)
9336 2006-03-01  Jackson Harper  <jackson@ximian.com>
9338         * ScrollBar.cs: Refresh afterbeing resized.
9340 2006-02-28  Mike Kestner  <mkestner@novell.com>
9342         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
9343         Clean up a tracker compile warning.
9344         * MenuItem.cs: add internal PerformPopup method.
9345         [Fixes #77457]
9347 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9349         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
9350           implicit expose) when the text is set to null
9352 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
9354         * RichTextBox.cs (FlushText): When newline is true, we always
9355           need to split the line, even if no text is on it and we may
9356           never eat newlines. (Fixes #77669)
9358 2006-02-28  Mike Kestner  <mkestner@novell.com>
9360         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
9361         and set Selected instead.
9362         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
9363         collections.
9365 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
9367         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
9369 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
9371         * FontDialog.cs:
9372           - Got rid of the panel. All controls are now directly added to
9373             the dialog form
9374           - It is now possible to set a font with the Font property
9375           - MinSize and MaxSize property do now what they should
9376           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
9377           - Searching and selecting a font with the font textbox works now,
9378             the same applies to the style and size textbox
9379           - Draw the correct 3D border in the example panel
9380           - Fixed a little mem leak (unused fonts didn't get disposed)
9381           - Many other internal updates/rewrites...
9382           - Fix typo
9384 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9386         * TextControl.cs: 
9387           - InsertRTFFromStream: Added 'number of characters inserted' argument
9388           - set_SelectedRTF: Now using the number of characters to calculate
9389             the new location for the selection and cursor (x/y cannot be used
9390             due to potentially already wrapped text)
9392 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
9394         * TextControl.cs: Added property and implemented means to allow 
9395           disabling recalculation of a document (can be used to speed up
9396           multiple inserts and is needed to make RTF inserts predictable, see
9397           bug #77659)
9398         * RichTextBox.cs: Using the new NoRecalc property of Document to
9399           keep x/y insert locations predictable. Also makes it faster inserting
9400           large chunks of RTF
9402 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
9404         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
9405           it's easier for a child control to handle the other messages without
9406           having to duplicate the special functionality
9407         * TextBoxBase.cs
9408           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
9409             code to handle processing the key ourselves, in order to get 
9410             access to the result of KeyEventArgs.Handled. We now only call 
9411             ProcessKey if they key hasn't been handled already. Fixes #77526.
9412           - set_Text: If null or empty string is given, just clear the 
9413             document. Fixes part of #77526
9415 2006-02-27  Jackson Harper  <jackson@ximian.com>
9417         * SizeGrip.cs: Paint the background color before painting the grip
9418         so things look right.
9419         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
9421 2006-02-27  Mike Kestner  <mkestner@novell.com>
9423         * ListView.cs:
9424           - Restructure layout and invalidation model to remove a ton of
9425           flicker from the control and speed up performance in general.
9426           - Add manual column resize, flickers like crazy, but I already have
9427           some ideas on how I'll fix that. (#76822)
9428           - Merge the three Icon-based views into a single layout method.
9429           - Move item selection interaction logic from the item since 
9430           interaction with the collections is more appropriate to the view.
9431           - Deselection on non-item clicks.
9432         * ListViewItem.cs:
9433           - Encapsulate most of the layout. Add some internal props to trigger
9434           layout.  Move to a model where Items invalidate themselves instead
9435           of just invalidating the whole control every time something changes.
9436           - Invalidate on Text/Caption changes.
9437           - switch to an offset based layout model to avoid having to absolute
9438           position every element on item moves.
9439           - correct checkbox layout to conform to MS layout.
9440         * ThemeWin32Classic.cs:
9441           - refactor some column header drawing code.
9442           - fix string justification for column headers (#76821)
9443           - make SmallIcon labels top justified for compat with MS impl.
9444         * ThemeClearlooks.cs:
9445           - adjust to new ListViewItem internal checkbox bounds api.
9447 2006-02-27  Jackson Harper  <jackson@ximian.com>
9449         * Control.cs:  Change where implicit controls fall in the zorder.
9450         They are now on top of all children.
9451         - Synced AddImplicit code with Add
9452         - Removed unused enumerator.
9453         * SizeGrip.cs: Remove the TODO as its been TODONE.
9455 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
9457         * TextControl.cs(Insert): Combine the last lines unless the insertion
9458           string ends with \n\n, otherwise we leave one line too many (Fixes
9459           something I noticed with the testapp for #77526; the bug itself was
9460           already fixed in the previous checkin)
9462 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
9464         * RichTextBox.cs:
9465           - SelectionColor and SelectionFont methods no longer set absolute
9466             styles. Instead, the keep font or color respectively (This 
9467             resolves a long-standing FIXME in the code)
9468           - When flushing RTF text, the insert code now considers text trailing
9469             behind the insertion point (Fixes the bug where when replacing
9470             the selected text via SelectedRTF the remainder of the line behind 
9471             the selection would stay on the first insertion line)
9472         * TextBoxBase.cs:
9473           - AppendText now updates the selection points after inserting text
9474           - AppendText now ensures that the last tag (sometimes 0-length) of
9475             the document is used for the style information (Fixes part of 
9476             bug #77220)
9477         * TextControl.cs:
9478           - Created new FontDefiniton class to allow describing partial style
9479             changes
9480           - StreamLine() now takes a lines argument, to allow it to decide
9481             whether an encountered zero-length tag is the last in the document
9482             (which must be kept to not loose the font/color contained in it,
9483             for later appends)
9484           - Created Combine() and Split() methods for Marker structs, to 
9485             support marker updates due to reformatted documents (soft line
9486             wraps)
9487           - Implemented Document.CaretTag setter
9488           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
9489             of the last line (Not the cause, but also exposed by bug #77220)
9490           - Added LineTag argument to InsertString method, to allow callers
9491             to force a certain tag to be used (required to force use of the
9492             trailing zero-length tag of a document)
9493           - Now updating markers in Combine(), to avoid stale tag markers
9494           - Added some method descriptions to aid maintenance
9495           - Implemented new FormatText concept, allowing additive/subtractive
9496             formatting by only specifying the components that are to be 
9497             changed. This was needed for resolving the RTB.SelectedColor/
9498             RTB.SelectedFont fixmes
9499           - Added Break() support method to allow breaking up linetags (used
9500             for partial formatting)
9501           - Added GenerateTextFormat() method. It is used for partial 
9502             formatting and allows to generate a full font/color from given
9503             attributes and an existing tag.
9505 2006-02-26  Jackson Harper  <jackson@ximian.com>
9507         * XplatUIX11.cs:  Use the correct caption height.
9508         - Translate hittest coordinates to screen coords to match MS.
9509         * XplatUIWin32.cs: When we create MDI windows we need to reset
9510         some of the style flags, so we get a nice blank window, and can
9511         draw all the decorations ourselves.
9512         - Set a clipping rectangle on the non client paint event, the
9513         window manager drawing code needs one.
9514         * Form.cs: The window manager needs to know when the window state
9515         has been updated.
9516         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
9517         don't need to factor in border and title sizes in these
9518         methods. TODO: Remove the args and fix the call points.
9519         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
9520         properly.
9521         - Let the driver set the cursors.
9522         - Improve active window handling
9523         - Correct sizes for title bars and buttons.
9524         - Match MS drawing better
9525         * MdiWindowManager.cs: We don't need to handle border style
9526         updates specially anymore.
9527         - Check for scrollbars when windows are done moving
9528         - Handle Active properly.
9529         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
9530         correctly. I am spewing the exception though, so we don't hide the
9531         bugs.
9532         
9533 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
9535         * DataGridViewRowPostPaintEventArgs.cs,
9536           DataGridViewCellPaintingEventArgs.cs,
9537           DataGridViewRowCollection.cs,
9538           DataGridViewRowPrePaintEventArgs.cs,
9539           DataGridViewCell.cs: Clear a few warnings and implement a few
9540           exceptions that should be thrown.
9542 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9544         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
9545           'inheriting' our parent's (non-default) cursor. (Part of
9546            the fix for #77479)
9548 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
9550         * XplatUIX11.cs: Fixed cast to make csc happy
9552 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
9554         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
9555           it's for the client area (part of fix for #77479 and needed
9556           for MDI window cursor handling)
9557         * XplatUIX11.cs
9558           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
9559             the appropriate default cursors and also passing the message
9560             up the parent chain 
9561           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
9562             for non-client areas
9564 2006-02-15  Jackson Harper  <jackson@ximian.com>
9566         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
9567         is a real MDI window
9569 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
9571         * X11DesktopColors.cs: Instead of checking the desktop session
9572           string for "KDE" check if it starts with "KDE"
9574 2006-02-10  Jackson Harper  <jackson@ximian.com>
9576         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
9577         systems).
9579 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
9581         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
9582           errors
9583         * ColorDialog.cs:
9584           - Got rid of the panel. All controls are now directly added to
9585             the dialog form
9586           - Changed to mono coding style
9588 2006-02-10  Jackson Harper  <jackson@ximian.com>
9590         * InternalWindowManager.cs: We don't need the set visibility to
9591         false hack anymore now that peter has written beautiful shutdown
9592         code.
9594 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
9596         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
9597           where already explicitly destroyed
9599 2006-02-10  Jackson Harper  <jackson@ximian.com>
9601         * MdiClient.cs: Handle the case where windows are too high or to
9602         the left and we need scrollbars.
9604 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
9606         * MimeIcon.cs: Added some icons
9607         * FileDialog.cs:
9608           - Fixed bug #77477
9609           - Got rid of the panel. All controls are now directly added to
9610             the dialog form
9611           - Changed to mono coding style
9612           - On Linux "My Computer" and "My Network" will now show some
9613             more usefull information. A new class, MasterMount, gathers
9614             this information from /proc/mount. Updated MWFFileView to make
9615             use of this information
9616           - Fixed a bug that caused FileDialog to crash when
9617             ".recently_used" file had a zero size
9618           - FilterIndex does now what it should
9619           - Some Refactoring
9620         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
9621             FileDialog changes
9623 2006-02-09  Jackson Harper  <jackson@ximian.com>
9625         * ComboBox.cs: Don't touch if null.
9627 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
9629         * Cursor.cs: 64bit safeness fix
9630         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
9632 2006-02-09  Jackson Harper  <jackson@ximian.com>
9634         * Form.cs: If a form is made into an MDI form update the styles so
9635         all the props can get set correctly.
9636         - Kill the mdi_container when we dont need it anymore.
9637         * InternalWindowManager.cs: Add missing NOT
9639 2006-02-08  Jackson Harper  <jackson@ximian.com>
9641         * InternalWindowManager.cs: Respek clipping when drawing MDi
9642         decorations.
9644 2006-02-08  Jackson Harper  <jackson@ximian.com>
9646         * Hwnd.cs: Add bits to track non client expose events.
9647         * XplatUIX11.cs: Track non client expose events on the hwnd. This
9648         gives us a proper invalid rect and will allow for some nice
9649         optimizations with NC client drawing
9650         - MDI windows are children windows, so move their style handling
9651         into the child window block.
9652         * InternalWindowManager.cs: Remove a state reset that was
9653         getting invoked at the wrong time. Fixes managed windows getting
9654         into a 'stuck' captured state.
9656 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
9658         * TextControl.cs (Document.ctor): Now initializing 
9659           selection_anchor. Fixes #77493
9661 2006-02-07  Jackson Harper  <jackson@ximian.com>
9663         * TrackBar.cs: The increment/decrements were backwards.
9665 2006-02-07  Mike Kestner  <mkestner@novell.com>
9667         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
9668         to the instance itself.
9670 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
9672         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
9673           on ulongs and pointers, the size differs between 32bit and 64bit
9674           systems. 
9676 2006-02-07  Mike Kestner  <mkestner@novell.com>
9678         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
9679         for 64 bit platforms to work around a metacity bug. 
9681 2006-02-07  Jackson Harper  <jackson@ximian.com>
9683         * TrackBar.cs: Process the input keys we need, and hookup to
9684         KeyDown instead of using WndProc, so we get key messages.
9686 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
9688         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
9689           machine we're on. 
9690         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
9691           we need to translate the XdndVersion atoms array before sending it
9693 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
9695         * XplatUIX11.cs: 
9696           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
9697             number of bits for the property, not the number of bytes. The
9698             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
9699             but would not crash since it specified 8 bits instead of 4 bits)
9700           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
9701             defined as XID -> long in the C headers)
9702           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
9703             references since those are now IntPtr to begin with
9704           - Switched all Atom.XXX 'int' casts to IntPtr casts
9705           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
9706           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
9707           - Added XChangeActivePointerGrab DllImport (for X11DnD)
9708         * X11Structs.cs:
9709           - Changed 'int' type for Atoms in XEvent structures to IntPtr
9710           - Changed atom in HoverStruct to be IntPtr
9711         * X11DnD.cs:
9712           - Removed local DllImports, switched code to use those from XplatUIX11
9713           - Removed/fixed casts related to the switch of Atom to be a IntPtr
9715 2006-02-06  Mike Kestner  <mkestner@novell.com>
9717         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
9718         method signatures in the import region.  There may still be some
9719         lingering struct marshaling issues, as I didn't drill down into those.
9720         Yet.
9722 2006-02-06  Jackson Harper  <jackson@ximian.com>
9724         * ComboBox.cs: Dont manually set the top_item, this is computed
9725         when the scrollbar position is set.
9727 2006-02-06  Mike Kestner  <mkestner@novell.com>
9729         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
9730         startup crashes on amd64.  There's other fixes needed.  All pinvoke
9731         usage of Atom needs to be mapped to IntPtr for example.  And there are
9732         likely other int/long issues to be addressed.
9734 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
9736         * FileDialog.cs: One more...
9738 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
9740         * FileDialog.cs: Next try
9742 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
9744         * FileDialog.cs: First part of fix for #77464
9746 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
9748         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
9749           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
9750           AcceptButton border drawing.
9752 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
9754         * Form.cs: Moved positioning of form after auto scaling is applied,
9755           otherwise it would possibly use wrong form size.
9757 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
9759         * Control.cs (RecreateHandle): No need to re-create any child
9760           controls, the child windows will get destroyed automatically by
9761           the windowing system or driver, and re-created when the handle
9762           is being accessed the first time. Fixes #77456
9763         * Form.cs: No longer setting the form to closing if the handle is 
9764           being recreated. This seems like the right thing to do, don't
9765           have a bug or testcase for this, though.
9767 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
9769         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
9770           controls to avoid unwanted side effects
9772 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
9774         * Control.cs: 
9775           - ScaleCore needs to scale the bounds, not the ClientSize of the 
9776             control. Fixes #77416.
9777           - DefaultSize is 0,0 for control
9778         * TextBoxBase.cs: 
9779           - DefaultSize is 100, 20
9780           - SetBoundsCore: Now enforcing the height, no matter if the provided
9781             height is more or less than the preferred one, as long as AutoSize
9782             is on
9783         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
9785 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
9787         * Control.cs:
9788           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
9789             call unless both performLayout is true *and* we have a pending
9790             layout change
9791           - ResumeLayout: MS does not completely nest Suspend and Resume,
9792             they bottom out at 0, fixed our code to match that.
9793           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
9794             SetBoundsCore, we were updating even when we shouldn't. This fixes
9795             swf-anchors mis-anchoring when resizing the app fast and lots.
9796           - UpdateDistances: Now only setting the left and top distance if 
9797             we have a parent and are not suspended, this is based on
9798             a suggestion by Don Edvaldson in bug #77355.
9799           - OnVisibleChanged: Fixed logic when to create the control. We may
9800             not create the control if we have no parent or if it's not visible;
9801             switched to using Visible property instead of is_visible field 
9802             since the property also considers parent states. This fixes a bug
9803             when starting Paint.Net
9805 2006-02-02  Jackson Harper  <jackson@ximian.com>
9807         * Form.cs: If the forms handle hasn't been created yet don't call
9808         into xplatui to make it top most, just set the topmost flag on the
9809         form in CreateParams
9810         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
9812 2006-02-01  Jackson Harper  <jackson@ximian.com>
9814         * ScrollableControl.cs: Refactored the Recalculate method a
9815         little, this wasn't handling all the variants of bottom and right
9816         bars needed to be added and added/removed based on their
9817         counterparts being added/removed (which changes the drawable
9818         size). Also we special case client widths and heights of 0 and
9819         don't add the scrollbar for those.
9821 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
9823         * XplatUIX11.cs: 
9824           - Added method to get AbsoluteGeometry(); currently unused, but might
9825             be used in the future, if we try again to figure out toplevel
9826             coordinates with some more crappy window managers
9827           - Added FrameExtents() method to retrieve the WM set decoration size
9828           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
9829             to deal with at least KDE, FVWM and metacity (Fixes #77092)
9830         * Hwnd.cs: 
9831           - Added whacky_wm tracking var for metacity
9832           - Added logic to have default menu height if the actual menu height
9833             has not yet been calculated (part of fix for #77426)
9834         * Form.cs: Keep track whether client size has been set and re-set 
9835           it if a menu is added/removed afterwards (Fixes #77426)
9837 2006-01-31  Jackson Harper  <jackson@ximian.com>
9839         * Control.cs: When a new Site is set on the component attempt to
9840         pull the AmbientProperties from it.
9842 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
9844         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
9845           in the background of the owning form. Fixes #77332
9847 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
9849         * MimeIcon.cs: Fix for #77409
9851 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
9853         * XplatUIX11GTK.cs: Initial import
9855 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
9857         * FixedSizeTextBox: fixes class signature
9859 2006-01-30  Jackson Harper  <jackson@ximian.com>
9861         * FixedSizeTextBox.cs: New internal class that represents a
9862         textBox that will not be scaled.
9863         * TreeView.cs:
9864         * ComboBox.cs:
9865         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
9866         standard TextBox.
9867                 
9868 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
9870         * XplatUIX11.cs: Retrieve default screen number instead of
9871           assuming 0. Attempted fix for #77318
9873 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
9875         * XplatUIWin32.cs: 
9876           - GetWindowPos: When a window is parented by FosterParent, use 
9877             the desktop instead of FosterParent as the base to get coordinates
9878           - CreateWindow: Don't make FosterParent the parent window for Popups
9879             if we don't want a taskbar entry, Popups automatically don't get one
9880         * Hwnd.cs: Need to call remove to actually remove the key from the
9881           hash table
9883 2006-01-30  Mike Kestner  <mkestner@novell.com>
9885         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
9887 2006-01-30  Jackson Harper  <jackson@ximian.com>
9889         * TreeView.cs:
9890         * TreeNode.cs: Raise events no matter how the treenode is
9891         checked. Patch by Don Edvalson.
9893 2006-01-30  Jackson Harper  <jackson@ximian.com>
9895         * TreeNode.cs: Signature fix.
9897 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
9899         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
9901 2006-01-20  Mike Kestner  <mkestner@novell.com>
9903         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
9904         event forwarding when menus are active.
9905         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
9906         Most of the patch is pdb's with a little rework.
9908 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
9910         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
9911           Removed GetMenuDC and ReleaseMenuDC methods; replaced
9912           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
9913         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
9914         * InternalWindowManager.cs: Added use of PaintEventStart/End to
9915           handling of WM_NCPAINT message, now passing the PaintEventArgs to
9916           the PaintWindowDecorations method
9917         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
9918         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
9919         * MenuAPI.cs: Made tracker window invisible
9920         * XplatUIWin32.cs:
9921           - Removed GetMenuDC and ReleaseMenuDC methods
9922           - Implemented the client=false path for PaintEventStart and
9923             PaintEventEnd
9925 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
9927         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
9928         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
9929           styles
9930         * Form.cs: 
9931           - MaximizeBox, MinimizeBox: Recreate the handle when setting
9932             the style
9933           - CreateParams: Reworked the styles to match MS look'n'feel,
9934             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
9935             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
9937 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
9939         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
9940           window is not mapped, since otherwise every form that's being 
9941           created is considered minimized, which is wrong.
9942         * Form.cs: Catching the exception and returning our internal value
9943           instead
9945 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
9947         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
9948           SetWindowMinMax() to have means to tell the driver about the minimum,
9949           maximum and maximized state window sizes. (Part of the fix for #76485)
9950         * Form.cs:
9951           - Implemented tracking of minimum and maximum window size, now calling
9952             new SetWindowMinMax() driver method to tell the driver (Part of the
9953             fix for #76485)
9954           - Finished handling of WM_GETMINMAXINFO method, now setting all values
9955             (Completes fix for #76485)
9956           - Calling new SetWindowMinMax driver method when the handle for a 
9957             form is created, to make sure the driver knows about it even if
9958             the values have been set before the window was created
9959           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
9960             to avoid messing up our anchoring calculations (partial fix
9961             for #77355)
9962         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
9963         * XplatUIX11.cs:
9964           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
9965           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
9966             (and presumably other freedesktop.org compliant WMs). Left the
9967             assumption unmapped=minimized, needed for SetVisible to work.
9968           - Now setting the window state when creating windows
9969           - Fixed SetVisible to consider/set the window state when mapping
9970             a Form. We cannot set the state before it's mapped, and we cannot
9971             use Form.WindowState once it's mapped (since it would ask the
9972             driver and get 'normal'. Therefore, we grab the state before
9973             mapping, map, and then set state.
9974           - Implmemented SetWindowMinMax method; Metacity does not seem to
9975             honor the ZoomHints, though.
9976         * XplatUIWin32.cs:
9977           - Removed MINMAXINFO (moved to XplatUIStructs)
9978           - Added SetWindowMinMax stub (on Win32 the only way to set that
9979             information is in response to the WM_GETMINMAXINFO message, which
9980             is handled in Form.cs)
9981           - Added logic to SetVisible to set the proper window state when a 
9982             form is made visible (fixes #75720)
9984 2006-01-26  Jackson Harper  <jackson@ximian.com>
9986         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
9987         same way we handle them with Invoke.
9989 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
9991         * Form.cs:
9992           - Added tracking of window state so CreateParams can return
9993             the appropriate style
9994           - Moved setting of WS_CAPTION style in CreateParams to allow
9995             styles without caption
9996         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
9997           control if the TextBox property is accessed. Fixes #77345
9998         * Control.cs:
9999           - get_Created: now uses is_disposed and is_created to determine
10000             return value (suggested by Jackson)
10001           - CreateHandle: No longer exits if the handle is being recreated
10002           - RecreateHandle: If the handle is not yet created call the 
10003             appropriate method to create either control or handle. If the
10004             control is already created CreateHandle will simply exit instead
10005             of just creating the handle
10006         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
10007           now SendMessage WM_DESTROY directly to the control when DestroyWindow
10008           is called.
10009         * XplatUIX11.cs: 
10010           - When DestroyWindow is called, instead of waiting for the 
10011             DestroyNotification from X11, we directly post it to the WndProc
10012             and immediately dispose the hwnd object.
10013             Same applies to DestroyChildWindows, and this obsoletes the
10014             expose_pending tracking. Contrary to Win32 behaviour we destroy our
10015             child windows before our own, to avoid X11 errors.
10016           - Removed the direct sending of WM_PAINT on UpdateWindow
10017         * XplatUIWin32.cs:
10018           - Reworked DoEvents and GetMessage to allow access to internal queue
10019             even when trying non-blocking access to the queue.  Fixes #77335. 
10020             Based on a patch suggestion by Don Edvalson. The new private
10021             GetMessage can now also be used as a backend for a PeekMessage
10022             frontend version.
10023         * XplatUI.cs: Improved debug output for CreateWindow
10025 2006-01-25  Jackson Harper  <jackson@ximian.com>
10027         * Help.cs: Allow param to be null. Patch by Don Edvalson.
10029 2006-01-24  Jackson Harper  <jackson@ximian.com>
10031         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
10032         when we have a MaxDropItems lower then the selected index.
10034 2006-01-24  Jackson Harper  <jackson@ximian.com>
10036         * Control.cs: Don't allow selection of non visible controls, allow
10037         selection of controls without parents.
10039 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10041         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
10042         * DataGridDrawingLogic.cs: Add editing row only when is necessary
10044 2006-01-23  Jackson Harper  <jackson@ximian.com>
10046         * UpDownBase.cs: Make the textbox handle all the selection and
10047         tabbing. This fixes tabing to updown controls.
10049 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10051         * TextBoxBase.cs: fixes exception thown the object was null
10053 2006-01-23  Jackson Harper  <jackson@ximian.com>
10055         * ButtonBase.cs: Just use the base CreateParams. They set
10056         visibility and enabled correctly.
10057         * ComboBox.cs:
10058         * TrackBar.cs:
10059         * MonthCalendar.cs: Lets let the base set as much of the
10060         createparams as possible so we don't have duplicate code all over
10061         the place.
10063 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
10065         * ThemeGtk.cs: Added TrackBar and some experimental code to
10066           get double buffering back
10068 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10070         * DataGrid.cs: Allows row number set internally higher than the last
10071         when creating a new row. Restores the editing functionality.
10073 2006-01-20  Mike Kestner  <mkestner@novell.com>
10075         * MimeIcon.cs: delay Image creation until the icons are accessed
10076         instead of creating 190 scaled images on GnomeHandler startup.
10078 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
10080         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
10081           first call base before processing the event. Fixes #77279
10083 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
10085         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
10086           that the stride for the GDI bitmap would match the stride of
10087           a DIB or a Cursor.
10089 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
10091         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
10093 2006-01-19  Jackson Harper  <jackson@ximian.com>
10095         * ComboBox.cs: Hookup the text controls keydown event so we get
10096         those when the text control has the focus.
10098 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10100         * Label.cs: Now using the base events instead of defining new ones;
10101           this allows us to just call the base properties without having to
10102           duplicate all base property logic 
10104 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10106         * Label.cs: A label by default is not a tabstop (Fixes one of our
10107           failing nunit tests)
10109 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10111         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
10112         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
10114 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10116         * Cursor.cs: Reimplemented creating cursor bitmaps without using
10117           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
10118           This fixes #77218
10119         * XplatUIWin32.cs: 
10120           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
10121             constructor creates images that can't be saved. Part of the fix
10122             for #76103
10123           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
10124           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
10125             bug fix for handling window state in forms properly)
10127 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10129         * ThemeGtk.cs: Simplify ScrollBar drawing
10131 2006-01-18  Jackson Harper  <jackson@ximian.com>
10133         * Splitter.cs: Set the default dock style for the splitter control
10134         in the constructor.
10136 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10138         * ThemeGtk.cs: Corrected StateType and ShadowType for
10139           gtk_paint_box
10141 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10143         * Control.cs: Make use of Theme.DoubleBufferingSupported
10144         * ThemeGtk.cs:
10145           - Added drawing for flat style buttons
10146           - Added ScrollBar drawing
10148 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10150         * ThemeClearlooks.cs: Removed some unneeded code.
10151         * ThemeGtk.cs: First part of ThemeGtk enhancements.
10153 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10155         * LinkLabel.cs: We need to update the hover drawing when
10156           leaving the control as well.
10158 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
10160         * DataGrid.cs: Clicking on non empty areas in the columns
10161            area was giving an exception
10163 2006-01-17  Jackson Harper  <jackson@ximian.com>
10165         * ThemeWin32Classic.cs:
10166         * ListView.cs: Do not draw/clip the headers when the header style
10167         is None.
10169 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10171         * DataGrid.cs: Fixes 77260
10172         
10173 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10175         * DataGrid.cs: Clicking on a column on a empty grid was giving
10176           an exception
10178 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10180         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
10181           or any keypress will crash the grid.
10183 2006-01-17  Mike Kestner  <mkestner@novell.com>
10185         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
10186         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
10187         invisible/previously-visible items.
10188         [Fixes #76909]
10190 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
10192         * ThemeClearlooks.cs:
10193         - Added CL_Draw_Button method; now other theme controls that are 
10194           not derived from button or do not have a button can draw buttons
10195           too
10196         - Updated ComboBox drawing
10197         - Beautified RadioButton drawing
10198         - Corrected drawing of bottom and left tabs
10199         - Beautified DateTimePicker and MonthCalendar
10200         - Added CPDrawButton and CPDrawRadioButton
10202 2006-01-16  Jackson Harper  <jackson@ximian.com>
10204         * ComboBox.cs: Set the initial value of the scrollbar to the
10205         current index. Reduce the numbers of refreshs and IndexOfs called.
10207 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
10209         * FileDialog.cs: When the file listview is focused hitting the
10210           backspace key moves the fileview to the parent directory
10212 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10214         * Form.cs: 
10215           - Added RecreateHandle call when changing taskbar visibility to 
10216             trigger reparenting in Win32 driver (Fixes #75719)
10217           - If a window has minimize or maximize buttons, it cannot have
10218             a help button
10219         * XplatUIWin32.cs:
10220           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
10221             the toplevel form with FosterParent (A toolwindow not on the
10222             taskbar) (Fixes #75719)
10223           - Made FosterParent a toolwindow
10225 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10227         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
10229 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10231         * ToolTip.cs: If SetToolTip is called from a control and the mouse
10232           is currently over that control, make sure that tooltip_window.Text
10233           gets updated
10235 2006-01-13  Mike Kestner  <mkestner@novell.com>
10237         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
10239 2006-01-13  Jackson Harper  <jackson@ximian.com>
10241         * TreeView.cs: On MS GetNodeAt never actually factors in the X
10242         value passed.  Also redraw the selected node when we recieve
10243         focus, so tabbing between trees works correctly.
10245 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10247         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
10248           ~/.gconf/%gconf-tree.xml, so use
10249           .gconf/desktop/gnome/interface/%gconf.xml
10251 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10253         * TextControl.cs: Draw text in gray if control is disabled
10255 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10257         * TreeView.cs: Draw the focus rectangle outside the highlight, to
10258           make sure it's always visible. Fixes #76680.
10260 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10262         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
10264 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
10266         * PageSetupDialog.cs: Added.
10267         * PrintDialog.cs: Attributes.
10268         * PrintPreviewControl.cs: Updates.
10269         * PrintPreviewDialog.cs: Updates.
10270         
10271 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10273         * Control.cs: Undid my selection check fix, since it's not needed
10274         * TextBoxBase.cs:
10275           - Now considering the presence of hscroll/vscroll when sizing
10276             vscroll/hscroll respectively. Fixed bug #77077
10277           - Added Left/Up/Down/Right to IsInputKey list to prevent
10278             ContainerControl from stealing them. This fixes what I broke
10279             with my last checkin.
10281 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
10283         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
10284           I finally understand how the property can be set without a setter :-)
10286 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10288         * Application.cs:
10289           - Switched RunLoop to use static Message.Create to create a 
10290             Message object
10291           - Added PreProcessMessage call in runloop for keyboard events; this
10292             is part of the fix for #77219, I overlooked this originally in the
10293             MSDN doc for PreProcessMessage
10294         * Control.cs:
10295           - Removed call to PreProcessMessage from handling of keyboard 
10296             messages; it's supposed to be done in the message pump
10297           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
10298             per MSDN documentation.
10299           - IsInputChar: All chars are input chars by default; removed the 
10300             parent calling chain, MS does not document that
10301           - PreProcessMessage: If IsInputChar is true, we want to return false
10302             to allow dispatching of the message
10303           - When selecting the next control, now also check that we're not
10304             selecting ourselves again and therefore return a false positive.
10305         * TextBoxBase.cs:
10306           - Tried to match return values for IsInputKey and ProcessDialogKey
10307             to what MS returns; moved processing of our special keys outside
10308             ProcessDialogKey since MS does not seem to return true on those.
10309           - Moved code that previously was in ProcessDialogKey into new private
10310             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
10311           - Reworked handling of WM_CHAR to not have to duplicate code from
10312             Control.cs anymore, instead we simply call down to base.
10313            
10314 2006-01-12  Jackson Harper  <jackson@ximian.com>
10316         * ComboBox.cs: We always need to refresh the text area when
10317         EndUpdate is called. Fixes the combobox in the file dialog.
10318         * Control.cs: Don't create the creator_thread until the controls
10319         handle is created.  Also in InvokeRequired we check if the
10320         creator_thread is null. This gives the effect of InvokeRequired
10321         returning true if the controls handle is not created yet, and
10322         matches MS.
10324 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10326         * XplatUI.cs:
10327           - Added StartLoop() driver method. This is used to allow drivers to
10328             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
10329             loop for a particular thread
10330           - Added EndLoop() driver method. This is called once the message
10331             pump for the thread is shut down
10332           - Added SupportsTransparency method to allow the driver to indicate
10333             opacity support for windows
10334         * Form.cs:
10335           - Removed TODO attribute, completed AllowTransparency property
10336           - Added documented logic to Opacity
10337         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
10338           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
10339           versions of CompatibleTextRendering
10340         * X11Structs.cs: Added opacity atom to our atom enumeration
10341         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
10342           of a form might be set before it's reparented by the WM, and we need
10343           the opacity value without calling up to Form)
10344         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
10345           SupportsTransparency() driver methods
10346         * Application.cs: Now calling StartLoop and EndLoop driver methods
10347         * XplatUIX11.cs:
10348           - Added opacity atom registration
10349           - Added StartLoop()/EndLoop() methods. They're empty right now but
10350             will need to get implemented when we switch to a per-thread queue
10351           - Implemented SupportsTransparency() method
10352           - Implemented SetWindowTransparency() method
10353           - Added support for setting the opacity value when a window is
10354             reparented (since the opacity needs to be set on the WM frame)
10355         * XplatUIOSX.cs, XplatUIWin32.cs:
10356           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
10358 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10360         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
10362 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
10364         * FileDialog.cs: Added ToolTip for MWFFileView
10365         * MimeIcon.cs: Rewrote GnomeHandler.
10366           - Get currently used gnome icon theme from
10367             ($HOME)/.gconf/%gconf-tree.xml
10368           - Make use of inherited icon themes
10369           - Support SVG icon themes like Tango via librsvg
10371 2006-01-12  Miguel de Icaza  <miguel@novell.com>
10373         Revert's Jackson's revert which broke 2.0 builds.   Fix both
10374         builds. 
10375         
10376         * Application.cs: Move the use_compatible_text_rendering outside
10377         the NET_2_0 define.  If we ever need to use the
10378         use_compatible_text_rendering on the individual controls they will
10379         access the variable from the common shared code paths.
10381 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10383         * XplatUI.cs:
10384           - Added more granular debug options
10385           - Added method to print both window text and id
10386           - Switched debug output to use new Window() debug method
10387           - Added IsEnabled() driver method
10388           - Added EnableWindow() driver method
10389         * Form.cs:
10390           - Removed end_modal; no longer needed, new loop handles termination
10391             via 'closing' variable
10392           - If form is modal, setting DialogResult will now initiate loop
10393             termination via 'closing' variable
10394           - Added support for is_enabled/WS_DISABLED to CreateParams
10395           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
10396             does all the work
10397           - Removed code that's now in RunLoop from ShowDialog()
10398           - Added various documented sanity checks to ShowDialog()
10399           - Added handling of WM_DESTROY message; we set 'closing' on getting
10400             the message to indicate the message pump to terminate
10401           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
10402             send by the Application.ExitThread method. (We send the message
10403             to destroy the window after all other events have been
10404             processed through the queue, instead of destroying the handle 
10405             directly)
10406           - Moved code from Close() method to WM_CLOSE handler; added logic
10407             to only send close-related events if the form is not displayed
10408             modal
10409         * Splitter.cs (..ctor): Fixed typo in resource name
10410         * Control.cs:
10411           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
10412             brush now
10413           - set_Cursor: Now only setting calling into XplatUI if the handle for
10414             the control is already created; this avoids implict handle creation
10415             or crashes if it's not created
10416           - set_Enabled: Now setting the enabled state via the new driver method
10417             instead of just tracking it
10418           - CreateParams: Added logic to set WS_DISABLED based on enabled state
10419           - CreateControl: Reordered event firing and method calls to more
10420             closely fire events in the order MS does. Now setting the
10421             enabled state in the driver when creating the control.
10422           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
10423             match MS order
10424         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
10425           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
10426         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
10427         * Hwnd.cs:
10428           - Added tracking of window enabled state (get_Enabled/set_Enabled)
10429           - Added EnabledHwnd property to easily allow a driver to find the
10430             handle of the first enabled window in the parent chain (this is
10431             used by drivers to pass up input events of disabled windows)
10432         * XplatUIDriver.cs: Added IsEnabled() method
10433         * Application.cs:
10434           - Removed crude and obsolete exiting tracking variable
10435           - Removed internal ModalRun(); replaced by RunLoop()
10436           - Implemented private CloseForms() method to allow closing all 
10437             windows owned by a particular (or all) threads
10438           - Exit() now properly closes all windows without forcing the message
10439             pump to quit
10440           - Removed obsolete InternalExit() method
10441           - Changed Run() methods to use new RunLoop() message pump
10442           - Implemented new RunLoop() method for both modal and non-modal forms
10443         * CommonDialog.cs:
10444           - get_CreateParams: Added setting of WS_DISABLED
10445           - Simplified ShowDialog(); now all the work is done in RunLoop(),
10446             invoked via Form.ShowDialog()
10447         * NativeWindow.cs: We don't remove the window from the collection when
10448           the handle is destroyed; there might still be messages for it in the
10449           queue (mainly the resulting WM_DESTROY); instead it will be removed
10450           when Control calls InvalidateHandle in the WM_DESTROY handler
10451         * XplatUIX11.cs:
10452           - CreateWindow: Added logic to handle the WS_DISABLED window style
10453           - EnableWindow: Implemented based on Hwnd.Enabled
10454           - GetMessage: Reset PostQuitState so the method can be called again
10455           - Implemented support for disabled windows (passing messages to the
10456             first enabled parent) in handling all input messages
10457           - Added optimizations for handling Expose events
10458           - Implemeted new driver method IsEnabled()
10459           - Now always resetting paint pending tracking vars when we start paint
10460           - Re-implemented UpdateWindow via just sending a WM_PAINT message
10461         * XplatUIOSX.cs: Added IsEnabled method stub
10462         * XplatUIWin32.cs: Implemented new IsEnabled() method
10464 2006-01-11  Jackson Harper  <jackson@ximian.com>
10466         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10467         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
10468         variables a little.
10469         * ColorDialog.cs: Clear out the old form before adding the new
10470         panel.  
10472 2006-01-11  Jackson Harper  <jackson@ximian.com>
10474         * X11Dnd.cs: Make sure to add all the text formats when adding
10475         strings to the data object.
10476         * TreeNodeCollection.cs: When adding to a sorted tree we need to
10477         do some redrawing too.  Also change the UpdateNode to an
10478         UpdateBelow so the newly added node gets painted.
10479         
10480 2006-01-11  Miguel de Icaza  <miguel@novell.com>
10482         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
10483         LinkLabel.cs, PropertyGrid.cs: Implement the
10484         UseCompatibleTextRendering property for 2.x
10486         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
10488 2006-01-11  Jackson Harper  <jackson@ximian.com>
10490         * TreeView.cs: Use the property for setting the selected node so
10491         the correct events get raised.
10492         * TreeNode.cs: Update the tree when the fore/back colours of a
10493         node are set.
10495 2006-01-10  Jackson Harper  <jackson@ximian.com>
10497         * TreeView.cs: Allow setting SelectedNode to null.
10499 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10501         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
10503 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10505         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
10507 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10509         * PrintDialog.cs: Added attributes and set default property values.
10511 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10513         * PrintControllerWithStatusDialog.cs: 
10514         Added PrintControllerWithStatusDialog.
10516 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10518         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
10519         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
10521 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
10523         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
10525 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
10527         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
10528         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
10530 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10532         * MimeIcon.cs: Added internal class SVGUtil.
10534 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
10536         * FileDialog.cs: Don't crash if there are two files with the
10537           same name but different locations.
10539 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
10541         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
10542         dates across multiple month grids. Used to not highlight entire 
10543         month, but does now.
10544         
10545 2006-01-06  Jackson Harper  <jackson@ximian.com>
10547         * MonthCalendar.cs: Removed DoEvents call to prevent a running
10548         message loop. Change timer intervals to numbers that seem more
10549         natural.
10551 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
10553         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
10554           object for location info since screen object is now implemented.
10556 2006-01-05  Jackson Harper  <jackson@ximian.com>
10558         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
10559         * AsyncMethodResult.cs: We no longer use a WeakReference for the
10560         AsyncMethodResult, this is because we ALWAYS want the
10561         ManualResetEvent to get set.
10562         * Control.cs: When disposing use an async invoke to call shutdown
10563         code, so that thigns don't block on the finalizer thread.  Also
10564         check if we even have a message loop before trying to send
10565         messages, if we don't then don't bother sending messages.
10566         - No more weak references for async methods
10567         * XplatUIDriver.cs: No more weak references for async methods.
10569 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10571         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
10572           returns two FontFamily with the same name
10574 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
10576         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
10577           drawing disabled text. Instead using the ColorGrayText color
10579 2006-01-04  Jackson Harper  <jackson@ximian.com>
10581         * TreeNode.cs: redraw the node when its image index is changed.
10583 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
10585         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
10586           time I checked there are no others like it.
10588 2006-01-04  Jackson Harper  <jackson@ximian.com>
10590         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
10591         this gives the behavoir I was looking for.
10592         * Control.cs: Special case Invoking EventHandlers, this matches MS
10593         and fixes part of bug #76326.
10595 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10597         * ThemeClearlooks.cs, FileDialog.cs:
10598           - Reflect the latest Theme class changes
10599           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
10600             with DateTime
10601             
10602 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
10604         * Theme.cs: Cache UI resource images and resize them if needed
10606 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
10608         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
10609           is called. This fixes the crash in Nexxia when setting the font
10610           attributes in the chat. [However, RTF needs a look-over to make sure
10611           that all SelectionXXX methods handle the special case that selection
10612           is empty and therefore the change must be applied to all text starting
10613           at the cursor/selection start]
10615 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
10617         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
10618           XplatUIOSX.cs: Added SendMessage and PostMessage methods
10619         * X11Keyboard.cs: Switched to new way of calling PostMessage
10621 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
10623         * Theme.cs: Added theme interface for images to allow the theme to
10624           control what images are used for things like FileDialog, MessageBox
10625           icons, etc.
10626         * MessageBox.cs: Now uses the new Theme icon/image interfaces
10628 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
10630         * FileDialog.cs:
10631           - Removed some dead code
10632           - Opening a recently used file does work now
10633           - Small UI enhancements
10634           - Refactoring
10636 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
10638         * FileDialog.cs: Forgot too add __MonoCS__
10640 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
10642         * FileDialog.cs: We are able to read recently used files now let's
10643           go on and write them.
10645 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
10647         * FileDialog.cs: Breathe some life into "last open"/"recently used"
10648           button
10649         * MimeIcon.cs: Do a check for the top level media type also
10651 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
10653         * ThemeClearlooks.cs:
10654           - Added CPDrawStringDisabled
10655           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
10656             some chars if the text doesn't fit into text_rect
10657           - DrawListViewItem: If View = View.LargeIcon center the image;
10658             rewrote the drawing of ListViewItem.Text if View = 
10659             View.LargeIcon
10661 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
10663         * MimeIcon.cs: Use default KDE icon theme if there is no
10664           "48x48" directory for the current icon theme, fixes #77114
10665         * Mime.cs: Disable not working and actually not used code. 
10666         * ThemeWin32Classic.cs:
10667           - Replace "new SolidBrush" in GetControlBackBrush and
10668             GetControlForeBrush with ResPool.GetSolidBrush
10669           - Changed DrawListViewItem from private to protected virtual
10670         * FileDialog.cs:
10671           - Added form.MaximizeBox = true
10672           - Don't throw an exception if there is a broken symbolic link
10674 2005-12-23  Jackson Harper  <jackson@ximian.com>
10676         * TabControl.cs: Give the panels focus, keyboard navigation is
10677         fixed so this works correctly now.
10678         - We need these key events also.
10679         * ToolBar.cs: Remove some of the poor mans double buffering.
10680         
10681 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
10683         * ComboBox.cs: The internal TextBox now returns the focus.
10685 2005-12-23  Jackson Harper  <jackson@ximian.com>
10687         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
10689 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
10691         * Control.cs: Removed debug code
10692         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
10693           implicit children
10695 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
10697         * Control.cs: When creating the control, update the Z-order after
10698           all it's children are created, too. (Fixes nexxia not showing
10699           picturebox bug)
10701 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
10703         * Control.cs: Do not update the anchoring distances if layout is
10704           suspended, instead do it once layout is resumed
10706 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
10708         * Control.cs: 
10709           - After many hours of debugging, for both Jackson and
10710             myself, it turns out that it helps to set the parent of a control
10711             if you want to actually see it onscreen. In the spirit of that
10712             discovery, we're now setting the parent of the control and
10713             it's children when the control's handle is created. This fix
10714             will make Lutz Roeder's Reflector run happily. 
10715           - now just creating the handle instead of the whole control when
10716             getting a graphics context for the control.
10718 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
10720         * ScrollableControl.cs: When calculating the canvas, don't consider
10721           the scrollbar widths. Instead, predict if horizontal scrollbar
10722           will affect canvas when deciding on vertical display and vice versa.
10724 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
10726         * RichTextBox.cs: Set default RTF font for documents that don't
10727           have a font table (Fixes #77076)
10729 2005-12-22  Jackson Harper  <jackson@ximian.com>
10731         * TextBoxBase.cs: It's difficult to do, but you can have an empty
10732         clipboard. This prevents a NullRef in that case.
10733         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
10734         clipboard. PRIMARY is for the currently selected text only. (We
10735         should implement PRIMARY at some point.
10737 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
10739         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
10740           a Unicode function with a structure that was defined in Ansi way.
10741           This fixes #76942.
10743 2005-12-21  Jackson Harper  <jackson@ximian.com>
10745         * StatusBar.cs: Statusbar handles its fore/back colours on it's
10746         on. Because thats how it rolls. (and this avoids it using ambient
10747         colours).
10748         * ThemeWin32Classic.cs: Use the proper back color for filling.
10749         * Menu.cs: Use the system menu bar color for drawing menu
10750         bars. Using the window back color will bring ambient colours into
10751         the picture.
10753 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
10755         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
10756           Bitmaps were created and not disposed.
10758 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
10760         * Control.cs (CreateControl): Don't do anything if the control is
10761           already created, otherwise we'd fire the OnCreated event more than
10762           once
10764 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
10766         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
10767           will always match. Instead return -1. Fixes #76464.
10769 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
10771         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
10772           neither the beginning nor the end of the line (Fixes bug #76479)
10774 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
10776         * Control.cs:
10777           - ControlNativeWindow.ControlFromHandle(): Now handling situation
10778             where handle is invalid
10779           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
10780             instead of slower linear search
10781         * NativeWindow.cs: Don't remove the window from the hashtable until
10782           after the driver has destroyed it (since the driver might use
10783           Control.FromHandle to lookup the control object
10784         * Hwnd.cs: Added DestroyPending property to track if a window is 
10785           already destroyed as far as the driver is concerned and only hasn't
10786           yet notified the control
10787         * XplatUIX11.cs:
10788           - Activate(): Check if the window is still valid before using the 
10789             handle
10790           - Implemented DestroyChildWindow() method to mark child windows as
10791             destroyed when a window is destroyed. This prevents situations 
10792             where we might call an X method based on queued events for a
10793             window that already has been destroyed but we haven't yet pulled
10794             the destroy method from the queue.
10795           - Added a call to the new DestroyChildWindow() method to the drivers
10796             DestroyWindow code. Also now marking the destroyed window itself
10797             as pending
10799 2005-12-20  Jackson Harper  <jackson@ximian.com>
10801         * StatusBar.cs:
10802         * StatusBarPanel.cs: Don't calculate panel sizes on draw
10803         anymore. Just do them when needed, also track the rects of panels
10804         so that we can optimize refreshing more in the future.
10806 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
10808         * ColorDialog.cs: Fixed focus drawing in small color controls
10810 2005-12-19  Jackson Harper  <jackson@ximian.com>
10812         * InternalWindowManager.cs:
10813         * MdiWindowManager.cs: Cleanup some coordinate system changes so
10814         moving windows works properly.
10816 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
10818         * Control.cs: 
10819           - Removed call to InitLayout() from SetBoundsCore(); doc says
10820             it's only called when a control is added to a container
10821           - Split InitLayout logic, moved to separate UpdateDistances() method
10822             since we need to perform those calculations more often than just
10823             when adding the control to a container. (Needed to fix #77022)
10824           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
10825           - Reduced the OnBindingContextChanged events count, don't send them
10826             unless the control is created, we still aren't totally matching
10827             MS, but I can't quite figure out some of their rules
10829 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
10831         * ThemeClearlooks.cs: Corrected distance between ProgressBar
10832           stripes
10834 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
10836         * ThemeClearlooks.cs:
10837           - Updated ProgressBar drawing
10838           - Corrected drawing of ScrollBars and scroll buttons
10839           - Some temporary fixes for minor pixel artefacts
10841 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
10843         * Control.cs:
10844           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
10845             cause events to be sent in the same order as MS does.
10846           - Added ChangeParent() method to trigger various OnXXXChanged events
10847             that need to be fired when a parent changes (This is a reworking
10848             of the patch from r54254, with the X11 errors fixed)
10849           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
10850             since on MS we get OnLayoutChanged events when calling Clear()
10851           - Changed Enabled property to consider parent state as well, if a
10852             parent is not enabled, the control will not be either
10853           - Changed Parent property to simply call Controls.Add() since that
10854             now does all the work required, this way we avoid code duplication
10855           - Threw in a few OnBindingsContextChanged calls to try and match
10856             when MS sends them. We seem to send a few too many, though.
10857           - Added call to CreateControl when adding the control to a parent.
10858             We were never calling CreateControl. Still needs some work, in
10859             some places we treat HandleCreated and ControlCreated as equal, 
10860             which is wrong
10861           - Removed obsolete commented out code from UpdateZOrder()
10863 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
10865         * ThemeClearlooks.cs: Updated TrackBar drawing.
10867 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
10869         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
10871 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
10873         * FileDialog.cs: Add the Help button and the open readonly
10874           checkbox only if needed
10876 2005-12-16  Jackson Harper  <jackson@ximian.com>
10878         * Control.cs: Make sure we have an active menu before trying to
10879         process commands on it. Prevents menu-less forms from crashing
10880         when Alt is pressed.
10881         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
10882         Dieter Bremes.
10883         * RichTextBox.cs: Expand statement to help out gmcs and fix the
10884         2.0 build.
10886 2005-12-16  Jackson Harper  <jackson@ximian.com>
10888         * InternalWindowManager.cs: Don't translate tool windows screen
10889         coordinates. This fixes windows 'bouncing' around when being moved.
10891 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
10893         * TextBoxBase.cs:
10894           - MaxLength now treats 2^31-1 equal to unlimited length (this is
10895             not quite MS compatible, MS uses that number only for single line
10896             and 2^32-1 for multi-line, but I figure it won't hurt keeping
10897             the limit at 2GB)
10898           - Now enforcing the MaxLength limit when entering characters
10899           - Added argument to internal Paste() method to track if it's called
10900             from programatically or via keyboard, since keyboard driven pastes
10901             need to enforce max-length
10902           - Added logic to Paste to only paste as many chars as MaxLength 
10903             allows
10904         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
10905         * TextControl.cs:
10906           - Added Length property to return number of characters in document
10907           - Added private CharCount property which only tracks actual chars
10908             in the document (no linefeeds) and fires event when CharCount
10909             changes
10910           - Added tracking of character count to all methods that alter it
10911           - Added LengthChanged event to allow applications to subscribe
10912             to any changes to the document
10914 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
10916         * TextBox.cs: 
10917           - Removed local password_char field (moved to TextBoxBase)
10918           - Now setting the document's password var when password is
10919             set
10920         * TextBoxBase.cs:
10921           - Added password_char field (needed here so MultiLine can
10922             access it)
10923           - Added logic to MultiLine property setter to set the document's
10924             variable when password display is allowed
10925           - Removed debug code and made some debug code conditional
10926         * TextControl.cs:
10927           - Added RecalculatePasswordLine() method to handle special password
10928             char only lines
10929           - Added PasswordChar property, also added related tracking vars
10930           - Draw() method now uses local text var for grabbing text to draw,
10931             this var is set to line.text unless we're doing password display,
10932             then it is set to the pre-generated all-password-chars line
10933           - Added calling RecalculatePasswordLine() method for password lines
10935 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
10937         * Hwnd.cs: 
10938           - Added Reparented property to allow tracking of Window Manager
10939             reparenting actions (which affect X/Y calculations of toplevel 
10940             windows)
10941           - Made ToString() print window handles in hex
10942         * XplatUIX11.cs:
10943           - AddConfigureNotify(): Now uses reparented state off Hwnd to
10944             determine if X/Y needs offsetting
10945           - AddConfigureNotify(): Fixed offset calculations
10946           - Now adds ReparentNotify messages into the queue
10947           - Now processes ReparentNotify messages and causes a 
10948             WM_WINDOWPOSCHANGED message to be sent upstream if a window
10949             is reparented (as most likely it's X/Y coordinates are changed
10950             due to that)
10952 2005-12-14  Jackson Harper  <jackson@ximian.com>
10954         * XplatUIX11.cs: Tool windows still need to respek focus.
10956 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
10958         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
10959           have a working release
10961 2005-12-13  Jackson Harper  <jackson@ximian.com>
10963         * Form.cs: Update styles after setting the border style regardless
10964         of whether or not the window is using a window manager.
10966 2005-12-13  Jackson Harper  <jackson@ximian.com>
10968         * Form.cs: We now hook into an internal window manager instead of just an
10969         MDI subsystem, this is so we can have properly behaving tool windows.
10970         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
10971         * InternalWindowManager.cs: New internal class that acts as a
10972         window manager for tool windows and as a base for mdi windows.
10973         * MdiWindowManager.cs: New class that acts as a window manager for
10974         mdi windows.
10976 2005-12-12  Jackson Harper  <jackson@ximian.com>
10978         * Control.cs: Updates so we match behavoir for for implicit
10979         controls. Fixes explosions in MDI.
10981 2005-12-12  Jackson Harper  <jackson@ximian.com>
10983         * Control.cs: Implement Invalidate (Region).
10985 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
10987         * Control.cs: 
10988           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
10989             the same events as MS does. MS fires events for each property 
10990             except, for unknown reasons, Cursor, when the control is reparented. 
10991             I can't seem to totally match add/remove since MS also fires some 
10992             VisibleChanged events, which makes no sense. Consolidated the
10993             parenting code into a separate method so it can be called from
10994             both Add and Remove. set_Parent no longer needs any special logic
10995             as it calls the parent's add method which implicitly fires
10996             all events
10997           - Removed some obsolete code and debug output
10998           - Enabled state is inherited from parents, if this is enabled
11000 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
11002         * Form.cs: Removed commented out code
11004 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
11006         * Control.cs:
11007           - Added internal version of Invoke, with additional argument 
11008             indicating if we're calling it from a Dispose() handler. That
11009             way we can avoid BeginInvoke throwing an exception if we're
11010             calling for an already destroyed window.
11011           - Added a dispose argument to BeginInvokeInternal, and made the
11012             check if a valid window handle chain exists conditional on
11013             it not being a dispose call
11014           - Removed code in DestroyHandle to destroy our children. Since we
11015             now handle the WM_DESTROY message we will catch all our children
11016             being destroyed.
11017           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
11018         * Form.cs:
11019           - Added a field to track the application context of the form.
11020           - No need to set closing variable as response to WM_CLOSE, instead
11021             we destroy the window. We also call PostQuitMessage if the form
11022             has an application context (which makes it the main app form,
11023             which, when closed terminates the app)
11024         * XplatUI.cs:
11025           - Dropped Exit() method, it's naming was confusing
11026           - Added PostQuitMessage() which causes GetMessage to return false
11027             once the message queue is empty
11028         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
11029           PostQuitMessage()
11030         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
11031           no longer a valid XplatUI method, but left it in since it's used
11032           internally. Added empty PostQuitMessage() method.
11033         * MenuAPI.cs: Replaced call to Exit() with call to
11034           PostQuitMessage, even though this is probably no longer needed.
11035         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
11036         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
11037         * Application.cs:
11038           - Replaced call to XplatUI.Exit() with PostQuitMessage()
11039           - Removed old debug code that would call XplatUI for exception
11040             display, enabled standard exception handling (Still not enabled
11041             though, until NativeWindow's ExternalExceptionHandler define
11042             is removed
11043         * NativeWindow.cs:
11044           - Added internal method to allow control to update NativeWindow
11045             after a window has been destroyed
11046           - Added handling of already destroyed windows when calling i
11047             DestroyWindow
11048           - Added removal of handle from list on ReleaseHandle
11049         * XplatUIX11.cs:
11050           - Dropped GetMessageResult var and related code
11051           - Added PostQuitState to field to track if PostQuitMessage has been
11052             called
11053           - Dropped Exit() method
11054           - Added PostQuitMessage() method
11055           - GetMessage now will return false if PostQuitState is set and no
11056             more messages are in the queue.
11057           - Expose handler will no longer generate WM_PAINT messages if we are
11058             in PostQuitState since it's very likely any windows have already
11059             been destroyed, and since Hwnd won't get updated until we have
11060             processed the DestroyNotify we'd be causing X errors.
11061         
11062 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11064         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
11065           Thanks to Mike for pointing out the err of my ways.
11067 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11069         * Control.cs(PreProcessMessage): Moved menu handling back, but
11070           after all other key handling, to match MS (who handles Menu in
11071           DefWndProc)
11072         * Menu.cs (WndProc): Removed my brainfart
11074 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11076         * Control.cs(PreProcessMessage): Removed special menu handling 
11077         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
11079 2005-12-07  Mike Kestner  <mkestner@novell.com>
11081         * Control.cs : special case SYSKEYUP so that we can adjust keynav
11082         state according in tracker.
11083         * Menu.cs : promote tracker field to base class and provide a tracker
11084         lookup capability.  Add/Remove shortcuts dynamically if the top menu
11085         has a tracker. Unparent items that are removed from the collection.
11086         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
11087         * Theme*.cs: add always_show_hotkeys field to support configurability
11088         of mnemonic display.  win32 doesn't show mnemonics until Alt is
11089         pressed.
11091 2005-12-07  Jackson Harper  <jackson@ximian.com>
11093         * MdiChildContext.cs: Use Control.ResetCursor.
11094         * Control.cs: ResetCursor needs to set the property so that the
11095         correct XplatUI call gets made.
11097 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11099         * Control.cs: More fixes to make our key events match MS. We
11100           were not setting the modifier state on KeyData, and we were
11101           not generating any events when Alt was pressed with a key
11102           since handling of WM_SYSxxx was missing for the OnKey methods.
11104 2005-12-07  Jackson Harper  <jackson@ximian.com>
11106         * MdiChildContext.cs: reenable the sizing code.
11107         - When the mouse leaves a window reset its cursor.
11109 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11111         * ThemeClearlooks.cs: Reflect latest Hwnd changes
11113 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11115         * Hwnd.cs: Now using the theme 3d bordersize to calculate
11116           widths of Fixed3D borders
11118 2005-12-07  Jackson Harper  <jackson@ximian.com>
11120         * MdiClient.cs: Fix warnings. Earn Mike's love.
11122 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11124         * ThemeClearlooks.cs:
11125           - Adjusted mouse over button color
11126           - Added first parts of CheckBox drawing
11127           - Added correct color for selected text background
11128           - Fixed ComboBox drawing
11129           - Added CPDrawBorder3D and CPDrawBorder
11131 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11133         * XplatUIX11.cs: Added call to XBell for AudibleAlert
11135 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
11137         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11138           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
11139           alert users via sound. We could add an enum arg with different
11140           types of alerts in the future
11142 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11144         * Control.cs: Fix behaviour problems pointed out by Mike
11146 2005-12-05  Mike Kestner  <mkestner@novell.com>
11148         * StatusBarPanel.cs: add Invalidate method and hook it into all the
11149         prop setters.  Calls parent.Refresh for now, but could be maybe be
11150         optimized with an internal method on StatusBar at some point.
11151         [Fixes #76513]
11153 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
11155         * RichTextBox.cs: Implemented get_SelectionColor
11157 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
11159         * ThemeClearlooks.cs:
11160           - Removed dead code
11161           - Draw black button border only if button is Form.AcceptButton
11162           - Draw correct button color for pressed RadioButton if the mouse 
11163             has entered the button
11164           - Updated ProgressBar drawing!
11165           - Updated CPDrawSizeGrip drawing
11166           - Updated StatusBarPanel drawing
11168 2005-12-05  Mike Kestner  <mkestner@novell.com>
11170         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
11171         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
11173 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
11175         * ThemeClearlooks.cs: Initial check-in, activate with
11176           export MONO_THEME=clearlooks
11177         * ThemeEngine.cs: Added ThemeClearlooks
11179 2005-12-03  Mike Kestner  <mkestner@novell.com>
11181         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
11182         [Fixes #76897]
11184 2005-12-02  Jackson Harper  <jackson@ximian.com>
11186         * Form.cs: If the child form has no menu the default main menu is
11187         used as the active menu.
11189 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
11191         * ListBox.cs: Check if any items exist before trying to resolve 
11192           coordinates into items
11194 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11196         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
11197           as the second color for the background hatch
11199 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11201         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
11202         * RichTextBox.cs: FormatText position arguments are 1-based, now making
11203           sure that what we pass to FormatText is always 1-based. Fixes #76885
11205 2005-11-29  Miguel de Icaza  <miguel@novell.com>
11207         * NumericUpDown.cs (EndInit): When we are done initializing,
11208         reflect any updates on the UI.
11210 2005-12-02  Jackson Harper  <jackson@ximian.com>
11212         * ImplicitHScrollBar.cs:
11213         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
11214         their container controls.
11215         * TreeView.cs: Use the new implicit scrollbars.
11217 2005-12-02  Jackson Harper  <jackson@ximian.com>
11219         * TreeView.cs: Make top_node internal so the TreeNodeCollections
11220         can play with it.
11221         * TreeNodeCollection.cs: If we remove the topnode we need to
11222         update topnode to the next node in line.
11223         - When clearing nodes go through the same process as removing
11224         them, so they get depareneted and checked if they are top node.
11226 2005-12-01  Jackson Harper  <jackson@ximian.com>
11228         * TreeView.cs: When imagelists are used the image area is
11229         selectable as well as the text.
11230         - If there are no selected nodes select the first one.
11231         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
11232         so don't do it more then we need to.
11234 2005-12-01  Jackson Harper  <jackson@ximian.com>
11236         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
11237         that arrows can be scaled.
11239 2005-12-01  Jackson Harper  <jackson@ximian.com>
11241         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
11242         fail. Patch by Dieter Bremes
11244 2005-11-30  Jackson Harper  <jackson@ximian.com>
11246         * Form.cs: Property is 2.0 only
11247         * PrintDialog.cs: Signature fix.
11249 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11251         * TextControl.cs: 
11252           - No longer artificially moves text 2 pixels down (now that we have
11253             borders this is no longer needed)
11254           - Added calcs for left, hanging and right indent
11256 2005-11-23  Mike Kestner  <mkestner@novell.com>
11258         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
11260 2005-11-30  Jackson Harper  <jackson@ximian.com>
11262         * MdiChildContext.cs: Set the cloned menus forms, as these don't
11263         get cloned as part of CloneMenu ().
11264         * Menu.cs: Make sure the parent of the items get set correctly
11265         when they are added.  And the owners are notified of the changes.
11266         * Form.cs: Create an ActiveMenu property, so that when MDI is used
11267         we can change the menu being displayed/handled by the form without
11268         changing the menu assosciated with the form.
11269         - Don't let Mdi children draw/handle menus.
11270         
11271 2005-11-30  Jackson Harper  <jackson@ximian.com>
11273         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
11274         a MenuChanged event. Just to make the API a little more
11275         consistent.
11276         * MainMenu.cs:
11277         * MenuItem.cs: Use the new OnMenuChanged
11278         * MdiChildContext.cs: Handle menu merging.
11279         * Form.cs: Implement MergedMenu.
11280         
11281 2005-11-30  Jackson Harper  <jackson@ximian.com>
11283         * Menu.cs: We were misusing Add. Add goes behind the specified
11284         index according to the docs, and does not replace the specified
11285         index. So I added an Insert method.
11287 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11289         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
11290           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
11291           is for Jackson
11292         * RichTextBox.cs: Added calls to base for DnD events
11294 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
11296         * TextControl.cs:
11297           - Fixed drag-selection related crash; style fixes
11298           - Implemented undo class
11299             o Implemented method to capture document state for specified
11300               range in document tree
11301             o Implemented method to restore captured document state
11302             o Implemented cursor tracking
11303             o Implemented basic undo stack
11304           - Added undo cursor tracking to methods altering cursor location
11305           - Added undo tracking to selection deletion (still missing
11306             other text-altering hookups)
11307         * RichTextBox.cs:
11308           - Added SelectionLength property
11309           - Implemented CanPaste()
11310           - Implemented Paste()
11311           - Added missing protected methods
11312           - Fixed RTF->Document conversion; now uses font index 0 and color 
11313             index 0 as the default font for the parsed text
11314           - Fixed RTF<->Document font size translation
11315           - Fixed RTF generation, now properly handles cross-tag boundaries
11316             for single line selection
11317           - No longer always appends blank line to generated RTF
11318           - Removed TODOs
11319           - Added missing attributes
11320           - Hooked up undo-related methods
11321         * TextBoxBase.cs:
11322           - Implemented Copy()
11323           - Implemented Paste()
11324           - Implemented Cut()
11325           - Fixed caret mis-behaviour on backspace across line-boundaries
11327 2005-11-29  Jackson Harper  <jackson@ximian.com>
11329         * MdiClient.cs: Add a method for activating mdi children. Very
11330         basic right now. I imagine someday it might need more girth.
11331         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
11332         children windows names are added to the menu item.
11333         * ThemeWin32Classic.cs: Draw the arrow if the item is an
11334         mdilist. This happens regardless of whether or not there are any
11335         mdi windows to see in the list, and according to my tests happens
11336         before the items are even added. Also happens if there isn't even
11337         an mdi client to get windows from.
11339 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
11341         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
11342         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
11344 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
11346         * DataGridTableStyle.cs:
11347           - Create always the styles for the missing columns even if they are
11348             provided by the user (not default table style)
11349         * DataGrid.cs:
11350           - Fixes bug 76770
11351           - Fixes SetDataBinding (always re-attach source)
11352           - Fixes SetNewDataSource (only clear styles if they are not for 
11353             this source)
11354          -  Expands OnTableStylesCollectionChanged to handle style refresh 
11355             and remove properly
11357 2005-11-29  Jackson Harper  <jackson@ximian.com>
11359         * FileDialog.cs: Implement missing bits, remove some dead
11360         code.
11361         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
11362         creation of the panel so that the options set on the dialog are
11363         seen when the panel is created.
11364         * TreeView.cs: raise a click when items are clicked.
11365         
11366 2005-11-29  Jackson Harper  <jackson@ximian.com>
11368         * MdiClient.cs: Pass some signature methods through to base.
11370 2005-11-28  Jackson Harper  <jackson@ximian.com>
11372         * ListView.cs: Raise the click event when items are clicked.
11374 2005-11-28  Jackson Harper  <jackson@ximian.com>
11376         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
11377         a nullref.
11379 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
11381         * ThemeNice.cs: - Removed 1 pixel bitmaps
11382           - Use SmoothingMode.AntiAlias where it makes sense
11383             (ScrollButton arrow for example)
11384           - Enhanced Button focus drawing
11385           - Fixed ComboBox drawing (no artefacts anymore, focus
11386             rectangle is back again, reduced size of ComboButton, etc.)
11387           - Fixed RadioButton focus drawing for Appearence.Button
11388           - Slight ScrollButton redesign
11389           - Some LinearGradientBrush size fixes
11390           - GroupBoxes have now rounded edges
11391           - Fixed StatusBar drawing
11393 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
11395         * ThemeNice.cs: - Remove dead code
11396           - use correct background colors for menus, etc.
11397           - Fake pixel drawing with 1 pixel bitmaps
11399 2005-11-24  Jackson Harper  <jackson@ximian.com>
11401         * MdiClient.cs: Size the scrollbars when resizing the window.
11402         - Resize the maximized windows when the client is resized
11403         * Form.cs: Make the child context available
11404         
11405 2005-11-23  Jackson Harper  <jackson@ximian.com>
11407         * MdiChildContext.cs: Don't size windows if they are maximized.
11409 2005-11-23  Mike Kestner  <mkestner@novell.com>
11411         * ContextMenu.cs: use MenuTracker.
11412         * Control.cs: remove menu handle usage.
11413         * Form.cs: remove menu handle usage.
11414         * Hwnd.cs: remove menu handle usage.
11415         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
11416         motion and clicks to the new Tracker handlers.
11417         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
11418         and handle usage.
11419         * MenuAPI.cs: refactored to combine popup and menubar event handling.
11420         Killed the MENU and MENUITEM data types and associated collections
11421         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
11422         MenuTracker class that exposes the leftovers from the old MenuAPI
11423         static methods. Restructured Capture handling so that only one grab is
11424         done for the entire menu hierarchy instead of handing off grabs to
11425         submenus. Tracker now has an invisible control to Capture when active.
11426         * MenuItem.cs: add sizing accessors, kill Create
11427         and handle usage.
11428         * Theme.cs: remove menu handle and MENU(ITEM) usage.
11429         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
11430         MENU(ITEM). remove menu handle usage, use Menu directly.
11431         * XplatUIDriver.cs: remove menu handle usage.
11432         * XplatUIOSX.cs: remove menu handle usage.
11433         * XplatUIWin32.cs: remove menu handle usage.
11434         * XplatUIX11.cs: remove menu handle usage.
11436 2005-11-22  Jackson Harper  <jackson@ximian.com>
11438         * Hwnd.cs: Don't compute the menu size for
11439         DefaultClientRectangle.
11440         - Reenable menu sizes being computed for GetClienRectangle.
11441         * Form.cs: Remove comment of trechery
11442         
11443 2005-11-22  Jackson Harper  <jackson@ximian.com>
11445         * Hwnd.cs: The adjustments for the menu bar are made when it is
11446         attached to the form.
11448 2005-11-19  Jackson Harper  <jackson@ximian.com>
11450         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
11451         (just like on windows).
11453 2005-11-19  Jackson Harper  <jackson@ximian.com>
11455         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
11456         use real buttons anymore because they are in non client area. The
11457         one TODO here is that I need to somehow invalidate a section of
11458         the non client area.
11460 2005-11-18  Jackson Harper  <jackson@ximian.com>
11462         * Control.cs: Put the enum check back in now that MDI doesnt have
11463         to use this to set border styles.
11464         * Form.cs: Only set mdi child windows borders if the handle has
11465         been created.
11466         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
11467         this directly on to the driver.
11468         - Get the move start position before adjusting for the titlebar
11469         height, this fixes the windows "skipping" when they are first
11470         moved.
11472 2005-11-18  Jackson Harper  <jackson@ximian.com>
11474         * XplatUIX11.cs: Just compute the mdi borders separately as they
11475         don't totally match up with normal form borders.
11477 2005-11-18  Jackson Harper  <jackson@ximian.com>
11479         * Control.cs: Set WS_ styles for borders, so that the driver does
11480         not have to retrieve the control instance to figure out what kind
11481         of borders it should have.
11482         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
11483         driver can know its an mdi child easily.
11484         * XplatUIX11.cs: Get the border styles and whether the window is
11485         MDI from the Styles and ExStyles params instead of having to get a
11486         control. This prevents a chicken and egg problem.       
11488 2005-11-18  Jackson Harper  <jackson@ximian.com>
11490         * MdiClient.cs: Fix typo so scrollbars show up correctly.
11492 2005-11-18  Jackson Harper  <jackson@ximian.com>
11494         * MdiClient.cs: Calculate when to add and remove scrollbars
11495         correctly.
11496         * MdiChildContext.cs: Adjust the y position to take the titlebar
11497         into account.
11498         - No height for FormBorderStyle.None
11500 2005-11-18  Jackson Harper  <jackson@ximian.com>
11502         * Control.cs: Allow non enum values to be used for
11503         InternalBorderStyle.  MDI does this to set a special border style.
11504         - New utility methods for converting points to/from client coords
11505         - Add the newly created control to the Controls collection before
11506         updating its style. This way UpdateStyle can walk the control
11507         heirarchy to find the control if needed.
11508         so I don't need to create a new Point object all the time.
11509         * Form.cs: Let MDI windows handle their border styles.
11510         - Set styles on MDI windows so the correct title style is derived.
11511         * MdiChildContext.cs: Move all the painting and window handling
11512         into the non client area.
11513         - Use correct sizing and put correct buttons on frames based on
11514         the FormBorderStyle.
11515         - Notify the mdi client about scrolling
11516         - Need to handle the buttons ourselves now, because they are all
11517         in non client areas and we can't add controls there.
11518         * MdiClient.cs: Halfway to scrolling, this implementation is
11519         somewhat broken though, we need to check to make sure other
11520         windows aren't causing scrolling before removing the bars. Also
11521         the bars need to be drawn on top, maybe I can switch implicit
11522         controls to be on top.
11523         * Hwnd.cs: caption_height and tool_caption_height are now
11524         properties of an hwnd, this way they can be set by the driver
11525         based on the type of window they are.  In X11 the window manager
11526         handles the decorations so caption_height is zero unless its an
11527         MDI window.
11528         - Add 3 pixel borders for MDI windows (0xFFFF).
11529         - Get rid of some code duplication, have DefaultClientRectanle
11530         just call GetClientRectangle.
11531         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
11532         Hwnd now.
11533         - Set border styles differently for mdi windows.
11534         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
11535         Hwnd now.
11536         
11537 2005-11-15  Mike Kestner  <mkestner@novell.com>
11539         * Menu.cs: when adding an item to the collection, if item is already 
11540         parented, remove it from the parent.
11542 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
11544         * X11DesktopColors.cs: Added KDE support
11546 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
11548         * XplatUIWin32.cs: 
11549           - Clipboard methods now can translate Rtf format
11550           - No longer removes clipboard contents whenever a new format is added
11551             to allow placing multiple formats on the clipboard
11552         * Clipboard.cs: Clipboard now supports getting a IDataObject and
11553           will place all formats contained in it onto the clipboard. Also
11554           now cleans the clipboard before placing a new object onto it
11555         * RichTextBox.cs:
11556           - Implemented set_Rtf
11557           - Implemented set_SelectedRtf
11558           - Created InsertRTFFromStream() method to allow single code base
11559             for all properties and methods that insert RTF into document
11560           - Removed debug output
11561         * TextControl.cs:
11562           - Fixed Delete(int) to fix up line numbers
11563           - Fixed ReplaceSelection to combine start and end line
11564           - Fixed serious DeleteChars bug that would leave the document tree
11565             broken
11566           - Improved DumpTree with several logic checks to detect broken
11567             document trees
11568           - Removed debug lines
11569           - Fixed Caret.WordForward/WordBack moving code, now always also 
11570             updates caret.tag (fixes crash when word-selecting across tag
11571             boundaries via keyboard)
11572           - Added Insert() method for inserting multiline text into documents
11573           - Fixed DeleteChars() calculation errors that would cause a broken
11574             tag chain with multiple tag lines
11575           - DeleteChars() no longer crashes on multi-tag lines if not all tags
11576           - Split() no longer moves caret if split is at caret location
11577           - ReplaceSelection() now updates the cursor and re-displays it
11578           - ReplaceSelection() now uses new Insert() method to avoid code
11579             duplication
11580           - FormatText() can now handle formatting partial lines
11581         * TextBoxBase.cs:
11582           - Append now uses new TextControl.Insert() method (this avoids 
11583             duplicate code)
11584           - Implemented Ctrl-X (Cut) (
11585           - Implemented Ctrl-C (Copy)
11586           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
11587             regeneration when pasting text; roundtripping Copy&Paste within
11588             edit control still fails due to some calculation bugs in GenerateRTF)
11589           - The Delete key will now remove the current selection if it is visible
11590         * TextBox.cs: Removed debug lines
11591         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
11592           driver to be initialized and can't therefore be done via a static ctor)
11594 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
11596         * TextControl.cs: Added backend code for finding char arrays and strings
11597         * TextBoxBase.cs:
11598           - Added mouse wheel scroll support
11599           - Added support for VScroll and HScroll events
11600         * RichTextBox.cs:
11601           - Implemented all seven Find() variants
11602           - Implemented GetCharFromPosition()
11603           - Implemented GetCharIndexFromPosition()
11604           - Implemented GetLineFromIndex()
11605           - Implemented GetPositionFromCharIndex();
11606           - Implemented SaveFile for PlainText and UnicodeText
11607           - Fixed set_Font, now setting a new font applies that font to
11608             the whole document
11609           - Implemented generic Document to RTF converter
11610           - Implemented SaveFile for RichText format (still missing unicode
11611             conversion for non-ansi chars)
11612           - Implemented get_Rtf
11613           - Implemented get_SelectedRtf
11615 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
11617         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
11618           to allow any captures to be released before triggering OnClick. This
11619           way a click handler may capture the mouse without interference.
11620         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
11621           This way we send them even though X may not allow a grab (if the window
11622           isn't visible, for example)
11624 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
11626         * DataGridViewRowEventArgs.cs: DataGridView implementation
11627         * DataGridViewElement.cs: DataGridView implementation
11628         * DataGridViewComboBoxCell.cs: DataGridView implementation
11629         * DataGridViewDataErrorContexts.cs: DataGridView implementation
11630         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
11631         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
11632         * ImageLayout.cs: DataGridView implementation
11633         * DataGridViewComboBoxColumn.cs: DataGridView implementation
11634         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
11635         * DataGridViewSelectionMode.cs: DataGridView implementation
11636         * IDataGridViewEditingControl.cs: DataGridView implementation
11637         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
11638         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
11639         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
11640         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
11641         * DataGridViewColumnSortMode.cs: DataGridView implementation
11642         * DataGridView.cs: DataGridView implementation
11643         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
11644         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
11645         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
11646         * Padding.cs: DataGridView implementation
11647         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
11648         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
11649         * DataGridViewRowEventHandler.cs: DataGridView implementation
11650         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
11651         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
11652         * DataGridViewButtonCell.cs: DataGridView implementation
11653         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
11654         * DataGridViewEditMode.cs: DataGridView implementation
11655         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
11656         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
11657         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
11658         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
11659         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
11660         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
11661         * DataGridViewCellEventHandler.cs: DataGridView implementation
11662         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
11663         * DataGridViewCellStyleConverter.cs: DataGridView implementation
11664         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
11665         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
11666         * DataGridViewColumnEventArgs.cs: DataGridView implementation
11667         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
11668         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
11669         * QuestionEventArgs.cs: DataGridView implementation
11670         * IDataGridViewEditingCell.cs: DataGridView implementation
11671         * DataGridViewTriState.cs: DataGridView implementation
11672         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
11673         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
11674         * DataGridViewColumnCollection.cs: DataGridView implementation
11675         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
11676         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
11677         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
11678         * DataGridViewColumn.cs: DataGridView implementation
11679         * DataGridViewCellBorderStyle.cs: DataGridView implementation
11680         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
11681         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
11682         * DataGridViewRow.cs: DataGridView implementation
11683         * DataGridViewImageCellLayout.cs: DataGridView implementation
11684         * DataGridViewImageCell.cs: DataGridView implementation
11685         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
11686         * DataGridViewCheckBoxCell.cs: DataGridView implementation
11687         * DataGridViewHeaderCell.cs: DataGridView implementation
11688         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
11689         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
11690         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
11691         * DataGridViewTextBoxColumn.cs: DataGridView implementation
11692         * QuestionEventHandler.cs: DataGridView implementation
11693         * DataGridViewCellStyleScopes.cs: DataGridView implementation
11694         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
11695         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
11696         * DataGridViewCell.cs: DataGridView implementation
11697         * DataGridViewCellEventArgs.cs: DataGridView implementation
11698         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
11699         * DataGridViewCellStyle.cs: DataGridView implementation
11700         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
11701         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
11702         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
11703         * TextFormatFlags.cs: DataGridView implementation
11704         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
11705         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
11706         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
11707         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
11708         * DataGridViewButtonColumn.cs: DataGridView implementation
11709         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
11710         * HandledMouseEventArgs.cs: DataGridView implementation
11711         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
11712         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
11713         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
11714         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
11715         * DataGridViewRowCollection.cs: DataGridView implementation
11716         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
11717         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
11718         * DataGridViewHitTestType.cs: DataGridView implementation
11719         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
11720         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
11721         * DataGridViewColumnEventHandler.cs: DataGridView implementation
11722         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
11723         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
11724         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
11725         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
11726         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
11727         * DataGridViewContentAlignment.cs: DataGridView implementation
11728         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
11729         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
11730         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
11731         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
11732         * DataGridViewPaintParts.cs: DataGridView implementation
11733         * DataGridViewCellCollection.cs: DataGridView implementation
11734         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
11735         * DataGridViewImageColumn.cs: DataGridView implementation
11736         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
11737         * DataGridViewElementStates.cs: DataGridView implementation
11738         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
11739         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
11740         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
11741         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
11742         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
11743         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
11744         * DataGridViewRowHeaderCell.cs: DataGridView implementation
11745         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
11746         * DataGridViewTextBoxCell.cs: DataGridView implementation
11747         * DataGridViewBand.cs: DataGridView implementation
11748         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
11749         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
11750         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
11751         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
11752         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
11753         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
11754         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
11755         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
11756         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
11757         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
11758         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
11760 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
11762         * ThemeWin32Classic.cs: 
11763           - Draw the outside focus rectangle around buttons
11764           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
11765             doesn't use end caps for every dash of a line anymore. This
11766             workaround ignores the forecolor.
11768 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
11770         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
11771           endian safe.
11773 2005-11-07  Jackson Harper  <jackson@ximian.com>
11775         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
11777 2005-11-07  Jackson Harper  <jackson@ximian.com>
11779         * ScrollableControl.cs: Calculate the maximum and change vars
11780         (more) correctly so that scrollbars appear as a sensible size.
11782 2005-11-04  Jackson Harper  <jackson@ximian.com>
11784         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
11785         collection.
11786         * TreeView.cs: When the tree is sorted null out the top_node so
11787         that it is recalculated.
11788         - Use dotted lines instead of dashed lines to match MS better.
11790 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
11792         * ListView.cs: 
11793           - Implements key search for items. Useful when browsing files with FileDialog
11794           - When changing view mode or when clear the items reset scrollbar positions
11796 2005-11-04  Jackson Harper  <jackson@ximian.com>
11798         * CurrencyManager.cs: Implement the MetaDataChanged event, the
11799         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
11800         as to what the method may do as there is no real way of creating a
11801         derived CurrencyManager and calling the method. 
11803 2005-11-03  Jackson Harper  <jackson@ximian.com>
11805         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
11806         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
11807         method which seems to just be used internally to refresh the tabs.
11809 2005-11-03  Jackson Harper  <jackson@ximian.com>
11811         * TabControl.cs: Implement the remove method. Fix some broken
11812         comments.
11814 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
11816         * DateTimePicker.cs:
11817           - Added missing DateTimePickerAccessibleObject class
11818           - Added missing events
11819           - Added OnFontChanged method
11820         * Form.cs: Added missing attributes
11821         * TreeView.cs: Added missing attributes
11823 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
11825         * GridItemCollection.cs: Fix signatures
11827 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
11829         * XplatUI.cs: Updated build rev/date
11830         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
11831           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
11832         * Application.cs: Trigger context-specific ExitThread events
11834 2005-11-03  Jackson Harper  <jackson@ximian.com>
11836         * Menu.cs:
11837         * MainMenu.cs:
11838         * GridTableStylesCollection.cs:
11839         * Timer.cs:
11840         * TabPage.cs:
11841         * HelpProvider.cs:
11842         * StatusBar.cs:
11843         * MonthCalendar.cs: Signature fixes
11845 2005-11-03  Jackson Harper  <jackson@ximian.com>
11847         * TreeNodeCollection.cs: Remove should not be virtual.
11848         * TreeView.cs: Implement the last of the missing methods.
11850 2005-11-03  Jackson Harper  <jackson@ximian.com>
11852         * TreeNodeConverter.cs: Implement to get off my class-status back.
11854 2005-11-03  Jackson Harper  <jackson@ximian.com>
11856         * TreeView.cs: Hookup the bits for drag and drop.
11857         * TreeNode.cs: Don't cache the tree_view or index anymore, now
11858         that nodes can be moved from tree to tree easily this just causes
11859         all sorts of problems.
11860         * TreeNodeCollection: Don't need to give treenodes an index and
11861         treeview anymore when they are added, these are computed on the
11862         fly. Also make sure to remove a node before its added.
11864 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
11866         * TextControl.cs:
11867           - Added CaretSelection enum
11868           - Added comparison methods to Marker struct, makes selection code
11869             more readable
11870           - Added SelectionStart and SelectionEnd as 'moveable' location for
11871             the CaretDirection enum and handler
11872           - Added selection_prev variable to track optimized invalidation for
11873             word and line selection
11874           - Added SelectionVisible property (returns true if there is a valid 
11875             selection)
11876           - Switched CaretHasFocus to only display the caret if there is no
11877             visible selection
11878           - Avoiding StringBuilder.ToString to retrieve a single char, instead
11879             using the direct character index; should be much faster
11880           - Added various conditional debug statements
11881           - Fixed invalidation calculation for selection ranges
11882           - Added ExpandSelection() method to support word and line selection
11883           - Switched SetSelectionToCaret to use new Marker compare overloads
11884           - Added central IsWordSeparator() method to determine word 
11885             separators/whitespace and FindWordSeparator() to streamline common
11886             usage of IsWordSeparator()
11887         * TextBoxBase.cs:
11888           - Removed unneeded grabbed variable, it was just mirroring
11889             Control.Capture
11890           - No longer firing OnTextChanged event when Text setter is called,
11891             since the base will fire the event for us
11892           - Added handling of Ctrl-Up/Down selection
11893           - Added handling of Shift-Cursorkey selection
11894           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
11895             words
11896           - Added handling of Shift and Ctrl-Shift-Home/End selection
11897           - Removed some debug output
11898           - Added handling for single/double/tripple-click to place caret/
11899             select word/select line respectively (Fixes bug #76031)
11900           - Added support for drag expansion of word/line selection
11901         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
11902           current selection
11904 2005-11-02  Jackson Harper  <jackson@ximian.com>
11906         * X11Dnd.cs: If the drag is going to and from a MWF window just
11907         copy the data instead of sending it out through the X Selection
11908         mechanism.
11910 2005-11-02  Jackson Harper  <jackson@ximian.com>
11912         * X11Dnd.cs:
11913         * XplatUIX11.cs: When in a drag we don't want motion notify
11914         messages to get passed on to the other controls. This prevents
11915         mouse move messages from showing up in the drag source.
11917 2005-11-02  Jackson Harper  <jackson@ximian.com>
11919         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
11920         the correct button is release to end a drag.
11921         * XplatUIX11.cs: Make the button state internal so the drag system
11922         can access it.  Dragging needs to know about all button releases,
11923         not just left button.
11925 2005-11-02  Miguel de Icaza  <miguel@novell.com>
11927         * Form.cs (Icon): If the icon is null, reset the icon to the
11928         default value. 
11930         * Cursor.cs: When writing the AND-mask bitmap do not include the
11931         number of colors, but hardcode those to two (black and white),
11932         fixes the loading of color cursors (Paint Dot Net).
11934         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
11935         turn off autoscaling.
11937         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
11939 2005-11-02  Jackson Harper  <jackson@ximian.com>
11941         * X11Dnd.cs: Make sure to send a status message if the pointer
11942         enters a control that can not accept a drop, otherwise the cursor
11943         isn't updated correctly. Also tried to compress the lines of code
11944         a bit.
11946 2005-11-02  Jackson Harper  <jackson@ximian.com>
11948         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
11949         set actions correctly.  This isn't perfect as XDND and win32 have
11950         some differences on how you allow actions. I'll clear this up by
11951         adding a path for drag from MWF to MWF windows.
11952         * XplatUIX11.cs: Hook into the dnd system.
11954 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
11956         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
11957         previously shown but they are no longer need it. Very obvious when 
11958         browsing files with FileDialog.
11960 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
11962         * Control.cs: We always need to call OnPaintBackground. We pretty much
11963           ignore AllPaintingInWmPaint and always do the painting there, whether 
11964           it's set or not, since we always ignore the WM_ERASEBKGND message 
11965           (which we don't generate on X11). This fixes #76616.
11966         * Panel.cs: Removed unneeded background painting. This happens properly
11967           in Control.cs already
11969 2005-10-31  Mike Kestner  <mkestner@novell.com>
11971         * Menu.cs: Add items to collection before setting their index.
11972         * MenuItem.cs : add range checking with ArgumentException like MS.
11973         [Fixes #76510]
11975 2005-10-31  Jackson Harper  <jackson@ximian.com>
11977         * ListBox.cs: Invalidate if the area is visible at all not just
11978         contained in the visible rect. Fixes unselection of semi visible
11979         items.
11981 2005-10-31  Jackson Harper  <jackson@ximian.com>
11983         * Control.cs: Consistently name the dnd methods. Make them
11984         internal so we can override them to match some MS behavoir
11985         internally.
11986         * Win32DnD.cs: Use the new consistent names.
11988 2005-10-31  Jackson Harper  <jackson@ximian.com>
11990         * TreeView.cs: Don't draw the selected node when we lose focus.
11992 2005-10-31  Jackson Harper  <jackson@ximian.com>
11994         * X11Dnd.cs: We still need to reset the state even though a full
11995         reset isn't being done, otherwise status's still get sent all over
11996         the place.
11998 2005-10-31  Jackson Harper  <jackson@ximian.com>
12000         * Control.cs: Make the dnd_aware flag internal so the dnd
12001         subsystem can check it. Catch exceptions thrown in dnd handlers to
12002         match MS behavoir.
12003         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
12004         * X11Dnd.cs: Handle null data in the converters. Set the XDND
12005         version when sending a XdndEnter. Use the control/hwnd dnd_aware
12006         flags to reduce the number of dnd enters/status's sent.
12008 2005-10-31  Jackson Harper  <jackson@ximian.com>
12010         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
12012 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12014         * PictureBox.cs: Fixes 76512
12016 2005-10-28  Jackson Harper  <jackson@ximian.com>
12018         * X11Dnd.cs: Early implementation to support winforms being a drag
12019         source for data on X11. Also restructured the converters so they
12020         can go both ways now.
12021         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
12022         
12023 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
12025         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
12026           clipboard requests
12028 2005-10-27  Jackson Harper  <jackson@ximian.com>
12030         * TreeNode.cs: Implement serialization so my DnD examples will work.
12032 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
12034         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
12035           TreeView.cs: Don't dispose objects that are not owned.
12036           
12037 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
12039         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
12040           should retrieve the current cursor and report that, but XplatUI
12041           doesn't (yet) have an interface for that (and I'm not sure I even
12042           can, on X11)
12043         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
12044           until any message loop processing is done (and the WM_SETCURSOR
12045           replaces the cursor to the proper one)
12046         * XplatUIX11.cs: 
12047           - Fixed override behaviour, we can't set the cursor globally on X11, 
12048             just for our windows.
12049           - Invalidating the System.Drawing X11 display handle when we are
12050             shutting down
12051         * Control.cs: Fix to make csc happy
12053 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
12055         * TextBoxBase.cs: 
12056           - get_Text: Add last line (without trailing newline) to returned
12057             value (Fixes 76212)
12058           - get_TextLength: Count last line in returned length
12059           - ToString: Call Text property instead of duplicating code
12061 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
12063         * ImageList.cs: Dispose ImageAttributes objects.
12065 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12067         * ImageList.cs: Use attribute constructors with less arguments where
12068           possible.
12070 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12072         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
12073           Use typeof instead of strings when assembly is referenced. Added
12074           some more comments.
12076 2005-10-21  Jackson Harper  <jackson@ximian.com>
12078         * ListView.cs: Raise a double click event. Also tried to somewhat
12079         fix when the selectedindexchanged event is raised. Its still
12080         broken though.
12082 2005-10-21  Jackson Harper  <jackson@ximian.com>
12084         * TreeView.cs: New method to invalidate the plus minus area of a
12085         node without invalidating the whole node (maybe this can be used
12086         in some more places).
12087         * TreeNodeCollection.cs: When adding to an empty node we need to
12088         invalidate its plus minus area so the little block shows up.
12089         
12090 2005-10-21  Jackson Harper  <jackson@ximian.com>
12092         * TreeView.cs: Make sure that when we invalidate a node the bounds
12093         are big enough to cover the selected box and the focus
12094         rectangle. Use a different colour for the lines connecting nodes
12095         so they show up with all themes.
12097 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12099         * NativeWindow.cs: Don't call anything that could call into the driver,
12100           we might be on a different thread.
12102 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
12104         * Control.cs(Dispose): Since Dispose might run on a different thread,
12105           make sure that we call methods that could call into the driver via
12106           invoke, to avoid thread issues
12108 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12110         * XplatUI.cs: Removed finalizer
12111         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
12112           not allowing to be called on the finalizer thread.
12114 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
12116         * ImageList.cs:
12117           - Reverted r51889 and r51891.
12118           - Added ImageListItem class that stores unmodified image items and image
12119             properties required to create list images until handle is created.
12120           - Added AddItem and moved image creation logic to AddItemInternal.
12121           - Added CreateHandle method that creates images based on unmodified items.
12122           - Added DestroyHandle that changes state to store unmodified items.
12123           - Add and AddStrip methods no more create handle.
12124           - ReduceColorDepth has no return value.
12125           - Dispose destroys handle.
12126           - Modified other methods to reflect the above changes.
12127           - Implemented key support.
12128           - Added profile 2.0 members and attributes.
12129           - Added private Reset and ShouldSerialize methods that provide the same
12130             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
12131             them as they are private.
12132           - Added some more comments about implementation details.
12134 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12136         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
12138 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12140         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
12142 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12144         * DataGridDrawingLogic.cs: Fixes column hit calcultation
12145         * DataGridColumnStyle.cs: Remove debug message
12147 2005-10-20  Jackson Harper  <jackson@ximian.com>
12149         * TreeView.cs: We can always get input keys regardless of whether
12150         or not editing is enabled. They are used for navigation.
12152 2005-10-20  Jackson Harper  <jackson@ximian.com>
12154         * TreeNode.cs: Use the viewport rect for determining if a node
12155         needs to be moved for visibility. Don't use Begin/End edit. This
12156         calls a full refresh when its done.
12157         * TreeView.cs: New SetBottom works correctly.  Make the viewport
12158         rect property internal so the treenodes can see it. When clicking
12159         on a node we need to ensure that its visible because it might just
12160         be partly visible when clicked.
12162 2005-10-20  Jackson Harper  <jackson@ximian.com>
12164         * TreeNodeCollection.cs: Remove debug code.
12166 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12168         * Datagrid.cs: Implements column sorting in Datagrid
12169         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
12171 2005-10-20  Jackson Harper  <jackson@ximian.com>
12173         * TreeNodeCollection.cs: Remove items properly. Update the correct
12174         area after removing them.
12176 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12178         * Datagrid.cs: Should not call base.OnPaintBackground
12180 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12182         * XplatUIX11.cs (GetMessage):
12183           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
12184             window instead of client window
12185           - Now properly calculates NC_xBUTTONUP message coordinates
12186           - ScreenToMenu now properly calculates it's coordinates of whole 
12187             window, since menus are in the whole window, not in the client
12188             window
12189           - Added WholeToScreen coordinate translation method
12191 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
12193         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
12194           want to return a message, loop back to the beginning of the function
12195           and grab the next real message to process instead.
12197 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12199         * Splitter.cs: Properly set limits if no filler control is used
12201 2005-10-19  Jackson Harper  <jackson@ximian.com>
12203         * ColorDialog.cs: Don't show the help button if it is not enabled
12204         instead of disabling it (this is what MS does). Don't create the
12205         panel until the dialog is run, otherwise the vars (such as
12206         ShowHelp) are not set yet.
12208 2005-10-19  Jackson Harper  <jackson@ximian.com>
12210         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
12211         are reduced when adding nodes.
12212         * TreeNode.cs:
12213         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
12214         tree.
12215         
12216 2005-10-19  Jackson Harper  <jackson@ximian.com>
12218         * FolderBrowserDialog.cs: End editing our treeview so the window
12219         actually gets refreshed.
12221 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12223         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
12224           Obsoleted handling of WM_ERASEBKGND, now always draws our background
12225           inside of WM_PAINT
12227 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12229         * MenuAPI.cs: Returns after Hidding window
12230         * XplatUIX11.cs: Added TODO found while debugging menu issues
12232 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12234         * XplatUIX11.cs: Do not re-map the whole window when it's size
12235           becomes non-zero unless it's supposed to be actually visible
12237 2005-10-18  Jackson Harper  <jackson@ximian.com>
12239         * TreeView.cs: We don't need to keep a count anymore.
12240         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
12241         use the Grow method.
12243 2005-10-18  Jackson Harper  <jackson@ximian.com>
12245         * TreeNodeCollection.cs: Insert is not supported on arrays, so
12246         implement it manually here.
12248 2005-10-18  Jackson Harper  <jackson@ximian.com>
12250         * ImageList.cs: Dont kill the list when the colour depth is
12251         changed, just change the colour depth of all the images.
12252         - Same goes for setting the image size. Just resize them all
12253         instead of killing the list softly.
12255 2005-10-18  Jackson Harper  <jackson@ximian.com>
12257         * Control.cs: Don't invalidate empty rectangles.
12259 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12261         * ListViewItem.cs:
12262           - Adds checked item to the Checked/Item lists (where empty before)
12263           - Do not add items to the Selected lists if they are already present
12264         * ListView.cs:
12265           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
12266           - When deleting items make sure that we delete them for the Selected
12267           and Checked list also.
12269 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12271         * Label.cs: Dispose objects no longer used
12272         * ThemeWin32Classic.cs: Dispose objects no longer used
12274 2005-10-18  Jackson Harper  <jackson@ximian.com>
12276         * TabControl.cs: Don't refresh the whole control when the tabs are
12277         scrolled, we just need to refresh the tab area.
12279 2005-10-17  Jackson Harper  <jackson@ximian.com>
12281         * XplatUIX11.cs: Compress code a little bit. Only calculate the
12282         after handle when we need it.
12284 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12286         * Control.cs: When the parent size changes, recalculate anchor 
12287           positions. Partial fix for #76462
12289 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12291         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
12292           drawn. Fixes #76462
12294 2005-10-17  Jackson Harper  <jackson@ximian.com>
12296         * MonthCalendar.cs: Don't create the numeric up down until our
12297         handle is created. Otherwise our handle is created in the
12298         constructor and we don't know if we are a WS_CHILD or WS_POPUP
12299         yet.
12301 2005-10-17  Jackson Harper  <jackson@ximian.com>
12303         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
12304         correctly.
12306 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
12307         * TreeNode.cs : small logical fix (was using local var instead of field)
12308         
12309 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12311         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
12313 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
12315         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
12317 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
12319         * Control.cs: 
12320           - Re-implemented anchoring code. My first version was really broken.
12321             This fixes bug #76033. Unlike the previous implementation we will
12322             no longer have round errors since all numbers are calculated from
12323             scratch every time. Removed various anchor-related obsolete vars.
12324           - InitLayout no longer causes layout event firing and layout to be 
12325             performed
12327 2005-10-16  Jackson Harper  <jackson@ximian.com>
12329         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
12330         which was broken).
12332 2005-10-16  Jackson Harper  <jackson@ximian.com>
12334         * TabControl.cs: Remove debug code.
12336 2005-10-16  Jackson Harper  <jackson@ximian.com>
12338         * XEventQueue.cs: Increase the default queue size (very simple
12339         apps needed to grow the queue).
12340         * Hwnd.cs: No finalizer so we don't need to suppress
12341         finalization. Compute the invalid area manually so a new rectangle
12342         does not newto be created.
12343         * ScrollableControl.cs: Don't set any params (otherwise visibility
12344         isn't set correctly).
12345         * MdiChildContext.cs: New constructor takes the mdi parent so it
12346         doesn't have to be computed and avoids a crash on windows. Draw
12347         the window icon properly, and allow the text to be seen.
12348         * Form.cs: Use new MdiChildContext constructor. Make sure the
12349         child context isn't null in wndproc.
12350         * TabControl.cs: Don't set focus, this is muddling keyboard
12351         behavoir. Expand the tab rows when a window size increase will
12352         allow extra tabs to be seen. Don't allow tabs smaller than the
12353         width of a window to be scrolled out of view.
12354         * TreeNode.cs:
12355         * TreeView.cs: Use measure string to calculate a nodes width, the
12356         width is cached and only updated when the text or the font is
12357         changed. Don't check for expand/collapse clicks on the first level
12358         nodes if root lines are disabled.
12359         
12360 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
12362         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
12364 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12366         * DataGridBoolColumn.cs: fixes warning
12368 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
12370         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
12371         to match more to match more precisely the MS Net behavior
12373 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12375         * Hwnd.cs: Added field to track if window is mapped
12376         * XplatUIX11.cs: 
12377           - Unmap windows if they become 0-size, re-map when 
12378             they are >0 again; fixes #76035
12379           - Re-set our error handler after initializing X11Desktop
12380             to override any error handlers Gtk or whatever was called
12381             may have set.
12383 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
12385         * CheckedListBox.cs: Removed unused vars
12386         * ListView.cs: Fixed signatures
12387         * RichTextBox.cs: Removed unused vars
12388         * TextBoxBase.cs: Removed unused vars
12389         * XplatUIWin32.cs: Removed unused vars
12390         * XplatUIX11.cs: Removed unused vars
12391         * XplatUI.cs: Updated version and date to latest published
12393 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12395         * Cursor.cs: Added private .ctor to work around a bug in
12396           resourceset (Thanks to Geoff Norton for the help on this)
12397         * SplitterEventArgs.cs: Made fields accessible so we don't
12398           waste boatloads of objects and can reuse the same one
12399           in Splitter
12400         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
12401           any captions and borders when generating screen coordinates
12402         * Splitter.cs: Reimplemented control, now fully complete, uses
12403           rubberband drawing, supports and obeys all properties, has
12404           proper cursors
12406 2005-10-13  Miguel de Icaza  <miguel@novell.com>
12408         * Form.cs (Form): Setup default values for autoscale and
12409         autoscale_base_size;  Make these instance variables, not static
12410         variables. 
12412         (OnLoad): on the first load, adjust the size of the form.
12414 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
12416         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
12417           width argument to DrawReversibleRectangle()
12418         * XplatUIWin32.cs, XplatUIX11.cs: 
12419           - Implemented width for DrawReversibleRectangle()
12420           - Added logic to DrawReversibleRectangle that recognizes a zero
12421             width or height and only draws a line in that situation
12422         
12423 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
12425         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
12426         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
12427         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
12428           method (it uses our FosterParent window to get a graphics context)
12430 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
12432         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
12433           and SetWindowBackground methods
12434         * Control.cs:
12435           - Setting proper ControlStyles
12436           - We no longer call XplatUI.SetWindowBackground and XplatUI.
12437             EraseWindowBackground, instead we draw the window background
12438             ourselves in PaintControlBackground. This behaviour is
12439             required to match MS, where, when OnPaintBackground is not
12440             called, the background is not drawn.
12441           - Removed unneeded Refresh() in set_Text
12442         * Hwnd.cs: Dropped the ErasePending support. No longer needed
12443         * XplatUIX11.cs:
12444           - Created DeriveStyles method to translate from CreateParams to
12445             FormBorderStyle and TitleStyle, also handles BorderStyle (which
12446             matches FormBorderStyle enum values)
12447           - Consolidated SetHwndStyles and CalculateWindowRect border/title
12448             style calculations into single DeriveStyles method
12449           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
12450             from redrawing the whole window on any resize or expose.
12451           - Fixed CreateWindow usage of SetWindowValuemask. Before not
12452             all styles were applied to our whole/client window appropriately
12453           - Removed EraseWindowBackground() and SetWindowBackground() methods
12454           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
12455             no longer clear/redraw the background through X
12456           - Removed handling of erase_pending bit, we have no use for it (or
12457             so it seems)
12458         * XplatUIOSX.cs:
12459           - Removed generation and handling of WM_ERASEBKGND message
12460           - Removed EraseWindowBackground() and SetWindowBackground() methods
12461           - Removed handling of hwnd.ErasePending flag
12462         * XplatUIWin32.cs:
12463           - Removed EraseWindowBackground() and SetWindowBackground() methods
12464           - We no longer call EraseWindowBackground on PaintEventStart, we 
12465             ignore the fErase flag, erasing is handled in Control in the
12466             background handler
12467         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
12468           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
12469           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
12470           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
12471           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
12472           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
12473           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
12475 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
12477         * PropertyGrids.cs: Get sub properties
12478         * PropertyGridView.cs: Fix drawing code
12480 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12482         * ListBox.cs: Fixes 76383
12484 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12486         * DataGridTextBoxColumn.cs: Sets location and size before attachment
12487         * ThemeWin32Classic.cs: Fixes border drawing and calculations
12488         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
12491 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12493         * ComboBox.cs: Fixes border drawing
12495 2005-10-10  Miguel de Icaza  <miguel@novell.com>
12497         * MimeIcon.cs: Ignore errors if the file can not be read.
12499 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
12501         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
12502          - Fixed border calculations
12503          - Fixed horizontal scrolling in single column listboxes
12504          - Fixed drawing issues
12506 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
12508         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
12509           FormBorderStyle enum
12510         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
12511           code to determine FormBorderStyles from CreateParams
12512         * Form.cs:
12513           - Fixed bug where we'd set the wrong window styles if we were
12514             not creating an MDI window
12515           - Added call to XplatUI.SetBorderStyle when form borders are set
12516         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
12517         * Hwnd.cs:
12518           - Removed obsolete edge style
12519           - Switched from BorderStyle to FormBorderStyle
12520         
12521 2005-10-10  Jackson Harper  <jackson@ximian.com>
12523         * Form.cs: Use the property to get the window handle instead of
12524         accessing it directly. Prevents a null reference exception.
12526 2005-10-10  Jackson Harper  <jackson@ximian.com>
12528         * TreeView.cs: Don't adjust the rect given to DrawString now that
12529         our libgdiplus draws correctly.
12531 2005-10-08  Jackson Harper  <jackson@ximian.com>
12533         * TreeView.cs: Don't try to find the clicked on node if there are
12534         no nodes in the tree.
12536 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12538         * RichTextBox.cs:
12540           restore
12542 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
12544         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
12545           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
12546           ErrorProvider.cs:
12547           Use ResPool for brushes and dispose System.Drawing objects that
12548           are not used anymore.
12550 2005-10-07  Jackson Harper  <jackson@ximian.com>
12552         * MdiChildContext.cs: Use the new borders instead of drawing them
12553         ourselves.
12555 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12557         * Calling UpdateBounds after changing the window's BorderStyle 
12558         since the style can change the ClientSize
12560 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12562         * Control.cs: Made PaintControlBackground virtual
12563         * Panel.cs: Overriding PaintControlBackground instead of using paint
12564           event; paint event method was interfering with 'real' users of the
12565           event.
12567 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
12569         * ThemeWin32Classic.cs: remove border drawing since it is handled
12570         by the base control class now and was causing double border drawing.
12572 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12574         * Panel.cs: Redraw our background on paint. Not a pretty solution,
12575           but it does seem to match MS behaviour. This fixes bug #75324
12577 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12579         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
12580           somewhat hackish looking
12582 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12584         * TextBoxBase.cs:
12585           - We now accept Enter even if AcceptEnter is false, if the containing
12586             form does not have an AcceptButton configured (fixes bug #76355)
12587           - Calculations are now fixed to no longer use Width/Height, but
12588             ClientSize.Width/Height, since we now support borders (this was
12589             a result of fixing borders and therefore bug #76166)
12590           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
12591             true (fixes bug #76354)
12592         
12593 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12595         * Control.cs: 
12596           - Defaulting BorderStyle and setting it in XplatUI when our window 
12597             is created
12598           - Added enum check to InternalBorderStyle setter
12599         * XplatUIX11.cs: 
12600           - Added drawing of window borders
12601           - Now properly calculates WM decorations offset for toplevel 
12602             windows (fixes bug #74763)
12603         * XplatUIWin32.cs: 
12604           - Implemented BorderStyles for windows (we're letting win32 draw 
12605             the border for us)
12606           - Fixed the signature for SetWindowLong
12607         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
12608           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
12609           setting borders
12610         * UpDownBase.cs: Remove drawing of borders, this is handled by
12611           the driver, outside the client area
12612         * ListView.cs: Removed bogus border calculations. The control should
12613           be oblivious to borders, since those are not part of the client
12614           area. 
12615         * X11DesktopColors.cs: Commented out (currently) unneeded variables
12616         * ThemeWin32Classic.cs: Removed border calculations from ListView 
12617           drawing code
12619 2005-10-06  Jackson Harper  <jackson@ximian.com>
12621         * MdiChildContext.cs: Clear out the old virtual position remove
12622         all the unneeded calls to CreateGraphics.
12624 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12626         * TextControl.cs: Use proper color for highlighted text; fixes #76350
12628 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
12630         * Form.cs: 
12631           - Added loading and setting of our new default icon
12632           - Only set icon if window is already created
12634 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
12636         * Label.cs:
12637           - Do not explicitly set the foreground and background colors, to
12638             allow inheriting from parents (fixes #76302)
12639           - Use Control's InternalBorderStyle property to deal with borders
12641 2005-10-06  Jackson Harper  <jackson@ximian.com>
12643         * MdiChildContext.cs: Use the new xplatui function to draw a
12644         reversible rect.
12646 2005-10-06  Jackson Harper  <jackson@ximian.com>
12648         * Form.cs: Add the parent before creating the child context cause
12649         we need the parent when setting up the child.
12651 2005-10-06  Jackson Harper  <jackson@ximian.com>
12653         * FolderBrowserDialog.cs: redo the tree population code so a
12654         second thread isn't used. Should be a lot faster and more stable
12655         now.
12657 2005-10-05  Jackson Harper  <jackson@ximian.com>
12659         * TreeView.cs: There are no expand/collapse boxes if the node has
12660         no children.
12662 2005-10-05  Jackson Harper  <jackson@ximian.com>
12664         * X11DesktopColors.cs: Get menu colours for the gtk theme.
12666 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
12668         * FileDialog.cs: Fix InitialDirectory
12670 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
12672         * ComboBox.cs:
12673                 - Fixes changing between styles
12674                 - Fixes simple mode
12675                 - Fixes last item crashing when navigating with keyboard
12677 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
12679         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
12681 2005-10-05  Jackson Harper  <jackson@ximian.com>
12683         * TreeView.cs: If updating the root node do a full refresh.
12684         * TreeNode.cs: The root node should be expanded by default. Also
12685         added a utility prop to tell if we are the root node.
12686         * TreeNodeCollection.cs: Only refresh if the node we are being
12687         added to is expanded. Also added a comment on a potential
12688         optimization.
12689         
12690 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
12692         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
12693           in dispose method. Fixes #76330
12695 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
12697         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
12699                 - Implements vertical and horizontal scrolling using XplatUI
12700                 - Fixes keyboard navagation
12701                 - Fixes EnsureVisible
12702                 - Drawing fixes
12703                 - Handles and draws focus properly
12706 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
12708         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
12709           Create handle. NET_2_0: Destroy handle when value is null.
12711 2005-10-03  Jackson Harper  <jackson@ximian.com>
12713         * ScrollBar.cs: My last scrollbar patch was broken. This is a
12714         revert and a new patch to prevent the thumb from refreshing so
12715         much.
12717 2005-10-02  Jackson Harper  <jackson@ximian.com>
12719         * ScrollBar.cs: Don't update position if it hasn't actually
12720         changed. This occurs when you hold down the increment/decrement
12721         buttons and the thumb gets to the max/min.
12723 2005-10-01  Jackson Harper  <jackson@ximian.com>
12725         * Form.cs:
12726         * MdiChildContext.cs:
12727         * MdiClient.cs: Implement ActiveMdiChild in Form.
12729 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
12731         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
12733 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
12735         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
12736           be found
12738 2005-09-30  Jackson Harper  <jackson@ximian.com>
12740         * ListBox.cs: Don't do a full refresh unless some data has
12741         actually changed.
12743 2005-09-30  Jackson Harper  <jackson@ximian.com>
12745         * TreeView.cs: Make sure that the checkboxes size is factored in
12746         even when not visible.
12748 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
12750         * FileDialog.cs: Fix Jordi's build break
12752 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
12754         * FileDialog.cs: 
12755                 - Use standard the Windows colours for the combobox as espected
12756                 - Dispose objects that use resouces when no longer need them
12758 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
12760         * X11DesktopColors.cs: Initial incomplete implementation
12761         * XplatUIX11.cs: Added call to initialize X11DesktopColors
12763 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
12765         * Theme.cs: 
12766           - Switched Theme color names to match the names defined in 
12767             System.Drawing.KnownColors. Life's hard enough, no need to make 
12768             it harder.
12769           - Added setters to all theme color properties so themes can set
12770             their color schemes. The setters also propagate the color changes
12771             to System.Drawing.KnownColors via reflection
12772         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
12773           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
12774           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
12775           use the new, more logical theme color names
12776         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
12777           post-NT colors
12778         * ThemeWin32Classic.cs:
12779           - Removed code to set the old classic Windows colors. Instead it
12780             now relies on the colors returned by System.Drawing.KnownColors
12781             which will be either modern static colors (Unix) or colors
12782             read from the user's configuration (Win32)
12783           - Updated to use the new, more logical theme color names
12784           - Switched DataGrid drawing code to use only Theme colors instead of
12785             a mix of System.Drawing.KnownColors and Theme colors
12786           - DrawFrameControl(): Removed code that fills the button area, the
12787             fill would overwrite any previous fill done by a control. This
12788             fixes bug #75338 
12789           - Added DrawReversibleRectangle() stub
12790         * ScrollableControl.cs: Set visible state to false when scrollbars
12791           are removed (pdn fix)
12792         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
12793           DrawReversibleRectangle() method to allow drawing primitive 
12794           'rubber bands'
12795         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
12797 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12799         * ImageList.cs: Add(Icon): Create handle.
12801 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
12803         * ListView.cs:
12804         * ThemeWin32Classic.cs:
12805                 - Fixes detail mode
12806                 - Sets clippings
12807                 - Issues with drawing
12809 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12811         * ImageList.cs: Moved RecreateHandle back to ImageList as event
12812           source has to be the ImageList.
12814 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12816         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
12818 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12820         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
12822 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12824         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
12826 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
12827         * GridItem.cs: Fixed TODOs
12828         * GridItemCollection.cs: Added ICollection interface
12830 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
12832         * ImageList.cs: Resize icons when needed.
12834 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
12836         * ListViewItem.cs
12837                 - Fixes GetBounds and returns on screen rects
12838         * ListView.cs:
12839                 - Fixes vertical and horzintal scrolling of items
12840         * ThemeWin32Classic.cs:
12841                 - Fixes drawing
12842                 
12843 2005-09-29  Raja R Harinath  <harinath@gmail.com>
12845         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
12847 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
12849         * ImageList.cs: Added comments about handle creation. Moved Handle,
12850           HandleCreated and OnRecreateHandle implementations to ImageCollection.
12851           Handle is created in Add methods.
12853 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
12854          
12855         * DataGridDrawingLogic.cs: 
12856                 - Takes rows into account on Colum calculations
12857                 - Returns the column when clickig
12858         * DataGrid.cs:
12859                 - Fixes default HitTestInfo values
12860                 - Fixes HitTestInfo.ToString
12861                 - Fixes ResetBackColor          
12862         
12863 2005-09-28  Jackson Harper  <jackson@ximian.com>
12865         * MdiChildContext.cs: Obey rules for fixed sized windows (no
12866         sizing or cursor changes). Also added some temp code to draw the
12867         titlebars text (Makes dev a little easier).
12869 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
12871         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
12873 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
12874          
12875         * ListBox.cs: Fixes bug 76253
12877 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
12879         * ImageList.cs: Added comments about the current implementation. Added
12880           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
12881           Format32bppArgb to preserve transparency and can use Graphics.FromImage
12882           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
12883           with Bitmap.LockBits for better performance. Revised the whole file to
12884           match MS.NET behaviour and provide better performance. Non-public
12885           interface members are calling public members even when they throw
12886           NotSupportedException for better maintainability. Moved ColorDepth,
12887           ImageSize, ImageStream and TransparentColor implementations to
12888           ImageCollection for better performance as these properties are not used
12889           by ImageList.
12890         * ImageListStreamer.cs: Added a new internal constructor that takes an
12891           ImageList.ImageCollection and serializes Images based on
12892           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
12893           match ImageList property name.
12895 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
12897         * ListBox.cs: Fixes IndexFromPoint for last item
12899 2005-09-27  Jackson Harper  <jackson@ximian.com>
12901         * Form.cs: Set the position of new mdi children correctly.
12903 2005-09-27  Jackson Harper  <jackson@ximian.com>
12905         * MdiClient.cs: New mdi children need to be added to the back of
12906         the controls collection so the zorder is set correctly. Also add a
12907         count of all the child windows that have been created.
12909 2005-09-27  Jackson Harper  <jackson@ximian.com>
12911         * Form.cs (CreateParams): Setup MDI forms correctly.
12913 2005-09-27  Jackson Harper  <jackson@ximian.com>
12915         * MdiChildContext.cs:
12916         * MonthCalendar.cs:
12917         * UpDownBase.cs:
12918         * ListBox.cs:
12919         * ListView.cs:
12920         * TextBoxBase.cs:
12921         * TreeView.cs:
12922         * ScrollableControl.cs:
12923         * ComboBox.cs: Add implicit controls using the new implict control
12924         functionality in ControlCollection. Also try to block multiple
12925         control add in a suspend/resume layout to save some cycles.
12926         
12927 2005-09-27  Jackson Harper  <jackson@ximian.com>
12929         * Control.cs: Add functionality to the controls collection to add
12930         'implicit controls' these are controls that are created by the
12931         containing control but should not be exposed to the user. Such as
12932         scrollbars in the treeview.
12933         * Form.cs: The list var of the ControlsCollection is no longer
12934         available because of the potential of implicit controls getting
12935         ignored by someone accessing the list directly.
12937 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
12939         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
12940           loose it's parent. (Fixed bug introduced in r49103 when we added
12941           setting the child parent to null on Remove)
12943 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
12945         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
12946         * Splitter.cs: Added missing attributes for BorderStyle property.
12947         * TextBoxBase.cs: Marked Calculate* methods internal.
12948         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
12949         MS.NET.
12951 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
12952          
12953         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
12955 2005-09-25  Jackson Harper  <jackson@ximian.com>
12957         * TreeView.cs: Update the node bounds correctly regardless of
12958         whether the node is visible.
12960 2005-09-25  Jackson Harper  <jackson@ximian.com>
12962         * ImageList.cs: Don't dispose the image after it is added to the
12963         image list. Only reformat images that need to be resized.
12965 2005-09-25  Jackson Harper  <jackson@ximian.com>
12967         * ImageList.cs: Don't set the format when changing the image.
12969 2005-09-25  Jackson Harper  <jackson@ximian.com>
12971         * TreeView.cs: We can't just assume the node has a font. Use the
12972         treeviews font if no node font is available.
12974 2005-09-25  Jackson Harper  <jackson@ximian.com>
12976         * TreeView.cs: Allow the scrollbars to be reset with negative
12977         values.
12978         - Don't add scrollbars to negative sized windows.
12980 2005-09-23  Jackson Harper  <jackson@ximian.com>
12982         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
12983         old Mono.Posix. Also remove some stray code that shouldn't have
12984         been committed.
12986 2005-09-23  Jackson Harper  <jackson@ximian.com>
12988         * TreeView.cs: Attempt at proper sizing of the horizontal
12989         scrollbar. Also don't resize the scrollbars unless they are
12990         visible.
12992 2005-09-23  Jackson Harper  <jackson@ximian.com>
12994         * TreeView.cs: We don't need to expand the invalid area when the
12995         selection changes, as this is all drawn in the node's bounding
12996         box. The area needs to be expanded (previous typo was contracting
12997         it) when the focus rect moves.
12999 2005-09-23  Jackson Harper  <jackson@ximian.com>
13001         * TreeView.cs: Display the selection box under the correct
13002         circumstances. We were rendering white text with no selection box
13003         before.
13005 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
13007         * TextControl.cs(Split): Now updates selection start/end if it points 
13008           into a line that's being split. Fixes a FIXME and bug #75258
13010 2005-09-23  Jackson Harper  <jackson@ximian.com>
13012         * Binding.cs:
13013         * ListControl.cs: Don't use the path when retrieving binding
13014         managers from the binding context. My bat sense tells me that the
13015         path is only used on insertion.
13017 2005-09-22  Jackson Harper  <jackson@ximian.com>
13019         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
13021 2005-09-22  Jackson Harper  <jackson@ximian.com>
13023         * Splitter.cs: There are special cursors used for splitting.
13024         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
13026 2005-09-22  Jackson Harper  <jackson@ximian.com>
13028         * Splitter.cs: Change the cursor appropriately when the splitter
13029         is moused over, so the user actually knows there is a splitter
13030         there.
13032 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13034        * Label.cs : Fix ToString method to give same output as MS.NET
13036 2005-09-22  Jackson Harper  <jackson@ximian.com>
13038         * TreeView.cs: Create the scrollbars when the handle is created
13039         and add them right away, just make them invisble. Also account for
13040         the window being shrunk vertically to the point that the vert
13041         scrollbar needs to be added.
13042         - Remove some 0.5 adjustments to get around anti aliasing issues.
13043         
13044 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
13045          
13046         * MainMenu.cs: Fixes default value
13047         * MenuItem.cs: Fixes default value
13049 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
13051         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
13053 2005-09-21  Jackson Harper  <jackson@ximian.com>
13055         * Control.cs: Don't try to set the border style on the window if
13056         it hasn't been created. When the window is created the border
13057         style will be used.
13059 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13061         * Control.cs (Update): Don't call XplatUI if we don't have a
13062           window handle yet
13064 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13066         * ContainerControl.cs: Instead of throwing an exception, print
13067           a one-time warning about Validate not being implemented
13068         * XplatUIWin32.cs: Removed debug output
13070 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13072         * Control.cs: Only set XplatUI background if we expect the windowing
13073           system to handle the background. This stops controls that draw their
13074           own background from flickering
13076         * XplatUIX11.cs: Support custom visuals and colormaps for window 
13077           creation. This allows, amongst other things, using MWF X11 windows 
13078           with OpenGL.
13080 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13082         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
13083           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
13084           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
13085           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
13086           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
13087           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
13088           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
13089           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
13090           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
13091           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
13092           GridColumnStylesCollection.cs, 
13093           IDataGridColumnStyleEditingNotificationService.cs,
13094           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
13095           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
13096           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
13097           TreeNodeCollection.cs, AmbientProperties.cs, 
13098           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13099           DataObject.cs, ErrorProvider.cs, Splitter.cs,
13100           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
13101           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
13102           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
13103           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
13104           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
13105           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
13106           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
13107           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
13108           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
13109           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
13110           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
13111           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
13112           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
13113           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
13114           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
13115           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
13116           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
13117           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
13118           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
13119           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
13120           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
13121           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
13122           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
13123           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
13124           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
13125           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
13126           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
13127           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
13128           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
13129           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
13130           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
13131           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
13132           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
13133           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
13134           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
13136 2005-09-21  Jackson Harper  <jackson@ximian.com>
13138         * TreeNode.cs: Call Before/After Expand not Collapse when
13139         expanding.
13141 2005-09-20  Jackson Harper  <jackson@ximian.com>
13142         
13143         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
13145 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13146          
13147         * ListViewItem.cs:
13148                 - Fixes bug 76120
13149                 - Fixes proper storing of subitems
13150                 - Fixes not updated items
13152 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
13154         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
13155           things if our window handle isn't created yet. Also disabled 
13156           debug for TextBoxBase
13158 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
13160         * MenuAPI.cs: Remove filtering of events to allow menu usage
13162 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13164         * Cursor.cs: Allow null to be passed to Cursor.Current.
13166 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
13168         * ThemeWin32Classic.cs:
13169           - Change some private methods/fields to protected virtual so that 
13170             they can be accessed and overriden in derived classes
13171           - First refactoring of some methods. Derived themes now don't 
13172             need to duplicate the complete code from ThemeWin32Classic
13173         * ThemeNice.cs:
13174           - Added nice StatusBar
13175           - Derive from ThemeWin32Classic and not Theme
13176           - Removed duplicate ThemeWin32Classic code
13178 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13180         * Control.cs (ControlCollection.Add): If the value null is passed
13181         the control is ignored. 
13183         Optimize this loop.
13185 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
13187         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
13188           PostQuitMessage state.
13189         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
13191 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
13193         * Application.cs: Our constructor will never get called, move 
13194           initialization to fields; fixes bug #75933
13196 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13198         * FileDialog.cs :
13199                 - Allow files to be selected properly using file name
13200                 combo box.
13201                 - Add ability to change diretory (absolute / relative)
13202                 using file name combo box.
13204 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13205          
13206         * ListBox.cs: 
13207                 - Fixes Multicolumn listboxes item wrong calculations
13208                 - Allows to click when only one item is in the listbox
13209                 - Fixes crash when no items using keyboard navigation
13211 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
13213         * ComboBox.cs: Reverted almost everything from the latest patch which
13214           broke ComboBox
13216 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
13217         
13218         * ToolTip.cs:
13219                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
13220         * ComboBox.cs:
13221                 - When DropDownStyle is Simple, it does not show scrollbar 
13222                 to the last item of the list.
13223                 - When DropDownStyle is Simple, it crashed when the list was 
13224                 scrolled down with the down cursor key.
13225                 - Fixed a bug that when DropDownStyle is DropDownList, the 
13226                 selected item was not shown.
13227                 - The position of the selected item was not preserved when 
13228                 the next dropdown happened.
13229         * ThemeWin32Classic.cs:
13230                 - Items were wrapped at the right end.
13231         * CheckedListBox.cs:
13232                 - Fixed Add method
13233         * ListBox.cs:
13234                 - Items should be fully shown.
13235                 - When resizing and vertical scrollbar disappeared, the item 
13236                 of index 0 should be on the top of the list.
13237                 - GetItemRectangle should consider the size of ver. scrollbar
13238         * StatusBar.cs:
13239                 - SizingGrip area should not be allocated when it is not 
13240                 displayed.
13241                 - Now it reflects MinWidth of the containing panel and 
13242                 fixed a crash that happens when its width becomes so small.
13244 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13246         * CheckedListBox.cs: Fixes bug 76028
13247         * ListBox.cs: Fixes bug 76028
13249 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13251         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
13252         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
13254 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
13256         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
13258 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13260         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
13262 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13264         * IRootGridEntry.cs: Added
13265         * PropertyGridCommands.cs: Added
13266         * PropertiesTab.cs: Added missing methods and property
13267         * PropertyGridView.cs: Made class internal
13268         * PropertyGridTextBox.cs: Made class internal
13270 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13272         * MimeIcon.cs: Try to check some other environment variables
13273           if "DESKTOP_SESSION" returns "default"
13275 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13277         * ThemeNice.cs: Corrected background colors (e.g. menus)
13278         * ColorDialog.cs: Use correct background colors for controls
13280 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13282         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
13284 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
13286         * RichTextBox.cs: Added initial implementation
13287         * lang.cs: Removed. Was accidentally checked in long time ago
13288         * TODO: Removed. Contents were obsolete
13290 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13291                                                                                 
13292         * PropertiesTab.cs : Added
13294 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
13295                                                                                 
13296         * PropertyGrid.cs : Update
13297         * PropertyGridView.cs : Update
13298         * System.Windows.Forms.resx : Added images and strings
13300 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
13302         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
13304 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
13306         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
13307           a busy loop right after the Ungrab the X11 display is otherwise 
13308           blocked
13310 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
13312         * ThemeWin32Classic.cs: Optimise the use of clipping
13314 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
13316         * DataGrid.cs: fixes recursion bug
13318 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
13320         * ThemeNice.cs: 
13321           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
13322           - Cleanup
13324 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
13326         * ThemeNice.cs: Draw nice ProgressBars
13328 2005-09-01  Miguel de Icaza  <miguel@novell.com>
13330         * VScrollBar.cs: Another buglet found by Aaron's tool. 
13332         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
13333         bug finder.
13335 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
13337         * ThemeNice.cs:
13338           - Added nicer menu drawing
13339           - Updated DrawTab
13340           - some refactoring
13342 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13344         * CreateParams.cs (ToString): Made output match MS
13345         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
13346             handle is already created (to avoid forcing window creation)
13347         * XplatUIX11.cs: Set window text to caption after creating window,
13348           in case Text was set before window was created
13349         * Form.cs: Use this.Text instead of a static string as caption
13351 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13353         * NotifyIcon.cs: Don't set the window to visible; this screws
13354           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
13355           OnPaint without a bitmap)
13356         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
13357           happen very often anyway; we could add the check to the WM_PAINT 
13358           event generation code
13360 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
13362         * NotifyIcon.cs: Fill the icon area with a background color, to 
13363           avoid 'residue' when transparent icons are drawn
13364         * XplatUIX11.cs:
13365           - Handle whole_window == client_window when destroying windows
13366           - SystrayAdd(): Set client_window to whole_window value to
13367             get mouse and other events passed to NotifyIcon
13369 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13371         * Form.cs: Set proper default for Opacity property
13372         * NotifyIcon.cs:
13373           - ShowSystray(): Don't bother creating telling the OS
13374             about the systray item if no icon is provided
13375           - Now handles WM_NCPAINT message to deal with whole/client window
13376             split
13377           - Create window as visible to not get caught by Expose optimization
13378         * Hwnd.cs: Removed debug message
13379         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
13380           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
13381             PaintEventStart/End to use new client argument
13382         * TextBoxBase.cs:
13383           - Commented out debug messages
13384           - Switched PaintEventStart/End to use new client argument
13385         * XplatUI.cs: Added client window bool to PaintEventStart()/
13386           PaintEventEnd() calls, to support drawing in non-client areas
13387         * XplatUIDriver.cs: 
13388           - Added client window bool to PaintEventStart()/PaintEventEnd() 
13389             calls, to support drawing in non-client areas
13390           - Added conditional compile to allow using MWF BeginInvoke 
13391             on MS runtime
13392         * XplatUIX11.cs:
13393           - Added some conditional debug output
13394           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
13395             whole/client window split
13396           - Implemented handling of client argument to PaintEventStart()/End()
13397         * Control.cs:
13398           - Throw exception if BeginInvoke() is called and the window handle
13399             or one of the window's parent handles is not created
13400           - Added conditional compile to allow using MWF BeginInvoke on
13401             MS runtime
13402           - get_Parent(): Only sets parent if handle is created. This avoids
13403             forcing window handle creation when parent is set.
13404           - Now fires Layout and Parent changed events in proper order
13405           - Switched to use Handle instead of window.Handle for Z-Order setting,
13406             the get_Parent() patch above causes us to possibly get null for 'window'
13407           - Implemented handling of client argument to PaintEventStart()/End()
13408           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
13409             default handling)
13410           - Now sends a Refresh() to all child windows when Refresh() is called
13412 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
13414         * Form.cs: Added (non-functional) Opacity property
13415         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
13417 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
13418         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
13419           use export MONO_THEME=nice to activate it.
13420           Currently supported controls:
13421           - Button
13422           - ComboBox
13423           - ScrollBar
13424           - TabControl (TabAlignment.Top only, other will follow)
13425         * ThemeEngine.cs: Add theme nice
13426         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
13427           if enabled
13429 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
13431         * Splitter.cs: Resize docked control and its neighbor.
13433 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13434         -- Making Windows with Menus layout correctly --
13435         * Form.cs : The first leg of the fix
13436                 Menu setter - adjust Client Size as needed to make space for the menu
13437                 SetClientSizeCore - doesn't call base version to be able to pass the 
13438                         menu handle to XplatUI.CalculateWindowRect
13439         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
13440         * XplatUIX11.cs: The critical second leg of the fix
13441                 GetWindowPos needs to use a recalculated client_rect
13442                 so that resizing the window doesn't break layout of child controls. 
13443                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
13444                 Lots of \t\n killed
13446 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13448         * Label.cs: Now properly recalculates width and height on Font and Text
13449           changes if AutoSize is set
13451 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13452         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
13454 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
13456         * ImageList.cs: Makes ToString method compatible with MS
13458 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
13460         * MenuAPI.cs: fixes bug 75716
13462 2005-08-11 Umadevi S <sumadevi@novell.com>
13463         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
13465 2005-08-11 Umadevi S <sumadevi@novell.com>
13466         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
13468 2005-08-10  Umadevi S <sumadevi@novell.com>
13469         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
13471 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
13473         * Menu.cs: fixes bug 75700
13474         * MenuAPI.cs: fixes navigation issues
13476 2005-08-09  Umadevi S <sumadevi@novell.com>
13477         * CheckedListBox.cs - simple fix for GetItemChecked.
13479 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
13481         * ComboBox.cs: Serveral fixes
13482         * ListBox.cs: Serveral fixes
13484 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13486         * ComboBox.cs: Fixes FindString methods and GetItemHeight
13487         * ListBox.cs: Fixes FindString methods
13489 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
13491         * DataGrid.cs: fixes bugs exposed by new tests
13493 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
13495         * Mime.cs: Compile Mono assembly references only if compiling
13496           with Mono (Allows to build with VS.Net again)
13498 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
13500         * Control.cs (PaintControlBackground): Draw background image
13501         corrrectly.
13502         (CheckForIllegalCrossThreadCalls): Stubbed.
13503         
13504         * Form.cs (OnCreateControl): Center when should be centered.
13505         
13506         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
13508 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
13510         * Binding.cs: Binding to properties should be case unsensitive
13512 2005-07-18 vlindos@nucleusys.com
13514         * DataGrid.cs: fixes setmember order
13516 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
13518         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
13519         * FileDialog.cs: FileDialog is now resizable and uses the new
13520           MimeIconEngine
13522 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
13524         * DataGridTextBoxColumn.cs: default value
13525         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
13526         * GridTableStylesCollection.cs: fixes checking MappingName
13527         * DataGridDrawingLogic.cs: fixes drawing logic issues
13528         * DataSourceHelper.cs: rewritten to make compatible with more data sources
13529         * DataGrid.cs: fixes    
13531 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
13533         * MimeGenerated.cs: Use case sensitive comparer for
13534           NameValueCollections
13536 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
13538         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
13539         * ThemeWin32Classic.cs: bug fixes, code refactoring
13540         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
13541         * DataGrid.cs: bug fixes, code refactoring
13542         * DataGridTextBox.cs: bug fixes, code refactoring
13543         * DataGridColumnStyle.cs:  bug fixes, code refactoring
13544         * Theme.cs:  bug fixes, code refactoring
13546 2005-07-01  Peter Bartok  <pbartok@novell.com> 
13548         * TextControl.cs: Quick fix for the reported crash on ColorDialog
13549           and other text box usage
13551 2005-07-01  Jackson Harper  <jackson@ximian.com>
13553         * TabControl.cs: Make sure the bottom of the tab covers the pages
13554         border.
13556 2005-06-30  Peter Bartok  <pbartok@novell.com> 
13558         * Form.cs (ShowDialog): Assign owner of the dialog
13559         * TextBoxBase.cs: Always refresh caret size when deleting, caret
13560           might have been moved to a tag with different height
13562 2005-06-30  Jackson Harper  <jackson@ximian.com>
13564         * Form.cs: Don't create an infinite loop when setting focus
13565         * MenuItem.cs: Don't dirty the parents if we don't have any
13567 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
13569         * LibSupport.cs: Rename
13571 2005-06-29  Peter Bartok  <pbartok@novell.com>
13573         * TextBoxBase.cs: Re-align caret after deleting a character
13574         * TextControl.cs:
13575           - DeleteChars(): Ensure that tag covers the provided position
13576           - StreamLine(): Drop reference for dropped tag
13578 2005-06-29  Peter Bartok  <pbartok@novell.com> 
13580         * TextControl.cs: 
13581           - Selections now work properly, anchoring at the initial location
13582             and properly extending in either direction (SetSelectionToCaret(),
13583             SetSelectionStart() and SetSelectionEnd())
13584           - No longer redraws the whole control on selection change, now
13585             calculates delta between previous and new selection and only
13586             invalidates/redraws that area
13587           - Fixed FindPos() math off-by-one errors
13588           - Changed DeleteChars() to verify the provided tag covers the
13589             provided position, selections may have a tag that doesn't cover
13590             the position if the selection is at a tag border
13591           - Fixed off-by-one errors in DeleteChars()
13592           - Added missing streamlining check in DeleteChars() to remove
13593             zero-length tags
13594           - Implemented Invalidate() method, now properly calculates exposures
13595             between two given lines/positions
13596           - Implemented SetSelection()
13597           - Obsoleted and removed FixupSelection()
13598           - Improved RecalculateDocument() logic, removing code duplication
13600 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13602         * LibSupport.cs: changes to match different input/output arguments.
13604 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13606         * LibSupport.cs: added libsupport.so init routine.
13608 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
13609         
13610         * ControlBindingsCollection.cs
13611                 - Throws an exception on null datasource when adding
13612                 - Checks for duplicated bindings when adding
13614 2005-06-28  Jackson Harper  <jackson@ximian.com>
13616         * TreeView.cs (OnKeyDown): Support left and right properly
13617         (navigates as well as expanding and collapsing.
13618         - Add support for Multiply, this expands all the selected nodes
13619         children.
13620         - Fix some tabbing.
13622 2005-06-28  Jackson Harper  <jackson@ximian.com>
13624         * TreeView.cs: Implement keyboard navigation, currently supports,
13625         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
13626         support for toggling checkboxes with the space bar.
13628 2005-06-28  Jackson Harper  <jackson@ximian.com>
13630         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
13631         tree.
13633 2005-06-28  Jackson Harper  <jackson@ximian.com>
13635         * TreeView.cs: Add missing event.
13637 2005-06-27  Peter Bartok  <pbartok@novell.com> 
13639         * TextControl.cs:
13640           - Made line ending size configurable (now allows for counting 
13641             lineendings as \n or \r\n)
13642           - Added margin to viewport to keep caret visible on right side
13643           - Fixed translation routines for line/pos to documentpos to consider
13644             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
13645           - Fixed some line-endings to be unix style
13646           - Fixed Document.FormatText to perform it's calculations 1-based
13647           - Added descriptions for a few methods that might otherwise get 
13648             used wrong
13649           - Added NOTE section with some basic conventions to remember at 
13650             the top of the file
13651           - Major fixup for RichTextBox selection drawing:
13652             * Fixed crashes when multiple tags on a single line were selected
13653             * fixed selection box drawing not overlaying text
13654             * fixed bogus offset calculation for tags not starting at index 1
13655             * Switched behaviour from using multiple Substrings of a 
13656               StringBuilder.ToString() to using multiple 
13657               StringBuilder.ToString(start, length) statements, hoping this is
13658               faster (kept original version commented out in the code, in case
13659               original version was faster)
13660         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
13661           alignment != Left
13662         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
13663           call it as well
13665 2005-06-27  Jackson Harper  <jackson@ximian.com>
13667         * TabControl.cs: Move to the left and right with the arrow
13668         keys. These keys don't cycle beyond first and last like
13669         tab. Refresh all the tabs when scrolling them to the left or
13670         right.
13672 2005-06-27  Jackson Harper  <jackson@ximian.com>
13674         * TabControl.cs:
13675           - ToString: Added method
13676           - CreateParams: Remove TODO and comment
13677           - OnKeyDown: Cycle through bounds properly.
13678           - SelectedIndex: Scroll to the right or left if we need to
13679           display the newly selected tab.
13681 2005-06-23  Jackson Harper  <jackson@ximian.com>
13683         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
13684         set.
13686 2005-06-23  Jackson Harper  <jackson@ximian.com>
13688         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
13689         CTRL-SHIFT-TAB, and HOME, END are there any others?
13691 2005-06-23  Jackson Harper  <jackson@ximian.com>
13693         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
13695 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
13696         
13697         * DataGridTextBoxColumn.cs: fixes and enhancements
13698         * ThemeWin32Classic.cs: fixes and enhancements
13699         * DataGridBoolColumn.cs:  fixes and enhancements
13700         * DataGridDrawingLogic.cs:  fixes and enhancements
13701         * CurrencyManager.cs: fixes and enhancements
13702         * DataGrid.cs: fixes and enhancements
13703         * DataGridColumnStyle.cs:  fixes and enhancements
13705 2005-06-22  Jackson Harper  <jackson@ximian.com>
13707         * TabControl.cs: Add some missing methods that just call into the
13708         base. Make the TabPageCollection's IList interface behave in the
13709         same manner as the MS implementation.
13711 2005-06-22  Peter Bartok  <pbartok@novell.com> 
13713         * TextControl.cs: Added sanity check
13714         * TextBoxBase.cs: 
13715           - Fixed wrapping behaviour, don't set wrap on single line controls
13716             (this fixes the breakage of colordialog introduced in an earlier
13717              checkin)
13718           - Added rudimentary support for autoscrolling right-aligned controls
13719             (still needs fixing, also, center alignment scroll is missing)
13721 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
13722         
13723         * ScrollBar.cs: Fixes thumbpos on Maximum values
13725 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
13726         
13727         * PropertyGridView.cs: Pass context information to UITypeEditors 
13729 2005-06-21  Peter Bartok  <pbartok@novell.com> 
13731         * TextBoxBase.cs:
13732           - Now calling PositionCaret with absolute space coordinates
13733           - Enabled vertical scrolling
13734           - Better tracking of scrollbar changes, tied into WidthChange
13735             event
13736           - Improved cursor tracking
13737           - Removed debug output
13738         * TextControl.cs:
13739           - PositionCaret coordinates are now works in absolute space, not 
13740             the canvas
13741           - Improved tracking of document size
13742           - Added events for width and height changes
13744 2005-06-21  Peter Bartok  <pbartok@novell.com>
13746         * Form.cs: Set focus to active control when form is activated
13747         * TextControl.cs: 
13748           - Added word-wrap functionality to RecalculateLine() 
13749           - Added some short function descriptions for VS.Net to aid in
13750             writing dependent controls
13751           - Added Caret property, returning the current coords of the caret
13752           - Added ViewPortWidth and ViewPortHeight properties
13753           - Added Wrap property
13754           - Added CaretMoved event
13755           - Removed some old debug code
13756           - Split() can now create soft splits
13757           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
13758           - Added method to format existing text
13759           - Fixed size/alignment calculations to use viewport
13760           - RecalculateDocument now can handle changing line-numbers while
13761             calculating lines
13763         * TextBox.cs:
13764           - Added some wrap logic, we don't wrap if alignment is not left
13765           - Added casts for scrollbar var, base class switched types to
13766             also support RichTextBoxA
13767           - Implemented handling of scrollbar visibility flags
13769         * TextBoxBase.cs:
13770           - Switched scrollbars type to RichTextBoxScrollBars to support
13771             RichTextBox
13772           - Added tracking of canvas width/height
13773           - Switched scrollbars to be not selectable (to keep focus on text)
13774           - Added central CalculateDocument() method to handle all redraw
13775             requirements
13776           - Added ReadOnly support
13777           - Added WordWrap support
13778           - Fixed handling of Enter key (we now treat it as a DialogKey)
13779           - Fixed caret positioning when h or v scroll is not zero
13780           - Fixed placing/generation of vertical scrollbar
13781           - Added CalculateScrollBars() method to allow updating scrollbar
13782             limits and visibility
13783           - Fixed handling of horizontal scroll
13784           - Added handling of vertical scroll
13785           - Implemented auto-'jump' when caret moves to close to a left or
13786             right border and there is text to be scrolled into view (currently
13787             there's the potential for a stack overflow, until a bug in
13788             scrollbar is fixed)
13790 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
13791         
13792         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
13794 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
13796         * Mime.cs:
13797         - added inodes.
13798         - return application/x-zerosize for files with size zero
13799           (if no extension pattern matches).
13800         - check matches collection for strings too.
13801         - return only the first mime type if the name value
13802           collection has more than one mime type.
13804 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
13805         
13806         * PropertyGrid.cs: Cleaned up some TODOs
13807         * PropertyGridView.cs: Added support for UITypeEditors
13809 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
13810         
13811         * DataGrid.cs: clears cached value
13813 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
13815         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
13816         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
13817         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
13818         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
13819         
13820 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
13822         * ThemeWin32Classic.cs: fixes colour
13824 2005-06-15  Peter Bartok  <pbartok@novell.com>
13826         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
13827         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
13828         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
13829         * Control.cs: Added some MWFCategory and MWFDescription attributes
13830         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
13832 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
13834         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
13835         usage
13837 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
13839         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
13840         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
13841         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
13842         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
13843         * DataGrid.cs: default datagrid settings for Default Styles, fixes
13844         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
13846 2005-06-13  Jackson Harper  <jackson@ximian.com>
13848         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
13849         isn't printed when the user enables dropping. (X11 does accept
13850         drops).
13851         
13852 2005-06-13  Jackson Harper  <jackson@ximian.com>
13854         * TreeView.cs: Remove some TODOS.
13856 2005-06-13  Jackson Harper  <jackson@ximian.com>
13858         * Form.cs: Hook into the mdi framework.
13859         * MdiClient.cs: Use the base control collections add method so
13860         parents get setup correctly. Set the default back colour and dock
13861         style.
13862         * MdiChildContext.cs: New class, this bad actor handles an
13863         instance of an MDI window. Right now there is only basic
13864         support. You can drag, close, and resize windows. Minimize and
13865         Maximize are partially implemented.
13867 2005-06-13  Jackson Harper  <jackson@ximian.com>
13869         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
13870         freaky when both vals are negative. NOTE: There are probably other
13871         places in XplatUIX11 that this needs to be done.
13873 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
13875         * DataGrid.cs: implement missing methods, move KeyboardNavigation
13876         * DataGridColumnStyle.cs: fixes signature
13878 2005-06-12  Jackson Harper  <jackson@ximian.com>
13880         * XplatUIX11.cs: Use sizing cursors similar to the ones on
13881         windows.
13883 2005-06-11  Jackson Harper  <jackson@ximian.com>
13885         * StatusBarPanel.cs: Signature cleanups. Implement
13886         BeginInit/EndInit.
13888 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
13890         * DataGridTextBoxColumn.cs: Honors aligment
13891         * GridColumnStylesCollection.cs: Contains is case unsensitive
13892         * GridTableStylesCollection.cs: several fixes
13893         * DataGridTableStyle.cs: default column creation
13894         * DataGridDrawingLogic.cs: fixes
13895         * CurrencyManager.cs: ListName property
13896         * DataGrid.cs: multiple styles support
13897         * DataGridColumnStyle.cs: fixes
13898         
13900 2005-06-10  Peter Bartok  <pbartok@novell.com>
13902         * Control.cs(Select): Moved SetFocus call to avoid potential
13903           loops if controls change the active control when getting focus
13904         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
13905           the up/down buttons
13907 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
13909         * ImageListConverter.cs: Implemented
13911 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
13913         * MonthCalendar.cs: Wired in NumericUpDown control for year
13915 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
13917         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
13918           DoubleClick events, since they are not meant to be fired.
13920 2005-06-09  Peter Bartok  <pbartok@novell.com>
13922         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
13923           Jonathan's standalone controls into MWF, implemented missing
13924           events, attributes and methods; added xxxAccessible classes
13925         * AccessibleObject.cs: Made fields internal so other classes
13926           can change them if needed
13928 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
13930         * UpDownBase.cs: Complete implementation
13931         * NumericUpDown.cs: Complete implementation
13932         * DomainUpDown.cs: Complete implementation
13934 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
13936         * DataGridTextBoxColumn.cs: drawing fixes
13937         * DataGridCell.cs: fixes ToString method to match MSNet
13938         * DataGridTableStyle.cs: fixes
13939         * DataGridBoolColumn.cs: fixes, drawing
13940         * DataGridDrawingLogic.cs: fixes, new methods
13941         * DataGridTextBox.cs: Keyboard and fixes
13942         * DataGrid.cs:
13943                 - Keyboard navigation
13944                 - Scrolling fixes
13945                 - Row selection (single, multiple, deletion, etc)
13946                 - Lots of fixes
13947         
13948 2005-06-07  Jackson Harper  <jackson@ximian.com>
13950         * ThemeWin32Classic.cs: Clear the background area when drawing
13951         buttons.
13953 2005-06-06  Peter Bartok  <pbartok@novell.com>
13955         * ImageListStreamer.cs: Fixed signature for GetData
13956         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
13957         * ComboBox.cs:
13958           - Added missing ChildAccessibleObject class
13959           - Added missing OnXXXFocus overrides, switched to using those
13960             instead of the event handler
13961         * Control.cs:
13962           - Added Parent property for ControlAccessibleObject
13963           - Fixed signatures
13964           - Fixed attributes
13965           - Added ResetBindings()
13966         * ListBindingConverter.cs: Implemented some methods
13967         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
13968         * ImageList.cs: Implemented basic handle scheme, removed TODOs
13969         * ContainerControl.cs: Fixed signature, now subscribing to the
13970           ControlRemoved event instead of overriding the handler, LAMESPEC
13971         * CurrencyManager.cs: Added missing attribute
13972         * MonthCalendar.cs: Added missing properties
13974 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
13976         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
13977         
13978 2005-06-06  Gaurav Vaish and Ankit Jain
13980         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
13981         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
13982         
13983 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
13985         * Control.cs: fixes CreateParams Width / Height.
13987 2005-06-05  Peter Bartok  <pbartok@novell.com>
13989         * Win32DnD.cs: Removed compilation warnings
13991 2005-06-05  Peter Bartok  <pbartok@novell.com>
13993         * Control.cs (CreateParams): Since we don't know if one of the
13994           properties we use is overridden, lets make sure if we fail accessing
13995           we continue with a backup plan
13997 2005-06-05  Peter Bartok  <pbartok@novell.com>
13999         * Win32DnD.cs:
14000           - Removed debug output
14001           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
14002             struct
14003           - Plugged resource leak
14004         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
14005           MS size
14007 2005-06-05  Peter Bartok  <pbartok@novell.com>
14009         * XplatUIWin32.cs: Removed DnD code
14010         * Win32DnD.cs: Implemented drop source and drop target functionality
14012 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14014         * UpDownBase.cs: remove duplicate addition of event, enable some code
14015         that was commented out.
14016         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
14017         Validate input when a key is pressed. It works fine now for every
14018         combination of Hexadecimal. Only missing some drawing love when sharing
14019         space with other controls.
14021 2005-06-04  Peter Bartok  <pbartok@novell.com>
14023         * Control.cs:
14024           - We need to pass a window for DragDrop, so enable callback events
14025           - Added DnD callback events when being a DragSource
14026         * XplatUI.cs (StartDrag): Added window handle argument
14027         * XplatUIDriver.cs (StartDrag): Added window handle argument
14028         * QueryContinueDragEventArgs: Made fields internally accessible so
14029           drivers can set them
14030         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
14031           can set them
14033 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
14035         * DataGridTextBoxColumn.cs: column text editing
14036         * DataGridTableStyle.cs: Respect columns styles created by the user
14037         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
14038         * DataGridBoolColumn.cs: bool column editing
14039         * DataGrid.cs: fixes to scrolling, properties, etc
14040         * DataGridTextBox.cs: handle keyboard
14041         * DataGridColumnStyle.cs: fixes
14043 2005-06-02  Jackson Harper  <jackson@ximian.com>
14045         * ImageListStreamer.cs: Somewhat broken implementation of
14046         GetObjectData. The RLE needs some work to match MS properly.
14048 2005-06-02  Jackson Harper  <jackson@ximian.com>
14050         * X11Dnd.cs: Attempting to keep at least one file in MWF
14051         monostyled.
14053 2005-06-02  Peter Bartok  <pbartok@novell.com>
14055         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
14056           that way
14058 2005-06-02  Peter Bartok  <pbartok@novell.com>
14060         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
14061         * XplatUI.cs: Added DoDragDrop() method
14062         * XplatUIDriver.cs: Added DoDragDrop() method
14064 2005-06-02  Jackson Harper  <jackson@ximian.com>
14066         * Splitter.cs: Implement BorderStyle.
14068 2005-06-02  Jackson Harper  <jackson@ximian.com>
14070         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
14071         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
14072         X11 using XDND.
14074 2005-06-02  Peter Bartok  <pbartok@novell.com>
14076         * DataObject.cs:
14077           - Added Data setter
14078           - Fixed broken insertion code for SetData, now also
14079             overwrites any existing entry of the same format name
14080         * Hwnd.cs: Added list of pointers that automatically gets
14081           freed when the window is disposed
14082         * XplatUI.cs: Call driver initialization method when loading
14083           a driver
14084         * Control.cs:
14085           - OnDragLeave takes EventArgs, not DragEventArgs
14086           - Added setting of WS_EX_ACCEPTFILES style when dropping is
14087             supported
14088           - Forces style update when drop state changes
14089         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
14090           not perfect since we cannot (yet) call the IDataObject.GetData()
14091           method, we keep getting 0x80004005 error, dunno why)
14093 2005-06-02  Peter Bartok  <pbartok@novell.com>
14095         * DragEventArgs.cs: Make fields internal so we can cache the
14096           object and re-set the fields from XplatUI
14098 2005-06-02  Jackson Harper  <jackson@ximian.com>
14100         * Control.cs: Add some internal methods so the DnD subsystem can
14101         raise DnD events. Also call into the driver when AllowDrop is set.
14102         * XplatUI.cs:
14103         * XplatUIDriver.cs: New method for setting whether or not a window
14104         is allowed to accept drag and drop messages.
14105                 
14106 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
14107         
14108         * ScrollBar.cs: Make sure that values sent in Scroll events
14109         are always between Maximum and Minimum.
14111 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
14113         * Menu.cs: Call MenuChanged when menuitem visibility has been
14114         changed.
14115         * MenuItem.cs: Rebuild menu when item is (not) visible.
14116         * MainMenu.cs: MainMenu has special MenuChanged.
14117         * Theme.cs: Caption and FrameBorderSize are not fixed.
14118         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
14119         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
14120         * XplatUIX11.cs,
14121         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
14122         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
14124 2005-05-30  Jackson Harper  <jackson@ximian.com>
14126         * DataFormat.cs: We can't statically initialize this stuff because
14127         it calls into the xplatui and could create a loop. So we lazy init
14128         it.
14130 2005-05-28  Jackson Harper  <jackson@ximian.com>
14132         * Control.cs: Proper implementation of Product(Name/Version).
14134 2005-05-27  Jackson Harper  <jackson@ximian.com>
14136         * DataObject.cs: Dont crash if no data is found.
14138 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
14139         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
14140                 as per status page, guessing it should be set to true
14142 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
14144         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
14145         * DataGridTableStyle.cs: set proper formatting text, def header text
14146         * ThemeWin32Classic.cs: new themable paramaters
14147         * DataGridBoolColumn.cs: paint check box, get data, fixes
14148         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
14149         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
14150         * DataGridColumnStyle.cs: fixes
14151         * Theme.cs: new themable paramaters
14152                 
14153 2005-05-26  Peter Bartok  <pbartok@novell.com>
14155         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
14157 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14158         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
14160 2005-05-24  Peter Bartok  <pbartok@novell.com>
14162         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
14163           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
14164           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
14165           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
14166           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
14167           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
14168           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
14169           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
14170           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
14171           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
14172           missing attributes, etc
14173         * DataGridPreferredColumnWidthTypeConverter.cs: Added
14175 2005-05-24  Peter Bartok  <pbartok@novell.com>
14177         * Help.cs: Added, implemented trivial functions, throws up MessageBox
14178           when user tries to get help
14179         * DataObject.cs, DataFormats.cs, LinkArea.cs,
14180           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
14181           to suppress warnings
14182         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
14183           avoid unreachable code warning
14185 2005-05-20  Peter Bartok  <pbartok@novell.com>
14187         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
14189 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14191         * DataGridTextBoxColumn.cs: Basic painting methods
14192         * DataGridTableStyle.cs: Set table style in the column
14193         * ThemeWin32Classic.cs: Use Theme for colors
14194         * DataGridDrawingLogic.cs: Implement more drawing
14195         * DataGrid.cs: drawing, theming, enhacements, fixes
14196         * DataGridColumnStyle.cs: fixes, drawing
14197         * Theme.cs: theming for Datagrid
14199 2005-05-20  Peter Bartok  <pbartok@novell.com>
14201         * Cursor.cs: Implemented GetObjectData() method
14203 2005-05-20  Peter Bartok  <pbartok@novell.com>
14205         * Cursors.cs: Added setting of cursor name
14206         * Cursor.cs:
14207           - Implemented constructors
14208           - Implemented Draw and DrawStretched
14209           - Implemented Current property
14210           - Implemented == and != operators
14211           - Implemented Dispose()
14212           - Implemented ToString
14213           - Added missing attributes
14214         * XplatUIX11.cs:
14215           - Added missing reset for OverrideCursor when DoEvents is called
14216           - Fixed creation of cursor, logic was wrong
14217         * XplatUIWin32.cs:
14218           - Added missing reset for OverrideCursor when DoEvents is called
14219           - Fixed creation of cursor, bit arrays were swapped
14220         * Clipboard.cs: Removed obsolete MonoTODO attribute
14222 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14224         * ComboBox.cs: fixes OnSelectedItemChanged
14225         * ControlBindingsCollection.cs: fixes item range check
14227 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14229         * UpDownBase.cs:
14230                 - Calc preferred height properly
14231                 - Implement missing properties
14232                 
14233         * NumericUpDown.cs: Implement missing events
14235 2005-05-19  Jackson Harper  <jackson@ximian.com>
14237         * TabControl.cs: New method that resizes the tab pages before
14238         redrawing them. This as needed as the control is double buffered
14239         and sizing will not be recalculated unless ResizeTabPages is
14240         called.
14241         * TabPage.cs: Set base.Text instead of Text in the constructor so
14242         that UpdateOwner does not get called. Use the new Redraw method of
14243         TabControl instead of Refresh so the sizing is recalculated.
14244         * ThemeWin32Classic.cs: Draw the text for button tabs.
14246 2005-05-19  Jackson Harper  <jackson@ximian.com>
14248         * Control.cs: Paint control background images. Fix typo where
14249         PaintControlBackground was not getting called correctly.
14251 2005-05-19  Peter Bartok  <pbartok@novell.com>
14253         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
14254           I can investigate, apparently I broke FileDialog
14256 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
14258         * AxHost.cs: Some simple properties.
14259         * Control.cs: window must be accessible after ctor.
14260         * Form.cs: Added TransparencyKey property.
14261         * TextBoxBase.cs: Implemented Clear. Text property can be null.
14262         * XplatUIWin32.cs: SetBorderStyle implemented.
14264 2005-05-18  Peter Bartok  <pbartok@novell.com>
14266         * DataObject.cs: Entries are not global but particular to the
14267           DataObject, now it behaves that way
14268         * XplatUIWin32.cs: Implemented Clipboard methods
14269         * Clipboard.cs: Implemented
14270         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
14271         * XplatUIOSX.cs: Updated to final clipboard prototypes
14272         * XplatUIX11.cs: Implemented Clipboard methods
14273         * XplatUIDriver.cs: Updated to final clipboard prototypes
14274         * XplatUIStructs.cs:
14275           - Added BITMAPINFOHEADER struct
14276           - Added ClipboardFormats enum
14277         * X11Structs.cs:
14278           - Added ClipboardStruct
14279           - Added Atom enum items for clipboard types
14280           - Fixed atom types for Selection event structures
14281         * DataFormats.cs:
14282           - Added internal properties and methods for drivers to enumerate
14283             all known formats
14284           - Switched initialization method to allow drivers to assign their
14285             own IDs even for the MS predefined clipboard IDs
14286         * XplatUI.cs: Updated to final clipboard interface
14288 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14289         * PropertyGridView.cs: Fixed compiler warnings.
14291 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14292         * PropertyGrid.cs: Added some event calls
14293         * PropertyGridView.cs: Change drawing code to use double buffering
14294         * PropertyGridTextBox.cs: Changed Text property name
14295         * GridItem.cs: Added Bounds property.
14296         * GridEntry.cs: Added Bounds property.
14298 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
14300         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
14301         since GetType() may not return the correct type if the object is
14302         a remoting proxy.
14304 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
14306         * TreeNodeCollection.cs: fixes get/set item ranges
14307         
14308 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14310         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
14311                 
14312 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
14314         * ComboBox.cs: Fix item range comparation
14315         * ListView.cs: Fix item range comparation
14317 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14319         * FontDialog.cs:
14320           - Clear example panel when OnPaint is called
14321           - Better solution for displaying the example panel text
14322           - Select default indexes in the ListBoxes
14324 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14326         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
14328 2005-05-11  Peter Bartok  <pbartok@novell.com>
14330         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
14331         * SelectionRangeConverter.cs: Implemented
14332         * PropertyGrid.cs: Fixed attribute value
14333         * Control.cs:
14334           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
14335           - Added Sebastien Pouliot's CAS Stack Propagation fixes
14336         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
14337           that's common to all drivers. First methods to go there are
14338           Sebastien Pouliot's CAS Stack Propagation helper methods
14339         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
14340           Sebastien Pouliot for CAS Stack Propagation
14342 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
14344         * OSXStructs.cs:
14345           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
14347 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
14349         * DataGridTextBoxColumn.cs: fixed some members
14350         * GridColumnStylesCollection.cs: indexed column is case insensitive
14351         * DataGridTableStyle.cs: fixes
14352         * ThemeWin32Classic.cs: add new theme parameter
14353         * Theme.cs: add new theme parameter
14354         * DataGridDrawingLogic.cs: Datagrid's drawing logic
14355         * DataGrid.cs: fixes, new internal properties, etc.
14356         * DataGridColumnStyle.cs: allows to set grid value
14357         *
14359 2005-05-10  Peter Bartok  <pbartok@novell.com>
14361         * AccessibleObject.cs:
14362           - Removed MonoTODO attribute on help, method is correct
14363           - Fixed Bounds property
14364         * AxHost.cs: Moved MonoTODO
14365         * ButtonBase.cs: Now setting AccessibleObject properties
14366         * RadioButton.cs: Setting proper AccessibleObject role
14367         * CheckBox.cs: Setting proper AccessibleObject role
14368         * ControlBindingsCollection.cs: Added properties, methods and attributes
14369         * DataFormats.cs: Fixed awkward internal API, and changed to enable
14370           userdefined DataFormats.Format items as well
14371         * ListControl.cs: Removed data_member from the public eye
14372         * OpenFileDialog.cs:
14373           - Made class sealed
14374           - Added missing attributes
14375         * SaveFileDialog.cs: Added missing attributes
14376         * ImageListStreamer.cs: Fixed code that caused warnings
14377         * LinkLabel.cs: Removed unreachable code
14378         * TreeView.cs: Fixed code that caused warnings
14379         * PropertyGridView.cs: Fixed code that caused warnings
14380         * GridColumnStylesCollection.cs: Added missing attributes
14381         * GridTableStylesCollection: Added missing attribute
14382         * PropertyManager: Added .ctor
14383         * SecurityIDType: Added
14384         * DataObject.cs: Implemented class
14385         * LinkArea.cs: Added missing attribute
14387 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
14389         * RadioButton.cs: call base method to allow to fire OnClick event
14390         * UpDownBase.cs: OnMouseUp call base method
14391         * CheckedListBox.cs: call base method before returning
14392         * TrackBar.cs: call base method before returning
14393         
14395 2005-05-10  Peter Bartok  <pbartok@novell.com>
14397         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
14398           for messages
14400 2005-05-10  Peter Bartok  <pbartok@novell.com>
14402         * DataFormats.cs: Implemented
14403         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
14404           XplatUIX11.cs: Added Clipboard APIs
14405         * XplatUIWin32.cs: Implemented Clipboard APIs
14406         * FolderBrowserDialog.cs: Added missing event, attributes
14408 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
14410         * CheckBox.cs: call base method to allow to fire OnClick event
14412 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
14414         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
14416 2005-05-06  Peter Bartok  <pbartok@novell.com>
14418         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
14419         * Screen.cs: Implemented
14420         * HelpNavigator.cs: Added
14421         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
14422           property
14423         * HelpProvider.cs: Implemented all we can do until we have a CHM
14424           help library (which means that "What's This" does work now)
14426 2005-05-06  Jackson Harper  <jackson@ximian.com>
14428         * XplatUIX11.cs: Fix waking up the main loop.
14429                 
14430 2005-05-05  Peter Bartok  <pbartok@novell.com>
14432         * XplatUI.cs: Updated revision
14433         * Form.cs: Removed enless loop
14434         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
14435         * Label.cs (OnPaint): Added call to base.OnPaint()
14436         * ToolTip.cs: Made ToolTipWindow reusable for other controls
14437         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
14438         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
14439         * AxHost.cs: Added
14440         * ButtonBase.cs: Moved base.OnPaint() call to end of method
14441         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
14442           to ToolTip.ToolTipWindow for drawing and size methods; this allows
14443           reuse of ToolTipWindow by other controls
14444         * SizeGrip.cs: Moved base.OnPaint() call to end of method
14445         * XplatUIX11.cs: Now clipping drawing area (experimental)
14446         * PictureBox.cs: Moved base.OnPaint() call to end of method
14447         * Theme.cs: Fixed ToolTip abstracts to match new format
14448         * ErrorProvider.cs: Implemented
14450 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
14452         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
14453         * LinkLabel.cs:
14454                 - Adds cursors
14455                 - Handles focus
14456                 - Implements LinkBehavior
14457                 - Fixes many issues
14459 2005-05-03  Jackson Harper  <jackson@ximian.com>
14461         * ListView.cs: Calculate the scrollbar positioning on resize and
14462         paint, so they get put in the correct place.
14464 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
14466         * ColorDialogs.cs: The small color panels are now handled by
14467           SmallColorControl. This fixes drawing of the focus rectangle
14468           and adds a 3D border.
14470 2005-05-03  Peter Bartok  <pbartok@novell.com>
14472         * Control.cs: Modified version of Jonathan Chamber's fix for
14473           double-buffering
14475 2005-05-03  Jackson Harper  <jackson@ximian.com>
14477         * ListView.cs: Remove redraw variable. Control now handles whether
14478         or not a redraw needs to be done, and will only raise the paint
14479         event if redrawing is needed.
14481 2005-05-03  Jackson Harper  <jackson@ximian.com>
14483         * Splitter.cs: No decorations for the splitter form. Cache the
14484         hatch brush.
14486 2005-05-03  Jackson Harper  <jackson@ximian.com>
14488         * TreeView.cs: Use dashed lines to connect nodes. Use the
14489         ControlPaint method for drawing the focus rect instead of doing
14490         that in treeview.
14492 2005-05-02  Peter Bartok  <pbartok@novell.com>
14494         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
14496 2005-04-29  Jackson Harper  <jackson@ximian.com>
14498         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
14499         entire image buffer. Just clear the clipping rectangle.
14501 2005-04-29  Jackson Harper  <jackson@ximian.com>
14503         * ThemeWin32Classic.cs: Don't draw list view items that are
14504         outside the clipping rectangle.
14506 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
14508         * ListBox.cs: added horizontal item scroll
14510 2005-04-29  Jackson Harper  <jackson@ximian.com>
14512         * ThemeWin32Classic.cs: Remove some old debug code that was
14513         causing flicker with the new double buffering code.
14515 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
14517         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
14518         behave like combobox and comboboxlist (still not sure if this is
14519         correct though).
14521 2005-04-28  Jackson Harper  <jackson@ximian.com>
14523         * ThemeWin32Classic.cs: Don't fill the middle of progress
14524         bars. This fills areas outside of the clip bounds that don't need
14525         to be filled.
14527 2005-04-28  Jackson Harper  <jackson@ximian.com>
14529         * Control.cs: Don't expose functionality to touch the image buffers.
14530         * ProgressBar.cs:
14531         * ListView.cs: We do not need to (and no longer can) manipulate
14532         the image buffers directly. All of this is handled by Control.
14534 2005-04-28  Peter Bartok  <pbartok@novell.com>
14536         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14537           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
14538           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
14540 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14542         * Combobox:
14543                 - Adjust control's height for non-simple comboboxes (bug fix)
14544                 - Remove dead code
14545         * MenuAPI.cs: remove unused var
14546         * ScrollBar.cs: remove unsed var
14547                  
14548         * ListBox.cs: unselect items when clearing
14550 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
14552         * ListControl.cs: honors OnPositionChanged and default Selected Item
14553         * ListBox.cs: unselect items when clearing
14555 2005-04-27  Jackson Harper  <jackson@ximian.com>
14557         * X11Keyboard.cs: Initialize a default keyboard and give a warning
14558         if a "correct" keyboard is not found. This will make us not crash,
14559         but might give some users bad keyboard layouts...seems to be the
14560         same thing rewind does.
14562 2005-04-27  Jackson Harper  <jackson@ximian.com>
14564         * BindingManagerBase.cs: Attach the current/position changed
14565         handlers to their respective events.
14567 2005-04-27  Jackson Harper  <jackson@ximian.com>
14569         * Control.cs: Make sure that the first WM_PAINT does a full draw,
14570         not just a blit.
14571         * ThemeWin32Classic.cs: Don't fill the background for picture
14572         boxes. This could overright user drawing.
14573         * ComboBox.cs: Just fill the clipping rect not the entire client
14574         rect when drawing the background. This prevents pieces of the
14575         image buffer from getting overwritten and is theoretically faster.
14577 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
14579         * ComboBox.cs: Databinding support fixes, fire missing events
14580         * ListControl.cs: implement missing methods and properties, fixes
14581         * ThemeWin32Classic.cs: Databiding support on Drawing
14582         * CheckedListBox.cs: Databinding support fixes, fire missing events
14583         * ListBox.cs: Databinding support fixes, fire missing events
14584         
14585 2005-04-25  Peter Bartok  <pbartok@novell.com>
14587         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
14589 2005-04-25  Jackson Harper  <jackson@ximian.com>
14591         * TreeView.cs: Use the horizontal scrollbars height not width when
14592         determining how much of the client area is available.
14594 2005-04-25  Jackson Harper  <jackson@ximian.com>
14596         * Control.cs: Double buffering is handled differently now. As per
14597         the spec, the extra buffer is created in the WM_PAINT message and
14598         passed down to the control's drawing code.
14599         * GroupBox.cs:
14600         * Label.cs:
14601         * CheckBox.cs:
14602         * ProgressBar.cs:
14603         * RadioButton.cs:
14604         * ColorDialog.cs:
14605         * ComboBox.cs:
14606         * PropertyGridView.cs:
14607         * UpDownBase.cs:
14608         * MessageBox.cs:
14609         * MenuAPI.cs:
14610         * ListView.cs:
14611         * ButtonBase.cs:
14612         * SizeGrip.cs:
14613         * ScrollBar.cs:
14614         * ListBox.cs:
14615         * TrackBar.cs:
14616         * ToolBar.cs:
14617         * PictureBox.cs:
14618         * DateTimePicker.cs:
14619         * StatusBar.cs:
14620         * TreeView.cs: Update to new double buffering system.
14621         * MonthCalendar.cs: Uncomment block, as Capture is now
14622         working. Update to new double buffering
14623         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
14624         * PaintEventArgs.cs: New internal method allows us to set the
14625         graphics object. This is used for double buffering.
14626         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
14627         rectangle. The internal paint_area var has been removed from
14628         StatusBar. The clipping rect should be used instead.
14629         * Theme.cs: Give the PictureBox drawing method a clipping rect.
14630         * TabPage.cs: The RefreshTabs method was removed, so just call the
14631         tab controls Refresh method now.
14632         * TabControl.cs: Update to new double buffering. Make sure the
14633         handle is created before sizing the tab pages, otherwise we will
14634         get stuck in a loop.
14636 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
14638         * LinkLabel.cs: Fix typo, bug #74719; patch
14639           from Borja Sanchez Zamorano
14641 2005-04-22  Jackson Harper  <jackson@ximian.com>
14643         * TreeNode.cs: Implement Handle stuff.
14644         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
14646 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
14648         * DataGridTextBoxColumn.cs: call base constructors, fixes
14649         * GridColumnStylesCollection.cs: missing events, methods, and functionality
14650         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
14651         * DataGridTableStyle.cs: implements create default column styles
14652         * DataGridBoolColumn.cs: which types can handle
14653         * DataGrid.cs: missing methods, fixes, new functionality
14654         * DataGridColumnStyle.cs: fixes
14656 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
14657         * FolderBrowserDialog.cs:
14658         - Use a thread to fill the TreeView
14659         - Adjusted some sizes
14661 2005-04-19  Peter Bartok  <pbartok@novell.com>
14663         * LinkLabel.cs: (Re-)create the pieces when setting the Text
14664           property. Fixes #74360.
14666 2005-04-19  Jackson Harper  <jackson@ximian.com>
14668         * XEventQueue.cs: Lock when getting the lockqueue size.
14669         * PictureBox.cs: Call base OnPaint
14670         
14671 2005-04-19  Peter Bartok  <pbartok@novell.com>
14673         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
14674           messages were no longer being processed (this broke BeginInvoke)
14676           
14677 2005-04-18  Jackson Harper  <jackson@ximian.com>
14679         * TreeView.cs: buglet that caused node images to get drawn
14680         regardless of whether or not they were in the clipping rectangle.
14682 2005-04-18  Jackson Harper  <jackson@ximian.com>
14684         * CurrencyManager.cs: There are four rules for GetItemProperties:
14685         - If the type is an array use the element type of the array
14686         - If the type is a typed list, use the type
14687         - If the list contains an Item property that is not an object, use
14688         that property
14689         - use the first element of the list if there are any elements in
14690         the list.
14691         
14692 2005-04-17  Jackson Harper  <jackson@ximian.oom>
14694         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
14695         click. This handles offsets for scrolling properly and reduces
14696         memory. Also fixed GetNode to not offset now that TopNode works
14697         properly.
14698         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
14699         
14700 2005-04-17  Jackson Harper  <jackson@ximian.com>
14702         * CursorConverter.cs: Initial implementation.
14704 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
14706         * ListControl.cs: work towards complex data binding support on ListControl
14707         * CurrencyManager.cs: work towards complex data binding support on ListControl
14708         * ListBox.cs: work towards complex data binding support on ListControl
14711 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
14713         * GridTableStylesCollection.cs: fixes name and constructor
14714         * DataGridTableStyle.cs: fixes
14715         * DataGridBoolColumn.cs: fixes names and constructors
14716         * DataGrid.cs: define methods and properties. Some init implementations
14717         * DataGridCell.cs: define methods and properties. Some init implementations
14718         * GridTablesFactory.cs: Define methods and properties
14720 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
14722         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
14723         graphics port changes.  We still want the coordinates in global screen
14724         coordinates.
14726 2005-04-14  Jackson Harper  <jackson@ximian.com>
14728         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
14729         check plus minus or checkbox clicks unless those features are enabled.
14731 2005-04-14  Jackson Harper  <jackson@ximian.com>
14733         * TreeView.cs: Add methods for setting the top and bottom visible
14734         nodes. TreeNode::EnsureVisible uses these methods.
14735         * TreeNode.cs: Implement EnsureVisible
14737 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
14739         * Form.cs: Pospone menu assignation if the window has not been created yet
14740         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
14741         size and position
14743 2005-04-12  Jackson Harper  <jackson@ximian.com>
14745         * TreeView.cs: Set the TopNode properly when scrolling
14746         occurs. This has the added benifit of reducing the amount of
14747         walking that needs to be done when drawing. Also removed an old
14748         misleading TODO.
14749         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
14750         
14751 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
14753         * Timer.cs: fixes interval setting when the timer is already enabled
14754         
14755 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
14757         * FolderBrowserDialog.cs: First approach
14759 2005-04-09  Peter Bartok  <pbartok@novell.com>
14761         * FolderBrowserDialog: Added
14763 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
14765         * LinkLabel.cs: move drawing code into the theme
14766         * ThemeWin32Classic.cs: drawing code and painting background bugfix
14767         * Theme.cs: define DrawLinkLabel method
14769 2005-04-05  Jackson Harper  <jackson@ximian.com>
14771         * BindingContext.cs: Use weak references so these bad actors don't
14772         stay alive longer then they need to.
14774 2005-04-05  Jackson Harper  <jackson@ximian.com>
14776         * ListControl.cs: Basic implementation of complex databinding.
14777         * ComboBox.cs:
14778         * ListBox.cs: Add calls to ListControl databinding methods.
14780 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
14782         * FileDialog.cs:
14783           - Don't change PopupButtonState to Normal when the
14784             PopupButton gets pressed several times.
14785           - Renamed ButtonPanel to PopupButtonPanel
14787 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
14789         * ColorDialog.cs: Use cached objects instead of creating them
14790         * LinkLabel.cs: Use cached objects instead of creating them
14791         * Splitter.cs: Use cached objects instead of creating them
14792         * FontDialog.cs: Use cached objects instead of creating them
14793         * PropertyGridView.cs: Use cached objects instead of creating them
14794         * MessageBox.cs: Use cached objects instead of creating them
14795         * FileDialog.cs: Use cached objects instead of creating them
14796         * ThemeWin32Classic.cs: Use cached objects instead of creating them
14797         * TreeView.cs: Use cached objects instead of creating them
14798         
14799 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
14801         * Control.cs: use Equals to compare the font since no == op
14802         * ScrollBar.cs: use Equals to compare the font since no == op
14804 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
14806         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
14808 2005-04-01  Jackson Harper  <jackson@ximian.com>
14810         * Binding.cs: Implement IsBinding.
14811         * BindingManagerBase.cs:
14812         * PropertyManager.cs:
14813         * CurrencyManager.cs: Add IsSuspended property.
14815 2005-04-01  Jackson Harper  <jackson@ximian.com>
14817         * Binding.cs: Had some IsAssignableFrom calls backwards.
14819 2005-04-01  Jackson Harper  <jackson@ximian.com>
14821         * Binding.cs: Handle null data members when pulling data.
14822         * PropertyManager.cs: Handle the data member being a property that
14823         does not exist.
14825 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
14827         * DataGridTextBoxColumn.cs: fixes signature
14828         * DataGrid.cs: calls right constructor
14830 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
14832         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
14833         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
14834         * GridTableStylesCollection.cs: implements GridTableStylesCollection
14835         * DataGridTableStyle.cs: implements DataGridTableStyle
14836         * DataGridBoolColumn.cs: implements DataGridBoolColumn
14837         * DataGridTextBox.cs: implements DataGridTextBox
14838         * DataGridColumnStyle.cs: implements DataGridColumnStyle
14840 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
14842         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
14844 2005-03-29  Peter Bartok  <pbartok@novell.com>
14846         * Application.cs:
14847           - Properly implemented CompanyName property
14848           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
14849             returns a path that includes CompanyName, ProductName and
14850             Version (fixes bug #70330)
14852 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
14854         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
14855           fixes bug #72588.
14857 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
14859         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
14860         
14861           - Added ReadOnly CheckBox
14862           - Further refactoring: moved some code from Open-/SaveFileDialog
14863             to FileDialog
14865 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
14867         * OpenFileDialog.cs: Fixed CheckFileExists
14868         * FileDialog.cs:
14869           Moved FileView and DirComboBox outside FileDialog class.
14870           They can now be used outside FileDialog
14872 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
14874         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
14875         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
14877 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
14879         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
14880           - Added missing CreatePrompt property in SaveDialog
14881           - Overall SaveDialog handling should be better now
14882           - Added non standard ShowHiddenFiles property
14883           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
14884           - Added InitialDirectory and RestoreDirectory support
14886 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
14888         * FileDialog.cs: Made dirComboBox usable
14890 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
14892         * FileDialog.cs: Added Filter support (case sensitiv)
14894 2005-03-24  Jackson Harper  <jackson@ximian.com>
14896         * TabControl.cs: Need a couple more pixels for the lines.
14898 2005-03-23  Jackson Harper  <jackson@ximian.com>
14900         * TabControl.cs: Give the tab page focus when it is selected.
14902 2005-03-23  Jackson Harper  <jackson@ximian.com>
14904         * TabControl.cs: Account for the drawing of tabs borders when
14905         invalidating. If the slider was clicked dont do click detection on
14906         the tabs.
14908 2005-03-23  Jackson Harper  <jackson@ximian.com>
14910         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
14912 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
14914         * CategoryGridEntry.cs: Added
14915         * GridItem.cs: Added helper properties
14916         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
14917         * GridEntry.cs: Updated code for collection
14918         * PropertyGrid.cs: Cleaned up some formatting
14919         * PropertyGridView.cs: Added drop down functionality for enums.
14920         * GridItemCollection.cs: Added enumerator logic
14921         * PropertyGridEntry.cs: Added
14923 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
14925         * FileDialog.cs:
14926           - Removed unnecessary commented code
14927           - Fixed handling for entering the filename manually in the combobox
14929 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
14931         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
14933 2005-03-18  Peter Bartok  <pbartok@novell.com>
14935         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
14936           them being touching the border
14938 2005-03-18  Peter Bartok  <pbartok@novell.com>
14940         * TextControl.cs: Quick hack to center text better
14942 2005-03-18  Peter Bartok  <pbartok@novell.com>
14944         * ControlPaint.cs:
14945           - Don't throw NotImplemented exceptions, just print a notice once
14946             instead (requested by Miguel). This makes running existing SWF
14947             apps a bit easier
14948         * Control.cs:
14949           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
14950           - Added context menu trigger on right click
14951         * Panel.cs: Trigger invalidate on resize
14952         * StatusBar.cs:
14953           - Removed old double-buffer drawing
14954           - Added ResizeRedraw style to force proper update of statusbar
14955         * ListView.cs:
14956           - Removed debug output
14957         * ThemeWin32Classic.cs:
14958           - Fixed drawing of status bar, now draws Text property if there
14959             are no defined panels
14961 2005-03-18  Jackson Harper  <jackson@ximian.com>
14963         * ImageList.cs: When the image stream is set pull all the images
14964         from it.
14965         * ImageListStreamer.cs: Implement reading image list streams.
14967 2005-03-18  Peter Bartok  <pbartok@novell.com>
14969         * ThemeWin32Classic.cs (DrawPictureBox):
14970           - Fixed calculations for centered drawing
14971           - Fixed drawing for normal mode, not scaling the image on normal
14973 2005-03-18  Peter Bartok  <pbartok@novell.com>
14975         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
14976           textbox
14977         * FileDialog.cs:
14978           - Made Open/Save button the accept button for FileDialog
14979           - Tied the cancel button to the IButtonControl cancel button
14980           - Save/Open now properly builds the pathname
14981           - Now handles user-entered text
14982           - Preventing crash on right-click if no item is selected
14983           - Fixed Text property, now uses contents of textbox
14984           - Fixed SelectedText property, now just returns the text part that
14985             is selected in the text box
14987 2005-03-18  Jackson Harper  <jackson@ximian.com>
14989         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
14990         rect, make sure to de-adjust the interior rect after drawing the
14991         tab text.
14993 2005-03-18  Peter Bartok  <pbartok@novell.com>
14995         * MenuAPI.cs: Remove menu *before* executing selected action to
14996           prevent the menu from 'hanging around'
14997           
14998 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
15000         * XplatUIOSX.cs: Implemented WorkingArea property
15002 2005-03-17  Peter Bartok  <pbartok@novell.com>
15004         * XplatUIX11.cs: Fixed menu coord calculations
15005         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
15006           for calculating offsets
15008 2005-03-17  Peter Bartok  <pbartok@novell.com>
15010         * Hwnd.cs: Do not consider menu presence for default client
15011           rectangle location/size
15012         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
15013           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
15014           translation functions
15015         * FileDialog.cs: Fixed (what I presume is a) typo
15017 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
15019         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
15020           X access (avoids X-Async errors)
15022 2005-03-16  Jackson Harper  <jackson@ximian.com>
15024         * TabControl.cs: Raise the SelectedIndexChanged event.
15026 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
15028         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15029           - Removed vertical ToolBar and replaced it with a custom panel
15030             (desktop and home button already work)
15031           - Added Help button (some controls get resized or relocated then)
15032           - Draw correct text depending on Open or Save.
15033           - Fixed some typos...
15035 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
15037         * ScrollBar.cs:
15038           - Only change Maximum and Minimum when need it (bug fix)
15040 2005-03-15  Peter Bartok  <pbartok@novell.com>
15042         * Form.cs: Use Handle for icon, to trigger creation if
15043           the window does not yet exist
15044         * Control.cs:
15045           - CanSelect: Slight performance improvement
15046           - Focus(): Preventing possible recursion
15047           - Invalidate(): Removed ControlStyle based clear flag setting
15048           - WM_PAINT: fixed logic for calling OnPaintBackground
15049           - WM_ERASEBKGND: Fixed logic, added call to new driver method
15050             EraseWindowBackground if the control doesn't paint background
15051         * XplatUIWin32.cs:
15052           - Moved EraseWindowBackground() method to internal methods
15053           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
15054             is sent via SendMessage on BeginPaint call on Win32
15055         * XplatUIX11.cs:
15056           - Added EraseWindowBackground() method
15057           - No longer sends WM_ERASEBKGND on .Expose, but on call to
15058             PaintEventStart, which more closely matches Win32 behaviour
15059           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
15060           - Fixed SetFocus() to properly deal with client and whole windows
15061         * Hwnd.cs: Added ErasePending property
15062         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
15063         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
15065 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
15067         * XplatUIOSX.cs:
15068           - Fix hard loop when timers exist.
15069           - Fix bugs with middle and right click for 3 button mice.
15071 2005-03-11  Peter Bartok  <pbartok@novell.com>
15073         * XplatUIX11.cs:
15074           - get_WorkingArea: Need to call X directly, GetWindowPos only
15075             returns cached data now
15076           - Added sanity check to GetWindowPos hwnd usage
15078 2005-03-11  Jackson Harper  <jackson@ximian.com>
15080         * BindingManagerBase.cs: This method isn't used anymore as
15081         PullData now updates the data in the control.
15083 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
15085         * Form.cs: fixes menu drawing on X11
15086         * MenuAPI.cs:  fixes menu drawing on X11
15088 2005-03-11  Peter Bartok  <pbartok@novell.com>
15090         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
15091           from Jonathan Gilbert; should fix bug #73606
15092         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
15093           in Screen coordinates. Thanks, Jordi.
15094         * Form.cs: Added missing attribute
15096 2005-03-11  Peter Bartok  <pbartok@novell.com>
15098         * Form.cs:
15099           - Rudimentary Mdi support
15100           - Removed outdated FormParent code
15101           - Implemented lots of missing properties and methods, still missing
15102             transparency support
15103           - Added missing attributes
15104           - Implemented support for MaximumBounds
15105           - Added firing of various events
15106         * XplatUI.cs: Added SetIcon() method
15107         * XplatUIDriver.cs: Added SetIcon() abstract
15108         * XplatUIOSX.cs: Stubbed out SetIcon() method
15109         * XplatUIX11.cs:
15110           - Implemented SetIcon() support
15111           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
15112           - Switched to unix line endings
15113         * XplatUIWin32.cs:
15114           - Made POINT internal so for can access it as part of MINMAX
15115           - Implemented SetIcon() support
15116           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
15117             native Mdi support again, might have to go managed)
15118         * Control.cs: Now fires the StyleChanged event
15119         * MdiClient.cs: Added; still mostly empty
15121 2005-03-10  Peter Bartok  <pbartok@novell.com>
15123         * SaveFileDialog.cs: Added emtpy file
15125 2005-03-08  Peter Bartok  <pbartok@novell.com>
15127         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
15128           in turn triggers OnCreateContro) when creating a handle for the
15129           first time.
15130         * TextControl.cs: Fixed endless loop in certain cases when
15131           replacing the current selection
15133 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
15135         * ScrollBar.cs:
15136           - Honors NewValue changes in Scroll events allowing apps to change it
15137           - Adds First and Last Scroll events
15138           - Fixes Thumb events
15140 2005-03-07  Peter Bartok  <pbartok@novell.com>
15142         * Hwnd.cs: Added DefaultClientRectangle property
15143         * XplatUI.cs: Now using the X11 driver Where() method, which provides
15144           more detailed debug information
15145         * XplatUIX11.cs:
15146           - Fixed size-change feedback loop, where we would pull an old size
15147             off the queue and mistakenly change our window's size to an
15148             earlier value
15149           - Now compressing ConfigureNotify events, to reduce looping and
15150             redraw issues
15151         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
15152           is called
15154 2005-03-07  Jackson Harper  <jackson@ximian.com>
15156         * Binding.cs: Push data pushes from data -> property. Check if the
15157         property is readonly when attempting to set it.
15159 2005-03-07  Jackson Harper  <jackson@ximian.com>
15161         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
15162         instead of IsSubclassOf. Pulling data now sets the value on the
15163         control.
15164         * PropertyManager.cs:
15165         * CurrencyManager.cs: Just need to pull data when updating now,
15166         because PullData will set the value on the control.
15168 2005-03-04  Jackson Harper  <jackson@ximian.com>
15170         * Binding.cs: Implement data type parsing and converting on pulled
15171         data. TODO: Are there more ways the data can be converted?
15173 2005-03-04  Jackson Harper  <jackson@ximian.com>
15175         * Binding.cs: Support <Property>IsNull checks. Also bind to the
15176         controls Validating method so we can repull the data when the
15177         control loses focus.
15179 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
15181         * ColumnHeader.cs:
15182           - Fixes null string format
15183           
15184         * ListView.cs:
15185           - Adds enum type checks
15186           - Fixes redrawing and recalc need after changing some properties
15187           - Fixes on focus_item set after the event
15188           - Fixes adding columns after the control has been created
15189           
15190         * ThemeWin32Classic.cs:
15191           - Fixes CheckBox focus rectangle
15192           - Fixes ColumnHeader drawing
15195 2005-03-03  Jackson Harper  <jackson@ximian.com>
15197         * Binding.cs: Bind to <Property>Changed events so we can detect
15198         when properties are changed and update the data.
15200 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
15202         * ImageList.cs:
15203           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
15204           - Fixes ImageList constructor with ImageList container
15205           - Fixes image scaling (wrong parameters at DrawImage)
15207 2005-02-02  Jackson Harper  <jackson@ximian.com>
15209         * Binding.cs: Make property searches case-insensitive. Eliminate
15210         some duplicated code.
15212 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
15214         * ComboBox.cs:
15215                 - Handle focus event
15216                 - Fix scrollbar events
15217                 - Discard highlighted item if remove it
15218                 - Fixes SelectedItem with strings
15220 2005-03-01  Peter Bartok  <pbartok@novell.com>
15222         * Control.cs:
15223           - Fixed Visible property, now follows (once again) parent chain
15224             to return false if any control in the chain is visible=false
15225           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
15226           - Fixed several places where is_visible instead of Visible was used
15227           - Implemented FIXME related to focus selection when setting focused
15228             control to be invisible
15230         * XplatUIWin32.cs: Now using proper method to find out if window is
15231           visible. Thanks to Jordi for pointing it out
15233 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
15235         * ComboBox.cs: show/hide scrollbar instead of creating it
15237 2005-02-27  Jackson Harper  <jackson@ximian.com>
15239         * CurrencyManager.cs: Add PositionChanged stuff.
15241 2005-02-27  Peter Bartok  <pbartok@novell.com>
15243         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
15244         * XplatUIOSX.cs: Added GetMenuOrigin() stub
15245         * XplatUIWin32.cs: Implemented GetMenuOrigin()
15246         * XplatUIX11.cs:
15247           - Implemented GetMenuDC()
15248           - Implemented GetMenuOrigin()
15249           - Implemented ReleaseMenuDC()
15250           - Implemented generation of WM_NCPAINT message
15251           - Implemented generation and handling of WM_NCCALCSIZE message
15252         * Form.cs: Added debug helper message for Jordi's menu work
15253         * Hwnd.cs:
15254           - Modified ClientRect property; added setter, fixed getter to handle
15255             setting of ClientRect
15256           - Added MenuOrigin property
15258 2005-02-26  Peter Bartok  <pbartok@novell.com>
15260         * XplatUIX11.cs:
15261           - Destroys the caret if a window that's being destroyed contains it
15262           - Ignores expose events coming from the X11 queue for windows that
15263             already are destroyed
15264           - Now uses the proper variable for handling DestroyNotify, before we
15265             marked the wrong window as destroyed
15266           - Improved/added some debug output
15268 2005-02-26  Peter Bartok  <pbartok@novell.com>
15270         * X11Keyboard.cs: Fixes to work on 64bit systems
15272 2005-02-26  Peter Bartok  <pbartok@novell.com>
15274         * Control.cs:
15275           - Now calling OnHandleDestroyed from DestroyHandle()
15276             instead of Dispose()
15277           - Removed bogus call to controls.Remove() from DestroyHandle()
15279 2005-02-26  Peter Bartok  <pbartok@novell.com>
15281         * Control.cs: Properly destroy child windows when our handle is
15282           destroyed
15284 2005-02-25  Peter Bartok  <pbartok@novell.com>
15286         * XplatUI.cs:
15287           - Added 'DriverDebug' define to allow tracing XplatUI API calls
15288           - Alphabetized Static Methods and Subclasses
15290         * XplatUIX11.cs:
15291           - Added XException class to allow custom handling of X11 exceptions
15292           - Created custom X11 error handler, tied into XException class
15293           - Added support for MONO_XEXCEPTIONS env var to allow the user
15294             to either throw an exception on X errors or continue running
15295             after displaying the error
15296           - Added handling of DestroyNotify message
15297           - Added handler for CreateNotify message (still disabled)
15298           - Improved (tried to at least) Where method to provide file and lineno
15299         * X11Structs.cs:
15300           - Added XErrorHandler delegate
15301           - Added XRequest enumeration (to suppor translation of errors)
15303 2005-02-25  Jackson Harper  <jackson@ximian.com>
15305         * PropertyManager.cs: Implement editing features
15306         * CurrencyManager.cs:
15307         * Binding.cs: First attempt at UpdateIsBinding
15308         * BindingManagerBase.cs: Call UpdateIsBinding before
15309         pushing/pulling data.
15311 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
15313         * MenuAPI.cs: Respect disabled items
15314         * ThemeWin32Classic.cs
15315                 - Caches ImageAttributes creation for DrawImageDisabled
15316                 - Fixes vertical menu line drawing
15317                 - Draws disabled arrows in disable menu items
15319 2005-02-24  Peter Bartok  <pbartok@novell.com>
15321         * Hwnd.cs:
15322           - Added UserData property to allow associating arbitrary objects
15323             with the handle
15324           - Fixed leak; now removing Hwnd references from static windows array
15325         * XplatUIWin32.cs:
15326           - Fixed Graphics leak in PaintEventEnd
15327           - Removed usage of HandleData, switched over to Hwnd class
15328         * HandleData.cs: Removed, obsoleted by Hwnd.cs
15330 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15332         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
15333         * ScrollBar.cs: Fixes bug
15334         * TrackBar.cs: removes death code, clipping, mimize refreshes,
15335          keyboard navigation enhancements
15337 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
15339         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
15340         * GroupBox.cs: Add control styles
15341         * Label.cs: Add control styles
15342         * UpDownBase.cs: Add control styles
15343         * ListBox.cs: Add control styles
15344         * XplatUIWin32.cs: Fixes wrong parameter order
15347 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
15349         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
15351 2005-02-23  Jackson Harper  <jackson@ximian.com>
15353         * PropertyManager.cs: Implement property binding. This doesn't
15354         seem to work yet though as (I think) there are some bugs in
15355         System.ComponentModel.PropertyDescriptor.
15356         * BindingContext.cs: Use new PropertyManager constructor.
15358 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
15360         * ProgressBar.cs: use clip region in ProgressBar
15361         * ThemeWin32Classic.cs: use clip region in ProgressBar
15363 2004-02-22  Jackson Harper  <jackson@ximian.com>
15365         * BindingsCollection.cs: Remove some debug code.
15367 2005-02-22  Jackson Harper  <jackson@ximian.com>
15369         * BindingContext.cs:
15370         * ControlBindingsCollection.cs:
15371         * CurrencyManager.cs:
15372         * Binding.cs:
15373         * BindingManagerBase.cs: Initial implementation
15374         * BindingsCollection.cs: Add an internal contains method that the
15375         BindingManagerBase uses to ensure bindings aren't added twice to
15376         the collection.
15377         * PropertyManager.cs: Stubbed out.
15378         * Control.cs:
15379         * ContainerControl.cs: Hook up databinding
15380         
15381 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
15383         * XplatUIOSX.cs:
15384           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
15385           Fixed Invalidate/Update chain.
15386           Fixed tons of other minor bugs (this is almost a complete rewrite).
15388 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
15390         * ComboBox.cs: do subcontrol creation when the control is created
15392 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15394         * Label.cs: fixes image drawing (image and imagelist)
15395         * ThemeWin32Classic.cs: cache brushes
15396         
15397 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15399         * Form.cs: Move menu drawing code to Theme class
15400         * ComboBox.cs: Move ComboBox drawing code to Theme class
15401         * MenuItem.cs: Move menu drawing code to Theme class
15402         * MenuAPI.cs: Move menu drawing code to Theme class
15403         * ThemeWin32Classic.cs: New methods
15404         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
15405         * ListBox.cs: Move Listbox drawing code to Theme class
15406         * Theme.cs: New methods
15408 2005-02-20  Peter Bartok  <pbartok@novell.com>
15410         * Control.cs:
15411           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
15412             only process mnemonics on those)
15413           - Fixed event sequence for key handling; first calling
15414             ProcessKeyEventArgs now
15415         * TextBoxBase.cs:
15416           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
15417             for processing non-character keys
15418           - Fixed WM_CHAR to generate proper event sequence before processing
15419         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
15420           generation
15422 2005-02-19  Peter Bartok  <pbartok@novell.com>
15424         * UserControl.cs: Added TextChanged event; added attributes
15425         * SizeGrip.cs: Implemented resizing and optional display of grip
15426         * Form.cs: Fixed attribute
15427         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15428           Changed meaning of ScrollWindow bool argument; instead of the
15429           clear attribute (which will be true usually anyway), it gives the
15430           option of moving child controls as well.
15431         * XplatUIX11.cs:
15432           - Changed to match new ScrollWindow argument
15433           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
15434             now handles the implicit parent window a WM puts around us
15435         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
15436           to work)
15437         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
15438         * TreeView.cs: Adjusted to new ScrollWindow arguments
15440 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
15442         * Form.cs: Menu integration with non-client area
15443         * MenuItem.cs: Menu integration with non-client area
15444         * MenuAPI.cs: Menu integration with non-client area
15446 2005-02-18  Peter Bartok  <pbartok@novell.com>
15448         * MethodInvoker.cs: Added
15449         * MdiLayout.cs: Added
15450         * SendKeys.cs: Started implementation
15451         * ErrorIconAlignment.cs: Added
15453 2005-02-18  Peter Bartok  <pbartok@novell.com>
15455         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
15456         * Form.cs: Added handling for Menu-related Non-client messages
15458 2005-02-17  Peter Bartok  <pbartok@novell.com>
15460         * UpDownBase.cs: Fixed typo, compilation errors
15461         * DomainUpDown.cs: Fixed attribute value
15463 2005-02-16  Miguel de Icaza  <miguel@novell.com>
15465         * UpDownBase.cs: Attach entry events.
15466         Propagate events.
15467         Add ForeColor property, Focused, InterceptArrowKeys (interception
15468         does not work yet).
15470 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
15472         * Form.cs:
15473                 - Redraw non client are on Setmenu
15474                 - Calc proper menu starting point
15476 2005-02-17  Peter Bartok  <pbartok@novell.com>
15478         * Application.cs: Fixed message_filter check
15480 2005-02-17  Peter Bartok  <pbartok@novell.com>
15482         * Application.cs: Now calls registered message filters
15483         * DockStyle.cs: Fixed attribute
15484         * Form.cs: Fixed attribute
15485         * Menu.cs: Fixed attribute
15486         * ToolTip.cs: Fixed attribute
15487         * TreeNode.cs: Added missing attributes and arranged in regions
15488         * PropertyGrid.cs: Fixed signatures
15489         * TreeNodeCollection.cs: Added attributes
15490         * Splitter.cs: Added missing attributes; arranged into regions
15491         * TabPage.cs: Added missing attributes; arranged into regions
15492         * TextBoxBase.cs: Added missing attributes
15493         * TextBox.cs: Added missing attributes
15494         * ArrangeDirection.cs: Added missing attributes
15495         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
15496         * ToolBarButton.cs: Fixed attributes
15497         * AnchorStyles.cs: Fixed attribute
15498         * TrackBar.cs: Fixed attributes
15499         * TabControl.cs: Added missing attributes and arranged into regions
15500         * ToolBar.cs: Fixed attribute
15501         * StatusBar.cs: Fixed signature, organized into regions and added
15502           attributes
15503         * StatusBarPanel.cs: Fixed attributes
15504         * ContentsResizedEventArgs.cs: Implemented
15505         * ContentsResizedEventHandler.cs: Implemented
15506         * DateBoldEventArgs.cs: Implemented
15507         * DateBoldEventHandler.cs: Implemented
15508         * UpDownEventArgs.cs: Implemented
15509         * UpDownEventHandler.cs: Implemented
15510         
15511 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
15513         * Form.cs: first Menu NC refactoring
15514         * MenuAPI.cs: first Menu NC refactoring
15515         
15516 2005-02-16  Peter Bartok  <pbartok@novell.com>
15518         * ImeMode.cs: Added missing attributes
15519         * Menu.cs: Fixed attribute
15520         * GroupBox.cs: Fixed attribute
15521         * Label.cs: Fixed attribute
15522         * ColorDialog.cs (RunDialog): Removed TODO attribute
15523         * ComboBox.cs: Fixed attributes
15524         * ListControl.cs: Added missing attributes
15525         * PropertyGrid.cs: Fixed attributes
15526         * Control.cs: Fixed attributes
15527         * ListViewItem.cs: Added TypeConverter attribute
15528         * NotifyIcon.cs: Fixed attributes
15529         * ListView.cs: Fixed attributes
15530         * ButtonBase.cs: Fixed attribute
15531         * ImageList.cs: Added missing attributes
15532         * ContainerControl.cs: Fixed signature
15533         * CheckedListBox.cs: Fixed attribute; added missing attributes
15534         * Panel.cs: Fixed attributes
15535         * PropertyTabChangedEventArgs.cs: Added missing attribute
15536         * PropertyValueChangedEventArgs.cs: Added missing attribute
15537         * Binding.cs: Fixed attribute
15538         * ListViewItemConverter: Implemented ListViewSubItemConverter class
15539         * ListBox.cs: Fixed attribute; added missing attributes;
15540         * ScrollableControl.cs: Added missing attributes
15541         * PictureBox.cs: Added missing attributes; implemented missing property
15542         * DateTimePicker.cs: Added missing attributes
15543         * Theme.cs (ToolWindowCaptionHeight): Fixed type
15544         * MonthCalendar.cs: Fixed attributes
15545         * StatusBarPanel.cs: Added missing attributes
15546         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
15548 2005-02-16  Peter Bartok  <pbartok@novell.com>
15550         * TextBoxBase.cs: The previous method to enforce height yet remember
15551           the requested high was less than ideal, this is an attempt to do
15552           it better.
15553         * Control.cs: Added comment about possible problem
15554         * Copyright: Updated format
15555         * GridItemType.cs: Fixed swapped values
15557 2005-02-15  Jackson Harper  <jackson@ximian.com>
15559         * BaseCollection.cs: Use property so we never access an
15560         uninitialized list. Also initialize the list in the property.
15562 2005-02-15  Peter Bartok  <pbartok@novell.com>
15564         * GroupBox.cs (ProcessMnemonic): Implemented
15565         * Label.cs (ProcessMnemonic): Implemented
15566         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
15567           hotkeys
15569 2005-02-15  Peter Bartok  <pbartok@novell.com>
15571         * RadioButton.cs (ProcessMnemonic): Implemented
15572         * CheckBox.cs (ProcessMnemonic): Implemented
15573         * Control.cs:
15574           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
15575             handling
15576           - Added internal method to allow calling ProcessMnemonic from other
15577             controls
15578         * ContainerControl.cs:
15579           - Started support for handling validation chain handling
15580           - Implemented ProcessMnemonic support
15581           - Added Select() call to Active, to make sure the active control
15582             receives focus
15583         * Form.cs: Setting toplevel flag for Forms (this was lost in the
15584           FormParent rewrite)
15585         * ThemeWin32Classic.cs:
15586           - DrawCheckBox(): Fixed stringformat to show hotkeys
15587           - DrawRadioButton(): Fixed stringformat to show hotkeys
15588         * CommonDialog.cs: Removed WndProc override, not needed
15590 2005-02-14  Peter Bartok  <pbartok@novell.com>
15592         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
15593           missed those in the rewrite
15595 2005-02-14  Miguel de Icaza  <miguel@novell.com>
15597         * NumericUpDown.cs (Increment, ToString): Add.
15598         (DecimalPlaces): implement.
15599         
15600         Add attributes.
15601         
15602         * UpDownBase.cs: Add the designer attributes.
15604 2005-02-13  Peter Bartok  <pbartok@novell.com>
15606         * Panel.cs: Removed border_style, now in Control
15607         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
15608           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
15610 2005-02-13  Peter Bartok  <pbartok@novell.com>
15612         * MouseButtons.cs: Added missing attributes
15613         * XplatUIStructs.cs: Added enumeration for title styles
15614         * LeftRightAlignment.cs: Added missing attributes
15615         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
15616           it compatible with Graphics.FromHwnd()
15617         * SelectedGridItemChangedEventArgs.cs: Fixed property type
15618         * Keys.cs: Added missing attributes
15619         * SelectionRange.cs: Added missing attributes
15620         * SelectionRangeConverter.cs: Added
15621         * XplatUI.cs:
15622           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
15623             ReleaseMenuDC methods
15624           - Renamed ReleaseWindow to UngrabWindow
15625           - Added proper startup notice to allow version identification
15626         * Form.cs:
15627           - Added missing attributes
15628           - Removed FormParent concept
15629         * Label.cs: Removed border_style field, now in Control
15630         * RadioButton.cs: Now properly selects RadioButton when focus is
15631           received
15632         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
15633         * Control.cs:
15634           - Added missing attributes
15635           - Added borderstyle handling
15636           - Removed FormParent concept support
15637           - Fixed calls to XplatUI to match changed APIs
15638           - Fixed bug that would case us to use disposed Graphics objects
15639           - Removed unneeded internal methods
15640           - PerformLayout(): Fixed to handle DockStyle.Fill properly
15641           - SelectNextControl(): Fixed to properly check common parents
15642         * TextBoxBase.cs: Removed border_style field (now in Control)
15643         * MessageBox.cs:
15644           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
15645             fixed calculations for form size
15646           - Added support for localized strings and icons
15647           - Improved form size calculations, added border
15648         * ListView.cs: Removed border_style field (now in Control)
15649         * X11Structs.cs: Moved several structs from X11 driver here
15650         * X11Keyboard.cs: Changed debug message
15651         * Application.cs: Removed FormParent concept support
15652         * CommonDialog.cs:
15653           - Resetting end_modal flag
15654           - Removed FormParent concept support
15655         * NativeWindow.cs: Removed FormParent concept support
15656         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
15657           Client area and Non-Client whole window to allow support for WM_NC
15658           messages
15659         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
15660           prevent using it until it supports Hwnd as per Geoff Norton's request
15661         * ToolBar.cs: Fixed drawing, was not doing proper drawing
15662         * PictureBox.cs: Removed border_style field, now in Control
15663         * XplatUIWin32.cs: Added new driver methods
15665 2005-02-12  Peter Bartok  <pbartok@novell.com>
15667         * OpacityConverter.cs: Implemented
15668         * Hwnd.cs: Internal class to support drivers that need to emulate
15669           client area/non-client area window behaviour
15671 2005-02-11  Peter Bartok  <pbartok@novell.com>
15673         * KeysConverter.cs: Implemented
15675 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
15677         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
15678         * LinkLabel: Added missing attributes
15679         * MainMenu.cs: fixes ToString
15680         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
15681         * ListBox.cs: fixes event position
15682         * TrackBar.cs: adds missing attributes and events
15683         
15684 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
15686         * MenuItem.cs: Use SystemInformation and bug fixes
15687         * MenuAPI.cs: Use SystemInformation and bug fixes
15689 2005-02-09  Jackson Harper  <jackson@ximian.com>
15691         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
15692         their keystate otherwise things like VK_MENU get stuck "on".
15694 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
15696         * ListBox.cs: Fixes AddRange bug
15697         
15698 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
15700         * ProgressBar.cs
15701                 - Add missing attributes
15702                 - Add missing method
15703                 
15704         * CheckedListBox.cs: Added missing attributes
15705                 - Add missing attributes
15706                 - Remove extra method
15707         
15708         * ComboBox.cs: Added missing attributes
15709         * VScrollBar.cs: Added missing attributes
15710         * ScrollBar.cs:  Added missing attributes
15711         * ListBox.cs: Fixes signature, add missing consts
15712         * LinkArea.cs:   Added missing attributes
15713         
15715 2005-02-08  Peter Bartok  <pbartok@novell.com>
15717         * Menu.cs: Added missing attributes
15718         * MainMenu.cs: Added missing attributes
15719         * GroupBox.cs: Added missing attributes
15720         * Label.cs: Added missing attributes
15721         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
15722         * ColorDialog.cs:
15723           - Added Instance and Options properties
15724           - Added missing attributes
15725         * Cursor.cs: Made Serializable
15726         * NotifyIcon: Added missing attributes
15727         * MenuItem.cs: Added missing attributes
15728         * TextBoxBase.cs: Implemented AppendText() and Select() methods
15729         * Panel.cs: Added Missing attributes
15730         * MonthCalendar.cs: Fixed CreateParams
15732 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
15733         
15734         * LinkLabel.cs:
15735                 - Fixes signature
15736                 - Fixes issues with links
15737                 - Adds the class attributes
15739 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
15740         
15741         * ComboBox.cs:
15742                 - Fixes button when no items available in dropdown
15743                 - Fixes repainting problems
15744                 - Adds the class attributes
15745                 
15746 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
15748         * XplatUIOSX.cs: Detect the menu bar and title bar height from
15749         the current theme.  Cache these on startup.
15751 2005-02-07  Jackson Harper  <jackson@ximian.com>
15753         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
15754         the scrollbar buttons when they are depressed.
15756 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
15758         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
15759         Get the display size from the main displayid.  We currently dont
15760         support multiple display configurations.
15762 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
15764         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
15766 2005-02-07  Miguel de Icaza  <miguel@novell.com>
15768         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
15770 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
15772         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
15774 2005-02-04  Jackson Harper  <jackson@ximian.com>
15776         * ThemeWin32Classic.cs: Respect the clipping rect when
15777         drawing. Only fill the intersection of clips and rects so there
15778         isn't a lot of large fills.
15779         * ScrollBar.cs: Pass the correct clipping rect to the theme
15780         engine. Remove some debug code.
15782 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
15783         
15784         * DateTimePicker.cs:
15785                 - Fixed crash on DateTime.Parse, use Constructor instead
15787 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
15788         
15789         * MenuItem.cs:
15790         * MenuAPI.cs:
15791                 - Owner draw support (MeasureItem and DrawItem)
15793 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
15794         
15795         *  Menu.cs:
15796                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
15797                 - Fixes MenuItems.Add range
15798         * MenuItem.cs:
15799                 - MergeMenu and Clone and CloneMenu functions
15801 2005-02-03  Jackson Harper  <jackson@ximian.com>
15803         * ScrollBar.cs: Make abstract
15804         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
15805         is abstract.
15807 2005-02-03  Jackson Harper  <jackson@ximian.com>
15809         * ScrollBar.cs: First part of my scrollbar fixups. This removes
15810         all the unneeded refreshes and uses invalidates with properly
15811         computed rects.
15813 2005-02-03  Peter Bartok  <pbartok@novell.com>
15815         * ComponentModel.cs: Added
15816         * IDataGridEditingService.cs: Added
15817         * Timer.cs: Added missing attributes
15818         * ToolTip.cs: Added missing attributes
15820 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
15822         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
15824 2005-02-03  Peter Bartok  <pbartok@novell.com>
15826         * ListBox.cs: Added missing attributes
15828 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
15829         
15830         * ListBox.cs:
15831                 - Fixes font height after font change
15832                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
15833                 
15834 2005-02-02  Peter Bartok  <pbartok@novell.com>
15836         * HandleData.cs: Introduced static methods to allow class
15837           to be more self-contained and track it's own HandleData objects
15838         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
15839           HandleData to use new static methods
15841 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
15843         * Combobox.cs:
15844                 - Fixes default size and PreferredHeight
15845                 - Missing events
15846                 - ObjectCollection.Insert implementation
15847                 
15848         * ListControl.cs
15849                 - Fixes signature
15850         * ListBox.cs:
15851                 - Several fixes
15852                 - ObjectCollection.Insert implementation
15853                 - No selection after clean
15854                 - Small fixes
15856 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
15858         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
15860 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
15862         * Combobox.cs:
15863                 - Caches ItemHeight calculation for OwnerDrawVariable
15864                 - Handles dropdown properly
15865                 - Fixes several minor bugs
15867 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
15869         * ListBox.cs:
15870                 - Fixes 71946 and 71950
15871                 - Fixes changing Multicolumn on the fly
15872                 - Fixes keyboard navigation on Multicolumn listboxes
15874 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
15875         
15876         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
15877         crash reporter log.
15879 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
15881         * XplatUIOSX.cs: Allow applications to actually exit.
15883 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
15885         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
15886         their parent at creation time rather than lazily later.  Fixes a major
15887         regression we were experiencing.
15889 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
15891         * ThemeWin32Classic.cs: more date time picker painting fixes
15892         * DateTimePicker.cs: more monthcalendar drop down fixes
15893         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
15895 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
15897         * ScrollBar.cs:
15898                 - When moving the thumb going outside the control should stop the moving
15899                 - Adds the firing of missing events
15900                 - Fixes no button show if Size is not specified
15901                 - End / Home keys for keyboard navigation
15903 2005-01-30  Peter Bartok  <pbartok@novell.com>
15905         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
15906           sanity check to prevent theoretical loop
15907         * XplatUIWin32.cs (SetVisible): Removed debug output
15908         * XplatUIX11.cs (SystrayChange): Added sanity check
15909         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
15910         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
15911           behaviour, valid until the X11 client window rewrite is done
15912         * TextBox.cs (ctor): Setting proper default foreground and background
15913           colors
15915 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
15917         * Theme: Added DrawDateTimePicker to interface
15918         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
15919         * DateTimePicker.cs: Created (still needs keys and painting code)
15920         * DateTimePickerFormat.cs: added
15921         * MonthCalendar.cs: fixed CreateParams for popup window mode
15922           
15923 2005-01-29  Peter Bartok  <pbartok@novell.com>
15925         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
15926           this should also the calculations for ligher/darker
15927         * Theme.cs: Fixed defaults for ScrollBar widths/heights
15929 2005-01-29  Peter Bartok  <pbartok@novell.com>
15931         * ArrangeDirection.cs: Added
15932         * ArrangeStartingPositon.cs: Added
15933         * SystemInformation.cs: Implemented
15934         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15935           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
15936           used by SystemInformation class
15937         * X11Strucs.cs: Added XSizeHints structure
15938         * MenuAPI.cs:
15939           - Fixed CreateParams to make sure the menu window is always visible
15940           - TrackPopupMenu: Added check to make sure we don't draw the
15941             menu offscreen
15943 2005-01-29  Peter Bartok  <pbartok@novell.com>
15945         * HandleData.cs: Added method for altering invalid area
15946         * TextBoxBase.cs: Implemented TextLength
15948 2005-01-28  Peter Bartok  <pbartok@novell.com>
15950         * XplatUIX11.cs: Improvement over last patch, not sending
15951           the WM_PAINT directly anymore, instead we scroll any pending
15952           exposed areas and let the system pick out the WM_PAINT later
15954 2005-01-28  Peter Bartok  <pbartok@novell.com>
15956         * SWF.csproj: Deleted, no longer used. Instead,
15957           Managed.Windows.Forms/SWF.csproj should be used
15958         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
15959           directly, to avoid a potential race condition with the next
15960           scroll
15962 2005-01-28  Peter Bartok  <pbartok@novell.com>
15964         * XplatUI.cs: Made class internal
15966 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
15968         * CheckedListBox.cs:
15969                 - Draw focus
15970                 - Fixed Drawing
15971                 - Missing methods and events
15973 2005-01-27  Peter Bartok  <pbartok@novell.com>
15975         * Application.cs (Run): Don't use form if we don't have one
15977 2005-01-27  Peter Bartok  <pbartok@novell.com>
15979         * TextBoxBase.cs (get_Lines): Fixed index off by one error
15981 2005-01-27  Peter Bartok  <pbartok@novell.com>
15983         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
15984         * GridItem.cs: Added; Patch by Jonathan S. Chambers
15985         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
15986         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
15987         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
15988         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
15989         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15990         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
15991         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15992         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15993         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
15994         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
15996 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
15998         * Combobox.cs:
15999                 - Draw focus on Simple Combobox
16000                 - Fixes drawing issues
16001                 - fixes 71834
16003 2005-01-27  Peter Bartok  <pbartok@novell.com>
16005         * Form.cs:
16006           - Place window in default location, instead of hardcoded 0/0
16007           - Send initial LocationChanged event
16008         * Control.cs:
16009           - UpdateBounds after creation to find out where the WM placed us
16010           - Make sure that if the ParentForm changes location the Form
16011             is notified
16012         * XplatUIX11.cs: XGetGeometry will not return the coords relative
16013             to the root, but to whatever the WM placed around us.
16014             Translate to root coordinates before returning toplevel
16015             coordinates
16016         * XplatUIWin32.cs: Removed debug output
16017         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
16018           flag to GetWindowPos, to allow translation of coordinates on X11
16020 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16022         * ListBox.cs: connect LostFocus Event
16024 2005-01-27  Peter Bartok  <pbartok@novell.com>
16026         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16027           XplatUIX11.cs: Extended the Systray API
16028         * Form.cs: Removed debug output
16029         * Application.cs: Fixed focus assignment, always need to call
16030           XplatUI.Activate() since Form.Activate() has rules that may
16031           prevent activation
16032         * NotifyIcon.cs: Should be complete now
16033         * ToolTip.cs: Worked around possible timer bug
16035 2005-01-27  Jackson Harper  <jackson@ximian.com>
16037         * TabControl.cs:
16038         - Only invalidate the effected tabs when the
16039         selected index changes. This reduces drawing and gets rid of some
16040         flicker.
16041         - Only refresh if the tabs need to be shifted, otherwise only
16042         invalidate the slider button.
16043         - On windows the tabs are not filled to right if the slider is
16044         visible.
16045         
16046 2005-01-27  Jackson Harper  <jackson@ximian.com>
16048         * TabControl.cs: Only refresh on mouseup if we are showing the
16049         slider. Also only invalidate the button whose state has changed.
16051 2005-01-26  Peter Bartok  <pbartok@novell.com>
16053         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
16054         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
16055           and SystrayRemove() methods
16056         * XplatUIOSX.cs: Stubbed Systray methods
16057         * XplatUIX11.cs:
16058           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
16059             methods
16060           - Fixed broken XChangeProperty calls (marshalling messed up things)
16061         * X11Structs.cs: Added enums and structs required for Size hinting
16062         * NotifyIcon.cs: Added & implemented
16064 2005-01-26  Jackson Harper  <jackson@ximian.com>
16066         * TabControl.cs: Space vertically layed out tabs properly.
16068 2005-01-26  Peter Bartok  <pbartok@novell.com>
16070         * Form.cs (CreateClientParams): Always set the location to 0,0
16071           since we're a child window.
16073         * Control.cs (SetVisibleCore): Always explicitly setting the location
16074           of a toplevel window, apparently X11 doesn't like to move windows
16075           while they're not mapped.
16077 2005-01-26  Jackson Harper  <jackson@ximian.com>
16079         * TabControl.cs: Implement FillToRight size mode with vertically
16080         rendered tabs.
16082 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16084         * ControlPaint.cs, ThemeWin32Classic.cs
16085                 - Fixes DrawFocusRectangle
16087 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16089         * MenuAPI.cs:
16090                 - MenuBar tracking only starts when item is first clicked
16091                 - Fixes menu hidding for multiple subitems
16092                 - Unselect item in MenuBar when item Executed
16093                 - Fixes bug 71495
16095 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
16097         * ListControl.cs:
16098                 - IsInputKey for ListBox
16099         * ListBox.cs:
16100                 - Focus item
16101                 - Shift and Control item selection
16102                 - Implement SelectionMode.MultiExtended
16103                 - Fixes RightToLeft
16104         * ComboBox.cs:
16105                 - IsInputKey implemented
16106                 - Do not generate OnTextChangedEdit on internal txt changes
16107                 
16108 2005-01-23  Peter Bartok  <pbartok@novell.com>
16110         * AccessibleObject.cs: Partially implemented Select()
16111         * MonthCalendar.cs: Added missing attributes and events
16112         * Form.cs: Fixed CreateParams behaviour, now controls derived from
16113           form can properly override CreateParams.
16114         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16115           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
16116           Control performs Invalidate & Update
16117         * NativeWindow (CreateHandle): Added special handling for Form
16118           and Form.FormParent classes to allow overriding of From.CreateParams
16119         * Control.cs:
16120           - ControlNativeWindow: Renamed 'control' variable to more intuitive
16121             name 'owner'
16122           - ControlNativeWindow: Added Owner property
16123           - Removed usage of Refresh() on property changes, changed into
16124             Invalidate(), we need to wait until the queue is processed for
16125             updates, direct calls might cause problems if not all vars for
16126             Paint are initialized
16127           - Added call to UpdateStyles() when creating the window, to set any
16128             styles that CreateWindow might have ignored.
16129           - Added support for Form CreateParent overrides to UpdateStyles()
16130         * MessageBox.cs: Removed no longer needed FormParent override stuff,
16131           CreateParams are now properly overridable
16132         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
16133           CreateParams are now properly overridable
16135 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
16137         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
16138         OnTextBoxChanged.
16140         Capture LostFocus and OnTextBoxChanged.  The later introduces a
16141         recursive invocation that I have not figured out yet.
16143         Reset the timer when not using (it was accumulating).
16146         (OnTextBoxChanged): Set UserEdit to true here to track whether the
16147         user has made changes that require validation.
16149         Reset changing to avoid loops.
16151 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
16153         * NumericUpDown.cs: Display value at startup.
16155         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
16156         ValidateEditText.
16158         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
16159         filled in.  Added some basic parsing of text.
16161         Still missing the OnXXX method overrides, and figuring out the
16162         events that must be emitted.
16164         * UpDownBase.cs: Handle UserEdit on the Text property.
16165         
16166 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
16168         * ComboBox.cs:
16169           - Fixes IntegralHeight
16170           - ToString method
16172 2005-01-21  Jackson Harper  <jackson@ximian.com>
16174         * TabControl.cs: Set the SelectedIndex property when SelectedTab
16175         is set so that the page visibility is updated and the tabs are
16176         sized correctly.
16178 2005-01-21  Jackson Harper  <jackson@ximian.com>
16180         * TabControl.cs: Use cliping rectangle for blitting. Give the
16181         theme the clipping rect so we can do clipping while
16182         drawing. Remove some debug code.
16184 2005-01-21  Jackson Harper  <jackson@ximian.com>
16186         * TabPage.cs: Add a new method so tab pages can force the tab
16187         control to recalculate the tab page sizes.
16188         * TabControl.cs: UpdateOwner needs to make the tab control recalc
16189         sizes.
16191 2005-01-20  Jackson Harper  <jackson@ximian.com>
16193         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
16195 2005-01-20  Jackson Harper  <jackson@ximian.com>
16197         * TreeView.cs: Set the bounds for nodes properly. They were
16198         getting screwed up when checkboxes were not enabled, but images
16199         were.
16201 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
16203         * ListBox.cs:
16204                 - Owner draw support
16205                 - Fixes
16206                 
16207 2005-01-20  Jackson Harper  <jackson@ximian.com>
16209         * XplatUIStructs.cs: More misc keys
16210         * X11Keyboard.cs: Ignore some control keys.
16212 2005-01-20  Jackson Harper  <jackson@ximian.com>
16214         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
16215         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
16217 2005-01-19  Peter Bartok  <pbartok@novell.com>
16219         * Control.cs: Un-selecting the control when it is loosing focus
16221 2005-01-19  Jackson Harper  <jackson@ximian.com>
16223         * TreeView.cs: Hook up to the text controls leave event so we can
16224         end editing when the users clicks outside the text box.
16225         
16226 2005-01-19  Jackson Harper  <jackson@ximian.com>
16228         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
16229         get set in the conversion array.
16231 2005-01-19  Peter Bartok  <pbartok@novell.com>
16233         * Application.cs (ModalRun): Added a call to CreateControl to ensure
16234           focus is properly set
16235         * Button.cs:
16236           - Added missing attributes
16237           - removed styles, those are already set in the base class
16238         * ButtonBase.cs:
16239           - Added missing attributes
16240           - Added clip window styles
16241         * CheckBox.cs: Added missing attributes
16242         * CommonDialog.cs:
16243           - FormParentWindow.CreateParams: Added required clip styles
16244         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
16245           also filters modifier keys
16246         * MessageBox.cs:
16247           - Added assignment of Accept and Cancel button to enable Enter
16248             and Esc keys in MessageBox dialogs
16249           - FormParentWindow.CreateParams: Added required clip styles
16250         * RadioButton.cs: Added missing attributes
16251         * TextControl.cs: No longer draws selection if control does not
16252           have focus
16253         * TextBoxBase.cs:
16254           - Now draws simple rectangle around test area to make it obvious
16255             there's a control. This is a hack until we properly support borders
16256           - A few simple fixes to support selections better, now erases selected
16257             text when typing, and resets selection when using movement keys
16259 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16261         * UpDownBase.cs: Added some new properties.
16263         * DomainUpDown.cs: Implement a lot to get my test working.
16265 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16267         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
16269 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16271         * OSXStructs (WindowAttributes): Fixed csc complaints
16273 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16275         * XplayUIOSX.cs:
16276           OSXStructs.cs: Initial refactor to move enums and consts into
16277           OSXStructs and use them in the driver for greater readability.
16279 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16281         * XplatUIOSX.cs: Initial support for Standard Cursors.
16282         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
16284 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
16286         * ComboBox.cs: ability to change style when the ctrl is already
16287         created, missing methods and events, bug fixes, signature fixes
16289 2005-01-19  Peter Bartok  <pbartok@novell.com>
16291         * Cursors.cs (ctor): Added ctor to fix signature
16293 2005-01-18  Peter Bartok  <pbartok@novell.com>
16295         * Button.cs: Implemented DoubleClick event
16296         * ButtonBase.cs:
16297           - Fixed keyboard handling to behave like MS, where the press of
16298             Spacebar is equivalent to a mousedown, and the key release is
16299             equivalent to mouseup. Now a spacebar push will give the same
16300             visual feedback like a mouse click.
16301           - Added missing attributes
16302           - Added ImeModeChanged event
16303           - Added support for generating DoubleClick event for derived classes
16304         * CheckBox.cs:
16305           - Implemented DoubleClick event
16306           - Added missing attributes
16307         * CommonDialog.cs: Added missing attribute
16308         * ContextMenu.cs: Added missing attributes
16309         * RadioButton.cs:
16310           - AutoChecked buttons do not allow to be unselected when clicked
16311             (otherwise we might end up with no selected buttons in a group)
16312           - Added missing attributes
16313           - Implemented DoubleClickEvent
16314         * ThreadExceptionDialog.cs: Enabled TextBox code
16316 2005-01-18  Peter Bartok  <pbartok@novell.com>
16318         * Form.cs: Removed debug output
16319         * Button.cs: Added support for DoubleClick method
16321 2005-01-18  Peter Bartok  <pbartok@novell.com>
16323         * Form.cs:
16324           - Added method to parent window that allows triggering size
16325             calculations when a menu is added/removed
16326           - set_Menu: Cleaned up mess from early days of Form and Control,
16327             now properly triggers a recalc when a menu is added/removed
16328           - Added case to select form itself as focused form if no child
16329             controls exist
16330           - Added PerformLayout call when showing dialog, to ensure properly
16331             placed controls
16332         * Control.cs:
16333           - Select(): Made internal so Form can access it
16334           - Focus(): Only call Xplat layer if required (avoids loop), and sets
16335             status
16336         * Application.cs (Run): Removed hack and calls PerformLayout instead
16337           to trigger calculation when Form becomes visible
16339 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
16341         * ComboBox.cs: fixes for ownerdraw
16343 2005-01-18  Peter Bartok  <pbartok@novell.com>
16345         * TextControl.cs:
16346           - Sentinel is no longer static, each Document gets it's own, this
16347             avoids locking or alternatively overwrite problems when more
16348             than one text control is used simultaneously.
16349           - Switched to use Hilight and HilightText brushes for text selection
16351         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
16353 2005-01-18  Peter Bartok  <pbartok@novell.com>
16355         * Control.cs:
16356           - Hooked up the following events:
16357                 o ControlAdded
16358                 o ControlRemoved
16359                 o HandleDestroyed
16360                 o ImeModeChanged
16361                 o ParentChanged
16362                 o TabStopChanged
16363                 o Invalidated
16364                 o SystemColorsChanged
16365                 o ParentFontChanged
16366                 o Move
16367           - Removed debug output
16368           - Added a call to the current theme's ResetDefaults when a color change
16369             is detected
16370         * Form.cs: Now setting the proper ImeMode
16371         * Theme.cs: Defined a method to force recreation of cached resources
16372           and rereading of system defaults (ResetDefaults())
16373         * ThemeWin32Classic.cs: Added ResetDefaults() stub
16375 2005-01-17  Peter Bartok  <pbartok@novell.com>
16377         * Control.cs: Added missing attributes
16379 2005-01-17  Jackson Harper  <jackson@ximian.com>
16381         * TreeNode.cs: Implement editing. Add missing properties selected
16382         and visible.
16383         * TreeView.cs: Implement node editing. Also some fixes to use
16384         Invalidate (invalid area) instead of Refresh when selecting.
16386 2005-01-17  Peter Bartok  <pbartok@novell.com>
16388         * Control.cs:
16389           - Implemented InvokeGotFocus() method
16390           - Implemented InvokeLostFocus() method
16391           - Implemented InvokePaint() method
16392           - Implemented InvokePaintBackground() method
16393           - Implemented InvokeClick() method
16394           - Implemented FindForm() method
16395           - Implemented RectangleToClient() method
16396           - Implemented ClientToRectangle() method
16397           - Implemented ResetBackColor() method
16398           - Implemented ResetCursor() method
16399           - Implemented ResetFont() method
16400           - Implemented ResteForeColor() method
16401           - Implemented ResetImeMode() method
16402           - Implemented ResetLeftToRight() method
16403           - Implemented ResetText() method
16404           - Implemented Scale() methods
16405           - Implemented ScaleCore() method
16406           - Implemented Update() method
16407           - Removed unused variables
16408           - Stubbed AccessibilityNotifyClients and
16409             ControlAccessibleObject.NotifyClients() methods (dunno what to do
16410             with those yet)
16411           - Now setting proper default for RightToLeft property
16412           - Fixed bug in SetClientSizeCore that would cause windows to get
16413             really big
16414           - Now sending Click/DoubleClick events
16415           - Now selecting controls when left mouse button is clicked on
16416             selectable control
16417         * AccessibleEvents.cs: Added
16418         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
16419         * XplatUIOSX.cs: Stubbed UpdateWindow() method
16420         * XplatUIWin32.cs: Implemented UpdateWindow() method
16421         * XplatUIX11.cs: Implemented UpdateWindow() method
16422         * Form.cs: Removed stray semicolon causing CS0162 warning
16423         * ThemeWin32Classic.cs: Fixed unused variable warnings
16424         * ScrollableControl.cs: Now calls base method for ScaleCore
16425         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
16426           style to avoid interference with internal click handler (which is
16427           different than standard Control click handling)
16428         * RadioButton.cs:
16429           - Now unchecks all sibling radio buttons when control is
16430             selected (Fixes #68756)
16431           - Removed internal tabstop variable, using the one inherited from
16432             Control
16434 2005-01-17  Jackson Harper  <jackson@ximian.com>
16436         * NavigateEventArgs.cs: Fix base type.
16437         * LinkLabel.cs: Sig fix
16438         
16439 2005-01-17  Jackson Harper  <jackson@ximian.com>
16441         * TreeView.cs: Only invalidate the effected nodes bounds when
16442         selecting nodes.
16444 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16446         * XplatUIWin32.cs: fixes Win32 marshaling
16447         * XplatUIX11.cs: fixes method signature
16449 2005-01-17  Peter Bartok  <pbartok@novell.com>
16451         * XplatUIX11.cs: Clean up resources when we no longer need them
16453 2005-01-17  Peter Bartok  <pbartok@novell.com>
16455         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
16456           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
16457           and DestroyCursor() methods.
16458         * Cursor.cs: Partially implemented, now supports standard cursors;
16459           still contains some debug code
16460         * Cursors.cs: Implemented class
16461         * Control.cs:
16462           - WndProc(): Added handling of WM_SETCURSOR message, setting the
16463             appropriate cursor
16464           - Implemented Cursor property
16465           - Replaced break; with return; more straightforwar and possibly
16466             faster
16467           - Now properly setting the result for WM_HELP
16468         * X11Structs.cs: Added CursorFontShape enum
16469         * XplatUIStructs.cs:
16470           - Added StdCursor enum (to support DefineStdCursor() method)
16471           - Added HitTest enum (to support sending WM_SETCURSOR message)
16472         * XplatUIX11.cs:
16473           - Now sends the WM_SETCURSOR message
16474           - Implemented new cursor methods
16475         * XplatUIOSX.cs: Stubbed new cursor methods
16476         * XplatUIWin32.cs:
16477           - Implemented new cursor methods
16478           - Added GetSystemMetrics function and associated enumeration
16480 2005-01-15  Peter Bartok  <pbartok@novell.com>
16482         * Control.cs:
16483           - WndProc(): Now handles EnableNotifyMessage
16484           - SelectNextControl(): Fixed bug where if no child or sibling
16485             controls exist we looped endlessly
16487 2005-01-14  Jackson Harper  <jackson@ximian.com>
16489         * TreeView.cs: Recalculate the tab pages when a new one is added
16490         so that the proper bounding rects are created.
16492 2005-01-14  Jackson Harper  <jackson@ximian.com>
16494         * TreeView.cs: Draw a gray box instead of a grip in the lower
16495         right hand corner when there are both horizontal and vertical
16496         scroll bars.
16498 2005-01-14  Jackson Harper  <jackson@ximian.com>
16500         * Control.cs: When erasing backgrounds use FromHwnd instead of
16501         FromHdc when there is a NULL wparam. This occurs on the X driver.
16502         * XplatUIX11.cs: Set the wparam to NULL.
16504 2005-01-13  Jackson Harper  <jackson@ximian.com>
16506         * PictureBox.cs: Implement missing methods (except ToString, need
16507         to test that on windows) and events. When visibility is changed we
16508         need to redraw the image because the buffers are killed. When size
16509         is changed refresh if the sizemode needs it.
16511 2005-01-13  Peter Bartok  <pbartok@novell.com>
16513         * Control.cs (SelectNextControl): Was using wrong method to select
16514           a control
16516 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16518         * ComboBox.cs: fixes dropstyle
16520 2005-01-13  Peter Bartok  <pbartok@novell.com>
16522         * Form.cs:
16523           - Implemented Select() override
16524           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
16525           - Now sets keyboard focus on startup
16526         * Control.cs (SelectNextControl): Now properly handles directed=true
16527         * TextBoxBase.cs:
16528           - WndProc: Now passes tab key on to base if AcceptTabChar=false
16529           - Added (really bad) focus rectangle (mostly for testing)
16530         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
16531           to enforce redraw on focus changes
16532         * ContainerControl.cs:
16533           - Fixed detection of Shift-Tab key presses
16534           - Fixed traversal with arrow keys
16535         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
16536           gonna keep this or if it's complete yet
16537         
16538 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
16540         * ComboBox.cs: missing properties, fixes
16542 2005-01-13  Peter Bartok  <pbartok@novell.com>
16544         * Panel.cs (ctor): Setting Selectable window style to off
16545         * Splitter.cs (ctor): Setting Selectable window style to off
16546         * GroupBox.cs (ctor): Setting Selectable window style to off
16547         * Label.cs (ctor): Setting Selectable window style to off
16549 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
16551         * UpDownBase.cs (InitTimer): If the timer has been already
16552         created, enable it.
16554         Use a TextBox instead of a Label.
16556 2005-01-12  Jackson Harper  <jackson@ximian.com>
16558         * TreeView.cs: Refresh the tree after sorting the nodes. Always
16559         draw the connecting node lines (when ShowLines is true).
16560         * TreeNode.cs: The nodes index can now be updated. This is used
16561         when a node collection is sorted.
16562         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
16563         insert or an existing unsorted node collection can be sorted.
16564         
16565 2005-01-12  Peter Bartok  <pbartok@novell.com>
16567         * ContainerControl.cs: Implemented ProcessDialogKeys()
16569 2005-01-12  Peter Bartok  <pbartok@novell.com>
16571         * Control.cs:
16572           - Implemented SelectNextControl() method
16573           - Several focus related bug fixes
16574           - Fixed Docking calculations to match MS documentation and
16575             behaviour
16577 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
16579         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
16580         bug fixes
16582 2005-01-12  Peter Bartok  <pbartok@novell.com>
16584         * Control.cs:
16585           - Fixed broken Contains() method
16586           - Implemented GetNextControl() method. Finally. This is the pre-
16587             requisite for focus handling.
16589 2005-01-12  Peter Bartok  <pbartok@novell.com>
16591         * OSXStrucs.cs: Added
16593 2005-01-12  Peter Bartok  <pbartok@novell.com>
16595         * XplatUIWin32.cs:
16596           - Removed PeekMessageFlags
16597           - Implemented SetWindowStyle() method
16598         * XplatUIStructs.cs: Added PeekMessageFlags
16599         * X11Structs: Added missing border_width field to XWindowChanges struct
16600         * XplatUIX11.cs:
16601           - PeekMessage: Now throws exception if flags which are not yet
16602             supported are passed
16603           - Implemented SetWindowStyle() method
16604           - Fixed SetZOrder to handle AfterHwnd properly
16605         * XplatUI.cs: Added SetWindowStyle() method
16606         * XplatUIDriver.cs: Added SetWindowStyle() abstract
16607         * Control.cs:
16608           - Implemented UpdateStyles() method
16609           - Implemented UpdateZOrder() method
16610         * XplatUIOSX.cs: Added SetWindowStyle() stub
16612 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
16614         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
16615         button mouse).
16618 2005-01-11  Jackson Harper  <jackson@ximian.com>
16620         * TreeView.cs: Still need to draw lines to siblings even if out of
16621         the current node is out of the clip.
16623 2005-01-11  Jackson Harper  <jackson@ximian.com>
16625         * TreeView.cs: When setting the hbar/vbar/grip position use
16626         SetBounds so that perform layout is only called once. Also suspend
16627         and resume layout so layout is only done once for all controls.
16628         - Removed some debug fluff
16629         * SizeGrip.cs: Call base implmentation in overriding methods.
16630         - When visibility is changed the drawing buffers are killed so we
16631         need to redraw.
16633 2005-01-11  Jackson Harper  <jackson@ximian.com>
16635         * TreeView.cs: Calculate the open node count while drawing. This
16636         saves us an entire tree traversal for every paint operation. Use
16637         a member var for the open node count so less vars are passed around.
16639 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
16641         * MonthCalendar.cs:
16642         - fixed selection to use mousemove, not mouse polling on timer
16643         * ThemeWin32Classic.cs
16644         - removed redundant unused variable "no_more_content"
16645         
16646 2005-01-11  Peter Bartok  <pbartok@novell.com>
16648         * XplatUIX11.cs (DoEvents): Needs to return when no more events
16649           are pending, so it now calls PeekMessage instead of GetMessage;
16650           implemented a incomplete version of PeekMessage
16651         
16652 2005-01-11  Peter Bartok  <pbartok@novell.com>
16654         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
16655           I18n issues
16656         * TextBoxBase.cs: Added sending of TextChanged event
16658 2005-01-10  Jackson Harper  <jackson@ximian.com>
16660         * TreeView.cs: Try not to draw outside the clipping rectangle on
16661         each node element.
16663 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
16665         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
16667 2005-01-10  Jackson Harper  <jackson@ximian.com>
16669         * TreeView.cs:
16670         - Implement fast scrolling. Now only the newly
16671         exposed nodes are drawn and the old image is moved using the
16672         XplatUI::ScrollWindow method.
16673         - Factor in height of nodes when calculating whether or not the
16674         node is in the clipping rect.
16676 2005-01-10  Jackson Harper  <jackson@ximian.com>
16678         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
16680 2005-01-10  Peter Bartok  <pbartok@novell.com>
16682         * Application.cs: Added temporary hack to resolve all our resize
16683           required issues on startup. This will get fixed properly at
16684           some point in the future
16686 2005-01-10  Jackson Harper  <jackson@ximian.com>
16688         * SizeGrip.cs: New internal class that is used as a sizing
16689         grip control...hence the name.
16691 2005-01-10  Peter Bartok  <pbartok@novell.com>
16693         * Control.cs: Implemented proper TabIndex handling, now assigning
16694           a tabindex when a control is added to a container
16695         * GroupBox.cs (ctor): Now sets the Container style bit, required
16696           for Control.GetNextControl()
16698 2005-01-09  Jackson Harper  <jackson@ximian.com>
16700         * TextBoxBase.cs: Clear window when scrolling (fixes build).
16702 2005-01-09  Peter Bartok <pbartok@novell.com>
16704         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16705           XplatUIX11.cs: Added ability to control ScrollWindow expose and
16706           an overload for ScrollWindow to allow only scrolling a rectangle
16708 2005-01-09  Peter Bartok <pbartok@novell.com>
16710         * Form.cs:
16711           - Implemented SetDesktopBounds method
16712           - Implemented SetDesktopLocation method
16714 2005-01-08  Jackson Harper  <jackson@ximian.com>
16716         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
16717         the node count has changed, this removes to VScroll::Refresh calls
16718         when drawing.
16720 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
16722         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
16724 2005-01-07  Jackson Harper  <jackson@ximian.com>
16726         * TreeNode.cs: Just update the single node when it is
16727         checked. Don't refresh after toggling, the Expand/Collapse already
16728         handles this.
16729         * TreeView.cs: Respect clipping a little more when drawing. Try
16730         not to redraw things that don't need to be redrawn. Just hide the
16731         scrollbars when they are no longer needed instead of removing
16732         them, so they don't have to be created again and again.
16733         
16734 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
16736         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
16737         coordinates to window space to place the caret properly, FIXED.
16738         Implement GetWindowState & SetWindowState
16740 2005-01-06  Peter Bartok <pbartok@novell.com>
16742         * Form.cs:
16743           - Implemented ClientSize property
16744           - Implemented DesktopBounds property
16745           - Implemented DesktopLocation property
16746           - Implemented IsRestrictedWindow property
16747           - Implemented Size property
16748           - Implemented TopLevel property
16749           - Implemented FormWindowState property
16750         * Control.cs:
16751           - Implemented GetTopLevel() method
16752           - Implemented SetTopLevel() method
16753         * X11Structs.cs (Atom):
16754           - Added AnyPropertyType definition
16755           - Added MapState definiton and updated XWindowAttribute struct
16756         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
16757         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
16758         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
16759         * XplatUIWin32.cs:
16760           - Implemented GetWindowState() and SetWindowState() methods
16761           - Fixed Win32GetWindowLong return type
16762         * XplatUIX11.cs:
16763           - Introduced central function for sending NET_WM messages
16764           - Implemented GetWindowState() and SetWindowState() methods
16765         * TextBoxBase.cs (set_Lines):
16766           - Now uses Foreground color for text added via Text property (Duh!)
16767           - Added code to remember programmatically requested size (fixes
16768             behaviour when Multiline is set after Size)
16769           - Added AutoSize logic
16771 2005-01-06  Jackson Harper  <jackson@ximian.com>
16773         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
16775 2005-01-06  Jackson Harper  <jackson@ximian.com>
16777         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
16778         set to less then 0.
16780 2005-01-06  Jackson Harper  <jackson@ximian.com>
16782         * ScrollableControl.cs: Lazy init the scrollbars.
16783         
16784 2005-01-06  Jackson Harper  <jackson@ximian.com>
16786         * Theme.cs: Speed up getting pens and solid brushes, by using
16787         their ARGB as a hash instead of tostring and not calling Contains.
16789 2005-01-06  Peter Bartok <pbartok@novell.com>
16791         * Form.cs:
16792           - Implemented OnActivated and OnDeactivate event trigger
16793           - Implemented Activate() method
16794           - Fixed ShowDialog() to activate the form that was active before
16795             the dialog was shown
16796         * XplatUIX11.cs:
16797           - Added global active_window var that tracks the currently active
16798             X11 window
16799           - Now always grabs Property changes from the root window to always
16800             catch changes on the active window property
16801           - Added code to PropertyNotify handler to send Active/Inactive
16802             messages when state changes. This puts X11 and Win32 en par on
16803             WM_ACTIVATE notifications (except for double notifications when
16804             the user clicks away from our modal window to another one of our
16805             windows)
16807 2005-01-05  Jackson Harper  <jackson@ximian.com>
16809         * ImageList.cs: Implment ctor
16811 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
16813         * XplatUIOSX.cs: Implement Activate/SetTopmost
16815 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
16817         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
16819 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
16821         * XplatUIOSX.cs: Implement GetActive/SetFocus.
16823 2005-01-05  Peter Bartok <pbartok@novell.com>
16825         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
16826           XplatUIOSX.cs: Added GetActive method to return the currently
16827           active window for the application (or null, if none is active)
16828         * Form.cs:
16829           - Implemented ActiveForm
16830           - Commented out owner assignment for modal dialogs (causes problems
16831             on Win32, since the owner will be disabled)
16832           - Reworked some Active/Focus handling (still incomplete)
16833         * CommonDialog.cs: Commented out owner assignment for modal dialogs
16834           (causes problems on Win32, since the owner will be disabled)
16835         * IWin32Window: Added ComVisible attribute
16837 2005-01-05  Peter Bartok <pbartok@novell.com>
16839         * ToolTip.cs (WndProc): Enable setting focus now that we have the
16840           required XplatUI functions.
16842 2005-01-05  Peter Bartok <pbartok@novell.com>
16844         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
16845           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
16846           to implement focus and activation handling; still incomplete and
16847           with debug output
16849 2005-01-04  Peter Bartok <pbartok@novell.com>
16851         * TextBoxBase.cs: Changed access level for Document property to
16852           match switch to internal for TextControl
16854 2005-01-04  Peter Bartok <pbartok@novell.com>
16856         * AccessibleObject: Added ComVisible attribute
16858 2005-01-04  Jackson Harper  <jackson@ximian.com>
16860         * X11Keyboard.cs: Remove unneeded var.
16862 2005-01-04  Jackson Harper  <jackson@ximian.com>
16864         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
16865         but PAINT.
16866         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
16867         ClientMessage. This makes apps exit cleanly (more often).
16868         
16869 2005-01-04  Jackson Harper  <jackson@ximian.com>
16871         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
16872         handling focus, return correct colors and fonts,
16873         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
16874         handle selection, horizontal scrolling, and mouse interaction.
16876 2005-01-04  Peter Bartok <pbartok@novell.com>
16878         * ICommandExecutor.cs: Added
16879         * IDataGridColumnStyleEditingNotificationService.cs: Added
16880         * IFeatureSupport.cs: Added
16881         * IFileReaderService.cs: Added
16882         * IDataObject.cs: Added ComVisible attribute
16883         * AmbientProperties.cs: Added
16884         * BaseCollection.cs: Added missing attributes
16885         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
16886         * BaseCollection.cs: Added missing attributes
16887         * Binding.cs: Added TypeConverter attribute
16888         * BindingContext.cs: Added DefaultEvent attribute
16889         * BindingsCollection.cs: Added DefaultEvent attribute
16890         * Button.cs: Added DefaultValue attribute
16891         * DragEventArgs.cs: Added ComVisible attribute
16892         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
16893         * KeyEventArgs.cs: Added ComVisible attribute
16894         * KeyPressEventArgs.cs: Added ComVisible attribute
16895         * MouseEventArgs.cs: Added ComVisible attribute
16896         * NavigateEventArgs.cs: Added
16897         * NavigateEventHandler.cs: Added
16898         * FeatureSupport.cs: Added
16899         * OSFeature.cs: Added
16900         * Theme.cs: Added abstract Version property to support OSFeature
16901         * ThemeWin32Classic.cs: Added Version property to
16902           support OSFeature.Themes
16903         * ProgressBar.cs: Removed OnPaintBackground override, not required since
16904           the proper styles to avoid background drawing are set, also doesn't
16905           match MS signature
16906         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
16907         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
16908         * ScrollEventArgs.cs: Added ComVisible attribute
16909         * SplitterEventArgs.cs: Added ComVisible attribute
16910         * AccessibleSelection.cs: Added Flags attribute
16911         * Appearance.cs: Added ComVisible attribute
16912         * Border3DSide.cs: Added ComVisible attribute
16913         * Border3DStyle.cs: Added ComVisible attribute
16914         * BorderStyle.cs: Added ComVisible attribute
16915         * DragAction.cs: Added ComVisible attribute
16916         * ErrorBlinkStyle.cs: Added
16917         * ScrollEventType.cs: Added ComVisible attribute
16918         * AnchorStyles.cs: Added Editor attribute
16919         * DockStyle.cs: Added Editor attribute
16920         * HorizontalAlignment.cs: Added ComVisible attribute
16921         * HelpEventArgs.cs: Added ComVisible attribute
16922         * PaintEventArgs.cs: Added IDisposable
16924 2005-01-04  Peter Bartok <pbartok@novell.com>
16926         * TextControl.cs: Switched Line, LineTag and Document classes to
16927           internal
16929 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
16931         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
16932         Simple mode, fixes, IntegralHeight, etc.
16934 2005-01-04  Peter Bartok <pbartok@novell.com>
16936         * TextBoxBase.cs: Using proper font variable now
16938 2005-01-04  Peter Bartok <pbartok@novell.com>
16940         * Form.cs (ShowDialog): Set parent to owner, if provided
16941         * GroupBox.cs: Removed unused vars
16942         * TextControl.cs:
16943           - Added GetHashCode() for Document and LineTag classes
16944           - Removed unused variables
16945           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
16946             to allow translation between continuous char position and line/pos
16947         * CheckBox.cs: Removed vars that are provided by base class
16948         * RadioButton.cs: Removed vars that are provided by base class, added
16949           new keyword where required
16950         * LinkLabel.cs: Added new keyword where required
16951         * Control.cs (WndProc): Removed unused variable
16952         * TextBoxBase.cs:
16953           - Finished SelectionLength property
16954           - Implemented SelectionStart property
16955           - Implemented Text property
16956           - Removed unused vars
16957         * MessageBox.cs: Added new keyword where required
16958         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
16959           WndProc signature
16960         * MenuAPI.cs: Added new keyword where required
16961         * ButtonBase.cs: Removed vars that are provided by base class, added
16962           new keyword where required
16963         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
16964           argument to double, to allow compiling with csc 2.0 (Atsushi ran
16965           into this)
16966         * Application.cs (Run): Now triggers the ThreadExit event
16967         * CommonDialog.cs: Added new keyword where required; now properly sets
16968           parent (owner) for dialog
16969         * XplatUIX11.cs: Commented out unused vars
16970         * StatusBar.cs: Fixed signature for Text property
16971         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
16973 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
16975         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
16976         TrackBar.cs, MonthCalendar.cs: remove unused vars
16978 2005-01-03  Jackson Harper  <jackson@ximian.com>
16980         * ThemeWin32Classic.cs:
16981         * X11Keyboard.cs: Remove unused vars.
16983 2005-01-03  Peter Bartok  <pbartok@novell.com>
16985         * TextBox.cs:
16986           - set_Text: Tied into TextControl
16987           - set_TextAlignment: Tied into TextControl
16988         * TextControl.cs:
16989           - Added alignment properties and implemented alignment handling
16990             and drawing (still has a bug, not generating proper expose events)
16991           - Added new Line() constructor to allow passing the line alignment
16992           - Fixed selection setting, properly handling end<start now
16993           - Added aligment considerations to RecalculateDocument()
16994         * TextBoxBase.cs:
16995           - Now properly enforces control height for single line controls
16996           - Added support for CharacterCasing
16997           - Added IsInputKey override
16998           - Fixed Keys.Enter logic
16999           - Added SetBoundsCore override
17000           - Fixed mouse selection handling
17002 2005-01-03  Jackson Harper  <jackson@ximian.com>
17004         * TreeView.cs:
17005           - Collapse and uncheck all nodes when CheckBoxes is disabled.
17006           - Checkboxes are always aligned to the bottom of the node,
17007           regardless of item height.
17008           - Use the node bounds to draw the text so we can center it when
17009           the item height is greater then the font height.
17010           - Node::Bounds are only the text part of the node.
17011         * TreeNode.cs: New method to combine collapsing and unchecking all
17012           nodes recursively.
17014 2005-01-02  Jackson Harper  <jackson@ximian.com>
17016         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
17017         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
17018         tree when a check is changed. TODO: Only refresh the checked node.
17020 2004-12-30  Jackson Harper  <jackson@ximian.com>
17022         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
17023         * TreeNode.cs: When collapsing make sure to never collapse the
17024         root node.
17026 2004-12-29  Jackson Harper  <jackson@ximian.com>
17028         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
17029         
17030 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
17032         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
17034 2004-12-28  Peter Bartok  <pbartok@novell.com>
17036         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
17037           not yet assigned
17039 2004-12-28  Peter Bartok  <pbartok@novell.com>
17041         * Control.cs (WndProc): Added WM_HELP handler, now generates
17042           HelpRequested event
17043         * Form.cs: Added HelpButton property and required support code
17044         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
17046 2004-12-28  Peter Bartok  <pbartok@novell.com>
17048         * CommonDialog.cs:
17049           - Made DialogForm.owner variable internal
17050           - Added check to ensure owner form is set before setting
17051             owner properties in CreateParams
17053 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
17055         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
17056           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
17057           GetCursorPos.  Fix major visibility issues.  Rework the windowing
17058           system to support borderless/titleless windows (implements menus).
17059           Fix GetWindowPos.  Implement initial background color support for
17060           views.
17062 2004-12-28  Peter Bartok  <pbartok@novell.com>
17064         * Form.cs (get_CreateParams): Make sure we have an owner before using
17065           the owner variable. Implement proper default if no owner exists
17067 2004-12-28  Peter Bartok  <pbartok@novell.com>
17069         * In preparation for making Managed.Windows.Forms the default build target
17070           for System.Windows.Forms, the following stubbed files were added.
17071           Dialogs are currently being implemented by contributors and are only
17072           short-term place holders.
17073         * ColorDialog.cs: Initial check-in (minmal stub)
17074         * DataGrid.cs: Initial check-in (minimal stub)
17075         * DataGridLineStyle.cs: Initial check-in (minimal stub)
17076         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
17077         * DataGridTableStyle.cs: Initial check-in (minimal stub)
17078         * FontDialog.cs: Initial check-in (minimal stub)
17079         * FileDialog.cs: Initial check-in (minimal stub)
17080         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
17081         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
17082         * OpenFileDialog: Initial check-in (minimal stub)
17083         * IComponentEditorPageSite.cs: Initial check-in
17084         * Splitter.cs: Initial check-in (for Jackson)
17085         * SplitterEventArgs.cs: Initial check-in (for Jackson)
17086         * SplitterEventHandler.cs: Initial check-in (for Jackson)
17087         * TextBox.cs: Initial check-in; still needs some wiring to
17088           TextControl backend
17089         * Form.cs: Implemented ControlBox property
17090         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
17091         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
17092         * TextControl.cs: Added selection functionality; added todo header
17093         * TextBoxBase.cs:
17094           - Implemented Lines property
17095           - Implemented TextHeight property
17096           - Implemented SelectedText property
17097           - Implemented SelectionLength property
17098           - Implemented SelectAll method
17099           - Implemented ToString method
17100           - Removed and cleaned up some debug code
17101           - Implemented (still buggy) mouse text selection
17103 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
17105         * ComboBox.cs: Complete DropDownList implementation, fixes.
17107 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
17109         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
17110         * ComboBoxStyle.cs: ComboBoxStyle enum
17111         * ComboBox.cs: Initial work on ComboBox control
17113 2004-12-21  Peter Bartok  <pbartok@novell.com>
17115         * Control.cs (ctor, CreateParams): Moved setting of is_visible
17116           forward so that anything that creates a window gets the default,
17117           also no longer uses Visible property in CreateParams to avoid
17118           walking up the parent chain and possibly get the wrong visible
17119           status. Fixed IsVisible to no longer walk up to the parent.
17121 2004-12-21  Peter Bartok  <pbartok@novell.com>
17123         * Form.cs (ShowDialog): Unset modality for the proper window
17125 2004-12-20  Peter Bartok  <pbartok@novell.com>
17127         * CommonDialog.cs: Initial check-in
17129 2004-12-20  Peter Bartok  <pbartok@novell.com>
17131         * Control.cs (Visible): Now uses the parent window instead of the
17132           client area window for the property
17134         * Form.cs
17135           - ShowDialog(): Now uses the proper window for modality
17136           - The default visibility state for the form parent is now false. This
17137             will prevent the user from seeing all the changes to the form and
17138             its controls before the application hits Application.Run()
17139           - Removed some stale commented out code
17141         * NativeWindow.cs:
17142           - Added FindWindow() method to have a method to check for existence
17143             of a window handle
17144           - Added ability to override default exception handling (for example
17145             when debugging with VS.Net; to do this the ExternalExceptionHandler
17146             define must be set
17147           - Removed some useless debug output
17149         * XplatUIX11.cs:
17150           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
17151             not working as expected
17152           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
17153             property to allow switching back to the modal window if focus is
17154             given to another one of our windows (Application Modal)
17155           - Now only sets override_redirect if we create a window
17156             without WS_CAPTION
17157           - Moved EventMask selection before mapping of newly created window
17158             so we can catch the map event as well
17159           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
17160           - Added various Atom related DllImports
17161           - Implemented Exit() method
17162           - .ctor() : No longer shows window if WS_VISIBLE is not defined
17163             in the CreateParams
17165         * MessageBox.cs: Now properly deals with the FormParent window by
17166           providing an override the FormParent CreateParams property to
17167           set as POPUP instead of OVERLAPPED window.
17169 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17171         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
17172         Minor code cleanup.
17174 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17175         
17176         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
17178 2004-12-18  Peter Bartok  <pbartok@novell.com>
17180         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
17181           implementing SetModal() method
17183 2004-12-18  Peter Bartok  <pbartok@novell.com>
17185         * X11Structs.cs (XGCValues): Fixed type of function element
17186         * XplatUI.cs: Added ScrollWindow() method
17187         * XplatUIDriver.cs: Added ScrollWindow() abstract
17188         * XplatUIWin32.cs: Implemented ScrollWindow() method
17189         * XplatUIX11.cs: Implemented ScrollWindow() method
17190         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
17192 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17194         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
17195         Some more keyboard support (INCOMPLETE)
17197 2004-12-17  Peter Bartok  <pbartok@novell.com>
17199         * TextControl.cs:
17200         - Added color attribute to line tags.
17201         - Added color argument to all functions dealing with tags
17202         - Added color argument support to various functions
17203         - Fixed miss-calculation of baseline/shift in certain circumstances
17205         * TextBoxBase.cs: Added new color option to test code
17207 2004-12-17  Jackson Harper  <jackson@ximian.com>
17209         * TreeNode.cs:
17210         * MonthCalendar.cs: Signature fixes
17212 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17214         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
17215         keyboard event moved it.  Create a new graphics context for each paint resolves this
17217 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17219         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
17220         Make caret exist and go blink blink.  Initial keyboard support.
17221         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
17222         works.
17224 2004-12-17  Jackson Harper  <jackson@ximian.com>
17226         * XplatUIStructs.cs: Updated set of virtual keycodes.
17227         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
17229 2004-12-17  Jackson Harper  <jackson@ximian.com>
17231         * XplatUIX11.cs: Prune old keyboard code.
17233 2004-12-17  Jackson Harper  <jackson@ximian.com>
17235         * XplatUIX11.cs: When generating mouse wparams get the modifier
17236         keys from the ModifierKeys property.
17238 2004-12-17  Jackson Harper  <jackson@ximian.com>
17240         * X11Keyboard.cs: Send up/down input when generating
17241         messages. Remove some unused vars.
17243 2004-12-17  Jackson Harper  <jackson@ximian.com>
17245         * TabControl.cs:
17246         * TreeView.cs: get rid of warnings.
17248 2004-12-17  Jackson Harper  <jackson@ximian.com>
17250         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
17252 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
17254         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
17255           CheckedListBox.cs: Implementation
17257 2004-12-17  Peter Bartok  <pbartok@novell.com>
17259         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
17261 2004-12-16  Peter Bartok  <pbartok@novell.com>
17263         * TextControl.cs:
17264           - InsertCharAtCaret(): Fixed start pos fixup
17265           - CaretLine_get: No longer derives the line from the tag, the tag
17266             could be stale if lines in the document have been added or deleted
17267           - RebalanceAfterDelete(): Fixed bug in balancing code
17268           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
17269           - Line.Streamline(): Now can also elminate leading empty tags
17270           - DumpTree(): Added a few more tests and prevented exception on
17271             uninitialized data
17272           - Added Debug section for Combining lines
17273           - Delete(): Now copies all remaining properties of a line
17274           
17275         * TextBoxBase.cs:
17276           - Left mousebutton now sets the caret (and middle button still acts
17277             as formatting tester, which must go away soon)
17278           - Added Debug section for Deleting/Combining lines
17279           - Fixed calculations for UpdateView after Combining lines
17281 2004-12-16  Peter Bartok  <pbartok@novell.com>
17283         * TextControl.cs: Now properly aligns text on a baseline, using the
17284           new XplatUI.GetFontMetrics() method. Simplified several calculations
17285         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
17286           defined
17288 2004-12-16  Peter Bartok  <pbartok@novell.com>
17290         * XplatUI.cs: Added GetFontMetrics() method
17291         * XplatUIDriver.cs: Added GetFontMetrics() abstract
17292         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
17293           into libgdiplus, our private GetFontMetrics function
17294         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
17295         * XplatUIWin32.cs: Implemented GetFontMetrics() method
17297 2004-12-16  Jackson Harper  <jackson@ximain.com>
17299         * XplatUIStruct.cs: Add enum for dead keys
17300         * X11Keyboard.cs: Map and unmap dead keys.
17302 2004-12-16  Jackson Harper  <jackson@ximian.com>
17304         * X11Keyboard.cs: Detect and use the num lock mask.
17306 2004-12-16  Peter Bartok  <pbartok@novell.com>
17308         * Control.cs (CreateGraphics): Added check to make sure the
17309           handle of the window exists before calling Graphics.FromHwnd()
17311 2004-12-16  Peter Bartok  <pbartok@novell.com>
17313         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
17314           contains a lot of code that's not supposed to be there for the
17315           real thing, but required for developing/testing the textbox
17316           backend.
17318 2004-12-16  Peter Bartok  <pbartok@novell.com>
17320         * TextControl.cs:
17321         - Fixed Streamline method
17322         - Added FindTag method to Line
17323         - Added DumpTree method for debugging
17324         - Added DecrementLines() method for deleting lines
17325         - Fixed UpdateView to update the cursor to end-of-line on single-line
17326           updates
17327         - Added PositionCaret() method
17328         - Fixed MoveCaret(LineDown) to move into the last line, too
17329         - Added InsertChar overload
17330         - Fixed InsertChar tag offset calculations
17331         - Added DeleteChar() method
17332         - Added Combine() method for folding lines
17333         - Fixed Delete() method, no longer allocates wasted Line object and
17334           now copies all properties when swapping nodes
17335         - Delete() method now updates document line counter
17337 2004-12-15  Jackson Harper  <jackson@ximian.com>
17339         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
17340         * X11Keyboard.cs: Expose the currently selected modifier keys
17341         through a property.
17343 2004-12-15  Peter Bartok  <pbartok@novell.com>
17345         * TextControl.cs: Initial check-in. Still incomplete
17347 2004-12-15  Jackson Harper  <jackson@ximian.com>
17349         * TreeNode.cs:
17350         * TreeView.cs: Fix build on csc (second time today ;-))
17352 2004-12-15  Jackson Harper  <jackson@ximian.com>
17354         * TreeView.cs: Store the treenodes plus/minus box bounds when it
17355         is calculated and use this for click testing.
17356         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
17358 2004-12-15  Jackson Harper  <jackson@ximian.com>
17360         * TreeView.cs: Pass the nodes image index to the image list when
17361         drawing that image.
17363 2004-12-15  Jackson Harper  <jackson@ximian.com>
17365         * X11Keyboard.cs: Set messages hwnd.
17366         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
17367         post_message calls.
17369 2004-12-15  Jackson Harper  <jackson@ximian.com>
17371         * X11Keyboard.cs: Fix to compile with csc.
17372         
17373 2004-12-15  Jackson Harper  <jackson@ximian.com>
17375         * X11Structs.cs: Add key mask values
17376         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
17377         * X11Keyboard.cs: New file - Extrapolates and interpolates key
17378         down/up foo into WM_CHAR foo
17379         * KeyboardLayouts.cs: Common keyboard layouts
17380         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
17381         post messages into the main queue.
17383 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
17385         * Button.cs: implement ProcessMnemonic
17386         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
17387           brushes everytime
17388         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
17389         * ButtonBase.cs: Show HotkeyPrefix (not the &)
17391 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
17392         
17393         * MonthCalendar.cs: Implemented click-hold for next/previous month
17394           and date selection
17395           
17396 2004-12-11  Peter Bartok  <pbartok@novell.com>
17398         * X11Structs.cs:
17399           - Added XKeyboardState (moved from XplatUIX11.cs)
17400           - Added XCreateGC related enums and structures
17401           - Added GXFunction for XSetFunction
17403         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
17405         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
17406           CaretVisible() calls
17408         * ToolTip.cs: Added code to prevent stealing focus from app windows
17410         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
17411           DestroyCaret, SetCaretPos and CaretVisible)
17413         * XplatUIX11.cs:
17414           - Added implementation for caret functions
17415           - Moved hover variables into a struct, to make it a bit easier
17416             on the eyes and to debug
17417           - Removed XKeyboardState (moved to XplatUIX11.cs)
17418           - Moved Keyboard properties into the properties region
17420         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
17421           call to get a graphics context for our control
17423         * XplatUIOSX.cs: Added empty overrides for the new caret functions
17425         * TreeView.cs: Fixed bug. No matter what color was set it would always
17426           return SystemColors.Window
17428         * XplatUIWin32.cs: Implemented caret overrides
17430 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
17432         * ListBox.cs: fire events, implement missing methods and properties,
17433         sorting.
17435 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
17437         * MonthCalendar.cs: invalidation bug fixing
17438         * ThemeWin32Classic.cs: paint fixing
17440 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
17442         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
17443         prepare the CGContextRef there now.
17445 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
17447         * MonthCalendar.cs:
17448           - optimisationL only invalidate areas that have changed
17449         * ThemeWin32Classic.cs:
17450           - only paint parts that intersect with clip_area
17452 2004-12-09  Peter Bartok  <pbartok@novell.com>
17454         * Application.cs: Undid changes from r37004 which cause problems
17455         on X11
17457 2004-12-09  Ravindra  <rkumar@novell.com>
17459         * ToolBar.cs: Added support for displaying ContextMenu
17460         attached to a button on ToolBar.
17461         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
17462         property.
17464 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17466         * Label.cs: autosize works in text change and removes unnecessary
17467         invalidate
17469 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
17471         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
17472         remove warnings
17474 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
17476         * XplatUIOSX.cs: Added mouse move/click/grab support
17477         Remove some debugging WriteLines not needed anymore.
17478         Add window resizing/positioning.
17479         Fix visibility on reparenting.
17481 2004-12-08  Peter Bartok  <pbartok@novell.com>
17483         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
17485 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
17487         * XplatUIOSX.cs: Initial checkin
17488         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
17490 2004-12-03  Ravindra <rkumar@novell.com>
17492         * ListView.cs: Added some keybindings and fixed scrolling.
17493         ScrollBars listen to ValueChanged event instead of Scroll
17494         Event. This would let us take care of all changes being
17495         done in the scrollbars' values programmatically or manually.
17496         * ListView.cs (CanMultiselect): Added a check for shift key.
17497         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
17498         * ListViewItem.cs (Clone): Fixed. We need to make a copy
17499         of ListViewSubItemCollection as well.
17501 2004-12-06  Peter Bartok <pbartok@novell.com>
17503         * Control.cs (Parent): Added check and exception to prevent
17504         circular parenting
17506 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
17508         * ListBox.cs: implemented clipping, selection single and multiple,
17509         bug fixing
17511 2004-12-03  Ravindra <rkumar@novell.com>
17513         * ListView.cs (ListView_KeyDown):
17514         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
17515         when CTRL key is pressed.
17516         * ListViewItem.cs (Selected): Fixed setting the property.
17518 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17520         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
17522         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
17523         MinimizeBox, ShowInTaskbar, TopMost properties.
17525         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
17526         will be implemented).
17528 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
17530         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
17532         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
17533         tests.
17534         
17535         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
17536         
17537         * TreeView.cs: BackColor is Colors.Window.
17539 2004-12-01  Jackson Harper  <jackson@ximian.com>
17541         * TreeView.cs: When resizing the tree if the user is making it
17542         smaller we don't get expose events, so we need to handle adding
17543         the horizontal scrollbar in the size changed handler as well as
17544         the expose handler.
17546 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
17548         * DrawItemState.cs: fixes wrong enum values
17550 2004-12-01  Jackson Harper  <jackson@ximian.com>
17552         * TreeView.cs: Resize the hbar as well as the vbar on resize.
17554 2004-12-01  Jackson Harper  <jackson@ximian.com>
17556         * NodeLabelEditEventArgs.cs:
17557         * NodeLabelEditEventHandler.cs:
17558         * OpenTreeNodeEnumerator.cs:
17559         * TreeNode.cs:
17560         * TreeNodeCollection.cs:
17561         * TreeView.cs:
17562         * TreeViewAction.cs:
17563         * TreeViewCancelEventArgs.cs:
17564         * TreeViewCancelEventHandler.cs:
17565         * TreeViewEventArgs.cs:
17566         * TreeViewEventHandler.cs: Initial implementation.
17568 2004-12-01  Ravindra <rkumar@novell.com>
17570         * ListView.cs (CalculateListView): Fixed scrolling related
17571         calculations. Also, removed some debug statements from other
17572         places.
17573         * ListViewItem.cs: Changed access to 'selected' instance variable
17574         from private to internal.
17575         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
17577 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
17579         * ThemeWin32Classic.cs: remove cache of brush and pens for
17580         specific controls and use the global system, fixes scrollbutton
17581         bugs (for small sizes, disabled, etc)
17582         
17583         * ScrollBar.cs: does not show the thumb for very small controls
17584         (as MS) and allow smaller buttons that the regular size
17586 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
17588         * UpDownBase.cs: Add abstract methods for the interface.
17589         Add new virtual methods (need to be hooked up to TextEntry when it
17590         exists).
17591         Add override methods for most features.
17592         Computes the size, forces the height of the text entry.
17594         * NumericUpDown.cs: Put here the current testing code.
17596         * Set eol-style property on all files that do not have mixed line
17597         endings, to minimize the future problems.  There are still a few
17598         files with mixed endings, and someone should choose whether they
17599         want to move it or not.
17601 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
17603         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
17604         System.Colors
17605         
17606 2004-11-30  Ravindra <rkumar@novell.com>
17608         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
17609         drawing and replaced use of SystemColors by theme colors.
17610         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
17611         * ListView.cs (ListViewItemCollection.Add): Throw exception when
17612         same ListViewItem is being added more than once.
17614 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
17616         * MonthCalendar.cs:
17617           - ControlStyles love to make the control not flicker
17618           
17619 2004-11-30  Peter Bartok  <pbartok@novell.com>
17621         * CharacterCasing.cs: Added
17623 2004-11-29  Peter Bartok  <pbartok@novell.com>
17625         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
17626           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
17627           I am removing these files as they conflict with already completed
17628           work. While it is fantastic to get contributions to MWF, I
17629           respectfully ask that everyone please coordinate their contributions
17630           through mono-winforms-list or #mono-winforms at this time. We're
17631           explicitly avoiding stubbing and don't want controls that don't have
17632           their basic functionality implemented in svn. Please also see
17633           http://www.mono-project.com/contributing/winforms.html
17636 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
17638         * Application.cs (ModalRun): Don't hang after exit.
17640         * Theme.cs: New TreeViewDefaultSize property.
17642         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
17643         with less hardcoded SystemColors constant.
17644         Implemented TreeViewDefaultSize.
17646         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
17647         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
17650 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
17652         * MonthCalendar.cs:
17653           - Fix NextMonthDate and PrevMonthDate click moving calendar
17655 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
17657         * MonthCalendar.cs:
17658           - Fix usage of ScrollChange Property when scrolling months
17660 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
17662         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
17663          - Fixes menu destroying
17664          - Support adding and removing items on already created menus
17666 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
17668         * MonthCalendar.cs:
17669           - Re-worked all bolded dates handling to match win32
17670         * ThemeWin32Classic.cs:
17671           - Fixed rendering with bolded dates
17673 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
17675         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
17676         - Horizontal scroolbar
17677         - Multicolumn
17678         - Fixes
17681 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
17683         * MonthCalendar.cs:
17684           - Fix Usage of MaxSelectionCount from SelectionRange
17685           - Fixed Shift + Cursor Selection
17686           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
17687           - Fixed normal cursor selection to be compat with win32
17688           - Fixed Shift + Mouse Click selection
17690 2004-11-24  Peter Bartok <pbartok@novell.com>
17692         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
17693         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
17694         * XplatUIX11.cs:
17695           - CreatedKeyBoardMsg now updates keystate with Alt key
17696           - Added workaround for timer crash to CheckTimers, Jackson will
17697             develop a proper fix and check in later
17698           - Implemented DispatchMessage
17699           - Removed calling the native window proc from GetMessage (call
17700             now moved to DispatchMessage)
17702         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
17703           the keydata (Fixes bug #69831)
17705         * XplatUIWin32.cs:
17706           - (DispatchMessage): Switched to return IntPtr
17707           - Added DllImport for SetFocus
17709 2004-11-24  Ravindra <rkumar@novell.com>
17711         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
17712         background drawing.
17713         * ListViewItem.cs: Fixed various properties, calculations
17714         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
17715         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
17716         and some internal properties. Fixed MouseDown handler and Paint
17717         method.
17719 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
17721         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
17723 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
17725         * ContainerControl.cs: correct accidental check in of local changes
17727 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
17729         * ThemeWin32Classic.cs:
17730                 - Fixed Drawing Last month in grid (sometimes not showing)
17731         * MonthCalendar.cs:
17732                 - Fixed title width calculation bug (makeing title small)
17734 2004-11-23  Peter Bartok <pbartok@novell.com>
17736         * XplatUIX11.cs:
17737           - Added generation of WM_MOUSEHOVER event
17738           - Added missing assignment of async_method atom
17739           - Fixed WM_ERASEBKGND; now only redraws the exposed area
17741 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
17743         * ThemeWin32Classic.cs:
17744                 - Fixed Drawing of today circle when showtodaycircle not set
17745                 - fixed drawing of first and last month in the grid (gay dates)
17746         * MonthCalendar.cs:
17747                 - Fixed Drawing of today circle
17748                 - Fixed drawing of grady dates
17749                 - Fixed HitTest for today link when ShowToday set to false
17750                 - Fixed DefaultSize to obey ShowToday
17752 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
17754         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
17755         * System.Windows.Forms/Theme.cs
17756         * MonthCalendar.cs: added for MonthCalendar
17757         * SelectionRange.cs: added for MonthCalendar
17758         * Day.cs: added for MonthCalendar: added for MonthCalendar
17759         * DateRangeEventArgs.cs: added for MonthCalendar
17760         * DateRangeEventHandler.cs: added for MonthCalendar
17762 2004-11-22  Ravindra <rkumar@novell.com>
17764         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
17765         property.
17767 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
17769         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
17770         event handler.
17771         
17772         * NumericUpDown.cs: Added new implementation.
17773         * UpDownBase.cs: Added new implementation.
17775         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
17776         implementations.
17777         
17778         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
17779         implementations.
17781         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
17782         methods.
17784 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
17786         * Timer.cs  (Dispose): Should call the base dispose when
17787         overriding.
17789 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
17791         * ScrollBar.cs: updates thumb position when max, min or increment
17792         is changed
17794 2004-11-21  Ravindra <rkumar@novell.com>
17796         * ListView.cs: Implemented item selection, activation and
17797         column header style. Fixed properties to do a redraw, if
17798         required. Added support for MouseHover, DoubleClick, KeyDown
17799         and KeyUp event handling and some minor fixes.
17800         * ListViewItem.cs: Fixed constructor.
17801         * ThemeWin32Classic.cs: Improved drawing for ListView.
17803 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
17805         * ThemeWin32Classic.cs: initial listbox drawing code
17806         * DrawMode.cs: new enumerator
17807         * ListControl.cs: stubbed class
17808         * ListBox.cs: initial implementation
17809         * Theme.cs: new methods definitions
17810         * SelectionMode.cs: new enumerator
17812 2004-11-17  Peter Bartok  <pbartok@novell.com>
17814         * XplatUIWin32.cs: Added double-click events to the class style
17815         * Control.cs (WndProc):
17816           - Added handling of click-count to MouseDown/ MouseUp events.
17817           - Added handling of middle and right mouse buttons
17818           - Removed old debug code
17820 2004-11-17  Jackson Harper  <jackson@ximian.com>
17822         * XplatUIX11.cs: Use the new Mono.Unix namespace.
17824 2004-11-17  Ravindra <rkumar@novell.com>
17826         * ListView.cs: Added event handling for MouseMove/Up/Down.
17827         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
17828         * ThemeWin32Classic.cs: We need to clear the graphics context and
17829         draw column header in a proper state.
17832 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
17834         *  Menu.cs: fixes signature
17836 2004-11-16  Peter Bartok  <pbartok@novell.com>
17838         * XplatUIX11.cs (GetMessage): Implemented generation of
17839           double click mouse messages
17841 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
17843         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
17844         not by menu
17846 2004-11-11  Peter Bartok  <pbartok@novell.com>
17848         * HandleData.cs: Added Visible property
17849         * XplatUIX11.cs (IsVisible): Now uses Visible property from
17850           HandleData
17851         * XplatUIX11.cs: Removed old debug leftovers
17852         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
17853         * Control.cs (WndProc): Removed old debug leftovers,
17854           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
17855           needed WM_SIZE handling
17857 2004-11-11  Jackson Harper  <jackson@ximian.com>
17859         * OwnerDrawPropertyBag.cs:
17860         * TreeViewImageIndexConverter.cs: Initial implementation
17862 2004-11-10  Jackson Harper  <jackson@ximian.com>
17864         * ThemeWin32Classic.cs:
17865         * TabControl.cs: instead of moving tabs by the slider pos just
17866         start drawing at the tab that is offset by the slider. This way
17867         scrolling always moves by exactly one tab.
17869 2004-11-10  Jackson Harper  <jackson@ximian.com>
17871         * TabControl.cs: You can only scroll left when the slider has
17872         already ben moved right.
17873         
17874 2004-11-10  Jackson Harper  <jackson@ximian.com>
17876         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
17877         the clip area.
17878         
17879 2004-11-10  Jackson Harper  <jackson@ximian.com>
17881         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
17882         clip area.
17883         
17884 2004-11-09  Jackson Harper  <jackson@ximian.com>
17886         * TabControl.cs (CalcXPos): New helper method so we can determine
17887         the proper place to start drawing vertical tabs.
17888         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
17889         
17890 2004-11-09  Jackson Harper  <jackson@ximian.com>
17892         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
17893         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
17894         and Bottom, left and right are illegal values for this and
17895         multiline is enabled when the alignment is set to left or right.
17896         (DrawTab): Each alignment block should draw the text itself now
17897         because Left requires special love. Also add rendering for Left
17898         aligned tabs.
17899         
17900 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
17902         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
17903         does not destroy the windows, removes debugging messages
17905 2004-11-09  jba  <jba-mono@optusnet.com.au>
17907         * ThemeWin32Classic.cs
17908         (DrawButtonBase): Fix verticle text rect clipping in windows
17909         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
17910         rendering and incorrect text rect clipping
17911         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
17912         rendering and incorrect text rect clipping
17913         
17914 2004-11-08  Jackson Harper  <jackson@ximian.com>
17916         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
17917         bottom when they are bottom aligned so the bottoms of the tabs get
17918         displayed.
17919         * TabControl.cs (DropRow): Move rows up instead of down when the
17920         tab control is bottom aligned.
17922 2004-11-08 13:59  pbartok
17924         * XplatUIX11.cs:
17925           - Added handling for various window styles
17926           - Added handling for popup windows
17927           - Added SetTopmost handling
17929 2004-11-08 13:55  pbartok
17931         * XplatUIWin32.cs:
17932           - Added argument to SetTopmost method
17933           - Fixed broken ClientToScreen function
17935 2004-11-08 13:53  pbartok
17937         * XplatUIStructs.cs:
17938           - Added missing WS_EX styles
17940 2004-11-08 13:53  pbartok
17942         * XplatUI.cs, XplatUIDriver.cs:
17943           - Added argument to SetTopmost
17945 2004-11-08 13:52  pbartok
17947         * X11Structs.cs:
17948           - Added XSetWindowAttributes structure
17949           - Improved XWindowAttributes structure
17950           - Added SetWindowValuemask enum
17951           - Added window creation arguments enum
17952           - Added gravity enum
17953           - Added Motif hints structure
17954           - Added various Motif flags and enums
17955           - Added PropertyMode enum for property functions
17957 2004-11-08 13:50  pbartok
17959         * Form.cs:
17960           - Fixed arguments for updated SetTopmost method
17962 2004-11-08 13:49  pbartok
17964         * ToolTip.cs:
17965           - Fixed arguments for updated SetTopmost function
17966           - Fixed usage of PointToClient
17968 2004-11-08 13:44  pbartok
17970         * MenuAPI.cs:
17971           - Added Clipping of children and siblings
17973 2004-11-08 13:41  pbartok
17975         * MainMenu.cs:
17976           - Removed SetMenuBarWindow call. We do this in Form.cs
17978 2004-11-08 13:40  jackson
17980         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
17981           scrolling jimmi in the correct location with bottom aligned tabs
17983 2004-11-08 13:36  pbartok
17985         * ContainerControl.cs:
17986           - Implemented BindingContext
17987           - Implemented ParentForm
17989 2004-11-08 12:46  jackson
17991         * TabControl.cs: Put bottom rendered tabs in the right location
17993 2004-11-08 07:15  jordi
17995         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
17996           removes dead code
17998 2004-11-05 17:30  jackson
18000         * TabControl.cs: When selected tabs are expanded make sure they
18001           don't go beyond the edges of the tab control
18003 2004-11-05 14:57  jackson
18005         * TabControl.cs: Reset show_slider so if the control is resized to
18006           a size where it is no longer needed it's not displayed anymore
18008 2004-11-05 13:16  jackson
18010         * TabControl.cs: Make tab pages non visible when added to the
18011           control
18013 2004-11-05 12:42  jackson
18015         * TabControl.cs: Implement SizeMode.FillToRight
18017 2004-11-05 12:16  jackson
18019         * Control.cs: Do not call CreateHandle if the handle is already
18020           created
18022 2004-11-05 11:46  jackson
18024         * TabControl.cs: Remove superflous call to CalcTabRows
18026 2004-11-05 09:07  jackson
18028         * XplatUIX11.cs: Update for Mono.Posix changes
18030 2004-11-05 07:00  ravindra
18032         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
18033           scrolling.
18035 2004-11-04 22:47  jba
18037         * ThemeWin32Classic.cs:
18038           - Fix Button rendering for FlatStyle = Flat or Popup
18039           - Fix RadioButton and CheckBox rendering when Appearance = Button
18040             (normal and flatstyle).
18041           - Correct outer rectangle color when drawing focus rectangle
18042           - Adjust button bounds to be 1 px smaller when focused
18043           - Make button not draw sunken 3d border when pushed (windows compat)
18044           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
18045           - Offset the text in RadioButton and Checkbox when being rendered as
18046           a button.
18047           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
18048           radiobuttons
18049           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
18050           - Fixed disabled text rendering for normally rendered radiobuttons
18052 2004-11-04 10:26  jackson
18054         * TabControl.cs: Recalculate tab rows when resizing
18056 2004-11-04 07:47  jordi
18058         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
18059           collection completion, drawing issues, missing features
18061 2004-11-04 05:03  ravindra
18063         * ScrollBar.cs:
18064                 - We need to recalculate the Thumb area when
18065                 LargeChange/maximum/minimum values are changed.
18066           - We set the 'pos' in UpdatePos() method to minimum, if it's less
18067                 than minimum. This is required to handle the case if large_change is
18068                 more than max, and use LargeChange property instead of large_change
18069                 variable.
18070           - We return max+1 when large_change is more than max, like MS does.
18072 2004-11-04 04:29  ravindra
18074         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
18075                 - Changed default value signatures (prefixed all with ListView).
18076                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
18077                 ListView.
18078           - Fixed calculations for ListViewItem and implemented Clone()
18079           method.
18081 2004-11-04 04:26  ravindra
18083         * Theme.cs, ThemeWin32Classic.cs:
18084                 - Changed default ListView values signatures (prefixed all with
18085                 ListView).
18086           - Fixed default size values for VScrollBar and HScrollBar.
18087                 - Fixed DrawListViewItem method.
18089 2004-11-04 04:05  ravindra
18091         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
18093 2004-11-04 04:04  ravindra
18095         * ImageList.cs: Implemented the missing overload for Draw method.
18097 2004-11-03 19:29  jackson
18099         * TabControl.cs: Handle dropping rows on selection properly
18101 2004-11-03 11:59  jackson
18103         * TabControl.cs: remove debug code
18105 2004-11-03 11:52  jackson
18107         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
18108           the scrolly widgerywoo
18110 2004-11-02 13:52  jackson
18112         * TabControl.cs: Resize the tab pages and tabs when the tab control
18113           is resized
18115 2004-11-02 13:40  jackson
18117         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
18118           selected tab to the bottom
18120 2004-11-02 13:39  jackson
18122         * TabPage.cs: Store the tab pages row
18124 2004-11-02 12:33  jordi
18126         * MenuItem.cs: fixes handle creation
18128 2004-11-02 11:42  jackson
18130         * TabControl.cs: signature fix
18132 2004-11-02 08:56  jackson
18134         * TabControl.cs: Calculate whether the tab is on an edge properly.
18135           Remove top secret debugging code
18137 2004-11-01 19:57  jackson
18139         * TabControl.cs: Add click handling, and proper sizing
18141 2004-11-01 19:47  jackson
18143         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
18144           tab controls
18146 2004-11-01 19:39  jackson
18148         * TabPage.cs: add internal property to store the bounds of a tab
18149           page
18151 2004-10-30 04:23  ravindra
18153         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
18154           values.
18156 2004-10-30 04:21  ravindra
18158         * ListView.cs, ListViewItem.cs: Added support for scrolling and
18159           fixed calculations.
18161 2004-10-30 03:06  pbartok
18163         * XplatUIX11.cs:
18164           - Removed extension of DllImported libs
18166 2004-10-29 09:55  jordi
18168         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
18169           navigation, itemcollection completion, menu fixes
18171 2004-10-27 22:58  pbartok
18173         * XplatUIX11.cs:
18174           - Now throws a nice error message when no X display could be opened
18176 2004-10-26 13:51  jordi
18178         * ListView.cs: removes warning
18180 2004-10-26 03:55  ravindra
18182         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
18183           ThemeWin32Classic.cs: Some formatting for my last checkins.
18185 2004-10-26 03:36  ravindra
18187         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
18188           control and default values.
18190 2004-10-26 03:35  ravindra
18192         * Theme.cs: Added some default values for ListView control.
18194 2004-10-26 03:33  ravindra
18196         * ToolBar.cs: ToolBar should use the user specified button size, if
18197           there is any. Added a size_specified flag for the same.
18199 2004-10-26 03:33  ravindra
18201         * ColumnHeader.cs: Added some internal members and calculations for
18202           ColumnHeader.
18204 2004-10-26 03:32  ravindra
18206         * ListViewItem.cs: Calculations for ListViewItem.
18208 2004-10-26 03:31  ravindra
18210         * ListView.cs: Added some internal members and calculations for
18211           ListView.
18213 2004-10-22 13:31  jordi
18215         * MenuAPI.cs: speedup menus drawing
18217 2004-10-22 13:16  jackson
18219         * XplatUIX11.cs: Make sure to update exposed regions when adding an
18220           expose event
18222 2004-10-22 11:49  jackson
18224         * Control.cs: oops
18226 2004-10-22 11:41  jackson
18228         * Control.cs: Check to see if the window should have its background
18229           repainted by X when drawing.
18231 2004-10-22 11:31  jackson
18233         * XplatUIX11.cs: When invalidating areas only use XClearArea if
18234           clear is true, this way we do not get flicker from X repainting the
18235           background
18237 2004-10-22 11:28  jackson
18239         * XEventQueue.cs: Queue properly
18241 2004-10-21 09:38  jackson
18243         * XEventQueue.cs: Fix access modifier
18245 2004-10-21 09:36  jackson
18247         * XEventQueue.cs: Don't loose messages
18249 2004-10-21 09:22  jackson
18251         * XEventQueue.cs: Don't loose messages
18253 2004-10-20 04:15  jordi
18255         * BootMode.cs: enum need it by SystemInfo
18257 2004-10-19 21:58  pbartok
18259         * XplatUIWin32.cs:
18260           - Small sanity check
18262 2004-10-19 21:56  pbartok
18264         * Form.cs:
18265           - Added private FormParentWindow class which acts as the container
18266             for our form and as the non-client area where menus are drawn
18267           - Added/Moved required tie-ins to Jordi's menus
18268           - Fixed/Implemented the FormStartPosition functionality
18270 2004-10-19 21:52  pbartok
18272         * Control.cs:
18273           - Removed unneeded locals
18274           - Added code to all size and location properties to understand and
18275             deal with the parent container of Form
18277 2004-10-19 21:33  pbartok
18279         * Application.cs:
18280           - Fixed to deal with new Form subclasses for menus
18282 2004-10-19 17:48  jackson
18284         * XEventQueue.cs: commit correct version of file
18286 2004-10-19 16:50  jackson
18288         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
18290 2004-10-19 16:15  jordi
18292         * MenuAPI.cs: MenuBarCalcSize returns the height
18294 2004-10-19 08:31  pbartok
18296         * Control.cs:
18297           - Added missing call to PreProcessMessage before calling OnXXXKey
18298           methods
18300 2004-10-19 00:04  ravindra
18302         * ToolTip.cs: Fixed constructor.
18304 2004-10-18 09:31  jordi
18306         * MenuAPI.cs: menuitems in menubars do not have shortcuts
18308 2004-10-18 09:26  jordi
18310         * MenuItem.cs: fixes MenuItem class signature
18312 2004-10-18 08:56  jordi
18314         * MenuAPI.cs: prevents windows from showing in the taskbar
18316 2004-10-18 00:28  ravindra
18318         * ToolTip.cs: Suppressed a warning message.
18320 2004-10-18 00:27  ravindra
18322         * Control.cs: Default value of visible property must be true.
18324 2004-10-17 23:19  pbartok
18326         * ToolTip.cs:
18327           - Complete implementation
18329 2004-10-17 23:19  pbartok
18331         * XplatUIX11.cs:
18332           - Added EnableWindow method
18333           - Added SetModal stub
18334           - Added generation of WM_ACTIVATE message (still needs testing)
18335           - Added SetTopMost stub
18336           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
18338 2004-10-17 23:17  pbartok
18340         * XplatUIWin32.cs:
18341           - Removed VirtualKeys to XplatUIStructs
18342           - Implemented SetTopMost method
18343           - Implemented EnableWindow method
18344           - Bugfix in ScreenToClient()
18345           - Bugfixes in ClientToScreen()
18347 2004-10-17 22:51  pbartok
18349         * XplatUIStructs.cs:
18350           - Added WS_EX styles to WindowStyles enumeration
18352 2004-10-17 22:50  pbartok
18354         * XplatUI.cs, XplatUIDriver.cs:
18355           - Added method for enabling/disabling windows
18356           - Added method for setting window modality
18357           - Added method for setting topmost window
18359 2004-10-17 22:49  pbartok
18361         * ThemeWin32Classic.cs:
18362           - Added ToolTip drawing code
18364 2004-10-17 22:49  pbartok
18366         * Theme.cs:
18367           - Added ToolTip abstracts
18369 2004-10-17 22:47  pbartok
18371         * Form.cs:
18372           - Fixed Form.ControlCollection to handle owner relations
18373           - Added Owner/OwnedForms handling
18374           - Implemented Z-Ordering for owned forms
18375           - Removed unneeded private overload of ShowDialog
18376           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
18377             so I hope)
18378           - Fixed Close(), had wrong default
18379           - Added firing of OnLoad event
18380           - Added some commented out debug code for Ownership handling
18382 2004-10-17 22:16  pbartok
18384         * Control.cs:
18385           - Fixed/implemented flat list of controls
18387 2004-10-17 22:14  pbartok
18389         * Application.cs:
18390           - Added code to simulate modal dialogs on Win32
18392 2004-10-17 16:11  jordi
18394         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
18395           mouse event
18397 2004-10-17 13:39  jordi
18399         * MenuAPI.cs: menu drawing fixes
18401 2004-10-15 09:10  ravindra
18403         * StructFormat.cs: General Enum.
18405 2004-10-15 09:09  ravindra
18407         * SizeGripStyle.cs: Enum for Form.
18409 2004-10-15 09:08  ravindra
18411         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
18412           in Theme for ListView.
18414 2004-10-15 09:06  ravindra
18416         * ColumnHeader.cs: Flushing some formatting changes.
18418 2004-10-15 09:05  ravindra
18420         * ListViewItem.cs: Implemented GetBounds method and fixed coding
18421           style.
18423 2004-10-15 09:03  ravindra
18425         * ListView.cs: Implemented Paint method and fixed coding style.
18427 2004-10-15 07:34  jordi
18429         * MenuAPI.cs: fix for X11
18431 2004-10-15 07:32  ravindra
18433         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
18434                 - Renamed Paint() method to Draw() for clarity. Also, moved
18435                 DrawImage() to OnPaint().
18437 2004-10-15 07:25  ravindra
18439         * CheckBox.cs, RadioButton.cs:
18440                 - Removed Redraw (), we get it from ButtonBase.
18441                 - Implemented Paint (), to do class specific painting.
18443 2004-10-15 07:16  ravindra
18445         * ButtonBase.cs:
18446                 - Redraw () is not virtual now.
18447                 - Added an internal virtual method Paint (), so that
18448                 derived classes can do their painting on their own.
18449                 - Modified OnPaint () to call Paint ().
18451 2004-10-15 06:43  jordi
18453         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
18454           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
18456 2004-10-15 00:30  ravindra
18458         * MessageBox.cs:
18459                 - MessageBox on windows does not have min/max buttons.
18460                 This change in CreateParams fixes this on Windows. We
18461                 still need to implement this windowstyle behavior in
18462                 our X11 driver.
18464 2004-10-14 05:14  ravindra
18466         * ToolBar.cs:
18467                 - Changed Redraw () to do a Refresh () always.
18468                 - Fixed the MouseMove event handling when mouse is pressed,
18469                 ie drag event handling.
18470                 - Replaced the usage of ToolBarButton.Pressed property to
18471                 ToolBarButton.pressed internal variable.
18473 2004-10-14 05:10  ravindra
18475         * ToolBarButton.cs:
18476                 - Added an internal member 'inside' to handle mouse move
18477                 with mouse pressed ie mouse drag event.
18478                 - Changed 'Pressed' property to return true only when
18479                 'inside' and 'pressed' are both true.
18480                 - Some coding style love.
18482 2004-10-14 00:17  ravindra
18484         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
18485           public method.
18487 2004-10-14 00:15  ravindra
18489         * ButtonBase.cs: Redraw () related improvements.
18491 2004-10-14 00:14  ravindra
18493         * MessageBox.cs: Moved InitFormSize () out of Paint method and
18494           removed unnecessary calls to Button.Show () method.
18496 2004-10-13 17:50  pbartok
18498         * XplatUIX11.cs:
18499           - Formatting fix
18500           - Removed destroying of window until we solve the problem of X
18501             destroying the window before us on shutdown
18503 2004-10-13 16:32  pbartok
18505         * ButtonBase.cs:
18506           - Now Redraws on MouseUp for FlatStyle Flat and Popup
18508 2004-10-13 14:18  pbartok
18510         * XplatUIX11.cs:
18511           - Added code to destroy the X window
18513 2004-10-13 14:18  pbartok
18515         * XplatUIWin32.cs:
18516           - Added code to destroy a window
18518 2004-10-13 14:12  pbartok
18520         * ButtonBase.cs:
18521           - Added the Redraw on Resize that got dropped in the last rev
18523 2004-10-13 09:06  pbartok
18525         * ThemeWin32Classic.cs:
18526           - Path from John BouAntoun:
18527             * Fix check rendering (centre correctly for normal style, offset
18528               correctly for FlatStyle).
18529             * Fix border color usage (use backcolor) for FlatStyle.Popup
18530             * Use checkbox.Capture instead of checkbox.is_pressed when
18531               rendering flatstyle states.
18533 2004-10-12 21:48  pbartok
18535         * ThemeWin32Classic.cs:
18536           - Removed all occurences of SystemColors and replaced them with the
18537             matching theme color
18539 2004-10-12 21:41  pbartok
18541         * ThemeWin32Classic.cs:
18542           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
18543             him using the function for flatstyle drawing
18544           - Changed functions to use the new version of CPDrawBorder3D
18546 2004-10-12 21:15  pbartok
18548         * ControlPaint.cs:
18549           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
18550             match MS documentation. They need to return defined colors if the
18551             passed color matches the configured control color. Thanks to John
18552             BouAntoun for pointing this out.
18554 2004-10-12 20:57  pbartok
18556         * Control.cs:
18557           - Fix from John BouAntoun: Raise ForeColorChanged event when text
18558             color is changed
18560 2004-10-12 20:46  pbartok
18562         * CheckBox.cs:
18563           - Fix from John BouAntoun: Now properly sets the Appearance property
18565 2004-10-12 20:45  pbartok
18567         * ThemeWin32Classic.cs:
18568           - Fixes from John BouAntoun: now handles forecolors and backcolors
18569             for flatstyle rendered controls much better; It also fixes normal
18570             checkbox rendering when pushed or disabled.
18572 2004-10-08 02:50  jordi
18574         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
18575           work
18577 2004-10-07 08:56  jordi
18579         * ThemeWin32Classic.cs: Removes deletion of cached brushes
18581 2004-10-06 03:59  jordi
18583         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
18584           XplatUIWin32.cs: removes warnings from compilation
18586 2004-10-05 12:23  jackson
18588         * RadioButton.cs: Fix ctor
18590 2004-10-05 11:10  pbartok
18592         * MessageBox.cs:
18593           - Partial implementation by Benjamin Dasnois
18595 2004-10-05 10:15  jackson
18597         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
18598           by John BouAntoun
18600 2004-10-05 03:07  ravindra
18602         * ToolBar.cs:
18603                 - Removed a private method, Draw ().
18604                 - Fixed the ButtonDropDown event handling.
18605                 - Fixed MouseMove event handling.
18607 2004-10-05 03:04  ravindra
18609         * ThemeWin32Classic.cs:
18610                 - Added DrawListView method and ListViewDefaultSize property.
18611                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
18612                 - Changed DOS style CRLF to Unix format (dos2unix).
18614 2004-10-05 03:03  ravindra
18616         * Theme.cs:
18617                 - Added DrawListView method and ListViewDefaultSize property.
18619 2004-10-05 02:42  ravindra
18621         * ToolBarButton.cs: Added an internal member dd_pressed to handle
18622           clicks on DropDown arrow.
18624 2004-10-04 22:56  jackson
18626         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
18627           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
18628           Control handle the buffers, derived classes should not have to
18629           CreateBuffers themselves.
18631 2004-10-04 21:20  jackson
18633         * StatusBar.cs: The control handles resizing the buffers now.
18635 2004-10-04 21:18  jackson
18637         * Control.cs: When resizing the buffers should be invalidated. This
18638           should be handled in Control not in derived classes.
18640 2004-10-04 14:45  jackson
18642         * TabPage.cs: oops
18644 2004-10-04 02:14  pbartok
18646         * LeftRightAlignment.cs:
18647           - Initial check-in
18649 2004-10-04 01:09  jordi
18651         * ThemeWin32Classic.cs: fixes right button position causing right
18652           button not showing on horizontal scrollbars
18654 2004-10-02 13:12  pbartok
18656         * XplatUIX11.cs:
18657           - Simplified the Invalidate method by using an X call instead of
18658             generating the expose ourselves
18659           - Added an expose when the window background is changed
18660           - Implemented ClientToScreen method
18662 2004-10-02 13:08  pbartok
18664         * XplatUIWin32.cs:
18665           - Added Win32EnableWindow method (test for implementing modal
18666           dialogs)
18667           - Added ClientToScreen method and imports
18669 2004-10-02 13:07  pbartok
18671         * XplatUI.cs, XplatUIDriver.cs:
18672           - Added ClientToScreen coordinate translation method
18674 2004-10-02 13:06  pbartok
18676         * KeyPressEventArgs.cs:
18677           - Fixed access level for constructor
18679 2004-10-02 13:06  pbartok
18681         * NativeWindow.cs:
18682           - Changed access level for the window_collection hash table
18684 2004-10-02 13:05  pbartok
18686         * Form.cs:
18687           - Added KeyPreview property
18688           - Added Menu property (still incomplete, pending Jordi's menu work)
18689           - Implemented ProcessCmdKey
18690           - Implemented ProcessDialogKey
18691           - Implemented ProcessKeyPreview
18693 2004-10-02 13:02  pbartok
18695         * Control.cs:
18696           - Added private method to get the Control object from the window
18697           handle
18698           - Implemented ContextMenu property
18699           - Implemented PointToScreen
18700           - Implemented PreProcessMessage
18701           - Implemented IsInputChar
18702           - Implemented IsInputKey
18703           - Implemented ProcessCmdKey
18704           - Completed ProcessKeyEventArgs
18705           - Fixed message loop to call the proper chain of functions on key
18706           events
18707           - Implemented ProcessDialogChar
18708           - Implemented ProcessDialogKey
18709           - Implemented ProcessKeyMessage
18710           - Implemented ProcessKeyPreview
18711           - Added RaiseDragEvent stub (MS internal method)
18712           - Added RaiseKeyEvent stub (MS internal method)
18713           - Added RaiseMouseEvent stub (MS Internal method)
18714           - Added RaisePaintEvent stub (MS Internal method)
18715           - Added ResetMouseEventArgs stub (MS Internal method)
18716           - Implemented RtlTranslateAlignment
18717           - Implemented RtlTranslateContent
18718           - Implemented RtlTranslateHorizontal
18719           - Implemented RtlTranslateLeftRight
18720           - Added generation of KeyPress event
18722 2004-10-02 05:57  ravindra
18724         * ListViewItem.cs: Added attributes.
18726 2004-10-02 05:32  ravindra
18728         * ListView.cs: Added attributes.
18730 2004-10-01 11:53  jackson
18732         * Form.cs: Implement the Close method so work on MessageBox can
18733           continue.
18735 2004-09-30 14:06  pbartok
18737         * XplatUIX11.cs:
18738           - Bug fixes
18740 2004-09-30 11:34  jackson
18742         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
18744 2004-09-30 07:26  ravindra
18746         * ListViewItemConverter.cs: Converter for ListViewItem.
18748 2004-09-30 07:26  ravindra
18750         * SortOrder.cs: Enum for ListView control.
18752 2004-09-30 07:25  ravindra
18754         * ColumnHeader.cs: Supporting class for ListView control.
18756 2004-09-30 07:24  ravindra
18758         * ListView.cs, ListViewItem.cs: Initial implementation.
18760 2004-09-30 07:20  ravindra
18762         * ItemActivation.cs: Enum for ListView Control.
18764 2004-09-29 20:29  pbartok
18766         * XplatUIX11.cs:
18767           - Added lookup of pixel value for background color; tries to get a
18768             color 'close' to the requested color, it avoids having to create a
18769             colormap.  Depending on the display this could mean the used color
18770             is slightly off the desired color. Might have to change it to a more
18771             resource intensive colormap approach, but it will work as a
18772           workaround to avoid red screens.
18774 2004-09-29 14:27  jackson
18776         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
18778 2004-09-28 12:44  pbartok
18780         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
18781           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
18782           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
18783           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
18784           TrackBar.cs, VScrollBar.cs:
18785           - Streamlined Theme interfaces:
18786             * Each DrawXXX method for a control now is passed the object for
18787               the control to be drawn in order to allow accessing any state the
18788               theme might require
18790             * ControlPaint methods for the theme now have a CP prefix to avoid
18791               name clashes with the Draw methods for controls
18793             * Every control now retrieves it's DefaultSize from the current
18794             theme
18796 2004-09-28 12:17  jackson
18798         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
18799           drawing
18801 2004-09-24 14:57  jackson
18803         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
18804           Gives us a nice little performance boost.
18806 2004-09-24 12:02  jackson
18808         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
18809           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
18810           Control and supporting classes. Initial checkin
18812 2004-09-23 13:08  jackson
18814         * Form.cs: Temp build fixage
18816 2004-09-23 01:39  ravindra
18818         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
18819           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
18820           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
18821           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
18822           EventHandlers needed by ListView Control.
18824 2004-09-22 14:12  pbartok
18826         * ScrollableControl.cs:
18827           - Implemented DockPadding property
18828           - Implemented AutoScroll property
18829           - Implemented AutoScrollMargin property
18830           - Implemented AutoScrollMinSize property
18831           - Implemented AutoScrollPosition property
18832           - Implemented DisplayRectangle property (still incomplete)
18833           - Implemented CreateParams property
18834           - Implemented HScroll property
18835           - Implemented VScroll property
18836           - Implemented OnVisibleChanged property
18838 2004-09-22 14:09  pbartok
18840         * Form.cs:
18841           - Added Form.ControllCollection class
18842           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
18843             RemoveOwnedForm (still incomplete, missing on-top and common
18844             minimize/maximize behaviour)
18845           - Added StartPosition property (still incomplete, does not use when
18846             creating the form)
18847           - Added ShowDialog() methods (still incomplete, missing forcing the
18848             dialog modal)
18850 2004-09-22 14:05  pbartok
18852         * Application.cs:
18853           - Added message loop for modal dialogs
18855 2004-09-22 14:02  pbartok
18857         * GroupBox.cs:
18858           - Fixed wrong types for events
18860 2004-09-22 14:00  pbartok
18862         * Shortcut.cs, FormWindowState.cs:
18863           - Fixed wrong values
18865 2004-09-22 12:01  jackson
18867         * Control.cs: Text is never null
18869 2004-09-20 22:14  pbartok
18871         * XplatUIWin32.cs:
18872           - Fixed accessibility level for Idle handler
18874 2004-09-20 18:54  jackson
18876         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18877           XplatUIX11.cs: New message loop that uses poll so we don't get a
18878           busy loop
18880 2004-09-17 10:43  pbartok
18882         * ScrollBar.cs:
18883           - Fixed behaviour of arrow buttons. Now properly behaves like
18884             Buttons (and like Microsoft's scrollbar arrow buttons)
18886 2004-09-17 10:14  pbartok
18888         * ScrollBar.cs:
18889           - Added missing release of keyboard/mouse capture
18891 2004-09-17 06:18  jordi
18893         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
18894           Theme.cs: Very early menu support
18896 2004-09-16 17:45  pbartok
18898         * XplatUIWin32.cs:
18899           - Fixed sending a window to the front
18900           - Added overload for SetWindowPos to avoid casting
18902 2004-09-16 17:44  pbartok
18904         * Control.cs:
18905           - Added SendToBack and BringToFront methods
18907 2004-09-16 07:00  ravindra
18909         * Copyright: Added Novell URL.
18911 2004-09-16 07:00  ravindra
18913         * ToolBar.cs: Invalidate should be done before redrawing.
18915 2004-09-15 21:19  ravindra
18917         * ColumnHeaderStyle.cs: Enum for ListView Control.
18919 2004-09-15 21:18  ravindra
18921         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
18922           ListView Control.
18924 2004-09-13 18:26  jackson
18926         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
18927           properly
18929 2004-09-13 18:13  jackson
18931         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
18932           a second thread and post messages into the main threads message
18933           queue. This makes timing much more consistent. Both win2K and XP
18934           have a minimum timer value of 15 milliseconds, so we now do this
18935           too.
18937 2004-09-13 15:18  pbartok
18939         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18940           XplatUIX11.cs:
18941           - Added Z-Ordering methods
18943 2004-09-13 10:56  pbartok
18945         * Form.cs:
18946           - Fixed #region names
18947           - Moved properties and methods into their proper #regions
18949 2004-09-13 10:51  pbartok
18951         * Form.cs:
18952           - Added Accept and CancelButton properties
18953           - Added ProcessDialogKey() method
18955 2004-09-13 08:18  pbartok
18957         * IWindowTarget.cs:
18958           - Initial check-in
18960 2004-09-10 21:50  pbartok
18962         * Control.cs:
18963           - Added DoDragDrop() [incomplete]
18964           - Properly implemented 'Visible' handling
18965           - Added SetVisibleCore()
18966           - Implemented FindChildAtPoint()
18967           - Implemented GetContainerControl()
18968           - Implemented Hide()
18970 2004-09-10 19:28  pbartok
18972         * Control.cs:
18973           - Moved methods into their appropriate #regions
18974           - Reordered methods within regions alphabetically
18976 2004-09-10 18:57  pbartok
18978         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
18979           - Added method to retrieve text from window
18981 2004-09-10 18:56  pbartok
18983         * Control.cs:
18984           - Moved some internal functions into the internal region
18985           - Implemented FontHeight
18986           - Implemented RenderRightToLeft
18987           - Implemented ResizeRedraw
18988           - Implemented ShowFocusCues
18989           - Implemented ShowKeyboardCues
18990           - Implemented FromChildHandle
18991           - Implemented FromHandle
18992           - Implemented IsMnemonic
18993           - Implemented ReflectMessage
18994           - All public and protected Static Methods are now complete
18996 2004-09-10 16:54  pbartok
18998         * Control.cs:
18999           - Implemented remaining missing public instance properties
19000           - Alphabetized some out of order properties
19002 2004-09-10 05:51  ravindra
19004         * PictureBox.cs: Added a check for null image.
19006 2004-09-10 00:59  jordi
19008         * GroupBox.cs: remove cvs tag
19010 2004-09-09 05:25  ravindra
19012         * ToolBar.cs: Make redraw accessible from ToolBarButton.
19014 2004-09-09 05:23  ravindra
19016         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
19017           parent redraw.
19019 2004-09-09 02:28  pbartok
19021         * ThemeWin32Classic.cs:
19022           - Improve disabled string look
19024 2004-09-09 01:15  jordi
19026         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
19027           args and handler
19029 2004-09-08 23:56  ravindra
19031         * ItemBoundsPortion.cs: It's enum, not a class!
19033 2004-09-08 23:47  ravindra
19035         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
19036           Enums for Form.
19038 2004-09-08 21:13  ravindra
19040         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
19041           ListView control.
19043 2004-09-08 21:03  ravindra
19045         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
19046           avoid crash.
19048 2004-09-08 21:01  ravindra
19050         * ScrollableControl.cs: Removed unreachable code.
19052 2004-09-08 06:45  jordi
19054         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
19056 2004-09-08 01:00  jackson
19058         * XplatUIX11.cs: Only run the timers when updating the message
19059           queue. This effectively gives X messages a higher priority then
19060           timer messages. Timers still need love though
19062 2004-09-07 14:01  jackson
19064         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
19065           this for us and the handle is no longer valid.
19067 2004-09-07 13:59  jackson
19069         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
19070           loop that manages to not crash. TODO: Add poll and cleanup timers
19072 2004-09-07 11:12  jordi
19074         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
19076 2004-09-07 03:40  jordi
19078         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
19079           fixes, methods, multiple links
19081 2004-09-06 06:55  jordi
19083         * Control.cs: Caches ClientRectangle rectangle value
19085 2004-09-05 02:03  jordi
19087         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
19088           certain situations
19090 2004-09-04 11:10  jordi
19092         * Label.cs: Refresh when font changed
19094 2004-09-02 16:24  pbartok
19096         * Control.cs:
19097           - Added sanity check to creation of double buffer bitmap
19099 2004-09-02 16:24  pbartok
19101         * ButtonBase.cs:
19102           - Fixed selection of text color
19103           - Fixed handling of resize event; now properly recreates double
19104             buffering bitmap
19105           - Added missing assignment of TextAlignment
19106           - Added proper default for TextAlignment
19108 2004-09-02 14:26  pbartok
19110         * RadioButton.cs:
19111           - Added missing RadioButton.RadioButtonAccessibleObject class
19113 2004-09-02 14:26  pbartok
19115         * Control.cs:
19116           - Added missing Control.ControlAccessibleObject class
19117           - Started to implement Select()ion mechanisms, still very incomplete
19119 2004-09-02 14:25  pbartok
19121         * AccessibleObject.cs:
19122           - Added missing methods
19124 2004-09-02 14:23  pbartok
19126         * AccessibleNavigation.cs, AccessibleSelection.cs:
19127           - Initial check-in
19129 2004-09-02 10:32  jordi
19131         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
19132           pool for pens, brushes, and hatchbruses
19134 2004-09-01 15:30  jackson
19136         * StatusBar.cs: Fix typo
19138 2004-09-01 14:44  pbartok
19140         * RadioButton.cs:
19141           - Fixed state
19143 2004-09-01 14:39  pbartok
19145         * Button.cs, RadioButton.cs:
19146           - Functional initial check-in
19148 2004-09-01 14:01  pbartok
19150         * CheckBox.cs:
19151           - Added missing default
19152           - Added missing region mark
19154 2004-09-01 09:10  jordi
19156         * Label.cs: fixes method signatures, new methods, events, fixes
19157           autosize
19159 2004-09-01 07:19  jordi
19161         * Control.cs: Init string variables with an empty object
19163 2004-09-01 04:20  jordi
19165         * Control.cs: fires OnFontChanged event
19167 2004-08-31 20:07  pbartok
19169         * ButtonBase.cs:
19170           - Enabled display of strings
19172 2004-08-31 20:05  pbartok
19174         * Form.cs:
19175           - Added (partial) implementation of DialogResult; rest needs to be
19176             implemented when the modal loop code is done
19178 2004-08-31 19:55  pbartok
19180         * CheckBox.cs:
19181           - Fixed to match the removal of the needs_redraw concept
19183 2004-08-31 19:55  pbartok
19185         * ButtonBase.cs:
19186           - Removed the rather odd split between 'needs redraw' and redrawing
19187           - Now handles the events that require regeneration (ambient
19188             properties and size)
19190 2004-08-31 19:41  pbartok
19192         * Control.cs:
19193           - Added firing of BackColorChanged event
19194           - Added TopLevelControl property
19195           - Fixed handling of WM_ERASEBKGRND message
19197 2004-08-31 12:49  pbartok
19199         * ButtonBase.cs:
19200           - Removed debug
19201           - Minor fixes
19203 2004-08-31 12:48  pbartok
19205         * CheckBox.cs:
19206           - Finished (famous last words)
19208 2004-08-31 04:35  jordi
19210         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
19211           scrolling bugs, adds new methods
19213 2004-08-30 14:42  pbartok
19215         * CheckBox.cs:
19216           - Implemented CheckBox drawing code
19218 2004-08-30 14:42  pbartok
19220         * ButtonBase.cs:
19221           - Made Redraw() and CheckRedraw() virtual
19222           - Improved mouse up/down/move logic to properly track buttons
19224 2004-08-30 09:44  pbartok
19226         * CheckBox.cs:
19227           - Updated to fix broken build. Not complete yet.
19229 2004-08-30 09:28  pbartok
19231         * CheckState.cs:
19232           - Initial checkin
19234 2004-08-30 09:17  pbartok
19236         * Appearance.cs:
19237           - Initial check-in
19239 2004-08-27 16:12  ravindra
19241         * ToolBarButton.cs: Added TypeConverter attribute.
19243 2004-08-27 16:07  ravindra
19245         * ImageIndexConverter.cs: Implemented.
19247 2004-08-27 14:17  pbartok
19249         * Control.cs:
19250           - Removed unneeded stack vars
19251           - First attempt to fix sizing issues when layout is suspended
19253 2004-08-25 15:35  jordi
19255         * ScrollBar.cs: more fixes to scrollbar
19257 2004-08-25 14:04  ravindra
19259         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
19260           Added the missing divider code and grip for ToolBar Control.
19262 2004-08-25 13:20  pbartok
19264         * Control.cs:
19265           - Control now properly passes the ambient background color to child
19266             controls
19268 2004-08-25 13:20  jordi
19270         * ScrollBar.cs: small bug fix regarding bar position
19272 2004-08-25 12:33  pbartok
19274         * Timer.cs:
19275           - Now only calls SetTimer or KillTimer if the enabled state has
19276           changed
19278 2004-08-25 12:33  pbartok
19280         * XplatUIWin32.cs:
19281           - Fixed timer handling, now seems to work
19282           - Improved error message for window creation
19284 2004-08-25 12:32  pbartok
19286         * Control.cs:
19287           - Fixed generation of MouseUp message
19289 2004-08-25 12:29  jordi
19291         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
19292           and fixes for progressbar
19294 2004-08-24 18:43  ravindra
19296         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
19297           in ToolBar control.
19299 2004-08-24 17:15  pbartok
19301         * Panel.cs:
19302           - Added #region
19303           - Added missing events
19304           - Alphabetized
19306 2004-08-24 17:14  pbartok
19308         * StatusBar.cs, PictureBox.cs:
19309           - Now uses Control's CreateParams
19311 2004-08-24 16:36  pbartok
19313         * XplatUIX11.cs:
19314           - Fixed background color handling
19315           - Fixed sending of enter/leave events on a grab
19317 2004-08-24 16:35  pbartok
19319         * X11Structs.cs:
19320           - Refined definitions for CrossingEvent
19322 2004-08-24 12:37  jordi
19324         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
19325           formmating, methods signature, and adds missing events
19327 2004-08-24 12:24  jordi
19329         * Control.cs: fire OnEnabledChanged event
19331 2004-08-24 11:17  pbartok
19333         * XplatUIWin32.cs:
19334           - Implemented SetTimer() and KillTimer()
19336 2004-08-24 11:16  pbartok
19338         * XplatUIX11.cs:
19339           - Now uses Remove instead of Add to kill the timer
19341 2004-08-24 10:16  jackson
19343         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
19344           picture boxes in the theme now. Draw picture box borders and obey
19345           sizing modes
19347 2004-08-24 05:49  jackson
19349         * Timer.cs: Remove top secret debugging code
19351 2004-08-24 05:34  jackson
19353         * PictureBox.cs: Temp hack to make picture boxes draw their full
19354           image
19356 2004-08-24 05:29  jackson
19358         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19359           XplatUIX11.cs: Move timers to the driver level. On X they are
19360           queued by the driver and checked on idle.
19362 2004-08-24 01:07  jackson
19364         * XplatUIX11.cs: Use a queue for async messages instead of passing
19365           them as ClientMessages since that was totally broken. Also simply
19366           check for events and return an idle message if none are found. This
19367           gives us an idle handler, and prevents deadlocking when no messages
19368           are in the queue.
19370 2004-08-23 18:19  ravindra
19372         * XplatUIWin32.cs: Removed the unwanted destructor.
19374 2004-08-23 17:27  pbartok
19376         * ButtonBase.cs:
19377           - Finishing touches. Works now, just needs some optimizations.
19379 2004-08-23 16:53  jordi
19381         * ScrollBar.cs: small fix
19383 2004-08-23 16:45  pbartok
19385         * Application.cs:
19386           - Removed debug output
19387           - Simplifications
19389 2004-08-23 16:43  jordi
19391         * ScrollBar.cs: [no log message]
19393 2004-08-23 16:10  pbartok
19395         * Form.cs:
19396           - Fixed handling of WM_CLOSE message
19397           - Removed debug output
19399 2004-08-23 16:09  pbartok
19401         * Application.cs:
19402           - Added handling of Idle event
19403           - Added handling of form closing
19404           - Fixed reporting of MessageLoop property
19405           - Removed some unneeded code, should provide a bit of a speedup
19407 2004-08-23 15:22  pbartok
19409         * Control.cs:
19410           - Added InitLayout() method
19411           - Added code to properly perform layout when Anchor or Dock property
19412             is changed
19413           - Changed 'interpretation' of ResumeLayout. MS seems to have a
19414             LAMESPEC, tried to do it in a way that makes sense
19416 2004-08-23 14:10  jordi
19418         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
19419           properties and methods
19421 2004-08-23 13:55  pbartok
19423         * Control.cs:
19424           - Properly fixed Jordi's last fix
19425           - Now uses Cursor's Position property instead of calling XplatUI
19426           directly
19428 2004-08-23 13:44  jordi
19430         * PaintEventHandler.cs: Adding missing attribute
19432 2004-08-23 13:39  pbartok
19434         * Cursor.cs:
19435           - Implemented Position property
19437 2004-08-23 13:39  pbartok
19439         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19440           - Added method to move mouse cursor
19442 2004-08-23 13:39  pbartok
19444         * XplatUIX11.cs:
19445           - Fixed setting of background color
19446           - Added method to move mouse cursor
19448 2004-08-23 13:16  jordi
19450         * Control.cs: avoids null exception
19452 2004-08-22 17:46  jackson
19454         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
19455           PictureBox
19457 2004-08-22 17:40  jackson
19459         * XplatUIX11.cs: Add some missing locks
19461 2004-08-22 15:10  pbartok
19463         * Control.cs, Form.cs:
19464           - Removed OverlappedWindow style from Control, instead it's default
19465             now is child
19466           - Made form windows OverlappedWindow by default
19468 2004-08-22 13:34  jackson
19470         * ScrollBar.cs: Update the position through the Value property so
19471           the OnValueChanged event is raised.
19473 2004-08-22 12:04  pbartok
19475         * SWF.csproj:
19476           - Added Cursor.cs and UserControl.cs
19478 2004-08-22 12:03  pbartok
19480         * Cursor.cs:
19481           - Started implementation, not usable yet
19483 2004-08-22 12:00  pbartok
19485         * UserControl.cs:
19486           - Implemented UserControl (complete)
19488 2004-08-21 19:20  ravindra
19490         * ToolBar.cs: Correcting the formatting mess of VS.NET.
19492 2004-08-21 18:49  ravindra
19494         * ToolBar.cs: Probably this completes the missing attributes in
19495           toolbar control.
19497 2004-08-21 18:03  ravindra
19499         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
19500           Fixed toolbar control signatures.
19502 2004-08-21 16:32  pbartok
19504         * LinkLabel.cs:
19505           - Signature Fixes
19507 2004-08-21 16:30  pbartok
19509         * Label.cs:
19510           - Signature fixes
19512 2004-08-21 16:19  pbartok
19514         * Control.cs, Label.cs:
19515           - Signature fixes
19517 2004-08-21 15:57  pbartok
19519         * ButtonBase.cs:
19520           - Added loads of debug output for development
19521           - Fixed typo in method name
19523 2004-08-21 15:52  pbartok
19525         * ToolBarButtonClickEventArgs.cs:
19526           - Added missing base class
19528 2004-08-21 14:53  pbartok
19530         * Control.cs:
19531           - Updated to match new GrabWindow signature
19533 2004-08-21 14:51  pbartok
19535         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19536           - Added method to get default display size
19538 2004-08-21 14:23  pbartok
19540         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19541           - Added method to query current grab state
19542           - Added argument to allow confining a grab to a window
19544 2004-08-21 14:22  pbartok
19546         * Keys.cs:
19547           - Added [Flags] attribute so that modifiers can be used in bitwise
19548           ops
19550 2004-08-21 14:21  pbartok
19552         * TrackBar.cs, ScrollBar.cs:
19553           - Replaced direct XplatUI calls with their Control counterpart
19555 2004-08-21 13:32  pbartok
19557         * Control.cs:
19558           - Implemented Created property
19560 2004-08-21 13:28  pbartok
19562         * Control.cs:
19563           - Implemented ContainsFocus
19565 2004-08-21 13:26  pbartok
19567         * Control.cs:
19568           - Implemented CausesValidation
19570 2004-08-21 13:21  pbartok
19572         * Control.cs:
19573           - Implemented CanFocus
19574           - Implemented CanSelect
19575           - Implemented Capture
19577 2004-08-21 12:35  pbartok
19579         * XplatUIWin32.cs:
19580           - Fixed bug with Async message handling
19581           - Implemented getting the ModifierKeys
19583 2004-08-21 12:32  jackson
19585         * AsyncMethodResult.cs: Make sure we have the mutex before we
19586           release it. Fixes BeginInvoke on windows
19588 2004-08-21 11:31  pbartok
19590         * XplatUIWin32.cs, XplatUIX11.cs:
19591           - Drivers now return proper mouse state
19593 2004-08-21 10:54  jackson
19595         * Control.cs: Implement EndInvoke
19597 2004-08-21 10:48  jackson
19599         * Timer.cs: Remove unneeded finalizer
19601 2004-08-20 19:52  ravindra
19603         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
19604           in mouse event handling in the ToolBar control.
19606 2004-08-20 19:50  ravindra
19608         * ImageList.cs: Changed draw method to use the arguments passed in
19609           to draw the image.
19611 2004-08-20 18:58  pbartok
19613         * XplatUIStructs.cs:
19614           - Added private message for async communication
19616 2004-08-20 17:38  ravindra
19618         * Control.cs: Made RightToLeft property virtual and removed a
19619           Console.WriteLine.
19621 2004-08-20 14:39  jordi
19623         * ThemeGtk.cs: use style_attach
19625 2004-08-20 14:39  pbartok
19627         * XplatUIWin32.cs:
19628           - Added jackson's Async code from X11 to Win32
19630 2004-08-20 14:09  pbartok
19632         * SWF.csproj:
19633           - Added all new files
19635 2004-08-20 14:09  pbartok
19637         * Control.cs:
19638           - Added call to set window background color
19640 2004-08-20 14:03  pbartok
19642         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
19643           - Added method for setting the window background
19645 2004-08-20 14:02  pbartok
19647         * XplatUIWin32.cs:
19648           - Added method for setting the background color
19649           - Added handling for erasing the window background
19651 2004-08-20 13:45  jordi
19653         * TrackBar.cs: fixes timer, new properties and methods
19655 2004-08-20 13:34  jackson
19657         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
19658           correct thread
19660 2004-08-20 13:22  jackson
19662         * Timer.cs: Timer Tick events are now handed through Controls Async
19663           mechanism so the callbacks are executed in the same thread as X
19665 2004-08-20 13:19  jackson
19667         * XplatUIDriver.cs: Expose functionality to send async messages
19668           through the driver
19670 2004-08-20 13:18  jackson
19672         * Control.cs: Implement Begininvoke
19674 2004-08-20 13:14  jackson
19676         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
19677           messages through the driver
19679 2004-08-20 13:12  jackson
19681         * XplatUIX11.cs: Lock before all X operations. Also added Async
19682           method functionality through XSendEvent
19684 2004-08-20 13:11  jackson
19686         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
19687           This will screw up on 64 bit systems)
19689 2004-08-20 13:10  jackson
19691         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
19692           Async messages through X/Win32
19694 2004-08-19 19:39  pbartok
19696         * XplatUIX11.cs:
19697           - Updated code to match new HandleData.DeviceContext type
19699 2004-08-19 19:38  pbartok
19701         * HandleData.cs:
19702           - Made DeviceContext a generic object to allow usage from various
19703           drivers
19704           - Added support for queueing Windows messages
19706 2004-08-19 19:37  pbartok
19708         * XplatUIWin32.cs:
19709           - Added generation of MouseEnter, MouseLeave and MouseHover events
19710           - Added cleanup on EndPaint
19712 2004-08-19 19:17  pbartok
19714         * Control.cs:
19715           - Added handling of WM_MOUSEHOVER
19716           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
19717           code
19719 2004-08-19 18:55  jordi
19721         * ThemeGtk.cs: fixes button order
19723 2004-08-19 18:12  jordi
19725         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
19727 2004-08-19 17:09  pbartok
19729         * Control.cs:
19730           - Added Right property
19731           - Added RightToLeft property
19733 2004-08-19 16:27  jordi
19735         * ThemeGtk.cs: experimental GTK theme support
19737 2004-08-19 16:26  jordi
19739         * ITheme.cs, Theme.cs: move themes from an interface to a class
19741 2004-08-19 16:25  jordi
19743         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
19744           theme enhancaments
19746 2004-08-19 16:04  pbartok
19748         * XplatUIX11.cs:
19749           - Added colormap basics
19750           - Added a way to re-initialize with a different display handle
19751           - Fixed setting of the window background color
19752           - Added various X11 imports related to colors and colormaps
19754 2004-08-19 15:51  pbartok
19756         * X11Structs.cs:
19757           - Removed packing hints (Paolo suggested this a while back)
19758           - fixed colormap type
19759           - Added default Atom types
19760           - Added Screen and color structs and enums
19762 2004-08-19 15:39  pbartok
19764         * ImageList.cs:
19765           - Added missing Draw() method
19766           - Added missing RecreateHandle event
19768 2004-08-19 15:30  pbartok
19770         * Form.cs:
19771           - Added handling of WM_CLOSE
19773 2004-08-18 13:16  jordi
19775         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
19776           a table
19778 2004-08-18 09:56  jordi
19780         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
19782 2004-08-17 15:31  ravindra
19784         * SWF.csproj: Updated project.
19786 2004-08-17 15:25  pbartok
19788         * Control.cs:
19789           - Drawing improvement; don't call UpdateBounds if we are not visible
19790             (or have been minimized)
19792 2004-08-17 15:24  pbartok
19794         * XplatUIWin32.cs:
19795           - Finished IsVisible
19796           - Added Win32GetWindowPlacement
19798 2004-08-17 15:08  jackson
19800         * Panel.cs: Initial checkin of the Panel
19802 2004-08-17 14:25  pbartok
19804         * Control.cs:
19805           - Fixed broken handling of default window sizes
19807 2004-08-17 13:29  jackson
19809         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
19810           has a large startup time.
19812 2004-08-17 10:25  jackson
19814         * HandleData.cs: union areas properly
19816 2004-08-17 10:12  jackson
19818         * HandleData.cs: union areas properly
19820 2004-08-16 20:00  ravindra
19822         * ToolBar.cs, ToolBarButton.cs: Added attributes.
19824 2004-08-16 18:48  ravindra
19826         * ToolBar.cs: Added attributes.
19828 2004-08-16 17:17  ravindra
19830         * SWF.csproj: Updated project.
19832 2004-08-16 17:16  jackson
19834         * XplatUIX11.cs: Check for more expose events before sending a
19835           WM_PAINT so they can all be grouped together. This makes dragging a
19836           window across another window redraw in a sane way.
19838 2004-08-16 15:47  pbartok
19840         * Control.cs:
19841           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
19842             support OnMouseEnter/Leave()
19843           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
19844             exposure handling
19846 2004-08-16 15:46  pbartok
19848         * XplatUIStructs.cs, XplatUIX11.cs:
19849           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
19850           OnMouseEnter/Leave()
19852 2004-08-16 15:34  jackson
19854         * XplatUIX11.cs: Group multiple expose events in HandleData, make
19855           sure messages get the message field set to WM_NULL if they are not
19856           handled.
19858 2004-08-16 15:24  jackson
19860         * HandleData.cs: HandleData is used for storing message information
19861           for window handles
19863 2004-08-15 17:23  ravindra
19865         * ColorDepth.cs: Added attribute.
19867 2004-08-15 17:23  ravindra
19869         * SWF.csproj: Updated project for ToolBar Control.
19871 2004-08-15 17:20  ravindra
19873         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
19874           control and also dos2unix format.
19876 2004-08-15 17:13  ravindra
19878         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
19879           ToolBarButtonClickEventArgs.cs,
19880           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
19881           ToolBarTextAlign.cs: First Implementation of ToolBar control.
19883 2004-08-15 15:31  pbartok
19885         * ButtonBase.cs:
19886           - First (mostly) working version
19888 2004-08-13 16:15  pbartok
19890         * Control.cs:
19891           - Fixed Anchor default
19893 2004-08-13 15:43  pbartok
19895         * Control.cs:
19896           - Changed GetCursorPos signature
19898 2004-08-13 15:42  pbartok
19900         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19901           - Changed signature for GetCursorPos
19903 2004-08-13 15:25  pbartok
19905         * XplatUIX11.cs:
19906           - Cleanup
19907           - Fixed resizing/exposure handling
19909 2004-08-13 15:22  jordi
19911         * ThemeWin32Classic.cs: removes redundant code and fixes issues
19912           with tickposition
19914 2004-08-13 14:55  jordi
19916         * TrackBar.cs: change from wndproc to events
19918 2004-08-13 13:00  jordi
19920         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19921           XplatUIX11.cs: implements PointToClient (ScreenToClient)
19923 2004-08-13 12:53  pbartok
19925         * XplatUIWin32.cs:
19926           - Changed GetWindowPos to also provide client area size
19927           - Fixed broken prototypes for several win32 functions
19929 2004-08-13 12:53  pbartok
19931         * XplatUI.cs, XplatUIDriver.cs:
19932           - Changed GetWindowPos to also provide client area size
19934 2004-08-13 12:52  pbartok
19936         * XplatUIX11.cs:
19937           - Added generation of WM_POSCHANGED
19938           - Changed GetWindowPos to also provide client area size
19940 2004-08-13 12:52  pbartok
19942         * Control.cs:
19943           - Added Dispose() and destructor
19944           - Fixed resizing and bounds calculation
19945           - Fixed Layout
19946           - Added memory savings for invisible windows
19948 2004-08-13 12:46  jordi
19950         * TrackBar.cs: adds timer and grap window
19952 2004-08-13 10:25  jackson
19954         * Timer.cs: SWF Timer
19956 2004-08-12 16:59  pbartok
19958         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
19959           - Implemented method to get current mouse position
19961 2004-08-12 14:29  jordi
19963         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
19964           enhancement, fix mouse problems, highli thumb, etc
19966 2004-08-12 13:31  pbartok
19968         * Control.cs:
19969           - Fixed Anchoring bugs
19971 2004-08-12 13:01  jackson
19973         * StatusBar.cs: Don't forget things
19975 2004-08-12 12:54  jackson
19977         * ThemeWin32Classic.cs: Handle owner draw status bars
19979 2004-08-12 12:54  jackson
19981         * StatusBar.cs: Implement missing properties, events, and methods.
19982           Handle mouse clicking
19984 2004-08-12 10:19  jackson
19986         * StatusBarPanelClickEventArgs.cs,
19987           StatusBarPanelClickEventHandler.cs: Classes for handling status
19988           bar panel click events
19990 2004-08-12 10:10  jackson
19992         * Control.cs: Add missing properties
19994 2004-08-12 09:46  pbartok
19996         * BindingsManagerBase.cs:
19997           - Name changed to BindingManagerBase.cs
19999 2004-08-12 09:25  jordi
20001         * ScrollableControl.cs: calls ctrlbase instead of exeception
20003 2004-08-11 16:28  pbartok
20005         * InputLanguageChangingEventArgs.cs:
20006           - Never check in before compiling. Fixes the last check-in
20008 2004-08-11 16:26  pbartok
20010         * InputLanguageChangingEventArgs.cs:
20011           - More signature fixes
20013 2004-08-11 16:20  pbartok
20015         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
20016           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
20017           ImageListStreamer.cs, InputLanguage.cs,
20018           InputLanguageChangedEventArgs.cs,
20019           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
20020           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
20021           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
20022           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20023           - Signature fixes
20025 2004-08-11 16:16  pbartok
20027         * Application.cs:
20028           - Fixed Signature
20029           - Added .Net 1.1 method
20031 2004-08-11 15:25  pbartok
20033         * SWF.csproj:
20034           - Fixed BindingManagerBase.cs filename
20036 2004-08-11 15:22  pbartok
20038         * BindingManagerBase.cs:
20039           - Was checked in with wrong filename
20041 2004-08-11 14:50  pbartok
20043         * SWF.csproj:
20044           - Updated
20046 2004-08-11 13:41  jordi
20048         * XplatUIWin32.cs: Fixes ClientRect
20050 2004-08-11 13:19  pbartok
20052         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20053           XplatUIX11.cs:
20054           - We had SetWindowPos and MoveWindow to set window positions and
20055             size, removed MoveWindow. We have GetWindowPos, so it made sense to
20056             keep SetWindowPos as matching counterpart
20057           - Added some X11 sanity checking
20059 2004-08-11 12:59  pbartok
20061         * Control.cs:
20062           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
20063             (It seems that SetBounds is just a front for SetBoundsCore and
20064              SetBoundsCore updates the underlying window system and
20065              UpdateBounds is responsible for updating the variables associated
20066              with the Control and sending the events)
20067           - Major cleanup of Size handling; we now have two sizes, client_size
20068             and bounds. Bounds defines the window with decorations, client_size
20069             without them.
20071 2004-08-11 12:55  pbartok
20073         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20074           - Added method to calculate difference between decorated window and
20075             raw client area
20077 2004-08-11 12:54  pbartok
20079         * Label.cs:
20080           - Forcing redraw on resize
20082 2004-08-11 11:43  pbartok
20084         * ImageList.cs:
20085           - Removed disposing of the actual images when the list is disposed
20087 2004-08-11 09:13  pbartok
20089         * Control.cs:
20090           - Now properly reparents windows
20092 2004-08-11 08:37  pbartok
20094         * Control.cs:
20095           - Duh!
20097 2004-08-11 07:47  pbartok
20099         * Control.cs:
20100           - Rewrote the collection stuff. Might not be as fast now, not
20101             keeping the number of children around and accessible directly, but
20102             it's more straightforward
20104 2004-08-11 07:44  pbartok
20106         * AccessibleObject.cs:
20107           - Fixed to match ControlCollection rewrite
20109 2004-08-11 07:43  pbartok
20111         * ImageList.cs:
20112           - Added missing creation of the collection list
20114 2004-08-10 20:08  jackson
20116         * StatusBar.cs: Get the paint message from WndProc
20118 2004-08-10 19:31  jackson
20120         * ThemeWin32Classic.cs: Create Brushes as little as possible
20122 2004-08-10 19:20  jackson
20124         * UICues.cs: Add Flags attribute
20126 2004-08-10 19:19  jackson
20128         * StatusBarPanel.cs: Signature cleanup
20130 2004-08-10 19:10  jackson
20132         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
20133           Initial implementation of status bar item drawing
20135 2004-08-10 17:27  jordi
20137         * TrackBar.cs: add missing methods, properties, and restructure to
20138           hide extra ones
20140 2004-08-10 16:24  jackson
20142         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
20143           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
20144           attribute
20146 2004-08-10 13:21  jordi
20148         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
20149           enhancements and standarize on win colors defaults
20151 2004-08-10 12:52  jackson
20153         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
20154           ThemeWin32Classic.cs: Implement DrawItem functionality
20156 2004-08-10 12:47  jordi
20158         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
20160 2004-08-10 12:32  jordi
20162         * Control.cs: throw ontextchange event
20164 2004-08-10 11:43  pbartok
20166         * Control.cs:
20167           - Added more to the still unfinished Dock/Anchor layout code
20169 2004-08-10 11:39  pbartok
20171         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20172           - Added GetWindowPos method
20174 2004-08-10 11:36  pbartok
20176         * XplatUIWin32.cs:
20177           - Implemented several methods
20179 2004-08-10 09:47  jackson
20181         * TrackBar.cs: Allow control to handle buffering
20183 2004-08-10 09:41  jackson
20185         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
20187 2004-08-10 09:24  jackson
20189         * Label.cs, LinkLabel.cs: Let Control handle buffering.
20191 2004-08-10 09:09  jackson
20193         * StatusBar.cs: Let Control handle all the buffering.
20195 2004-08-10 09:08  jackson
20197         * Control.cs: Control will now handle the buffering code, so each
20198           control does not have to implement this.
20200 2004-08-10 08:34  jackson
20202         * XplatUIDriver.cs: Use default colors from the theme
20204 2004-08-09 17:12  pbartok
20206         * ImageList.cs:
20207           - Fixed several bugs Ravindra pointed out
20209 2004-08-09 16:11  pbartok
20211         * Control.cs:
20212           - Added incomplete dock layout code
20213           - Added support for mouse wheel
20215 2004-08-09 16:09  pbartok
20217         * XplatUIX11.cs:
20218           - Added handling for middle and right mousebutton
20219           - Added handling for mouse wheel
20220           - Added handling for key state and mouse state and position
20221           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
20222           messages
20224 2004-08-09 15:40  jackson
20226         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
20227           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
20228           checkin
20230 2004-08-09 15:37  jackson
20232         * StatusBar.cs: Initial implementation of StatusBar
20234 2004-08-09 15:36  jackson
20236         * ITheme.cs: Add support for drawing status bar and getting status
20237           bar item sizes
20239 2004-08-09 15:35  pbartok
20241         * MouseButtons.cs:
20242           - Fixed values
20244 2004-08-09 15:34  jackson
20246         * ThemeWin32Classic.cs: Add support for drawing status bar and get
20247           status bar item sizes
20249 2004-08-09 15:21  jackson
20251         * ThemeWin32Classic.cs: Use known colors for default control
20252           colours
20254 2004-08-09 15:12  jackson
20256         * ThemeWin32Classic.cs: Make the default font static, it is static
20257           in control so this doesn't change functionality and creating fonts
20258           is sloooooow.
20260 2004-08-09 14:56  pbartok
20262         * X11Structs.cs:
20263           - Added GrabMode enum
20265 2004-08-09 14:55  pbartok
20267         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20268           - Removed Run method, was only required for initial development
20270 2004-08-09 14:51  pbartok
20272         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20273           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
20274           capture
20276 2004-08-09 13:48  pbartok
20278         * XplatUIX11.cs:
20279           - Fixed default sizing for child windows
20281 2004-08-09 12:56  pbartok
20283         * XplatUIX11.cs:
20284           - Added generation of WM_DESTROY message
20285           - Added handling of window manager induced shutdown
20287 2004-08-09 11:31  jackson
20289         * ThemeWin32Classic.cs: New names for control properties
20291 2004-08-09 11:25  jackson
20293         * Control.cs: Use new color names
20295 2004-08-09 11:02  jackson
20297         * XplatUI.cs: Get default window properties from the theme
20299 2004-08-09 11:01  jackson
20301         * ITheme.cs: The theme engine now controls default window
20302           properties
20304 2004-08-09 11:00  jackson
20306         * ThemeWin32Classic.cs: Add default window color properties
20308 2004-08-09 10:17  jackson
20310         * ThemeWin32Classic.cs: Use correct default back color
20312 2004-08-09 10:05  jackson
20314         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
20315           the theme now.
20317 2004-08-09 09:56  jackson
20319         * XplatUI.cs: Remove defaults, these are handled by the theme now.
20321 2004-08-09 09:54  jackson
20323         * Control.cs: Get default properties from the theme.
20325 2004-08-09 09:53  jackson
20327         * ITheme.cs: Themes now handle default control properties
20329 2004-08-09 09:53  jackson
20331         * ThemeWin32Classic.cs: Themes now handle default control
20332           properties so coloring will be consistent
20334 2004-08-08 16:54  jordi
20336         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
20338 2004-08-08 15:08  jordi
20340         * XplatUIX11.cs: fixes keyboard crash
20342 2004-08-08 13:47  jordi
20344         * Label.cs: add cvs header info
20346 2004-08-08 12:09  jackson
20348         * ThemeWin32Classic.cs: Add pen_buttonface
20350 2004-08-08 11:52  jordi
20352         * Label.cs, LinkLabel.cs: [no log message]
20354 2004-08-08 11:34  jordi
20356         * ThemeWin32Classic.cs: Use Windows Standard Colours
20358 2004-08-07 17:32  jordi
20360         * TrackBar.cs: throw exceptions of invalid enums values
20362 2004-08-07 17:31  jordi
20364         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
20365           draw method name
20367 2004-08-07 16:56  jackson
20369         * HorizontalAlignment.cs: Initial checkin
20371 2004-08-07 13:16  jordi
20373         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
20374           methods
20376 2004-08-07 13:05  jordi
20378         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
20379           GetSysColor defines
20381 2004-08-06 18:01  pbartok
20383         * ThemeWin32Classic.cs:
20384           - Fixed some rounding issues with float/int
20386 2004-08-06 18:00  jackson
20388         * DockStyle.cs, AnchorStyles.cs:
20390                   Add flags and serializable attributes.
20392 2004-08-06 17:46  pbartok
20394         * XplatUIX11.cs:
20395           - Implemented GetParent
20397 2004-08-06 17:18  pbartok
20399         * TrackBar.cs:
20400           - Fixed some rounding issues with float/int
20402 2004-08-06 17:17  pbartok
20404         * X11Structs.cs, XplatUIX11.cs:
20405           - Fixed Refresh and Invalidate
20407 2004-08-06 15:30  pbartok
20409         * Control.cs, X11Structs.cs, XplatUIX11.cs:
20410           - Fixed recursive loop when resizing
20411           - Improved/fixed redrawing on expose messages
20413 2004-08-06 09:53  jordi
20415         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
20416           keyboard navigation
20418 2004-08-06 08:02  pbartok
20420         * X11Structs.cs, XplatUIX11.cs:
20421           - Fixed reparenting
20422           - Fixed window border creation
20424 2004-08-05 15:38  pbartok
20426         * XplatUIX11.cs:
20427           - Attempted fix for reparenting problems
20429 2004-08-04 15:14  pbartok
20431         * Control.cs:
20432           - Fixed Invalidation bug (calculated wrong client area)
20433           - Added ClientSize setter
20435 2004-08-04 15:13  pbartok
20437         * Form.cs:
20438           - Added AutoScale properties
20440 2004-08-04 15:13  pbartok
20442         * SWF.csproj:
20443           - Added latest files
20445 2004-08-04 14:11  pbartok
20447         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20448           XplatUIX11.cs:
20449           - Added Invalidate handling
20451 2004-08-03 17:09  jordi
20453         * XplatUIDriver.cs: fixes spelling mistake
20455 2004-07-27 09:53  jordi
20457         * TrackBar.cs: fixes trackbar events, def classname, methods
20458           signature
20460 2004-07-27 09:29  jordi
20462         * ScrollBar.cs: fixes scrollbar events
20464 2004-07-27 04:38  jordi
20466         * Control.cs: changes to be able to run winforms samples
20468 2004-07-26 11:42  jordi
20470         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
20471           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
20473 2004-07-26 05:41  jordi
20475         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
20476           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
20477           implementation
20479 2004-07-22 09:22  jordi
20481         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
20482           check link overlapping, implement events, and fixes
20484 2004-07-21 10:28  jordi
20486         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
20488 2004-07-21 10:19  jordi
20490         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
20491           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
20492           LinkLabelLinkClickedEventArgs.cs,
20493           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
20494           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
20495           implementation
20497 2004-07-19 13:09  jordi
20499         * Control.cs, Label.cs: label control re-written: added missing
20500           functionlity, events, and properties
20502 2004-07-19 10:49  jordi
20504         * Control.cs: fixes SetBounds logic
20506 2004-07-19 01:29  jordi
20508         * Control.cs: Call RefreshWindow only if the window has created
20510 2004-07-15 14:05  pbartok
20512         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
20513           - Implemented ImageList and ImageList.ImageCollection classes
20514           - Added ColorDepth enumeration
20515           - Updated SWF VS.Net project
20517 2004-07-15 11:06  jordi
20519         * XplatUIStructs.cs: added MsgButons enum
20521 2004-07-15 11:03  jordi
20523         * Control.cs: added basic mouse handeling events
20525 2004-07-15 03:38  jordi
20527         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
20528           Vertical TrackBar control implementation
20530 2004-07-13 09:33  jordi
20532         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
20534 2004-07-13 09:31  jordi
20536         * Control.cs, Form.cs: commit: new properties and fixes form size
20537           problems
20539 2004-07-09 14:13  miguel
20541         * ProgressBar.cs: Spelling
20543 2004-07-09 11:25  pbartok
20545         * ProgressBar.cs:
20546           - Removed usage of Rectangle for drawing. Miguel pointed out it's
20547           faster
20549 2004-07-09 11:17  miguel
20551         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
20553                 * ProgressBar.cs: Fixed spelling for `block'
20555                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
20556                 style guidelines.
20558                 Avoid using the += on rect.X, that exposed a bug in the compiler.
20560 2004-07-08 23:21  pbartok
20562         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
20563           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
20564           BaseCollection.cs, Binding.cs, BindingContext.cs,
20565           BindingMemberInfo.cs, BindingsCollection.cs,
20566           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
20567           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
20568           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
20569           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
20570           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
20571           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
20572           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
20573           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
20574           FrameStyle.cs, GiveFeedbackEventArgs.cs,
20575           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
20576           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
20577           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
20578           InputLanguageChangedEventArgs.cs,
20579           InputLanguageChangedEventHandler.cs,
20580           InputLanguageChangingEventArgs.cs,
20581           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
20582           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
20583           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
20584           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
20585           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
20586           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
20587           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
20588           QueryAccessibilityHelpEventArgs.cs,
20589           QueryAccessibilityHelpEventHandler.cs,
20590           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
20591           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
20592           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
20593           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
20594           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
20595           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
20596           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
20597           XplatUIX11.cs, lang.cs:
20598           - Initial check-in