2007-01-02 Mike Kestner <mkestner@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-01-02  Mike Kestner  <mkestner@novell.com>
2
3         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
4         to header height for width == -1. Fixes the rest of #80207.
5
6 2007-01-02  Mike Kestner  <mkestner@novell.com>
7
8         * ListView.cs: rework the mouse event forwarding everaldo added
9         to translate the coordinates to the parent control not
10         raise the parent events until after we've done our work. Hover
11         needs more work, in the case where HoverSelection is on, because
12         the item control receives more than one MouseHover per Enter
13         event, so we need to ensure only the "first" hover gets forwarded.
14         Opening a minor bug for that.
15
16 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
17
18         * CheckedListBox.cs: Fixed SelectionMode to match MS.
19         * ListControl.cs: Implemented AllowSelection property. Removed extra
20         tabs.
21         * ListBox.cs: Implemented AllowSelection property.
22
23 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
24
25         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
26         SelectedItem, it prevent for errors when you must disable item
27         before perform click. Fixes #80409.
28
29 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
30
31         * MenuAPI.cs: Prevent second level and beyond submenus to close
32         until first level when move out side of popup.
33         
34 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
35
36         * MenuAPI.cs:
37         - Down submenu positin in three pixels.
38         - Closes sub menu when mouse leaves from menu. Fixes #80402.
39
40 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
41
42         * ThemeWin32Classic.cs:
43         - Fix popup menu size adding one pixel on the top.
44         - Down menu item border from two to one to mimic Win32.
45         - Some source identation fixes. 
46
47 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
48
49         * ThemeWin32Classic.cs: Use float numbers to calculate size and
50         position of menu arrows, it fix wrong arrow size.
51
52 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
53
54         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
55         instead of line, it simplify draw operation and fix it using 3D
56         borders to mimic Win32.
57
58 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
59
60         * StatusStrip.cs: Add implementation of the sizing grip.
61
62         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
63         StatusStrip rendering.
64
65 2006-12-31  Chris Toshok  <toshok@ximian.com>
66
67         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
68         override the layout style (anchor/dock) of the control.  assign to
69         Dock instead.  Fixes bug #80416.
70
71         * ToolStrip.cs: same.
72
73 2006-12-31  Andreia Gaita  <avidigal@novell.com>
74
75         * ContainerControl.cs: Use ContainerSelected flag to check if 
76         a Container is directly selected, or if Select is called on a 
77         non-container. If a container is directly selected, focus events 
78         should not be raised.
79         Apply #80411 patch to throw exception on set_ActiveControl if 
80         control is the same as the current one.
81         
82         * Control.cs: Use ContainerSelected flag (see above).
83         Add invalidation check to raise event but not invalidate if 
84         dimensions are 0.       
85         Apply #80411 patch.
86         
87
88 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
89
90         * MenuAPI.cs: After click, dont close popup menu when menu is
91         ContextMenu. Fixes #80399.
92
93 2006-12-30  Chris Toshok  <toshok@ximian.com>
94
95         * ContainerControl.cs: make sure we throw the exception if the
96         container control doesn't contain the control we're setting
97         ActiveControl to.
98
99 2006-12-30  Chris Toshok  <toshok@ximian.com>
100
101         * Control.cs (SetTopLevel): fix the exception raised by
102         SetTopLevel for child controls.
103         (set_Anchor): call UpdateDistances when setting the anchor type.
104         This fixes bug #80336.
105
106 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
107
108         * Theme.cs: For now, revert back to 8pt font.
109
110 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
111
112         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
113         Fixes #80395.
114
115 2006-12-29  Chris Toshok  <toshok@ximian.com>
116
117         * Control.cs: reorder the code in OnResize to give the same event
118         ordering as MS.
119
120 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
121
122         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
123         TileHorizontally and TileVertically.
124         
125 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
126
127         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
128         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
129         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
130         Corrected copyright and email adress.
131
132 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
133
134         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
135         of Exception in FullPath property if no TreeView is associated with
136         the TreeNode.
137
138 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
139
140         * Theme.cs: Marked default_font as private, and initialize it in ctor
141         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
142         on 2.0 profile.
143         * ThemeGtk.cs: Removed default_font intialization.
144         * ThemeWin32Classic.cs: Removed default_font initialization.
145
146 2006-12-28  Chris Toshok  <toshok@ximian.com>
147
148         * Control.cs: fix a couple of place where we were creating handles
149         more aggressively than we should be.  Fixes ControlRefresh unit
150         tests.
151
152 2006-12-28  Chris Toshok  <toshok@ximian.com>
153
154         * Control.cs: contrary to what the comment said, Control.Dock does
155         not supercede Control.Anchor - the last one you assign to decides
156         the layout behavior.  so we need to keep track of which was the
157         last set.  Also, fix some of the affected property arguments in
158         PerformLayout calls, and remove an redundant parent.PerformLayout
159         call in OnResized.
160
161         Add a VisibleInternal property, which returns is_visible.  We
162         can/should get rid of all the usage of this field elsewhere.
163
164 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
165         
166         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
167         control style, not DoubleBuffer. Added UseDoubleBuffering property
168         that indicates whether doublebuffering is enabled and supported.
169         (comment from and code based on Gert Driesen's patch in #80324).
170         Fixes #80324.
171
172 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
173         
174         * Control.cs: Fixed a NRE.
175
176 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
177
178         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
179         for 2.0.
180
181 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
182
183         * Control.cs: Rewrote double buffering, now a seperate
184         class handles all the buffering, no Graphics is disposed of
185         until the painting is finished (earlier implementation 
186         would crash if the control was resized in the OnPaint, 
187         since it would cause the double buffer to be recreated
188         and the old one disposed), a separate Graphics is 
189         created for every paint (MS behaviour and anyways the state
190         of the Graphics would have to be saved and restored otherwise)
191         
192         * XplatUIDriver.cs: 
193         * XplatUIX11.cs:
194         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
195         so that we can get the graphics for the back buffer without
196         having to create a new one and remove the offscreen_dc parameter
197         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
198         
199 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
200
201         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
202         Also make virtual all the key-related methods.
203
204         * ListViewItem.cs: Make virtual the key related methods for
205         ListViewSubItemCollection.
206
207 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
208
209         * ListView.cs:
210         * ListViewItem.cs:
211         * ThemeWin32Classic.cs:
212         * Theme.cs: Initial support for Tile view in ListView,
213         as well as the implementation of the required bits for it (Item
214         and Subitem).
215
216 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
217
218         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
219         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
220         Provide useful exception messages.
221
222 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
223
224         * TrackBar.cs: Remove a warning.
225         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
226         when used by DateTimePicker, fixes #80287. This also requires that 
227         MonthCalendar implements it's own drawing for the yearly updown control,
228         otherwise the Capture tracking would be too complicated. Removed the Click 
229         and DoubleClick events (according to comments they were hiding the base class
230         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
231         raise these events, not that they cannot be raised. It is possible to raise 
232         them by calling OnClick and OnDoubleClick). Added two internal fields in 
233         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
234         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
235         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
236         event, no longer needed.
237         
238 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
239
240         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
241         true if new value differs from current value.
242
243 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
244
245         * Control.cs: ControlCollection.Count must be public. Fixed build of
246         unit tests.
247
248 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
249
250         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
251
252 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
253
254         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
255
256 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
257
258         * Control.cs: Invalidates control including when Width and Height is 
259         equal zero or is not visible, only Paint event must be care about 
260         this. Fixes #79913.
261
262 2006-12-26  Chris Toshok  <toshok@ximian.com>
263
264         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
265         more corcompare work.
266
267         * DataGridView.cs: fix compiler warning.
268
269         * ColumnHeader.cs: some corcompare work, and also take the
270         opportunity to make the internal fields private.
271
272         * ListView.cs: fix the fallout from the above field change.
273
274 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
275
276         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
277         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
278         ToolStripTextBox.cs: Fixes to events and corcompare.
279
280 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
281
282         * ListView.cs: Call owner.OnMousexx event to propagate events from
283         item to ListView. Fixes #80367.
284
285 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
286
287         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
288         if value is less than one. ItemHeight should not be set to a value
289         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
290         Removed extra tabs.
291
292 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
293
294         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
295         * ToolStripStatusLabel.cs: Add Spring for Moma.
296
297 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
298
299         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
300         Fixed code formatting. Removed debug code.
301         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
302
303 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
304
305         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
306         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
307         ArgumentOutOfRangeException if ColumnCount is negative. In 
308         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
309         less than 4 or higher than 32768.
310         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
311         Fixed FormatProvider to return CurrentCulture unless explicitly set.
312         Fixed IsFormatProviderDefault to return true if FormatProvider has
313         not been explicitly set.
314
315 2006-12-25  Chris Toshok  <toshok@ximian.com>
316
317         * Application.cs: add a couple of 2.0 events.
318
319 2006-12-25  Chris Toshok  <toshok@ximian.com>
320
321         * Control.cs: fix compiler warning.
322
323         * AxHost.cs: corcompare fixes.
324
325         * ApplicationContext.cs: corcompare fixes.
326
327 2006-12-25  Chris Toshok  <toshok@ximian.com>
328
329         * Control.cs: only update dist_right/dist_bottom if the
330         width/height is > 0.  this fixes anchored controls being resized
331         smaller until they disappear and then resized larger again.
332
333 2006-12-25  Chris Toshok  <toshok@ximian.com>
334
335         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
336         since they're nothing more than X/Left and Y/Top, respectively.
337
338         Also, move back to a per-control Bitmap/Graphics for
339         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
340         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
341         Height.
342
343 2006-12-25  Miguel de Icaza  <miguel@novell.com>
344
345         * MessageBox.cs: Implemented overload that takes a new "bool
346         displayHelpButton" by adding a new internal field "show_help".
347         When clicked this will raise the HelpRequested on the owner or the
348         main form. 
349
350         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
351         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
352
353         * ListView.cs: Add support ColumnWidthChanged and
354         ColumnWidthChanging. 
355
356         Add support for ColumnReordered event.
357         (ReorderColumn): Add NET_2_0 specific support for cancelling the
358         reorder.
359
360         Very nice codebase!
361
362         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
363
364         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
365
366 2006-12-24  Chris Toshok  <toshok@ximian.com>
367
368         * GridTablesFactory.cs: 2.0 corcompare work.
369
370         * ToolStripContainer.cs: add "override" to
371         ContextMenuStripChanged, and remove the local event object.
372
373         * ToolStripDropDown.cs: same with a couple properties.
374
375         * ToolStripPanel.cs: same with AutoSizeChanged event.
376
377         * TextBoxBase.cs: add "override" to AutoSizeChanged.
378
379         * Form.cs: add the remaining 2.0 events, and do some corcompare
380         attribute work.
381
382         * DateTimePicker.cs: add "new" to padding.
383
384         * ButtonBase.cs: use Control's use_compatible_text_rendering.
385
386         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
387
388         * DataGridView.cs: PaddingChanged is overridden.
389
390 2006-12-24  Chris Toshok  <toshok@ximian.com>
391
392         * Control.cs: corecompare work here too.
393
394         * DataGridViewElement.cs, DataGridView.cs,
395         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
396         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
397         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
398         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
399         work.
400
401 2006-12-24  Miguel de Icaza  <miguel@novell.com>
402
403         * Control.cs: Switched the error message on the console for a
404         todo.  A review of the code will have to cope with this anyways
405         (since its a large feature, it is in our radar) and it was
406         producing too much output when running PDN.
407
408         * ToolStripComboBox.cs: Set the text when the SelectedIndex
409         changes.  Applications depend on this (PDN 2.72)
410
411 2006-12-23  Chris Toshok  <toshok@ximian.com>
412
413         * TableLayoutSettings.cs: finish up the corcompare work for this
414         class.
415
416 2006-12-23  Chris Toshok  <toshok@ximian.com>
417
418         * Control.cs: make SetImplicitBounds internal, do some futzing
419         with LayoutEngine so that it's available in 1.1, and remove the
420         entire duplicated code mess from PerformLayout.  Use
421         System.Windows.Forms.Layout.DefaultLayout instead.
422
423         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
424
425 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
426
427         * Form.cs: Add MainMenuStrip property.
428
429 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
430
431         * Control.cs: Add ContextMenuStrip property and implementation.
432         Fix ContextMenu implementation to show menu centered on control when
433         activated using the keyboard instead of showing at screen (0,0).
434
435         * ToolStripDropDown.cs: Fix needed overload of Show ().
436
437 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
438
439         * Menu.cs: Name property added for 2.0 profile.
440         
441 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
442
443         * Menu.cs: Update information about FindMenuItem, method to be
444         implemented soon.
445
446 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
447
448         * MenuAPI.cs: When deselect items deselect also selected subitems.
449         
450 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
451
452         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
453         FindSubItemByCoord to found itens that is not active, also an
454         cheking added to FindSubItemByCoord to search for items only 
455         in visible popup windows. Fixes #80274.
456
457 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
458
459         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
460         internal property, it be care about change ExStyle. 
461
462 2006-12-22  Andreia Gaita  <avidigal@novell.com>
463
464         * ContainerControl.cs: set activeControl for parent forms up the 
465         tree when the new activecontrol is a container.
466         When validating the active control, if it is a container, also
467         raise up the validation for it's active control. Fixes #80280
468         
469         * Control.cs: Add internal property flag and check to prevent
470         Focus events from getting raised when Select() is called for
471         a ContainerControl. There are still too many focus events being
472         raised at the moment though.
473         Cleaned up the code a bit.
474
475 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
476
477         * Control.cs: Added all missing 2.0 events.and
478         fixed a couple of corcompare issues.
479         * TrackBar.cs: Implemented missing 2.0 bits.
480         * MonthCalendar.cs, 
481         * DateTimePicker.cs, 
482         * MdiClient.cs: Fixed some corcompare issues.
483
484 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
485
486         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
487         SplitterPanel.cs: corecompare work.
488
489 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
490
491         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
492         Clean up warnings for BackgroundImageChanged and PaddingChanged
493         events now that they are implemented in Control.cs.
494
495 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
496
497         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
498         
499         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
500         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
501         of TableLayoutPanel and supporting cast.
502
503 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
504
505         * XplatUIWin32.cs: 
506         - GrabWindow now confines the mouse pointer to the confine window.
507         - Added Win32ClipCursor and Win32GetClipCursor.
508
509         * Control.cs: 
510         - Added CaptureWithConfine to be able to capture and confine 
511         mouse pointer.
512         
513         * InternalWindowManager.cs: 
514         - Call CaptureWithConfine instead of Capture if we're an
515         MdiChild (fixes #79982).
516
517 2006-12-21  Chris Toshok  <toshok@ximian.com>
518
519         * DataGrid.cs: guard against the initial state of selection, where
520         selection_start == -1.  make sure we only select from index >= 0.
521         Fixes bug #80291.
522
523 2006-12-21  Chris Toshok  <toshok@ximian.com>
524
525         * Control.cs: we don't need to be so draconian with
526         UpdateDistances, and we thusly don't need to call it before
527         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
528
529 2006-12-21  Daniel Nauck  <dna@mono-project.de>
530
531         * ComboBox.cs,
532         TextBox.cs: Implemented AutoComplete properties.
533
534 2006-12-20  Chris Toshok  <toshok@ximian.com>
535
536         * DataGridView*.cs: some corecompare work.
537
538 2006-12-20  Jackson Harper  <jackson@ximian.com>
539
540         * XplatUIX11.cs: We need to hide the caret when deleting it,
541         otherwise you get carets left lying around everywhere.
542         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
543         prevents getting some weird half drawn caret tracers when
544         scrolling.
545         * TextControl.cs: Attempt to reduce the number of times we need to
546         recreate the caret.
547
548 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
549
550         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
551
552 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
553
554         * DateTimePicker.cs:
555         - Implemented missing 2.0 bits.
556         - Changed some default values to match MS.
557         
558 2006-12-20  Jackson Harper  <jackson@ximian.com>
559
560         * TextBoxBase.cs: When changing the font across the document we
561         can't recalculate after changing each line, since that will cahnge
562         the line count.
563         - PreferredHeight is a little different than i thought.
564         - When backspacing, move the caret before we do the actual char
565         delete, because when that delete crosses a wrap boundary the
566         positional information will change.
567
568 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
569
570         * Control.cs: Added some missing 2.0 bits: 
571         BackgroundImageLayout, BackgroundImageLayoutChanged, 
572         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
573         add IBindableComponent and IDropTarget implementation.
574         
575         * MonthCalendar.cs: 
576         - Added all missing 2.0 features:
577         BackgroundImageLayout, RightToLeftLayout, 
578         OnHandleDestroyed, RightToLeftLayoutChanged, 
579         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
580         PaddingChanged.
581         - Rewrote all the BoldDate code, it was completely broken.
582         - Fixed all the tests (the tests can now be re-enabled, the
583         problems were not with the tests, but with the control, it was
584         mostly broken).
585         
586         * DateTimePicker.cs: Changed the location where the 
587         MonthCalendar is shown.
588         
589 2006-12-19  Chris Toshok  <toshok@ximian.com>
590
591         * DataGridView.cs: add IDropTarget implementation.
592
593         * ToolStripPanel.cs: add IDropTarget implementation.
594
595 2006-12-19  Jackson Harper  <jackson@ximian.com>
596
597         * TextControl.cs: soft now means something different than what it
598         used to mean, we want to move the caret regardless of whether or
599         not this break was soft (would we really have wanted the caret
600         to not move with the break in the old context?)
601         * TreeView.cs: Make sure we factor in the vert scrollbar when
602         calculating the horizontal scrollbar's maximum.
603
604 2006-12-19  Andreia Gaita  <avidigal@novell.org>
605
606         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
607         check for keywords in alternate casing, close bug #80049.
608
609 2006-12-19  Chris Toshok  <toshok@ximian.com>
610
611         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
612         methods (which all do nothing).
613
614         * IDropTarget.cs: add the 4 missing methods.
615
616 2006-12-19  Chris Toshok  <toshok@ximian.com>
617
618         * TableLayoutRowStyleCollection.cs: corcompare work.
619         
620         * TableLayoutSettings.cs: same.
621
622         * TableLayoutStyle.cs: same.
623
624         * TableLayoutColumnStyleCollection.cs: same.
625
626 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
627
628         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
629         TableLayoutPanel I've had in my local tree for way too long.
630
631 2006-12-19  Miguel de Icaza  <miguel@novell.com>
632
633         * TableLayoutSettings.cs: Finish the public API (still needs all
634         the logic to update on changes). 
635
636         * TableLayoutPanelCellPosition.cs: new file.
637         
638         * TableLayoutRowStyleCollection.cs,
639         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
640         TableLayoutSettings.cs: Track the final 2.0 table api.
641
642 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
643
644         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
645         and Image List 2.0 members for ColummnHeader.
646         * ListView.cs: Add key-related 2.0 methods for
647         ColumnHeaderCollection.
648
649 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
650
651         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
652         ArgumentNullException if items argument is null. Ignore null item in
653         arrays. Removed extra tabs.
654
655 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
656
657         * MonthCalendar.cs: Fixed InvalidCastException.
658
659 2006-12-19  Jackson Harper  <jackson@ximian.com>
660
661         * TextControl.cs: Don't increment the position here.
662         - When calculating char positions only add in the line break size
663         for hard line breaks.
664
665 2006-12-19  Andreia Gaita  <avidigal@novell.org>
666
667         * SendKeys.cs: Changed some things to match ms.net behaviour
668         when parsing shifted capital letters.
669         
670         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
671         Add window handle as parameter to SendInput. X11 needs the 
672         window handle, and the handle being passed      to it in the keys 
673         queue is the active control handle (which windows needs), not 
674         the window handle.
675         
676         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
677         to support SendKeys on X.       
678         
679         * X11Keyboard: Implement helper method to lookup a linux keycode
680         given the virtual keycode. Added table of keycode-2-virtualkey
681         values to support this.
682
683 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
684
685         * ListView.cs: Add support for SelectedIndexCollection
686         and SelectedItemCollection 2.0 methods. Implement support
687         for ImageKey too.
688         * ListViewItem.cs: Add support for ListViewSubItemCollection
689         2.0 methods. Also, fix an incorrect behavior of AddRange method
690         (it shouldn't call Clear).
691         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
692
693 2006-12-19  Jackson Harper  <jackson@ximian.com>
694
695         * RichTextBox.cs: 
696         * TextBoxBase.cs: New args for FormatText
697         * TextControl.cs: Rewrote the main drawing method, this version
698         feels a little easier to understand and debug to me.  Hopefully it
699         does to others also
700         - Fix FormatText to OR in the new formating values.  Added
701         FormatSpecified param, basically this works in the same way as
702         BoundsSpecified in Control.
703         - Set the caret properties when the caret is positioned.
704         - When wrapping text make sure that we calculate the width of the
705         last character
706         - when calculating alignments we might have wrapped down to the
707         next line, so don't search for an individual tag, search for the
708         end of the line
709         - We need to invalidate the selection area when we replace the
710         selection.
711         
712 2006-12-19  Daniel Nauck  <dna@mono-project.de>
713
714         * Application.cs: add Restart () 2.0 support
715
716 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
717
718         * MenuItem.cs: Invalidate menu item rectangle after change Enable
719         property. Fixes #80268.
720         
721 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
722
723         * MenuAPI.cs: Dont trigger select event when closes top menu
724         item. Fixes #80270.
725
726 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
727
728         * MenuAPI.cs: When you click on menuitem only trigger onselect
729         event for top menu itens. Fixes #80271.
730         
731 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
732
733         * MdiWindowManager.cs: Make IconicBounds depend on
734         the bottom of MdiClient, not the top (fixes #80267)
735         
736 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
737
738         * MdiClient.cs: Added missing 2.0 attribute
739
740 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
741
742         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
743         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
744
745 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
746
747         * MenuAPI.cs: Fix click when menuitem is not popup,
748         this regression was caused by last commit (#80272).
749
750 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
751
752         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
753         fire click event or close menu. Fixes #80272.
754
755 2006-12-17  Daniel Nauck  <dna@mono-project.de>
756
757         * ListViewHitTestInfo.cs: add
758
759 2006-12-17  Daniel Nauck  <dna@mono-project.de>
760
761         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
762         * FlatButtonAppearance.cs: add
763         * DockingAttribute.cs: add
764
765 2006-12-17  Chris Toshok  <toshok@ximian.com>
766
767         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
768         and rebind our columns when it does - this way, if you make
769         changes to the DataTable (or set the Table attribute on a DataView
770         after setting it as the DataGrid's DataSource, the changes are
771         made visible.)  Fixes bug #80107.
772
773 2006-12-17  Daniel Nauck  <dna@mono-project.de>
774
775         * ListViewGroup.cs: add internal Location property for layouting.
776         * Theme.cs: add abstract ListViewGroupHeight function.
777         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
778
779 2006-12-16  Andreia Gaita  <avidigal@novell.com>
780
781         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
782         Added reset of selected index to 0 when adding first tab page.
783         Fixes #80264
784         
785         * NumericUpDown.cs: Fix NET_2_0 check
786
787 2006-12-16  Daniel Nauck  <dna@mono-project.de>
788
789         * ListViewGroup.cs: fixed DefaultValueAttribute value
790
791 2006-12-16  Daniel Nauck  <dna@mono-project.de>
792
793         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
794
795 2006-12-15  Miguel de Icaza  <miguel@novell.com>
796
797         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
798         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
799         ScrollableControl.cs: Add a handful of methods that are
800         overwritten in 2.0 
801
802 2006-12-15  Chris Toshok  <toshok@ximian.com>
803
804         * XplatUIWin32.cs: initial implementation of the Reversible
805         drawing functions.  there are some problems.  DrawReversibleFrame
806         doesn't seem to work at all for Dashed FrameStyle, and in the
807         Thick case there are drawing errors at the corners (we probably
808         need to bind Rectangle instead of doing moveto/lineto's.)
809
810 2006-12-16  Andreia Gaita  <avidigal@novell.com>
811         
812         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
813         to send blocks of key messages. Send accumulates keys to send with Flush, 
814         while SendWait sends all keys immediately.
815                 
816         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
817         XplatUIX11.cs,  XplatUIX11-new.cs:
818         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
819         to Win32 SendInput.
820         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
821         
822         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
823         testing for ms.net on this class is very tricky, as the tests run too fast 
824         to allow the hook to release, essentially freezing the keyboard and the 
825         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
826         category :p
827
828 2006-12-16  Daniel Nauck  <dna@mono-project.de>
829
830         * Padding.cs: fixed serialization compability to MS ("_var" field names),
831                         added missing attributes.
832  
833 2006-12-15  Daniel Nauck  <dna@mono-project.de>
834
835         * ListViewGroup.cs: Added missing attributes.
836         * ListViewGroupCollection.cs: Added missing attributes.
837
838 2006-12-15  Daniel Nauck  <dna@mono-project.de>
839
840         * ListViewItem.cs: fixed ListViewSubItem text property.
841
842 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
843         
844         * Control.cs: Added missing 2.0 attributes
845         
846 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
847         
848         * MdiClient.cs: Added missing 2.0 attribute.
849         * MonthCalendar.cs: Added some missing 2.0 attributes 
850         and properties.
851         
852 2006-12-15  Daniel Nauck  <dna@mono-project.de>
853
854         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
855
856 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
857
858         * MainMenu.cs: Add the new 2.0 constructor to help out people
859         using the MainMenu in VS2005.
860
861 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
862         
863         * MdiChildContext.cs: Removed it, no longer used.
864         * MdiClient.cs: Added missing 2.0 attributes.
865         
866 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
867         
868         * InternalWindowManager.cs: Fix a NullRef with previous 
869         changes for toolwindows.
870         
871 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
872
873         * Control.cs: 
874         - Added AfterTopMostControl to allow for certain controls 
875         to always stay on top when normal controls are brought to 
876         front.
877         
878         * XplatUIWin32.cs: 
879         - (DrawInversibleRectangle): Get window rectangle from Win32 
880         in stead of from control, since Win32 doesn't calculate
881         screen coords correctly from control's Location if it 
882         have docked siblings.
883         
884         * MdiWindowManager.cs:
885         - Correct the control menu popup location when clicked on
886         the maximized form icon. (fixes #80223.1)
887         - Don't show moving rectangle if mouse hasn't moved from
888         the original clicked point.
889         - Removed FormGotFocus handler (not used).
890         - Calculate the control buttons location from the main
891         window's size and not client size (fixes #79770).
892         - Form is now closed when the form icon is double-clicked
893         (fixes #79775). 
894         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
895         
896         * InternalWindowManager.cs:
897         - Moved some MDI-only methods to MdiWindowManager.
898         - Removed unused properties and methods.
899         - Unified method naming for methods handling wm messages.
900         - Moved all message handling to seperate methods for
901         each message.
902         
903         * ThemeWin32Classic.cs:
904         - DrawManagedWindowDecorations now draws the title bar 
905         with a gradient brush.
906         - Add a CPDrawButtonInternal that allows us to specify
907         light, normal and dark colors for the buttons (control 
908         buttons for MDI children were drawn with the same light
909         color as the background, therefore loosing the 3D effect).
910         
911         * SizeGrip.cs:
912         - Add a CapturedControl property that is used to 
913         determine the control to resize (defaults to parent). 
914         Needed for MdiClient, since its SizeGrip's parent is
915         MdiClient, but the control to resize is the main form.
916         
917         * MdiClient.cs:
918         - Set SizeGrip's CapturedControl to the main form in order
919         to resize the main form and not the MdiClient.
920         - Override AfterTopMostControl to leave the scrollbars 
921         always on top.
922
923 2006-12-15  Daniel Nauck  <dna@mono-project.de>
924
925         * ListView.cs: fixed ListViewItemCollection AddRange and
926                         implemented ListViewItemCollection AddRange 2.0 support.
927
928 2006-12-15  Daniel Nauck  <dna@mono-project.de>
929
930         * ListViewGroup.cs: Add.
931         * ListViewGroupCollection.cs: Add
932         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
933         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
934                                 stub for ImageKey 2.0 support.
935
936 2006-12-14  Mike Kestner  <mkestner@novell.com>
937
938         * ListView.cs: add text padding to the autocalculation for columns
939         of width -2.  Fixes #80207.
940  
941 2006-12-14  Mike Kestner  <mkestner@novell.com>
942
943         * ListView.cs: add some index guarding for partial row navigation 
944         logic.  Fixes #80250.
945
946 2006-12-14  Mike Kestner  <mkestner@novell.com>
947
948         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
949         are added or inserted to the collection.  Fixes #81099.
950
951 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
952
953         * MenuAPI.cs: Closes menu when right click out side of popup
954         it fix problem in ContextMenu and MainMenu. Fixes #80252.
955
956 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
957
958         * ListViewItem.cs: Fix dumb error.
959
960         * ListView.cs: Add Find and ContainsKey methods in 
961         ListViewItemCollection, and also return true for IsReadOnly
962         and IsFixedSize (changes for 2.0). 
963
964 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
965
966         * Control.cs: Allow Region to be set to null.
967
968 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
969
970         * MdiWindowManager.cs: Remove unused (commented out) code.
971         * Form.cs: When the MdiChild is maximized, the form needs 
972         WM_NCMOUSELEAVE, so request it.
973         * InternalWindowManager.cs: 
974         - Added tooltips to control buttons.
975         - Removed duplicated control button handling code.
976         - Removed unused (commented out) code.
977         
978 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
979
980         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
981         was used because we must set cursor without trigger ChangeCursor event
982         and without change Cursor control property. Fixes #79963.
983
984 2006-12-12  Andreia Gaita  <avidigal@novell.com>
985         
986         * Control.cs: Check if Region setter value is null, and ignore
987
988 2006-12-12  Jackson Harper  <jackson@ximian.com>
989
990         * TextControl.cs: We were almost always drawing one more line then
991         needed, since the GetLineByPixel will return the last line found
992         at that pixel. In most cases though, we were invalidating up to
993         the junction between two lines.
994         - Improve debug code.
995
996 2006-12-12  Chris Toshok  <toshok@ximian.com>
997
998         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
999         and FillReversibleRectangle.
1000
1001         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
1002         and FillReversibleRectangle.
1003
1004         * XplatUIWin32.cs: add stubs which do nothing for
1005         DrawReversibleFrame, DrawReversibleLine, and
1006         FillReversibleRectangle.
1007
1008         * XplatUIOSX.cs: add stubs which raise NIE for
1009         DrawReversibleFrame, DrawReversibleLine, and
1010         FillReversibleRectangle.
1011
1012         * XplatUIX11.cs: add working implementation for
1013         DrawReversibleFrame, DrawReversibleLine, and
1014         FillReversibleRectangle.
1015         
1016         * ControlPaint.cs: implement DrawReversibleFrame,
1017         DrawReversibleLine, and FillReversibleRectangle, by calling into
1018         the appropriate XplatUI method.
1019
1020 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1021
1022         * Form.cs: Make MdiClient have the focus even if it's
1023         not selectable, since it should receive WM_KEY* and WM_MOUSE 
1024         messages. Fixes #79907.
1025         
1026 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1027
1028         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
1029         queried after the window is created.
1030         
1031         * XplatUIX11.cs: Added SendParentNotify to implement 
1032         WM_PARENTNOTIFY logic. Fixes #79965.
1033         
1034         * Control.cs: Added MakeParam.
1035         
1036 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1037
1038         * MdiClient.cs: Resume Layout before setting window
1039         states (fixes #80201).
1040
1041 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1042
1043         * MenuAPI.cs: Deselect a menu item after performing
1044         the click (fixes #80197).
1045
1046 2006-12-11  Jackson Harper  <jackson@ximian.com>
1047
1048         * TextBoxBase.cs: We need to cap this value, since Maximum -
1049         ViewPortHeight can be less than zero.
1050         - Only do selection with the left mouse button.
1051         * TextBox.cs: Don't tell the world that we have a context menu.
1052         * Control.cs: New method so that we can control whether or not the
1053         context menu is visible outside MWF.
1054
1055 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
1056
1057         * ToolBarButton.cs: Fix text positon. 
1058
1059 2006-12-11  Miguel de Icaza  <miguel@novell.com>
1060
1061         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
1062
1063         * Control.cs (DoubleBuffered): Add implementation.
1064
1065         * Application.cs (OpenForms): Add.
1066
1067 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
1068
1069         * Form.cs: Use opacity instead of Opactiy to determine if we need
1070         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
1071
1072 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
1073
1074         * Control.cs: Fix NRE if Control.Site was set to null.
1075
1076 2006-12-11  Chris Toshok  <toshok@ximian.com>
1077
1078         * Control.cs: ControlCollection.Remove should return if the arg is
1079         null, and ControlCollection.SetChildIndex should raise a ANE.
1080
1081 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
1082
1083         * Control.cs: Verify value set for Dock property. Code formatting
1084         updates.
1085
1086 2006-12-11  Jackson Harper  <jackson@ximian.com>
1087
1088         * TextControl.cs: Draw the caret and the selection when a flag is
1089         set on the owner.
1090         * TextBoxBase.cs: We want to draw the caret and the selection for
1091         TextBox but not for TextBoxBase.
1092         - If the window is resized and scrolling is no longer needed (the
1093         whole doc is visible) set the scroll position to zero.
1094         - The default SelectWord (the one TextBox uses) should move the
1095         caret to the end of the word.
1096         - SelectAll moves the caret to the end of the selection.
1097         * TextBox.cs: We don't selectall on focus, we just do it when the
1098         control is created.
1099         
1100 2006-12-11  Mike Kestner  <mkestner@novell.com>
1101
1102         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
1103
1104 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1105
1106         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
1107         2.0 support.
1108         * ListViewItem.cs: Add Name 2.0 property.
1109
1110 2006-12-11  Andreia Gaita  <avidigal@novell.com>
1111
1112         * TabControl.cs: Set visibility on selected or default tab 
1113         when tabcontrol handle is created, so that it's contents
1114         actually show up (duh). Fixes #80193
1115         Don't redraw the control if there is no handle created, as
1116         the selected index might be completely invalid. Added some tests
1117         to check for this.
1118
1119 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
1120
1121         * ToolBar.cs: Uses maximun width and height of all buttons as 
1122         button rectangle when ButtonSize specified, it looks strange but
1123         is what happens in Win32. Fixes #80189.
1124
1125 2006-12-11  Jackson Harper  <jackson@ximian.com>
1126
1127         * TextControl.cs: Need to track undo levels ourself, since
1128         compound actions will mess them up.
1129
1130 2006-12-10  Andreia Gaita  <avidigal@novell.com>
1131
1132         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
1133         SelectedIndex value is changed (even if it's not valid).
1134         Reset SelectedIndex to 0 when the handle is created and if
1135         the current index is invalid.
1136         Fixes SelectdeIndex unit tests and #80128
1137
1138 2006-12-08  Chris Toshok  <toshok@ximian.com>
1139
1140         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
1141         calls EndEdit, it needs to be called before we set current_cell to
1142         its new value.  Otherwise, we end up committing the value in the
1143         textbox to the new cell as well.  Fixes bug #80160.
1144
1145 2006-12-08  Chris Toshok  <toshok@ximian.com>
1146
1147         * Form.cs (set_CancelButton): if the button's DialogResult is
1148         None, set it to Cancel.  Fixes bug 80180.
1149
1150 2006-12-08  Jackson Harper  <jackson@ximian.com>
1151
1152         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
1153         to watch ourselves when setting the canvas size and setting the
1154         scrollbar values.
1155
1156 2006-12-08  Chris Toshok  <toshok@ximian.com>
1157
1158         * DataGrid.cs: comment out the two MakeTransparent calls for the
1159         time being so people using trunk (and not 1.2.2) on windows can
1160         actually use the datagrid.  This deals with bug #80151.
1161
1162 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
1163
1164         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
1165         Graphics.DrawImage (image, int, int, int, int) overload instead
1166         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
1167         the dpi difference and was blurring images it drew.
1168         [Fixes bug #79960]
1169
1170 2006-12-08  Chris Toshok  <toshok@ximian.com>
1171
1172         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
1173         rowcnt is 0 (such as with an empty datasource), and make sure we
1174         initialize not_usedarea.Y to cells.Y, so we don't draw over the
1175         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
1176
1177 2006-12-08  Chris Toshok  <toshok@ximian.com>
1178
1179         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
1180         grid.
1181
1182 2006-12-08  Chris Toshok  <toshok@ximian.com>
1183
1184         [ Fixes bug #80167 ]
1185         
1186         * ThemeWin32Classic.cs: don't draw the image if the button's flat
1187         style is FlatStyle.System.
1188
1189         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
1190         ButtonBase.flat_style private, and switch uses of it to the public
1191         property.
1192         
1193 2006-12-08  Chris Toshok  <toshok@ximian.com>
1194
1195         [ Fixes bug #80121 ]
1196         
1197         * ThemeWin32Classic.cs: center the caption text in the datagrid
1198         when we draw it.
1199
1200         * DataGrid.cs: lessen the amount we add to the caption height from
1201         6 to 2.  6 was making it huge.
1202
1203 2006-12-08  Andreia Gaita  <avidigal@novell.com>
1204
1205         * UpDownBase: Handle MouseWheel call directly instead of capturing
1206         the inner textbox's OnMouseWheel. Fixes #80166
1207
1208 2006-12-08  Jackson Harper  <jackson@ximian.com>
1209
1210         * TextControl.cs: We need to invalidate the textbox when we empty
1211         it (how had this not been discovered before?)
1212
1213 2006-12-08  Jackson Harper  <jackson@ximian.com>
1214
1215         * TextBoxBase.cs: Reworked the mouse down code so I could get it
1216         to behave like MS, we now ignore the eventargs.Click and just
1217         track state ourself, which we were already doing anyways.
1218         - Constrain the double click handler to the double click size.
1219         
1220 2006-12-08  Chris Toshok  <toshok@ximian.com>
1221
1222         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
1223         direction if that scrollbar isn't shown.  fixes bug #80158.
1224
1225 2006-12-08  Andreia Gaita  <avidigal@novell.com>
1226
1227         * NumericUpDown.cs: Update value on getter. Fixes #79950
1228
1229 2006-12-08  Chris Toshok  <toshok@ximian.com>
1230
1231         * MenuItem.cs: add back in the event cloning code.  I didn't know
1232         how to do it in the face of the EventHandlerList work i'd done
1233         last week.  Fixes bug #80183.
1234
1235 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
1236
1237         * Control.cs: Add an invalidate to the BackgroundImage setter.
1238         [Fixes 80184]
1239
1240 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
1241
1242         * ToolStrip*: Add some small properties reported by MoMA, fix event
1243         firing and default properties based off of unit tests, and add some
1244         attributes based off of the class status page.
1245
1246 2006-12-07  Jackson Harper  <jackson@ximian.com>
1247
1248         * TextBoxBase.cs: Take HideSelection into account when determining
1249         whether or not to show the selection.
1250         * RichTextBox.cs: After inserting the RTF into the document move
1251         the cursor to the beginning of the document.
1252
1253 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
1254
1255         * Control.cs: Remove static ArrayList "controls" which maintained
1256         a reference to every control created.
1257         * Application.cs: Create a static FormCollection to maintain a reference
1258         to every form created.  Use it in places that formerly enumerated through
1259         the controls one looking for forms.
1260         * Form.cs: Add and remove self from above FormCollection.
1261
1262 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
1263
1264         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
1265           not libgdk (though it makes me wonder why I didn't have any
1266           problems)
1267
1268 2006-12-07  Chris Toshok  <toshok@ximian.com>
1269
1270         [ you had to know this was coming after that last commit...]
1271         
1272         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
1273         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
1274         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
1275         XCopyArea).
1276
1277 2006-12-07  Chris Toshok  <toshok@ximian.com>
1278
1279         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
1280         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
1281         all the behavior we need for double buffering.
1282
1283         * XplatUIDriver.cs: implement the 3 double buffer methods using a
1284         client side Bitmap, just like the old Control-based double buffer
1285         code did.  The methods are virtual, so each XplatUI driver
1286         subclass can replace the implementation to use a faster, platform
1287         specific approach.
1288
1289         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
1290         double buffer code, and clean things up a bit in the process.
1291
1292 2006-12-06  Chris Toshok  <toshok@ximian.com>
1293
1294         * Control.cs: reindent WndProc.
1295
1296 2006-12-06  Chris Toshok  <toshok@ximian.com>
1297
1298         [ I wanna be like BenM when I grow up ]
1299         
1300         * Hwnd.cs: create a single static Graphics object on the static
1301         Bitmap we create.  use this for our text measurements.
1302
1303         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
1304         This was causing us to allocate a backbuffer for every control,
1305         even when it wasn't flagged as double buffered.  Instead use the
1306         single graphics instance.  This might have implications for
1307         multithreaded applications.  If we run into problems we can switch
1308         to creating 1 Graphics per control, on the static Hwnd bitmap.
1309
1310         this change nets us a 7M savings in private dirty mappings when
1311         running FormsTest.exe.
1312
1313 2006-12-06  Chris Toshok  <toshok@ximian.com>
1314
1315         * ListView.cs: the BackgroundImage override is just to set
1316         attributes.  chain up to base.BackgroundImage.
1317
1318         * RichTextBox.cs: same.
1319
1320         * ToolBar.cs: same, but we need to also redraw the toolbar when it
1321         changes, so instead a handler for BackgroundImageChanged.
1322         
1323         * Control.cs: make background_image private.
1324
1325 2006-12-06  Chris Toshok  <toshok@ximian.com>
1326
1327         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
1328         sure we even need this assignment, but roll with it for now.
1329
1330         * Control.cs: make the cursor field private.
1331
1332 2006-12-06  Chris Toshok  <toshok@ximian.com>
1333
1334         * Form.cs: we don't need to explicitly set ImeMode to
1335         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
1336         behavior in the face of ImeMode.Inherit.
1337
1338         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
1339         change the ctor's assignment to use ImeMode instead of ime_mode.
1340
1341         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
1342         ImeModeInherit.  Only check for the parent's imemode (and return
1343         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
1344         This fixes the button unit test, which sets both ImeMode and
1345         DefaultImeMode to ImeMode.Disable.
1346
1347         also make the ime_mode field private.
1348
1349 2006-12-06  Chris Toshok  <toshok@ximian.com>
1350
1351         * Control.cs: make control_style private.
1352
1353         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
1354         setting the styles to true, then setting them to false instead of
1355         reverting to their previous values.
1356
1357         also, call SetStyle on the scrollbars instead of using
1358         control_style directly.
1359
1360 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
1361
1362         * FormCollection.cs: Implement. [2.0]
1363
1364 2006-12-06  Chris Toshok  <toshok@ximian.com>
1365
1366         * Control.cs: make tab_stop private.
1367
1368         * Label.cs: set TabStop, not tab_stop.  reformat some event
1369         add/remove methods to make them more compact.
1370
1371 2006-12-06  Chris Toshok  <toshok@ximian.com>
1372
1373         * RadioButton.cs: fix TabStop handling.
1374
1375 2006-12-06  Chris Toshok  <toshok@ximian.com>
1376
1377         * TextBox.cs: remove the explicit assignments to has_focus.
1378         Control does that.
1379
1380         * ButtonBase.cs: remove the assignment to has_focus.  Control will
1381         manage that.
1382         
1383 2006-12-06  Chris Toshok  <toshok@ximian.com>
1384
1385         * ButtonBase.cs: remove all uses of is_enabled from this code.
1386         it's always true when any of the code containing the checks is
1387         executed.
1388
1389 2006-12-06  Chris Toshok  <toshok@ximian.com>
1390
1391         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
1392         with different semantics (some are present in both 1.1 and 2.0
1393         profiles) so that we match MS's behavior in our unit tests.
1394
1395 2006-12-06  Jackson Harper  <jackson@ximian.com>
1396
1397         * TextControl.cs: Make this operation undoable.
1398         * TextBoxBase.cs: Factor the border width into the preferred
1399         height.
1400         - implement Modified as per the spec.
1401
1402 2006-12-06  Chris Toshok  <toshok@ximian.com>
1403
1404         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
1405
1406 2006-12-06  Chris Toshok  <toshok@ximian.com>
1407
1408         * Control.cs: make right_to_left and context_menu fields private.
1409
1410 2006-12-06  Chris Toshok  <toshok@ximian.com>
1411
1412         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
1413         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
1414         Control.child_controls private.  switch all uses over to
1415         Control.Controls.
1416
1417 2006-12-06  Chris Toshok  <toshok@ximian.com>
1418
1419         * System.Windows.Forms/GroupBox.cs,
1420         System.Windows.Forms/AccessibleObject.cs,
1421         System.Windows.Forms/ErrorProvider.cs,
1422         System.Windows.Forms/Control.cs,
1423         System.Windows.Forms/UpDownBase.cs,
1424         System.Windows.Forms/ScrollBar.cs,
1425         System.Windows.Forms/DateTimePicker.cs,
1426         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
1427         System.Windows.Forms/ToolTip.cs,
1428         System.Windows.Forms/RadioButton.cs,
1429         System.Windows.Forms/LinkLabel.cs,
1430         System.Windows.Forms/Splitter.cs,
1431         System.Windows.Forms/TextBoxBase.cs,
1432         System.Windows.Forms/ToolStripTextBox.cs,
1433         System.Windows.Forms/ContainerControl.cs,
1434         System.Windows.Forms/ThemeWin32Classic.cs,
1435         System.Windows.Forms/SizeGrip.cs,
1436         System.Windows.Forms/ToolStripDropDown.cs,
1437         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
1438         private.  switch all uses over to Control.Parent.
1439
1440 2006-12-06  Chris Toshok  <toshok@ximian.com>
1441
1442         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
1443         Control does this before calling emitting these events.
1444
1445         * TabControl.cs: same.
1446
1447         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
1448         Control.client_rect.
1449
1450         * ButtonBase.cs: use the ClientSize property instead of the
1451         client_size field.
1452
1453         * ScrollableControl.cs: same.
1454
1455         * Control.cs: another pass at making properties private.  also,
1456         move the initialization of tab_stop to the ctor.
1457
1458 2006-12-05  Andreia Gaita <avidigal@novell.com>
1459
1460         * TabControl.cs: Let the selected index be set freely if the 
1461         control handle is not yet created.
1462
1463 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
1464
1465         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
1466         internal until I can rewrite DefaultLayout.
1467         * ToolStrip.cs: Fix build error and some general cleaning.
1468         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
1469         Fix build errors caused by making some of Control's fields private.
1470
1471 2006-12-05  Jackson Harper  <jackson@ximian.com>
1472
1473         * TextControl.cs: Redo Insert a little so that it use IndexOf
1474         instead of Split, this prevents it from messing up on things like
1475         \n\n\n. Also more effecient since the split array doesn't need to
1476         be created.
1477         * TextBoxBase.cs: AppendText doesnt handle multiline and non
1478         multiline text differently, this is the first of many fixes that
1479         will make multiline/non-multiline the same thing as far as the
1480         TextBoxBase is concerned.
1481         - Don't split the text and insert lines, this can lose some line
1482         endings (like is the last line a soft or hard break). Instead use
1483         the new Insert.
1484         - Fix an off by one when combining all the lines in the Text
1485         getter.
1486         - Remove separate multiline handling from the Text getter/setter.
1487
1488 2006-12-05  Chris Toshok  <toshok@ximian.com>
1489
1490         * ButtonBase.cs: a few changes:
1491
1492         - don't reinitialize internal Control fields in the ctor when they
1493         have the same values as Control sets them.
1494
1495         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
1496         this before calling those methods.
1497
1498         - we don't need to call Refresh for anything.  use Invalidate
1499         instead.
1500
1501         - OnEnabledChanged doesn't need to redraw at all - Control.cs
1502         calls Refresh in its OnEnabledChanged.
1503         
1504         - several of the events we were registered for in the ctor to
1505         redraw ourselves already include calls to Invalidate in the
1506         property setters that raise the events.  remove the extra
1507         invalidation.
1508
1509         - reformat a switch statement that was 83274658 columns wide.
1510         
1511 2006-12-05  Mike Kestner  <mkestner@novell.com>
1512
1513         * ComboBox.cs: fix a unit test regression from a TextBox
1514         SelectionLength return of -1 when there's no selection.  
1515
1516 2006-12-05  Chris Toshok  <toshok@ximian.com>
1517
1518         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
1519         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
1520         cleaning up some of the internal Control fields being used by
1521         subclasses.
1522
1523 2006-12-05  Mike Kestner  <mkestner@novell.com>
1524
1525         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
1526         listbox after AddImplicit calls since it defaults to hidden. Add a 
1527         hack to preserve requested heights across DropDownStyle changes.
1528
1529 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
1530
1531         * PropertyGrid.cs: Hide FindFirstItem method from public API.
1532
1533 2006-12-05  Chris Toshok  <toshok@ximian.com>
1534
1535         * DataGridView.cs: fix compiler warnings.
1536
1537         * PrintControllerWithStatusDialog.cs: same.
1538
1539         * ToolBar.cs: same.
1540
1541         * FolderBrowserDialog.cs: same.
1542
1543         * Splitter.cs: same.
1544
1545         * DataGridViewComboBoxCell.cs: same.
1546
1547         * XplatUIWin32.cs: same.
1548
1549         * PictureBox.cs: same.
1550
1551         * Win32DnD.cs: same.
1552
1553         * PageSetupDialog.cs: same.
1554
1555         * FileDialog.cs: same.
1556
1557         * PrintDialog.cs: same.
1558
1559         * DataGridTextBoxColumn.cs: same.
1560
1561         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
1562
1563 2006-12-05  Chris Toshok  <toshok@ximian.com>
1564
1565         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
1566         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
1567         System.ComponentModel.EventHandlerList work.
1568
1569 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
1570
1571         * DrawTreeNodeEventArgs.cs: Added.
1572
1573 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1574         
1575         * InternalWindowManager.cs: Remove an unused field.
1576         
1577 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1578
1579         * InternalWindowManager.cs:
1580         - Save the point where the title bar is clicked.
1581         
1582         * MdiWindowManager.cs:
1583         - Only allow moving of the window as long as the 
1584         clicked point on the title bar does not get out of
1585         MdiClient's rectangle. Fixes #79982.
1586         
1587         * MdiClient.cs:
1588         - Added Horizontal/VerticalScrollbarVisible.
1589         - Simplified the scrollbar sizing algorithm.
1590         - Cache the difference in scrolled value in
1591         H/VBarValueChanged and move the calculation out
1592         of the for loop.
1593
1594 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1595
1596         * Control.cs: Make the Console.WriteLine in WndProc 
1597         write more info.
1598
1599 2006-12-05  Chris Toshok  <toshok@ximian.com>
1600
1601         * ToolStripManager.cs, ToolStripButton.cs,
1602         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
1603         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
1604         ToolStripSplitButton.cs, ToolStripSeparator.cs,
1605         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
1606         ToolStripProgressBar.cs, ToolStripContainer.cs,
1607         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
1608         to using System.ComponentModel.EventHandlerList.
1609
1610 2006-12-04  Chris Toshok  <toshok@ximian.com>
1611
1612         * LinkLabel.cs: fix up compiler warnings.
1613
1614         * TableLayoutSettings.cs: same.
1615
1616         * TreeView.cs: same.
1617
1618         * ToolBar.cs: same.
1619
1620         * TabControl.cs: same.
1621
1622         * RichTextBox.cs: same.
1623
1624         * ListViewItem.cs: same.
1625
1626         * PropertyGrid.cs: same.
1627
1628         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
1629
1630         * ToolTip.cs same.
1631
1632         * TextRenderer.cs: fix up compiler warnings.
1633
1634         * Label.cs: same.
1635
1636         * Form.cs: corcompare fixes.
1637
1638         * PictureBox.cs: fix up compiler warnings.
1639
1640         * ImageListStreamer.cs: same.
1641
1642         * TrackBar.cs: corcompare fix.
1643
1644         * Control.cs: fix up compiler warnings.
1645
1646         * SplitterPanel.cs: same.
1647
1648         * NumericTextBox.cs: same.
1649
1650         * ImageList.cs: same.
1651
1652         * StatusStrip.cs: same.
1653
1654         * ProgressBar.cs: corcompare fix.
1655
1656         * ToolStripButton.cs: fix up compiler warnings.
1657
1658         * ToolStripStatusLabel.cs: same.
1659
1660         * ToolStripSplitButton.cs: same.
1661
1662         * ToolStripSeparator.cs: same.
1663
1664         * ToolStripProgressBar.cs: same.
1665
1666         * ToolStripDropDownMenu.cs: same
1667
1668         * ToolStripDropDown.cs: same.
1669
1670         * ToolStripDropDownButton.cs: same.
1671
1672         * ToolStrip.cs: same.
1673
1674         * ToolStripControlHost.cs: same.
1675
1676         * ToolStripContentPanel.cs: same.
1677
1678         * ToolStripDropDown.cs: same.
1679
1680         * ToolStripContainer.cs: same.
1681
1682         * ToolStripPanel.cs: same, and add "new" where we need it to work
1683         with the new ArrangedElementCollection.
1684
1685         * ToolStripItemCollection.cs: add "new" where we need it to work
1686         with the new ArrangedElementCollection.
1687
1688 2006-12-04  Andreia Gaita <avidigal@novell.com>
1689
1690         * TabControl.cs: Fix default tab selection to after TabControl
1691         gets focus and not before. Fixes #80128
1692
1693 2006-12-04  Chris Toshok  <toshok@ximian.com>
1694
1695         * DataGridTableStyle.cs: remove the gross calling of
1696         datagrid.Refresh from here.  It's a broken idea and it doesn't
1697         work anyway.
1698
1699         * DataGrid.cs: instead, just register/unregister from the
1700         DataGridTableStyle events in CurrentTableStyle.  we play it
1701         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
1702         even though some would most likely not require it.  Fixes bug
1703         #80115 (and one portion of #80117 as a side effect).
1704
1705 2006-12-04  Chris Toshok  <toshok@ximian.com>
1706
1707         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
1708         so the textbox (if any) goes away.  Fixes bug #80117.
1709
1710 2006-12-04  Chris Toshok  <toshok@ximian.com>
1711
1712         * DataGridColumnStyle.cs: set the column's readonly property
1713         initially based on the property descriptor's IsReadOnly.  Fixes
1714         bug #80044.
1715
1716 2006-12-04  Chris Toshok  <toshok@ximian.com>
1717
1718         * ComboBox.cs: wrap the dropdown style changing work in
1719         SuspendLayout/ResumeLayout.  Fixes bug #79968.
1720
1721 2006-12-04  Jackson Harper  <jackson@ximian.com>
1722
1723         * TextBoxBase.cs: Fix off by one, since these are one-based.
1724         * TextBox.cs: Select all the text when we get focus.  The TextBox
1725         does this but the RTB does not.
1726
1727 2006-12-04  Chris Toshok  <toshok@ximian.com>
1728
1729         * DataGridTextBoxColumn.cs: remove some spew.
1730
1731         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
1732         but some part of me is saying "it shouldn't be here.."  At any
1733         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
1734         setting the value.
1735
1736 2006-12-04  Chris Toshok  <toshok@ximian.com>
1737
1738         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
1739         to reassign the propertydescriptor.
1740
1741 2006-12-04  Jackson Harper  <jackson@ximian.com>
1742
1743         * TextBoxBase.cs:
1744         * TextControl.cs: Remove some unused variables.  Maybe this will
1745         patch things up between mike and I.
1746         - don't split lines less then one char wide, if the viewport is
1747         that small text won't be visible anyways.
1748         
1749 2006-12-04  Jackson Harper  <jackson@ximian.com>
1750
1751         * TextBoxBase.cs: Default selection length is -1, need to do some
1752         more testing on windows to see when this is used for the property.
1753         - Redid the Lines [] property to that we properly remove soft line
1754         breaks
1755         - added support for preserving carriage returns
1756         -  CanUndo is not a variable like 'is undo enabled' it just returns
1757         true if there is undo operations available.
1758         - AppendText doesn't need to grab the last tag itself anymore,
1759         this happens automatically when we move the cursor.
1760         * TextControl.cs: Add CompoundActions to the undo class. This
1761         allows combining the other operations into one big option.  ie a
1762         paste will combine { delete old, insert new, move cursor }
1763         - Add InsertString undo operation
1764         - New method for deleting multiline text
1765         - Add carriage returns to lines. So we can preserve carriage
1766         returns when text is 'roundtripped'
1767
1768 2006-12-04  Chris Toshok  <toshok@ximian.com>
1769
1770         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
1771         minimum 0.  Fixes the scrollbar exception in bug #80136.
1772
1773 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1774
1775         * MdiClient.cs: 
1776         * MdiWindowManager: Removed unused fields and methods.
1777         
1778 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1779         
1780         * StatusBar.cs: Update all panels when a AutoSize=Contents
1781         panel needs updating.
1782         
1783         * StatusBarPanel.cs: Remove twidth and only use initialize.
1784         Fixes #80031.
1785                 
1786 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1787
1788         * Form.cs: When a form's MdiParent is set add it directly
1789         on top of the z-order in stead of relying on MdiClient's
1790         ActivateChild to do it. Fixes #80135.
1791         
1792         * MdiClient.cs: 
1793         - Remove original_order, mdi_child_list is already doing
1794         the same thing.
1795         - Create mdi_child_list on construction in
1796         stead of first use (avoids a few null checks).
1797
1798         * MenuItem.cs: Use an already existing list of mdi children
1799         to get the correct order of children and remove the other
1800         redundant list.
1801
1802 2006-12-04  Chris Toshok  <toshok@ximian.com>
1803
1804         * PropertyGridView.cs: cached_splitter_location is only used in
1805         !DOUBLEBUFFER code.
1806
1807         * PropertyGrid.cs: implement the ComComponentNameChanged event
1808         using Events, hoping that would fix the warning.  Looks like a
1809         compiler bug instead (#80144).
1810
1811         * PropertyManager.cs: remove unused method.
1812
1813 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1814
1815         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1816         include parentesis to fix expression evaluation. Fixes #79634.
1817
1818 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1819         
1820         * MenuAPI.cs:
1821         - Changes to fix behavior in Menu control, some reported in #80097
1822         and other detected during behavior refactory like a select event
1823         problems.
1824         - Remove unneded "if's" conditions.
1825         - Created an internal to flag when popup is active in control, we need 
1826         it because in .NET you can have menu active but without popup active
1827         when you active menu using popup without visible items.
1828         - Mimic win32 behavior for Select and Popup events.  
1829         - Dont open popup menu when you dont have visible subitems.
1830         - Do nothing when click on disabled menu item.
1831         - Some small changes to follow the coding style guidelines.
1832         - Unselect menu only when another control gives focus. Fixes #80097.
1833         - Remove unused code.
1834         
1835         * MenuItem.cs: internal VisibleItems method to check if menu
1836         theres visible subitems, it will be usefull to fix some 
1837         behavior in Menu control.
1838         
1839 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1840         
1841         * Timer.cs: Tag property for 2.0 profile.
1842         
1843 2006-12-01  Chris Toshok  <toshok@ximian.com>
1844
1845         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1846         
1847         * Win32DnD.cs: comment out some unused fields.
1848
1849         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1850         some unused properties/methods.
1851
1852         * XplatUIX11.cs: fix MousePosition so we override the base class's
1853         property instead of conflicting with it.
1854
1855         * PictureBox.cs: comment out some unused fields
1856
1857         * OSXStructs.cs: make some struct fields public.
1858
1859         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1860         MousePosition so we override the base class's property instead of
1861         conflicting with it.
1862
1863         * X11Dnd.cs: comment out some unused fields
1864
1865         * X11DesktopColors.cs: fix some struct field visibility to quiet
1866         the compiler.
1867
1868         * X11Dnd.cs: remove some debug code.
1869
1870         * ThemeClearlooks.cs: comment out unused field.
1871
1872         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1873
1874         * ThemeGtk.cs: comment out some unused pinvokes.
1875
1876         * Timer.cs: remove some unused fields.
1877
1878         * ThemeClearlooks.cs: comment out unused field.
1879
1880         * UpDownBase.cs: comment out unused field.
1881
1882         * DataObject.cs: comment out unused field.
1883
1884         * DataGridBoolColumn.cs: reomve unused field.
1885
1886         * DataGrid.cs: remove unused field.
1887
1888         * Cursor.cs: remove old ToBitmap code.
1889
1890         * ControlPaint.cs: remove unused method.
1891
1892         * ScrollBar.cs: remove unused fields.
1893
1894         * ComboBox.cs: remove unused field, and chain up to
1895         AccessibleObject ctor.
1896
1897         * ListBox.cs: remove unused field.
1898
1899         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1900
1901         * GridEntry.cs: remove unused fields.
1902
1903         * Binding.cs: remove unused fields.
1904
1905         * AxHost.cs: remove unused method.
1906
1907         * ContainerControl.cs: remove unused field.
1908
1909         * ScrollableControl.cs: remove unused fields.
1910
1911 2006-12-01  Chris Toshok  <toshok@ximian.com>
1912
1913         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1914         the Where/WhereString stuff.  it's easy enough to CWL
1915         Environment.StackTrace.
1916
1917         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1918         unused private fields.
1919
1920 2006-12-01  Jackson Harper  <jackson@ximian.com>
1921
1922         * TextControl.cs: Do not update the view while inserting multiline
1923         text. If we update the view we might wrap lines, before entering
1924         the new lines, which causes the new line insertion calculations to
1925         be totally fubared.
1926         - Remove an old TODO
1927         - Make debug output a little nicer
1928         
1929 2006-12-01  Chris Toshok  <toshok@ximian.com>
1930
1931         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1932
1933 2006-12-01  Chris Toshok  <toshok@ximian.com>
1934
1935         [ fix the majority of the CS0108 warnings we've been suppressing ]
1936         
1937         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1938
1939         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1940         to "LayoutToolBar" to quiet mcs.
1941         
1942         * TabControl.cs: mark our ControlCollection class as 'new'.
1943
1944         * TextBoxBase.cs: mark some events as 'new'.
1945
1946         * Splitter.cs: TabStop is 'new'.
1947
1948         * ControlBindingsCollection.cs: mark a few methods as new since
1949         they change the visibility from protected to public.
1950
1951         * RadioButton.cs: DoubleClick -> base class, and remove unused
1952         HaveDoubleClick.
1953
1954         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1955         events as new.
1956
1957         * NumericUpDown.cs: TextChanged -> base class.
1958
1959         * CheckedListBox.cs: mark our ObjectCollection class as new to
1960         quiet mcs.
1961
1962         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1963         muck with the base class.
1964
1965         * StatusBar.cs: fix some mcs warnings about Update being the same
1966         name as a base class method.
1967
1968         * RichTextBox.cs: mark some events as new, and make them do things
1969         to the base class impl.
1970
1971         * UserControl.cs: mark TextChanged as new, and have it manipulate
1972         base.TextChanged.
1973
1974         * UpDownBase.cs: mark some things new.
1975
1976         * CheckBox.cs: mark DoubleClick "new", and add some text about
1977         what we need to look at.
1978
1979         * Panel.cs: make the events "new", and manipulate the base
1980         version.  these are just here for attributes.
1981
1982         * AccessibleObject.cs: make owner private.
1983
1984         * Control.cs: deal with AccessibleObject.owner being private.
1985         cache our own copy if we need it.
1986
1987         * Button.cs: add "new" to the DoubleClickEvent.
1988
1989         * ListBox.cs: no need to track our own has_focus here.  let
1990         Control.has_focus do it for us.  Also some other work to clear up
1991         warnings about not overriding base class methods of the same name.
1992         
1993         * ComboBox.cs: clear up some warnings about not override base
1994         class methods of the same name.
1995
1996 2006-12-01  Chris Toshok  <toshok@ximian.com>
1997
1998         * Form.cs: flag a few things as "new" to quiet some of the mcs
1999         warnings.
2000
2001         * AxHost.cs: same.
2002
2003         * PrintPreviewDialog.cs: same.
2004
2005         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
2006         now DGV isn't so horrible on the class status page.  also, move
2007         all events to using System.ComponentModel.EventHandlerList.  my
2008         wrists hurt.
2009
2010 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2011
2012         * MdiWindowManager.cs:
2013         - Set form to active mdi child if shown,
2014         and update the active mdi child to the next 
2015         remaining child in the z-order if the form is hidden.
2016
2017         * Form.cs: 
2018         - Track if the form has been visible and if its 
2019         visibility is beeing changed, so that the MdiClient
2020         can properly decide the ActiveMdiChild. The MdiClient 
2021         cannot track this since the form can change visibility 
2022         before MdiClient is created.
2023
2024         * MdiClient.cs:
2025         - Don't activate anything of the parent form is changing
2026         its visibility.
2027         - Rework ActiveMdiChild to only return visible mdi 
2028         children and take into account several other corner 
2029         cases.
2030
2031 2006-12-01  Chris Toshok  <toshok@ximian.com>
2032
2033         * IBindableComponent.cs: new 2.0 interface.
2034
2035 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
2036
2037         * DataGrid.cs: Font for caption area is bold by default.
2038
2039 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
2040
2041         * Menu.cs: Tag property for 2.0.
2042         
2043 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
2044
2045         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
2046         
2047 2006-12-01  Chris Toshok  <toshok@ximian.com>
2048
2049         * TreeView.cs: doh, the Begin* events should be
2050         TreeViewCancelEventHandler.
2051
2052 2006-12-01  Chris Toshok  <toshok@ximian.com>
2053
2054         * Form.cs: Form.ControlCollection already stores off the
2055         form_owner field.  don't access the base class's internal "owner"
2056         field.
2057
2058         * Control.cs: make all the fields in Control.ControlCollection
2059         private.  there's no need for any internal fields here.
2060
2061 2006-12-01  Chris Toshok  <toshok@ximian.com>
2062
2063         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
2064         OnHandleCreated.  Fixes bug #80109.
2065
2066 2006-12-01  Chris Toshok  <toshok@ximian.com>
2067
2068         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
2069         SplitContainer.cs, Control.cs, StatusStrip.cs,
2070         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
2071         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
2072         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
2073         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
2074         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
2075         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
2076         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
2077         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
2078         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
2079         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
2080
2081         do most of the work to convert our code over to use
2082         System.ComponentModel.Component.Events for
2083         adding/removing/dispatching events.
2084
2085
2086 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
2087
2088         * DataGridView.cs: Fix an ArgumentNullException reported 
2089         twice today in IRC.
2090
2091 2006-11-30  Mike Kestner  <mkestner@novell.com>
2092
2093         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
2094         grabbed listbox.  Fixes #80036 and #80101.
2095
2096 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
2097
2098         * Message.cs: Changed ToString() to match MS.
2099         
2100 2006-11-30  Jackson Harper  <jackson@ximian.com>
2101
2102         * TextBoxBase.cs: You can still change the selected text on a read
2103         only textbox.
2104         * TextControl.cs: Lower magic number for wrap calculations. This
2105         lets text get closer to the right (far) edge.
2106
2107 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
2108
2109         * Control.cs: Tweak 2.0 layout properties.
2110         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
2111         * TextRenderer.cs: Add a new overload.
2112         * ToolStrip*: Huge amount of changes and new features.
2113
2114 2006-11-30  Mike Kestner  <mkestner@novell.com>
2115
2116         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
2117         scroll range correct.  Fixes #79994.
2118
2119 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
2120
2121         * MdiWindowManager.cs: Update main form's text when
2122         a form is closed. (fixes #80038)
2123         
2124 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
2125
2126         * ToolBar.cs:
2127         - Fix an regression in ButtonSize.
2128         - Get ImeMode default value change to "Disable".
2129         - Get ShowTooltips default value change to true, default value is 
2130         "false" but after make a test in .NET we get "true" result as default.
2131         
2132 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
2133
2134         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
2135
2136 2006-11-29  Chris Toshok  <toshok@ximian.com>
2137
2138         * XplatUIWin32.cs (GetWindowTransparency): check return value of
2139         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
2140         SetWindowTransparency hasn't been called.
2141
2142 2006-11-29  Chris Toshok  <toshok@ximian.com>
2143
2144         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
2145         if it's supported.
2146         (set_AllowTransparency): reorder things a little so that the
2147         WS_EX_LAYERED style is removed properly.
2148
2149 2006-11-29  Chris Toshok  <toshok@ximian.com>
2150
2151         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
2152         
2153         * Form.cs: only call the XplatUI transparency method (get/set) if
2154         SupportsTransparency says it's supported. Otherwise fallback to
2155         doing nothing (in the set case) or returning the instance field we
2156         cache (in the get case).
2157
2158         * XplatUIStructs.cs: add TransparencySupport flag enum.
2159         
2160         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
2161         change to SupportsTransparency.
2162
2163         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
2164         TransparencySupport.None from SupportsTransparency.
2165
2166         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
2167         TransparencySupport.Set from SupportsTransparency.
2168
2169         * XplatUIWin32.cs: implement GetWindowTransparency calling
2170         GetLayeredWindowAttributes, and implement SupportsTransparency by
2171         checking whether or not both
2172         GetWindowTransparency/SetWindowTransparency are available
2173         entrypoints.  We need to do this since SetWindowTransparency is
2174         available as of win2k, but GetWindowTransparency requires winxp.
2175         yay win32 api.
2176
2177         * XplatUI.cs: Add GetWindowTransparency, and change
2178         SupportsTransparency to allow for either/both Get/Set.
2179
2180 2006-11-29  Chris Toshok  <toshok@ximian.com>
2181
2182         * DataGrid.cs: keep from going into an infinite loop redrawing a
2183         datagrid that has no datasource.  Fixes bug #80033.
2184
2185 2006-11-29  Chris Toshok  <toshok@ximian.com>
2186
2187         * MenuItem.cs: fix the NRE when we assign text (and therefore call
2188         Invalidate) before the mainmenu has been assigned to a control.
2189
2190 2006-11-29  Chris Toshok  <toshok@ximian.com>
2191
2192         * DataGrid.cs: detect when we should be double the double click
2193         row/column autosize stuff, although that codepath has yet to be
2194         written.  part of the work for bug #79891.
2195
2196 2006-11-29  Chris Toshok  <toshok@ximian.com>
2197
2198         * Binding.cs (SetControl): fix unit test.
2199
2200 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2201
2202         * PageSetupDialog.cs: Validate the margins and set them in
2203         PageSettings. 
2204         * NumericTextBox.cs: New class to mimic the behavior of the
2205         textboxes used in the printing dialogs.
2206
2207 2006-11-29  Andreia Gaita  <avidigal@novell.com>
2208         
2209         * Form.cs: Revert previous change (remove call UpdateBounds
2210         from form constructor), because it messes with the handle creation
2211         order, and that one needs lots and lots of love.
2212         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
2213         for valid printer and throw InvalidPrinterException if document
2214         is set but printer not valid), adding a MonoTODO. Once 
2215         handle creation is done properly, we can put this back in.
2216
2217 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
2218
2219         * MenuItem.cs: Create a invalidate method for menu item, to be
2220         calling from set text, it make text changes to imadiate update
2221         on screen. Fixes #80013. 
2222         
2223 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
2224
2225         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
2226         fixes bug #80070 and some other problem on toolbar buttons
2227         layout.
2228
2229 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
2230
2231         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
2232         with dotted brush.      Fixes #79564
2233         
2234 2006-11-28  Andreia Gaita  <avidigal@novell.com>
2235
2236         * Form.cs: Removed call to UpdateBounds on Form
2237         constructor, it was causing a call to CreateHandle
2238         before it was supposed to.
2239         * PrintControllerWithStatusDialog: Applied patch
2240         by Chris Toshok to hide controller when there are
2241         no printers available.
2242         PrintDialog.cs: initialize printer settings to 
2243         null - correct DefaultValues test #5
2244         * PrintPreviewControl.cs: Move PrintController
2245         initialization to GeneratePreview
2246         * PrintPreviewDialog.cs: 
2247         - Remove Preview generation     from Document_set(). It is 
2248         called on OnPaint
2249         - Throw InvalidPrinterException on CreateHandle if
2250         a Document is set but there are no printers or 
2251         printer is not valid.
2252         * ThemeWin32Classic: don't paint PrintPreviewControl
2253         if there is nothing to paint    
2254
2255 2006-11-28  Miguel de Icaza  <miguel@novell.com>
2256
2257         * Form.cs: Add another popular method.
2258
2259         * TabPage.cs: ditto.
2260
2261 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2262
2263         * MenuItem.cs: Fixed a warning.
2264         * InternalWindowManager: Fixed a warning.
2265
2266 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2267
2268         * MenuItem.cs:
2269         - When cloning a menu also clone MdiList and clone the 
2270           window menu items properly (as the forms and menuitems
2271           are kept in an internal hashtable, these need updating 
2272           as well)
2273         - Rewrote the window menu code, menu items are added in the
2274           order the forms were added to their parent, and they are
2275           updated every time the window menu is shown (before the
2276           list was only generated once, in the current order of the
2277           forms, and would never be updated). A checkmark is shown
2278           next to the item corresponding to the active mdi child.
2279
2280 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2281
2282         * XplatUIStructs.cs: 
2283         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
2284         
2285         * XplatUIWin32.cs: 
2286         - Added TME_NONCLIENT to TMEFlags.
2287         - Handles WM_NCMOUSEMOVE in GetMessage to 
2288           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
2289
2290         * MdiWindowManager:
2291         - Now merges mdi child menu to parent menu when maximized.
2292         - Recalculate NC areas of both mdi child and mdi parent. 
2293           Fixes #79757 (4).
2294           on window state and size changes.Fixes #79844 (3).
2295         - Handle WM_NCCALCSIZE to properly calculate borders.
2296
2297         * Form.cs:
2298         - Add/remove to the mdi containers list of mdi children 
2299           in the order they are added.
2300         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
2301           to the maximized mdi child.
2302         
2303         * InternalWindowManager.cs:
2304         - Only execute a click on the control buttons on the mouse up,
2305           not on the mouse down. Show the state of the button 
2306           (was only showing Normal state, never Pressed state). The
2307           pressed button now follows the mouse (if you click the Close 
2308           button and move the mouse over the Maximize button, the 
2309           Maximize button will be shown as pressed). Since Win32 does
2310           not generate WM_NCLBUTTONUP if you release the button outside
2311           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
2312           it as a mouse up.
2313         
2314         * ThemeWin32Classic.cs:
2315         - Draw a missing border around mdi child forms. Fixes #79844 (2).
2316
2317         * MdiClient.cs:
2318         - Added a list of forms which contains the order the forms are
2319           added to the mdi parent.
2320         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
2321         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
2322         - If the active form changes set the scrollbars to the top
2323           of the Z order, otherwise the form could hide them.
2324         - Scrollbars are now sized according to ClientSize, not 
2325           to Size, and they take into account the other scrollbar
2326           to determine maximum.
2327         
2328 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
2329         
2330         * XplatUI.cs:
2331         * XplatUIDriver.cs:
2332         * XplatUIX11.cs:
2333         * XplatUIWin32.cs:
2334         * XplatUIOSX.cs:
2335         - Added RequestAdditionalWM_NCMessages for windows to 
2336           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
2337           Currently only implemented in XplatUIWin32.
2338
2339 2006-11-27  Chris Toshok  <toshok@ximian.com>
2340
2341         * Hwnd.cs: only add the hwnd to the windows hash in
2342         set_WholeWindow and set_ClientWindow if whole_window/client_window
2343         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
2344
2345 2006-11-27  Mike Kestner  <mkestner@novell.com>
2346
2347         * ComboBox.cs: remove redundant OnDropDown call.  It is called
2348         from the ComboListBox.ShowWindow code. Fixes #79969.
2349
2350 2006-11-27  Chris Toshok  <toshok@ximian.com>
2351
2352         * Hwnd.cs: remove the setters for ExposePending and
2353         NCExposePending - noone uses them.
2354
2355 2006-11-27  Jackson Harper  <jackson@ximian.com>
2356
2357         * TextControl.cs: new param for ReplaceSelection which determines
2358         whether we select the new selection, or set the cursor to the end
2359         of the new selection.
2360         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
2361         pasting, select the new text.
2362         * RichTextBox.cs: Use new param for ReplaceSelection.
2363
2364 2006-11-27  Jackson Harper  <jackson@ximian.com>
2365
2366         * TextBoxBase.cs: Set the selection to the caret after the caret
2367         is moved, otherwise they get out of sync.
2368
2369 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
2370
2371         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
2372         it fixes #80015
2373
2374 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
2375
2376         * ThemeWin32Classic.cs: 
2377         - Fix toolbar drop down arrow position.
2378         - Fix drop down appearance when ToolBar.Appearance is normal,
2379         it fixes #80018.
2380         
2381 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
2382
2383         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
2384         * Control.cs: Same.
2385         * UpDownBase.cs: Same.
2386         * ButtonBase.cs: Same.
2387         * ScrollBar.cs: Same.
2388         * TrackBar.cs: Same.
2389         * PictureBox.cs: Same.
2390         * UserControl.cs: Same.
2391         * Label.cs: Same.
2392         * ListControl.cs: Same.
2393         * TextBoxBase.cs: Same.
2394         * ListView.cs: Same.
2395         * RichTextBox.cs: Same.
2396         * TreeView.cs: Same.
2397
2398 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
2399
2400         * PrintDialog.cs:
2401         - Text label for where 
2402         - Text label comment was not shown
2403
2404 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
2405
2406         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
2407
2408 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2409
2410         * InternalWindowManager.cs: 
2411         - Handle WM_PARENTNOTIFY to activate the form
2412         if any child control is clicked.
2413         - The form is only sizable if not minimized.
2414
2415         * MdiWindowManager.cs:
2416         - Save the IconicBounds if the form is moved.
2417         - Rework SetWindowState, now the window bounds 
2418         are stored only if the old window state is Normal.
2419         
2420         * MdiClient.cs:
2421         - In SetWindowStates store the old window state if 
2422         the window is maximized and restore window state if
2423         the window looses focus.
2424         - Don't handle any scrollbar value changes if 
2425         initializing the scroll bars. Fixes #79771.
2426         - Reworked ArrangeIconicWindows. Current algorithm
2427         tests bounds agains all other minimized windows, if
2428         any intersections create new bounds (going left to 
2429         right, bottom to top) and then test again. When 
2430         successful the bounds are saved and never computed
2431         again. Fixes #79774.
2432
2433 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2434
2435         * InternalWindowManager.cs: Added HandleTitleBarUp.
2436
2437 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2438
2439         * NumericUpDown.cs: In .NET 1.1, user entered text is still
2440         hexadecimal in ParseUserEdit.
2441
2442         
2443 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2444
2445         * MdiWindowManager.cs: 
2446         - Handle a click on the form's icon to show the 
2447         system menu (when maximized). Fixes #79775.
2448         - Change the existing click handler for the form's
2449         icon when not maximized to show on MouseUp.
2450         Fixes #79776.
2451
2452         * Form.cs: In OnResize only layout the mdi child's
2453         parent if it actually has a parent. Might not if
2454         the window is closing.
2455
2456
2457 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2458
2459         * MdiClient.cs: Ignore active MDI client for text of parent, if
2460         child has no text set.
2461
2462 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2463
2464         * ToolBar.cs: Fixed ToString to match MS.
2465
2466 2006-11-22  Andreia Gaita  <avidigal@novell.com>
2467
2468         * NumericUpDown: 
2469         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
2470         update inner values on set. Fixes #79966.
2471         - Override OnLostFocus to update value on NET 2. Fixes #79950.
2472         - Fix hexadecimal parsing.
2473         
2474         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
2475         parent. Fixes #79957
2476
2477 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2478
2479         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
2480         the actual size has to be queried, since if height /
2481         width is negative Win32 changes it to 0. 
2482         Fixes #79999 on Windows.
2483         
2484         * XplatUIX11.cs: Set height / width to 0 if negative
2485         in SetWindowPos. Fixes #79999 on Linux.
2486         
2487 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
2488
2489         * ThemeWin32Classic.cs: Fix text redenring when button is
2490         pressed.
2491
2492 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
2493
2494         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
2495         and later navigate by mouse. Fixes #79528.
2496
2497 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
2498
2499         * ToolBar.cs: Set default value for TabStop to false in
2500         constructor, it fixes remaining behavior of bug #79863.
2501
2502 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2503
2504         * MdiWindowManager.cs:
2505         * InternalWindowManager.cs:
2506         - Moved a few methods specific to Mdi from 
2507         InternalWindowManager to MdiWindowManager.
2508         Fixes #79996.
2509         
2510 2006-11-21  Chris Toshok  <toshok@ximian.com>
2511
2512         * XplatUIOSX.cs: stub out InvalidateNC.
2513
2514         * XplatUIWin32.cs: implement InvalidateNC using the call I found
2515         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
2516
2517         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
2518
2519         * XplatUIDriver.cs: add InvalidateNC abstract method.
2520
2521         * XplatUI.cs: add InvalidateNC.
2522
2523 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
2524
2525         * ToolBar.cs: Invalidate complete button area when pressed status 
2526         was changed.
2527         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
2528         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
2529         by 1 when button is pressed.
2530
2531 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2532
2533         * ToolButton.cs: Invalidate middle of DropDown button when
2534         ToolBar theres DropDownArrows.
2535         * ThemeWin32Classic.cs: Change position of DropDown arrow and
2536         fix DropDown drawing operations.
2537
2538 2006-11-20  Chris Toshok  <toshok@ximian.com>
2539
2540         * NativeWindow.cs: fix the formatting of functions ('{' on the
2541         following line), and enable the thread exception dialog.
2542
2543         * Application.cs: remove the duplicate exception catching from
2544         here.
2545
2546 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2547
2548         * Toolbar.cs: Triggers button click event when click on icon
2549         of dropdown ToolBarButton. Fixes #79912.
2550         
2551 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2552
2553         * Theme.cs:
2554         * ThemeWin32Classic.cs:
2555         - Added a property WindowBorderFont to enable themeing
2556           of mdi child windows' Text.
2557           
2558 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2559
2560         * InternalWindowManager.cs:
2561         * Form.cs:
2562         * MdiClient.cs:
2563         * MdiWindowManager.cs: 
2564         - If mdi child is maximized, set mdi parent's
2565           text to "Parent - [Child]". Fixes #79770.
2566         - If there is any maximized mdi child windows, only the active 
2567           window (and any new windows) is maximized, the rest are normal.
2568         - On a WindowState change only save mdi child's window bounds 
2569           if the old window state was normal. Fixes #79774.
2570         - The scroll bars are now calculated on hopefully all
2571           necessary events. Fixed #79771 / #79844->6 / #79906.
2572         - MdiClient.SizeScrollBars() now takes into account docked 
2573           controls in the parent when calculating available space.
2574         - InternalWindowManager now always repaints the entire title
2575           area. Fixes #79844->1/4/5.
2576         - Added RequestNCRecalc on mdi child windowstate changes.
2577           Fixes #79772.
2578
2579 2006-11-20  Mike Kestner  <mkestner@novell.com>
2580
2581         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
2582         in the MouseUp handler of the listbox and move the return handling
2583         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
2584
2585 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2586
2587         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
2588
2589 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
2590
2591         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
2592           working in 1.2.x anymore. So, updated.
2593
2594 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
2595
2596         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
2597         NumberGroupSeparator of current culture instead of assuming en-US.
2598         Fixed bug #79967.
2599
2600 2006-11-17  Mike Kestner  <mkestner@novell.com>
2601
2602         * Control.cs: Add the concept of implicit bounds setting so that
2603         dock/undock round trips preserve explicitly set size/locations.
2604         Fixes #79313.
2605
2606 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
2607
2608         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
2609           can't handle those filters. (Fixes bug #79961)
2610
2611 2006-11-17  Chris Toshok  <toshok@ximian.com>
2612
2613         [ fixes the exit/crashes associated with #79835.  it's clearly
2614         suboptimal though, we need to figure out a better way to solve
2615         this. ]
2616         
2617         * PrintPreviewControl.cs: deal with the new invalid printer
2618         exceptions.
2619
2620         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
2621         and return false (so CommonDialog.ShowDialog doesn't actually show
2622         the form.)
2623
2624         * PrintDialog.cs: enable/disable the Ok button depending on
2625         whether or not the printer is valid.
2626
2627         * CommonDialog.cs (ShowDialog): only actually show the form if
2628         RunDialog returns true.
2629
2630 2006-11-17  Jackson Harper  <jackson@ximian.com>
2631
2632         * TextControl.cs: When soft splitting a line, mark it as a soft
2633         split line. Also carry over the current line break to the next
2634         line.
2635
2636 2006-11-17  Chris Toshok  <toshok@ximian.com>
2637
2638         * XplatUIX11.cs: when scrolling a window with an invalid area, we
2639         only want to shift the part of the invalid area that overlaps the
2640         area we're scrolling.  we also don't want to clear the invalid
2641         area unless the invalid area was entirely contained within the
2642         scrolling area.
2643
2644 2006-11-16  Chris Toshok  <toshok@ximian.com>
2645
2646         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
2647         also make sure to free the memory returned by XGetWindowProperty
2648         in GetText().
2649
2650         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
2651
2652 2006-11-16  Chris Toshok  <toshok@ximian.com>
2653
2654         * XplatUI.cs: add a new super secret way to get at the totally
2655         unsupported X11 backend.
2656
2657 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
2658
2659         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
2660
2661 2006-11-16  Jackson Harper  <jackson@ximian.com>
2662
2663         * TreeView.cs: Allow more explicit setting of top node position
2664         for scrollbars. Slower algo, but more accurate.
2665         - CollapseAll should maintain the current top node.
2666         * TextBoxBase.cs: When positioning the caret, use the line, pos
2667         method, since the x, y method does not grab the correct tag, and
2668         the caret height never gets set correctly. (Maybe I should just do
2669         away with the caret having its own height, and always use the
2670         carets current tag for height).
2671
2672 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
2673
2674         [Fixes 79778, 79923]
2675
2676         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
2677         Parent to the FosterParent instead.
2678
2679 2006-11-16  Jackson Harper  <jackson@ximian.com>
2680
2681         * TreeView.cs: Need to recalc the topnode when we expand or
2682         collapse. The scrolling methods can't handle this on their own,
2683         since they use differences between the last scroll position, and
2684         those difference get completely messed up since we are expanding
2685         nodes.  This problem should probably be fixed in the scrolling
2686         methods, so they can figure out exactly where they are, but this
2687         will slow things down a little.
2688         * ThemeWin32Classic.cs: Special case for groupboxes with empty
2689         strings, makes nunit-gui look a lot nicer.
2690
2691 2006-11-16  Chris Toshok  <toshok@ximian.com>
2692
2693         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
2694         the broken multithreaded event handling we have in here.  File
2695         this entry under "Why we should move to the new X11 backend".
2696
2697         Any thread can make it into UpdateMessageQueue, which gets events
2698         from the X socket - some of which could belong to hwnds being
2699         managed by a different thread.  We can also have multiple threads
2700         in UpdateMessageQueue at the same time, with each one reading from
2701         the X socket.  This leads to many problems, with the following
2702         solutions:
2703
2704         We can't use hwnd.Queue.Enqueue anywhere in here and must use
2705         EnqueueLocked.
2706
2707         The MotionNotify compression we do can't work across threads
2708         (without locking the entire queue, perhaps) since we call
2709         hwnd.Queue.Peek, so we just punt and don't compress motion events
2710         unless the owning thread is the one which got the X event.
2711
2712         ConfigureNotify is another fun one, since it modifies the hwnd's
2713         bounds and then enqueues the event.  We add a lock to Hwnd which
2714         is held when setting configure_pending to true (and enqueuing the
2715         event).
2716
2717         There is a race wrt the wake socket.  we need to make sure that
2718         only 1 thread is waiting on that socket, or else a thread could
2719         sleep waiting for data that never comes.  It's difficult (but not
2720         impossible) to make happen, because it seems to require something
2721         like the following:
2722
2723             1. Thread 1 polls on wake_receive
2724         
2725             2. poll returns saying there's data to be read on
2726                wake_receive.
2727         
2728             3. Thread 2 polls on wake_receive and immediately returns
2729                saying there's data to be read.
2730
2731             4. Thread 2 reads the wakeup byte from wake_receive
2732
2733             5. Thread 1 attempts to read the wakeup byte from
2734                wake_receive.
2735
2736             6. Thread 2 exits (due to a form closing, perhaps).
2737
2738             7. Thread 1 blocks forever.
2739         
2740         Fun, eh?
2741
2742         Fixing the Expose handling isn't done yet, and the races inherent
2743         in that piece of code are responsible for the drawing mistakes you
2744         see when generating expose events in a MT app (like NPlot).  This
2745         one is the likely to be the hardest to bandaid, and it doesn't
2746         appear to cause anything but drawing problems.  The other issues
2747         caused apps to exit or hang.
2748
2749         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
2750         called from a different thread than the one that should be calling
2751         these functions.
2752
2753         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
2754
2755 2006-11-15  Chris Toshok  <toshok@ximian.com>
2756
2757         * Application.cs: null out the context's MainForm when we exit
2758         RunLoop.  Fixes a newly checked in unit test as well as the last
2759         ODE from bug #79933.
2760
2761 2006-11-15  Chris Toshok  <toshok@ximian.com>
2762
2763         * Form.cs (set_Owner): allow a null value so we can clear the
2764         form's owner.
2765         (Dispose): set all our owned_form's Owner properties to null, and
2766         clear the owned_forms collection.
2767         (WM_CLOSE): clean up this a little bit.. still not right though.
2768
2769         * ApplicationContext.cs: OnMainFormClosed should only call
2770         ExitThreadCore if the main form isn't recreating.  Fixes unit
2771         test.
2772
2773 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2774
2775         [Fixes 78346]
2776
2777         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
2778
2779 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2780
2781         [Fixes 79433]
2782
2783         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
2784         keep popup window types from stealing focus from the main form
2785         on Windows.
2786
2787         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
2788
2789         * MenuAPI.cs: Set above flag to true.
2790
2791 2006-11-15  Chris Toshok  <toshok@ximian.com>
2792
2793         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
2794         the button being released is not in wParam.
2795
2796 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2797
2798         * Form.cs: Add the released button to MouseEventArgs.Button
2799         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
2800         on Win32.
2801
2802 2006-11-15  Chris Toshok  <toshok@ximian.com>
2803
2804         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2805         GetText().  untested because it's unused in our implementation.
2806         Control.Text always caches the text, even if
2807         ControlStyles.CacheText is not set.
2808
2809         fixes bug #79939.
2810
2811 2006-11-15  Chris Toshok  <toshok@ximian.com>
2812
2813         [ fixes #79933 ]
2814         
2815         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2816         message.  no hiding, no disposing.
2817
2818         in the WM_CLOSE handler, hide the form if it's modal.
2819
2820 2006-11-15  Chris Toshok  <toshok@ximian.com>
2821
2822         * XplatUIX11.cs: use AddExpose instead of sending a message.
2823         fixes textbox border drawing.
2824
2825 2006-11-15  Chris Toshok  <toshok@ximian.com>
2826
2827         * PropertyGridView.cs: keep from crashing on mouse move/down when
2828         the property grid is empty.
2829
2830 2006-11-14  Jackson Harper  <jackson@ximian.com>
2831
2832         * TextControl.cs: Make PageUp and PageDown more like the MS
2833         versions.
2834         * TextBoxBase.cs: When we set the text property position the
2835         cursor at the beginning of the document.
2836
2837 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2838
2839         * Form.cs: if a mdi child's WindowState has changed
2840         before it's creation, it would display wrong control
2841         buttons.
2842         
2843 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2844
2845         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2846           (Fixes bug #79927)
2847
2848 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2849
2850         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2851         the window gets to paint its borders even if the window is
2852         getting smaller.
2853         
2854         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2855         otherwise the old control buttons would still be painted 
2856         if the window gets bigger.
2857         
2858         * PaintEventArgs.cs: add an internal method so that the clip 
2859         rectangle can be changed.
2860         
2861 2006-11-13  Chris Toshok  <toshok@ximian.com>
2862
2863         [ fixes bug #79745 ]
2864         
2865         * NotifyIcon.cs: lots of cleanup.
2866
2867         * X11Structs.cs: add an enum for XEMBED messages.
2868
2869         * XplatUIX11.cs: reindent one of the giant switch statements, it
2870         was taking up an additional tab stop, and this file is already way
2871         too wide for my laptop's screen.
2872
2873         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2874         we get it, resize the hwnd to the WMNormalHints max_width/height.
2875
2876 2006-11-13  Jackson Harper  <jackson@ximian.com>
2877
2878         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2879         teh simple way.
2880
2881 2006-11-13  Chris Toshok  <toshok@ximian.com>
2882
2883         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2884         #79898.  force a reference to the Region to stick around so the
2885         unmanaged object isn't collected (rendering our handle in the MSG
2886         stale).
2887
2888 2006-11-13  Chris Toshok  <toshok@ximian.com>
2889
2890         * XplatUIX11.cs: fix #79917 for window managers which support
2891
2892         using XStoreName on the raw utf8, and we need to convert to
2893         COMPOUND_TEXT if it's non-latin1.
2894
2895 2006-11-13  Chris Toshok  <toshok@ximian.com>
2896
2897         * Form.cs (set_DialogResult): we need to set closing to false if
2898         we're setting our result to None.  fixes bug #79908.
2899
2900 2006-11-13  Jackson Harper  <jackson@ximian.com>
2901
2902         * TextControl.cs: When formatting text, compute the adjusted tag
2903         lengths correctly, using FindTag for the end tag instead of trying
2904         to figure it out outselves.
2905         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2906         the item, ItemHeight doesn't work, because trees with large
2907         imagelists use those for their height
2908         * TreeView.cs: ActualItemHeight factors in the image height
2909         - compute left edge of checkboxes correctly
2910         - when expanding/collapsing move the bottom down one pixel, so we
2911         aren't moving part of the node
2912
2913 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2914
2915         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2916         stack in PaintEventStart so that it won't get disposed by the gc
2917         before reaching PaintEventEnd.
2918
2919 2006-11-13  Jackson Harper  <jackson@ximian.com>
2920
2921         * TextBoxBase.cs: Don't select the word if we are on a line with
2922         no text.
2923         - We don't need to position the caret on mouse up, since the mouse
2924         move handler should be doing this
2925         - When double clicking a blank line, the caret is advanced to the
2926         next line.
2927
2928 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2929
2930         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2931
2932 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2933
2934         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2935         Fixes part of bug #79910.
2936
2937 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2938
2939         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2940           (bug #79903). Some minor string updates to match ms.
2941
2942 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2943
2944         * FileDialog.cs: Don't add an extension if the filename
2945           already ends with that extension.
2946
2947 2006-11-10  Jackson Harper  <jackson@ximian.com>
2948
2949         * TreeView.cs: Use the currently highlighted node for the
2950         BeforeSelect event.
2951         * TextBoxBase.cs: There is no need to expand selection on
2952         MouseMove.
2953         - CanUndo means 'is there any undo operations', not 'is undo
2954         allowed on this textcontrol. Fixed ClearUndo unit test.
2955
2956 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2957
2958         * Button.cs: only perform click when button is Selectable (so as 
2959         not to activate default buttons when they're disabled)
2960         
2961         * Control.cs: Rewrite of the SelectNextControl and related 
2962         methods. HandleClick now selects next control if the current one
2963         is being disabled.
2964         
2965         * Form.cs: OnActivated selects next active control only if Load 
2966         has already occurred. If Load hasn't run, there's no point in 
2967         selecting here, Load might change the state of controls.
2968         
2969         * FocusTest.cs: Tests marked as working again for these fixes
2970
2971 2006-11-10  Chris Toshok  <toshok@ximian.com>
2972
2973         * XplatUIX11.cs: a couple of fixes.
2974
2975         - use XInternAtoms with almost all the atoms we need to register,
2976         instead of many, many calls to XInternAtom.  should help a bit on
2977         startup time, at the expense of making the code look a little
2978         worse.
2979
2980         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
2981         isn't reparented (which seems to be a clue that we're running fon
2982         compiz) and they have an Owner form.  This fixes the tool windows
2983         in paint.net when running under compiz.
2984
2985         - when setting the opacity of a window, support both the case
2986         where the window has been reparented and also when it hasn't been.
2987         Since compiz/beryl doesn't seem to reparent windows, and these are
2988         the only window managers which support translucency, I'm not sure
2989         why we need the hwnd.reparented case at all.. but leave it in.
2990         now we get translucent windows in paint.net under compiz/beryl.
2991
2992 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2993
2994         * FileDialog.cs: Always return the value for FilterIndex that
2995           was set. Internally convert it to values that make sense.
2996
2997 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2998         
2999         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
3000
3001 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
3002
3003         * Toolbar.cs: Change default value of DropDownArrows to true, the 
3004         signature still using false to make it compatible with MS but the 
3005         initial value is true. Fixes #79855.
3006
3007 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
3008
3009         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
3010           only available on Linux.
3011
3012 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
3013
3014         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
3015         reduce number of calls to redraw method during toolbar creation.
3016
3017 2006-11-09  Mike Kestner  <mkestner@novell.com>
3018
3019         * ListView.cs : raise SelectedIndexChanged when an item is selected
3020         programmatically via the Item.Selected property.  Gert's nice 
3021         ListViewSelectedIndexChanged test fixture now runs clean.
3022
3023 2006-11-09  Mike Kestner  <mkestner@novell.com>
3024
3025         * ListView.cs : raise SelectedIndexChanged when a selected item is
3026         removed from the item collection using Remove or RemoveAt.
3027
3028 2006-11-09  Mike Kestner  <mkestner@novell.com>
3029
3030         * ListView.cs : raise SelectedIndexChanged once per selected item
3031         for compat with MS.  Fixes #79849+.
3032
3033 2006-11-09  Chris Toshok  <toshok@ximian.com>
3034
3035         * TabControl.cs: initialize row_count to 0, and set it to 1 when
3036         we need to (if we have any tab pages).  Fixes unit test.
3037
3038 2006-11-09  Chris Toshok  <toshok@ximian.com>
3039
3040         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
3041         width is 0, not 3.  Fixes a unit test.
3042
3043 2006-11-09  Mike Kestner  <mkestner@novell.com>
3044
3045         * ListView.cs : use Implicit scrollbars so that focus isn't 
3046         stolen from the listview when they are clicked. Fixes #79850.
3047
3048 2006-11-09  Chris Toshok  <toshok@ximian.com>
3049
3050         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
3051         have a root item.  Fixes #79879.
3052
3053 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
3054
3055         * FileDialog.cs:
3056           - Fix ToString ()
3057           - An ArgumentException is now thrown if a wrong filter
3058             is applied (matches ms). The previous filter doesn't change
3059             anymore if an exception is thrown.
3060           - Changing the FileName property also affects FileNames
3061         * ColorDialog.cs: The length of the CustomColors array is always
3062           16. It doesn't matter if we use a smaller array or null to update
3063           or change the custom colors property.
3064         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
3065           for RootFolder if we get a undefined value.
3066
3067 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3068
3069         * StatusBarPanel.cs: 
3070         - Width is set to MinWidth if Width is smaller than
3071         MinWidth. Fixes #79842.
3072         - MinWidth now always overrides Width (MSDN says MinWidth
3073         is set to Width when AutoSize = None, but they do not 
3074         behave like that).
3075         - Style has now the the correct default value.
3076         
3077 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3078  
3079         * TrackBar.cs: 
3080         - The control is completely invalidated on 
3081         Got/LostFocus to draw the focus rectangle correctly.
3082         - When AutoSize then height is always 45 (width for 
3083         vertical controls).
3084         
3085         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
3086         on the mouse when moved and it doesn't move when grabbed
3087         until the mouse moves as well. Also fixed some wrong 
3088         calculations when clicking on the thumb (control thought
3089         click was outside of thumb and didn't grab it).
3090         Fixes some of the issues in #79718.
3091
3092 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
3093
3094         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
3095
3096 2006-11-08  Chris Toshok  <toshok@ximian.com>
3097
3098         * PropertyGridView.cs: only call ToggleValue if the item is not
3099         readonly.
3100
3101 2006-11-08  Jackson Harper  <jackson@ximian.com>
3102
3103         * TextBoxBase.cs: The RichTextBox and textbox have very different
3104         word selection methods.  Implement the textbox's simple word
3105         selection here, and let the RichTextBox override and provide it's
3106         own.
3107         - Don't do extra selection on mouseup
3108         * RichTextBox.cs: Use the documents word selection algorithm, I
3109         think ideally, this function will be pulled into the
3110         RichTextBox.cs code someday.
3111
3112 2006-11-08  Chris Toshok  <toshok@ximian.com>
3113
3114         * RootGridEntry.cs: new class to represent GridItemType.Root.
3115
3116         * CategoryGridEntry.cs: reformat, and add boilerplate.
3117         
3118         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
3119         returns the UI parent anyway, and we need special handling to
3120         implement the GetTarget method in the face of it.  Also, implement
3121         Select().
3122
3123         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
3124         a root grid item, and use that instead of PropertyGrid.grid_items.
3125         Also, make use of TypeConverters (and add limitted support for
3126         ICustomTypeDescriptors) when initially populating the grid.
3127         Arrays now show up more or less properly.
3128
3129 2006-11-08  Chris Toshok  <toshok@ximian.com>
3130
3131         * Application.cs: set the modal dialog to non modal after we close
3132         it.  Fixes bug #79866.
3133
3134 2006-11-08  Jackson Harper  <jackson@ximian.com>
3135
3136         * TextControl.cs: When combining lines carry over the line end
3137         style from the end line.
3138         - Invalidate the selected area when setting it, if it is visible.
3139         * TextBoxBase.cs: Only rich text box can do full line selects.
3140         - Make sure to set the cursor position when there is a click,
3141         otherwise two clicks in separate areas could cause a large chunk
3142         to be selected.
3143
3144 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3145
3146         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
3147         Fixes #79863.
3148
3149 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3150
3151         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
3152         time. Remove tooltips when ToolButton click events.  Fixes #79856.
3153
3154 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3155
3156         * MenuAPI.cs: Ignore right click for menu actions and fixes
3157         menu border when clicked.  Fixes #79846.
3158
3159 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3160
3161         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
3162         MouseState after create wParam for message, this fixes mouse button 
3163         equal none in mouse up events.
3164         
3165 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
3166
3167         * Control.cs : Focus() now calls Select to set the Container's
3168         Active Control and to give it focus. To avoid infinite recursion
3169         (because ActiveControl also calls Focus at one point), a check 
3170         is made in Focus with the help of a new internal variable
3171         is_focusing.
3172
3173 2006-11-07  Mike Kestner  <mkestner@novell.com>
3174
3175         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
3176         if there's a selection.  Fixes #79849.
3177
3178 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
3179
3180         * PropertyGrid.cs: Avoid fixed height of help description label.
3181         Fixes part of bug #79829.
3182
3183 2006-11-07  Chris Toshok  <toshok@ximian.com>
3184
3185         * XplatUIX11.cs: fix #79790 again, by using the
3186         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
3187
3188 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3189
3190         * ToolBar.cs: Fix left click checking.
3191
3192 2006-11-07  Chris Toshok  <toshok@ximian.com>
3193
3194         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
3195
3196 2006-11-07  Chris Toshok  <toshok@ximian.com>
3197
3198         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
3199         PropertyManager unit tests.
3200
3201         * PropertyManager.cs: make property_name internal.
3202
3203 2006-11-07  Chris Toshok  <toshok@ximian.com>
3204
3205         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
3206         pass a unit test.  Also, don't set image_index to anything in
3207         response to setting the ImageList property.
3208
3209 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
3210
3211         * ToolBar.cs: Ignore click events when mouse button is not a
3212         left button, only accepts other button for dropdown menus.  
3213         Fixes #79854.
3214
3215 2006-11-07  Chris Toshok  <toshok@ximian.com>
3216
3217         * DataGrid.cs: make the back and parent row buttons a little less
3218         ugly.
3219
3220 2006-11-07  Jackson Harper  <jackson@ximian.com>
3221
3222         * TextBoxBase.cs: When converting to Text don't put line breaks in
3223         for soft line breaks.
3224         * TextControl.cs: There is an initial "fake" line in the document,
3225         this is now a soft break line, so that an extra line feed doesn't
3226         get added to the end of documents.
3227
3228 2006-11-07  Chris Toshok  <toshok@ximian.com>
3229
3230         [ fix bug #79778 ]
3231         
3232         * CurrencyManager.cs: if the list is readonly, don't bother
3233         checking if IBindingList.AllowNew is true.
3234
3235         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
3236         for non-DataRowView datasources..  or rather, make it not crash.
3237         (DataGridPaintRelationRow): make sure we limit the row painting to
3238         the area not covered by the row header, and make our cell width at
3239         least large enough to cover the relation area.  This allows grids
3240         that have relations but no rows to render correctly.
3241         (DataGridPaintRowContents): same type of changes here.
3242         (SetDataSource): move back to always calling
3243         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
3244         navigating back through relations.
3245         (HitTest): handle the case where we have no cells but have
3246         relations.  Right now we generate a hit in cell 0 of whatever the
3247         row is, not sure if this is strictly correct, but it works for our
3248         purposes.
3249         
3250         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
3251         bother doing anything.
3252
3253 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
3254
3255         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
3256         early version of StatusStrip.  Not responsible for eaten
3257         application or firstborn children.
3258
3259 2006-11-06  Chris Toshok  <toshok@ximian.com>
3260
3261         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
3262         call GetTabRect with a -1 index.  Fixes #79847.
3263
3264 2006-11-06  Jackson Harper  <jackson@ximian.com>
3265
3266         * TreeNodeCollection.cs: Update scrollbars after clearing.
3267
3268 2006-11-06  Chris Toshok  <toshok@ximian.com>
3269
3270         * NumericUpDown.cs: fix the ToString method for some unit test
3271         love.
3272
3273 2006-11-06  Chris Toshok  <toshok@ximian.com>
3274
3275         * PropertyGrid.cs:
3276         - set the initial SelectedGridItem if we can.
3277
3278         - Exclude non-mergable properties only if we're merging > 1
3279         object.  Merging 1 object isn't really merging, obviously.
3280
3281         - Handle PropertySort.NoSort just like Alphabetical, which is
3282         wrong of course, but at least gets things on the screen.
3283         
3284         * PropertyGridView.cs:
3285         - Add method "FindFirstItem" which finds the first property grid
3286         item, so we can select it by default.
3287
3288         - make use of GridEntry.CanResetValue.
3289
3290         - Don't call RedrawBelowItemOnExpansion here anymore, the
3291         individual GridEntry's will do that.
3292
3293         - Remove the ITypeDescriptorContextImpl internal class.
3294         
3295         * GridEntry.cs:
3296         - this class needs to implement ITypeDescriptorContext, as it's
3297         what MS's PropertyDescriptorGridEntry does, which means we can
3298         remove the ITypeDescriptorContextImpl internal class from
3299         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
3300
3301         - keep a reference to our PropertyGridView, and move the call to
3302         RedrawBelowItemOnExpansion here from PGV.  This means
3303         programmaticly setting Expanded actually does something visible.
3304
3305         - add a CanResetValue() function which takes into account our
3306         possibly multiple "selected_objects" in the merged case.  Shifting
3307         PropertyGridView to use this method fixes another unreported
3308         crasher found running the test for #79829.
3309
3310         - when Top or Bounds is updated, make sure the PropertyGridTextBox
3311         is updated to reflect this.
3312
3313         * CategoryGridEntry.cs: the ctor takes the PGV now.
3314         
3315 2006-11-06  Jackson Harper  <jackson@ximian.com>
3316
3317         * TextControl.cs: These are 1 based.
3318         * TextBoxBase.cs: When setting the selected text, don't change the
3319         selected text tags, this is done by ReplaceText, just position the
3320         cursor at the end of the new text.
3321
3322 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
3323
3324         * ListView.cs: Allow label edit only when, when LabelEdit is
3325           set to true.
3326
3327 2006-11-06  Jackson Harper  <jackson@ximian.com>
3328
3329         * TextControl.cs: If a suitable wrapping position isn't found,
3330         just wrap right in the middle of a word.
3331
3332 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
3333
3334         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
3335           bug #79820.
3336
3337 2006-11-06  Jackson Harper  <jackson@ximian.com>
3338
3339         * TreeView.cs: Can't use the VisibleCount property when setting
3340         scrollbar heights, because this doesn't take into account whether
3341         or not the horz scrollbar just came visible.
3342
3343 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
3344
3345         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
3346         activated.  Fixes #79369, #79832.
3347
3348 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
3349
3350         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
3351           had to remove support for links that point to a directory. FileInfo
3352           returns no usefull information (means, the directory they point to)
3353           for such links. Replaced some empty string ("") with String.Empty.
3354
3355 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3356
3357         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
3358         NullReferenceException when attempting to remove node that is not in
3359         collection. Throw NullReferenceException when null is passed to 
3360         Remove. Allow first element of the collection to be removed. Fixes
3361         bug #79831.  In GetEnumerator ().Current return null if positioned 
3362         before the first element of the collection. In GetEnumerator ().Reset,
3363         position before first element of the collection.
3364
3365 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3366
3367         * PropertyGrid.cs: To match MS, remove default title and description
3368         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
3369         buttons.
3370
3371 2006-11-04  Chris Toshok  <toshok@ximian.com>
3372
3373         * Theme.cs: add a Clamp method, just for kicks.
3374
3375         * ThemeWin32Classic.cs: clamp all color components to [0..255].
3376
3377 2006-11-04  Chris Toshok  <toshok@ximian.com>
3378
3379         * Form.cs: if the form isn't visible, Close() does nothing.
3380
3381 2006-11-03  Chris Toshok  <toshok@ximian.com>
3382
3383         * Form.cs (Close): if the form is modal, don't Dispose of it, only
3384         Hide it.
3385         (WndProc): don't Dispose after handling the WM_CLOSE message.
3386
3387         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
3388         them as such, instead of using casts from Control to Form.  Also,
3389         don't Dispose of the modal dialog when we fall out of the loop -
3390         Close() it instead.
3391
3392         fixes bug #79813.
3393
3394 2006-11-03  Chris Toshok  <toshok@ximian.com>
3395
3396         * Control.cs (Dispose): only go through the dispose thing if we're
3397         @disposing, and we haven't already been disposed.  Fixes bug
3398         #79814.
3399
3400         * Form.cs: no reason to call "base.Dispose()" here instead of
3401         "Dispose()".
3402
3403 2006-11-03  Mike Kestner  <mkestner@novell.com>
3404
3405         * ComboBox.cs : use ToString instead of casts in AddItem for
3406         sorting functionality.  Fixes #79812.
3407
3408 2006-11-03  Chris Toshok  <toshok@ximian.com>
3409
3410         * Application.cs: pave the way for actually using the thread
3411         exception dialog.  it's ifdefed out at the moment.
3412
3413 2006-11-03  Chris Toshok  <toshok@ximian.com>
3414
3415         * ThreadExceptionDialog.cs: until we get a better layout, actually
3416         hide the details textbox and label when we shouldn't see them.
3417
3418 2006-11-03  Jackson Harper  <jackson@ximian.com>
3419
3420         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
3421         multiline textboxes anymore.  This method also determines the
3422         width/height of a textboxes canvas area.
3423         - Sorta a revert of the last patch.  For multiline just position
3424         the controls, then bail.  This way the scrollbar width won't be
3425         altered.
3426
3427 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
3428
3429         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
3430         it dont need.  Fixes #79537.
3431
3432 2006-11-02  Jackson Harper  <jackson@ximian.com>
3433
3434         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
3435         send the status after firing the DndOver event.
3436
3437 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3438
3439         * TrackBar.cs: Now orientation only switches height / width if
3440         the control's handle is created (Win32 does it like this). Also 
3441         fixed a typo in ToString() for a test to pass, changed the 
3442         exception thrown in set_LargeChange and set_SmallChange to 
3443         match Win32 behaviour, and added TrackBar tests to the unit 
3444         tests.
3445
3446 2006-11-02  Chris Toshok  <toshok@ximian.com>
3447
3448         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
3449         not _NET_WM_STATE_NO_TASKBAR.
3450
3451 2006-11-02  Jackson Harper  <jackson@ximian.com>
3452
3453         * TextControl.cs: Increment count by one, since in the update view
3454         count - 1 is used.
3455
3456 2006-11-02  Jackson Harper  <jackson@ximian.com>
3457
3458         * TextBoxBase.cs: Use client rectangle not bounds for checking if
3459         the mouse is in the client rectangle (duh).
3460
3461 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3462         
3463         * TrackBar.cs: Fixed trackbar jumping around when clicking
3464         on it - the trackbar was not detecting correctly at which
3465         side of the thumb the click was done. (fixes #79718)
3466
3467 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
3468
3469         * ListBox.cs: scroll visible area when change SelectedIndex to
3470         a non visible area.  Fixes #79481.
3471
3472 2006-11-01  Jackson Harper  <jackson@ximian.com>
3473
3474         * TextControl.cs: When replacing the selection move the selection
3475         start/end/anchor to the end of the new text.
3476
3477 2006-11-01  Jackson Harper  <jackson@ximian.com>
3478
3479         * XplatUIWin32.cs: When setting the parent change the controls
3480         visibility to it's visibility flag, not to it's old parents
3481         visibility (.Visible walks the parent chain).
3482
3483 2006-11-01  Chris Toshok  <toshok@ximian.com>
3484
3485         * XplatUIX11.cs: revert the #79790 fix, as the simple.
3486         XSetTransientForHint fix breaks paint .net's tool windows.  more
3487         work needed for that one.
3488
3489 2006-11-01  Chris Toshok  <toshok@ximian.com>
3490
3491         * ScrollBar.cs: throw ArgumentException instead of Exception in
3492         LargeChange/SmallChange setters.  fixes unit tests.
3493
3494 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
3495
3496         * ContainerControl.cs: reverted rev.67183 (which was itself
3497         a reversion of rev.66853... eh).
3498         
3499         * Control.cs: Fixes Reflector hang by changing Focus() call
3500         to what it was before rev.66643 (calling Select() here sets 
3501         ActiveControl, which in some situations calls back Focus and 
3502         eventually does a stack overflow). Temp fix.    
3503         Changes to GetNextControl() to not look for children to select when
3504         parent cannot be selectable (so it looks for siblings instead)  
3505         
3506 2006-10-31  Mike Kestner  <mkestner@novell.com>
3507
3508         * CheckedListBox.cs : off by one error in returned index from
3509         ObjectCollection.Add.  Fixes #79758.
3510
3511 2006-10-31  Chris Toshok  <toshok@ximian.com>
3512
3513         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
3514         calls for the textbox/spinner, to keep from recursing to the point
3515         where we crash.  Fixes #79760.
3516
3517 2006-10-31  Chris Toshok  <toshok@ximian.com>
3518
3519         * ListControl.cs (set_SelectedValue): don't throw exceptions on
3520         null/"" value, just return.  matches ms's behavior and fixes some
3521         failing tests.
3522
3523 2006-10-31  Chris Toshok  <toshok@ximian.com>
3524
3525         * Control.cs (set_Capture): make a logic a little easier to
3526         follow.
3527
3528         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
3529         if it's being destroyed.  A necessary fix surely, but a bandaid
3530         also, to fix the stuck capture problem in bug #78413.
3531
3532 2006-10-31  Chris Toshok  <toshok@ximian.com>
3533
3534         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
3535         convention of clearing hwnd.ClientRect when we set the
3536         width/height (so it'll be recalculated by Hwnd).
3537
3538 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
3539
3540         * ContainerControl.cs: reversed Contains check from
3541         ActiveControl due to hanging problems. This fix
3542         partly regresses #79667 (button does not have
3543         initial focus), so this might be a symptom for 
3544         a larger parenting problem (set_ActiveControl
3545         is being called but the child control does
3546         not have the parent set yet?)   
3547         
3548 2006-10-31  Mike Kestner  <mkestner@novell.com>
3549
3550         * MenuAPI.cs : fix keynav when menu is click activated.
3551
3552 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
3553
3554         * ToolStrip*: Version 0.2.
3555
3556         * MenuStrip.cs: Version 0.1.
3557
3558         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
3559
3560 2006-10-30  Chris Toshok  <toshok@ximian.com>
3561
3562         [ fixes the oversized notify icon issue in bug #79745 ]
3563         
3564         * NotifyIcon.cs: scale the icon down to the size we're given by
3565         the XplatUI layer (this would be faster if we did it once instead
3566         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
3567         since it's never invoked.
3568
3569         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
3570         pixels high by default, so let's hardcode our systray icon to that
3571         size.  The SYSTEM_TRAY protocol should really have a way for
3572         client apps to query for the correct icon size.. but oh well.  A
3573         couple of patches to deal with the screwy client_window ==
3574         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
3575         instance, and also make sure we don't XSelectInput twice).
3576
3577 2006-10-30  Chris Toshok  <toshok@ximian.com>
3578
3579         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
3580         recreating forms.  Control recreation is the bane of my existence.
3581         Fix it in a way that keeps everyone happy.
3582
3583 2006-10-30  Chris Toshok  <toshok@ximian.com>
3584
3585         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
3586         just non-CHILD ones.  otherwise sometimes scrollbars end up with
3587         client_windows not being resized to the proper size (ReportBuilder
3588         shows this extremely well).
3589
3590 2006-10-30  Chris Toshok  <toshok@ximian.com>
3591
3592         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
3593         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
3594         showing up in the gnome taskbar.  Fixes bug #79790.
3595
3596 2006-10-30  Chris Toshok  <toshok@ximian.com>
3597
3598         * ApplicationContext.cs: guard against a NRE.
3599
3600         * Application.cs: null out the old MainForm for the context, so we
3601         don't try to use it again once it's disposed.  Fixes bug #79783.
3602
3603 2006-10-30  Chris Toshok  <toshok@ximian.com>
3604
3605         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
3606         BindingContext, set the data source directly, otherwise do the
3607         lazy approach - the actual ListManager will be created when we get
3608         a BindingContext. Fixes bug #79700.
3609
3610 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
3611
3612         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
3613           XplatUIX11.cs: Remove old 2 parameter SetVisible.
3614
3615         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
3616
3617 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
3618
3619         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
3620         of SetVisible that allows a window to be shown, but not activated.
3621         This is needed on Windows for MenuStrip, and can probably be used
3622         with MainMenu and ComboBox to fix the focus stealing issues on
3623         Windows.
3624
3625         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
3626
3627 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
3628
3629         * PictureBox.cs: Fix the output of the ToString method.
3630
3631 2006-10-29  Chris Toshok  <toshok@ximian.com>
3632
3633         * Control.cs (get_TopLevelControl): fix bug #79781.
3634
3635 2006-10-29  Chris Toshok  <toshok@ximian.com>
3636
3637         * ListControl.cs (set_DataSource): throw Exception here, not
3638         ArgumentException, to match MS behavior.
3639
3640 2006-10-29  Chris Toshok  <toshok@ximian.com>
3641
3642         * Form.cs: remove the try-catch's around calls to GetWindowState.
3643         We can just check the return value.
3644
3645         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
3646         Instead return -1.
3647
3648         * XplatUI.cs: Add note about additional return value for
3649         GetWindowState.
3650
3651 2006-10-29  Chris Toshok  <toshok@ximian.com>
3652
3653         * Control.cs (CreateHandle): when we create our handle, we also
3654         create the handles of our child controls.  Fixes one of the
3655         Control unit tests (CH11).
3656
3657 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
3658
3659         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
3660
3661 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
3662
3663         * ThemeClearlooks.cs: A little speedup.
3664
3665 2006-10-27  Chris Toshok  <toshok@ximian.com>
3666
3667         * Control.cs: implement Control.FromChildHandle in a way that
3668         matches the docs (and fixes the failed test.)
3669
3670 2006-10-27  Chris Toshok  <toshok@ximian.com>
3671
3672         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
3673         comments).
3674
3675         * DataGrid.cs: implement ResetForeColor such that the tests
3676         succeed.
3677         
3678 2006-10-27  Chris Toshok  <toshok@ximian.com>
3679
3680         * ToolBarButton.cs: setting text/tooltiptext to null results in it
3681         being set to "".  Fixes bug #79759.
3682
3683 2006-10-27  Jackson Harper  <jackson@ximian.com>
3684
3685         * TextControl.cs: We need to clear the entire selection area when
3686         setting the start, otherwise multiline selections are still
3687         visible.
3688
3689 2006-10-26  Chris Toshok  <toshok@ximian.com>
3690
3691         * PropertyGridView.cs: 
3692
3693         - ifdef all the code specific to the double
3694         buffer case, and provide some alternatives in the non-doublebuffer
3695         code, which makes heavy use of XplatUI.ScrollWindow to move things
3696         around without having to invalidate (and cause flicker).  There
3697         are still some drawing problems in the non-doublebuffered case, so
3698         DOUBLEBUFFER is defined by default.
3699
3700         - Fix the way dropdowns are handled.  now we explicitly watch for
3701         the events which might cause the dropdown to close, and break out
3702         of the nested event loop there.  This gets rid of all Capture
3703         code, at the expense of the Msg special casing.  Seems to work,
3704         though, and fixes bug #79743.
3705
3706 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
3707         * Control.cs: SetIsRecreating now recreates implicitly added
3708         child controls as well. Finally fixes #79629. The flag passed to 
3709         SetIsRecreating has also been removed since it wasn't used.
3710         
3711 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3712
3713         * PageSetupDialog.cs: Clean some code, fix some bits, 
3714         add some checks, and add a printer sub-dialog.
3715
3716 2006-10-26  Chris Toshok  <toshok@ximian.com>
3717
3718         * PropertyGrid.cs: make set_SelectedObject call
3719         set_SelectedObjects, and move the duplicate logic to the
3720         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
3721
3722         * PropertyGridView.cs: hide the textbox when we get a
3723         SelectedObjectsChanged event.
3724
3725         Fixes bug #79748.
3726
3727 2006-10-26  Chris Toshok  <toshok@ximian.com>
3728
3729         * PropertyGridView.cs: deal with the type converter not supporting
3730         GetStandardValues() or GetStandardValues() returning null, which
3731         is does in the default case.  Fixes #79742.
3732
3733 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3734
3735         * CheckedListBox.cs: nunit no longer crashes when selecting 
3736         Project/Edit menu option
3737         
3738 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3739
3740         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
3741         is no menu selected. fixes #79739
3742
3743 2006-10-25  Chris Toshok  <toshok@ximian.com>
3744
3745         * PropertyGridView.cs: factor out the splitter invalidation code
3746         into the SplitterPercent setter, and for kicks implement the
3747         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
3748         amount in either direction.
3749
3750 2006-10-25  Chris Toshok  <toshok@ximian.com>
3751
3752         * PropertyGridView.cs: do some cleanup of the brush used to draw
3753         text - read only fields should be grayed out.  not sure how to do
3754         this with the textbox, though.  but the textbox's should also be
3755         readonly now at least.  Also, hide/show the textbox when resizing
3756         the control.
3757         
3758         * CursorConverter.cs: use System.Reflection when getting the
3759         properties of Cursors, as TypeDescriptor.GetProperties isn't
3760         returning static properties.
3761
3762 2006-10-25  Chris Toshok  <toshok@ximian.com>
3763
3764         * PropertyGridView.cs: factor out the up/down handling, and reuse
3765         it for page up/down.  also add End/Home support.
3766
3767 2006-10-25  Chris Toshok  <toshok@ximian.com>
3768
3769         * PropertyGridView.cs:
3770
3771         - ensure the selected grid item is visible in the scrolled area,
3772         fixes bug #79572.
3773
3774         - fix Keys.Down handling when you're on the last item in the
3775         propertygrid.
3776
3777 2006-10-25  Mike Kestner  <mkestner@novell.com>
3778
3779         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
3780         clicks too.  Fixes #79725.
3781
3782 2006-10-24  Chris Toshok  <toshok@ximian.com>
3783
3784         * PropertyGrid.cs: use property.Converter instead of
3785         TypeDescriptor.GetConverter(property.PropertyType), so we catch
3786         TypeConverters declared on the property as well as on the
3787         PropertyType.  Fixes bug #79678.
3788
3789 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
3790
3791         * MimeIcon.cs, Mime.cs:
3792           Fallback to the default platform handler if no shared mime info
3793           stuff exists (fixes #79693).
3794
3795 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3796         * ContainerControl.cs: Incorrect contains check in ActiveControl 
3797         from previous fix (duh).
3798
3799 2006-10-20  Chris Toshok  <toshok@ximian.com>
3800
3801         * PropertyGridView.cs: the dropdown should be MIN(number of items
3802         in list, 15).  Fixes #79551.
3803
3804 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3805         Fixes #79384, #79394, #79652, #79667
3806         * Application.cs: 
3807         
3808         - Modal windows are now destroyed in the proper order for windows
3809         
3810         * ContainerControl.cs:
3811         
3812         - ActiveControl setter has more conditions on when to return:
3813                 - if we're reselecting the active control, but it actually
3814                 didn't have focus (window hidden or some such), it runs
3815                 - if the active control being selected doesn't actually 
3816                 exist in the container, it returns
3817         
3818         * Form.cs
3819         
3820         - The ShowDialog now gets the current form as the owner when
3821         invoking without parameters, and correctly activates the owner 
3822         when returning
3823         
3824         * MessageBox.cs
3825         
3826         - MessageBox now catches the Escape key to exit
3827
3828 2006-10-20  Chris Toshok  <toshok@ximian.com>
3829
3830         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3831         most of bug #79676):
3832
3833         - you can navigate around the property grid with the arrow keys.
3834
3835         - the dropdown is sized properly when the pg has a vertical
3836         scrollbar.
3837
3838         - fix the indentation for subentries, and properly select the
3839         entire label rect.
3840
3841         - fix the gray bar's drawing (only draw it to the last element,
3842         not for the height of the control.  Also make sure we draw that
3843         last horizontal grid line.
3844
3845         - use the same mechanism the datagrid uses wrt the editing textbox
3846         when scrolling/resizing/etc.  Namely, we hide it first, do the
3847         operation, then show it again (if it's still visible).
3848         
3849         - aggressively remove a lot of unnecessary refreshes (and also
3850         calls to Invalidate(). call more limited variants, and only redraw
3851         what we need.)
3852         
3853         * PropertyGrid.cs:
3854
3855         - when we're populating the merged collection, fill in the UI
3856         parent with either the passed in item, or the category item we
3857         create.
3858
3859         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3860
3861         * GridItem.cs: drop some fully qualified names.
3862         
3863         * GridEntry.cs: add a "UIParent", which is basically the parent
3864         treenode.
3865
3866         * GridItemCollection.cs: add an IndexOf method.
3867
3868 2006-10-20  Mike Kestner  <mkestner@novell.com>
3869
3870         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3871         a working win32 NC invalidation mechanism, we can't invalidate
3872         menus.  [Fixes #79705]
3873
3874 2006-10-20  Mike Kestner  <mkestner@novell.com>
3875
3876         * ListBox.cs : don't update the VScrollbar if the list is empty,
3877         just hide it.  [Fixes #79692]
3878
3879 2006-10-20  Jackson Harper  <jackson@ximian.com>
3880
3881         * RichTextBox.cs: Handle some special chars better, and don't skip
3882         the entire group when we encounter a special char that we don't
3883         handle correctly.
3884
3885 2006-10-18  Chris Toshok  <toshok@ximian.com>
3886
3887         * PropertyGridView.cs: address a number of issues from bug #79676,
3888         mostly of the cosmetic variety.
3889
3890         - The highlight rectangle for indented items not extends all the
3891         way to the left.
3892
3893         - Indented items aren't indented so much.
3894
3895         - the dropdown is properly sized width-wise if the pg has a
3896         vertical scrollbar.
3897
3898 2006-10-18  Chris Toshok  <toshok@ximian.com>
3899
3900         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3901         systray stuff is rather convoluted to begin with.
3902
3903         systray icons are a single window for some reason (that I haven't
3904         figured out yet), and for them, client_window == whole_window.
3905         Given the way the tests are structured elsewhere to determine
3906         which paints are pending (client vs. nc), that situation will
3907         always yield PAINT, not NCPAINT.  So, if we have a pending
3908         nc_expose and no pending expose, remove the hwnd from the paint
3909         queue, and also set nc_expose_pending to false, to keep us from
3910         blocking further expose's adding the hwnd to the paint queue.
3911
3912         phew.  like i said, a rather convoluted change.  Fixes the
3913         notifyicon repaint issues in bug #79645.
3914
3915 2006-10-18  Chris Toshok  <toshok@ximian.com>
3916
3917         * Form.cs: when getting the backcolor of the form, don't get
3918         base.BackColor, as this allows parents to influence the background
3919         color.  This breaks mdi forms.  Instead, if the background_color
3920         is empty, return the default.
3921
3922 2006-10-18  Chris Toshok  <toshok@ximian.com>
3923
3924         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3925         to being private instead of internal static.
3926
3927         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3928         crap, it wasn't working for more deeply nested controls anyway,
3929         and we already have the is_recreating flag - use that instead.
3930         Before calling DestroyHandle in RecreateHandle, recurse through
3931         the control tree setting it to true.  this returns the recreate
3932         code to much of its original simplicity, while now guaranteeing we
3933         actually recreate everything we're supposed to.  This change gets
3934         fyireporting actually showing mdi children.
3935
3936 2006-10-17  Chris Toshok  <toshok@ximian.com>
3937
3938         * Form.cs: remove some debug spew, and collapse some duplicate
3939         code at the end of SetClientSizeCore.
3940
3941         * XplatUIX11.cs: 
3942         - add some more debug spew here too wrt Destroy handling.
3943         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3944         in Control's handling of WM_DESTROY.
3945         - Remove the handling of zombie window DestroyNotifies from the
3946         event loop - we don't need it.  Now the only DestroyNotifies we
3947         actually handle are ones generated by X.
3948         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3949         match gtk's (functioning) handling of this. This keep metacity
3950         from leaving droppings in the form of wm borders with no window
3951         contents all over the place.
3952
3953         * Control.cs:
3954         - add a bunch of debug spew wrt control recreation.
3955         - fix a bug where we weren't tracking Visible properly on
3956         recreated hwnds.
3957         - fixed the WM_PAINT double buffer handling to support re-entrant
3958         calls (yes, i know it's gross, but it's happening to us).
3959
3960 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3961         * ThemeWin32Classic.cs: changed drawing of selected days
3962         to make them look better.
3963
3964 2006-10-16  Chris Toshok  <toshok@ximian.com>
3965
3966         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3967         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3968
3969         * XplatUIX11.cs: move away from using hwnd.client_dc and
3970         hwnd.non_client_dc and on to a stack of dc's (and in window's
3971         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3972         without puking or not disposing of Graphics objects.
3973
3974         * XplatUIOSX.cs: same.
3975
3976         * XplatUIWin32.cs: same.
3977
3978 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3979
3980         * FileDialog.cs: Don't call on_directory_changed inside
3981           OnSelectedIndexChanged (it changes the SelectedIndex too).
3982           Instead move it to OnSelectionChangeCommitted.
3983
3984 2006-10-13  Chris Toshok  <toshok@ximian.com>
3985
3986         * XplatUIX11.cs: more Destroy work.  the current code does the
3987         following things, in order:
3988
3989         1. Enumerates all handles of all controls at or below the one
3990         being destroyed, in pre-order.  As it is doing this, it marks the
3991         handles as zombie and clears all references to them.
3992         
3993         2. calls XDestroyWindow on the window passed in.
3994
3995         3. SendMessage's WM_DESTROY to all he handles in the accumulated
3996         list.
3997
3998 2006-10-13  Chris Toshok  <toshok@ximian.com>
3999
4000         * XplatUIX11.cs: set hwnd.zombie to true before calling
4001         SendMessage (WM_DESTROY).  this keeps us from marking the new
4002         window a zombie, and also keeps us from calling sendmessage at
4003         all.
4004
4005 2006-10-13  Jackson Harper  <jackson@ximian.com>
4006
4007         * TextControl.cs: Do not show the caret and selection at the same
4008         time.  Reduces ugliness by 35%.
4009
4010 2006-10-13  Chris Toshok  <toshok@ximian.com>
4011
4012         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
4013         zombie after we do the recursive call, so we actually do call
4014         SendMessage on the children controls.
4015         (GetMessage): if we find a pending paint event for a zombie hwnd,
4016         remove the hwnd from the paint queue, or else it will always be
4017         there (and we'll effectively loop infinitely)
4018
4019 2006-10-13  Mike Kestner  <mkestner@novell.com>
4020
4021         * MenuItem.cs : add Selected format under keynav too.
4022         Fixes #79528.
4023
4024 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
4025
4026         * PropertyGrid.cs: Fixed some NRE's and small difference between our
4027         implementation and that of MS.
4028
4029 2006-10-13  Chris Toshok  <toshok@ximian.com>
4030
4031         * Control.cs (OnInvalidated) only futz with the invalid_region if
4032         the control is double buffered.  this fixes the apparent hang in
4033         the ListView unit tests.  Someone needs to make the
4034         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
4035
4036 2006-10-13  Chris Toshok  <toshok@ximian.com>
4037
4038         * PropertyGridView.cs:
4039
4040         - do a little refactoring so that only one place calls
4041         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
4042         else call that.  Also make it Refresh, since there are redraw bugs
4043         otherwise (we should take a look at that...)
4044
4045         - do a little more refactoring work to share the body of code
4046         involved with the drop down.  it was duplicated in the code
4047         dealing with the listbox handling and in the code dealing with the
4048         UITypeEditors.
4049
4050         - add a Capture to the dropdown form's control once it's
4051         displayed, and add a MouseDown handler that checks to make sure
4052         the position is inside the control.  If it's not, close the
4053         dropdown.  This fixes #78190.
4054
4055         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
4056         if the value is different than the initial value.
4057         
4058 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
4059
4060         * Control.cs: see #78650
4061         - Fixed GetNextControl for several cases:
4062                 - Changed FindFlatForward to return 
4063                 correct sibling control when more than one
4064                 control has same TabIndex as the currently 
4065                 focused one.
4066                 - Changed FindFlatBackward to loop children
4067                 from last to first and apply same logic as in
4068                 FindFlatForward
4069                 - Changed FindControlForward to search for
4070                 children when control is not a container
4071                 but has children, or search for siblings if
4072                 control is a container...
4073                 - Changed FindControlBackward   to continue
4074                 searching for child controls when hitting 
4075                 Panel-like parents
4076                 
4077         - Fixed Focus method to update ActiveControl
4078         (FocusTest.FocusSetsActive failure)
4079         
4080         * TabControl.cs:
4081         - Focus rectangle now refreshes when gaining
4082         or losing focus
4083         - Removed grab for Tab key on IsInputKey that 
4084         was keeping tab navigation from working (#78650)
4085
4086 2006-10-13  Chris Toshok  <toshok@ximian.com>
4087
4088         * PropertyGridView.cs:
4089         - Rewrite SetPropertyValue to loop over SelectedGridItem's
4090         SelectedObjects.
4091
4092         - Deal with GridItem.Value == null a few places.
4093
4094         * PropertyGrid.cs: 
4095         - replace the PopulateGridItemCollection with a pair of methods
4096         which compute the intersection of all the properties in the
4097         SelectedObjects array.  Fixes #79615.
4098
4099         - Throw ArgumentException from set_SelectedObjects if there's a
4100         null in the array.
4101
4102         - Add GetTarget method which can be used to traverse up the
4103         GridItem.Parent chain.  It depends on the assumption that
4104         selected_objects for different GridEntries are always in the same
4105         order (a safe assumption).  Use this method and loop over all the
4106         selected objects in the entry when calling RemoveValueChanged and
4107         AddValueChanged.
4108         
4109         * GridEntry.cs: Make this handle multiple selected objects.
4110         .Value returns null if not all the selected objects share the same
4111         value.
4112
4113 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
4114         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
4115           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
4116           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
4117           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
4118           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
4119         add additional functionality.
4120
4121 2006-10-12  Mike Kestner  <mkestner@novell.com>
4122
4123         * ErrorProvider.cs : new ToolTipWindow ctor sig.
4124         * HelpProvider.cs : new ToolTipWindow ctor sig.
4125         * ToolTip.cs : remove ToolTip param from Window sig since it is
4126         not used.
4127         * ToolBar.cs : add tooltip support.  Fixes #79565.
4128
4129 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4130
4131         * ComboBox.cs: move the events in set_SelectedIndex to 
4132         after the call to HighlightIndex in order to avoid 
4133         possible recursion and subsequent problems with the call
4134         to HighlightIndex and include a range check in 
4135         set_HighlightIndex. Fixes #79588
4136         
4137 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4138
4139         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
4140         to ui thread's settings instead of sunday. 
4141         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
4142
4143 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4144
4145         * DateTimePicker.cs
4146         * MonthCalendar.cs
4147         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
4148         and implement missing functionality (selecting different parts 
4149         of the date and edit them individually with the keyboard).
4150         
4151 2006-10-11  Chris Toshok  <toshok@ximian.com>
4152
4153         * Control.cs (OnInvalidated): fix NRE relating to last change.
4154
4155 2006-10-11  Chris Toshok  <toshok@ximian.com>
4156
4157         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
4158         atoms in _NET_WM_STATE here if the window is maximized.  We need
4159         to do this because we're *replacing* the existing _NET_WM_STATE
4160         property, so those atoms will be lost otherwise, and any further
4161         call to GetWindowState will return Normal for a window which is
4162         actually maximized.  Fixes #79338.
4163
4164 2006-10-11  Jackson Harper  <jackson@ximian.com>
4165
4166         * TextControl.cs: Special case for setting selection end to
4167         selection start, we basically kill the anchor.
4168         - some todo comments.
4169
4170 2006-10-11  Chris Toshok  <toshok@ximian.com>
4171
4172         * Control.cs: switch to using an "invalid_region" to track which
4173         parts of the image buffer need updating.  This is more code than
4174         the simple fix from r66532.  That version just attempted to always
4175         fill the entire buffer on redraw, which turns out to be
4176         inefficient when invalidating small rectangles.  This version
4177         simply adds the invalid rectangle to the invalid region.  When we
4178         get any WM_PAINT message we see if it can be filled using the
4179         image buffer, and if it can't (if the paint event's clip rectangle
4180         is visible in the invalid region) we first fill the image buffer.
4181         So, the image buffer is still a cache, we just fill it lazily.
4182
4183         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
4184         need it any longer.
4185
4186 2006-10-11  Chris Toshok  <toshok@ximian.com>
4187
4188         * XplatUIX11.cs (SetWindowPos): we need to update both position as
4189         well as size after calling XMoveResizeWindow.  This keeps us from
4190         ignoring future SetWindowPos calls.  Fixes the disappearing
4191         DateTimePicker in the ToolBarDockExample from bug #72499.
4192
4193 2006-10-11  Chris Toshok  <toshok@ximian.com>
4194
4195         * TextBoxBase.cs: reorder things a bit when it comes to
4196         resizing-causing-recalculation.  we were recalculating the
4197         document when our position was changed, which shouldn't happen.
4198         We only care about size changes.  Clear up some more redundant
4199         recalculation calls while I'm at it.  This makes the toolbar dock
4200         example snappy when you're just dragging toolbars around (since it
4201         causes a relayout whenever you move one.)
4202
4203 2006-10-11  Chris Toshok  <toshok@ximian.com>
4204
4205         * ToolBarButton.cs (get_Rectangle): this only returns
4206         Rectangle.Empty if Visible == false, or Parent == null.
4207         Parent.Visible doesn't matter.
4208
4209 2006-10-10  Chris Toshok  <toshok@ximian.com>
4210
4211         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
4212         by .net 1.1, so switch to an internal method instead.
4213
4214 2006-10-10  Chris Toshok  <toshok@ximian.com>
4215
4216         * Control.cs (WM_PAINT): when a control is double buffered we draw
4217         initially to the ImageBuffer and then copy from there.  But when a
4218         parent control which has child controls is double buffered, the
4219         initial drawing doesn't encompass the entire ClientRectangle of
4220         the parent control, so we end up with uninitialized bits (this is
4221         easily seen by dragging the top toolbar in
4222         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
4223         manually set the ClipRectangle of the paint_event (only the one we
4224         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
4225         of the nastiness in bug #72499.
4226
4227         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
4228         which we use in Control.cs's WM_PAINT handling.
4229
4230 2006-10-10  Jackson Harper  <jackson@ximian.com>
4231
4232         * TextBoxBase.cs: Finish off the autoscrolling stuff.
4233
4234 2006-10-10  Chris Toshok  <toshok@ximian.com>
4235
4236         * Cursor.cs: Apply a slightly different patch to the one suggested
4237         in #79609.
4238
4239 2006-10-10  Jackson Harper  <jackson@ximian.com>
4240
4241         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
4242         not the parent form.
4243         * TextControl.cs: use difference in old line count vs new count to
4244         calculate how many lines were added, this takes into account soft
4245         line breaks properly.
4246
4247 2006-10-10  Chris Toshok  <toshok@ximian.com>
4248
4249         * LinkLabel.cs: don't call MeasureCharacterRanges against a
4250         rectangle located at 0,0 and the size of the text.  Use
4251         ClientRectangle instead.  This fixes rendering of non-left aligned
4252         link labels.
4253
4254 2006-10-10  Jackson Harper  <jackson@ximian.com>
4255
4256         * TextBoxBase.cs: When we set the selection start position the
4257         caret.
4258         * TextControl.cs: Need to update the caret when we decrement it to
4259         zero.
4260         - Make sure that the selection_visible flag gets reset to false if
4261         the selection isn't visible.  Before this you could get it set to
4262         visible by changing the selection start, then changing the end to
4263         equal the start.
4264
4265 2006-10-09  Jackson Harper  <jackson@ximian.com>
4266
4267         * TreeView.cs: Don't update scrollbars when we aren't visible.
4268         * TreeNodeCollection.cs: Only need to update scrollbars if being
4269         added to an expanded visible node or the root node.
4270
4271 2006-10-09  Chris Toshok  <toshok@ximian.com>
4272
4273         * XplatUIX11.cs (SendMessage): fix NRE.
4274
4275 2006-10-09  Jackson Harper  <jackson@ximian.com>
4276
4277         * TextBoxBase.cs: Implement horizontal autoscrolling.
4278         * TextControl.cs: Add a movement types that allows moving forward
4279         and backwards without wrapping.
4280
4281 2006-10-09  Mike Kestner  <mkestner@novell.com>
4282
4283         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
4284         with focus "expansion" of labels.  Fixes #79532 and then some.
4285         * ThemeWin32Classic.cs : add LineLimit to ListView label format
4286         when wrapping.
4287
4288 2006-10-09  Jackson Harper  <jackson@ximian.com>
4289
4290         * TextBoxBase.cs: Set the default max values to MaxValue since
4291         we use the scrollbar for autoscrolling and the default value is
4292         100.  If we don't do this the caret won't keep up with typing
4293         after about 18 characters.
4294         * TextControl.cs: Make sure the selection is offset by the
4295         viewport x.  This fixes selection when using auto scrolling.
4296
4297 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
4298         
4299         * Form.cs: The active control should be selected after the 
4300         OnLoad so that any child control initialization that affects
4301         the selection is done. Fixes #79406
4302
4303 2006-10-06  Chris Toshok  <toshok@ximian.com>
4304
4305         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
4306         to have no evil effects.
4307
4308         - Stop selecting StructureNotifyMask on non-toplevel windows.
4309
4310           The only way children should be resized is by using the SWF api,
4311           and we already send WM_WINDOWPOSCHANGED messages in those cases.
4312           Toplevel windows can be interacted with via the window manager,
4313           and so we keep the input mask there.
4314
4315           The other event StructureNotifyMask gives us (that we care
4316           about) is DestroyNotify.  The code is already structured such
4317           that it assumes we won't be getting a DestroyNotify event for
4318           the window we pass to XDestroyWindow (which is what
4319           StructureNotifyMask is supposed to guarantee.)  So, that code
4320           shouldn't be affected by this either.
4321
4322         - Stop selecting VisibilityChangeMask altogether.
4323
4324           We weren't doing anything with the resulting events anyway.
4325         
4326         This vastly reduces the number of X requests and events we see
4327         when resizing/laying out a large ui.
4328
4329 2006-10-06  Chris Toshok  <toshok@ximian.com>
4330
4331         * ScrollableControl.cs (DisplayRectangle): we need to take into
4332         account the DockPadding regardless of whether or not auto_scroll
4333         == true.  rework this slightly to this effect, and fix bug #79606,
4334         and part of #72499 (you can now see the drag handles and drag
4335         toolbars around).
4336
4337 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
4338
4339         * ListViewItem.cs: Collections of selected and checked items are now
4340         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
4341         we mark the collection "dirty".
4342         * ListView.cs: Marked collections readonly. Modified UpdateSelection
4343         to only clear SelectedItems when a new item is selected and MultiSelect
4344         is enabled. CheckedItems and SelectedItems now subscribe to Changed
4345         event of ListViewItemCollection, and mark its list dirty whenever
4346         that event is fire. This allows us to return selected/checked items 
4347         in the same order as they are in the Items collection. This matches
4348         the MS behavior.
4349
4350 2006-10-06  Chris Toshok  <toshok@ximian.com>
4351
4352         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
4353         right mouse clicks.  Fixes bug #79593.
4354
4355 2006-10-06  Chris Toshok  <toshok@ximian.com>
4356
4357         * Splitter.cs: doh, fix splitters that don't want to cancel the
4358         movement when you drag them.  Also, impose the limits on the
4359         values we send to the SplitterMovingEvent.  Fixes #79598.
4360
4361 2006-10-06  Jackson Harper  <jackson@ximian.com>
4362
4363         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
4364         since we use this for auto scrolling also.
4365
4366 2006-10-05  Chris Toshok  <toshok@ximian.com>
4367
4368         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
4369         beginning to think that most datagrid column types don't need this
4370         method.  Fixes bug #79392.
4371
4372 2006-10-05  Chris Toshok  <toshok@ximian.com>
4373
4374         * DataGrid.cs: move back to a more lazy scheme for creating the
4375         CurrencyManager, so we aren't updating it every time you set
4376         either DataSource or DataMember.  Also, don't call
4377         RecreateDataGridRows if the currency manager hasn't changed.
4378
4379 2006-10-05  Chris Toshok  <toshok@ximian.com>
4380
4381         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
4382         emitted, SelectedIndex should already be updated.  Fixes bug
4383         #78929.
4384
4385 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
4386
4387         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
4388           ToolStripTextBox.cs: Initial commit.
4389         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
4390
4391 2006-10-05  Jackson Harper  <jackson@ximian.com>
4392
4393         * TabControl.cs: We need to invalidate the tab control area when
4394         new ones are added (duh).
4395
4396 2006-10-03  Chris Toshok  <toshok@ximian.com>
4397
4398         * Form.cs (ProcessDialogKey): if the focused control is in this
4399         form and is a button, call its PerformClick method here.  Fixes
4400         #79534.
4401
4402 2006-10-04  Jackson Harper  <jackson@ximian.com>
4403
4404         * TabPage.cs: Ignore setting of Visible, and add an internal
4405         method for setting the controls visibility.  TabPage's Visible
4406         property is a little strange on MS, this seems to make us
4407         compatible, and fixes cases where people set all the tab pages to
4408         visible.
4409         * TabControl.cs: Use the new internal setting on tab pages
4410         visibility.
4411
4412 2006-10-03  Mike Kestner  <mkestner@novell.com>
4413
4414         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
4415
4416 2006-10-03  Mike Kestner  <mkestner@novell.com>
4417
4418         * ListView.cs : use is_visible instead of Visible to check if 
4419         scrollbars should be placed/sized.  Also some max_wrap_width
4420         love for LargeIcon view.  [Fixes #79533]
4421
4422 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
4423
4424         * TextControl.cs :
4425           Make set_TextAlign() do actually update the align. Fixed #78403.
4426
4427 2006-10-03  Chris Toshok  <toshok@ximian.com>
4428
4429         * DataGrid.cs: fix a crash when switching datasources if the
4430         vertical scrollbar is at someplace other than Value = 0.  Also,
4431         reduce the number of recalculation passes we do in SetDataSource
4432         from 2 to 1.
4433
4434 2006-10-03  Jackson Harper  <jackson@ximian.com>
4435
4436         * TextBoxBase.cs: Move the if value the same bail check up, we
4437         don't want to empty the document if it is already empty, this
4438         seems to severly mess up the caret.  TODO: I should probably fix
4439         the empty statement to update teh caret somehow.
4440
4441 2006-10-03  Chris Toshok  <toshok@ximian.com>
4442
4443         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
4444         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
4445         reflection, an internal row type, properties on said type, etc.)
4446         will work with our datagrid.  Fixes #79531.
4447
4448 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
4449
4450         * FileDialog.cs: Don't crash if a path is not accessible
4451           (System.UnauthorizedAccessException). Fixes #79569.
4452         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
4453           a ':' too. Return unknown icon for those paths/files.
4454
4455 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
4456
4457         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
4458         GetContainerControl returns null.
4459
4460 2006-10-02  Chris Toshok  <toshok@ximian.com>
4461
4462         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
4463         call to XGetWindowAttributes instead of "handle".  fixes an X
4464         error using notifyicon after the NotifyIconWindow to Form base
4465         class switch.
4466
4467 2006-10-02  Chris Toshok  <toshok@ximian.com>
4468
4469         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
4470         server grab and looping we need to do to get down to the most
4471         deeply nested child window.
4472         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
4473         QueryPointer again after the WarpPointer so we can generate a
4474         proper (fake) MotionNotify event to be enqueued in the destination
4475         window's queue.
4476         (GetCursorPos): call QueryPointer.
4477
4478         Fixes #79556.
4479
4480 2006-10-02  Jackson Harper  <jackson@ximian.com>
4481
4482         * NotifyIcon.cs: Derive the notify icon from a form, so things
4483         like FindForm work on it.
4484         - Swallow the WM_CONTEXTMENU message, since that is generated on
4485         mouse down, and context menu is a mouse up kinda guy.  I believe
4486         the correct fix here is probably to make the notify icon entirely
4487         NC area, but this seems to work fine for anyone not manipulating
4488         WndProc.
4489
4490 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
4491
4492         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
4493           ToolStripItemCollection.cs, ToolStripLabel.cs,
4494           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
4495           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
4496           Initial implementation.
4497         * TextRenderer.cs: Provide padding to MeasureText.
4498
4499 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
4500
4501         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
4502         of ButtonBaseAccessibleObject. Fix bug #79552.
4503
4504 2006-10-02  Jackson Harper  <jackson@ximian.com>
4505
4506         * MdiWindowManager.cs: When maximizing use the containers client
4507         rect, not it's bounds, so nc area is accounted correctly.
4508         - Use the parent form's size for the menu position, since the
4509         client isn't always the full form size.
4510
4511 2006-10-01  Chris Toshok  <toshok@ximian.com>
4512
4513         * ScrollableControl.cs: make sure neither right_edge or
4514         bottom_edge are < 0, since they're used as LargeChange for the
4515         horiz/vert scrollbars respectively.  Fixes #79539.
4516
4517 2006-10-01  Chris Toshok  <toshok@ximian.com>
4518
4519         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
4520         the xplatuix11 code can cause us to destroy/recreate our handle.
4521
4522         * XplatUIX11.cs
4523         (SystrayAdd):
4524         - this code can be invoked many times for the same Hwnd.  Make
4525           sure we only destroy the client window once (the first time this
4526           method is called).  This fixes bug #79544.
4527         - Remove the call to the improperly bound XSync.  why we had two
4528           bindings to this, I will never know, but this call resulted in
4529           events being discarded from the queue(!).
4530         - correct a misunderstanding of _XEMBED_INFO - the second atom is
4531           not our current state but the state we wish to be in.  So, 0 if
4532           we don't want to be mapped.  Change it to 1.
4533         (SystrayRemove): The XEMBED spec makes mention of the fact that
4534         gtk doesn't support the reparent of client windows away from the
4535         embedder.  Looking at gtksocket-x11.c seems to agree with this.
4536         The only avenue we have for removing systray icons is to destroy
4537         them.  We don't want the handle to go away for good, though, so
4538         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
4539         #79545.
4540         
4541 2006-10-01  Chris Toshok  <toshok@ximian.com>
4542
4543         * Form.cs (WndProc): inline the native_enabled variable usage into
4544         the cases in which it's used.  Fixes #79536.
4545
4546 2006-09-29  Mike Kestner  <mkestner@novell.com>
4547
4548         * ListView.cs : toggle the selection state for ctrl clicks in 
4549         multiselect mode. [Fixes #79417]
4550
4551 2006-09-29  Mike Kestner  <mkestner@novell.com>
4552
4553         * ListView.cs : kill CanMultiSelect and refactor the selection
4554         code to support multiselection in the absence of mod keys. Steal
4555         arrow/home/end keys by overriding InternalPreProcessMessage to
4556         restore regressed keynav behavior.
4557         [Fixes #79416]
4558
4559 2006-09-29  Jackson Harper  <jackson@ximian.com>
4560
4561         * MdiClient.cs: Repaint the titlebars when the active window is
4562         changed.
4563
4564 2006-09-29  Chris Toshok  <toshok@ximian.com>
4565
4566         * Application.cs: when entering a runloop with a modal, make sure
4567         the hwnd is enabled.  Fixes #79480.
4568
4569 2006-09-29  Chris Toshok  <toshok@ximian.com>
4570
4571         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
4572         when ListManager.CanAddRows == false, bump us back one.
4573
4574         * DataGridColumnStyle.cs (ParentReadOnly): remove the
4575         listmanager.CanAddRows check.  This makes ArrayLists uneditable
4576         using a datagrid, which is not right.
4577         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
4578         is an IEditable, but call property_descriptor.SetValue regardless.
4579         fixes #79435.
4580
4581 2006-09-29  Chris Toshok  <toshok@ximian.com>
4582
4583         * DataGridBoolColumn.cs: we need to test equality in the face of
4584         possible null values (as is the case with the default NullValue).
4585         This patch keeps us from crashing in that case.
4586
4587 2006-09-29  Jackson Harper  <jackson@ximian.com>
4588
4589         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
4590         here, since it will get called for every node collection in the
4591         tree. This is now done in the treeview once the sorting is
4592         finished.
4593         * TreeView.cs: Recalculate the visible order, and update the
4594         scrollbars after sorting, set the top nope to the root so that the
4595         recalc actually works.
4596
4597 2006-09-29  Chris Toshok  <toshok@ximian.com>
4598
4599         * LinkLabel.cs: more handling of the default link collection in
4600         the face of LinkArea manipulation.  The default link collection
4601         contains 1 element (start=0,length=-1).  If the user sets LinkArea
4602         to anything and the links collection is the default, clear it.
4603         Then only add the link if its nonempty.  Fixes #79518.
4604
4605 2006-09-29  Chris Toshok  <toshok@ximian.com>
4606
4607         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
4608         piece correctly when we hit a '\n'.  Fixes #79517.
4609
4610 2006-09-29  Chris Toshok  <toshok@ximian.com>
4611
4612         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
4613         change the binding of gdk_init_check to take two IntPtr's, and
4614         pass IntPtr.Zero for both of them.  Fixes #79520.
4615
4616 2006-09-29  Mike Kestner  <mkestner@novell.com>
4617
4618         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
4619         [Fixes #78779]
4620
4621 2006-09-28  Jackson Harper  <jackson@ximian.com>
4622
4623         * XplatUIX11.cs: When translating NC messages make sure we go from
4624         whole window to screen, not client window to screen.
4625         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
4626         method doesn't exist
4627         - Skip over controls that aren't forms when arranging.
4628
4629 2006-09-28  Jackson Harper  <jackson@ximian.com>
4630
4631         * XplatUIWin32.cs: Clip the rect to the parent window.
4632         * XplatUIStructs.cs: Add clipping modes struct.
4633         * InternalWindowManager.cs: New private method that factors title
4634         bar heights in when calculating the pos of an NC mouse message.
4635         - Use SendMessage to force a paint when the form's size is changed
4636         instead of painting the decorations immediately.
4637         - Don't let the NC button click messages get to DefWndProc,
4638         because they will attempt to handle windowing themself, and this
4639         messes up z-order (it will put them in front of the scrollbars).
4640         * XplatUIX11.cs: Make sure that we don't reset window managers if
4641         we already have one (ie the window is an MDI window).
4642
4643 2006-09-28  Chris Toshok  <toshok@ximian.com>
4644
4645         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
4646         menu code really needs going over.
4647
4648 2006-09-27  Chris Toshok  <toshok@ximian.com>
4649
4650         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
4651         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
4652         window is maximizable.  So, we need to make sure that even if we
4653         clear the border/wm frame of those functions, they're still
4654         available (basically, we remove the decoration without removing
4655         the function).  Half the fix for #79338.
4656
4657 2006-09-27  Chris Toshok  <toshok@ximian.com>
4658
4659         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
4660         Fixes bug #79515.
4661
4662 2006-09-27  Chris Toshok  <toshok@ximian.com>
4663
4664         * Splitter.cs: reorder things a bit so that we don't actually
4665         draw/move the splitter until after calling OnSplitterMoving.  This
4666         lets users cancel/disallow the movement by explicitly setting
4667         event.SplitX/SplitY.  Fixes #79372.
4668
4669 2006-09-27  Jackson Harper  <jackson@ximian.com>
4670
4671         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
4672         because it is most likely on a window being destroyed, and that
4673         will give us an X11 error.
4674
4675 2006-09-27  Chris Toshok  <toshok@ximian.com>
4676
4677         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
4678         the dropdown button now toggles between showing and hiding the
4679         dropdown.  Also, get rid of dropdown_form_showing and just use
4680         dropdown_form.Visible.  We still don't do a grab, but I'll leave
4681         that part to someone who has handled Capture-fu before.
4682
4683 2006-09-27  Chris Toshok  <toshok@ximian.com>
4684
4685         * DataGrid.cs: return false if alt isn't pressed when '0' is
4686         pressed.  this keeps the '0' key from being swallowed, and fixes
4687         bug #79350.
4688
4689 2006-09-27  Chris Toshok  <toshok@ximian.com>
4690
4691         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
4692         Calling Refresh (in response to a scrollbar event) screws up the
4693         scrollbar painting.  Fixes bug #78923.
4694
4695 2006-09-27  Chris Toshok  <toshok@ximian.com>
4696
4697         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
4698         then insert into hashtable" blocks threadsafe.
4699
4700 2006-09-27  Chris Toshok  <toshok@ximian.com>
4701
4702         * MessageBox.cs (CreateParams): the styles should be |'ed with our
4703         baseclass's, since otherwise the
4704         ControlBox/MinimizeBox/MaximizeBox assignments above have no
4705         effect.  This gets the close button back in messageboxes.
4706
4707 2006-09-27  Chris Toshok  <toshok@ximian.com>
4708
4709         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
4710         flag, not just != 0.  this makes flags that are actually multiple
4711         bits (like WS_CAPTION) work.  fixes bug #79508.
4712
4713 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
4714
4715         * PageSetupDialog.cs: add support for getting and settings the 
4716         paper size, source and orientation.
4717
4718 2006-09-26  Chris Toshok  <toshok@ximian.com>
4719
4720         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
4721         and caption == "", we need to remove the resize handles as well as
4722         the title bar.
4723
4724         * Control.cs (set_Text): turns out that setting Text on a form
4725         should change the WM styles on the window, since if ControlBox ==
4726         false, the only way to get a window border is to have a non-""
4727         Text property.  check winforms/forms/text.cs for an example.  so,
4728         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
4729         update both window styles and title.  This fixes a lot of dialogs
4730         (including the preferences dialog in MonoCalendar.)
4731
4732 2006-09-26  Chris Toshok  <toshok@ximian.com>
4733
4734         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
4735         control isn't a Form), call Win32ShowWindow to hide the window,
4736         but don't update the control Visible property.  When we reparent
4737         back to a parent control, call SetVisible in order for the
4738         window's visibility to be reinstated.
4739
4740         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
4741         the FosterParent.
4742
4743         * Control.cs (ControlCollection.Remove): remove that value.Hide()
4744         call for good, since it breaks MonoCalendar (and other things I'm
4745         sure.) Also, set all_controls to null *after* the owner calls,
4746         which end up regenerating it.
4747         (ChangeParent): allow new_parent to be == null, passing
4748         IntPtr.Zero down to XplatUI.
4749
4750         this fixes #79294 the right way.
4751
4752 2006-09-26  Mike Kestner  <mkestner@novell.com>
4753
4754         * GridEntry.cs : internal SetParent method.
4755         * PropertyGrid.cs : attach to property changed on the proper
4756         target if we have a hierarchical grid with subobjects. Setup
4757         GridItem.Parent for hierarchical items.
4758         * PropertyGridView.cs : Set value on the correct target for
4759         hierarchical grids. [Fixes #78903]
4760
4761 2006-09-26  Chris Toshok  <toshok@ximian.com>
4762
4763         * Control.cs (ChildNeedsRecreating): this should return true if
4764         either we're being recreated and the child is in our list, or our
4765         parent is waiting for our recreation.
4766
4767 2006-09-26  Chris Toshok  <toshok@ximian.com>
4768
4769         * Control.cs (ControlCollection.Remove): reinstate the
4770         value.Hide() call as suggested in bug #79294.
4771
4772 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
4773
4774         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
4775         coordinates (versus a relative move).
4776
4777 2006-09-26  Chris Toshok  <toshok@ximian.com>
4778
4779         * Control.cs: rework child recreation a little bit.  It turns out
4780         that we race between the DestroyNotify the WM_DESTROY message.  If
4781         the parent gets its DestroyNotify before the child gets the
4782         WM_DESTROY message, the child ends up not recreating (since the
4783         parent finishes its recreation on DestroyNotify, and the child
4784         checks ParentIsRecreating.)
4785
4786         So, instead we store off a list of all the child controls which
4787         need to be recreated when the parent control starts to recreate
4788         itself.  Then, when child controls get their WM_DESTROY message we
4789         check to see if they're in the parent's pending recreation list,
4790         and if so, we recreate.  This removes all dependency on ordering
4791         from the code and fixes the initial MonoCalendar upgrade dialog.
4792         
4793 2006-09-26  Jackson Harper  <jackson@ximian.com>
4794
4795         * TextControl.cs: Use the Line to get the length of the line,
4796         since soft line breaks can change the end line.
4797
4798 2006-09-26  Chris Toshok  <toshok@ximian.com>
4799
4800         * Control.cs (ControlCollection.AddImplicit): don't add the
4801         control again if it's already in one of our lists.  This keeps us
4802         from adding controls over and over again for comboboxes when their
4803         handle gets recreated (as the combobox adds implicit controls in
4804         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4805
4806 2006-09-26  Jackson Harper  <jackson@ximian.com>
4807
4808         * TextControl.cs: When deleting characters make sure that any
4809         orphaned zero lengthed tags get deleted.
4810         - Fix ToString for zero lengthed tags.
4811
4812 2006-09-25  Jackson Harper  <jackson@ximian.com>
4813
4814         * TextControl.cs: When getting a tag at the location there can be
4815         multiple tags at the same spot, these are 0-lengthed tags that
4816         appear when extra formatting has been stuck in a location.  We
4817         need to pull out the last of these 0 lengthed tags.
4818
4819 2006-09-25  Jackson Harper  <jackson@ximian.com>
4820
4821         * TextControl.cs: Fix print out in debug method.
4822         * TextBoxBase.cs: When text is set bail if we are setting to the
4823         previous value.
4824         
4825 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4826
4827         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4828           It is now possible to change the selected index in a FontXXXListBox
4829           with the up and down arrow keys from the FontXXXTextBoxes.
4830           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4831           FontXXXListBoxes to match ms.
4832
4833 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4834
4835         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4836         anyone can dispose it, anytime. All other properties returns enums, 
4837         structs or basic types so they don't need such tricks.
4838
4839 2006-09-22  Jackson Harper  <jackson@ximian.com>
4840
4841         * XplatUI.cs:
4842         * XplatUIWin32.cs:
4843         * Clipboard.cs:
4844         * DataFormats.cs:
4845         * XplatUIOSX.cs:
4846         * XplatUIDriver.cs: Update interface to add a primary selection
4847         flag, so the driver can use the primary selection buffer if
4848         needed.
4849         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4850
4851         * RichTextBox.cs: We need to supply the data object to paste now
4852         (so we can choose to supply CLIPBOARD or PRIMARY).
4853         * TextBoxBase.cs: Supply data object to paste (see above).
4854         - Middle click uses the primary selection data object.
4855         
4856 2006-09-21  Chris Toshok  <toshok@ximian.com>
4857
4858         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4859         of SetWMStyles.  It's still a rat's nest and is largely
4860         order-dependent which I dislike immensely.  This also fixes the X
4861         button disappearing from toplevel forms.
4862
4863 2006-09-21  Mike Kestner <mkestner@novell.com>
4864
4865         * ListBox.cs: move Jordi's click/dblclick raising code to the
4866         mouse up handler.
4867
4868 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4869
4870         * ListBox.cs: Fixes 79450
4871
4872 2006-09-21  Mike Kestner <mkestner@novell.com>
4873
4874         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4875         to deal with people updating the TreeNodeCollection after the tree
4876         is disposed.  "Fixes" 79330.
4877
4878 2006-09-20  Jackson Harper <jackson@ximian.com>
4879
4880         * TextControl.cs: Push the cursor record onto the undo stack
4881         before the delete action. This fixes 78651.
4882
4883 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4884
4885         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4886         CreateParams. Fixes 79329.
4887
4888 2006-09-19  Chris Toshok  <toshok@ximian.com>
4889
4890         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4891         things up a bit.  First, get rid of the NetAtoms array (and the NA
4892         enum), and just embed the atoms as static fields.  Also, add a
4893         couple of functions (StyleSet and ExStyleSet) to clean up all the
4894         bitmask testing of styles.
4895
4896         * X11Structs.cs: remove the NA enum, not needed anymore.
4897         
4898 2006-09-19  Chris Toshok  <toshok@ximian.com>
4899
4900         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4901         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4902         added cleanup to get MessageBox titles appearing again, which were
4903         broken by my earlier fix for caption-less/ControlBox-less windows.
4904
4905 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4906
4907         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4908           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4909           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4910           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4911           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4912           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4913           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4914           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4915           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4916           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4917           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4918             Inital import.
4919         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4920           ToolStripButton.cs: Stubs needed for above.
4921         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4922
4923 2006-09-15  Chris Toshok  <toshok@ximian.com>
4924
4925         * XplatUIX11.cs:
4926         - make the MessageQueues hashtable Synchronized.
4927         
4928         - SendMessage: if the Hwnd is owned by a different thread, use the
4929         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4930         thread.  Fixes bug #79201.
4931
4932 2006-09-15  Chris Toshok  <toshok@ximian.com>
4933
4934         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4935         ControlBox == false, we disallow maximize/minimize/close.  If the
4936         form Caption is "" we also disallow move (and get rid of the Title
4937         decoration).  Unfortunately, regardless of how things are set,
4938         we're stuck with the Title and WM menu.
4939
4940 2006-09-15  Chris Toshok  <toshok@ximian.com>
4941
4942         * Application.cs: add locking around the static message_filters
4943         ArrayList, part of #79196.
4944
4945 2006-09-15  Chris Toshok  <toshok@ximian.com>
4946
4947         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4948         Form.ControlBox == false, the window has no titlebar nor resize
4949         handles.  fixes bug #79368.
4950
4951 2006-09-15  Chris Toshok  <toshok@ximian.com>
4952
4953         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4954         >= 0.  Fixes bug #79370.
4955
4956 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4957         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4958         * Control.cs:
4959             Add properties: LayoutEngine, Margin, DefaultMargin.
4960             Add method: GetPreferredSize.
4961             Move layout logic from PerformLayout to layout engines. 
4962
4963 2006-09-13  Chris Toshok  <toshok@ximian.com>
4964
4965         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4966         fix for #79326 broke #78718, so this change addresses that.
4967
4968         - in SendWMDestroyMessages remove the call to
4969         CleanupCachedWindows, since we might be recreating the control and
4970         need to maintain the references to right Hwnd handles.  Also, set
4971         the zombie flag to true for each of the children in the hierarchy
4972         instead of calling hwnd.Dispose.  This will cause GetMessage to
4973         ignore all events for the window except for DestroyNotify.
4974
4975         - In GetMessage, ignore messages except for DestroyNotify for
4976         zombie hwnds.
4977         
4978         * Control.cs: revert the is_recreating fix from the last
4979         ChangeLog.  It's definitely "right", but it breaks switching from
4980         an MDI form to a non-MDI form.  Will need to revisit that.
4981
4982         * Hwnd.cs: add a zombie flag, which means "the
4983         client_window/whole_window handles are invalid, but we're waiting
4984         for the DestroyNotify event to come in for them".  Set the flag to
4985         false explicitly if setting WholeWindow/ClientWindow, and also
4986         when Disposing.
4987         
4988 2006-09-13  Chris Toshok  <toshok@ximian.com>
4989
4990         * XplatUIX11.cs: rework window destruction slightly.
4991
4992         - when destroying the windows associated with a control, we don't
4993         need 2 separate XDestroyWindow calls.  Just the one for the
4994         whole_window (or for client_window if whole_window is somehow
4995         IntPtr.Zero -- can this happen?) is enough.
4996
4997         - reworked SendWMDestroyMessages slightly, so we always dispose
4998         the child control hwnd's after sending the messages.
4999         
5000         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
5001         the two places it was used (one was even using hwnd.Handle and the
5002         other hwnd.client_window.  ugh), adding another call in
5003         SendWMDestroyMessages.  We need this new call because now the
5004         DestroyNotify events in the queue will be ignored for the child
5005         controls (as their hwnd's were disposed, and the window id's
5006         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
5007
5008         - this fixes bug #79326.
5009
5010 2006-09-13  Chris Toshok  <toshok@ximian.com>
5011
5012         * Control.cs: don't always set is_recreating to false at the end
5013         of RecreateHandle, since sometimes we're not done (and won't be
5014         until WndProc handles the WM_DESTROY message).  Also, set
5015         is_recreating to false in the WM_DESTROY handling code.  Part of
5016         the fix for bug #79326.
5017
5018 2006-09-13  Miguel de Icaza  <miguel@novell.com>
5019
5020         * X11DesktopColors.cs: Start the droppage of debugging messages.
5021
5022         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
5023
5024 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
5025
5026         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
5027
5028 2006-09-12  Chris Toshok  <toshok@ximian.com>
5029
5030         * DataGrid.cs (get_ListManager): if the list_manager is null, try
5031         to create it using SetDataSource.  Fixes bug #79151.
5032
5033 2006-09-11  Chris Toshok  <toshok@ximian.com>
5034
5035         * XEventQueue.cs: add a DispatchIdle property.
5036
5037         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
5038         either the queue is null, or the queue has DispatchIdle set to
5039         true.
5040         (DoEvents): set queue.DispatchIdle to false around the
5041         peek/translate/dispatch message loop in this method.  This keeps
5042         Application.Doevents from emitting idle events.  Part of the fix
5043         for #78823.
5044
5045 2006-09-11  Chris Toshok  <toshok@ximian.com>
5046
5047         * DataGrid.cs (set_DataSource): make this work for both the
5048         winforms/datagrid test and ReportBuilder.  It seems as though when
5049         we've created a ListManager (or maybe it's if we have a
5050         BindingContext?), when we set the DataSource it clears the
5051         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
5052         #79333.
5053
5054 2006-09-11  Chris Toshok  <toshok@ximian.com>
5055
5056         * XplatUIX11.cs: deal with queue being null, which happens in all
5057         the Clipboard functions.  Fixes one of the two problems mentioned
5058         in #78612.
5059
5060 2006-09-11  Chris Toshok  <toshok@ximian.com>
5061
5062         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
5063         button on various spots (including outside the menu) works closer
5064         to MS, and doesn't crash.  Fixes #79343.
5065
5066 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
5067
5068         * ListView.cs: Do not initialize item_sorter in init. To match MS,
5069         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
5070         and the internal comparer is set. When a new ListViewItemSorter is set,
5071         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
5072         was specified. No further processing is necessary if SortOrder is set
5073         to it's current value. If Sorting is modified to None, and View is
5074         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
5075         (either custom or our internal ItemComparer) to null, on 1.0 profile
5076         only set item_sorter to null if its our internal IComparer. If Sorting
5077         is modified to Ascending or Descending, then use our internal IComparer
5078         if none is set, and if the current IComparer is our internal one then:
5079         on 2.0 profile always replace it with one for new Sorting, and on 1.0
5080         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
5081         Enum.IsDefined to verify whether a valid View value is specified in
5082         its setter. Automatically sort listview items when listview is
5083         created. In Sort, do nothing if ListView is not yet created, or if
5084         no item_sorter is set (no Sorting was set, Sorting was explicitly set
5085         to None or ListViewItemSorter was set to null). Added Sort overload
5086         taking a bool to indicate whether the ListView should be redrawn when
5087         items are sorted (we use this in ListViewItemCollection to avoid double
5088         redraws). Modified our internal IComparer to take the sort order into
5089         account. In Add and AddRange methods of ListViewItemCollection, also
5090         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
5091         view), but use overload with noredraw option to avoid double redraw.
5092         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
5093         true when View is Tile, and do the same when attempting to set View to
5094         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
5095         for selected/checked indices, as it involves overhead when sorting is
5096         done while these collections are not used all that often. Instead
5097         we'll build the indices on demand. Modified IList implementation of
5098         CheckedIndexCollection to use public methods if object is int.
5099         Modified CheckedListViewItemCollection to hide checked items if
5100         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
5101         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
5102         IList implementation in SelectedIndexCollection to use public methods
5103         if object is int. Modified SelectedListViewItemCollection to hide
5104         selected items if listview is not yet created.
5105         * ListViewItem.cs: CheckedIndices list no longer needs to be
5106         maintained separately (see ListView changes). Also clone font, fixes
5107         test failure.
5108
5109 2006-09-11  Mike Kestner  <mkestner@novell.com>
5110
5111         * ComboBox.cs: if we are updating the contents of the currently
5112         selected index, refresh the control or the textbox selection.
5113         [Fixes #79066]
5114
5115 2006-09-11  Mike Kestner  <mkestner@novell.com>
5116
5117         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
5118         the 'specified' logic has been moved there.  This seems like a bug 
5119         in Control.cs, since our current SetBoundsCore completely ignores 
5120         the specified parameter.  Peter's commit seems to indicate that is 
5121         the way the MS control implementation works.  [Fixes #79325]
5122
5123 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
5124
5125         * XplatUI.cs: Set default_class_name to be composed
5126         of current domain id. This allows MWF to be loaded in multiple
5127         domains on Win32.
5128
5129 2006-09-09  Miguel de Icaza  <miguel@novell.com>
5130
5131         * X11Keyboard.cs: If we are unable to obtain the input method, do
5132         not call CreateXic to create the input context.   Should fix
5133         #78944/79276.
5134
5135 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
5136
5137         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
5138           Simplified gnome support by adding more pinvokes to get the
5139           icon for a file or mime type.
5140
5141 2006-09-08  Jackson Harper  <jackson@ximian.com>
5142
5143         * MenuAPI.cs: Deslect popup context menu items before closing the
5144         window, so that you don't see the previously selected item
5145         selected when you reopen the menu.
5146         * TextControl.cs: Update the cursor position even if we don't have
5147         focus.  This fixes typing in things like the ComboBox.  I'm not
5148         totally sure we should always set the visibility if we don't have
5149         focus, but couldn't find any corner cases where the cursor showed
5150         up when it shouldn't.
5151
5152 2006-09-08  Chris Toshok  <toshok@ximian.com>
5153
5154         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
5155         our arrays are length 256.  & 0xff before indexing.  Fixes the
5156         crash in bug #78077.
5157         
5158 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5159
5160         * ThemeWin32Classic.cs: 
5161         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
5162         is true. Handle that check box too.
5163
5164 2006-09-07  Chris Toshok  <toshok@ximian.com>
5165
5166         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
5167         79244.
5168
5169 2006-09-07  Chris Toshok  <toshok@ximian.com>
5170
5171         * Control.cs: in set_BackColor only do the work if
5172         background_color != value.
5173
5174         * XplatUIX11.cs: move the clearing of invalid areas (both client
5175         and nc) to the same block of code where we set (nc_)expose_pending
5176         to false.  That is, move it from PaintEventEnd to PaintEventStart,
5177         so things that cause invalidates from within OnPaint will trigger
5178         another call to OnPaint.  Fixes bug #79262.
5179
5180 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
5181
5182         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
5183         * FileDialog.cs: Fix typo
5184
5185 2006-09-07  Jackson Harper  <jackson@ximian.com>
5186
5187         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
5188         for tab pages if they have any.
5189
5190 2006-09-06  Mike Kestner  <mkestner@novell.com>
5191
5192         * Splitter.cs: use the "current" rect when finishing drag handle
5193         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
5194
5195 2006-09-06  Mike Kestner  <mkestner@novell.com>
5196
5197         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
5198         support offset splitters. [Fixes #79298]
5199
5200 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
5201
5202         * Mime.cs: Fixed a bug that could override the global mime type
5203           result.
5204
5205 2006-09-05  Jackson Harper  <jackson@ximian.com>
5206
5207         * TabControl.cs: Better calculation method for setting the slider
5208         pos. Prevents crashes on really wide tabs.
5209         - Draw Image on tab pages if an image list is used.
5210
5211 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5212
5213         * MonthCalendar.cs: When Font changes, the Size should be
5214         updated to fit the new font's space requirements.
5215
5216 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
5217
5218         * ListBox.cs: If the items are cleared with Items.Clear set
5219           top_index to 0.
5220
5221 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5222
5223         * MonthCalendar.cs: Handle arrow keys as input keys. Also
5224         fire DateChanged event instead of DateSelected event when
5225         the date was changed by keyboard interaction.
5226
5227 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5228
5229         * DateTimePicker.cs: Handle DateChanged for the associated
5230         month_calendar control, and set month_calendar.Font from 
5231         OnFontChanged method, as well as resize the height of the
5232         control when needed. Make PreferredHeight proportional.
5233
5234 2006-09-01  Chris Toshok  <toshok@ximian.com>
5235
5236         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
5237         properties.
5238
5239         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
5240
5241 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
5242
5243         * FileDialog.cs: Set ClientSize instead of window size, to allow space
5244           for decorations (Fixes #79219)
5245
5246 2006-09-01  Mike Kestner  <mkestner@novell.com>
5247
5248         * ComboBox.cs: first stab at sorting plus some selection handling
5249         fixes to bring us more in line with MS behavior.  Also switches back
5250         to index based selection.  Alternative patches for index-based 
5251         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
5252         and latency@gmx.de on bug 78848.  I assume they were similar to this
5253         code I've had simmering in my tree forever.
5254         [Fixes #78848]
5255
5256 2006-09-01  Chris Toshok  <toshok@ximian.com>
5257
5258         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
5259         when setting list position guard against ending up with a -1 index
5260         (the other part of the fix for #78812).  Should probably make sure
5261         we don't need the analogous fix in the ItemDeleted case.
5262
5263         * DataGrid.cs:
5264         - in SetDataSource, work around the fact that the way
5265         OnBindingContextChanged is invoked will cause us to re-enter this
5266         method.  I'll remove the hack once I investigate
5267         OnBindingContextChanged.
5268
5269         - fix the logic in set_DataSource and set_DataMember (basically
5270         what to do if the other of the two is null.)
5271         
5272         - in OnListManagerItemChanged, we need to take into account the
5273         edit row when deciding whether or not to call RecreateDataGridRows
5274         (part of the fix for #78812).
5275
5276 2006-09-01  Jackson Harper  <jackson@ximian.com>
5277
5278         * Splitter.cs: Don't do anything if there is no control to affect
5279         (prevents us from crashing in weird tet cases).
5280         * TreeView.cs: Bounding box for the mouse movement reverting
5281         focus/selection back to previously selected node.  This matches
5282         MS, and makes the tree a lot more useable.
5283         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
5284         use clipping so they are not drawn.  This fixes when the control
5285         is set to have a transparent background, or if it was over an
5286         image.
5287
5288 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
5289
5290         * MimeIcon.cs: Improved handling for reading default icons when
5291           using gnome (2.16 made it necessary). Check and read svg icons
5292           first, then 48x48 and then 32x32 icons.
5293
5294 2006-08-31  Chris Toshok  <toshok@ximian.com>
5295
5296         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
5297         visible.
5298
5299         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
5300         ProcessKeyPreview.  Fixes part of #77806.
5301
5302         * DataGrid.cs: big patch.
5303
5304         - revert the queueing up of DataSource/DataMember if inside
5305         BeginInit/EndInit calls.  That's not the way the datagrid achieves
5306         its delayed databinding.  Instead, call SetDataSource in
5307         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
5308         #78811.
5309
5310         - Also, it wasn't mentioned in #78811, but the test case exhibits
5311         behavior that was lacking in our datagrid implementation - Columns
5312         that have mapping names that don't exist in the datasource's
5313         properties aren't shown.  Yuck.  To fix this I added the bound
5314         field to the column style, and basically any calculation to figure
5315         out anything about columns uses a loop to find the bound columns.
5316         still need to investigate if I can cache an array of the bound
5317         columns or if the indices must be the same.
5318
5319         - When setting CurrentCell, we no longer abort if the cell being
5320         edited was in the add row.  This fixes the other part of #77806.
5321
5322         - The new code also fixes #78807.
5323         
5324         * ThemeWin32Classic.cs: perpetrate the same disgusting
5325         column.bound field hack, and only render bound fields.
5326
5327 2006-08-31  Chris Toshok  <toshok@ximian.com>
5328
5329         * DataGridColumnStyle.cs: add bound field.  this field is true if
5330         the datasource has a property corresponding to the mapping name.
5331
5332         * DataGridTableStyle.cs: set the bound field on the column styles
5333         depending on whether or not we have a column for that property.
5334
5335 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
5336
5337         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
5338           splitter control (fixes #79228)
5339
5340 2006-08-31  Chris Toshok  <toshok@ximian.com>
5341
5342         * DataGridColumnStyle.cs: we need to delay the assignment of
5343         property descriptor until the last possible moment due to the lazy
5344         databinding stuff in the datagrid.  Also, fix the exceptions
5345         thrown by CheckValidDataSource to match MS.
5346
5347 2006-08-31  Jackson Harper  <jackson@ximian.com>
5348
5349         * Form.cs: When activated select the active control, if there is
5350         no active control, we select the first control.
5351         * XplatUIX11.cs: If there is no focus control when we get a
5352         FocusIn event, find the toplevel form and activate it.  This
5353         occurs when you popup a window, it becomes the focus window, then
5354         you close that window, giving focus back to the main window.
5355
5356 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5357
5358         * MonthCalendar.cs: 
5359         * ThemeWin32Classic.cs: Cache Font in bold style, as well
5360         as StringFormat with Center alignments in MonthCalendar,
5361         instead of creating new ones when drawing the control. 
5362         Also, draw the month name in bold style.
5363
5364 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
5365
5366         * Control.cs:
5367           - PerformLayout(): It would seem MS performs the fill even if the 
5368             control is not visible (part of #79218 fix)
5369           - ResetBackColor(): Use the setter to reset the color, to allow
5370             overriders to catch the change.
5371         * Form.cs:
5372           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
5373           - CreateHandle(): dito (part of $79218 fix)
5374           - Don't set an icon if we have a dialog
5375         * ScrollableControl.cs:
5376           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
5377           - ScrollIntoView(): No need to scroll if control is already visible
5378             (resolves fixme and fixes #79218)
5379
5380 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5381
5382         * MonthCalendar.cs: Change proportions in SingleMonthSize
5383         to match the aspect of the original control.
5384
5385 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
5386
5387         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
5388           get updated when they get maximized.
5389
5390 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
5391
5392         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
5393
5394 2006-08-29  Chris Toshok  <toshok@ximian.com>
5395
5396         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
5397
5398 2006-08-29  Jackson Harper  <jackson@ximian.com>
5399
5400         * TreeView.cs: Need to track selected node and highlighted node,
5401         they aren't always the same thing, when the mouse is down on a
5402         node it is hilighted, but not selected yet.
5403         - Do the HideSelection stuff right
5404         - Need to focus on rbutton mouse down. And redraw selection when
5405         right click is mouse upped.
5406
5407 2006-08-29  Mike Kestner  <mkestner@novell.com>
5408
5409         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
5410         when SubItems.Count < Columns.Count.  [Fixes #79167]
5411
5412 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
5413
5414         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
5415
5416 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
5417
5418         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
5419           from X. Only send based on ConfigureNotify if we don't have the
5420           correct location in hwnd (if the window manager moved us)
5421
5422 2006-08-28  Mike Kestner  <mkestner@novell.com>
5423
5424         * ListView.cs: remove a TODO. 
5425         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
5426         [Fixes ListView part of #79166]
5427
5428 2006-08-28  Mike Kestner  <mkestner@novell.com>
5429
5430         * ListView.cs: move wheel handler to parent since it is focused
5431         instead of the item_control now.  [Fixes #79177]
5432
5433 2006-08-28  Mike Kestner  <mkestner@novell.com>
5434
5435         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
5436         when the control is focused. [Fixes #79171]
5437
5438 2006-08-28  Mike Kestner  <mkestner@novell.com>
5439
5440         * ListView.cs: size the item and header controls for empty and
5441         unscrollable views.
5442         * ThemeWin32Classic.cs: draw disabled backgrounds.
5443         [Fixes #79187]
5444
5445 2006-08-28  Chris Toshok  <toshok@ximian.com>
5446
5447         * Form.cs: remove unused "active_form" static field.
5448
5449         * Hwnd.cs: lock around accesses to static windows collection.
5450
5451         * Application.cs: lock threads in Exit ().
5452
5453 2006-08-28  Chris Toshok  <toshok@ximian.com>
5454
5455         * NativeWindow.cs: lock around accesses to window_collection.
5456         
5457 2006-08-28  Chris Toshok  <toshok@ximian.com>
5458
5459         * Control.cs: err, fix this the right way, by locking on controls
5460         when using it.  not by making it synchronized.
5461
5462 2006-08-28  Chris Toshok  <toshok@ximian.com>
5463
5464         * Control.cs: make the static "controls" field synchronized, as it
5465         gets updated from multiple threads.
5466
5467 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
5468
5469         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
5470           Prevent other threads from exiting when calling thread sets quit state.
5471         * XEventQueue.cs: Added PostQuitState property
5472
5473 2006-08-27  Chris Toshok  <toshok@ximian.com>
5474
5475         * AsyncMethodData.cs: add a slot for the window handle.
5476
5477         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
5478         window (the destination control's window, not the foster window).
5479
5480         * Control.cs (BeginInvokeInternal): store the window's handle in
5481         the AsyncMethodData.
5482         
5483
5484 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
5485
5486         * XplatUIX11.cs:
5487           - PostQuitMessage: Removed resetting S.D display handle, we might have
5488             another loop started after calling PostQuitMessage (Fixes #79119)
5489           - Created destructor to reset S.D handle
5490
5491 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
5492
5493         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
5494
5495 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5496
5497         * TextControl.cs (Insert): Update the caret position even if we don't
5498           have a handle yet, just don't call the driver in that case.
5499         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
5500           to the end of the new selection text (Fixes #79184)
5501
5502 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5503
5504         * Form.cs (Activate): Only activate if the handle is created)
5505         * Control.c:
5506           - Mark window as invisible when it's disposed
5507           - Check if window handle is created when setting window visible, 
5508             instead of relying just on the is_created variable
5509           - Check if object is disposed when creating the control (Fixes #79155)
5510
5511 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5512
5513         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
5514           when allowing layout again. Otherwise we re-generate the anchoring 
5515           distance to the border again and actually alter what the user wanted
5516           This is ugly, it'd be better if we used DisplayRectangle instead of
5517           ClientRectangle for Control.UpdateDistances, but that causes us to
5518           have other problems (initial anchoring positons would be wrong)
5519           (Fixes #78835)
5520
5521 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5522
5523         * Control.cs:
5524           - The size and location setters shouldn't go directly to 
5525             SetBoundsCore, but to SetBounds, which triggers layout on the
5526             parent, then calls SetBoundsCore. (Related to fix for #78835)
5527           - SetBounds: Moved actual location update code into this function
5528             from SetBoundsCore, to match MS. Added call to PerformLayout if
5529             we have a parent (to trigger resizing of anchored parents if the 
5530             child size has changed (see testcase for #78835) 
5531         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
5532           new control code
5533         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
5534
5535 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5536
5537         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
5538           System.Drawing when a toplevel window gets closed; there might
5539           be other toplevel windows belonging to the same app (Fixes #78052)
5540
5541 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
5542
5543         * FileDialog.cs: After reading FileDialog settings from mwf_config
5544           use Desktop prefix only if a real folder doesn't exist anymore.
5545         * FontDialog.cs: Added char sets.
5546           It is now possible to select the font, size or style with the
5547           textboxes.
5548
5549 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
5550
5551         * PrintPreviewDialog.cs: Use assembly name constants.
5552
5553 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5554
5555         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
5556           scrollbar from whacking it's buttons)
5557
5558 2006-08-24  Chris Toshok  <toshok@ximian.com>
5559
5560         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
5561         in this patch (aggregating setting Left/Top/Width/Height to
5562         setting Bounds on the scrollbars), but the crux of the fix is in
5563         Recalculate, where we scroll by the remaining scroll_position if
5564         we're hiding a scrollbar.  The 2*$5 reward in the comment is
5565         serious.
5566
5567 2006-08-24  Jackson Harper  <jackson@ximian.com>
5568
5569         * MdiClient.cs:
5570         * MdiWindowManager.cs: If the form is made a non-mdi window we
5571         need to remove the form closed event so that closing forms works
5572         correctly.
5573
5574 2006-08-24  Jackson Harper  <jackson@ximian.com>
5575
5576         * Control.cs: Make IsRecreating internal so that the driver can
5577         check it
5578         - Temporarily remove the Hide when controls are removed, its
5579         making a whole bunch of things not work because visibility isn't
5580         getting reset elsewhere correctly
5581         * Form.cs: Need to do a full handle recreation when the mdi parent
5582         is set.
5583         * XplatUIX11.cs: If we are recreating handles don't dispose the
5584         HWNDs.  What was happening is the handles were being recreated in
5585         SendWMDestroyMessages, but then flow continued on in that method
5586         and destroyed the new handles.
5587
5588 2006-08-23  Jackson Harper  <jackson@ximian.com>
5589
5590         * Form.cs: MdiClient is always at the back of the bus
5591         * Control.cs: When the order of items in the collection is changed
5592         we need to reset the all_controls array
5593         - do the same sorta setup thats done when adding a control when a
5594         control is set on the collection.
5595
5596 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5597
5598         * TextBoxBase.cs (get_Text): Return an empty array if our document
5599           is empty (fixes #79052)
5600
5601 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5602
5603         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
5604           on WM_SYSCHAR messages (fixes #79053)
5605
5606 2006-08-23  Chris Toshok  <toshok@ximian.com>
5607
5608         * DataGrid.cs: fix flickering when scrolling vertically.
5609
5610 2006-08-23  Chris Toshok  <toshok@ximian.com>
5611
5612         * DataGrid.cs (EndEdit): only invalidate the row header when we
5613         need to.
5614
5615 2006-08-23  Chris Toshok  <toshok@ximian.com>
5616
5617         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
5618         methods.  fixes the flicker when scrolling around.
5619
5620 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5621
5622         * FileDialog.cs: Making sure the control is created before we get a 
5623           chance to use it with BeginInvoke (Fixes #79096)
5624
5625 2006-08-23  Chris Toshok  <toshok@ximian.com>
5626
5627         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
5628         width to use when painting the rows.
5629
5630 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5631
5632         * TextBoxBase.cs:
5633           - Throw ArgumentException if a negative value is passed to SelectionLength
5634           - Update the selection end if start is moved. end needs to be always
5635             after start. (Fixes #79095)
5636           - Track selection length; MS keeps the selection length even if start
5637             is changed; reset on all other operations affection selection
5638
5639 2006-08-22  Jackson Harper  <jackson@ximian.com>
5640
5641         * TreeView.cs: Make sure both scrollbars get displayed and sized
5642         correctly when the other bar is visible.
5643         - Use the original clip rectangle for checking if the area between
5644         the two scrollbars is visible, not the viewport adjusted clipping
5645         rectangle.
5646
5647 2006-08-22  Jackson Harper  <jackson@ximian.com>
5648
5649         * Binding.cs: We don't use IsBinding because it requires the
5650         control to be created, which really shouldn't be necessary just to
5651         set a property on the control.
5652
5653 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5654
5655         * ComboBox.cs: Some CB.ObjectCollection methods must throw
5656         ArgumentNullReferenceException when the argument is null.
5657
5658 2006-08-21  Jackson Harper  <jackson@ximian.com>
5659
5660         * Timer.cs: Track the thread that the timer is started in (NOT
5661         CREATED), this way messages for it will only be triggered on its
5662         queue.
5663         * XEventQueue.cs: Track the timers here, this makes timers per
5664         thread, like MS.
5665         * XplatUIX11.cs: The timers are moved to the XEventQueue.
5666
5667 2006-08-19  Chris Toshok  <toshok@ximian.com>
5668
5669         * XplatUIX11.cs: after further communication with pdb, we get the
5670         best of both worlds.  SetZOrder working for un-Mapped windows, and
5671         no X errors for un-mapped windows.
5672
5673 2006-08-19  Chris Toshok  <toshok@ximian.com>
5674
5675         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
5676         as it was causing pdn toolbars to not have the correct stacking.
5677
5678 2006-08-18  Mike Kestner  <mkestner@novell.com> 
5679
5680         * ListView.cs : guard against negative ClientArea.Width in scrollbar
5681         calculation.  Not sure why control should ever be setting a negative
5682         width though.  Fixes #78931.
5683
5684 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5685
5686         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
5687         null items in ObjectCollection class.
5688         * ListBox.cs.: Likewise.
5689
5690 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
5691
5692         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
5693           as the base method in ThemeWin32Classic should work fine.
5694           Fixed bug #78607.
5695
5696 2006-08-18  Jackson Harper  <jackson@ximian.com>
5697
5698         * Binding.cs: When validating if the value entered doesn't convert
5699         properly reset to the old value.
5700         * RadioButton.cs: Don't fire click when we get focus.
5701
5702 2006-08-18  Jackson Harper  <jackson@ximian.com>
5703
5704         * FileDialog.cs: Paint the selection on the directory combobox the
5705         same way as on MS. 
5706
5707 2006-08-17  Jackson Harper  <jackson@ximian.com>
5708
5709         * ErrorProvider.cs: Don't allow the error control to be selected.
5710         * Control.cs: Don't send the SetFocus messages, the control
5711         activation will do this, and if we do it blindly here validation
5712         does not work.
5713
5714 2006-08-17  Jackson Harper  <jackson@ximian.com>
5715
5716         * Control.cs:
5717         * ContainerControl.cs: Make validation events fire in the correct
5718         order.  TODO: For some reason the first validation event is not
5719         getting fired.
5720
5721 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5722
5723         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
5724
5725 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5726
5727         * ComboBox.cs : implement scroll wheel support for popped-down
5728         state. Fixes #78945. 
5729
5730 2006-08-17  Jackson Harper  <jackson@ximian.com>
5731
5732         * TreeView.cs: Specify treeview actions (old patch that didn't get
5733         committed for some reason).
5734         - Don't let the mouse wheel scroll us too far.  Just want to make
5735         the bottom node visible, not scroll it all the ways to the top.
5736
5737 2006-08-17  Jackson Harper  <jackson@ximian.com>
5738
5739         * XplatUIX11.cs: Mouse wheel events go to the focused window.
5740
5741 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5742
5743         * ComboBox.cs : don't do mouseover selection in simple mode.
5744
5745 2006-08-16  Jackson Harper  <jackson@ximian.com>
5746
5747         * Form.cs: Fire the closing events for all the mdi child windows
5748         when a window is closed.  If the cancel args are set to true, the
5749         main window still gets the event fired, but it doesn't not close.
5750         * MdiWindowManager.cs: Do this closing cleanup in a Closed
5751         handler, instead of when the button is clicked, so cancelling the
5752         close works correctly.
5753         * ComboBox.cs: Send the mouse down to the scrollbar.
5754
5755 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5756
5757         * ListBox.cs: When passing 'null' to SelectedItem,
5758         set SelectedIndex to -1, to unselect items. This is the
5759         observed behaviour in .Net.
5760
5761 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
5762
5763         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
5764           MS flags saying there won't be any. (fixes #78800)
5765         * Control.cs (HandleClick): Made virtual
5766
5767 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5768
5769         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
5770           cultures. Fixed bug #78399.
5771
5772 2006-08-16  Jackson Harper  <jackson@ximian.com>
5773
5774         * Form.cs: Use the MdiClients MdiChildren property to access
5775         MdiChildren instead of creating the array from the child controls.
5776         * MdiClient.cs: Maintain a separate array of the mdi children, so
5777         that insertion order is maintained when the Z-order is changed.
5778
5779 2006-08-16  Mike Kestner  <mkestner@novell.com> 
5780
5781         * ListView.cs : add an ItemComparer and default to it for sorting.
5782         Fixes #79076, but sorting needs a complete overhaul to be compat with
5783         MS.
5784
5785 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5786
5787         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
5788
5789 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5790
5791         * Hwnd.cs (Mapped): Properly traverse the tree
5792
5793 2006-08-15  Chris Toshok  <toshok@ximian.com>
5794
5795         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
5796         pass manager.Current.GetType() to ParseData.  It has to be the
5797         property type.  So, hold off doing the ParseData until we're in
5798         SetPropertyValue where we know the type.  This fixes the crash in
5799         #78821 but the textbox is still empty.
5800
5801 2006-08-15  Chris Toshok  <toshok@ximian.com>
5802
5803         * DataGrid.cs:
5804         - when we're scrolling, only call Edit() again if the
5805         current cell is still unobscured. Fixes bug #78927.
5806         - when handling mousedown on a cell, ensure the cell is visible
5807         before calling Edit.
5808         - remove the properties from DataGridRow, and remove the
5809         DataGridParentRow class altogether.
5810         
5811
5812 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5813
5814         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5815           fire OnTextChanged by ourselves. There's no point calling base,
5816           we don't set the base value anywhere else. Fixes #78773.
5817
5818 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5819
5820         * ListBox.cs: Call CollectionChanged when modifying
5821         an item from Items indexer, to update the actual items
5822         in the list box.
5823
5824 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5825
5826         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5827         to match .Net behaviour.
5828
5829 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5830
5831         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5832
5833 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5834
5835         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5836
5837 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5838
5839         * MessageBox.cs: Prevent potential NRE exception.
5840         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5841
5842 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5843
5844         * MessageBox.cs: Calculate the owner of a messagebox, also make
5845           it topmost. Fixes #78753
5846
5847 2006-08-14  Chris Toshok  <toshok@ximian.com>
5848
5849         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5850         programmatically move windows.  first, set the PPosition hint as
5851         well as the USPosition hint.  Second include some code from pdb
5852         that sets the window type to NORMAL when we set the transient for
5853         hint.  This is because, in the absence of a window type, metacity
5854         thinks any window with TransientFor set is a dialog, and refuses
5855         to let us move it programmatically.  fascists.
5856
5857 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5858
5859         * XplatUIX11.cs: When setting normal hints, take into consideration
5860           an different hints previously set so we don't delete them (fixes #78866)
5861
5862 2006-08-12  Chris Toshok  <toshok@ximian.com>
5863
5864         * ToolBarButton.cs: make Layout return a boolean, if something to
5865         do with the button's layout changed.
5866
5867         * ToolBar.cs:
5868         - add another parameter to Redraw, @force, which all existing
5869           calls set to true.
5870         - make the Layout function return a boolean which is true if the
5871           layout has actually changed.  Redraw now uses this (and @force)
5872           to determine when to invalidate.  At present the only place
5873           where @force can be false is the call from OnResize, when
5874           background_image == null.  So, resizing a toolbar when the
5875           layout doesn't change results in no drawing.
5876
5877 2006-08-12  Chris Toshok  <toshok@ximian.com>
5878
5879         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5880         the VScrollBar and HScrollbar reversed.  oops.
5881
5882         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5883         scrollbars.  we were assigning them twice (once in
5884         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5885         therefore causing two scrollbar resizes (and redraws?) to happen
5886         per grid resize.
5887
5888 2006-08-12  Chris Toshok  <toshok@ximian.com>
5889
5890         * ToolBarButton.cs: redraw the entire button if the theme tells us
5891         to.
5892
5893         * Theme.cs: add ToolBarInvalidateEntireButton.
5894
5895         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5896         buttons, just the border.
5897
5898         * ThemeNice.cs: redraw the entire toolbar button since we need to
5899         draw the highlight image.
5900
5901         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5902         we need to redraw the entire button (not just the border).
5903
5904 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5905
5906         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5907           for vertical bars. Fixes the mismatches shown by #78513
5908
5909 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5910
5911         * FileDialog.cs: If a saved/remembered path doesn't exist
5912           anymore, fall back to "Desktop".
5913
5914 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5915
5916         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5917           parent. It's apparently legal to not have one
5918         * XplatUIX11.cs:
5919           - SetZOrder: Don't try to set Z-Order on an unmapped window
5920           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5921             it unless the coordinates are negative
5922
5923 2006-08-10  Mike Kestner  <mkestner@novell.com>
5924
5925         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5926         when setting to null per msdn docs.  Fixes #78854.
5927
5928 2006-08-10  Chris Toshok  <toshok@ximian.com>
5929
5930         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5931         flickering by setting a clip rectangle on the Graphics when we
5932         need to redraw just a particular menuitem.  Also, rename "OnClick"
5933         to "OnMouseDown" to reflect what it actually is.
5934         
5935         * Form.cs: track the OnMouseDown change.
5936
5937 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5938
5939         * CommonDialog.cs: Properly inherit the CreateParams from the form
5940           and only change what we need. Fixes #78865
5941
5942 2006-08-10  Chris Toshok  <toshok@ximian.com>
5943
5944         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5945         flickering in flat mode (and most of the flickering in general) by
5946         only invalidating the button border (and not the entire rectangle)
5947         when the state changes.  A couple of cases still flicker:
5948         ToggleButtons, and the dropdown arrow case when the user mouse
5949         ups.
5950
5951 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5952
5953         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5954           for german keyboards. Numlock state shouldn't affect the behaviour
5955           of the Del key. Fixes bug #78291.
5956
5957 2006-08-10  Chris Toshok  <toshok@ximian.com>
5958
5959         * ListControl.cs: remove the items.Clear line from BindDataItems,
5960         as this is the first thing done by both subclasses in their
5961         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5962         passed -1, refresh the list.  This gets databinding working when
5963         the datasource is set on the list before the datasource is
5964         populated (as in wf-apps/ReportBuilder.)
5965
5966         * ComboBox.cs: remove the argument to BindDataItems.  This call
5967         should really go away, and be initiated by the ListControl code.
5968
5969         * ListBox.cs: same.
5970
5971 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5972
5973         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
5974           if no data is in the document when the control is displayed
5975
5976 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
5977
5978         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
5979           yes (fixes #78806)
5980         * TextControl.cs: 
5981           - PositionCaret: Allow positioning of caret but don't call methods 
5982             requiring a handle if the window isn't created yet
5983           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
5984           - owner_HandleCreated: Don't position the caret, just update it's 
5985             location. User might have already set a different position
5986
5987 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5988
5989         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
5990           windows. Screws up the returned coordinates for child windows. 
5991           Fixes #78825. I'm hoping this doesn't break something, since the
5992           code was explicitly put in 8 months ago, but no bug was attached.
5993           Menus still seem to work properly.
5994
5995 2006-08-08  Chris Toshok  <toshok@ximian.com>
5996
5997         * DataGrid.cs: make BeginInit/EndInit actually do what they're
5998         supposed to do - delay data binding until the EndInit call.  Also,
5999         make the table style collection's CollectionChangeAction.Refresh
6000         work properly.
6001
6002         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
6003         (with action = Refresh) when a consituent table's MappingName is
6004         changed.
6005
6006 2006-08-08  Chris Toshok  <toshok@ximian.com>
6007
6008         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
6009         Invalidate, since changing the text can change the size of the all
6010         toolbar buttons.
6011
6012 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
6013
6014         * Form.cs (AddOwnedForm): Still need to add the form to our listif
6015           we don't have it yet
6016
6017 2006-08-08  Chris Toshok  <toshok@ximian.com>
6018
6019         * PrintControllerWithStatusDialog.cs: don't .Close() the status
6020         dialog, as this causes X errors later on, since we actually
6021         destroy the window.  Instead, .Hide() it.
6022
6023 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
6024
6025         * ComboBox.cs: Added focus reflection for popup window
6026         * XplatUIX11.cs: 
6027           - Removed transient setting for non-app windows for now, not sure it
6028             was needed
6029           - Fixed logic checking if we have captions when deciding 
6030             override_redirect, WS_CAPTION is two bits and a 0 check was not
6031             sufficient
6032           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
6033             complicated
6034         * Form.cs: 
6035           - AddOwnedForm: Don't just add the form to the list, call the property
6036             to ensure the driver is informed about the ownership as well
6037           - CreateHandle: Set the TopMost status in the driver if we have an owner
6038         * XplatUI.cs: Fixed debug statement
6039
6040 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
6041         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
6042           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
6043           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
6044           TrackBarRenderer.cs: Make constructor private.
6045         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
6046         * ProfessionalColorTable.cs: Make properties virtual.
6047
6048 2006-08-06  Duncan Mak  <duncan@novell.com>
6049
6050         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
6051         is not changing.
6052
6053 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
6054         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
6055           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
6056           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
6057           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
6058           Initial import of new 2.0 classes.
6059
6060 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
6061         * Application.cs: Add 2.0 VisualStyles properties.
6062
6063 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
6064         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
6065           XplatUIX11.cs: Create property to allow access to existing private
6066           variable "themes_enabled"
6067
6068 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6069
6070         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
6071         file size, as otherwise our class libraries fail using windows. Fixes
6072         bug #78759.
6073
6074 2006-08-04  Jackson Harper  <jackson@ximian.com>
6075
6076         * Form.cs:
6077         * XplatUIX11.cs: Move the toolwindow window manager creation into
6078         the X11 driver, this way on win32 we can let windows create/handle
6079         the toolwindows.
6080
6081 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6082
6083         * PrintDialog.cs: Remove some redundant checks, add some others,
6084         clean some code, and move the focus to the text boxes when the
6085         values are incorrect.
6086
6087 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
6088
6089         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
6090
6091 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
6092
6093         * NumericUpDown.cs: Setting the Minimum and Maximum is now
6094           handled correctly. Fixes bug #79001.
6095
6096 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6097
6098         * PrintDialog.cs: The "Copies" numeric up down must have
6099         set the Minimum property to 1; only if the value is bigger
6100         than 1, activate "Collate" check box. This is the behaviour of .Net.
6101         Also modify the Document elements only if it is not null.
6102
6103 2006-08-03  Jackson Harper  <jackson@ximian.com>
6104
6105         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
6106         length. (We have a larger array then actual node count).
6107                 
6108 2006-08-03  Jackson Harper  <jackson@ximian.com>
6109
6110         * ComboBox.cs: Don't show selection by default.
6111         - The SelectAll isn't needed here, since the focus code should do
6112         that
6113         - DDL style lists to manual selection drawing, so when they
6114         get/lose focus they have to invalidate.
6115
6116 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
6117
6118         * TextBoxBase.cs: Don't always show all selections by default.
6119
6120 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
6121         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
6122           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
6123           Fixed various typos.
6124
6125 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
6126
6127         * Control.cs: Removing the controls in a ControlCollection with
6128           Clear now hides the controls as expected. Fixes bug #78804. 
6129
6130 2006-08-03  Jackson Harper  <jackson@ximian.com>
6131
6132         * Control.cs: Revert previous focus patch, it breaks reflector.
6133
6134 2006-08-03  Jackson Harper  <jackson@ximian.com>
6135
6136         * ComboBox.cs: Cleanup selection and focus with the combobox.
6137         This also eliminates some duplicated keyboard code, since now
6138         everything is handled by the main class.
6139         - Make list selection work on mouse up instead of down, to match
6140         MS.
6141
6142 2006-08-02  Jackson Harper  <jackson@ximian.com>
6143
6144         * Control.cs: Setting focus needs to go through the whole
6145         selection mechanism.
6146
6147 2006-08-02  Chris Toshok  <toshok@ximian.com>
6148
6149         * PrintPreviewDialog.cs: change MinimumSize to use
6150         base.MinimumSize so it works.
6151
6152 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
6153
6154         * TextControl.cs:
6155           - UpdateCaret: Added sanity check in case caret isn't defined yet
6156           - Line.Delete: Now updating selection and caret markers if we're
6157             transfering a node (Properly fixes #78323)
6158           - SetSelectionEnd: Added sanity check
6159         * TextBoxBase.cs: Removed broken attempt to fix #78323
6160
6161 2006-08-01  Chris Toshok  <toshok@ximian.com>
6162
6163         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
6164         Close() call is handled in Form, not here.
6165
6166 2006-08-01  Chris Toshok  <toshok@ximian.com>
6167
6168         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
6169         layout/rendering.
6170
6171         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
6172         for sizes < 100% zoom.  The code now aggressively attempts to keep
6173         from calling document.Print (), and tries not to use the scaling
6174         g.DrawImage whenever possible (it still does if you scale to >
6175         100%, since usually that involves huge images).
6176
6177         * PrintPreviewControl.cs: hook up the close button.
6178
6179 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
6180         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
6181           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
6182           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
6183           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
6184           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
6185           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
6186           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
6187           Removed [Serializable] for 2.0 Event Handlers.
6188
6189 2006-07-31  Jackson Harper  <jackson@ximian.com>
6190
6191         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
6192         * TextControl.cs: Uncomment out the body of this method.
6193
6194 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
6195
6196         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
6197           standard cursors.
6198
6199 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
6200
6201         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
6202           that embed TextBox and need selections visible even if textbox is not
6203           focused to enforce that behaviour.
6204         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
6205           selection drawing
6206
6207 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
6208
6209         * TextControl.cs:
6210           - Added new SetSelectionStart/SetSelectionEnd overloads
6211           - Fixed viewport width assignment to be accurate
6212           - Adjusted alignment line shift calculations to allow cursor on right
6213             aligned lines to be always visible at the right border (like MS)
6214         * TextBoxBase.cs:
6215           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
6216           - TextBoxBase_SizeChanged: recalculating canvas on size changes
6217           - CalculateScrollBars: Use ViewPort size instead of window size, to
6218             properly consider space occupied by the border and scrollbars 
6219             (Fixes #78661)
6220           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
6221             calculations; no longer leaves artifacts
6222           - CaretMoved: Adjusted window scrolling to match MS and fixed several
6223             calculation bugs (Still missing right/center align calculations)
6224
6225 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
6226
6227         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
6228           use of both scroll rect and clip rect, as they do the same.
6229
6230 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
6231
6232         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
6233           in the event handler (fixes #78912)
6234
6235 2006-07-31  Chris Toshok  <toshok@ximian.com>
6236
6237         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
6238         grid.ListManager.Count, since grid.ListManager might be null.
6239         This of course begs the question "why are we drawing rows for a
6240         grid with no list manager (and therefor no rows)?"  Fixes the
6241         crash in bug #78929.
6242
6243 2006-07-31  Chris Toshok  <toshok@ximian.com>
6244
6245         * RelatedPropertyManager.cs: Don't always chain up to the parent
6246         ctor.  instead, call SetDataSource if the parent's position is !=
6247         -1.  Fixes the crash in #78822.
6248
6249 2006-07-31  Chris Toshok  <toshok@ximian.com>
6250
6251         * DataGrid.cs (get_ListManager): use field instead of property
6252         accessors for datasource and datamember.
6253         (RowsCount): make internal again.
6254         (OnMouseDown): end edits before resizing columns/rows.
6255         (OnMouseUp): restart edits after resizing columns/rows.
6256
6257 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
6258
6259         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
6260           This fixes the situation where the last set cursor is displayed
6261           whenever the mouse is over scrollbars.
6262
6263 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6264
6265         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
6266         Document properties, as well as initial values.
6267
6268 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
6269
6270         * XplatUIWin32.cs (SetBorderStyle): Setting both border
6271           and ClientEdge results in a 3-pixel border, which is
6272           wrong.
6273
6274 2006-07-28  Jackson Harper  <jackson@ximian.com>
6275
6276         * TreeNodeCollection.cs: Fix the clear method.
6277         - Fix the Shrink also
6278
6279 2006-07-27  Jackson Harper  <jackson@ximian.com>
6280
6281         * TreeView.cs: Make sure the visible order is computed when we
6282         attempt to size the scrollbars (for trees that mess with the
6283         scrolling when they shouldn't.
6284         - Make sure to give the scrollbars valid values.
6285
6286 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
6287
6288         * XplatUIX11.cs: Move motion compression code to where it
6289           has less performance impact
6290
6291 2006-07-26  Jackson Harper  <jackson@ximian.com>
6292
6293         * UpDownBase.cs: When the control is selected make the child
6294         controls non selectable, so that a click on them won't do a
6295         focus/unfocus cycle.
6296         - Don't give focus to the text box when the spinner is selected.
6297         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
6298
6299 2006-07-26  Chris Toshok  <toshok@ximian.com>
6300
6301         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
6302         satisfied with this solution.  If the bitmaps are small, we should
6303         just cache them in the PrintPreviewDialog and draw them here.
6304         Also, the layout is broken for the 2-up and 3-up cases.
6305
6306         * Theme.cs: add PrintPReviewControlPaint.
6307
6308         * PrintPreviewDialog.cs: first pass implementation.
6309
6310         * PrintPreviewControl.cs: first pass implementation.  No
6311         scrollbars yet.
6312
6313         * PrintDialog.cs: only validate fields if that particular portion
6314         of the UI is enabled.  Also, set the document's controller to a
6315         PrintControllerWithStatusDialog wrapping the document's print
6316         controller.
6317
6318         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
6319         bring up a SaveFileDialog (i hope we don't want to match the
6320         behavior of the crappy windows file entry) and set the
6321         PrinterSettings.PrintFileName accordingly.
6322
6323 2006-07-26  Jackson Harper  <jackson@ximian.com>
6324
6325         * ContainerControl.cs: Add a field that disables auto selecting
6326         the next control in a container when the container is activated.
6327         * UpDownBase.cs: Don't select the text box when the up down is
6328         selected.
6329
6330 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
6331
6332         * XEventQueue.cs: Added methods for peeking (used for compression
6333           of successive events)
6334         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
6335           mouse move events (fixes #78732)
6336
6337 2006-07-25  Jackson Harper  <jackson@ximian.com>
6338
6339         * UpDownBase.cs: Use an internal class for the textbox so that we
6340         can control focus.  the updown control should always have focus,
6341         if either the text area or the buttons are clicked.
6342         - Send the key messages to the textbox, since it never actually
6343         has focus
6344         - Activate and decativate the textbox caret.
6345
6346 2006-07-24  Jackson Harper  <jackson@ximian.com>
6347
6348         * Control.cs: Use the directed select when selecting a control,
6349         this way the container controls override will get called and the
6350         whole ActiveControl chain will get triggered.  TODO: probably need
6351         to make sure this gets done everywhere instead of the old
6352         Select(Control).
6353         * ContainerControl.cs: Implement the directed Select method to
6354         find and activate the correct child control.    
6355         
6356 2006-07-22  Mike Kestner  <mkestner@novell.com>
6357
6358         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
6359         menu handling code so that clicks without a grab work too.
6360         [Fixes #78914]
6361
6362 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
6363
6364         * FileDialog.cs: Enable the BackButton when dirstack has one element.
6365           Added some small optimizations.
6366
6367 2006-07-21  Matt Hargett  <matt@use.net>
6368
6369         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
6370
6371 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
6372
6373         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
6374           tests pass and match MS in some strange border cases.
6375
6376 2006-07-21  Chris Toshok  <toshok@ximian.com>
6377
6378         * ThemeWin32Classic.cs: handle drawing of the relation links and
6379         parent row buttons.
6380
6381         * Theme.cs: change args to DataGridPaintParentRow.
6382
6383         * DataGrid.cs: Don't use controls for the relation links and
6384         parent buttons, so we have to handle all their interactions in
6385         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
6386         when we're navigating through child tables, so we can reinstate
6387         selection, expanded state, current cell, etc.
6388
6389 2006-07-20  Chris Toshok  <toshok@ximian.com>
6390
6391         * ToolBar.cs: When we redraw a button, for whatever reason,
6392         there's no reason to redraw the entire toolbar.  Also, don't call
6393         Control.Refresh from within Redraw, as it's much heavier than
6394         Invalidate (which is really what we want).
6395
6396 2006-07-20  Chris Toshok  <toshok@ximian.com>
6397
6398         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
6399         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
6400         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
6401         traces from within a debug IBindingList datasource
6402         (in mono/winforms/datagrid) for *days*, I've finally gotten things
6403         to work in a similar fashion.
6404
6405 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6406
6407         * ListBox.cs: Don't call Sort () when setting 
6408         the Sorted property to false (avoid an unnecessary sort).
6409
6410 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6411
6412         * ListControl.cs: DataSource should throw an ArgumentException
6413         instead of a normal exception when the argument is not of the 
6414         correct type.
6415
6416 2006-07-20  Mike Kestner  <mkestner@novell.com>
6417
6418         * Control.cs: add InternalPreProcessMessage to allow us to steal
6419         key events before MWF gets its paws on them.  Adapted from a
6420         suggestion by eno.
6421         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
6422         up/down/left/right navigation. Override the new internal control
6423         method to steal the events since they never make it to WndProc.
6424         * ToolBarButton.cs: don't worry about pushed when setting hilight
6425         since the drawing code prefers pushed to hilight. Invalidate on 
6426         Hilight changes. Fixes #78547 and #78525.
6427
6428 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
6429
6430         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
6431           the canvas size. Fixes #78868
6432
6433 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
6434
6435         * Splitter.cs: Track requested split position until first layout
6436           is performed. Fixes #78871
6437
6438 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
6439
6440         * Application.cs: Removed code that forces 1.x for the version
6441           number if the version started with 0. Not sure why that code was
6442           there and I couldn't find any bugs that indicated we needed it.
6443           Fixes #78869
6444
6445 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
6446
6447         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
6448           ResetDefaults(), just write some output to the console until it's
6449           implemented. Fixes bug #78907 for now. Eliminated two warnings.
6450
6451 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
6452
6453         * PropertyGridView.cs: set StartPosition of drop down forms
6454         so they appear in correct initial spot.  Fixes #78190.
6455
6456 2006-07-19  Mike Kestner  <mkestner@novell.com>
6457
6458         * ThemeWin32Classic.cs: use parent background color when drawing
6459         flat toolbars.  Restructure the conditionals to make sure non-flat
6460         non-Divider toolbars are filled too.  Fixes #78837.
6461
6462 2006-07-19  Mike Kestner  <mkestner@novell.com>
6463
6464         * ListBox.cs: Sort on collection changes even if the handle
6465         isn't created yet.  Fixes #78813.
6466
6467 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6468
6469         * ListControl.cs: DisplayMember should never be null,
6470         and now we assign String.Empty when null is passed to it (this
6471         is the .Net way).
6472
6473 2006-07-17  Mike Kestner  <mkestner@novell.com>
6474
6475         * ListViewItem.cs: restructure Font and subitem Font handling 
6476         to hold a specific font and refer back to owner on null.
6477         Fixes #78761.
6478
6479 2006-07-17  Mike Kestner  <mkestner@novell.com>
6480
6481         * ToolBar.cs: bandaid for side-effect of previous patch which was
6482         discarding explicit heights for non-AutoSize toolbars.  Need to
6483         extend my format tester to deal with AutoSize=false. Fixes #78864.
6484
6485 2006-07-15  Jackson Harper  <jackson@ximian.com>
6486
6487         * LabelEditTextBox.cs:
6488         * TreeView.cs: Use a new LabelEdit class for node editing, this
6489         class automatically 'closes' itself when it gets the enter key or
6490         loses focus.
6491         - Use the client rectangle when setting the trees scrollbars, so
6492         border style is taken into account.
6493         
6494 2006-07-14  Jackson Harper  <jackson@ximian.com>
6495
6496         * TreeNode.cs:
6497         * TreeView.cs: Make the editing work similar to MSs, firing the
6498         events correctly and ending edits correctly.
6499
6500 2006-07-14  Mike Kestner  <mkestner@novell.com>
6501
6502         * ToolBarButton.cs:
6503         * ToolBar.cs: layout restructuring and redraw enhancements to support
6504         formatting changes gracefully, like setting TextAlign, ImageList, 
6505         ButtonSize, and Appearance.  Handles explicit button sizing quirks
6506         of the MS controls.  Things like flat toolbars ignoring button size
6507         but becoming constant sized at the largest button's size.  Normal
6508         toolbars with an image set cannot be shrunk smaller than the image,
6509         but text can be clipped/ignored.
6510         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
6511         is zero.  Seems like DrawString should be smart enough to not put
6512         anything on screen though. Also trim labels and ellipsize at the char
6513         boundary, not word.
6514         Fixes #78711 and #78483.
6515
6516 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6517
6518         * FolderBrowserDialog.cs: Disable "New Folder" button and
6519           "New Folder" contextmenu menuitem if a folder like "My Computer"
6520           is selected.
6521
6522 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6523
6524         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
6525         * FolderBrowserDialog.cs:
6526           - Use MWFConfig to store and read size and position settings
6527           - Added code to create a new folder (button or context menu).
6528             Use TreeView labeledit to change the name of the new folder.
6529
6530 2006-07-14  Jackson Harper  <jackson@ximian.com>
6531
6532         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
6533         when the tree is scrolled we end editing.
6534
6535 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6536
6537         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
6538           Down arrows
6539
6540 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
6541
6542         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
6543         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
6544         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
6545         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
6546         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
6547         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
6548         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
6549         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
6550         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
6551         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
6552         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
6553         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
6554         ListViewItemSelectionChangedEventHandler.cs,
6555         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
6556         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
6557         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
6558         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
6559         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
6560         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
6561         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
6562         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
6563         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
6564         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
6565         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
6566         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
6567         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
6568         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
6569         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
6570         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
6571         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
6572         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
6573         WebBrowserNavigatingEventHandler.cs, 
6574         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
6575
6576 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
6577
6578         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
6579         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
6580         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
6581         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
6582         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
6583         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
6584         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
6585         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
6586         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
6587         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
6588         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
6589         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
6590         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
6591         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
6592         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
6593         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
6594         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
6595         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
6596         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
6597         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
6598         ListViewItemStates.cs, MaskFormat.cs: Added
6599
6600 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
6601
6602         * PropertyGridView.cs: Fix keyboard navigation of drop down.
6603         Patch from eno for bug 78558.
6604         
6605 2006-07-13  Jackson Harper  <jackson@ximian.com>
6606
6607         * TreeView.cs: When an edit is finished make sure that the
6608         selected node is visible.
6609         - When setting the top/bottom use the scrollbars is_visible, so
6610         everything will be set correctly even if the tree isn't visible
6611         yet.
6612
6613 2006-07-13  Jackson Harper  <jackson@ximian.com>
6614
6615         * ComboBox.cs: Revert the item->index part of my previous patch.
6616         * TreeView.cs: Use LostFocus instead of Leave for detecting when
6617         the edit box has lost focus (duh).
6618         - Just make the edit box not visible when we get return, that will
6619         take the focus, which will call EndEdit
6620         * TreeNode.cs When we start editing, notify the treeview.
6621
6622 2006-07-12  Jackson Harper  <jackson@ximian.com>
6623
6624         * ComboBox.cs: Clear out old items before setting the item list.
6625         This prevents databound controls from having their items added
6626         twice.
6627         - Switch the combobox to use indices whereever possible instead of
6628         using Item's.  This allows usto navigate through lists that have
6629         more then one item with the same string value (ie a, b, b, a).
6630         - Scroll the listboxes scrollbar when a non visible item is
6631         highlighted
6632         - Allow keypress to cycle through all the possible values. For
6633         example if you have b1, b2, b3 and hold down the B key all the
6634         values will be cycled through.
6635         
6636 2006-07-12  Jackson Harper  <jackson@ximian.com>
6637
6638         * TextBoxBase.cs:
6639         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
6640         this using the internal methods.
6641         * Control.cs: Add OnGotFocusInternal.  A new method that allows
6642         controls to "override" OnGotFocus and change focus behavior if
6643         needed.
6644         - Same thing for LostFocus
6645         * ComboBox.cs: Pass off focus to the text control properly.
6646
6647 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
6648
6649         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
6650         * FolderBrowserDialog.cs: Almost a complete rewrite.
6651           - Better support for Environment.Specialfolders
6652           - Added support for MWFVFS
6653           - Made setting SelectedPath work
6654
6655 2006-07-12  Jackson Harper  <jackson@ximian.com>
6656
6657         * Control.cs: Optimze getting all the controls.
6658
6659 2006-07-11  Jackson Harper  <jackson@ximian.com>
6660
6661         * ContainerControl.cs: Override SETFOCUS in the container control,
6662         so that it is not selected on mouse click.
6663
6664 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
6665
6666         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
6667           Hopefully we will have a better way once all of focus is complete.
6668
6669 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
6670
6671         * ThemeWin32Classic.cs: Commented out some debug code and fixed
6672           a compile error with csc.
6673
6674 2006-07-11  Jackson Harper  <jackson@ximian.com>
6675
6676         * Control.cs: When hiding a control only select the next control
6677         if the current control was focused.
6678         - Don't handle enter/leave when setting/killing focus, this is
6679         done by the container control.
6680         - Remove is_selected, it's not needed anymore.
6681         - Add utility methods for selecting a child control, and for
6682         firing the Enter/Leave events.
6683         * ContainerControl.cs: When a control is activated fire the
6684         enter/leave events.
6685         - Don't wrap when processing the tab key, so that focus can be
6686         moved outside of the container.
6687         - Use the correct active control
6688
6689 2006-07-11  Jackson Harper  <jackson@ximian.com>
6690
6691         * ComboBox.cs: Remove some debug code that was blinding me.
6692         * UpDownBase.cs: These controls actually aren't implicit, they are
6693         visible to the user.
6694
6695 2006-07-10  Chris Toshok  <toshok@ximian.com>
6696
6697         * DataGrid.cs: move back to the is_adding boolean field.  god i
6698         hate this is_editing/is_adding/is_changing stuff.
6699
6700 2006-07-10  Chris Toshok  <toshok@ximian.com>
6701
6702         * DataGridTableStyle.cs: just check if the property type is bool.
6703         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
6704         Don't use CanRenderType.
6705
6706         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
6707         if our text == NullText.  Remove CanRenderType.
6708
6709         * DataGridBoolColumn.cs: nuke CanRenderType.
6710
6711         * DataGrid.cs: reenable some code to end the current edit inside
6712         of set_CurrentCell.  This fixes the other 1.1.16 regression.
6713         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
6714         Also, remove the visible_row_count arg from CalcRowHeaders, since
6715         we don't need to worry about the actual height of the area.
6716
6717 2006-07-10  Chris Toshok  <toshok@ximian.com>
6718
6719         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
6720         mode, just return.
6721
6722         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
6723         the real sense of the IsInEditOrNavigateMode property (true =
6724         navigate, false = edit).  Also, update OnKeyPress to reflect this.
6725
6726         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
6727         column style exists, we still need to set its property descriptor
6728         to match up with our list manager.
6729
6730 2006-07-10  Chris Toshok  <toshok@ximian.com>
6731
6732         * ThemeWin32Classic.cs: implement the new row/header painting
6733         approach.  The parent row painting will likely go away and
6734         replaced with label controls, but the rest seems to work ok (and
6735         efficiently).
6736
6737         * Theme.cs: change the way we draw datagrid rows.  we don't draw
6738         the row headers as a block now.  Instead we draw them in the
6739         normal draw-row loop.  Add some calls for drawing parent rows and
6740         relation rows.
6741
6742         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
6743         a default table style.  Set the defaults from ThemeEngine.Current,
6744         not SystemColors.  Fix lots of misc issues with property setters.
6745
6746         * DataGrid.cs: move loads of style information out of this class
6747         as it's being duplicated with DataGridTableStyle.  keep track of a
6748         special DataGridTableStyle for the properties we used to mirror
6749         here.  Switch all the style properties to access this table style
6750         instead of instance fields of this class.  Also add a internal
6751         class to represent parent rows (more needs to be stored here, like
6752         the selection state from the parent table, as well as the
6753         expansion state.)  Also, for datasources with relations, do the
6754         right thing for collapse/expand, and add support for the
6755         navigation/parent row buttons.
6756
6757         Lastly, fix the crash in the 1.1.16 build.
6758
6759         * GridTableStylesCollection.cs: make the explicit interface
6760         implementations call the class's methods as opposed to duplicating
6761         them.
6762
6763         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
6764         0 so the text doesn't jump around when we move the cursor.
6765
6766 2006-07-10  Jackson Harper  <jackson@ximian.com>
6767
6768         * TextBoxBase.cs:
6769         * ListBox.cs: Match MS's ToString (this makes debugging focus
6770         stuff infinitely easier).
6771
6772 2006-07-10  Jackson Harper  <jackson@ximian.com>
6773
6774         * Control.cs (SelectNextControl): When checking the control's
6775         parent use this instead of ctrl.parent so that null can be passed
6776         to SelectNextControl. (I have unit tests for this).
6777         - Remove unused var.
6778
6779 2006-07-10  Chris Toshok  <toshok@ximian.com>
6780
6781         * CurrencyManager.cs: correct one regression, the removal of the
6782         finalType field.  Also, add a MonoTODO on CanAddRows, implement
6783         Refresh() correctly, and fix some event emission in
6784         ListChangedHandler.
6785
6786 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6787
6788         * FileDialog.cs: Don't use brackets for new folders if they exist
6789           under *nix. Instead use -(number of existing folders +1).
6790
6791 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6792
6793         * FileDialog.cs:
6794           - Fixed really nasty bug #78771
6795           - Don't block the whole GUI when reading directories with a lot of
6796             entries. Use an other thread instead and call BeginInvoke to
6797             update the ListView in MWFFileView
6798
6799 2006-07-07  Chris Toshok  <toshok@ximian.com>
6800
6801         * Control.cs (Dispose): release any Capture when disposing.
6802
6803 2006-07-07  Chris Toshok  <toshok@ximian.com>
6804
6805         * LinkLabel.cs (Select): if we chain up to the parent, set
6806         focused_index to -1 so we'll search for the first available link
6807         the next time the user tabs into us.  Also, if the direction is
6808         backward and focused_index == -1, start the search from the last
6809         element.
6810
6811 2006-07-07  Chris Toshok  <toshok@ximian.com>
6812
6813         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6814         is beyond the end of the text, don't do anything.
6815         (CreateLinkPieces): set our ControlStyles.Selectable based on
6816         whether or not we have any links.
6817         (Link.Invalidate): use a loop instead of foreach.
6818         (Link.set_Start): null out owner.sorted_links so it'll be
6819         recreated by CreateLinkPieces.
6820
6821 2006-07-06  Chris Toshok  <toshok@ximian.com>
6822
6823         * LinkLabel.cs: revert the SetStyle change.
6824
6825 2006-07-06  Chris Toshok  <toshok@ximian.com>
6826
6827         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6828         (OnEnableChanged): s/Refresh/Invalidate
6829         (OnGotFocus): if we have a focused index already, refocus it (so
6830         if we mouse out/in to the window it'll focus the right link).
6831         (OnKeyDown): move the tab handling out of here.
6832         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6833         when we lose focus.
6834         (OnMouseDown): don't Capture here - Control handles it.  Also,
6835         focus the active link.
6836         (OnMouseUp): don't deal with Capture.
6837         (OnPaintBackgroundInternal): remove.
6838         (OnTextAlignChanged): CreateLinkPieces before calling the
6839         superclass's method.
6840         (OnTextChanged): call CreateLinkPieces before calling superclass's
6841         method.
6842         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6843         move around.
6844         (Select): implement this, moving the selection between different
6845         links, and call parent.SelectNextControl if we don't have another
6846         link to focus in the given direction.
6847         (CreateLinkPieces): call Invalidate instead of Refresh.
6848         
6849 2006-07-06  Chris Toshok  <toshok@ximian.com>
6850
6851         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6852         new LinkLabel internals.
6853
6854         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6855         over pieces looking for active/focused/etc links.  also, deal with
6856         runs of text (and links) with embedded \n's in them, and use
6857         MeasureCharacterRanges instead of MeasureString to figure out the
6858         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6859         two-step.
6860
6861 2006-07-04  Jackson Harper  <jackson@ximian.com>
6862
6863         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6864         XKB or key auto repeat, do it manually.  Without key auto repeat,
6865         when a key is held down we get key press, key release, key press,
6866         key release, ... with auto repeat we get key press, key press, key
6867         press ..., and then a release when the key is actually released.
6868
6869 2006-07-03  Jackson Harper  <jackson@ximian.com>
6870
6871         * TabControl.cs:
6872         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6873         rules, they are always control color regardless of the background
6874         color.
6875
6876 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6877
6878         * FileDialog.cs: Added internal class MWFConfig.
6879           Removed Registry support and replaced it with support for the new
6880           MWFConfig class. See MWFConfig comments for more information.
6881
6882 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6883
6884         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6885           rectangle. Added some patches from eno from bug #78490 and fixed
6886           the arrow position for small up and down CPDrawScrollButtons.
6887
6888 2006-06-30  Jackson Harper  <jackson@ximian.com>
6889
6890         * InternalWindowManager.cs: Remove some debug code.
6891         * Form.cs: When an MdiParent is set to null, the window is
6892         "detatched" and becomes a normal window.
6893         * MdiClient.cs: Don't bring the new child form to the front until
6894         it is activated (setting it as active does this), this makes the
6895         previously active forms titlebar get redrawn as inactive.
6896
6897 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6898
6899         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6900           with later controls
6901
6902 2006-06-29  Mike Kestner  <mkestner@novell.com>
6903
6904         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6905         arrow in keynav state.  Fixes #78682.
6906
6907 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6908
6909         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6910           order (fixes #78393)
6911
6912 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6913
6914         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6915           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6916           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6917           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6918           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6919           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6920           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6921           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6922           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6923           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6924           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6925           values)
6926
6927 2006-06-28  Mike Kestner  <mkestner@novell.com>
6928
6929         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6930
6931 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6932
6933         * PropertyGrid.cs,
6934           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6935           item lines from other area (It also makes BackColor consistent and
6936           compatible with .NET). Fixed bug #78564.
6937
6938 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6939
6940         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6941         Patch from Eno for #78555.
6942
6943 2006-06-27  Chris Toshok  <toshok@ximian.com>
6944
6945         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6946
6947         * DataGridColumnStyle.cs: same.
6948
6949         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6950         
6951         * DataGridDrawingLogic.cs: nuke.
6952
6953 2006-06-27  Chris Toshok  <toshok@ximian.com>
6954
6955         * DataGridTableStyle.cs: clean up the constructors, and build the
6956         list of child relations for this table.  I have no idea if this is
6957         where we should be doing it (it probably isn't), but since we're
6958         already iterating over the properties..
6959
6960         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6961         struct and array for keeping track of row information, similar to
6962         what's shown in a hack on
6963         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6964
6965         * Theme.cs: be consistent about the naming of DataGrid methods,
6966         prefering ColumnWidths and RowHeights over columnsWidths and
6967         RowsHeights.
6968
6969         * ThemeWin32Classic.cs: same, and also add support for variable
6970         sized rows (and the +/- expansion icons for related rows).
6971
6972 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6973
6974         * TextBoxBase.cs: Applied Eno's patch from #78660
6975
6976 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6977
6978         * Form.cs (ScaleCore): We don't want to scale our form if it's
6979           state is minimized or maximized, but we still need to scale our
6980           child windows. Also, added try/finally block to ensure layout
6981           gets reset (Fixes #78697)
6982
6983 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6984
6985         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
6986
6987 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6988
6989         * Form.cs: Fixed c+p error and added check to resize form if minimum
6990           size is bigger than current size (Fixes #78709)
6991
6992 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
6993
6994         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
6995
6996 2006-06-26  Mike Kestner  <mkestner@novell.com>
6997
6998         * ComboBox.cs: only do Keypress handling in the combo when there  
6999         are items in the collection. Fixes #78710.
7000
7001 2006-06-26  Chris Toshok  <toshok@ximian.com>
7002
7003         * Binding.cs: make this work bi-directionally.  also, clear up
7004         other mixups between Push/Pull Data (e.g. we're supposed to pull
7005         data when validating).
7006
7007         * BindingManagerBase.cs: trim some fully qualified collection
7008         types.
7009
7010         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
7011
7012 2006-06-23  Chris Toshok  <toshok@ximian.com>
7013
7014         * PropertyManager.cs: It appears (according to the unit tests)
7015         that PropertyManager doesn't use
7016         PropertyDescriptor.AddValueChanged to track propery value changes
7017         in its datasource, but uses the same scheme as Binding, where it
7018         looks for a <Property>Changed event and binds to it.
7019
7020         Also, according to the docs, IsSuspended always returns false for
7021         a property manager with a non-null datasource.
7022
7023 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
7024
7025         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
7026           need to update the actual DialogResult. (Fixes #78613)
7027
7028 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
7029
7030         * Form.cs (ShowDialog): Release any captures before running the
7031           new message pump (fixes #78680)
7032
7033 2006-06-22  Mike Kestner  <mkestner@novell.com>
7034
7035         * ListView.cs: Layout column widths properly in details mode even 
7036         if HeaderStyle.None is set.  Fixes #78691.
7037
7038 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
7039
7040         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
7041
7042 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
7043
7044         * Control.cs (ContainsFocus): Using new driver method to get focused
7045           window, instead of trying to use internal tracking var, which can
7046           recursion issues (Fixes #78685)
7047         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
7048           XplatUIWin32.cs: Added GetFocus method to return focused window
7049
7050 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7051
7052         * ColorDialog.cs: when the mouse button is pressed inside the color
7053         matrix, don't let the cursor move out of it until the button is
7054         released, which is the behavior on windows. Changed 'colours' by
7055         'colors' to use the same word consistently.
7056
7057 2006-06-21  Chris Toshok  <toshok@ximian.com>
7058
7059         * DataGrid.cs: add in some basic navigation stuff (navigating to a
7060         child relation and back, using a stack).  Also, remove
7061         GetDataSource and the code that calls it - it's not needed.  Also,
7062         track CurrencyManager.ListName's removal.
7063
7064 2006-06-21  Chris Toshok  <toshok@ximian.com>
7065
7066         * CurrencyManager.cs: push some of the original type checking from
7067         BindingContext.CreateBindingManager to here, and remove some of
7068         the finalType stuff.  Need more tests to make sure I've got the
7069         ListName part right, and we might need more in SetDataSource.
7070
7071         * PropertyManager.cs: add a ctor that takes just the datasource,
7072         and no property name.  Make SetDataSource work with a null
7073         property_name, and make Current return the data_source if the
7074         property descriptor is null.  this makes 'string foo = "hi";
7075         BindingContext[foo].Current' return "hi" as it should.
7076
7077         * RelatedCurrencyManager.cs: make this code more generic - there's
7078         no reason the parent manager has to be CurrencyManager, and
7079         there's no reason to pass the DataRelation.  It suffices to use a
7080         BindingManagerBase and PropetyDescriptor.
7081
7082         * RelatedPropertyManager.cs: make a similar change here.
7083         
7084         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
7085         flower I knew it could be.
7086
7087 2006-06-20  Chris Toshok  <toshok@ximian.com>
7088
7089         * PropertyManager.cs: the PropertyChangedHandler is invoked when
7090         data in the source has changed and we need to update the control,
7091         so s/PullData/PushData.
7092
7093         * CurrencyManager.cs: Refresh is meant to update the control from
7094         data in the datasource.  So, s/PullData/PushData.
7095
7096         * BindingContext.cs: add more ugliness (we weren't handling the
7097         case where data_source = DataTable and data_member = column_name).
7098
7099         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
7100         from the perspective of the datasource.  PullData pulls from the
7101         control, PushData pushes to the control.
7102
7103 2006-06-20  Chris Toshok  <toshok@ximian.com>
7104
7105         * BindingContext.cs: rewrite the CreateBindingManager code to
7106         handle navigation paths more or less properly.  This could
7107         definitely stand some more work, in particular to push the
7108         recursion up to the toplevel.  But that relies on fixes in other
7109         places (System.Data comes to mind).
7110
7111         Also, move to a flat hashtable (and encode the twolevel nature of
7112         the dictionary into the hash key).  This lets us implement the
7113         IEnumerable.GetEnumerator method.
7114
7115         * RelatedCurrencyManager.cs: new class.  Update our view based on
7116         our relation and our parent CurrencyManager's position.
7117
7118         * CurrencyManager.cs: split out some logic from the ctor into
7119         SetView, so it can be called from the new RelatedCurrencyManager
7120         subclass.
7121
7122         * RelatedPropertyManager.cs: new class.  Update our datasource
7123         based on the position of our parent CurrencyManager.
7124
7125         * PropertyManager.cs: split out some logic from the ctor into
7126         SetDataSource, so it can be called from the new RelatedDataSource
7127         subclass.  Also, make the Current getter return the value
7128         of the PropertyDescriptor, not the data_source.
7129
7130         * Binding.cs: no need to duplicate the string splitting code here.
7131
7132 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
7133
7134         * Control.cs:
7135           - set_Enabled: OnEnabledChanged is not called if the inherited state 
7136             of the control is not altered, even though  we might be changing the
7137             internal state of the control (#78458)
7138           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
7139             OnEnabledChanged, to allow easy altering of any child window state
7140           - OnEnabledChanged: Added code to enable/disable driver window state
7141           - OnParentEnabledChanged: Instead of firing the event, call 
7142             OnEnabledChanged, which will fire the event and also a) set driver
7143             window state and pass the enabled state to any grandchildren (#78458)
7144
7145 2006-06-19  Jackson Harper  <jackson@ximian.com>
7146
7147         * InternalWindowManager.cs: We don't set the cursor explicitly
7148         thats done via the response to NCHITTESTs.
7149         - Don't need to adjust for titlebar heights anymore, the
7150         coordinates are coming in the correct coordinates now (see peters
7151         last patch).
7152
7153
7154 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
7155
7156         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
7157           being translated relative to whole window, instead of client window.
7158           That caused broken offsets on mouseclick (and caused gas for our
7159           InternalWindowManager)
7160
7161 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
7162
7163         * TextControl.cs:
7164           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
7165           - Undo(): Added replay of cursor move on DeleteChars action; added
7166             calling Undo() again if a recorded cursor move is invalid (to
7167             ensure that some action is performed on Undo)
7168         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
7169
7170 2006-06-16  Jackson Harper  <jackson@ximian.com>
7171
7172         * MdiClient.cs: Instead of just sizing maximized windows when
7173         there is a resize we also have to adjust the Y of minimized
7174         windows, so they stay pinned to the bottom of the mdi container.
7175         - Eliminate separate tracking of the active control, we can just
7176         get this from the controls collection.
7177         - Paint the decorations for the newly activated titlebar so we get
7178         a pretty blue bar.
7179         * InternalWindowManager.cs:
7180         * ThemeWin32Classic.cs: Minimized windows get all three buttons
7181         even if they are a tool window.
7182         
7183 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
7184
7185         * TextControl.cs (Undo): Handle non-existent cursor locations in the
7186           undo buffer, these can happen when text was deleted and the cursor
7187           was recorded first. Since we will also have a recorded cursor
7188           after the delete this is not an issue. (Fixes #78651)
7189
7190 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
7191
7192         * AccessibleObject.cs: Remove dependence on Control.is_selected;
7193           instead properly track control states internally (allows us to
7194           remove is_selected from Control)
7195
7196 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7197
7198         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
7199         whose width is not a multiple of 8.
7200
7201 2006-06-13  Jackson Harper  <jackson@ximian.com>
7202
7203         * MdiClient.cs:  Only maximize the next child if the current one
7204         is maximized.
7205
7206 2006-06-13  Chris Toshok  <toshok@ximian.com>
7207
7208         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
7209         modified.  Also, guard against grid or grid_drawing being null in
7210         Invalidate.
7211
7212         * DataGrid.cs: Reformat tons of getters/setters.  In the
7213         DataMember setter, just call SetNewDataSource instead of
7214         duplicating some of its functionality.  In SetNewDataSource, don't
7215         check ListManager for null, since the property getter creates the
7216         object if needed.
7217
7218         * DataGridTableStyle.cs: don't set TableStyle or call
7219         SetDataGridInternal on the column here, it's done in
7220         GridColumnStylesCollection.Add.
7221
7222         * GridColumnStylesCollection.cs: fix all the explicit interface
7223         implementations to just call our methods.  Nuke AddInternal() and
7224         move the body of it to Add().  Also, add a call to
7225         column.SetDataGridInternal to Add().
7226
7227         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
7228         base()+duplicate code.  Also, use the Format property instead of
7229         format to generate an Invalidate ala MS.  Lastly, create the
7230         textbox here, unconditionally.
7231         (set_Format): call Invalidate.
7232         (get_TextBox): no need to call EnsureTextBox.
7233         (Commit): remove the message box.
7234         (Edit) remove the call to EnsureTextBox.
7235         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
7236         (EnterNullValue): no need to check textbox for null.
7237         (HideEditBox): no need to check textbox for null.
7238         (SetDataGridInColumn): add the textbox to the grid's controls.
7239         (EnsureTextBox): nuke.
7240         
7241 2006-06-13  Jackson Harper  <jackson@ximian.com>
7242
7243         * MdiWindowManager.cs: Hook up to the maximized menus paint event
7244         and redraw the buttons when needed. Unhook when the window is
7245         unmaximized.
7246         * MainMenu.cs: Add an internal Paint event, the mdi window manager
7247         needs this so that it can redraw its buttons when the menu is
7248         repainted.
7249         * InternalWindowManager.cs:
7250         * Form.cs: The method order has changed for DrawMaximizedButtons,
7251         so that it can be a PaintEventHandler.
7252         
7253 2006-06-13  Jackson Harper  <jackson@ximian.com>
7254
7255         * MdiClient.cs: When we close a maximized mdi window, the next mdi
7256         window is activated and maximized, even if it wasn't before.
7257         - When  a new window is activated repaint the decorations of the
7258         old one, so that it no longer has the Active "look" (the blue
7259         titlebar).
7260         * InternalWindowManager.cs: Open up CreateButtons to base classes
7261         so they can recreate the buttons on state changes.
7262         - If a window is maximized give it all three buttons
7263         * MdiWindowManager.cs: Create the titlebar buttons when the state
7264         is changed, this is needed because a toolwindow will not have all
7265         three buttons until it is maximized.
7266
7267 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
7268
7269         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
7270           Fixed bug #78609.
7271
7272 2006-06-12  Jackson Harper  <jackson@ximian.com>
7273
7274         * KeysConverter.cs: Make sure we handle the Ctrl special case
7275         if its the only key.
7276         
7277 2006-06-12  Jackson Harper  <jackson@ximian.com>
7278
7279         * Theme.cs: Add a method to get the size of a managed window
7280         toolbar button.
7281         * InternalWindowManager.cs: Remove the ButtonSize property, this
7282         should be retrieved from the theme.
7283         * MdiWindowManager.cs: Get the button size from the theme
7284         * ThemeWin32Classic.cs: Make the method to get the managed window
7285         titlebar button size public.
7286         - Handle the different button sizes of maximized toolwindows
7287         (should match any maximized window).
7288         - Get the titlebar height from the theme, not the WM (which gets
7289         it from the theme).
7290
7291 2006-06-12  Jackson Harper  <jackson@ximian.com>
7292
7293         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
7294         event down to the mdi window manager.
7295         - Expose some extra stuff to base classes
7296         - Make sure to end the Capture on an NC Mouse up, so that we can
7297         get double clicks properly, and the sizing doens't stick.
7298         - When doing PointToClient contain it in the workable desktop
7299         area, this prevents windows from changing size when the cursor is
7300         pulled outside of the working area while sizing.
7301         * MdiWindowManager.cs: When we get a double click maximize the
7302         window.
7303         - Reset the cursor after handling mode changes.
7304
7305 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
7306
7307         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
7308           current desktop, instead of just assuming a 0, 0 origin. This
7309           is needed for our internal window manager, to know the top
7310           margin of the desktop
7311
7312 2006-06-12  Chris Toshok  <toshok@ximian.com>
7313
7314         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
7315         we need this to get rid of the selected background in the bool
7316         column.
7317         (CancelEditing): move the ConcedeFocus call to above the Abort
7318         call.  Also, set is_changing to false and invalidate the row
7319         header if we were changing before.
7320         (ProcessKeyPreviewInternal): remove, since noone outside this
7321         class calls it anymore.  Roll the code into ProcessKeyPreview.
7322         (EndEdit): remove the internal version.
7323         (InvalidateCurrentRowHeader): make private.
7324
7325         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
7326         Keys.Escape handling (and with it the last call to
7327         DataGrid.EndEdit from outside the class.)
7328
7329
7330 2006-06-12  Chris Toshok  <toshok@ximian.com>
7331
7332         * DataGridTextBox.cs (.ctor): isedit defaults to false.
7333         (OnKeyPress): set isedit to true.
7334         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
7335         already handled by the grid.
7336
7337         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
7338         right.  ugh.
7339         (set_DataSource): SetDataSource always returns true, so stop
7340         putting it in an if statement.
7341         (EndEdit): get rid of some {}'s
7342         (ProcessGridKey): return true in case Keys.Escape.
7343         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
7344         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
7345         PositionChanged, stopped connecting to CurrentChanged.
7346         (GetDataSource): simplify this a bunch.
7347         (SetDataSource): change return type from bool to void.
7348         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
7349         to this, and make sure we don't set ListManager.Position inside
7350         set_CurrentCell.
7351         (OnListManagerItemChanged): if we're passed an actual index,
7352         redraw that row.
7353
7354         * CurrencyManager.cs (set_Position): don't call PullData here.
7355
7356 2006-06-09  Jackson Harper  <jackson@ximian.com>
7357
7358         * TreeNode.cs:  Recalculate the visible order before doing the
7359         Expand/Collapse Below calls, because those calls generate an
7360         expose.
7361         - Reduce calls to the TreeView property, which is mildly expensive
7362         by using a local var.
7363         * Form.cs: Layout the MDI child windows when creating the parent
7364         form.
7365         - Don't use the internal constructor anymore
7366         * MdiClient.cs: use the parent form width/height (if available)
7367         when laying out the child windows, we do this because the
7368         mdiclient isn't docked yet when the initial layout is done.
7369         - Don't need an internal constructor anymore.
7370
7371 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7372
7373         * FileDialog.cs: handle access errors when trying to create a folder
7374         or changing to a directory. No need to initialize out parameters.
7375
7376 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7377
7378         * FileDialog.cs: Append a number when creating a new folder if the
7379           folder already exists (use parenthesis instead of square brackets)
7380
7381 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7382
7383         * FileDialog.cs:
7384           - Disabled registry support for windows and added better registry
7385             error checking for other systems (need to investigate why it
7386             works perfectly on my system)
7387           - If a folder already exist show an error MessageBox instead of
7388             trying to create an indexed name.
7389           - Fixed a non intentional typo.
7390
7391 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7392
7393         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
7394
7395 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7396
7397         * FileDialog.cs: When creating a new folder don't crash if the
7398           folder already exists.
7399
7400 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7401
7402         * FileDialog.cs: Allmost a complete rewrite.
7403           - added a "virtual" file system that handles the differences
7404             between unix and windows file systems (especially the directory
7405             structure). Moved most of the directory and file handling code
7406             into the vfs.
7407             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
7408             UnixFileSystem and FSEntry.
7409           - Recently used folder/directory, size, location and used file names
7410             (file name ComboBox) are now stored in the registry and get read
7411             before the dialog shows up (fixes part 6 of bug #78446).
7412           - Creation of new folders/directories is now possible (context menu
7413             or ToolBar). Added TextEntryDialog for this that fills in the gap
7414             until ListView.LabelEdit works.
7415           - Fixed cursor handling (bug #78527) and focus handling for
7416             PopupButtonPanel
7417           - Various "Search in" ComboBox enhancements. The content of the
7418             dropdown listbox now almost matches ms.
7419           - Changed the behaviour when the user switches to SpecialFolder
7420             Recent to show the ListView in View.Details.
7421           - Beside using the ToolBar to change the View property of the
7422             file ListView it is now possible to use the context menu too.
7423
7424 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7425
7426         * ComboBox.cs: Don't create a new ObjectCollection when an item
7427           gets inserted. Just insert the item in the existing object_items
7428           ArrayList.
7429
7430 2006-06-08  Jackson Harper  <jackson@ximian.com>
7431
7432         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
7433         that the treeview and root node checks are done also, this fixes a
7434         regression i caused in the unit tests.
7435
7436 2006-06-07  Wade Berrier <wberrier@novell.com> 
7437
7438         * RichTextBox.cs: More ISO8859-1 -> unicode
7439
7440 2006-06-07  Mike Kestner  <mkestner@novell.com>
7441
7442         * ComboBox.cs : use items to hold highlight/selection so that
7443         collection insertions don't require synchronization.
7444
7445 2006-06-07  Jackson Harper  <jackson@ximian.com>
7446
7447         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
7448         routine.  We now always keep the sized edge at the cursor instead
7449         of computing movement and adjusting rects.  There is one buglet
7450         with this method though when the cursor is moved over area that
7451         the window can not expand too (such as the toolbars on the desktop).
7452
7453 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7454
7455         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
7456         here. Fixes crash on startup in AlbumSurfer.
7457
7458 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
7459
7460         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
7461           values
7462
7463 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7464
7465         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
7466         statement to avoid calling XNextEvent which will block if another thread
7467         took the event that we were expecting. Fixes bug #78605.
7468
7469 2006-06-07  Mike Kestner  <mkestner@novell.com>
7470
7471         * ListView.cs : isolated checkbox clicking from the selection logic.
7472         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
7473
7474 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7475
7476         * Form.cs: Check that the value passed to Form.DialogResult
7477         is a valid enum value.
7478
7479 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7480
7481         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
7482         Computer'. Clicking it in the network view goes to 'My Computer'.
7483         Added CIFS filesystem type. Display the mount point of filesystems.
7484         Avoid duplicate mount points (happens for me with CIFS);
7485
7486 2006-06-06  Jackson Harper  <jackson@ximian.com>
7487
7488         * InternalWindowManager.cs: Draw the maximized windows buttons
7489         when resizing.
7490
7491 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7492
7493         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
7494         all other dialogs. Fixes bug #78585.
7495
7496 2006-06-06  Mike Kestner  <mkestner@novell.com>
7497
7498         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
7499         Only invalidate checkbox on checkstate changes to avoid flicker.
7500         * ListBox.cs : avoid unselect/select when clicking selected item.
7501         avoid reselection flicker for already multiselected items.
7502         Fixes #78382.
7503
7504 2006-06-06  Jackson Harper  <jackson@ximian.com>
7505
7506         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
7507         the parent form so that the menu is removed if needed.
7508
7509 2006-06-06  Mike Kestner  <mkestner@novell.com>
7510
7511         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
7512         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
7513
7514 2006-06-06  Mike Kestner  <mkestner@novell.com>
7515
7516         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
7517
7518
7519 2006-06-06  Jackson Harper  <jackson@ximian.com>
7520
7521         * Control.cs: Use the property (instead of the field) to get the
7522         default cursor so it is instantiated correctly.
7523         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
7524         resizes so we need to manually repaint the window decorations here.
7525         - Set the titlebar button locations as soon as they are created,
7526         otherwise they are not set correctly on win32.
7527         
7528 2006-06-06  Chris Toshok  <toshok@ximian.com>
7529
7530         * CurrencyManager.cs (set_Position): call PullData before
7531         OnCurrentChanged.
7532         (AddNew): after calling IBindingList.AddNew, update our
7533         listposition, and call OnCurrentChanged/OnPositionChanged (without
7534         calling PullData).
7535         (OnCurrentChanged): remove the call to PullData from here.
7536         (OnItemChanged): remove the call to PushData from here.
7537         (OnPositionChanged): change the test from == null to != null to
7538         match the other methods.
7539         (ListChangedHandler): the grossest part of the patch.  Implement
7540         this such that it passes the unit tests in CurrencyManagerTest and
7541         the output more or less matches that of MS's implementation.
7542  
7543 2006-06-06  Mike Kestner  <mkestner@novell.com>
7544
7545         * ListView.cs : only update check state on single click.
7546         * ThemeWin32Classic.cs : fix focus drawing for details view without
7547         fullrowselect.  Fixes #78454.
7548         * XplatUIX11.cs : fix for double click emission.
7549
7550 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
7551
7552         * PropertyGridView.cs : Applied Atsushi's patch to fix
7553         font dialog bug  (#78197).
7554
7555 2006-06-05  Jackson Harper  <jackson@ximian.com>
7556
7557         * TreeNode.cs: Compute the next node for expanding/collapsing
7558         correctly. We now factor in nodes without a NextNode
7559         correctly. (Fixes somes cases in nunit-gui).
7560         * InternalWindowManager.cs: Set the bounds when updating the
7561         virtual position of a tool window.
7562         
7563 2006-06-05  Chris Toshok  <toshok@ximian.com>
7564
7565         * DataGrid.cs: rename cached_currencymgr to list_manager.
7566         (set_CurrentCell): move SetCurrentCell code here, and clean it up
7567         some.
7568         (CurrentRow, CurrentColumn): single accessors so we can make the
7569         cursor movement code a lot easier to understand.
7570         (CurrentRowIndex): implement this in terms of CurrentRow.
7571         (BeginEdit): clean this up a bit.
7572         (CancelEditing): sort out the is_editing/is_changing/is_adding
7573         stuff a little.
7574         (EndEdit): minor changes.
7575         (OnKeyDown): add a comment about a (most likely) unnecessary
7576         check.
7577         (OnMouseDown): cancel editing when we click on a row header.  And
7578         use the CurrentRow setter, not CurrentCell.
7579         (ProcessDialogKey): directly call ProcessGridKey.
7580         (UpdateSelectionAfterCursorMove): factor out this common block of
7581         code (it's used everywhere that we move the cursor by updating row
7582         or column).
7583         (ProcessGridKey): pretty substantial overhaul.  Use the
7584         CurrentRow/CurrentColumn properties to make the code a lot more
7585         readable.  Only use the CurrentCell property when we have to
7586         modify both row and column at once.  Tab behavior is still broken,
7587         and Delete is untested.
7588         (Select): if we have no selected rows, set selection_start to
7589         @row.
7590         (EditCurrentCell): rename EditCell this.  It was only ever invoked
7591         with CurrentCell as the arg, so drop the arg and rename it.
7592
7593         * DataGridColumnStyle.cs: clean up the constructors a little, and
7594         drop CommonConstructor().
7595
7596         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
7597         actually get notified when the user hits it.
7598         (ProcessKeyMessage): *substantially* simplify this method.
7599         There's no reason (that I can see) for the textbox to be making
7600         calls into the datagrid at all.  Remove all of them but the ones
7601         for Enter handling.  those will take some more work.
7602
7603         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
7604         calling HideEditBox.
7605         (HideEditBox): if we have an active textbox, render it invisible
7606         without causing a re-layout of the datagrid.
7607
7608 2006-06-05  Mike Kestner  <mkestner@novell.com>
7609
7610         * ListView.cs : fix NRE crasher when focuseditem is cleared by
7611         collection changes by resetting it to Items[0].  Fixes #78587.
7612
7613 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7614
7615         * MessageBox.cs: if the height of the text is larger than the icon_size,
7616         use that. Fixes bug #78575.
7617
7618 2006-06-05  Jackson Harper  <jackson@ximian.com>
7619
7620         * TreeView.cs: Fix line drawing when scrolling.  To do this each
7621         node is basically responsible for drawing its entire horizontal
7622         area.  When drawing a node it draws its parent node lines if
7623         needed.
7624         - Adjust the clip area to the viewport rectangle
7625         - Fix Left/Right key handling to match MS. (It expand/collapses
7626         and moves to parents/first child but does not move selection to
7627         sibling nodes).
7628         - Fix SetTop to work with new bound calculation code
7629         - When scrollbars are no longer needed we need to reset scrolling
7630         vars and recalculate the visible order so the redraw is correct
7631         * TreeNode.cs: We can't expand/collapse nodes with no children.
7632
7633 2006-06-03  John Luke  <john.luke@gmail.com> 
7634
7635         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
7636         so the colors work without dev packages
7637         
7638 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
7639
7640         * Control.cs 
7641           - Select: Implemented to just use activate. Seems to match MS 
7642             behaviour closest. Documented to only do actual control walking 
7643             based on it's parameters if in a container control so I moved 
7644             the code there.
7645           - Removed selection check logic from our internal Select() method
7646         * ContainerControl.cs:
7647           - Select: Moved selection logic from Control here, since MS documents
7648             that containers obey the bool arguments. No longer calling base
7649
7650 2006-06-02  Jackson Harper  <jackson@ximian.com>
7651
7652         * TreeView.cs: If the selected node isn't changed when we get
7653         focus update the previously selected node so that we see the
7654         selection box.
7655
7656 2006-06-02  Mike Kestner  <mkestner@novell.com>
7657
7658         * ComboBox.cs: restructure grab and general mouse event handling.
7659         Make the composite control raise mouse events like it was a single
7660         control for leaves/enters/motion/up/down events.  fix dropdown list
7661         coordinate mangling and refactor it into the scrollbar subclass to
7662         reduce code duplication.  Fixes #78282 #78361 and #78457.
7663
7664 2006-06-02  Mike Kestner  <mkestner@novell.com>
7665
7666         * ScrollBar.cs: remove Capture setting/clearing, as it happens
7667         automatically in the Control.WndProc.
7668
7669 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7670
7671         * FileDialog.cs: fix crash when running SharpChess, which sets the
7672         FilterIndex to 2 with only one Filter.
7673
7674 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7675
7676         * ToolBar.cs: add SizeSpecified property.
7677         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
7678         try to figure out our real size, otherwise fallback to what the
7679         container says.
7680
7681 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7682
7683         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
7684         * Control.cs (WndProc): MS always calls the DefWndProc to pass
7685           up the event
7686
7687 2006-06-01  Mike Kestner  <mkestner@novell.com>
7688
7689         * ListView.cs: revamp the focus management in ListView.  It still
7690         causes churn of LostFocus/GotFocus emissions on clicks, but it's
7691         better than not handling focus at all.  Will revisit when pdb feels
7692         the general focus handling is solid.  Fixes #78526.
7693
7694 2006-06-01  Jackson Harper  <jackson@ximian.com>
7695
7696         * TreeView.cs: Set the default border style in the constructor.
7697         - Move painting to use OnPaintInternal instead of capturing
7698         WM_PAINT, this is the correct way of doing things
7699         - UpdateBelow shouldn't invalidate the scrollbar area
7700         - Cap the top on update below in case the node was above the top
7701         of the viewport rectangle.
7702         - ExpandBelow and Collapse below need to obey Begin/End Update.
7703         * TreeNode.cs: Make is_expanded internal so the treenode
7704         collection can change it without firing the whole event chain.
7705         * TreeNodeCollection.cs: When clearing all the child nodes make
7706         sure to recalc the visible order.
7707         - Improve algo for remove the top node
7708
7709 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7710
7711         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
7712           SendMessage directly calling window procedures, which in turn might
7713           call SetFocus()
7714
7715 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
7716
7717         * Control.cs: Don't handle WM_SETFOCUS if the same window already
7718           has focus (works around X11 sending a FocusIn after our SetFocus)
7719         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
7720
7721 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
7722
7723         * Mime.cs: Fix for the NET_2_0 build.
7724           NameValueCollection needs StringComparer now.
7725
7726 2006-05-31  Chris Toshok  <toshok@ximian.com>
7727
7728         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
7729         return (via an out parameter) the starting X of the column.
7730         (UpdateVisibleColumn): track change to FromPixelToColumn.
7731         (HitTest): add a ColumnResize case here.
7732         (DrawResizeLine): new function, probably poorly named.
7733
7734         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
7735         only need to keep one reference.
7736         (set_ListManager): same.
7737         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
7738         Also, add support for HitTestType.ColumnResize.
7739         (OnMouseMove): add column resize behavior here, and change the
7740         cursor to the correct one as we move around the datagrid.
7741         (OnMouseUp): terminate the column resize if we're resizing.
7742         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
7743         for the current cell.
7744         (ConnectListManagerEvents): use cached_currencymgr.
7745         (DisconnectListManagerEvents): fill this in, using
7746         cached_currencymgr.
7747         (SetCurrentCell): remove cached_currencymgr_events handling.
7748         (SetDataMember): only call DisconnectListManagerEvents if
7749         cached_currencymgr is != null.
7750         (SetDataSource): same.
7751         (OnListManagerCurrentChanged): cached_currencymgr_events ->
7752         cached_currencymgr.
7753
7754 2006-05-31  Jackson Harper  <jackson@ximian.com>
7755
7756         * BindingManagerBase.cs: Remove somedebug code that creeped into
7757         SVN.
7758         * TreeNode.cs: We get the indent level dynamically right now, so
7759         don't track it as a member.
7760         * TreeNodeCollection.cs: Make sure all nodes added to the list
7761         have parents, treeviews/topnodes setup properly.
7762         - Don't attempt to track indent level.
7763
7764 2006-05-30  Jackson Harper  <jackson@ximian.com>
7765
7766         * BindingContext.cs: Create the currency manager tables here.
7767         This allows us to more easily create null tables (when bad data
7768         members are used), and more easily create related currency
7769         managers.
7770         * CurrencyManager.cs: All the table creation stuff is done by the
7771         binding context now.
7772         - Current should throw an exception if listposition is -1.
7773         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
7774         been bound yet.
7775
7776 2006-05-30  Mike Kestner  <mkestner@novell.com>
7777
7778         * ListView.cs: allow reexpansion of zero-width column headers.
7779         Fixes #78528.
7780
7781 2006-05-28  Chris Toshok  <toshok@ximian.com>
7782
7783         * CurrencyManager.cs (get_Current): after the late binding
7784         listposition = -1 fix, we need to guard against it here and return
7785         null, otherwise we raise an exception (which is swallowed
7786         elsewhere, and breaks datagrid databinding.)
7787
7788 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7789
7790         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
7791           than WM_SYSKEY, don't throw if get something unexpected (#78507)
7792
7793 2006-05-26  Jackson Harper  <jackson@ximian.com>
7794
7795         * ControlPaint.cs:
7796         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
7797         values, it's faster and it's all we care about (we don't care if
7798         the names aren't equal).
7799         * KeyboardLayouts.cs: Eliminate some dead code.
7800         - Lazy init things
7801         * X11Keyboard.cs: Lazy init keyboard detection.
7802         - Cleanup access modifiers a little.
7803
7804 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7805
7806         * XplatUIX11.cs: Once again, attempting to get layout just right.
7807
7808 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7809
7810         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7811           the sizes of each link section, that will result in sizes that
7812           match DrawString's layout (Fixes #78391)
7813
7814 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7815
7816         * FileDialog.cs: If AddExtension property is true autocomplete the
7817           extensions in SaveFileDialog correctly. Fixes bug #78453.
7818           Set MyNetwork and MyComputer to "C:\" for windows. This should
7819           fix part 8 of bug #78446 for now.
7820
7821 2006-05-26  Chris Toshok  <toshok@ximian.com>
7822
7823         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7824         invalidate the current row header if we need to, but presumably
7825         we'll invalidate the row corrsponding to the bounds or
7826         editingControl.
7827         (GridHScrolled): switch back to this method, as it's part of the
7828         public api.  *sigh*.
7829         (GridVScrolled): same.
7830         (OnMouseWheel): hack up something that more or less works.  Call
7831         GridHScrolled/GridVScrolled directly, instead of duplicating much
7832         of their code here.
7833         (EnsureCellVisibility): reinstate a bunch of this code, since we
7834         can't just set the scrollbar Value and expect to do all the work
7835         in the ValueChanged handler.  Also, Call Update() after scrolling
7836         in one direction so the other XplatX11.ScrollWindow call has the
7837         proper stuff in the proper places.
7838         (EditCell): set is_editing to true before calling .Edit.
7839
7840         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7841         don't bother comparing first.
7842         (OnKeyPress): call grid.ColumnStartedEditing before calling
7843         base.OnKeyPress.  this will set is_changing and invalidate the row
7844         header if necessary.
7845         (ProcessKeyMessage): for WM_CHAR messages, call
7846         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7847         and WM_KEYDOWN.
7848         
7849         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7850         it's done in the DataGrid.
7851         (NextState): call grid.ColumnStartedEditing, which takes care of
7852         invalidating the row header (and setting is_changing).
7853
7854         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7855         here.  it's done in the DataGrid.
7856
7857 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7858
7859         * Control.cs: allow changing the cursor when the mouse position is
7860         out of bounds but Capture is set.
7861         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7862         linklabel but released somewhere else.
7863
7864 2006-05-25  Jackson Harper  <jackson@ximian.com>
7865
7866         * TreeView.cs: When we get focus if there is no selected node make
7867         it the top node
7868         - Remove some uneeded setup code from Draw.
7869         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7870         a new node is inserted make the new node the top.
7871         * XplatUIX11.cs:
7872         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7873         be used (should be faster).
7874         
7875 2006-05-25  Chris Toshok  <toshok@ximian.com>
7876
7877         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7878         problem with the last commit.
7879
7880 2006-05-25  Chris Toshok  <toshok@ximian.com>
7881
7882         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7883         need the invalidate call here, while scrolling right-to-left via
7884         the left arrow key (i.e. moving the editing cell while scrolling).
7885
7886         * DataGrid.cs (.ctor): remove the initialization of
7887         ctrl_pressed/shift_pressed.  We no longer track them using key
7888         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7889         to using ValueChanged handlers on the scrollbars instead of
7890         Scrolled event handlers.  This simplifies a bunch of the scrolling
7891         code.
7892         (GridHValueChanged): rename from GridHScrolled, and change it to
7893         work with the new event args.
7894         (GridVValueChanged): same.
7895         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7896         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7897         selected cell.
7898         (ProcessGridKey): correct all the keyboard navigation stuff I
7899         could find.  Ctrl up/down/left/right/home/end work now.
7900         (EnsureCellVisibility): correct method name spelling.  Also,
7901         simplify this a touch by not explicitly calling the
7902         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7903         scrollbar value.
7904         (OnKeyUpDG): no need for this method now.
7905         
7906 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7907
7908         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7909         Fixes bug #78392.
7910
7911 2006-05-25  Chris Toshok  <toshok@ximian.com>
7912
7913         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7914         r61019.
7915
7916 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7917
7918         * Application.cs: Moved setting of is_modal and closing to before
7919           we create the control, to allow the event handlers called as a
7920           result of creation affect closing. Also removed Gonzalo's previous
7921           change to setting DialogResult, the behaviour has been moved to 
7922           Form.ShowDialog()
7923         * Form.cs: 
7924           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7925             handle it instead
7926           - ShowDialog(): If no dialog result is set, we need to return Cancel
7927           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7928             the close is cancelled
7929
7930 2006-05-25  Jackson Harper  <jackson@ximian.com>
7931
7932         * StatusBar.cs: We only need to update the sizes of the other
7933         panels when we have auto size contents.  Also we are only updating
7934         the contents of the panel, not the borders, so compensate for the
7935         border width (TODO: get this width from the theme somehow).
7936         * TreeView.cs: Scrollable is true by default
7937         - Use invalidate instead of refresh where needed
7938         - Factor the scrollable value into scrollbar updating
7939         - Update the scrollbars if the Scrollable property is altered
7940         - Update the selected node if its ImageIndex is changed
7941         - Handle null nodes in UpdateNode (mainly so we don't have to
7942         check if selected is null when updating it
7943         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7944         are factored into the visible count
7945         - Use VisibleCount for clarity in the code
7946         - When the font is changed we need to recurse through all the
7947         nodes and invalidate their sizes
7948         
7949 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7950
7951         * Application.cs: set the DialogResult to fixed when the main form is
7952         hidden or destroyed while being modal.
7953
7954 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7955
7956         * Theme.cs: Use Tangoified messagebox icons. 
7957
7958         (GetSizedResourceImage): Also cope with width = 0 and do not
7959         trigger a warning in that case (0 means "give me your icon from
7960         the resouce, no special size needed).
7961
7962 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7963
7964         * Application.cs: Leave runloop if the the main modal form is 
7965           hidden (fixes #78484)
7966
7967 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7968
7969         * BindingContext.cs : reject null datasource in Contains() and
7970           Item[].
7971         * CurrencyManager.cs : check data_member validity when data_source
7972           is dataset. When it is late binding, the initial position is -1.
7973
7974 2006-05-24  Jackson Harper  <jackson@ximian.com>
7975
7976         * TreeNodeCollection.cs: Dont't recalculate the visible order on
7977         inserted nodes that aren't visible.  This changes the
7978         max_visible_order which confuses scrollbar settings.
7979         - Use the enumerator to get the prev node instead of duplicating
7980         code.
7981         * TreeView.cs: Use new method for setting scrollbar values
7982         - Don't set the bounds every time the scrollbar is updated
7983         - When updating below the root node use an invalidate instead of a
7984         refresh to prevent the child controls (scrollbars) from being
7985         refreshed. (UpdateBelow still needs to be reworked anyways).
7986         - Reenable SetBottom now that visible orders are set correctly,
7987         added some debug code incase we ever get bad values there again.
7988         - Set the scrollbar max to 2 less then the max value, this
7989         compensates for the max value being one above the node count, and
7990         for scrollbars adding one extra "notch".
7991         - When drawing image nodes if there is an imagelist we draw the
7992         first image in the list if the supplied image index is out of the
7993         image list's bounds.
7994         
7995 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7996
7997         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
7998           we receive a size change from the WM (Fixes #78503)
7999
8000 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
8001
8002         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
8003           rectangle (Fixes #78501)
8004
8005 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
8006
8007         * ButtonBase.cs: 
8008           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
8009             as a bitfield.
8010           - Fixed MouseMove to no longer switch pressed state unless the left
8011             mouse button is pressed. Atsushi provided the original patch (#78485)
8012           
8013 2006-05-24  Jackson Harper  <jackson@ximian.com>
8014
8015         * ScrollBar.cs: New internal methods that allow us to change a
8016         couple values on the scrollbar (the most common case is maximum
8017         and large change) without getting multiple invalidates.
8018
8019 2006-05-24  Chris Toshok  <toshok@ximian.com>
8020
8021         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
8022         (Edit): save off the original state in oldState, and set
8023         grid.is_editing to true.
8024         (OnKeyDown): abort editing if escape is pressed.  also, call
8025         NextState if space is pressed.
8026         (OnMouseDown): call NextState.
8027         (NextState): factor out shared code from OnKeyDown and OnMouseDown
8028         here.  Also, only invalidate the row header once (on the initial
8029         is_changing switch) to save on redraws.
8030
8031 2006-05-24  Chris Toshok  <toshok@ximian.com>
8032
8033         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
8034         if the value in the cell is different than it was before.  This
8035         keeps us from triggering a layout when we move around a datarid
8036         with a highlighted cell.
8037         (Edit): suspend layout when creating/positining the text box, and
8038         resume passing false so we don't ever actually re-layout.
8039         (ReleaseHostedControl): same.
8040         (EnsureTextBox): reformat slightly, and set WordWrap to false.
8041
8042         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
8043         control-key sequences should go to the datagrid - remove that
8044         lock.  Also, modify the conditions under which we move between
8045         cells when moving the cursor within a cell, and remove the "this"
8046         and "base" from field accesses.  We weren't even consistent, given
8047         they all were in the base class.
8048
8049 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
8050
8051         * Binding.cs : (.ctor)
8052           An obvious NRE fix for BindingTest.CtorNullTest().
8053
8054 2006-05-23  Chris Toshok  <toshok@ximian.com>
8055
8056         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
8057         them between lines.  This fixes some quirks editing cells in the
8058         datagrid.
8059
8060 2006-05-23  Jackson Harper  <jackson@ximian.com>
8061
8062         * TreeView.cs: Use begin/end update when doing expand/collapse all
8063         so that we don't get flicker on the scrollbar.
8064
8065 2006-05-23  Jackson Harper  <jackson@ximian.com>
8066
8067         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
8068         treenode calculations to be independant of the painting code. To
8069         do this nodes track a visible order which is calculated by the
8070         treeview.
8071         - Call new methods for expanding/collapsing nodes.  These methods
8072         use scrollwindow so we don't have to update everything below the
8073         node.
8074         * TreeView.cs: Refactored drawing and scrolling code.  We don't
8075         need to update nodes when drawing anymore or calculate scrollbar
8076         stuff.
8077         - Added new methods for expanding/collapsing nodes. These methods
8078         use ScrollWindow so as to not have to redraw all the nodes below.
8079         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
8080         we add/remove nodes or sort.
8081         - Handle removing the selected and the top node properly.
8082
8083 2006-05-23  Chris Toshok  <toshok@ximian.com>
8084
8085         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
8086         maybe this should actually happen in the datagrid code?
8087         (EndEdit): no need to invalidate anything, given that
8088         ReleaseHostedControl causes the datagrid to relayout, which
8089         invalidates everything anyway.
8090
8091         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
8092         in SetCurrentCell).
8093         (set_SelectionBackColor): call InvalidateSelection instead of
8094         Refresh.
8095         (set_SelectionForeColor): same.
8096         (BeginEdit): Flesh this out a bit.
8097         (CancelEditing): only do any of this if we're editing/adding.
8098         (EndEdit): same.
8099         (OnMouseDown): there's no need to cancel editing here, it's done
8100         in SetCurrentCell.
8101         (SetCurrentCell): only invalidate the current row header if it's a
8102         different row than the new one.
8103         (ShiftSelection): fix this to work like MS does.
8104         (ResetSelection): factor out the invalidation of selected_rows to
8105         InvalidateSelection.
8106         (SetDataSource): cancel any editing that's going on.
8107
8108         * DataGridColumnStyle.cs
8109         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
8110         call the non-interface version.
8111
8112         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
8113         header rectangle with the clip rectangle so we don't redraw the
8114         entire header for just a small area.  Gets rid of the last flicker
8115         when horizontally scrolling.
8116         (DataGridPaintRow): same.
8117
8118 2006-05-23  Mike Kestner  <mkestner@novell.com>
8119
8120         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
8121         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
8122         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
8123         Critical bug report.
8124
8125 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
8126
8127         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
8128           and this fixes #78493
8129
8130 2006-05-23  Miguel de Icaza  <miguel@novell.com>
8131
8132         * Theme.cs (GetSizedResourceImage): Scale images if the proper
8133         size is not found.  
8134         
8135         * FileDialog.cs: Do not change the background for the side bar as
8136         it wont work nicely with the theme, and also reduces the artifacts
8137         in rendering the icons (which I want to fix too).
8138
8139         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
8140         resources, not resgen resources. 
8141
8142         (PlatformDefaultHandler): Pull images using the new API.
8143
8144 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
8145
8146         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
8147           a reference to the hwnd and will not remove it unless there are
8148           no pending exposures (fixes #78341)
8149         * XplatUI.cs: Improved debug
8150
8151 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
8152
8153         * MenuAPI.cs : don't handle OnClick event when it was not the left
8154           button. Fixed bug #78487.
8155
8156 2006-05-23  Mike Kestner  <mkestner@novell.com>
8157
8158         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
8159         prefer submenus to the top menu for item lookup, to avoid popping down
8160         top-row items.
8161
8162 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
8163
8164         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
8165           Graphics.FillRectangle as the visual results are really bad (even
8166           on win). We now draw perfect arrows (and perfect shadows when the
8167           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
8168           Pen.DashPattern to draw the dots of each line.
8169
8170 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
8171
8172         * FileDialog.cs: Update the filename combobox when navigating through
8173           the ListView with the cursor keys. Fixes part 7 of bug #78446.
8174
8175 2006-05-22  Mike Kestner  <mkestner@novell.com>
8176
8177         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
8178         Fixes #78463.
8179
8180 2006-05-22  Mike Kestner  <mkestner@novell.com>
8181
8182         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
8183         requests. Fix a misspelled parameter and a copy paste exception error
8184         in Select.
8185
8186 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
8187
8188         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
8189           to get the same width/height (5/13) on X11 as the default font has on
8190           win32. This means that our DefaultFont emSize is smaller than the 
8191           the MS SWF equivalent (even thought the width/height stays the same)
8192
8193 2006-05-20  Jackson Harper  <jackson@ximian.com>
8194
8195         * MdiClient.cs:
8196         * MdiWindowManager.cs:
8197         * InternalWindowManager.cs: Make sure to use the border width from
8198         the theme.
8199
8200 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
8201
8202         * PrintDialog.cs: Implements printer details
8203
8204 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
8205
8206         * FileDialog.cs: Added focus handling for PopupButtonPanel.
8207           Fixes part 1 and 2 of bug #78446
8208
8209 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
8210
8211         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
8212           instead of sticking to the first ever calculated value
8213
8214 2006-05-19  Mike Kestner  <mkestner@novell.com>
8215
8216         * ComboBox.cs: fix mouse motion selection to use MousePosition and
8217         PointToClient, since Capture is set. Fixes #78344.
8218
8219 2006-05-19  Mike Kestner  <mkestner@novell.com>
8220
8221         * ListView.cs: match MS behavior in Details view where items are not
8222         drawn if Columns.Count == 0. 
8223         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
8224         Use a separate pen to draw the check, since changing the width affects
8225         the box as well.  Fixes #78454.
8226
8227 2006-05-18  Miguel de Icaza  <miguel@novell.com>
8228
8229         * ListView.cs: ArgumentOutOfRangeException, single versions of the
8230         exception should throw the name of the invalid argument.
8231
8232         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
8233         there are no files listed. 
8234
8235 2006-05-18  Jackson Harper  <jackson@ximian.com>
8236
8237         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
8238         up.
8239
8240 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
8241
8242         * Control.cs: Brought back our old UpdateZOrder method as a private
8243           function and switched our calls from UpdateZOrder to the new one.
8244           This fixes the Paint.Net canvas disappearing bug.
8245
8246 2006-05-18  Jackson Harper  <jackson@ximian.com>
8247
8248         * Theme.cs:
8249         * ThemeWin32Classic.cs:
8250         * InternalWindowManager.cs: Move the drawing into the theme,
8251         expose everything the theme should need from the window manager.
8252
8253 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
8254
8255         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
8256           from the call to NativeWindow to avoid walking up the parent chain
8257           further than needed (speeds up setting cursors and avoids setting
8258           the wrong cursor if a parent has another cursor defined)
8259         * Cursor.cs: When loading an icon as cursor, MS uses the center of
8260           the icon as hotspot, not what's contained as hotspot in the icon
8261           file. This fixes the perceived drawing offset seen with Paint.Net
8262         
8263 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
8264
8265         * XplatUIX11.cs: 
8266           - Store the calculated rectangle in Hwnd object and use it when 
8267             setting the client size
8268           - Force Toolwindows to always be type Dock, to ensure they're on top
8269
8270 2006-05-18  Mike Kestner  <mkestner@novell.com>
8271
8272         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
8273         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
8274         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
8275         Substantial refactoring to remove confusing nested classes. Coding
8276         standard and Get+Set->property refactorings.  Shift to index based
8277         highlighting in ComboListBox instead of constantly using IndexOf and
8278         Items[]. Add invalidations on resize for DropDownList to fix ugliness
8279         in FileDialog growth.  Draw borders manually since Simple mode needs
8280         to look like two independent controls.  Make listbox border
8281         conditional to DropDownStyle.  Improved OwnerDraw support.
8282
8283 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
8284
8285         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
8286         Don't set the disposed graphics to null, so we can throw the "right"
8287         exception if the graphics is reused later (added a flag to avoid 
8288         double disposing). Some behaviours are different under 2.0 and are
8289         filled under bug #78448.
8290
8291 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
8292
8293         * Control.cs: When double-buffering is enabled, we need to reset
8294           our graphics context between paint calls. Otherwise, any 
8295           transformations and other alterations on the context will 
8296           become cumulative (#77734)
8297
8298 2006-05-18  Mike Kestner  <mkestner@novell.com>
8299
8300         * ListView.cs: do focused item selection like MS on clicks. 
8301         Rework focus handling for ItemControl so LostFocus invalidates as
8302         well.
8303         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
8304         the ListView ItemControl has focus.
8305
8306 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
8307
8308         * XplatUIX11.cs: If client_window ends up being width or height zero
8309           due to border settings, move it off window inside whole_window (#78433)
8310
8311 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
8312
8313         * Mime.cs: Shrink the mime file cache correctly.
8314
8315 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
8316
8317         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
8318
8319 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
8320
8321         * XplatUIX11.cs (AddExpose): More sanity checks
8322
8323 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8324
8325         * XplatUIX11.cs:
8326           - AddExpose: Don't add expose ranges outside the size of our
8327             window
8328           - Cast opacity values to Int32 to avoid crashes with certain
8329             values
8330           - Added disabled code paths that protect against illegal cross-
8331             thread painting (Developers.exe)
8332
8333 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
8334
8335         * ProgressBar.cs: Invalidate the control when it's resized
8336           since block size is based on control size. (#78388)
8337
8338 2006-05-16  Miguel de Icaza  <miguel@novell.com>
8339
8340         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
8341         of setting the incoming argument to the "reset" value, we set the
8342         this.datamember to string.empty (before we were invalidating the
8343         incoming data).   
8344
8345         Fixes 78420
8346
8347 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8348
8349         * Form.cs: Only apply transparency settings after the form
8350           is created. (Fixes #77800)
8351
8352 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
8353
8354         * ApplicationContext.cs: Grab the HandleDestroyed event so
8355           we know when to fire OnMainFormClosed 
8356
8357 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8358
8359         * Application.cs: Introduced sub-class to allow tracking of
8360           threads and centralized triggering of the event mess for
8361           ThreadExit, AppExit, etc..  (#76156)
8362
8363 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
8364
8365         * MimeIcon.cs:
8366           - Do not return a null icon index value for a mime subclass.
8367             Instead try the main mime type class too.
8368           - Seems that some newer distributions don't have a link to some
8369             gnome default icons anymore. So check the default gnome dir too.
8370           
8371
8372 2006-05-16  Jackson Harper  <jackson@ximian.com>
8373
8374         * MdiClient.cs: Don't paint the parent background image if we have
8375         our own background image.
8376
8377 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
8378
8379         * Control.cs:
8380           - PerformLayout: Do not shrink space filled by DockStyle.Fill
8381             controls, all filled controls are supposed to overlap (#78080)
8382           - UpdateZOrder is supposed to update the control's z-order in the
8383             parent's z-order chain. Fixed to behave like that
8384           - BringToFront: Removed obsolete code
8385           - SendToBack: Simplyfied
8386           - SetChildIndex: Trigger layout calculations when Z-order changes
8387             since layout is done by z-order
8388
8389 2006-05-16  Chris Toshok  <toshok@ximian.com>
8390
8391         [ fixes bug #78410 ]
8392         * DataGrid.cs (set_AlternatingBackColor): use
8393         grid_drawing.InvalidateCells instead of Refresh().
8394         (set_BackColor): call grid_drawing.InvalidateCells.
8395         (set_BackgroundColor): use Invalidate instead of Refresh.
8396
8397         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
8398         invalidate the cell area.
8399
8400 2006-05-15  Chris Toshok  <toshok@ximian.com>
8401
8402         [ fixes bug #78011 ]
8403         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
8404         on to DataGridPaintRow.
8405         (DataGridPaintRow): take a clip argument, and only draw the cells
8406         which intersect it.  same with the not_usedarea.
8407
8408         * Theme.cs (DataGridPaintRow) add @clip parameter.
8409
8410         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
8411         XplatUI.ScrollWindow.
8412         (ScrollToRow): same.
8413
8414         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
8415         with last column which was causing a gray swath to appear with the
8416         XplatUI.ScrollWindow code.
8417
8418 2006-05-15  Chris Toshok  <toshok@ximian.com>
8419
8420         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
8421         use XplatUI.ScrollWindow.
8422         (VerticalScrollEvent): use XplatUI.ScrollWindow.
8423
8424 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
8425
8426         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
8427
8428 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
8429
8430         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
8431           file since there are no equivalent X11 cursors
8432
8433 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8434
8435         * MonthCalendar.cs : DateTimePicker should reflect selected date
8436           on mouse*up*, not mouse*down*. Fixed originally reported part of
8437           bug #76474.
8438
8439 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8440
8441         * TabControl.cs : When argument index is equal or more than tab
8442           count, just ignore. Fixed bug #78395.
8443
8444 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
8445
8446         * Control.cs: Dispose all child controls when control is diposed (#78394)
8447
8448 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8449
8450         * ColorDialog.cs: Finally it is possible to select the color with
8451           the text boxes
8452
8453 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8454
8455         * PrintDialog.cs: Fix typo
8456
8457 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8458
8459         * PrintDialog.cs: PrintDialog is not resizable
8460         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
8461           color. Made some ToolBar drawing methods protected virtual.
8462
8463 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
8464
8465         * PrintDialog.cs: Implementation of the PrintDialog
8466
8467 2006-05-12  Chris Toshok  <toshok@ximian.com>
8468
8469         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
8470         thumb, instead use MoveThumb.  This has the side effect of making
8471         most of the other thumb moving machinery use MoveThumb as well.
8472         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
8473         need to actually invalidate the rectangle where the new thumb will
8474         go.
8475         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
8476         We force an Update() after, so it's not as fast as it could be,
8477         but at least there's zero flicker and no droppings.
8478         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
8479         (UpdateThumbPos): add another argument (dirty), which says whether
8480         or not to calculate/add dirty regions which we later invalidate.
8481         For cases where we know we're going to use MoveThumb, we pass
8482         false for this.  Otherwise, pass true.
8483
8484 2006-05-12  Jackson Harper  <jackson@ximian.com>
8485
8486         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
8487         the status bar.
8488         
8489 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
8490
8491         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
8492           and GetClipRegion methods and UserClipWontExposeParent property.
8493         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
8494           overriding UserClipWontExposeParent property, setting to false, since
8495           Win32 handles the required expose messages to draw our clipped parent
8496           areas internally
8497         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
8498           PaintEventStart to set the user clip region if set.
8499         * Control.cs: 
8500           - Now internally tracking the Region for the control since we need to
8501             store it if the handle is not yet created and only set it when it
8502             becomes created. Before setting the region forced handle creation
8503           - Added code to draw the parents underneath a user-clipped region
8504         * Hwnd.cs: Added UserClip property
8505
8506 2006-05-12  Chris Toshok  <toshok@ximian.com>
8507
8508         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
8509         (set_Maximum): same.
8510         (set_Minimum): same.
8511         (set_SmallChange): same.
8512         (OnMouseUpSB): remove the call to refresh when releasing the
8513         thumb.  We shouldn't need it.
8514         
8515 2006-05-12  Miguel de Icaza  <miguel@novell.com>
8516
8517         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
8518         AutoSize set to None, we do not need to relayout everything, we
8519         just need to invalidate the current region.
8520
8521         (Draw): Do not draw the entire ClientArea, just redraw the
8522         clip area being passed.
8523
8524         * MdiClient.cs: Make MdiClient constructor with the Form argument
8525         internal. 
8526
8527 2006-05-12  Jackson Harper  <jackson@ximian.com>
8528
8529         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
8530         parents background image,  but strangely not their own.
8531         - (DrawStatusBarPanel): Take into account horizontal alignment
8532         when drawing the strings and icons.
8533
8534 2006-05-12  Mike Kestner  <mkestner@novell.com>
8535
8536         * ListBox.cs: avoid invalidations for focus when the collection is
8537         empty. 
8538
8539 2006-05-12  Chris Toshok  <toshok@ximian.com>
8540
8541         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
8542         invalidate the entire thumb area.  Call InvalidateDirty which
8543         limits the redraw to the thumb itself and surrounding pixels.
8544
8545         * XplatUIX11.cs (ScrollWindow): optimize copying.
8546         
8547 2006-05-12  Chris Toshok  <toshok@ximian.com>
8548
8549         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
8550         Figure out the positioning/layout in a single pass instead of
8551         multiple recursive invocations.  Speeds up the initial display of
8552         the data grid.  Also, make many things private that were
8553         originally public but unused outside this class.
8554
8555 2006-05-11  Jackson Harper  <jackson@ximian.com>
8556
8557         * MdiClient.cs: Improved layout code.
8558
8559 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
8560
8561         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
8562           not SelectedObject.
8563
8564 2006-05-11  Chris Toshok  <toshok@ximian.com>
8565
8566         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
8567         union of that will always be {0,0,width,height}.
8568
8569 2006-05-11  Jackson Harper  <jackson@ximian.com>
8570
8571         * Form.cs: Match MS's DefaultSize for forms (they must have
8572         changed the size in sp2).
8573
8574 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
8575
8576         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
8577
8578 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
8579
8580         * TextControl.cs : Fixed bug #78109. This incorrect position
8581           comparison caused crash on automatic line split.
8582         * TextBoxBase.cs : reduce duplicate code.
8583
8584 2006-05-10  Jackson Harper  <jackson@ximian.com>
8585
8586         * MdiClient.cs: Active form is only sent to the back when using
8587         the Next form functionality, when a form is clicked the current
8588         active shouldn't be sent to the back.
8589         - Layout the mdi windows when the container is first made visible.
8590         * Form.cs: Give the MdiClient a ref to the containing form when we
8591         create it.
8592         
8593 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
8594
8595         * LinkLabel.cs : link_font could be uninitialized, so populate one
8596           before actual use. Fixed bug #78340.
8597
8598 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
8599
8600         * XplatUIX11.cs : clipboard format native value is IntPtr.
8601           Fixed bug #78283.
8602
8603 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8604
8605         * Control.cs: 
8606           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
8607             which is passed up the parent chain by DefWndProc
8608           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
8609             to DefWndProc (#77956)
8610         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
8611
8612 2006-05-10  Jackson Harper  <jackson@ximian.com>
8613
8614         * MdiClient.cs: We need to remove the controls from the mdi
8615         collection, when we close the window.
8616         * MdiWindowManager.cs: Special handling of closing mdi windows.
8617         * InternalWindowManager.cs: Make the close method virtual so the
8618         mdi window manager can handle it specially.
8619
8620 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
8621
8622         * DataGrid.cs:
8623           - Recalculate grid when the data source has changed
8624           - Matches styles provided by user from all data sources types
8625         * DataGridTableStyle.cs: For columns that provided by the user set the
8626         with the preferred value is there was unassigned.
8627         * CurrencyManager.cs: throw OnItemChanged event
8628
8629 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
8630
8631         * PictureBox.cs: Don't animate until handle is created. Start animation
8632           when handle is created.
8633
8634 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8635
8636         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
8637           current codebase.
8638         * XEventQueue.cs: We don't need to provide the extra info
8639
8640 2006-05-10  Jackson Harper  <jackson@ximian.com>
8641
8642         * MdiClient.cs: If the mdi clients parent form has a background
8643         image set, we draw that background image for the mdi area's
8644         background.
8645
8646 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8647
8648         * TextBoxBase.cs: Set IBeam cursor (#78347)
8649
8650 2006-05-10  Mike Kestner  <mkestner@novell.com>
8651
8652         * ToolBar.cs: fix some text padding issues with ButtonSize
8653         calculation. Update the default size to match MS documentation.
8654         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
8655         button size. Fixes #78296.
8656
8657 2006-05-10  Mike Kestner  <mkestner@novell.com>
8658
8659         * ListBox.cs: use is_visible for scrollbar positioning in case the
8660         control isn't on screen yet.  Fix off by one with Right vs Width
8661         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
8662         
8663 2006-05-10  Jackson Harper  <jackson@ximian.com>
8664
8665         * X11Dnd.cs: Drop to a control with another control on top of it.
8666         * ToolBar.cs: Work on a copy of the buttons list, so that it can
8667         be modified in click handlers. TODO: Look for similar problems in
8668         other controls.
8669
8670 2006-05-09  Jackson Harper  <jackson@ximian.com>
8671
8672         * Form.cs: Window managers need the old window state when setting
8673         window state now.
8674         * InternalWindowManager.cs: Allow the base mdi window manager to
8675         handle more of the MDI only stuff (like maximize buttons).
8676         * MdiWindowManager.cs: Fix some snafus in changing the window
8677         state.  Add all the menu functionality, for both popup and
8678         maximized menus.
8679         * MdiClient.cs: When a new form is selected the currently
8680         activated form is sent to the back, this matches MS.
8681         - Implement a new method to activate the next mdi child window.
8682
8683 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
8684
8685         * Control.cs: 
8686           - Added new InternalCapture method to allow controls to prevent
8687             the capture behaviour on the click handlers
8688           - Switched to use InternalCapture
8689         * ComboBox.cs:
8690           - Using InternalCapture to prevent mouse captures from being released
8691             on mouse button release (Fixes #78100)
8692         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
8693           returns Form borders if a caption is present. (Fixes #78310)
8694
8695 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
8696
8697         * TreeNode.cs: Changed serialization .ctor to not require every field
8698           to be present. (#78265)
8699         * OwnerDrawPropertyBag.cs: Added serialization .ctor
8700
8701 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
8702
8703         * MimeIcon.cs: for is faster than foreach for strings.
8704
8705 2006-05-05  Mike Kestner  <mkestner@novell.com>
8706
8707         * CheckedListBox.cs: update check handling code to not use selected.
8708         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
8709         behavior for visual feedback, motion response, shift/ctrl handling,
8710         and properly deal with all 4 selection modes. Updates to bounds
8711         handling logic.  Add scroll wheel support. [Fixes #77842]
8712
8713 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8714
8715         * ListView.cs:
8716           - Moved adding of Implicit controls into .ctor. That way, subsequent
8717             creation of the controls will not cause them to think they are 
8718             toplevel windows (fixes #78200 header problem)
8719           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
8720           - Switched visibility setting of header control to use internal field
8721             to avoid triggering handle creation
8722           - Now checking if handle is created before causing a refresh when items
8723             are added (This makes us now match handle creation time with MS)
8724         * Splitter.cs: Removed loading of private splitter cursor, switched to
8725           Cursors version now that that is loading the right ones
8726         * Cursors.cs: Load proper splitter cursors from resources
8727         * Cursor.cs: Added second method of loading resource cursors for the 
8728           VS.Net users amongst us
8729
8730 2006-05-05  Mike Kestner  <mkestner@novell.com>
8731
8732         * ListView.cs: give header_control a minimum size based on the
8733         ListView size.
8734
8735 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8736
8737         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
8738           window seems to do that with metacity, so set that type. (#78120)
8739
8740 2006-05-05  Mike Kestner  <mkestner@novell.com>
8741
8742         * ListViewItem.cs: fix Details mode checkbox layout bug.
8743         * ThemeWin32Classic.cs: draw a ListView column header for unused space
8744         at the end of the header, if it exists. [Fixes for #78200]
8745
8746 2006-05-04  Jackson Harper  <jackson@ximian.com>
8747
8748         * MdiClient.cs: Add a helper property to get the container form.
8749         * MdiWindowManager.cs: We have to make sure to use the menu origin
8750         when drawing the icons and buttons, this fixes maximized window
8751         icons/buttons on win32.
8752         * InternalWindowManager.cs: Reset the restore captions when a
8753         window goes from Maximized to Minimized and vice versa. Move the
8754         DrawMaximizedButtons into the MdiWindowManager source, tool
8755         windows can't be maximized. NOTE: This could use a little
8756         refactoring if time ever permits.
8757         
8758 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8759
8760         * TextBox.cs: Add MWFCategoryAttributes
8761         * TextBoxBase.cs: Add MWFCategoryAttributes
8762         * Form.cs: Add MWFCategoryAttributes
8763
8764 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8765
8766         * Control.cs: Add MWFCategoryAttributes
8767         * ScrollableControl.cs: Add MWFCategoryAttributes
8768
8769 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
8770
8771         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
8772           Divider is true. Fix a little glitch in PropertyToolBar
8773           drawing code
8774
8775 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
8776
8777         * Control.cs:
8778           - Dispose: Call base.Dispose, this causes the disposed event
8779             to be fired (and probably other, more important stuff)
8780           - SetVisibleCore: Set is_visible to true after creating the
8781             window so that the window still gets created invisible (if
8782             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
8783             to generate a WM_ACTIVE message
8784         * Form.cs: Call Dispose when we want to destroy the window, instead of
8785           just destroying the handle (Dispose will do that for us)
8786         * XplatUIX11.cs:
8787           - RootWindow also needs a queue, so we can properly process the
8788             property change events from RootWindow (like Activate)
8789           - Generatic synthetic WM_ACTIVE message when the active window is
8790             being destroyed
8791
8792 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8793
8794         * LinkLabel.cs: Trigger a recalc of our label dimensions when
8795           bounds are changed
8796
8797 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
8798
8799         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
8800           for determining width and height (image might not be assigned if
8801           we're drawing an imagelist)
8802
8803 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8804
8805         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8806         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8807           height from system
8808         * Theme.cs: No longer returns hardcoded menu height, instead calls
8809           new driver method
8810         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8811           on MS (# 78257)
8812
8813 2006-05-01  Mike Kestner  <mkestner@novell.com>
8814
8815         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8816
8817 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8818
8819         * TextBoxBase.cs: Removed Fixme
8820         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8821
8822 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8823
8824         * XplatUIX11.cs:
8825           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8826             the rectangle relative to the parent, considering borders. We
8827             don't really want that.
8828           - ScrollWindow: Fixed warning to be more understandable
8829         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8830           scrollbars and scroll only the visible area
8831         * RichTextBox.cs: Removed debug output
8832
8833 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8834
8835         * NumericUpDown.cs (Text): Just use base
8836         * UpDownBase.cs: Ensure txtView is created before using it
8837
8838 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8839
8840         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8841           casting to IntPtr to avoid 64bit overflow errors
8842
8843 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8844
8845         * Control.cs:
8846           - AllowDrop: Don't force handle creation.
8847           - CreateHandle: Added call to tell driver if we're allowed to drop
8848
8849 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8850
8851         * FileDialog.cs: Remember the last directory not only for the
8852           current instance but also for new FileDialog instances.
8853
8854 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8855         
8856         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8857           broke sending async messages
8858
8859 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8860
8861         * XplatUIX11.cs:
8862           - ScrollWindow: Fixed method. We finally generate expose events again
8863             for scrolled areas. This was causing 'garbage' when scrolling
8864             textbox and other controls that used ScrollWindow
8865           - Switched from using the regular queue for paint events to the MS 
8866             model of 'generating' paint events when the queue is empty.
8867             We use the new XQueueEvent.Paint subclass to store which windows
8868             need painting.
8869           - AddExpose now takes the x/y/width/height of the exposed area
8870             and inserts the window into the paint queue if not already there
8871           - InvalidateWholeWindow: Switched to use new AddExpose method
8872           - UpdateMessageQueue: Added which queue to monitor for paint events
8873           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8874             the unlikely case nothing above handles it. We reset the expose
8875             pending states to get them off the queue.
8876           - GetMessage: Now pulls a paint event if no other events are in the
8877             queue
8878           - Invalidate: Switched to new AddExpose method
8879           - PeekMessage: Updated to understand pending paint events
8880           - UpdateWindow: Fixed logic bug. We were only updating if the window
8881             didn't need updating. Also switched to sending WM_PAINT directly,
8882             like MS does.
8883         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8884           and random access Remove(). The random access is needed to handle
8885           UpdateWindow() where a WM_PAINT is sent directly without accessing
8886           the queue.
8887         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8888           allow for better feedback when scrolling. Scrollbars are small and
8889           the immediate update should make it 'feel' more responsive without
8890           slowing things down. ScrollBar still needs it's invaliate logic
8891           updated to not always invalidate the whole bar on certain changes.
8892
8893 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8894
8895         * Control.cs:
8896         (BackColor): if the control does not support a transparent background,
8897         return the default backcolor when the parent backcolor is transparent.
8898
8899 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8900
8901         * Application.cs: Updated to new StartLoop/GetMessage API
8902         * RichTextBox.cs: Provide some output on RTF parsing errors
8903         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8904           new queue_id argument to GetMessage and PeekMessage to allow faster
8905           handling of per-thread queues in drivers.
8906         * Hwnd.cs: Added Queue tracking and property
8907         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8908         * XEventQueue.cs: Added thread trackingA
8909         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8910         * XplatUIX11.cs:
8911           - Implemented new per-thread queue
8912           - GetMessage: Fixed return/break behaviour on several cases. We were
8913             returning stale messages in some cases, instead of just processing
8914             the next message
8915
8916 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8917
8918         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8919
8920 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8921
8922         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8923           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8924
8925 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8926
8927         * PropertyGridView.cs: Fix drop down width.
8928
8929 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8930
8931         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8932           a mess in DrawToolBar, so I removed one of them.
8933
8934 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8935
8936         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8937           needed (clip). Otherwise we get artifacts.
8938
8939 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8940
8941         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8942           dimension is fixed
8943         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8944           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8945         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8946           if it matches the scale base font (avoids unneeded scaling)
8947
8948 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8949
8950         * X11DesktopColors.cs: One gtk_init_check should be enough
8951
8952 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8953
8954         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8955           match MS behaviour
8956
8957 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8958
8959         * TextBoxBase.cs: 
8960           - Generate OnTextChanged for Backspace even if we're only deleting
8961             the current selection
8962           - When setting the Text property, only select all text if the
8963             control does not have focus when it is being set. Otherwise
8964             just place the cursor at the beginning of the control
8965
8966 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8967
8968         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8969           Added a little helper to draw PropertyGrid ToolBar with a different
8970           border and a different BackColor.
8971         * PropertyGrid.cs: Some background parts didn't get painted with the
8972           correct background color. Added a class that helps us to draw the
8973           correct border for PropertyGridView and a class that helps us to
8974           draw ToolBars with a different backcolor
8975         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
8976
8977 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
8978
8979         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
8980         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
8981
8982 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8983
8984         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
8985           into the palette entries. Also, since we're working on a copy
8986           we needed to copy the palette back onto the bitmap.
8987         * Cursor.cs: Same fix as XplatUIWin32.cs.
8988
8989 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
8990
8991         * ImageListStreamer.cs: Need to read the var (or we're off)
8992
8993 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8994
8995         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
8996           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
8997           TextBoxBase.cs: Unused var fixes
8998         * AxHost.cs: Small 2.0 fix
8999         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
9000           as it seems that is what at least Metacity expects. This will make
9001           icons show up on 64bit platforms. We still have some 64bit size
9002           issues, though, since the startup app window size still won't match.
9003
9004 2006-04-25  Mike Kestner  <mkestner@novell.com>
9005
9006         * *.cs: cleanup newly reported exception var unused warnings.
9007
9008 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
9009
9010         * ThemeWin32Classic.cs: Button image alignment now matches exactly
9011           ms
9012
9013 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
9014
9015         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
9016           image. The image position is always the same, no matter if the
9017           button is pressed or not.
9018
9019 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
9020
9021         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
9022           selection and set the correct filename for SaveFileDialog.
9023           Patch by Emery Conrad.
9024
9025 2006-04-24  Mike Kestner  <mkestner@novell.com>
9026
9027         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
9028         check for item.X outside the ClientRect instead of item.Y. Fixes
9029         #78151.
9030
9031 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9032
9033         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
9034         trust that value blindly and do some sanity check. Fixes bug #77814.
9035
9036 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9037
9038         * ImageListStreamer.cs: save the mask as a 1bpp image.
9039
9040 2006-04-21  Mike Kestner  <mkestner@novell.com>
9041
9042         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
9043         pass Checked and Indeterminate to the Theme Engine. Improve
9044         encapsulation with ListBox.
9045         * ListBox.cs: Keep a StringFormat instead of calculating it every item
9046         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
9047         nested types.  Move all CheckState functionality to CheckedListBox.
9048         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
9049         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
9050         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
9051         single base list. Fix scrollbar sizing and placement to mirror MS.
9052         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
9053         used.
9054         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
9055         for CheckedListBox by using new DrawItemState info.  Center the
9056         checkboxes on the items. Use new StringFormat property.
9057
9058 2006-04-18  Jackson Harper  <jackson@ximian.com>
9059
9060         * Form.cs: MdiChildren don't do default locations the same way as
9061         regular forms.  This prevents a crash when trying to position the
9062         mdi windows.
9063
9064 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
9065
9066         * PropertyGridTextBox.cs: Formatting, copyright
9067         * PropertiesTab.cs: Formatting
9068         * PropertyGrid.cs: Formatting
9069         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
9070           click toggling of values
9071           
9072 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
9073
9074         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
9075         * Control.cs (.ctor): verify_thread_handle is static, don't reset
9076           every time a control is created
9077         * Application.cs: Removed obsolete EnableRTLMirroring method
9078
9079 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
9080
9081         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
9082         SelectedIndex to -1. Fixes bug #78121.
9083
9084 2006-04-17  Jackson Harper  <jackson@ximian.com>
9085
9086         * Binding.cs: Handle null values for Current and BindingContext.
9087         This occurs when binding is a little delayed.
9088         * CurrencyManager.cs: return null for Current when there are no
9089         items in the list.
9090         - Hookup to the listchanged event on the DataView and update
9091         bindings when the list is changed.  This fixes late binding of
9092         controls.
9093
9094 2006-04-17  Jackson Harper  <jackson@ximian.com>
9095
9096         * X11Dnd.cs:
9097         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
9098         Ringenbach.
9099
9100 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
9101
9102         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
9103           place
9104         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
9105           with the correct ButtonState
9106
9107 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
9108
9109         * XplatUIX11.cs: Improved distinguishing between window types to
9110           tell the WM a type closer to what the app wants (Fixes #78107)
9111
9112 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
9113
9114         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
9115           GrabHandle
9116
9117 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
9118
9119         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
9120           drawing code to reflect the size grip changes
9121
9122 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9123
9124         * ImageListStreamer.cs: fix handling of the mask that follows the main
9125         bitmap when deserializing and serialize it properly. The generated mask
9126         should better be a 1bpp image, but I'll do that later.
9127
9128 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
9129
9130         * FileDialog.cs: Show something in the DirComboBox on *nix if the
9131           path doesn't fit into some of our Current.Places
9132
9133 2006-04-13  Jackson Harper  <jackson@ximian.com>
9134
9135         * ComboBox.cs: Use borders instead of drawing our own decorations,
9136         try to obey correct rules for heights.
9137         * Theme.cs:
9138         * ThemeNice.cs:
9139         * ThemeClearLooks.cs:
9140         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
9141         this is now handled by borders.
9142         - Remove unused DrawListBoxDecorationSize method.
9143         
9144 2006-04-13  Mike Kestner  <mkestner@novell.com>
9145
9146         * MenuAPI.cs: null guarding for the disbled click check fixes crash
9147         reported by Alex.
9148
9149 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
9150
9151         * ThemeWin32Classic.cs: 
9152           - Fixed CPDrawStringDisabled
9153           - Corrected drawing of disabled menu items
9154           - Fixed drawing of disabled radio buttons (bug #78095)
9155           - Draw check in a disabled CheckBox with color ControlDark 
9156
9157 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9158
9159         * Form.cs: Use the provided width when calculating the menu size;
9160           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
9161           and ClientSize.Width won't be updated yet
9162         * Application.cs: Use Visible instead of Show() to make form visible,
9163           this way we create the handle later and menusize is considered
9164
9165 2006-04-12  Mike Kestner  <mkestner@novell.com>
9166
9167         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
9168         reporting.
9169
9170 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9171
9172         * TextBox.cs: Implemented context menu
9173
9174 2006-04-12  Mike Kestner  <mkestner@novell.com>
9175
9176         * ListView.cs: implement box selection. fixes #77838.
9177         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
9178
9179 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
9180
9181         * XplatUIX11.cs: Added setting of window type when transient window
9182           is created (metacity would move it otherwise)
9183         * X11Structs.cs: Added WINDOW_TYPE atoms
9184         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
9185           background (the control is Opaque but still wants transparent
9186           backgrounds)
9187
9188 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9189
9190         * Control.cs: Added OnPaintBackgroundInternal to allow controls
9191           that set Opaque but don't mean it (like all ButtonBase-derived
9192           controls) to still draw their background
9193         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
9194           the background
9195
9196 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
9197
9198         * Control.cs (PaintControlBackground): Set the graphics object
9199           on our PaintEvent to null to prevent it from being disposed
9200           when the PaintEvent gets disposed
9201
9202 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
9203
9204         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
9205         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
9206
9207 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
9208
9209         * Control.cs: 
9210           - Added transparency check to BackColor property. Transparent
9211             backgrounds are only allowed if the control styles permit it
9212           - Added recursive painting of parent control background and
9213             foreground if a control with a transparent backcolor is drawn
9214             (Thanks to Tim Ringenback for providing his 'hack' as a base
9215              for this patch) Fixes #77985 and #78026.
9216           - Added Opaque style check before calling OnPaintBackground, no
9217             need to draw the background if the control is opaque
9218           - Removed ControlAccessibleObject owner variable (inherited from
9219             base, no need to define again)
9220           - Added some documentation links explaining the drawing events
9221             and styles
9222
9223 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
9224
9225         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
9226           that the affected control is the located at the left border of our
9227           parent (Fixes #77936)
9228
9229 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
9230
9231         * TextBoxBase.cs: When rendering disabled or readonly controls,
9232           draw the background with 'Control' instead of 'Window' color as
9233           long as the user hasn't specifically set a color
9234
9235 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
9236
9237         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
9238           since that won't be updated if the user types text (only if it's
9239           programatically set)
9240
9241 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
9242
9243         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
9244           layout changes do to app-triggered resizes will have the proper
9245           display rectangle for layout
9246
9247 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
9248
9249         * ThemeWin32Classic.cs:
9250           - Make use of the SystemBrushes and SystemPens wherever possible
9251           - Corrected some highlight colors
9252           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
9253             drawing
9254         * Theme.cs: Added Empty field to CPColor struct
9255
9256 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
9257
9258         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
9259           is displayed when calculating the display rectangle. Thanks to Mike
9260           for teaching me the err of my ways.
9261
9262 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
9263
9264         * ScrollableControl.cs:
9265           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
9266             (instead of 0,0) and we now return the real width/height instead of
9267             just the clientrectangle, adjusted for padding. The rectangle is
9268             now cached and created by the new CalculateDisplayRectangle method.
9269           - Created new CalculateDisplayRectange method, which basically does
9270             what get_DisplayRectangle() did originally, but now using the 
9271             right edge instead of DisplayRectangle to determine the size of
9272             our scrollbars
9273           - get_Canvas(): Fixed it to properly calculate canvas for 
9274             right/bottom controls which seem to be placed to the right/bottom
9275             of any controls that have a fixed location
9276           - Removed TODO that's taken care of
9277           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
9278             and SetDisplayRectLocation according to new MSDN2 docs
9279           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
9280             event when that is called, this is added for compatibility
9281           - ScrollControlIntoView(): Implemented.
9282           - Switched scrollbars to be implicit, they shouldn't be selectable
9283         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
9284           call it when the active control is set/changed
9285         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
9286         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
9287           implicit_control variable (used for native Win32 message generation)
9288         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
9289           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
9290         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
9291         * XplatUIStructs.cs: Added ScrollBarCommands enum
9292
9293 2006-04-10  Jackson Harper  <jackson@ximian.com>
9294
9295         * ButtonBase.cs:
9296         * CheckedListBox.cs:
9297         * ComboBox.cs:
9298         * DataGrid.cs:
9299         * DataGridView.cs:
9300         * Form.cs:
9301         * GroupBox.cs:
9302         * ListBox.cs:
9303         * PrintPreviewControl.cs:
9304         * ProgressBar.cs:
9305         * PropertyGrid.cs:
9306         * Splitter.cs:
9307         * StatusBar.cs:
9308         * TrackBar.cs:
9309         * UpDownBase.cs: Fixup base event overrides.
9310         
9311 2006-04-06  Mike Kestner  <mkestner@novell.com>
9312
9313         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
9314         all user-initiated value changes to min <= value <= max-thumbsz+1.
9315         (set_Value): check for vert/horiz when calculating new thumb position.
9316         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
9317         like MS does.
9318         (OnMouseMoveSB): refactor the thumb dragging code and refine
9319         invalidation logic to reduce flicker.
9320         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
9321         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
9322         (UpdateThumbPosition): small code readability cleanup
9323
9324 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
9325
9326         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
9327           different
9328
9329 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
9330
9331         * ThemeNice.cs: Use a better graphics effect when a button is pressed
9332
9333 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
9334
9335         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
9336         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
9337           This dramatically reduces the number of Pen.Dispose calls. 
9338           Where possible call ResPool methods only once instead of calling it
9339           over and over again (for example for the same color).
9340
9341 2006-04-06  Mike Kestner  <mkestner@novell.com>
9342
9343         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
9344         Also remove an unused private field on the collection. Fixes #77972.
9345
9346 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
9347
9348         * ThemeNice.cs: Added ToolBar drawing code
9349
9350 2006-04-06  Mike Kestner  <mkestner@novell.com>
9351
9352         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
9353         I'm assuming that means we need to look up the toplevel for the
9354         provided control. Fixes the crash trace in #77911 but exposes another
9355         crash in some strange reflection usage in NDocGui.
9356
9357 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
9358
9359         * ThemeNice.cs: Gave it a little silver touch and added Images
9360           method
9361         * FontDialog.cs: FontDialog is not resizable
9362         * FileDialg.cs: Added SizeGripStyle.Show
9363
9364 2006-04-05  Jackson Harper  <jackson@ximian.com>
9365
9366         * KeyboardLayouts.cs: Remove warning.
9367
9368 2006-04-05  Jackson Harper  <jackson@ximian.com>
9369
9370         * Control.cs: Enable OnPaintInternal so we can use it for drawing
9371         all of our controls instead of Paint +=.
9372         * ListBox.cs:
9373         * ListView.cs:
9374         * MenuAPI.cs:
9375         * MessageBox.cs:
9376         * NotifyIcon.cs:
9377         * ProgressBar.cs:
9378         * ScrollBar.cs:
9379         * Splitter.cs:
9380         * StatusBar.cs:
9381         * TabControl.cs:
9382         * TextBoxBase.cs:
9383         * ToolBar.cs:
9384         * TrackBar.cs:
9385         * UpDownBase.cs:
9386         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
9387         use OnPaintInternal. Remove Width/Height and Visible checks in
9388         paint handler, this is done at a higher level now.
9389         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
9390         * PaintEventArgs.cs: Add a handled flag so controls that don't
9391         want anymore painting after OnPaintInternal can make sure OnPaint
9392         isn't called.
9393
9394 2006-04-05  Mike Kestner  <mkestner@novell.com>
9395
9396         * Form.cs: fix the menu WndProc hacks to respect the native enabled
9397         state of the form, so that we don't process events when Modal dialogs
9398         are up. Fixes #77922.
9399
9400 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
9401
9402         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
9403           checking is done.
9404
9405 2006-04-05  Mike Kestner  <mkestner@novell.com>
9406
9407         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
9408
9409 2006-04-05  Mike Kestner  <mkestner@novell.com>
9410
9411         * ListView.cs (HeaderMouseMove): null guarding for the over column
9412         when setting up the drag_to_index.  Fixes #78015.
9413
9414 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
9415
9416         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
9417           in the taskbar. Transient windows seem to accomplish that.
9418
9419 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
9420
9421         * Form.cs:
9422           - Re-enabled CreateParams.X/Y code for FormStartPosition
9423           - Added code for manual placement when creating the Control
9424           - Incomplete patch to treat MDI forms differently when
9425             setting the ClientSizeCore. (Still need to figure out handling
9426             x/y coords there)
9427         * XplatUIX11.cs:
9428           - When we're explicitly setting the X/Y position of a non-Child
9429             window, let the WM know. Metacity really wants this.
9430
9431 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9432
9433         * ThemeNice.cs: Added CPDrawButton
9434
9435 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9436
9437         * ThemeNice.cs: Changed the color for focused buttons and activated
9438           the arrows for small scroll buttons.
9439
9440 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9441
9442         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
9443           anymore. Changed some method modifiers to protected (virtual)
9444         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
9445           changes
9446         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
9447           Updated drawing of menus, buttons and progressbars; added
9448           CPDrawBorder3D 
9449
9450 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9451
9452         * ImageListStreamer.cs: implemented serialization/deserialization
9453         of the images.
9454
9455 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
9456
9457         * ThemeWin32Classic.cs:
9458           - Removed all the DrawFrameControl stuff; CPDrawButton,
9459             CPDrawCheckBox and CPDrawRadioButton are now handled directly
9460             inside the methods
9461           - Updated and corrected the drawing code of CPDrawButton,
9462             CPDrawCheckBox and CPDrawRadioButton to better match ms
9463           - Updated theme checkbox and radiobutton code to use the CP*
9464             methods
9465
9466 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
9467
9468         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
9469           bug is fixed
9470
9471 2006-03-31  Jackson Harper  <jackson@ximian.com>
9472
9473         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
9474         sometimes.
9475         * UpDownBase.cs: Don't CreateGraphics manually, use a
9476         Refresh. Ideally we would invalidate the correct areas here.
9477
9478 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
9479
9480         * XplatUIX11.cs: 
9481           - We now track the mapping state of windows. If a window (or 
9482             one of it's parents) is not mapped we no longer permit
9483             WM_PAINT messages to be generated since we'd otherwise get 
9484             lots of BadMatch X errors. Jackson did all the work figuring
9485             out the problem.
9486           - Destroying the caret if the window it's contained in is 
9487             destroyed. Can't use regular DestroyCaret method since it
9488             might fall into a drawing function (trying to remove the
9489             caret) and with that generate new BadMatch errors. Again,
9490             Jackson tracked this down.
9491           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
9492             make sure we send the messages to all windows. (The old code
9493             would send the WM_DESTROY to the window, and then all child
9494             windows would be 'gone' because the WM_DESTROY handle lookup
9495             would no longer find the destroyed window)
9496         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
9497         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
9498
9499 2006-03-31  Jackson Harper  <jackson@ximian.com>
9500
9501         * ScrollableControl.cs: Dont recalc if we are not visible.
9502
9503 2006-03-31  Mike Kestner  <mkestner@novell.com>
9504
9505         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
9506         the visibility branch.
9507
9508 2006-03-31  Jackson Harper  <jackson@ximian.com>
9509
9510         * ScrollBar.cs: Cap values when incrementing/decrementing.
9511
9512 2006-03-31  Mike Kestner  <mkestner@novell.com>
9513
9514         * MenuAPI.cs: setup menu.tracker for popup/context menus.
9515         * ToolTip.cs: guard against timer expirations with no active control.
9516         Not sure why it happened.
9517
9518 2006-03-31  Mike Kestner  <mkestner@novell.com>
9519
9520         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
9521         text.
9522         * ToolTip.cs: Position the tooltip based on where the cursor is at
9523         popup time, not at MouseEnter time.  Add a Down state so that we don't
9524         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
9525         positioning offset. Lookup DisplaySize at positioning time, since it
9526         can theoretically change during invocation.
9527         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
9528         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
9529
9530 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9531
9532         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
9533           Fixes behaviour when the Text property of the box is String.Empty
9534
9535 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
9536
9537         * XplatUIX11.cs: Only send mouseleave for our client windows, not
9538           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
9539           a window)
9540
9541 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9542
9543         * FileDialog.cs: Visual enhancement for the popup buttons in 
9544           PopupButtonPanel
9545
9546 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9547
9548         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
9549           code
9550
9551 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
9552
9553         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
9554           highlighted menu items to match ms
9555
9556 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
9557
9558         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
9559
9560 2006-03-30  Mike Kestner  <mkestner@novell.com>
9561
9562         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
9563         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
9564         go active to account for HotLight to Selected transition.
9565         * MenuItem.cs: add internal Selected prop. Fill out the Status
9566         property by calculating it from item info. Add HotLight,
9567         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
9568
9569 2006-03-30  Mike Kestner  <mkestner@novell.com>
9570
9571         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
9572
9573 2006-03-29  Jackson Harper  <jackson@ximian.com>
9574
9575         * Form.cs: Implement TODO.
9576
9577 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
9578
9579         * PrintPreviewDialog.cs: Implemented missing methods and events; still
9580           missing proper dialog setup in the constructor
9581
9582 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
9583
9584         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
9585         * Control.cs:
9586           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
9587           - Fixed ResetBindings and removed TODO
9588           - Added check for cross-thread calls to get_Handle()
9589           - Added Marshaller attribute for set_Font to satisfy class status
9590         * FontDialog.cs: Removed TODOs that seemed implemented
9591         * UpDownBase.cs: Removed unneeded TODO and Fixme
9592         * MessageBox.cs: Implemented support for Default button and removed TODO
9593         * FileDialog.cs: Removed obsolete TODO
9594         * DomainUpDown.cs: Removed obsolete TODO
9595         * ButtonBase.cs: Removed obsolete TODO
9596         * XplatUIWin32.cs: Removed obsolete TODO
9597         * Form.cs:
9598           - Removed obsolete TODO
9599           - Calling CheckAcceptButton when the acceptbutton is changed to allow
9600             internal status updates
9601           - Making sure the active control is selected when the control is created
9602         * CurrencyManager.cs: Removed obsolete TODO
9603
9604 2006-03-29  Mike Kestner  <mkestner@novell.com>
9605
9606         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
9607         of PrintPreviewDialog and RichTextBox.
9608
9609 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
9610
9611         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
9612           DarkDark, Light and LightLight colors for a specific color
9613         * ThemeWin32Classic.cs:
9614           - Use Button drawing code to draw RadioButtons and CheckBoxes with
9615             Appearance = Button 
9616           - Make use of the new ResPool helper CPColor
9617           - Draw ProgressBar and StatusBar with correct 3D borders
9618
9619 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
9620
9621         * ColorDialog.cs: Return selected color. Fixes bug #77940.
9622
9623 2006-03-28  Mike Kestner  <mkestner@novell.com>
9624
9625         * ListView.cs: fix Icon layout to plan for scrollbar widths when
9626         calculating col/row counts.
9627
9628 2006-03-28  Mike Kestner  <mkestner@novell.com>
9629
9630         * ColumnHeader.cs:
9631         * ListView.cs:
9632         * ListViewItem.cs:
9633         * Menu.cs: 
9634         switch to explicit interface method implementation for some methods
9635         corcompare identifies as inconsistent with MS.
9636
9637 2006-03-28  Mike Kestner  <mkestner@novell.com>
9638
9639         * MainMenu.cs: 
9640         * Menu.cs:
9641         add a few missing methods from the class status output.
9642
9643 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
9644
9645         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
9646           correct.
9647
9648 2006-03-28  Mike Kestner  <mkestner@novell.com>
9649
9650         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
9651
9652 2006-03-27  Mike Kestner  <mkestner@novell.com>
9653
9654         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
9655         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
9656
9657 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
9658
9659         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
9660
9661 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9662
9663         * ThemeWin32Classic.cs:
9664           - GroupBox: Inserted a little gap between the text and the lines
9665             on the right side
9666           - Made the code in CPDrawBorder3D more readable
9667           - Corrected the drawing location of the up and down arrows in 
9668             CPDrawScrollButton
9669
9670 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9671
9672         * ControlPaint.cs: Corrected line widths in DrawBorder for
9673           ButtonBorderStyle Inset and Outset
9674
9675 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9676
9677         * ThemeWin32Classic.cs:
9678           - Rewrote the totally broken CPDrawBorder3D method. That was
9679             one of the main problems for the terrific ThemeWin32Classic
9680             look
9681           - Updated and corrected Button drawing
9682           - Correct the dimensions of the SizeGrip to match ms ones
9683           - Removed a small drawing glitch in DrawComboBoxEditDecorations
9684         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
9685           Border3DStyle.Sunken to match ms.
9686
9687 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9688
9689         * ThemeWin32Classic.cs: First small part of the "de-uglify
9690           ThemeWin32Classic" effort, SizeGrip
9691
9692 2006-03-24  Jackson Harper  <jackson@ximian.com>
9693
9694         * XplatUIX11.cs: Give a max idle time of one second, this matches
9695         MS and forces an Idle event every second when there are no other
9696         events in the queue.
9697
9698 2006-03-24  Mike Kestner  <mkestner@novell.com>
9699
9700         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
9701         * ListView.Item.cs: fix layout issues with null image lists and images
9702         smaller than checkbox size.
9703         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
9704         mode like MS does.  It's weird, but consistent.  ;-)
9705         Fixes #77890.
9706
9707 2006-03-24  Mike Kestner  <mkestner@novell.com>
9708
9709         * ListView.cs: Scroll wheel support for the item control.  Fixes
9710         #77839.
9711
9712 2006-03-23  Jackson Harper  <jackson@ximian.com>
9713
9714         * ScrollableControl.cs: Special case negative sized areas, not
9715         zero.
9716         * MonthCalendar.cs: Save the rect of the clicked date so we can
9717         use it for invalidation.
9718         - Try to cut down on the number of invalidates
9719         - Invalidate the rect the mouse is over and was over when moving
9720         the mouse, so we get the focus box following the cursor.
9721
9722 2006-03-23  Mike Kestner  <mkestner@novell.com>
9723
9724         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
9725         focus rectangle drawing. Fixes #77835.
9726
9727 2006-03-23  Mike Kestner  <mkestner@novell.com>
9728
9729         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
9730         the if and else if and reverting back to the original == check on the
9731         None conditional.
9732
9733 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9734
9735         * FontDialog.cs: Update the example panel if the selected index of
9736           the fontListBox changes.
9737
9738 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9739
9740         * FileDialog.cs: Make FileDialog remember which directory it was in
9741           last in the same execution.
9742
9743 2006-03-22  Mike Kestner  <mkestner@novell.com>
9744
9745         * FileDialog.cs: make the DropDownMenu on the toolbar display
9746         RadioChecks since they are mutually exclusive and that's what MS does.
9747
9748 2006-03-22  Mike Kestner  <mkestner@novell.com>
9749
9750         * Theme.cs: add Color param to CPDrawMenuGlyph.
9751         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
9752         checks and radio marks and arrows are visible on highlighted items.
9753         * ControlPaint.cs: update to use new Theme signature.
9754
9755 2006-03-22  Mike Kestner  <mkestner@novell.com>
9756
9757         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
9758         is active. Fixes #77870.
9759
9760 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9761
9762         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
9763           to be focused/selected after startup
9764
9765 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9766
9767         * ColorDialog.cs: 
9768           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
9769             CustomColors and ShowHelp properties
9770           - Some internal rewrites to get better results when using the
9771             ColorMatrix
9772
9773 2006-03-22  Mike Kestner  <mkestner@novell.com>
9774
9775         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
9776         HoverSelection.  Fixes #77836.
9777
9778 2006-03-22  Mike Kestner  <mkestner@novell.com>
9779
9780         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
9781         ToggleButtons.  (De)Sensitize the Back button around a stack count of
9782         1, not 0.  Update ButtonSize based on a pixel count of the win32
9783         control.  Adjust the toolbar size/location for new button size.
9784
9785 2006-03-22  Jackson Harper  <jackson@ximian.com>
9786
9787         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
9788         true.
9789         * ScrollBar.cs: When doing increments and decrements we need to
9790         set the Value property so that ValueChanged gets raised. A
9791         possible optimization here would be to make an internal SetValue
9792         that doesn't invalidate immediately.
9793         * ToolTip.cs: Tooltips get added to their container (when
9794         supplied) so they get disposed when the container is disposed.
9795         - Don't create tooltips for String.Empty. This prevents all these
9796         little 2-3 pixel windows from showing up when running nunit-gui
9797         and driving me mad.
9798         * Form.cs: Don't set topmost when setting the owner if the handles
9799         haven't been created yet.  The topmost set will happen when the
9800         handles are created.
9801
9802 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9803
9804         * XplatUIX11.cs:
9805           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9806           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9807             visible (to allow them to recalculate their sizes)
9808
9809 2006-03-21  Mike Kestner  <mkestner@novell.com>
9810
9811         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9812         methods. Removed a ton of redundant code.  Still not really happy with
9813         the border rendering, but I think that's mainly because of the
9814         ControlDarkDark being black instead of a dark grey. Depending on how 
9815         close we want to be, we might want to revisit those color choices.
9816         Among the new features added during the refactor were DropDownArrow
9817         pressed rendering, Disabled image rendering.  Proper flat appearance
9818         boundary rendering.  Removed the Divider and Wrapping dividers since I
9819         can't figure out any combination of themes and conditions to make the
9820         MS control draw a horizontal line on a toolbar despite what the
9821         Divider property docs indicate.
9822         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9823         conditions and incorrect layout.  Updated to coding standard.
9824         * ToolBarButton.cs: refactored layout and positioning code from
9825         ToolBar to here.  Invalidate wherever possible instead of forcing
9826         redraws of the whole toolbar. 
9827         (Known remaining issues: explicit ButtonSize smaller than provided
9828         images.)
9829
9830 2006-03-21  Mike Kestner  <mkestner@novell.com>
9831
9832         * ContextMenu.cs (Show): use the position parameter instead of just
9833         showing at the MousePosition.
9834
9835 2006-03-21  Jackson Harper  <jackson@ximian.com>
9836
9837         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9838         control handle this.
9839         * TreeNodeCollection.cs: If we are clearing the root node we need
9840         to reset top_node so calcs can still happen.
9841         * ThemeWin32Classic.cs: This is a Flags so we need to check
9842         properly.
9843         
9844 2006-03-21  Jackson Harper  <jackson@ximian.com>
9845
9846         * DataGrid.cs: Create columns when the binding context has been
9847         changed.
9848         * X11Structs.cs: Keysyms are uints.
9849         - Add size to fix build.
9850
9851 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9852
9853         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9854           XplatUIOSX.cs: 
9855           - Added ResetMouseHover method to allow controls to retrigger
9856             hovering if they need it more than once
9857           - Implemented MouseHoverTime and MouseHoverSize properties
9858         * Timer.cs: Start() must reset the interval
9859         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9860           properties
9861
9862 2006-03-21  Jackson Harper  <jackson@ximian.com>
9863
9864         * X11Keyboard.cs: improved layout detection. Move the nonchar
9865         tables into this file.
9866         * KeyboardLayouts.cs: Move the tables into resource files.
9867
9868 2006-03-21  Mike Kestner  <mkestner@novell.com>
9869
9870         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9871
9872 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9873
9874         * Mime.cs: Various speed optimizations. Looking up mime types
9875           is now 2 times faster than before
9876
9877 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9878
9879         * CreateParams.cs: Added internal menu field
9880         * Control.cs: 
9881           - Switched call order for UpdateBounds; now we always call
9882             the one that also takes ClientSize, and we're calculating the 
9883             client size via driver method in the others. The previous
9884             method of tracking client size by difference wasn't working
9885             for forms where even the starting client size wouldn't match
9886             the overall form size (due to borders) (Part of fix for #77729)
9887           - CreateParams(): Do not use parent.Handle unless the handle is
9888             already created. Causes havoc with Nexxia and throws off our
9889             creation of controls
9890         * XplatUIX11.cs:
9891           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9892           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9893             method (consolidates code)
9894           - Changed RequestNCRecalc to use new PerformNCCalc method
9895           - Added calls to RequestNCRecalc when menus and borders are changed
9896             to allow app to set NC size. (Part of fix for #77729) This matches
9897             when MS send a WM_NCRECALC on Win32 windows.
9898           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9899             (Part of fix for #77729). This matches what MS does, they also
9900             send that message when the form is made visible.
9901           - XException.GetMessage: Improved usability of X errors by including
9902             a translation of the window into Hwnd and Control class
9903           - Improved debug info for window creation, reparenting and destruction
9904           - Created helper method WindowIsMapped() [Currently not used]
9905         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9906         * Form.cs:
9907           - CreateParams: Now setting our menu on the new internal menu field
9908           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9909             avoid calculating the same property twice
9910         * Hwnd.cs:
9911           - Improved usability of ToString() for debugging purposes
9912           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9913             determine the height of the menu, instead of just the font. This
9914             required to also create a graphics context and to keep a bmp 
9915             around (for performance reasons)
9916
9917 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9918
9919         * MenuAPI.cs: Added OnMouseUp method
9920         * Form.cs:
9921           - Now remembering the requested client size, avoids size errors
9922           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9923             instead of base if the menu is active. This is required due to
9924             control now capturing and releasing on down/up and it would
9925             prematurely release our menu capture
9926
9927 2006-03-17  Jackson Harper  <jackson@ximian.com>
9928
9929         * KeyboardLayouts.cs: Add the czech layouts.
9930
9931 2006-03-16  Jackson Harper  <jackson@ximian.com>
9932
9933         * Control.cs: Use the viewport space when sizing not the controls
9934         client size, so things like ScrollableControl that effect the
9935         viewport size (when scrollbars are added) are computed correctly.
9936         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9937         of ManagerEntrys.
9938         - Handle creating BindingManagers for null data sources.
9939         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9940         source, otherwise when rows are added they are added to the 'fake'
9941         datasource and we will crash when trying to set the position in
9942         those rows.
9943         - Use Implicit scrollbars on the datagrid so they arent
9944         selectable.
9945         
9946 2006-03-16  Jackson Harper  <jackson@ximian.com>
9947
9948         * Binding.cs:
9949         * InternalWindowManager.cs:
9950         * MdiWindowManager.cs:
9951         * X11Keyboard.cs: I really want Mike to love me again (fix
9952         compiler warnings).
9953
9954 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9955
9956         * DataGrid.cs:
9957           - OnMouseDown: Switch to editing mode when clicking on the cell
9958                          even if we're clicking on the cell that's currently 
9959                          selected
9960           - ProcessGridKey: Left/Right now wrap like MS.Net does
9961           - ProcessGridKey: Tab now knows to add a new row when tab is
9962                             pressed in the cell of the last column of the 
9963                             last row
9964           - ProcessGridKey: Enter now adds another row  if pressed in the last
9965                             row and selectes the new row, same column cell
9966           - ProcessGridKey: Home/End navigate columns, not rows, like 
9967                             originally implemented
9968           - Broke ProcessKeyPreview code out into an extra Internal method
9969             so it can be called from the edit code
9970         * DataGridTextBox.cs (ProcessKeyMessage):
9971           - Switched to accept Tab keypresses
9972           - Added F2 handling to allow jumping to the end of the edited cell
9973           - Added logic to allow moving caret left/right inside edited cell
9974             and making the edited cell jump when the caret hits cell borders
9975           - Tab and Enter are now passed to the datagrid after being handled
9976         * TextBoxBase.cs:
9977           - Removed capture code now that Control handles it
9978           - set_SelectionStart now ensures caret is visible
9979
9980 2006-03-16  Jackson Harper  <jackson@ximian.com>
9981
9982         * TrackBar.cs: Debackwards the increment/decrement for handling
9983         mouse clicks on the bar with vertical trackbars.
9984         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
9985         bottom to match MS.
9986
9987 2006-03-16  Mike Kestner  <mkestner@novell.com>
9988
9989         * ListView.cs: make shift/ctrl keyboard and mouse selection 
9990         consistent with the MS control. Fix a bug in
9991         SelectedListViewItemCollection.Clear that was pissing me off for the
9992         better part of a day because the collection was being altered
9993         underneath us as we walked the list.
9994
9995 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
9996
9997         * Control.cs: Not sure how we could miss this so long, but it seems
9998           that MS.Net has Capture set all the way from before calling 
9999           OnMouseDown through sending the mouse events until after
10000           OnMouseUp. This will fix DataGrid's selection being set to end
10001           at the location of the MouseUp.
10002
10003 2006-03-15  Jackson Harper  <jackson@ximian.com>
10004
10005         * BindingContext.cs: Check the binding after its added so that it
10006           can initialize the binding managers and hookup to events.
10007         * Binding.cs: Data members seem to sometimes include rows/cols in
10008           the format Row.Column we now take this into account.
10009           - Hookup to the position changed event so we can update the
10010           control when the position has changed in the data set.
10011         * CurrencyManager.cs: Take into account the row/col naming
10012           convention when creating dataset tables.
10013         * BindingContext.cs: Using a newer better way of storing
10014           datasource/datamember pairs.  Hopefully this better matches MS for
10015           looking up binding managers.
10016
10017
10018 2006-03-15  Jackson Harper  <jackson@ximian.com>
10019
10020         * BindingContext.cs: The currency manager needs the data member
10021         name, if the member is a data set we use the name to find the
10022         correct table.
10023         * CurrencyManager.cs: When creating the list prefer an IList over
10024         an IListSource.
10025         - Attempt to create a DataTable from a DataSet (TODO: might need
10026         some better error checking here, although MS doesn't seem to have much)
10027         - If we have a DataTable create a view and use it as our list.
10028
10029 2006-03-15  Mike Kestner  <mkestner@novell.com>
10030
10031         * ListView.cs: keep a matrix of the icon mode layout to facilitate
10032         keyboard navigation. Support Up/Down/Left/Right selection correctly
10033         for all 4 View modes.
10034         * ListViewItem.cs: add internal row/col fields for icon layouts.
10035
10036 2006-03-15  Jackson Harper  <jackson@ximian.com>
10037
10038         * TabControl.cs: Redraw the tabs when we resize so their newly
10039         calculated sizes are drawn on screen.
10040         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
10041         composite characters.
10042         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
10043         - filter events so that composite characters can be created
10044         patches by peter
10045         * X11Structs.cs: Add XIMProperties enum.
10046
10047 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
10048
10049         * Control.cs (BringToFront, SendToBack): Don't use window or handle
10050           unless it's created
10051
10052 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
10053
10054         * Control.cs (PerformLayout): We don't need to consider visiblity
10055           for anchoring, only for docking. This fixes 'whacky' alignment
10056           in listbox and other controls that use implicit scrollbars after
10057           the previous PerformLayout patch
10058         * ListBox.cs: Switched to use implicit scrollbars
10059           
10060 2006-03-14  Mike Kestner  <mkestner@novell.com>
10061
10062         * ToolBar.cs: 
10063         * VScrollBar.cs:
10064         - chain up the "new event" overrides to base and use
10065         OnEvent to raise them.  Part of fix for bug #76509.
10066
10067 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
10068
10069         * FileDialog.cs: Do not select an item in the parent directory
10070           on backspace
10071
10072 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
10073
10074         * Control.cs (PerformLayout): It would seem that we considered
10075           invisible windows for our layout. Not quite the right thing
10076           to do. Now we don't any longer, thereby fixing bug #76889.
10077
10078 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
10079
10080         * Control.cs (CanFocus): I goofed. A control can have focus 
10081           even though it's not selectable. Made it match MS docs.
10082
10083 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
10084
10085         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
10086           center by default (fixes #76895)
10087         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
10088           all uses of Border3DSides.All with the explicit ORd together
10089           Left|Right|Top|Bottom because I assume that nobody was aware 
10090           that All also implies a center fill. Most places I checked had
10091           a fill right above.
10092         * ProgressBarStyle.cs: Added
10093
10094 2006-03-13  Mike Kestner  <mkestner@novell.com>
10095
10096         * ListView.cs: fix breakage in drag shadow header positioning 
10097         from Peter's csc compilation fix.
10098
10099 2006-03-13  Mike Kestner  <mkestner@novell.com>
10100
10101         * ListView.cs: fix NRE produced by backspacing twice in a focused
10102         FileDialog.
10103
10104 2006-03-13  Mike Kestner  <mkestner@novell.com>
10105
10106         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
10107
10108 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
10109
10110         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
10111           be changed
10112         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
10113           the allowed size before making programmatic size changes
10114
10115 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
10116
10117         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
10118           set, metacity is broken and will still use the emty sizes in 
10119           the struct. (Fix for #77089)
10120
10121 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
10122
10123         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
10124           WindowExStyles and marked both enums as Flags
10125         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
10126           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
10127           to match WindowStyles split
10128         * XplatUIX11.cs:
10129           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
10130           - Updated to match WindowStyles split
10131         * XplatUIWin32.cs:
10132           - Fixed FosterParent creation, was using ExStyle on the Style field
10133             (This should help with Popup focus issues)
10134           - Updated to match WindowStyles split
10135
10136 2006-03-13  Jackson Harper  <jackson@ximian.com>
10137
10138         * MdiWindowManager.cs: Use the system menu height. Fixes some
10139         strange sizing issues.
10140
10141 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
10142
10143         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
10144         * TextBoxBase.cs:
10145           - Scroll to caret after inserting text (#77672)
10146           - Make scroll range one pixel higher, fixes off-by-one error (and
10147             makes underlines visible on the last line)
10148
10149 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
10150
10151         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
10152           the keyboard state from being stuck with keys in 'pressed' state when
10153           focus is switched away via keyboard
10154         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
10155           reset the keyboard if no X11 KeyUp events are expected to come
10156         * X11Structs.cs: Switched type of Visible to bool to match driver
10157
10158 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
10159
10160         * TextControl.cs:
10161           - Switched caret to be just 1 pixel wide, matches MS and looks less
10162             clunky
10163           - Moved caret display 1 pixel down from the top of the control
10164             to improve view
10165           - InsertCharAtCharet: Update the selection start if moving the caret
10166             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
10167           - No longer always creating the caret when the caret methods are
10168             called. Only the actual ShowCaret/HideCaret will do that now
10169           - Only setting caret visible if the owner control has focus
10170           - UpdateView: Added invalidation-shortcut logic for center and right 
10171             aligned text. Previously we'd update all according to the left
10172             logic which caused drawing errors. Also fixed height of invalidated
10173             areas, now properly invalidating the whole area (was off-by-one)
10174           - owner_HandleCreated: Always generate the document when the
10175             handle is created; this ensures that 
10176         * TextBoxBase.cs:
10177           - Fixed situation where caret would disappear under the right
10178             window border, also improved scrolling behaviour on left-
10179             aligned textboxes
10180           - Fixed right-aligned textboxes to have a border to the
10181             right instead of the caret being under the right border
10182         * XplatUIX11.cs:
10183           - Switched from 'nested' to simple visible/not visible tracking 
10184             for caret (part of fix for #77671)
10185           - No longer passing through translated FocusIn/FocusOut messages
10186             since we were notifying too often and the wrong windows. Instead
10187             we just notify our focussed window of receiving or loosing focus
10188         * XplatUIWin32.cs: Switched from 'nested' show/hide 
10189           counting for caret to simple visible yes/no behaviour (part of 
10190           fix for #77671)
10191
10192 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
10193
10194         * Mime.cs: Remove debug code...
10195
10196 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
10197
10198         * MimeGenerated.cs: Removed
10199         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
10200           and subclasses) from /usr/(local/)share/mime and
10201           $HOME/.local/share/mime.
10202
10203 2006-03-10  Jackson Harper  <jackson@ximian.com>
10204
10205         * MdiWindowManager.cs: Recalc the NC area when a window is
10206         maximized/restored so that the menu area is drawn on forms that
10207         don't have a menu.
10208
10209 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10210
10211         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
10212           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
10213           us to force a WM_NCCALCRESIZE message being sent. This is needed
10214           for MDI maximizing.
10215
10216 2006-03-10  Jackson Harper  <jackson@ximian.com>
10217
10218         * Form.cs: We need to use the ActiveMenu when calculating menu
10219         height.
10220         - Fix nullref when the window manager hasn't been created yet.
10221         * Control.cs: Fix nullref when we try to bring a control to the
10222         front that has no parent.
10223         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
10224         height.
10225         - Add a dummy item to the maximized menu so it always has the
10226         correct height. Otherwise when there are no menus we don't get our
10227         icon and buttons.
10228         
10229
10230 2006-03-10  Jackson Harper  <jackson@ximian.com>
10231
10232         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
10233         stuff.
10234         * Form.cs: Make the window_state internal so the window managers
10235         can track it.
10236         - When an MDI child is maximized let its window manager create the
10237         main menu (so it can add its icon).
10238         - Notify the window managers of state changes
10239         - Let the window manager paint its buttons and handle button
10240         clicks on the menu when it is maximized.
10241         * InternalWindowManager.cs: Move the prev_bounds into the mdi
10242         window manager, since tool windows don't use it, only mdi windows.
10243         - Tell the main form that we don't want it to handle NCPAINT
10244         itself to avoid extra painting.
10245         - Handle clicks on a maximized windows menu.
10246         - Handle window state changes
10247         - Handle minimize/maximize clicks correctly by setting the window state.
10248         * MdiWindowManager.cs: Add an icon menu that (the menu you get
10249         when clicking on the forms icon).
10250         - New method to create a forms maximized menu. This is its normal
10251         menu + an icon.
10252         - Handle window state changes.
10253         - Handle sizing of maximized windows.  Maximized windows are just
10254         drawn bigger then the parent visible area. All controls are still
10255         there, they are just outside the visible area (this matches windows).
10256         * MdiClient.cs: No scrollbars when a child window is maximized.
10257         - Let the children windows figure out how big they should be when
10258         sizing maximized windows.
10259         - Implement a version of ArrangeIconicWindows somewhat similar to
10260         Windows version.  There are some little differences, but I don't
10261         think any app will rely on the layout of minimized mdi windows.
10262
10263 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10264
10265         * Padding.cs: Several fixes to allow compiling with csc 2.0
10266
10267 2006-03-09  Jackson Harper  <jackson@ximian.com>
10268
10269         * Menu.cs:
10270         * MenuItem.cs: Cheap hack so we can add items to the list without
10271         the events being raised.  This allows adding mdi items during
10272         drawing. TODO: Should probably find a better time to add the items.
10273
10274 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10275
10276         * ThemeWin32Classic.cs:
10277           - CheckBox_DrawText: Added logic to not wrap if not enough space
10278             is available (Fix for bug #77727)
10279           - RadioButton_DrawText: Added logic not to wrap if not enough
10280             space is available (Fix for bug #77727). Also removed some
10281             duplicate code, DrawString always drawing the regular text
10282             before hitting the if statement.
10283
10284 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
10285
10286         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
10287
10288 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
10289
10290         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
10291         * ContainerControl.cs: Partial implementation of some 2.0 scaling
10292           methods. Moved the new 2.0 properties into alphabetical order with
10293           other properties and added MonoTODO tags
10294
10295 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
10296
10297         * AutoScaleMode.cs: Added. Fix build.
10298
10299 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10300
10301         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
10302           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
10303           and was requiring premature handle creation for calls from above
10304         * Form.cs, Control.cs: Removed handle arguments from calls to
10305           CalculateClientRect()
10306
10307 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
10308
10309         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
10310           drag_column.column_rect is MarshalByRef and can't be used that way
10311
10312 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10313
10314         * AxHost.cs: Added deserialization constructor for 
10315           AxHost+State (fixes 77743)
10316
10317 2006-03-09  Mike Kestner  <mkestner@novell.com>
10318
10319         * ListView.cs: 
10320         - Added column drag reordering for details view.
10321         - fixed behavior when mouse is dragged off column and
10322         AllowColumnReorder is false.
10323         * ColumnHeader.cs: clone the format too in Clone.
10324         * Theme.cs: add DrawListViewHeaderDragDetails method.
10325         * ThemeWin32Classic.cs:
10326         - impl new method for drawing drag column shadows and targets.
10327         - support column offset for details mode in DrawListViewItem.
10328
10329 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10330
10331         * TextControl.cs: Reset the char_count when the document is cleared
10332           (Fixes bug reported on mono-winforms mailing list)
10333
10334 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
10335
10336         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
10337           of calling base we simply process the key ourselves, since both
10338           DefWindowProc and the handled method would set m.Result. 
10339           (Fixes #77732)
10340
10341 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
10342
10343         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
10344           method also moves the window; instead implemented a copy of
10345           Control.ScaleCore (Part of fix for #77456)
10346         * TextBoxBase.cs: 
10347           - Created new CreateGraphicsInternal method to allow providing
10348             a graphics context when no handle is created without triggering
10349             handle creation. (Part of fix for #77456)
10350           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
10351         * TextControl.cs: 
10352           - Switched Constructor to require TextBoxBase instead of Control (to
10353             allow uncast access to CreateGraphicsInternal)
10354           - Safeguarded use of owner.Handle property. No longer accessing it
10355             unless the handle is already created.
10356           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
10357           - Now triggering a recalc when owning control becomes visible
10358         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
10359           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
10360           premature handle creation (Part of fix for #77456)
10361         * Control.cs:
10362           - We now only destroy our double-buffering buffers when the
10363             control is resized or disposed, but not when visibility
10364             changes. (The code even re-created them twice every time)
10365           - Now requiring a redraw of the buffer on visibility changes
10366             (fixes bug 77654 part 2)
10367           - Not passing OnParentVisibleChanged up unless the control
10368             is visible
10369           - CanFocus: Fixed to match MS documentation
10370           - Focus: Fixed to return actual focus state and to check if
10371             setting focus is legal before setting it
10372
10373 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
10374
10375         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
10376           when to draw focus rectangle by looking at parent focus and
10377           selected state instead. This fixes TabPages on Linux sometimes
10378           having none or multiple focus rectangles.
10379         * XplatUIX11.cs (SetFocus): 
10380           - Don't set the focus if the same window already has focus
10381           - Use SendMessage instead of PostMessage (like it's Win32
10382             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
10383             to match MS behaviour
10384         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
10385           are not selectable.
10386
10387 2006-03-07  Jackson Harper  <jackson@ximian.com>
10388
10389         * PictureBox.cs: Revert line I accidently committed last week.
10390
10391 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
10392
10393         * Control.cs: 
10394           - Added new IsRecreating and ParentIsRecreating properties to
10395             allow testing if RecreateHandle has been called on ourselves
10396             or one of our parents
10397           - WndProc(WM_DESTROY): If our control handle is being recreated
10398             we immediately need to create the handle when receiving the
10399             destroy, that way our child windows find a valid parent handle
10400             when they themselves are being recreated upon WM_DESTROY receipt
10401             (fix for bug #77654 part 1)
10402         * XplatUIX11.cs:
10403           - DestroyWindow: WM_DESTROY must be sent to our own window before
10404             notifying any child windows. MS documents that child windows
10405             are still valid when WM_DESTROY is received. (Control now relies on
10406             this behaviour)
10407           - Added some fine-grain debug options
10408
10409 2006-03-06  Jackson Harper  <jackson@ximian.com>
10410
10411         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
10412         box and base calculations off this.
10413         * MdiChildContext.cs:
10414         * MdiWindowManager.cs: Don't need to ensure scrollbars here
10415         anymore.
10416         
10417 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
10418
10419         * Splitter.cs: In situations where the affected control is added
10420           to the parent's control list after the splitter, we would not
10421           populate affected. Now we try populating it on mousedown, if
10422           it's not already set, and force it to be re-set whenever our
10423           parent changes.
10424
10425 2006-03-03  Matt Hargett  <matt@use.net>
10426
10427         * Control.cs: implement Control.Padding
10428         * Padding.cs: -Padding.All returns -1 when constructing with the
10429         implicit default ctor
10430         -Padding.ToString() matches MS.NET
10431         * ContainerControl.cs: implement
10432         ContainerControl.AutoScaleDimensions
10433         * ListControl.cs: implement ListControl.FormattingEnabled
10434         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
10435         * ButtonBase.cs:
10436         * TabPage.cs: Implement UseVisualStyleBackColor.
10437         * PictureBox.cs: Implement PictureBox.InitialImage.
10438
10439 2006-03-03  Mike Kestner  <mkestner@novell.com>
10440
10441         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
10442         event declarations to proxy to base event.
10443         * ListViewItem.cs: update to use ItemControl.
10444         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
10445         * ThemeWin32Classic.cs: update to new ListView theme API and fix
10446         column header label rendering for 0 width columns.
10447
10448 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
10449
10450         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
10451           that causes the control to be created. Fixes #77476.
10452
10453 2006-03-02  Jackson Harper  <jackson@ximian.com>
10454
10455         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
10456         expose_pending.
10457
10458 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
10459
10460         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
10461           passed in for the EventArgs (fixes #77690)
10462
10463 2006-03-01  Jackson Harper  <jackson@ximian.com>
10464
10465         * ScrollBar.cs: Refresh afterbeing resized.
10466
10467 2006-02-28  Mike Kestner  <mkestner@novell.com>
10468
10469         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
10470         Clean up a tracker compile warning.
10471         * MenuItem.cs: add internal PerformPopup method.
10472         [Fixes #77457]
10473
10474 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
10475
10476         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
10477           implicit expose) when the text is set to null
10478
10479 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
10480
10481         * RichTextBox.cs (FlushText): When newline is true, we always
10482           need to split the line, even if no text is on it and we may
10483           never eat newlines. (Fixes #77669)
10484
10485 2006-02-28  Mike Kestner  <mkestner@novell.com>
10486
10487         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
10488         and set Selected instead.
10489         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
10490         collections.
10491
10492 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
10493
10494         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
10495
10496 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
10497
10498         * FontDialog.cs:
10499           - Got rid of the panel. All controls are now directly added to
10500             the dialog form
10501           - It is now possible to set a font with the Font property
10502           - MinSize and MaxSize property do now what they should
10503           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
10504           - Searching and selecting a font with the font textbox works now,
10505             the same applies to the style and size textbox
10506           - Draw the correct 3D border in the example panel
10507           - Fixed a little mem leak (unused fonts didn't get disposed)
10508           - Many other internal updates/rewrites...
10509           - Fix typo
10510
10511 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
10512
10513         * TextControl.cs: 
10514           - InsertRTFFromStream: Added 'number of characters inserted' argument
10515           - set_SelectedRTF: Now using the number of characters to calculate
10516             the new location for the selection and cursor (x/y cannot be used
10517             due to potentially already wrapped text)
10518
10519 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
10520
10521         * TextControl.cs: Added property and implemented means to allow 
10522           disabling recalculation of a document (can be used to speed up
10523           multiple inserts and is needed to make RTF inserts predictable, see
10524           bug #77659)
10525         * RichTextBox.cs: Using the new NoRecalc property of Document to
10526           keep x/y insert locations predictable. Also makes it faster inserting
10527           large chunks of RTF
10528
10529 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
10530
10531         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
10532           it's easier for a child control to handle the other messages without
10533           having to duplicate the special functionality
10534         * TextBoxBase.cs
10535           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
10536             code to handle processing the key ourselves, in order to get 
10537             access to the result of KeyEventArgs.Handled. We now only call 
10538             ProcessKey if they key hasn't been handled already. Fixes #77526.
10539           - set_Text: If null or empty string is given, just clear the 
10540             document. Fixes part of #77526
10541
10542 2006-02-27  Jackson Harper  <jackson@ximian.com>
10543
10544         * SizeGrip.cs: Paint the background color before painting the grip
10545         so things look right.
10546         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
10547
10548 2006-02-27  Mike Kestner  <mkestner@novell.com>
10549
10550         * ListView.cs:
10551           - Restructure layout and invalidation model to remove a ton of
10552           flicker from the control and speed up performance in general.
10553           - Add manual column resize, flickers like crazy, but I already have
10554           some ideas on how I'll fix that. (#76822)
10555           - Merge the three Icon-based views into a single layout method.
10556           - Move item selection interaction logic from the item since 
10557           interaction with the collections is more appropriate to the view.
10558           - Deselection on non-item clicks.
10559         * ListViewItem.cs:
10560           - Encapsulate most of the layout. Add some internal props to trigger
10561           layout.  Move to a model where Items invalidate themselves instead
10562           of just invalidating the whole control every time something changes.
10563           - Invalidate on Text/Caption changes.
10564           - switch to an offset based layout model to avoid having to absolute
10565           position every element on item moves.
10566           - correct checkbox layout to conform to MS layout.
10567         * ThemeWin32Classic.cs:
10568           - refactor some column header drawing code.
10569           - fix string justification for column headers (#76821)
10570           - make SmallIcon labels top justified for compat with MS impl.
10571         * ThemeClearlooks.cs:
10572           - adjust to new ListViewItem internal checkbox bounds api.
10573
10574 2006-02-27  Jackson Harper  <jackson@ximian.com>
10575
10576         * Control.cs:  Change where implicit controls fall in the zorder.
10577         They are now on top of all children.
10578         - Synced AddImplicit code with Add
10579         - Removed unused enumerator.
10580         * SizeGrip.cs: Remove the TODO as its been TODONE.
10581
10582 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
10583
10584         * TextControl.cs(Insert): Combine the last lines unless the insertion
10585           string ends with \n\n, otherwise we leave one line too many (Fixes
10586           something I noticed with the testapp for #77526; the bug itself was
10587           already fixed in the previous checkin)
10588
10589 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
10590
10591         * RichTextBox.cs:
10592           - SelectionColor and SelectionFont methods no longer set absolute
10593             styles. Instead, the keep font or color respectively (This 
10594             resolves a long-standing FIXME in the code)
10595           - When flushing RTF text, the insert code now considers text trailing
10596             behind the insertion point (Fixes the bug where when replacing
10597             the selected text via SelectedRTF the remainder of the line behind 
10598             the selection would stay on the first insertion line)
10599         * TextBoxBase.cs:
10600           - AppendText now updates the selection points after inserting text
10601           - AppendText now ensures that the last tag (sometimes 0-length) of
10602             the document is used for the style information (Fixes part of 
10603             bug #77220)
10604         * TextControl.cs:
10605           - Created new FontDefiniton class to allow describing partial style
10606             changes
10607           - StreamLine() now takes a lines argument, to allow it to decide
10608             whether an encountered zero-length tag is the last in the document
10609             (which must be kept to not loose the font/color contained in it,
10610             for later appends)
10611           - Created Combine() and Split() methods for Marker structs, to 
10612             support marker updates due to reformatted documents (soft line
10613             wraps)
10614           - Implemented Document.CaretTag setter
10615           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
10616             of the last line (Not the cause, but also exposed by bug #77220)
10617           - Added LineTag argument to InsertString method, to allow callers
10618             to force a certain tag to be used (required to force use of the
10619             trailing zero-length tag of a document)
10620           - Now updating markers in Combine(), to avoid stale tag markers
10621           - Added some method descriptions to aid maintenance
10622           - Implemented new FormatText concept, allowing additive/subtractive
10623             formatting by only specifying the components that are to be 
10624             changed. This was needed for resolving the RTB.SelectedColor/
10625             RTB.SelectedFont fixmes
10626           - Added Break() support method to allow breaking up linetags (used
10627             for partial formatting)
10628           - Added GenerateTextFormat() method. It is used for partial 
10629             formatting and allows to generate a full font/color from given
10630             attributes and an existing tag.
10631
10632 2006-02-26  Jackson Harper  <jackson@ximian.com>
10633
10634         * XplatUIX11.cs:  Use the correct caption height.
10635         - Translate hittest coordinates to screen coords to match MS.
10636         * XplatUIWin32.cs: When we create MDI windows we need to reset
10637         some of the style flags, so we get a nice blank window, and can
10638         draw all the decorations ourselves.
10639         - Set a clipping rectangle on the non client paint event, the
10640         window manager drawing code needs one.
10641         * Form.cs: The window manager needs to know when the window state
10642         has been updated.
10643         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
10644         don't need to factor in border and title sizes in these
10645         methods. TODO: Remove the args and fix the call points.
10646         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
10647         properly.
10648         - Let the driver set the cursors.
10649         - Improve active window handling
10650         - Correct sizes for title bars and buttons.
10651         - Match MS drawing better
10652         * MdiWindowManager.cs: We don't need to handle border style
10653         updates specially anymore.
10654         - Check for scrollbars when windows are done moving
10655         - Handle Active properly.
10656         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
10657         correctly. I am spewing the exception though, so we don't hide the
10658         bugs.
10659         
10660 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
10661
10662         * DataGridViewRowPostPaintEventArgs.cs,
10663           DataGridViewCellPaintingEventArgs.cs,
10664           DataGridViewRowCollection.cs,
10665           DataGridViewRowPrePaintEventArgs.cs,
10666           DataGridViewCell.cs: Clear a few warnings and implement a few
10667           exceptions that should be thrown.
10668
10669 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
10670
10671         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
10672           'inheriting' our parent's (non-default) cursor. (Part of
10673            the fix for #77479)
10674
10675 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
10676
10677         * XplatUIX11.cs: Fixed cast to make csc happy
10678
10679 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
10680
10681         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
10682           it's for the client area (part of fix for #77479 and needed
10683           for MDI window cursor handling)
10684         * XplatUIX11.cs
10685           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
10686             the appropriate default cursors and also passing the message
10687             up the parent chain 
10688           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
10689             for non-client areas
10690
10691 2006-02-15  Jackson Harper  <jackson@ximian.com>
10692
10693         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
10694         is a real MDI window
10695
10696 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
10697
10698         * X11DesktopColors.cs: Instead of checking the desktop session
10699           string for "KDE" check if it starts with "KDE"
10700
10701 2006-02-10  Jackson Harper  <jackson@ximian.com>
10702
10703         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
10704         systems).
10705
10706 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10707
10708         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
10709           errors
10710         * ColorDialog.cs:
10711           - Got rid of the panel. All controls are now directly added to
10712             the dialog form
10713           - Changed to mono coding style
10714
10715 2006-02-10  Jackson Harper  <jackson@ximian.com>
10716
10717         * InternalWindowManager.cs: We don't need the set visibility to
10718         false hack anymore now that peter has written beautiful shutdown
10719         code.
10720
10721 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
10722
10723         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
10724           where already explicitly destroyed
10725
10726 2006-02-10  Jackson Harper  <jackson@ximian.com>
10727
10728         * MdiClient.cs: Handle the case where windows are too high or to
10729         the left and we need scrollbars.
10730
10731 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10732
10733         * MimeIcon.cs: Added some icons
10734         * FileDialog.cs:
10735           - Fixed bug #77477
10736           - Got rid of the panel. All controls are now directly added to
10737             the dialog form
10738           - Changed to mono coding style
10739           - On Linux "My Computer" and "My Network" will now show some
10740             more usefull information. A new class, MasterMount, gathers
10741             this information from /proc/mount. Updated MWFFileView to make
10742             use of this information
10743           - Fixed a bug that caused FileDialog to crash when
10744             ".recently_used" file had a zero size
10745           - FilterIndex does now what it should
10746           - Some Refactoring
10747         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
10748             FileDialog changes
10749
10750 2006-02-09  Jackson Harper  <jackson@ximian.com>
10751
10752         * ComboBox.cs: Don't touch if null.
10753
10754 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
10755
10756         * Cursor.cs: 64bit safeness fix
10757         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
10758
10759 2006-02-09  Jackson Harper  <jackson@ximian.com>
10760
10761         * Form.cs: If a form is made into an MDI form update the styles so
10762         all the props can get set correctly.
10763         - Kill the mdi_container when we dont need it anymore.
10764         * InternalWindowManager.cs: Add missing NOT
10765
10766 2006-02-08  Jackson Harper  <jackson@ximian.com>
10767
10768         * InternalWindowManager.cs: Respek clipping when drawing MDi
10769         decorations.
10770
10771 2006-02-08  Jackson Harper  <jackson@ximian.com>
10772
10773         * Hwnd.cs: Add bits to track non client expose events.
10774         * XplatUIX11.cs: Track non client expose events on the hwnd. This
10775         gives us a proper invalid rect and will allow for some nice
10776         optimizations with NC client drawing
10777         - MDI windows are children windows, so move their style handling
10778         into the child window block.
10779         * InternalWindowManager.cs: Remove a state reset that was
10780         getting invoked at the wrong time. Fixes managed windows getting
10781         into a 'stuck' captured state.
10782
10783 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10784
10785         * TextControl.cs (Document.ctor): Now initializing 
10786           selection_anchor. Fixes #77493
10787
10788 2006-02-07  Jackson Harper  <jackson@ximian.com>
10789
10790         * TrackBar.cs: The increment/decrements were backwards.
10791
10792 2006-02-07  Mike Kestner  <mkestner@novell.com>
10793
10794         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
10795         to the instance itself.
10796
10797 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10798
10799         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
10800           on ulongs and pointers, the size differs between 32bit and 64bit
10801           systems. 
10802
10803 2006-02-07  Mike Kestner  <mkestner@novell.com>
10804
10805         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10806         for 64 bit platforms to work around a metacity bug. 
10807
10808 2006-02-07  Jackson Harper  <jackson@ximian.com>
10809
10810         * TrackBar.cs: Process the input keys we need, and hookup to
10811         KeyDown instead of using WndProc, so we get key messages.
10812
10813 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10814
10815         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10816           machine we're on. 
10817         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10818           we need to translate the XdndVersion atoms array before sending it
10819
10820 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10821
10822         * XplatUIX11.cs: 
10823           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10824             number of bits for the property, not the number of bytes. The
10825             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10826             but would not crash since it specified 8 bits instead of 4 bits)
10827           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10828             defined as XID -> long in the C headers)
10829           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10830             references since those are now IntPtr to begin with
10831           - Switched all Atom.XXX 'int' casts to IntPtr casts
10832           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10833           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10834           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10835         * X11Structs.cs:
10836           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10837           - Changed atom in HoverStruct to be IntPtr
10838         * X11DnD.cs:
10839           - Removed local DllImports, switched code to use those from XplatUIX11
10840           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10841
10842 2006-02-06  Mike Kestner  <mkestner@novell.com>
10843
10844         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10845         method signatures in the import region.  There may still be some
10846         lingering struct marshaling issues, as I didn't drill down into those.
10847         Yet.
10848
10849 2006-02-06  Jackson Harper  <jackson@ximian.com>
10850
10851         * ComboBox.cs: Dont manually set the top_item, this is computed
10852         when the scrollbar position is set.
10853
10854 2006-02-06  Mike Kestner  <mkestner@novell.com>
10855
10856         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10857         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10858         usage of Atom needs to be mapped to IntPtr for example.  And there are
10859         likely other int/long issues to be addressed.
10860
10861 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10862
10863         * FileDialog.cs: One more...
10864
10865 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10866
10867         * FileDialog.cs: Next try
10868
10869 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10870
10871         * FileDialog.cs: First part of fix for #77464
10872
10873 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10874
10875         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10876           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10877           AcceptButton border drawing.
10878
10879 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10880
10881         * Form.cs: Moved positioning of form after auto scaling is applied,
10882           otherwise it would possibly use wrong form size.
10883
10884 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10885
10886         * Control.cs (RecreateHandle): No need to re-create any child
10887           controls, the child windows will get destroyed automatically by
10888           the windowing system or driver, and re-created when the handle
10889           is being accessed the first time. Fixes #77456
10890         * Form.cs: No longer setting the form to closing if the handle is 
10891           being recreated. This seems like the right thing to do, don't
10892           have a bug or testcase for this, though.
10893
10894 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10895
10896         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10897           controls to avoid unwanted side effects
10898
10899 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10900
10901         * Control.cs: 
10902           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10903             control. Fixes #77416.
10904           - DefaultSize is 0,0 for control
10905         * TextBoxBase.cs: 
10906           - DefaultSize is 100, 20
10907           - SetBoundsCore: Now enforcing the height, no matter if the provided
10908             height is more or less than the preferred one, as long as AutoSize
10909             is on
10910         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10911
10912 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10913
10914         * Control.cs:
10915           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10916             call unless both performLayout is true *and* we have a pending
10917             layout change
10918           - ResumeLayout: MS does not completely nest Suspend and Resume,
10919             they bottom out at 0, fixed our code to match that.
10920           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10921             SetBoundsCore, we were updating even when we shouldn't. This fixes
10922             swf-anchors mis-anchoring when resizing the app fast and lots.
10923           - UpdateDistances: Now only setting the left and top distance if 
10924             we have a parent and are not suspended, this is based on
10925             a suggestion by Don Edvaldson in bug #77355.
10926           - OnVisibleChanged: Fixed logic when to create the control. We may
10927             not create the control if we have no parent or if it's not visible;
10928             switched to using Visible property instead of is_visible field 
10929             since the property also considers parent states. This fixes a bug
10930             when starting Paint.Net
10931
10932 2006-02-02  Jackson Harper  <jackson@ximian.com>
10933
10934         * Form.cs: If the forms handle hasn't been created yet don't call
10935         into xplatui to make it top most, just set the topmost flag on the
10936         form in CreateParams
10937         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10938
10939 2006-02-01  Jackson Harper  <jackson@ximian.com>
10940
10941         * ScrollableControl.cs: Refactored the Recalculate method a
10942         little, this wasn't handling all the variants of bottom and right
10943         bars needed to be added and added/removed based on their
10944         counterparts being added/removed (which changes the drawable
10945         size). Also we special case client widths and heights of 0 and
10946         don't add the scrollbar for those.
10947
10948 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10949
10950         * XplatUIX11.cs: 
10951           - Added method to get AbsoluteGeometry(); currently unused, but might
10952             be used in the future, if we try again to figure out toplevel
10953             coordinates with some more crappy window managers
10954           - Added FrameExtents() method to retrieve the WM set decoration size
10955           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10956             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10957         * Hwnd.cs: 
10958           - Added whacky_wm tracking var for metacity
10959           - Added logic to have default menu height if the actual menu height
10960             has not yet been calculated (part of fix for #77426)
10961         * Form.cs: Keep track whether client size has been set and re-set 
10962           it if a menu is added/removed afterwards (Fixes #77426)
10963
10964 2006-01-31  Jackson Harper  <jackson@ximian.com>
10965
10966         * Control.cs: When a new Site is set on the component attempt to
10967         pull the AmbientProperties from it.
10968
10969 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10970
10971         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10972           in the background of the owning form. Fixes #77332
10973
10974 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10975
10976         * MimeIcon.cs: Fix for #77409
10977
10978 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10979
10980         * XplatUIX11GTK.cs: Initial import
10981
10982 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
10983
10984         * FixedSizeTextBox: fixes class signature
10985
10986 2006-01-30  Jackson Harper  <jackson@ximian.com>
10987
10988         * FixedSizeTextBox.cs: New internal class that represents a
10989         textBox that will not be scaled.
10990         * TreeView.cs:
10991         * ComboBox.cs:
10992         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
10993         standard TextBox.
10994                 
10995 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
10996
10997         * XplatUIX11.cs: Retrieve default screen number instead of
10998           assuming 0. Attempted fix for #77318
10999
11000 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
11001
11002         * XplatUIWin32.cs: 
11003           - GetWindowPos: When a window is parented by FosterParent, use 
11004             the desktop instead of FosterParent as the base to get coordinates
11005           - CreateWindow: Don't make FosterParent the parent window for Popups
11006             if we don't want a taskbar entry, Popups automatically don't get one
11007         * Hwnd.cs: Need to call remove to actually remove the key from the
11008           hash table
11009
11010 2006-01-30  Mike Kestner  <mkestner@novell.com>
11011
11012         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
11013
11014 2006-01-30  Jackson Harper  <jackson@ximian.com>
11015
11016         * TreeView.cs:
11017         * TreeNode.cs: Raise events no matter how the treenode is
11018         checked. Patch by Don Edvalson.
11019
11020 2006-01-30  Jackson Harper  <jackson@ximian.com>
11021
11022         * TreeNode.cs: Signature fix.
11023
11024 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
11025
11026         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
11027
11028 2006-01-20  Mike Kestner  <mkestner@novell.com>
11029
11030         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
11031         event forwarding when menus are active.
11032         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
11033         Most of the patch is pdb's with a little rework.
11034
11035 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
11036
11037         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
11038           Removed GetMenuDC and ReleaseMenuDC methods; replaced
11039           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
11040         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
11041         * InternalWindowManager.cs: Added use of PaintEventStart/End to
11042           handling of WM_NCPAINT message, now passing the PaintEventArgs to
11043           the PaintWindowDecorations method
11044         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
11045         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
11046         * MenuAPI.cs: Made tracker window invisible
11047         * XplatUIWin32.cs:
11048           - Removed GetMenuDC and ReleaseMenuDC methods
11049           - Implemented the client=false path for PaintEventStart and
11050             PaintEventEnd
11051
11052 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
11053
11054         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
11055         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
11056           styles
11057         * Form.cs: 
11058           - MaximizeBox, MinimizeBox: Recreate the handle when setting
11059             the style
11060           - CreateParams: Reworked the styles to match MS look'n'feel,
11061             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
11062             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
11063
11064 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
11065
11066         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
11067           window is not mapped, since otherwise every form that's being 
11068           created is considered minimized, which is wrong.
11069         * Form.cs: Catching the exception and returning our internal value
11070           instead
11071
11072 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
11073
11074         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
11075           SetWindowMinMax() to have means to tell the driver about the minimum,
11076           maximum and maximized state window sizes. (Part of the fix for #76485)
11077         * Form.cs:
11078           - Implemented tracking of minimum and maximum window size, now calling
11079             new SetWindowMinMax() driver method to tell the driver (Part of the
11080             fix for #76485)
11081           - Finished handling of WM_GETMINMAXINFO method, now setting all values
11082             (Completes fix for #76485)
11083           - Calling new SetWindowMinMax driver method when the handle for a 
11084             form is created, to make sure the driver knows about it even if
11085             the values have been set before the window was created
11086           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
11087             to avoid messing up our anchoring calculations (partial fix
11088             for #77355)
11089         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
11090         * XplatUIX11.cs:
11091           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
11092           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
11093             (and presumably other freedesktop.org compliant WMs). Left the
11094             assumption unmapped=minimized, needed for SetVisible to work.
11095           - Now setting the window state when creating windows
11096           - Fixed SetVisible to consider/set the window state when mapping
11097             a Form. We cannot set the state before it's mapped, and we cannot
11098             use Form.WindowState once it's mapped (since it would ask the
11099             driver and get 'normal'. Therefore, we grab the state before
11100             mapping, map, and then set state.
11101           - Implmemented SetWindowMinMax method; Metacity does not seem to
11102             honor the ZoomHints, though.
11103         * XplatUIWin32.cs:
11104           - Removed MINMAXINFO (moved to XplatUIStructs)
11105           - Added SetWindowMinMax stub (on Win32 the only way to set that
11106             information is in response to the WM_GETMINMAXINFO message, which
11107             is handled in Form.cs)
11108           - Added logic to SetVisible to set the proper window state when a 
11109             form is made visible (fixes #75720)
11110
11111 2006-01-26  Jackson Harper  <jackson@ximian.com>
11112
11113         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
11114         same way we handle them with Invoke.
11115
11116 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
11117
11118         * Form.cs:
11119           - Added tracking of window state so CreateParams can return
11120             the appropriate style
11121           - Moved setting of WS_CAPTION style in CreateParams to allow
11122             styles without caption
11123         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
11124           control if the TextBox property is accessed. Fixes #77345
11125         * Control.cs:
11126           - get_Created: now uses is_disposed and is_created to determine
11127             return value (suggested by Jackson)
11128           - CreateHandle: No longer exits if the handle is being recreated
11129           - RecreateHandle: If the handle is not yet created call the 
11130             appropriate method to create either control or handle. If the
11131             control is already created CreateHandle will simply exit instead
11132             of just creating the handle
11133         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
11134           now SendMessage WM_DESTROY directly to the control when DestroyWindow
11135           is called.
11136         * XplatUIX11.cs: 
11137           - When DestroyWindow is called, instead of waiting for the 
11138             DestroyNotification from X11, we directly post it to the WndProc
11139             and immediately dispose the hwnd object.
11140             Same applies to DestroyChildWindows, and this obsoletes the
11141             expose_pending tracking. Contrary to Win32 behaviour we destroy our
11142             child windows before our own, to avoid X11 errors.
11143           - Removed the direct sending of WM_PAINT on UpdateWindow
11144         * XplatUIWin32.cs:
11145           - Reworked DoEvents and GetMessage to allow access to internal queue
11146             even when trying non-blocking access to the queue.  Fixes #77335. 
11147             Based on a patch suggestion by Don Edvalson. The new private
11148             GetMessage can now also be used as a backend for a PeekMessage
11149             frontend version.
11150         * XplatUI.cs: Improved debug output for CreateWindow
11151
11152 2006-01-25  Jackson Harper  <jackson@ximian.com>
11153
11154         * Help.cs: Allow param to be null. Patch by Don Edvalson.
11155
11156 2006-01-24  Jackson Harper  <jackson@ximian.com>
11157
11158         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
11159         when we have a MaxDropItems lower then the selected index.
11160
11161 2006-01-24  Jackson Harper  <jackson@ximian.com>
11162
11163         * Control.cs: Don't allow selection of non visible controls, allow
11164         selection of controls without parents.
11165
11166 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
11167
11168         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
11169         * DataGridDrawingLogic.cs: Add editing row only when is necessary
11170
11171 2006-01-23  Jackson Harper  <jackson@ximian.com>
11172
11173         * UpDownBase.cs: Make the textbox handle all the selection and
11174         tabbing. This fixes tabing to updown controls.
11175
11176 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
11177
11178         * TextBoxBase.cs: fixes exception thown the object was null
11179
11180 2006-01-23  Jackson Harper  <jackson@ximian.com>
11181
11182         * ButtonBase.cs: Just use the base CreateParams. They set
11183         visibility and enabled correctly.
11184         * ComboBox.cs:
11185         * TrackBar.cs:
11186         * MonthCalendar.cs: Lets let the base set as much of the
11187         createparams as possible so we don't have duplicate code all over
11188         the place.
11189
11190 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
11191
11192         * ThemeGtk.cs: Added TrackBar and some experimental code to
11193           get double buffering back
11194
11195 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
11196
11197         * DataGrid.cs: Allows row number set internally higher than the last
11198         when creating a new row. Restores the editing functionality.
11199
11200 2006-01-20  Mike Kestner  <mkestner@novell.com>
11201
11202         * MimeIcon.cs: delay Image creation until the icons are accessed
11203         instead of creating 190 scaled images on GnomeHandler startup.
11204
11205 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
11206
11207         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
11208           first call base before processing the event. Fixes #77279
11209
11210 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
11211
11212         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
11213           that the stride for the GDI bitmap would match the stride of
11214           a DIB or a Cursor.
11215
11216 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
11217
11218         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
11219
11220 2006-01-19  Jackson Harper  <jackson@ximian.com>
11221
11222         * ComboBox.cs: Hookup the text controls keydown event so we get
11223         those when the text control has the focus.
11224
11225 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
11226
11227         * Label.cs: Now using the base events instead of defining new ones;
11228           this allows us to just call the base properties without having to
11229           duplicate all base property logic 
11230
11231 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
11232
11233         * Label.cs: A label by default is not a tabstop (Fixes one of our
11234           failing nunit tests)
11235
11236 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
11237
11238         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
11239         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
11240
11241 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
11242
11243         * Cursor.cs: Reimplemented creating cursor bitmaps without using
11244           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
11245           This fixes #77218
11246         * XplatUIWin32.cs: 
11247           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
11248             constructor creates images that can't be saved. Part of the fix
11249             for #76103
11250           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
11251           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
11252             bug fix for handling window state in forms properly)
11253
11254 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11255
11256         * ThemeGtk.cs: Simplify ScrollBar drawing
11257
11258 2006-01-18  Jackson Harper  <jackson@ximian.com>
11259
11260         * Splitter.cs: Set the default dock style for the splitter control
11261         in the constructor.
11262
11263 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11264
11265         * ThemeGtk.cs: Corrected StateType and ShadowType for
11266           gtk_paint_box
11267
11268 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11269
11270         * Control.cs: Make use of Theme.DoubleBufferingSupported
11271         * ThemeGtk.cs:
11272           - Added drawing for flat style buttons
11273           - Added ScrollBar drawing
11274
11275 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
11276
11277         * ThemeClearlooks.cs: Removed some unneeded code.
11278         * ThemeGtk.cs: First part of ThemeGtk enhancements.
11279
11280 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
11281
11282         * LinkLabel.cs: We need to update the hover drawing when
11283           leaving the control as well.
11284
11285 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
11286
11287         * DataGrid.cs: Clicking on non empty areas in the columns
11288            area was giving an exception
11289
11290 2006-01-17  Jackson Harper  <jackson@ximian.com>
11291
11292         * ThemeWin32Classic.cs:
11293         * ListView.cs: Do not draw/clip the headers when the header style
11294         is None.
11295
11296 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
11297
11298         * DataGrid.cs: Fixes 77260
11299         
11300 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
11301
11302         * DataGrid.cs: Clicking on a column on a empty grid was giving
11303           an exception
11304
11305 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
11306
11307         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
11308           or any keypress will crash the grid.
11309
11310 2006-01-17  Mike Kestner  <mkestner@novell.com>
11311
11312         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
11313         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
11314         invisible/previously-visible items.
11315         [Fixes #76909]
11316
11317 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
11318
11319         * ThemeClearlooks.cs:
11320         - Added CL_Draw_Button method; now other theme controls that are 
11321           not derived from button or do not have a button can draw buttons
11322           too
11323         - Updated ComboBox drawing
11324         - Beautified RadioButton drawing
11325         - Corrected drawing of bottom and left tabs
11326         - Beautified DateTimePicker and MonthCalendar
11327         - Added CPDrawButton and CPDrawRadioButton
11328
11329 2006-01-16  Jackson Harper  <jackson@ximian.com>
11330
11331         * ComboBox.cs: Set the initial value of the scrollbar to the
11332         current index. Reduce the numbers of refreshs and IndexOfs called.
11333
11334 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
11335
11336         * FileDialog.cs: When the file listview is focused hitting the
11337           backspace key moves the fileview to the parent directory
11338
11339 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
11340
11341         * Form.cs: 
11342           - Added RecreateHandle call when changing taskbar visibility to 
11343             trigger reparenting in Win32 driver (Fixes #75719)
11344           - If a window has minimize or maximize buttons, it cannot have
11345             a help button
11346         * XplatUIWin32.cs:
11347           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
11348             the toplevel form with FosterParent (A toolwindow not on the
11349             taskbar) (Fixes #75719)
11350           - Made FosterParent a toolwindow
11351
11352 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
11353
11354         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
11355
11356 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
11357
11358         * ToolTip.cs: If SetToolTip is called from a control and the mouse
11359           is currently over that control, make sure that tooltip_window.Text
11360           gets updated
11361
11362 2006-01-13  Mike Kestner  <mkestner@novell.com>
11363
11364         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
11365
11366 2006-01-13  Jackson Harper  <jackson@ximian.com>
11367
11368         * TreeView.cs: On MS GetNodeAt never actually factors in the X
11369         value passed.  Also redraw the selected node when we recieve
11370         focus, so tabbing between trees works correctly.
11371
11372 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
11373
11374         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
11375           ~/.gconf/%gconf-tree.xml, so use
11376           .gconf/desktop/gnome/interface/%gconf.xml
11377
11378 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
11379
11380         * TextControl.cs: Draw text in gray if control is disabled
11381
11382 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
11383
11384         * TreeView.cs: Draw the focus rectangle outside the highlight, to
11385           make sure it's always visible. Fixes #76680.
11386
11387 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
11388
11389         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
11390
11391 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
11392
11393         * PageSetupDialog.cs: Added.
11394         * PrintDialog.cs: Attributes.
11395         * PrintPreviewControl.cs: Updates.
11396         * PrintPreviewDialog.cs: Updates.
11397         
11398 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11399
11400         * Control.cs: Undid my selection check fix, since it's not needed
11401         * TextBoxBase.cs:
11402           - Now considering the presence of hscroll/vscroll when sizing
11403             vscroll/hscroll respectively. Fixed bug #77077
11404           - Added Left/Up/Down/Right to IsInputKey list to prevent
11405             ContainerControl from stealing them. This fixes what I broke
11406             with my last checkin.
11407
11408 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
11409
11410         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
11411           I finally understand how the property can be set without a setter :-)
11412
11413 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11414
11415         * Application.cs:
11416           - Switched RunLoop to use static Message.Create to create a 
11417             Message object
11418           - Added PreProcessMessage call in runloop for keyboard events; this
11419             is part of the fix for #77219, I overlooked this originally in the
11420             MSDN doc for PreProcessMessage
11421         * Control.cs:
11422           - Removed call to PreProcessMessage from handling of keyboard 
11423             messages; it's supposed to be done in the message pump
11424           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
11425             per MSDN documentation.
11426           - IsInputChar: All chars are input chars by default; removed the 
11427             parent calling chain, MS does not document that
11428           - PreProcessMessage: If IsInputChar is true, we want to return false
11429             to allow dispatching of the message
11430           - When selecting the next control, now also check that we're not
11431             selecting ourselves again and therefore return a false positive.
11432         * TextBoxBase.cs:
11433           - Tried to match return values for IsInputKey and ProcessDialogKey
11434             to what MS returns; moved processing of our special keys outside
11435             ProcessDialogKey since MS does not seem to return true on those.
11436           - Moved code that previously was in ProcessDialogKey into new private
11437             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
11438           - Reworked handling of WM_CHAR to not have to duplicate code from
11439             Control.cs anymore, instead we simply call down to base.
11440            
11441 2006-01-12  Jackson Harper  <jackson@ximian.com>
11442
11443         * ComboBox.cs: We always need to refresh the text area when
11444         EndUpdate is called. Fixes the combobox in the file dialog.
11445         * Control.cs: Don't create the creator_thread until the controls
11446         handle is created.  Also in InvokeRequired we check if the
11447         creator_thread is null. This gives the effect of InvokeRequired
11448         returning true if the controls handle is not created yet, and
11449         matches MS.
11450
11451 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11452
11453         * XplatUI.cs:
11454           - Added StartLoop() driver method. This is used to allow drivers to
11455             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
11456             loop for a particular thread
11457           - Added EndLoop() driver method. This is called once the message
11458             pump for the thread is shut down
11459           - Added SupportsTransparency method to allow the driver to indicate
11460             opacity support for windows
11461         * Form.cs:
11462           - Removed TODO attribute, completed AllowTransparency property
11463           - Added documented logic to Opacity
11464         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
11465           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
11466           versions of CompatibleTextRendering
11467         * X11Structs.cs: Added opacity atom to our atom enumeration
11468         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
11469           of a form might be set before it's reparented by the WM, and we need
11470           the opacity value without calling up to Form)
11471         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
11472           SupportsTransparency() driver methods
11473         * Application.cs: Now calling StartLoop and EndLoop driver methods
11474         * XplatUIX11.cs:
11475           - Added opacity atom registration
11476           - Added StartLoop()/EndLoop() methods. They're empty right now but
11477             will need to get implemented when we switch to a per-thread queue
11478           - Implemented SupportsTransparency() method
11479           - Implemented SetWindowTransparency() method
11480           - Added support for setting the opacity value when a window is
11481             reparented (since the opacity needs to be set on the WM frame)
11482         * XplatUIOSX.cs, XplatUIWin32.cs:
11483           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
11484
11485 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
11486
11487         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
11488
11489 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
11490
11491         * FileDialog.cs: Added ToolTip for MWFFileView
11492         * MimeIcon.cs: Rewrote GnomeHandler.
11493           - Get currently used gnome icon theme from
11494             ($HOME)/.gconf/%gconf-tree.xml
11495           - Make use of inherited icon themes
11496           - Support SVG icon themes like Tango via librsvg
11497
11498 2006-01-12  Miguel de Icaza  <miguel@novell.com>
11499
11500         Revert's Jackson's revert which broke 2.0 builds.   Fix both
11501         builds. 
11502         
11503         * Application.cs: Move the use_compatible_text_rendering outside
11504         the NET_2_0 define.  If we ever need to use the
11505         use_compatible_text_rendering on the individual controls they will
11506         access the variable from the common shared code paths.
11507
11508 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11509
11510         * XplatUI.cs:
11511           - Added more granular debug options
11512           - Added method to print both window text and id
11513           - Switched debug output to use new Window() debug method
11514           - Added IsEnabled() driver method
11515           - Added EnableWindow() driver method
11516         * Form.cs:
11517           - Removed end_modal; no longer needed, new loop handles termination
11518             via 'closing' variable
11519           - If form is modal, setting DialogResult will now initiate loop
11520             termination via 'closing' variable
11521           - Added support for is_enabled/WS_DISABLED to CreateParams
11522           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
11523             does all the work
11524           - Removed code that's now in RunLoop from ShowDialog()
11525           - Added various documented sanity checks to ShowDialog()
11526           - Added handling of WM_DESTROY message; we set 'closing' on getting
11527             the message to indicate the message pump to terminate
11528           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
11529             send by the Application.ExitThread method. (We send the message
11530             to destroy the window after all other events have been
11531             processed through the queue, instead of destroying the handle 
11532             directly)
11533           - Moved code from Close() method to WM_CLOSE handler; added logic
11534             to only send close-related events if the form is not displayed
11535             modal
11536         * Splitter.cs (..ctor): Fixed typo in resource name
11537         * Control.cs:
11538           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
11539             brush now
11540           - set_Cursor: Now only setting calling into XplatUI if the handle for
11541             the control is already created; this avoids implict handle creation
11542             or crashes if it's not created
11543           - set_Enabled: Now setting the enabled state via the new driver method
11544             instead of just tracking it
11545           - CreateParams: Added logic to set WS_DISABLED based on enabled state
11546           - CreateControl: Reordered event firing and method calls to more
11547             closely fire events in the order MS does. Now setting the
11548             enabled state in the driver when creating the control.
11549           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
11550             match MS order
11551         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
11552           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
11553         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
11554         * Hwnd.cs:
11555           - Added tracking of window enabled state (get_Enabled/set_Enabled)
11556           - Added EnabledHwnd property to easily allow a driver to find the
11557             handle of the first enabled window in the parent chain (this is
11558             used by drivers to pass up input events of disabled windows)
11559         * XplatUIDriver.cs: Added IsEnabled() method
11560         * Application.cs:
11561           - Removed crude and obsolete exiting tracking variable
11562           - Removed internal ModalRun(); replaced by RunLoop()
11563           - Implemented private CloseForms() method to allow closing all 
11564             windows owned by a particular (or all) threads
11565           - Exit() now properly closes all windows without forcing the message
11566             pump to quit
11567           - Removed obsolete InternalExit() method
11568           - Changed Run() methods to use new RunLoop() message pump
11569           - Implemented new RunLoop() method for both modal and non-modal forms
11570         * CommonDialog.cs:
11571           - get_CreateParams: Added setting of WS_DISABLED
11572           - Simplified ShowDialog(); now all the work is done in RunLoop(),
11573             invoked via Form.ShowDialog()
11574         * NativeWindow.cs: We don't remove the window from the collection when
11575           the handle is destroyed; there might still be messages for it in the
11576           queue (mainly the resulting WM_DESTROY); instead it will be removed
11577           when Control calls InvalidateHandle in the WM_DESTROY handler
11578         * XplatUIX11.cs:
11579           - CreateWindow: Added logic to handle the WS_DISABLED window style
11580           - EnableWindow: Implemented based on Hwnd.Enabled
11581           - GetMessage: Reset PostQuitState so the method can be called again
11582           - Implemented support for disabled windows (passing messages to the
11583             first enabled parent) in handling all input messages
11584           - Added optimizations for handling Expose events
11585           - Implemeted new driver method IsEnabled()
11586           - Now always resetting paint pending tracking vars when we start paint
11587           - Re-implemented UpdateWindow via just sending a WM_PAINT message
11588         * XplatUIOSX.cs: Added IsEnabled method stub
11589         * XplatUIWin32.cs: Implemented new IsEnabled() method
11590
11591 2006-01-11  Jackson Harper  <jackson@ximian.com>
11592
11593         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
11594         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
11595         variables a little.
11596         * ColorDialog.cs: Clear out the old form before adding the new
11597         panel.  
11598
11599 2006-01-11  Jackson Harper  <jackson@ximian.com>
11600
11601         * X11Dnd.cs: Make sure to add all the text formats when adding
11602         strings to the data object.
11603         * TreeNodeCollection.cs: When adding to a sorted tree we need to
11604         do some redrawing too.  Also change the UpdateNode to an
11605         UpdateBelow so the newly added node gets painted.
11606         
11607 2006-01-11  Miguel de Icaza  <miguel@novell.com>
11608
11609         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
11610         LinkLabel.cs, PropertyGrid.cs: Implement the
11611         UseCompatibleTextRendering property for 2.x
11612
11613         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
11614
11615 2006-01-11  Jackson Harper  <jackson@ximian.com>
11616
11617         * TreeView.cs: Use the property for setting the selected node so
11618         the correct events get raised.
11619         * TreeNode.cs: Update the tree when the fore/back colours of a
11620         node are set.
11621
11622 2006-01-10  Jackson Harper  <jackson@ximian.com>
11623
11624         * TreeView.cs: Allow setting SelectedNode to null.
11625
11626 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11627
11628         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
11629
11630 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11631
11632         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
11633
11634 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11635
11636         * PrintDialog.cs: Added attributes and set default property values.
11637
11638 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11639
11640         * PrintControllerWithStatusDialog.cs: 
11641         Added PrintControllerWithStatusDialog.
11642
11643 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11644
11645         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
11646         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
11647
11648 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11649
11650         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
11651
11652 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11653
11654         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
11655         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
11656
11657 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
11658
11659         * MimeIcon.cs: Added internal class SVGUtil.
11660
11661 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
11662
11663         * FileDialog.cs: Don't crash if there are two files with the
11664           same name but different locations.
11665
11666 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
11667
11668         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
11669         dates across multiple month grids. Used to not highlight entire 
11670         month, but does now.
11671         
11672 2006-01-06  Jackson Harper  <jackson@ximian.com>
11673
11674         * MonthCalendar.cs: Removed DoEvents call to prevent a running
11675         message loop. Change timer intervals to numbers that seem more
11676         natural.
11677
11678 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
11679
11680         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
11681           object for location info since screen object is now implemented.
11682
11683 2006-01-05  Jackson Harper  <jackson@ximian.com>
11684
11685         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
11686         * AsyncMethodResult.cs: We no longer use a WeakReference for the
11687         AsyncMethodResult, this is because we ALWAYS want the
11688         ManualResetEvent to get set.
11689         * Control.cs: When disposing use an async invoke to call shutdown
11690         code, so that thigns don't block on the finalizer thread.  Also
11691         check if we even have a message loop before trying to send
11692         messages, if we don't then don't bother sending messages.
11693         - No more weak references for async methods
11694         * XplatUIDriver.cs: No more weak references for async methods.
11695
11696 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11697
11698         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
11699           returns two FontFamily with the same name
11700
11701 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11702
11703         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
11704           drawing disabled text. Instead using the ColorGrayText color
11705
11706 2006-01-04  Jackson Harper  <jackson@ximian.com>
11707
11708         * TreeNode.cs: redraw the node when its image index is changed.
11709
11710 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11711
11712         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
11713           time I checked there are no others like it.
11714
11715 2006-01-04  Jackson Harper  <jackson@ximian.com>
11716
11717         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
11718         this gives the behavoir I was looking for.
11719         * Control.cs: Special case Invoking EventHandlers, this matches MS
11720         and fixes part of bug #76326.
11721
11722 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11723
11724         * ThemeClearlooks.cs, FileDialog.cs:
11725           - Reflect the latest Theme class changes
11726           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
11727             with DateTime
11728             
11729 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11730
11731         * Theme.cs: Cache UI resource images and resize them if needed
11732
11733 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11734
11735         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
11736           is called. This fixes the crash in Nexxia when setting the font
11737           attributes in the chat. [However, RTF needs a look-over to make sure
11738           that all SelectionXXX methods handle the special case that selection
11739           is empty and therefore the change must be applied to all text starting
11740           at the cursor/selection start]
11741
11742 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
11743
11744         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11745           XplatUIOSX.cs: Added SendMessage and PostMessage methods
11746         * X11Keyboard.cs: Switched to new way of calling PostMessage
11747
11748 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11749
11750         * Theme.cs: Added theme interface for images to allow the theme to
11751           control what images are used for things like FileDialog, MessageBox
11752           icons, etc.
11753         * MessageBox.cs: Now uses the new Theme icon/image interfaces
11754
11755 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
11756
11757         * FileDialog.cs:
11758           - Removed some dead code
11759           - Opening a recently used file does work now
11760           - Small UI enhancements
11761           - Refactoring
11762
11763 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11764
11765         * FileDialog.cs: Forgot too add __MonoCS__
11766
11767 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11768
11769         * FileDialog.cs: We are able to read recently used files now let's
11770           go on and write them.
11771
11772 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
11773
11774         * FileDialog.cs: Breathe some life into "last open"/"recently used"
11775           button
11776         * MimeIcon.cs: Do a check for the top level media type also
11777
11778 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11779
11780         * ThemeClearlooks.cs:
11781           - Added CPDrawStringDisabled
11782           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
11783             some chars if the text doesn't fit into text_rect
11784           - DrawListViewItem: If View = View.LargeIcon center the image;
11785             rewrote the drawing of ListViewItem.Text if View = 
11786             View.LargeIcon
11787
11788 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11789
11790         * MimeIcon.cs: Use default KDE icon theme if there is no
11791           "48x48" directory for the current icon theme, fixes #77114
11792         * Mime.cs: Disable not working and actually not used code. 
11793         * ThemeWin32Classic.cs:
11794           - Replace "new SolidBrush" in GetControlBackBrush and
11795             GetControlForeBrush with ResPool.GetSolidBrush
11796           - Changed DrawListViewItem from private to protected virtual
11797         * FileDialog.cs:
11798           - Added form.MaximizeBox = true
11799           - Don't throw an exception if there is a broken symbolic link
11800
11801 2005-12-23  Jackson Harper  <jackson@ximian.com>
11802
11803         * TabControl.cs: Give the panels focus, keyboard navigation is
11804         fixed so this works correctly now.
11805         - We need these key events also.
11806         * ToolBar.cs: Remove some of the poor mans double buffering.
11807         
11808 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11809
11810         * ComboBox.cs: The internal TextBox now returns the focus.
11811
11812 2005-12-23  Jackson Harper  <jackson@ximian.com>
11813
11814         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11815
11816 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11817
11818         * Control.cs: Removed debug code
11819         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11820           implicit children
11821
11822 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11823
11824         * Control.cs: When creating the control, update the Z-order after
11825           all it's children are created, too. (Fixes nexxia not showing
11826           picturebox bug)
11827
11828 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11829
11830         * Control.cs: Do not update the anchoring distances if layout is
11831           suspended, instead do it once layout is resumed
11832
11833 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11834
11835         * Control.cs: 
11836           - After many hours of debugging, for both Jackson and
11837             myself, it turns out that it helps to set the parent of a control
11838             if you want to actually see it onscreen. In the spirit of that
11839             discovery, we're now setting the parent of the control and
11840             it's children when the control's handle is created. This fix
11841             will make Lutz Roeder's Reflector run happily. 
11842           - now just creating the handle instead of the whole control when
11843             getting a graphics context for the control.
11844
11845 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11846
11847         * ScrollableControl.cs: When calculating the canvas, don't consider
11848           the scrollbar widths. Instead, predict if horizontal scrollbar
11849           will affect canvas when deciding on vertical display and vice versa.
11850
11851 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11852
11853         * RichTextBox.cs: Set default RTF font for documents that don't
11854           have a font table (Fixes #77076)
11855
11856 2005-12-22  Jackson Harper  <jackson@ximian.com>
11857
11858         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11859         clipboard. This prevents a NullRef in that case.
11860         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11861         clipboard. PRIMARY is for the currently selected text only. (We
11862         should implement PRIMARY at some point.
11863
11864 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11865
11866         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11867           a Unicode function with a structure that was defined in Ansi way.
11868           This fixes #76942.
11869
11870 2005-12-21  Jackson Harper  <jackson@ximian.com>
11871
11872         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11873         on. Because thats how it rolls. (and this avoids it using ambient
11874         colours).
11875         * ThemeWin32Classic.cs: Use the proper back color for filling.
11876         * Menu.cs: Use the system menu bar color for drawing menu
11877         bars. Using the window back color will bring ambient colours into
11878         the picture.
11879
11880 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11881
11882         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11883           Bitmaps were created and not disposed.
11884
11885 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11886
11887         * Control.cs (CreateControl): Don't do anything if the control is
11888           already created, otherwise we'd fire the OnCreated event more than
11889           once
11890
11891 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11892
11893         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11894           will always match. Instead return -1. Fixes #76464.
11895
11896 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11897
11898         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11899           neither the beginning nor the end of the line (Fixes bug #76479)
11900
11901 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11902
11903         * Control.cs:
11904           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11905             where handle is invalid
11906           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11907             instead of slower linear search
11908         * NativeWindow.cs: Don't remove the window from the hashtable until
11909           after the driver has destroyed it (since the driver might use
11910           Control.FromHandle to lookup the control object
11911         * Hwnd.cs: Added DestroyPending property to track if a window is 
11912           already destroyed as far as the driver is concerned and only hasn't
11913           yet notified the control
11914         * XplatUIX11.cs:
11915           - Activate(): Check if the window is still valid before using the 
11916             handle
11917           - Implemented DestroyChildWindow() method to mark child windows as
11918             destroyed when a window is destroyed. This prevents situations 
11919             where we might call an X method based on queued events for a
11920             window that already has been destroyed but we haven't yet pulled
11921             the destroy method from the queue.
11922           - Added a call to the new DestroyChildWindow() method to the drivers
11923             DestroyWindow code. Also now marking the destroyed window itself
11924             as pending
11925
11926 2005-12-20  Jackson Harper  <jackson@ximian.com>
11927
11928         * StatusBar.cs:
11929         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11930         anymore. Just do them when needed, also track the rects of panels
11931         so that we can optimize refreshing more in the future.
11932
11933 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11934
11935         * ColorDialog.cs: Fixed focus drawing in small color controls
11936
11937 2005-12-19  Jackson Harper  <jackson@ximian.com>
11938
11939         * InternalWindowManager.cs:
11940         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11941         moving windows works properly.
11942
11943 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11944
11945         * Control.cs: 
11946           - Removed call to InitLayout() from SetBoundsCore(); doc says
11947             it's only called when a control is added to a container
11948           - Split InitLayout logic, moved to separate UpdateDistances() method
11949             since we need to perform those calculations more often than just
11950             when adding the control to a container. (Needed to fix #77022)
11951           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11952           - Reduced the OnBindingContextChanged events count, don't send them
11953             unless the control is created, we still aren't totally matching
11954             MS, but I can't quite figure out some of their rules
11955
11956 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11957
11958         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11959           stripes
11960
11961 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11962
11963         * ThemeClearlooks.cs:
11964           - Updated ProgressBar drawing
11965           - Corrected drawing of ScrollBars and scroll buttons
11966           - Some temporary fixes for minor pixel artefacts
11967
11968 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11969
11970         * Control.cs:
11971           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11972             cause events to be sent in the same order as MS does.
11973           - Added ChangeParent() method to trigger various OnXXXChanged events
11974             that need to be fired when a parent changes (This is a reworking
11975             of the patch from r54254, with the X11 errors fixed)
11976           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
11977             since on MS we get OnLayoutChanged events when calling Clear()
11978           - Changed Enabled property to consider parent state as well, if a
11979             parent is not enabled, the control will not be either
11980           - Changed Parent property to simply call Controls.Add() since that
11981             now does all the work required, this way we avoid code duplication
11982           - Threw in a few OnBindingsContextChanged calls to try and match
11983             when MS sends them. We seem to send a few too many, though.
11984           - Added call to CreateControl when adding the control to a parent.
11985             We were never calling CreateControl. Still needs some work, in
11986             some places we treat HandleCreated and ControlCreated as equal, 
11987             which is wrong
11988           - Removed obsolete commented out code from UpdateZOrder()
11989
11990 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11991
11992         * ThemeClearlooks.cs: Updated TrackBar drawing.
11993
11994 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11995
11996         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
11997
11998 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11999
12000         * FileDialog.cs: Add the Help button and the open readonly
12001           checkbox only if needed
12002
12003 2005-12-16  Jackson Harper  <jackson@ximian.com>
12004
12005         * Control.cs: Make sure we have an active menu before trying to
12006         process commands on it. Prevents menu-less forms from crashing
12007         when Alt is pressed.
12008         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
12009         Dieter Bremes.
12010         * RichTextBox.cs: Expand statement to help out gmcs and fix the
12011         2.0 build.
12012
12013 2005-12-16  Jackson Harper  <jackson@ximian.com>
12014
12015         * InternalWindowManager.cs: Don't translate tool windows screen
12016         coordinates. This fixes windows 'bouncing' around when being moved.
12017
12018 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
12019
12020         * TextBoxBase.cs:
12021           - MaxLength now treats 2^31-1 equal to unlimited length (this is
12022             not quite MS compatible, MS uses that number only for single line
12023             and 2^32-1 for multi-line, but I figure it won't hurt keeping
12024             the limit at 2GB)
12025           - Now enforcing the MaxLength limit when entering characters
12026           - Added argument to internal Paste() method to track if it's called
12027             from programatically or via keyboard, since keyboard driven pastes
12028             need to enforce max-length
12029           - Added logic to Paste to only paste as many chars as MaxLength 
12030             allows
12031         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
12032         * TextControl.cs:
12033           - Added Length property to return number of characters in document
12034           - Added private CharCount property which only tracks actual chars
12035             in the document (no linefeeds) and fires event when CharCount
12036             changes
12037           - Added tracking of character count to all methods that alter it
12038           - Added LengthChanged event to allow applications to subscribe
12039             to any changes to the document
12040
12041 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
12042
12043         * TextBox.cs: 
12044           - Removed local password_char field (moved to TextBoxBase)
12045           - Now setting the document's password var when password is
12046             set
12047         * TextBoxBase.cs:
12048           - Added password_char field (needed here so MultiLine can
12049             access it)
12050           - Added logic to MultiLine property setter to set the document's
12051             variable when password display is allowed
12052           - Removed debug code and made some debug code conditional
12053         * TextControl.cs:
12054           - Added RecalculatePasswordLine() method to handle special password
12055             char only lines
12056           - Added PasswordChar property, also added related tracking vars
12057           - Draw() method now uses local text var for grabbing text to draw,
12058             this var is set to line.text unless we're doing password display,
12059             then it is set to the pre-generated all-password-chars line
12060           - Added calling RecalculatePasswordLine() method for password lines
12061
12062 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
12063
12064         * Hwnd.cs: 
12065           - Added Reparented property to allow tracking of Window Manager
12066             reparenting actions (which affect X/Y calculations of toplevel 
12067             windows)
12068           - Made ToString() print window handles in hex
12069         * XplatUIX11.cs:
12070           - AddConfigureNotify(): Now uses reparented state off Hwnd to
12071             determine if X/Y needs offsetting
12072           - AddConfigureNotify(): Fixed offset calculations
12073           - Now adds ReparentNotify messages into the queue
12074           - Now processes ReparentNotify messages and causes a 
12075             WM_WINDOWPOSCHANGED message to be sent upstream if a window
12076             is reparented (as most likely it's X/Y coordinates are changed
12077             due to that)
12078
12079 2005-12-14  Jackson Harper  <jackson@ximian.com>
12080
12081         * XplatUIX11.cs: Tool windows still need to respek focus.
12082
12083 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
12084
12085         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
12086           have a working release
12087
12088 2005-12-13  Jackson Harper  <jackson@ximian.com>
12089
12090         * Form.cs: Update styles after setting the border style regardless
12091         of whether or not the window is using a window manager.
12092
12093 2005-12-13  Jackson Harper  <jackson@ximian.com>
12094
12095         * Form.cs: We now hook into an internal window manager instead of just an
12096         MDI subsystem, this is so we can have properly behaving tool windows.
12097         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
12098         * InternalWindowManager.cs: New internal class that acts as a
12099         window manager for tool windows and as a base for mdi windows.
12100         * MdiWindowManager.cs: New class that acts as a window manager for
12101         mdi windows.
12102
12103 2005-12-12  Jackson Harper  <jackson@ximian.com>
12104
12105         * Control.cs: Updates so we match behavoir for for implicit
12106         controls. Fixes explosions in MDI.
12107
12108 2005-12-12  Jackson Harper  <jackson@ximian.com>
12109
12110         * Control.cs: Implement Invalidate (Region).
12111
12112 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
12113
12114         * Control.cs: 
12115           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
12116             the same events as MS does. MS fires events for each property 
12117             except, for unknown reasons, Cursor, when the control is reparented. 
12118             I can't seem to totally match add/remove since MS also fires some 
12119             VisibleChanged events, which makes no sense. Consolidated the
12120             parenting code into a separate method so it can be called from
12121             both Add and Remove. set_Parent no longer needs any special logic
12122             as it calls the parent's add method which implicitly fires
12123             all events
12124           - Removed some obsolete code and debug output
12125           - Enabled state is inherited from parents, if this is enabled
12126
12127 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
12128
12129         * Form.cs: Removed commented out code
12130
12131 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
12132
12133         * Control.cs:
12134           - Added internal version of Invoke, with additional argument 
12135             indicating if we're calling it from a Dispose() handler. That
12136             way we can avoid BeginInvoke throwing an exception if we're
12137             calling for an already destroyed window.
12138           - Added a dispose argument to BeginInvokeInternal, and made the
12139             check if a valid window handle chain exists conditional on
12140             it not being a dispose call
12141           - Removed code in DestroyHandle to destroy our children. Since we
12142             now handle the WM_DESTROY message we will catch all our children
12143             being destroyed.
12144           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
12145         * Form.cs:
12146           - Added a field to track the application context of the form.
12147           - No need to set closing variable as response to WM_CLOSE, instead
12148             we destroy the window. We also call PostQuitMessage if the form
12149             has an application context (which makes it the main app form,
12150             which, when closed terminates the app)
12151         * XplatUI.cs:
12152           - Dropped Exit() method, it's naming was confusing
12153           - Added PostQuitMessage() which causes GetMessage to return false
12154             once the message queue is empty
12155         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
12156           PostQuitMessage()
12157         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
12158           no longer a valid XplatUI method, but left it in since it's used
12159           internally. Added empty PostQuitMessage() method.
12160         * MenuAPI.cs: Replaced call to Exit() with call to
12161           PostQuitMessage, even though this is probably no longer needed.
12162         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
12163         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
12164         * Application.cs:
12165           - Replaced call to XplatUI.Exit() with PostQuitMessage()
12166           - Removed old debug code that would call XplatUI for exception
12167             display, enabled standard exception handling (Still not enabled
12168             though, until NativeWindow's ExternalExceptionHandler define
12169             is removed
12170         * NativeWindow.cs:
12171           - Added internal method to allow control to update NativeWindow
12172             after a window has been destroyed
12173           - Added handling of already destroyed windows when calling i
12174             DestroyWindow
12175           - Added removal of handle from list on ReleaseHandle
12176         * XplatUIX11.cs:
12177           - Dropped GetMessageResult var and related code
12178           - Added PostQuitState to field to track if PostQuitMessage has been
12179             called
12180           - Dropped Exit() method
12181           - Added PostQuitMessage() method
12182           - GetMessage now will return false if PostQuitState is set and no
12183             more messages are in the queue.
12184           - Expose handler will no longer generate WM_PAINT messages if we are
12185             in PostQuitState since it's very likely any windows have already
12186             been destroyed, and since Hwnd won't get updated until we have
12187             processed the DestroyNotify we'd be causing X errors.
12188         
12189 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12190
12191         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
12192           Thanks to Mike for pointing out the err of my ways.
12193
12194 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12195
12196         * Control.cs(PreProcessMessage): Moved menu handling back, but
12197           after all other key handling, to match MS (who handles Menu in
12198           DefWndProc)
12199         * Menu.cs (WndProc): Removed my brainfart
12200
12201 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12202
12203         * Control.cs(PreProcessMessage): Removed special menu handling 
12204         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
12205
12206 2005-12-07  Mike Kestner  <mkestner@novell.com>
12207
12208         * Control.cs : special case SYSKEYUP so that we can adjust keynav
12209         state according in tracker.
12210         * Menu.cs : promote tracker field to base class and provide a tracker
12211         lookup capability.  Add/Remove shortcuts dynamically if the top menu
12212         has a tracker. Unparent items that are removed from the collection.
12213         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
12214         * Theme*.cs: add always_show_hotkeys field to support configurability
12215         of mnemonic display.  win32 doesn't show mnemonics until Alt is
12216         pressed.
12217
12218 2005-12-07  Jackson Harper  <jackson@ximian.com>
12219
12220         * MdiChildContext.cs: Use Control.ResetCursor.
12221         * Control.cs: ResetCursor needs to set the property so that the
12222         correct XplatUI call gets made.
12223
12224 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12225
12226         * Control.cs: More fixes to make our key events match MS. We
12227           were not setting the modifier state on KeyData, and we were
12228           not generating any events when Alt was pressed with a key
12229           since handling of WM_SYSxxx was missing for the OnKey methods.
12230
12231 2005-12-07  Jackson Harper  <jackson@ximian.com>
12232
12233         * MdiChildContext.cs: reenable the sizing code.
12234         - When the mouse leaves a window reset its cursor.
12235
12236 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
12237
12238         * ThemeClearlooks.cs: Reflect latest Hwnd changes
12239
12240 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
12241
12242         * Hwnd.cs: Now using the theme 3d bordersize to calculate
12243           widths of Fixed3D borders
12244
12245 2005-12-07  Jackson Harper  <jackson@ximian.com>
12246
12247         * MdiClient.cs: Fix warnings. Earn Mike's love.
12248
12249 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
12250
12251         * ThemeClearlooks.cs:
12252           - Adjusted mouse over button color
12253           - Added first parts of CheckBox drawing
12254           - Added correct color for selected text background
12255           - Fixed ComboBox drawing
12256           - Added CPDrawBorder3D and CPDrawBorder
12257
12258 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
12259
12260         * XplatUIX11.cs: Added call to XBell for AudibleAlert
12261
12262 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
12263
12264         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
12265           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
12266           alert users via sound. We could add an enum arg with different
12267           types of alerts in the future
12268
12269 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
12270
12271         * Control.cs: Fix behaviour problems pointed out by Mike
12272
12273 2005-12-05  Mike Kestner  <mkestner@novell.com>
12274
12275         * StatusBarPanel.cs: add Invalidate method and hook it into all the
12276         prop setters.  Calls parent.Refresh for now, but could be maybe be
12277         optimized with an internal method on StatusBar at some point.
12278         [Fixes #76513]
12279
12280 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
12281
12282         * RichTextBox.cs: Implemented get_SelectionColor
12283
12284 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
12285
12286         * ThemeClearlooks.cs:
12287           - Removed dead code
12288           - Draw black button border only if button is Form.AcceptButton
12289           - Draw correct button color for pressed RadioButton if the mouse 
12290             has entered the button
12291           - Updated ProgressBar drawing!
12292           - Updated CPDrawSizeGrip drawing
12293           - Updated StatusBarPanel drawing
12294
12295 2005-12-05  Mike Kestner  <mkestner@novell.com>
12296
12297         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
12298         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
12299
12300 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
12301
12302         * ThemeClearlooks.cs: Initial check-in, activate with
12303           export MONO_THEME=clearlooks
12304         * ThemeEngine.cs: Added ThemeClearlooks
12305
12306 2005-12-03  Mike Kestner  <mkestner@novell.com>
12307
12308         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
12309         [Fixes #76897]
12310
12311 2005-12-02  Jackson Harper  <jackson@ximian.com>
12312
12313         * Form.cs: If the child form has no menu the default main menu is
12314         used as the active menu.
12315
12316 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
12317
12318         * ListBox.cs: Check if any items exist before trying to resolve 
12319           coordinates into items
12320
12321 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
12322
12323         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
12324           as the second color for the background hatch
12325
12326 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
12327
12328         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
12329         * RichTextBox.cs: FormatText position arguments are 1-based, now making
12330           sure that what we pass to FormatText is always 1-based. Fixes #76885
12331
12332 2005-11-29  Miguel de Icaza  <miguel@novell.com>
12333
12334         * NumericUpDown.cs (EndInit): When we are done initializing,
12335         reflect any updates on the UI.
12336
12337 2005-12-02  Jackson Harper  <jackson@ximian.com>
12338
12339         * ImplicitHScrollBar.cs:
12340         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
12341         their container controls.
12342         * TreeView.cs: Use the new implicit scrollbars.
12343
12344 2005-12-02  Jackson Harper  <jackson@ximian.com>
12345
12346         * TreeView.cs: Make top_node internal so the TreeNodeCollections
12347         can play with it.
12348         * TreeNodeCollection.cs: If we remove the topnode we need to
12349         update topnode to the next node in line.
12350         - When clearing nodes go through the same process as removing
12351         them, so they get depareneted and checked if they are top node.
12352
12353 2005-12-01  Jackson Harper  <jackson@ximian.com>
12354
12355         * TreeView.cs: When imagelists are used the image area is
12356         selectable as well as the text.
12357         - If there are no selected nodes select the first one.
12358         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
12359         so don't do it more then we need to.
12360
12361 2005-12-01  Jackson Harper  <jackson@ximian.com>
12362
12363         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
12364         that arrows can be scaled.
12365
12366 2005-12-01  Jackson Harper  <jackson@ximian.com>
12367
12368         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
12369         fail. Patch by Dieter Bremes
12370
12371 2005-11-30  Jackson Harper  <jackson@ximian.com>
12372
12373         * Form.cs: Property is 2.0 only
12374         * PrintDialog.cs: Signature fix.
12375
12376 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
12377
12378         * TextControl.cs: 
12379           - No longer artificially moves text 2 pixels down (now that we have
12380             borders this is no longer needed)
12381           - Added calcs for left, hanging and right indent
12382
12383 2005-11-23  Mike Kestner  <mkestner@novell.com>
12384
12385         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
12386
12387 2005-11-30  Jackson Harper  <jackson@ximian.com>
12388
12389         * MdiChildContext.cs: Set the cloned menus forms, as these don't
12390         get cloned as part of CloneMenu ().
12391         * Menu.cs: Make sure the parent of the items get set correctly
12392         when they are added.  And the owners are notified of the changes.
12393         * Form.cs: Create an ActiveMenu property, so that when MDI is used
12394         we can change the menu being displayed/handled by the form without
12395         changing the menu assosciated with the form.
12396         - Don't let Mdi children draw/handle menus.
12397         
12398 2005-11-30  Jackson Harper  <jackson@ximian.com>
12399
12400         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
12401         a MenuChanged event. Just to make the API a little more
12402         consistent.
12403         * MainMenu.cs:
12404         * MenuItem.cs: Use the new OnMenuChanged
12405         * MdiChildContext.cs: Handle menu merging.
12406         * Form.cs: Implement MergedMenu.
12407         
12408 2005-11-30  Jackson Harper  <jackson@ximian.com>
12409
12410         * Menu.cs: We were misusing Add. Add goes behind the specified
12411         index according to the docs, and does not replace the specified
12412         index. So I added an Insert method.
12413
12414 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
12415
12416         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
12417           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
12418           is for Jackson
12419         * RichTextBox.cs: Added calls to base for DnD events
12420
12421 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
12422
12423         * TextControl.cs:
12424           - Fixed drag-selection related crash; style fixes
12425           - Implemented undo class
12426             o Implemented method to capture document state for specified
12427               range in document tree
12428             o Implemented method to restore captured document state
12429             o Implemented cursor tracking
12430             o Implemented basic undo stack
12431           - Added undo cursor tracking to methods altering cursor location
12432           - Added undo tracking to selection deletion (still missing
12433             other text-altering hookups)
12434         * RichTextBox.cs:
12435           - Added SelectionLength property
12436           - Implemented CanPaste()
12437           - Implemented Paste()
12438           - Added missing protected methods
12439           - Fixed RTF->Document conversion; now uses font index 0 and color 
12440             index 0 as the default font for the parsed text
12441           - Fixed RTF<->Document font size translation
12442           - Fixed RTF generation, now properly handles cross-tag boundaries
12443             for single line selection
12444           - No longer always appends blank line to generated RTF
12445           - Removed TODOs
12446           - Added missing attributes
12447           - Hooked up undo-related methods
12448         * TextBoxBase.cs:
12449           - Implemented Copy()
12450           - Implemented Paste()
12451           - Implemented Cut()
12452           - Fixed caret mis-behaviour on backspace across line-boundaries
12453
12454 2005-11-29  Jackson Harper  <jackson@ximian.com>
12455
12456         * MdiClient.cs: Add a method for activating mdi children. Very
12457         basic right now. I imagine someday it might need more girth.
12458         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
12459         children windows names are added to the menu item.
12460         * ThemeWin32Classic.cs: Draw the arrow if the item is an
12461         mdilist. This happens regardless of whether or not there are any
12462         mdi windows to see in the list, and according to my tests happens
12463         before the items are even added. Also happens if there isn't even
12464         an mdi client to get windows from.
12465
12466 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
12467
12468         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
12469         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
12470
12471 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
12472
12473         * DataGridTableStyle.cs:
12474           - Create always the styles for the missing columns even if they are
12475             provided by the user (not default table style)
12476         * DataGrid.cs:
12477           - Fixes bug 76770
12478           - Fixes SetDataBinding (always re-attach source)
12479           - Fixes SetNewDataSource (only clear styles if they are not for 
12480             this source)
12481          -  Expands OnTableStylesCollectionChanged to handle style refresh 
12482             and remove properly
12483
12484 2005-11-29  Jackson Harper  <jackson@ximian.com>
12485
12486         * FileDialog.cs: Implement missing bits, remove some dead
12487         code.
12488         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
12489         creation of the panel so that the options set on the dialog are
12490         seen when the panel is created.
12491         * TreeView.cs: raise a click when items are clicked.
12492         
12493 2005-11-29  Jackson Harper  <jackson@ximian.com>
12494
12495         * MdiClient.cs: Pass some signature methods through to base.
12496
12497 2005-11-28  Jackson Harper  <jackson@ximian.com>
12498
12499         * ListView.cs: Raise the click event when items are clicked.
12500
12501 2005-11-28  Jackson Harper  <jackson@ximian.com>
12502
12503         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
12504         a nullref.
12505
12506 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
12507
12508         * ThemeNice.cs: - Removed 1 pixel bitmaps
12509           - Use SmoothingMode.AntiAlias where it makes sense
12510             (ScrollButton arrow for example)
12511           - Enhanced Button focus drawing
12512           - Fixed ComboBox drawing (no artefacts anymore, focus
12513             rectangle is back again, reduced size of ComboButton, etc.)
12514           - Fixed RadioButton focus drawing for Appearence.Button
12515           - Slight ScrollButton redesign
12516           - Some LinearGradientBrush size fixes
12517           - GroupBoxes have now rounded edges
12518           - Fixed StatusBar drawing
12519
12520 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
12521
12522         * ThemeNice.cs: - Remove dead code
12523           - use correct background colors for menus, etc.
12524           - Fake pixel drawing with 1 pixel bitmaps
12525
12526 2005-11-24  Jackson Harper  <jackson@ximian.com>
12527
12528         * MdiClient.cs: Size the scrollbars when resizing the window.
12529         - Resize the maximized windows when the client is resized
12530         * Form.cs: Make the child context available
12531         
12532 2005-11-23  Jackson Harper  <jackson@ximian.com>
12533
12534         * MdiChildContext.cs: Don't size windows if they are maximized.
12535
12536 2005-11-23  Mike Kestner  <mkestner@novell.com>
12537
12538         * ContextMenu.cs: use MenuTracker.
12539         * Control.cs: remove menu handle usage.
12540         * Form.cs: remove menu handle usage.
12541         * Hwnd.cs: remove menu handle usage.
12542         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
12543         motion and clicks to the new Tracker handlers.
12544         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
12545         and handle usage.
12546         * MenuAPI.cs: refactored to combine popup and menubar event handling.
12547         Killed the MENU and MENUITEM data types and associated collections
12548         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
12549         MenuTracker class that exposes the leftovers from the old MenuAPI
12550         static methods. Restructured Capture handling so that only one grab is
12551         done for the entire menu hierarchy instead of handing off grabs to
12552         submenus. Tracker now has an invisible control to Capture when active.
12553         * MenuItem.cs: add sizing accessors, kill Create
12554         and handle usage.
12555         * Theme.cs: remove menu handle and MENU(ITEM) usage.
12556         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
12557         MENU(ITEM). remove menu handle usage, use Menu directly.
12558         * XplatUIDriver.cs: remove menu handle usage.
12559         * XplatUIOSX.cs: remove menu handle usage.
12560         * XplatUIWin32.cs: remove menu handle usage.
12561         * XplatUIX11.cs: remove menu handle usage.
12562
12563 2005-11-22  Jackson Harper  <jackson@ximian.com>
12564
12565         * Hwnd.cs: Don't compute the menu size for
12566         DefaultClientRectangle.
12567         - Reenable menu sizes being computed for GetClienRectangle.
12568         * Form.cs: Remove comment of trechery
12569         
12570 2005-11-22  Jackson Harper  <jackson@ximian.com>
12571
12572         * Hwnd.cs: The adjustments for the menu bar are made when it is
12573         attached to the form.
12574
12575 2005-11-19  Jackson Harper  <jackson@ximian.com>
12576
12577         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
12578         (just like on windows).
12579
12580 2005-11-19  Jackson Harper  <jackson@ximian.com>
12581
12582         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
12583         use real buttons anymore because they are in non client area. The
12584         one TODO here is that I need to somehow invalidate a section of
12585         the non client area.
12586
12587 2005-11-18  Jackson Harper  <jackson@ximian.com>
12588
12589         * Control.cs: Put the enum check back in now that MDI doesnt have
12590         to use this to set border styles.
12591         * Form.cs: Only set mdi child windows borders if the handle has
12592         been created.
12593         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
12594         this directly on to the driver.
12595         - Get the move start position before adjusting for the titlebar
12596         height, this fixes the windows "skipping" when they are first
12597         moved.
12598
12599 2005-11-18  Jackson Harper  <jackson@ximian.com>
12600
12601         * XplatUIX11.cs: Just compute the mdi borders separately as they
12602         don't totally match up with normal form borders.
12603
12604 2005-11-18  Jackson Harper  <jackson@ximian.com>
12605
12606         * Control.cs: Set WS_ styles for borders, so that the driver does
12607         not have to retrieve the control instance to figure out what kind
12608         of borders it should have.
12609         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
12610         driver can know its an mdi child easily.
12611         * XplatUIX11.cs: Get the border styles and whether the window is
12612         MDI from the Styles and ExStyles params instead of having to get a
12613         control. This prevents a chicken and egg problem.       
12614
12615 2005-11-18  Jackson Harper  <jackson@ximian.com>
12616
12617         * MdiClient.cs: Fix typo so scrollbars show up correctly.
12618
12619 2005-11-18  Jackson Harper  <jackson@ximian.com>
12620
12621         * MdiClient.cs: Calculate when to add and remove scrollbars
12622         correctly.
12623         * MdiChildContext.cs: Adjust the y position to take the titlebar
12624         into account.
12625         - No height for FormBorderStyle.None
12626
12627 2005-11-18  Jackson Harper  <jackson@ximian.com>
12628
12629         * Control.cs: Allow non enum values to be used for
12630         InternalBorderStyle.  MDI does this to set a special border style.
12631         - New utility methods for converting points to/from client coords
12632         - Add the newly created control to the Controls collection before
12633         updating its style. This way UpdateStyle can walk the control
12634         heirarchy to find the control if needed.
12635         so I don't need to create a new Point object all the time.
12636         * Form.cs: Let MDI windows handle their border styles.
12637         - Set styles on MDI windows so the correct title style is derived.
12638         * MdiChildContext.cs: Move all the painting and window handling
12639         into the non client area.
12640         - Use correct sizing and put correct buttons on frames based on
12641         the FormBorderStyle.
12642         - Notify the mdi client about scrolling
12643         - Need to handle the buttons ourselves now, because they are all
12644         in non client areas and we can't add controls there.
12645         * MdiClient.cs: Halfway to scrolling, this implementation is
12646         somewhat broken though, we need to check to make sure other
12647         windows aren't causing scrolling before removing the bars. Also
12648         the bars need to be drawn on top, maybe I can switch implicit
12649         controls to be on top.
12650         * Hwnd.cs: caption_height and tool_caption_height are now
12651         properties of an hwnd, this way they can be set by the driver
12652         based on the type of window they are.  In X11 the window manager
12653         handles the decorations so caption_height is zero unless its an
12654         MDI window.
12655         - Add 3 pixel borders for MDI windows (0xFFFF).
12656         - Get rid of some code duplication, have DefaultClientRectanle
12657         just call GetClientRectangle.
12658         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
12659         Hwnd now.
12660         - Set border styles differently for mdi windows.
12661         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
12662         Hwnd now.
12663         
12664 2005-11-15  Mike Kestner  <mkestner@novell.com>
12665
12666         * Menu.cs: when adding an item to the collection, if item is already 
12667         parented, remove it from the parent.
12668
12669 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
12670
12671         * X11DesktopColors.cs: Added KDE support
12672
12673 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
12674
12675         * XplatUIWin32.cs: 
12676           - Clipboard methods now can translate Rtf format
12677           - No longer removes clipboard contents whenever a new format is added
12678             to allow placing multiple formats on the clipboard
12679         * Clipboard.cs: Clipboard now supports getting a IDataObject and
12680           will place all formats contained in it onto the clipboard. Also
12681           now cleans the clipboard before placing a new object onto it
12682         * RichTextBox.cs:
12683           - Implemented set_Rtf
12684           - Implemented set_SelectedRtf
12685           - Created InsertRTFFromStream() method to allow single code base
12686             for all properties and methods that insert RTF into document
12687           - Removed debug output
12688         * TextControl.cs:
12689           - Fixed Delete(int) to fix up line numbers
12690           - Fixed ReplaceSelection to combine start and end line
12691           - Fixed serious DeleteChars bug that would leave the document tree
12692             broken
12693           - Improved DumpTree with several logic checks to detect broken
12694             document trees
12695           - Removed debug lines
12696           - Fixed Caret.WordForward/WordBack moving code, now always also 
12697             updates caret.tag (fixes crash when word-selecting across tag
12698             boundaries via keyboard)
12699           - Added Insert() method for inserting multiline text into documents
12700           - Fixed DeleteChars() calculation errors that would cause a broken
12701             tag chain with multiple tag lines
12702           - DeleteChars() no longer crashes on multi-tag lines if not all tags
12703           - Split() no longer moves caret if split is at caret location
12704           - ReplaceSelection() now updates the cursor and re-displays it
12705           - ReplaceSelection() now uses new Insert() method to avoid code
12706             duplication
12707           - FormatText() can now handle formatting partial lines
12708         * TextBoxBase.cs:
12709           - Append now uses new TextControl.Insert() method (this avoids 
12710             duplicate code)
12711           - Implemented Ctrl-X (Cut) (
12712           - Implemented Ctrl-C (Copy)
12713           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
12714             regeneration when pasting text; roundtripping Copy&Paste within
12715             edit control still fails due to some calculation bugs in GenerateRTF)
12716           - The Delete key will now remove the current selection if it is visible
12717         * TextBox.cs: Removed debug lines
12718         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
12719           driver to be initialized and can't therefore be done via a static ctor)
12720
12721 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
12722
12723         * TextControl.cs: Added backend code for finding char arrays and strings
12724         * TextBoxBase.cs:
12725           - Added mouse wheel scroll support
12726           - Added support for VScroll and HScroll events
12727         * RichTextBox.cs:
12728           - Implemented all seven Find() variants
12729           - Implemented GetCharFromPosition()
12730           - Implemented GetCharIndexFromPosition()
12731           - Implemented GetLineFromIndex()
12732           - Implemented GetPositionFromCharIndex();
12733           - Implemented SaveFile for PlainText and UnicodeText
12734           - Fixed set_Font, now setting a new font applies that font to
12735             the whole document
12736           - Implemented generic Document to RTF converter
12737           - Implemented SaveFile for RichText format (still missing unicode
12738             conversion for non-ansi chars)
12739           - Implemented get_Rtf
12740           - Implemented get_SelectedRtf
12741
12742 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
12743
12744         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
12745           to allow any captures to be released before triggering OnClick. This
12746           way a click handler may capture the mouse without interference.
12747         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
12748           This way we send them even though X may not allow a grab (if the window
12749           isn't visible, for example)
12750
12751 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
12752
12753         * DataGridViewRowEventArgs.cs: DataGridView implementation
12754         * DataGridViewElement.cs: DataGridView implementation
12755         * DataGridViewComboBoxCell.cs: DataGridView implementation
12756         * DataGridViewDataErrorContexts.cs: DataGridView implementation
12757         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
12758         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
12759         * ImageLayout.cs: DataGridView implementation
12760         * DataGridViewComboBoxColumn.cs: DataGridView implementation
12761         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
12762         * DataGridViewSelectionMode.cs: DataGridView implementation
12763         * IDataGridViewEditingControl.cs: DataGridView implementation
12764         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
12765         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
12766         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
12767         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
12768         * DataGridViewColumnSortMode.cs: DataGridView implementation
12769         * DataGridView.cs: DataGridView implementation
12770         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
12771         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
12772         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
12773         * Padding.cs: DataGridView implementation
12774         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
12775         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
12776         * DataGridViewRowEventHandler.cs: DataGridView implementation
12777         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
12778         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
12779         * DataGridViewButtonCell.cs: DataGridView implementation
12780         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
12781         * DataGridViewEditMode.cs: DataGridView implementation
12782         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
12783         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
12784         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
12785         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
12786         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
12787         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
12788         * DataGridViewCellEventHandler.cs: DataGridView implementation
12789         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
12790         * DataGridViewCellStyleConverter.cs: DataGridView implementation
12791         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
12792         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
12793         * DataGridViewColumnEventArgs.cs: DataGridView implementation
12794         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
12795         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
12796         * QuestionEventArgs.cs: DataGridView implementation
12797         * IDataGridViewEditingCell.cs: DataGridView implementation
12798         * DataGridViewTriState.cs: DataGridView implementation
12799         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
12800         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12801         * DataGridViewColumnCollection.cs: DataGridView implementation
12802         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12803         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12804         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12805         * DataGridViewColumn.cs: DataGridView implementation
12806         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12807         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12808         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12809         * DataGridViewRow.cs: DataGridView implementation
12810         * DataGridViewImageCellLayout.cs: DataGridView implementation
12811         * DataGridViewImageCell.cs: DataGridView implementation
12812         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12813         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12814         * DataGridViewHeaderCell.cs: DataGridView implementation
12815         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12816         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12817         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12818         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12819         * QuestionEventHandler.cs: DataGridView implementation
12820         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12821         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12822         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12823         * DataGridViewCell.cs: DataGridView implementation
12824         * DataGridViewCellEventArgs.cs: DataGridView implementation
12825         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12826         * DataGridViewCellStyle.cs: DataGridView implementation
12827         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12828         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12829         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12830         * TextFormatFlags.cs: DataGridView implementation
12831         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12832         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12833         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12834         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12835         * DataGridViewButtonColumn.cs: DataGridView implementation
12836         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12837         * HandledMouseEventArgs.cs: DataGridView implementation
12838         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12839         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12840         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12841         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12842         * DataGridViewRowCollection.cs: DataGridView implementation
12843         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12844         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12845         * DataGridViewHitTestType.cs: DataGridView implementation
12846         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12847         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12848         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12849         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12850         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12851         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12852         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12853         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12854         * DataGridViewContentAlignment.cs: DataGridView implementation
12855         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12856         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12857         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12858         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12859         * DataGridViewPaintParts.cs: DataGridView implementation
12860         * DataGridViewCellCollection.cs: DataGridView implementation
12861         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12862         * DataGridViewImageColumn.cs: DataGridView implementation
12863         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12864         * DataGridViewElementStates.cs: DataGridView implementation
12865         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12866         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12867         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12868         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12869         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12870         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12871         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12872         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12873         * DataGridViewTextBoxCell.cs: DataGridView implementation
12874         * DataGridViewBand.cs: DataGridView implementation
12875         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12876         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12877         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12878         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12879         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12880         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12881         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12882         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12883         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12884         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12885         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12886
12887 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12888
12889         * ThemeWin32Classic.cs: 
12890           - Draw the outside focus rectangle around buttons
12891           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12892             doesn't use end caps for every dash of a line anymore. This
12893             workaround ignores the forecolor.
12894
12895 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12896
12897         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12898           endian safe.
12899
12900 2005-11-07  Jackson Harper  <jackson@ximian.com>
12901
12902         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12903
12904 2005-11-07  Jackson Harper  <jackson@ximian.com>
12905
12906         * ScrollableControl.cs: Calculate the maximum and change vars
12907         (more) correctly so that scrollbars appear as a sensible size.
12908
12909 2005-11-04  Jackson Harper  <jackson@ximian.com>
12910
12911         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12912         collection.
12913         * TreeView.cs: When the tree is sorted null out the top_node so
12914         that it is recalculated.
12915         - Use dotted lines instead of dashed lines to match MS better.
12916
12917 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12918
12919         * ListView.cs: 
12920           - Implements key search for items. Useful when browsing files with FileDialog
12921           - When changing view mode or when clear the items reset scrollbar positions
12922
12923 2005-11-04  Jackson Harper  <jackson@ximian.com>
12924
12925         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12926         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12927         as to what the method may do as there is no real way of creating a
12928         derived CurrencyManager and calling the method. 
12929
12930 2005-11-03  Jackson Harper  <jackson@ximian.com>
12931
12932         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12933         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12934         method which seems to just be used internally to refresh the tabs.
12935
12936 2005-11-03  Jackson Harper  <jackson@ximian.com>
12937
12938         * TabControl.cs: Implement the remove method. Fix some broken
12939         comments.
12940
12941 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12942
12943         * DateTimePicker.cs:
12944           - Added missing DateTimePickerAccessibleObject class
12945           - Added missing events
12946           - Added OnFontChanged method
12947         * Form.cs: Added missing attributes
12948         * TreeView.cs: Added missing attributes
12949
12950 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12951
12952         * GridItemCollection.cs: Fix signatures
12953
12954 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12955
12956         * XplatUI.cs: Updated build rev/date
12957         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12958           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12959         * Application.cs: Trigger context-specific ExitThread events
12960
12961 2005-11-03  Jackson Harper  <jackson@ximian.com>
12962
12963         * Menu.cs:
12964         * MainMenu.cs:
12965         * GridTableStylesCollection.cs:
12966         * Timer.cs:
12967         * TabPage.cs:
12968         * HelpProvider.cs:
12969         * StatusBar.cs:
12970         * MonthCalendar.cs: Signature fixes
12971
12972 2005-11-03  Jackson Harper  <jackson@ximian.com>
12973
12974         * TreeNodeCollection.cs: Remove should not be virtual.
12975         * TreeView.cs: Implement the last of the missing methods.
12976
12977 2005-11-03  Jackson Harper  <jackson@ximian.com>
12978
12979         * TreeNodeConverter.cs: Implement to get off my class-status back.
12980
12981 2005-11-03  Jackson Harper  <jackson@ximian.com>
12982
12983         * TreeView.cs: Hookup the bits for drag and drop.
12984         * TreeNode.cs: Don't cache the tree_view or index anymore, now
12985         that nodes can be moved from tree to tree easily this just causes
12986         all sorts of problems.
12987         * TreeNodeCollection: Don't need to give treenodes an index and
12988         treeview anymore when they are added, these are computed on the
12989         fly. Also make sure to remove a node before its added.
12990
12991 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12992
12993         * TextControl.cs:
12994           - Added CaretSelection enum
12995           - Added comparison methods to Marker struct, makes selection code
12996             more readable
12997           - Added SelectionStart and SelectionEnd as 'moveable' location for
12998             the CaretDirection enum and handler
12999           - Added selection_prev variable to track optimized invalidation for
13000             word and line selection
13001           - Added SelectionVisible property (returns true if there is a valid 
13002             selection)
13003           - Switched CaretHasFocus to only display the caret if there is no
13004             visible selection
13005           - Avoiding StringBuilder.ToString to retrieve a single char, instead
13006             using the direct character index; should be much faster
13007           - Added various conditional debug statements
13008           - Fixed invalidation calculation for selection ranges
13009           - Added ExpandSelection() method to support word and line selection
13010           - Switched SetSelectionToCaret to use new Marker compare overloads
13011           - Added central IsWordSeparator() method to determine word 
13012             separators/whitespace and FindWordSeparator() to streamline common
13013             usage of IsWordSeparator()
13014         * TextBoxBase.cs:
13015           - Removed unneeded grabbed variable, it was just mirroring
13016             Control.Capture
13017           - No longer firing OnTextChanged event when Text setter is called,
13018             since the base will fire the event for us
13019           - Added handling of Ctrl-Up/Down selection
13020           - Added handling of Shift-Cursorkey selection
13021           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
13022             words
13023           - Added handling of Shift and Ctrl-Shift-Home/End selection
13024           - Removed some debug output
13025           - Added handling for single/double/tripple-click to place caret/
13026             select word/select line respectively (Fixes bug #76031)
13027           - Added support for drag expansion of word/line selection
13028         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
13029           current selection
13030
13031 2005-11-02  Jackson Harper  <jackson@ximian.com>
13032
13033         * X11Dnd.cs: If the drag is going to and from a MWF window just
13034         copy the data instead of sending it out through the X Selection
13035         mechanism.
13036
13037 2005-11-02  Jackson Harper  <jackson@ximian.com>
13038
13039         * X11Dnd.cs:
13040         * XplatUIX11.cs: When in a drag we don't want motion notify
13041         messages to get passed on to the other controls. This prevents
13042         mouse move messages from showing up in the drag source.
13043
13044 2005-11-02  Jackson Harper  <jackson@ximian.com>
13045
13046         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
13047         the correct button is release to end a drag.
13048         * XplatUIX11.cs: Make the button state internal so the drag system
13049         can access it.  Dragging needs to know about all button releases,
13050         not just left button.
13051
13052 2005-11-02  Miguel de Icaza  <miguel@novell.com>
13053
13054         * Form.cs (Icon): If the icon is null, reset the icon to the
13055         default value. 
13056
13057         * Cursor.cs: When writing the AND-mask bitmap do not include the
13058         number of colors, but hardcode those to two (black and white),
13059         fixes the loading of color cursors (Paint Dot Net).
13060
13061         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
13062         turn off autoscaling.
13063
13064         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
13065
13066 2005-11-02  Jackson Harper  <jackson@ximian.com>
13067
13068         * X11Dnd.cs: Make sure to send a status message if the pointer
13069         enters a control that can not accept a drop, otherwise the cursor
13070         isn't updated correctly. Also tried to compress the lines of code
13071         a bit.
13072
13073 2005-11-02  Jackson Harper  <jackson@ximian.com>
13074
13075         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
13076         set actions correctly.  This isn't perfect as XDND and win32 have
13077         some differences on how you allow actions. I'll clear this up by
13078         adding a path for drag from MWF to MWF windows.
13079         * XplatUIX11.cs: Hook into the dnd system.
13080
13081 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
13082
13083         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
13084         previously shown but they are no longer need it. Very obvious when 
13085         browsing files with FileDialog.
13086
13087 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
13088
13089         * Control.cs: We always need to call OnPaintBackground. We pretty much
13090           ignore AllPaintingInWmPaint and always do the painting there, whether 
13091           it's set or not, since we always ignore the WM_ERASEBKGND message 
13092           (which we don't generate on X11). This fixes #76616.
13093         * Panel.cs: Removed unneeded background painting. This happens properly
13094           in Control.cs already
13095
13096 2005-10-31  Mike Kestner  <mkestner@novell.com>
13097
13098         * Menu.cs: Add items to collection before setting their index.
13099         * MenuItem.cs : add range checking with ArgumentException like MS.
13100         [Fixes #76510]
13101
13102 2005-10-31  Jackson Harper  <jackson@ximian.com>
13103
13104         * ListBox.cs: Invalidate if the area is visible at all not just
13105         contained in the visible rect. Fixes unselection of semi visible
13106         items.
13107
13108 2005-10-31  Jackson Harper  <jackson@ximian.com>
13109
13110         * Control.cs: Consistently name the dnd methods. Make them
13111         internal so we can override them to match some MS behavoir
13112         internally.
13113         * Win32DnD.cs: Use the new consistent names.
13114
13115 2005-10-31  Jackson Harper  <jackson@ximian.com>
13116
13117         * TreeView.cs: Don't draw the selected node when we lose focus.
13118
13119 2005-10-31  Jackson Harper  <jackson@ximian.com>
13120
13121         * X11Dnd.cs: We still need to reset the state even though a full
13122         reset isn't being done, otherwise status's still get sent all over
13123         the place.
13124
13125 2005-10-31  Jackson Harper  <jackson@ximian.com>
13126
13127         * Control.cs: Make the dnd_aware flag internal so the dnd
13128         subsystem can check it. Catch exceptions thrown in dnd handlers to
13129         match MS behavoir.
13130         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
13131         * X11Dnd.cs: Handle null data in the converters. Set the XDND
13132         version when sending a XdndEnter. Use the control/hwnd dnd_aware
13133         flags to reduce the number of dnd enters/status's sent.
13134
13135 2005-10-31  Jackson Harper  <jackson@ximian.com>
13136
13137         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
13138
13139 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
13140
13141         * PictureBox.cs: Fixes 76512
13142
13143 2005-10-28  Jackson Harper  <jackson@ximian.com>
13144
13145         * X11Dnd.cs: Early implementation to support winforms being a drag
13146         source for data on X11. Also restructured the converters so they
13147         can go both ways now.
13148         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
13149         
13150 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
13151
13152         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
13153           clipboard requests
13154
13155 2005-10-27  Jackson Harper  <jackson@ximian.com>
13156
13157         * TreeNode.cs: Implement serialization so my DnD examples will work.
13158
13159 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
13160
13161         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
13162           TreeView.cs: Don't dispose objects that are not owned.
13163           
13164 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
13165
13166         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
13167           should retrieve the current cursor and report that, but XplatUI
13168           doesn't (yet) have an interface for that (and I'm not sure I even
13169           can, on X11)
13170         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
13171           until any message loop processing is done (and the WM_SETCURSOR
13172           replaces the cursor to the proper one)
13173         * XplatUIX11.cs: 
13174           - Fixed override behaviour, we can't set the cursor globally on X11, 
13175             just for our windows.
13176           - Invalidating the System.Drawing X11 display handle when we are
13177             shutting down
13178         * Control.cs: Fix to make csc happy
13179
13180 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
13181
13182         * TextBoxBase.cs: 
13183           - get_Text: Add last line (without trailing newline) to returned
13184             value (Fixes 76212)
13185           - get_TextLength: Count last line in returned length
13186           - ToString: Call Text property instead of duplicating code
13187
13188 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
13189
13190         * ImageList.cs: Dispose ImageAttributes objects.
13191
13192 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
13193
13194         * ImageList.cs: Use attribute constructors with less arguments where
13195           possible.
13196
13197 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
13198
13199         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
13200           Use typeof instead of strings when assembly is referenced. Added
13201           some more comments.
13202
13203 2005-10-21  Jackson Harper  <jackson@ximian.com>
13204
13205         * ListView.cs: Raise a double click event. Also tried to somewhat
13206         fix when the selectedindexchanged event is raised. Its still
13207         broken though.
13208
13209 2005-10-21  Jackson Harper  <jackson@ximian.com>
13210
13211         * TreeView.cs: New method to invalidate the plus minus area of a
13212         node without invalidating the whole node (maybe this can be used
13213         in some more places).
13214         * TreeNodeCollection.cs: When adding to an empty node we need to
13215         invalidate its plus minus area so the little block shows up.
13216         
13217 2005-10-21  Jackson Harper  <jackson@ximian.com>
13218
13219         * TreeView.cs: Make sure that when we invalidate a node the bounds
13220         are big enough to cover the selected box and the focus
13221         rectangle. Use a different colour for the lines connecting nodes
13222         so they show up with all themes.
13223
13224 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
13225
13226         * NativeWindow.cs: Don't call anything that could call into the driver,
13227           we might be on a different thread.
13228
13229 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
13230
13231         * Control.cs(Dispose): Since Dispose might run on a different thread,
13232           make sure that we call methods that could call into the driver via
13233           invoke, to avoid thread issues
13234
13235 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
13236
13237         * XplatUI.cs: Removed finalizer
13238         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
13239           not allowing to be called on the finalizer thread.
13240
13241 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
13242
13243         * ImageList.cs:
13244           - Reverted r51889 and r51891.
13245           - Added ImageListItem class that stores unmodified image items and image
13246             properties required to create list images until handle is created.
13247           - Added AddItem and moved image creation logic to AddItemInternal.
13248           - Added CreateHandle method that creates images based on unmodified items.
13249           - Added DestroyHandle that changes state to store unmodified items.
13250           - Add and AddStrip methods no more create handle.
13251           - ReduceColorDepth has no return value.
13252           - Dispose destroys handle.
13253           - Modified other methods to reflect the above changes.
13254           - Implemented key support.
13255           - Added profile 2.0 members and attributes.
13256           - Added private Reset and ShouldSerialize methods that provide the same
13257             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
13258             them as they are private.
13259           - Added some more comments about implementation details.
13260
13261 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
13262
13263         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
13264
13265 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
13266
13267         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
13268
13269 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
13270
13271         * DataGridDrawingLogic.cs: Fixes column hit calcultation
13272         * DataGridColumnStyle.cs: Remove debug message
13273
13274 2005-10-20  Jackson Harper  <jackson@ximian.com>
13275
13276         * TreeView.cs: We can always get input keys regardless of whether
13277         or not editing is enabled. They are used for navigation.
13278
13279 2005-10-20  Jackson Harper  <jackson@ximian.com>
13280
13281         * TreeNode.cs: Use the viewport rect for determining if a node
13282         needs to be moved for visibility. Don't use Begin/End edit. This
13283         calls a full refresh when its done.
13284         * TreeView.cs: New SetBottom works correctly.  Make the viewport
13285         rect property internal so the treenodes can see it. When clicking
13286         on a node we need to ensure that its visible because it might just
13287         be partly visible when clicked.
13288
13289 2005-10-20  Jackson Harper  <jackson@ximian.com>
13290
13291         * TreeNodeCollection.cs: Remove debug code.
13292
13293 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
13294
13295         * Datagrid.cs: Implements column sorting in Datagrid
13296         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
13297
13298 2005-10-20  Jackson Harper  <jackson@ximian.com>
13299
13300         * TreeNodeCollection.cs: Remove items properly. Update the correct
13301         area after removing them.
13302
13303 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
13304
13305         * Datagrid.cs: Should not call base.OnPaintBackground
13306
13307 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
13308
13309         * XplatUIX11.cs (GetMessage):
13310           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
13311             window instead of client window
13312           - Now properly calculates NC_xBUTTONUP message coordinates
13313           - ScreenToMenu now properly calculates it's coordinates of whole 
13314             window, since menus are in the whole window, not in the client
13315             window
13316           - Added WholeToScreen coordinate translation method
13317
13318 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
13319
13320         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
13321           want to return a message, loop back to the beginning of the function
13322           and grab the next real message to process instead.
13323
13324 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
13325
13326         * Splitter.cs: Properly set limits if no filler control is used
13327
13328 2005-10-19  Jackson Harper  <jackson@ximian.com>
13329
13330         * ColorDialog.cs: Don't show the help button if it is not enabled
13331         instead of disabling it (this is what MS does). Don't create the
13332         panel until the dialog is run, otherwise the vars (such as
13333         ShowHelp) are not set yet.
13334
13335 2005-10-19  Jackson Harper  <jackson@ximian.com>
13336
13337         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
13338         are reduced when adding nodes.
13339         * TreeNode.cs:
13340         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
13341         tree.
13342         
13343 2005-10-19  Jackson Harper  <jackson@ximian.com>
13344
13345         * FolderBrowserDialog.cs: End editing our treeview so the window
13346         actually gets refreshed.
13347
13348 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
13349
13350         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
13351           Obsoleted handling of WM_ERASEBKGND, now always draws our background
13352           inside of WM_PAINT
13353
13354 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
13355
13356         * MenuAPI.cs: Returns after Hidding window
13357         * XplatUIX11.cs: Added TODO found while debugging menu issues
13358
13359 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
13360
13361         * XplatUIX11.cs: Do not re-map the whole window when it's size
13362           becomes non-zero unless it's supposed to be actually visible
13363
13364 2005-10-18  Jackson Harper  <jackson@ximian.com>
13365
13366         * TreeView.cs: We don't need to keep a count anymore.
13367         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
13368         use the Grow method.
13369
13370 2005-10-18  Jackson Harper  <jackson@ximian.com>
13371
13372         * TreeNodeCollection.cs: Insert is not supported on arrays, so
13373         implement it manually here.
13374
13375 2005-10-18  Jackson Harper  <jackson@ximian.com>
13376
13377         * ImageList.cs: Dont kill the list when the colour depth is
13378         changed, just change the colour depth of all the images.
13379         - Same goes for setting the image size. Just resize them all
13380         instead of killing the list softly.
13381
13382 2005-10-18  Jackson Harper  <jackson@ximian.com>
13383
13384         * Control.cs: Don't invalidate empty rectangles.
13385
13386 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
13387
13388         * ListViewItem.cs:
13389           - Adds checked item to the Checked/Item lists (where empty before)
13390           - Do not add items to the Selected lists if they are already present
13391         * ListView.cs:
13392           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
13393           - When deleting items make sure that we delete them for the Selected
13394           and Checked list also.
13395
13396 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
13397
13398         * Label.cs: Dispose objects no longer used
13399         * ThemeWin32Classic.cs: Dispose objects no longer used
13400
13401 2005-10-18  Jackson Harper  <jackson@ximian.com>
13402
13403         * TabControl.cs: Don't refresh the whole control when the tabs are
13404         scrolled, we just need to refresh the tab area.
13405
13406 2005-10-17  Jackson Harper  <jackson@ximian.com>
13407
13408         * XplatUIX11.cs: Compress code a little bit. Only calculate the
13409         after handle when we need it.
13410
13411 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
13412
13413         * Control.cs: When the parent size changes, recalculate anchor 
13414           positions. Partial fix for #76462
13415
13416 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
13417
13418         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
13419           drawn. Fixes #76462
13420
13421 2005-10-17  Jackson Harper  <jackson@ximian.com>
13422
13423         * MonthCalendar.cs: Don't create the numeric up down until our
13424         handle is created. Otherwise our handle is created in the
13425         constructor and we don't know if we are a WS_CHILD or WS_POPUP
13426         yet.
13427
13428 2005-10-17  Jackson Harper  <jackson@ximian.com>
13429
13430         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
13431         correctly.
13432
13433 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13434         * TreeNode.cs : small logical fix (was using local var instead of field)
13435         
13436 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
13437
13438         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
13439
13440 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
13441
13442         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
13443
13444 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
13445
13446         * Control.cs: 
13447           - Re-implemented anchoring code. My first version was really broken.
13448             This fixes bug #76033. Unlike the previous implementation we will
13449             no longer have round errors since all numbers are calculated from
13450             scratch every time. Removed various anchor-related obsolete vars.
13451           - InitLayout no longer causes layout event firing and layout to be 
13452             performed
13453
13454 2005-10-16  Jackson Harper  <jackson@ximian.com>
13455
13456         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
13457         which was broken).
13458
13459 2005-10-16  Jackson Harper  <jackson@ximian.com>
13460
13461         * TabControl.cs: Remove debug code.
13462
13463 2005-10-16  Jackson Harper  <jackson@ximian.com>
13464
13465         * XEventQueue.cs: Increase the default queue size (very simple
13466         apps needed to grow the queue).
13467         * Hwnd.cs: No finalizer so we don't need to suppress
13468         finalization. Compute the invalid area manually so a new rectangle
13469         does not newto be created.
13470         * ScrollableControl.cs: Don't set any params (otherwise visibility
13471         isn't set correctly).
13472         * MdiChildContext.cs: New constructor takes the mdi parent so it
13473         doesn't have to be computed and avoids a crash on windows. Draw
13474         the window icon properly, and allow the text to be seen.
13475         * Form.cs: Use new MdiChildContext constructor. Make sure the
13476         child context isn't null in wndproc.
13477         * TabControl.cs: Don't set focus, this is muddling keyboard
13478         behavoir. Expand the tab rows when a window size increase will
13479         allow extra tabs to be seen. Don't allow tabs smaller than the
13480         width of a window to be scrolled out of view.
13481         * TreeNode.cs:
13482         * TreeView.cs: Use measure string to calculate a nodes width, the
13483         width is cached and only updated when the text or the font is
13484         changed. Don't check for expand/collapse clicks on the first level
13485         nodes if root lines are disabled.
13486         
13487 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
13488
13489         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
13490
13491 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
13492
13493         * DataGridBoolColumn.cs: fixes warning
13494
13495 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
13496
13497         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
13498         to match more to match more precisely the MS Net behavior
13499
13500 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
13501
13502         * Hwnd.cs: Added field to track if window is mapped
13503         * XplatUIX11.cs: 
13504           - Unmap windows if they become 0-size, re-map when 
13505             they are >0 again; fixes #76035
13506           - Re-set our error handler after initializing X11Desktop
13507             to override any error handlers Gtk or whatever was called
13508             may have set.
13509
13510 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
13511
13512         * CheckedListBox.cs: Removed unused vars
13513         * ListView.cs: Fixed signatures
13514         * RichTextBox.cs: Removed unused vars
13515         * TextBoxBase.cs: Removed unused vars
13516         * XplatUIWin32.cs: Removed unused vars
13517         * XplatUIX11.cs: Removed unused vars
13518         * XplatUI.cs: Updated version and date to latest published
13519
13520 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
13521
13522         * Cursor.cs: Added private .ctor to work around a bug in
13523           resourceset (Thanks to Geoff Norton for the help on this)
13524         * SplitterEventArgs.cs: Made fields accessible so we don't
13525           waste boatloads of objects and can reuse the same one
13526           in Splitter
13527         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
13528           any captions and borders when generating screen coordinates
13529         * Splitter.cs: Reimplemented control, now fully complete, uses
13530           rubberband drawing, supports and obeys all properties, has
13531           proper cursors
13532
13533 2005-10-13  Miguel de Icaza  <miguel@novell.com>
13534
13535         * Form.cs (Form): Setup default values for autoscale and
13536         autoscale_base_size;  Make these instance variables, not static
13537         variables. 
13538
13539         (OnLoad): on the first load, adjust the size of the form.
13540
13541 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
13542
13543         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
13544           width argument to DrawReversibleRectangle()
13545         * XplatUIWin32.cs, XplatUIX11.cs: 
13546           - Implemented width for DrawReversibleRectangle()
13547           - Added logic to DrawReversibleRectangle that recognizes a zero
13548             width or height and only draws a line in that situation
13549         
13550 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
13551
13552         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
13553         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
13554         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
13555           method (it uses our FosterParent window to get a graphics context)
13556
13557 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
13558
13559         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
13560           and SetWindowBackground methods
13561         * Control.cs:
13562           - Setting proper ControlStyles
13563           - We no longer call XplatUI.SetWindowBackground and XplatUI.
13564             EraseWindowBackground, instead we draw the window background
13565             ourselves in PaintControlBackground. This behaviour is
13566             required to match MS, where, when OnPaintBackground is not
13567             called, the background is not drawn.
13568           - Removed unneeded Refresh() in set_Text
13569         * Hwnd.cs: Dropped the ErasePending support. No longer needed
13570         * XplatUIX11.cs:
13571           - Created DeriveStyles method to translate from CreateParams to
13572             FormBorderStyle and TitleStyle, also handles BorderStyle (which
13573             matches FormBorderStyle enum values)
13574           - Consolidated SetHwndStyles and CalculateWindowRect border/title
13575             style calculations into single DeriveStyles method
13576           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
13577             from redrawing the whole window on any resize or expose.
13578           - Fixed CreateWindow usage of SetWindowValuemask. Before not
13579             all styles were applied to our whole/client window appropriately
13580           - Removed EraseWindowBackground() and SetWindowBackground() methods
13581           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
13582             no longer clear/redraw the background through X
13583           - Removed handling of erase_pending bit, we have no use for it (or
13584             so it seems)
13585         * XplatUIOSX.cs:
13586           - Removed generation and handling of WM_ERASEBKGND message
13587           - Removed EraseWindowBackground() and SetWindowBackground() methods
13588           - Removed handling of hwnd.ErasePending flag
13589         * XplatUIWin32.cs:
13590           - Removed EraseWindowBackground() and SetWindowBackground() methods
13591           - We no longer call EraseWindowBackground on PaintEventStart, we 
13592             ignore the fErase flag, erasing is handled in Control in the
13593             background handler
13594         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
13595           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
13596           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
13597           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
13598           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
13599           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
13600           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
13601
13602 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
13603
13604         * PropertyGrids.cs: Get sub properties
13605         * PropertyGridView.cs: Fix drawing code
13606
13607 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13608
13609         * ListBox.cs: Fixes 76383
13610
13611 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13612
13613         * DataGridTextBoxColumn.cs: Sets location and size before attachment
13614         * ThemeWin32Classic.cs: Fixes border drawing and calculations
13615         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
13616
13617
13618 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13619
13620         * ComboBox.cs: Fixes border drawing
13621
13622 2005-10-10  Miguel de Icaza  <miguel@novell.com>
13623
13624         * MimeIcon.cs: Ignore errors if the file can not be read.
13625
13626 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13627
13628         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
13629          - Fixed border calculations
13630          - Fixed horizontal scrolling in single column listboxes
13631          - Fixed drawing issues
13632
13633 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
13634
13635         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
13636           FormBorderStyle enum
13637         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
13638           code to determine FormBorderStyles from CreateParams
13639         * Form.cs:
13640           - Fixed bug where we'd set the wrong window styles if we were
13641             not creating an MDI window
13642           - Added call to XplatUI.SetBorderStyle when form borders are set
13643         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
13644         * Hwnd.cs:
13645           - Removed obsolete edge style
13646           - Switched from BorderStyle to FormBorderStyle
13647         
13648 2005-10-10  Jackson Harper  <jackson@ximian.com>
13649
13650         * Form.cs: Use the property to get the window handle instead of
13651         accessing it directly. Prevents a null reference exception.
13652
13653 2005-10-10  Jackson Harper  <jackson@ximian.com>
13654
13655         * TreeView.cs: Don't adjust the rect given to DrawString now that
13656         our libgdiplus draws correctly.
13657
13658 2005-10-08  Jackson Harper  <jackson@ximian.com>
13659
13660         * TreeView.cs: Don't try to find the clicked on node if there are
13661         no nodes in the tree.
13662
13663 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
13664
13665         * RichTextBox.cs:
13666
13667           restore
13668
13669 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
13670
13671         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
13672           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
13673           ErrorProvider.cs:
13674           Use ResPool for brushes and dispose System.Drawing objects that
13675           are not used anymore.
13676
13677 2005-10-07  Jackson Harper  <jackson@ximian.com>
13678
13679         * MdiChildContext.cs: Use the new borders instead of drawing them
13680         ourselves.
13681
13682 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13683
13684         * Calling UpdateBounds after changing the window's BorderStyle 
13685         since the style can change the ClientSize
13686
13687 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13688
13689         * Control.cs: Made PaintControlBackground virtual
13690         * Panel.cs: Overriding PaintControlBackground instead of using paint
13691           event; paint event method was interfering with 'real' users of the
13692           event.
13693
13694 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13695
13696         * ThemeWin32Classic.cs: remove border drawing since it is handled
13697         by the base control class now and was causing double border drawing.
13698
13699 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13700
13701         * Panel.cs: Redraw our background on paint. Not a pretty solution,
13702           but it does seem to match MS behaviour. This fixes bug #75324
13703
13704 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13705
13706         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
13707           somewhat hackish looking
13708
13709 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13710
13711         * TextBoxBase.cs:
13712           - We now accept Enter even if AcceptEnter is false, if the containing
13713             form does not have an AcceptButton configured (fixes bug #76355)
13714           - Calculations are now fixed to no longer use Width/Height, but
13715             ClientSize.Width/Height, since we now support borders (this was
13716             a result of fixing borders and therefore bug #76166)
13717           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
13718             true (fixes bug #76354)
13719         
13720 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13721
13722         * Control.cs: 
13723           - Defaulting BorderStyle and setting it in XplatUI when our window 
13724             is created
13725           - Added enum check to InternalBorderStyle setter
13726         * XplatUIX11.cs: 
13727           - Added drawing of window borders
13728           - Now properly calculates WM decorations offset for toplevel 
13729             windows (fixes bug #74763)
13730         * XplatUIWin32.cs: 
13731           - Implemented BorderStyles for windows (we're letting win32 draw 
13732             the border for us)
13733           - Fixed the signature for SetWindowLong
13734         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
13735           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
13736           setting borders
13737         * UpDownBase.cs: Remove drawing of borders, this is handled by
13738           the driver, outside the client area
13739         * ListView.cs: Removed bogus border calculations. The control should
13740           be oblivious to borders, since those are not part of the client
13741           area. 
13742         * X11DesktopColors.cs: Commented out (currently) unneeded variables
13743         * ThemeWin32Classic.cs: Removed border calculations from ListView 
13744           drawing code
13745
13746 2005-10-06  Jackson Harper  <jackson@ximian.com>
13747
13748         * MdiChildContext.cs: Clear out the old virtual position remove
13749         all the unneeded calls to CreateGraphics.
13750
13751 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13752
13753         * TextControl.cs: Use proper color for highlighted text; fixes #76350
13754
13755 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13756
13757         * Form.cs: 
13758           - Added loading and setting of our new default icon
13759           - Only set icon if window is already created
13760
13761 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13762
13763         * Label.cs:
13764           - Do not explicitly set the foreground and background colors, to
13765             allow inheriting from parents (fixes #76302)
13766           - Use Control's InternalBorderStyle property to deal with borders
13767
13768 2005-10-06  Jackson Harper  <jackson@ximian.com>
13769
13770         * MdiChildContext.cs: Use the new xplatui function to draw a
13771         reversible rect.
13772
13773 2005-10-06  Jackson Harper  <jackson@ximian.com>
13774
13775         * Form.cs: Add the parent before creating the child context cause
13776         we need the parent when setting up the child.
13777
13778 2005-10-06  Jackson Harper  <jackson@ximian.com>
13779
13780         * FolderBrowserDialog.cs: redo the tree population code so a
13781         second thread isn't used. Should be a lot faster and more stable
13782         now.
13783
13784 2005-10-05  Jackson Harper  <jackson@ximian.com>
13785
13786         * TreeView.cs: There are no expand/collapse boxes if the node has
13787         no children.
13788
13789 2005-10-05  Jackson Harper  <jackson@ximian.com>
13790
13791         * X11DesktopColors.cs: Get menu colours for the gtk theme.
13792
13793 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
13794
13795         * FileDialog.cs: Fix InitialDirectory
13796
13797 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13798
13799         * ComboBox.cs:
13800                 - Fixes changing between styles
13801                 - Fixes simple mode
13802                 - Fixes last item crashing when navigating with keyboard
13803
13804 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13805
13806         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13807
13808 2005-10-05  Jackson Harper  <jackson@ximian.com>
13809
13810         * TreeView.cs: If updating the root node do a full refresh.
13811         * TreeNode.cs: The root node should be expanded by default. Also
13812         added a utility prop to tell if we are the root node.
13813         * TreeNodeCollection.cs: Only refresh if the node we are being
13814         added to is expanded. Also added a comment on a potential
13815         optimization.
13816         
13817 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13818
13819         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13820           in dispose method. Fixes #76330
13821
13822 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13823
13824         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13825
13826                 - Implements vertical and horizontal scrolling using XplatUI
13827                 - Fixes keyboard navagation
13828                 - Fixes EnsureVisible
13829                 - Drawing fixes
13830                 - Handles and draws focus properly
13831
13832
13833 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13834
13835         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13836           Create handle. NET_2_0: Destroy handle when value is null.
13837
13838 2005-10-03  Jackson Harper  <jackson@ximian.com>
13839
13840         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13841         revert and a new patch to prevent the thumb from refreshing so
13842         much.
13843
13844 2005-10-02  Jackson Harper  <jackson@ximian.com>
13845
13846         * ScrollBar.cs: Don't update position if it hasn't actually
13847         changed. This occurs when you hold down the increment/decrement
13848         buttons and the thumb gets to the max/min.
13849
13850 2005-10-01  Jackson Harper  <jackson@ximian.com>
13851
13852         * Form.cs:
13853         * MdiChildContext.cs:
13854         * MdiClient.cs: Implement ActiveMdiChild in Form.
13855
13856 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13857
13858         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13859
13860 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13861
13862         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13863           be found
13864
13865 2005-09-30  Jackson Harper  <jackson@ximian.com>
13866
13867         * ListBox.cs: Don't do a full refresh unless some data has
13868         actually changed.
13869
13870 2005-09-30  Jackson Harper  <jackson@ximian.com>
13871
13872         * TreeView.cs: Make sure that the checkboxes size is factored in
13873         even when not visible.
13874
13875 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13876
13877         * FileDialog.cs: Fix Jordi's build break
13878
13879 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13880
13881         * FileDialog.cs: 
13882                 - Use standard the Windows colours for the combobox as espected
13883                 - Dispose objects that use resouces when no longer need them
13884
13885 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13886
13887         * X11DesktopColors.cs: Initial incomplete implementation
13888         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13889
13890 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13891
13892         * Theme.cs: 
13893           - Switched Theme color names to match the names defined in 
13894             System.Drawing.KnownColors. Life's hard enough, no need to make 
13895             it harder.
13896           - Added setters to all theme color properties so themes can set
13897             their color schemes. The setters also propagate the color changes
13898             to System.Drawing.KnownColors via reflection
13899         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13900           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13901           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13902           use the new, more logical theme color names
13903         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13904           post-NT colors
13905         * ThemeWin32Classic.cs:
13906           - Removed code to set the old classic Windows colors. Instead it
13907             now relies on the colors returned by System.Drawing.KnownColors
13908             which will be either modern static colors (Unix) or colors
13909             read from the user's configuration (Win32)
13910           - Updated to use the new, more logical theme color names
13911           - Switched DataGrid drawing code to use only Theme colors instead of
13912             a mix of System.Drawing.KnownColors and Theme colors
13913           - DrawFrameControl(): Removed code that fills the button area, the
13914             fill would overwrite any previous fill done by a control. This
13915             fixes bug #75338 
13916           - Added DrawReversibleRectangle() stub
13917         * ScrollableControl.cs: Set visible state to false when scrollbars
13918           are removed (pdn fix)
13919         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13920           DrawReversibleRectangle() method to allow drawing primitive 
13921           'rubber bands'
13922         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13923
13924 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13925
13926         * ImageList.cs: Add(Icon): Create handle.
13927
13928 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13929
13930         * ListView.cs:
13931         * ThemeWin32Classic.cs:
13932                 - Fixes detail mode
13933                 - Sets clippings
13934                 - Issues with drawing
13935
13936 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13937
13938         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13939           source has to be the ImageList.
13940
13941 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13942
13943         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13944
13945 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13946
13947         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13948
13949 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13950
13951         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13952
13953 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13954         * GridItem.cs: Fixed TODOs
13955         * GridItemCollection.cs: Added ICollection interface
13956
13957 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13958
13959         * ImageList.cs: Resize icons when needed.
13960
13961 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13962
13963         * ListViewItem.cs
13964                 - Fixes GetBounds and returns on screen rects
13965         * ListView.cs:
13966                 - Fixes vertical and horzintal scrolling of items
13967         * ThemeWin32Classic.cs:
13968                 - Fixes drawing
13969                 
13970 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13971
13972         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
13973
13974 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
13975
13976         * ImageList.cs: Added comments about handle creation. Moved Handle,
13977           HandleCreated and OnRecreateHandle implementations to ImageCollection.
13978           Handle is created in Add methods.
13979
13980 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13981          
13982         * DataGridDrawingLogic.cs: 
13983                 - Takes rows into account on Colum calculations
13984                 - Returns the column when clickig
13985         * DataGrid.cs:
13986                 - Fixes default HitTestInfo values
13987                 - Fixes HitTestInfo.ToString
13988                 - Fixes ResetBackColor          
13989         
13990 2005-09-28  Jackson Harper  <jackson@ximian.com>
13991
13992         * MdiChildContext.cs: Obey rules for fixed sized windows (no
13993         sizing or cursor changes). Also added some temp code to draw the
13994         titlebars text (Makes dev a little easier).
13995
13996 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13997
13998         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
13999
14000 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
14001          
14002         * ListBox.cs: Fixes bug 76253
14003
14004 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
14005
14006         * ImageList.cs: Added comments about the current implementation. Added
14007           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
14008           Format32bppArgb to preserve transparency and can use Graphics.FromImage
14009           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
14010           with Bitmap.LockBits for better performance. Revised the whole file to
14011           match MS.NET behaviour and provide better performance. Non-public
14012           interface members are calling public members even when they throw
14013           NotSupportedException for better maintainability. Moved ColorDepth,
14014           ImageSize, ImageStream and TransparentColor implementations to
14015           ImageCollection for better performance as these properties are not used
14016           by ImageList.
14017         * ImageListStreamer.cs: Added a new internal constructor that takes an
14018           ImageList.ImageCollection and serializes Images based on
14019           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
14020           match ImageList property name.
14021
14022 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
14023
14024         * ListBox.cs: Fixes IndexFromPoint for last item
14025
14026 2005-09-27  Jackson Harper  <jackson@ximian.com>
14027
14028         * Form.cs: Set the position of new mdi children correctly.
14029
14030 2005-09-27  Jackson Harper  <jackson@ximian.com>
14031
14032         * MdiClient.cs: New mdi children need to be added to the back of
14033         the controls collection so the zorder is set correctly. Also add a
14034         count of all the child windows that have been created.
14035
14036 2005-09-27  Jackson Harper  <jackson@ximian.com>
14037
14038         * Form.cs (CreateParams): Setup MDI forms correctly.
14039
14040 2005-09-27  Jackson Harper  <jackson@ximian.com>
14041
14042         * MdiChildContext.cs:
14043         * MonthCalendar.cs:
14044         * UpDownBase.cs:
14045         * ListBox.cs:
14046         * ListView.cs:
14047         * TextBoxBase.cs:
14048         * TreeView.cs:
14049         * ScrollableControl.cs:
14050         * ComboBox.cs: Add implicit controls using the new implict control
14051         functionality in ControlCollection. Also try to block multiple
14052         control add in a suspend/resume layout to save some cycles.
14053         
14054 2005-09-27  Jackson Harper  <jackson@ximian.com>
14055
14056         * Control.cs: Add functionality to the controls collection to add
14057         'implicit controls' these are controls that are created by the
14058         containing control but should not be exposed to the user. Such as
14059         scrollbars in the treeview.
14060         * Form.cs: The list var of the ControlsCollection is no longer
14061         available because of the potential of implicit controls getting
14062         ignored by someone accessing the list directly.
14063
14064 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
14065
14066         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
14067           loose it's parent. (Fixed bug introduced in r49103 when we added
14068           setting the child parent to null on Remove)
14069
14070 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
14071
14072         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
14073         * Splitter.cs: Added missing attributes for BorderStyle property.
14074         * TextBoxBase.cs: Marked Calculate* methods internal.
14075         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
14076         MS.NET.
14077
14078 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
14079          
14080         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
14081
14082 2005-09-25  Jackson Harper  <jackson@ximian.com>
14083
14084         * TreeView.cs: Update the node bounds correctly regardless of
14085         whether the node is visible.
14086
14087 2005-09-25  Jackson Harper  <jackson@ximian.com>
14088
14089         * ImageList.cs: Don't dispose the image after it is added to the
14090         image list. Only reformat images that need to be resized.
14091
14092 2005-09-25  Jackson Harper  <jackson@ximian.com>
14093
14094         * ImageList.cs: Don't set the format when changing the image.
14095
14096 2005-09-25  Jackson Harper  <jackson@ximian.com>
14097
14098         * TreeView.cs: We can't just assume the node has a font. Use the
14099         treeviews font if no node font is available.
14100
14101 2005-09-25  Jackson Harper  <jackson@ximian.com>
14102
14103         * TreeView.cs: Allow the scrollbars to be reset with negative
14104         values.
14105         - Don't add scrollbars to negative sized windows.
14106
14107 2005-09-23  Jackson Harper  <jackson@ximian.com>
14108
14109         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
14110         old Mono.Posix. Also remove some stray code that shouldn't have
14111         been committed.
14112
14113 2005-09-23  Jackson Harper  <jackson@ximian.com>
14114
14115         * TreeView.cs: Attempt at proper sizing of the horizontal
14116         scrollbar. Also don't resize the scrollbars unless they are
14117         visible.
14118
14119 2005-09-23  Jackson Harper  <jackson@ximian.com>
14120
14121         * TreeView.cs: We don't need to expand the invalid area when the
14122         selection changes, as this is all drawn in the node's bounding
14123         box. The area needs to be expanded (previous typo was contracting
14124         it) when the focus rect moves.
14125
14126 2005-09-23  Jackson Harper  <jackson@ximian.com>
14127
14128         * TreeView.cs: Display the selection box under the correct
14129         circumstances. We were rendering white text with no selection box
14130         before.
14131
14132 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
14133
14134         * TextControl.cs(Split): Now updates selection start/end if it points 
14135           into a line that's being split. Fixes a FIXME and bug #75258
14136
14137 2005-09-23  Jackson Harper  <jackson@ximian.com>
14138
14139         * Binding.cs:
14140         * ListControl.cs: Don't use the path when retrieving binding
14141         managers from the binding context. My bat sense tells me that the
14142         path is only used on insertion.
14143
14144 2005-09-22  Jackson Harper  <jackson@ximian.com>
14145
14146         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
14147
14148 2005-09-22  Jackson Harper  <jackson@ximian.com>
14149
14150         * Splitter.cs: There are special cursors used for splitting.
14151         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
14152
14153 2005-09-22  Jackson Harper  <jackson@ximian.com>
14154
14155         * Splitter.cs: Change the cursor appropriately when the splitter
14156         is moused over, so the user actually knows there is a splitter
14157         there.
14158
14159 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
14160
14161        * Label.cs : Fix ToString method to give same output as MS.NET
14162
14163 2005-09-22  Jackson Harper  <jackson@ximian.com>
14164
14165         * TreeView.cs: Create the scrollbars when the handle is created
14166         and add them right away, just make them invisble. Also account for
14167         the window being shrunk vertically to the point that the vert
14168         scrollbar needs to be added.
14169         - Remove some 0.5 adjustments to get around anti aliasing issues.
14170         
14171 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
14172          
14173         * MainMenu.cs: Fixes default value
14174         * MenuItem.cs: Fixes default value
14175
14176 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
14177
14178         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
14179
14180 2005-09-21  Jackson Harper  <jackson@ximian.com>
14181
14182         * Control.cs: Don't try to set the border style on the window if
14183         it hasn't been created. When the window is created the border
14184         style will be used.
14185
14186 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
14187
14188         * Control.cs (Update): Don't call XplatUI if we don't have a
14189           window handle yet
14190
14191 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
14192
14193         * ContainerControl.cs: Instead of throwing an exception, print
14194           a one-time warning about Validate not being implemented
14195         * XplatUIWin32.cs: Removed debug output
14196
14197 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
14198
14199         * Control.cs: Only set XplatUI background if we expect the windowing
14200           system to handle the background. This stops controls that draw their
14201           own background from flickering
14202
14203         * XplatUIX11.cs: Support custom visuals and colormaps for window 
14204           creation. This allows, amongst other things, using MWF X11 windows 
14205           with OpenGL.
14206
14207 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
14208
14209         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
14210           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
14211           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
14212           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
14213           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
14214           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
14215           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
14216           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
14217           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
14218           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
14219           GridColumnStylesCollection.cs, 
14220           IDataGridColumnStyleEditingNotificationService.cs,
14221           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
14222           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
14223           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
14224           TreeNodeCollection.cs, AmbientProperties.cs, 
14225           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
14226           DataObject.cs, ErrorProvider.cs, Splitter.cs,
14227           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
14228           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
14229           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
14230           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
14231           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
14232           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
14233           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
14234           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
14235           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
14236           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
14237           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
14238           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
14239           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
14240           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
14241           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
14242           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
14243           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
14244           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
14245           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
14246           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
14247           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
14248           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
14249           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
14250           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
14251           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
14252           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
14253           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
14254           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
14255           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
14256           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
14257           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
14258           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
14259           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
14260           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
14261           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
14262
14263 2005-09-21  Jackson Harper  <jackson@ximian.com>
14264
14265         * TreeNode.cs: Call Before/After Expand not Collapse when
14266         expanding.
14267
14268 2005-09-20  Jackson Harper  <jackson@ximian.com>
14269         
14270         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
14271
14272 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
14273          
14274         * ListViewItem.cs:
14275                 - Fixes bug 76120
14276                 - Fixes proper storing of subitems
14277                 - Fixes not updated items
14278
14279 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
14280
14281         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
14282           things if our window handle isn't created yet. Also disabled 
14283           debug for TextBoxBase
14284
14285 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
14286
14287         * MenuAPI.cs: Remove filtering of events to allow menu usage
14288
14289 2005-09-20  Miguel de Icaza  <miguel@novell.com>
14290
14291         * Cursor.cs: Allow null to be passed to Cursor.Current.
14292
14293 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
14294
14295         * ThemeWin32Classic.cs:
14296           - Change some private methods/fields to protected virtual so that 
14297             they can be accessed and overriden in derived classes
14298           - First refactoring of some methods. Derived themes now don't 
14299             need to duplicate the complete code from ThemeWin32Classic
14300         * ThemeNice.cs:
14301           - Added nice StatusBar
14302           - Derive from ThemeWin32Classic and not Theme
14303           - Removed duplicate ThemeWin32Classic code
14304
14305 2005-09-20  Miguel de Icaza  <miguel@novell.com>
14306
14307         * Control.cs (ControlCollection.Add): If the value null is passed
14308         the control is ignored. 
14309
14310         Optimize this loop.
14311
14312 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
14313
14314         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
14315           PostQuitMessage state.
14316         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
14317
14318 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
14319
14320         * Application.cs: Our constructor will never get called, move 
14321           initialization to fields; fixes bug #75933
14322
14323 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
14324
14325         * FileDialog.cs :
14326                 - Allow files to be selected properly using file name
14327                 combo box.
14328                 - Add ability to change diretory (absolute / relative)
14329                 using file name combo box.
14330
14331 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
14332          
14333         * ListBox.cs: 
14334                 - Fixes Multicolumn listboxes item wrong calculations
14335                 - Allows to click when only one item is in the listbox
14336                 - Fixes crash when no items using keyboard navigation
14337
14338 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
14339
14340         * ComboBox.cs: Reverted almost everything from the latest patch which
14341           broke ComboBox
14342
14343 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
14344         
14345         * ToolTip.cs:
14346                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
14347         * ComboBox.cs:
14348                 - When DropDownStyle is Simple, it does not show scrollbar 
14349                 to the last item of the list.
14350                 - When DropDownStyle is Simple, it crashed when the list was 
14351                 scrolled down with the down cursor key.
14352                 - Fixed a bug that when DropDownStyle is DropDownList, the 
14353                 selected item was not shown.
14354                 - The position of the selected item was not preserved when 
14355                 the next dropdown happened.
14356         * ThemeWin32Classic.cs:
14357                 - Items were wrapped at the right end.
14358         * CheckedListBox.cs:
14359                 - Fixed Add method
14360         * ListBox.cs:
14361                 - Items should be fully shown.
14362                 - When resizing and vertical scrollbar disappeared, the item 
14363                 of index 0 should be on the top of the list.
14364                 - GetItemRectangle should consider the size of ver. scrollbar
14365         * StatusBar.cs:
14366                 - SizingGrip area should not be allocated when it is not 
14367                 displayed.
14368                 - Now it reflects MinWidth of the containing panel and 
14369                 fixed a crash that happens when its width becomes so small.
14370
14371 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
14372
14373         * CheckedListBox.cs: Fixes bug 76028
14374         * ListBox.cs: Fixes bug 76028
14375
14376 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
14377
14378         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
14379         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
14380
14381 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
14382
14383         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
14384
14385 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14386
14387         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
14388
14389 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14390
14391         * IRootGridEntry.cs: Added
14392         * PropertyGridCommands.cs: Added
14393         * PropertiesTab.cs: Added missing methods and property
14394         * PropertyGridView.cs: Made class internal
14395         * PropertyGridTextBox.cs: Made class internal
14396
14397 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
14398
14399         * MimeIcon.cs: Try to check some other environment variables
14400           if "DESKTOP_SESSION" returns "default"
14401
14402 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
14403
14404         * ThemeNice.cs: Corrected background colors (e.g. menus)
14405         * ColorDialog.cs: Use correct background colors for controls
14406
14407 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
14408
14409         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
14410
14411 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
14412
14413         * RichTextBox.cs: Added initial implementation
14414         * lang.cs: Removed. Was accidentally checked in long time ago
14415         * TODO: Removed. Contents were obsolete
14416
14417 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
14418                                                                                 
14419         * PropertiesTab.cs : Added
14420
14421 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
14422                                                                                 
14423         * PropertyGrid.cs : Update
14424         * PropertyGridView.cs : Update
14425         * System.Windows.Forms.resx : Added images and strings
14426
14427 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
14428
14429         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
14430  
14431 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
14432
14433         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
14434           a busy loop right after the Ungrab the X11 display is otherwise 
14435           blocked
14436
14437 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
14438
14439         * ThemeWin32Classic.cs: Optimise the use of clipping
14440
14441 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
14442
14443         * DataGrid.cs: fixes recursion bug
14444
14445 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
14446
14447         * ThemeNice.cs: 
14448           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
14449           - Cleanup
14450
14451 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
14452
14453         * ThemeNice.cs: Draw nice ProgressBars
14454
14455 2005-09-01  Miguel de Icaza  <miguel@novell.com>
14456
14457         * VScrollBar.cs: Another buglet found by Aaron's tool. 
14458
14459         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
14460         bug finder.
14461
14462 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
14463
14464         * ThemeNice.cs:
14465           - Added nicer menu drawing
14466           - Updated DrawTab
14467           - some refactoring
14468
14469 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
14470
14471         * CreateParams.cs (ToString): Made output match MS
14472         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
14473             handle is already created (to avoid forcing window creation)
14474         * XplatUIX11.cs: Set window text to caption after creating window,
14475           in case Text was set before window was created
14476         * Form.cs: Use this.Text instead of a static string as caption
14477
14478 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
14479
14480         * NotifyIcon.cs: Don't set the window to visible; this screws
14481           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
14482           OnPaint without a bitmap)
14483         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
14484           happen very often anyway; we could add the check to the WM_PAINT 
14485           event generation code
14486
14487 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
14488
14489         * NotifyIcon.cs: Fill the icon area with a background color, to 
14490           avoid 'residue' when transparent icons are drawn
14491         * XplatUIX11.cs:
14492           - Handle whole_window == client_window when destroying windows
14493           - SystrayAdd(): Set client_window to whole_window value to
14494             get mouse and other events passed to NotifyIcon
14495
14496 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
14497
14498         * Form.cs: Set proper default for Opacity property
14499         * NotifyIcon.cs:
14500           - ShowSystray(): Don't bother creating telling the OS
14501             about the systray item if no icon is provided
14502           - Now handles WM_NCPAINT message to deal with whole/client window
14503             split
14504           - Create window as visible to not get caught by Expose optimization
14505         * Hwnd.cs: Removed debug message
14506         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
14507           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
14508             PaintEventStart/End to use new client argument
14509         * TextBoxBase.cs:
14510           - Commented out debug messages
14511           - Switched PaintEventStart/End to use new client argument
14512         * XplatUI.cs: Added client window bool to PaintEventStart()/
14513           PaintEventEnd() calls, to support drawing in non-client areas
14514         * XplatUIDriver.cs: 
14515           - Added client window bool to PaintEventStart()/PaintEventEnd() 
14516             calls, to support drawing in non-client areas
14517           - Added conditional compile to allow using MWF BeginInvoke 
14518             on MS runtime
14519         * XplatUIX11.cs:
14520           - Added some conditional debug output
14521           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
14522             whole/client window split
14523           - Implemented handling of client argument to PaintEventStart()/End()
14524         * Control.cs:
14525           - Throw exception if BeginInvoke() is called and the window handle
14526             or one of the window's parent handles is not created
14527           - Added conditional compile to allow using MWF BeginInvoke on
14528             MS runtime
14529           - get_Parent(): Only sets parent if handle is created. This avoids
14530             forcing window handle creation when parent is set.
14531           - Now fires Layout and Parent changed events in proper order
14532           - Switched to use Handle instead of window.Handle for Z-Order setting,
14533             the get_Parent() patch above causes us to possibly get null for 'window'
14534           - Implemented handling of client argument to PaintEventStart()/End()
14535           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
14536             default handling)
14537           - Now sends a Refresh() to all child windows when Refresh() is called
14538
14539 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
14540
14541         * Form.cs: Added (non-functional) Opacity property
14542         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
14543
14544 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
14545         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
14546           use export MONO_THEME=nice to activate it.
14547           Currently supported controls:
14548           - Button
14549           - ComboBox
14550           - ScrollBar
14551           - TabControl (TabAlignment.Top only, other will follow)
14552         * ThemeEngine.cs: Add theme nice
14553         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
14554           if enabled
14555
14556 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
14557
14558         * Splitter.cs: Resize docked control and its neighbor.
14559
14560 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14561         -- Making Windows with Menus layout correctly --
14562         * Form.cs : The first leg of the fix
14563                 Menu setter - adjust Client Size as needed to make space for the menu
14564                 SetClientSizeCore - doesn't call base version to be able to pass the 
14565                         menu handle to XplatUI.CalculateWindowRect
14566         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
14567         * XplatUIX11.cs: The critical second leg of the fix
14568                 GetWindowPos needs to use a recalculated client_rect
14569                 so that resizing the window doesn't break layout of child controls. 
14570                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
14571                 Lots of \t\n killed
14572
14573 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
14574
14575         * Label.cs: Now properly recalculates width and height on Font and Text
14576           changes if AutoSize is set
14577
14578 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14579         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
14580
14581 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
14582
14583         * ImageList.cs: Makes ToString method compatible with MS
14584
14585 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
14586
14587         * MenuAPI.cs: fixes bug 75716
14588
14589 2005-08-11 Umadevi S <sumadevi@novell.com>
14590         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
14591
14592 2005-08-11 Umadevi S <sumadevi@novell.com>
14593         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
14594
14595 2005-08-10  Umadevi S <sumadevi@novell.com>
14596         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
14597
14598 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
14599
14600         * Menu.cs: fixes bug 75700
14601         * MenuAPI.cs: fixes navigation issues
14602
14603 2005-08-09  Umadevi S <sumadevi@novell.com>
14604         * CheckedListBox.cs - simple fix for GetItemChecked.
14605
14606 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
14607
14608         * ComboBox.cs: Serveral fixes
14609         * ListBox.cs: Serveral fixes
14610
14611 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
14612
14613         * ComboBox.cs: Fixes FindString methods and GetItemHeight
14614         * ListBox.cs: Fixes FindString methods
14615
14616 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
14617
14618         * DataGrid.cs: fixes bugs exposed by new tests
14619
14620 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
14621
14622         * Mime.cs: Compile Mono assembly references only if compiling
14623           with Mono (Allows to build with VS.Net again)
14624
14625 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
14626
14627         * Control.cs (PaintControlBackground): Draw background image
14628         corrrectly.
14629         (CheckForIllegalCrossThreadCalls): Stubbed.
14630         
14631         * Form.cs (OnCreateControl): Center when should be centered.
14632         
14633         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
14634
14635 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
14636
14637         * Binding.cs: Binding to properties should be case unsensitive
14638
14639 2005-07-18 vlindos@nucleusys.com
14640
14641         * DataGrid.cs: fixes setmember order
14642
14643 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
14644
14645         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
14646         * FileDialog.cs: FileDialog is now resizable and uses the new
14647           MimeIconEngine
14648
14649 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
14650
14651         * DataGridTextBoxColumn.cs: default value
14652         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
14653         * GridTableStylesCollection.cs: fixes checking MappingName
14654         * DataGridDrawingLogic.cs: fixes drawing logic issues
14655         * DataSourceHelper.cs: rewritten to make compatible with more data sources
14656         * DataGrid.cs: fixes    
14657
14658 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
14659
14660         * MimeGenerated.cs: Use case sensitive comparer for
14661           NameValueCollections
14662
14663 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
14664
14665         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
14666         * ThemeWin32Classic.cs: bug fixes, code refactoring
14667         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
14668         * DataGrid.cs: bug fixes, code refactoring
14669         * DataGridTextBox.cs: bug fixes, code refactoring
14670         * DataGridColumnStyle.cs:  bug fixes, code refactoring
14671         * Theme.cs:  bug fixes, code refactoring
14672
14673 2005-07-01  Peter Bartok  <pbartok@novell.com> 
14674
14675         * TextControl.cs: Quick fix for the reported crash on ColorDialog
14676           and other text box usage
14677
14678 2005-07-01  Jackson Harper  <jackson@ximian.com>
14679
14680         * TabControl.cs: Make sure the bottom of the tab covers the pages
14681         border.
14682
14683 2005-06-30  Peter Bartok  <pbartok@novell.com> 
14684
14685         * Form.cs (ShowDialog): Assign owner of the dialog
14686         * TextBoxBase.cs: Always refresh caret size when deleting, caret
14687           might have been moved to a tag with different height
14688
14689 2005-06-30  Jackson Harper  <jackson@ximian.com>
14690
14691         * Form.cs: Don't create an infinite loop when setting focus
14692         * MenuItem.cs: Don't dirty the parents if we don't have any
14693
14694 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
14695
14696         * LibSupport.cs: Rename
14697
14698 2005-06-29  Peter Bartok  <pbartok@novell.com>
14699
14700         * TextBoxBase.cs: Re-align caret after deleting a character
14701         * TextControl.cs:
14702           - DeleteChars(): Ensure that tag covers the provided position
14703           - StreamLine(): Drop reference for dropped tag
14704
14705 2005-06-29  Peter Bartok  <pbartok@novell.com> 
14706
14707         * TextControl.cs: 
14708           - Selections now work properly, anchoring at the initial location
14709             and properly extending in either direction (SetSelectionToCaret(),
14710             SetSelectionStart() and SetSelectionEnd())
14711           - No longer redraws the whole control on selection change, now
14712             calculates delta between previous and new selection and only
14713             invalidates/redraws that area
14714           - Fixed FindPos() math off-by-one errors
14715           - Changed DeleteChars() to verify the provided tag covers the
14716             provided position, selections may have a tag that doesn't cover
14717             the position if the selection is at a tag border
14718           - Fixed off-by-one errors in DeleteChars()
14719           - Added missing streamlining check in DeleteChars() to remove
14720             zero-length tags
14721           - Implemented Invalidate() method, now properly calculates exposures
14722             between two given lines/positions
14723           - Implemented SetSelection()
14724           - Obsoleted and removed FixupSelection()
14725           - Improved RecalculateDocument() logic, removing code duplication
14726
14727 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14728
14729         * LibSupport.cs: changes to match different input/output arguments.
14730
14731 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14732
14733         * LibSupport.cs: added libsupport.so init routine.
14734
14735 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
14736         
14737         * ControlBindingsCollection.cs
14738                 - Throws an exception on null datasource when adding
14739                 - Checks for duplicated bindings when adding
14740
14741 2005-06-28  Jackson Harper  <jackson@ximian.com>
14742
14743         * TreeView.cs (OnKeyDown): Support left and right properly
14744         (navigates as well as expanding and collapsing.
14745         - Add support for Multiply, this expands all the selected nodes
14746         children.
14747         - Fix some tabbing.
14748
14749 2005-06-28  Jackson Harper  <jackson@ximian.com>
14750
14751         * TreeView.cs: Implement keyboard navigation, currently supports,
14752         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
14753         support for toggling checkboxes with the space bar.
14754
14755 2005-06-28  Jackson Harper  <jackson@ximian.com>
14756
14757         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
14758         tree.
14759
14760 2005-06-28  Jackson Harper  <jackson@ximian.com>
14761
14762         * TreeView.cs: Add missing event.
14763
14764 2005-06-27  Peter Bartok  <pbartok@novell.com> 
14765
14766         * TextControl.cs:
14767           - Made line ending size configurable (now allows for counting 
14768             lineendings as \n or \r\n)
14769           - Added margin to viewport to keep caret visible on right side
14770           - Fixed translation routines for line/pos to documentpos to consider
14771             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
14772           - Fixed some line-endings to be unix style
14773           - Fixed Document.FormatText to perform it's calculations 1-based
14774           - Added descriptions for a few methods that might otherwise get 
14775             used wrong
14776           - Added NOTE section with some basic conventions to remember at 
14777             the top of the file
14778           - Major fixup for RichTextBox selection drawing:
14779             * Fixed crashes when multiple tags on a single line were selected
14780             * fixed selection box drawing not overlaying text
14781             * fixed bogus offset calculation for tags not starting at index 1
14782             * Switched behaviour from using multiple Substrings of a 
14783               StringBuilder.ToString() to using multiple 
14784               StringBuilder.ToString(start, length) statements, hoping this is
14785               faster (kept original version commented out in the code, in case
14786               original version was faster)
14787         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
14788           alignment != Left
14789         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
14790           call it as well
14791
14792 2005-06-27  Jackson Harper  <jackson@ximian.com>
14793
14794         * TabControl.cs: Move to the left and right with the arrow
14795         keys. These keys don't cycle beyond first and last like
14796         tab. Refresh all the tabs when scrolling them to the left or
14797         right.
14798
14799 2005-06-27  Jackson Harper  <jackson@ximian.com>
14800
14801         * TabControl.cs:
14802           - ToString: Added method
14803           - CreateParams: Remove TODO and comment
14804           - OnKeyDown: Cycle through bounds properly.
14805           - SelectedIndex: Scroll to the right or left if we need to
14806           display the newly selected tab.
14807
14808 2005-06-23  Jackson Harper  <jackson@ximian.com>
14809
14810         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14811         set.
14812
14813 2005-06-23  Jackson Harper  <jackson@ximian.com>
14814
14815         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14816         CTRL-SHIFT-TAB, and HOME, END are there any others?
14817
14818 2005-06-23  Jackson Harper  <jackson@ximian.com>
14819
14820         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14821
14822 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14823         
14824         * DataGridTextBoxColumn.cs: fixes and enhancements
14825         * ThemeWin32Classic.cs: fixes and enhancements
14826         * DataGridBoolColumn.cs:  fixes and enhancements
14827         * DataGridDrawingLogic.cs:  fixes and enhancements
14828         * CurrencyManager.cs: fixes and enhancements
14829         * DataGrid.cs: fixes and enhancements
14830         * DataGridColumnStyle.cs:  fixes and enhancements
14831
14832 2005-06-22  Jackson Harper  <jackson@ximian.com>
14833
14834         * TabControl.cs: Add some missing methods that just call into the
14835         base. Make the TabPageCollection's IList interface behave in the
14836         same manner as the MS implementation.
14837
14838 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14839
14840         * TextControl.cs: Added sanity check
14841         * TextBoxBase.cs: 
14842           - Fixed wrapping behaviour, don't set wrap on single line controls
14843             (this fixes the breakage of colordialog introduced in an earlier
14844              checkin)
14845           - Added rudimentary support for autoscrolling right-aligned controls
14846             (still needs fixing, also, center alignment scroll is missing)
14847
14848 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14849         
14850         * ScrollBar.cs: Fixes thumbpos on Maximum values
14851
14852 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14853         
14854         * PropertyGridView.cs: Pass context information to UITypeEditors 
14855
14856 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14857
14858         * TextBoxBase.cs:
14859           - Now calling PositionCaret with absolute space coordinates
14860           - Enabled vertical scrolling
14861           - Better tracking of scrollbar changes, tied into WidthChange
14862             event
14863           - Improved cursor tracking
14864           - Removed debug output
14865         * TextControl.cs:
14866           - PositionCaret coordinates are now works in absolute space, not 
14867             the canvas
14868           - Improved tracking of document size
14869           - Added events for width and height changes
14870
14871 2005-06-21  Peter Bartok  <pbartok@novell.com>
14872
14873         * Form.cs: Set focus to active control when form is activated
14874         * TextControl.cs: 
14875           - Added word-wrap functionality to RecalculateLine() 
14876           - Added some short function descriptions for VS.Net to aid in
14877             writing dependent controls
14878           - Added Caret property, returning the current coords of the caret
14879           - Added ViewPortWidth and ViewPortHeight properties
14880           - Added Wrap property
14881           - Added CaretMoved event
14882           - Removed some old debug code
14883           - Split() can now create soft splits
14884           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14885           - Added method to format existing text
14886           - Fixed size/alignment calculations to use viewport
14887           - RecalculateDocument now can handle changing line-numbers while
14888             calculating lines
14889
14890         * TextBox.cs:
14891           - Added some wrap logic, we don't wrap if alignment is not left
14892           - Added casts for scrollbar var, base class switched types to
14893             also support RichTextBoxA
14894           - Implemented handling of scrollbar visibility flags
14895
14896         * TextBoxBase.cs:
14897           - Switched scrollbars type to RichTextBoxScrollBars to support
14898             RichTextBox
14899           - Added tracking of canvas width/height
14900           - Switched scrollbars to be not selectable (to keep focus on text)
14901           - Added central CalculateDocument() method to handle all redraw
14902             requirements
14903           - Added ReadOnly support
14904           - Added WordWrap support
14905           - Fixed handling of Enter key (we now treat it as a DialogKey)
14906           - Fixed caret positioning when h or v scroll is not zero
14907           - Fixed placing/generation of vertical scrollbar
14908           - Added CalculateScrollBars() method to allow updating scrollbar
14909             limits and visibility
14910           - Fixed handling of horizontal scroll
14911           - Added handling of vertical scroll
14912           - Implemented auto-'jump' when caret moves to close to a left or
14913             right border and there is text to be scrolled into view (currently
14914             there's the potential for a stack overflow, until a bug in
14915             scrollbar is fixed)
14916
14917 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14918         
14919         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14920
14921 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14922
14923         * Mime.cs:
14924         - added inodes.
14925         - return application/x-zerosize for files with size zero
14926           (if no extension pattern matches).
14927         - check matches collection for strings too.
14928         - return only the first mime type if the name value
14929           collection has more than one mime type.
14930
14931 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14932         
14933         * PropertyGrid.cs: Cleaned up some TODOs
14934         * PropertyGridView.cs: Added support for UITypeEditors
14935
14936 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14937         
14938         * DataGrid.cs: clears cached value
14939
14940 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14941
14942         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14943         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14944         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14945         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14946         
14947 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14948
14949         * ThemeWin32Classic.cs: fixes colour
14950
14951 2005-06-15  Peter Bartok  <pbartok@novell.com>
14952
14953         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14954         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14955         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14956         * Control.cs: Added some MWFCategory and MWFDescription attributes
14957         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14958
14959 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14960
14961         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14962         usage
14963
14964 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14965
14966         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14967         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14968         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14969         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14970         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14971         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
14972
14973 2005-06-13  Jackson Harper  <jackson@ximian.com>
14974
14975         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
14976         isn't printed when the user enables dropping. (X11 does accept
14977         drops).
14978         
14979 2005-06-13  Jackson Harper  <jackson@ximian.com>
14980
14981         * TreeView.cs: Remove some TODOS.
14982
14983 2005-06-13  Jackson Harper  <jackson@ximian.com>
14984
14985         * Form.cs: Hook into the mdi framework.
14986         * MdiClient.cs: Use the base control collections add method so
14987         parents get setup correctly. Set the default back colour and dock
14988         style.
14989         * MdiChildContext.cs: New class, this bad actor handles an
14990         instance of an MDI window. Right now there is only basic
14991         support. You can drag, close, and resize windows. Minimize and
14992         Maximize are partially implemented.
14993
14994 2005-06-13  Jackson Harper  <jackson@ximian.com>
14995
14996         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
14997         freaky when both vals are negative. NOTE: There are probably other
14998         places in XplatUIX11 that this needs to be done.
14999
15000 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
15001
15002         * DataGrid.cs: implement missing methods, move KeyboardNavigation
15003         * DataGridColumnStyle.cs: fixes signature
15004
15005 2005-06-12  Jackson Harper  <jackson@ximian.com>
15006
15007         * XplatUIX11.cs: Use sizing cursors similar to the ones on
15008         windows.
15009
15010 2005-06-11  Jackson Harper  <jackson@ximian.com>
15011
15012         * StatusBarPanel.cs: Signature cleanups. Implement
15013         BeginInit/EndInit.
15014
15015 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
15016
15017         * DataGridTextBoxColumn.cs: Honors aligment
15018         * GridColumnStylesCollection.cs: Contains is case unsensitive
15019         * GridTableStylesCollection.cs: several fixes
15020         * DataGridTableStyle.cs: default column creation
15021         * DataGridDrawingLogic.cs: fixes
15022         * CurrencyManager.cs: ListName property
15023         * DataGrid.cs: multiple styles support
15024         * DataGridColumnStyle.cs: fixes
15025         
15026
15027 2005-06-10  Peter Bartok  <pbartok@novell.com>
15028
15029         * Control.cs(Select): Moved SetFocus call to avoid potential
15030           loops if controls change the active control when getting focus
15031         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
15032           the up/down buttons
15033
15034 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
15035
15036         * ImageListConverter.cs: Implemented
15037
15038 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
15039
15040         * MonthCalendar.cs: Wired in NumericUpDown control for year
15041
15042 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
15043
15044         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
15045           DoubleClick events, since they are not meant to be fired.
15046
15047 2005-06-09  Peter Bartok  <pbartok@novell.com>
15048
15049         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
15050           Jonathan's standalone controls into MWF, implemented missing
15051           events, attributes and methods; added xxxAccessible classes
15052         * AccessibleObject.cs: Made fields internal so other classes
15053           can change them if needed
15054
15055 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
15056
15057         * UpDownBase.cs: Complete implementation
15058         * NumericUpDown.cs: Complete implementation
15059         * DomainUpDown.cs: Complete implementation
15060
15061 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
15062
15063         * DataGridTextBoxColumn.cs: drawing fixes
15064         * DataGridCell.cs: fixes ToString method to match MSNet
15065         * DataGridTableStyle.cs: fixes
15066         * DataGridBoolColumn.cs: fixes, drawing
15067         * DataGridDrawingLogic.cs: fixes, new methods
15068         * DataGridTextBox.cs: Keyboard and fixes
15069         * DataGrid.cs:
15070                 - Keyboard navigation
15071                 - Scrolling fixes
15072                 - Row selection (single, multiple, deletion, etc)
15073                 - Lots of fixes
15074         
15075 2005-06-07  Jackson Harper  <jackson@ximian.com>
15076
15077         * ThemeWin32Classic.cs: Clear the background area when drawing
15078         buttons.
15079
15080 2005-06-06  Peter Bartok  <pbartok@novell.com>
15081
15082         * ImageListStreamer.cs: Fixed signature for GetData
15083         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
15084         * ComboBox.cs:
15085           - Added missing ChildAccessibleObject class
15086           - Added missing OnXXXFocus overrides, switched to using those
15087             instead of the event handler
15088         * Control.cs:
15089           - Added Parent property for ControlAccessibleObject
15090           - Fixed signatures
15091           - Fixed attributes
15092           - Added ResetBindings()
15093         * ListBindingConverter.cs: Implemented some methods
15094         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
15095         * ImageList.cs: Implemented basic handle scheme, removed TODOs
15096         * ContainerControl.cs: Fixed signature, now subscribing to the
15097           ControlRemoved event instead of overriding the handler, LAMESPEC
15098         * CurrencyManager.cs: Added missing attribute
15099         * MonthCalendar.cs: Added missing properties
15100
15101 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
15102
15103         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
15104         
15105 2005-06-06  Gaurav Vaish and Ankit Jain
15106
15107         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
15108         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
15109         
15110 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
15111
15112         * Control.cs: fixes CreateParams Width / Height.
15113
15114 2005-06-05  Peter Bartok  <pbartok@novell.com>
15115
15116         * Win32DnD.cs: Removed compilation warnings
15117
15118 2005-06-05  Peter Bartok  <pbartok@novell.com>
15119
15120         * Control.cs (CreateParams): Since we don't know if one of the
15121           properties we use is overridden, lets make sure if we fail accessing
15122           we continue with a backup plan
15123
15124 2005-06-05  Peter Bartok  <pbartok@novell.com>
15125
15126         * Win32DnD.cs:
15127           - Removed debug output
15128           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
15129             struct
15130           - Plugged resource leak
15131         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
15132           MS size
15133
15134 2005-06-05  Peter Bartok  <pbartok@novell.com>
15135
15136         * XplatUIWin32.cs: Removed DnD code
15137         * Win32DnD.cs: Implemented drop source and drop target functionality
15138
15139 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15140
15141         * UpDownBase.cs: remove duplicate addition of event, enable some code
15142         that was commented out.
15143         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
15144         Validate input when a key is pressed. It works fine now for every
15145         combination of Hexadecimal. Only missing some drawing love when sharing
15146         space with other controls.
15147
15148 2005-06-04  Peter Bartok  <pbartok@novell.com>
15149
15150         * Control.cs:
15151           - We need to pass a window for DragDrop, so enable callback events
15152           - Added DnD callback events when being a DragSource
15153         * XplatUI.cs (StartDrag): Added window handle argument
15154         * XplatUIDriver.cs (StartDrag): Added window handle argument
15155         * QueryContinueDragEventArgs: Made fields internally accessible so
15156           drivers can set them
15157         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
15158           can set them
15159
15160 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
15161
15162         * DataGridTextBoxColumn.cs: column text editing
15163         * DataGridTableStyle.cs: Respect columns styles created by the user
15164         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
15165         * DataGridBoolColumn.cs: bool column editing
15166         * DataGrid.cs: fixes to scrolling, properties, etc
15167         * DataGridTextBox.cs: handle keyboard
15168         * DataGridColumnStyle.cs: fixes
15169
15170 2005-06-02  Jackson Harper  <jackson@ximian.com>
15171
15172         * ImageListStreamer.cs: Somewhat broken implementation of
15173         GetObjectData. The RLE needs some work to match MS properly.
15174
15175 2005-06-02  Jackson Harper  <jackson@ximian.com>
15176
15177         * X11Dnd.cs: Attempting to keep at least one file in MWF
15178         monostyled.
15179
15180 2005-06-02  Peter Bartok  <pbartok@novell.com>
15181
15182         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
15183           that way
15184
15185 2005-06-02  Peter Bartok  <pbartok@novell.com>
15186
15187         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
15188         * XplatUI.cs: Added DoDragDrop() method
15189         * XplatUIDriver.cs: Added DoDragDrop() method
15190
15191 2005-06-02  Jackson Harper  <jackson@ximian.com>
15192
15193         * Splitter.cs: Implement BorderStyle.
15194
15195 2005-06-02  Jackson Harper  <jackson@ximian.com>
15196
15197         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
15198         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
15199         X11 using XDND.
15200
15201 2005-06-02  Peter Bartok  <pbartok@novell.com>
15202
15203         * DataObject.cs:
15204           - Added Data setter
15205           - Fixed broken insertion code for SetData, now also
15206             overwrites any existing entry of the same format name
15207         * Hwnd.cs: Added list of pointers that automatically gets
15208           freed when the window is disposed
15209         * XplatUI.cs: Call driver initialization method when loading
15210           a driver
15211         * Control.cs:
15212           - OnDragLeave takes EventArgs, not DragEventArgs
15213           - Added setting of WS_EX_ACCEPTFILES style when dropping is
15214             supported
15215           - Forces style update when drop state changes
15216         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
15217           not perfect since we cannot (yet) call the IDataObject.GetData()
15218           method, we keep getting 0x80004005 error, dunno why)
15219
15220 2005-06-02  Peter Bartok  <pbartok@novell.com>
15221
15222         * DragEventArgs.cs: Make fields internal so we can cache the
15223           object and re-set the fields from XplatUI
15224
15225 2005-06-02  Jackson Harper  <jackson@ximian.com>
15226
15227         * Control.cs: Add some internal methods so the DnD subsystem can
15228         raise DnD events. Also call into the driver when AllowDrop is set.
15229         * XplatUI.cs:
15230         * XplatUIDriver.cs: New method for setting whether or not a window
15231         is allowed to accept drag and drop messages.
15232                 
15233 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
15234         
15235         * ScrollBar.cs: Make sure that values sent in Scroll events
15236         are always between Maximum and Minimum.
15237
15238 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
15239
15240         * Menu.cs: Call MenuChanged when menuitem visibility has been
15241         changed.
15242         * MenuItem.cs: Rebuild menu when item is (not) visible.
15243         * MainMenu.cs: MainMenu has special MenuChanged.
15244         * Theme.cs: Caption and FrameBorderSize are not fixed.
15245         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
15246         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
15247         * XplatUIX11.cs,
15248         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
15249         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
15250
15251 2005-05-30  Jackson Harper  <jackson@ximian.com>
15252
15253         * DataFormat.cs: We can't statically initialize this stuff because
15254         it calls into the xplatui and could create a loop. So we lazy init
15255         it.
15256
15257 2005-05-28  Jackson Harper  <jackson@ximian.com>
15258
15259         * Control.cs: Proper implementation of Product(Name/Version).
15260
15261 2005-05-27  Jackson Harper  <jackson@ximian.com>
15262
15263         * DataObject.cs: Dont crash if no data is found.
15264
15265 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
15266         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
15267                 as per status page, guessing it should be set to true
15268
15269 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
15270
15271         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
15272         * DataGridTableStyle.cs: set proper formatting text, def header text
15273         * ThemeWin32Classic.cs: new themable paramaters
15274         * DataGridBoolColumn.cs: paint check box, get data, fixes
15275         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
15276         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
15277         * DataGridColumnStyle.cs: fixes
15278         * Theme.cs: new themable paramaters
15279                 
15280 2005-05-26  Peter Bartok  <pbartok@novell.com>
15281
15282         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
15283
15284 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15285         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
15286
15287 2005-05-24  Peter Bartok  <pbartok@novell.com>
15288
15289         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
15290           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
15291           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
15292           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
15293           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
15294           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
15295           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
15296           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
15297           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
15298           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
15299           missing attributes, etc
15300         * DataGridPreferredColumnWidthTypeConverter.cs: Added
15301
15302 2005-05-24  Peter Bartok  <pbartok@novell.com>
15303
15304         * Help.cs: Added, implemented trivial functions, throws up MessageBox
15305           when user tries to get help
15306         * DataObject.cs, DataFormats.cs, LinkArea.cs,
15307           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
15308           to suppress warnings
15309         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
15310           avoid unreachable code warning
15311
15312 2005-05-20  Peter Bartok  <pbartok@novell.com>
15313
15314         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
15315
15316 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
15317
15318         * DataGridTextBoxColumn.cs: Basic painting methods
15319         * DataGridTableStyle.cs: Set table style in the column
15320         * ThemeWin32Classic.cs: Use Theme for colors
15321         * DataGridDrawingLogic.cs: Implement more drawing
15322         * DataGrid.cs: drawing, theming, enhacements, fixes
15323         * DataGridColumnStyle.cs: fixes, drawing
15324         * Theme.cs: theming for Datagrid
15325
15326 2005-05-20  Peter Bartok  <pbartok@novell.com>
15327
15328         * Cursor.cs: Implemented GetObjectData() method
15329
15330 2005-05-20  Peter Bartok  <pbartok@novell.com>
15331
15332         * Cursors.cs: Added setting of cursor name
15333         * Cursor.cs:
15334           - Implemented constructors
15335           - Implemented Draw and DrawStretched
15336           - Implemented Current property
15337           - Implemented == and != operators
15338           - Implemented Dispose()
15339           - Implemented ToString
15340           - Added missing attributes
15341         * XplatUIX11.cs:
15342           - Added missing reset for OverrideCursor when DoEvents is called
15343           - Fixed creation of cursor, logic was wrong
15344         * XplatUIWin32.cs:
15345           - Added missing reset for OverrideCursor when DoEvents is called
15346           - Fixed creation of cursor, bit arrays were swapped
15347         * Clipboard.cs: Removed obsolete MonoTODO attribute
15348
15349 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
15350
15351         * ComboBox.cs: fixes OnSelectedItemChanged
15352         * ControlBindingsCollection.cs: fixes item range check
15353
15354 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
15355
15356         * UpDownBase.cs:
15357                 - Calc preferred height properly
15358                 - Implement missing properties
15359                 
15360         * NumericUpDown.cs: Implement missing events
15361
15362 2005-05-19  Jackson Harper  <jackson@ximian.com>
15363
15364         * TabControl.cs: New method that resizes the tab pages before
15365         redrawing them. This as needed as the control is double buffered
15366         and sizing will not be recalculated unless ResizeTabPages is
15367         called.
15368         * TabPage.cs: Set base.Text instead of Text in the constructor so
15369         that UpdateOwner does not get called. Use the new Redraw method of
15370         TabControl instead of Refresh so the sizing is recalculated.
15371         * ThemeWin32Classic.cs: Draw the text for button tabs.
15372
15373 2005-05-19  Jackson Harper  <jackson@ximian.com>
15374
15375         * Control.cs: Paint control background images. Fix typo where
15376         PaintControlBackground was not getting called correctly.
15377
15378 2005-05-19  Peter Bartok  <pbartok@novell.com>
15379
15380         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
15381           I can investigate, apparently I broke FileDialog
15382
15383 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
15384
15385         * AxHost.cs: Some simple properties.
15386         * Control.cs: window must be accessible after ctor.
15387         * Form.cs: Added TransparencyKey property.
15388         * TextBoxBase.cs: Implemented Clear. Text property can be null.
15389         * XplatUIWin32.cs: SetBorderStyle implemented.
15390
15391 2005-05-18  Peter Bartok  <pbartok@novell.com>
15392
15393         * DataObject.cs: Entries are not global but particular to the
15394           DataObject, now it behaves that way
15395         * XplatUIWin32.cs: Implemented Clipboard methods
15396         * Clipboard.cs: Implemented
15397         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
15398         * XplatUIOSX.cs: Updated to final clipboard prototypes
15399         * XplatUIX11.cs: Implemented Clipboard methods
15400         * XplatUIDriver.cs: Updated to final clipboard prototypes
15401         * XplatUIStructs.cs:
15402           - Added BITMAPINFOHEADER struct
15403           - Added ClipboardFormats enum
15404         * X11Structs.cs:
15405           - Added ClipboardStruct
15406           - Added Atom enum items for clipboard types
15407           - Fixed atom types for Selection event structures
15408         * DataFormats.cs:
15409           - Added internal properties and methods for drivers to enumerate
15410             all known formats
15411           - Switched initialization method to allow drivers to assign their
15412             own IDs even for the MS predefined clipboard IDs
15413         * XplatUI.cs: Updated to final clipboard interface
15414
15415 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15416         * PropertyGridView.cs: Fixed compiler warnings.
15417
15418 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15419         * PropertyGrid.cs: Added some event calls
15420         * PropertyGridView.cs: Change drawing code to use double buffering
15421         * PropertyGridTextBox.cs: Changed Text property name
15422         * GridItem.cs: Added Bounds property.
15423         * GridEntry.cs: Added Bounds property.
15424
15425 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
15426
15427         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
15428         since GetType() may not return the correct type if the object is
15429         a remoting proxy.
15430
15431 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
15432
15433         * TreeNodeCollection.cs: fixes get/set item ranges
15434         
15435 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
15436
15437         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
15438                 
15439 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
15440
15441         * ComboBox.cs: Fix item range comparation
15442         * ListView.cs: Fix item range comparation
15443
15444 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
15445
15446         * FontDialog.cs:
15447           - Clear example panel when OnPaint is called
15448           - Better solution for displaying the example panel text
15449           - Select default indexes in the ListBoxes
15450
15451 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
15452
15453         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
15454
15455 2005-05-11  Peter Bartok  <pbartok@novell.com>
15456
15457         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
15458         * SelectionRangeConverter.cs: Implemented
15459         * PropertyGrid.cs: Fixed attribute value
15460         * Control.cs:
15461           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
15462           - Added Sebastien Pouliot's CAS Stack Propagation fixes
15463         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
15464           that's common to all drivers. First methods to go there are
15465           Sebastien Pouliot's CAS Stack Propagation helper methods
15466         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
15467           Sebastien Pouliot for CAS Stack Propagation
15468
15469 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
15470
15471         * OSXStructs.cs:
15472           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
15473
15474 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
15475
15476         * DataGridTextBoxColumn.cs: fixed some members
15477         * GridColumnStylesCollection.cs: indexed column is case insensitive
15478         * DataGridTableStyle.cs: fixes
15479         * ThemeWin32Classic.cs: add new theme parameter
15480         * Theme.cs: add new theme parameter
15481         * DataGridDrawingLogic.cs: Datagrid's drawing logic
15482         * DataGrid.cs: fixes, new internal properties, etc.
15483         * DataGridColumnStyle.cs: allows to set grid value
15484         *
15485
15486 2005-05-10  Peter Bartok  <pbartok@novell.com>
15487
15488         * AccessibleObject.cs:
15489           - Removed MonoTODO attribute on help, method is correct
15490           - Fixed Bounds property
15491         * AxHost.cs: Moved MonoTODO
15492         * ButtonBase.cs: Now setting AccessibleObject properties
15493         * RadioButton.cs: Setting proper AccessibleObject role
15494         * CheckBox.cs: Setting proper AccessibleObject role
15495         * ControlBindingsCollection.cs: Added properties, methods and attributes
15496         * DataFormats.cs: Fixed awkward internal API, and changed to enable
15497           userdefined DataFormats.Format items as well
15498         * ListControl.cs: Removed data_member from the public eye
15499         * OpenFileDialog.cs:
15500           - Made class sealed
15501           - Added missing attributes
15502         * SaveFileDialog.cs: Added missing attributes
15503         * ImageListStreamer.cs: Fixed code that caused warnings
15504         * LinkLabel.cs: Removed unreachable code
15505         * TreeView.cs: Fixed code that caused warnings
15506         * PropertyGridView.cs: Fixed code that caused warnings
15507         * GridColumnStylesCollection.cs: Added missing attributes
15508         * GridTableStylesCollection: Added missing attribute
15509         * PropertyManager: Added .ctor
15510         * SecurityIDType: Added
15511         * DataObject.cs: Implemented class
15512         * LinkArea.cs: Added missing attribute
15513
15514 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
15515
15516         * RadioButton.cs: call base method to allow to fire OnClick event
15517         * UpDownBase.cs: OnMouseUp call base method
15518         * CheckedListBox.cs: call base method before returning
15519         * TrackBar.cs: call base method before returning
15520         
15521
15522 2005-05-10  Peter Bartok  <pbartok@novell.com>
15523
15524         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
15525           for messages
15526
15527 2005-05-10  Peter Bartok  <pbartok@novell.com>
15528
15529         * DataFormats.cs: Implemented
15530         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
15531           XplatUIX11.cs: Added Clipboard APIs
15532         * XplatUIWin32.cs: Implemented Clipboard APIs
15533         * FolderBrowserDialog.cs: Added missing event, attributes
15534
15535 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
15536
15537         * CheckBox.cs: call base method to allow to fire OnClick event
15538
15539 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
15540
15541         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
15542
15543 2005-05-06  Peter Bartok  <pbartok@novell.com>
15544
15545         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
15546         * Screen.cs: Implemented
15547         * HelpNavigator.cs: Added
15548         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
15549           property
15550         * HelpProvider.cs: Implemented all we can do until we have a CHM
15551           help library (which means that "What's This" does work now)
15552
15553 2005-05-06  Jackson Harper  <jackson@ximian.com>
15554
15555         * XplatUIX11.cs: Fix waking up the main loop.
15556                 
15557 2005-05-05  Peter Bartok  <pbartok@novell.com>
15558
15559         * XplatUI.cs: Updated revision
15560         * Form.cs: Removed enless loop
15561         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
15562         * Label.cs (OnPaint): Added call to base.OnPaint()
15563         * ToolTip.cs: Made ToolTipWindow reusable for other controls
15564         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
15565         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
15566         * AxHost.cs: Added
15567         * ButtonBase.cs: Moved base.OnPaint() call to end of method
15568         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
15569           to ToolTip.ToolTipWindow for drawing and size methods; this allows
15570           reuse of ToolTipWindow by other controls
15571         * SizeGrip.cs: Moved base.OnPaint() call to end of method
15572         * XplatUIX11.cs: Now clipping drawing area (experimental)
15573         * PictureBox.cs: Moved base.OnPaint() call to end of method
15574         * Theme.cs: Fixed ToolTip abstracts to match new format
15575         * ErrorProvider.cs: Implemented
15576
15577 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
15578
15579         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
15580         * LinkLabel.cs:
15581                 - Adds cursors
15582                 - Handles focus
15583                 - Implements LinkBehavior
15584                 - Fixes many issues
15585
15586 2005-05-03  Jackson Harper  <jackson@ximian.com>
15587
15588         * ListView.cs: Calculate the scrollbar positioning on resize and
15589         paint, so they get put in the correct place.
15590
15591 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
15592
15593         * ColorDialogs.cs: The small color panels are now handled by
15594           SmallColorControl. This fixes drawing of the focus rectangle
15595           and adds a 3D border.
15596
15597 2005-05-03  Peter Bartok  <pbartok@novell.com>
15598
15599         * Control.cs: Modified version of Jonathan Chamber's fix for
15600           double-buffering
15601
15602 2005-05-03  Jackson Harper  <jackson@ximian.com>
15603
15604         * ListView.cs: Remove redraw variable. Control now handles whether
15605         or not a redraw needs to be done, and will only raise the paint
15606         event if redrawing is needed.
15607
15608 2005-05-03  Jackson Harper  <jackson@ximian.com>
15609
15610         * Splitter.cs: No decorations for the splitter form. Cache the
15611         hatch brush.
15612
15613 2005-05-03  Jackson Harper  <jackson@ximian.com>
15614
15615         * TreeView.cs: Use dashed lines to connect nodes. Use the
15616         ControlPaint method for drawing the focus rect instead of doing
15617         that in treeview.
15618
15619 2005-05-02  Peter Bartok  <pbartok@novell.com>
15620
15621         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
15622
15623 2005-04-29  Jackson Harper  <jackson@ximian.com>
15624
15625         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
15626         entire image buffer. Just clear the clipping rectangle.
15627
15628 2005-04-29  Jackson Harper  <jackson@ximian.com>
15629
15630         * ThemeWin32Classic.cs: Don't draw list view items that are
15631         outside the clipping rectangle.
15632
15633 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
15634
15635         * ListBox.cs: added horizontal item scroll
15636
15637 2005-04-29  Jackson Harper  <jackson@ximian.com>
15638
15639         * ThemeWin32Classic.cs: Remove some old debug code that was
15640         causing flicker with the new double buffering code.
15641
15642 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
15643
15644         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
15645         behave like combobox and comboboxlist (still not sure if this is
15646         correct though).
15647
15648 2005-04-28  Jackson Harper  <jackson@ximian.com>
15649
15650         * ThemeWin32Classic.cs: Don't fill the middle of progress
15651         bars. This fills areas outside of the clip bounds that don't need
15652         to be filled.
15653
15654 2005-04-28  Jackson Harper  <jackson@ximian.com>
15655
15656         * Control.cs: Don't expose functionality to touch the image buffers.
15657         * ProgressBar.cs:
15658         * ListView.cs: We do not need to (and no longer can) manipulate
15659         the image buffers directly. All of this is handled by Control.
15660
15661 2005-04-28  Peter Bartok  <pbartok@novell.com>
15662
15663         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
15664           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
15665           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
15666
15667 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
15668
15669         * Combobox:
15670                 - Adjust control's height for non-simple comboboxes (bug fix)
15671                 - Remove dead code
15672         * MenuAPI.cs: remove unused var
15673         * ScrollBar.cs: remove unsed var
15674                  
15675         * ListBox.cs: unselect items when clearing
15676
15677 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
15678
15679         * ListControl.cs: honors OnPositionChanged and default Selected Item
15680         * ListBox.cs: unselect items when clearing
15681
15682 2005-04-27  Jackson Harper  <jackson@ximian.com>
15683
15684         * X11Keyboard.cs: Initialize a default keyboard and give a warning
15685         if a "correct" keyboard is not found. This will make us not crash,
15686         but might give some users bad keyboard layouts...seems to be the
15687         same thing rewind does.
15688
15689 2005-04-27  Jackson Harper  <jackson@ximian.com>
15690
15691         * BindingManagerBase.cs: Attach the current/position changed
15692         handlers to their respective events.
15693
15694 2005-04-27  Jackson Harper  <jackson@ximian.com>
15695
15696         * Control.cs: Make sure that the first WM_PAINT does a full draw,
15697         not just a blit.
15698         * ThemeWin32Classic.cs: Don't fill the background for picture
15699         boxes. This could overright user drawing.
15700         * ComboBox.cs: Just fill the clipping rect not the entire client
15701         rect when drawing the background. This prevents pieces of the
15702         image buffer from getting overwritten and is theoretically faster.
15703
15704 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
15705
15706         * ComboBox.cs: Databinding support fixes, fire missing events
15707         * ListControl.cs: implement missing methods and properties, fixes
15708         * ThemeWin32Classic.cs: Databiding support on Drawing
15709         * CheckedListBox.cs: Databinding support fixes, fire missing events
15710         * ListBox.cs: Databinding support fixes, fire missing events
15711         
15712 2005-04-25  Peter Bartok  <pbartok@novell.com>
15713
15714         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
15715
15716 2005-04-25  Jackson Harper  <jackson@ximian.com>
15717
15718         * TreeView.cs: Use the horizontal scrollbars height not width when
15719         determining how much of the client area is available.
15720
15721 2005-04-25  Jackson Harper  <jackson@ximian.com>
15722
15723         * Control.cs: Double buffering is handled differently now. As per
15724         the spec, the extra buffer is created in the WM_PAINT message and
15725         passed down to the control's drawing code.
15726         * GroupBox.cs:
15727         * Label.cs:
15728         * CheckBox.cs:
15729         * ProgressBar.cs:
15730         * RadioButton.cs:
15731         * ColorDialog.cs:
15732         * ComboBox.cs:
15733         * PropertyGridView.cs:
15734         * UpDownBase.cs:
15735         * MessageBox.cs:
15736         * MenuAPI.cs:
15737         * ListView.cs:
15738         * ButtonBase.cs:
15739         * SizeGrip.cs:
15740         * ScrollBar.cs:
15741         * ListBox.cs:
15742         * TrackBar.cs:
15743         * ToolBar.cs:
15744         * PictureBox.cs:
15745         * DateTimePicker.cs:
15746         * StatusBar.cs:
15747         * TreeView.cs: Update to new double buffering system.
15748         * MonthCalendar.cs: Uncomment block, as Capture is now
15749         working. Update to new double buffering
15750         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
15751         * PaintEventArgs.cs: New internal method allows us to set the
15752         graphics object. This is used for double buffering.
15753         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
15754         rectangle. The internal paint_area var has been removed from
15755         StatusBar. The clipping rect should be used instead.
15756         * Theme.cs: Give the PictureBox drawing method a clipping rect.
15757         * TabPage.cs: The RefreshTabs method was removed, so just call the
15758         tab controls Refresh method now.
15759         * TabControl.cs: Update to new double buffering. Make sure the
15760         handle is created before sizing the tab pages, otherwise we will
15761         get stuck in a loop.
15762
15763 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
15764
15765         * LinkLabel.cs: Fix typo, bug #74719; patch
15766           from Borja Sanchez Zamorano
15767
15768 2005-04-22  Jackson Harper  <jackson@ximian.com>
15769
15770         * TreeNode.cs: Implement Handle stuff.
15771         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
15772
15773 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
15774
15775         * DataGridTextBoxColumn.cs: call base constructors, fixes
15776         * GridColumnStylesCollection.cs: missing events, methods, and functionality
15777         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
15778         * DataGridTableStyle.cs: implements create default column styles
15779         * DataGridBoolColumn.cs: which types can handle
15780         * DataGrid.cs: missing methods, fixes, new functionality
15781         * DataGridColumnStyle.cs: fixes
15782
15783 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
15784         * FolderBrowserDialog.cs:
15785         - Use a thread to fill the TreeView
15786         - Adjusted some sizes
15787
15788 2005-04-19  Peter Bartok  <pbartok@novell.com>
15789
15790         * LinkLabel.cs: (Re-)create the pieces when setting the Text
15791           property. Fixes #74360.
15792
15793 2005-04-19  Jackson Harper  <jackson@ximian.com>
15794
15795         * XEventQueue.cs: Lock when getting the lockqueue size.
15796         * PictureBox.cs: Call base OnPaint
15797         
15798 2005-04-19  Peter Bartok  <pbartok@novell.com>
15799
15800         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15801           messages were no longer being processed (this broke BeginInvoke)
15802
15803           
15804 2005-04-18  Jackson Harper  <jackson@ximian.com>
15805
15806         * TreeView.cs: buglet that caused node images to get drawn
15807         regardless of whether or not they were in the clipping rectangle.
15808
15809 2005-04-18  Jackson Harper  <jackson@ximian.com>
15810
15811         * CurrencyManager.cs: There are four rules for GetItemProperties:
15812         - If the type is an array use the element type of the array
15813         - If the type is a typed list, use the type
15814         - If the list contains an Item property that is not an object, use
15815         that property
15816         - use the first element of the list if there are any elements in
15817         the list.
15818         
15819 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15820
15821         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15822         click. This handles offsets for scrolling properly and reduces
15823         memory. Also fixed GetNode to not offset now that TopNode works
15824         properly.
15825         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15826         
15827 2005-04-17  Jackson Harper  <jackson@ximian.com>
15828
15829         * CursorConverter.cs: Initial implementation.
15830
15831 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15832
15833         * ListControl.cs: work towards complex data binding support on ListControl
15834         * CurrencyManager.cs: work towards complex data binding support on ListControl
15835         * ListBox.cs: work towards complex data binding support on ListControl
15836
15837
15838 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15839
15840         * GridTableStylesCollection.cs: fixes name and constructor
15841         * DataGridTableStyle.cs: fixes
15842         * DataGridBoolColumn.cs: fixes names and constructors
15843         * DataGrid.cs: define methods and properties. Some init implementations
15844         * DataGridCell.cs: define methods and properties. Some init implementations
15845         * GridTablesFactory.cs: Define methods and properties
15846
15847 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15848
15849         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15850         graphics port changes.  We still want the coordinates in global screen
15851         coordinates.
15852
15853 2005-04-14  Jackson Harper  <jackson@ximian.com>
15854
15855         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15856         check plus minus or checkbox clicks unless those features are enabled.
15857
15858 2005-04-14  Jackson Harper  <jackson@ximian.com>
15859
15860         * TreeView.cs: Add methods for setting the top and bottom visible
15861         nodes. TreeNode::EnsureVisible uses these methods.
15862         * TreeNode.cs: Implement EnsureVisible
15863
15864 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15865
15866         * Form.cs: Pospone menu assignation if the window has not been created yet
15867         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15868         size and position
15869
15870 2005-04-12  Jackson Harper  <jackson@ximian.com>
15871
15872         * TreeView.cs: Set the TopNode properly when scrolling
15873         occurs. This has the added benifit of reducing the amount of
15874         walking that needs to be done when drawing. Also removed an old
15875         misleading TODO.
15876         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15877         
15878 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15879
15880         * Timer.cs: fixes interval setting when the timer is already enabled
15881         
15882 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15883
15884         * FolderBrowserDialog.cs: First approach
15885
15886 2005-04-09  Peter Bartok  <pbartok@novell.com>
15887
15888         * FolderBrowserDialog: Added
15889
15890 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15891
15892         * LinkLabel.cs: move drawing code into the theme
15893         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15894         * Theme.cs: define DrawLinkLabel method
15895
15896 2005-04-05  Jackson Harper  <jackson@ximian.com>
15897
15898         * BindingContext.cs: Use weak references so these bad actors don't
15899         stay alive longer then they need to.
15900
15901 2005-04-05  Jackson Harper  <jackson@ximian.com>
15902
15903         * ListControl.cs: Basic implementation of complex databinding.
15904         * ComboBox.cs:
15905         * ListBox.cs: Add calls to ListControl databinding methods.
15906
15907 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15908
15909         * FileDialog.cs:
15910           - Don't change PopupButtonState to Normal when the
15911             PopupButton gets pressed several times.
15912           - Renamed ButtonPanel to PopupButtonPanel
15913
15914 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15915
15916         * ColorDialog.cs: Use cached objects instead of creating them
15917         * LinkLabel.cs: Use cached objects instead of creating them
15918         * Splitter.cs: Use cached objects instead of creating them
15919         * FontDialog.cs: Use cached objects instead of creating them
15920         * PropertyGridView.cs: Use cached objects instead of creating them
15921         * MessageBox.cs: Use cached objects instead of creating them
15922         * FileDialog.cs: Use cached objects instead of creating them
15923         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15924         * TreeView.cs: Use cached objects instead of creating them
15925         
15926 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15927
15928         * Control.cs: use Equals to compare the font since no == op
15929         * ScrollBar.cs: use Equals to compare the font since no == op
15930
15931 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15932
15933         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15934
15935 2005-04-01  Jackson Harper  <jackson@ximian.com>
15936
15937         * Binding.cs: Implement IsBinding.
15938         * BindingManagerBase.cs:
15939         * PropertyManager.cs:
15940         * CurrencyManager.cs: Add IsSuspended property.
15941
15942 2005-04-01  Jackson Harper  <jackson@ximian.com>
15943
15944         * Binding.cs: Had some IsAssignableFrom calls backwards.
15945
15946 2005-04-01  Jackson Harper  <jackson@ximian.com>
15947
15948         * Binding.cs: Handle null data members when pulling data.
15949         * PropertyManager.cs: Handle the data member being a property that
15950         does not exist.
15951
15952 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15953
15954         * DataGridTextBoxColumn.cs: fixes signature
15955         * DataGrid.cs: calls right constructor
15956
15957 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15958
15959         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15960         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15961         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15962         * DataGridTableStyle.cs: implements DataGridTableStyle
15963         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15964         * DataGridTextBox.cs: implements DataGridTextBox
15965         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15966
15967 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15968
15969         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15970
15971 2005-03-29  Peter Bartok  <pbartok@novell.com>
15972
15973         * Application.cs:
15974           - Properly implemented CompanyName property
15975           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
15976             returns a path that includes CompanyName, ProductName and
15977             Version (fixes bug #70330)
15978
15979 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
15980
15981         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
15982           fixes bug #72588.
15983
15984 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15985
15986         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
15987         
15988           - Added ReadOnly CheckBox
15989           - Further refactoring: moved some code from Open-/SaveFileDialog
15990             to FileDialog
15991
15992 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15993
15994         * OpenFileDialog.cs: Fixed CheckFileExists
15995         * FileDialog.cs:
15996           Moved FileView and DirComboBox outside FileDialog class.
15997           They can now be used outside FileDialog
15998
15999 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
16000
16001         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
16002         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
16003
16004 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
16005
16006         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
16007           - Added missing CreatePrompt property in SaveDialog
16008           - Overall SaveDialog handling should be better now
16009           - Added non standard ShowHiddenFiles property
16010           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
16011           - Added InitialDirectory and RestoreDirectory support
16012
16013 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
16014
16015         * FileDialog.cs: Made dirComboBox usable
16016
16017 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
16018
16019         * FileDialog.cs: Added Filter support (case sensitiv)
16020
16021 2005-03-24  Jackson Harper  <jackson@ximian.com>
16022
16023         * TabControl.cs: Need a couple more pixels for the lines.
16024
16025 2005-03-23  Jackson Harper  <jackson@ximian.com>
16026
16027         * TabControl.cs: Give the tab page focus when it is selected.
16028
16029 2005-03-23  Jackson Harper  <jackson@ximian.com>
16030
16031         * TabControl.cs: Account for the drawing of tabs borders when
16032         invalidating. If the slider was clicked dont do click detection on
16033         the tabs.
16034
16035 2005-03-23  Jackson Harper  <jackson@ximian.com>
16036
16037         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
16038
16039 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
16040
16041         * CategoryGridEntry.cs: Added
16042         * GridItem.cs: Added helper properties
16043         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
16044         * GridEntry.cs: Updated code for collection
16045         * PropertyGrid.cs: Cleaned up some formatting
16046         * PropertyGridView.cs: Added drop down functionality for enums.
16047         * GridItemCollection.cs: Added enumerator logic
16048         * PropertyGridEntry.cs: Added
16049
16050 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
16051
16052         * FileDialog.cs:
16053           - Removed unnecessary commented code
16054           - Fixed handling for entering the filename manually in the combobox
16055
16056 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
16057
16058         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
16059
16060 2005-03-18  Peter Bartok  <pbartok@novell.com>
16061
16062         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
16063           them being touching the border
16064
16065 2005-03-18  Peter Bartok  <pbartok@novell.com>
16066
16067         * TextControl.cs: Quick hack to center text better
16068
16069 2005-03-18  Peter Bartok  <pbartok@novell.com>
16070
16071         * ControlPaint.cs:
16072           - Don't throw NotImplemented exceptions, just print a notice once
16073             instead (requested by Miguel). This makes running existing SWF
16074             apps a bit easier
16075         * Control.cs:
16076           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
16077           - Added context menu trigger on right click
16078         * Panel.cs: Trigger invalidate on resize
16079         * StatusBar.cs:
16080           - Removed old double-buffer drawing
16081           - Added ResizeRedraw style to force proper update of statusbar
16082         * ListView.cs:
16083           - Removed debug output
16084         * ThemeWin32Classic.cs:
16085           - Fixed drawing of status bar, now draws Text property if there
16086             are no defined panels
16087
16088 2005-03-18  Jackson Harper  <jackson@ximian.com>
16089
16090         * ImageList.cs: When the image stream is set pull all the images
16091         from it.
16092         * ImageListStreamer.cs: Implement reading image list streams.
16093
16094 2005-03-18  Peter Bartok  <pbartok@novell.com>
16095
16096         * ThemeWin32Classic.cs (DrawPictureBox):
16097           - Fixed calculations for centered drawing
16098           - Fixed drawing for normal mode, not scaling the image on normal
16099
16100 2005-03-18  Peter Bartok  <pbartok@novell.com>
16101
16102         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
16103           textbox
16104         * FileDialog.cs:
16105           - Made Open/Save button the accept button for FileDialog
16106           - Tied the cancel button to the IButtonControl cancel button
16107           - Save/Open now properly builds the pathname
16108           - Now handles user-entered text
16109           - Preventing crash on right-click if no item is selected
16110           - Fixed Text property, now uses contents of textbox
16111           - Fixed SelectedText property, now just returns the text part that
16112             is selected in the text box
16113
16114 2005-03-18  Jackson Harper  <jackson@ximian.com>
16115
16116         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
16117         rect, make sure to de-adjust the interior rect after drawing the
16118         tab text.
16119
16120 2005-03-18  Peter Bartok  <pbartok@novell.com>
16121
16122         * MenuAPI.cs: Remove menu *before* executing selected action to
16123           prevent the menu from 'hanging around'
16124           
16125 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
16126
16127         * XplatUIOSX.cs: Implemented WorkingArea property
16128
16129 2005-03-17  Peter Bartok  <pbartok@novell.com>
16130
16131         * XplatUIX11.cs: Fixed menu coord calculations
16132         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
16133           for calculating offsets
16134
16135 2005-03-17  Peter Bartok  <pbartok@novell.com>
16136
16137         * Hwnd.cs: Do not consider menu presence for default client
16138           rectangle location/size
16139         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
16140           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
16141           translation functions
16142         * FileDialog.cs: Fixed (what I presume is a) typo
16143
16144 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
16145
16146         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
16147           X access (avoids X-Async errors)
16148
16149 2005-03-16  Jackson Harper  <jackson@ximian.com>
16150
16151         * TabControl.cs: Raise the SelectedIndexChanged event.
16152
16153 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
16154
16155         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
16156           - Removed vertical ToolBar and replaced it with a custom panel
16157             (desktop and home button already work)
16158           - Added Help button (some controls get resized or relocated then)
16159           - Draw correct text depending on Open or Save.
16160           - Fixed some typos...
16161
16162 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
16163
16164         * ScrollBar.cs:
16165           - Only change Maximum and Minimum when need it (bug fix)
16166
16167 2005-03-15  Peter Bartok  <pbartok@novell.com>
16168
16169         * Form.cs: Use Handle for icon, to trigger creation if
16170           the window does not yet exist
16171         * Control.cs:
16172           - CanSelect: Slight performance improvement
16173           - Focus(): Preventing possible recursion
16174           - Invalidate(): Removed ControlStyle based clear flag setting
16175           - WM_PAINT: fixed logic for calling OnPaintBackground
16176           - WM_ERASEBKGND: Fixed logic, added call to new driver method
16177             EraseWindowBackground if the control doesn't paint background
16178         * XplatUIWin32.cs:
16179           - Moved EraseWindowBackground() method to internal methods
16180           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
16181             is sent via SendMessage on BeginPaint call on Win32
16182         * XplatUIX11.cs:
16183           - Added EraseWindowBackground() method
16184           - No longer sends WM_ERASEBKGND on .Expose, but on call to
16185             PaintEventStart, which more closely matches Win32 behaviour
16186           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
16187           - Fixed SetFocus() to properly deal with client and whole windows
16188         * Hwnd.cs: Added ErasePending property
16189         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
16190         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
16191
16192 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
16193
16194         * XplatUIOSX.cs:
16195           - Fix hard loop when timers exist.
16196           - Fix bugs with middle and right click for 3 button mice.
16197
16198 2005-03-11  Peter Bartok  <pbartok@novell.com>
16199
16200         * XplatUIX11.cs:
16201           - get_WorkingArea: Need to call X directly, GetWindowPos only
16202             returns cached data now
16203           - Added sanity check to GetWindowPos hwnd usage
16204
16205 2005-03-11  Jackson Harper  <jackson@ximian.com>
16206
16207         * BindingManagerBase.cs: This method isn't used anymore as
16208         PullData now updates the data in the control.
16209
16210 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
16211
16212         * Form.cs: fixes menu drawing on X11
16213         * MenuAPI.cs:  fixes menu drawing on X11
16214
16215 2005-03-11  Peter Bartok  <pbartok@novell.com>
16216
16217         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
16218           from Jonathan Gilbert; should fix bug #73606
16219         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
16220           in Screen coordinates. Thanks, Jordi.
16221         * Form.cs: Added missing attribute
16222
16223 2005-03-11  Peter Bartok  <pbartok@novell.com>
16224
16225         * Form.cs:
16226           - Rudimentary Mdi support
16227           - Removed outdated FormParent code
16228           - Implemented lots of missing properties and methods, still missing
16229             transparency support
16230           - Added missing attributes
16231           - Implemented support for MaximumBounds
16232           - Added firing of various events
16233         * XplatUI.cs: Added SetIcon() method
16234         * XplatUIDriver.cs: Added SetIcon() abstract
16235         * XplatUIOSX.cs: Stubbed out SetIcon() method
16236         * XplatUIX11.cs:
16237           - Implemented SetIcon() support
16238           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
16239           - Switched to unix line endings
16240         * XplatUIWin32.cs:
16241           - Made POINT internal so for can access it as part of MINMAX
16242           - Implemented SetIcon() support
16243           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
16244             native Mdi support again, might have to go managed)
16245         * Control.cs: Now fires the StyleChanged event
16246         * MdiClient.cs: Added; still mostly empty
16247
16248 2005-03-10  Peter Bartok  <pbartok@novell.com>
16249
16250         * SaveFileDialog.cs: Added emtpy file
16251
16252 2005-03-08  Peter Bartok  <pbartok@novell.com>
16253
16254         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
16255           in turn triggers OnCreateContro) when creating a handle for the
16256           first time.
16257         * TextControl.cs: Fixed endless loop in certain cases when
16258           replacing the current selection
16259
16260 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
16261
16262         * ScrollBar.cs:
16263           - Honors NewValue changes in Scroll events allowing apps to change it
16264           - Adds First and Last Scroll events
16265           - Fixes Thumb events
16266
16267 2005-03-07  Peter Bartok  <pbartok@novell.com>
16268
16269         * Hwnd.cs: Added DefaultClientRectangle property
16270         * XplatUI.cs: Now using the X11 driver Where() method, which provides
16271           more detailed debug information
16272         * XplatUIX11.cs:
16273           - Fixed size-change feedback loop, where we would pull an old size
16274             off the queue and mistakenly change our window's size to an
16275             earlier value
16276           - Now compressing ConfigureNotify events, to reduce looping and
16277             redraw issues
16278         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
16279           is called
16280
16281 2005-03-07  Jackson Harper  <jackson@ximian.com>
16282
16283         * Binding.cs: Push data pushes from data -> property. Check if the
16284         property is readonly when attempting to set it.
16285
16286 2005-03-07  Jackson Harper  <jackson@ximian.com>
16287
16288         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
16289         instead of IsSubclassOf. Pulling data now sets the value on the
16290         control.
16291         * PropertyManager.cs:
16292         * CurrencyManager.cs: Just need to pull data when updating now,
16293         because PullData will set the value on the control.
16294
16295 2005-03-04  Jackson Harper  <jackson@ximian.com>
16296
16297         * Binding.cs: Implement data type parsing and converting on pulled
16298         data. TODO: Are there more ways the data can be converted?
16299
16300 2005-03-04  Jackson Harper  <jackson@ximian.com>
16301
16302         * Binding.cs: Support <Property>IsNull checks. Also bind to the
16303         controls Validating method so we can repull the data when the
16304         control loses focus.
16305
16306 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
16307
16308         * ColumnHeader.cs:
16309           - Fixes null string format
16310           
16311         * ListView.cs:
16312           - Adds enum type checks
16313           - Fixes redrawing and recalc need after changing some properties
16314           - Fixes on focus_item set after the event
16315           - Fixes adding columns after the control has been created
16316           
16317         * ThemeWin32Classic.cs:
16318           - Fixes CheckBox focus rectangle
16319           - Fixes ColumnHeader drawing
16320
16321
16322 2005-03-03  Jackson Harper  <jackson@ximian.com>
16323
16324         * Binding.cs: Bind to <Property>Changed events so we can detect
16325         when properties are changed and update the data.
16326
16327 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
16328
16329         * ImageList.cs:
16330           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
16331           - Fixes ImageList constructor with ImageList container
16332           - Fixes image scaling (wrong parameters at DrawImage)
16333
16334 2005-02-02  Jackson Harper  <jackson@ximian.com>
16335
16336         * Binding.cs: Make property searches case-insensitive. Eliminate
16337         some duplicated code.
16338
16339 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
16340
16341         * ComboBox.cs:
16342                 - Handle focus event
16343                 - Fix scrollbar events
16344                 - Discard highlighted item if remove it
16345                 - Fixes SelectedItem with strings
16346
16347 2005-03-01  Peter Bartok  <pbartok@novell.com>
16348
16349         * Control.cs:
16350           - Fixed Visible property, now follows (once again) parent chain
16351             to return false if any control in the chain is visible=false
16352           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
16353           - Fixed several places where is_visible instead of Visible was used
16354           - Implemented FIXME related to focus selection when setting focused
16355             control to be invisible
16356
16357         * XplatUIWin32.cs: Now using proper method to find out if window is
16358           visible. Thanks to Jordi for pointing it out
16359
16360 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
16361
16362         * ComboBox.cs: show/hide scrollbar instead of creating it
16363
16364 2005-02-27  Jackson Harper  <jackson@ximian.com>
16365
16366         * CurrencyManager.cs: Add PositionChanged stuff.
16367
16368 2005-02-27  Peter Bartok  <pbartok@novell.com>
16369
16370         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
16371         * XplatUIOSX.cs: Added GetMenuOrigin() stub
16372         * XplatUIWin32.cs: Implemented GetMenuOrigin()
16373         * XplatUIX11.cs:
16374           - Implemented GetMenuDC()
16375           - Implemented GetMenuOrigin()
16376           - Implemented ReleaseMenuDC()
16377           - Implemented generation of WM_NCPAINT message
16378           - Implemented generation and handling of WM_NCCALCSIZE message
16379         * Form.cs: Added debug helper message for Jordi's menu work
16380         * Hwnd.cs:
16381           - Modified ClientRect property; added setter, fixed getter to handle
16382             setting of ClientRect
16383           - Added MenuOrigin property
16384
16385 2005-02-26  Peter Bartok  <pbartok@novell.com>
16386
16387         * XplatUIX11.cs:
16388           - Destroys the caret if a window that's being destroyed contains it
16389           - Ignores expose events coming from the X11 queue for windows that
16390             already are destroyed
16391           - Now uses the proper variable for handling DestroyNotify, before we
16392             marked the wrong window as destroyed
16393           - Improved/added some debug output
16394
16395 2005-02-26  Peter Bartok  <pbartok@novell.com>
16396
16397         * X11Keyboard.cs: Fixes to work on 64bit systems
16398
16399 2005-02-26  Peter Bartok  <pbartok@novell.com>
16400
16401         * Control.cs:
16402           - Now calling OnHandleDestroyed from DestroyHandle()
16403             instead of Dispose()
16404           - Removed bogus call to controls.Remove() from DestroyHandle()
16405
16406 2005-02-26  Peter Bartok  <pbartok@novell.com>
16407
16408         * Control.cs: Properly destroy child windows when our handle is
16409           destroyed
16410
16411 2005-02-25  Peter Bartok  <pbartok@novell.com>
16412
16413         * XplatUI.cs:
16414           - Added 'DriverDebug' define to allow tracing XplatUI API calls
16415           - Alphabetized Static Methods and Subclasses
16416
16417         * XplatUIX11.cs:
16418           - Added XException class to allow custom handling of X11 exceptions
16419           - Created custom X11 error handler, tied into XException class
16420           - Added support for MONO_XEXCEPTIONS env var to allow the user
16421             to either throw an exception on X errors or continue running
16422             after displaying the error
16423           - Added handling of DestroyNotify message
16424           - Added handler for CreateNotify message (still disabled)
16425           - Improved (tried to at least) Where method to provide file and lineno
16426         * X11Structs.cs:
16427           - Added XErrorHandler delegate
16428           - Added XRequest enumeration (to suppor translation of errors)
16429
16430 2005-02-25  Jackson Harper  <jackson@ximian.com>
16431
16432         * PropertyManager.cs: Implement editing features
16433         * CurrencyManager.cs:
16434         * Binding.cs: First attempt at UpdateIsBinding
16435         * BindingManagerBase.cs: Call UpdateIsBinding before
16436         pushing/pulling data.
16437
16438 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
16439
16440         * MenuAPI.cs: Respect disabled items
16441         * ThemeWin32Classic.cs
16442                 - Caches ImageAttributes creation for DrawImageDisabled
16443                 - Fixes vertical menu line drawing
16444                 - Draws disabled arrows in disable menu items
16445
16446 2005-02-24  Peter Bartok  <pbartok@novell.com>
16447
16448         * Hwnd.cs:
16449           - Added UserData property to allow associating arbitrary objects
16450             with the handle
16451           - Fixed leak; now removing Hwnd references from static windows array
16452         * XplatUIWin32.cs:
16453           - Fixed Graphics leak in PaintEventEnd
16454           - Removed usage of HandleData, switched over to Hwnd class
16455         * HandleData.cs: Removed, obsoleted by Hwnd.cs
16456
16457 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
16458
16459         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
16460         * ScrollBar.cs: Fixes bug
16461         * TrackBar.cs: removes death code, clipping, mimize refreshes,
16462          keyboard navigation enhancements
16463
16464 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
16465
16466         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
16467         * GroupBox.cs: Add control styles
16468         * Label.cs: Add control styles
16469         * UpDownBase.cs: Add control styles
16470         * ListBox.cs: Add control styles
16471         * XplatUIWin32.cs: Fixes wrong parameter order
16472
16473
16474 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
16475
16476         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
16477
16478 2005-02-23  Jackson Harper  <jackson@ximian.com>
16479
16480         * PropertyManager.cs: Implement property binding. This doesn't
16481         seem to work yet though as (I think) there are some bugs in
16482         System.ComponentModel.PropertyDescriptor.
16483         * BindingContext.cs: Use new PropertyManager constructor.
16484
16485 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
16486
16487         * ProgressBar.cs: use clip region in ProgressBar
16488         * ThemeWin32Classic.cs: use clip region in ProgressBar
16489
16490 2004-02-22  Jackson Harper  <jackson@ximian.com>
16491
16492         * BindingsCollection.cs: Remove some debug code.
16493
16494 2005-02-22  Jackson Harper  <jackson@ximian.com>
16495
16496         * BindingContext.cs:
16497         * ControlBindingsCollection.cs:
16498         * CurrencyManager.cs:
16499         * Binding.cs:
16500         * BindingManagerBase.cs: Initial implementation
16501         * BindingsCollection.cs: Add an internal contains method that the
16502         BindingManagerBase uses to ensure bindings aren't added twice to
16503         the collection.
16504         * PropertyManager.cs: Stubbed out.
16505         * Control.cs:
16506         * ContainerControl.cs: Hook up databinding
16507         
16508 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
16509
16510         * XplatUIOSX.cs:
16511           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
16512           Fixed Invalidate/Update chain.
16513           Fixed tons of other minor bugs (this is almost a complete rewrite).
16514
16515 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
16516
16517         * ComboBox.cs: do subcontrol creation when the control is created
16518
16519 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16520
16521         * Label.cs: fixes image drawing (image and imagelist)
16522         * ThemeWin32Classic.cs: cache brushes
16523         
16524 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16525
16526         * Form.cs: Move menu drawing code to Theme class
16527         * ComboBox.cs: Move ComboBox drawing code to Theme class
16528         * MenuItem.cs: Move menu drawing code to Theme class
16529         * MenuAPI.cs: Move menu drawing code to Theme class
16530         * ThemeWin32Classic.cs: New methods
16531         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
16532         * ListBox.cs: Move Listbox drawing code to Theme class
16533         * Theme.cs: New methods
16534
16535 2005-02-20  Peter Bartok  <pbartok@novell.com>
16536
16537         * Control.cs:
16538           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
16539             only process mnemonics on those)
16540           - Fixed event sequence for key handling; first calling
16541             ProcessKeyEventArgs now
16542         * TextBoxBase.cs:
16543           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
16544             for processing non-character keys
16545           - Fixed WM_CHAR to generate proper event sequence before processing
16546         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
16547           generation
16548
16549 2005-02-19  Peter Bartok  <pbartok@novell.com>
16550
16551         * UserControl.cs: Added TextChanged event; added attributes
16552         * SizeGrip.cs: Implemented resizing and optional display of grip
16553         * Form.cs: Fixed attribute
16554         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
16555           Changed meaning of ScrollWindow bool argument; instead of the
16556           clear attribute (which will be true usually anyway), it gives the
16557           option of moving child controls as well.
16558         * XplatUIX11.cs:
16559           - Changed to match new ScrollWindow argument
16560           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
16561             now handles the implicit parent window a WM puts around us
16562         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
16563           to work)
16564         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
16565         * TreeView.cs: Adjusted to new ScrollWindow arguments
16566
16567 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16568
16569         * Form.cs: Menu integration with non-client area
16570         * MenuItem.cs: Menu integration with non-client area
16571         * MenuAPI.cs: Menu integration with non-client area
16572
16573 2005-02-18  Peter Bartok  <pbartok@novell.com>
16574
16575         * MethodInvoker.cs: Added
16576         * MdiLayout.cs: Added
16577         * SendKeys.cs: Started implementation
16578         * ErrorIconAlignment.cs: Added
16579
16580 2005-02-18  Peter Bartok  <pbartok@novell.com>
16581
16582         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
16583         * Form.cs: Added handling for Menu-related Non-client messages
16584
16585 2005-02-17  Peter Bartok  <pbartok@novell.com>
16586
16587         * UpDownBase.cs: Fixed typo, compilation errors
16588         * DomainUpDown.cs: Fixed attribute value
16589
16590 2005-02-16  Miguel de Icaza  <miguel@novell.com>
16591
16592         * UpDownBase.cs: Attach entry events.
16593         Propagate events.
16594         Add ForeColor property, Focused, InterceptArrowKeys (interception
16595         does not work yet).
16596
16597 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
16598
16599         * Form.cs:
16600                 - Redraw non client are on Setmenu
16601                 - Calc proper menu starting point
16602
16603 2005-02-17  Peter Bartok  <pbartok@novell.com>
16604
16605         * Application.cs: Fixed message_filter check
16606
16607 2005-02-17  Peter Bartok  <pbartok@novell.com>
16608
16609         * Application.cs: Now calls registered message filters
16610         * DockStyle.cs: Fixed attribute
16611         * Form.cs: Fixed attribute
16612         * Menu.cs: Fixed attribute
16613         * ToolTip.cs: Fixed attribute
16614         * TreeNode.cs: Added missing attributes and arranged in regions
16615         * PropertyGrid.cs: Fixed signatures
16616         * TreeNodeCollection.cs: Added attributes
16617         * Splitter.cs: Added missing attributes; arranged into regions
16618         * TabPage.cs: Added missing attributes; arranged into regions
16619         * TextBoxBase.cs: Added missing attributes
16620         * TextBox.cs: Added missing attributes
16621         * ArrangeDirection.cs: Added missing attributes
16622         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
16623         * ToolBarButton.cs: Fixed attributes
16624         * AnchorStyles.cs: Fixed attribute
16625         * TrackBar.cs: Fixed attributes
16626         * TabControl.cs: Added missing attributes and arranged into regions
16627         * ToolBar.cs: Fixed attribute
16628         * StatusBar.cs: Fixed signature, organized into regions and added
16629           attributes
16630         * StatusBarPanel.cs: Fixed attributes
16631         * ContentsResizedEventArgs.cs: Implemented
16632         * ContentsResizedEventHandler.cs: Implemented
16633         * DateBoldEventArgs.cs: Implemented
16634         * DateBoldEventHandler.cs: Implemented
16635         * UpDownEventArgs.cs: Implemented
16636         * UpDownEventHandler.cs: Implemented
16637         
16638 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
16639
16640         * Form.cs: first Menu NC refactoring
16641         * MenuAPI.cs: first Menu NC refactoring
16642         
16643 2005-02-16  Peter Bartok  <pbartok@novell.com>
16644
16645         * ImeMode.cs: Added missing attributes
16646         * Menu.cs: Fixed attribute
16647         * GroupBox.cs: Fixed attribute
16648         * Label.cs: Fixed attribute
16649         * ColorDialog.cs (RunDialog): Removed TODO attribute
16650         * ComboBox.cs: Fixed attributes
16651         * ListControl.cs: Added missing attributes
16652         * PropertyGrid.cs: Fixed attributes
16653         * Control.cs: Fixed attributes
16654         * ListViewItem.cs: Added TypeConverter attribute
16655         * NotifyIcon.cs: Fixed attributes
16656         * ListView.cs: Fixed attributes
16657         * ButtonBase.cs: Fixed attribute
16658         * ImageList.cs: Added missing attributes
16659         * ContainerControl.cs: Fixed signature
16660         * CheckedListBox.cs: Fixed attribute; added missing attributes
16661         * Panel.cs: Fixed attributes
16662         * PropertyTabChangedEventArgs.cs: Added missing attribute
16663         * PropertyValueChangedEventArgs.cs: Added missing attribute
16664         * Binding.cs: Fixed attribute
16665         * ListViewItemConverter: Implemented ListViewSubItemConverter class
16666         * ListBox.cs: Fixed attribute; added missing attributes;
16667         * ScrollableControl.cs: Added missing attributes
16668         * PictureBox.cs: Added missing attributes; implemented missing property
16669         * DateTimePicker.cs: Added missing attributes
16670         * Theme.cs (ToolWindowCaptionHeight): Fixed type
16671         * MonthCalendar.cs: Fixed attributes
16672         * StatusBarPanel.cs: Added missing attributes
16673         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
16674
16675 2005-02-16  Peter Bartok  <pbartok@novell.com>
16676
16677         * TextBoxBase.cs: The previous method to enforce height yet remember
16678           the requested high was less than ideal, this is an attempt to do
16679           it better.
16680         * Control.cs: Added comment about possible problem
16681         * Copyright: Updated format
16682         * GridItemType.cs: Fixed swapped values
16683
16684 2005-02-15  Jackson Harper  <jackson@ximian.com>
16685
16686         * BaseCollection.cs: Use property so we never access an
16687         uninitialized list. Also initialize the list in the property.
16688
16689 2005-02-15  Peter Bartok  <pbartok@novell.com>
16690
16691         * GroupBox.cs (ProcessMnemonic): Implemented
16692         * Label.cs (ProcessMnemonic): Implemented
16693         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
16694           hotkeys
16695
16696 2005-02-15  Peter Bartok  <pbartok@novell.com>
16697
16698         * RadioButton.cs (ProcessMnemonic): Implemented
16699         * CheckBox.cs (ProcessMnemonic): Implemented
16700         * Control.cs:
16701           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
16702             handling
16703           - Added internal method to allow calling ProcessMnemonic from other
16704             controls
16705         * ContainerControl.cs:
16706           - Started support for handling validation chain handling
16707           - Implemented ProcessMnemonic support
16708           - Added Select() call to Active, to make sure the active control
16709             receives focus
16710         * Form.cs: Setting toplevel flag for Forms (this was lost in the
16711           FormParent rewrite)
16712         * ThemeWin32Classic.cs:
16713           - DrawCheckBox(): Fixed stringformat to show hotkeys
16714           - DrawRadioButton(): Fixed stringformat to show hotkeys
16715         * CommonDialog.cs: Removed WndProc override, not needed
16716
16717 2005-02-14  Peter Bartok  <pbartok@novell.com>
16718
16719         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
16720           missed those in the rewrite
16721
16722 2005-02-14  Miguel de Icaza  <miguel@novell.com>
16723
16724         * NumericUpDown.cs (Increment, ToString): Add.
16725         (DecimalPlaces): implement.
16726         
16727         Add attributes.
16728         
16729         * UpDownBase.cs: Add the designer attributes.
16730
16731 2005-02-13  Peter Bartok  <pbartok@novell.com>
16732
16733         * Panel.cs: Removed border_style, now in Control
16734         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
16735           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
16736
16737 2005-02-13  Peter Bartok  <pbartok@novell.com>
16738
16739         * MouseButtons.cs: Added missing attributes
16740         * XplatUIStructs.cs: Added enumeration for title styles
16741         * LeftRightAlignment.cs: Added missing attributes
16742         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
16743           it compatible with Graphics.FromHwnd()
16744         * SelectedGridItemChangedEventArgs.cs: Fixed property type
16745         * Keys.cs: Added missing attributes
16746         * SelectionRange.cs: Added missing attributes
16747         * SelectionRangeConverter.cs: Added
16748         * XplatUI.cs:
16749           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
16750             ReleaseMenuDC methods
16751           - Renamed ReleaseWindow to UngrabWindow
16752           - Added proper startup notice to allow version identification
16753         * Form.cs:
16754           - Added missing attributes
16755           - Removed FormParent concept
16756         * Label.cs: Removed border_style field, now in Control
16757         * RadioButton.cs: Now properly selects RadioButton when focus is
16758           received
16759         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
16760         * Control.cs:
16761           - Added missing attributes
16762           - Added borderstyle handling
16763           - Removed FormParent concept support
16764           - Fixed calls to XplatUI to match changed APIs
16765           - Fixed bug that would case us to use disposed Graphics objects
16766           - Removed unneeded internal methods
16767           - PerformLayout(): Fixed to handle DockStyle.Fill properly
16768           - SelectNextControl(): Fixed to properly check common parents
16769         * TextBoxBase.cs: Removed border_style field (now in Control)
16770         * MessageBox.cs:
16771           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
16772             fixed calculations for form size
16773           - Added support for localized strings and icons
16774           - Improved form size calculations, added border
16775         * ListView.cs: Removed border_style field (now in Control)
16776         * X11Structs.cs: Moved several structs from X11 driver here
16777         * X11Keyboard.cs: Changed debug message
16778         * Application.cs: Removed FormParent concept support
16779         * CommonDialog.cs:
16780           - Resetting end_modal flag
16781           - Removed FormParent concept support
16782         * NativeWindow.cs: Removed FormParent concept support
16783         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
16784           Client area and Non-Client whole window to allow support for WM_NC
16785           messages
16786         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
16787           prevent using it until it supports Hwnd as per Geoff Norton's request
16788         * ToolBar.cs: Fixed drawing, was not doing proper drawing
16789         * PictureBox.cs: Removed border_style field, now in Control
16790         * XplatUIWin32.cs: Added new driver methods
16791
16792 2005-02-12  Peter Bartok  <pbartok@novell.com>
16793
16794         * OpacityConverter.cs: Implemented
16795         * Hwnd.cs: Internal class to support drivers that need to emulate
16796           client area/non-client area window behaviour
16797
16798 2005-02-11  Peter Bartok  <pbartok@novell.com>
16799
16800         * KeysConverter.cs: Implemented
16801
16802 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16803
16804         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16805         * LinkLabel: Added missing attributes
16806         * MainMenu.cs: fixes ToString
16807         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16808         * ListBox.cs: fixes event position
16809         * TrackBar.cs: adds missing attributes and events
16810         
16811 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16812
16813         * MenuItem.cs: Use SystemInformation and bug fixes
16814         * MenuAPI.cs: Use SystemInformation and bug fixes
16815
16816 2005-02-09  Jackson Harper  <jackson@ximian.com>
16817
16818         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16819         their keystate otherwise things like VK_MENU get stuck "on".
16820
16821 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16822
16823         * ListBox.cs: Fixes AddRange bug
16824         
16825 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16826
16827         * ProgressBar.cs
16828                 - Add missing attributes
16829                 - Add missing method
16830                 
16831         * CheckedListBox.cs: Added missing attributes
16832                 - Add missing attributes
16833                 - Remove extra method
16834         
16835         * ComboBox.cs: Added missing attributes
16836         * VScrollBar.cs: Added missing attributes
16837         * ScrollBar.cs:  Added missing attributes
16838         * ListBox.cs: Fixes signature, add missing consts
16839         * LinkArea.cs:   Added missing attributes
16840         
16841
16842 2005-02-08  Peter Bartok  <pbartok@novell.com>
16843
16844         * Menu.cs: Added missing attributes
16845         * MainMenu.cs: Added missing attributes
16846         * GroupBox.cs: Added missing attributes
16847         * Label.cs: Added missing attributes
16848         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16849         * ColorDialog.cs:
16850           - Added Instance and Options properties
16851           - Added missing attributes
16852         * Cursor.cs: Made Serializable
16853         * NotifyIcon: Added missing attributes
16854         * MenuItem.cs: Added missing attributes
16855         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16856         * Panel.cs: Added Missing attributes
16857         * MonthCalendar.cs: Fixed CreateParams
16858
16859 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16860         
16861         * LinkLabel.cs:
16862                 - Fixes signature
16863                 - Fixes issues with links
16864                 - Adds the class attributes
16865
16866 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16867         
16868         * ComboBox.cs:
16869                 - Fixes button when no items available in dropdown
16870                 - Fixes repainting problems
16871                 - Adds the class attributes
16872                 
16873 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16874
16875         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16876         the current theme.  Cache these on startup.
16877
16878 2005-02-07  Jackson Harper  <jackson@ximian.com>
16879
16880         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16881         the scrollbar buttons when they are depressed.
16882
16883 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16884
16885         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16886         Get the display size from the main displayid.  We currently dont
16887         support multiple display configurations.
16888
16889 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16890
16891         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16892
16893 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16894
16895         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16896
16897 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16898
16899         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16900
16901 2005-02-04  Jackson Harper  <jackson@ximian.com>
16902
16903         * ThemeWin32Classic.cs: Respect the clipping rect when
16904         drawing. Only fill the intersection of clips and rects so there
16905         isn't a lot of large fills.
16906         * ScrollBar.cs: Pass the correct clipping rect to the theme
16907         engine. Remove some debug code.
16908
16909 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16910         
16911         * DateTimePicker.cs:
16912                 - Fixed crash on DateTime.Parse, use Constructor instead
16913
16914 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16915         
16916         * MenuItem.cs:
16917         * MenuAPI.cs:
16918                 - Owner draw support (MeasureItem and DrawItem)
16919
16920 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16921         
16922         *  Menu.cs:
16923                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16924                 - Fixes MenuItems.Add range
16925         * MenuItem.cs:
16926                 - MergeMenu and Clone and CloneMenu functions
16927
16928 2005-02-03  Jackson Harper  <jackson@ximian.com>
16929
16930         * ScrollBar.cs: Make abstract
16931         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16932         is abstract.
16933
16934 2005-02-03  Jackson Harper  <jackson@ximian.com>
16935
16936         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16937         all the unneeded refreshes and uses invalidates with properly
16938         computed rects.
16939
16940 2005-02-03  Peter Bartok  <pbartok@novell.com>
16941
16942         * ComponentModel.cs: Added
16943         * IDataGridEditingService.cs: Added
16944         * Timer.cs: Added missing attributes
16945         * ToolTip.cs: Added missing attributes
16946
16947 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16948
16949         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16950
16951 2005-02-03  Peter Bartok  <pbartok@novell.com>
16952
16953         * ListBox.cs: Added missing attributes
16954
16955 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16956         
16957         * ListBox.cs:
16958                 - Fixes font height after font change
16959                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16960                 
16961 2005-02-02  Peter Bartok  <pbartok@novell.com>
16962
16963         * HandleData.cs: Introduced static methods to allow class
16964           to be more self-contained and track it's own HandleData objects
16965         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16966           HandleData to use new static methods
16967
16968 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16969
16970         * Combobox.cs:
16971                 - Fixes default size and PreferredHeight
16972                 - Missing events
16973                 - ObjectCollection.Insert implementation
16974                 
16975         * ListControl.cs
16976                 - Fixes signature
16977         * ListBox.cs:
16978                 - Several fixes
16979                 - ObjectCollection.Insert implementation
16980                 - No selection after clean
16981                 - Small fixes
16982
16983 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16984
16985         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
16986
16987 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
16988
16989         * Combobox.cs:
16990                 - Caches ItemHeight calculation for OwnerDrawVariable
16991                 - Handles dropdown properly
16992                 - Fixes several minor bugs
16993
16994 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16995
16996         * ListBox.cs:
16997                 - Fixes 71946 and 71950
16998                 - Fixes changing Multicolumn on the fly
16999                 - Fixes keyboard navigation on Multicolumn listboxes
17000
17001 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17002         
17003         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
17004         crash reporter log.
17005
17006 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17007
17008         * XplatUIOSX.cs: Allow applications to actually exit.
17009
17010 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17011
17012         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
17013         their parent at creation time rather than lazily later.  Fixes a major
17014         regression we were experiencing.
17015
17016 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
17017
17018         * ThemeWin32Classic.cs: more date time picker painting fixes
17019         * DateTimePicker.cs: more monthcalendar drop down fixes
17020         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
17021
17022 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
17023
17024         * ScrollBar.cs:
17025                 - When moving the thumb going outside the control should stop the moving
17026                 - Adds the firing of missing events
17027                 - Fixes no button show if Size is not specified
17028                 - End / Home keys for keyboard navigation
17029
17030 2005-01-30  Peter Bartok  <pbartok@novell.com>
17031
17032         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
17033           sanity check to prevent theoretical loop
17034         * XplatUIWin32.cs (SetVisible): Removed debug output
17035         * XplatUIX11.cs (SystrayChange): Added sanity check
17036         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
17037         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
17038           behaviour, valid until the X11 client window rewrite is done
17039         * TextBox.cs (ctor): Setting proper default foreground and background
17040           colors
17041
17042 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
17043
17044         * Theme: Added DrawDateTimePicker to interface
17045         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
17046         * DateTimePicker.cs: Created (still needs keys and painting code)
17047         * DateTimePickerFormat.cs: added
17048         * MonthCalendar.cs: fixed CreateParams for popup window mode
17049           
17050 2005-01-29  Peter Bartok  <pbartok@novell.com>
17051
17052         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
17053           this should also the calculations for ligher/darker
17054         * Theme.cs: Fixed defaults for ScrollBar widths/heights
17055
17056 2005-01-29  Peter Bartok  <pbartok@novell.com>
17057
17058         * ArrangeDirection.cs: Added
17059         * ArrangeStartingPositon.cs: Added
17060         * SystemInformation.cs: Implemented
17061         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17062           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
17063           used by SystemInformation class
17064         * X11Strucs.cs: Added XSizeHints structure
17065         * MenuAPI.cs:
17066           - Fixed CreateParams to make sure the menu window is always visible
17067           - TrackPopupMenu: Added check to make sure we don't draw the
17068             menu offscreen
17069
17070 2005-01-29  Peter Bartok  <pbartok@novell.com>
17071
17072         * HandleData.cs: Added method for altering invalid area
17073         * TextBoxBase.cs: Implemented TextLength
17074
17075 2005-01-28  Peter Bartok  <pbartok@novell.com>
17076
17077         * XplatUIX11.cs: Improvement over last patch, not sending
17078           the WM_PAINT directly anymore, instead we scroll any pending
17079           exposed areas and let the system pick out the WM_PAINT later
17080
17081 2005-01-28  Peter Bartok  <pbartok@novell.com>
17082
17083         * SWF.csproj: Deleted, no longer used. Instead,
17084           Managed.Windows.Forms/SWF.csproj should be used
17085         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
17086           directly, to avoid a potential race condition with the next
17087           scroll
17088
17089 2005-01-28  Peter Bartok  <pbartok@novell.com>
17090
17091         * XplatUI.cs: Made class internal
17092
17093 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
17094
17095         * CheckedListBox.cs:
17096                 - Draw focus
17097                 - Fixed Drawing
17098                 - Missing methods and events
17099
17100 2005-01-27  Peter Bartok  <pbartok@novell.com>
17101
17102         * Application.cs (Run): Don't use form if we don't have one
17103
17104 2005-01-27  Peter Bartok  <pbartok@novell.com>
17105
17106         * TextBoxBase.cs (get_Lines): Fixed index off by one error
17107
17108 2005-01-27  Peter Bartok  <pbartok@novell.com>
17109
17110         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
17111         * GridItem.cs: Added; Patch by Jonathan S. Chambers
17112         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
17113         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
17114         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
17115         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
17116         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17117         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
17118         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17119         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17120         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
17121         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
17122
17123 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
17124
17125         * Combobox.cs:
17126                 - Draw focus on Simple Combobox
17127                 - Fixes drawing issues
17128                 - fixes 71834
17129
17130 2005-01-27  Peter Bartok  <pbartok@novell.com>
17131
17132         * Form.cs:
17133           - Place window in default location, instead of hardcoded 0/0
17134           - Send initial LocationChanged event
17135         * Control.cs:
17136           - UpdateBounds after creation to find out where the WM placed us
17137           - Make sure that if the ParentForm changes location the Form
17138             is notified
17139         * XplatUIX11.cs: XGetGeometry will not return the coords relative
17140             to the root, but to whatever the WM placed around us.
17141             Translate to root coordinates before returning toplevel
17142             coordinates
17143         * XplatUIWin32.cs: Removed debug output
17144         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
17145           flag to GetWindowPos, to allow translation of coordinates on X11
17146
17147 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
17148
17149         * ListBox.cs: connect LostFocus Event
17150
17151 2005-01-27  Peter Bartok  <pbartok@novell.com>
17152
17153         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17154           XplatUIX11.cs: Extended the Systray API
17155         * Form.cs: Removed debug output
17156         * Application.cs: Fixed focus assignment, always need to call
17157           XplatUI.Activate() since Form.Activate() has rules that may
17158           prevent activation
17159         * NotifyIcon.cs: Should be complete now
17160         * ToolTip.cs: Worked around possible timer bug
17161
17162 2005-01-27  Jackson Harper  <jackson@ximian.com>
17163
17164         * TabControl.cs:
17165         - Only invalidate the effected tabs when the
17166         selected index changes. This reduces drawing and gets rid of some
17167         flicker.
17168         - Only refresh if the tabs need to be shifted, otherwise only
17169         invalidate the slider button.
17170         - On windows the tabs are not filled to right if the slider is
17171         visible.
17172         
17173 2005-01-27  Jackson Harper  <jackson@ximian.com>
17174
17175         * TabControl.cs: Only refresh on mouseup if we are showing the
17176         slider. Also only invalidate the button whose state has changed.
17177
17178 2005-01-26  Peter Bartok  <pbartok@novell.com>
17179
17180         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
17181         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
17182           and SystrayRemove() methods
17183         * XplatUIOSX.cs: Stubbed Systray methods
17184         * XplatUIX11.cs:
17185           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
17186             methods
17187           - Fixed broken XChangeProperty calls (marshalling messed up things)
17188         * X11Structs.cs: Added enums and structs required for Size hinting
17189         * NotifyIcon.cs: Added & implemented
17190
17191 2005-01-26  Jackson Harper  <jackson@ximian.com>
17192
17193         * TabControl.cs: Space vertically layed out tabs properly.
17194
17195 2005-01-26  Peter Bartok  <pbartok@novell.com>
17196
17197         * Form.cs (CreateClientParams): Always set the location to 0,0
17198           since we're a child window.
17199
17200         * Control.cs (SetVisibleCore): Always explicitly setting the location
17201           of a toplevel window, apparently X11 doesn't like to move windows
17202           while they're not mapped.
17203
17204 2005-01-26  Jackson Harper  <jackson@ximian.com>
17205
17206         * TabControl.cs: Implement FillToRight size mode with vertically
17207         rendered tabs.
17208
17209 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
17210
17211         * ControlPaint.cs, ThemeWin32Classic.cs
17212                 - Fixes DrawFocusRectangle
17213
17214 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
17215
17216         * MenuAPI.cs:
17217                 - MenuBar tracking only starts when item is first clicked
17218                 - Fixes menu hidding for multiple subitems
17219                 - Unselect item in MenuBar when item Executed
17220                 - Fixes bug 71495
17221
17222 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
17223
17224         * ListControl.cs:
17225                 - IsInputKey for ListBox
17226         * ListBox.cs:
17227                 - Focus item
17228                 - Shift and Control item selection
17229                 - Implement SelectionMode.MultiExtended
17230                 - Fixes RightToLeft
17231         * ComboBox.cs:
17232                 - IsInputKey implemented
17233                 - Do not generate OnTextChangedEdit on internal txt changes
17234                 
17235 2005-01-23  Peter Bartok  <pbartok@novell.com>
17236
17237         * AccessibleObject.cs: Partially implemented Select()
17238         * MonthCalendar.cs: Added missing attributes and events
17239         * Form.cs: Fixed CreateParams behaviour, now controls derived from
17240           form can properly override CreateParams.
17241         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17242           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
17243           Control performs Invalidate & Update
17244         * NativeWindow (CreateHandle): Added special handling for Form
17245           and Form.FormParent classes to allow overriding of From.CreateParams
17246         * Control.cs:
17247           - ControlNativeWindow: Renamed 'control' variable to more intuitive
17248             name 'owner'
17249           - ControlNativeWindow: Added Owner property
17250           - Removed usage of Refresh() on property changes, changed into
17251             Invalidate(), we need to wait until the queue is processed for
17252             updates, direct calls might cause problems if not all vars for
17253             Paint are initialized
17254           - Added call to UpdateStyles() when creating the window, to set any
17255             styles that CreateWindow might have ignored.
17256           - Added support for Form CreateParent overrides to UpdateStyles()
17257         * MessageBox.cs: Removed no longer needed FormParent override stuff,
17258           CreateParams are now properly overridable
17259         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
17260           CreateParams are now properly overridable
17261
17262 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
17263
17264         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
17265         OnTextBoxChanged.
17266
17267         Capture LostFocus and OnTextBoxChanged.  The later introduces a
17268         recursive invocation that I have not figured out yet.
17269
17270         Reset the timer when not using (it was accumulating).
17271
17272
17273         (OnTextBoxChanged): Set UserEdit to true here to track whether the
17274         user has made changes that require validation.
17275
17276         Reset changing to avoid loops.
17277
17278 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
17279
17280         * NumericUpDown.cs: Display value at startup.
17281
17282         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
17283         ValidateEditText.
17284
17285         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
17286         filled in.  Added some basic parsing of text.
17287
17288         Still missing the OnXXX method overrides, and figuring out the
17289         events that must be emitted.
17290
17291         * UpDownBase.cs: Handle UserEdit on the Text property.
17292         
17293 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
17294
17295         * ComboBox.cs:
17296           - Fixes IntegralHeight
17297           - ToString method
17298
17299 2005-01-21  Jackson Harper  <jackson@ximian.com>
17300
17301         * TabControl.cs: Set the SelectedIndex property when SelectedTab
17302         is set so that the page visibility is updated and the tabs are
17303         sized correctly.
17304
17305 2005-01-21  Jackson Harper  <jackson@ximian.com>
17306
17307         * TabControl.cs: Use cliping rectangle for blitting. Give the
17308         theme the clipping rect so we can do clipping while
17309         drawing. Remove some debug code.
17310
17311 2005-01-21  Jackson Harper  <jackson@ximian.com>
17312
17313         * TabPage.cs: Add a new method so tab pages can force the tab
17314         control to recalculate the tab page sizes.
17315         * TabControl.cs: UpdateOwner needs to make the tab control recalc
17316         sizes.
17317
17318 2005-01-20  Jackson Harper  <jackson@ximian.com>
17319
17320         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
17321
17322 2005-01-20  Jackson Harper  <jackson@ximian.com>
17323
17324         * TreeView.cs: Set the bounds for nodes properly. They were
17325         getting screwed up when checkboxes were not enabled, but images
17326         were.
17327
17328 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
17329
17330         * ListBox.cs:
17331                 - Owner draw support
17332                 - Fixes
17333                 
17334 2005-01-20  Jackson Harper  <jackson@ximian.com>
17335
17336         * XplatUIStructs.cs: More misc keys
17337         * X11Keyboard.cs: Ignore some control keys.
17338
17339 2005-01-20  Jackson Harper  <jackson@ximian.com>
17340
17341         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
17342         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
17343
17344 2005-01-19  Peter Bartok  <pbartok@novell.com>
17345
17346         * Control.cs: Un-selecting the control when it is loosing focus
17347
17348 2005-01-19  Jackson Harper  <jackson@ximian.com>
17349
17350         * TreeView.cs: Hook up to the text controls leave event so we can
17351         end editing when the users clicks outside the text box.
17352         
17353 2005-01-19  Jackson Harper  <jackson@ximian.com>
17354
17355         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
17356         get set in the conversion array.
17357
17358 2005-01-19  Peter Bartok  <pbartok@novell.com>
17359
17360         * Application.cs (ModalRun): Added a call to CreateControl to ensure
17361           focus is properly set
17362         * Button.cs:
17363           - Added missing attributes
17364           - removed styles, those are already set in the base class
17365         * ButtonBase.cs:
17366           - Added missing attributes
17367           - Added clip window styles
17368         * CheckBox.cs: Added missing attributes
17369         * CommonDialog.cs:
17370           - FormParentWindow.CreateParams: Added required clip styles
17371         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
17372           also filters modifier keys
17373         * MessageBox.cs:
17374           - Added assignment of Accept and Cancel button to enable Enter
17375             and Esc keys in MessageBox dialogs
17376           - FormParentWindow.CreateParams: Added required clip styles
17377         * RadioButton.cs: Added missing attributes
17378         * TextControl.cs: No longer draws selection if control does not
17379           have focus
17380         * TextBoxBase.cs:
17381           - Now draws simple rectangle around test area to make it obvious
17382             there's a control. This is a hack until we properly support borders
17383           - A few simple fixes to support selections better, now erases selected
17384             text when typing, and resets selection when using movement keys
17385
17386 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
17387
17388         * UpDownBase.cs: Added some new properties.
17389
17390         * DomainUpDown.cs: Implement a lot to get my test working.
17391
17392 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17393
17394         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
17395
17396 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17397
17398         * OSXStructs (WindowAttributes): Fixed csc complaints
17399
17400 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17401
17402         * XplayUIOSX.cs:
17403           OSXStructs.cs: Initial refactor to move enums and consts into
17404           OSXStructs and use them in the driver for greater readability.
17405
17406 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
17407
17408         * XplatUIOSX.cs: Initial support for Standard Cursors.
17409         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
17410
17411 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
17412
17413         * ComboBox.cs: ability to change style when the ctrl is already
17414         created, missing methods and events, bug fixes, signature fixes
17415
17416 2005-01-19  Peter Bartok  <pbartok@novell.com>
17417
17418         * Cursors.cs (ctor): Added ctor to fix signature
17419
17420 2005-01-18  Peter Bartok  <pbartok@novell.com>
17421
17422         * Button.cs: Implemented DoubleClick event
17423         * ButtonBase.cs:
17424           - Fixed keyboard handling to behave like MS, where the press of
17425             Spacebar is equivalent to a mousedown, and the key release is
17426             equivalent to mouseup. Now a spacebar push will give the same
17427             visual feedback like a mouse click.
17428           - Added missing attributes
17429           - Added ImeModeChanged event
17430           - Added support for generating DoubleClick event for derived classes
17431         * CheckBox.cs:
17432           - Implemented DoubleClick event
17433           - Added missing attributes
17434         * CommonDialog.cs: Added missing attribute
17435         * ContextMenu.cs: Added missing attributes
17436         * RadioButton.cs:
17437           - AutoChecked buttons do not allow to be unselected when clicked
17438             (otherwise we might end up with no selected buttons in a group)
17439           - Added missing attributes
17440           - Implemented DoubleClickEvent
17441         * ThreadExceptionDialog.cs: Enabled TextBox code
17442
17443 2005-01-18  Peter Bartok  <pbartok@novell.com>
17444
17445         * Form.cs: Removed debug output
17446         * Button.cs: Added support for DoubleClick method
17447
17448 2005-01-18  Peter Bartok  <pbartok@novell.com>
17449
17450         * Form.cs:
17451           - Added method to parent window that allows triggering size
17452             calculations when a menu is added/removed
17453           - set_Menu: Cleaned up mess from early days of Form and Control,
17454             now properly triggers a recalc when a menu is added/removed
17455           - Added case to select form itself as focused form if no child
17456             controls exist
17457           - Added PerformLayout call when showing dialog, to ensure properly
17458             placed controls
17459         * Control.cs:
17460           - Select(): Made internal so Form can access it
17461           - Focus(): Only call Xplat layer if required (avoids loop), and sets
17462             status
17463         * Application.cs (Run): Removed hack and calls PerformLayout instead
17464           to trigger calculation when Form becomes visible
17465
17466 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
17467
17468         * ComboBox.cs: fixes for ownerdraw
17469
17470 2005-01-18  Peter Bartok  <pbartok@novell.com>
17471
17472         * TextControl.cs:
17473           - Sentinel is no longer static, each Document gets it's own, this
17474             avoids locking or alternatively overwrite problems when more
17475             than one text control is used simultaneously.
17476           - Switched to use Hilight and HilightText brushes for text selection
17477
17478         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
17479
17480 2005-01-18  Peter Bartok  <pbartok@novell.com>
17481
17482         * Control.cs:
17483           - Hooked up the following events:
17484                 o ControlAdded
17485                 o ControlRemoved
17486                 o HandleDestroyed
17487                 o ImeModeChanged
17488                 o ParentChanged
17489                 o TabStopChanged
17490                 o Invalidated
17491                 o SystemColorsChanged
17492                 o ParentFontChanged
17493                 o Move
17494           - Removed debug output
17495           - Added a call to the current theme's ResetDefaults when a color change
17496             is detected
17497         * Form.cs: Now setting the proper ImeMode
17498         * Theme.cs: Defined a method to force recreation of cached resources
17499           and rereading of system defaults (ResetDefaults())
17500         * ThemeWin32Classic.cs: Added ResetDefaults() stub
17501
17502 2005-01-17  Peter Bartok  <pbartok@novell.com>
17503
17504         * Control.cs: Added missing attributes
17505
17506 2005-01-17  Jackson Harper  <jackson@ximian.com>
17507
17508         * TreeNode.cs: Implement editing. Add missing properties selected
17509         and visible.
17510         * TreeView.cs: Implement node editing. Also some fixes to use
17511         Invalidate (invalid area) instead of Refresh when selecting.
17512
17513 2005-01-17  Peter Bartok  <pbartok@novell.com>
17514
17515         * Control.cs:
17516           - Implemented InvokeGotFocus() method
17517           - Implemented InvokeLostFocus() method
17518           - Implemented InvokePaint() method
17519           - Implemented InvokePaintBackground() method
17520           - Implemented InvokeClick() method
17521           - Implemented FindForm() method
17522           - Implemented RectangleToClient() method
17523           - Implemented ClientToRectangle() method
17524           - Implemented ResetBackColor() method
17525           - Implemented ResetCursor() method
17526           - Implemented ResetFont() method
17527           - Implemented ResteForeColor() method
17528           - Implemented ResetImeMode() method
17529           - Implemented ResetLeftToRight() method
17530           - Implemented ResetText() method
17531           - Implemented Scale() methods
17532           - Implemented ScaleCore() method
17533           - Implemented Update() method
17534           - Removed unused variables
17535           - Stubbed AccessibilityNotifyClients and
17536             ControlAccessibleObject.NotifyClients() methods (dunno what to do
17537             with those yet)
17538           - Now setting proper default for RightToLeft property
17539           - Fixed bug in SetClientSizeCore that would cause windows to get
17540             really big
17541           - Now sending Click/DoubleClick events
17542           - Now selecting controls when left mouse button is clicked on
17543             selectable control
17544         * AccessibleEvents.cs: Added
17545         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
17546         * XplatUIOSX.cs: Stubbed UpdateWindow() method
17547         * XplatUIWin32.cs: Implemented UpdateWindow() method
17548         * XplatUIX11.cs: Implemented UpdateWindow() method
17549         * Form.cs: Removed stray semicolon causing CS0162 warning
17550         * ThemeWin32Classic.cs: Fixed unused variable warnings
17551         * ScrollableControl.cs: Now calls base method for ScaleCore
17552         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
17553           style to avoid interference with internal click handler (which is
17554           different than standard Control click handling)
17555         * RadioButton.cs:
17556           - Now unchecks all sibling radio buttons when control is
17557             selected (Fixes #68756)
17558           - Removed internal tabstop variable, using the one inherited from
17559             Control
17560
17561 2005-01-17  Jackson Harper  <jackson@ximian.com>
17562
17563         * NavigateEventArgs.cs: Fix base type.
17564         * LinkLabel.cs: Sig fix
17565         
17566 2005-01-17  Jackson Harper  <jackson@ximian.com>
17567
17568         * TreeView.cs: Only invalidate the effected nodes bounds when
17569         selecting nodes.
17570
17571 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17572
17573         * XplatUIWin32.cs: fixes Win32 marshaling
17574         * XplatUIX11.cs: fixes method signature
17575
17576 2005-01-17  Peter Bartok  <pbartok@novell.com>
17577
17578         * XplatUIX11.cs: Clean up resources when we no longer need them
17579
17580 2005-01-17  Peter Bartok  <pbartok@novell.com>
17581
17582         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
17583           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
17584           and DestroyCursor() methods.
17585         * Cursor.cs: Partially implemented, now supports standard cursors;
17586           still contains some debug code
17587         * Cursors.cs: Implemented class
17588         * Control.cs:
17589           - WndProc(): Added handling of WM_SETCURSOR message, setting the
17590             appropriate cursor
17591           - Implemented Cursor property
17592           - Replaced break; with return; more straightforwar and possibly
17593             faster
17594           - Now properly setting the result for WM_HELP
17595         * X11Structs.cs: Added CursorFontShape enum
17596         * XplatUIStructs.cs:
17597           - Added StdCursor enum (to support DefineStdCursor() method)
17598           - Added HitTest enum (to support sending WM_SETCURSOR message)
17599         * XplatUIX11.cs:
17600           - Now sends the WM_SETCURSOR message
17601           - Implemented new cursor methods
17602         * XplatUIOSX.cs: Stubbed new cursor methods
17603         * XplatUIWin32.cs:
17604           - Implemented new cursor methods
17605           - Added GetSystemMetrics function and associated enumeration
17606
17607 2005-01-15  Peter Bartok  <pbartok@novell.com>
17608
17609         * Control.cs:
17610           - WndProc(): Now handles EnableNotifyMessage
17611           - SelectNextControl(): Fixed bug where if no child or sibling
17612             controls exist we looped endlessly
17613
17614 2005-01-14  Jackson Harper  <jackson@ximian.com>
17615
17616         * TreeView.cs: Recalculate the tab pages when a new one is added
17617         so that the proper bounding rects are created.
17618
17619 2005-01-14  Jackson Harper  <jackson@ximian.com>
17620
17621         * TreeView.cs: Draw a gray box instead of a grip in the lower
17622         right hand corner when there are both horizontal and vertical
17623         scroll bars.
17624
17625 2005-01-14  Jackson Harper  <jackson@ximian.com>
17626
17627         * Control.cs: When erasing backgrounds use FromHwnd instead of
17628         FromHdc when there is a NULL wparam. This occurs on the X driver.
17629         * XplatUIX11.cs: Set the wparam to NULL.
17630
17631 2005-01-13  Jackson Harper  <jackson@ximian.com>
17632
17633         * PictureBox.cs: Implement missing methods (except ToString, need
17634         to test that on windows) and events. When visibility is changed we
17635         need to redraw the image because the buffers are killed. When size
17636         is changed refresh if the sizemode needs it.
17637
17638 2005-01-13  Peter Bartok  <pbartok@novell.com>
17639
17640         * Control.cs (SelectNextControl): Was using wrong method to select
17641           a control
17642
17643 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17644
17645         * ComboBox.cs: fixes dropstyle
17646
17647 2005-01-13  Peter Bartok  <pbartok@novell.com>
17648
17649         * Form.cs:
17650           - Implemented Select() override
17651           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
17652           - Now sets keyboard focus on startup
17653         * Control.cs (SelectNextControl): Now properly handles directed=true
17654         * TextBoxBase.cs:
17655           - WndProc: Now passes tab key on to base if AcceptTabChar=false
17656           - Added (really bad) focus rectangle (mostly for testing)
17657         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
17658           to enforce redraw on focus changes
17659         * ContainerControl.cs:
17660           - Fixed detection of Shift-Tab key presses
17661           - Fixed traversal with arrow keys
17662         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
17663           gonna keep this or if it's complete yet
17664         
17665 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17666
17667         * ComboBox.cs: missing properties, fixes
17668
17669 2005-01-13  Peter Bartok  <pbartok@novell.com>
17670
17671         * Panel.cs (ctor): Setting Selectable window style to off
17672         * Splitter.cs (ctor): Setting Selectable window style to off
17673         * GroupBox.cs (ctor): Setting Selectable window style to off
17674         * Label.cs (ctor): Setting Selectable window style to off
17675
17676 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
17677
17678         * UpDownBase.cs (InitTimer): If the timer has been already
17679         created, enable it.
17680
17681         Use a TextBox instead of a Label.
17682
17683 2005-01-12  Jackson Harper  <jackson@ximian.com>
17684
17685         * TreeView.cs: Refresh the tree after sorting the nodes. Always
17686         draw the connecting node lines (when ShowLines is true).
17687         * TreeNode.cs: The nodes index can now be updated. This is used
17688         when a node collection is sorted.
17689         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
17690         insert or an existing unsorted node collection can be sorted.
17691         
17692 2005-01-12  Peter Bartok  <pbartok@novell.com>
17693
17694         * ContainerControl.cs: Implemented ProcessDialogKeys()
17695
17696 2005-01-12  Peter Bartok  <pbartok@novell.com>
17697
17698         * Control.cs:
17699           - Implemented SelectNextControl() method
17700           - Several focus related bug fixes
17701           - Fixed Docking calculations to match MS documentation and
17702             behaviour
17703
17704 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
17705
17706         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
17707         bug fixes
17708
17709 2005-01-12  Peter Bartok  <pbartok@novell.com>
17710
17711         * Control.cs:
17712           - Fixed broken Contains() method
17713           - Implemented GetNextControl() method. Finally. This is the pre-
17714             requisite for focus handling.
17715
17716 2005-01-12  Peter Bartok  <pbartok@novell.com>
17717
17718         * OSXStrucs.cs: Added
17719
17720 2005-01-12  Peter Bartok  <pbartok@novell.com>
17721
17722         * XplatUIWin32.cs:
17723           - Removed PeekMessageFlags
17724           - Implemented SetWindowStyle() method
17725         * XplatUIStructs.cs: Added PeekMessageFlags
17726         * X11Structs: Added missing border_width field to XWindowChanges struct
17727         * XplatUIX11.cs:
17728           - PeekMessage: Now throws exception if flags which are not yet
17729             supported are passed
17730           - Implemented SetWindowStyle() method
17731           - Fixed SetZOrder to handle AfterHwnd properly
17732         * XplatUI.cs: Added SetWindowStyle() method
17733         * XplatUIDriver.cs: Added SetWindowStyle() abstract
17734         * Control.cs:
17735           - Implemented UpdateStyles() method
17736           - Implemented UpdateZOrder() method
17737         * XplatUIOSX.cs: Added SetWindowStyle() stub
17738
17739 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
17740
17741         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
17742         button mouse).
17743
17744
17745 2005-01-11  Jackson Harper  <jackson@ximian.com>
17746
17747         * TreeView.cs: Still need to draw lines to siblings even if out of
17748         the current node is out of the clip.
17749
17750 2005-01-11  Jackson Harper  <jackson@ximian.com>
17751
17752         * TreeView.cs: When setting the hbar/vbar/grip position use
17753         SetBounds so that perform layout is only called once. Also suspend
17754         and resume layout so layout is only done once for all controls.
17755         - Removed some debug fluff
17756         * SizeGrip.cs: Call base implmentation in overriding methods.
17757         - When visibility is changed the drawing buffers are killed so we
17758         need to redraw.
17759
17760 2005-01-11  Jackson Harper  <jackson@ximian.com>
17761
17762         * TreeView.cs: Calculate the open node count while drawing. This
17763         saves us an entire tree traversal for every paint operation. Use
17764         a member var for the open node count so less vars are passed around.
17765
17766 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
17767
17768         * MonthCalendar.cs:
17769         - fixed selection to use mousemove, not mouse polling on timer
17770         * ThemeWin32Classic.cs
17771         - removed redundant unused variable "no_more_content"
17772         
17773 2005-01-11  Peter Bartok  <pbartok@novell.com>
17774
17775         * XplatUIX11.cs (DoEvents): Needs to return when no more events
17776           are pending, so it now calls PeekMessage instead of GetMessage;
17777           implemented a incomplete version of PeekMessage
17778         
17779 2005-01-11  Peter Bartok  <pbartok@novell.com>
17780
17781         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
17782           I18n issues
17783         * TextBoxBase.cs: Added sending of TextChanged event
17784
17785 2005-01-10  Jackson Harper  <jackson@ximian.com>
17786
17787         * TreeView.cs: Try not to draw outside the clipping rectangle on
17788         each node element.
17789
17790 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
17791
17792         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
17793
17794 2005-01-10  Jackson Harper  <jackson@ximian.com>
17795
17796         * TreeView.cs:
17797         - Implement fast scrolling. Now only the newly
17798         exposed nodes are drawn and the old image is moved using the
17799         XplatUI::ScrollWindow method.
17800         - Factor in height of nodes when calculating whether or not the
17801         node is in the clipping rect.
17802
17803 2005-01-10  Jackson Harper  <jackson@ximian.com>
17804
17805         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17806
17807 2005-01-10  Peter Bartok  <pbartok@novell.com>
17808
17809         * Application.cs: Added temporary hack to resolve all our resize
17810           required issues on startup. This will get fixed properly at
17811           some point in the future
17812
17813 2005-01-10  Jackson Harper  <jackson@ximian.com>
17814
17815         * SizeGrip.cs: New internal class that is used as a sizing
17816         grip control...hence the name.
17817
17818 2005-01-10  Peter Bartok  <pbartok@novell.com>
17819
17820         * Control.cs: Implemented proper TabIndex handling, now assigning
17821           a tabindex when a control is added to a container
17822         * GroupBox.cs (ctor): Now sets the Container style bit, required
17823           for Control.GetNextControl()
17824
17825 2005-01-09  Jackson Harper  <jackson@ximian.com>
17826
17827         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17828
17829 2005-01-09  Peter Bartok <pbartok@novell.com>
17830
17831         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17832           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17833           an overload for ScrollWindow to allow only scrolling a rectangle
17834
17835 2005-01-09  Peter Bartok <pbartok@novell.com>
17836
17837         * Form.cs:
17838           - Implemented SetDesktopBounds method
17839           - Implemented SetDesktopLocation method
17840
17841 2005-01-08  Jackson Harper  <jackson@ximian.com>
17842
17843         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17844         the node count has changed, this removes to VScroll::Refresh calls
17845         when drawing.
17846
17847 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17848
17849         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17850
17851 2005-01-07  Jackson Harper  <jackson@ximian.com>
17852
17853         * TreeNode.cs: Just update the single node when it is
17854         checked. Don't refresh after toggling, the Expand/Collapse already
17855         handles this.
17856         * TreeView.cs: Respect clipping a little more when drawing. Try
17857         not to redraw things that don't need to be redrawn. Just hide the
17858         scrollbars when they are no longer needed instead of removing
17859         them, so they don't have to be created again and again.
17860         
17861 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17862
17863         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17864         coordinates to window space to place the caret properly, FIXED.
17865         Implement GetWindowState & SetWindowState
17866
17867 2005-01-06  Peter Bartok <pbartok@novell.com>
17868
17869         * Form.cs:
17870           - Implemented ClientSize property
17871           - Implemented DesktopBounds property
17872           - Implemented DesktopLocation property
17873           - Implemented IsRestrictedWindow property
17874           - Implemented Size property
17875           - Implemented TopLevel property
17876           - Implemented FormWindowState property
17877         * Control.cs:
17878           - Implemented GetTopLevel() method
17879           - Implemented SetTopLevel() method
17880         * X11Structs.cs (Atom):
17881           - Added AnyPropertyType definition
17882           - Added MapState definiton and updated XWindowAttribute struct
17883         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17884         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17885         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17886         * XplatUIWin32.cs:
17887           - Implemented GetWindowState() and SetWindowState() methods
17888           - Fixed Win32GetWindowLong return type
17889         * XplatUIX11.cs:
17890           - Introduced central function for sending NET_WM messages
17891           - Implemented GetWindowState() and SetWindowState() methods
17892         * TextBoxBase.cs (set_Lines):
17893           - Now uses Foreground color for text added via Text property (Duh!)
17894           - Added code to remember programmatically requested size (fixes
17895             behaviour when Multiline is set after Size)
17896           - Added AutoSize logic
17897
17898 2005-01-06  Jackson Harper  <jackson@ximian.com>
17899
17900         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17901
17902 2005-01-06  Jackson Harper  <jackson@ximian.com>
17903
17904         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17905         set to less then 0.
17906
17907 2005-01-06  Jackson Harper  <jackson@ximian.com>
17908
17909         * ScrollableControl.cs: Lazy init the scrollbars.
17910         
17911 2005-01-06  Jackson Harper  <jackson@ximian.com>
17912
17913         * Theme.cs: Speed up getting pens and solid brushes, by using
17914         their ARGB as a hash instead of tostring and not calling Contains.
17915
17916 2005-01-06  Peter Bartok <pbartok@novell.com>
17917
17918         * Form.cs:
17919           - Implemented OnActivated and OnDeactivate event trigger
17920           - Implemented Activate() method
17921           - Fixed ShowDialog() to activate the form that was active before
17922             the dialog was shown
17923         * XplatUIX11.cs:
17924           - Added global active_window var that tracks the currently active
17925             X11 window
17926           - Now always grabs Property changes from the root window to always
17927             catch changes on the active window property
17928           - Added code to PropertyNotify handler to send Active/Inactive
17929             messages when state changes. This puts X11 and Win32 en par on
17930             WM_ACTIVATE notifications (except for double notifications when
17931             the user clicks away from our modal window to another one of our
17932             windows)
17933
17934 2005-01-05  Jackson Harper  <jackson@ximian.com>
17935
17936         * ImageList.cs: Implment ctor
17937
17938 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17939
17940         * XplatUIOSX.cs: Implement Activate/SetTopmost
17941
17942 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17943
17944         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17945
17946 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17947
17948         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17949
17950 2005-01-05  Peter Bartok <pbartok@novell.com>
17951
17952         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17953           XplatUIOSX.cs: Added GetActive method to return the currently
17954           active window for the application (or null, if none is active)
17955         * Form.cs:
17956           - Implemented ActiveForm
17957           - Commented out owner assignment for modal dialogs (causes problems
17958             on Win32, since the owner will be disabled)
17959           - Reworked some Active/Focus handling (still incomplete)
17960         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17961           (causes problems on Win32, since the owner will be disabled)
17962         * IWin32Window: Added ComVisible attribute
17963
17964 2005-01-05  Peter Bartok <pbartok@novell.com>
17965
17966         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17967           required XplatUI functions.
17968
17969 2005-01-05  Peter Bartok <pbartok@novell.com>
17970
17971         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17972           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
17973           to implement focus and activation handling; still incomplete and
17974           with debug output
17975
17976 2005-01-04  Peter Bartok <pbartok@novell.com>
17977
17978         * TextBoxBase.cs: Changed access level for Document property to
17979           match switch to internal for TextControl
17980
17981 2005-01-04  Peter Bartok <pbartok@novell.com>
17982
17983         * AccessibleObject: Added ComVisible attribute
17984
17985 2005-01-04  Jackson Harper  <jackson@ximian.com>
17986
17987         * X11Keyboard.cs: Remove unneeded var.
17988
17989 2005-01-04  Jackson Harper  <jackson@ximian.com>
17990
17991         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
17992         but PAINT.
17993         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
17994         ClientMessage. This makes apps exit cleanly (more often).
17995         
17996 2005-01-04  Jackson Harper  <jackson@ximian.com>
17997
17998         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
17999         handling focus, return correct colors and fonts,
18000         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
18001         handle selection, horizontal scrolling, and mouse interaction.
18002
18003 2005-01-04  Peter Bartok <pbartok@novell.com>
18004
18005         * ICommandExecutor.cs: Added
18006         * IDataGridColumnStyleEditingNotificationService.cs: Added
18007         * IFeatureSupport.cs: Added
18008         * IFileReaderService.cs: Added
18009         * IDataObject.cs: Added ComVisible attribute
18010         * AmbientProperties.cs: Added
18011         * BaseCollection.cs: Added missing attributes
18012         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
18013         * BaseCollection.cs: Added missing attributes
18014         * Binding.cs: Added TypeConverter attribute
18015         * BindingContext.cs: Added DefaultEvent attribute
18016         * BindingsCollection.cs: Added DefaultEvent attribute
18017         * Button.cs: Added DefaultValue attribute
18018         * DragEventArgs.cs: Added ComVisible attribute
18019         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
18020         * KeyEventArgs.cs: Added ComVisible attribute
18021         * KeyPressEventArgs.cs: Added ComVisible attribute
18022         * MouseEventArgs.cs: Added ComVisible attribute
18023         * NavigateEventArgs.cs: Added
18024         * NavigateEventHandler.cs: Added
18025         * FeatureSupport.cs: Added
18026         * OSFeature.cs: Added
18027         * Theme.cs: Added abstract Version property to support OSFeature
18028         * ThemeWin32Classic.cs: Added Version property to
18029           support OSFeature.Themes
18030         * ProgressBar.cs: Removed OnPaintBackground override, not required since
18031           the proper styles to avoid background drawing are set, also doesn't
18032           match MS signature
18033         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
18034         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
18035         * ScrollEventArgs.cs: Added ComVisible attribute
18036         * SplitterEventArgs.cs: Added ComVisible attribute
18037         * AccessibleSelection.cs: Added Flags attribute
18038         * Appearance.cs: Added ComVisible attribute
18039         * Border3DSide.cs: Added ComVisible attribute
18040         * Border3DStyle.cs: Added ComVisible attribute
18041         * BorderStyle.cs: Added ComVisible attribute
18042         * DragAction.cs: Added ComVisible attribute
18043         * ErrorBlinkStyle.cs: Added
18044         * ScrollEventType.cs: Added ComVisible attribute
18045         * AnchorStyles.cs: Added Editor attribute
18046         * DockStyle.cs: Added Editor attribute
18047         * HorizontalAlignment.cs: Added ComVisible attribute
18048         * HelpEventArgs.cs: Added ComVisible attribute
18049         * PaintEventArgs.cs: Added IDisposable
18050
18051 2005-01-04  Peter Bartok <pbartok@novell.com>
18052
18053         * TextControl.cs: Switched Line, LineTag and Document classes to
18054           internal
18055
18056 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
18057
18058         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
18059         Simple mode, fixes, IntegralHeight, etc.
18060
18061 2005-01-04  Peter Bartok <pbartok@novell.com>
18062
18063         * TextBoxBase.cs: Using proper font variable now
18064
18065 2005-01-04  Peter Bartok <pbartok@novell.com>
18066
18067         * Form.cs (ShowDialog): Set parent to owner, if provided
18068         * GroupBox.cs: Removed unused vars
18069         * TextControl.cs:
18070           - Added GetHashCode() for Document and LineTag classes
18071           - Removed unused variables
18072           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
18073             to allow translation between continuous char position and line/pos
18074         * CheckBox.cs: Removed vars that are provided by base class
18075         * RadioButton.cs: Removed vars that are provided by base class, added
18076           new keyword where required
18077         * LinkLabel.cs: Added new keyword where required
18078         * Control.cs (WndProc): Removed unused variable
18079         * TextBoxBase.cs:
18080           - Finished SelectionLength property
18081           - Implemented SelectionStart property
18082           - Implemented Text property
18083           - Removed unused vars
18084         * MessageBox.cs: Added new keyword where required
18085         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
18086           WndProc signature
18087         * MenuAPI.cs: Added new keyword where required
18088         * ButtonBase.cs: Removed vars that are provided by base class, added
18089           new keyword where required
18090         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
18091           argument to double, to allow compiling with csc 2.0 (Atsushi ran
18092           into this)
18093         * Application.cs (Run): Now triggers the ThreadExit event
18094         * CommonDialog.cs: Added new keyword where required; now properly sets
18095           parent (owner) for dialog
18096         * XplatUIX11.cs: Commented out unused vars
18097         * StatusBar.cs: Fixed signature for Text property
18098         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
18099
18100 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
18101
18102         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
18103         TrackBar.cs, MonthCalendar.cs: remove unused vars
18104
18105 2005-01-03  Jackson Harper  <jackson@ximian.com>
18106
18107         * ThemeWin32Classic.cs:
18108         * X11Keyboard.cs: Remove unused vars.
18109
18110 2005-01-03  Peter Bartok  <pbartok@novell.com>
18111
18112         * TextBox.cs:
18113           - set_Text: Tied into TextControl
18114           - set_TextAlignment: Tied into TextControl
18115         * TextControl.cs:
18116           - Added alignment properties and implemented alignment handling
18117             and drawing (still has a bug, not generating proper expose events)
18118           - Added new Line() constructor to allow passing the line alignment
18119           - Fixed selection setting, properly handling end<start now
18120           - Added aligment considerations to RecalculateDocument()
18121         * TextBoxBase.cs:
18122           - Now properly enforces control height for single line controls
18123           - Added support for CharacterCasing
18124           - Added IsInputKey override
18125           - Fixed Keys.Enter logic
18126           - Added SetBoundsCore override
18127           - Fixed mouse selection handling
18128
18129 2005-01-03  Jackson Harper  <jackson@ximian.com>
18130
18131         * TreeView.cs:
18132           - Collapse and uncheck all nodes when CheckBoxes is disabled.
18133           - Checkboxes are always aligned to the bottom of the node,
18134           regardless of item height.
18135           - Use the node bounds to draw the text so we can center it when
18136           the item height is greater then the font height.
18137           - Node::Bounds are only the text part of the node.
18138         * TreeNode.cs: New method to combine collapsing and unchecking all
18139           nodes recursively.
18140
18141 2005-01-02  Jackson Harper  <jackson@ximian.com>
18142
18143         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
18144         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
18145         tree when a check is changed. TODO: Only refresh the checked node.
18146
18147 2004-12-30  Jackson Harper  <jackson@ximian.com>
18148
18149         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
18150         * TreeNode.cs: When collapsing make sure to never collapse the
18151         root node.
18152
18153 2004-12-29  Jackson Harper  <jackson@ximian.com>
18154
18155         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
18156         
18157 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
18158
18159         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
18160
18161 2004-12-28  Peter Bartok  <pbartok@novell.com>
18162
18163         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
18164           not yet assigned
18165
18166 2004-12-28  Peter Bartok  <pbartok@novell.com>
18167
18168         * Control.cs (WndProc): Added WM_HELP handler, now generates
18169           HelpRequested event
18170         * Form.cs: Added HelpButton property and required support code
18171         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
18172
18173 2004-12-28  Peter Bartok  <pbartok@novell.com>
18174
18175         * CommonDialog.cs:
18176           - Made DialogForm.owner variable internal
18177           - Added check to ensure owner form is set before setting
18178             owner properties in CreateParams
18179
18180 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
18181
18182         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
18183           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
18184           GetCursorPos.  Fix major visibility issues.  Rework the windowing
18185           system to support borderless/titleless windows (implements menus).
18186           Fix GetWindowPos.  Implement initial background color support for
18187           views.
18188
18189 2004-12-28  Peter Bartok  <pbartok@novell.com>
18190
18191         * Form.cs (get_CreateParams): Make sure we have an owner before using
18192           the owner variable. Implement proper default if no owner exists
18193
18194 2004-12-28  Peter Bartok  <pbartok@novell.com>
18195
18196         * In preparation for making Managed.Windows.Forms the default build target
18197           for System.Windows.Forms, the following stubbed files were added.
18198           Dialogs are currently being implemented by contributors and are only
18199           short-term place holders.
18200         * ColorDialog.cs: Initial check-in (minmal stub)
18201         * DataGrid.cs: Initial check-in (minimal stub)
18202         * DataGridLineStyle.cs: Initial check-in (minimal stub)
18203         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
18204         * DataGridTableStyle.cs: Initial check-in (minimal stub)
18205         * FontDialog.cs: Initial check-in (minimal stub)
18206         * FileDialog.cs: Initial check-in (minimal stub)
18207         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
18208         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
18209         * OpenFileDialog: Initial check-in (minimal stub)
18210         * IComponentEditorPageSite.cs: Initial check-in
18211         * Splitter.cs: Initial check-in (for Jackson)
18212         * SplitterEventArgs.cs: Initial check-in (for Jackson)
18213         * SplitterEventHandler.cs: Initial check-in (for Jackson)
18214         * TextBox.cs: Initial check-in; still needs some wiring to
18215           TextControl backend
18216         * Form.cs: Implemented ControlBox property
18217         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
18218         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
18219         * TextControl.cs: Added selection functionality; added todo header
18220         * TextBoxBase.cs:
18221           - Implemented Lines property
18222           - Implemented TextHeight property
18223           - Implemented SelectedText property
18224           - Implemented SelectionLength property
18225           - Implemented SelectAll method
18226           - Implemented ToString method
18227           - Removed and cleaned up some debug code
18228           - Implemented (still buggy) mouse text selection
18229
18230 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
18231
18232         * ComboBox.cs: Complete DropDownList implementation, fixes.
18233
18234 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
18235
18236         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
18237         * ComboBoxStyle.cs: ComboBoxStyle enum
18238         * ComboBox.cs: Initial work on ComboBox control
18239
18240 2004-12-21  Peter Bartok  <pbartok@novell.com>
18241
18242         * Control.cs (ctor, CreateParams): Moved setting of is_visible
18243           forward so that anything that creates a window gets the default,
18244           also no longer uses Visible property in CreateParams to avoid
18245           walking up the parent chain and possibly get the wrong visible
18246           status. Fixed IsVisible to no longer walk up to the parent.
18247
18248 2004-12-21  Peter Bartok  <pbartok@novell.com>
18249
18250         * Form.cs (ShowDialog): Unset modality for the proper window
18251  
18252 2004-12-20  Peter Bartok  <pbartok@novell.com>
18253
18254         * CommonDialog.cs: Initial check-in
18255
18256 2004-12-20  Peter Bartok  <pbartok@novell.com>
18257
18258         * Control.cs (Visible): Now uses the parent window instead of the
18259           client area window for the property
18260
18261         * Form.cs
18262           - ShowDialog(): Now uses the proper window for modality
18263           - The default visibility state for the form parent is now false. This
18264             will prevent the user from seeing all the changes to the form and
18265             its controls before the application hits Application.Run()
18266           - Removed some stale commented out code
18267
18268         * NativeWindow.cs:
18269           - Added FindWindow() method to have a method to check for existence
18270             of a window handle
18271           - Added ability to override default exception handling (for example
18272             when debugging with VS.Net; to do this the ExternalExceptionHandler
18273             define must be set
18274           - Removed some useless debug output
18275
18276         * XplatUIX11.cs:
18277           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
18278             not working as expected
18279           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
18280             property to allow switching back to the modal window if focus is
18281             given to another one of our windows (Application Modal)
18282           - Now only sets override_redirect if we create a window
18283             without WS_CAPTION
18284           - Moved EventMask selection before mapping of newly created window
18285             so we can catch the map event as well
18286           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
18287           - Added various Atom related DllImports
18288           - Implemented Exit() method
18289           - .ctor() : No longer shows window if WS_VISIBLE is not defined
18290             in the CreateParams
18291
18292         * MessageBox.cs: Now properly deals with the FormParent window by
18293           providing an override the FormParent CreateParams property to
18294           set as POPUP instead of OVERLAPPED window.
18295
18296 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
18297
18298         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
18299         Minor code cleanup.
18300
18301 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
18302         
18303         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
18304
18305 2004-12-18  Peter Bartok  <pbartok@novell.com>
18306
18307         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
18308           implementing SetModal() method
18309
18310 2004-12-18  Peter Bartok  <pbartok@novell.com>
18311
18312         * X11Structs.cs (XGCValues): Fixed type of function element
18313         * XplatUI.cs: Added ScrollWindow() method
18314         * XplatUIDriver.cs: Added ScrollWindow() abstract
18315         * XplatUIWin32.cs: Implemented ScrollWindow() method
18316         * XplatUIX11.cs: Implemented ScrollWindow() method
18317         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
18318
18319 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
18320
18321         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
18322         Some more keyboard support (INCOMPLETE)
18323
18324 2004-12-17  Peter Bartok  <pbartok@novell.com>
18325
18326         * TextControl.cs:
18327         - Added color attribute to line tags.
18328         - Added color argument to all functions dealing with tags
18329         - Added color argument support to various functions
18330         - Fixed miss-calculation of baseline/shift in certain circumstances
18331
18332         * TextBoxBase.cs: Added new color option to test code
18333
18334 2004-12-17  Jackson Harper  <jackson@ximian.com>
18335
18336         * TreeNode.cs:
18337         * MonthCalendar.cs: Signature fixes
18338
18339 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
18340
18341         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
18342         keyboard event moved it.  Create a new graphics context for each paint resolves this
18343
18344 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
18345
18346         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
18347         Make caret exist and go blink blink.  Initial keyboard support.
18348         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
18349         works.
18350
18351 2004-12-17  Jackson Harper  <jackson@ximian.com>
18352
18353         * XplatUIStructs.cs: Updated set of virtual keycodes.
18354         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
18355
18356 2004-12-17  Jackson Harper  <jackson@ximian.com>
18357
18358         * XplatUIX11.cs: Prune old keyboard code.
18359
18360 2004-12-17  Jackson Harper  <jackson@ximian.com>
18361
18362         * XplatUIX11.cs: When generating mouse wparams get the modifier
18363         keys from the ModifierKeys property.
18364
18365 2004-12-17  Jackson Harper  <jackson@ximian.com>
18366
18367         * X11Keyboard.cs: Send up/down input when generating
18368         messages. Remove some unused vars.
18369
18370 2004-12-17  Jackson Harper  <jackson@ximian.com>
18371
18372         * TabControl.cs:
18373         * TreeView.cs: get rid of warnings.
18374
18375 2004-12-17  Jackson Harper  <jackson@ximian.com>
18376
18377         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
18378
18379 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
18380
18381         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
18382           CheckedListBox.cs: Implementation
18383
18384 2004-12-17  Peter Bartok  <pbartok@novell.com>
18385
18386         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
18387
18388 2004-12-16  Peter Bartok  <pbartok@novell.com>
18389
18390         * TextControl.cs:
18391           - InsertCharAtCaret(): Fixed start pos fixup
18392           - CaretLine_get: No longer derives the line from the tag, the tag
18393             could be stale if lines in the document have been added or deleted
18394           - RebalanceAfterDelete(): Fixed bug in balancing code
18395           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
18396           - Line.Streamline(): Now can also elminate leading empty tags
18397           - DumpTree(): Added a few more tests and prevented exception on
18398             uninitialized data
18399           - Added Debug section for Combining lines
18400           - Delete(): Now copies all remaining properties of a line
18401           
18402         * TextBoxBase.cs:
18403           - Left mousebutton now sets the caret (and middle button still acts
18404             as formatting tester, which must go away soon)
18405           - Added Debug section for Deleting/Combining lines
18406           - Fixed calculations for UpdateView after Combining lines
18407
18408 2004-12-16  Peter Bartok  <pbartok@novell.com>
18409
18410         * TextControl.cs: Now properly aligns text on a baseline, using the
18411           new XplatUI.GetFontMetrics() method. Simplified several calculations
18412         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
18413           defined
18414
18415 2004-12-16  Peter Bartok  <pbartok@novell.com>
18416
18417         * XplatUI.cs: Added GetFontMetrics() method
18418         * XplatUIDriver.cs: Added GetFontMetrics() abstract
18419         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
18420           into libgdiplus, our private GetFontMetrics function
18421         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
18422         * XplatUIWin32.cs: Implemented GetFontMetrics() method
18423
18424 2004-12-16  Jackson Harper  <jackson@ximain.com>
18425
18426         * XplatUIStruct.cs: Add enum for dead keys
18427         * X11Keyboard.cs: Map and unmap dead keys.
18428
18429 2004-12-16  Jackson Harper  <jackson@ximian.com>
18430
18431         * X11Keyboard.cs: Detect and use the num lock mask.
18432
18433 2004-12-16  Peter Bartok  <pbartok@novell.com>
18434
18435         * Control.cs (CreateGraphics): Added check to make sure the
18436           handle of the window exists before calling Graphics.FromHwnd()
18437
18438 2004-12-16  Peter Bartok  <pbartok@novell.com>
18439
18440         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
18441           contains a lot of code that's not supposed to be there for the
18442           real thing, but required for developing/testing the textbox
18443           backend.
18444
18445 2004-12-16  Peter Bartok  <pbartok@novell.com>
18446
18447         * TextControl.cs:
18448         - Fixed Streamline method
18449         - Added FindTag method to Line
18450         - Added DumpTree method for debugging
18451         - Added DecrementLines() method for deleting lines
18452         - Fixed UpdateView to update the cursor to end-of-line on single-line
18453           updates
18454         - Added PositionCaret() method
18455         - Fixed MoveCaret(LineDown) to move into the last line, too
18456         - Added InsertChar overload
18457         - Fixed InsertChar tag offset calculations
18458         - Added DeleteChar() method
18459         - Added Combine() method for folding lines
18460         - Fixed Delete() method, no longer allocates wasted Line object and
18461           now copies all properties when swapping nodes
18462         - Delete() method now updates document line counter
18463
18464 2004-12-15  Jackson Harper  <jackson@ximian.com>
18465
18466         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
18467         * X11Keyboard.cs: Expose the currently selected modifier keys
18468         through a property.
18469
18470 2004-12-15  Peter Bartok  <pbartok@novell.com>
18471
18472         * TextControl.cs: Initial check-in. Still incomplete
18473
18474 2004-12-15  Jackson Harper  <jackson@ximian.com>
18475
18476         * TreeNode.cs:
18477         * TreeView.cs: Fix build on csc (second time today ;-))
18478
18479 2004-12-15  Jackson Harper  <jackson@ximian.com>
18480
18481         * TreeView.cs: Store the treenodes plus/minus box bounds when it
18482         is calculated and use this for click testing.
18483         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
18484
18485 2004-12-15  Jackson Harper  <jackson@ximian.com>
18486
18487         * TreeView.cs: Pass the nodes image index to the image list when
18488         drawing that image.
18489
18490 2004-12-15  Jackson Harper  <jackson@ximian.com>
18491
18492         * X11Keyboard.cs: Set messages hwnd.
18493         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
18494         post_message calls.
18495
18496 2004-12-15  Jackson Harper  <jackson@ximian.com>
18497
18498         * X11Keyboard.cs: Fix to compile with csc.
18499         
18500 2004-12-15  Jackson Harper  <jackson@ximian.com>
18501
18502         * X11Structs.cs: Add key mask values
18503         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
18504         * X11Keyboard.cs: New file - Extrapolates and interpolates key
18505         down/up foo into WM_CHAR foo
18506         * KeyboardLayouts.cs: Common keyboard layouts
18507         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
18508         post messages into the main queue.
18509
18510 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
18511
18512         * Button.cs: implement ProcessMnemonic
18513         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
18514           brushes everytime
18515         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
18516         * ButtonBase.cs: Show HotkeyPrefix (not the &)
18517
18518 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
18519         
18520         * MonthCalendar.cs: Implemented click-hold for next/previous month
18521           and date selection
18522           
18523 2004-12-11  Peter Bartok  <pbartok@novell.com>
18524
18525         * X11Structs.cs:
18526           - Added XKeyboardState (moved from XplatUIX11.cs)
18527           - Added XCreateGC related enums and structures
18528           - Added GXFunction for XSetFunction
18529
18530         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
18531
18532         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
18533           CaretVisible() calls
18534
18535         * ToolTip.cs: Added code to prevent stealing focus from app windows
18536
18537         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
18538           DestroyCaret, SetCaretPos and CaretVisible)
18539
18540         * XplatUIX11.cs:
18541           - Added implementation for caret functions
18542           - Moved hover variables into a struct, to make it a bit easier
18543             on the eyes and to debug
18544           - Removed XKeyboardState (moved to XplatUIX11.cs)
18545           - Moved Keyboard properties into the properties region
18546
18547         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
18548           call to get a graphics context for our control
18549
18550         * XplatUIOSX.cs: Added empty overrides for the new caret functions
18551
18552         * TreeView.cs: Fixed bug. No matter what color was set it would always
18553           return SystemColors.Window
18554
18555         * XplatUIWin32.cs: Implemented caret overrides
18556
18557 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
18558
18559         * ListBox.cs: fire events, implement missing methods and properties,
18560         sorting.
18561
18562 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
18563
18564         * MonthCalendar.cs: invalidation bug fixing
18565         * ThemeWin32Classic.cs: paint fixing
18566
18567 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
18568
18569         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
18570         prepare the CGContextRef there now.
18571
18572 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
18573
18574         * MonthCalendar.cs:
18575           - optimisationL only invalidate areas that have changed
18576         * ThemeWin32Classic.cs:
18577           - only paint parts that intersect with clip_area
18578
18579 2004-12-09  Peter Bartok  <pbartok@novell.com>
18580
18581         * Application.cs: Undid changes from r37004 which cause problems
18582         on X11
18583
18584 2004-12-09  Ravindra  <rkumar@novell.com>
18585
18586         * ToolBar.cs: Added support for displaying ContextMenu
18587         attached to a button on ToolBar.
18588         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
18589         property.
18590
18591 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
18592
18593         * Label.cs: autosize works in text change and removes unnecessary
18594         invalidate
18595
18596 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
18597
18598         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
18599         remove warnings
18600
18601 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
18602
18603         * XplatUIOSX.cs: Added mouse move/click/grab support
18604         Remove some debugging WriteLines not needed anymore.
18605         Add window resizing/positioning.
18606         Fix visibility on reparenting.
18607
18608 2004-12-08  Peter Bartok  <pbartok@novell.com>
18609
18610         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
18611
18612 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
18613
18614         * XplatUIOSX.cs: Initial checkin
18615         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
18616
18617 2004-12-03  Ravindra <rkumar@novell.com>
18618
18619         * ListView.cs: Added some keybindings and fixed scrolling.
18620         ScrollBars listen to ValueChanged event instead of Scroll
18621         Event. This would let us take care of all changes being
18622         done in the scrollbars' values programmatically or manually.
18623         * ListView.cs (CanMultiselect): Added a check for shift key.
18624         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
18625         * ListViewItem.cs (Clone): Fixed. We need to make a copy
18626         of ListViewSubItemCollection as well.
18627
18628 2004-12-06  Peter Bartok <pbartok@novell.com>
18629
18630         * Control.cs (Parent): Added check and exception to prevent
18631         circular parenting
18632
18633 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
18634
18635         * ListBox.cs: implemented clipping, selection single and multiple,
18636         bug fixing
18637
18638 2004-12-03  Ravindra <rkumar@novell.com>
18639
18640         * ListView.cs (ListView_KeyDown):
18641         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
18642         when CTRL key is pressed.
18643         * ListViewItem.cs (Selected): Fixed setting the property.
18644
18645 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
18646
18647         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
18648
18649         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
18650         MinimizeBox, ShowInTaskbar, TopMost properties.
18651
18652         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
18653         will be implemented).
18654
18655 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
18656
18657         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
18658
18659         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
18660         tests.
18661         
18662         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
18663         
18664         * TreeView.cs: BackColor is Colors.Window.
18665
18666 2004-12-01  Jackson Harper  <jackson@ximian.com>
18667
18668         * TreeView.cs: When resizing the tree if the user is making it
18669         smaller we don't get expose events, so we need to handle adding
18670         the horizontal scrollbar in the size changed handler as well as
18671         the expose handler.
18672
18673 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
18674
18675         * DrawItemState.cs: fixes wrong enum values
18676
18677 2004-12-01  Jackson Harper  <jackson@ximian.com>
18678
18679         * TreeView.cs: Resize the hbar as well as the vbar on resize.
18680
18681 2004-12-01  Jackson Harper  <jackson@ximian.com>
18682
18683         * NodeLabelEditEventArgs.cs:
18684         * NodeLabelEditEventHandler.cs:
18685         * OpenTreeNodeEnumerator.cs:
18686         * TreeNode.cs:
18687         * TreeNodeCollection.cs:
18688         * TreeView.cs:
18689         * TreeViewAction.cs:
18690         * TreeViewCancelEventArgs.cs:
18691         * TreeViewCancelEventHandler.cs:
18692         * TreeViewEventArgs.cs:
18693         * TreeViewEventHandler.cs: Initial implementation.
18694
18695 2004-12-01  Ravindra <rkumar@novell.com>
18696
18697         * ListView.cs (CalculateListView): Fixed scrolling related
18698         calculations. Also, removed some debug statements from other
18699         places.
18700         * ListViewItem.cs: Changed access to 'selected' instance variable
18701         from private to internal.
18702         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
18703
18704 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
18705
18706         * ThemeWin32Classic.cs: remove cache of brush and pens for
18707         specific controls and use the global system, fixes scrollbutton
18708         bugs (for small sizes, disabled, etc)
18709         
18710         * ScrollBar.cs: does not show the thumb for very small controls
18711         (as MS) and allow smaller buttons that the regular size
18712
18713 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
18714
18715         * UpDownBase.cs: Add abstract methods for the interface.
18716         Add new virtual methods (need to be hooked up to TextEntry when it
18717         exists).
18718         Add override methods for most features.
18719         Computes the size, forces the height of the text entry.
18720
18721         * NumericUpDown.cs: Put here the current testing code.
18722
18723         * Set eol-style property on all files that do not have mixed line
18724         endings, to minimize the future problems.  There are still a few
18725         files with mixed endings, and someone should choose whether they
18726         want to move it or not.
18727
18728 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
18729
18730         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
18731         System.Colors
18732         
18733 2004-11-30  Ravindra <rkumar@novell.com>
18734
18735         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
18736         drawing and replaced use of SystemColors by theme colors.
18737         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
18738         * ListView.cs (ListViewItemCollection.Add): Throw exception when
18739         same ListViewItem is being added more than once.
18740
18741 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
18742
18743         * MonthCalendar.cs:
18744           - ControlStyles love to make the control not flicker
18745           
18746 2004-11-30  Peter Bartok  <pbartok@novell.com>
18747
18748         * CharacterCasing.cs: Added
18749
18750 2004-11-29  Peter Bartok  <pbartok@novell.com>
18751
18752         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18753           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
18754           I am removing these files as they conflict with already completed
18755           work. While it is fantastic to get contributions to MWF, I
18756           respectfully ask that everyone please coordinate their contributions
18757           through mono-winforms-list or #mono-winforms at this time. We're
18758           explicitly avoiding stubbing and don't want controls that don't have
18759           their basic functionality implemented in svn. Please also see
18760           http://www.mono-project.com/contributing/winforms.html
18761
18762
18763 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
18764
18765         * Application.cs (ModalRun): Don't hang after exit.
18766
18767         * Theme.cs: New TreeViewDefaultSize property.
18768
18769         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
18770         with less hardcoded SystemColors constant.
18771         Implemented TreeViewDefaultSize.
18772
18773         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18774         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
18775
18776
18777 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
18778
18779         * MonthCalendar.cs:
18780           - Fix NextMonthDate and PrevMonthDate click moving calendar
18781
18782 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18783
18784         * MonthCalendar.cs:
18785           - Fix usage of ScrollChange Property when scrolling months
18786
18787 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
18788
18789         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
18790          - Fixes menu destroying
18791          - Support adding and removing items on already created menus
18792
18793 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18794
18795         * MonthCalendar.cs:
18796           - Re-worked all bolded dates handling to match win32
18797         * ThemeWin32Classic.cs:
18798           - Fixed rendering with bolded dates
18799
18800 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18801
18802         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18803         - Horizontal scroolbar
18804         - Multicolumn
18805         - Fixes
18806
18807
18808 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18809
18810         * MonthCalendar.cs:
18811           - Fix Usage of MaxSelectionCount from SelectionRange
18812           - Fixed Shift + Cursor Selection
18813           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18814           - Fixed normal cursor selection to be compat with win32
18815           - Fixed Shift + Mouse Click selection
18816
18817 2004-11-24  Peter Bartok <pbartok@novell.com>
18818
18819         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18820         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18821         * XplatUIX11.cs:
18822           - CreatedKeyBoardMsg now updates keystate with Alt key
18823           - Added workaround for timer crash to CheckTimers, Jackson will
18824             develop a proper fix and check in later
18825           - Implemented DispatchMessage
18826           - Removed calling the native window proc from GetMessage (call
18827             now moved to DispatchMessage)
18828
18829         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18830           the keydata (Fixes bug #69831)
18831
18832         * XplatUIWin32.cs:
18833           - (DispatchMessage): Switched to return IntPtr
18834           - Added DllImport for SetFocus
18835
18836 2004-11-24  Ravindra <rkumar@novell.com>
18837
18838         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18839         background drawing.
18840         * ListViewItem.cs: Fixed various properties, calculations
18841         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18842         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18843         and some internal properties. Fixed MouseDown handler and Paint
18844         method.
18845
18846 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18847
18848         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18849
18850 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18851
18852         * ContainerControl.cs: correct accidental check in of local changes
18853
18854 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18855
18856         * ThemeWin32Classic.cs:
18857                 - Fixed Drawing Last month in grid (sometimes not showing)
18858         * MonthCalendar.cs:
18859                 - Fixed title width calculation bug (makeing title small)
18860
18861 2004-11-23  Peter Bartok <pbartok@novell.com>
18862
18863         * XplatUIX11.cs:
18864           - Added generation of WM_MOUSEHOVER event
18865           - Added missing assignment of async_method atom
18866           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18867
18868 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18869
18870         * ThemeWin32Classic.cs:
18871                 - Fixed Drawing of today circle when showtodaycircle not set
18872                 - fixed drawing of first and last month in the grid (gay dates)
18873         * MonthCalendar.cs:
18874                 - Fixed Drawing of today circle
18875                 - Fixed drawing of grady dates
18876                 - Fixed HitTest for today link when ShowToday set to false
18877                 - Fixed DefaultSize to obey ShowToday
18878
18879 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18880
18881         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18882         * System.Windows.Forms/Theme.cs
18883         * MonthCalendar.cs: added for MonthCalendar
18884         * SelectionRange.cs: added for MonthCalendar
18885         * Day.cs: added for MonthCalendar: added for MonthCalendar
18886         * DateRangeEventArgs.cs: added for MonthCalendar
18887         * DateRangeEventHandler.cs: added for MonthCalendar
18888
18889 2004-11-22  Ravindra <rkumar@novell.com>
18890
18891         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18892         property.
18893
18894 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18895
18896         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18897         event handler.
18898         
18899         * NumericUpDown.cs: Added new implementation.
18900         * UpDownBase.cs: Added new implementation.
18901
18902         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18903         implementations.
18904         
18905         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18906         implementations.
18907
18908         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18909         methods.
18910
18911 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18912
18913         * Timer.cs  (Dispose): Should call the base dispose when
18914         overriding.
18915
18916 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18917
18918         * ScrollBar.cs: updates thumb position when max, min or increment
18919         is changed
18920
18921 2004-11-21  Ravindra <rkumar@novell.com>
18922
18923         * ListView.cs: Implemented item selection, activation and
18924         column header style. Fixed properties to do a redraw, if
18925         required. Added support for MouseHover, DoubleClick, KeyDown
18926         and KeyUp event handling and some minor fixes.
18927         * ListViewItem.cs: Fixed constructor.
18928         * ThemeWin32Classic.cs: Improved drawing for ListView.
18929
18930 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18931
18932         * ThemeWin32Classic.cs: initial listbox drawing code
18933         * DrawMode.cs: new enumerator
18934         * ListControl.cs: stubbed class
18935         * ListBox.cs: initial implementation
18936         * Theme.cs: new methods definitions
18937         * SelectionMode.cs: new enumerator
18938
18939 2004-11-17  Peter Bartok  <pbartok@novell.com>
18940
18941         * XplatUIWin32.cs: Added double-click events to the class style
18942         * Control.cs (WndProc):
18943           - Added handling of click-count to MouseDown/ MouseUp events.
18944           - Added handling of middle and right mouse buttons
18945           - Removed old debug code
18946
18947 2004-11-17  Jackson Harper  <jackson@ximian.com>
18948
18949         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18950
18951 2004-11-17  Ravindra <rkumar@novell.com>
18952
18953         * ListView.cs: Added event handling for MouseMove/Up/Down.
18954         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18955         * ThemeWin32Classic.cs: We need to clear the graphics context and
18956         draw column header in a proper state.
18957
18958
18959 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18960
18961         *  Menu.cs: fixes signature
18962
18963 2004-11-16  Peter Bartok  <pbartok@novell.com>
18964
18965         * XplatUIX11.cs (GetMessage): Implemented generation of
18966           double click mouse messages
18967
18968 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18969
18970         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18971         not by menu
18972
18973 2004-11-11  Peter Bartok  <pbartok@novell.com>
18974
18975         * HandleData.cs: Added Visible property
18976         * XplatUIX11.cs (IsVisible): Now uses Visible property from
18977           HandleData
18978         * XplatUIX11.cs: Removed old debug leftovers
18979         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
18980         * Control.cs (WndProc): Removed old debug leftovers,
18981           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
18982           needed WM_SIZE handling
18983
18984 2004-11-11  Jackson Harper  <jackson@ximian.com>
18985
18986         * OwnerDrawPropertyBag.cs:
18987         * TreeViewImageIndexConverter.cs: Initial implementation
18988
18989 2004-11-10  Jackson Harper  <jackson@ximian.com>
18990
18991         * ThemeWin32Classic.cs:
18992         * TabControl.cs: instead of moving tabs by the slider pos just
18993         start drawing at the tab that is offset by the slider. This way
18994         scrolling always moves by exactly one tab.
18995
18996 2004-11-10  Jackson Harper  <jackson@ximian.com>
18997
18998         * TabControl.cs: You can only scroll left when the slider has
18999         already ben moved right.
19000         
19001 2004-11-10  Jackson Harper  <jackson@ximian.com>
19002
19003         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
19004         the clip area.
19005         
19006 2004-11-10  Jackson Harper  <jackson@ximian.com>
19007
19008         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
19009         clip area.
19010         
19011 2004-11-09  Jackson Harper  <jackson@ximian.com>
19012
19013         * TabControl.cs (CalcXPos): New helper method so we can determine
19014         the proper place to start drawing vertical tabs.
19015         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
19016         
19017 2004-11-09  Jackson Harper  <jackson@ximian.com>
19018
19019         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
19020         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
19021         and Bottom, left and right are illegal values for this and
19022         multiline is enabled when the alignment is set to left or right.
19023         (DrawTab): Each alignment block should draw the text itself now
19024         because Left requires special love. Also add rendering for Left
19025         aligned tabs.
19026         
19027 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
19028
19029         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
19030         does not destroy the windows, removes debugging messages
19031
19032 2004-11-09  jba  <jba-mono@optusnet.com.au>
19033
19034         * ThemeWin32Classic.cs
19035         (DrawButtonBase): Fix verticle text rect clipping in windows
19036         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
19037         rendering and incorrect text rect clipping
19038         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
19039         rendering and incorrect text rect clipping
19040         
19041 2004-11-08  Jackson Harper  <jackson@ximian.com>
19042
19043         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
19044         bottom when they are bottom aligned so the bottoms of the tabs get
19045         displayed.
19046         * TabControl.cs (DropRow): Move rows up instead of down when the
19047         tab control is bottom aligned.
19048
19049 2004-11-08 13:59  pbartok
19050
19051         * XplatUIX11.cs:
19052           - Added handling for various window styles
19053           - Added handling for popup windows
19054           - Added SetTopmost handling
19055
19056 2004-11-08 13:55  pbartok
19057
19058         * XplatUIWin32.cs:
19059           - Added argument to SetTopmost method
19060           - Fixed broken ClientToScreen function
19061
19062 2004-11-08 13:53  pbartok
19063
19064         * XplatUIStructs.cs:
19065           - Added missing WS_EX styles
19066
19067 2004-11-08 13:53  pbartok
19068
19069         * XplatUI.cs, XplatUIDriver.cs:
19070           - Added argument to SetTopmost
19071
19072 2004-11-08 13:52  pbartok
19073
19074         * X11Structs.cs:
19075           - Added XSetWindowAttributes structure
19076           - Improved XWindowAttributes structure
19077           - Added SetWindowValuemask enum
19078           - Added window creation arguments enum
19079           - Added gravity enum
19080           - Added Motif hints structure
19081           - Added various Motif flags and enums
19082           - Added PropertyMode enum for property functions
19083
19084 2004-11-08 13:50  pbartok
19085
19086         * Form.cs:
19087           - Fixed arguments for updated SetTopmost method
19088
19089 2004-11-08 13:49  pbartok
19090
19091         * ToolTip.cs:
19092           - Fixed arguments for updated SetTopmost function
19093           - Fixed usage of PointToClient
19094
19095 2004-11-08 13:44  pbartok
19096
19097         * MenuAPI.cs:
19098           - Added Clipping of children and siblings
19099
19100 2004-11-08 13:41  pbartok
19101
19102         * MainMenu.cs:
19103           - Removed SetMenuBarWindow call. We do this in Form.cs
19104
19105 2004-11-08 13:40  jackson
19106
19107         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
19108           scrolling jimmi in the correct location with bottom aligned tabs
19109
19110 2004-11-08 13:36  pbartok
19111
19112         * ContainerControl.cs:
19113           - Implemented BindingContext
19114           - Implemented ParentForm
19115
19116 2004-11-08 12:46  jackson
19117
19118         * TabControl.cs: Put bottom rendered tabs in the right location
19119
19120 2004-11-08 07:15  jordi
19121
19122         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
19123           removes dead code
19124
19125 2004-11-05 17:30  jackson
19126
19127         * TabControl.cs: When selected tabs are expanded make sure they
19128           don't go beyond the edges of the tab control
19129
19130 2004-11-05 14:57  jackson
19131
19132         * TabControl.cs: Reset show_slider so if the control is resized to
19133           a size where it is no longer needed it's not displayed anymore
19134
19135 2004-11-05 13:16  jackson
19136
19137         * TabControl.cs: Make tab pages non visible when added to the
19138           control
19139
19140 2004-11-05 12:42  jackson
19141
19142         * TabControl.cs: Implement SizeMode.FillToRight
19143
19144 2004-11-05 12:16  jackson
19145
19146         * Control.cs: Do not call CreateHandle if the handle is already
19147           created
19148
19149 2004-11-05 11:46  jackson
19150
19151         * TabControl.cs: Remove superflous call to CalcTabRows
19152
19153 2004-11-05 09:07  jackson
19154
19155         * XplatUIX11.cs: Update for Mono.Posix changes
19156
19157 2004-11-05 07:00  ravindra
19158
19159         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
19160           scrolling.
19161
19162 2004-11-04 22:47  jba
19163
19164         * ThemeWin32Classic.cs:
19165           - Fix Button rendering for FlatStyle = Flat or Popup
19166           - Fix RadioButton and CheckBox rendering when Appearance = Button
19167             (normal and flatstyle).
19168           - Correct outer rectangle color when drawing focus rectangle
19169           - Adjust button bounds to be 1 px smaller when focused
19170           - Make button not draw sunken 3d border when pushed (windows compat)
19171           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
19172           - Offset the text in RadioButton and Checkbox when being rendered as
19173           a button.
19174           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
19175           radiobuttons
19176           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
19177           - Fixed disabled text rendering for normally rendered radiobuttons
19178
19179 2004-11-04 10:26  jackson
19180
19181         * TabControl.cs: Recalculate tab rows when resizing
19182
19183 2004-11-04 07:47  jordi
19184
19185         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
19186           collection completion, drawing issues, missing features
19187
19188 2004-11-04 05:03  ravindra
19189
19190         * ScrollBar.cs:
19191                 - We need to recalculate the Thumb area when
19192                 LargeChange/maximum/minimum values are changed.
19193           - We set the 'pos' in UpdatePos() method to minimum, if it's less
19194                 than minimum. This is required to handle the case if large_change is
19195                 more than max, and use LargeChange property instead of large_change
19196                 variable.
19197           - We return max+1 when large_change is more than max, like MS does.
19198
19199 2004-11-04 04:29  ravindra
19200
19201         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
19202                 - Changed default value signatures (prefixed all with ListView).
19203                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
19204                 ListView.
19205           - Fixed calculations for ListViewItem and implemented Clone()
19206           method.
19207
19208 2004-11-04 04:26  ravindra
19209
19210         * Theme.cs, ThemeWin32Classic.cs:
19211                 - Changed default ListView values signatures (prefixed all with
19212                 ListView).
19213           - Fixed default size values for VScrollBar and HScrollBar.
19214                 - Fixed DrawListViewItem method.
19215
19216 2004-11-04 04:05  ravindra
19217
19218         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
19219
19220 2004-11-04 04:04  ravindra
19221
19222         * ImageList.cs: Implemented the missing overload for Draw method.
19223
19224 2004-11-03 19:29  jackson
19225
19226         * TabControl.cs: Handle dropping rows on selection properly
19227
19228 2004-11-03 11:59  jackson
19229
19230         * TabControl.cs: remove debug code
19231
19232 2004-11-03 11:52  jackson
19233
19234         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
19235           the scrolly widgerywoo
19236
19237 2004-11-02 13:52  jackson
19238
19239         * TabControl.cs: Resize the tab pages and tabs when the tab control
19240           is resized
19241
19242 2004-11-02 13:40  jackson
19243
19244         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
19245           selected tab to the bottom
19246
19247 2004-11-02 13:39  jackson
19248
19249         * TabPage.cs: Store the tab pages row
19250
19251 2004-11-02 12:33  jordi
19252
19253         * MenuItem.cs: fixes handle creation
19254
19255 2004-11-02 11:42  jackson
19256
19257         * TabControl.cs: signature fix
19258
19259 2004-11-02 08:56  jackson
19260
19261         * TabControl.cs: Calculate whether the tab is on an edge properly.
19262           Remove top secret debugging code
19263
19264 2004-11-01 19:57  jackson
19265
19266         * TabControl.cs: Add click handling, and proper sizing
19267
19268 2004-11-01 19:47  jackson
19269
19270         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
19271           tab controls
19272
19273 2004-11-01 19:39  jackson
19274
19275         * TabPage.cs: add internal property to store the bounds of a tab
19276           page
19277
19278 2004-10-30 04:23  ravindra
19279
19280         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
19281           values.
19282
19283 2004-10-30 04:21  ravindra
19284
19285         * ListView.cs, ListViewItem.cs: Added support for scrolling and
19286           fixed calculations.
19287
19288 2004-10-30 03:06  pbartok
19289
19290         * XplatUIX11.cs:
19291           - Removed extension of DllImported libs
19292
19293 2004-10-29 09:55  jordi
19294
19295         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
19296           navigation, itemcollection completion, menu fixes
19297
19298 2004-10-27 22:58  pbartok
19299
19300         * XplatUIX11.cs:
19301           - Now throws a nice error message when no X display could be opened
19302
19303 2004-10-26 13:51  jordi
19304
19305         * ListView.cs: removes warning
19306
19307 2004-10-26 03:55  ravindra
19308
19309         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
19310           ThemeWin32Classic.cs: Some formatting for my last checkins.
19311
19312 2004-10-26 03:36  ravindra
19313
19314         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
19315           control and default values.
19316
19317 2004-10-26 03:35  ravindra
19318
19319         * Theme.cs: Added some default values for ListView control.
19320
19321 2004-10-26 03:33  ravindra
19322
19323         * ToolBar.cs: ToolBar should use the user specified button size, if
19324           there is any. Added a size_specified flag for the same.
19325
19326 2004-10-26 03:33  ravindra
19327
19328         * ColumnHeader.cs: Added some internal members and calculations for
19329           ColumnHeader.
19330
19331 2004-10-26 03:32  ravindra
19332
19333         * ListViewItem.cs: Calculations for ListViewItem.
19334
19335 2004-10-26 03:31  ravindra
19336
19337         * ListView.cs: Added some internal members and calculations for
19338           ListView.
19339
19340 2004-10-22 13:31  jordi
19341
19342         * MenuAPI.cs: speedup menus drawing
19343
19344 2004-10-22 13:16  jackson
19345
19346         * XplatUIX11.cs: Make sure to update exposed regions when adding an
19347           expose event
19348
19349 2004-10-22 11:49  jackson
19350
19351         * Control.cs: oops
19352
19353 2004-10-22 11:41  jackson
19354
19355         * Control.cs: Check to see if the window should have its background
19356           repainted by X when drawing.
19357
19358 2004-10-22 11:31  jackson
19359
19360         * XplatUIX11.cs: When invalidating areas only use XClearArea if
19361           clear is true, this way we do not get flicker from X repainting the
19362           background
19363
19364 2004-10-22 11:28  jackson
19365
19366         * XEventQueue.cs: Queue properly
19367
19368 2004-10-21 09:38  jackson
19369
19370         * XEventQueue.cs: Fix access modifier
19371
19372 2004-10-21 09:36  jackson
19373
19374         * XEventQueue.cs: Don't loose messages
19375
19376 2004-10-21 09:22  jackson
19377
19378         * XEventQueue.cs: Don't loose messages
19379
19380 2004-10-20 04:15  jordi
19381
19382         * BootMode.cs: enum need it by SystemInfo
19383
19384 2004-10-19 21:58  pbartok
19385
19386         * XplatUIWin32.cs:
19387           - Small sanity check
19388
19389 2004-10-19 21:56  pbartok
19390
19391         * Form.cs:
19392           - Added private FormParentWindow class which acts as the container
19393             for our form and as the non-client area where menus are drawn
19394           - Added/Moved required tie-ins to Jordi's menus
19395           - Fixed/Implemented the FormStartPosition functionality
19396
19397 2004-10-19 21:52  pbartok
19398
19399         * Control.cs:
19400           - Removed unneeded locals
19401           - Added code to all size and location properties to understand and
19402             deal with the parent container of Form
19403
19404 2004-10-19 21:33  pbartok
19405
19406         * Application.cs:
19407           - Fixed to deal with new Form subclasses for menus
19408
19409 2004-10-19 17:48  jackson
19410
19411         * XEventQueue.cs: commit correct version of file
19412
19413 2004-10-19 16:50  jackson
19414
19415         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
19416
19417 2004-10-19 16:15  jordi
19418
19419         * MenuAPI.cs: MenuBarCalcSize returns the height
19420
19421 2004-10-19 08:31  pbartok
19422
19423         * Control.cs:
19424           - Added missing call to PreProcessMessage before calling OnXXXKey
19425           methods
19426
19427 2004-10-19 00:04  ravindra
19428
19429         * ToolTip.cs: Fixed constructor.
19430
19431 2004-10-18 09:31  jordi
19432
19433         * MenuAPI.cs: menuitems in menubars do not have shortcuts
19434
19435 2004-10-18 09:26  jordi
19436
19437         * MenuItem.cs: fixes MenuItem class signature
19438
19439 2004-10-18 08:56  jordi
19440
19441         * MenuAPI.cs: prevents windows from showing in the taskbar
19442
19443 2004-10-18 00:28  ravindra
19444
19445         * ToolTip.cs: Suppressed a warning message.
19446
19447 2004-10-18 00:27  ravindra
19448
19449         * Control.cs: Default value of visible property must be true.
19450
19451 2004-10-17 23:19  pbartok
19452
19453         * ToolTip.cs:
19454           - Complete implementation
19455
19456 2004-10-17 23:19  pbartok
19457
19458         * XplatUIX11.cs:
19459           - Added EnableWindow method
19460           - Added SetModal stub
19461           - Added generation of WM_ACTIVATE message (still needs testing)
19462           - Added SetTopMost stub
19463           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
19464
19465 2004-10-17 23:17  pbartok
19466
19467         * XplatUIWin32.cs:
19468           - Removed VirtualKeys to XplatUIStructs
19469           - Implemented SetTopMost method
19470           - Implemented EnableWindow method
19471           - Bugfix in ScreenToClient()
19472           - Bugfixes in ClientToScreen()
19473
19474 2004-10-17 22:51  pbartok
19475
19476         * XplatUIStructs.cs:
19477           - Added WS_EX styles to WindowStyles enumeration
19478
19479 2004-10-17 22:50  pbartok
19480
19481         * XplatUI.cs, XplatUIDriver.cs:
19482           - Added method for enabling/disabling windows
19483           - Added method for setting window modality
19484           - Added method for setting topmost window
19485
19486 2004-10-17 22:49  pbartok
19487
19488         * ThemeWin32Classic.cs:
19489           - Added ToolTip drawing code
19490
19491 2004-10-17 22:49  pbartok
19492
19493         * Theme.cs:
19494           - Added ToolTip abstracts
19495
19496 2004-10-17 22:47  pbartok
19497
19498         * Form.cs:
19499           - Fixed Form.ControlCollection to handle owner relations
19500           - Added Owner/OwnedForms handling
19501           - Implemented Z-Ordering for owned forms
19502           - Removed unneeded private overload of ShowDialog
19503           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
19504             so I hope)
19505           - Fixed Close(), had wrong default
19506           - Added firing of OnLoad event
19507           - Added some commented out debug code for Ownership handling
19508
19509 2004-10-17 22:16  pbartok
19510
19511         * Control.cs:
19512           - Fixed/implemented flat list of controls
19513
19514 2004-10-17 22:14  pbartok
19515
19516         * Application.cs:
19517           - Added code to simulate modal dialogs on Win32
19518
19519 2004-10-17 16:11  jordi
19520
19521         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
19522           mouse event
19523
19524 2004-10-17 13:39  jordi
19525
19526         * MenuAPI.cs: menu drawing fixes
19527
19528 2004-10-15 09:10  ravindra
19529
19530         * StructFormat.cs: General Enum.
19531
19532 2004-10-15 09:09  ravindra
19533
19534         * SizeGripStyle.cs: Enum for Form.
19535
19536 2004-10-15 09:08  ravindra
19537
19538         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
19539           in Theme for ListView.
19540
19541 2004-10-15 09:06  ravindra
19542
19543         * ColumnHeader.cs: Flushing some formatting changes.
19544
19545 2004-10-15 09:05  ravindra
19546
19547         * ListViewItem.cs: Implemented GetBounds method and fixed coding
19548           style.
19549
19550 2004-10-15 09:03  ravindra
19551
19552         * ListView.cs: Implemented Paint method and fixed coding style.
19553
19554 2004-10-15 07:34  jordi
19555
19556         * MenuAPI.cs: fix for X11
19557
19558 2004-10-15 07:32  ravindra
19559
19560         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
19561                 - Renamed Paint() method to Draw() for clarity. Also, moved
19562                 DrawImage() to OnPaint().
19563
19564 2004-10-15 07:25  ravindra
19565
19566         * CheckBox.cs, RadioButton.cs:
19567                 - Removed Redraw (), we get it from ButtonBase.
19568                 - Implemented Paint (), to do class specific painting.
19569
19570 2004-10-15 07:16  ravindra
19571
19572         * ButtonBase.cs:
19573                 - Redraw () is not virtual now.
19574                 - Added an internal virtual method Paint (), so that
19575                 derived classes can do their painting on their own.
19576                 - Modified OnPaint () to call Paint ().
19577
19578 2004-10-15 06:43  jordi
19579
19580         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
19581           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
19582
19583 2004-10-15 00:30  ravindra
19584
19585         * MessageBox.cs:
19586                 - MessageBox on windows does not have min/max buttons.
19587                 This change in CreateParams fixes this on Windows. We
19588                 still need to implement this windowstyle behavior in
19589                 our X11 driver.
19590
19591 2004-10-14 05:14  ravindra
19592
19593         * ToolBar.cs:
19594                 - Changed Redraw () to do a Refresh () always.
19595                 - Fixed the MouseMove event handling when mouse is pressed,
19596                 ie drag event handling.
19597                 - Replaced the usage of ToolBarButton.Pressed property to
19598                 ToolBarButton.pressed internal variable.
19599
19600 2004-10-14 05:10  ravindra
19601
19602         * ToolBarButton.cs:
19603                 - Added an internal member 'inside' to handle mouse move
19604                 with mouse pressed ie mouse drag event.
19605                 - Changed 'Pressed' property to return true only when
19606                 'inside' and 'pressed' are both true.
19607                 - Some coding style love.
19608
19609 2004-10-14 00:17  ravindra
19610
19611         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
19612           public method.
19613
19614 2004-10-14 00:15  ravindra
19615
19616         * ButtonBase.cs: Redraw () related improvements.
19617
19618 2004-10-14 00:14  ravindra
19619
19620         * MessageBox.cs: Moved InitFormSize () out of Paint method and
19621           removed unnecessary calls to Button.Show () method.
19622
19623 2004-10-13 17:50  pbartok
19624
19625         * XplatUIX11.cs:
19626           - Formatting fix
19627           - Removed destroying of window until we solve the problem of X
19628             destroying the window before us on shutdown
19629
19630 2004-10-13 16:32  pbartok
19631
19632         * ButtonBase.cs:
19633           - Now Redraws on MouseUp for FlatStyle Flat and Popup
19634
19635 2004-10-13 14:18  pbartok
19636
19637         * XplatUIX11.cs:
19638           - Added code to destroy the X window
19639
19640 2004-10-13 14:18  pbartok
19641
19642         * XplatUIWin32.cs:
19643           - Added code to destroy a window
19644
19645 2004-10-13 14:12  pbartok
19646
19647         * ButtonBase.cs:
19648           - Added the Redraw on Resize that got dropped in the last rev
19649
19650 2004-10-13 09:06  pbartok
19651
19652         * ThemeWin32Classic.cs:
19653           - Path from John BouAntoun:
19654             * Fix check rendering (centre correctly for normal style, offset
19655               correctly for FlatStyle).
19656             * Fix border color usage (use backcolor) for FlatStyle.Popup
19657             * Use checkbox.Capture instead of checkbox.is_pressed when
19658               rendering flatstyle states.
19659
19660 2004-10-12 21:48  pbartok
19661
19662         * ThemeWin32Classic.cs:
19663           - Removed all occurences of SystemColors and replaced them with the
19664             matching theme color
19665
19666 2004-10-12 21:41  pbartok
19667
19668         * ThemeWin32Classic.cs:
19669           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
19670             him using the function for flatstyle drawing
19671           - Changed functions to use the new version of CPDrawBorder3D
19672
19673 2004-10-12 21:15  pbartok
19674
19675         * ControlPaint.cs:
19676           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
19677             match MS documentation. They need to return defined colors if the
19678             passed color matches the configured control color. Thanks to John
19679             BouAntoun for pointing this out.
19680
19681 2004-10-12 20:57  pbartok
19682
19683         * Control.cs:
19684           - Fix from John BouAntoun: Raise ForeColorChanged event when text
19685             color is changed
19686
19687 2004-10-12 20:46  pbartok
19688
19689         * CheckBox.cs:
19690           - Fix from John BouAntoun: Now properly sets the Appearance property
19691
19692 2004-10-12 20:45  pbartok
19693
19694         * ThemeWin32Classic.cs:
19695           - Fixes from John BouAntoun: now handles forecolors and backcolors
19696             for flatstyle rendered controls much better; It also fixes normal
19697             checkbox rendering when pushed or disabled.
19698
19699 2004-10-08 02:50  jordi
19700
19701         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
19702           work
19703
19704 2004-10-07 08:56  jordi
19705
19706         * ThemeWin32Classic.cs: Removes deletion of cached brushes
19707
19708 2004-10-06 03:59  jordi
19709
19710         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
19711           XplatUIWin32.cs: removes warnings from compilation
19712
19713 2004-10-05 12:23  jackson
19714
19715         * RadioButton.cs: Fix ctor
19716
19717 2004-10-05 11:10  pbartok
19718
19719         * MessageBox.cs:
19720           - Partial implementation by Benjamin Dasnois
19721
19722 2004-10-05 10:15  jackson
19723
19724         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
19725           by John BouAntoun
19726
19727 2004-10-05 03:07  ravindra
19728
19729         * ToolBar.cs:
19730                 - Removed a private method, Draw ().
19731                 - Fixed the ButtonDropDown event handling.
19732                 - Fixed MouseMove event handling.
19733
19734 2004-10-05 03:04  ravindra
19735
19736         * ThemeWin32Classic.cs:
19737                 - Added DrawListView method and ListViewDefaultSize property.
19738                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
19739                 - Changed DOS style CRLF to Unix format (dos2unix).
19740
19741 2004-10-05 03:03  ravindra
19742
19743         * Theme.cs:
19744                 - Added DrawListView method and ListViewDefaultSize property.
19745
19746 2004-10-05 02:42  ravindra
19747
19748         * ToolBarButton.cs: Added an internal member dd_pressed to handle
19749           clicks on DropDown arrow.
19750
19751 2004-10-04 22:56  jackson
19752
19753         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
19754           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
19755           Control handle the buffers, derived classes should not have to
19756           CreateBuffers themselves.
19757
19758 2004-10-04 21:20  jackson
19759
19760         * StatusBar.cs: The control handles resizing the buffers now.
19761
19762 2004-10-04 21:18  jackson
19763
19764         * Control.cs: When resizing the buffers should be invalidated. This
19765           should be handled in Control not in derived classes.
19766
19767 2004-10-04 14:45  jackson
19768
19769         * TabPage.cs: oops
19770
19771 2004-10-04 02:14  pbartok
19772
19773         * LeftRightAlignment.cs:
19774           - Initial check-in
19775
19776 2004-10-04 01:09  jordi
19777
19778         * ThemeWin32Classic.cs: fixes right button position causing right
19779           button not showing on horizontal scrollbars
19780
19781 2004-10-02 13:12  pbartok
19782
19783         * XplatUIX11.cs:
19784           - Simplified the Invalidate method by using an X call instead of
19785             generating the expose ourselves
19786           - Added an expose when the window background is changed
19787           - Implemented ClientToScreen method
19788
19789 2004-10-02 13:08  pbartok
19790
19791         * XplatUIWin32.cs:
19792           - Added Win32EnableWindow method (test for implementing modal
19793           dialogs)
19794           - Added ClientToScreen method and imports
19795
19796 2004-10-02 13:07  pbartok
19797
19798         * XplatUI.cs, XplatUIDriver.cs:
19799           - Added ClientToScreen coordinate translation method
19800
19801 2004-10-02 13:06  pbartok
19802
19803         * KeyPressEventArgs.cs:
19804           - Fixed access level for constructor
19805
19806 2004-10-02 13:06  pbartok
19807
19808         * NativeWindow.cs:
19809           - Changed access level for the window_collection hash table
19810
19811 2004-10-02 13:05  pbartok
19812
19813         * Form.cs:
19814           - Added KeyPreview property
19815           - Added Menu property (still incomplete, pending Jordi's menu work)
19816           - Implemented ProcessCmdKey
19817           - Implemented ProcessDialogKey
19818           - Implemented ProcessKeyPreview
19819
19820 2004-10-02 13:02  pbartok
19821
19822         * Control.cs:
19823           - Added private method to get the Control object from the window
19824           handle
19825           - Implemented ContextMenu property
19826           - Implemented PointToScreen
19827           - Implemented PreProcessMessage
19828           - Implemented IsInputChar
19829           - Implemented IsInputKey
19830           - Implemented ProcessCmdKey
19831           - Completed ProcessKeyEventArgs
19832           - Fixed message loop to call the proper chain of functions on key
19833           events
19834           - Implemented ProcessDialogChar
19835           - Implemented ProcessDialogKey
19836           - Implemented ProcessKeyMessage
19837           - Implemented ProcessKeyPreview
19838           - Added RaiseDragEvent stub (MS internal method)
19839           - Added RaiseKeyEvent stub (MS internal method)
19840           - Added RaiseMouseEvent stub (MS Internal method)
19841           - Added RaisePaintEvent stub (MS Internal method)
19842           - Added ResetMouseEventArgs stub (MS Internal method)
19843           - Implemented RtlTranslateAlignment
19844           - Implemented RtlTranslateContent
19845           - Implemented RtlTranslateHorizontal
19846           - Implemented RtlTranslateLeftRight
19847           - Added generation of KeyPress event
19848
19849 2004-10-02 05:57  ravindra
19850
19851         * ListViewItem.cs: Added attributes.
19852
19853 2004-10-02 05:32  ravindra
19854
19855         * ListView.cs: Added attributes.
19856
19857 2004-10-01 11:53  jackson
19858
19859         * Form.cs: Implement the Close method so work on MessageBox can
19860           continue.
19861
19862 2004-09-30 14:06  pbartok
19863
19864         * XplatUIX11.cs:
19865           - Bug fixes
19866
19867 2004-09-30 11:34  jackson
19868
19869         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19870
19871 2004-09-30 07:26  ravindra
19872
19873         * ListViewItemConverter.cs: Converter for ListViewItem.
19874
19875 2004-09-30 07:26  ravindra
19876
19877         * SortOrder.cs: Enum for ListView control.
19878
19879 2004-09-30 07:25  ravindra
19880
19881         * ColumnHeader.cs: Supporting class for ListView control.
19882
19883 2004-09-30 07:24  ravindra
19884
19885         * ListView.cs, ListViewItem.cs: Initial implementation.
19886
19887 2004-09-30 07:20  ravindra
19888
19889         * ItemActivation.cs: Enum for ListView Control.
19890
19891 2004-09-29 20:29  pbartok
19892
19893         * XplatUIX11.cs:
19894           - Added lookup of pixel value for background color; tries to get a
19895             color 'close' to the requested color, it avoids having to create a
19896             colormap.  Depending on the display this could mean the used color
19897             is slightly off the desired color. Might have to change it to a more
19898             resource intensive colormap approach, but it will work as a
19899           workaround to avoid red screens.
19900
19901 2004-09-29 14:27  jackson
19902
19903         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19904
19905 2004-09-28 12:44  pbartok
19906
19907         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19908           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19909           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19910           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19911           TrackBar.cs, VScrollBar.cs:
19912           - Streamlined Theme interfaces:
19913             * Each DrawXXX method for a control now is passed the object for
19914               the control to be drawn in order to allow accessing any state the
19915               theme might require
19916
19917             * ControlPaint methods for the theme now have a CP prefix to avoid
19918               name clashes with the Draw methods for controls
19919
19920             * Every control now retrieves it's DefaultSize from the current
19921             theme
19922
19923 2004-09-28 12:17  jackson
19924
19925         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19926           drawing
19927
19928 2004-09-24 14:57  jackson
19929
19930         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19931           Gives us a nice little performance boost.
19932
19933 2004-09-24 12:02  jackson
19934
19935         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19936           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19937           Control and supporting classes. Initial checkin
19938
19939 2004-09-23 13:08  jackson
19940
19941         * Form.cs: Temp build fixage
19942
19943 2004-09-23 01:39  ravindra
19944
19945         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19946           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19947           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19948           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19949           EventHandlers needed by ListView Control.
19950
19951 2004-09-22 14:12  pbartok
19952
19953         * ScrollableControl.cs:
19954           - Implemented DockPadding property
19955           - Implemented AutoScroll property
19956           - Implemented AutoScrollMargin property
19957           - Implemented AutoScrollMinSize property
19958           - Implemented AutoScrollPosition property
19959           - Implemented DisplayRectangle property (still incomplete)
19960           - Implemented CreateParams property
19961           - Implemented HScroll property
19962           - Implemented VScroll property
19963           - Implemented OnVisibleChanged property
19964
19965 2004-09-22 14:09  pbartok
19966
19967         * Form.cs:
19968           - Added Form.ControllCollection class
19969           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19970             RemoveOwnedForm (still incomplete, missing on-top and common
19971             minimize/maximize behaviour)
19972           - Added StartPosition property (still incomplete, does not use when
19973             creating the form)
19974           - Added ShowDialog() methods (still incomplete, missing forcing the
19975             dialog modal)
19976
19977 2004-09-22 14:05  pbartok
19978
19979         * Application.cs:
19980           - Added message loop for modal dialogs
19981
19982 2004-09-22 14:02  pbartok
19983
19984         * GroupBox.cs:
19985           - Fixed wrong types for events
19986
19987 2004-09-22 14:00  pbartok
19988
19989         * Shortcut.cs, FormWindowState.cs:
19990           - Fixed wrong values
19991
19992 2004-09-22 12:01  jackson
19993
19994         * Control.cs: Text is never null
19995
19996 2004-09-20 22:14  pbartok
19997
19998         * XplatUIWin32.cs:
19999           - Fixed accessibility level for Idle handler
20000
20001 2004-09-20 18:54  jackson
20002
20003         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20004           XplatUIX11.cs: New message loop that uses poll so we don't get a
20005           busy loop
20006
20007 2004-09-17 10:43  pbartok
20008
20009         * ScrollBar.cs:
20010           - Fixed behaviour of arrow buttons. Now properly behaves like
20011             Buttons (and like Microsoft's scrollbar arrow buttons)
20012
20013 2004-09-17 10:14  pbartok
20014
20015         * ScrollBar.cs:
20016           - Added missing release of keyboard/mouse capture
20017
20018 2004-09-17 06:18  jordi
20019
20020         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
20021           Theme.cs: Very early menu support
20022
20023 2004-09-16 17:45  pbartok
20024
20025         * XplatUIWin32.cs:
20026           - Fixed sending a window to the front
20027           - Added overload for SetWindowPos to avoid casting
20028
20029 2004-09-16 17:44  pbartok
20030
20031         * Control.cs:
20032           - Added SendToBack and BringToFront methods
20033
20034 2004-09-16 07:00  ravindra
20035
20036         * Copyright: Added Novell URL.
20037
20038 2004-09-16 07:00  ravindra
20039
20040         * ToolBar.cs: Invalidate should be done before redrawing.
20041
20042 2004-09-15 21:19  ravindra
20043
20044         * ColumnHeaderStyle.cs: Enum for ListView Control.
20045
20046 2004-09-15 21:18  ravindra
20047
20048         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
20049           ListView Control.
20050
20051 2004-09-13 18:26  jackson
20052
20053         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
20054           properly
20055
20056 2004-09-13 18:13  jackson
20057
20058         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
20059           a second thread and post messages into the main threads message
20060           queue. This makes timing much more consistent. Both win2K and XP
20061           have a minimum timer value of 15 milliseconds, so we now do this
20062           too.
20063
20064 2004-09-13 15:18  pbartok
20065
20066         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20067           XplatUIX11.cs:
20068           - Added Z-Ordering methods
20069
20070 2004-09-13 10:56  pbartok
20071
20072         * Form.cs:
20073           - Fixed #region names
20074           - Moved properties and methods into their proper #regions
20075
20076 2004-09-13 10:51  pbartok
20077
20078         * Form.cs:
20079           - Added Accept and CancelButton properties
20080           - Added ProcessDialogKey() method
20081
20082 2004-09-13 08:18  pbartok
20083
20084         * IWindowTarget.cs:
20085           - Initial check-in
20086
20087 2004-09-10 21:50  pbartok
20088
20089         * Control.cs:
20090           - Added DoDragDrop() [incomplete]
20091           - Properly implemented 'Visible' handling
20092           - Added SetVisibleCore()
20093           - Implemented FindChildAtPoint()
20094           - Implemented GetContainerControl()
20095           - Implemented Hide()
20096
20097 2004-09-10 19:28  pbartok
20098
20099         * Control.cs:
20100           - Moved methods into their appropriate #regions
20101           - Reordered methods within regions alphabetically
20102
20103 2004-09-10 18:57  pbartok
20104
20105         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20106           - Added method to retrieve text from window
20107
20108 2004-09-10 18:56  pbartok
20109
20110         * Control.cs:
20111           - Moved some internal functions into the internal region
20112           - Implemented FontHeight
20113           - Implemented RenderRightToLeft
20114           - Implemented ResizeRedraw
20115           - Implemented ShowFocusCues
20116           - Implemented ShowKeyboardCues
20117           - Implemented FromChildHandle
20118           - Implemented FromHandle
20119           - Implemented IsMnemonic
20120           - Implemented ReflectMessage
20121           - All public and protected Static Methods are now complete
20122
20123 2004-09-10 16:54  pbartok
20124
20125         * Control.cs:
20126           - Implemented remaining missing public instance properties
20127           - Alphabetized some out of order properties
20128
20129 2004-09-10 05:51  ravindra
20130
20131         * PictureBox.cs: Added a check for null image.
20132
20133 2004-09-10 00:59  jordi
20134
20135         * GroupBox.cs: remove cvs tag
20136
20137 2004-09-09 05:25  ravindra
20138
20139         * ToolBar.cs: Make redraw accessible from ToolBarButton.
20140
20141 2004-09-09 05:23  ravindra
20142
20143         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
20144           parent redraw.
20145
20146 2004-09-09 02:28  pbartok
20147
20148         * ThemeWin32Classic.cs:
20149           - Improve disabled string look
20150
20151 2004-09-09 01:15  jordi
20152
20153         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
20154           args and handler
20155
20156 2004-09-08 23:56  ravindra
20157
20158         * ItemBoundsPortion.cs: It's enum, not a class!
20159
20160 2004-09-08 23:47  ravindra
20161
20162         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
20163           Enums for Form.
20164
20165 2004-09-08 21:13  ravindra
20166
20167         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
20168           ListView control.
20169
20170 2004-09-08 21:03  ravindra
20171
20172         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
20173           avoid crash.
20174
20175 2004-09-08 21:01  ravindra
20176
20177         * ScrollableControl.cs: Removed unreachable code.
20178
20179 2004-09-08 06:45  jordi
20180
20181         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
20182
20183 2004-09-08 01:00  jackson
20184
20185         * XplatUIX11.cs: Only run the timers when updating the message
20186           queue. This effectively gives X messages a higher priority then
20187           timer messages. Timers still need love though
20188
20189 2004-09-07 14:01  jackson
20190
20191         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
20192           this for us and the handle is no longer valid.
20193
20194 2004-09-07 13:59  jackson
20195
20196         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
20197           loop that manages to not crash. TODO: Add poll and cleanup timers
20198
20199 2004-09-07 11:12  jordi
20200
20201         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
20202
20203 2004-09-07 03:40  jordi
20204
20205         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
20206           fixes, methods, multiple links
20207
20208 2004-09-06 06:55  jordi
20209
20210         * Control.cs: Caches ClientRectangle rectangle value
20211
20212 2004-09-05 02:03  jordi
20213
20214         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
20215           certain situations
20216
20217 2004-09-04 11:10  jordi
20218
20219         * Label.cs: Refresh when font changed
20220
20221 2004-09-02 16:24  pbartok
20222
20223         * Control.cs:
20224           - Added sanity check to creation of double buffer bitmap
20225
20226 2004-09-02 16:24  pbartok
20227
20228         * ButtonBase.cs:
20229           - Fixed selection of text color
20230           - Fixed handling of resize event; now properly recreates double
20231             buffering bitmap
20232           - Added missing assignment of TextAlignment
20233           - Added proper default for TextAlignment
20234
20235 2004-09-02 14:26  pbartok
20236
20237         * RadioButton.cs:
20238           - Added missing RadioButton.RadioButtonAccessibleObject class
20239
20240 2004-09-02 14:26  pbartok
20241
20242         * Control.cs:
20243           - Added missing Control.ControlAccessibleObject class
20244           - Started to implement Select()ion mechanisms, still very incomplete
20245
20246 2004-09-02 14:25  pbartok
20247
20248         * AccessibleObject.cs:
20249           - Added missing methods
20250
20251 2004-09-02 14:23  pbartok
20252
20253         * AccessibleNavigation.cs, AccessibleSelection.cs:
20254           - Initial check-in
20255
20256 2004-09-02 10:32  jordi
20257
20258         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
20259           pool for pens, brushes, and hatchbruses
20260
20261 2004-09-01 15:30  jackson
20262
20263         * StatusBar.cs: Fix typo
20264
20265 2004-09-01 14:44  pbartok
20266
20267         * RadioButton.cs:
20268           - Fixed state
20269
20270 2004-09-01 14:39  pbartok
20271
20272         * Button.cs, RadioButton.cs:
20273           - Functional initial check-in
20274
20275 2004-09-01 14:01  pbartok
20276
20277         * CheckBox.cs:
20278           - Added missing default
20279           - Added missing region mark
20280
20281 2004-09-01 09:10  jordi
20282
20283         * Label.cs: fixes method signatures, new methods, events, fixes
20284           autosize
20285
20286 2004-09-01 07:19  jordi
20287
20288         * Control.cs: Init string variables with an empty object
20289
20290 2004-09-01 04:20  jordi
20291
20292         * Control.cs: fires OnFontChanged event
20293
20294 2004-08-31 20:07  pbartok
20295
20296         * ButtonBase.cs:
20297           - Enabled display of strings
20298
20299 2004-08-31 20:05  pbartok
20300
20301         * Form.cs:
20302           - Added (partial) implementation of DialogResult; rest needs to be
20303             implemented when the modal loop code is done
20304
20305 2004-08-31 19:55  pbartok
20306
20307         * CheckBox.cs:
20308           - Fixed to match the removal of the needs_redraw concept
20309
20310 2004-08-31 19:55  pbartok
20311
20312         * ButtonBase.cs:
20313           - Removed the rather odd split between 'needs redraw' and redrawing
20314           - Now handles the events that require regeneration (ambient
20315             properties and size)
20316
20317 2004-08-31 19:41  pbartok
20318
20319         * Control.cs:
20320           - Added firing of BackColorChanged event
20321           - Added TopLevelControl property
20322           - Fixed handling of WM_ERASEBKGRND message
20323
20324 2004-08-31 12:49  pbartok
20325
20326         * ButtonBase.cs:
20327           - Removed debug
20328           - Minor fixes
20329
20330 2004-08-31 12:48  pbartok
20331
20332         * CheckBox.cs:
20333           - Finished (famous last words)
20334
20335 2004-08-31 04:35  jordi
20336
20337         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
20338           scrolling bugs, adds new methods
20339
20340 2004-08-30 14:42  pbartok
20341
20342         * CheckBox.cs:
20343           - Implemented CheckBox drawing code
20344
20345 2004-08-30 14:42  pbartok
20346
20347         * ButtonBase.cs:
20348           - Made Redraw() and CheckRedraw() virtual
20349           - Improved mouse up/down/move logic to properly track buttons
20350
20351 2004-08-30 09:44  pbartok
20352
20353         * CheckBox.cs:
20354           - Updated to fix broken build. Not complete yet.
20355
20356 2004-08-30 09:28  pbartok
20357
20358         * CheckState.cs:
20359           - Initial checkin
20360
20361 2004-08-30 09:17  pbartok
20362
20363         * Appearance.cs:
20364           - Initial check-in
20365
20366 2004-08-27 16:12  ravindra
20367
20368         * ToolBarButton.cs: Added TypeConverter attribute.
20369
20370 2004-08-27 16:07  ravindra
20371
20372         * ImageIndexConverter.cs: Implemented.
20373
20374 2004-08-27 14:17  pbartok
20375
20376         * Control.cs:
20377           - Removed unneeded stack vars
20378           - First attempt to fix sizing issues when layout is suspended
20379
20380 2004-08-25 15:35  jordi
20381
20382         * ScrollBar.cs: more fixes to scrollbar
20383
20384 2004-08-25 14:04  ravindra
20385
20386         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
20387           Added the missing divider code and grip for ToolBar Control.
20388
20389 2004-08-25 13:20  pbartok
20390
20391         * Control.cs:
20392           - Control now properly passes the ambient background color to child
20393             controls
20394
20395 2004-08-25 13:20  jordi
20396
20397         * ScrollBar.cs: small bug fix regarding bar position
20398
20399 2004-08-25 12:33  pbartok
20400
20401         * Timer.cs:
20402           - Now only calls SetTimer or KillTimer if the enabled state has
20403           changed
20404
20405 2004-08-25 12:33  pbartok
20406
20407         * XplatUIWin32.cs:
20408           - Fixed timer handling, now seems to work
20409           - Improved error message for window creation
20410
20411 2004-08-25 12:32  pbartok
20412
20413         * Control.cs:
20414           - Fixed generation of MouseUp message
20415
20416 2004-08-25 12:29  jordi
20417
20418         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
20419           and fixes for progressbar
20420
20421 2004-08-24 18:43  ravindra
20422
20423         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
20424           in ToolBar control.
20425
20426 2004-08-24 17:15  pbartok
20427
20428         * Panel.cs:
20429           - Added #region
20430           - Added missing events
20431           - Alphabetized
20432
20433 2004-08-24 17:14  pbartok
20434
20435         * StatusBar.cs, PictureBox.cs:
20436           - Now uses Control's CreateParams
20437
20438 2004-08-24 16:36  pbartok
20439
20440         * XplatUIX11.cs:
20441           - Fixed background color handling
20442           - Fixed sending of enter/leave events on a grab
20443
20444 2004-08-24 16:35  pbartok
20445
20446         * X11Structs.cs:
20447           - Refined definitions for CrossingEvent
20448
20449 2004-08-24 12:37  jordi
20450
20451         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
20452           formmating, methods signature, and adds missing events
20453
20454 2004-08-24 12:24  jordi
20455
20456         * Control.cs: fire OnEnabledChanged event
20457
20458 2004-08-24 11:17  pbartok
20459
20460         * XplatUIWin32.cs:
20461           - Implemented SetTimer() and KillTimer()
20462
20463 2004-08-24 11:16  pbartok
20464
20465         * XplatUIX11.cs:
20466           - Now uses Remove instead of Add to kill the timer
20467
20468 2004-08-24 10:16  jackson
20469
20470         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
20471           picture boxes in the theme now. Draw picture box borders and obey
20472           sizing modes
20473
20474 2004-08-24 05:49  jackson
20475
20476         * Timer.cs: Remove top secret debugging code
20477
20478 2004-08-24 05:34  jackson
20479
20480         * PictureBox.cs: Temp hack to make picture boxes draw their full
20481           image
20482
20483 2004-08-24 05:29  jackson
20484
20485         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20486           XplatUIX11.cs: Move timers to the driver level. On X they are
20487           queued by the driver and checked on idle.
20488
20489 2004-08-24 01:07  jackson
20490
20491         * XplatUIX11.cs: Use a queue for async messages instead of passing
20492           them as ClientMessages since that was totally broken. Also simply
20493           check for events and return an idle message if none are found. This
20494           gives us an idle handler, and prevents deadlocking when no messages
20495           are in the queue.
20496
20497 2004-08-23 18:19  ravindra
20498
20499         * XplatUIWin32.cs: Removed the unwanted destructor.
20500
20501 2004-08-23 17:27  pbartok
20502
20503         * ButtonBase.cs:
20504           - Finishing touches. Works now, just needs some optimizations.
20505
20506 2004-08-23 16:53  jordi
20507
20508         * ScrollBar.cs: small fix
20509
20510 2004-08-23 16:45  pbartok
20511
20512         * Application.cs:
20513           - Removed debug output
20514           - Simplifications
20515
20516 2004-08-23 16:43  jordi
20517
20518         * ScrollBar.cs: [no log message]
20519
20520 2004-08-23 16:10  pbartok
20521
20522         * Form.cs:
20523           - Fixed handling of WM_CLOSE message
20524           - Removed debug output
20525
20526 2004-08-23 16:09  pbartok
20527
20528         * Application.cs:
20529           - Added handling of Idle event
20530           - Added handling of form closing
20531           - Fixed reporting of MessageLoop property
20532           - Removed some unneeded code, should provide a bit of a speedup
20533
20534 2004-08-23 15:22  pbartok
20535
20536         * Control.cs:
20537           - Added InitLayout() method
20538           - Added code to properly perform layout when Anchor or Dock property
20539             is changed
20540           - Changed 'interpretation' of ResumeLayout. MS seems to have a
20541             LAMESPEC, tried to do it in a way that makes sense
20542
20543 2004-08-23 14:10  jordi
20544
20545         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
20546           properties and methods
20547
20548 2004-08-23 13:55  pbartok
20549
20550         * Control.cs:
20551           - Properly fixed Jordi's last fix
20552           - Now uses Cursor's Position property instead of calling XplatUI
20553           directly
20554
20555 2004-08-23 13:44  jordi
20556
20557         * PaintEventHandler.cs: Adding missing attribute
20558
20559 2004-08-23 13:39  pbartok
20560
20561         * Cursor.cs:
20562           - Implemented Position property
20563
20564 2004-08-23 13:39  pbartok
20565
20566         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20567           - Added method to move mouse cursor
20568
20569 2004-08-23 13:39  pbartok
20570
20571         * XplatUIX11.cs:
20572           - Fixed setting of background color
20573           - Added method to move mouse cursor
20574
20575 2004-08-23 13:16  jordi
20576
20577         * Control.cs: avoids null exception
20578
20579 2004-08-22 17:46  jackson
20580
20581         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
20582           PictureBox
20583
20584 2004-08-22 17:40  jackson
20585
20586         * XplatUIX11.cs: Add some missing locks
20587
20588 2004-08-22 15:10  pbartok
20589
20590         * Control.cs, Form.cs:
20591           - Removed OverlappedWindow style from Control, instead it's default
20592             now is child
20593           - Made form windows OverlappedWindow by default
20594
20595 2004-08-22 13:34  jackson
20596
20597         * ScrollBar.cs: Update the position through the Value property so
20598           the OnValueChanged event is raised.
20599
20600 2004-08-22 12:04  pbartok
20601
20602         * SWF.csproj:
20603           - Added Cursor.cs and UserControl.cs
20604
20605 2004-08-22 12:03  pbartok
20606
20607         * Cursor.cs:
20608           - Started implementation, not usable yet
20609
20610 2004-08-22 12:00  pbartok
20611
20612         * UserControl.cs:
20613           - Implemented UserControl (complete)
20614
20615 2004-08-21 19:20  ravindra
20616
20617         * ToolBar.cs: Correcting the formatting mess of VS.NET.
20618
20619 2004-08-21 18:49  ravindra
20620
20621         * ToolBar.cs: Probably this completes the missing attributes in
20622           toolbar control.
20623
20624 2004-08-21 18:03  ravindra
20625
20626         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
20627           Fixed toolbar control signatures.
20628
20629 2004-08-21 16:32  pbartok
20630
20631         * LinkLabel.cs:
20632           - Signature Fixes
20633
20634 2004-08-21 16:30  pbartok
20635
20636         * Label.cs:
20637           - Signature fixes
20638
20639 2004-08-21 16:19  pbartok
20640
20641         * Control.cs, Label.cs:
20642           - Signature fixes
20643
20644 2004-08-21 15:57  pbartok
20645
20646         * ButtonBase.cs:
20647           - Added loads of debug output for development
20648           - Fixed typo in method name
20649
20650 2004-08-21 15:52  pbartok
20651
20652         * ToolBarButtonClickEventArgs.cs:
20653           - Added missing base class
20654
20655 2004-08-21 14:53  pbartok
20656
20657         * Control.cs:
20658           - Updated to match new GrabWindow signature
20659
20660 2004-08-21 14:51  pbartok
20661
20662         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20663           - Added method to get default display size
20664
20665 2004-08-21 14:23  pbartok
20666
20667         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20668           - Added method to query current grab state
20669           - Added argument to allow confining a grab to a window
20670
20671 2004-08-21 14:22  pbartok
20672
20673         * Keys.cs:
20674           - Added [Flags] attribute so that modifiers can be used in bitwise
20675           ops
20676
20677 2004-08-21 14:21  pbartok
20678
20679         * TrackBar.cs, ScrollBar.cs:
20680           - Replaced direct XplatUI calls with their Control counterpart
20681
20682 2004-08-21 13:32  pbartok
20683
20684         * Control.cs:
20685           - Implemented Created property
20686
20687 2004-08-21 13:28  pbartok
20688
20689         * Control.cs:
20690           - Implemented ContainsFocus
20691
20692 2004-08-21 13:26  pbartok
20693
20694         * Control.cs:
20695           - Implemented CausesValidation
20696
20697 2004-08-21 13:21  pbartok
20698
20699         * Control.cs:
20700           - Implemented CanFocus
20701           - Implemented CanSelect
20702           - Implemented Capture
20703
20704 2004-08-21 12:35  pbartok
20705
20706         * XplatUIWin32.cs:
20707           - Fixed bug with Async message handling
20708           - Implemented getting the ModifierKeys
20709
20710 2004-08-21 12:32  jackson
20711
20712         * AsyncMethodResult.cs: Make sure we have the mutex before we
20713           release it. Fixes BeginInvoke on windows
20714
20715 2004-08-21 11:31  pbartok
20716
20717         * XplatUIWin32.cs, XplatUIX11.cs:
20718           - Drivers now return proper mouse state
20719
20720 2004-08-21 10:54  jackson
20721
20722         * Control.cs: Implement EndInvoke
20723
20724 2004-08-21 10:48  jackson
20725
20726         * Timer.cs: Remove unneeded finalizer
20727
20728 2004-08-20 19:52  ravindra
20729
20730         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
20731           in mouse event handling in the ToolBar control.
20732
20733 2004-08-20 19:50  ravindra
20734
20735         * ImageList.cs: Changed draw method to use the arguments passed in
20736           to draw the image.
20737
20738 2004-08-20 18:58  pbartok
20739
20740         * XplatUIStructs.cs:
20741           - Added private message for async communication
20742
20743 2004-08-20 17:38  ravindra
20744
20745         * Control.cs: Made RightToLeft property virtual and removed a
20746           Console.WriteLine.
20747
20748 2004-08-20 14:39  jordi
20749
20750         * ThemeGtk.cs: use style_attach
20751
20752 2004-08-20 14:39  pbartok
20753
20754         * XplatUIWin32.cs:
20755           - Added jackson's Async code from X11 to Win32
20756
20757 2004-08-20 14:09  pbartok
20758
20759         * SWF.csproj:
20760           - Added all new files
20761
20762 2004-08-20 14:09  pbartok
20763
20764         * Control.cs:
20765           - Added call to set window background color
20766
20767 2004-08-20 14:03  pbartok
20768
20769         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20770           - Added method for setting the window background
20771
20772 2004-08-20 14:02  pbartok
20773
20774         * XplatUIWin32.cs:
20775           - Added method for setting the background color
20776           - Added handling for erasing the window background
20777
20778 2004-08-20 13:45  jordi
20779
20780         * TrackBar.cs: fixes timer, new properties and methods
20781
20782 2004-08-20 13:34  jackson
20783
20784         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
20785           correct thread
20786
20787 2004-08-20 13:22  jackson
20788
20789         * Timer.cs: Timer Tick events are now handed through Controls Async
20790           mechanism so the callbacks are executed in the same thread as X
20791
20792 2004-08-20 13:19  jackson
20793
20794         * XplatUIDriver.cs: Expose functionality to send async messages
20795           through the driver
20796
20797 2004-08-20 13:18  jackson
20798
20799         * Control.cs: Implement Begininvoke
20800
20801 2004-08-20 13:14  jackson
20802
20803         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20804           messages through the driver
20805
20806 2004-08-20 13:12  jackson
20807
20808         * XplatUIX11.cs: Lock before all X operations. Also added Async
20809           method functionality through XSendEvent
20810
20811 2004-08-20 13:11  jackson
20812
20813         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20814           This will screw up on 64 bit systems)
20815
20816 2004-08-20 13:10  jackson
20817
20818         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20819           Async messages through X/Win32
20820
20821 2004-08-19 19:39  pbartok
20822
20823         * XplatUIX11.cs:
20824           - Updated code to match new HandleData.DeviceContext type
20825
20826 2004-08-19 19:38  pbartok
20827
20828         * HandleData.cs:
20829           - Made DeviceContext a generic object to allow usage from various
20830           drivers
20831           - Added support for queueing Windows messages
20832
20833 2004-08-19 19:37  pbartok
20834
20835         * XplatUIWin32.cs:
20836           - Added generation of MouseEnter, MouseLeave and MouseHover events
20837           - Added cleanup on EndPaint
20838
20839 2004-08-19 19:17  pbartok
20840
20841         * Control.cs:
20842           - Added handling of WM_MOUSEHOVER
20843           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20844           code
20845
20846 2004-08-19 18:55  jordi
20847
20848         * ThemeGtk.cs: fixes button order
20849
20850 2004-08-19 18:12  jordi
20851
20852         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20853
20854 2004-08-19 17:09  pbartok
20855
20856         * Control.cs:
20857           - Added Right property
20858           - Added RightToLeft property
20859
20860 2004-08-19 16:27  jordi
20861
20862         * ThemeGtk.cs: experimental GTK theme support
20863
20864 2004-08-19 16:26  jordi
20865
20866         * ITheme.cs, Theme.cs: move themes from an interface to a class
20867
20868 2004-08-19 16:25  jordi
20869
20870         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20871           theme enhancaments
20872
20873 2004-08-19 16:04  pbartok
20874
20875         * XplatUIX11.cs:
20876           - Added colormap basics
20877           - Added a way to re-initialize with a different display handle
20878           - Fixed setting of the window background color
20879           - Added various X11 imports related to colors and colormaps
20880
20881 2004-08-19 15:51  pbartok
20882
20883         * X11Structs.cs:
20884           - Removed packing hints (Paolo suggested this a while back)
20885           - fixed colormap type
20886           - Added default Atom types
20887           - Added Screen and color structs and enums
20888
20889 2004-08-19 15:39  pbartok
20890
20891         * ImageList.cs:
20892           - Added missing Draw() method
20893           - Added missing RecreateHandle event
20894
20895 2004-08-19 15:30  pbartok
20896
20897         * Form.cs:
20898           - Added handling of WM_CLOSE
20899
20900 2004-08-18 13:16  jordi
20901
20902         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20903           a table
20904
20905 2004-08-18 09:56  jordi
20906
20907         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20908
20909 2004-08-17 15:31  ravindra
20910
20911         * SWF.csproj: Updated project.
20912
20913 2004-08-17 15:25  pbartok
20914
20915         * Control.cs:
20916           - Drawing improvement; don't call UpdateBounds if we are not visible
20917             (or have been minimized)
20918
20919 2004-08-17 15:24  pbartok
20920
20921         * XplatUIWin32.cs:
20922           - Finished IsVisible
20923           - Added Win32GetWindowPlacement
20924
20925 2004-08-17 15:08  jackson
20926
20927         * Panel.cs: Initial checkin of the Panel
20928
20929 2004-08-17 14:25  pbartok
20930
20931         * Control.cs:
20932           - Fixed broken handling of default window sizes
20933
20934 2004-08-17 13:29  jackson
20935
20936         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20937           has a large startup time.
20938
20939 2004-08-17 10:25  jackson
20940
20941         * HandleData.cs: union areas properly
20942
20943 2004-08-17 10:12  jackson
20944
20945         * HandleData.cs: union areas properly
20946
20947 2004-08-16 20:00  ravindra
20948
20949         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20950
20951 2004-08-16 18:48  ravindra
20952
20953         * ToolBar.cs: Added attributes.
20954
20955 2004-08-16 17:17  ravindra
20956
20957         * SWF.csproj: Updated project.
20958
20959 2004-08-16 17:16  jackson
20960
20961         * XplatUIX11.cs: Check for more expose events before sending a
20962           WM_PAINT so they can all be grouped together. This makes dragging a
20963           window across another window redraw in a sane way.
20964
20965 2004-08-16 15:47  pbartok
20966
20967         * Control.cs:
20968           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20969             support OnMouseEnter/Leave()
20970           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20971             exposure handling
20972
20973 2004-08-16 15:46  pbartok
20974
20975         * XplatUIStructs.cs, XplatUIX11.cs:
20976           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
20977           OnMouseEnter/Leave()
20978
20979 2004-08-16 15:34  jackson
20980
20981         * XplatUIX11.cs: Group multiple expose events in HandleData, make
20982           sure messages get the message field set to WM_NULL if they are not
20983           handled.
20984
20985 2004-08-16 15:24  jackson
20986
20987         * HandleData.cs: HandleData is used for storing message information
20988           for window handles
20989
20990 2004-08-15 17:23  ravindra
20991
20992         * ColorDepth.cs: Added attribute.
20993
20994 2004-08-15 17:23  ravindra
20995
20996         * SWF.csproj: Updated project for ToolBar Control.
20997
20998 2004-08-15 17:20  ravindra
20999
21000         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
21001           control and also dos2unix format.
21002
21003 2004-08-15 17:13  ravindra
21004
21005         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
21006           ToolBarButtonClickEventArgs.cs,
21007           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
21008           ToolBarTextAlign.cs: First Implementation of ToolBar control.
21009
21010 2004-08-15 15:31  pbartok
21011
21012         * ButtonBase.cs:
21013           - First (mostly) working version
21014
21015 2004-08-13 16:15  pbartok
21016
21017         * Control.cs:
21018           - Fixed Anchor default
21019
21020 2004-08-13 15:43  pbartok
21021
21022         * Control.cs:
21023           - Changed GetCursorPos signature
21024
21025 2004-08-13 15:42  pbartok
21026
21027         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
21028           - Changed signature for GetCursorPos
21029
21030 2004-08-13 15:25  pbartok
21031
21032         * XplatUIX11.cs:
21033           - Cleanup
21034           - Fixed resizing/exposure handling
21035
21036 2004-08-13 15:22  jordi
21037
21038         * ThemeWin32Classic.cs: removes redundant code and fixes issues
21039           with tickposition
21040
21041 2004-08-13 14:55  jordi
21042
21043         * TrackBar.cs: change from wndproc to events
21044
21045 2004-08-13 13:00  jordi
21046
21047         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21048           XplatUIX11.cs: implements PointToClient (ScreenToClient)
21049
21050 2004-08-13 12:53  pbartok
21051
21052         * XplatUIWin32.cs:
21053           - Changed GetWindowPos to also provide client area size
21054           - Fixed broken prototypes for several win32 functions
21055
21056 2004-08-13 12:53  pbartok
21057
21058         * XplatUI.cs, XplatUIDriver.cs:
21059           - Changed GetWindowPos to also provide client area size
21060
21061 2004-08-13 12:52  pbartok
21062
21063         * XplatUIX11.cs:
21064           - Added generation of WM_POSCHANGED
21065           - Changed GetWindowPos to also provide client area size
21066
21067 2004-08-13 12:52  pbartok
21068
21069         * Control.cs:
21070           - Added Dispose() and destructor
21071           - Fixed resizing and bounds calculation
21072           - Fixed Layout
21073           - Added memory savings for invisible windows
21074
21075 2004-08-13 12:46  jordi
21076
21077         * TrackBar.cs: adds timer and grap window
21078
21079 2004-08-13 10:25  jackson
21080
21081         * Timer.cs: SWF Timer
21082
21083 2004-08-12 16:59  pbartok
21084
21085         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21086           - Implemented method to get current mouse position
21087
21088 2004-08-12 14:29  jordi
21089
21090         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
21091           enhancement, fix mouse problems, highli thumb, etc
21092
21093 2004-08-12 13:31  pbartok
21094
21095         * Control.cs:
21096           - Fixed Anchoring bugs
21097
21098 2004-08-12 13:01  jackson
21099
21100         * StatusBar.cs: Don't forget things
21101
21102 2004-08-12 12:54  jackson
21103
21104         * ThemeWin32Classic.cs: Handle owner draw status bars
21105
21106 2004-08-12 12:54  jackson
21107
21108         * StatusBar.cs: Implement missing properties, events, and methods.
21109           Handle mouse clicking
21110
21111 2004-08-12 10:19  jackson
21112
21113         * StatusBarPanelClickEventArgs.cs,
21114           StatusBarPanelClickEventHandler.cs: Classes for handling status
21115           bar panel click events
21116
21117 2004-08-12 10:10  jackson
21118
21119         * Control.cs: Add missing properties
21120
21121 2004-08-12 09:46  pbartok
21122
21123         * BindingsManagerBase.cs:
21124           - Name changed to BindingManagerBase.cs
21125
21126 2004-08-12 09:25  jordi
21127
21128         * ScrollableControl.cs: calls ctrlbase instead of exeception
21129
21130 2004-08-11 16:28  pbartok
21131
21132         * InputLanguageChangingEventArgs.cs:
21133           - Never check in before compiling. Fixes the last check-in
21134
21135 2004-08-11 16:26  pbartok
21136
21137         * InputLanguageChangingEventArgs.cs:
21138           - More signature fixes
21139
21140 2004-08-11 16:20  pbartok
21141
21142         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
21143           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
21144           ImageListStreamer.cs, InputLanguage.cs,
21145           InputLanguageChangedEventArgs.cs,
21146           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
21147           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
21148           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
21149           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21150           - Signature fixes
21151
21152 2004-08-11 16:16  pbartok
21153
21154         * Application.cs:
21155           - Fixed Signature
21156           - Added .Net 1.1 method
21157
21158 2004-08-11 15:25  pbartok
21159
21160         * SWF.csproj:
21161           - Fixed BindingManagerBase.cs filename
21162
21163 2004-08-11 15:22  pbartok
21164
21165         * BindingManagerBase.cs:
21166           - Was checked in with wrong filename
21167
21168 2004-08-11 14:50  pbartok
21169
21170         * SWF.csproj:
21171           - Updated
21172
21173 2004-08-11 13:41  jordi
21174
21175         * XplatUIWin32.cs: Fixes ClientRect
21176
21177 2004-08-11 13:19  pbartok
21178
21179         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21180           XplatUIX11.cs:
21181           - We had SetWindowPos and MoveWindow to set window positions and
21182             size, removed MoveWindow. We have GetWindowPos, so it made sense to
21183             keep SetWindowPos as matching counterpart
21184           - Added some X11 sanity checking
21185
21186 2004-08-11 12:59  pbartok
21187
21188         * Control.cs:
21189           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
21190             (It seems that SetBounds is just a front for SetBoundsCore and
21191              SetBoundsCore updates the underlying window system and
21192              UpdateBounds is responsible for updating the variables associated
21193              with the Control and sending the events)
21194           - Major cleanup of Size handling; we now have two sizes, client_size
21195             and bounds. Bounds defines the window with decorations, client_size
21196             without them.
21197
21198 2004-08-11 12:55  pbartok
21199
21200         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21201           - Added method to calculate difference between decorated window and
21202             raw client area
21203
21204 2004-08-11 12:54  pbartok
21205
21206         * Label.cs:
21207           - Forcing redraw on resize
21208
21209 2004-08-11 11:43  pbartok
21210
21211         * ImageList.cs:
21212           - Removed disposing of the actual images when the list is disposed
21213
21214 2004-08-11 09:13  pbartok
21215
21216         * Control.cs:
21217           - Now properly reparents windows
21218
21219 2004-08-11 08:37  pbartok
21220
21221         * Control.cs:
21222           - Duh!
21223
21224 2004-08-11 07:47  pbartok
21225
21226         * Control.cs:
21227           - Rewrote the collection stuff. Might not be as fast now, not
21228             keeping the number of children around and accessible directly, but
21229             it's more straightforward
21230
21231 2004-08-11 07:44  pbartok
21232
21233         * AccessibleObject.cs:
21234           - Fixed to match ControlCollection rewrite
21235
21236 2004-08-11 07:43  pbartok
21237
21238         * ImageList.cs:
21239           - Added missing creation of the collection list
21240
21241 2004-08-10 20:08  jackson
21242
21243         * StatusBar.cs: Get the paint message from WndProc
21244
21245 2004-08-10 19:31  jackson
21246
21247         * ThemeWin32Classic.cs: Create Brushes as little as possible
21248
21249 2004-08-10 19:20  jackson
21250
21251         * UICues.cs: Add Flags attribute
21252
21253 2004-08-10 19:19  jackson
21254
21255         * StatusBarPanel.cs: Signature cleanup
21256
21257 2004-08-10 19:10  jackson
21258
21259         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
21260           Initial implementation of status bar item drawing
21261
21262 2004-08-10 17:27  jordi
21263
21264         * TrackBar.cs: add missing methods, properties, and restructure to
21265           hide extra ones
21266
21267 2004-08-10 16:24  jackson
21268
21269         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
21270           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
21271           attribute
21272
21273 2004-08-10 13:21  jordi
21274
21275         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
21276           enhancements and standarize on win colors defaults
21277
21278 2004-08-10 12:52  jackson
21279
21280         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
21281           ThemeWin32Classic.cs: Implement DrawItem functionality
21282
21283 2004-08-10 12:47  jordi
21284
21285         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
21286
21287 2004-08-10 12:32  jordi
21288
21289         * Control.cs: throw ontextchange event
21290
21291 2004-08-10 11:43  pbartok
21292
21293         * Control.cs:
21294           - Added more to the still unfinished Dock/Anchor layout code
21295
21296 2004-08-10 11:39  pbartok
21297
21298         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
21299           - Added GetWindowPos method
21300
21301 2004-08-10 11:36  pbartok
21302
21303         * XplatUIWin32.cs:
21304           - Implemented several methods
21305
21306 2004-08-10 09:47  jackson
21307
21308         * TrackBar.cs: Allow control to handle buffering
21309
21310 2004-08-10 09:41  jackson
21311
21312         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
21313
21314 2004-08-10 09:24  jackson
21315
21316         * Label.cs, LinkLabel.cs: Let Control handle buffering.
21317
21318 2004-08-10 09:09  jackson
21319
21320         * StatusBar.cs: Let Control handle all the buffering.
21321
21322 2004-08-10 09:08  jackson
21323
21324         * Control.cs: Control will now handle the buffering code, so each
21325           control does not have to implement this.
21326
21327 2004-08-10 08:34  jackson
21328
21329         * XplatUIDriver.cs: Use default colors from the theme
21330
21331 2004-08-09 17:12  pbartok
21332
21333         * ImageList.cs:
21334           - Fixed several bugs Ravindra pointed out
21335
21336 2004-08-09 16:11  pbartok
21337
21338         * Control.cs:
21339           - Added incomplete dock layout code
21340           - Added support for mouse wheel
21341
21342 2004-08-09 16:09  pbartok
21343
21344         * XplatUIX11.cs:
21345           - Added handling for middle and right mousebutton
21346           - Added handling for mouse wheel
21347           - Added handling for key state and mouse state and position
21348           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
21349           messages
21350
21351 2004-08-09 15:40  jackson
21352
21353         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
21354           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
21355           checkin
21356
21357 2004-08-09 15:37  jackson
21358
21359         * StatusBar.cs: Initial implementation of StatusBar
21360
21361 2004-08-09 15:36  jackson
21362
21363         * ITheme.cs: Add support for drawing status bar and getting status
21364           bar item sizes
21365
21366 2004-08-09 15:35  pbartok
21367
21368         * MouseButtons.cs:
21369           - Fixed values
21370
21371 2004-08-09 15:34  jackson
21372
21373         * ThemeWin32Classic.cs: Add support for drawing status bar and get
21374           status bar item sizes
21375
21376 2004-08-09 15:21  jackson
21377
21378         * ThemeWin32Classic.cs: Use known colors for default control
21379           colours
21380
21381 2004-08-09 15:12  jackson
21382
21383         * ThemeWin32Classic.cs: Make the default font static, it is static
21384           in control so this doesn't change functionality and creating fonts
21385           is sloooooow.
21386
21387 2004-08-09 14:56  pbartok
21388
21389         * X11Structs.cs:
21390           - Added GrabMode enum
21391
21392 2004-08-09 14:55  pbartok
21393
21394         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21395           - Removed Run method, was only required for initial development
21396
21397 2004-08-09 14:51  pbartok
21398
21399         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21400           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
21401           capture
21402
21403 2004-08-09 13:48  pbartok
21404
21405         * XplatUIX11.cs:
21406           - Fixed default sizing for child windows
21407
21408 2004-08-09 12:56  pbartok
21409
21410         * XplatUIX11.cs:
21411           - Added generation of WM_DESTROY message
21412           - Added handling of window manager induced shutdown
21413
21414 2004-08-09 11:31  jackson
21415
21416         * ThemeWin32Classic.cs: New names for control properties
21417
21418 2004-08-09 11:25  jackson
21419
21420         * Control.cs: Use new color names
21421
21422 2004-08-09 11:02  jackson
21423
21424         * XplatUI.cs: Get default window properties from the theme
21425
21426 2004-08-09 11:01  jackson
21427
21428         * ITheme.cs: The theme engine now controls default window
21429           properties
21430
21431 2004-08-09 11:00  jackson
21432
21433         * ThemeWin32Classic.cs: Add default window color properties
21434
21435 2004-08-09 10:17  jackson
21436
21437         * ThemeWin32Classic.cs: Use correct default back color
21438
21439 2004-08-09 10:05  jackson
21440
21441         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
21442           the theme now.
21443
21444 2004-08-09 09:56  jackson
21445
21446         * XplatUI.cs: Remove defaults, these are handled by the theme now.
21447
21448 2004-08-09 09:54  jackson
21449
21450         * Control.cs: Get default properties from the theme.
21451
21452 2004-08-09 09:53  jackson
21453
21454         * ITheme.cs: Themes now handle default control properties
21455
21456 2004-08-09 09:53  jackson
21457
21458         * ThemeWin32Classic.cs: Themes now handle default control
21459           properties so coloring will be consistent
21460
21461 2004-08-08 16:54  jordi
21462
21463         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
21464
21465 2004-08-08 15:08  jordi
21466
21467         * XplatUIX11.cs: fixes keyboard crash
21468
21469 2004-08-08 13:47  jordi
21470
21471         * Label.cs: add cvs header info
21472
21473 2004-08-08 12:09  jackson
21474
21475         * ThemeWin32Classic.cs: Add pen_buttonface
21476
21477 2004-08-08 11:52  jordi
21478
21479         * Label.cs, LinkLabel.cs: [no log message]
21480
21481 2004-08-08 11:34  jordi
21482
21483         * ThemeWin32Classic.cs: Use Windows Standard Colours
21484
21485 2004-08-07 17:32  jordi
21486
21487         * TrackBar.cs: throw exceptions of invalid enums values
21488
21489 2004-08-07 17:31  jordi
21490
21491         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
21492           draw method name
21493
21494 2004-08-07 16:56  jackson
21495
21496         * HorizontalAlignment.cs: Initial checkin
21497
21498 2004-08-07 13:16  jordi
21499
21500         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
21501           methods
21502
21503 2004-08-07 13:05  jordi
21504
21505         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
21506           GetSysColor defines
21507
21508 2004-08-06 18:01  pbartok
21509
21510         * ThemeWin32Classic.cs:
21511           - Fixed some rounding issues with float/int
21512
21513 2004-08-06 18:00  jackson
21514
21515         * DockStyle.cs, AnchorStyles.cs:
21516
21517                   Add flags and serializable attributes.
21518
21519 2004-08-06 17:46  pbartok
21520
21521         * XplatUIX11.cs:
21522           - Implemented GetParent
21523
21524 2004-08-06 17:18  pbartok
21525
21526         * TrackBar.cs:
21527           - Fixed some rounding issues with float/int
21528
21529 2004-08-06 17:17  pbartok
21530
21531         * X11Structs.cs, XplatUIX11.cs:
21532           - Fixed Refresh and Invalidate
21533
21534 2004-08-06 15:30  pbartok
21535
21536         * Control.cs, X11Structs.cs, XplatUIX11.cs:
21537           - Fixed recursive loop when resizing
21538           - Improved/fixed redrawing on expose messages
21539
21540 2004-08-06 09:53  jordi
21541
21542         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
21543           keyboard navigation
21544
21545 2004-08-06 08:02  pbartok
21546
21547         * X11Structs.cs, XplatUIX11.cs:
21548           - Fixed reparenting
21549           - Fixed window border creation
21550
21551 2004-08-05 15:38  pbartok
21552
21553         * XplatUIX11.cs:
21554           - Attempted fix for reparenting problems
21555
21556 2004-08-04 15:14  pbartok
21557
21558         * Control.cs:
21559           - Fixed Invalidation bug (calculated wrong client area)
21560           - Added ClientSize setter
21561
21562 2004-08-04 15:13  pbartok
21563
21564         * Form.cs:
21565           - Added AutoScale properties
21566
21567 2004-08-04 15:13  pbartok
21568
21569         * SWF.csproj:
21570           - Added latest files
21571
21572 2004-08-04 14:11  pbartok
21573
21574         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21575           XplatUIX11.cs:
21576           - Added Invalidate handling
21577
21578 2004-08-03 17:09  jordi
21579
21580         * XplatUIDriver.cs: fixes spelling mistake
21581
21582 2004-07-27 09:53  jordi
21583
21584         * TrackBar.cs: fixes trackbar events, def classname, methods
21585           signature
21586
21587 2004-07-27 09:29  jordi
21588
21589         * ScrollBar.cs: fixes scrollbar events
21590
21591 2004-07-27 04:38  jordi
21592
21593         * Control.cs: changes to be able to run winforms samples
21594
21595 2004-07-26 11:42  jordi
21596
21597         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
21598           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
21599
21600 2004-07-26 05:41  jordi
21601
21602         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
21603           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
21604           implementation
21605
21606 2004-07-22 09:22  jordi
21607
21608         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
21609           check link overlapping, implement events, and fixes
21610
21611 2004-07-21 10:28  jordi
21612
21613         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
21614
21615 2004-07-21 10:19  jordi
21616
21617         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
21618           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
21619           LinkLabelLinkClickedEventArgs.cs,
21620           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
21621           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
21622           implementation
21623
21624 2004-07-19 13:09  jordi
21625
21626         * Control.cs, Label.cs: label control re-written: added missing
21627           functionlity, events, and properties
21628
21629 2004-07-19 10:49  jordi
21630
21631         * Control.cs: fixes SetBounds logic
21632
21633 2004-07-19 01:29  jordi
21634
21635         * Control.cs: Call RefreshWindow only if the window has created
21636
21637 2004-07-15 14:05  pbartok
21638
21639         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
21640           - Implemented ImageList and ImageList.ImageCollection classes
21641           - Added ColorDepth enumeration
21642           - Updated SWF VS.Net project
21643
21644 2004-07-15 11:06  jordi
21645
21646         * XplatUIStructs.cs: added MsgButons enum
21647
21648 2004-07-15 11:03  jordi
21649
21650         * Control.cs: added basic mouse handeling events
21651
21652 2004-07-15 03:38  jordi
21653
21654         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
21655           Vertical TrackBar control implementation
21656
21657 2004-07-13 09:33  jordi
21658
21659         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
21660
21661 2004-07-13 09:31  jordi
21662
21663         * Control.cs, Form.cs: commit: new properties and fixes form size
21664           problems
21665
21666 2004-07-09 14:13  miguel
21667
21668         * ProgressBar.cs: Spelling
21669
21670 2004-07-09 11:25  pbartok
21671
21672         * ProgressBar.cs:
21673           - Removed usage of Rectangle for drawing. Miguel pointed out it's
21674           faster
21675
21676 2004-07-09 11:17  miguel
21677
21678         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
21679
21680                 * ProgressBar.cs: Fixed spelling for `block'
21681
21682                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
21683                 style guidelines.
21684
21685                 Avoid using the += on rect.X, that exposed a bug in the compiler.
21686
21687 2004-07-08 23:21  pbartok
21688
21689         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
21690           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
21691           BaseCollection.cs, Binding.cs, BindingContext.cs,
21692           BindingMemberInfo.cs, BindingsCollection.cs,
21693           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
21694           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
21695           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
21696           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
21697           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
21698           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
21699           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
21700           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
21701           FrameStyle.cs, GiveFeedbackEventArgs.cs,
21702           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
21703           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
21704           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
21705           InputLanguageChangedEventArgs.cs,
21706           InputLanguageChangedEventHandler.cs,
21707           InputLanguageChangingEventArgs.cs,
21708           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
21709           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
21710           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
21711           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
21712           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
21713           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
21714           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
21715           QueryAccessibilityHelpEventArgs.cs,
21716           QueryAccessibilityHelpEventHandler.cs,
21717           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
21718           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
21719           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
21720           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
21721           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
21722           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
21723           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
21724           XplatUIX11.cs, lang.cs:
21725           - Initial check-in
21726