* Test/System.Windows.Forms/DataGridViewCellTest.cs: Added
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2
3         * DataGridViewRowHeaderCell.cs, DataGridViewColumnHeaderCell.cs: Implemented
4           GetClipboardContent.
5         * DataGridViewCell.cs: Implemented GetClipboardContent,
6           GetEditedFormattedValue, GetFormattedValue.
7         * DataGridView.cs: Implemented GetClipboardContent, TopLeftHeaderCell.
8
9 2007-08-21  Jonathan Pobst  <monkey@jpobst.com>
10
11         * TableLayoutStyleCollection.cs: corcompare fix.
12
13 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
14
15         * DataObject.cs: Implemented retrieval of convertible / not convertible
16           objects.
17
18 2007-08-21  Jonathan Pobst  <monkey@jpobst.com>
19
20         * ToolStripItem.cs: When changing the item's text, invalidate before we resize
21         ourselves.  This ensures the entire old bounds are repainted, in case our new
22         size is smaller.  [Fixes bug #82518]
23
24 2007-08-20  Everaldo Canuto  <ecanuto@novell.com>
25
26         * XplatUIX11.cs: Apply patch from #81588, it makes use of PointerMotionHintMask
27         flag to make fast handle of mouse events, without this the mouse move is
28         handled in some manner, whether it is a mouse move or not. Fixes #81588.
29
30 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
31
32         * ListView.cs: When doing layout calculations don't use a ref
33         param to keep the current item; instead use its Index value (this 
34         is specially important when doing the layout with Groups
35         and Items being sparse). Also don't take into account items added to
36         the Group but not yet added to the main ListView.Items collection.
37
38 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
39
40         * ListViewGroupCollection.cs: Forgot to mimic an issue
41         in the indexer (don't assign the ListView owner for new values).
42
43 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
44
45         * ListViewGroupCollection.cs: Make the string indexer use
46         the int based indexer to re-use code, instead of duplicate the code.
47         Also Redraw as needed and take into account null values.
48
49 2007-08-20  Jonathan Pobst  <monkey@jpobst.com>
50
51         * StatusStrip.cs: Make sure the item's parent gets set in SetDisplayedItems.
52         [Fixes bug #82481]
53
54 2007-08-20  Jonathan Pobst  <monkey@jpobst.com>
55
56         * ToolStrip.cs: Add some logic to un-focus controls in ToolStripControlHosts
57         when other buttons are clicked or navigated to.
58
59 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
60
61         * XplatUIX11.cs: Treat toolwindows as if they had no window manager, since
62           it's XplatUIX11 that attaches them.
63
64 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
65
66         * DataGridView.cs: If a column has been added, recreate the editing row.
67           Fixes #82226.
68
69 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
70
71         * TextControl.cs: Use Math.Max instead of Math.Min when deciding the length
72           of the tag to draw. Makes disappearing text show up again.
73
74 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
75
76         * StatusBar.cs: Take into account any icons when a panel has AutoSize =
77           Contents. Fixes #82487.
78
79 2007-08-19  Andreia Gaita  <avidigal@novell.com>
80
81         * Added HtmlElement.cs, HtmlElementCollection.cs, 
82           HtmlElementEventArgs.cs, HtmlElementEventHandler.cs
83           
84 2007-08-19  Andreia Gaita  <avidigal@novell.com>
85
86         * BindingSource.cs: Implement this, dispose and getenumerator.
87         * DataGridViewRowCollection.cs: Move the InvalidOperationException
88         out of AddInternal, throw it only on public Add calls. The 
89         UsingWebBrowser sample was blowing up with this when setting the
90         DataSource after adding DataBindings, so it's likely that .net
91         only throws this exception when Add is called directly. 
92         
93         * ToolStripControlHost.cs: Return the hosted control's text
94         property, and not the ToolStripItem one (it would always return
95         the initial value).
96         
97         * HtmlDocument.cs: Implement GetElementById and All
98         * WebBrowser.cs: Remove exception on set_DocumentStream.        
99
100 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
101
102         * Form.cs: Fix the max and min value for opacity (0~1).
103
104 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
105
106         [Fixes #80118]
107         * DataGridTableStyle.cs: Default header font is now null, on getter it 
108         returns datagrid font when is null. On setter permits null.
109
110         * DataGrid.cs:
111         - When ResetHeaderFont set header font to null.
112         - On EndInit set grid_style.DataGrid.
113
114 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
115
116         * TabControl.cs: Fix regression in default padding x.
117
118 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
119
120         * TabControl.cs: Fix tab page text area removing padding. Fixes #82471.
121
122 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
123
124         * TabControl.cs: Fix first tab drawing, when selected it must have x = 0
125         not 2. Fixes #82229.
126
127 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
128
129         * TabControl.cs: Fix tab size when image height is less than text height.
130         Partially fixes #81837.
131
132 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
133
134         * Form.cs: Add WS_EX_CONTROLPARENT to forms to make it selectable using 
135         "alt + tab". It works only for Win32, for X11 theres no way to remove window
136         from taskbar and keep it on "alt_tab". Fixes #81722.
137
138 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
139
140         * XplatUIX11.cs: Apply patch from Jurek Bartuszek to fix DrawReversibleFrame
141         and DrawReversibleLine, also apply same behavior to FillReversibleRectangle. 
142         Fixes #80877 and #79418.
143
144 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
145
146         * MenuAPI.cs: Fix popup menu position when the size is larger than distance 
147         between position and one of the screen borders. Fixes #82349.
148
149 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
150
151         * MessageBox.cs: When there is no form that invoked the MessageBox, shows
152         the MessageBox in the taskbar. Fixes #82457.
153
154 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
155
156         * MessageBox.cs: Fix form size when icon is set and text height is bigger
157         than icon. Fixes #82468.
158
159 2007-08-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
160
161         * ThemeWin32Classic.cs: A FixedToolWindow has border size 3.
162         * InternalWindowManager.cs: Change HandleCalcSize to return a boolean value
163           if handled or not. Implement WM_NCCALCSIZE for WParam == 0 as well.
164           Refactored HandleNCCalcSize somewhat to avoid code duplication.
165         * Form.cs: Add is_clientsize_set, set in set_ClientSize, used by
166           FormBorderStyle to decide if we're calculating a new size from the
167           client size or not. CreateParams: Don't fake tool windows, only the X11
168           backend manages toolwindows manually.
169
170 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
171
172         * Form.cs: Only reset is_visible if !IsDisposed to prevent an
173         ObjectDisposedException.
174
175 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
176
177         * Form.cs: Reset is_visible back to true after OnLoad.  Setting this
178         in OnLoad should not have any effect.  [Fixes bug #82470]
179
180 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
181
182         * ToolTip.cs: Add a hack to ToolTipWindow so it will still size and
183         paint for controls that create their own ToolTipWindow instead of
184         going through ToolTip.
185
186 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
187
188         * ToolTip.cs: Make Hide internal instead of public to match MS API.
189
190 2007-08-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
191
192         * ListViewGroupCollection.cs: Use generic List instead of an
193         ArrayList, since this collection is 2.0 only.
194
195 2007-08-17  Jeffrey Stedfast  <fejj@novell.com>
196
197         * ToolTip.cs (Hide): Made public to make the build work (should
198         this not be public?).
199
200 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
201
202         * ToolBar.cs, ToolStrip.cs, TreeView.cs: Use a ToolTip instead of a
203         ToolTipWindow.
204         * ToolTip.cs: Add an internal Visible property to facilitate transition.
205
206 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
207
208         * DrawToolTipEventArgs.cs, DrawToolTipEventHandler.cs, PopupEventArgs.cs,
209         PopupEventHandler.cs: Make these internal for 1.1.
210         * ThemeClearlooks.cs, ThemeWin32Classic.cs: Use TextRenderer, and modify to not
211         use ToolTipWindow internals.
212         * ToolTip.cs: Add 2.0 modal Show methods.  Had to move a lot of stuff around to
213         support this.  A lot of stuff in the ToolTipWindow got moved to the ToolTip.
214
215 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
216
217         * X11Dnd.cs: Add a null check.
218
219 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
220
221         * X11Dnd.cs: MwfWindow: Try to load the control directly from the handle if
222           nothing else succeeds. Fixes #82453.
223
224 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
225
226         * XplatUIWin32.cs: PaintEventStart: validate the entire source client
227           rectangle if we're painting to another window than the one the paint
228           message was generated on. Simplify the code somewhat, which makes
229           PaintEventEnd also simpler.
230
231 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
232
233         * Control.cs: When changing parent of a form, let the form decide whether
234           XplatUI.SetParent should be called or not.
235         * Form.cs: ChangingParent: only call XplatUI.SetParent if we're not
236           recreating the handle. If the new parent's handle isn't created, don't
237           recreate our handle, just destroy it. CreateParams: Check if the
238           parent's handle is created before fetching it.
239
240 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
241
242         * Control.cs, Form.cs, InternalWindowManager.cs, MainMenu.cs, MdiClient.cs:
243           Update calls to PaintEventStart/End to take a Message argument.
244         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Update PaintEventStart/End to
245           take a Message argument.
246         * XplatUIWin32.cs, XplatUIX11.cs: Update PaintEventStart/End to take a
247           Message argument, and handle the case where we don't paint to the window
248           for which the paint message was generated.
249
250 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
251
252         * XplatUIWin32.cs: Don't call Win32GetLastError directly, use
253           Marshal.GetLastWin32Error. Plug nasty memory leak in
254           PaintEventStart/End, we were creating a DC we weren't releasing.
255
256 2007-08-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
257
258         * ListView.cs: Add Groups support in Details view. Also have a small
259         method to do the layout of the group header. Don't use a separate
260         method to do the groups calculation in Icons view, since our methods
261         are now a little simpler.
262         * ListViewGroup.cs: Use the more accurate `HeaderBounds' name than
263         `Bounds'.
264         * ThemeWin32Classic.cs: Likewise.
265
266 2007-08-16  Jonathan Pobst  <monkey@jpobst.com>
267
268         * Application.cs: Add FilterMessage method and rework our message loop
269         logic to use it.
270
271 2007-08-16  Jonathan Pobst  <monkey@jpobst.com>
272
273         * Application.cs: Add some methods and stub a few methods that are
274         pretty much never used.
275
276 2007-08-15  Jonathan Pobst  <monkey@jpobst.com>
277
278         * TreeNode.cs: Add some serialization methods.
279
280 2007-08-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
281
282         * ListView.cs: In ListViewItemCollection have a 
283         'is_main_collection' field to not modify ListViewItem.ListView
284         when using it as ListViewGroup.Items (and not ListView.Items)
285         and also don't modify selection state (.Net behaviour). 
286         Instead, set group for items contained in a ListViewGroup.Items collection.
287         * ListViewItem.cs: Simplify some code in Group setter.
288         * ListViewGroup.cs: use the new .ctor to pass the current instance
289         to the ItemsCollection.
290         * ListViewGroup.cs: Set the ListView property for ListViewGroup
291         instances when adding/removing. Also make Remove use RemoveAt, which
292         should perform better.
293
294 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
295
296         * Message.cs, TabControl.cs, TextBox.cs, TextBoxBase.cs: Hide some 2.0 API
297         that crept into the 1.1 profile.
298
299 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
300
301         * ToolBarButton.cs: Implement ImageKey.
302
303 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
304
305         * ToolBar.cs: Implement ScaleControl/ScaleCore.
306
307 2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
308
309         * PictureBox.cs: OnAnimateImage/UpdateAnimateImage: Check if handle is still
310           created, it might have gotten destroyed since we last checked. Fixes
311           #82405.
312
313 2007-08-11  Jonathan Pobst  <monkey@jpobst.com>
314
315         * ToolTip.cs: Remove mouse in control check from mouseleave handler so
316         tooltip will hide when mouse is moved off the control.
317         [Fixes bug #82407]
318
319 2007-08-11 Andreia Gaita <avidigal@novell.com>
320
321         * WebBrowserBase.cs, WebBrowser.cs: add implementation
322         using Mono.Mozilla for loading and navigating webcontrol
323         with xulrunner.
324         The initial implementation was done on 
325         /trunk/mozembed/tests/browser , and copied here.
326
327 2007-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
328
329         * ThemeWin32Classic.cs: On 2.0 profile, use ForeColor and BackColor of
330         ToolTipWindow for drawing the tooltip. Fixes bug #82408.
331
332 2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
333
334         * DataGridView.cs: Add support for an editing row. Fixes #82226.
335           RowTemplateFull: throw an exception if a column doesn't have a template.
336         * DataGridViewRowCollection.cs: AddInternal: if there are any editing rows,
337           add the row just before it.
338         * DataGridViewTextBoxCell.cs: Don't paint cells which are in edit mode as
339           selected.
340         * DataGridViewSelectedRowCollection.cs: Don't return the editing row. Add a
341           DataGridView field to be able to reach the grid's editing row.
342
343 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
344
345         * ToolTip.cs: If the control's handle hasn't been created when it has a
346         tooltip set on it, don't check to see if we need to show the tooltip.  This
347         check was causing the control's handle to be created.
348         [Fixes bug #82399]
349
350 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
351
352         * TextBoxBase.cs: Fix SelectionLength when no text selected to match MS:
353                                         1.1             2.0
354         Handle Not Created      -1              0
355         Handle Created          0               0
356         [Fixes bug #82371]
357
358 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
359
360         * ToolTip.cs: Hide the tooltip if the control is clicked to match MS behavior.
361         [Fixes bug #82348]
362
363 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
364
365         * DrawToolTipEventArgs.cs: Don't dispose a brush we got from the respool.
366         * ToolTip.cs: Implement some properties and owner draw.
367
368 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
369
370         * DataGridView.cs: OnPaint: don't set scrollbar visibility to false then
371           show them again, since setting visibility causes a paint, causing an
372           endless loop (instead use a temporary and set it all when it's known if
373           they should be shown or not). Fixes #79265.
374
375 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
376
377         * DataGridView.cs: Only do a full column/row selection if a header was
378           clicked and we're in Column/RowHeader selection mode. If shift and ctrl
379           isn't pressed, deselect everything before selecting something.
380
381 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
382
383         * DataGridView.cs: Fix SelectedRows and SelectedColumns to match MS
384           behaviour according to bug #81075 - they are returned in the order they
385           are selected. Fix HitTest to check if the point is within any of the
386           headers. Allow for row/column selection when in ColumnHeader or
387           RowHeader selection mode. Add SetSelected[Column|Row]CoreInternal for
388           the row and column to call when their selected state changes, and
389           updated selected_[rows|columns] whenever SetSelected* is called.
390         * DataGridViewBand.cs: Initialize isRow correctly. Call
391           SetSelected[Row|Column]CoreInternal when the selected state changes, and
392           add a SelectedInternal to avoid StackOverflows.
393         * DataGridViewColumn.cs, DataGridViewRow.cs: If DGV is ReadOnly, we're also
394           ReadOnly no matter what.
395         * DataGridViewSelectedColumnCollection.cs,
396           DataGridViewSelectedRowCollection.cs: Add an InternalAddRange that adds
397           the items in reverse order (just as MS does...)
398
399 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
400
401         * Application.cs: Only release menustrips if Alt (MenuKey) is pressed by
402         itself, not part of a mnemonic.  [Fixes bug #82378]
403
404 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
405
406         * DataGridView.cs: BeginEdit: don't allow editing of readonly cells.
407         * DataGridViewCell.cs: Implement ReadOnly better: the cell is ReadOnly if
408           the DGV, the column, the row, or the cell itself is readonly.
409
410 2007-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
411
412         * ThemeNice.cs: Use XplatUI.RunningOnUnix instead of checking
413         OSVersion.Platform.
414         * FileDialog.cs: Same.
415         * TextRendered.cs: Same.
416         * FolderBrowserDialog.cs: Same.
417         * TextBoxBase.cs: Same.
418         * Application.cs: Same.
419         * Cursors.cs: Same.
420         * ThemeClearLooks.cs: Same.
421
422 2007-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
423
424         * XplatUI.cs: Added RunningOnUnix property to be used by controls
425         instead of duplicating these checks everywhere.
426         * FileDialog.cs: Use case-insensitive comparison for populating the
427         DirComboBox when not running on unix. Fixes bug #82385.
428         * OpenFileDialog.cs: to match MS, change label of DirComboBox to 
429         "Look in".
430
431 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
432
433         * DataGridView.cs: SelectedRows: we need to check if selectionMode is
434           FullRowSelect (not FullColumnSelect). Fixes #81075. Implemented
435           BeginEdit, EndEdit, SetSelected<Cell|Row|Column>Core. Implemented row,
436           cell and column selection with ctrl and shift pressed. Call the correct
437           BeginEdit/EndEdit whenever we start/end editing. Move painting code to
438           the corresponding virtual method (PaintBackground to paint background,
439           etc).
440         * DataGridViewCell.cs: Implement Selected correctly, we're selected if
441           either the column, row or the cell itself is selected.
442         * DataGridViewRowCollection.cs: Use DGV.OnRowsAddedInternal instead of
443           OnRowsAdded.
444         * DataGridViewRow.cs: Moved some of the painting code from DataGridView
445           here. When the row is selected, don't select all cells. Each cell now
446           queries the row to see if the row is selected.
447
448 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
449
450         * DataGridViewColumn.cs: Throw if the SortMode conflicts with DataGridView's
451           SelectionMode.
452
453 2007-08-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
454
455         * ListView.cs: In ListViewItemsCollection check that owner is
456         not null before trying to access it (this happens quite often
457         using Groups). Also don't duplicate calls by calling CollectionChanged
458         method.
459
460 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
461
462         * ToolStrip.cs: Record if we were activated by mouse or keyboard.  Redraw
463         when we are dismissed to clear keyboard mnemonics.
464         * MenuStrip.cs, ToolStripDropDown.cs, ToolStripItem.cs, 
465         ToolStripMenuItem.cs: Record if we were activated by mouse or keyboard.
466         * ToolStripItemTextRenderEventArgs.cs: Draw mnemonic underlines if menu
467         was activated by keyboard or the OS tells us to always draw them.
468         * ToolStripManager.cs: Setup storage for activated by mouse or keyboard.
469         [Fixes bugs #82376, #82377]
470
471 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
472
473         * Control.cs: If no one accepts a mnemonic, let the MenuStrip have a 
474         shot at having it because Alt was pressed.
475         * MenuStrip.cs: When handling Alt, don't select a SystemMenuItem, select
476         the first real menu item.
477         * ToolStrip.cs: Don't crash when looking for a ToolStripItem to handle
478         a mnemonic if Text is null.
479         [Fixes bug #82374]
480
481 2007-08-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
482
483         * ListView.cs: In ListViewItemCollection.AddItem, don't do a linear
484         search do check whether the item is already contained in the
485         collection or not; instead check if the owner of the item is the same
486         as ours. Also, remove a redundant check in the same method. 
487
488 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
489
490         * Control.cs: Allow the clip region to be set back to null.
491         * XplatUIWin32.cs: If we are sent a null clip region, use IntPtr.Zero.
492         [Fixes button still showing up in bug #82370 when Show Through is turned off]
493
494 2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
495
496         * GridEntry.cs: Add a null check.
497         * PropertyGrid.cs: When checking for existing grid entries, ignore category
498           entries. Fixes #82297.
499
500 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
501
502         * OwnerDrawPropertyBag.cs: Make the serialization constructor protected
503         for 2.0.
504
505 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
506
507         * ListBox.cs: Implement ScaleControl.
508
509 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
510
511         * Form.cs: Add a few ActiveMenu null checks. ActiveMenu might be null if we
512           have a menu strip.
513         * MdiWindowManager.cs: Don't create a maximized menu if the child or it's
514           parent has a menu strip. Fixes #81689.
515
516 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
517
518         * ToolTip.cs: We don't get mouse events on all platforms in the exact same
519           moments, so apply some fuzzy logic to determine if the mouse is still
520           inside a control or not. Fixes #82288 (for the third time).
521
522 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
523
524         * Control.cs: CreateControl: create implicit children as well. Fixes #82344.
525           Don't create the child if it has been disposed already (may happen if
526           the user closes the form the Load event).
527
528 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
529
530         * ToolTip.cs: If ReshowDelay is 0, show the tooltip immediately. Fixes
531           #82288.
532
533 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
534
535         * Control.cs: Add a null check in OnParentBindingContextChanged. The parent
536           might call us after we've been destroyed, in which case our own private
537           parent field is null. Fixes #82326.
538
539 2007-08-06  Jonathan Pobst  <monkey@jpobst.com>
540
541         * ToolStripDropDown.cs: Fix a failing test on X11 by adding a null
542         check for setting the dropdown's owner.
543
544 2007-08-06  Jonathan Pobst  <monkey@jpobst.com>
545
546         * MdiClient.cs: Fix some failing tests on X11 by adding a null check
547         before removing system menu items.
548
549 2007-08-02  Jonathan Pobst  <monkey@jpobst.com>
550
551         * MdiClient.cs, MdiWindowManager.cs: Support 2.0 Mdi MenuStrip
552         folding.
553         * MdiControlStrip.cs: Added.  These are the menu items used in mdi
554         folding.
555         * ToolStrip.cs: Add a null check to mnemonics.
556         * ToolStripDropDownMenu.cs: When using a SystemMenuItem, there is
557         no ConnectedArea.
558         [Fixes most of bug #81689]
559
560 2007-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
561
562         * PropertyGrid.cs: Add a null-check. Fixes #82289/SVGPad.
563
564 2007-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
565
566         Use InitialDelay if ReshowDelay is zero. Fixes #82288.
567
568 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
569
570         * DataGridViewCell.cs: EditType: returns
571           DataGridViewTextBoxEditingControl always.
572
573 2007-08-01  Jonathan Pobst  <monkey@jpobst.com>
574
575         * TextRenderer.cs: Remove the LineLimit string format flag from the
576         DrawString fallback method so that things like buttons that aren't
577         tall enough to draw a full line will still draw part of the text.
578         [Fixes part of bug #82272]
579
580 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
581
582         * DataGridView.cs: Implemented AutoResizeColumn(s).
583         * DataGridViewCellStyle.cs: Added SetAlignment, fills in a StringFormat
584           according to the Alignment.
585         * DataGridViewColumnHeaderCell.cs, DataGridViewTextBoxCell.cs:
586           Implement alignment and padding when painting.
587         * DataGridViewRow.cs: SetValues: Don't create a cell if it already
588           exists.
589         * DataGridViewCell.cs: Implement BorderWidths in the most primitive
590           way.
591         * DataGridViewColumnCollection.cs: Raise OnColumnAdded on the DGV when
592           a column is added.
593
594 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
595
596         * TextBoxBase.cs: Use Control.ExplicitBounds instead of explicit_bounds,
597         which is internal.
598
599 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
600
601         * ToolStrip.cs: Stub out drag and drop methods, fix some corcompare stuff,
602         hide GetPreferredSize from public API.
603         * ToolStripDropDown.cs: Override AllowItemReorder, fix AccessibleObject.
604         * ToolStripItem.cs: Stub out drag and drop methods and events.
605         * ToolStripManager.cs: Stub out Save/LoadSettings.
606         * ToolStripOverflow.cs: Use renamed ToolStrip.GetPreferredSize.
607         * ToolStripPanel.cs: Fix corcompare error.
608         * ToolStripPanelRow.cs: Use renamed ToolStrip.GetPreferredSize.
609         * ToolStripSplitButton.cs: Fix AccessibleObject stuff.
610         * ToolStripSplitStackLayout.cs: Use renamed ToolStrip.GetPreferredSize.
611
612 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
613
614         * TextBoxBase.cs: In our new GetPreferredSizeCore, return the explicit
615         bounds height instead of PreferredHeight.  Puts things back the way 
616         they were for height while still fixing the width.  Fixes broken unit
617         tests.
618
619 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
620
621         * Binding.cs: Implement 2.0 constructors and add a null check.
622
623 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
624
625         * DataGridViewRowCollection.cs: Allow a null DGV in the constructor,
626           and fix row index (off by one).
627
628 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
629
630         * PropertyGridView.cs: Remove debug output.
631
632 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
633
634         * Control.cs: We need to reset the is_created flags when the handle is
635           destroyed. Fixes #82187.
636         * XplatUIWin32.cs: In GetWindowRect don't offset screen coordinates to
637           client coordinates if the window doesn't have a parent.
638           Win32GetParent returns the parent or the owner, and for top-level
639           windows with no parent (but with an owner) we were calculating the
640           location from the location of the owner.
641         * Form.cs: Remove incorrect fix for #82187. Don't raise OnLoad if the
642           form has been disposed.
643         * MdiClient.cs: Add a null-check.
644
645 2007-07-30  Jonathan Pobst  <monkey@jpobst.com>
646
647         * TextBoxBase.cs: TextBoxBase reports itself at AutoSize, but doesn't
648         actually do auto-sizing.  Override the internal GetPreferredSizeCore 
649         so we can provide an implementation that returns the current width
650         and preferred height.  Allows anchor = right to work with TextBox 2.0.
651         [Fixes bug #82233]
652
653 2007-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
654
655         * ListView.cs: Add support for navigating items in Groups mode, by
656         creating a big matrix containing all rows and cols of all groups. When
657         are in other mode than Details, pressing Up should have a similar
658         behaviour as that one of Down (moving to the next available column if
659         current one doesn't have an item in the requested row). Also, don't
660         proceed to use groups if ShowGroups is false.
661         * ListViewGroup.cs: Add an internal int field to store the starting
662         row of the group (used by the big matrix used for navigating the
663         ListView).
664         * ThemeWin32Classic.cs: Don't draw headers if ListView.ShowGroups is
665         false.
666
667 2007-07-30  Jonathan Pobst  <monkey@jpobst.com>
668
669         * ToolStripDropDown.cs: When we do Show, start with the 
670         DefaultDropDownDirection, but if our popup menu is going to off-screen,
671         modify the direction to keep it on screen.  [Fixes bug #82210]
672
673 2007-07-29  Gert Driesen  <drieseng@users.sourceforge.net>
674
675         * FileDialog.cs: Accept any FilterIndex value, and store it
676         unmodified. When FilterIndex is less than 1, or greater than number
677         of filters, then default to first filter. Only add filter extension to
678         file if user did not specifiy an extension. When type of dialog is
679         OpenFileDialog and DefaultExt is set, then only use filter extension
680         if: CheckFileExists is true and no file wih the default extension
681         exists, or CheckFileExists is false, and user specified file does not
682         exist. When CheckFileExists is true, then add first extension of 
683         selected filter that matches existing file. Perform checks for
684         existing file, overwrite and create after extension has been added to
685         file name. When CheckFileExists is true and type is SaveFileDialog,
686         then only consider first filter extension if DefaultExt is set.
687         When CheckFileExists is true, then ignore DefaultExt if file with that
688         extension does not exist. Also perform check for existing file when
689         type is SaveFileDialog. Changed some field to constants.
690
691 2007-07-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
692
693         * ListView.cs: Take into account the region used by header
694         control when doing the vertical scroll (this way we invalidate
695         the precise area, and don't get any dirty one).
696
697 2007-07-27  Everaldo Canuto  <ecanuto@novell.com>
698
699         * FileDialog.cs: Check for valid filterIndex on button open/save. 
700         Fixes #82184.
701
702 2007-07-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
703
704         * ListView.cs: Update some layout calculations in details view
705         and clean the code in a pair of assignations.
706
707 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
708
709         * ComboBox.cs, ContainerControl.cs, DataGrid.cs, FontDialog.cs, Label.cs,
710         LinkLabel.cs, ListBox.cs, ListView.cs, ListViewItem.cs, MessageBox.cs,
711         MonthCalender.cs, StatusBar.cs, ThemeClearlooks.cs, ThemeWin32Class.cs,
712         ToolBar.cs, TreeView.cs: First pass at using thread-safe string measuring.
713
714 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
715
716         * TextRenderer.cs: Use [ThreadStatic] instead of locks to improve
717         performance of thread-safe Graphic methods.  (Thanks rolf!)
718
719 2007-07-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
720
721         * ListView.cs: When doing the layout calculations, don't calculate
722         scroll bars before handle is created. This is unnecessary and also
723         calculating them before handle creation item causes a number of random
724         bugs (which begin to appear after Chris' big patch for handle creation
725         fixes). 
726
727 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
728
729         * TextRenderer.cs: Create thread-safe versions of Graphics.MeasureString
730         for things that don't have a Graphics object.  Currently, things just use
731         the static Hwnd.bmp_g which is not thread safe.
732
733 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
734
735         * Form.cs: ShowDialog: don't destroy handles if the dialog is a common
736           dialog. Fixes #82187.
737
738 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
739
740         * DataGridViewElement.cs: Initialize state.
741         * DataGridView.cs: Forward a few Mouse events to cells. Add
742           GetRowInternal and GetCellInternal that doesn't unshare rows.
743           Implement GetCellDisplayRectangle. HitTest: if the row is shared,
744           don't use the index, but look it up. Add
745           DataGridViewControlCollection.RemoveInternal to remove controls
746           that Remove won't remove (scrollbars, edit control).
747         * DataGridViewColumn.cs: Initialize State correctly.
748         * DataGridViewColumnHeaderCell.cs, DataGridViewComboBoxCell.cs,
749           DataGridViewHeaderCell.cs, DataGridViewRowHeaderCell.cs: Started
750           implementing this.
751         * DataGridViewRowCollection.cs: Implemented shared rows.
752         * DataGridViewRow.cs: Throw exceptions as MS do.
753         * DataGridViewCell.cs: A few properties are implemented by a
754           Get<Property> method, so move implementation there and remove the
755           NIEX in the method. Add a bunch of OnXInternal that DataGridView
756           calls when necessary.
757         * DataGridViewComboBoxEditingControl.cs: Remove a few NIEX'es that just
758           complicates matters.
759         * DataGridViewCellCollection.cs: Add a GetCellInternal that doesn't
760           unshare any rows.
761
762 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
763
764         * UpDownBase.cs: We cannot override SetBoundsCore for 2.0, which was relayout-ing
765         the children controls.  Instead, we will just set up the proper docking for the
766         children controls so we don't have to worry about it.  [Fixes bug #82188]
767
768 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
769
770         * TreeView.cs, NodeLabelEditEventArgs.cs, LabelEditTextBox.cs: Support edit
771         canceling and correct Before/AfterLabelEdit properties as layed out in bug
772         81847.  [Fixes bug #81847]
773
774 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
775
776         * Label.cs: If AutoSize = true and a width or height is set, ignore it and
777         redo the autosize.  VS2005 defaults to setting the AutoSize, and then setting
778         an explicit size based on the design-time size of the text.  Since our fonts
779         may not match this explicit size, we tend to cut off the ends of people's labels.
780
781 2007-07-24  Jonathan Pobst  <monkey@jpobst.com>
782
783         * Menu.cs: Add some missing methods to MenuItemCollection.
784
785 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
786
787         * DataGridView.cs: Added RowTemplateFull, creates a row from the templates in the columns.
788         * DataGridViewBand.cs: DefaultHeaderCellType: initialize correctly. Resizable: if not set, check DGV.
789         * DataGridViewColumn.cs: InheritedAutoSizeMode: if not set, check DGV. Resizable: delegate to base class. ToolTipText: Never return null. Initialize a few other properties correctly.
790         * DataGridViewColumnCollection.cs: Add: Default column is a TextBoxColumn.
791         * DataGridViewComboBoxCell.cs: Started implementing this, lots left still.
792         * DataGridViewElement.cs: State defaults to Visible.
793         * DataGridViewRowCollection.cs: Add: creates the new row based on a template.
794         * DataGridViewTextBoxColumn.cs: SortMode: delegate to base class, but initialize to Automatic. ToString: implement correctly.
795
796 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
797
798         * Control.cs: Minor 1.1 corcompare fix.
799
800 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
801
802         * LinkLabel.cs, PrintPreviewDialog.cs, TabPage.cs, TextBox.cs,
803         TextBoxBase.cs, ToolBar.cs: 2.0 corcompare work.
804
805 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
806
807         * DataGridViewLinkColumn.cs, DataGridViewRowCollection.cs,
808           DataGridViewImageColumn.cs, DataGridViewSelectedCellCollection.cs,
809           DataGridViewComboBoxCell.cs, DataGridViewLinkCell.cs,
810           DataGridViewSelectedColumnCollection.cs,
811           DataGridViewSelectedRowCollection.cs: Corcompare work.
812
813 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
814
815         * PrintDialog.cs: Stub UseEXDialog.  I chose to stub this because
816         it is autoset by VS2005 designer and the effect is barely noticeable.
817
818 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
819
820         * TreeView.cs: Implement HitTest.
821
822 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
823
824         * DataGridViewTextBoxCell.cs: Use DGV.EditControlInternal instead of
825           manually adding and removing the control from the Controls
826           collecftion.
827         * DataGridView.cs: Implement DataGridViewControlCollection. Add an
828           EditingControlInternal property that tracks the editing control.
829           Always keeping the scrollbars in the Controls collection, as MS
830           testing confirms is the right behaviour.
831
832 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
833
834         * ScrollableControl.cs: Fix implementation of AutoScrollPosition
835           according to MSDN and new test.
836
837 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
838
839         * TreeNode.cs: Implement ToolTipText.
840         * TreeView.cs: Implement tooltips, NodeMouse* events.
841
842 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
843
844         * TreeView.cs: Implement OnNodeMouseClick and OnNodeMouseDoubleClick.
845
846 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
847
848         * TreeNode.cs: Implement ContextMenu, ContextMenuStrip, and Level.
849         * TreeView.cs: Use the node's contextmenu[strip] if applicable.
850
851 2007-07-20  Ivan N. Zlatev  <contact@i-nz.net>
852
853         * Control.cs, Form.cs, ContainerControl.cs,
854         ScrollableControl.cs, ButtonBase.cs:  Added ShouldSerialize
855         for misc properties.
856
857 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
858
859         * TreeNode.cs: Implement StateImageIndex and StateImageKey.
860         * TreeView.cs: Implement StateImageList.
861
862 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
863
864         * Form.cs: Don't check if the current form is the active form before
865           activating it. Fixes #81904.
866
867 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
868
869         * Form.cs: Don't check if the current form is the active form before
870           activating it. Fixes #81904.
871
872 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
873
874         * TreeView.cs: Apply patch from Tyron (tmm@aon.at). Fixes #81847.
875
876 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
877
878         * Form.cs: Don't try to position the form after loading if the form was
879           disposed. Fixes #81969.
880
881 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
882
883         * PropertyGrid.cs, PropertyGridView.cs: Implemented 2.0 methods and
884           properties. Had to change ToolBar into ToolStrip, which required a
885           few #ifs.
886
887 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
888
889         * PropertyGrid.cs: PropertyToolBar: Redraw the entire toolbar when it's
890           resized, fixes part of #79829 (vertical lines in toolbar).
891           PropertyGrid: Refactored Populate* to something that's easier to
892           follow at least for me, as well as splitting it up into several new
893           methods, required to update only subitems when something has
894           changed by a popup editor or listbox. Don't use events to check
895           when any values are changed, since the events are unreliable (we're
896           changing the objects the events are registered with, and if the
897           event handling requires the objects to be immutable (objects stored
898           in hashtables for instance), the events will never be raised).
899         * PropertyGridView.cs: Call PropertyGrid.PropertyValueChangedInternal
900           everytime we change a value, since events are unreliable.
901           DropDownButtonClicked: For the same reason don't compare objects to
902           check if it has changed or not, it would require all objects to
903           derive Equals. Fix dialog location on windows, MS is doing weird
904           things when creating parented forms.
905         * GridEntry.cs: Add a SelectedObject setter.
906
907 2007-07-19  Jonathan Pobst  <monkey@jpobst.com>
908
909         * TreeNode.cs: Add some corcompare attributes.
910         * TreeNodeCollection.cs: Implement 2.0 stuffs.
911         * TreeView.cs: Implement some 2.0 stuffs.
912
913 2007-07-18  Andreia Gaita  <avidigal@novell.com>
914
915         * WebBrowser.cs, WebBrowserBase.cs: add some more MonoTODOs now
916         for moma.
917
918 2007-07-19  Jonathan Pobst  <monkey@jpobst.com>
919
920         * ListBox.cs: Implement custom tab offsets.
921
922 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
923
924         * ToolStripContentPanel.cs: Support System renderer.
925         * ToolStripControlHost.cs: Set RightToLeft to default to No.
926
927 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
928
929         * ScrollableControl.cs: Don't mess up the user's explicit bounds.
930
931 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
932
933         * CheckBox.cs: Chain TextAlign to base implementation instead of
934         maintaining another one.
935
936 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
937
938         * ButtonBase.cs: Fix an incorrect string constant.
939
940 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
941
942         * TextRenderer.cs: Use the static Graphics context in Hwnd instead
943         of creating one for measuring strings.
944
945 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
946
947         * ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownMenu.cs: 
948         Implement MaxItemSize.
949
950 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
951
952         * Control.cs: Remove per-control 1x1 Bitmap and Graphics context used
953         for DeviceContext.  Instead, use the static one available in Hwnd.
954         Informal tests show this saves about 500k on formtest.exe.
955
956 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
957
958         * ContainerControl.cs: Implement 2.0 AutoScaling.
959
960 2007-07-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
961
962         * ComboBox.cs: Work around bug #82120 (bug in mcs).
963
964 2007-07-16  Jonathan Pobst  <monkey@jpobst.com>
965
966         * ThemeWin32Classic.cs: Allow a Flat button to be Focused and Entered.
967         Darken the focus color.
968
969 2007-07-16  Jonathan Pobst  <monkey@jpobst.com>
970
971         * ListBox.cs: When measuring items, if it's a CheckedListBox, add room
972         for the checkbox.
973         * ThemeWin32Classic.cs: Make the checkbox bigger in a CheckedListBox and use
974         X, Y instead of a rect for drawing text.
975         - For ControlPaint.DrawCheckBox, center the check a little better when the
976         checkbox is odd width.  When drawing a flat checkbox, use a white background
977         when state != inactive.
978         [Fixes bugs #82097, 82100]
979
980 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
981
982         * ListControl.cs: When changing CurrencyManager, disconnect event
983         handlers from previous one. Fixes bug #81771. Code formatting.
984
985 2007-07-15  Andreia Gaita <avidigal@novell.com>
986
987         * PrintPreviewControl.cs: Remove extraneous Invalidate calls. Separate
988         full preview invalidation from layout invalidation, and only invalidate
989         the layout when setting zoom or other properties. Invalidation should
990         always be done even when resetting properties with the same values as
991         what is there. Fixes #81744 and #79830.
992
993 2007-07-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
994
995         * ListView.cs: Implement initial support for Groups. Split some of the
996         LayoutIcons code to render a partial list of the items (needed by
997         items contained in ListViewGroup instances). Let the
998         ListViewItemsCollection.ListView property be modifiable (needed when
999         using Groups, too).
1000         * ListViewGroup.cs: Use a Bounds property rather than a Location
1001         one. Also invalidate the bounds when they get changed.
1002         * ThemeWin32Classic.cs: When drawing items, also draw the group header
1003         if ListView.Groups.Count is bigger than 0. Add a DrawListViewGroupHeader
1004         method as well.
1005
1006 2007-07-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1007
1008         * ListView.cs: When space gets pressed and CheckBoxes is true, 
1009         don't invoke the Begin and EndUpdate methods. We are generating 
1010         a redraw of the entire control without need to do so.
1011
1012 2007-07-13  William Holmes <billholmes54@gmail.com> 
1013
1014         * Control.cs: Changing logic in FindFlatForward and 
1015           FindFlatBackward to handle multiple Controls with 
1016           the same TabIndex.  
1017           This fixes bug 81687.
1018
1019 2007-07-13  Jonathan Pobst  <monkey@jpobst.com>
1020
1021         * OSFeature.cs: Enable IsPresent.
1022
1023 2007-07-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1024
1025         * Control.cs: Don't do anything in WmShowWindow if the control has been
1026           disposed. We can get WM_SHOWWINDOW after a control is disposed: a
1027           control is created, put on a form, the control is disposed (the
1028           form is never shown), and then we get a MapNotify, triggering a
1029           WM_SHOWWINDOW.
1030         * Form.cs: Exclude the current form when sending Deactivate to all
1031           MdiChildren.
1032         * NativeWindow.cs: Set WindowCreating to null as soon as possible,
1033           there was a race condition because assigning the handle raises
1034           events, we can get more messages, therefore trying to assign the
1035           handle again, which would fail if any of those event handlers
1036           closed/disposed the control.
1037
1038 2007-07-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1039
1040         * Form.cs: Make the fix for #80775 windows-only (fixes #81957).
1041
1042 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
1043
1044         * SystemInformation.cs, Theme.cs, XplatUI.cs, XplatUIDriver.cs,
1045         XplatUIWin32.cs: Implement SystemInformation 2.0 properties.
1046
1047 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1048
1049         * DateTimePicker.cs: If there's no part format specifier, return an
1050           empty string.
1051
1052 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
1053
1054         * FlatButtonAppearance.cs: Throw NotSupportedException for a
1055         Transparent BorderColor.
1056
1057 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1058
1059         * DataGridView.cs, TextControl.cs, ProgressBar.cs, PrintDialog.cs,
1060           MessageBox.cs, ButtonBase.cs, PageSetupDialog.cs, NumericUpDown.cs,
1061           X11Dnd.cs, Binding.cs, DataGrid.cs, AxHost.cs,
1062           LinkLabelLinkClickedEventArgs.cs, TextRenderer.cs, Label.cs,
1063           LinkLabel.cs, TreeNode.cs, BindingSource.cs, TabPage.cs,
1064           TextBoxBase.cs, BindingNavigator.cs, Application.cs,
1065           ToolStripPanel.cs, TabControl.cs, ThemeClearlooks.cs, TreeView.cs:
1066           Remove warnings.
1067         * X11Structs.cs: Remove warnings, add ToString implementations.
1068
1069 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1070
1071         * XplatUIX11.cs: Translate min/max size according to the actual min/max
1072           size, and not the current size. Fixes #81798.
1073
1074 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1075
1076         * XplatUIX11.cs: Fix #80822 again (DefWndProc can be reached before
1077           XplatUI.CreateWindow returns, in which case the hwnd isn't assigned
1078           to the control yet).
1079
1080 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1081
1082         * PropertyGridTextBox.cs: Add a method that sends any forwarded
1083           mousedowns to the contained textbox.
1084         * X11Structs.cs: More ToString implementation.
1085         * PropertyGridView.cs: Forward any mousedowns to the textbox, fixes
1086           #81791.
1087
1088 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1089
1090         * PropertyGridView.cs: Add a null-check, fixes a few tests.
1091
1092 2007-07-10  Jonathan Pobst  <monkey@jpobst.com>
1093
1094         * TableLayoutPanelCellPosition.cs: TypeConverter.
1095
1096 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1097
1098         [ Fixes #79761]
1099         
1100         * PropertyGridTextBox.cs: Propagate any color changes to all contained
1101           controls.
1102         * PropertyGridView.cs: A few color fixes.
1103
1104 2007-07-10  Jackson Harper  <jackson@ximian.com>
1105
1106         * TextControl.cs: Remove some old unused text formatting stuff.
1107
1108 2007-07-10  Jackson Harper  <jackson@ximian.com>
1109
1110         * TreeView.cs: Update full row select invalidation to match the
1111         newer DrawSelection... method.
1112         - Make sure to invalidate the entire width when selecting a new
1113         node, if we have full row selection enabled.
1114
1115 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1116
1117         * PropertyGridView.cs: Fix for #81800, makes text show up on initial
1118           display of properties again.
1119
1120 2007-07-10  Jonathan Pobst  <monkey@jpobst.com>
1121
1122         * ListBox.cs: Add IntegerCollection and Add, Clear, Remove
1123         to existing collections.
1124
1125 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1126
1127         * AccessibleObject.cs, RadioButton.cs: Fix some base classes
1128         that changed between 1.1 and 2.0.
1129
1130 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1131
1132         * PowerStatus.cs: Added.  This is just a data class, it is filled
1133         in by SystemInformation.
1134
1135 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1136
1137         * Message.cs: Add op_Equality and op_Inequality.
1138
1139 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1140
1141         * MenuStrip.cs: Finish corcompare work.
1142
1143 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1144
1145         * LinkArea.cs: Add op_Equality and op_Inequality.
1146
1147 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1148
1149         * Application.cs: Add MessageLoopCallback delegate.
1150
1151 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1152
1153         * ListBox.cs: First set of 2.0 stuffs.
1154
1155 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1156
1157         * Control.cs: Make an internal Height property we can override
1158         without messing up the public API.
1159         * ListBox.cs: Override HeightInternal to always return the size
1160         the user set.  [Fixes bug #80466]
1161
1162 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
1163
1164         * TableLayoutPanel.cs: Add a null check so we don't NRE trying to
1165         paint cell borders if we haven't calculated where they go yet.
1166         [Fixes bugs #82040 and #82041]
1167
1168 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1169
1170         * ListView.cs: In Details view, set the location of item_control
1171         in the (0,0) position (and the header_control is thus on the
1172         item_control). This way the Bounds of the Items are relative to the
1173         ListView control (before this, they had a Bounds value without the
1174         header_control offset, which wasn't matching .Net). Fixes #82004.
1175
1176 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1177
1178         * ListControl.cs: When DataSource is set to null, pass an empty
1179         array of object to SetItemsCore. This is done to clean the items
1180         in the ListContol children. Fixes #81788.
1181
1182 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1183
1184         * ListControl.cs: Add 2.0 stuffs.
1185
1186 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1187
1188         * Label.cs: Finish up 2.0 stuffs.  Replace calls to Refresh with Invalidate,
1189         Refresh is overkill for just about every repaint request.
1190
1191 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1192
1193         * ToolStripItem.cs: TextDirection getter handles looking up Inherit for us,
1194         so remove my custom Get method and fix the property getter.
1195
1196 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1197
1198         * Label.cs: DefaultMargin for 2.0.
1199
1200 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1201
1202         * ComboBox.cs: Override IsInputCharInternal and return true.  Fixes 
1203         reported issue where other controls with mnemonics would steal strokes
1204         from a selected ComboBox.
1205
1206 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1207
1208         * ScrollOrientation.cs: Make internal for 1.1.
1209         * ScrollEventArgs.cs: Add 2.0 stuffs.
1210
1211 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
1212
1213         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1214         ToolStripItem.cs, ToolStripItem.cs, ToolStripItemTextRenderEventArgs.cs,
1215         ToolStripRenderer.cs, ToolStripSeparator.cs: Implement TextDirection.
1216
1217 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1218
1219         * ListViewItem.cs: Implement the small 2.0 GetSubItemAt method.
1220
1221 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1222
1223         * ListView.cs: Implement the so-incredibly broken 2.0 
1224         VirtualItemsSelectionRangeChanged event.
1225
1226 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1227
1228         * ListView.cs: When enter is pressed and selection is non empty,
1229         an OnItemActivate event must be fired.
1230
1231 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1232
1233         * ListView.cs: Store the FocusedItem information as an
1234         int instead of a ListViewItem (needed by VirtualMode).
1235         Update the calls to SetFocusedItem to pass an index instead of
1236         an item.
1237         * ListViewItem.cs: Likewise. Also, in VirtualMode retrieve
1238         the Focused state from the owner ListView. 
1239
1240 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1241
1242         * ListView.cs: Set ListView.focused_item from ListViewItem.Focused
1243         property. Also, invalidate previous focused item in the mentioned
1244         property (match .Net).
1245
1246 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1247
1248         * ListView.cs: Implement 2.0 FocusedItem property setter.
1249
1250 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1251
1252         * ListView.cs: Implement 2.0 TopItem property setter.
1253
1254 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
1255
1256         * StatusStrip.cs: The default renderer is System.
1257         * ToolStrip.cs, ToolStripManager: Now that we have System renderer, use it 
1258         if the user specifies it.
1259         * ToolStripDropDown.cs: Don't reset our Renderer on changing OwnerItem
1260         if we are ManagerRenderMode.
1261         * ToolStripMenuItem.cs: Calculate our text color better.
1262         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Move some stuff
1263         from Professional to the base class based off working with the System renderer.
1264         * ToolStripSystemRenderer.cs: Added.
1265
1266 2007-07-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1267
1268         * ListView.cs: I'm so lame - the real name is HitTest, not HitInfo.
1269
1270 2007-07-02  Jonathan Pobst  <monkey@jpobst.com>
1271
1272         * ToolTip.cs: Implement 2.0 Tag property.
1273
1274 2007-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1275
1276         * ListView.cs: Implement 2.0 HitTest methods.
1277
1278 2007-06-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1279
1280         * ListViewItem.cs: Add a 2.0 bool Hot property, to tell whether the
1281         item is under the pointer or not (sugar). Also remove the TODO
1282         regarding to the cursor changes in OneClick activation.
1283         * ThemeWin32Classic.cs: When HotTracking is true and we are drawing
1284         the subitems use the parent's HotFont if UseItemStyleForSubItems is
1285         true; otherwise don't show the underline style.
1286
1287 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1288
1289         * ListView.cs: In ItemControl.ItemsMouseMove, refactor
1290         the code to retrieve the item at position only one time. Also
1291         change cursor when Activation is ItemActivation.OneClick as well
1292         as invalidate the item if HotTracking is true (to show/hide the
1293         underline style). Add an internal HotItemIndex property to retrieve
1294         the current hot item's index.
1295         * ListViewItem.cs: Add an internal HotFont property to cache the
1296         font used when HotTracking is true and the pointer moves within the
1297         item's borders.
1298         * ThemeWin32Classic.cs: When drawing the item's text, use Font or
1299         HotFont depending on the hot state of the item.
1300
1301 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1302
1303         * ListView.cs: Implement 2.0 HotTracking property.
1304
1305 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1306
1307         * ToolStripControlHost.cs: If our hosted control never got created,
1308         don't try to dispose it.  [Fixes bug #81909]
1309
1310 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1311
1312         * TableLayoutPanel.cs: Implement ScaleCore, ScaleControl.
1313
1314 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1315
1316         * TableLayoutPanel.cs: Implement CellBorderStyle.  [Fixes bug #81884]
1317
1318 2007-06-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1319
1320         * ThemeWin32Classic.cs: In OwnerDraw mode draw subitems only for 
1321         Details view.
1322         * DrawListViewColumnHeaderEventArgs.cs:
1323         * DrawListViewSubItemEventArgs.cs: Add padding to the bounds when drawing text
1324         using the DrawText () methods.
1325
1326 2007-06-19  Jonathan Pobst  <monkey@jpobst.com>
1327
1328         * ToolStripProfessionalRenderer.cs: Put back clearing a ToolStripDropDown's
1329         background which got erased in my changes yesterday.
1330
1331 2007-06-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1332
1333         * ListViewItem.cs: Actually set bounds for subitems in Details view
1334         (2.0 feature).
1335         * ThemeWin32Classic.cs: Refactor the drawing code for subitems, so we
1336         can invoke from the owner draw routines if we need it. Also, add
1337         support for Owner draw in Details view.
1338
1339 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1340
1341         * ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripLabel.cs,
1342         ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs: Respect the
1343         ShowImageMargin setting, properly align text in a ToolStripLabel
1344         hosted on a ToolStripDropDown.
1345
1346 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1347
1348         * ToolStrip.cs, ToolStripContentPanel.cs, ToolStripDropDownMenu.cs,
1349         ToolStripProfessionalRenderer.cs: Refactor and clean up some rendering code.
1350
1351 2007-06-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1352
1353         * DrawListViewSubItemEventArgs.cs: Actually implement its methods.
1354
1355 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1356
1357         * ToolStripLabel.cs: If the label is on a dropdown, adjust the text
1358         location to match ToolStripMenuItems.
1359
1360 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1361
1362         * DrawListViewColumnHeaderEventArgs.cs:
1363         * ThemeWin32Classic.cs: Implement 2.0 OwnerDraw support for
1364         column headers in ListView. 
1365
1366 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
1367
1368         * UserControl.cs: Implement AutoSize.
1369
1370 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1371
1372         * DrawListViewItemEventArgs.cs:
1373         * ListView.cs:
1374         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
1375         ListView.
1376
1377 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
1378
1379         * ToolStripDropDownItemAccessibleObject.cs: Added.
1380         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
1381         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
1382         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
1383         ToolStripTextBox.cs: corcompare work.
1384
1385 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
1386
1387         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
1388         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
1389         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
1390                 corcompare.
1391
1392 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
1393
1394         * OSFeature.cs: Add IsPresent.
1395         * PrintPreviewControl.cs: Add RightToLeft.
1396         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
1397         * SplitterPanel.cs: Add AutoSizeMode.
1398
1399 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1400
1401         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
1402         * MdiClient.cs: Add 2.0 ScaleControl.
1403         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
1404         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
1405
1406 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1407
1408         * Form.cs: Implement some scaling methods, stub some RTL methods,
1409         corcompare work.
1410
1411 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1412
1413         * Control.cs: corcompare work.
1414         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
1415
1416 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1417
1418         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
1419         ControlPaint 2.0 stuffs.
1420
1421 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1422
1423         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
1424
1425 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1426
1427         * UpDownBase.cs: Add 2.0 stuffs.
1428
1429 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1430
1431         * NumericUpDown.cs: Add 2.0 stuffs.
1432
1433 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1434
1435         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
1436
1437 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1438
1439         * ErrorProvider.cs: Implement 2.0 stuffs.
1440
1441 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1442
1443         * DomainUpDown.cs: Implement 2.0 stuffs.
1444
1445 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1446
1447         * CheckedListBox.cs: Fix RefreshItems signature.
1448
1449 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1450
1451         * PictureBox.cs: Implement 2.0 stuffs.
1452
1453 2007-06-12  Andreia Gaita  <avidigal@novell.com>
1454         
1455         * TabControl.cs: Check if there are tabpages before checking
1456         the selected index - fix #81802 (font changes raise a ResizeTabs
1457         call on controls.add, which blew up nicely with no tabpages)
1458
1459 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1460
1461         * ListView.cs:
1462         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
1463
1464 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1465
1466         * ListView.cs:
1467         * ListViewItem.cs: In VirtualMode the selection information
1468         resides in the ListView, rather than in the Items. Also, throw
1469         InvalidOperationExceptions when VirtualMode is being used and
1470         CheckedItemCollection is accessed.
1471
1472 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1473
1474         * ComboBox.cs: Add ScaleControl.
1475
1476 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1477
1478         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
1479
1480 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1481
1482         * GroupBox.cs: Add 2.0 stuffs.
1483
1484 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1485
1486         * Panel.cs: Add autosize properties/event.
1487
1488 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1489
1490         * Control.cs:
1491         - When we remove a control, remove it from the collection before performing the layout.
1492         - Setup an internal property for explicit_bounds.
1493         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
1494         - Perform a layout when we set a new AutoSizeMode.
1495
1496 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1497
1498         * ScrollableControl.cs: Add 2.0 stuffs.
1499
1500 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1501
1502         * ScrollBar.cs: Add 2.0 stuffs.
1503
1504 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1505
1506         * Splitter.cs: Add 2.0 stuffs.
1507
1508 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1509
1510         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
1511         to have BindingContext simply use base implementation.
1512
1513 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1514
1515         * ColumnHeader.cs: corcompare fix.
1516
1517 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1518
1519         * Button.cs: corcompare fixes.
1520         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
1521
1522 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1523
1524         * Button.cs: Override GetPreferredSizeCore.
1525         * ButtonBase.cs: PerformLayout after changing properties that can affect
1526         AutoSize.  Simplify some mouse/keyboard code.
1527         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
1528         * MouseEventArgs.cs: Make Location internal for 1.1.
1529         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
1530         * Theme.cs: Add CalculateButtonAutoSize.
1531         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
1532
1533 2007-06-05  Miguel de Icaza  <miguel@novell.com>
1534
1535         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
1536
1537 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1538
1539         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
1540         since we can get different item instances every time we retrieve it.
1541
1542 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1543
1544         * ListView.cs: Work around for #81602, since an unkown an pretty
1545         infrequent condition appears only in some systems (old linux boxes, it
1546         seems).
1547
1548 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1549
1550         * Button.cs: Completely reformat and a little refactor to bring
1551         this closer to Mono circa 2007.
1552
1553 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1554
1555         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
1556         to be ButtonBase.Invalidate.
1557
1558 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1559
1560         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
1561
1562 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1563
1564         * ButtonBase.cs: Completely reformat and a little refactor to bring
1565         this closer to Mono circa 2007.
1566
1567 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
1568
1569         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
1570         values for autosize. Fixes #80137.
1571
1572 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1573
1574         * Control.cs: Don't perform layout when AutoSize changes.
1575         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
1576         directly when autosizing, use SetBounds with BoundsSpecified.None.
1577         Fixes unit tests my last commit broke.
1578
1579 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1580
1581         * Control.cs: Perform layout when AutoSize changes.
1582         * Form.cs: Implement AutoSizing.
1583
1584 2007-06-01  Chris Toshok  <toshok@ximian.com>
1585
1586         * DataGrid.cs: remove the XXX'ed check at the top of
1587         ProcessGridKey.  fixes #80464.
1588
1589 2007-06-01  Chris Toshok  <toshok@ximian.com>
1590
1591         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
1592         adding idempotent (add/remove in Edit()), and also make sure we
1593         don't add it until after we set the text, so it's not tripped in
1594         Edit().  Fixes unit test regression.
1595
1596 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1597
1598         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
1599         change is user explicit, not when the layout engine moves stuff.  Fixes
1600         anchoring to bottom and right.  [Fixes bug #81790]
1601
1602 2007-06-01  Andreia Gaita  <avidigal@novell.com>
1603
1604         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
1605
1606 2007-06-01  Andreia Gaita  <avidigal@novell.com>
1607
1608         * ContainerControl.cs: 
1609         Fire enter event for common ancestor if it is not a ContainerControl.
1610         Send focus to the active_control and not the 'value', the active 
1611         control might have been changed in one of the events fired.     
1612         Definitely fixes #80159.
1613
1614 2007-06-01  Andreia Gaita  <avidigal@novell.com>
1615
1616         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
1617
1618 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1619
1620         * PropertyGrid.cs: Anchor the help description to the bottom of the
1621           help panel and refactor SelectGridItem into a
1622           SelectGridItemInternal that can be set to null (and update it to
1623           clear the help texts when it is set to null). Set root item to null
1624           when there's no SelectedObject. Fixes #80438.
1625         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
1626           when we're recalculating after a resize (only).
1627
1628 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1629
1630         * ListView.cs: Implement 2.0 RedrawItems method.
1631
1632 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1633
1634         * ListControl.cs: Disconnect PositionChanged and ItemChanged
1635         handlers from previous data manager when DataSource is set to
1636         null. Fixes #81771.
1637
1638 2007-05-31  Jackson Harper  <jackson@ximian.com>
1639
1640         * TextBoxBase.cs: These seem to be the correct values.
1641
1642 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
1643
1644         * FileDialog.cs: When close dialog with ok set filterindex using combobox
1645         value. Fixes #81784.
1646
1647 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
1648
1649         * Control.cs: Implement 2.0 scaling methods.
1650
1651 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1652
1653         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
1654           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
1655           corcompare issues.
1656
1657 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1658
1659         * ProgressBar.cs: Implemented missing 2.0 members.
1660
1661 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1662
1663         * Control.cs: Corcompare issues.
1664         * MessageBox.cs: Implemented missing 2.0 functions.
1665
1666 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1667
1668         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
1669           Implemented more 2.0 members.
1670
1671 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1672
1673         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
1674           null (strange, but it seems to happen when running unit tests).
1675
1676 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1677
1678         * ContainerControl.cs: Set active_control even earlier, before 
1679         firing any events, and undo it if validation returns false.
1680
1681 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1682
1683         * ContainerControl.cs: Raise Validation and Enter/Leave events
1684         even if there is no Form and set active_control earlier, just
1685         before firing Enter events (toshok's patches). Fixes #80647.
1686
1687 2007-05-30  Jackson Harper  <jackson@ximian.com>
1688
1689         * TextControl.cs: Redid the pageup/pagedown a little to simplify
1690         things and fix bug #81311.
1691
1692 2007-05-30  Jackson Harper  <jackson@ximian.com>
1693
1694         * X11Dnd.cs: Now that we have our own event loop, we need to
1695         cancel when we get a mouseup but it won't be accepted.
1696
1697 2007-05-30  Chris Toshok  <toshok@ximian.com>
1698
1699         * DataGrid.cs (set_CurrentCell): guard against negative
1700         column/row.
1701
1702         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
1703         array index syntax instead of looping over the property names.
1704
1705         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
1706         and set IsInEditOrNavigateMode to false there.
1707
1708 2007-05-30  Jackson Harper  <jackson@ximian.com>
1709
1710         * TreeView.cs: Make sure we don't get a bad visible order when
1711         setting to the top node.  Fixes some misc crashing in
1712         ControlInspector.
1713
1714 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1715
1716         * UserControl.cs: Add 2.0 AutoSizeMode
1717
1718 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1719
1720         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
1721
1722 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1723
1724         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
1725         lines. Fixes #80285. 
1726
1727 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1728
1729         * DataGridColumnStyle.cs: Add char trimming column header text format. 
1730
1731 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1732
1733         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
1734         Fixes #80147.
1735
1736 2007-05-29  Jackson Harper  <jackson@ximian.com>
1737
1738         * TreeNode.cs: Fix off by one on calculating whether or not a node
1739         is visible.
1740
1741 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
1742
1743         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
1744         * ScrollableControl.cs: Force an UpdateDistances when we move the
1745         scrollbars.
1746         [Fixes bug #80605]
1747
1748 2007-05-29  Andreia Gaita  <avidigal@novell.com>
1749
1750         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
1751         update the page setup screen.
1752
1753 2007-05-29  Andreia Gaita  <avidigal@novell.com>
1754
1755         * PageSetupDialog.cs: Fix landscape mode.
1756
1757 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1758
1759         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
1760         IconSizeHorizontalSpacing.
1761
1762 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1763
1764         * ListView.cs: The declaration of prev_tooltip_item should be inside
1765         a NET_2_0 conditional (avoid a warning).
1766
1767 2007-05-28  Andreia Gaita  <avidigal@novell.com>
1768
1769         * PageSetupDialog.cs: Implement PrintPreview control to display
1770         the preview thumbnail. Change unit conversion to use 
1771         PrinterUnitConvert methods.
1772         
1773         Note: there is a huge bug in ms.net where the default margins are 
1774         interpreted as centimeters (?), when in fact they are set in inches. When 
1775         loading the page setup dialog initially (ms.net), the default margins 
1776         are set to 1 inch, and the dialog shows them with value 10, when in fact 
1777         it should be 25 (properly converted). Our dialog doesn't have this bug.
1778         
1779         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
1780         RectangleF.
1781         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
1782
1783 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1784
1785         * ListView.cs:
1786         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
1787         items.
1788
1789 2007-05-28  Andreia Gaita  <avidigal@novell.com>
1790
1791         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
1792         an IntPtr on csc (it builds fine on mcs, could it be a compiler
1793         bug?), convert the ptr to Int32 first.
1794
1795 2007-05-28  Jackson Harper  <jackson@ximian.com>
1796
1797         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
1798         recieved, we will exit the dnd tracking loop.
1799
1800 2007-05-28  Jackson Harper  <jackson@ximian.com>
1801
1802         * X11Dnd.cs: Keep tracking until the xdnd finished event is
1803         recieved. TODO: I should probably stick a timer on the dropped
1804         event, and finish the drag if the XDND Finished event never shows
1805         (because some apps don't seem to send it).
1806
1807 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
1808
1809         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
1810         #81733.
1811
1812 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1813
1814         * MonthCalendar.cs: Only mark the keypresses we actually handle as
1815           handled.
1816
1817 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1818
1819         * MonthCalendar.cs: Set the size after initializing all the relevant
1820           variables. Fixes #81742.
1821
1822 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1823
1824         * KeyEventArgs.cs: Fix typo.
1825
1826 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
1827
1828         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
1829         to match MS. Fixed MinDate to only accept value less than or equal
1830         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
1831         Removed TODO's that are now verified by unit tests.
1832
1833 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1834
1835         * TreeNodeCollection.cs: Minor corrections to exceptions to match
1836         MS.
1837
1838 2007-05-25  Jackson Harper  <jackson@ximian.com>
1839
1840         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
1841         it's own message loop.
1842         * XplatUIX11.cs: Remove some of the dnd hooks
1843
1844 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
1845
1846         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
1847         instead of MinimizedWindowSize.
1848
1849 2007-05-25  Jackson Harper  <jackson@ximian.com>
1850
1851         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
1852
1853 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1854
1855         * KeyEventArgs.cs: Added SuppressKeyPress.
1856         * Control.cs: Added support for SuppressKeyPress.
1857
1858 2007-05-24  Andreia Gaita  <avidigal@novell.com>
1859
1860         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
1861         problems with PieChart. suppress_validation should not be a counter,
1862         if there are several BeginInit calls, the first EndInit will 
1863         activate validation. Fix exceptions thrown by set_Value.
1864         * UpDownBase.cs: ValidateText only if it's the user editing it.
1865
1866 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1867
1868         * ListControl.cs: FilterItemOnProperty should return the filtered
1869         item proeprty even if DataSource is null. The same applies for
1870         GetItemText. Fixes #80427.
1871
1872 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1873
1874         * Control.cs: If a control doesn't have a parent when it's Dock is
1875         set, but it has children, it needs to do a layout.  Fixes some nested
1876         controls issues.  [Fixes bug #81199]
1877
1878 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1879
1880         * ComboBox.cs: If there are few items in the drop down list, make it
1881           the exact size the items need, no bigger. Fixes #81612.
1882
1883 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1884
1885         * Application.cs: When we have captured the keyboard for a menu,
1886         check for mouse down events in case we need to close the menu.
1887         * Control.cs, Form.cs: Remove mouse down checks for menus.
1888
1889 2007-05-24  Jackson Harper  <jackson@ximian.com>
1890
1891         * TextControl.cs: Handle tabs in non multiline mode a little
1892         differently.
1893
1894 2007-05-24  Jackson Harper  <jackson@ximian.com>
1895
1896         * TextControl.cs: We need to manually break apart tabbed text and
1897         move the tabs, since the system.drawing tabbing mechanism relies
1898         on tab stops.
1899         * TextBoxBase.cs: Move the caret properly when the user enters a
1900         tab.
1901
1902 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1903
1904         * ContainerControl.cs: Don't check CanSelect before calling
1905         ProcessMnemonic.
1906         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
1907         release a KeyboardActive on click if it's not ours.
1908
1909 2007-05-23  Andreia Gaita  <avidigal@novell.com>
1910
1911         * ColumnHeader.cs: Add TypeConverter
1912
1913 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1914
1915         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
1916
1917 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1918
1919         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
1920
1921 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1922
1923         * LinkLabel.cs: Implement public Padding property.
1924
1925 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1926
1927         * LinkLabel.cs: Implement public FlatStyle.
1928
1929 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1930
1931         * Control.cs: Apply patch from George to call parent.PerformLayout
1932         when Visible is changed.  [Fixes bugs #81118, 81718]
1933
1934 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1935
1936         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
1937
1938 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1939
1940         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
1941
1942 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1943
1944         * ContextMenu.cs: Implement Collapse.
1945
1946 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
1947
1948         * ToolBarButton.cs: Implement Name.
1949
1950 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
1951
1952         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
1953         use current_item, it prevents some NRE. Fixes #81675.  
1954
1955 2007-05-22  Andreia Gaita  <avidigal@novell.com>
1956
1957         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
1958         without updating the text.
1959
1960 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
1961
1962         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
1963         without calling DeleteObject.  [Should fix bug #81709]
1964
1965 2007-05-22  Jackson Harper  <jackson@ximian.com>
1966
1967         * RichTextBox.cs: Set the line endings correctly, when flushing
1968         RTF text.
1969
1970 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
1971
1972         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
1973          {Width=0,Height=0}.
1974
1975 2007-05-22  Jackson Harper  <jackson@ximian.com>
1976
1977         * TreeView.cs: Setting top with a null node should set to the very
1978         top.
1979
1980 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1981
1982         * Form.cs: ShowDialog: destroy the handle when message loop is
1983           finished, matches MS behaviour. Refactor parts of WmClose into
1984           RaiseCloseEvents, that only raises events if they haven't already
1985           been raised. Fixes #81688 and #81521.
1986         * Application.cs: Don't call close on the form when exiting a modal
1987           loop, it will raise all the (Form)Closed/Closing events again if
1988           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
1989           which doesn'r raise any events it they have been raised before.
1990
1991 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
1992
1993         * Control.cs: Add OnPrint.
1994         * ToolStrip.cs: Add GetChildAtPoint.
1995         * ToolStripContainer.cs: Add OnRightToLeftChanged.
1996         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
1997
1998 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
1999
2000         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
2001
2002 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2003
2004         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
2005           isn't visible anymore. Fixes #81651.
2006
2007 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2008
2009         * Control.cs: WmShowWindow: Update children's z-order after setting
2010           their parent. SetParent may show the window, thereby corrupting
2011           z-order, since the window will be shown on top.
2012         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
2013           multiple (and redundant) WM_SHOWWINDOW messages.
2014         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
2015           event has already been raised.
2016         * Form.cs: Change is_changing_visible_state to a counter, since
2017           SetVisibleCore can be called recursively. CreateHandle: when
2018           creating mdi children, send (De)Activated events.
2019         * MdiClient.cs: Update use of is_changing_visible_state.
2020         * Application.cs: OnThreadException: Surround exception handling with
2021           try/finally to ensure we always reset the error-handling state
2022           before leaving.
2023
2024 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2025
2026         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
2027           (#81704).
2028
2029 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2030
2031         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
2032         SmallIcon views, now that we have a standarized horizontal spacing.
2033
2034         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
2035         4, just like the other views (Match .Net).
2036
2037 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
2038
2039         * Control.cs: Delay calculating anchor distances until we actually layout.
2040         Always query the WM for the actual size and location it put us at instead of
2041         only when we send negative values.
2042         [Fixes bugs #81694, 81695]
2043
2044 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2045
2046         * Application.cs: Avoid a possible stack overflow when trying to exit
2047           the application.
2048
2049 2007-05-19  Marek Safar  <marek.safar@gmail.com>
2050
2051         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
2052         enum value.
2053
2054 2007-05-19  Andreia Gaita  <avidigal@novell.com>
2055
2056         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
2057         * NumericUpDownAcceleration.cs, 
2058           NumericUpDownAccelerationCollection.cs: Added 2.0
2059           implementation.
2060
2061 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
2062
2063         * RichTextBox.cs: Recalculate the document after the ScrollBars
2064         property is changed. Fixes bug #81681.
2065
2066 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
2067
2068         * DataObject.cs: Implement 2.0 methods.
2069
2070 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2071
2072         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
2073         in the center of the checkbox, not in the left-top corner. 
2074         Fixes #80037.
2075
2076 2007-05-18  Jackson Harper  <jackson@ximian.com>
2077
2078         * RichTextBox.cs: Recalculate the document after the scrollbars
2079         property is changed.
2080         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
2081         81486.
2082
2083 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2084
2085         * CreateParams.cs: Make HasWindowManager marginally faster.
2086         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
2087           into Hwnd so that other drivers can use it as well.
2088         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
2089           the default location from Hwnd. Fixes MDI client windows always
2090           showing up at (0,0) in Windows (Win32 won't set the default
2091           location since the window styles aren't correct).
2092
2093 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
2094
2095         * TreeView.cs: Modified DoubleBuffered to just use the base
2096         implementation.
2097
2098 2007-05-18  Jackson Harper  <jackson@ximian.com>
2099
2100         * TreeView.cs: Set the top node to the last child node when
2101         expanding all
2102         - When we get focus, if there is no selected node, use the top
2103         node.
2104
2105 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
2106
2107         * KeysConverter.cs: Add CanConvertTo.
2108         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
2109         * LinkConverter.cs: Added.
2110
2111 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2112
2113         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
2114         it prevents error when file dont have write access. Fixes #81669 and #81667.  
2115
2116 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2117
2118         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
2119         button text. Fixes #79640.  
2120
2121 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2122
2123         * Control.cs: According to MSDN controls created in the designer theres 
2124         keyboard accelerators visible by default. So included check for design
2125         in ShowKeyboardCuesInternal.  
2126
2127 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2128
2129         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
2130         text. Fixes #81621.  
2131
2132 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2133
2134         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
2135         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
2136
2137 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2138
2139         * Control.cs: Finish implementation of UI State using WmChangeUIState
2140         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
2141         in some controls to check for show_keyboard_cues to draw accell keys "_".  
2142
2143 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2144
2145         * ListBox.cs: When calculating the horizontal scrollbar
2146         in single column mode, don't use values less than 0 for
2147         Maximum. Fixes #81474.
2148
2149 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2150
2151         * ListBox.cs: Throw the some missing exceptions in
2152         ListBox.ObjectCollection methods.
2153
2154 2007-05-17  Jackson Harper  <jackson@ximian.com>
2155
2156         * TextBoxBase.cs: Recalculate the document when the word wrap
2157         value has changed. This fixes 81488.
2158
2159 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2160
2161         * Clipboard.cs: Implement missing GetText overload.
2162
2163 2007-05-17  Chris Toshok  <toshok@ximian.com>
2164
2165         * Control.cs (CheckDataBindings): remove the binding_context arg
2166         to binding.Check.
2167
2168         * CurrencyManager.cs (OnItemChanged): fix this now that
2169         BindingManagerBase is fixed. also remove the comment telling where
2170         the fix should go.  We set transfering_data to true/false around
2171         the call to PushData to keep UpdateIsBinding from being called.
2172         (ListChangedHandler): remove the extra OnMetaDataChanged call for
2173         PropertyDescriptorAdded in the 1.1 case.  The extra call is
2174         actually generated by System.Data generating 2 metadata changed
2175         events of its own per column add.  The fix should go there.  Add a
2176         comment to that affect in our test's Assert.Ignore.
2177
2178         * BindingManagerBase.cs: Rework PullData and PushData slightly.
2179         we keep a boolean flag (transfering_data) that keeps us from
2180         calling UpdateIsBinding multiple times if we re-enter either of
2181         them.
2182
2183         * ControlBindingsCollection.cs (AddCore): remove the
2184         binding_context arg to binding.Check.
2185
2186         * Binding.cs (IsBinding): don't check if we're binding here, just
2187         return our cached value.  we update it in UpdateIsBinding.
2188         (Check): don't take the binding_context arg, we'll just use our
2189         control's.  Also, for some reason MS doesn't use the data member
2190         field when getting the bindingmanager for this binding.  it just
2191         uses the datasource.  Make this method callable multiple times,
2192         and only do the is_null_desc stuff if manager.Position != -1 (so
2193         we don't get an exception accessing manager.Current).
2194         (UpdateIsBinding): move the code from IsBinding here.
2195         (PositionChangedHandler): call Check here to we can initialize
2196         things that require a non- -1 position.
2197
2198 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2199
2200         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
2201         control.
2202
2203 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2204
2205         * TabControl.cs: Add 2.0 methods and events, including
2206         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
2207         * TabPage.cs: Add 2.0 methods
2208
2209 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2210
2211         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
2212         keyboard_cues is properly handled by message method.  
2213
2214 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2215
2216         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
2217
2218 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2219
2220         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
2221
2222 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
2223
2224         * Control.cs: 
2225         - WmUpdateUIState added to handle state changes, it make call to
2226         OnChangeUICues event.
2227         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
2228         SystemInformation.
2229
2230 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
2231
2232         * ImageKeyConverter.cs: Added.
2233         * TreeViewImageKeyConverter.cs: Added.
2234
2235 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2236         
2237         * ToolTips.cs: Update Text if SetToolTip is called for a control
2238         already showing the tooltip, as well as restarting its timer; show
2239         tooltip if we are inside the control bounds by the time of calling
2240         SetToolTip. Inside ShowTooltip remove the check to not show the 
2241         tooltip again for the active control (it is allowed by .Net to 
2242         show the tooltip on the same control multiple times).
2243
2244 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2245
2246         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
2247
2248 2007-05-16  Andreia Gaita <avidigal@novell.com> 
2249
2250         * ContainerControl.cs: only process tab key if there are no 
2251         modifier keys present, otherwise the control does the 
2252         tab processing, if it needs to. Fixes #81622
2253         * TabControl.cs: Fixes calculation for which tab to select on
2254         shift+ctrl+tab.
2255
2256 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2257
2258         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
2259
2260 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
2261
2262         * Control.cs: Make IsInputCharInternal to allow controls to
2263         override it and still match MS API.
2264         * TextBoxBase.cs: Override IsInputCharInternal and always
2265         return true.
2266         [Fixes bug #81616]
2267
2268 2007-05-15  Jackson Harper  <jackson@ximian.com>
2269
2270         * TextBox.cs: Disable some of the menu options when using a
2271         readonly textbox.
2272
2273 2007-05-15  Jackson Harper  <jackson@ximian.com>
2274
2275         * TextBox.cs:
2276         * TextBoxBase.cs:
2277         * RichTextBox.cs: Some new 2.0 methods
2278
2279 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
2280
2281         * FileDialog.cs: On 1.0 profile, do not support multidotted 
2282         extensions.
2283
2284 2007-05-14  Jackson Harper  <jackson@ximian.com>
2285
2286         * TextBoxBase.cs: Implement some of the new 2.0 methods.
2287         * RichTextBox.cs: We need to override these methods on 2.0.
2288         * MaskedTextBox.cs: These are implemented now
2289         * TextControl.cs: This was off by one.
2290
2291 2007-05-14  Jackson Harper  <jackson@ximian.com>
2292
2293         * TextControl.cs: Because the line endings are including in the
2294         text, we don't need to add them in anymore.
2295
2296 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2297
2298         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
2299         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
2300
2301 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2302
2303         * ToolBar.cs: Adjust size to default size when button theres no text and
2304         image, it fixes remaining issues from #81524.
2305
2306 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2307
2308         * ToolBar.cs: 
2309         - When not flat call redraw to recalculate sizes on creare handle to match
2310         win32 behavior.
2311         - Revert 77220 because it causes some regressions in toobar
2312         button.
2313
2314 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2315
2316         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
2317           now actually enters a usable state.
2318
2319 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2320
2321         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
2322         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
2323         3 buttons.
2324
2325 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2326
2327         * ToolBar.cs: Save default_size on create handle to use later for buttons
2328         without text, needed to mimic win32 behavior.
2329
2330 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2331
2332         * ToolBar.cs: Fix button layour to best fit width or height according to
2333         vertical or not. Fixes #81524.
2334
2335 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2336
2337         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
2338         toolbar size info because different styles theres different sizes.
2339         Fixes #81522.
2340
2341 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2342
2343         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
2344         if we are using checkboxes, checked is true, and we have less
2345         than two images in StateImageList; for the 1.1 in the same scenario
2346         draw the first image if we have at least one image in StateImageList.
2347         Fixes part of #81191.
2348
2349 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2350
2351         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
2352         the owner's Items collection on merge.
2353
2354 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2355
2356         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
2357         * ToolStripItemCollection.cs: Lots of fixes to when events get called
2358         and parent/owner gets changed based on gert's unit tests.
2359
2360 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2361
2362         * MaskedTextBox.cs: Started implementing parts of it.
2363
2364 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2365
2366         * ListView.cs: When clicking the checkbox on the items
2367         take into account the double clicks even if we have only
2368         one image in StateImageList (only for 1.0/1.1). Also 
2369         generate an extra change of checked state when we receive
2370         the second click on checkbox (match .Net behaviour). 
2371         Fixes part of #81191.
2372
2373 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2374
2375         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
2376
2377 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2378
2379         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
2380         even if OnLoad is overriden and base.OnLoad is not called.
2381         [Fixes bug #81582]
2382
2383 2007-05-10  Andreia Gaita  <avidigal@novell.com>
2384
2385         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
2386         shame. (I blame my ever-persisting and annoying cold)
2387
2388 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2389
2390         * ListView.cs: Don't eat navigation keys.  Let them flow through to
2391         KeyDown/KeyPress routines.  [Fixes bug #81569]
2392
2393 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2394
2395         * ListView.cs: When handling keys for selecting the item based off
2396         keyboard input, do not consider keys pressed with Alt or Control.  Also,
2397         correctly handle keys when the Shift key is down. [Fixes bug #81578]
2398
2399 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2400
2401         * Control.cs: When using UseWaitCursor, we have to store the requested
2402         Cursor to use when UseWaitCursor is turned off.
2403
2404 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2405
2406         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
2407         to false.
2408         * Application.cs: Use PreProcessControlMessage instead of
2409         PreProcessMessage.
2410         * PreProcessControlMessage.cs: Make internal for 1.1.
2411
2412 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2413
2414         * Control.cs: Add InternalContains focus property, which hast the same
2415         functionality of ContainsFocus, but also including implicit controls.
2416         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
2417         since we need to know if the focus is contained in our implicit
2418         ItemControl when calculating Layout. Fixes part of #80888.
2419
2420 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
2421
2422         * ToolTip.cs: Remove center form string alignment as it must be align to
2423         left.
2424
2425 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
2426
2427         * ToolStripItemCollection.cs: Set the new item's parent and owner
2428         in Insert like we do in Add.  [Fixes bug #81568]
2429
2430 2007-05-08  Jackson Harper  <jackson@ximian.com>
2431
2432         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
2433         - Off by one error in SetTop
2434         - Disable DoubeBuffering
2435         
2436 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2437
2438         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
2439           control as much as necessary in order to make it entirely visible,
2440           instead of centering the control in the container (matches MS
2441           behaviour). CalculateCanvasSize: we need to take the current scroll
2442           position into account when calculating the maximum canvas,
2443           otherwise the following scenario will fail: resize so that the
2444           scrollbars appear, use the scrollbars to scroll, resize again
2445           smaller, and now the canvas size is too small. Recalculate: when
2446           showing scrollbars make sure they start off at 0, and try to scroll
2447           the active control into view. Fixes #79540. HandleScrollBar: don't
2448           scroll anywhere if the scrollbar isn't visible.
2449
2450 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2451
2452         * ListView.cs: When focus changed, call Layout/Invalidate
2453         in the focused item to update the selected state (should show
2454         entire label when ListView is focused, and a part of it if is not).
2455         * ListViewItem.cs: When doing layout for LargeIcon, take into account
2456         for displaying the entire label not only the Focused state of the
2457         item, but also the Focused state of the ListView (match .Net
2458         behaviour).
2459
2460 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2461
2462         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
2463         Implement UseWaitCursor. 
2464
2465 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2466         Applying contributed patch from Sergey Volk.
2467
2468         * Clipboard.cs: Implement SetDataObject retry logic and new overload
2469         of SetDataObject.
2470         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
2471
2472 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2473
2474         * Control.cs: Implement DrawToBitmap.
2475
2476 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2477         Applying contributed patch from Stefan Noack.
2478         
2479         * Control.cs: Add [Get|Set]AutoSizeMode.
2480
2481 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2482
2483         * MdiClient.cs: Unmerge menus when the last child is closed.
2484
2485 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2486
2487         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
2488         * ToolStripManager.cs: Call Merge on DropDowns.
2489         [Fixes bug #81477]
2490
2491 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2492
2493         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
2494           uints.
2495         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
2496           visibility. We can't create forms visible, since we have to set the
2497           owner before making the form visible (otherwise Win32 will do
2498           strange things with task bar icons). The problem is that we set the
2499           internal is_visible to true before creating the control, so
2500           is_changing_visible_state is the only way of determining if we're
2501           in the process of creating the form due to setting Visible=true -
2502           this works because SetVisibleCore explicitly makes the form
2503           visibile afterwards anyways. Fixes #80775.
2504
2505 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2506
2507         * ThemeWin32Classic.cs: When drawing ListViewItems,
2508         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
2509         or LargeIcon _and_ item is not focused (match .Net behaviour).
2510
2511 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
2512
2513         * Control.cs, Form.cs: Fix some obsolete method warnings.
2514
2515 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
2516
2517         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
2518         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
2519
2520 2007-05-04  Andreia Gaita  <avidigal@novell.com>
2521
2522         * ContainerControl.cs: Fix active_control attribution when going
2523         up the parent chain so that the first parent container gets the control
2524         and the rest of the parent containers get the child containers (skips
2525         non-containers). Fixes #80729
2526
2527 2007-05-04  Randolph Chung  <tausq@debian.org>
2528
2529         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
2530         [Fixes bug #81499]
2531
2532 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2533
2534         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
2535           takes a size parameter, since the CreateParam's size isn't true for
2536           minimized forms. Fixes #81518,
2537
2538 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2539
2540         * Form.cs: Add OnDeactivateInternal.
2541         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
2542
2543 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2544
2545         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
2546           accessing the parent. Fixes #81508.
2547
2548 2007-05-03  Chris Toshok  <toshok@ximian.com>
2549
2550         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
2551         2.0 block, pass listposition + 1 to ChangeRecordState when a row
2552         was added before the current listposition.  Fixes the
2553         TestInsertRowBeforeCurrent unit test.
2554
2555 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
2556
2557         * Application.cs: Add RaiseIdle.
2558         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
2559         XplatUIX11.cs: Implement RaiseIdle.
2560
2561 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
2562         corcompare work: N - Z
2563         * NotifyIcon.cs
2564         * ProgressBar.cs
2565         * RadionButton.cs
2566         * ScrollableControl.cs
2567         * SplitContainer.cs
2568         * SplitterPanel.cs
2569         * StatusBar.cs
2570         * SystemInformation.cs
2571         * TabControl.cs
2572         * TableLayoutControlCollection.cs
2573         * TableLayoutPanel.cs
2574         * TabPage.cs
2575         * ToolBar.cs
2576         * ToolBarButton.cs
2577         * ToolStrip.cs
2578         * ToolStripComboBox.cs
2579         * ToolStripContainer.cs
2580         * ToolStripContentPanel.cs
2581         * ToolStripDropDown.cs
2582         * ToolStripDropDownItem.cs
2583         * ToolStripDropDownMenu.cs
2584         * ToolStripItem.cs
2585         * ToolStripItemCollection.cs
2586         * ToolStripMenuItem.cs
2587         * ToolStripPanel.cs
2588         * ToolStripSplitButton.cs
2589         * ToolTip.cs
2590         * TreeNode.cs
2591         * TreeNodeCollection.cs
2592         * TreeNodeMouseHoverEventArgs.cs
2593         * TreeView.cs
2594
2595 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
2596
2597         * ContextMenu.cs: Add public method Show with alignment property to 2.0
2598         stuff. Thanks aatdark for the patch. 
2599
2600 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2601
2602         * GridItem.cs: Implement 2.0 Tag property.
2603
2604 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
2605
2606         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
2607         count instead of Nodes.Length.  [Fixes bug #81448]
2608
2609 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2610
2611         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
2612         [Fixes bug #81506]
2613
2614 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2615         corcompare work: A - M
2616         * BindingNavigator.cs
2617         * Button.cs
2618         * ButtonBase.cs
2619         * CheckBox.cs
2620         * Control.cs
2621         * FlowLayoutPanel.cs
2622         * Form.cs
2623         * Label.cs
2624         * LinkLabel.cs
2625         * ListView.cs
2626
2627 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2628
2629         * Application.cs: Give toolstrips a chance to process mnemonics.
2630         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
2631         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
2632         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
2633
2634 2007-05-01  Jackson Harper  <jackson@ximian.com>
2635
2636         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
2637         wider area too.
2638         - Don't set the BoundsSpecified
2639
2640 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
2641
2642         * Application.cs: When using the toolstrip shortcut mechanism, allow the
2643         message to pass through to a regular control if it hosted by a toolstrip.
2644         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
2645         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
2646
2647 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
2648
2649         * TextRenderer.cs: Use the flags argument when using the MeasureString
2650         fallback algorithm.
2651
2652 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
2653
2654         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
2655         the MDI menu item.  [Fixes bug #81483]
2656
2657 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
2658
2659         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
2660         string. When setting Name to null, use zero-length string instead.
2661
2662 2007-04-29  Andreia Gaita  <avidigal@novell.com>
2663
2664         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
2665         DeselectTab). Implement missing 2.0 TabPageCollection methods
2666         (Add, ContainsKey, RemoveByKey, IndexOfKey)
2667
2668 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
2669
2670         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
2671
2672 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
2673
2674         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
2675         Fixes bug #81479. Include details of exception when LoadFile fails.
2676
2677 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
2678
2679         * DrawListViewSubItemEventArgs.cs: Added missing setter
2680
2681 2007-04-27  Andreia Gaita  <avidigal@novell.com>
2682
2683         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
2684         Hide methods (not complete). Implement missing 2.0 OnPopup event.
2685
2686 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2687
2688         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
2689         removed in ly last commit (it was breaking the Label edit feature).
2690
2691         * ThemeWin32Classic.cs: When drawing a ListViewItem use
2692         StringAlignment.Near for LineAlignment (match .Net).
2693
2694 2007-04-27  Andreia Gaita  <avidigal@novell.com>
2695
2696         * TabControl.cs: Change SetTab so it adds the tabpage to the list
2697         of controls if it isn't already there - was blowing up when doing
2698         tabcontrol.TabPages[i]=new TabPage(). 
2699         SetTab now does a replace by removing the page at the index. 
2700         Add a new InsertTab method that inserts a page in a given index 
2701         instead of replacing. 
2702         Implements TabPageCollection.Insert(int, TabPage).
2703
2704 2007-04-27  Chris Toshok  <toshok@ximian.com>
2705
2706         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
2707         internal handler that can be invoked from our subclasses.)  Also,
2708         add a comment to PushData about how we need to fix it.
2709
2710         * CurrencyManager.cs: tons of changes here.  trying to get things
2711         matching the behavior of .net wrt event orders (ItemChanged,
2712         CurrentChanged, PositionChanged.)  I've implemented a private .net
2713         symbol (ChangeRecordState) that appears in stack traces because
2714         it's actually easier to do this than to effective inline all its
2715         various behaviors at every call site.
2716
2717         * RelatedPropertyManager.cs: guard against an exception here by
2718         not using parent.Current if the position is set to -1 (if the
2719         parent datasource is cleared, for instance).
2720
2721         * Binding.cs: don't parse data in PushData (this might be wrong,
2722         but it jives with MS's behavior.)  Also, don't call PushData when
2723         we get a CurrentChanged event.
2724
2725 2007-04-27  Andreia Gaita  <avidigal@novell.com>
2726
2727         * WebBrowser.cs,
2728           WebBrowserBase.cs,
2729           WebBrowserSiteBase.cs,
2730           HtmlDocument.cs: Added stubbed out classes, no real implementations 
2731           yet.
2732
2733 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
2734
2735         * MainMenu.cs: In draw method without parameters call draw method with 
2736         PaintEvent, another one (just rect) adjust rectangle and we dont need it
2737         as Rect property is already adjusted. Fixes #80694.
2738
2739 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
2740
2741         * Application.cs: Need to handle keyboard menu deselection here.
2742         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
2743         navigation, allowing keyboard to work on X11.
2744         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
2745
2746 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
2747
2748         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
2749         menu bar. It fixes some drawing issues in menu bar.
2750
2751 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
2752
2753         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
2754         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
2755         when <alt> key is pressed.
2756
2757 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
2758
2759         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
2760         example just set visible to false and make this prevent from other problems.
2761         In SystrayAdd always remove pending expose. Fixes #81072.
2762
2763 2007-04-26  Marek Safar  <marek.safar@gmail.com>
2764
2765         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
2766         value is set.
2767
2768 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
2769
2770         * ListView.cs: Added three missing 2.0 events and corresponding
2771         EventHandlers. Added the OwnerDraw property.
2772         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
2773
2774 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
2775
2776         * DrawListViewItemEventArgs.cs
2777         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
2778
2779 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
2780
2781         * TextControl.cs: Fixed typo in constructor
2782
2783 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
2784
2785         * Application.cs: Create a shortcut path so that currently selected
2786         MenuStrips can intercept keyboard events without having focus.
2787         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
2788         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
2789         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
2790         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
2791         generate WM_SYSCOMMAND message in X11 for other platforms.
2792         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
2793         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
2794         * ToolStripSplitButton.cs: Add DefaultItem property.
2795         
2796 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
2797
2798         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
2799         fixes some menu draw problem on Windows with border diferent from default
2800         it also fixes #81403.
2801
2802 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2803
2804         * Form.cs: Refactor WndProc into separate methods, just like Control is
2805           doing it.
2806
2807 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2808
2809         * Control.cs: set_Text: move the call to the driver into a seperate
2810           virtual method so that Form can override it.
2811         * MaskedTextBox.cs: Corcompare fixes.
2812         * Form.cs: Override UpdateWindowText and only update the styles if the
2813           form has been shown (fixes #81405).
2814
2815 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
2816
2817         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
2818         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
2819         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
2820         the form lost focus or another control was clicked.
2821
2822 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
2823
2824         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
2825         fixed.
2826
2827 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2828
2829         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
2830           DrawListViewItemEventHandler.cs,
2831           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
2832           Added.
2833         * X11Structs.cs: More ToString implementation.
2834
2835 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
2836
2837         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
2838         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
2839
2840 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2841
2842         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
2843           handle.
2844         * FormCollection.cs: Don't add a form if it's already in the
2845           collection.
2846         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
2847           according to behaviour and MSDN. The ownerWin32 is the active
2848           window at the moment when we call ShowDialog, not the context's
2849           main form (the context's main form may open another form that opens
2850           a form with ShowDialog, the win32 owner is the second form). Add
2851           and remove forms to the Application.OpenForms in other places to
2852           better match MS behaviour. Add an IsActive property that raises
2853           On(de)Activated only if the active state has changed (we were
2854           raising OnDeactivated before OnActivated while creating forms).
2855         * Application.cs: Refactor Enabling/Disabling of windows for modal
2856           dialog loops out to separate methods, and restore the thread
2857           context when we quit the method. Fixes #81407.
2858
2859 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2860
2861         * ListView.cs: In ItemControl.HandleClicks, also fire 
2862         2.0 MouseClick or MouseDoubleClick events on the parent,
2863         not only the Click/DoubleClick events.
2864
2865 2007-04-24  Andreia Gaita  <avidigal@novell.com>
2866
2867         * TableLayoutSettings.cs: 
2868         - Added a GetControls method and a support structure to help the 
2869         TypeConverter to enumerate the controls for     serialization. 
2870         - Added a new serialization constructor. 
2871         - Added a isSerialized flag initialized to true on the 
2872         serialization constructor so that the TableLayoutPanel.LayoutSettings 
2873         setter does not throw the designed NotSupportedOperation exception
2874         when the object is built through deserialization.
2875         - Implemented GetObjectData
2876         
2877         * TableLayoutPanel.cs: Added check on LayoutSettings.
2878
2879 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2880
2881         * ListView.cs: Report Click and DoubleClick events to the parent
2882         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
2883         from breaking the click count state when using dialog forms (Control
2884         reports the clicks in a similar fashion). In the previous behaviour
2885         the last WM_LBUTTONUP message in a  double click was sent to the
2886         ListView's form, instead of the ListView, which was breaking the click
2887         count for it. Fixes #80387.
2888
2889 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2890
2891         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
2892
2893 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
2894
2895         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
2896         us from created dropdowns for menu items that do not have subitems.
2897         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
2898         Check HasDropDownItems before calling DropDown so a dropdown will not be
2899         created if it isn't needed.
2900
2901 2007-04-24  Jackson Harper  <jackson@ximian.com>
2902
2903         * TreeView.cs: Set the first node to the selected node when we get
2904         focus if there is no selected node.
2905
2906 2007-04-24  Andreia Gaita  <avidigal@novell.com>
2907
2908         * MimeIcon.cs: remove using blocks so that image streams are
2909         not disposed of. Fixes #80151
2910
2911 2007-04-24  Jackson Harper  <jackson@ximian.com>
2912
2913         * TextBoxBase.cs: Fixup the height of textboxes when the control
2914         is created.
2915
2916 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
2917
2918         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
2919         for each ToolStripItem when the parent's RightToLeftChanged is called.
2920
2921 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2922
2923         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
2924           Fixes #80163.
2925         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
2926           property, so that the setter can be overriden too.
2927         * TextBox.cs: Change GetContextMenuInternal() to use
2928           ContextMenuInternal.
2929
2930 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2931
2932         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
2933           #81406.
2934
2935 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2936
2937         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
2938           #81406.
2939
2940 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2941
2942         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
2943           avoid duplicate work. Mostily skeleton code, it's not working at
2944           all yet.
2945
2946 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
2947
2948         * NotifyIcon.cs : stub for MouseClick event
2949         * Application.cs: stub for SetUnhandledExceptionMode
2950
2951 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2952
2953         * BindingNavigator.cs : Initial (partial) implementation
2954
2955 2007-04-23  Jackson Harper  <jackson@ximian.com>
2956
2957         * TreeView.cs: Do not create the treeview's handle when setting
2958         the scroll position.
2959         - ExpandAll needs to compute the scrollbars so it knows which
2960         position to set the bar too.
2961         * TreeNode.cs: 
2962         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
2963
2964 2007-04-23  Jackson Harper  <jackson@ximian.com>
2965
2966         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
2967         key. Fixes #81408.
2968
2969 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
2970
2971         * ToolStripItem.cs: Make GetImageSize internal.
2972         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
2973         need to draw an item.  Fixes a reported issue where images on menus
2974         that were not 16x16 were drawing incorrectly.
2975
2976 2007-04-21  Miguel de Icaza  <miguel@novell.com>
2977
2978         * Padding.cs: Use the converter, fixes the resgen2 issue with
2979         XMLNotePad. 
2980
2981 2007-04-21  Jackson Harper  <jackson@ximian.com>
2982
2983         * TreeView.cs: Dont try to unhighlight the selected node if there
2984         isn't a selected node.
2985
2986 2007-04-21  Jackson Harper  <jackson@ximian.com>
2987
2988         * UpDownBase.cs:
2989         * TextBoxBase.cs:
2990         * ListView.cs:
2991         * ListBox.cs:
2992         * TreeView.cs: Use the InternalBorderStyle property to set the
2993         initial border style, this forces the client rectangle to be sized
2994         correctly.
2995
2996 2007-04-20  Jackson Harper  <jackson@ximian.com>
2997
2998         * TreeView.cs: Simplify scrolling to the last node after expanding
2999         all.
3000         - Fix some off by ones with setting the bottom.
3001
3002 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
3003
3004         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
3005         that.  We were incorrectly doing it the other way around.  Also,
3006         update ClientSize if we change the BorderStyle before the control
3007         is created.
3008
3009 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
3010
3011         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
3012         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
3013         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
3014         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
3015         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
3016         Caption to CaptionHeight.
3017         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
3018         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
3019         and FixedFrameBorderSize to return value from current XplatUI driver.
3020         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
3021         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
3022         and FixedFrameBorderSize using win32 API. Renamed Caption to
3023         CaptionHeight.
3024         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
3025         * SystemInformation.cs: Fixed typo in BorderSize.
3026
3027 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
3028
3029         * XplatUI.cs: Added MenuAccessKeysUnderlined.
3030         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
3031         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
3032         returning false.
3033         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
3034         value from XplatUI driver.
3035         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
3036         SystemParametersInfo.
3037         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
3038         override.
3039         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
3040         returning false.
3041
3042 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3043
3044         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
3045
3046 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3047
3048         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
3049
3050 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
3051
3052         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
3053         MenuStrips that contain ToolStripSeparators.
3054
3055 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3056
3057         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
3058           DefineStdCursorBitmap.
3059         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
3060           has been created off a standard cursor. This is used to get a
3061           bitmap of the standard cursor when Draw or DrawStretched is called
3062           in order to draw the cursor.
3063         * X11Structs.cs: Added XcursorImage and XcursorImages.
3064         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
3065           DefineStdCursorBitmap.
3066         * Cursors.cs: Update all relevant creations of Cursor to use the new
3067           internal constructor.
3068
3069 2007-04-19  Jackson Harper  <jackson@ximian.com>
3070
3071         * TextBox.cs: Move the has_been_focused into the base control, so
3072         some of the text adding methods can manipulate it (probably time
3073         for a better name for this flag too).
3074         - Call a new version of selectall that doesn't scroll
3075         * TextBoxBase.cs: When we append text, if the document is empty,
3076         don't scroll.  If the document has text already, we scroll to the
3077         end of the appended text.
3078         - When the text is changed, we reset the has_been_focused, so the
3079         next time the control gets focused, all the text is selected.
3080
3081 2007-04-19  Jackson Harper  <jackson@ximian.com>
3082
3083         * TextControl.cs: Move the margins to the document, add a method
3084         so the margin sizes can be updated.
3085         * TextBoxBase.cs: When the border style is changed, update the
3086         border sizes.
3087
3088 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
3089
3090         * Control.cs: Respect DefaultPadding.
3091         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
3092         padding into account.
3093         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
3094
3095 2007-04-19  Jackson Harper  <jackson@ximian.com>
3096
3097         * TextControl.cs: Oops, we need to use the ClientRect not the
3098         bounds here.
3099
3100 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3101
3102         * ListView.cs: In ItemControl.ItemsMouseDown, take into
3103         account the double clicks when CheckBoxes are used and
3104         the pointer is inside the checkbox. Fixes part of #81191.
3105
3106 2007-04-18  Jackson Harper  <jackson@ximian.com>
3107
3108         * TextControl.cs: Pressing the end key shouldn't move the caret
3109         past the line ending.
3110         * TextBoxBase.cs: We can still delete if we are in the line
3111         ending and the combine will just kill the existing line ending.
3112
3113 2007-04-18  Jackson Harper  <jackson@ximian.com>
3114
3115         * TextControl.cs: We can't move lines, then invalidate their
3116         bounds, we need to get the old bounds and combine that with the
3117         new bounds.
3118         * TextBoxBase.cs: Before combining two lines for a delete, we need
3119         to invalidate the area of the old line, since that will be moved
3120         in the combine operation.
3121
3122 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
3123
3124         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
3125         with transparent background. Fixes #80482.
3126
3127 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
3128
3129         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
3130         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
3131         [Fixes bug #81391]
3132
3133 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3134
3135         * CreateParams.cs: Add a couple of helper methods and do a less string
3136           concatenation in ToString.
3137         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
3138           overload that takes a Control parameter, since this method may be
3139           called before a control is assigned to the hwnd (from
3140           CreateWindow), and update CreateWindow to use the new overload. In
3141           GetMenuOrigin subtract the title bar from the y position if the
3142           form has a window manager (since we're painting it and not X).
3143         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
3144           CreateParams to calculate the origin (since border sizes may vary).
3145           In ScreenToMenu only subtract the title height if we actually have
3146           a title.
3147         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
3148           mdi children never have menus of themselves.
3149         * InternalWindowManager.cs: Implement menu handling like form does.
3150           Added GetMenuOrigin to calculate the menu origin, can't use the
3151           CreateParams from the form like normally since it's lying.
3152         * Hwnd.cs: Implement GetBorderSize better (in the sense more
3153           windows-like) and add Inflate and comparison operators to the
3154           Borders type. When calculating MenuOrigin and it's a form with a
3155           window manager, use the window manager to calculate it.
3156
3157 2007-04-17  Chris Toshok  <toshok@ximian.com>
3158
3159         * Control.cs (CreateControl): turns out in 2.0 we don't need this
3160         OnBindingContextChanged thing here.  It's only generated from
3161         ContainerControl.OnCreateControl.  Fixes a newly written unit test
3162         - BindingTest.BindingContextChangedTest4.
3163         
3164 2007-04-17  Jackson Harper  <jackson@ximian.com>
3165
3166         * ScrollBar.cs: When setting values, make sure the current
3167         position stays within the new values range.
3168
3169 2007-04-17  Chris Toshok  <toshok@ximian.com>
3170
3171         * Control.cs (CreateControl): talk about a bizarre corner case.
3172         Don't emit OnBindingContextChanged here if we're a parentless
3173         control (i.e. if we're a form.).  Fixes
3174         BindingTest.BindingContextChangedTest2.
3175
3176 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
3177
3178         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
3179         from win32. Fixes #81255.
3180
3181 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
3182
3183         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
3184         already present in CalculateButtonTextAndImageLayout.
3185
3186 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3187
3188         * XplatUIX11.cs: When setting min/max size for a window we need to
3189           translate the coordinates to x coordinates. Create an overload of
3190           SetWindowMinMax that takes a CreateParams handling this, and change
3191           SetWMStyles to call this function (can't use Control.FromHandle in
3192           the SetWindowMinMax to get the control/CreateParams from the handle
3193           because the handle might not have been assigned to the control
3194           yet). Fixes #81371.
3195
3196 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3197
3198         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
3199         if StateImageList is non-null and it has less than two items (match MS
3200         behaviour). Also, in HandleNavKeys handle the Space key, calling
3201         the new ToggleItemsCheckState method, which tries to change the
3202         checked state of the selected items. Fixes part of #81191.
3203
3204 2007-04-16  Jackson Harper  <jackson@ximian.com>
3205
3206         * RichTextBox.cs: namespace cleanup.
3207
3208 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
3209
3210         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
3211
3212 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
3213
3214         [Fixes #79447]
3215         * Control.cs: Call invalidate in set_Region.
3216
3217         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
3218         it dont works here.
3219
3220 2007-04-16  Jackson Harper  <jackson@ximian.com>
3221
3222         * TextBoxBase.cs: When enter is pressed, we need to update all
3223         lines below the current.
3224
3225 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
3226
3227         * MdiClient.cs: Implement implicit menu merging for MDI
3228         children.  When a child form is active, if it has a menustrip
3229         and the parent form has a MainMenuStrip, automatically merge
3230         the menus.
3231
3232 2007-04-15  Andreia Gaita  <avidigal@novell.com>
3233
3234         * TabControl.cs: Refactored sizing methods to not repeat
3235         code all over the place. Tab bounds are now calculated
3236         as if alignment is top and single line, and only when 
3237         setting the bounds are the positions adjusted according
3238         to alignment. Replaced hardcoded positions, spacings and
3239         paddings by getting the values the ThemeEngine. 
3240         Fixes #79619.
3241         
3242         * Theme.cs: Change TabControl properties and methods so
3243         that all start with TabControl*. Added more properties
3244         to help remove hardcoded values on tabcontrol.
3245         Add CPDrawBorder3D declaration so the Theming classes
3246         can access it.
3247         
3248         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
3249
3250         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
3251         on the Theming namespace, and call the appropriate methods here.
3252         Change CPDrawBorder3D to public.
3253
3254 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3255
3256         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
3257         the control after firing the OnMouseUp event, instead of sending
3258         the message before the mentioned event. This is so we can match the
3259         MS behaviour. Fixes part of #80385.
3260
3261 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
3262
3263         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
3264         RightToLeft property.
3265
3266 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
3267
3268         * ToolStrip.cs: Add properties and internal methods to support merging.
3269         * ToolStripItem.cs: Add MergeAction and MergeIndex.
3270         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
3271         not trigger reparenting or layouts.
3272         * ToolStripManager.cs: Add Merge and RevertMerge methods.
3273         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
3274         is hosting the overflow menu.
3275
3276 2007-04-13  Jackson Harper  <jackson@ximian.com>
3277
3278         * TextControl.cs: Set the line ending correctly for the first
3279         inserted line.
3280
3281 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3282
3283         * Theme.cs: Update GetMethod to get the new definition for 
3284         KnownColors.Update (and fix theme color updates).
3285
3286 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
3287
3288         * MessageBox.cs: Fix some test and button position.
3289
3290 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3291
3292         * Form.cs: Consider the implicit controls in
3293         GetRealChildAtPoint. We need it since this method
3294         is called on Form when handling the some messages in
3295         WndProc, and need to consider those implicit ones too.
3296         Fixes #80385.
3297
3298 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
3299
3300         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
3301         if there are no ShortcutKeys set.
3302         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
3303         set, use it when painting.
3304
3305 2007-04-12  Jackson Harper  <jackson@ximian.com>
3306
3307         * TextControl.cs: Fix some off-by-one issues in line duplication
3308         and insertion in the undo manager. Also, overwrite the first tag
3309         of a line on insert, if it is just a zero lengthed tag. This
3310         prevents us from getting an extra stranded tag at the beginning of
3311         the first line.
3312
3313 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
3314
3315         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
3316         to calculated proper size including when handle was not created yet.
3317
3318 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3319
3320         * MdiWindowManager.cs: When moving a form, allow the form to be moved
3321           when the mouse is outside of it's parent's client rectangle. Fixes
3322           #79982 (take 3, part 2).
3323
3324 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3325
3326         * X11Structs.cs: Add a few ToString() overrides.
3327         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
3328           the window location in a window-manager independent way. Reworked
3329           FrameExtents, it now actually works. Reworked AddConfigureNotify
3330           and ReparentNotify handling to use GetTopLevelWindowLocation
3331           instead of the earlier, more hacky solution. Reworked SetWMStyles,
3332           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
3333           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
3334           for all other windows (fixes #81281 part 1), a toolwindow is hidden
3335           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
3336           and generally refactored to do as few calculations as possible
3337           inside the lock.
3338
3339 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
3340
3341         * Theme.cs: Change "reflective-contract" between MWF and SD to 
3342         minimize # of calls, avoid Color serialization and avoid updating 
3343         every "known colors" each time a single one is updated.
3344
3345 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
3346
3347         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
3348         when not readonly and the text is explicitly set. Code style updates.
3349         * DataGridTableStyle.cs: Removed extra line.
3350         * DataGrid.cs: Code style updates. Removed extra whitespace.
3351         * DataGridColumnStyle.cs: Code style updates. Removed extra 
3352         whitespace.
3353
3354 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3355
3356         * XplatUIX11.cs: Added comment that "fixes" #80021.
3357
3358 2007-04-09  Jackson Harper  <jackson@ximian.com>
3359
3360         * TextControl.cs: We don't need this -1 on the line count anymore.
3361
3362 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
3363
3364         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
3365         entered value to underlying type, and convert it back to a string to
3366         apply formatting. Modified GetFormattedValue to use TypeConverter
3367         if available.
3368
3369 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
3370
3371         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
3372         Use SubItems property when we want to ensure there's at least one
3373         subitem. Modified SubItems property to ensure there's always at least
3374         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
3375         the NRE's reported by MS.
3376
3377 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
3378
3379         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
3380         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
3381         Spaces to tabs. Removed extra tabs.
3382
3383 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
3384
3385         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
3386         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
3387
3388 2007-04-06  Jackson Harper  <jackson@ximian.com>
3389
3390         * TextBoxBase.cs: When a delete removes a line, recalculate all
3391         lines below that line (they need to get offsets setup correctly)
3392         and invalidate.
3393
3394 2007-04-05  Jackson Harper  <jackson@ximian.com>
3395
3396         * TextControl.cs: We need to invalidate across the width of the
3397         document when we are invalidating multiple lines.
3398         * TextBoxBase.cs: Don't delete into the line ending.
3399
3400 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3401
3402         * ListView.cs: Restore the check for the MouseHover event
3403         in ListView. It looks like the ListView fires more than one MouseHover
3404         event when HoverSelection is true  _only_ in weird-corner scenarios, but
3405         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
3406         event.
3407
3408 2007-04-05  Mike Kestner  <mkestner@novell.com>
3409
3410         * ListView.cs : raise MouseDown before updating selection.
3411         [Fixes #80373 tab 1&3]
3412
3413 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
3414
3415         * ToolStripRenderer.cs: Add static method to mirror image.
3416         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
3417         and RightToLeftAutoMirrorImage.
3418         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
3419
3420 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
3421
3422         * ToolStripSplitStackLayout.cs: Support Alignment property.
3423         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
3424
3425 2007-04-05  Jackson Harper  <jackson@ximian.com>
3426
3427         * TextControl.cs: Move around the line endings when crossing line
3428         boundaries.
3429         - When combining lines, strip the ending text off the first line.
3430
3431 2007-04-05  Jackson Harper  <jackson@ximian.com>
3432
3433         * TextControl.cs:
3434         * TextBoxBase.cs: Try to never move the cursor into the line
3435         ending.
3436         
3437 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3438
3439         * ToolStripItem.cs: Make sure we aren't firing mouse events when
3440         the item is disabled.  Also add a few missing methods.
3441
3442 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3443
3444         * ListView.cs: We don't need the MouseEnter/MouseLeave check
3445         to fire just one MouseHover event when HoverSelection is true, since
3446         .Net does fire more than one MouseHover event in that scenario. Also,
3447         fix the selection in HoverSelection, by invoking UpdateMultiSelect
3448         if MultiSelect is true, instead of only setting ListViewItem.Selected.
3449         Finally, we need to reset the Hover logic in MouseMove, even when we
3450         don't have a selected item.
3451
3452 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3453
3454         * ToolStrip.cs: Add several missing methods, properties, and events.
3455
3456 2007-04-04  Chris Toshok  <toshok@ximian.com>
3457
3458         * DataGridTextBoxColumn.cs: set the bounds of the text box to
3459         (0,0,0,0) in Commit, as MS does.
3460
3461         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
3462         make sure we set CurrentRow on a row header click *before* calling
3463         Select.  This moves the current cell (and the textbox) to the new
3464         row.  The call to Select then hides the textbox, giving us the
3465         correct behavior.  Fixes #80362.
3466
3467         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
3468         (ListChangedHandler): reorder the position/current changed events,
3469         and call UpdateIsBinding in the ItemAdded case.
3470
3471         * GridColumnStylesCollection.cs: add some columns events, one of
3472         which raises the CollectionChanged event.
3473
3474 2007-04-04  Jackson Harper  <jackson@ximian.com>
3475
3476         * TextControl.cs: When we delete multiple selection lines
3477         invalidate the selection area, don't need to do that for single
3478         lines because the final update view will handle it.
3479
3480 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3481
3482         * Control.cs: When we CreateControl, we need to also create all of the
3483         control's children.  The child's OnLoad must also fire before the parent's
3484         OnLoad.  Fixes the toolbox size in PDN.
3485
3486 2007-04-04  Jackson Harper  <jackson@ximian.com>
3487
3488         * TextBoxBase.cs: When the user presses enter, insert a line
3489         ending into the text. (Maybe this would be a good spot for
3490         Environment.NewLine).
3491         * TextControl.cs: Remove undo manager hack, line endings get
3492         inserted properly now.
3493         
3494 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
3495
3496         * MenuAPI.cs: 
3497         - Remove unneeded parameters in UpdateCursor.
3498         - Fix UpdateCursor to check if menu is active.
3499         - Call UpdateCursor when menu deactivate my click.
3500         [Fixes remaining issues from #80410]
3501
3502 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
3503
3504         * Control.cs: GetRealChildAtPoint method added, it make an
3505         recursive child control search for the point. 
3506
3507         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
3508         menu.
3509
3510         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
3511
3512 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
3513
3514         * Form.cs: Fix mouse position when send back mouse event after closes
3515         menu.
3516
3517 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
3518
3519         * Form.cs: Simplify the BUTTONDOWN for active tracker.
3520
3521 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
3522
3523         * Control.cs: Fix an issue where if a user resized a control inside
3524         a sizing method like OnResize, we would overwrite their explicit
3525         value.  Also, only call DefaultSize once in the constructor instead
3526         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
3527         nothing actually changed.
3528
3529 2007-04-03  Jackson Harper  <jackson@ximian.com>
3530
3531         * TextControl.cs: Don't attempt to copy text for lines with no
3532         text in them (technically this shouldn't happen, but we aren't
3533         always inserting line endings when we should be).
3534
3535 2007-04-03  Jackson Harper  <jackson@ximian.com>
3536
3537         * TextBoxBase.cs: Calculate the scrollbars before calculating the
3538         document, because this sets some of the document size properties
3539         that are needed.
3540
3541 2007-04-03  Jackson Harper  <jackson@ximian.com>
3542
3543         * TextBoxBase.cs: We need to calculate maximums even if this is
3544         not a multiline control, because the maxs are used for scrolling.
3545         - Display the caret after doing a page up/down, we need to
3546         manually display it because a proper CaretMoved event isn't
3547         triggered (this is because of the way the math is done to
3548         determine how far to scroll).
3549
3550 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
3551
3552         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
3553         (ToolBar was relying on SetBoundsCore to default the values sent 
3554         base off of BoundsSpecified.)
3555
3556 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3557
3558         * DateTimePicker.cs: Change Text so that when a null value or empty
3559           string is assigned to the test we always raise ValueChanged and
3560           TextChanged (earlier implementation would only raise ValueChanged
3561           if the current date value was different from DateTime.Now).
3562
3563 2007-04-03  Andreia Gaita <avidigal@novell.com> 
3564
3565         * ButtonBase: Call update after invalidation, fixes #80194
3566
3567 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3568
3569         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
3570           #79335.
3571
3572 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3573
3574         * XplatUIX11.cs: SetWMStyles: If the control is a form with
3575           FormBorderStyle = None, don't give the window any decorations.
3576           Fixes #81276.
3577
3578 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3579
3580         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
3581         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
3582           to check for is a mix of several styles (such as WS_CAPTION for
3583           instance).
3584         * Control.cs: Don't paint an area bigger than the client area when
3585           painting the background colour. Add an internal GetCreateParams.
3586           Update calls to XplatUI.CalculateWindowRect due to API change.
3587         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
3588           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
3589           the size if it hasn't been handled by any windows. When creating
3590           and moving windows, X wants the location of the entire window, but
3591           the size of the client window, so add
3592           TranslateClientRectangleToXClientRectangle,
3593           TranslateWindowSizeToXWindowSIze and
3594           TranslatedXWindowSizeToWindowSize to cope with this, and call them
3595           before every window creation and move. Update CalculateWIndowRect
3596           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
3597           In AddConfigureNotify don't do anything if the hwnd is a zombie
3598           (fixes the BadWindow we were getting while running the tests),
3599           always calculate the offsets when it's a parentless window, not
3600           only when reparented, and translate the window size, since we're
3601           getting the client size of the whole window, excluding entire
3602           window.
3603         * Theme.cs: Added BorderSizableSize.
3604         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
3605           anymore. Update calls to XplatUI.CalculateWindowRect due to API
3606           chang
3607         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
3608           change. Fake the window styles here instead of in XplatUIWin32 so
3609           that all back-ends get the same window styles (and it's Form that's
3610           deciding when to use wm, not the Win32 backend anyways)
3611         * Hwnd.cs: Completely reworked GetWindowRectangle and
3612           GetClientRectangle - they are now passed a CreateParams and they
3613           only use Style and ExStyle to determine the rectangles (they should
3614           now work just like Win32AdjustWindowRectEx - though quite a few
3615           special cases are probably missing). They should also be 100%
3616           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
3617           == rect), and all numbers (borders, menu sizes) are taken from the
3618           current theme. Added a GetBorders helper function that will return
3619           the borders for any given CreateParams (including captions and
3620           menus), and GetBorderSize that returns the given border size only.
3621         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
3622           Hwnd.GetClientRectangle.
3623
3624 2007-04-02  Chris Toshok  <toshok@ximian.com>
3625
3626         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
3627         logic between the values we present to the user and the values
3628         which are stored in the column's property.  Also, don't call
3629         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
3630
3631 2007-04-02  Jackson Harper  <jackson@ximian.com>
3632
3633         * TextBoxBase.cs: Scroll faster!
3634
3635 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
3636
3637         * StatusStrip.cs: Layout fixes for PDN.
3638         * ToolStrip.cs: Set item's available to true, and placement to main when
3639         added.
3640         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
3641         changing in setter before doing any work, add InternalVisible.
3642         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
3643         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
3644         infinite loop.
3645
3646 2007-04-02  Jackson Harper  <jackson@ximian.com>
3647
3648         * TextBox.cs: LBUTTON does not make the textbox select all of it's
3649         text on focus.
3650
3651 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3652
3653         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
3654           Makes ToolStripComboBoxes show up again.
3655
3656 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3657
3658         * ListView.cs: Add a hover_pending field in ListView
3659         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
3660         cycle (we are resetting the MouseHover logic in XplatUI
3661         to handle HoverSelection). Fixes #80429.
3662
3663 2007-04-02  Jackson Harper  <jackson@ximian.com>
3664
3665         * TextControl.cs: Make sure the attributes get set on the last
3666         tag.
3667         - Still have to do the end tag if we have stepped all the ways to
3668         the end.
3669
3670 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3671
3672         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
3673         on an internal libgdiplus call when the information is already 
3674         available via the public API.
3675
3676 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3677
3678         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
3679           control is removed from a control collecftion.
3680         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
3681           Fixes FormPropertyTest (failed on rare occasions).
3682         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
3683           of Win32SetParent (when changing from no parent to a parent it
3684           might add the new parent's location in screen coordinates to this
3685           window's location).
3686         * Form.cs: Rework ChangingParent once again, now the handle is
3687           recreated whenever a FormWindowManager is added or removed (that is
3688           whenever a normal form is parented or abandoned). Also change
3689           CreateParams so that all non-toplevel windows always get the
3690           specified sice (StartupPosition is never considered for
3691           non-TopLevel forms).
3692         * ContainerControl.cs: Add ChildControlRemoved, the container control
3693           needs to be notified when a control is removed from it's
3694           collection, in the case the removed control is the active control.
3695
3696 2007-04-02  Jackson Harper  <jackson@ximian.com>
3697
3698         * RichTextBox.cs: Use the new methods for setting the font and
3699         color, these methods set the specified attribute without
3700         overriding the other attributes.
3701
3702 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
3703
3704         * ToolStripPanel.cs: Fixes for better layouts in PDN.
3705
3706 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
3707
3708         * TextBox.cs: Added internal ChangeBackColor method to special-case
3709         Color.Empty. Added check for invalid ScrollBars value.
3710         * TextBoxBase.cs: Added internal ChangeBackColor method.
3711         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
3712         internal ChangeBackColor method to special-case Color.Empty. Added
3713         check for invalid ScrollBars value.
3714
3715 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
3716
3717         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
3718
3719 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
3720
3721         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
3722         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
3723         [Based on submitted patch from Olivier Duff.]
3724
3725 2007-03-30  Jackson Harper  <jackson@ximian.com>
3726
3727         * TextBox.cs: Only select all on initial focus if the user has not
3728         specified a selection area.
3729
3730 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
3731
3732         * UserControl.cs: Override CreateParams.
3733
3734 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3735
3736         [ Fixes #80995 ]
3737
3738         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
3739         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
3740           check for is a mix of several styles (such as WS_CAPTION for instance).
3741         * Control.cs: Don't paint an area bigger than the client area when painting
3742           the background colour. Add an internal GetCreateParams. Update calls to
3743           XplatUI.CalculateWindowRect due to API change.
3744         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
3745           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
3746           hasn't been handled by any windows. When creating and moving windows, X
3747           wants the location of the entire window, but the size of the client
3748           window, so add TranslateClientRectangleToXClientRectangle,
3749           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
3750           to cope with this, and call them before every window creation and move.
3751           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
3752           removing DeriveStyles). In AddConfigureNotify don't do anything if the
3753           hwnd is a zombie (fixes the BadWindow we were getting while running the
3754           tests), always calculate the offsets when it's a parentless window, not
3755           only when reparented, and translate the window size, since we're getting
3756           the client size of the whole window, excluding entire window.
3757         * Theme.cs: Added BorderSizableSize.
3758         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
3759           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
3760         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
3761           Fake the window styles here instead of in XplatUIWin32 so that all
3762           back-ends get the same window styles (and it's Form that's deciding when
3763           to use wm, not the Win32 backend anyways)
3764         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
3765           they are now passed a CreateParams and they only use Style and ExStyle
3766           to determine the rectangles (they should now work just like
3767           Win32AdjustWindowRectEx - though quite a few special cases are probably
3768           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
3769           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
3770           sizes) are taken from the current theme. Added a GetBorders helper
3771           function that will return the borders for any given CreateParams
3772           (including captions and menus), and GetBorderSize that returns the given
3773           border size only.
3774         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
3775           Hwnd.GetClientRectangle.
3776
3777 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3778
3779         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
3780           layout of the mdi children is handled by CreateParams. Fixes
3781           #79964,
3782
3783 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3784
3785         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
3786         processed.
3787
3788         * Form.cs: When active tracker mouse down is not processed, send event 
3789         back to control inside mouse position. [Fixes #81227]
3790
3791 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
3792
3793         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
3794         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
3795         stealing focus from the active form on Windows.  (Control will be made
3796         visible in ShowWindow.)
3797
3798 2007-03-29  Mike Kestner  <mkestner@novell.com>
3799
3800         * ImageList.cs : add internal Changed event.
3801         * ListView.cs : hook up to StateImageList.Changed to perform
3802         invalidations when the the state icon list changes. [Fixes #81191]
3803
3804 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
3805
3806         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
3807         to prevent tooltips from stealing focus from the active form on Windows.
3808
3809 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3810
3811         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
3812
3813         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
3814
3815 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3816
3817         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
3818         balloons.
3819
3820 2007-03-29  Jackson Harper  <jackson@ximian.com>
3821
3822         * TextControl.cs: When deleting text from non multiline textboxes,
3823         we need to update the entire document, because line offsets will
3824         be shifting.
3825
3826 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3827
3828         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
3829         added to theme, now we can create themes that uses diferent notify engines
3830         like notification-daemon from galago project or growl for Mac OS.
3831
3832 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
3833
3834         * NotifyIcon.cs: Prevent Balloon to show in task bar.
3835
3836 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
3837
3838         * XplatUIX11.cs: Prevent system to open more than one balloon.
3839
3840         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
3841         some compiler warning messages.
3842
3843 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
3844
3845         [Fixes #79149]
3846
3847         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
3848
3849         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
3850         implemented, this methods is used by NotifyIcon.BalloonWindow class.
3851
3852         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
3853         systems.
3854
3855 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3856
3857         * ListViewItem.cs: Forgot to make Invalidate internal.
3858
3859 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3860
3861         * ListView.cs: Add a InvalidateSelection method to
3862         invalidate methods which are currently selected, and call
3863         it when setting FullRowSelect and HideSelection, instead of
3864         calling Redraw.
3865
3866 2007-03-28  Chris Toshok  <toshok@ximian.com>
3867
3868         * XplatUIX11.cs (UnmapWindow): reindent this block.
3869
3870         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
3871         the selection_start if we're moving the selection (that is, not
3872         extending it). Fixes bug #80461.
3873
3874 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3875
3876         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
3877         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
3878         create private ControlCollection.
3879
3880 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3881
3882         * Control.cs: We need to call OnVisibleChanged for our implicit
3883         children as well as our normal children.  Fixes scrollbars in
3884         comboboxes not showing up.
3885
3886 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3887
3888         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
3889         the check for IsHandleCreated first.  The check in CreateHandle is not
3890         good enough because CreateHandle can be overriden, and the override 
3891         should not be called if the handle is already created.
3892
3893 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3894
3895         * ToolStrip.cs: Remove MonoTODO for tooltips.
3896         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
3897         * ToolStripContainer.cs: Add custom ControlCollection class.
3898         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
3899         * ToolStripDropDown.cs: Add some missing properties/methods.
3900         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
3901         * ToolStripItem.cs: Remove MonoTODO for tooltips.
3902         * ToolStripManager.cs: Add IsShortcutDefined.
3903         * ToolStripOverflow.cs: Override LayoutEngine.
3904         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
3905         * ToolStripSeparator.cs: Add ImageKey.
3906
3907 2007-03-28  Jackson Harper  <jackson@ximian.com>
3908
3909         * TextControl.cs: If a char delete removes a line ending, we need
3910         to update the ending style.
3911         - Make sure the line ending calcs get called.
3912
3913 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3914
3915         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
3916           it was making the new code not work. Fixed a typo in the new code
3917           as well. Fixes #79826.
3918
3919 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3920
3921         * XplatUIWin32.cs:
3922         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
3923         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
3924         - SystrayBalloon method implemented.
3925         [Add support for notifyicon balloon on win32, #79149]
3926
3927 2007-03-27  Mike Kestner  <mkestner@novell.com>
3928
3929         * ThemeWin32Classic.cs : update StateImageList selection to mirror
3930         the ms behavior when only one image is added to the list.
3931         [Fixes #81191]
3932
3933 2007-03-27  Jackson Harper  <jackson@ximian.com>
3934
3935         * TextControl.cs: Improvements to non multiline line ending
3936         drawing/measuing.
3937
3938 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3939
3940         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
3941
3942 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3943
3944         * NotifyIcon.cs: 
3945         - Balloon message handling added.
3946         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
3947
3948         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
3949         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
3950         to SystrayBalloon to me like other Systray method, also a
3951         handle parameter added.
3952
3953 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3954
3955         * ListView.cs: Show scrollbars even when items.Count == 0
3956         but the columns Width is bigger than the ListView.Width.
3957         Also, when columns.Count == 0 set layout_wd and layout_ht
3958         to the ClientRectangle values, so we don't show any scrollbar
3959         in that case.
3960
3961 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3962
3963         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
3964
3965 2007-03-27  Jackson Harper  <jackson@ximian.com>
3966
3967         * RichTextBox.cs: The RTF library decodes the text properly for us
3968         now.
3969
3970 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3971
3972         * ListView.cs: Display HeaderControl even when columns.Count == 0.
3973         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
3974         ListView header (HeaderControl), instead of Control.BackColor.
3975
3976 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
3977
3978         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
3979         Fixes tab control issues where controls would not show up because they
3980         never received their OnVisibleChanged call.
3981
3982 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3983
3984         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
3985         BalloonTipShown).
3986
3987 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
3988
3989         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
3990         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
3991         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
3992         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
3993         the handle.  Fix WindowState by using the internal variable until we are 
3994         sure that we've been shown.
3995         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
3996         max or min.
3997         [Fixes bug #81198]
3998
3999 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4000
4001         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
4002           (at least borders). Fixes #79386 on Linux (with a small difference
4003           in behaviour: when trying to resize a caption-less window metacity
4004           shows the sysmenu. Resizing is still possible though).
4005         * XplatUIWin32.cs: When setting window styles send request an extra
4006           WM_NCCALCSIZE when it's a form without title (due to no text and no
4007           caption), since Win32 seems to calculate it wrong the first time we
4008           get the message, though the second time things work as they should.
4009         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
4010           newly reparented window might show up unparented. Update
4011           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
4012           there's no title text. Fixes #79386.
4013
4014 2007-03-27  Mike Kestner  <mkestner@novell.com>
4015
4016         * ListBox.cs : don't perform invalidations if the handle hasn't been
4017         created.  [Fixes #80753]
4018
4019 2007-03-27  Mike Kestner  <mkestner@novell.com>
4020
4021         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
4022         [Fixes #80428]
4023
4024 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
4025
4026         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
4027         needed to implement Balloon.
4028
4029 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4030
4031         * ListViewItem.cs: In the constructors that take
4032         an array of strings, don't use ListViewSubItemCollection.AddRange
4033         method to add items, since we need to have a different behaviour (in
4034         the constructors we add an item for each null string, opposed to
4035         the behaviour of AddRange, which adds nothing).
4036
4037 2007-03-26  Andreia Gaita  <avidigal@novell.com>
4038
4039         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
4040
4041 2007-03-26  Jackson Harper  <jackson@ximian.com>
4042
4043         * TextControl.cs: Draw and measure line endings when in non
4044         multiline mode.
4045         - When searching the text, count the end of the last line as a
4046         word boundary.
4047
4048 2007-03-26  Jackson Harper  <jackson@ximian.com>
4049
4050         * RichTextBox.cs: The selection_start and selection_end don't
4051         really track the correct tags for the selection. So we'll manually
4052         compute the correct tag here.
4053
4054 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4055
4056         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
4057           and Continuous styles. Fixes #79469.
4058
4059 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
4060
4061         * ToolStrip.cs: Implement Tooltips.
4062         * ToolStripItem.cs: Create internal method for determining tooltip.
4063
4064 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
4065
4066         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
4067
4068 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
4069
4070         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
4071         it prevents a problem thak keeps icon visible after application 
4072         closes on win32.
4073
4074 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
4075
4076         * NotifyIcon.cs: Balloon properties and methods created.
4077
4078         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
4079         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
4080
4081 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
4082
4083         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
4084
4085 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
4086
4087         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
4088         parameter indicates which aspects were explicit/user-set.
4089         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
4090
4091 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
4092
4093         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
4094         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
4095         SmallChange, and Value (2.0).
4096         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
4097
4098 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4099
4100         * ListView.cs: Always set item_control.Width in LayoutDetails
4101         if View is Details. Setting it later in CalculateScrollBars
4102         in a not-so-corner scenario (the sum of columns width is
4103         not bigger than the ListView width when handle is created, and then
4104         that sum gets bigger by increasing the width of the columns)
4105         causes a very weird recursion path (which shouldn't be happening,
4106         since header_control sets it in CalculateScrollBars too). This bug
4107         appeared after Chris' fixes for handle created issues, so probably
4108         it's related to some handle-creation time.
4109
4110 2007-03-23  Chris Toshok  <toshok@ximian.com>
4111
4112         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
4113         case where there's an add row, just so we don't end up in a case
4114         where it's not displayed (this happens when the row is partially
4115         obscured).  Fixes bug #79574.
4116
4117 2007-03-23  Jackson Harper  <jackson@ximian.com>
4118
4119         * TextControl.cs:
4120         * TextBoxBase.cs:
4121         * RichTextBox.cs: Preserve line endings in the lines text buffer,
4122         also added an enum that represents the line ending type. 
4123
4124 2007-03-23  Andreia Gaita  <avidigal@novell.com>
4125
4126         * NumericUpDown.cs: Fix logic so Text and Value properties are not
4127         messed with in every method call, but only from DownButton, 
4128         UpButton, UpdateEditText() and ValidateText. Fixes #80346
4129
4130 2007-03-23  Chris Toshok  <toshok@ximian.com>
4131
4132         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
4133         format objects if the format spec is "".  Fixes bug #80889.
4134
4135 2007-03-22  Miguel de Icaza  <miguel@novell.com>
4136
4137         * ToolStripPanel.cs (Join): added stubs to build PDN3
4138
4139         * Control.cs (AutoScrollOffset): Add.
4140
4141         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
4142         property, its only implemented for Win32, on X11 it defaults to
4143         some hardcoded value.
4144
4145         * ToolStripItem.cs (AllowDrop): Add property
4146
4147 2007-03-22  Mike Kestner  <mkestner@novell.com>
4148
4149         * ListView.cs : in FullRowSelect Details mode, only enable box
4150         selection if the user clicks over the "item" column outside of the
4151         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
4152
4153 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4154
4155         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
4156           handle is not created yet.
4157         * Form.cs: Select: Don't call CreateHandle if the handle is already
4158           created, avoids a stack overflow on Windows when we are recreating
4159           controls.
4160         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
4161           they are made visible, and override AfterTopMostControl to keep
4162           them on top when other controls are brought to front.
4163           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
4164           or force_*scroll_visible is true (old implementation always shows
4165           scrollbars when needed, no matter what auto_scroll was set to).
4166         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
4167           IsHandleCreated check.
4168
4169 2007-03-22  Andreia Gaita  <avidigal@novell.com>
4170
4171         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
4172         row or col separator.
4173         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
4174
4175 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4176
4177         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
4178
4179 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4180
4181         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
4182         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
4183         every time. Fixes #80410.
4184
4185 2007-03-22  Chris Toshok  <toshok@ximian.com>
4186
4187         * BindingSource.cs (AddNew): partially implement.
4188
4189         remove a couple of NotImplementedException's
4190         to get bug #81148 closed.
4191
4192 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4193
4194         [Fixes #80380]
4195         
4196         * Control.cs:
4197         - UpdateCursor method added to update the screen cursor.
4198         - GetAvailableCursor method added to return cursor for enabled tree,
4199         it searches for cursor on control and it's parent's for enabled control.
4200         - Call UpdateCursor method on setter of Cursor property.
4201         - On setter of Enabled call UpdateCursor when it is false, we need to
4202         change cursor to normal (or to this parent cursor) because cursor 
4203         setting theres no effect to disabled controls.
4204         - Some minor source changes to follow the coding style guidelines.
4205
4206         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
4207         controls.
4208
4209 2007-03-22  Chris Toshok  <toshok@ximian.com>
4210
4211         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
4212         generates.
4213
4214 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4215
4216         * XplatUIX11.cs: Implement default locations for forms.
4217         * Form.cs: Completely rework startup location for forms. Fixes #79964.
4218         * Hwnd.cs: Add previous_child_startup_location (to track the current
4219           startup location for any child forms of the current form) and
4220           previous_main_startup_location (to track the startup location for
4221           the current toplevel form).
4222
4223 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4224
4225         * Control.cs: Don't trigger a layout if an implicit control is added
4226         that isn't visible.  Also, don't notify the owner when an implicit control
4227         is added.  (Owners shouldn't even know about their implicit controls.)
4228
4229 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4230
4231         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
4232         to save some re-layouts.
4233
4234 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
4235
4236         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
4237         [Fixes #81203]
4238
4239 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4240
4241         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
4242         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
4243
4244 2007-03-21  Mike Kestner  <mkestner@novell.com>
4245
4246         * ListView.cs : disable selection update for non-left button clicks
4247         with mods and over selected items.  [Fixes #80524]
4248
4249 2007-03-20  Jackson Harper  <jackson@ximian.com>
4250
4251         * TextControl.cs:
4252         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
4253         \r\r\n, \n.
4254
4255 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4256
4257         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
4258           very probably a more complicated calculation there. Update the
4259           textbox' ForeColor and BackColor when the ComboBox' colors are
4260           changed. Change the border change in LayoutComboBox to only affect
4261           the textbox, not all the calculations there. Seems to fix most of
4262           #79436.
4263
4264 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4265
4266         * ComboBox.cs: Handle Home and End keys as well as all combinations of
4267           modifiers + navigation keys as input keys, enables advanced text
4268           selection in the combobox (like Shift+Left Arrow for instance).
4269           ComboTextBox now overrides Focused and returns whatever
4270           ComboBox.Focused returns, since it really should be focused
4271           whenever the ComboBox is. Fixes #80795. Also make the border around
4272           the text box one pixel bigger, as mentioned in #79436.
4273
4274 2007-03-20  Jackson Harper  <jackson@ximian.com>
4275
4276         * TreeView.cs: Don't offset the images, this was causing some
4277         artifacts when expanding/collapsing with images that were the
4278         exact height of the treenode.
4279
4280 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4281
4282         * TrackBar.cs: Query the theme for the correct value when the mouse
4283           moves and the thumb is pressed. 
4284         * Theme.cs: Added TrackBarValueFromMousePosition
4285         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
4286           implementation was updating the trackbar value when drawing, now
4287           the drawing methods only draw. Fixes #80900. Refactored the
4288           calculations out to TrackBarValueFromMousePosition and
4289           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
4290           according to the mouse position whenever it wants to. Changed the
4291           light coloured pen when drawing the thumb from ControlLight to
4292           ControlLightLight, because the ControlLight is the same colour as
4293           the background so the 3D effect is lost. 
4294
4295 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4296
4297         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
4298         defined. Fixes #80784.
4299
4300 2007-03-20  Marek Habersack  <mhabersack@novell.com>
4301
4302         * ContextMenuStrip.cs: align with the change introduced in
4303         revision 74664.
4304
4305 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4306
4307         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
4308         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
4309         in SetTopmost.
4310
4311 2007-03-19  Chris Toshok  <toshok@ximian.com>
4312
4313         * Control.cs (WmPaint): don't make use of the Handle property
4314         after an event is emitted, as the user could have closed the
4315         form/destroyed the control.  Store the Handle in a local variable
4316         and make use of that.  Fixes bug #80768.
4317
4318 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4319
4320         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
4321         behavior in X11 environments.
4322
4323 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4324
4325         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
4326         because on setter of topmost we dont call SetTopmost when handle is not
4327         created.
4328
4329 2007-03-20  Jackson Harper  <jackson@ximian.com>
4330
4331         * TextControl.cs: Need to use SelectionLength () not
4332         selection_length, since that var is reset to -1.
4333         - Draw the caret when we don't have focus.
4334         * TextBox.cs: The selectall actually doesn't occur until the first
4335         focus.
4336         * TextBoxBase.cs: Need to update the caret position after a
4337         selectall.
4338         
4339 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4340
4341         * ListView.cs: Enable scrolling when using Tile view.
4342
4343 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4344
4345         [Fixes #80902]
4346
4347         * XplatUIDriver.cs: Abstract SetOwner method created.
4348
4349         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
4350         must be implemented and was masked as todo.
4351
4352         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
4353         GWL_HWNDPARENT.
4354
4355         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
4356         cheking for null owner to remove transient. The SetTopmost will be change
4357         on a decond step.
4358
4359         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
4360         SetTopmost. Now owned forms will work properly in win32 and X11.
4361
4362 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4363
4364         * MdiWindowManager.cs: Update function name.
4365         * Form.cs: After closing a form MdiParent is always null.
4366         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
4367           better what it should do: necessary book-keeping when the form is
4368           closed, it should not close the form itself.
4369
4370 2007-03-19  Andreia Gaita  <avidigal@novell.com>
4371
4372         * ListViewItem.cs: Fix back and fore color. The subitems only
4373         use their own colors if they are set, otherwise use the listview's
4374         colors. Don't set default colors on constructor for subitem.
4375         Fixes #79315.
4376
4377 2007-03-19  Mike Kestner  <mkestner@novell.com>
4378
4379         * ListView.cs : make box selection for Details views with 
4380         FullRowSelect conform to MS behavior when clicking in the "item" 
4381         column and clicking outside the defined columns.
4382         [Fixes case 5-6 of #80374]
4383
4384 2007-03-19  Chris Toshok  <toshok@ximian.com>
4385
4386         * ScrollableControl.cs: create the controls from within the ctor,
4387         but don't actually add them until our handle is created.  this
4388         fixes a NRE possibility jpobst found (if you override OnLayout in
4389         a subclass, it's called before your ctor).  Also, add a
4390         IsHandleCreated guard to UpdateSizeGripVisibility as well.
4391
4392 2007-03-19  Jackson Harper  <jackson@ximian.com>
4393
4394         * TextBox.cs: Reduce the amount of invalidation we do.
4395         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
4396         some of them are true by default on MS.
4397         - Add some functions to reduce the amount of invalidates we do.
4398         * TextControl.cs: Less invalidation.
4399
4400 2007-03-19  Chris Toshok  <toshok@ximian.com>
4401
4402         [ Fixes #81773, and *seems* to fix #81553 as well ]
4403
4404         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
4405         AccumulateDestroyedHandles.  We need to do it *after* we send
4406         WM_DESTROY, as the user's code can access Control.Handle in
4407         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
4408         move the WM_DESTROY/zombie handling to before the call to
4409         XDestroyWindow.  For some reason without this ordering
4410         FormTest.RecreateHandle hangs.  This ordering is semantically
4411         equivalent, however, as XDestroyWindow is async anyway.
4412
4413 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
4414
4415         * RichTextBox.cs: Reset backcolor_set after setting default.
4416
4417 2007-03-19  Chris Toshok  <toshok@ximian.com>
4418
4419         * ScrollableControl.cs: the scroll position should not effect the
4420         canvas size.  commit patch from georgegiolfan@yahoo.com, which
4421         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
4422         
4423 2007-03-19  Chris Toshok  <toshok@ximian.com>
4424
4425         * ScrollableControl.cs: clean this up a bit.  create the
4426         scrollbars in the ctor and just show/hide them as needed.  Also,
4427         make hscroll_visible/vscroll_visible internal to Recalculate, and
4428         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
4429         everywhere else.  This seems to fix the scrollbars appearing
4430         beneath the content for me (i have *no* idea why that is,
4431         however.)
4432
4433 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
4434
4435         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
4436         some redundacy for stuff in Anchor and Dock that base will take care of.
4437         [Fixes #80762]
4438
4439 2007-03-19  Mike Kestner  <mkestner@novell.com>
4440
4441         * ListView.cs : make box selection for Details views without 
4442         FullRowSelect dependent on the text bounds, not item bounds.
4443         * ListViewItem.cs : add an internal property to obtain the TextBounds
4444         in Details view.  [Fixes case 1-4 of #80374]
4445
4446 2007-03-19  Andreia Gaita  <avidigal@novell.com>
4447
4448         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
4449         we're < 2.0. #78448 && #80316
4450
4451 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
4452
4453         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
4454         have the same style available as the previously selected one.  Also,
4455         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
4456
4457 2007-03-19  Jackson Harper  <jackson@ximian.com>
4458
4459         * TextControl.cs: Add an alignment property that all new lines
4460         will be given.
4461         - Make sure to use the align shift when calculating the line's X
4462         position.
4463         * TextBox.cs: Set the alignment on the document as well as on all
4464         the document lines.
4465
4466 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4467
4468         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
4469           throw if setting the parent of an mdichild that already has an
4470           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
4471           AssemblyProductAttribute in the assembly, use the type's namespace (as
4472           MS seems to do). CreateControl: don't create the handle if the control
4473           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
4474           create handle if the control is not a form. Change FocusInternal to
4475           virtual so that it can be overriden by Form.
4476         * TextBox.cs: Update call to FocusInternal.
4477         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
4478           form is not a toplevel form when it's a mdi child, so update is_toplevel
4479           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
4480           hasn't been created. Show (IWin32Window): Don't allow this overload for
4481           toplevel windows. CenterToParent/CenterToScreen/Select: create the
4482           handle as MS does. SetVisibleCore: if called on a MdiChild and the
4483           parent isn't visible yet, save the visibility and restore it when the
4484           parent is made visible.
4485         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
4486           methods, since the visibility of the scrollbars can be changed from
4487           several places, not only from AutoScroll.
4488           [Fixes #81179]
4489
4490 2007-03-19  Jackson Harper  <jackson@ximian.com>
4491
4492         * RichTextBox.cs: Enable shortcuts by default.
4493         * TextBoxBase.cs: Add conditional shortcuts.  
4494
4495 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
4496
4497         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
4498
4499 2007-03-19  Chris Toshok  <toshok@ximian.com>
4500
4501         [ Fixes bug #80604]
4502         
4503         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
4504         swallow the message we're waiting on, instead of delivering it, as
4505         this is only used for the WM_SHOWWINDOW raised from
4506         MapWindow/UnmapWindow, and the message needs to be generated
4507         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
4508         before doing the Map/Unmap.  Also make sure that the Hwnd is still
4509         alive after the message has been handled.
4510
4511         *before* the window is shown.
4512
4513         * Control.cs (CreateControl): guard a few more things inside the
4514         if (!is_created) block, as we might end up being called again -
4515         yay .net.
4516         (WmShowWindow): call CreateControl if we're showing the control.
4517
4518 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4519
4520         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
4521           controls without a handle if they have any parent with a handle. In
4522           Dispose add a check whether the handle is created or not before
4523           calling BeginInvoke, this removes the need of the extra disposing
4524           parameter (which was bogus anyway since it didn't prevent the
4525           invoke from happening, it only skipped the check for an existing
4526           handle, meaning that the invoke would call on an inexistent
4527           handle).
4528
4529 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
4530
4531         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
4532         appears in taskbar.
4533
4534 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
4535
4536         * MessageBox.cs:
4537         - Fixed a problem that dont show help button for messages with 3 buttons.
4538         - Refactory button size and position calculations, now dont use fixed 
4539         values, also fixed button sizes (#80043) and form's border space.
4540         - AddButton method created, now all other AddButton methods call this one.
4541         - Some other source code cosmetic changes.
4542
4543 2007-03-18  Jackson Harper  <jackson@ximian.com>
4544
4545         * RichTextBox.cs: Don't do this all fonts must match check if
4546         there is only one char selected.
4547
4548 2007-03-18  Jackson Harper  <jackson@ximian.com>
4549
4550         * TreeView.cs: ScrollWindow works properly now, so we don't need
4551         to screw around with the scroll area.  This fixes some artifacts
4552         when expanding and collapsing.
4553
4554 2007-03-18  Jackson Harper  <jackson@ximian.com>
4555
4556         * TextBoxBase.cs: Allow updating the selection position when the
4557         cursor is outside the textarea, but we have a capture.
4558         * TextControl.cs: A special case for when the cursor is outside
4559         the bounds of the TB.
4560         
4561 2007-03-18  Jackson Harper  <jackson@ximian.com>
4562
4563         * TextBoxBase.cs: Remove image pasting code for now.  There is no
4564         way to get an image on the clipboard right now anyways.
4565         * TextControl.cs:
4566         * RichTextBox.cs: Use the new RTF Picture class for pictures.
4567
4568 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
4569
4570         * MessageBox.cs:
4571         - Set window properties in constructor intead of on CreateParams.
4572         - Remove topmost from Window ExStyle.
4573         - Set ShowInTaskbar to false.
4574         - Set form border to FixedDialog.
4575         - Some cosmetic changes and remove unneeded comments.
4576         - It fixes itens 2,3 and 4 of bug #80043.
4577
4578 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
4579
4580         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
4581         none was explicitly set. Fixes part of bug #79949.
4582
4583 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
4584
4585         * ToolStripComboBox.cs: Add AutoComplete*.
4586
4587 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
4588
4589         * ToolStripComboBox.cs: Add FlatStyle.
4590
4591 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
4592
4593         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
4594         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
4595
4596 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4597
4598         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
4599           CheckBox.cs, RadioButton.cs, BindingSource.cs,
4600           DataGridColumnStyle.cs: Remove warnings.
4601
4602 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4603
4604         * Menu.cs: MergeMenu: Check menu argument for null before looping over
4605           it.
4606         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
4607           visibility of mdi child forms. FormSizeChangedHandler: update the
4608           maximized size if size has changed while maximized.
4609         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
4610           creating the handle.
4611         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
4612           avoid creating the handle if not created.
4613         * XplatUI.cs: Update debug output.
4614         * XplatUIStructs.cs: Added ToString's for a couple of structs.
4615
4616 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
4617
4618         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
4619         ProcessCmdKey().
4620         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
4621         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
4622         Implement keyboard shortcuts.
4623
4624 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
4625
4626         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
4627         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
4628         ColorDialog and all derived classes.
4629
4630 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
4631
4632         [ Fixes bug #79828 ]
4633
4634         * ToolBar.cs:
4635         - Rename ToolBarButtonInfor to ToolBarItem.
4636         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
4637         - Maintain an array of ToolBarItem, used instead of ToolBarButton
4638         collection to be able add same button more than one time on a toolbar.
4639         - Refactory all properties and methods to use ToolBarItem. 
4640
4641         * ToolBarButton.cs: 
4642         - Remove all propeties and methods that is now in ToolBarItem.
4643         - Rectangle propery now gets the rectangle from first ToolBarItem to
4644         mimic win32 behavior.
4645         - Size calculation and layout methods also removed.
4646
4647         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
4648         ToolBarItem instead of ToolBarButton to right drawing buttons when
4649         same button/separator was added more than one time to ToolBar.
4650
4651         * ThemeNice.cs: Same as above. 
4652
4653 2007-03-15  Andreia Gaita  <avidigal@novell.com>
4654
4655         * XplatUIX11.cs: Fire extra MouseMove events right after
4656         MouseDown and MouseUp, emulating win32's <censored> behaviour
4657         for apps that rely on it.
4658
4659 2007-03-15  Jackson Harper  <jackson@ximian.com>
4660
4661         * TextControl.cs:
4662         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
4663         it is drawn on the controls client window and there is no NC
4664         area.
4665         - Set the background color to gray on 2.0 when we are readonly.
4666
4667 2007-03-15  Chris Toshok  <toshok@ximian.com>
4668
4669         [ Fixes bug #81144 ]
4670         
4671         * XplatUIX11.cs: implement VirtualScreen independently of
4672         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
4673         property.
4674
4675 2007-03-15  Chris Toshok  <toshok@ximian.com>
4676
4677         * Hwnd.cs: add an internal field for the cached_window_state.
4678
4679         * XplatUIX11.cs: cache the window state, invalidating the cache
4680         (and thus re-querying the X server) only when we see an update to
4681         the _NET_WM_STATE property.
4682
4683 2007-03-15  Chris Toshok  <toshok@ximian.com>
4684
4685         * BindingSource.cs: get a lot of the unit tests working.
4686
4687 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
4688
4689         * Control.cs: Modify UpdateStyles to store distances when bounds >=
4690         0 instead of just bounds > 0.  [Fixes bug #80912]
4691
4692 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
4693
4694         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
4695         and methods.
4696
4697 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
4698         
4699         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
4700         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
4701         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
4702         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
4703
4704 2007-03-15  Chris Toshok  <toshok@ximian.com>
4705
4706         [ Fixes #81101 ]
4707         
4708         * Control.cs: add Ivan's fix for 81101, with a slight modification
4709         - you can set control.Target to null.
4710
4711 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
4712
4713         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
4714         HideDropDown, use Hide instead to prevent an NRE.
4715         [Fixes bug #81147]
4716
4717 2007-03-14  Jackson Harper  <jackson@ximian.com>
4718
4719         * TextBoxBase.cs: Mess with the creation stuff a little. We need
4720         to calculate the document before the handle is created, in some
4721         cases. (Actually just one case).
4722
4723 2007-03-14  Jackson Harper  <jackson@ximian.com>
4724
4725         * TextBoxBase.cs: Need to display the caret after letting the base
4726         wndproc handle the focus methods, because the caret display
4727         methods check the focus state.
4728         - Try to display the caret after updating it's position with SelectWord.
4729         - Don't need to do an immediate update on this recalc, since there
4730         will be an invalidate anyways.
4731
4732 2007-03-14  Jackson Harper  <jackson@ximian.com>
4733
4734         * TreeView.cs: Some workarounds so that we can match event order a
4735         little better.
4736
4737 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
4738
4739         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
4740         #80803. Avoid NullReferenceException when Control does not have
4741         parent. Fixed different blinkstyle issues. Only subscribe to Tick
4742         event a single time. Only draw error icon when control is created and
4743         visible. Fixes failing unit tests.
4744
4745 2007-03-14  Andreia Gaita  <avidigal@novell.com>
4746
4747         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
4748         Selecting events. Fire Leave and Enter events when changing tabs.
4749
4750 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
4751
4752         * TreeView.cs: Add TreeViewNodeSorter.
4753         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
4754
4755 2007-03-14  Chris Toshok  <toshok@ximian.com>
4756
4757         * Form.cs: go ahead and remove the RecreateHandles that jpobst
4758         removed earlier and I had him add back it.  It turns out metacity
4759         *does* in fact handle the MOTIF_WM_HINTS property changing, it
4760         just doesn't redraw the window titlebar until you resize the
4761         window.  This also means we aren't recreating the entire window
4762         hierarchy on X when you change this property.  And it looks better
4763         on windows, too.
4764
4765 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4766
4767         * ListViewItem.cs:
4768         * ListView.cs: Collecting selection information
4769         is now done in SelectedIndexCollection rather than in
4770         SelectedListViewItemCollection. This is done so we can
4771         have the selection information code in one single place
4772         (virtual mode selection information entirely depends on
4773         SelectedIndexCollection).
4774
4775 2007-03-13  Miguel de Icaza  <miguel@novell.com>
4776
4777         * ErrorProvider.cs: Add stubs for ISupportInitialize
4778
4779 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4780
4781         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
4782         in the right order with the right values, from the Checked property, 
4783         just as MS does (instead of triggering them from ListView).
4784
4785         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
4786
4787 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4788
4789         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
4790         the correct handler in OnItemCheck method (ItemCheckEventHandler 
4791         instead of EventHandler). This used to throw an InvalidCastException.
4792
4793 2007-03-13  Jackson Harper  <jackson@ximian.com>
4794
4795         * TextBoxBase.cs: Calculate the document before the handle is
4796         created, so there isn't an extra invalidate called.
4797
4798 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
4799
4800         * Form.cs: Don't set owner in ShowDialog until we are sure
4801         that we aren't going to throw an exception.  [Fixes bug #80773]
4802
4803 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
4804
4805         * TreeView.cs: Make it compile.
4806
4807 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4808
4809         * Control.cs: Another place we don't call SizeFromClientSize.
4810         * Form.cs: Another place we don't call SizeFromClientSize.
4811         [Fixes bug #81125]
4812
4813 2007-03-12  Jackson Harper  <jackson@ximian.com>
4814
4815         * TreeView.cs: Basically emulating some strangness here with
4816         exanding nodes and setting node positions when windows aren't
4817         created.
4818         - Also attempting to walk the node tree less than previously, and
4819         just use visible order calculations for determining offsets.
4820         - oops made scrolling backwards.
4821         * TreeNode.cs: We need to start nodes with a zero visible order,
4822         because the order calcs are based on the first nodes order.
4823
4824 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4825
4826         * Form.cs: Don't exit the program if RecreateHandle is called on
4827         the main form.
4828
4829 2007-03-12  Chris Toshok  <toshok@ximian.com>
4830
4831         * XEventQueue.cs: remove the use of PostQuitState.
4832
4833         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
4834         WM_QUIT message in GetMessage, return false (and if we're in the
4835         nested WaitForHwndMessage, repost the WM_QUIT message).
4836
4837 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4838
4839         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
4840         or the MaximizeBox properties.  [Part of bug #80640]
4841
4842 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
4843
4844         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
4845         no links.
4846
4847 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4848
4849         * ToolStripItem.cs: Fix some tests I broke by checking Visible
4850         instead of visible.
4851
4852 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
4853
4854         * FileDialog.cs: Use text of File name combobox to determine what
4855         files the user selected. Added tokenizer to parse the file names.
4856         Fixes bug #81123.
4857
4858 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4859
4860         * Control.cs: We can't call SizeFromClientSize in the constructor,
4861         but we still need to do the same work, so make an internal version.
4862         [Fixes bug #80621]
4863
4864 2007-03-12  Jackson Harper  <jackson@ximian.com>
4865
4866         * TreeView.cs:
4867         * TreeNode.cs:
4868         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
4869         IsExpanded.
4870
4871 2007-03-12  Jackson Harper  <jackson@ximian.com>
4872
4873         * TextBoxBase.cs: Now that the handles are being created a little
4874         later, we need to make sure that the document is recalculated when
4875         the handle is created.
4876
4877 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
4878
4879         * Theme.cs: GetLinkFont abstract method added.
4880         
4881         * LinkLabel.cs: 
4882         - Remove CalcTrimRectangle, no longer needed.
4883         - Factor also remove, position issues must be fixed in libgdiplus.
4884         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
4885         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
4886         care about font used to draw links.
4887         - Set TabStop to true when control is "Selectable", control is selectable
4888         when have one or more links. Fixes #80501 (test case is also added).
4889         - Set the LinkArea values after links change, LinkArea values must be
4890         based in first link position and size, a test case was created.
4891         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
4892         the attribute must be true LinkArea.Length > 0. The same was applied to
4893         TabStop.
4894         
4895         * ThemeWin32Classic.cs: 
4896         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
4897         in draw method.
4898         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
4899         color change.
4900         - Draw focus rectangle for every parts focused, including parts that 
4901         is on another line, its because regions returns various rectangles
4902         and not only one. Needed to mimic W32 look.
4903         - Uses Graphics.Clip to delimite region painted, it mean that now 
4904         complete text is passed to DrawString, with this we solve layout
4905         issues without create another text renderer.
4906         - Uses Region.Intersect to fix some flickers problems, now only needed
4907         parts will redrawed.
4908         - This changes fixes #79614 and some other unreported issues, on Linux 
4909         some layout problems still remain, the problem is under 
4910         MeasureCharacterRanges but it is an libgdiplus bug.
4911
4912 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
4913
4914         * TextBox.cs: Set for foreground color.
4915         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
4916         this is already done in Control.
4917
4918 2007-03-10  Jackson Harper  <jackson@ximian.com>
4919
4920         * TextBox.cs: Set the background color, but reset the
4921         backcolor_set flag which is just for the user setting the
4922         background color.
4923
4924 2007-03-09  Chris Toshok  <toshok@ximian.com>
4925
4926         * Control.cs: really remove the call to XplatUI.SetVisible from
4927         CreateHandle(), like I said I did when I merged the branch.
4928
4929         * BindingSource.cs: implement some more of this stuff.
4930
4931 2007-03-09  Jackson Harper  <jackson@ximian.com>
4932
4933         * TextBox.cs: Don't explicitly set our background colors.
4934         * TextControl.cs:
4935         * TextBoxBase.cs: Draw readonly text.
4936         - Need to invalidate when backcolor or readonly are changed.
4937         
4938 2007-03-09  Jackson Harper  <jackson@ximian.com>
4939
4940         * TextBoxBase.cs: Don't set the forecolor until the handle is
4941         created.
4942         - Do not raise OnPaint, and removed some old debug code.
4943
4944 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
4945
4946         * ScrollableControl.cs: Fix mouse wheel scrolling.
4947
4948 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
4949
4950         * Control.cs: Wire up MouseDoubleClick event.
4951
4952 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
4953
4954         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
4955         top or bottom.
4956         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
4957         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
4958         item is added.  This logic was moved to ToolStrip.OnItemAdded.
4959         [Fixes bug #81090]
4960
4961 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4962
4963         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
4964
4965 2007-03-08  Jackson Harper  <jackson@ximian.com>
4966
4967         * TreeView.cs: Show the correct image for selected node (this used
4968         to work, not sure how the code got deleted). Also implemented 2.0 feature
4969         SelectedImageKey.
4970
4971 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4972
4973         * ListView.cs:
4974         * ListViewItem.cs: Cache index in items when retrieving them
4975         in VirtualMode.
4976
4977 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
4978
4979         * ToolStripItem.cs: Don't return the explicit_size if we are using 
4980         AutoSize.  Fixes invalidation issue when user has explicitly set a
4981         size and has AutoSize = true.
4982
4983 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
4984
4985         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
4986
4987 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4988
4989         * DataGridView.cs: Remove event handler from DataView when a
4990         DataTable is used as DataSource.
4991
4992 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
4993
4994         * Control.cs: Create internal setter for client_size to allow it to be
4995         set without triggering resizing code.
4996         * Form.cs: Calculate client_size in constructor, only change client_size
4997         in FormBorderStyle property if Handle has been created.
4998         [Fixes #80574, #80791]
4999
5000 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
5001
5002         * SystemInformation.cs: Add TerminalServerSession.
5003
5004 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5005
5006         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
5007         TreeView code.
5008
5009 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5010
5011         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
5012         Handle before we were supposed to.  Now checks ActivateOnShow property
5013         in Control.
5014         * Control.cs: Add internal ActivateOnShow property.
5015         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
5016         for ActivateOnShow.
5017         * Hwnd.cs Remove no longer needed no_activate field.
5018
5019 2007-03-07  Jackson Harper  <jackson@ximian.com>
5020
5021         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
5022         2.0 properties
5023         * DrawTreeNodeEventHandler.cs: Add
5024         * DrawTreeNodeEventArgs.cs: Correct default value.
5025         
5026 2007-03-07  Chris Toshok  <toshok@ximian.com>
5027
5028         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
5029         to be called before NativeWindow.WndProc.  Put the HwndCreating
5030         magic there to hook up our Hwnd's to handles.
5031
5032 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
5033
5034         * DataGridView.cs: Comment out debug code.
5035
5036 2007-03-07  Chris Toshok  <toshok@ximian.com>
5037
5038         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
5039         to make the rest of the world happy]
5040
5041         * Control.cs (CreateHandle): there's no need to call
5042         XplatUI.SetVisible here, it's effectively done by
5043         XplatUI.CreateWindow on X now, and always was on windows.
5044
5045         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
5046         shortcircuit out of the loop if we have a message loop running on
5047         this thread.
5048
5049         [Changelog from merge]
5050
5051         2007-03-05  Chris Toshok  <toshok@ximian.com>
5052
5053                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
5054                 causes handle creation.
5055
5056         2007-02-28  Chris Toshok  <toshok@ximian.com>
5057
5058                 * ApplicationContext.cs: Add a flag to make sure we only raise the
5059                 ThreadExit event once (ExitThreadCore can be indirectly called
5060                 from a few places.)  I don't like the additional flag, but it
5061                 makes the event ordering/count correct.
5062
5063                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
5064                 without locking the collection.  An enumerator doesn't give us any
5065                 protection from modification anyway.  Lock the thread hash and
5066                 replace the complicated enumerator loop with a foreach.
5067                 (Application.CloseForms): make internal so it can be called from
5068                 ApplicationContext.  This should probably be moved to MWFThread.
5069                 (Application.ExitThread): don't call MWFThread.Current.Exit()
5070                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
5071                 when the runloop exits (in response to WM_QUIT.)
5072                 (Application.RunLoop): add a comment (and check) for
5073                 context.MainForm being null after setting context.MainForm.Visible
5074                 = true.  This is because you're perfectly free to dispose of a
5075                 form in VisibilityChanged.  Chalk this up to another case where we
5076                 need to synchronously generate WM_ACTIVATE from Control.Show.
5077                 Also, add handling for WM_QUIT here so we'll exit the loop.
5078                 
5079                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
5080                 fact that we don't wait if we're only unmapping the whole_window
5081                 makes me a bit nervous, but it doesn't seem to cause any problems
5082                 yet.
5083
5084                 also, add a comment about the stupid, broken and wrong resetting
5085                 of PostQuitState to false in GetMessage().
5086
5087                 In PostQuitMessage, we need to add a WM_QUIT message to the
5088                 thread's queue.  We use the FosterParent to get the right
5089                 handle/hwnd/queue.
5090
5091                 Lastly, in SetVisible, we need to unmap both windows, since the
5092                 waiting only happens when we're unmapping the client window.  So
5093                 now, the *only* time we unmap just the whole_window is in the hack
5094                 for resizing a control to 0,0.
5095                 
5096         2007-02-21  Chris Toshok  <toshok@ximian.com>
5097
5098                 * Application.cs (CloseForms): rewrite this so that we don't
5099                 modify the list while we're traversing it.
5100
5101         2007-02-20  Chris Toshok  <toshok@ximian.com>
5102
5103                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
5104                 of OnHandleCreated.
5105                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
5106                 handle is created.  otherwise we'll create it here.
5107                 (VerticalScrollEvent): same here.
5108
5109                 * Application.cs (CloseForms): call Form.Dispose, don't post
5110                 WM_CLOSE_INTERNAL.
5111
5112                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
5113                 here. Application should Dispose() of the Form's.
5114
5115                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
5116                 WM_DESTROY as well.
5117                 (MapWindow,UnmapWindow): only actually do the waiting for
5118                 SHOWWINDOW if the control we're dealing with is a Form.
5119                 (CreateWindow): if the control isn't a form, SendMessage
5120                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
5121
5122                 * Control.cs (SetVisibleCore): always use is_visible here, not
5123                 value.  If we use value, we can end up re-setting something
5124                 visible if, for instance, you do Control.Hide() in a delegate
5125                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
5126
5127         2007-02-20  Chris Toshok  <toshok@ximian.com>
5128
5129                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
5130                 the message we need.  PeekMessage returning false should not be a
5131                 condition under which we exit the loop.
5132
5133         2007-02-15  Chris Toshok  <toshok@ximian.com>
5134
5135                 * Control.cs (Refresh): only refresh if we've got a handle and are
5136                 visible.
5137                 (CreateAccessibilityInstance): CreateControl() here.
5138                 (UpdateChildrenZOrder): complicate the code loop even more by
5139                 taking into account controls that haven't had their handle
5140                 created, and those that aren't visible.  But on the flip side,
5141                 simplify the code by splitting it into two loops.  one which
5142                 builds up the list of child controls we're interested in, and the
5143                 other that sets the z order of those children.
5144
5145         2007-02-14  Chris Toshok  <toshok@ximian.com>
5146
5147                 * Control.cs: Control.AccessibilityObject causes the control to be
5148                 created, not just the handle.
5149
5150         2007-02-14  Chris Toshok  <toshok@ximian.com>
5151
5152                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
5153                 problem on X where a window might have its handle created (and be
5154                 visible) while the window is unmapped.  calling XConfigureWindow
5155                 on an unmapped window is bad, and generates X errors.
5156
5157         2007-02-13  Chris Toshok  <toshok@ximian.com>
5158
5159                 * Control.cs (CreateHandle): don't loop over our children setting
5160                 their parent here.  do it when in WndProc when we're shown.
5161                 (UpdateChildrenZOrder): make this internal so we can call it from
5162                 ScrollableControl.
5163                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
5164                 creating its handle.  Also, remove the calls to PerformLayout from
5165                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
5166                 OnVisibleChanged only seems to be called directly here for the
5167                 toplevel control.  It's propagated down the window hierarchy by
5168                 calls to child.OnParentVisibleChanged.
5169                 (OnVisibleChanged): don't do layout here - it's done (oddly
5170                 enough, according to a glance at stack traces on ms.net..) in
5171                 ScrollableControl.
5172                 
5173                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
5174                 z order of our children before calling PerformLayout.
5175
5176         2007-02-12  Chris Toshok  <toshok@ximian.com>
5177
5178                 [big change, fixes #80020]
5179                 
5180                 * AccessibleObject.cs: we need to make owner internal again to fix
5181                 some of ControlAccessibleObject.
5182
5183                 * Control.cs: lots of changes here.  add support for WM_CREATE,
5184                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
5185                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
5186                 we create child controls.  leave the MonoTODO's for the
5187                 accessibility calls, but fix the exceptions so the tests pass.
5188
5189                 Add the InvalidOperationExceptions to Invoke methods, and remove a
5190                 couple of InvokeInternal methods we aren't using.
5191                 
5192                 Also, add a couple of CreateHandle calls in places where we know
5193                 the handles are being created but our code doesn't reference
5194                 .Handle.
5195
5196                 Make SetVisibleCore call OnVisibleChange if the handle isn't
5197                 created.  If the handle is created, we rely on XplatUI.SetVisible
5198                 generating the event synchronously.
5199                 
5200                 Lastly, make sure we don't use this.Handle inside CreateHandle,
5201                 because we can call back into client (and that code can dispose of
5202                 the control).
5203
5204                 * XplatUIStructs.cs: misc/cleanup.
5205
5206                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
5207                 although we don't populate the wParam properly.
5208                 (CreateWindow): generate WM_CREATE.
5209                 (MapWindow,UnmapWindow): make these calls synchronous, at great
5210                 performance expense (particularly in the unmap case), to match
5211                 win32 behavior.
5212
5213                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
5214                 to call it.
5215                 (set_MdiParent): don't recreate the handle unless it's been
5216                 created already.
5217                 
5218                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
5219                 it's created.
5220
5221                 * NativeWindow.cs: this is probably the weirdest part of the
5222                 patch.  We need a way to link up the window being created to the
5223                 WM_CREATE message.  Since we can only be creating one window at a
5224                 time on a given thread, we keep track of a per-thread reference so
5225                 we can dispatch it properly.  We also need to keep track of the
5226                 Hwnd currently being created so that the win32 backend doesn't
5227                 have problems.
5228                 
5229                 * XplatUIWin32.cs: a similar change to the one we made in
5230                 NativeWindow.cs.
5231
5232 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5233
5234         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
5235         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
5236         to draw the menu shortcut string.
5237
5238 2007-03-07  Jackson Harper  <jackson@ximian.com>
5239
5240         * TreeNode.cs: Add the 2.0 collapse method.
5241
5242 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5243
5244         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
5245
5246 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5247
5248         * DataGridView.cs: Change DataSource will clear column and row
5249         lists. Call Invalidate() to reflect DataSource change.
5250
5251 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5252
5253         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
5254         and a new row is added to it.
5255
5256 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5257
5258         * DataGridView.cs: Add columns when DataSource is en empty list but
5259         is a System.Data.DataView (from a System.Data.DataTable).
5260
5261 2007-03-06  Andreia Gaita  <avidigal@novell.com>
5262
5263         * Label.cs: Implement AutoEllipsis (2.0)
5264
5265 2007-03-06  Jackson Harper  <jackson@ximian.com>
5266
5267         * TreeView.cs: Implement 2.0 TopNode setter property.
5268         - Use a local var instead of the skipped_nodes field for computing
5269         how many nodes to skip.  Otherwise we won't scroll because the
5270         valuechanged handler checks if skipped_nodes is equal to the new
5271         value.
5272         - Implement 2.0 Sort method.
5273         - Add useless 2.0 DoubleBuffer property
5274         - Implement 2.0 LineColors property.  Lets you change the color of
5275         the lines in the tree. Terribly useful for creating non cohesive
5276         desktops.
5277         - Implement 2.0 image key feature.
5278
5279 2007-03-06  Jackson Harper  <jackson@ximian.com>
5280
5281         * TreeView.cs: We can't get the bounds of the nodes before raising
5282         the AfterSelect event, because that event could change the node's
5283         bounds (scrolling, font change, etc).
5284
5285 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5286
5287         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
5288         * Form.cs: Don't recreate handle when creating FormWindowManager, just
5289           update window styles. In CreateParams us VisibleInternal instead of
5290           VIsible to get the actual visible flag set for this form.
5291         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
5292           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
5293           handle the case when the form is already maximized, in which case
5294           it should be restored. Fixes #81043.
5295
5296 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5297
5298         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
5299
5300 2007-03-05  Jackson Harper  <jackson@ximian.com>
5301
5302         * TreeViewHitTestInfo.cs: implement.
5303
5304 2007-03-05  Jackson Harper  <jackson@ximian.com>
5305
5306         * InternalWindowManager.cs: class status fix.
5307
5308 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5309
5310         * InternalWindowManager.cs: All windows that have a parent
5311         are confined to their parent when they're being moved.
5312         Fixes #80822.
5313
5314 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
5315
5316         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
5317         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
5318
5319 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5320
5321         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
5322           buttons invisible before deciding which ones should be visible
5323           (fixes minimize/maximize buttons showing up in toolwindows). Remove
5324           an unused variable.
5325         * InternalWindowManager.cs: Remove warning.
5326
5327 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5328
5329         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
5330         to throw an InvalidOperationException is virtual mode is being used.
5331
5332 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
5333
5334         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
5335         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
5336         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
5337         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
5338         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
5339         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
5340
5341 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5342
5343         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
5344           driver.KeyboardDelay from XplatUI.KeyboardDelay 
5345         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
5346           (patch by Sergey Volk)
5347
5348 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5349
5350         * ToolWindowManager.cs: Added, contains logic for
5351           tool windows.
5352         * CreateParams.cs: Add a few helper methods and an
5353           internal variable to know which control the CreateParams belongs
5354           to.
5355         * Control.cs: Call Form.ChangingParent when the
5356           parent is about to be changed.
5357         * XplatUIX11.cs: DeriveStyles (): Set
5358           caption_height for all windows that have captions and are children.
5359           Update to use ToolWindowManager instead of InternalWindowManager
5360           for ToolWindows.
5361         * XplatUIWin32.cs: Set fake window styles for all
5362           windows that have window managers.
5363         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
5364           now duplicated for mdi windows when they are
5365           maximized, first for the buttons the window itself has, then for
5366           the buttons that appear in the menu bar. Makes things a little
5367           easier). Updated UpdateWindowDecorations, SetWindowState and the
5368           mouse eventhandlers accordingly.
5369         * Form.cs: Add ChangingParent (), contains the
5370           logic of what should happen when the parent changes. In MdiParent
5371           don't set things that ChangingParent () is doing. When handling
5372           WM_CLOSE, we can close the form if there are any other modal forms
5373           and the current form is a descendent of the modal form.
5374         * InternalWindowManager.cs: A lot of refactoring,
5375           the title buttons are now extracted to a separate container class
5376           that takes care of all button code (clicks, tooltips, etc). Moved
5377           Iconic|Maximized|Normal Bounds properties to this class from
5378           MdiWindowManager, so that the window state logic can succeed for
5379           other than mdi wm's. Implemented general window state change logic.
5380           Moved CreateButtons to ThemeWin32Classic, since the theme might
5381           override which buttons are available when as well as the exact
5382           location.
5383         * FormWindowManager.cs: Added, contains logic for
5384           normal forms.
5385         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
5386           which buttons go where (and if they are at all visible). 
5387           Removed special handling of maximized windows, since they aren't special. 
5388           In DrawManagedWindowDecorations don't try to draw the text if it is
5389           empty.
5390         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
5391           use whatever the wm gives us.
5392
5393 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
5394
5395         * ButtonBase.cs: Add 2.0 properties.
5396         * Button.cs: Override Draw for 2.0.
5397         * Control.cs: Add Entered and Selected properties.
5398         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
5399         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
5400         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
5401         buttons.
5402         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
5403
5404 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
5405
5406         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
5407
5408 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
5409
5410         * XplatUIWin32.cs: Register a new class with Windows each time we get
5411         a new ClassStyle.  [Fixes bugs #79432, #80817]
5412         * Controls.cs: Set the correct ClassStyle in CreateParams.
5413         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
5414
5415 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
5416
5417         * ListView.cs: Add fireEvent argument to ReorderColumn since the
5418         ColumnReordered event must not be signaled when modifying DisplayIndex
5419         of a ColumnHeader. Added internal ReorderColumns method which takes
5420         care of drawing, and updating the internal DisplayIndex of the
5421         ColumnHeader. Added AddColumn method which is invoked from
5422         ColumnHeaderCollection when adding or inserting columns, and which
5423         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
5424         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
5425         Recalculated dispay indices after removing a ColumnHeader.
5426         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
5427         match MS. Allows last display index to be returned after ListView
5428         is disposed. Update actual location of ColumnHeader when DisplayIndex
5429         is modified.
5430
5431 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
5432
5433         * LinkLabel.cs: Improve CalcTrimRectangle.
5434         
5435         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
5436
5437 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
5438
5439         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
5440         get rectangle as a result value.
5441
5442 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
5443
5444         * LinkLabel.cs: Theres some diferences between rectangle return from 
5445         MeasureCharacterRanges and the area used for DrawString to fix this 
5446         CalcMeasurementFactor method was created, it calcules the diferences
5447         to be use later to adjust rectangle in draw operations. Fixes #80473.
5448         
5449         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
5450         to adjust draw rectangle.
5451
5452 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
5453
5454         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
5455         text and some other changes to reduce and optimize source code.
5456
5457 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
5458
5459         * RadioButton.cs: Implement 2.0 event.
5460         * RelatedImageListAttribute.cs: Implement new class.
5461
5462 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
5463
5464         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
5465
5466 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
5467
5468         * CheckBox.cs: Implement 2.0 functionality.
5469
5470 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5471
5472         * ListView.cs: Refactor Add and AddRange methods of
5473         ListViewItemCollection, to not update the ListView
5474         everytime an item is added in AddRange. Also move the update
5475         code to a new CollectionChanged method, and call it
5476         from other methods that need it as well (this should also fix some
5477         bugs when Sorting is used).
5478
5479 2007-02-27  Jackson Harper  <jackson@ximian.com>
5480
5481         * TextControl.cs: Try to never let the caret stay in a non-text
5482         tag.
5483         * TextBoxBase.cs: Update the caret.
5484
5485 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
5486
5487         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
5488         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
5489         delete POINT structure, duplicate of one in XplatUIStructs.
5490         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
5491
5492 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
5493
5494         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
5495         edit box since otherwise the Label would immediately be set (even if
5496         the user did not modify the label). In OnKeyDown set Handled to true
5497         if Return or Escape was pressed. In ColumnHeaderCollection unlink
5498         columns that are to be removed. In ListViewItemCollection unlink items
5499         that are to be removed.
5500
5501 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
5502
5503         * TextRenderer.cs: If we set a GDI clip region, we need to clear
5504         it when we are done.  [Fixes bug #80949]
5505
5506 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5507
5508         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
5509
5510 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5511
5512         * ListView.cs: I forgot to commit the changes for ListView 
5513         in my previous patch.
5514
5515 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5516
5517         * Clipboard.cs: Partially implement an overload of SetDataObject.
5518         * Form.cs: Implement ShowWithoutActivation.
5519         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
5520
5521 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5522
5523         This is a first set of changes to make the Virtual mode works,
5524         by avoiding the retrieval of ListViewItem instances until
5525         draw time.
5526
5527         * ListView.cs: Store item position in the ListView instead of the
5528         ListViewItem, this way we don't request the Bounds property of
5529         ListViewItem inside the ListView calculations, as well as cache the item
5530         size in item_size field. Store indexes instead of ListViewItem
5531         instances in the matrix used by icon view. Add a ItemMatrixLocation
5532         struct to hold the row and col info of the matrix info.
5533
5534         * ListViewItem.cs: Don't store the location anymore, and only cache
5535         the rectangles for GetBounds. Use the ListView.GetItemLocation
5536         method to retrieve the actual location.
5537
5538 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5539
5540         * TextRenderer.cs: Add clipping support, thanks to George.
5541         [Fixes bug #80949]
5542
5543 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
5544
5545         * ListViewItem.cs: Cancel label edit when item is removed from 
5546         ListView.
5547         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
5548         event before the edit textbox is displayed.  Added CancelEdit method
5549         which is used end to editing while ignoring the value set by the
5550         user. In EndEdit, set focus to ListView to avoid losing focus to
5551         other controls. In ListViewItemCollection.Clear, cancel editing of
5552         any of the items.  In Remove, cancel editing of item being removed.
5553         Avoid udplicate code by modifing RemoveAt to invoke Remove.
5554
5555 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
5556
5557         * FileDialog.cs: Update FSEntry when move is successful. Fixes
5558         bug #80948.  
5559
5560 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
5561
5562         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
5563         compatible with non X11 systems. Fixes #80901.
5564
5565 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
5566
5567         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
5568         whether the item should be unselected and reselect. We do no want this
5569         when we're starting to edit the label. Do not fire the 
5570         SelectedIndexChanged event from ListView when its already been fired
5571         by modifying ListViewItem.Selected. Fixes bug #80943.
5572
5573 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5574
5575         * TextRenderer.cs: Previos commit logic was backwards.
5576
5577 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5578
5579         * TextRenderer.cs: Don't add padding on MeasureText if we were
5580         sent the NoPadding flag.
5581
5582 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
5583
5584         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
5585         after DrawButton. To prevent image overlaps button borders SetClip and 
5586         ResetClip added before and after draw image. Fixes #79129.
5587
5588 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
5589
5590         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
5591         window size, it fix problem when you run under win32 that theres
5592         Size diferent than ClientSize. Also fix controls size and positions
5593         to mimic Win32. Fixes #80837.
5594
5595 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
5596
5597         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
5598         menu area to fix some problems for non X11 systems. Fixes #80613.
5599
5600 2007-02-22  Jackson Harper  <jackson@ximian.com>
5601
5602         * TreeNode.cs: When a node is expanded, set its is_expanded flag
5603         even if it doesn't have any children.
5604
5605 2007-02-22  Jackson Harper  <jackson@ximian.com>
5606
5607         * TreeView.cs: Calculate the top node 'on the fly', this
5608         eliminates issues where you need to click on the tree before
5609         scrolling it to get the top node computed correctly.
5610         * TreeNodeCollection.cs: We don't need to mess with the top node
5611         anymore.
5612
5613 2007-02-22  Jackson Harper  <jackson@ximian.com>
5614
5615         * DataGridViewRow.cs: Fix typo so height can actually be set.
5616         Patch by Peter Grimm.
5617
5618 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
5619
5620         * FileDialog.cs: Fixed support for renaming files and directories.
5621         * ListView.cs: Do not lose focus when edit is canceled. Process
5622         Escape as regular key (to prevent closing of dialogs).
5623
5624 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
5625
5626         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
5627         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
5628
5629 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
5630
5631         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
5632         did not modify label.
5633         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
5634         modified the text. Reset Label when user presses Escape in edit mode.
5635         Move focus to ListView after having cancelled or finished editing the
5636         label.
5637
5638 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
5639
5640         * ComboBox.cs: Removed unnecessary initializations. Marked items field
5641         private. Clear textbox when Text is set to null and SelectedIndex is
5642         already -1.
5643         * FileDialog.cs: Removed unnecessary initializations. Removed 
5644         workarounds for ComboBox bugs that are now fixed. Modified
5645         DefaultExt, InitialDirectory and Title property to change null to
5646         zero-length string in getters. Avoid directly accessing fields.
5647
5648 2007-02-20  Jackson Harper  <jackson@ximian.com>
5649
5650         * TextControl.cs: Remove RecalAlignments call, that was some
5651         debugging leftovers.
5652         - Don't use the line indent when we shouldn't.
5653         * RichTextBox.cs: Add support for paragraph left indents.
5654
5655 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5656
5657         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
5658         Seems like the class status pages doesn't catch params differences.
5659
5660 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
5661
5662         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
5663
5664 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
5665
5666         * ComboBox.cs: Setting Text should have no effect if item text of
5667         selected item exactly matches value. First lookup text using
5668         case-sensitive comparison, and fallback to case-insensitive comparison.
5669         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
5670         allow startIndex to be last index. Changed ArgumentOutOfRangeException
5671         paramname to match MS. Restart from first item if string is not found
5672         after startIndex. Fixed paramname of ArgumentNullException that is
5673         thrown for null value in ObjectCollection.Contains.
5674
5675 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
5676
5677         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
5678
5679 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5680
5681         * ListControl.cs: In SelectedValue use value.Equals to compare for
5682         equality instead of ==, otherwise it will fail for strings.
5683         Fixes #80794.
5684
5685 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5686         
5687         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
5688         since the caret won't show up unless ShowSelection is true. 
5689         Fixes #80795.
5690
5691 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5692
5693         * Application.cs: When disabling all forms but the main form, do not
5694           disable any descendants of the main form (such as mdi children or
5695           other parented forms). Fixes #80822 on Windows.
5696         * Form.cs: If we have a parent, set the WS_CHILD style.
5697         * Control.cs: Update the window styles if the control whose parent has
5698           changed is a form (the WS_CHILD style has to be switched).
5699
5700 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
5701
5702         * XplatUIStructs.cs: MsgUIState structure added.
5703
5704 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
5705
5706         * FileDialog.cs: Removed need for separate fileName field. On 2.0
5707         profile, do not check filename(s) for illegal character if filename(s)
5708         were set non-interactively but always check on 1.0 profile. Fixed NRE
5709          in DefaultExt and only strip off first leading dot. Improve exception
5710         message when invalid Filter is set. Do not ignore InitialDirectory if
5711         it does no exist. Store specified Title, and if empty use default
5712         title (depending on type of dialog). Added an internal DialogTitle 
5713         property for retrieving dialog title. Fixed logic of displayed dir to
5714         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
5715         string as its buggy.
5716         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
5717         FileName is a zero-length string (it can never be null). Override 
5718         DialogTitle property to set default title of dialog box.
5719         * SaveFileDialog.cs: Override DialogTitle property to set default
5720         title of dialog box.
5721
5722 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
5723
5724         * FileDialog.cs: Modify default text of filename and filetype labels
5725         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
5726         after we've updated the SelectedIndex. Fixes part of bug #80887.
5727         * SaveFileDialog.cs: Set text of filetype label.
5728
5729 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5730
5731         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
5732         label field. Needed by latest Jackson's fixes for ListView.
5733
5734 2007-02-16  Andreia Gaita  <avidigal@novell.com>
5735
5736         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
5737         print preview images.
5738
5739 2007-02-16  Jackson Harper  <jackson@ximian.com>
5740
5741         * ListView.cs: Make AfterLabelEdit work correctly.
5742         * FileDialog.cs: After changing the name of the folder, we have to
5743         make sure that it is created, or that we pop up an error because
5744         it already exists.
5745
5746 2007-02-16  Jackson Harper  <jackson@ximian.com>
5747
5748         * X11Dnd.cs: Implement aliases on mime handlers, so things like
5749         System.String are mapped to text.
5750         - Handle dataobjects, getting all the possible formats out of them
5751         - We dont need the drag event args before we give feedback. This
5752         allows feedback cursors to be immediate before selections have
5753         been converted.
5754
5755 2007-02-16  Jackson Harper  <jackson@ximian.com>
5756
5757         * TextBoxBase.cs: Modified the method for inserting images to
5758         taking a line and position instead of tag and position.
5759         * RichTextBox.cs: Handle PngBlip data by inserting the png image
5760         into the RTF file.
5761         * TextControl.cs: Allow images to be inserted as the first tag of
5762         a line.
5763         - Fix some off by one issues when we assume the first tag is a
5764         text tag, not an image tag.
5765
5766 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5767
5768         * ListView.cs: Set focus to ListView when ItemControl gets a
5769         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
5770         Fixes part of #80467.
5771
5772 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5773
5774         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
5775           validate Text input (if null or empty string reset Value to default
5776           value). Fixes #80830.
5777
5778 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5779
5780         * ListView.cs: Set owner as null for columns and items when
5781         Dispose is invoked. Fixes #80607.
5782
5783 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
5784
5785         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
5786         showing DropDowns, don't show a Grip when doing Flow layout.
5787         [This fixes the toolbox in PDN 2.72.]
5788         * ToolStripItem.cs: Add Anchor property and some internal properties to
5789         reduces needed changes to FlowLayout.
5790         * ToolStripOverflow.cs: Remove unused variable.
5791         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
5792         use it in the layout calculations.
5793
5794 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5795
5796         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
5797         reported in #79640.
5798         
5799         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
5800         size calculation.
5801
5802 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5803
5804         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
5805         MeasureString format, it can make button very large in some cases, it is
5806         strange but is what win32 do.
5807
5808 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5809
5810         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
5811         size calculation.
5812
5813         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
5814         rendering, the value is based on MenuAccessKeysUnderlined.
5815
5816 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5817
5818         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
5819         for most themes.
5820         
5821         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
5822         
5823         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
5824         and use MenuAccessKeysUnderlined instead.
5825
5826 2007-02-13  Andreia Gaita  <avidigal@novell.com>
5827
5828         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
5829         A selected control would not get a Focus call if:
5830                 - the default active control of the container is the same as
5831                   the one that was selected
5832                 - we are switching from one container to another
5833         Under these conditions, the container being selected already has
5834         an active_control, which is the same as the one being activated, 
5835         so set_ActiveControl would always return and not send the Focus
5836         call. Fix to check if the currently active control of the container
5837         is actually focused.
5838
5839 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
5840
5841         * StatusStrip.cs: Implement the spring layout.
5842         * ToolStripControlHost.cs: Make sure the hosted control's visibility
5843         always matches the host.
5844         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
5845         and TextAfterImage.
5846
5847 2007-02-13  Andreia Gaita  <avidigal@novell.com>
5848
5849         * Control.cs: Code reorganization only.
5850           - Reorganize the WndProc cases so that each case has it's own handling method, 
5851           to help with the no-line-numbering stack traces.
5852           - Formatting changes (it's vstudio's fault, really :p)
5853
5854 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5855
5856         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
5857           Thread.CurrentUICulture to match DateTimePicker's (and MS)
5858           behaviour.
5859
5860 2007-02-12  Jackson Harper  <jackson@ximian.com>
5861
5862         * RichTextBox.cs:
5863         * TextBox.cs: By default we have a non multiline document
5864         - use the multiline property instead of the internal variable
5865         * TextBoxBase.cs: Treat multiline and non multiline the same in
5866         most places.
5867         - Use the documents multiline flag instead of tracking it ourself
5868         * TextControl.cs: Attempt at getting multiline to match MS
5869         behavior.  Lines now track an offset, which is either their X or Y
5870         offset depending on whether or not we are in multiline mode.
5871         - Update all the methods to understand that lines have an X value.
5872         - Fix crash in Undo::Duplicate when empty lines are deleted.
5873
5874 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
5875
5876         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
5877         code moved to properties PreferredHeight and PreferredWidth. It solve the
5878         all problems when preferred sizes must be recalculated. Fixes #80801.
5879
5880 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
5881
5882         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
5883         font height when compatible_text_rendering is false. Partially fix #80801.
5884
5885 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
5886
5887         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
5888
5889 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
5890
5891         * Form.cs: Improved exception messages in ShowDialog.
5892
5893 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
5894
5895         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
5896         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
5897         if not set. Fixes bug #80764. Avoid accessing current_settings field
5898         directly.
5899
5900 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
5901
5902         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
5903         false.
5904
5905         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
5906         public in 2.0 and for easy maintenance and dont break compatibility it is 
5907         internal in 1.1.
5908         
5909 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
5910
5911         * ToolStripItem.cs: Implement using images from ImageList.
5912
5913 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5914
5915         * DateTimePicker.cs: Change default date-formatting culture from
5916           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
5917           seems to be the way MS does it.
5918
5919 2007-02-08  Andreia Gaita  <avidigal@novell.com>
5920
5921         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
5922         (the 6 was cut off on the right side)
5923
5924 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
5925
5926         * Form.cs: Tell MenuStrips to close when the form is clicked.
5927         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
5928         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
5929         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
5930         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
5931         support for Overflow, where items that do not fit are automatically
5932         reparented to a drop down menu.
5933         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
5934         Also: fixes bug #80747.
5935
5936 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5937
5938         * ComboBox.cs: Remove warning (unused code).
5939         * ScrollableControl.cs: Remove warning for 1.1 profile.
5940
5941 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5942
5943         * Form.cs: Remove a warning.
5944
5945 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5946
5947         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
5948           'g' specifier, not documented anywhere, but seems to always show up
5949           as a single space (might have something to do with the DateTime 'g'
5950           specifier, which is the era format, but since DateTimePicker can't
5951           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
5952           won't crash if the format has an unmatched quote. Now shows
5953           single-character formats correctly. Fixes #80744.
5954
5955 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
5956
5957         * StatusStrip.cs: Stretch property needs to call base.Stretch,
5958         not this.Stretch to fix stack overflow. [Fixes bug #80760]
5959
5960 2007-02-07  Chris Toshok  <toshok@ximian.com>
5961
5962         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
5963         background color.  it overwrites the background image we've
5964         already painted.  Fixes #80599.
5965
5966 2007-02-07  Chris Toshok  <toshok@ximian.com>
5967
5968         * DataGrid.cs: return immediately from Edit() when there are no
5969         columns.  Fixes #80662.
5970
5971 2007-02-07  Chris Toshok  <toshok@ximian.com>
5972
5973         * MessageBox.cs: fix #80625.  don't always show the Help button in
5974         2.0.  use the displayHelpButton parameter to determine if we
5975         should show it. Also, make the internal show_help field private.
5976
5977 2007-02-07  Chris Toshok  <toshok@ximian.com>
5978
5979         * Control.cs (SetVisibleCore): check in the proposed patch for
5980         80604, and set is_visible before calling CreateControl.
5981
5982 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
5983
5984         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
5985         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
5986         on it.
5987
5988 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
5989
5990         * MenuAPI.cs: hotkey_active internal field added, it is required because
5991         we need to know when hotkeys must be draw, before this change a keystate
5992         Navigating was used but we can have menu in navigating state without
5993         hotkeys. Fixes #80694.
5994         
5995         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
5996
5997 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5998
5999         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
6000           corresponding events and methods to be internal for 1.1 profile and
6001           public for 2.0 profile (required by SizeGrip).
6002         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
6003           implicit control list). Don't set the size nor the location of the
6004           SizeGrip anymore as it's not needed.
6005         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
6006           draw directly on the captured control (fixes #80656). Removed
6007           ShowGrip (it wasn't used anywhere), redraw (always true), added
6008           GetDefaultSize and GetDefaultRectangle to calculate defaults.
6009         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
6010           be called from SizeGrip.
6011
6012 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6013
6014         * Timer.cs: Throw ArgumentException if Interval <= 0.
6015
6016 2007-02-05  Jackson Harper  <jackson@ximian.com>
6017
6018         * TreeView.cs: We need to check scrollbar visibility when window
6019         visibility is updated, because non visible trees don't ever add
6020         scrollbars.
6021         * Cursor.cs: We want the override cursor to be reset to NULL when
6022         we set current cursor to the default cursor.
6023
6024 2007-02-05  Jackson Harper  <jackson@ximian.com>
6025
6026         * TextControl.cs: Don't have crlfs when we are non multiline.
6027         - Consolidate the line position.
6028
6029 2007-02-05  Jackson Harper  <jackson@ximian.com>
6030
6031         * X11Keyboard.cs: BACK+CTRL gets a special char code.
6032
6033 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6034
6035         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
6036           handling LeaveNotify->NotifyUngrab in order to send
6037           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
6038           after calling XUngrabPointer, so we call WindowUngrabbed directly
6039           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
6040         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
6041           MouseCaptureChanged correctly. Also create handles if changing
6042           Capture (matches MS behaviour).
6043
6044 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6045
6046         * SizeGrip.cs: Make the last change 2.0 only.
6047
6048 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6049
6050         * SizeGrip.cs: If resizing and the capture is lost, revert any size
6051           changes to initial size (fixes #80597).
6052
6053 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6054
6055         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
6056
6057 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6058
6059         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
6060           background) and only allow dragging if enabled. This way the
6061           sizegrip can be used to fill the open square that otherwise would
6062           have been shown in the bottom right corner of ScrollableControl
6063           when ScrollableControl is not suppose to support sizing.
6064         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
6065           sizegrip is shown and enabled, and hook up with necessary events.
6066
6067 2007-02-01  Chris Toshok  <toshok@ximian.com>
6068
6069         * DataGridTextBoxColumn.cs: clean up the
6070         GetFormattedString/GetColumnValueAtRow combination of functions.
6071         Also fix UpdateUI, and the initial state of
6072         IsInEditOrNavigateMode.
6073
6074         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
6075         aren't supposed to scroll the textbox here, we're supposed to
6076         scroll the datagrid.
6077
6078 2007-02-01  Chris Toshok  <toshok@ximian.com>
6079
6080         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
6081         setting the position.
6082
6083 2007-02-01  Chris Toshok  <toshok@ximian.com>
6084
6085         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
6086         here, since the most recent focus fixes keep us from generating
6087         the Leave event when our textbox gets focus.
6088         (Edit): we should be passing null for the column style's
6089         instantText parameter.
6090         
6091 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
6092
6093         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
6094         raised.  Fixes menu text/icons not showing up in PDN.
6095
6096 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6097
6098         * Control.cs: Remove code in constructor that makes every
6099         control with WS_CHILD set have initial location -1, -1.
6100
6101 2007-01-31  Jackson Harper  <jackson@ximian.com>
6102
6103         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
6104         XplatUIX11.
6105         * XplatUIX11.cs: Give teh keyboard to teh dnd.
6106
6107 2007-01-31  Jackson Harper  <jackson@ximian.com>
6108
6109         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
6110         - Remove some debug code.
6111
6112 2007-01-31  Jackson Harper  <jackson@ximian.com>
6113
6114         * XplatUIX11.cs: If you set the override cursor during a grab, it
6115         should actually override the grab cursor.  This comes into play
6116         when you are setting custom cursors in a DND feedback method.
6117
6118 2007-01-31  Jackson Harper  <jackson@ximian.com>
6119
6120         * X11Dnd.cs: Add support for handling the QueryContinue and
6121         GiveFeedback events.
6122         - Cancel drag and drop actions when the escape key is clicked.
6123         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
6124         can handle the ESCAPE key.
6125         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
6126         done when dnd events are continued after the button is released.
6127         - Add a new helper method so that dnd can translate key events.
6128
6129 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
6130
6131         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
6132         make it more obvious what is happening.
6133
6134 2007-01-30  Jackson Harper  <jackson@ximian.com>
6135
6136         * XplatUIX11.cs: Don't break when handling button release in drag
6137         and drop operations. We need that BUTTONUP message to get through
6138         so capture is released.
6139         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
6140         this is handled automatically when the mouse is down.
6141
6142 2007-01-30  Jackson Harper  <jackson@ximian.com>
6143
6144         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
6145         is closed, so we need to make sure that we aren't changing the
6146         dialog result when the OK (Open or Save) button has been clicked
6147         and we are closing the window ourselves.  Note we don't need to
6148         worry about the cache being written in this case, because it was
6149         already done in the previous FilOk call.
6150
6151 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6152         
6153         * DateTimePicker.cs: Remove a warning.
6154         * ComboBox.cs: Remove a couple of warnings.
6155
6156 2007-01-29  Chris Toshok  <toshok@ximian.com>
6157
6158         * XplatUIX11.cs: don't crash, and remove the icon if the user has
6159         set one, if SetIcon is passed a null icon.
6160
6161 2007-01-29  Andreia Gaita  <avidigal@novell.com>
6162
6163         * TextBox.cs: Redraw when the password characters changes
6164         * TextControl.cs: Check if textbox has a password char and draw 
6165         a line of password chars instead of the text in the line. LineTag gets 
6166         an extra Draw() method which allows document.Draw to override the text 
6167         that will be drawn. Removes 1024 char limitation on length of passworded 
6168         lines.
6169
6170 2007-01-29  Jackson Harper  <jackson@ximian.com>
6171
6172         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
6173         single chars is not.
6174
6175 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
6176
6177         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
6178         one pixel.  Fix a StackOverflowException caused by an overload wrongly
6179         calling itself.
6180
6181 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
6182
6183         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
6184         also remove ProcessArrowKey and put the code inside ProcessKeys.
6185
6186 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
6187
6188         * PaddingConverter.cs: Added.
6189
6190 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6191         
6192         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
6193         ShowPanels is false (fixes #80600). Only draw up to 127 characters
6194         of text (fixes #80601). For panels clip the text to draw to the
6195         panel (fixes #80603).
6196
6197 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6198
6199         * ComboBox.cs: Fixed implementation of ResetText.
6200
6201 2007-01-25  Jackson Harper  <jackson@ximian.com>
6202
6203         * TextControl.cs: For the last char of a line we need to use the
6204         line size, not that chars width, since it won't actually be
6205         computed since the right side of a char is based on the start of
6206         the left side of the next char, and the next char does not exist.
6207
6208 2007-01-25  Chris Toshok  <toshok@ximian.com>
6209
6210         * Splitter.cs: fix the new unit tests, and reindent some switch
6211         statements.
6212
6213 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6214
6215         * ComboBox.cs: Implemented 2.0 methods and events.
6216         * TextBoxBase.cs: Added OnTextUpdate, so that
6217         ComboBox.ComboTextBox can inform ComboBox of it.
6218
6219 2007-01-25  Jackson Harper  <jackson@ximian.com>
6220
6221         * TextControl.cs: Respect ShowSelection when deciding whether or
6222         not to display the caret, this allows comboboxes to have carets
6223         when the combotextbox does not have focus.
6224
6225 2007-01-25  Jackson Harper  <jackson@ximian.com>
6226
6227         * TextControl.cs: Add a Suspend/Resume for updating, basically the
6228         same as the Suspend/Resume for recalc, except this will do actual
6229         Invalidates.
6230         - New Undo manager, works much like the MS version.
6231         - Implemented Redo
6232         * TextBoxBase.cs: The Cut operation is undoable.
6233
6234 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6235         
6236         * TextBoxBase.cs: Don't antialias text. Makes it look way better
6237         on Windows (no difference on Linux).    
6238
6239 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6240
6241         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
6242         we don't want to activate any windows. Fixes #79433.
6243
6244 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
6245
6246         - ButtonBase.cs: Fix capitalization of parameter: disposing.
6247         [Fixes bug #80609]
6248
6249 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
6250
6251         * FileDialog.cs:
6252         - Move to using System.ComponentModel.EventHandlerList
6253         - Replace Refresh with Invalidate
6254         - Clear the mime filecache on closing
6255         - Some other memory reducing work. After beeing closed FD now uses
6256           only about 300 KB for the fdo mime stuff plus the memory of the
6257           cached icons.
6258         * Mime.cs: Changed coding style and removed unnecessary commented
6259         code. Some more memory memory reducing work.
6260
6261 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6262
6263         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
6264         a few other missing 2.0 properties.
6265         * Theme.cs: Added DrawFlatStyleComboBox.
6266         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
6267
6268 2007-01-24  Chris Toshok  <toshok@ximian.com>
6269
6270         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
6271         wake_waiting flag, not just when there's data to be read.  if we
6272         don't, then future wakeup's won't reach us and we'll be doomed to
6273         wait for the entire 1 second timeout forever (unless there are X
6274         events to be had).
6275
6276 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
6277
6278         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
6279         until you pass Items.Count, not Items.Count - 1 like 1.1.
6280
6281 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
6282
6283         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
6284
6285 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
6286
6287         * ToolStripContainer.cs: The recent Dock fix exposed that I was
6288         adding the panels in the wrong order.
6289
6290 2007-01-24  Jackson Harper  <jackson@ximian.com>
6291
6292         * TextBoxBase.cs: When we move the caret we also need to move the
6293         selection, this fixes some random crashing after doing select
6294         text, unselect, delete a char, paste.
6295
6296 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6297
6298         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
6299
6300 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6301
6302         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
6303         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
6304         * ToolBar.cs: Force redraw in BackgroundImageChanged.
6305
6306 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6307
6308         * ToolBar.cs:
6309         - Implement support for vertical toolbars. Fixes #80539;
6310         - Call LayoutToolBar when resize, it fix some other problems in layout.
6311         - Rename requested_height to requested_size, as we can have width on it
6312         when toolbar is vertical.
6313         - Create a private property "Vertical" that uses Dock to verify when 
6314         toolbar is vertical or not.
6315         - Set ControlStyles when change Dock property.
6316         - Refactory in LayoutToolBar to have better variables names and to support
6317         vertical toolbars.
6318         - Fixes default value for ButtonSize when button count is equal zero, size
6319         must be (39, 36) test case writed.
6320
6321 2007-01-23  Chris Toshok  <toshok@ximian.com>
6322
6323         * Control.cs: fix the checks so that they work correctly for mdi
6324         parents/children.
6325
6326 2007-01-23  Chris Toshok  <toshok@ximian.com>
6327
6328         * Control.cs: ControlCollection seems to have super-secret
6329         abstraction breaking knowledge of Mdi containers.  allow MdiClient
6330         to add toplevel controls.
6331
6332 2007-01-23  Chris Toshok  <toshok@ximian.com>
6333
6334         * Control.cs: throw an ArgumentException if a toplevel control is
6335         added to our control collection from ControlCollection.Add, as
6336         well as from ControlCollection.IList.Add.  This fixes the
6337         ControlSetTopLevelTest.TestTopLevelAdd unit test.
6338
6339         Also, in ControlCollection.IList.Add, don't through an
6340         ArgumentNullException, throw an ArgumentException, when value ==
6341         null.  This matches MS.
6342
6343 2007-01-23  Chris Toshok  <toshok@ximian.com>
6344
6345         * BindingSource.cs: initial, incomplete, implementation of
6346         BindingSource.
6347
6348 2007-01-23  Jackson Harper  <jackson@ximian.com>
6349
6350         * TextControl.cs:
6351         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
6352         that I can fix a broken unit test (TextBoxTest::ClearUndo)
6353         
6354 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6355
6356         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
6357
6358 2007-01-23  Andreia Gaita  <avidigal@novell.com>
6359
6360         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
6361         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
6362         IndexOfKey() for 2.0
6363
6364 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6365
6366         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
6367         to prevent it from changing z-order.
6368         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
6369         leave UI updates in MdiWindowManager.
6370         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
6371         1 sized (NC handling goes weird on Linux otherwise).
6372         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
6373         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
6374         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
6375         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
6376         and SetWindowState(s) to allow for changing the size of an activated child
6377         before activating it (reduces a lot of flicker).
6378
6379 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
6380
6381         * Form.cs: Changing FormBorderStyle has different semantics based
6382         on whether the Form is visible or not.  If not visible, don't change
6383         the Size.  But InvalidateNC needs to be called to force the window
6384         to pick up the changes and redraw itself.  [Fixes bug #80574]
6385
6386 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
6387
6388         [Moma work]
6389         * ContainerControl.cs: ProcessCmdKey.
6390         * ErrorProvider.cs: new constructor.
6391         * Form.cs: fix AutoValidateEvent compiler warning.
6392         * Label.cs: fix OnAutoSizeChanged compiler warning.
6393         * MenuStrip.cs: fix CanOverflow compiler warning.
6394         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
6395         * TextBox.cs: Dispose.
6396         * ToolStrip.cs: CanOverflow, re-enable double buffering.
6397         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
6398         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
6399         * ToolStripItem.cs: Overflow, RightToLeft properties.
6400
6401 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6402
6403         * Form.cs: Move the layout of the main form to MdiWindowManager.
6404         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
6405         do a layout of the main window to update MdiClient's client area to
6406         the right area. Fixes #80533. Remove the calculation of nc size, 
6407         it was just wrong and the correct one is the same as for 
6408         InternalWindowManager. 
6409
6410 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
6411
6412         * Control.cs: Setting Anchor or Dock needs to reset the other
6413         to its default.  [Fixes bug #80556]
6414
6415 2007-01-20  Chris Toshok  <toshok@ximian.com>
6416
6417         * CheckedListBox.cs: class status changes.
6418
6419         * ScrollableControl.cs: same.
6420
6421         * RichTextBox.cs: same.
6422
6423         * ContainerControl.cs: same.
6424
6425         * ListView.cs: same.
6426
6427         * NotifyIcon.cs: same.
6428
6429         * MenuStrip.cs: same.
6430
6431         * RadioButton.cs: same.
6432
6433         * CheckBox.cs: same.
6434
6435         * PrintPreviewDialog.cs: same.
6436
6437         * Form.cs: same.
6438
6439 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
6440
6441         * TreeNode.cs: Apply Alan's patch for Name property.
6442
6443 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6444         
6445         * Form.cs: Implemented SizeGripStyle.
6446         * SizeGrip.cs: Check for minimum and maximum size for the
6447         control being resized and only resize if size has actually
6448         changed.
6449
6450 2007-01-19  Chris Toshok  <toshok@ximian.com>
6451
6452         * DataGridColumnStyle.cs: stop setting _readonly in the
6453         PropertyDescriptor setter.  fixes a unit test failure.
6454
6455         also, rename ParentReadOnly to TableStyleReadOnly, and have it
6456         just consult our table style (if we have one).  We don't need to
6457         consult the datagrid readonly attribute because that's passed in
6458         as the _ro arg to Edit.  this simplifies things a little.
6459         
6460         * DataGrid.cs: use CurrentColumn instead of
6461         current_cell.ColumnNumber just to simplify some of the code.
6462
6463         switch the order of some things in the CurrentCell setter to keep
6464         the previous cell from getting a textbox again -
6465         EnsureCellVisibility causes scrolling to happen, which calls Edit.
6466         So we need to set the new cell before calling it.
6467         
6468         call Edit in OnEnter, as does Microsoft.
6469         
6470         also, make sure the current table style isn't the one we create
6471         initially when checking to see if it's different than the one
6472         we're setting it to in BindColumns (this fixes #80421).
6473
6474         * GridTableStylesCollection.cs: table styles can have "" for a
6475         mapping name.  part of the fix for #80421.
6476
6477         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
6478         Edit significantly.
6479
6480 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6481
6482         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
6483         and less GDI object leaky-er.
6484
6485 2007-01-18  Andreia Gaita  <avidigal@novell.com>
6486
6487         * LinkLabel.cs: Add opaque control style
6488
6489 2007-01-18  Jackson Harper  <jackson@ximian.com>
6490
6491         * TextControl.cs: Calculate width properly.
6492         - Don't store the tag's X offset, this can be figured out very
6493         easily.
6494         - When getting the caret tag make sure to get the last empty tag.
6495
6496 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6497
6498         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
6499         [Fixes bug #79959]
6500
6501         * Control.cs: Color.Empty shouldn't count for previous transparent
6502         redraw changes.
6503
6504 2007-01-18  Jackson Harper  <jackson@ximian.com>
6505
6506         * TextBox.cs:
6507         * RichTextBox.cs:
6508         * TextControl.cs: Starting to merge in some pieces of my older
6509         undo work.  Basically just some slight cleanup of the undo API.
6510
6511 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6512
6513         * TrackBar.cs: Fix signature of RightToLeftLayout.
6514         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
6515         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
6516         * Application.cs: Implemented UseWaitCursor.
6517
6518 2007-01-18  Jackson Harper  <jackson@ximian.com>
6519
6520         * TextControl.cs: We can't skip tags if any part of the tag is
6521         visible.
6522
6523 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6524
6525         * ContainerControl.cs: Override OnLayout.
6526
6527 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6528
6529         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
6530
6531         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
6532         everything else.
6533
6534 2007-01-18  Chris Toshok  <toshok@ximian.com>
6535
6536         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
6537         (leftover from the container_selected days, I'd wager).  fixes bug
6538         #80546.
6539
6540 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6541
6542         * Control.cs: Apply patch from George to fix the new testcase on
6543         bug #80451.  We can't just check for Color.Transparent, we need 
6544         to check if the back color's alpha channel is < 255.
6545
6546 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6547
6548         * Form.cs: Move setting show_icon = true to before the constructor
6549         so that the base constructor has that information when it calculates
6550         the form's size.  Was causing forms to be (6, 6) bigger than they
6551         were supposed to be.  Thanks for catching this Rolf!
6552
6553 2007-01-18  Jackson Harper  <jackson@ximian.com>
6554
6555         * TextControl.cs: When replacing a selection we need to invalidate
6556         from the initial selection start, because selection start is moved
6557         to the end of the replacement.
6558
6559 2007-01-18  Andreia Gaita  <avidigal@novell.com>
6560
6561         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
6562
6563 2007-01-18  Chris Toshok  <toshok@ximian.com>
6564
6565         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
6566         I just added.
6567
6568 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
6569
6570         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
6571         layout methods and properties from ToolBarButton must be available
6572         into ToolBarButtonInfo.
6573
6574 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
6575
6576         * Control.cs: If the control has a transparent background, we
6577         need to refresh it when it moves and when it's parent's background
6578         image changes.  [Fixes bug #80451]
6579
6580 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
6581
6582         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
6583
6584 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
6585
6586         * XplatUIWin32.cs: Implement proper double buffering for Windows.
6587         [Fixes bug #80447, and probably speeds up things as well]
6588
6589 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6590
6591         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
6592         * XplatUIWin32.cs: We need to recalculate NC size after changing 
6593         window style to toolwindow (otherwise the client rectangle will be
6594         3 pixels to small for some reason).
6595         * MdiWindowManager.cs: Revert NC size calculations to match how
6596         they are calculated only based on window styles (to match
6597         Win32AdjustWindowRectEx, since otherwise when setting size or 
6598         location, Control will call Win32AdjustWindowRectEx to update client 
6599         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
6600         calculate a different value of client size causing another paint 
6601         (and flickering))
6602         * InternalWindowManager.cs: When moving or resizing a window only
6603         update size or location if they actually changed.
6604         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
6605         (seems to match Windows behaviour better). Cleaned up 
6606         ManagedWindowDecorations to draw what's needed and nothing else
6607         (was drawing borders and lines where they shouldn't be)
6608         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
6609         (style = 0xFFFF) and takes into account caption height when 
6610         calculating window rectangle.   
6611
6612 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
6613
6614         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
6615         can be added to toolbar multiple times, we need to maintain a list of 
6616         button information for each positions.
6617
6618 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
6619
6620         * ToolBar.cs: Some small stetic changes.
6621
6622 2007-01-16  Jackson Harper  <jackson@ximian.com>
6623
6624         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
6625         that allow us to have nested recalc = false blocks.
6626         - Add paste support for images in the RichTextBox
6627         * RichTextBox.cs: flush the text after the color is changed, so
6628         the change takes effect.
6629         - Use SuspendRecalc
6630         - Some extra debugging info
6631         * TextControl.cs: Tags no longer track their length, it is just
6632         computed from the next tags length, this makes things a little
6633         simpler and reduces places that we have to track length changes.
6634         - Refactored the linetag class a little so we could make it
6635         a base class for different kinds of tags
6636         - Created a image tag, a tag that can have a single image inserted
6637         into it
6638         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
6639         that we can call suspend multiple times.
6640         - Add some debugging methods
6641
6642 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6643
6644         * MdiClient.cs: Add ActivatePreviousChild for 
6645         mdi child window navigation.
6646         * Form.cs: Use MdiClient.ActivateNextChild/
6647         ActivatePreviousChild instead of Form.SelectNextControl
6648         to select the next/previous child since 
6649         SelectNextControl doesn't do it in the same order
6650         as mdi children should do it.
6651
6652 2007-01-16  Chris Toshok  <toshok@ximian.com>
6653
6654         * Control.cs: remove container_selected field.
6655
6656 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6657
6658         * MdiClient.cs: Update main form's ActiveChild when
6659         updating keyboard focus for the mdi child.
6660
6661 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
6662
6663         * Control.cs: PreferredSize fix.
6664
6665         * Form.cs: Add several 2.0 events, properties, and methods.
6666
6667 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
6668
6669         * Form.cs: Provide meaningful message when MdiParent is assigned a
6670         Form that is not an MdiContainer.
6671
6672 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6673
6674         * MdiClient.cs: Update main form's ActiveChild when
6675         activating a mdi child.
6676
6677 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6678
6679         * MdiWindowManager.cs: Fix NRE when merging menus and main form
6680         doesn't have a menu.
6681
6682         * Form.cs: Request NCRecalc after creating a mdi child window.
6683         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
6684         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
6685         
6686         * MdiClient.cs: Add new method SendFocusToActiveChild that either
6687         sends keyboard focus to the active child, or to the MdiClient
6688         if there are no child forms.
6689         
6690 2007-01-15  Chris Toshok  <toshok@ximian.com>
6691
6692         * ListView.cs: drop the *Internal overrides, just do our work in
6693         ItemControl's WndProc instead.
6694
6695         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
6696         of the various controls, and forward the events properly (in the
6697         same manner as MS) from the textbox to the UpDown.  Also the
6698         ActiveControl of the UpDownBase gets set properly now.  Finally,
6699         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
6700
6701         * NumericUpDown.cs: set Text in the ctor.
6702
6703         * DomainUpDown.cs: call UpdateEditText in the ctor.
6704         
6705         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
6706         so even a Selectable = false textbox can be focused if you click
6707         in it.  Go figure.
6708
6709         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
6710         just add their handling in their respective WndProc's.  Also add
6711         an explicit FocusInternal method that doesn't consult CanFocus
6712         before calling Select(this).
6713
6714         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
6715         do our work in WndProc instead.
6716
6717         * TabControl.cs: same.
6718
6719         * ComboBox.cs: same.
6720
6721 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
6722
6723         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
6724         Fixes #80006.
6725
6726 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
6727
6728         * ListViewItem.cs:
6729         * ThemeWin32Classic.cs: Don't draw the item text outside
6730         item bounds in Details view, as well as use trimming.
6731         Fixes bug #80376.
6732
6733 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
6734
6735         * Form.cs: Implement Form.ShowIcon.
6736         
6737         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
6738         null, which when combined with the DlgModalFrame window style removes
6739         the icon from the title bar.
6740
6741 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
6742
6743         * Control.cs: Call OnMouseClick after OnClick. (2.0)
6744
6745 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
6746
6747         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
6748         menu when mdi child windows theres a menu, uses insert to get icon
6749         at first position. Partially fix #80006.
6750
6751 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
6752
6753         * Clipboard.cs: Implement 2.0 methods.
6754
6755 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
6756
6757         * Menu.cs: Implement Insert method of MenuItemCollection class
6758         to fix MenuMerge.
6759
6760 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6761
6762         * ListView.cs: Implement 2.0 FindItemWithText method.
6763
6764 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
6765
6766         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
6767         to calculate menu bar size. Fixes #80290.
6768
6769 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
6770
6771         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
6772
6773 2007-01-11  Chris Toshok  <toshok@ximian.com>
6774
6775         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
6776         initial form.
6777
6778 2007-01-11  Chris Toshok  <toshok@ximian.com>
6779
6780         * LinkLabel.cs: make sure to call base.Select in our Select method
6781         if it turns out we're going to be selected (i.e. if we have a link
6782         that is going to receive focus).  That way our container's
6783         ActiveControl is updated properly.
6784
6785 2007-01-11  Chris Toshok  <toshok@ximian.com>
6786
6787         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
6788         they have 1 or more links.  this fixes the crash gert reported.
6789
6790 2007-01-11  Andreia Gaita  <avidigal@novell.com>
6791
6792         * ContainerControl.cs: Remove ContainerSelected flag, not needed
6793         anymore.
6794
6795         * Control.cs (Controls.Add): Check if control to be added to the collection
6796         is a top level control, and throw an ArgumentException if it is.
6797         Remove ContainerSelectedFlag, not needed anymore.
6798
6799         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
6800         top most control doesn't activate the form. This fixes a problem in the
6801         MessageBox, where the default button wouldn't get focus because the form
6802         was activated before being Loaded - when the Owner is set, SetTopMost is
6803         called, and it would activate it.
6804
6805 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
6806
6807         * Button.cs: When clicked and setting the parent form's DialogResult,
6808         use FindForm instead of Parent, since parent could be a container
6809         control and not the Form.  Fixes bug #80495.
6810
6811 2007-01-10  Chris Toshok  <toshok@ximian.com>
6812
6813         * Form.cs: move the call to SendControlFocus into the same
6814         is_loaded check.
6815
6816 2007-01-10  Chris Toshok  <toshok@ximian.com>
6817
6818         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
6819         It breaks in the face of the new ActiveControl stuff, and should
6820         be unnecessary.
6821
6822         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
6823         activecontrol's focus if it's not already set, after we set
6824         ActiveControl, but before we call OnActivated.  Re-fixes #79667
6825         after the previous focus/active control fixes regressed it.
6826
6827         * Control.cs: reindent some code.
6828         
6829 2007-01-10  Chris Toshok  <toshok@ximian.com>
6830
6831         * Splitter.cs: clearing some outstanding changes from my tree.
6832         Replace all accesses (not writes) to the internal dock_style field
6833         with the Dock property.
6834
6835 2007-01-10  Chris Toshok  <toshok@ximian.com>
6836
6837         * Control.cs: make FireEnter, FireLeave, FireValidating, and
6838         FireValidated virtual.
6839
6840         * Form.cs: override and don't chain up calls to FireEnter and
6841         FireLeave.
6842
6843 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6844
6845         * ListView.cs: Add more text padding space when using
6846         auto resize for columns (the previous value didn't work fine).
6847
6848         * ThemeWin32Classic.cs: Update text position inside columns,
6849         to match the appeareance of .Net.
6850
6851         * ColumnHeader.cs: When using auto resize, only the Width should
6852         depend on the sub items, not the Height. Also, set width after
6853         auto resizing (the value of Width should never remain as -1 or -2).
6854
6855 2007-01-10  Chris Toshok  <toshok@ximian.com>
6856
6857         * Application.cs: fix compilation errors when debug is enabled.
6858
6859 2007-01-10  Chris Toshok  <toshok@ximian.com>
6860
6861         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
6862         add some nice ascii art pictures and explanation of the process).
6863         (GetMostDeeplyNestedActiveControl): new utility function we need
6864         because our ActiveControl can refer to a child container with its
6865         own ActiveControl.
6866
6867         * Form.cs (OnActivated): remove the call to SelectActiveControl
6868         from here, since you can override this method and not chain up,
6869         and winforms still sets the active control.
6870         (OnCreateControl): also remove the unnecessary SelectActiveControl
6871         call from here.
6872         (WndProc): it's actually called from the WM_ACTIVATE block, just
6873         before calling OnActivated.
6874
6875         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
6876         inside the else.  the ActiveControl setter will end up setting
6877         focus on @control.  This keeps us from setting it again (and
6878         generating an extra LostFocus/GotFocus pair).
6879         (Select (bool, bool)): reindent.
6880
6881 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
6882
6883         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
6884         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
6885         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
6886         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
6887         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
6888         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
6889         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
6890         ToolStripTextBox.cs: Another wave of corcompare work.
6891
6892 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6893
6894         * ColumnHeader.cs: Implement 2.0 AutoResize method using
6895         the Width property.
6896
6897         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
6898         methods by callling Column.AutoResize method on columns.
6899
6900 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
6901
6902         * Control.cs: Provide proper implementations of PreferredSize
6903         and GetPreferredSize (2.0).
6904
6905 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
6906
6907         * Form.cs: Remove one character (!) to make my previous OnClosing
6908         stuff work for modal windows like MessageBox.
6909
6910 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6911
6912         * ListView.cs:
6913         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
6914         ListView.Columns to get the last displayed column. Fixes #80452.
6915
6916 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
6917
6918         * Label.cs, LinkLabel.cs: Source code identation fixes.
6919
6920 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
6921
6922         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
6923         we dont need to invalidate only borders because when we invalidate four
6924         border lines the invalidate's generates a complete redraw of button, 
6925         because it now invalidate a complete rect some other redraws operations
6926         are fixed. Fixes #80196.
6927         
6928         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
6929         Remove ToolBarInvalidateEntireButton as it is not used.
6930
6931 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
6932         
6933         * Form.cs: Make sure that both OnClosing and OnFormClosing are
6934         called for 2.0 profile.
6935         * CloseReason.cs: Make class internal for 1.1.
6936
6937 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
6938
6939         * ToolStripManager.cs: Implement FindToolStrip functionality.
6940         * ToolStrip.cs: Register and unregister with ToolStripManager.
6941
6942 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
6943
6944         * Control.cs: This was messy.  2.0 moves much of ControlCollection
6945         to ArrangedElementCollection.  Implemented this with as few #if's as 
6946         possible (which is still too many).
6947
6948 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
6949
6950         * Control.cs: Implement SizeFromClientSize() [2.0].
6951
6952 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
6953
6954         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
6955         use Theme.BorderSize to calculate area instead of static value 1, 
6956         by the way use new BorderStaticSize instead     Border3DSize when 
6957         border_static is true. Fixes #79537.
6958         
6959         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
6960         
6961         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
6962         it is not needed.
6963
6964 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
6965
6966         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
6967
6968 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
6969
6970         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
6971         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
6972         
6973         * Hwnd.cs: 
6974         - border_static field added, it will used to define when a control 
6975         theres 3D border but it must be static (thin).
6976         - In GetWindowRectangle use Theme.BorderSize to calculate area 
6977         instead of static value 1, by the way use new BorderStaticSize instead
6978         Border3DSize when border_static is true.
6979
6980         * XplatUIX11.cs, XplatUIOSX.cs: 
6981         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
6982         
6983         * Theme.cs: BorderStaticSize field added.
6984
6985 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
6986
6987         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
6988
6989 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
6990
6991         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
6992         mimic same behavior than win32 that set border only in CreateParams,
6993         it fix problems under CreateParams overrides. Fix #79442 and partial
6994         fix #79537.
6995         
6996         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
6997         of thi control you must call recreate handle. 
6998         
6999         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
7000         need to do anything as RecreateHangle will take care about borders.
7001
7002 2007-01-05  Mike Kestner  <mkestner@novell.com>
7003
7004         * ListView.cs: hack to eliminate Lost/Got focus notifications on
7005         cycles between the ItemControl and parent.  Fixes #80388.
7006
7007 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
7008
7009         * Control.cs: Lazy init layout engine. Do not directly use 
7010         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
7011
7012 2007-01-05  Chris Toshok  <toshok@ximian.com>
7013
7014         * DataGrid.cs: don't forceably rebind columns in SetDataSource
7015         unless our list manager has changed (i.e. unless we have reason to
7016         believe our columns have changed).  Fixes #80422.
7017         
7018         also, disable the call do BindColumns in
7019         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
7020         1.1 the event isn't raised in response to a column addition on a
7021         table.)
7022
7023 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
7024
7025         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
7026         that inheritors can not call it if they choose.  Fixes bug #80456.
7027
7028 2007-01-05  Andreia Gaita  <avidigal@novell.com>
7029
7030         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
7031         doesn't blow up with a null exception on marshalling.
7032         
7033 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
7034
7035         * Control.cs: Implement several 2.0 protected properties and methods.
7036         Ensure that all necessary events are being called when properties
7037         are set.
7038
7039 2007-01-05  Mike Kestner  <mkestner@novell.com>
7040
7041         * ListView.cs: implement PgUp/PgDn for Details view.  Also
7042         fixes First/LastVisibleIndex to use the item_control.ClientRect 
7043         instead of the parent control.  Fixes #80378.
7044
7045 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
7046
7047         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
7048           determine whether to use yard-pound or not (bug #78399).
7049
7050 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
7051
7052         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
7053         problems. So it is time to bring back the old popupbutton colors.
7054
7055 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7056
7057         * ColumnHeader.cs:
7058         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
7059         property by using the internal information of the
7060         columns order in ListView.
7061
7062 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
7063
7064         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
7065         Add 2.0 Tag properties.
7066
7067         * LinkArea.cs: Add 2.0 ToString method.
7068
7069 2007-01-03  Chris Toshok  <toshok@ximian.com>
7070
7071         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
7072         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
7073         when we're editing, which fixes #80047.
7074
7075 2007-01-03  Chris Toshok  <toshok@ximian.com>
7076
7077         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
7078         #80404.
7079
7080 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
7081
7082         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
7083         property and implementation.
7084
7085         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
7086         for MdiWindowListItem property.
7087
7088         * ToolStripDropDown.cs: Don't consider hidden menu items while
7089         laying out the menu.
7090
7091 2007-01-03  Andreia Gaita  <avidigal@novell.com>
7092
7093         * SendKeys.cs: window handle is not needed in win32, so just
7094         get the active window for X after parsing keys and don't use
7095         it when building the message; it is passed by parameter to the 
7096         Xplat method and used there to build the message instead. Also,
7097         wait for events to be processed on SendWait, as opposed to Send,
7098         which doesn't wait :) Playing with threads and Send() completely 
7099         hangs on ms.net, only SendWait() works.
7100         
7101         XplatUIX11.cs
7102         X11Display.cs: Check for valid window handle.
7103
7104 2007-01-03  Jackson Harper  <jackson@ximian.com>
7105
7106         * TextControl.cs: Need to prevent wrap calculations when replacing
7107         text (this was there before i removed it accidently).
7108         - Don't update the cursor during the positioning, just set it to
7109         selection_start at the end of the operaion.
7110
7111 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7112
7113         * Control.cs:
7114         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
7115         
7116 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7117
7118         * MonthCalendar.cs: Added Click and DoubleClick events again,
7119         but this time they only hide Control's Click and DoubleClick.
7120         
7121 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
7122
7123         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
7124         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
7125
7126 2007-01-02  Jackson Harper  <jackson@ximian.com>
7127
7128         * TextBoxBase.cs: We move the caret with the split now, so we
7129         don't need to explicitly move the caret after splitting.  This
7130         fixes the caret bumping down an extra line on Enter.
7131
7132 2007-01-02  Miguel de Icaza  <miguel@novell.com>
7133
7134         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
7135         2.72). 
7136
7137         * ScrollableControl.cs: Add Scroll event.
7138
7139 2007-01-02  Mike Kestner  <mkestner@novell.com>
7140
7141         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
7142         to fix all hdr height padding codepaths.  Fixes #80207.
7143
7144 2007-01-02  Chris Toshok  <toshok@ximian.com>
7145
7146         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
7147         setting it to the Control defaults anyway, and it being after the
7148         Dock set was screwing up layout.
7149         (set_Dock): don't short circuit out of setting base.Dock.  Also,
7150         no need to call UpdateStatusBar here, as it'll be re-layed out if
7151         it needs to be.
7152
7153 2007-01-02  Mike Kestner  <mkestner@novell.com>
7154
7155         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
7156         to header height for width == -1. Fixes the rest of #80207.
7157
7158 2007-01-02  Mike Kestner  <mkestner@novell.com>
7159
7160         * ListView.cs: rework the mouse event forwarding everaldo added
7161         to translate the coordinates to the parent control not
7162         raise the parent events until after we've done our work. Hover
7163         needs more work, in the case where HoverSelection is on, because
7164         the item control receives more than one MouseHover per Enter
7165         event, so we need to ensure only the "first" hover gets forwarded.
7166         Opening a minor bug for that.
7167
7168 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
7169
7170         * CheckedListBox.cs: Fixed SelectionMode to match MS.
7171         * ListControl.cs: Implemented AllowSelection property. Removed extra
7172         tabs.
7173         * ListBox.cs: Implemented AllowSelection property.
7174
7175 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7176
7177         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
7178         SelectedItem, it prevent for errors when you must disable item
7179         before perform click. Fixes #80409.
7180
7181 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7182
7183         * MenuAPI.cs: Prevent second level and beyond submenus to close
7184         until first level when move out side of popup.
7185         
7186 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7187
7188         * MenuAPI.cs:
7189         - Down submenu positin in three pixels.
7190         - Closes sub menu when mouse leaves from menu. Fixes #80402.
7191
7192 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7193
7194         * ThemeWin32Classic.cs:
7195         - Fix popup menu size adding one pixel on the top.
7196         - Down menu item border from two to one to mimic Win32.
7197         - Some source identation fixes. 
7198
7199 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
7200
7201         * ThemeWin32Classic.cs: Use float numbers to calculate size and
7202         position of menu arrows, it fix wrong arrow size.
7203
7204 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
7205
7206         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
7207         instead of line, it simplify draw operation and fix it using 3D
7208         borders to mimic Win32.
7209
7210 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
7211
7212         * StatusStrip.cs: Add implementation of the sizing grip.
7213
7214         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
7215         StatusStrip rendering.
7216
7217 2006-12-31  Chris Toshok  <toshok@ximian.com>
7218
7219         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
7220         override the layout style (anchor/dock) of the control.  assign to
7221         Dock instead.  Fixes bug #80416.
7222
7223         * ToolStrip.cs: same.
7224
7225 2006-12-31  Andreia Gaita  <avidigal@novell.com>
7226
7227         * ContainerControl.cs: Use ContainerSelected flag to check if 
7228         a Container is directly selected, or if Select is called on a 
7229         non-container. If a container is directly selected, focus events 
7230         should not be raised.
7231         Apply #80411 patch to throw exception on set_ActiveControl if 
7232         control is the same as the current one.
7233         
7234         * Control.cs: Use ContainerSelected flag (see above).
7235         Add invalidation check to raise event but not invalidate if 
7236         dimensions are 0.       
7237         Apply #80411 patch.
7238         
7239
7240 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
7241
7242         * MenuAPI.cs: After click, dont close popup menu when menu is
7243         ContextMenu. Fixes #80399.
7244
7245 2006-12-30  Chris Toshok  <toshok@ximian.com>
7246
7247         * ContainerControl.cs: make sure we throw the exception if the
7248         container control doesn't contain the control we're setting
7249         ActiveControl to.
7250
7251 2006-12-30  Chris Toshok  <toshok@ximian.com>
7252
7253         * Control.cs (SetTopLevel): fix the exception raised by
7254         SetTopLevel for child controls.
7255         (set_Anchor): call UpdateDistances when setting the anchor type.
7256         This fixes bug #80336.
7257
7258 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7259
7260         * Theme.cs: For now, revert back to 8pt font.
7261
7262 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
7263
7264         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
7265         Fixes #80395.
7266
7267 2006-12-29  Chris Toshok  <toshok@ximian.com>
7268
7269         * Control.cs: reorder the code in OnResize to give the same event
7270         ordering as MS.
7271
7272 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7273
7274         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
7275         TileHorizontally and TileVertically.
7276         
7277 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
7278
7279         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
7280         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
7281         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
7282         Corrected copyright and email adress.
7283
7284 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7285
7286         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
7287         of Exception in FullPath property if no TreeView is associated with
7288         the TreeNode.
7289
7290 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7291
7292         * Theme.cs: Marked default_font as private, and initialize it in ctor
7293         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
7294         on 2.0 profile.
7295         * ThemeGtk.cs: Removed default_font intialization.
7296         * ThemeWin32Classic.cs: Removed default_font initialization.
7297
7298 2006-12-28  Chris Toshok  <toshok@ximian.com>
7299
7300         * Control.cs: fix a couple of place where we were creating handles
7301         more aggressively than we should be.  Fixes ControlRefresh unit
7302         tests.
7303
7304 2006-12-28  Chris Toshok  <toshok@ximian.com>
7305
7306         * Control.cs: contrary to what the comment said, Control.Dock does
7307         not supercede Control.Anchor - the last one you assign to decides
7308         the layout behavior.  so we need to keep track of which was the
7309         last set.  Also, fix some of the affected property arguments in
7310         PerformLayout calls, and remove an redundant parent.PerformLayout
7311         call in OnResized.
7312
7313         Add a VisibleInternal property, which returns is_visible.  We
7314         can/should get rid of all the usage of this field elsewhere.
7315
7316 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7317         
7318         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
7319         control style, not DoubleBuffer. Added UseDoubleBuffering property
7320         that indicates whether doublebuffering is enabled and supported.
7321         (comment from and code based on Gert Driesen's patch in #80324).
7322         Fixes #80324.
7323
7324 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7325         
7326         * Control.cs: Fixed a NRE.
7327
7328 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7329
7330         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
7331         for 2.0.
7332
7333 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7334
7335         * Control.cs: Rewrote double buffering, now a seperate
7336         class handles all the buffering, no Graphics is disposed of
7337         until the painting is finished (earlier implementation 
7338         would crash if the control was resized in the OnPaint, 
7339         since it would cause the double buffer to be recreated
7340         and the old one disposed), a separate Graphics is 
7341         created for every paint (MS behaviour and anyways the state
7342         of the Graphics would have to be saved and restored otherwise)
7343         
7344         * XplatUIDriver.cs: 
7345         * XplatUIX11.cs:
7346         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
7347         so that we can get the graphics for the back buffer without
7348         having to create a new one and remove the offscreen_dc parameter
7349         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
7350         
7351 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7352
7353         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
7354         Also make virtual all the key-related methods.
7355
7356         * ListViewItem.cs: Make virtual the key related methods for
7357         ListViewSubItemCollection.
7358
7359 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7360
7361         * ListView.cs:
7362         * ListViewItem.cs:
7363         * ThemeWin32Classic.cs:
7364         * Theme.cs: Initial support for Tile view in ListView,
7365         as well as the implementation of the required bits for it (Item
7366         and Subitem).
7367
7368 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7369
7370         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
7371         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
7372         Provide useful exception messages.
7373
7374 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7375
7376         * TrackBar.cs: Remove a warning.
7377         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
7378         when used by DateTimePicker, fixes #80287. This also requires that 
7379         MonthCalendar implements it's own drawing for the yearly updown control,
7380         otherwise the Capture tracking would be too complicated. Removed the Click 
7381         and DoubleClick events (according to comments they were hiding the base class
7382         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
7383         raise these events, not that they cannot be raised. It is possible to raise 
7384         them by calling OnClick and OnDoubleClick). Added two internal fields in 
7385         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
7386         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
7387         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
7388         event, no longer needed.
7389         
7390 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7391
7392         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
7393         true if new value differs from current value.
7394
7395 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7396
7397         * Control.cs: ControlCollection.Count must be public. Fixed build of
7398         unit tests.
7399
7400 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7401
7402         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
7403
7404 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7405
7406         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
7407
7408 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
7409
7410         * Control.cs: Invalidates control including when Width and Height is 
7411         equal zero or is not visible, only Paint event must be care about 
7412         this. Fixes #79913.
7413
7414 2006-12-26  Chris Toshok  <toshok@ximian.com>
7415
7416         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
7417         more corcompare work.
7418
7419         * DataGridView.cs: fix compiler warning.
7420
7421         * ColumnHeader.cs: some corcompare work, and also take the
7422         opportunity to make the internal fields private.
7423
7424         * ListView.cs: fix the fallout from the above field change.
7425
7426 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
7427
7428         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
7429         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
7430         ToolStripTextBox.cs: Fixes to events and corcompare.
7431
7432 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
7433
7434         * ListView.cs: Call owner.OnMousexx event to propagate events from
7435         item to ListView. Fixes #80367.
7436
7437 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7438
7439         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
7440         if value is less than one. ItemHeight should not be set to a value
7441         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
7442         Removed extra tabs.
7443
7444 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
7445
7446         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
7447         * ToolStripStatusLabel.cs: Add Spring for Moma.
7448
7449 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7450
7451         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
7452         Fixed code formatting. Removed debug code.
7453         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
7454
7455 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7456
7457         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
7458         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
7459         ArgumentOutOfRangeException if ColumnCount is negative. In 
7460         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
7461         less than 4 or higher than 32768.
7462         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
7463         Fixed FormatProvider to return CurrentCulture unless explicitly set.
7464         Fixed IsFormatProviderDefault to return true if FormatProvider has
7465         not been explicitly set.
7466
7467 2006-12-25  Chris Toshok  <toshok@ximian.com>
7468
7469         * Application.cs: add a couple of 2.0 events.
7470
7471 2006-12-25  Chris Toshok  <toshok@ximian.com>
7472
7473         * Control.cs: fix compiler warning.
7474
7475         * AxHost.cs: corcompare fixes.
7476
7477         * ApplicationContext.cs: corcompare fixes.
7478
7479 2006-12-25  Chris Toshok  <toshok@ximian.com>
7480
7481         * Control.cs: only update dist_right/dist_bottom if the
7482         width/height is > 0.  this fixes anchored controls being resized
7483         smaller until they disappear and then resized larger again.
7484
7485 2006-12-25  Chris Toshok  <toshok@ximian.com>
7486
7487         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
7488         since they're nothing more than X/Left and Y/Top, respectively.
7489
7490         Also, move back to a per-control Bitmap/Graphics for
7491         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
7492         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
7493         Height.
7494
7495 2006-12-25  Miguel de Icaza  <miguel@novell.com>
7496
7497         * MessageBox.cs: Implemented overload that takes a new "bool
7498         displayHelpButton" by adding a new internal field "show_help".
7499         When clicked this will raise the HelpRequested on the owner or the
7500         main form. 
7501
7502         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
7503         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
7504
7505         * ListView.cs: Add support ColumnWidthChanged and
7506         ColumnWidthChanging. 
7507
7508         Add support for ColumnReordered event.
7509         (ReorderColumn): Add NET_2_0 specific support for cancelling the
7510         reorder.
7511
7512         Very nice codebase!
7513
7514         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
7515
7516         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
7517
7518 2006-12-24  Chris Toshok  <toshok@ximian.com>
7519
7520         * GridTablesFactory.cs: 2.0 corcompare work.
7521
7522         * ToolStripContainer.cs: add "override" to
7523         ContextMenuStripChanged, and remove the local event object.
7524
7525         * ToolStripDropDown.cs: same with a couple properties.
7526
7527         * ToolStripPanel.cs: same with AutoSizeChanged event.
7528
7529         * TextBoxBase.cs: add "override" to AutoSizeChanged.
7530
7531         * Form.cs: add the remaining 2.0 events, and do some corcompare
7532         attribute work.
7533
7534         * DateTimePicker.cs: add "new" to padding.
7535
7536         * ButtonBase.cs: use Control's use_compatible_text_rendering.
7537
7538         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
7539
7540         * DataGridView.cs: PaddingChanged is overridden.
7541
7542 2006-12-24  Chris Toshok  <toshok@ximian.com>
7543
7544         * Control.cs: corecompare work here too.
7545
7546         * DataGridViewElement.cs, DataGridView.cs,
7547         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
7548         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
7549         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
7550         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
7551         work.
7552
7553 2006-12-24  Miguel de Icaza  <miguel@novell.com>
7554
7555         * Control.cs: Switched the error message on the console for a
7556         todo.  A review of the code will have to cope with this anyways
7557         (since its a large feature, it is in our radar) and it was
7558         producing too much output when running PDN.
7559
7560         * ToolStripComboBox.cs: Set the text when the SelectedIndex
7561         changes.  Applications depend on this (PDN 2.72)
7562
7563 2006-12-23  Chris Toshok  <toshok@ximian.com>
7564
7565         * TableLayoutSettings.cs: finish up the corcompare work for this
7566         class.
7567
7568 2006-12-23  Chris Toshok  <toshok@ximian.com>
7569
7570         * Control.cs: make SetImplicitBounds internal, do some futzing
7571         with LayoutEngine so that it's available in 1.1, and remove the
7572         entire duplicated code mess from PerformLayout.  Use
7573         System.Windows.Forms.Layout.DefaultLayout instead.
7574
7575         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
7576
7577 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
7578
7579         * Form.cs: Add MainMenuStrip property.
7580
7581 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
7582
7583         * Control.cs: Add ContextMenuStrip property and implementation.
7584         Fix ContextMenu implementation to show menu centered on control when
7585         activated using the keyboard instead of showing at screen (0,0).
7586
7587         * ToolStripDropDown.cs: Fix needed overload of Show ().
7588
7589 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7590
7591         * Menu.cs: Name property added for 2.0 profile.
7592         
7593 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7594
7595         * Menu.cs: Update information about FindMenuItem, method to be
7596         implemented soon.
7597
7598 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7599
7600         * MenuAPI.cs: When deselect items deselect also selected subitems.
7601         
7602 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7603
7604         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
7605         FindSubItemByCoord to found itens that is not active, also an
7606         cheking added to FindSubItemByCoord to search for items only 
7607         in visible popup windows. Fixes #80274.
7608
7609 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
7610
7611         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
7612         internal property, it be care about change ExStyle. 
7613
7614 2006-12-22  Andreia Gaita  <avidigal@novell.com>
7615
7616         * ContainerControl.cs: set activeControl for parent forms up the 
7617         tree when the new activecontrol is a container.
7618         When validating the active control, if it is a container, also
7619         raise up the validation for it's active control. Fixes #80280
7620         
7621         * Control.cs: Add internal property flag and check to prevent
7622         Focus events from getting raised when Select() is called for
7623         a ContainerControl. There are still too many focus events being
7624         raised at the moment though.
7625         Cleaned up the code a bit.
7626
7627 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7628
7629         * Control.cs: Added all missing 2.0 events.and
7630         fixed a couple of corcompare issues.
7631         * TrackBar.cs: Implemented missing 2.0 bits.
7632         * MonthCalendar.cs, 
7633         * DateTimePicker.cs, 
7634         * MdiClient.cs: Fixed some corcompare issues.
7635
7636 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
7637
7638         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
7639         SplitterPanel.cs: corecompare work.
7640
7641 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
7642
7643         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
7644         Clean up warnings for BackgroundImageChanged and PaddingChanged
7645         events now that they are implemented in Control.cs.
7646
7647 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
7648
7649         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
7650         
7651         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
7652         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
7653         of TableLayoutPanel and supporting cast.
7654
7655 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7656
7657         * XplatUIWin32.cs: 
7658         - GrabWindow now confines the mouse pointer to the confine window.
7659         - Added Win32ClipCursor and Win32GetClipCursor.
7660
7661         * Control.cs: 
7662         - Added CaptureWithConfine to be able to capture and confine 
7663         mouse pointer.
7664         
7665         * InternalWindowManager.cs: 
7666         - Call CaptureWithConfine instead of Capture if we're an
7667         MdiChild (fixes #79982).
7668
7669 2006-12-21  Chris Toshok  <toshok@ximian.com>
7670
7671         * DataGrid.cs: guard against the initial state of selection, where
7672         selection_start == -1.  make sure we only select from index >= 0.
7673         Fixes bug #80291.
7674
7675 2006-12-21  Chris Toshok  <toshok@ximian.com>
7676
7677         * Control.cs: we don't need to be so draconian with
7678         UpdateDistances, and we thusly don't need to call it before
7679         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
7680
7681 2006-12-21  Daniel Nauck  <dna@mono-project.de>
7682
7683         * ComboBox.cs,
7684         TextBox.cs: Implemented AutoComplete properties.
7685
7686 2006-12-20  Chris Toshok  <toshok@ximian.com>
7687
7688         * DataGridView*.cs: some corecompare work.
7689
7690 2006-12-20  Jackson Harper  <jackson@ximian.com>
7691
7692         * XplatUIX11.cs: We need to hide the caret when deleting it,
7693         otherwise you get carets left lying around everywhere.
7694         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
7695         prevents getting some weird half drawn caret tracers when
7696         scrolling.
7697         * TextControl.cs: Attempt to reduce the number of times we need to
7698         recreate the caret.
7699
7700 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
7701
7702         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
7703
7704 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7705
7706         * DateTimePicker.cs:
7707         - Implemented missing 2.0 bits.
7708         - Changed some default values to match MS.
7709         
7710 2006-12-20  Jackson Harper  <jackson@ximian.com>
7711
7712         * TextBoxBase.cs: When changing the font across the document we
7713         can't recalculate after changing each line, since that will cahnge
7714         the line count.
7715         - PreferredHeight is a little different than i thought.
7716         - When backspacing, move the caret before we do the actual char
7717         delete, because when that delete crosses a wrap boundary the
7718         positional information will change.
7719
7720 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7721
7722         * Control.cs: Added some missing 2.0 bits: 
7723         BackgroundImageLayout, BackgroundImageLayoutChanged, 
7724         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
7725         add IBindableComponent and IDropTarget implementation.
7726         
7727         * MonthCalendar.cs: 
7728         - Added all missing 2.0 features:
7729         BackgroundImageLayout, RightToLeftLayout, 
7730         OnHandleDestroyed, RightToLeftLayoutChanged, 
7731         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
7732         PaddingChanged.
7733         - Rewrote all the BoldDate code, it was completely broken.
7734         - Fixed all the tests (the tests can now be re-enabled, the
7735         problems were not with the tests, but with the control, it was
7736         mostly broken).
7737         
7738         * DateTimePicker.cs: Changed the location where the 
7739         MonthCalendar is shown.
7740         
7741 2006-12-19  Chris Toshok  <toshok@ximian.com>
7742
7743         * DataGridView.cs: add IDropTarget implementation.
7744
7745         * ToolStripPanel.cs: add IDropTarget implementation.
7746
7747 2006-12-19  Jackson Harper  <jackson@ximian.com>
7748
7749         * TextControl.cs: soft now means something different than what it
7750         used to mean, we want to move the caret regardless of whether or
7751         not this break was soft (would we really have wanted the caret
7752         to not move with the break in the old context?)
7753         * TreeView.cs: Make sure we factor in the vert scrollbar when
7754         calculating the horizontal scrollbar's maximum.
7755
7756 2006-12-19  Andreia Gaita  <avidigal@novell.org>
7757
7758         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
7759         check for keywords in alternate casing, close bug #80049.
7760
7761 2006-12-19  Chris Toshok  <toshok@ximian.com>
7762
7763         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
7764         methods (which all do nothing).
7765
7766         * IDropTarget.cs: add the 4 missing methods.
7767
7768 2006-12-19  Chris Toshok  <toshok@ximian.com>
7769
7770         * TableLayoutRowStyleCollection.cs: corcompare work.
7771         
7772         * TableLayoutSettings.cs: same.
7773
7774         * TableLayoutStyle.cs: same.
7775
7776         * TableLayoutColumnStyleCollection.cs: same.
7777
7778 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
7779
7780         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
7781         TableLayoutPanel I've had in my local tree for way too long.
7782
7783 2006-12-19  Miguel de Icaza  <miguel@novell.com>
7784
7785         * TableLayoutSettings.cs: Finish the public API (still needs all
7786         the logic to update on changes). 
7787
7788         * TableLayoutPanelCellPosition.cs: new file.
7789         
7790         * TableLayoutRowStyleCollection.cs,
7791         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
7792         TableLayoutSettings.cs: Track the final 2.0 table api.
7793
7794 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7795
7796         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
7797         and Image List 2.0 members for ColummnHeader.
7798         * ListView.cs: Add key-related 2.0 methods for
7799         ColumnHeaderCollection.
7800
7801 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
7802
7803         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
7804         ArgumentNullException if items argument is null. Ignore null item in
7805         arrays. Removed extra tabs.
7806
7807 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
7808
7809         * MonthCalendar.cs: Fixed InvalidCastException.
7810
7811 2006-12-19  Jackson Harper  <jackson@ximian.com>
7812
7813         * TextControl.cs: Don't increment the position here.
7814         - When calculating char positions only add in the line break size
7815         for hard line breaks.
7816
7817 2006-12-19  Andreia Gaita  <avidigal@novell.org>
7818
7819         * SendKeys.cs: Changed some things to match ms.net behaviour
7820         when parsing shifted capital letters.
7821         
7822         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
7823         Add window handle as parameter to SendInput. X11 needs the 
7824         window handle, and the handle being passed      to it in the keys 
7825         queue is the active control handle (which windows needs), not 
7826         the window handle.
7827         
7828         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
7829         to support SendKeys on X.       
7830         
7831         * X11Keyboard: Implement helper method to lookup a linux keycode
7832         given the virtual keycode. Added table of keycode-2-virtualkey
7833         values to support this.
7834
7835 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7836
7837         * ListView.cs: Add support for SelectedIndexCollection
7838         and SelectedItemCollection 2.0 methods. Implement support
7839         for ImageKey too.
7840         * ListViewItem.cs: Add support for ListViewSubItemCollection
7841         2.0 methods. Also, fix an incorrect behavior of AddRange method
7842         (it shouldn't call Clear).
7843         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
7844
7845 2006-12-19  Jackson Harper  <jackson@ximian.com>
7846
7847         * RichTextBox.cs: 
7848         * TextBoxBase.cs: New args for FormatText
7849         * TextControl.cs: Rewrote the main drawing method, this version
7850         feels a little easier to understand and debug to me.  Hopefully it
7851         does to others also
7852         - Fix FormatText to OR in the new formating values.  Added
7853         FormatSpecified param, basically this works in the same way as
7854         BoundsSpecified in Control.
7855         - Set the caret properties when the caret is positioned.
7856         - When wrapping text make sure that we calculate the width of the
7857         last character
7858         - when calculating alignments we might have wrapped down to the
7859         next line, so don't search for an individual tag, search for the
7860         end of the line
7861         - We need to invalidate the selection area when we replace the
7862         selection.
7863         
7864 2006-12-19  Daniel Nauck  <dna@mono-project.de>
7865
7866         * Application.cs: add Restart () 2.0 support
7867
7868 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7869
7870         * MenuItem.cs: Invalidate menu item rectangle after change Enable
7871         property. Fixes #80268.
7872         
7873 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7874
7875         * MenuAPI.cs: Dont trigger select event when closes top menu
7876         item. Fixes #80270.
7877
7878 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7879
7880         * MenuAPI.cs: When you click on menuitem only trigger onselect
7881         event for top menu itens. Fixes #80271.
7882         
7883 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7884
7885         * MdiWindowManager.cs: Make IconicBounds depend on
7886         the bottom of MdiClient, not the top (fixes #80267)
7887         
7888 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7889
7890         * MdiClient.cs: Added missing 2.0 attribute
7891
7892 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7893
7894         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
7895         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
7896
7897 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7898
7899         * MenuAPI.cs: Fix click when menuitem is not popup,
7900         this regression was caused by last commit (#80272).
7901
7902 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
7903
7904         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
7905         fire click event or close menu. Fixes #80272.
7906
7907 2006-12-17  Daniel Nauck  <dna@mono-project.de>
7908
7909         * ListViewHitTestInfo.cs: add
7910
7911 2006-12-17  Daniel Nauck  <dna@mono-project.de>
7912
7913         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
7914         * FlatButtonAppearance.cs: add
7915         * DockingAttribute.cs: add
7916
7917 2006-12-17  Chris Toshok  <toshok@ximian.com>
7918
7919         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
7920         and rebind our columns when it does - this way, if you make
7921         changes to the DataTable (or set the Table attribute on a DataView
7922         after setting it as the DataGrid's DataSource, the changes are
7923         made visible.)  Fixes bug #80107.
7924
7925 2006-12-17  Daniel Nauck  <dna@mono-project.de>
7926
7927         * ListViewGroup.cs: add internal Location property for layouting.
7928         * Theme.cs: add abstract ListViewGroupHeight function.
7929         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
7930
7931 2006-12-16  Andreia Gaita  <avidigal@novell.com>
7932
7933         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
7934         Added reset of selected index to 0 when adding first tab page.
7935         Fixes #80264
7936         
7937         * NumericUpDown.cs: Fix NET_2_0 check
7938
7939 2006-12-16  Daniel Nauck  <dna@mono-project.de>
7940
7941         * ListViewGroup.cs: fixed DefaultValueAttribute value
7942
7943 2006-12-16  Daniel Nauck  <dna@mono-project.de>
7944
7945         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
7946
7947 2006-12-15  Miguel de Icaza  <miguel@novell.com>
7948
7949         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
7950         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
7951         ScrollableControl.cs: Add a handful of methods that are
7952         overwritten in 2.0 
7953
7954 2006-12-15  Chris Toshok  <toshok@ximian.com>
7955
7956         * XplatUIWin32.cs: initial implementation of the Reversible
7957         drawing functions.  there are some problems.  DrawReversibleFrame
7958         doesn't seem to work at all for Dashed FrameStyle, and in the
7959         Thick case there are drawing errors at the corners (we probably
7960         need to bind Rectangle instead of doing moveto/lineto's.)
7961
7962 2006-12-16  Andreia Gaita  <avidigal@novell.com>
7963         
7964         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
7965         to send blocks of key messages. Send accumulates keys to send with Flush, 
7966         while SendWait sends all keys immediately.
7967                 
7968         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
7969         XplatUIX11.cs,  XplatUIX11-new.cs:
7970         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
7971         to Win32 SendInput.
7972         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
7973         
7974         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
7975         testing for ms.net on this class is very tricky, as the tests run too fast 
7976         to allow the hook to release, essentially freezing the keyboard and the 
7977         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
7978         category :p
7979
7980 2006-12-16  Daniel Nauck  <dna@mono-project.de>
7981
7982         * Padding.cs: fixed serialization compability to MS ("_var" field names),
7983                         added missing attributes.
7984  
7985 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7986
7987         * ListViewGroup.cs: Added missing attributes.
7988         * ListViewGroupCollection.cs: Added missing attributes.
7989
7990 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7991
7992         * ListViewItem.cs: fixed ListViewSubItem text property.
7993
7994 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7995         
7996         * Control.cs: Added missing 2.0 attributes
7997         
7998 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7999         
8000         * MdiClient.cs: Added missing 2.0 attribute.
8001         * MonthCalendar.cs: Added some missing 2.0 attributes 
8002         and properties.
8003         
8004 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8005
8006         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
8007
8008 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
8009
8010         * MainMenu.cs: Add the new 2.0 constructor to help out people
8011         using the MainMenu in VS2005.
8012
8013 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8014         
8015         * MdiChildContext.cs: Removed it, no longer used.
8016         * MdiClient.cs: Added missing 2.0 attributes.
8017         
8018 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8019         
8020         * InternalWindowManager.cs: Fix a NullRef with previous 
8021         changes for toolwindows.
8022         
8023 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8024
8025         * Control.cs: 
8026         - Added AfterTopMostControl to allow for certain controls 
8027         to always stay on top when normal controls are brought to 
8028         front.
8029         
8030         * XplatUIWin32.cs: 
8031         - (DrawInversibleRectangle): Get window rectangle from Win32 
8032         in stead of from control, since Win32 doesn't calculate
8033         screen coords correctly from control's Location if it 
8034         have docked siblings.
8035         
8036         * MdiWindowManager.cs:
8037         - Correct the control menu popup location when clicked on
8038         the maximized form icon. (fixes #80223.1)
8039         - Don't show moving rectangle if mouse hasn't moved from
8040         the original clicked point.
8041         - Removed FormGotFocus handler (not used).
8042         - Calculate the control buttons location from the main
8043         window's size and not client size (fixes #79770).
8044         - Form is now closed when the form icon is double-clicked
8045         (fixes #79775). 
8046         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
8047         
8048         * InternalWindowManager.cs:
8049         - Moved some MDI-only methods to MdiWindowManager.
8050         - Removed unused properties and methods.
8051         - Unified method naming for methods handling wm messages.
8052         - Moved all message handling to seperate methods for
8053         each message.
8054         
8055         * ThemeWin32Classic.cs:
8056         - DrawManagedWindowDecorations now draws the title bar 
8057         with a gradient brush.
8058         - Add a CPDrawButtonInternal that allows us to specify
8059         light, normal and dark colors for the buttons (control 
8060         buttons for MDI children were drawn with the same light
8061         color as the background, therefore loosing the 3D effect).
8062         
8063         * SizeGrip.cs:
8064         - Add a CapturedControl property that is used to 
8065         determine the control to resize (defaults to parent). 
8066         Needed for MdiClient, since its SizeGrip's parent is
8067         MdiClient, but the control to resize is the main form.
8068         
8069         * MdiClient.cs:
8070         - Set SizeGrip's CapturedControl to the main form in order
8071         to resize the main form and not the MdiClient.
8072         - Override AfterTopMostControl to leave the scrollbars 
8073         always on top.
8074
8075 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8076
8077         * ListView.cs: fixed ListViewItemCollection AddRange and
8078                         implemented ListViewItemCollection AddRange 2.0 support.
8079
8080 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8081
8082         * ListViewGroup.cs: Add.
8083         * ListViewGroupCollection.cs: Add
8084         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
8085         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
8086                                 stub for ImageKey 2.0 support.
8087
8088 2006-12-14  Mike Kestner  <mkestner@novell.com>
8089
8090         * ListView.cs: add text padding to the autocalculation for columns
8091         of width -2.  Fixes #80207.
8092  
8093 2006-12-14  Mike Kestner  <mkestner@novell.com>
8094
8095         * ListView.cs: add some index guarding for partial row navigation 
8096         logic.  Fixes #80250.
8097
8098 2006-12-14  Mike Kestner  <mkestner@novell.com>
8099
8100         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
8101         are added or inserted to the collection.  Fixes #81099.
8102
8103 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
8104
8105         * MenuAPI.cs: Closes menu when right click out side of popup
8106         it fix problem in ContextMenu and MainMenu. Fixes #80252.
8107
8108 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8109
8110         * ListViewItem.cs: Fix dumb error.
8111
8112         * ListView.cs: Add Find and ContainsKey methods in 
8113         ListViewItemCollection, and also return true for IsReadOnly
8114         and IsFixedSize (changes for 2.0). 
8115
8116 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
8117
8118         * Control.cs: Allow Region to be set to null.
8119
8120 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8121
8122         * MdiWindowManager.cs: Remove unused (commented out) code.
8123         * Form.cs: When the MdiChild is maximized, the form needs 
8124         WM_NCMOUSELEAVE, so request it.
8125         * InternalWindowManager.cs: 
8126         - Added tooltips to control buttons.
8127         - Removed duplicated control button handling code.
8128         - Removed unused (commented out) code.
8129         
8130 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
8131
8132         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
8133         was used because we must set cursor without trigger ChangeCursor event
8134         and without change Cursor control property. Fixes #79963.
8135
8136 2006-12-12  Andreia Gaita  <avidigal@novell.com>
8137         
8138         * Control.cs: Check if Region setter value is null, and ignore
8139
8140 2006-12-12  Jackson Harper  <jackson@ximian.com>
8141
8142         * TextControl.cs: We were almost always drawing one more line then
8143         needed, since the GetLineByPixel will return the last line found
8144         at that pixel. In most cases though, we were invalidating up to
8145         the junction between two lines.
8146         - Improve debug code.
8147
8148 2006-12-12  Chris Toshok  <toshok@ximian.com>
8149
8150         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
8151         and FillReversibleRectangle.
8152
8153         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
8154         and FillReversibleRectangle.
8155
8156         * XplatUIWin32.cs: add stubs which do nothing for
8157         DrawReversibleFrame, DrawReversibleLine, and
8158         FillReversibleRectangle.
8159
8160         * XplatUIOSX.cs: add stubs which raise NIE for
8161         DrawReversibleFrame, DrawReversibleLine, and
8162         FillReversibleRectangle.
8163
8164         * XplatUIX11.cs: add working implementation for
8165         DrawReversibleFrame, DrawReversibleLine, and
8166         FillReversibleRectangle.
8167         
8168         * ControlPaint.cs: implement DrawReversibleFrame,
8169         DrawReversibleLine, and FillReversibleRectangle, by calling into
8170         the appropriate XplatUI method.
8171
8172 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8173
8174         * Form.cs: Make MdiClient have the focus even if it's
8175         not selectable, since it should receive WM_KEY* and WM_MOUSE 
8176         messages. Fixes #79907.
8177         
8178 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8179
8180         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
8181         queried after the window is created.
8182         
8183         * XplatUIX11.cs: Added SendParentNotify to implement 
8184         WM_PARENTNOTIFY logic. Fixes #79965.
8185         
8186         * Control.cs: Added MakeParam.
8187         
8188 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8189
8190         * MdiClient.cs: Resume Layout before setting window
8191         states (fixes #80201).
8192
8193 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8194
8195         * MenuAPI.cs: Deselect a menu item after performing
8196         the click (fixes #80197).
8197
8198 2006-12-11  Jackson Harper  <jackson@ximian.com>
8199
8200         * TextBoxBase.cs: We need to cap this value, since Maximum -
8201         ViewPortHeight can be less than zero.
8202         - Only do selection with the left mouse button.
8203         * TextBox.cs: Don't tell the world that we have a context menu.
8204         * Control.cs: New method so that we can control whether or not the
8205         context menu is visible outside MWF.
8206
8207 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
8208
8209         * ToolBarButton.cs: Fix text positon. 
8210
8211 2006-12-11  Miguel de Icaza  <miguel@novell.com>
8212
8213         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
8214
8215         * Control.cs (DoubleBuffered): Add implementation.
8216
8217         * Application.cs (OpenForms): Add.
8218
8219 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
8220
8221         * Form.cs: Use opacity instead of Opactiy to determine if we need
8222         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
8223
8224 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
8225
8226         * Control.cs: Fix NRE if Control.Site was set to null.
8227
8228 2006-12-11  Chris Toshok  <toshok@ximian.com>
8229
8230         * Control.cs: ControlCollection.Remove should return if the arg is
8231         null, and ControlCollection.SetChildIndex should raise a ANE.
8232
8233 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
8234
8235         * Control.cs: Verify value set for Dock property. Code formatting
8236         updates.
8237
8238 2006-12-11  Jackson Harper  <jackson@ximian.com>
8239
8240         * TextControl.cs: Draw the caret and the selection when a flag is
8241         set on the owner.
8242         * TextBoxBase.cs: We want to draw the caret and the selection for
8243         TextBox but not for TextBoxBase.
8244         - If the window is resized and scrolling is no longer needed (the
8245         whole doc is visible) set the scroll position to zero.
8246         - The default SelectWord (the one TextBox uses) should move the
8247         caret to the end of the word.
8248         - SelectAll moves the caret to the end of the selection.
8249         * TextBox.cs: We don't selectall on focus, we just do it when the
8250         control is created.
8251         
8252 2006-12-11  Mike Kestner  <mkestner@novell.com>
8253
8254         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
8255
8256 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8257
8258         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
8259         2.0 support.
8260         * ListViewItem.cs: Add Name 2.0 property.
8261
8262 2006-12-11  Andreia Gaita  <avidigal@novell.com>
8263
8264         * TabControl.cs: Set visibility on selected or default tab 
8265         when tabcontrol handle is created, so that it's contents
8266         actually show up (duh). Fixes #80193
8267         Don't redraw the control if there is no handle created, as
8268         the selected index might be completely invalid. Added some tests
8269         to check for this.
8270
8271 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
8272
8273         * ToolBar.cs: Uses maximun width and height of all buttons as 
8274         button rectangle when ButtonSize specified, it looks strange but
8275         is what happens in Win32. Fixes #80189.
8276
8277 2006-12-11  Jackson Harper  <jackson@ximian.com>
8278
8279         * TextControl.cs: Need to track undo levels ourself, since
8280         compound actions will mess them up.
8281
8282 2006-12-10  Andreia Gaita  <avidigal@novell.com>
8283
8284         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
8285         SelectedIndex value is changed (even if it's not valid).
8286         Reset SelectedIndex to 0 when the handle is created and if
8287         the current index is invalid.
8288         Fixes SelectdeIndex unit tests and #80128
8289
8290 2006-12-08  Chris Toshok  <toshok@ximian.com>
8291
8292         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
8293         calls EndEdit, it needs to be called before we set current_cell to
8294         its new value.  Otherwise, we end up committing the value in the
8295         textbox to the new cell as well.  Fixes bug #80160.
8296
8297 2006-12-08  Chris Toshok  <toshok@ximian.com>
8298
8299         * Form.cs (set_CancelButton): if the button's DialogResult is
8300         None, set it to Cancel.  Fixes bug 80180.
8301
8302 2006-12-08  Jackson Harper  <jackson@ximian.com>
8303
8304         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
8305         to watch ourselves when setting the canvas size and setting the
8306         scrollbar values.
8307
8308 2006-12-08  Chris Toshok  <toshok@ximian.com>
8309
8310         * DataGrid.cs: comment out the two MakeTransparent calls for the
8311         time being so people using trunk (and not 1.2.2) on windows can
8312         actually use the datagrid.  This deals with bug #80151.
8313
8314 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
8315
8316         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
8317         Graphics.DrawImage (image, int, int, int, int) overload instead
8318         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
8319         the dpi difference and was blurring images it drew.
8320         [Fixes bug #79960]
8321
8322 2006-12-08  Chris Toshok  <toshok@ximian.com>
8323
8324         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
8325         rowcnt is 0 (such as with an empty datasource), and make sure we
8326         initialize not_usedarea.Y to cells.Y, so we don't draw over the
8327         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
8328
8329 2006-12-08  Chris Toshok  <toshok@ximian.com>
8330
8331         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
8332         grid.
8333
8334 2006-12-08  Chris Toshok  <toshok@ximian.com>
8335
8336         [ Fixes bug #80167 ]
8337         
8338         * ThemeWin32Classic.cs: don't draw the image if the button's flat
8339         style is FlatStyle.System.
8340
8341         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
8342         ButtonBase.flat_style private, and switch uses of it to the public
8343         property.
8344         
8345 2006-12-08  Chris Toshok  <toshok@ximian.com>
8346
8347         [ Fixes bug #80121 ]
8348         
8349         * ThemeWin32Classic.cs: center the caption text in the datagrid
8350         when we draw it.
8351
8352         * DataGrid.cs: lessen the amount we add to the caption height from
8353         6 to 2.  6 was making it huge.
8354
8355 2006-12-08  Andreia Gaita  <avidigal@novell.com>
8356
8357         * UpDownBase: Handle MouseWheel call directly instead of capturing
8358         the inner textbox's OnMouseWheel. Fixes #80166
8359
8360 2006-12-08  Jackson Harper  <jackson@ximian.com>
8361
8362         * TextControl.cs: We need to invalidate the textbox when we empty
8363         it (how had this not been discovered before?)
8364
8365 2006-12-08  Jackson Harper  <jackson@ximian.com>
8366
8367         * TextBoxBase.cs: Reworked the mouse down code so I could get it
8368         to behave like MS, we now ignore the eventargs.Click and just
8369         track state ourself, which we were already doing anyways.
8370         - Constrain the double click handler to the double click size.
8371         
8372 2006-12-08  Chris Toshok  <toshok@ximian.com>
8373
8374         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
8375         direction if that scrollbar isn't shown.  fixes bug #80158.
8376
8377 2006-12-08  Andreia Gaita  <avidigal@novell.com>
8378
8379         * NumericUpDown.cs: Update value on getter. Fixes #79950
8380
8381 2006-12-08  Chris Toshok  <toshok@ximian.com>
8382
8383         * MenuItem.cs: add back in the event cloning code.  I didn't know
8384         how to do it in the face of the EventHandlerList work i'd done
8385         last week.  Fixes bug #80183.
8386
8387 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
8388
8389         * Control.cs: Add an invalidate to the BackgroundImage setter.
8390         [Fixes 80184]
8391
8392 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
8393
8394         * ToolStrip*: Add some small properties reported by MoMA, fix event
8395         firing and default properties based off of unit tests, and add some
8396         attributes based off of the class status page.
8397
8398 2006-12-07  Jackson Harper  <jackson@ximian.com>
8399
8400         * TextBoxBase.cs: Take HideSelection into account when determining
8401         whether or not to show the selection.
8402         * RichTextBox.cs: After inserting the RTF into the document move
8403         the cursor to the beginning of the document.
8404
8405 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
8406
8407         * Control.cs: Remove static ArrayList "controls" which maintained
8408         a reference to every control created.
8409         * Application.cs: Create a static FormCollection to maintain a reference
8410         to every form created.  Use it in places that formerly enumerated through
8411         the controls one looking for forms.
8412         * Form.cs: Add and remove self from above FormCollection.
8413
8414 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
8415
8416         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
8417           not libgdk (though it makes me wonder why I didn't have any
8418           problems)
8419
8420 2006-12-07  Chris Toshok  <toshok@ximian.com>
8421
8422         [ you had to know this was coming after that last commit...]
8423         
8424         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
8425         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
8426         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
8427         XCopyArea).
8428
8429 2006-12-07  Chris Toshok  <toshok@ximian.com>
8430
8431         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
8432         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
8433         all the behavior we need for double buffering.
8434
8435         * XplatUIDriver.cs: implement the 3 double buffer methods using a
8436         client side Bitmap, just like the old Control-based double buffer
8437         code did.  The methods are virtual, so each XplatUI driver
8438         subclass can replace the implementation to use a faster, platform
8439         specific approach.
8440
8441         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
8442         double buffer code, and clean things up a bit in the process.
8443
8444 2006-12-06  Chris Toshok  <toshok@ximian.com>
8445
8446         * Control.cs: reindent WndProc.
8447
8448 2006-12-06  Chris Toshok  <toshok@ximian.com>
8449
8450         [ I wanna be like BenM when I grow up ]
8451         
8452         * Hwnd.cs: create a single static Graphics object on the static
8453         Bitmap we create.  use this for our text measurements.
8454
8455         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
8456         This was causing us to allocate a backbuffer for every control,
8457         even when it wasn't flagged as double buffered.  Instead use the
8458         single graphics instance.  This might have implications for
8459         multithreaded applications.  If we run into problems we can switch
8460         to creating 1 Graphics per control, on the static Hwnd bitmap.
8461
8462         this change nets us a 7M savings in private dirty mappings when
8463         running FormsTest.exe.
8464
8465 2006-12-06  Chris Toshok  <toshok@ximian.com>
8466
8467         * ListView.cs: the BackgroundImage override is just to set
8468         attributes.  chain up to base.BackgroundImage.
8469
8470         * RichTextBox.cs: same.
8471
8472         * ToolBar.cs: same, but we need to also redraw the toolbar when it
8473         changes, so instead a handler for BackgroundImageChanged.
8474         
8475         * Control.cs: make background_image private.
8476
8477 2006-12-06  Chris Toshok  <toshok@ximian.com>
8478
8479         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
8480         sure we even need this assignment, but roll with it for now.
8481
8482         * Control.cs: make the cursor field private.
8483
8484 2006-12-06  Chris Toshok  <toshok@ximian.com>
8485
8486         * Form.cs: we don't need to explicitly set ImeMode to
8487         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
8488         behavior in the face of ImeMode.Inherit.
8489
8490         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
8491         change the ctor's assignment to use ImeMode instead of ime_mode.
8492
8493         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
8494         ImeModeInherit.  Only check for the parent's imemode (and return
8495         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
8496         This fixes the button unit test, which sets both ImeMode and
8497         DefaultImeMode to ImeMode.Disable.
8498
8499         also make the ime_mode field private.
8500
8501 2006-12-06  Chris Toshok  <toshok@ximian.com>
8502
8503         * Control.cs: make control_style private.
8504
8505         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
8506         setting the styles to true, then setting them to false instead of
8507         reverting to their previous values.
8508
8509         also, call SetStyle on the scrollbars instead of using
8510         control_style directly.
8511
8512 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
8513
8514         * FormCollection.cs: Implement. [2.0]
8515
8516 2006-12-06  Chris Toshok  <toshok@ximian.com>
8517
8518         * Control.cs: make tab_stop private.
8519
8520         * Label.cs: set TabStop, not tab_stop.  reformat some event
8521         add/remove methods to make them more compact.
8522
8523 2006-12-06  Chris Toshok  <toshok@ximian.com>
8524
8525         * RadioButton.cs: fix TabStop handling.
8526
8527 2006-12-06  Chris Toshok  <toshok@ximian.com>
8528
8529         * TextBox.cs: remove the explicit assignments to has_focus.
8530         Control does that.
8531
8532         * ButtonBase.cs: remove the assignment to has_focus.  Control will
8533         manage that.
8534         
8535 2006-12-06  Chris Toshok  <toshok@ximian.com>
8536
8537         * ButtonBase.cs: remove all uses of is_enabled from this code.
8538         it's always true when any of the code containing the checks is
8539         executed.
8540
8541 2006-12-06  Chris Toshok  <toshok@ximian.com>
8542
8543         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
8544         with different semantics (some are present in both 1.1 and 2.0
8545         profiles) so that we match MS's behavior in our unit tests.
8546
8547 2006-12-06  Jackson Harper  <jackson@ximian.com>
8548
8549         * TextControl.cs: Make this operation undoable.
8550         * TextBoxBase.cs: Factor the border width into the preferred
8551         height.
8552         - implement Modified as per the spec.
8553
8554 2006-12-06  Chris Toshok  <toshok@ximian.com>
8555
8556         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
8557
8558 2006-12-06  Chris Toshok  <toshok@ximian.com>
8559
8560         * Control.cs: make right_to_left and context_menu fields private.
8561
8562 2006-12-06  Chris Toshok  <toshok@ximian.com>
8563
8564         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
8565         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
8566         Control.child_controls private.  switch all uses over to
8567         Control.Controls.
8568
8569 2006-12-06  Chris Toshok  <toshok@ximian.com>
8570
8571         * System.Windows.Forms/GroupBox.cs,
8572         System.Windows.Forms/AccessibleObject.cs,
8573         System.Windows.Forms/ErrorProvider.cs,
8574         System.Windows.Forms/Control.cs,
8575         System.Windows.Forms/UpDownBase.cs,
8576         System.Windows.Forms/ScrollBar.cs,
8577         System.Windows.Forms/DateTimePicker.cs,
8578         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
8579         System.Windows.Forms/ToolTip.cs,
8580         System.Windows.Forms/RadioButton.cs,
8581         System.Windows.Forms/LinkLabel.cs,
8582         System.Windows.Forms/Splitter.cs,
8583         System.Windows.Forms/TextBoxBase.cs,
8584         System.Windows.Forms/ToolStripTextBox.cs,
8585         System.Windows.Forms/ContainerControl.cs,
8586         System.Windows.Forms/ThemeWin32Classic.cs,
8587         System.Windows.Forms/SizeGrip.cs,
8588         System.Windows.Forms/ToolStripDropDown.cs,
8589         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
8590         private.  switch all uses over to Control.Parent.
8591
8592 2006-12-06  Chris Toshok  <toshok@ximian.com>
8593
8594         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
8595         Control does this before calling emitting these events.
8596
8597         * TabControl.cs: same.
8598
8599         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
8600         Control.client_rect.
8601
8602         * ButtonBase.cs: use the ClientSize property instead of the
8603         client_size field.
8604
8605         * ScrollableControl.cs: same.
8606
8607         * Control.cs: another pass at making properties private.  also,
8608         move the initialization of tab_stop to the ctor.
8609
8610 2006-12-05  Andreia Gaita <avidigal@novell.com>
8611
8612         * TabControl.cs: Let the selected index be set freely if the 
8613         control handle is not yet created.
8614
8615 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
8616
8617         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
8618         internal until I can rewrite DefaultLayout.
8619         * ToolStrip.cs: Fix build error and some general cleaning.
8620         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
8621         Fix build errors caused by making some of Control's fields private.
8622
8623 2006-12-05  Jackson Harper  <jackson@ximian.com>
8624
8625         * TextControl.cs: Redo Insert a little so that it use IndexOf
8626         instead of Split, this prevents it from messing up on things like
8627         \n\n\n. Also more effecient since the split array doesn't need to
8628         be created.
8629         * TextBoxBase.cs: AppendText doesnt handle multiline and non
8630         multiline text differently, this is the first of many fixes that
8631         will make multiline/non-multiline the same thing as far as the
8632         TextBoxBase is concerned.
8633         - Don't split the text and insert lines, this can lose some line
8634         endings (like is the last line a soft or hard break). Instead use
8635         the new Insert.
8636         - Fix an off by one when combining all the lines in the Text
8637         getter.
8638         - Remove separate multiline handling from the Text getter/setter.
8639
8640 2006-12-05  Chris Toshok  <toshok@ximian.com>
8641
8642         * ButtonBase.cs: a few changes:
8643
8644         - don't reinitialize internal Control fields in the ctor when they
8645         have the same values as Control sets them.
8646
8647         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
8648         this before calling those methods.
8649
8650         - we don't need to call Refresh for anything.  use Invalidate
8651         instead.
8652
8653         - OnEnabledChanged doesn't need to redraw at all - Control.cs
8654         calls Refresh in its OnEnabledChanged.
8655         
8656         - several of the events we were registered for in the ctor to
8657         redraw ourselves already include calls to Invalidate in the
8658         property setters that raise the events.  remove the extra
8659         invalidation.
8660
8661         - reformat a switch statement that was 83274658 columns wide.
8662         
8663 2006-12-05  Mike Kestner  <mkestner@novell.com>
8664
8665         * ComboBox.cs: fix a unit test regression from a TextBox
8666         SelectionLength return of -1 when there's no selection.  
8667
8668 2006-12-05  Chris Toshok  <toshok@ximian.com>
8669
8670         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
8671         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
8672         cleaning up some of the internal Control fields being used by
8673         subclasses.
8674
8675 2006-12-05  Mike Kestner  <mkestner@novell.com>
8676
8677         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
8678         listbox after AddImplicit calls since it defaults to hidden. Add a 
8679         hack to preserve requested heights across DropDownStyle changes.
8680
8681 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
8682
8683         * PropertyGrid.cs: Hide FindFirstItem method from public API.
8684
8685 2006-12-05  Chris Toshok  <toshok@ximian.com>
8686
8687         * DataGridView.cs: fix compiler warnings.
8688
8689         * PrintControllerWithStatusDialog.cs: same.
8690
8691         * ToolBar.cs: same.
8692
8693         * FolderBrowserDialog.cs: same.
8694
8695         * Splitter.cs: same.
8696
8697         * DataGridViewComboBoxCell.cs: same.
8698
8699         * XplatUIWin32.cs: same.
8700
8701         * PictureBox.cs: same.
8702
8703         * Win32DnD.cs: same.
8704
8705         * PageSetupDialog.cs: same.
8706
8707         * FileDialog.cs: same.
8708
8709         * PrintDialog.cs: same.
8710
8711         * DataGridTextBoxColumn.cs: same.
8712
8713         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
8714
8715 2006-12-05  Chris Toshok  <toshok@ximian.com>
8716
8717         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
8718         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
8719         System.ComponentModel.EventHandlerList work.
8720
8721 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
8722
8723         * DrawTreeNodeEventArgs.cs: Added.
8724
8725 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8726         
8727         * InternalWindowManager.cs: Remove an unused field.
8728         
8729 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8730
8731         * InternalWindowManager.cs:
8732         - Save the point where the title bar is clicked.
8733         
8734         * MdiWindowManager.cs:
8735         - Only allow moving of the window as long as the 
8736         clicked point on the title bar does not get out of
8737         MdiClient's rectangle. Fixes #79982.
8738         
8739         * MdiClient.cs:
8740         - Added Horizontal/VerticalScrollbarVisible.
8741         - Simplified the scrollbar sizing algorithm.
8742         - Cache the difference in scrolled value in
8743         H/VBarValueChanged and move the calculation out
8744         of the for loop.
8745
8746 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8747
8748         * Control.cs: Make the Console.WriteLine in WndProc 
8749         write more info.
8750
8751 2006-12-05  Chris Toshok  <toshok@ximian.com>
8752
8753         * ToolStripManager.cs, ToolStripButton.cs,
8754         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
8755         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
8756         ToolStripSplitButton.cs, ToolStripSeparator.cs,
8757         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
8758         ToolStripProgressBar.cs, ToolStripContainer.cs,
8759         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
8760         to using System.ComponentModel.EventHandlerList.
8761
8762 2006-12-04  Chris Toshok  <toshok@ximian.com>
8763
8764         * LinkLabel.cs: fix up compiler warnings.
8765
8766         * TableLayoutSettings.cs: same.
8767
8768         * TreeView.cs: same.
8769
8770         * ToolBar.cs: same.
8771
8772         * TabControl.cs: same.
8773
8774         * RichTextBox.cs: same.
8775
8776         * ListViewItem.cs: same.
8777
8778         * PropertyGrid.cs: same.
8779
8780         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
8781
8782         * ToolTip.cs same.
8783
8784         * TextRenderer.cs: fix up compiler warnings.
8785
8786         * Label.cs: same.
8787
8788         * Form.cs: corcompare fixes.
8789
8790         * PictureBox.cs: fix up compiler warnings.
8791
8792         * ImageListStreamer.cs: same.
8793
8794         * TrackBar.cs: corcompare fix.
8795
8796         * Control.cs: fix up compiler warnings.
8797
8798         * SplitterPanel.cs: same.
8799
8800         * NumericTextBox.cs: same.
8801
8802         * ImageList.cs: same.
8803
8804         * StatusStrip.cs: same.
8805
8806         * ProgressBar.cs: corcompare fix.
8807
8808         * ToolStripButton.cs: fix up compiler warnings.
8809
8810         * ToolStripStatusLabel.cs: same.
8811
8812         * ToolStripSplitButton.cs: same.
8813
8814         * ToolStripSeparator.cs: same.
8815
8816         * ToolStripProgressBar.cs: same.
8817
8818         * ToolStripDropDownMenu.cs: same
8819
8820         * ToolStripDropDown.cs: same.
8821
8822         * ToolStripDropDownButton.cs: same.
8823
8824         * ToolStrip.cs: same.
8825
8826         * ToolStripControlHost.cs: same.
8827
8828         * ToolStripContentPanel.cs: same.
8829
8830         * ToolStripDropDown.cs: same.
8831
8832         * ToolStripContainer.cs: same.
8833
8834         * ToolStripPanel.cs: same, and add "new" where we need it to work
8835         with the new ArrangedElementCollection.
8836
8837         * ToolStripItemCollection.cs: add "new" where we need it to work
8838         with the new ArrangedElementCollection.
8839
8840 2006-12-04  Andreia Gaita <avidigal@novell.com>
8841
8842         * TabControl.cs: Fix default tab selection to after TabControl
8843         gets focus and not before. Fixes #80128
8844
8845 2006-12-04  Chris Toshok  <toshok@ximian.com>
8846
8847         * DataGridTableStyle.cs: remove the gross calling of
8848         datagrid.Refresh from here.  It's a broken idea and it doesn't
8849         work anyway.
8850
8851         * DataGrid.cs: instead, just register/unregister from the
8852         DataGridTableStyle events in CurrentTableStyle.  we play it
8853         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
8854         even though some would most likely not require it.  Fixes bug
8855         #80115 (and one portion of #80117 as a side effect).
8856
8857 2006-12-04  Chris Toshok  <toshok@ximian.com>
8858
8859         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
8860         so the textbox (if any) goes away.  Fixes bug #80117.
8861
8862 2006-12-04  Chris Toshok  <toshok@ximian.com>
8863
8864         * DataGridColumnStyle.cs: set the column's readonly property
8865         initially based on the property descriptor's IsReadOnly.  Fixes
8866         bug #80044.
8867
8868 2006-12-04  Chris Toshok  <toshok@ximian.com>
8869
8870         * ComboBox.cs: wrap the dropdown style changing work in
8871         SuspendLayout/ResumeLayout.  Fixes bug #79968.
8872
8873 2006-12-04  Jackson Harper  <jackson@ximian.com>
8874
8875         * TextBoxBase.cs: Fix off by one, since these are one-based.
8876         * TextBox.cs: Select all the text when we get focus.  The TextBox
8877         does this but the RTB does not.
8878
8879 2006-12-04  Chris Toshok  <toshok@ximian.com>
8880
8881         * DataGridTextBoxColumn.cs: remove some spew.
8882
8883         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
8884         but some part of me is saying "it shouldn't be here.."  At any
8885         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
8886         setting the value.
8887
8888 2006-12-04  Chris Toshok  <toshok@ximian.com>
8889
8890         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
8891         to reassign the propertydescriptor.
8892
8893 2006-12-04  Jackson Harper  <jackson@ximian.com>
8894
8895         * TextBoxBase.cs:
8896         * TextControl.cs: Remove some unused variables.  Maybe this will
8897         patch things up between mike and I.
8898         - don't split lines less then one char wide, if the viewport is
8899         that small text won't be visible anyways.
8900         
8901 2006-12-04  Jackson Harper  <jackson@ximian.com>
8902
8903         * TextBoxBase.cs: Default selection length is -1, need to do some
8904         more testing on windows to see when this is used for the property.
8905         - Redid the Lines [] property to that we properly remove soft line
8906         breaks
8907         - added support for preserving carriage returns
8908         -  CanUndo is not a variable like 'is undo enabled' it just returns
8909         true if there is undo operations available.
8910         - AppendText doesn't need to grab the last tag itself anymore,
8911         this happens automatically when we move the cursor.
8912         * TextControl.cs: Add CompoundActions to the undo class. This
8913         allows combining the other operations into one big option.  ie a
8914         paste will combine { delete old, insert new, move cursor }
8915         - Add InsertString undo operation
8916         - New method for deleting multiline text
8917         - Add carriage returns to lines. So we can preserve carriage
8918         returns when text is 'roundtripped'
8919
8920 2006-12-04  Chris Toshok  <toshok@ximian.com>
8921
8922         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
8923         minimum 0.  Fixes the scrollbar exception in bug #80136.
8924
8925 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8926
8927         * MdiClient.cs: 
8928         * MdiWindowManager: Removed unused fields and methods.
8929         
8930 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8931         
8932         * StatusBar.cs: Update all panels when a AutoSize=Contents
8933         panel needs updating.
8934         
8935         * StatusBarPanel.cs: Remove twidth and only use initialize.
8936         Fixes #80031.
8937                 
8938 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8939
8940         * Form.cs: When a form's MdiParent is set add it directly
8941         on top of the z-order in stead of relying on MdiClient's
8942         ActivateChild to do it. Fixes #80135.
8943         
8944         * MdiClient.cs: 
8945         - Remove original_order, mdi_child_list is already doing
8946         the same thing.
8947         - Create mdi_child_list on construction in
8948         stead of first use (avoids a few null checks).
8949
8950         * MenuItem.cs: Use an already existing list of mdi children
8951         to get the correct order of children and remove the other
8952         redundant list.
8953
8954 2006-12-04  Chris Toshok  <toshok@ximian.com>
8955
8956         * PropertyGridView.cs: cached_splitter_location is only used in
8957         !DOUBLEBUFFER code.
8958
8959         * PropertyGrid.cs: implement the ComComponentNameChanged event
8960         using Events, hoping that would fix the warning.  Looks like a
8961         compiler bug instead (#80144).
8962
8963         * PropertyManager.cs: remove unused method.
8964
8965 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
8966
8967         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
8968         include parentesis to fix expression evaluation. Fixes #79634.
8969
8970 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
8971         
8972         * MenuAPI.cs:
8973         - Changes to fix behavior in Menu control, some reported in #80097
8974         and other detected during behavior refactory like a select event
8975         problems.
8976         - Remove unneded "if's" conditions.
8977         - Created an internal to flag when popup is active in control, we need 
8978         it because in .NET you can have menu active but without popup active
8979         when you active menu using popup without visible items.
8980         - Mimic win32 behavior for Select and Popup events.  
8981         - Dont open popup menu when you dont have visible subitems.
8982         - Do nothing when click on disabled menu item.
8983         - Some small changes to follow the coding style guidelines.
8984         - Unselect menu only when another control gives focus. Fixes #80097.
8985         - Remove unused code.
8986         
8987         * MenuItem.cs: internal VisibleItems method to check if menu
8988         theres visible subitems, it will be usefull to fix some 
8989         behavior in Menu control.
8990         
8991 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
8992         
8993         * Timer.cs: Tag property for 2.0 profile.
8994         
8995 2006-12-01  Chris Toshok  <toshok@ximian.com>
8996
8997         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
8998         
8999         * Win32DnD.cs: comment out some unused fields.
9000
9001         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
9002         some unused properties/methods.
9003
9004         * XplatUIX11.cs: fix MousePosition so we override the base class's
9005         property instead of conflicting with it.
9006
9007         * PictureBox.cs: comment out some unused fields
9008
9009         * OSXStructs.cs: make some struct fields public.
9010
9011         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
9012         MousePosition so we override the base class's property instead of
9013         conflicting with it.
9014
9015         * X11Dnd.cs: comment out some unused fields
9016
9017         * X11DesktopColors.cs: fix some struct field visibility to quiet
9018         the compiler.
9019
9020         * X11Dnd.cs: remove some debug code.
9021
9022         * ThemeClearlooks.cs: comment out unused field.
9023
9024         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
9025
9026         * ThemeGtk.cs: comment out some unused pinvokes.
9027
9028         * Timer.cs: remove some unused fields.
9029
9030         * ThemeClearlooks.cs: comment out unused field.
9031
9032         * UpDownBase.cs: comment out unused field.
9033
9034         * DataObject.cs: comment out unused field.
9035
9036         * DataGridBoolColumn.cs: reomve unused field.
9037
9038         * DataGrid.cs: remove unused field.
9039
9040         * Cursor.cs: remove old ToBitmap code.
9041
9042         * ControlPaint.cs: remove unused method.
9043
9044         * ScrollBar.cs: remove unused fields.
9045
9046         * ComboBox.cs: remove unused field, and chain up to
9047         AccessibleObject ctor.
9048
9049         * ListBox.cs: remove unused field.
9050
9051         * ButtonBase.cs: wrap a couple fields in NET_2_0.
9052
9053         * GridEntry.cs: remove unused fields.
9054
9055         * Binding.cs: remove unused fields.
9056
9057         * AxHost.cs: remove unused method.
9058
9059         * ContainerControl.cs: remove unused field.
9060
9061         * ScrollableControl.cs: remove unused fields.
9062
9063 2006-12-01  Chris Toshok  <toshok@ximian.com>
9064
9065         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
9066         the Where/WhereString stuff.  it's easy enough to CWL
9067         Environment.StackTrace.
9068
9069         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
9070         unused private fields.
9071
9072 2006-12-01  Jackson Harper  <jackson@ximian.com>
9073
9074         * TextControl.cs: Do not update the view while inserting multiline
9075         text. If we update the view we might wrap lines, before entering
9076         the new lines, which causes the new line insertion calculations to
9077         be totally fubared.
9078         - Remove an old TODO
9079         - Make debug output a little nicer
9080         
9081 2006-12-01  Chris Toshok  <toshok@ximian.com>
9082
9083         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
9084
9085 2006-12-01  Chris Toshok  <toshok@ximian.com>
9086
9087         [ fix the majority of the CS0108 warnings we've been suppressing ]
9088         
9089         * TreeView.cs: mark BackgroundImageChanged as 'new'.
9090
9091         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
9092         to "LayoutToolBar" to quiet mcs.
9093         
9094         * TabControl.cs: mark our ControlCollection class as 'new'.
9095
9096         * TextBoxBase.cs: mark some events as 'new'.
9097
9098         * Splitter.cs: TabStop is 'new'.
9099
9100         * ControlBindingsCollection.cs: mark a few methods as new since
9101         they change the visibility from protected to public.
9102
9103         * RadioButton.cs: DoubleClick -> base class, and remove unused
9104         HaveDoubleClick.
9105
9106         * MonthCalendar.cs: ImeMode property -> base class, and mark many
9107         events as new.
9108
9109         * NumericUpDown.cs: TextChanged -> base class.
9110
9111         * CheckedListBox.cs: mark our ObjectCollection class as new to
9112         quiet mcs.
9113
9114         * FolderBrowserDialog.cs: make HelpRequest event new and have it
9115         muck with the base class.
9116
9117         * StatusBar.cs: fix some mcs warnings about Update being the same
9118         name as a base class method.
9119
9120         * RichTextBox.cs: mark some events as new, and make them do things
9121         to the base class impl.
9122
9123         * UserControl.cs: mark TextChanged as new, and have it manipulate
9124         base.TextChanged.
9125
9126         * UpDownBase.cs: mark some things new.
9127
9128         * CheckBox.cs: mark DoubleClick "new", and add some text about
9129         what we need to look at.
9130
9131         * Panel.cs: make the events "new", and manipulate the base
9132         version.  these are just here for attributes.
9133
9134         * AccessibleObject.cs: make owner private.
9135
9136         * Control.cs: deal with AccessibleObject.owner being private.
9137         cache our own copy if we need it.
9138
9139         * Button.cs: add "new" to the DoubleClickEvent.
9140
9141         * ListBox.cs: no need to track our own has_focus here.  let
9142         Control.has_focus do it for us.  Also some other work to clear up
9143         warnings about not overriding base class methods of the same name.
9144         
9145         * ComboBox.cs: clear up some warnings about not override base
9146         class methods of the same name.
9147
9148 2006-12-01  Chris Toshok  <toshok@ximian.com>
9149
9150         * Form.cs: flag a few things as "new" to quiet some of the mcs
9151         warnings.
9152
9153         * AxHost.cs: same.
9154
9155         * PrintPreviewDialog.cs: same.
9156
9157         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
9158         now DGV isn't so horrible on the class status page.  also, move
9159         all events to using System.ComponentModel.EventHandlerList.  my
9160         wrists hurt.
9161
9162 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9163
9164         * MdiWindowManager.cs:
9165         - Set form to active mdi child if shown,
9166         and update the active mdi child to the next 
9167         remaining child in the z-order if the form is hidden.
9168
9169         * Form.cs: 
9170         - Track if the form has been visible and if its 
9171         visibility is beeing changed, so that the MdiClient
9172         can properly decide the ActiveMdiChild. The MdiClient 
9173         cannot track this since the form can change visibility 
9174         before MdiClient is created.
9175
9176         * MdiClient.cs:
9177         - Don't activate anything of the parent form is changing
9178         its visibility.
9179         - Rework ActiveMdiChild to only return visible mdi 
9180         children and take into account several other corner 
9181         cases.
9182
9183 2006-12-01  Chris Toshok  <toshok@ximian.com>
9184
9185         * IBindableComponent.cs: new 2.0 interface.
9186
9187 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
9188
9189         * DataGrid.cs: Font for caption area is bold by default.
9190
9191 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
9192
9193         * Menu.cs: Tag property for 2.0.
9194         
9195 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
9196
9197         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
9198         
9199 2006-12-01  Chris Toshok  <toshok@ximian.com>
9200
9201         * TreeView.cs: doh, the Begin* events should be
9202         TreeViewCancelEventHandler.
9203
9204 2006-12-01  Chris Toshok  <toshok@ximian.com>
9205
9206         * Form.cs: Form.ControlCollection already stores off the
9207         form_owner field.  don't access the base class's internal "owner"
9208         field.
9209
9210         * Control.cs: make all the fields in Control.ControlCollection
9211         private.  there's no need for any internal fields here.
9212
9213 2006-12-01  Chris Toshok  <toshok@ximian.com>
9214
9215         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
9216         OnHandleCreated.  Fixes bug #80109.
9217
9218 2006-12-01  Chris Toshok  <toshok@ximian.com>
9219
9220         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
9221         SplitContainer.cs, Control.cs, StatusStrip.cs,
9222         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
9223         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
9224         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
9225         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
9226         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
9227         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
9228         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
9229         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
9230         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
9231         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
9232
9233         do most of the work to convert our code over to use
9234         System.ComponentModel.Component.Events for
9235         adding/removing/dispatching events.
9236
9237
9238 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
9239
9240         * DataGridView.cs: Fix an ArgumentNullException reported 
9241         twice today in IRC.
9242
9243 2006-11-30  Mike Kestner  <mkestner@novell.com>
9244
9245         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
9246         grabbed listbox.  Fixes #80036 and #80101.
9247
9248 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
9249
9250         * Message.cs: Changed ToString() to match MS.
9251         
9252 2006-11-30  Jackson Harper  <jackson@ximian.com>
9253
9254         * TextBoxBase.cs: You can still change the selected text on a read
9255         only textbox.
9256         * TextControl.cs: Lower magic number for wrap calculations. This
9257         lets text get closer to the right (far) edge.
9258
9259 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
9260
9261         * Control.cs: Tweak 2.0 layout properties.
9262         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
9263         * TextRenderer.cs: Add a new overload.
9264         * ToolStrip*: Huge amount of changes and new features.
9265
9266 2006-11-30  Mike Kestner  <mkestner@novell.com>
9267
9268         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
9269         scroll range correct.  Fixes #79994.
9270
9271 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
9272
9273         * MdiWindowManager.cs: Update main form's text when
9274         a form is closed. (fixes #80038)
9275         
9276 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
9277
9278         * ToolBar.cs:
9279         - Fix an regression in ButtonSize.
9280         - Get ImeMode default value change to "Disable".
9281         - Get ShowTooltips default value change to true, default value is 
9282         "false" but after make a test in .NET we get "true" result as default.
9283         
9284 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
9285
9286         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
9287
9288 2006-11-29  Chris Toshok  <toshok@ximian.com>
9289
9290         * XplatUIWin32.cs (GetWindowTransparency): check return value of
9291         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
9292         SetWindowTransparency hasn't been called.
9293
9294 2006-11-29  Chris Toshok  <toshok@ximian.com>
9295
9296         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
9297         if it's supported.
9298         (set_AllowTransparency): reorder things a little so that the
9299         WS_EX_LAYERED style is removed properly.
9300
9301 2006-11-29  Chris Toshok  <toshok@ximian.com>
9302
9303         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
9304         
9305         * Form.cs: only call the XplatUI transparency method (get/set) if
9306         SupportsTransparency says it's supported. Otherwise fallback to
9307         doing nothing (in the set case) or returning the instance field we
9308         cache (in the get case).
9309
9310         * XplatUIStructs.cs: add TransparencySupport flag enum.
9311         
9312         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
9313         change to SupportsTransparency.
9314
9315         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
9316         TransparencySupport.None from SupportsTransparency.
9317
9318         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
9319         TransparencySupport.Set from SupportsTransparency.
9320
9321         * XplatUIWin32.cs: implement GetWindowTransparency calling
9322         GetLayeredWindowAttributes, and implement SupportsTransparency by
9323         checking whether or not both
9324         GetWindowTransparency/SetWindowTransparency are available
9325         entrypoints.  We need to do this since SetWindowTransparency is
9326         available as of win2k, but GetWindowTransparency requires winxp.
9327         yay win32 api.
9328
9329         * XplatUI.cs: Add GetWindowTransparency, and change
9330         SupportsTransparency to allow for either/both Get/Set.
9331
9332 2006-11-29  Chris Toshok  <toshok@ximian.com>
9333
9334         * DataGrid.cs: keep from going into an infinite loop redrawing a
9335         datagrid that has no datasource.  Fixes bug #80033.
9336
9337 2006-11-29  Chris Toshok  <toshok@ximian.com>
9338
9339         * MenuItem.cs: fix the NRE when we assign text (and therefore call
9340         Invalidate) before the mainmenu has been assigned to a control.
9341
9342 2006-11-29  Chris Toshok  <toshok@ximian.com>
9343
9344         * DataGrid.cs: detect when we should be double the double click
9345         row/column autosize stuff, although that codepath has yet to be
9346         written.  part of the work for bug #79891.
9347
9348 2006-11-29  Chris Toshok  <toshok@ximian.com>
9349
9350         * Binding.cs (SetControl): fix unit test.
9351
9352 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9353
9354         * PageSetupDialog.cs: Validate the margins and set them in
9355         PageSettings. 
9356         * NumericTextBox.cs: New class to mimic the behavior of the
9357         textboxes used in the printing dialogs.
9358
9359 2006-11-29  Andreia Gaita  <avidigal@novell.com>
9360         
9361         * Form.cs: Revert previous change (remove call UpdateBounds
9362         from form constructor), because it messes with the handle creation
9363         order, and that one needs lots and lots of love.
9364         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
9365         for valid printer and throw InvalidPrinterException if document
9366         is set but printer not valid), adding a MonoTODO. Once 
9367         handle creation is done properly, we can put this back in.
9368
9369 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9370
9371         * MenuItem.cs: Create a invalidate method for menu item, to be
9372         calling from set text, it make text changes to imadiate update
9373         on screen. Fixes #80013. 
9374         
9375 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9376
9377         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
9378         fixes bug #80070 and some other problem on toolbar buttons
9379         layout.
9380
9381 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9382
9383         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
9384         with dotted brush.      Fixes #79564
9385         
9386 2006-11-28  Andreia Gaita  <avidigal@novell.com>
9387
9388         * Form.cs: Removed call to UpdateBounds on Form
9389         constructor, it was causing a call to CreateHandle
9390         before it was supposed to.
9391         * PrintControllerWithStatusDialog: Applied patch
9392         by Chris Toshok to hide controller when there are
9393         no printers available.
9394         PrintDialog.cs: initialize printer settings to 
9395         null - correct DefaultValues test #5
9396         * PrintPreviewControl.cs: Move PrintController
9397         initialization to GeneratePreview
9398         * PrintPreviewDialog.cs: 
9399         - Remove Preview generation     from Document_set(). It is 
9400         called on OnPaint
9401         - Throw InvalidPrinterException on CreateHandle if
9402         a Document is set but there are no printers or 
9403         printer is not valid.
9404         * ThemeWin32Classic: don't paint PrintPreviewControl
9405         if there is nothing to paint    
9406
9407 2006-11-28  Miguel de Icaza  <miguel@novell.com>
9408
9409         * Form.cs: Add another popular method.
9410
9411         * TabPage.cs: ditto.
9412
9413 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9414
9415         * MenuItem.cs: Fixed a warning.
9416         * InternalWindowManager: Fixed a warning.
9417
9418 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9419
9420         * MenuItem.cs:
9421         - When cloning a menu also clone MdiList and clone the 
9422           window menu items properly (as the forms and menuitems
9423           are kept in an internal hashtable, these need updating 
9424           as well)
9425         - Rewrote the window menu code, menu items are added in the
9426           order the forms were added to their parent, and they are
9427           updated every time the window menu is shown (before the
9428           list was only generated once, in the current order of the
9429           forms, and would never be updated). A checkmark is shown
9430           next to the item corresponding to the active mdi child.
9431
9432 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9433
9434         * XplatUIStructs.cs: 
9435         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
9436         
9437         * XplatUIWin32.cs: 
9438         - Added TME_NONCLIENT to TMEFlags.
9439         - Handles WM_NCMOUSEMOVE in GetMessage to 
9440           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
9441
9442         * MdiWindowManager:
9443         - Now merges mdi child menu to parent menu when maximized.
9444         - Recalculate NC areas of both mdi child and mdi parent. 
9445           Fixes #79757 (4).
9446           on window state and size changes.Fixes #79844 (3).
9447         - Handle WM_NCCALCSIZE to properly calculate borders.
9448
9449         * Form.cs:
9450         - Add/remove to the mdi containers list of mdi children 
9451           in the order they are added.
9452         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
9453           to the maximized mdi child.
9454         
9455         * InternalWindowManager.cs:
9456         - Only execute a click on the control buttons on the mouse up,
9457           not on the mouse down. Show the state of the button 
9458           (was only showing Normal state, never Pressed state). The
9459           pressed button now follows the mouse (if you click the Close 
9460           button and move the mouse over the Maximize button, the 
9461           Maximize button will be shown as pressed). Since Win32 does
9462           not generate WM_NCLBUTTONUP if you release the button outside
9463           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
9464           it as a mouse up.
9465         
9466         * ThemeWin32Classic.cs:
9467         - Draw a missing border around mdi child forms. Fixes #79844 (2).
9468
9469         * MdiClient.cs:
9470         - Added a list of forms which contains the order the forms are
9471           added to the mdi parent.
9472         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
9473         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
9474         - If the active form changes set the scrollbars to the top
9475           of the Z order, otherwise the form could hide them.
9476         - Scrollbars are now sized according to ClientSize, not 
9477           to Size, and they take into account the other scrollbar
9478           to determine maximum.
9479         
9480 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
9481         
9482         * XplatUI.cs:
9483         * XplatUIDriver.cs:
9484         * XplatUIX11.cs:
9485         * XplatUIWin32.cs:
9486         * XplatUIOSX.cs:
9487         - Added RequestAdditionalWM_NCMessages for windows to 
9488           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
9489           Currently only implemented in XplatUIWin32.
9490
9491 2006-11-27  Chris Toshok  <toshok@ximian.com>
9492
9493         * Hwnd.cs: only add the hwnd to the windows hash in
9494         set_WholeWindow and set_ClientWindow if whole_window/client_window
9495         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
9496
9497 2006-11-27  Mike Kestner  <mkestner@novell.com>
9498
9499         * ComboBox.cs: remove redundant OnDropDown call.  It is called
9500         from the ComboListBox.ShowWindow code. Fixes #79969.
9501
9502 2006-11-27  Chris Toshok  <toshok@ximian.com>
9503
9504         * Hwnd.cs: remove the setters for ExposePending and
9505         NCExposePending - noone uses them.
9506
9507 2006-11-27  Jackson Harper  <jackson@ximian.com>
9508
9509         * TextControl.cs: new param for ReplaceSelection which determines
9510         whether we select the new selection, or set the cursor to the end
9511         of the new selection.
9512         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
9513         pasting, select the new text.
9514         * RichTextBox.cs: Use new param for ReplaceSelection.
9515
9516 2006-11-27  Jackson Harper  <jackson@ximian.com>
9517
9518         * TextBoxBase.cs: Set the selection to the caret after the caret
9519         is moved, otherwise they get out of sync.
9520
9521 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
9522
9523         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
9524         it fixes #80015
9525
9526 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
9527
9528         * ThemeWin32Classic.cs: 
9529         - Fix toolbar drop down arrow position.
9530         - Fix drop down appearance when ToolBar.Appearance is normal,
9531         it fixes #80018.
9532         
9533 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
9534
9535         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
9536         * Control.cs: Same.
9537         * UpDownBase.cs: Same.
9538         * ButtonBase.cs: Same.
9539         * ScrollBar.cs: Same.
9540         * TrackBar.cs: Same.
9541         * PictureBox.cs: Same.
9542         * UserControl.cs: Same.
9543         * Label.cs: Same.
9544         * ListControl.cs: Same.
9545         * TextBoxBase.cs: Same.
9546         * ListView.cs: Same.
9547         * RichTextBox.cs: Same.
9548         * TreeView.cs: Same.
9549
9550 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
9551
9552         * PrintDialog.cs:
9553         - Text label for where 
9554         - Text label comment was not shown
9555
9556 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
9557
9558         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
9559
9560 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
9561
9562         * InternalWindowManager.cs: 
9563         - Handle WM_PARENTNOTIFY to activate the form
9564         if any child control is clicked.
9565         - The form is only sizable if not minimized.
9566
9567         * MdiWindowManager.cs:
9568         - Save the IconicBounds if the form is moved.
9569         - Rework SetWindowState, now the window bounds 
9570         are stored only if the old window state is Normal.
9571         
9572         * MdiClient.cs:
9573         - In SetWindowStates store the old window state if 
9574         the window is maximized and restore window state if
9575         the window looses focus.
9576         - Don't handle any scrollbar value changes if 
9577         initializing the scroll bars. Fixes #79771.
9578         - Reworked ArrangeIconicWindows. Current algorithm
9579         tests bounds agains all other minimized windows, if
9580         any intersections create new bounds (going left to 
9581         right, bottom to top) and then test again. When 
9582         successful the bounds are saved and never computed
9583         again. Fixes #79774.
9584
9585 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
9586
9587         * InternalWindowManager.cs: Added HandleTitleBarUp.
9588
9589 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
9590
9591         * NumericUpDown.cs: In .NET 1.1, user entered text is still
9592         hexadecimal in ParseUserEdit.
9593
9594         
9595 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
9596
9597         * MdiWindowManager.cs: 
9598         - Handle a click on the form's icon to show the 
9599         system menu (when maximized). Fixes #79775.
9600         - Change the existing click handler for the form's
9601         icon when not maximized to show on MouseUp.
9602         Fixes #79776.
9603
9604         * Form.cs: In OnResize only layout the mdi child's
9605         parent if it actually has a parent. Might not if
9606         the window is closing.
9607
9608
9609 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
9610
9611         * MdiClient.cs: Ignore active MDI client for text of parent, if
9612         child has no text set.
9613
9614 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
9615
9616         * ToolBar.cs: Fixed ToString to match MS.
9617
9618 2006-11-22  Andreia Gaita  <avidigal@novell.com>
9619
9620         * NumericUpDown: 
9621         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
9622         update inner values on set. Fixes #79966.
9623         - Override OnLostFocus to update value on NET 2. Fixes #79950.
9624         - Fix hexadecimal parsing.
9625         
9626         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
9627         parent. Fixes #79957
9628
9629 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9630
9631         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
9632         the actual size has to be queried, since if height /
9633         width is negative Win32 changes it to 0. 
9634         Fixes #79999 on Windows.
9635         
9636         * XplatUIX11.cs: Set height / width to 0 if negative
9637         in SetWindowPos. Fixes #79999 on Linux.
9638         
9639 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
9640
9641         * ThemeWin32Classic.cs: Fix text redenring when button is
9642         pressed.
9643
9644 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
9645
9646         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
9647         and later navigate by mouse. Fixes #79528.
9648
9649 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
9650
9651         * ToolBar.cs: Set default value for TabStop to false in
9652         constructor, it fixes remaining behavior of bug #79863.
9653
9654 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9655
9656         * MdiWindowManager.cs:
9657         * InternalWindowManager.cs:
9658         - Moved a few methods specific to Mdi from 
9659         InternalWindowManager to MdiWindowManager.
9660         Fixes #79996.
9661         
9662 2006-11-21  Chris Toshok  <toshok@ximian.com>
9663
9664         * XplatUIOSX.cs: stub out InvalidateNC.
9665
9666         * XplatUIWin32.cs: implement InvalidateNC using the call I found
9667         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
9668
9669         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
9670
9671         * XplatUIDriver.cs: add InvalidateNC abstract method.
9672
9673         * XplatUI.cs: add InvalidateNC.
9674
9675 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
9676
9677         * ToolBar.cs: Invalidate complete button area when pressed status 
9678         was changed.
9679         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
9680         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
9681         by 1 when button is pressed.
9682
9683 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
9684
9685         * ToolButton.cs: Invalidate middle of DropDown button when
9686         ToolBar theres DropDownArrows.
9687         * ThemeWin32Classic.cs: Change position of DropDown arrow and
9688         fix DropDown drawing operations.
9689
9690 2006-11-20  Chris Toshok  <toshok@ximian.com>
9691
9692         * NativeWindow.cs: fix the formatting of functions ('{' on the
9693         following line), and enable the thread exception dialog.
9694
9695         * Application.cs: remove the duplicate exception catching from
9696         here.
9697
9698 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
9699
9700         * Toolbar.cs: Triggers button click event when click on icon
9701         of dropdown ToolBarButton. Fixes #79912.
9702         
9703 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9704
9705         * Theme.cs:
9706         * ThemeWin32Classic.cs:
9707         - Added a property WindowBorderFont to enable themeing
9708           of mdi child windows' Text.
9709           
9710 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9711
9712         * InternalWindowManager.cs:
9713         * Form.cs:
9714         * MdiClient.cs:
9715         * MdiWindowManager.cs: 
9716         - If mdi child is maximized, set mdi parent's
9717           text to "Parent - [Child]". Fixes #79770.
9718         - If there is any maximized mdi child windows, only the active 
9719           window (and any new windows) is maximized, the rest are normal.
9720         - On a WindowState change only save mdi child's window bounds 
9721           if the old window state was normal. Fixes #79774.
9722         - The scroll bars are now calculated on hopefully all
9723           necessary events. Fixed #79771 / #79844->6 / #79906.
9724         - MdiClient.SizeScrollBars() now takes into account docked 
9725           controls in the parent when calculating available space.
9726         - InternalWindowManager now always repaints the entire title
9727           area. Fixes #79844->1/4/5.
9728         - Added RequestNCRecalc on mdi child windowstate changes.
9729           Fixes #79772.
9730
9731 2006-11-20  Mike Kestner  <mkestner@novell.com>
9732
9733         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
9734         in the MouseUp handler of the listbox and move the return handling
9735         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
9736
9737 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
9738
9739         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
9740
9741 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
9742
9743         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
9744           working in 1.2.x anymore. So, updated.
9745
9746 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
9747
9748         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
9749         NumberGroupSeparator of current culture instead of assuming en-US.
9750         Fixed bug #79967.
9751
9752 2006-11-17  Mike Kestner  <mkestner@novell.com>
9753
9754         * Control.cs: Add the concept of implicit bounds setting so that
9755         dock/undock round trips preserve explicitly set size/locations.
9756         Fixes #79313.
9757
9758 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
9759
9760         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
9761           can't handle those filters. (Fixes bug #79961)
9762
9763 2006-11-17  Chris Toshok  <toshok@ximian.com>
9764
9765         [ fixes the exit/crashes associated with #79835.  it's clearly
9766         suboptimal though, we need to figure out a better way to solve
9767         this. ]
9768         
9769         * PrintPreviewControl.cs: deal with the new invalid printer
9770         exceptions.
9771
9772         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
9773         and return false (so CommonDialog.ShowDialog doesn't actually show
9774         the form.)
9775
9776         * PrintDialog.cs: enable/disable the Ok button depending on
9777         whether or not the printer is valid.
9778
9779         * CommonDialog.cs (ShowDialog): only actually show the form if
9780         RunDialog returns true.
9781
9782 2006-11-17  Jackson Harper  <jackson@ximian.com>
9783
9784         * TextControl.cs: When soft splitting a line, mark it as a soft
9785         split line. Also carry over the current line break to the next
9786         line.
9787
9788 2006-11-17  Chris Toshok  <toshok@ximian.com>
9789
9790         * XplatUIX11.cs: when scrolling a window with an invalid area, we
9791         only want to shift the part of the invalid area that overlaps the
9792         area we're scrolling.  we also don't want to clear the invalid
9793         area unless the invalid area was entirely contained within the
9794         scrolling area.
9795
9796 2006-11-16  Chris Toshok  <toshok@ximian.com>
9797
9798         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
9799         also make sure to free the memory returned by XGetWindowProperty
9800         in GetText().
9801
9802         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
9803
9804 2006-11-16  Chris Toshok  <toshok@ximian.com>
9805
9806         * XplatUI.cs: add a new super secret way to get at the totally
9807         unsupported X11 backend.
9808
9809 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
9810
9811         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
9812
9813 2006-11-16  Jackson Harper  <jackson@ximian.com>
9814
9815         * TreeView.cs: Allow more explicit setting of top node position
9816         for scrollbars. Slower algo, but more accurate.
9817         - CollapseAll should maintain the current top node.
9818         * TextBoxBase.cs: When positioning the caret, use the line, pos
9819         method, since the x, y method does not grab the correct tag, and
9820         the caret height never gets set correctly. (Maybe I should just do
9821         away with the caret having its own height, and always use the
9822         carets current tag for height).
9823
9824 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
9825
9826         [Fixes 79778, 79923]
9827
9828         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
9829         Parent to the FosterParent instead.
9830
9831 2006-11-16  Jackson Harper  <jackson@ximian.com>
9832
9833         * TreeView.cs: Need to recalc the topnode when we expand or
9834         collapse. The scrolling methods can't handle this on their own,
9835         since they use differences between the last scroll position, and
9836         those difference get completely messed up since we are expanding
9837         nodes.  This problem should probably be fixed in the scrolling
9838         methods, so they can figure out exactly where they are, but this
9839         will slow things down a little.
9840         * ThemeWin32Classic.cs: Special case for groupboxes with empty
9841         strings, makes nunit-gui look a lot nicer.
9842
9843 2006-11-16  Chris Toshok  <toshok@ximian.com>
9844
9845         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
9846         the broken multithreaded event handling we have in here.  File
9847         this entry under "Why we should move to the new X11 backend".
9848
9849         Any thread can make it into UpdateMessageQueue, which gets events
9850         from the X socket - some of which could belong to hwnds being
9851         managed by a different thread.  We can also have multiple threads
9852         in UpdateMessageQueue at the same time, with each one reading from
9853         the X socket.  This leads to many problems, with the following
9854         solutions:
9855
9856         We can't use hwnd.Queue.Enqueue anywhere in here and must use
9857         EnqueueLocked.
9858
9859         The MotionNotify compression we do can't work across threads
9860         (without locking the entire queue, perhaps) since we call
9861         hwnd.Queue.Peek, so we just punt and don't compress motion events
9862         unless the owning thread is the one which got the X event.
9863
9864         ConfigureNotify is another fun one, since it modifies the hwnd's
9865         bounds and then enqueues the event.  We add a lock to Hwnd which
9866         is held when setting configure_pending to true (and enqueuing the
9867         event).
9868
9869         There is a race wrt the wake socket.  we need to make sure that
9870         only 1 thread is waiting on that socket, or else a thread could
9871         sleep waiting for data that never comes.  It's difficult (but not
9872         impossible) to make happen, because it seems to require something
9873         like the following:
9874
9875             1. Thread 1 polls on wake_receive
9876         
9877             2. poll returns saying there's data to be read on
9878                wake_receive.
9879         
9880             3. Thread 2 polls on wake_receive and immediately returns
9881                saying there's data to be read.
9882
9883             4. Thread 2 reads the wakeup byte from wake_receive
9884
9885             5. Thread 1 attempts to read the wakeup byte from
9886                wake_receive.
9887
9888             6. Thread 2 exits (due to a form closing, perhaps).
9889
9890             7. Thread 1 blocks forever.
9891         
9892         Fun, eh?
9893
9894         Fixing the Expose handling isn't done yet, and the races inherent
9895         in that piece of code are responsible for the drawing mistakes you
9896         see when generating expose events in a MT app (like NPlot).  This
9897         one is the likely to be the hardest to bandaid, and it doesn't
9898         appear to cause anything but drawing problems.  The other issues
9899         caused apps to exit or hang.
9900
9901         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
9902         called from a different thread than the one that should be calling
9903         these functions.
9904
9905         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
9906
9907 2006-11-15  Chris Toshok  <toshok@ximian.com>
9908
9909         * Application.cs: null out the context's MainForm when we exit
9910         RunLoop.  Fixes a newly checked in unit test as well as the last
9911         ODE from bug #79933.
9912
9913 2006-11-15  Chris Toshok  <toshok@ximian.com>
9914
9915         * Form.cs (set_Owner): allow a null value so we can clear the
9916         form's owner.
9917         (Dispose): set all our owned_form's Owner properties to null, and
9918         clear the owned_forms collection.
9919         (WM_CLOSE): clean up this a little bit.. still not right though.
9920
9921         * ApplicationContext.cs: OnMainFormClosed should only call
9922         ExitThreadCore if the main form isn't recreating.  Fixes unit
9923         test.
9924
9925 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
9926
9927         [Fixes 78346]
9928
9929         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
9930
9931 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
9932
9933         [Fixes 79433]
9934
9935         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
9936         keep popup window types from stealing focus from the main form
9937         on Windows.
9938
9939         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
9940
9941         * MenuAPI.cs: Set above flag to true.
9942
9943 2006-11-15  Chris Toshok  <toshok@ximian.com>
9944
9945         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
9946         the button being released is not in wParam.
9947
9948 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
9949
9950         * Form.cs: Add the released button to MouseEventArgs.Button
9951         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
9952         on Win32.
9953
9954 2006-11-15  Chris Toshok  <toshok@ximian.com>
9955
9956         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
9957         GetText().  untested because it's unused in our implementation.
9958         Control.Text always caches the text, even if
9959         ControlStyles.CacheText is not set.
9960
9961         fixes bug #79939.
9962
9963 2006-11-15  Chris Toshok  <toshok@ximian.com>
9964
9965         [ fixes #79933 ]
9966         
9967         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
9968         message.  no hiding, no disposing.
9969
9970         in the WM_CLOSE handler, hide the form if it's modal.
9971
9972 2006-11-15  Chris Toshok  <toshok@ximian.com>
9973
9974         * XplatUIX11.cs: use AddExpose instead of sending a message.
9975         fixes textbox border drawing.
9976
9977 2006-11-15  Chris Toshok  <toshok@ximian.com>
9978
9979         * PropertyGridView.cs: keep from crashing on mouse move/down when
9980         the property grid is empty.
9981
9982 2006-11-14  Jackson Harper  <jackson@ximian.com>
9983
9984         * TextControl.cs: Make PageUp and PageDown more like the MS
9985         versions.
9986         * TextBoxBase.cs: When we set the text property position the
9987         cursor at the beginning of the document.
9988
9989 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9990
9991         * Form.cs: if a mdi child's WindowState has changed
9992         before it's creation, it would display wrong control
9993         buttons.
9994         
9995 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
9996
9997         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
9998           (Fixes bug #79927)
9999
10000 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
10001
10002         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
10003         the window gets to paint its borders even if the window is
10004         getting smaller.
10005         
10006         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
10007         otherwise the old control buttons would still be painted 
10008         if the window gets bigger.
10009         
10010         * PaintEventArgs.cs: add an internal method so that the clip 
10011         rectangle can be changed.
10012         
10013 2006-11-13  Chris Toshok  <toshok@ximian.com>
10014
10015         [ fixes bug #79745 ]
10016         
10017         * NotifyIcon.cs: lots of cleanup.
10018
10019         * X11Structs.cs: add an enum for XEMBED messages.
10020
10021         * XplatUIX11.cs: reindent one of the giant switch statements, it
10022         was taking up an additional tab stop, and this file is already way
10023         too wide for my laptop's screen.
10024
10025         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
10026         we get it, resize the hwnd to the WMNormalHints max_width/height.
10027
10028 2006-11-13  Jackson Harper  <jackson@ximian.com>
10029
10030         * TextBoxBase.cs: Compute the value changes for the mouse wheel
10031         teh simple way.
10032
10033 2006-11-13  Chris Toshok  <toshok@ximian.com>
10034
10035         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
10036         #79898.  force a reference to the Region to stick around so the
10037         unmanaged object isn't collected (rendering our handle in the MSG
10038         stale).
10039
10040 2006-11-13  Chris Toshok  <toshok@ximian.com>
10041
10042         * XplatUIX11.cs: fix #79917 for window managers which support
10043
10044         using XStoreName on the raw utf8, and we need to convert to
10045         COMPOUND_TEXT if it's non-latin1.
10046
10047 2006-11-13  Chris Toshok  <toshok@ximian.com>
10048
10049         * Form.cs (set_DialogResult): we need to set closing to false if
10050         we're setting our result to None.  fixes bug #79908.
10051
10052 2006-11-13  Jackson Harper  <jackson@ximian.com>
10053
10054         * TextControl.cs: When formatting text, compute the adjusted tag
10055         lengths correctly, using FindTag for the end tag instead of trying
10056         to figure it out outselves.
10057         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
10058         the item, ItemHeight doesn't work, because trees with large
10059         imagelists use those for their height
10060         * TreeView.cs: ActualItemHeight factors in the image height
10061         - compute left edge of checkboxes correctly
10062         - when expanding/collapsing move the bottom down one pixel, so we
10063         aren't moving part of the node
10064
10065 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10066
10067         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
10068         stack in PaintEventStart so that it won't get disposed by the gc
10069         before reaching PaintEventEnd.
10070
10071 2006-11-13  Jackson Harper  <jackson@ximian.com>
10072
10073         * TextBoxBase.cs: Don't select the word if we are on a line with
10074         no text.
10075         - We don't need to position the caret on mouse up, since the mouse
10076         move handler should be doing this
10077         - When double clicking a blank line, the caret is advanced to the
10078         next line.
10079
10080 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
10081
10082         * TreeNodeCollection.cs: Avoid duplicating indexer code.
10083
10084 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
10085
10086         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
10087         Fixes part of bug #79910.
10088
10089 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
10090
10091         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
10092           (bug #79903). Some minor string updates to match ms.
10093
10094 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
10095
10096         * FileDialog.cs: Don't add an extension if the filename
10097           already ends with that extension.
10098
10099 2006-11-10  Jackson Harper  <jackson@ximian.com>
10100
10101         * TreeView.cs: Use the currently highlighted node for the
10102         BeforeSelect event.
10103         * TextBoxBase.cs: There is no need to expand selection on
10104         MouseMove.
10105         - CanUndo means 'is there any undo operations', not 'is undo
10106         allowed on this textcontrol. Fixed ClearUndo unit test.
10107
10108 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
10109
10110         * Button.cs: only perform click when button is Selectable (so as 
10111         not to activate default buttons when they're disabled)
10112         
10113         * Control.cs: Rewrite of the SelectNextControl and related 
10114         methods. HandleClick now selects next control if the current one
10115         is being disabled.
10116         
10117         * Form.cs: OnActivated selects next active control only if Load 
10118         has already occurred. If Load hasn't run, there's no point in 
10119         selecting here, Load might change the state of controls.
10120         
10121         * FocusTest.cs: Tests marked as working again for these fixes
10122
10123 2006-11-10  Chris Toshok  <toshok@ximian.com>
10124
10125         * XplatUIX11.cs: a couple of fixes.
10126
10127         - use XInternAtoms with almost all the atoms we need to register,
10128         instead of many, many calls to XInternAtom.  should help a bit on
10129         startup time, at the expense of making the code look a little
10130         worse.
10131
10132         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
10133         isn't reparented (which seems to be a clue that we're running fon
10134         compiz) and they have an Owner form.  This fixes the tool windows
10135         in paint.net when running under compiz.
10136
10137         - when setting the opacity of a window, support both the case
10138         where the window has been reparented and also when it hasn't been.
10139         Since compiz/beryl doesn't seem to reparent windows, and these are
10140         the only window managers which support translucency, I'm not sure
10141         why we need the hwnd.reparented case at all.. but leave it in.
10142         now we get translucent windows in paint.net under compiz/beryl.
10143
10144 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
10145
10146         * FileDialog.cs: Always return the value for FilterIndex that
10147           was set. Internally convert it to values that make sense.
10148
10149 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
10150         
10151         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
10152
10153 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
10154
10155         * Toolbar.cs: Change default value of DropDownArrows to true, the 
10156         signature still using false to make it compatible with MS but the 
10157         initial value is true. Fixes #79855.
10158
10159 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
10160
10161         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
10162           only available on Linux.
10163
10164 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
10165
10166         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
10167         reduce number of calls to redraw method during toolbar creation.
10168
10169 2006-11-09  Mike Kestner  <mkestner@novell.com>
10170
10171         * ListView.cs : raise SelectedIndexChanged when an item is selected
10172         programmatically via the Item.Selected property.  Gert's nice 
10173         ListViewSelectedIndexChanged test fixture now runs clean.
10174
10175 2006-11-09  Mike Kestner  <mkestner@novell.com>
10176
10177         * ListView.cs : raise SelectedIndexChanged when a selected item is
10178         removed from the item collection using Remove or RemoveAt.
10179
10180 2006-11-09  Mike Kestner  <mkestner@novell.com>
10181
10182         * ListView.cs : raise SelectedIndexChanged once per selected item
10183         for compat with MS.  Fixes #79849+.
10184
10185 2006-11-09  Chris Toshok  <toshok@ximian.com>
10186
10187         * TabControl.cs: initialize row_count to 0, and set it to 1 when
10188         we need to (if we have any tab pages).  Fixes unit test.
10189
10190 2006-11-09  Chris Toshok  <toshok@ximian.com>
10191
10192         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
10193         width is 0, not 3.  Fixes a unit test.
10194
10195 2006-11-09  Mike Kestner  <mkestner@novell.com>
10196
10197         * ListView.cs : use Implicit scrollbars so that focus isn't 
10198         stolen from the listview when they are clicked. Fixes #79850.
10199
10200 2006-11-09  Chris Toshok  <toshok@ximian.com>
10201
10202         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
10203         have a root item.  Fixes #79879.
10204
10205 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
10206
10207         * FileDialog.cs:
10208           - Fix ToString ()
10209           - An ArgumentException is now thrown if a wrong filter
10210             is applied (matches ms). The previous filter doesn't change
10211             anymore if an exception is thrown.
10212           - Changing the FileName property also affects FileNames
10213         * ColorDialog.cs: The length of the CustomColors array is always
10214           16. It doesn't matter if we use a smaller array or null to update
10215           or change the custom colors property.
10216         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
10217           for RootFolder if we get a undefined value.
10218
10219 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10220
10221         * StatusBarPanel.cs: 
10222         - Width is set to MinWidth if Width is smaller than
10223         MinWidth. Fixes #79842.
10224         - MinWidth now always overrides Width (MSDN says MinWidth
10225         is set to Width when AutoSize = None, but they do not 
10226         behave like that).
10227         - Style has now the the correct default value.
10228         
10229 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10230  
10231         * TrackBar.cs: 
10232         - The control is completely invalidated on 
10233         Got/LostFocus to draw the focus rectangle correctly.
10234         - When AutoSize then height is always 45 (width for 
10235         vertical controls).
10236         
10237         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
10238         on the mouse when moved and it doesn't move when grabbed
10239         until the mouse moves as well. Also fixed some wrong 
10240         calculations when clicking on the thumb (control thought
10241         click was outside of thumb and didn't grab it).
10242         Fixes some of the issues in #79718.
10243
10244 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
10245
10246         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
10247
10248 2006-11-08  Chris Toshok  <toshok@ximian.com>
10249
10250         * PropertyGridView.cs: only call ToggleValue if the item is not
10251         readonly.
10252
10253 2006-11-08  Jackson Harper  <jackson@ximian.com>
10254
10255         * TextBoxBase.cs: The RichTextBox and textbox have very different
10256         word selection methods.  Implement the textbox's simple word
10257         selection here, and let the RichTextBox override and provide it's
10258         own.
10259         - Don't do extra selection on mouseup
10260         * RichTextBox.cs: Use the documents word selection algorithm, I
10261         think ideally, this function will be pulled into the
10262         RichTextBox.cs code someday.
10263
10264 2006-11-08  Chris Toshok  <toshok@ximian.com>
10265
10266         * RootGridEntry.cs: new class to represent GridItemType.Root.
10267
10268         * CategoryGridEntry.cs: reformat, and add boilerplate.
10269         
10270         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
10271         returns the UI parent anyway, and we need special handling to
10272         implement the GetTarget method in the face of it.  Also, implement
10273         Select().
10274
10275         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
10276         a root grid item, and use that instead of PropertyGrid.grid_items.
10277         Also, make use of TypeConverters (and add limitted support for
10278         ICustomTypeDescriptors) when initially populating the grid.
10279         Arrays now show up more or less properly.
10280
10281 2006-11-08  Chris Toshok  <toshok@ximian.com>
10282
10283         * Application.cs: set the modal dialog to non modal after we close
10284         it.  Fixes bug #79866.
10285
10286 2006-11-08  Jackson Harper  <jackson@ximian.com>
10287
10288         * TextControl.cs: When combining lines carry over the line end
10289         style from the end line.
10290         - Invalidate the selected area when setting it, if it is visible.
10291         * TextBoxBase.cs: Only rich text box can do full line selects.
10292         - Make sure to set the cursor position when there is a click,
10293         otherwise two clicks in separate areas could cause a large chunk
10294         to be selected.
10295
10296 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10297
10298         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
10299         Fixes #79863.
10300
10301 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10302
10303         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
10304         time. Remove tooltips when ToolButton click events.  Fixes #79856.
10305
10306 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10307
10308         * MenuAPI.cs: Ignore right click for menu actions and fixes
10309         menu border when clicked.  Fixes #79846.
10310
10311 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10312
10313         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
10314         MouseState after create wParam for message, this fixes mouse button 
10315         equal none in mouse up events.
10316         
10317 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
10318
10319         * Control.cs : Focus() now calls Select to set the Container's
10320         Active Control and to give it focus. To avoid infinite recursion
10321         (because ActiveControl also calls Focus at one point), a check 
10322         is made in Focus with the help of a new internal variable
10323         is_focusing.
10324
10325 2006-11-07  Mike Kestner  <mkestner@novell.com>
10326
10327         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
10328         if there's a selection.  Fixes #79849.
10329
10330 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
10331
10332         * PropertyGrid.cs: Avoid fixed height of help description label.
10333         Fixes part of bug #79829.
10334
10335 2006-11-07  Chris Toshok  <toshok@ximian.com>
10336
10337         * XplatUIX11.cs: fix #79790 again, by using the
10338         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
10339
10340 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10341
10342         * ToolBar.cs: Fix left click checking.
10343
10344 2006-11-07  Chris Toshok  <toshok@ximian.com>
10345
10346         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
10347
10348 2006-11-07  Chris Toshok  <toshok@ximian.com>
10349
10350         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
10351         PropertyManager unit tests.
10352
10353         * PropertyManager.cs: make property_name internal.
10354
10355 2006-11-07  Chris Toshok  <toshok@ximian.com>
10356
10357         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
10358         pass a unit test.  Also, don't set image_index to anything in
10359         response to setting the ImageList property.
10360
10361 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10362
10363         * ToolBar.cs: Ignore click events when mouse button is not a
10364         left button, only accepts other button for dropdown menus.  
10365         Fixes #79854.
10366
10367 2006-11-07  Chris Toshok  <toshok@ximian.com>
10368
10369         * DataGrid.cs: make the back and parent row buttons a little less
10370         ugly.
10371
10372 2006-11-07  Jackson Harper  <jackson@ximian.com>
10373
10374         * TextBoxBase.cs: When converting to Text don't put line breaks in
10375         for soft line breaks.
10376         * TextControl.cs: There is an initial "fake" line in the document,
10377         this is now a soft break line, so that an extra line feed doesn't
10378         get added to the end of documents.
10379
10380 2006-11-07  Chris Toshok  <toshok@ximian.com>
10381
10382         [ fix bug #79778 ]
10383         
10384         * CurrencyManager.cs: if the list is readonly, don't bother
10385         checking if IBindingList.AllowNew is true.
10386
10387         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
10388         for non-DataRowView datasources..  or rather, make it not crash.
10389         (DataGridPaintRelationRow): make sure we limit the row painting to
10390         the area not covered by the row header, and make our cell width at
10391         least large enough to cover the relation area.  This allows grids
10392         that have relations but no rows to render correctly.
10393         (DataGridPaintRowContents): same type of changes here.
10394         (SetDataSource): move back to always calling
10395         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
10396         navigating back through relations.
10397         (HitTest): handle the case where we have no cells but have
10398         relations.  Right now we generate a hit in cell 0 of whatever the
10399         row is, not sure if this is strictly correct, but it works for our
10400         purposes.
10401         
10402         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
10403         bother doing anything.
10404
10405 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
10406
10407         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
10408         early version of StatusStrip.  Not responsible for eaten
10409         application or firstborn children.
10410
10411 2006-11-06  Chris Toshok  <toshok@ximian.com>
10412
10413         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
10414         call GetTabRect with a -1 index.  Fixes #79847.
10415
10416 2006-11-06  Jackson Harper  <jackson@ximian.com>
10417
10418         * TreeNodeCollection.cs: Update scrollbars after clearing.
10419
10420 2006-11-06  Chris Toshok  <toshok@ximian.com>
10421
10422         * NumericUpDown.cs: fix the ToString method for some unit test
10423         love.
10424
10425 2006-11-06  Chris Toshok  <toshok@ximian.com>
10426
10427         * PropertyGrid.cs:
10428         - set the initial SelectedGridItem if we can.
10429
10430         - Exclude non-mergable properties only if we're merging > 1
10431         object.  Merging 1 object isn't really merging, obviously.
10432
10433         - Handle PropertySort.NoSort just like Alphabetical, which is
10434         wrong of course, but at least gets things on the screen.
10435         
10436         * PropertyGridView.cs:
10437         - Add method "FindFirstItem" which finds the first property grid
10438         item, so we can select it by default.
10439
10440         - make use of GridEntry.CanResetValue.
10441
10442         - Don't call RedrawBelowItemOnExpansion here anymore, the
10443         individual GridEntry's will do that.
10444
10445         - Remove the ITypeDescriptorContextImpl internal class.
10446         
10447         * GridEntry.cs:
10448         - this class needs to implement ITypeDescriptorContext, as it's
10449         what MS's PropertyDescriptorGridEntry does, which means we can
10450         remove the ITypeDescriptorContextImpl internal class from
10451         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
10452
10453         - keep a reference to our PropertyGridView, and move the call to
10454         RedrawBelowItemOnExpansion here from PGV.  This means
10455         programmaticly setting Expanded actually does something visible.
10456
10457         - add a CanResetValue() function which takes into account our
10458         possibly multiple "selected_objects" in the merged case.  Shifting
10459         PropertyGridView to use this method fixes another unreported
10460         crasher found running the test for #79829.
10461
10462         - when Top or Bounds is updated, make sure the PropertyGridTextBox
10463         is updated to reflect this.
10464
10465         * CategoryGridEntry.cs: the ctor takes the PGV now.
10466         
10467 2006-11-06  Jackson Harper  <jackson@ximian.com>
10468
10469         * TextControl.cs: These are 1 based.
10470         * TextBoxBase.cs: When setting the selected text, don't change the
10471         selected text tags, this is done by ReplaceText, just position the
10472         cursor at the end of the new text.
10473
10474 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
10475
10476         * ListView.cs: Allow label edit only when, when LabelEdit is
10477           set to true.
10478
10479 2006-11-06  Jackson Harper  <jackson@ximian.com>
10480
10481         * TextControl.cs: If a suitable wrapping position isn't found,
10482         just wrap right in the middle of a word.
10483
10484 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
10485
10486         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
10487           bug #79820.
10488
10489 2006-11-06  Jackson Harper  <jackson@ximian.com>
10490
10491         * TreeView.cs: Can't use the VisibleCount property when setting
10492         scrollbar heights, because this doesn't take into account whether
10493         or not the horz scrollbar just came visible.
10494
10495 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
10496
10497         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
10498         activated.  Fixes #79369, #79832.
10499
10500 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
10501
10502         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
10503           had to remove support for links that point to a directory. FileInfo
10504           returns no usefull information (means, the directory they point to)
10505           for such links. Replaced some empty string ("") with String.Empty.
10506
10507 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
10508
10509         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
10510         NullReferenceException when attempting to remove node that is not in
10511         collection. Throw NullReferenceException when null is passed to 
10512         Remove. Allow first element of the collection to be removed. Fixes
10513         bug #79831.  In GetEnumerator ().Current return null if positioned 
10514         before the first element of the collection. In GetEnumerator ().Reset,
10515         position before first element of the collection.
10516
10517 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
10518
10519         * PropertyGrid.cs: To match MS, remove default title and description
10520         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
10521         buttons.
10522
10523 2006-11-04  Chris Toshok  <toshok@ximian.com>
10524
10525         * Theme.cs: add a Clamp method, just for kicks.
10526
10527         * ThemeWin32Classic.cs: clamp all color components to [0..255].
10528
10529 2006-11-04  Chris Toshok  <toshok@ximian.com>
10530
10531         * Form.cs: if the form isn't visible, Close() does nothing.
10532
10533 2006-11-03  Chris Toshok  <toshok@ximian.com>
10534
10535         * Form.cs (Close): if the form is modal, don't Dispose of it, only
10536         Hide it.
10537         (WndProc): don't Dispose after handling the WM_CLOSE message.
10538
10539         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
10540         them as such, instead of using casts from Control to Form.  Also,
10541         don't Dispose of the modal dialog when we fall out of the loop -
10542         Close() it instead.
10543
10544         fixes bug #79813.
10545
10546 2006-11-03  Chris Toshok  <toshok@ximian.com>
10547
10548         * Control.cs (Dispose): only go through the dispose thing if we're
10549         @disposing, and we haven't already been disposed.  Fixes bug
10550         #79814.
10551
10552         * Form.cs: no reason to call "base.Dispose()" here instead of
10553         "Dispose()".
10554
10555 2006-11-03  Mike Kestner  <mkestner@novell.com>
10556
10557         * ComboBox.cs : use ToString instead of casts in AddItem for
10558         sorting functionality.  Fixes #79812.
10559
10560 2006-11-03  Chris Toshok  <toshok@ximian.com>
10561
10562         * Application.cs: pave the way for actually using the thread
10563         exception dialog.  it's ifdefed out at the moment.
10564
10565 2006-11-03  Chris Toshok  <toshok@ximian.com>
10566
10567         * ThreadExceptionDialog.cs: until we get a better layout, actually
10568         hide the details textbox and label when we shouldn't see them.
10569
10570 2006-11-03  Jackson Harper  <jackson@ximian.com>
10571
10572         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
10573         multiline textboxes anymore.  This method also determines the
10574         width/height of a textboxes canvas area.
10575         - Sorta a revert of the last patch.  For multiline just position
10576         the controls, then bail.  This way the scrollbar width won't be
10577         altered.
10578
10579 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
10580
10581         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
10582         it dont need.  Fixes #79537.
10583
10584 2006-11-02  Jackson Harper  <jackson@ximian.com>
10585
10586         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
10587         send the status after firing the DndOver event.
10588
10589 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10590
10591         * TrackBar.cs: Now orientation only switches height / width if
10592         the control's handle is created (Win32 does it like this). Also 
10593         fixed a typo in ToString() for a test to pass, changed the 
10594         exception thrown in set_LargeChange and set_SmallChange to 
10595         match Win32 behaviour, and added TrackBar tests to the unit 
10596         tests.
10597
10598 2006-11-02  Chris Toshok  <toshok@ximian.com>
10599
10600         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
10601         not _NET_WM_STATE_NO_TASKBAR.
10602
10603 2006-11-02  Jackson Harper  <jackson@ximian.com>
10604
10605         * TextControl.cs: Increment count by one, since in the update view
10606         count - 1 is used.
10607
10608 2006-11-02  Jackson Harper  <jackson@ximian.com>
10609
10610         * TextBoxBase.cs: Use client rectangle not bounds for checking if
10611         the mouse is in the client rectangle (duh).
10612
10613 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10614         
10615         * TrackBar.cs: Fixed trackbar jumping around when clicking
10616         on it - the trackbar was not detecting correctly at which
10617         side of the thumb the click was done. (fixes #79718)
10618
10619 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
10620
10621         * ListBox.cs: scroll visible area when change SelectedIndex to
10622         a non visible area.  Fixes #79481.
10623
10624 2006-11-01  Jackson Harper  <jackson@ximian.com>
10625
10626         * TextControl.cs: When replacing the selection move the selection
10627         start/end/anchor to the end of the new text.
10628
10629 2006-11-01  Jackson Harper  <jackson@ximian.com>
10630
10631         * XplatUIWin32.cs: When setting the parent change the controls
10632         visibility to it's visibility flag, not to it's old parents
10633         visibility (.Visible walks the parent chain).
10634
10635 2006-11-01  Chris Toshok  <toshok@ximian.com>
10636
10637         * XplatUIX11.cs: revert the #79790 fix, as the simple.
10638         XSetTransientForHint fix breaks paint .net's tool windows.  more
10639         work needed for that one.
10640
10641 2006-11-01  Chris Toshok  <toshok@ximian.com>
10642
10643         * ScrollBar.cs: throw ArgumentException instead of Exception in
10644         LargeChange/SmallChange setters.  fixes unit tests.
10645
10646 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
10647
10648         * ContainerControl.cs: reverted rev.67183 (which was itself
10649         a reversion of rev.66853... eh).
10650         
10651         * Control.cs: Fixes Reflector hang by changing Focus() call
10652         to what it was before rev.66643 (calling Select() here sets 
10653         ActiveControl, which in some situations calls back Focus and 
10654         eventually does a stack overflow). Temp fix.    
10655         Changes to GetNextControl() to not look for children to select when
10656         parent cannot be selectable (so it looks for siblings instead)  
10657         
10658 2006-10-31  Mike Kestner  <mkestner@novell.com>
10659
10660         * CheckedListBox.cs : off by one error in returned index from
10661         ObjectCollection.Add.  Fixes #79758.
10662
10663 2006-10-31  Chris Toshok  <toshok@ximian.com>
10664
10665         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
10666         calls for the textbox/spinner, to keep from recursing to the point
10667         where we crash.  Fixes #79760.
10668
10669 2006-10-31  Chris Toshok  <toshok@ximian.com>
10670
10671         * ListControl.cs (set_SelectedValue): don't throw exceptions on
10672         null/"" value, just return.  matches ms's behavior and fixes some
10673         failing tests.
10674
10675 2006-10-31  Chris Toshok  <toshok@ximian.com>
10676
10677         * Control.cs (set_Capture): make a logic a little easier to
10678         follow.
10679
10680         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
10681         if it's being destroyed.  A necessary fix surely, but a bandaid
10682         also, to fix the stuck capture problem in bug #78413.
10683
10684 2006-10-31  Chris Toshok  <toshok@ximian.com>
10685
10686         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
10687         convention of clearing hwnd.ClientRect when we set the
10688         width/height (so it'll be recalculated by Hwnd).
10689
10690 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
10691
10692         * ContainerControl.cs: reversed Contains check from
10693         ActiveControl due to hanging problems. This fix
10694         partly regresses #79667 (button does not have
10695         initial focus), so this might be a symptom for 
10696         a larger parenting problem (set_ActiveControl
10697         is being called but the child control does
10698         not have the parent set yet?)   
10699         
10700 2006-10-31  Mike Kestner  <mkestner@novell.com>
10701
10702         * MenuAPI.cs : fix keynav when menu is click activated.
10703
10704 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
10705
10706         * ToolStrip*: Version 0.2.
10707
10708         * MenuStrip.cs: Version 0.1.
10709
10710         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
10711
10712 2006-10-30  Chris Toshok  <toshok@ximian.com>
10713
10714         [ fixes the oversized notify icon issue in bug #79745 ]
10715         
10716         * NotifyIcon.cs: scale the icon down to the size we're given by
10717         the XplatUI layer (this would be faster if we did it once instead
10718         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
10719         since it's never invoked.
10720
10721         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
10722         pixels high by default, so let's hardcode our systray icon to that
10723         size.  The SYSTEM_TRAY protocol should really have a way for
10724         client apps to query for the correct icon size.. but oh well.  A
10725         couple of patches to deal with the screwy client_window ==
10726         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
10727         instance, and also make sure we don't XSelectInput twice).
10728
10729 2006-10-30  Chris Toshok  <toshok@ximian.com>
10730
10731         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
10732         recreating forms.  Control recreation is the bane of my existence.
10733         Fix it in a way that keeps everyone happy.
10734
10735 2006-10-30  Chris Toshok  <toshok@ximian.com>
10736
10737         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
10738         just non-CHILD ones.  otherwise sometimes scrollbars end up with
10739         client_windows not being resized to the proper size (ReportBuilder
10740         shows this extremely well).
10741
10742 2006-10-30  Chris Toshok  <toshok@ximian.com>
10743
10744         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
10745         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
10746         showing up in the gnome taskbar.  Fixes bug #79790.
10747
10748 2006-10-30  Chris Toshok  <toshok@ximian.com>
10749
10750         * ApplicationContext.cs: guard against a NRE.
10751
10752         * Application.cs: null out the old MainForm for the context, so we
10753         don't try to use it again once it's disposed.  Fixes bug #79783.
10754
10755 2006-10-30  Chris Toshok  <toshok@ximian.com>
10756
10757         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
10758         BindingContext, set the data source directly, otherwise do the
10759         lazy approach - the actual ListManager will be created when we get
10760         a BindingContext. Fixes bug #79700.
10761
10762 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
10763
10764         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
10765           XplatUIX11.cs: Remove old 2 parameter SetVisible.
10766
10767         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
10768
10769 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
10770
10771         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
10772         of SetVisible that allows a window to be shown, but not activated.
10773         This is needed on Windows for MenuStrip, and can probably be used
10774         with MainMenu and ComboBox to fix the focus stealing issues on
10775         Windows.
10776
10777         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
10778
10779 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
10780
10781         * PictureBox.cs: Fix the output of the ToString method.
10782
10783 2006-10-29  Chris Toshok  <toshok@ximian.com>
10784
10785         * Control.cs (get_TopLevelControl): fix bug #79781.
10786
10787 2006-10-29  Chris Toshok  <toshok@ximian.com>
10788
10789         * ListControl.cs (set_DataSource): throw Exception here, not
10790         ArgumentException, to match MS behavior.
10791
10792 2006-10-29  Chris Toshok  <toshok@ximian.com>
10793
10794         * Form.cs: remove the try-catch's around calls to GetWindowState.
10795         We can just check the return value.
10796
10797         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
10798         Instead return -1.
10799
10800         * XplatUI.cs: Add note about additional return value for
10801         GetWindowState.
10802
10803 2006-10-29  Chris Toshok  <toshok@ximian.com>
10804
10805         * Control.cs (CreateHandle): when we create our handle, we also
10806         create the handles of our child controls.  Fixes one of the
10807         Control unit tests (CH11).
10808
10809 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
10810
10811         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
10812
10813 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
10814
10815         * ThemeClearlooks.cs: A little speedup.
10816
10817 2006-10-27  Chris Toshok  <toshok@ximian.com>
10818
10819         * Control.cs: implement Control.FromChildHandle in a way that
10820         matches the docs (and fixes the failed test.)
10821
10822 2006-10-27  Chris Toshok  <toshok@ximian.com>
10823
10824         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
10825         comments).
10826
10827         * DataGrid.cs: implement ResetForeColor such that the tests
10828         succeed.
10829         
10830 2006-10-27  Chris Toshok  <toshok@ximian.com>
10831
10832         * ToolBarButton.cs: setting text/tooltiptext to null results in it
10833         being set to "".  Fixes bug #79759.
10834
10835 2006-10-27  Jackson Harper  <jackson@ximian.com>
10836
10837         * TextControl.cs: We need to clear the entire selection area when
10838         setting the start, otherwise multiline selections are still
10839         visible.
10840
10841 2006-10-26  Chris Toshok  <toshok@ximian.com>
10842
10843         * PropertyGridView.cs: 
10844
10845         - ifdef all the code specific to the double
10846         buffer case, and provide some alternatives in the non-doublebuffer
10847         code, which makes heavy use of XplatUI.ScrollWindow to move things
10848         around without having to invalidate (and cause flicker).  There
10849         are still some drawing problems in the non-doublebuffered case, so
10850         DOUBLEBUFFER is defined by default.
10851
10852         - Fix the way dropdowns are handled.  now we explicitly watch for
10853         the events which might cause the dropdown to close, and break out
10854         of the nested event loop there.  This gets rid of all Capture
10855         code, at the expense of the Msg special casing.  Seems to work,
10856         though, and fixes bug #79743.
10857
10858 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
10859         * Control.cs: SetIsRecreating now recreates implicitly added
10860         child controls as well. Finally fixes #79629. The flag passed to 
10861         SetIsRecreating has also been removed since it wasn't used.
10862         
10863 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10864
10865         * PageSetupDialog.cs: Clean some code, fix some bits, 
10866         add some checks, and add a printer sub-dialog.
10867
10868 2006-10-26  Chris Toshok  <toshok@ximian.com>
10869
10870         * PropertyGrid.cs: make set_SelectedObject call
10871         set_SelectedObjects, and move the duplicate logic to the
10872         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
10873
10874         * PropertyGridView.cs: hide the textbox when we get a
10875         SelectedObjectsChanged event.
10876
10877         Fixes bug #79748.
10878
10879 2006-10-26  Chris Toshok  <toshok@ximian.com>
10880
10881         * PropertyGridView.cs: deal with the type converter not supporting
10882         GetStandardValues() or GetStandardValues() returning null, which
10883         is does in the default case.  Fixes #79742.
10884
10885 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
10886
10887         * CheckedListBox.cs: nunit no longer crashes when selecting 
10888         Project/Edit menu option
10889         
10890 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
10891
10892         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
10893         is no menu selected. fixes #79739
10894
10895 2006-10-25  Chris Toshok  <toshok@ximian.com>
10896
10897         * PropertyGridView.cs: factor out the splitter invalidation code
10898         into the SplitterPercent setter, and for kicks implement the
10899         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
10900         amount in either direction.
10901
10902 2006-10-25  Chris Toshok  <toshok@ximian.com>
10903
10904         * PropertyGridView.cs: do some cleanup of the brush used to draw
10905         text - read only fields should be grayed out.  not sure how to do
10906         this with the textbox, though.  but the textbox's should also be
10907         readonly now at least.  Also, hide/show the textbox when resizing
10908         the control.
10909         
10910         * CursorConverter.cs: use System.Reflection when getting the
10911         properties of Cursors, as TypeDescriptor.GetProperties isn't
10912         returning static properties.
10913
10914 2006-10-25  Chris Toshok  <toshok@ximian.com>
10915
10916         * PropertyGridView.cs: factor out the up/down handling, and reuse
10917         it for page up/down.  also add End/Home support.
10918
10919 2006-10-25  Chris Toshok  <toshok@ximian.com>
10920
10921         * PropertyGridView.cs:
10922
10923         - ensure the selected grid item is visible in the scrolled area,
10924         fixes bug #79572.
10925
10926         - fix Keys.Down handling when you're on the last item in the
10927         propertygrid.
10928
10929 2006-10-25  Mike Kestner  <mkestner@novell.com>
10930
10931         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
10932         clicks too.  Fixes #79725.
10933
10934 2006-10-24  Chris Toshok  <toshok@ximian.com>
10935
10936         * PropertyGrid.cs: use property.Converter instead of
10937         TypeDescriptor.GetConverter(property.PropertyType), so we catch
10938         TypeConverters declared on the property as well as on the
10939         PropertyType.  Fixes bug #79678.
10940
10941 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
10942
10943         * MimeIcon.cs, Mime.cs:
10944           Fallback to the default platform handler if no shared mime info
10945           stuff exists (fixes #79693).
10946
10947 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
10948         * ContainerControl.cs: Incorrect contains check in ActiveControl 
10949         from previous fix (duh).
10950
10951 2006-10-20  Chris Toshok  <toshok@ximian.com>
10952
10953         * PropertyGridView.cs: the dropdown should be MIN(number of items
10954         in list, 15).  Fixes #79551.
10955
10956 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
10957         Fixes #79384, #79394, #79652, #79667
10958         * Application.cs: 
10959         
10960         - Modal windows are now destroyed in the proper order for windows
10961         
10962         * ContainerControl.cs:
10963         
10964         - ActiveControl setter has more conditions on when to return:
10965                 - if we're reselecting the active control, but it actually
10966                 didn't have focus (window hidden or some such), it runs
10967                 - if the active control being selected doesn't actually 
10968                 exist in the container, it returns
10969         
10970         * Form.cs
10971         
10972         - The ShowDialog now gets the current form as the owner when
10973         invoking without parameters, and correctly activates the owner 
10974         when returning
10975         
10976         * MessageBox.cs
10977         
10978         - MessageBox now catches the Escape key to exit
10979
10980 2006-10-20  Chris Toshok  <toshok@ximian.com>
10981
10982         * PropertyGridView.cs: fix a number of issues (bug #78565, and
10983         most of bug #79676):
10984
10985         - you can navigate around the property grid with the arrow keys.
10986
10987         - the dropdown is sized properly when the pg has a vertical
10988         scrollbar.
10989
10990         - fix the indentation for subentries, and properly select the
10991         entire label rect.
10992
10993         - fix the gray bar's drawing (only draw it to the last element,
10994         not for the height of the control.  Also make sure we draw that
10995         last horizontal grid line.
10996
10997         - use the same mechanism the datagrid uses wrt the editing textbox
10998         when scrolling/resizing/etc.  Namely, we hide it first, do the
10999         operation, then show it again (if it's still visible).
11000         
11001         - aggressively remove a lot of unnecessary refreshes (and also
11002         calls to Invalidate(). call more limited variants, and only redraw
11003         what we need.)
11004         
11005         * PropertyGrid.cs:
11006
11007         - when we're populating the merged collection, fill in the UI
11008         parent with either the passed in item, or the category item we
11009         create.
11010
11011         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
11012
11013         * GridItem.cs: drop some fully qualified names.
11014         
11015         * GridEntry.cs: add a "UIParent", which is basically the parent
11016         treenode.
11017
11018         * GridItemCollection.cs: add an IndexOf method.
11019
11020 2006-10-20  Mike Kestner  <mkestner@novell.com>
11021
11022         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
11023         a working win32 NC invalidation mechanism, we can't invalidate
11024         menus.  [Fixes #79705]
11025
11026 2006-10-20  Mike Kestner  <mkestner@novell.com>
11027
11028         * ListBox.cs : don't update the VScrollbar if the list is empty,
11029         just hide it.  [Fixes #79692]
11030
11031 2006-10-20  Jackson Harper  <jackson@ximian.com>
11032
11033         * RichTextBox.cs: Handle some special chars better, and don't skip
11034         the entire group when we encounter a special char that we don't
11035         handle correctly.
11036
11037 2006-10-18  Chris Toshok  <toshok@ximian.com>
11038
11039         * PropertyGridView.cs: address a number of issues from bug #79676,
11040         mostly of the cosmetic variety.
11041
11042         - The highlight rectangle for indented items not extends all the
11043         way to the left.
11044
11045         - Indented items aren't indented so much.
11046
11047         - the dropdown is properly sized width-wise if the pg has a
11048         vertical scrollbar.
11049
11050 2006-10-18  Chris Toshok  <toshok@ximian.com>
11051
11052         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
11053         systray stuff is rather convoluted to begin with.
11054
11055         systray icons are a single window for some reason (that I haven't
11056         figured out yet), and for them, client_window == whole_window.
11057         Given the way the tests are structured elsewhere to determine
11058         which paints are pending (client vs. nc), that situation will
11059         always yield PAINT, not NCPAINT.  So, if we have a pending
11060         nc_expose and no pending expose, remove the hwnd from the paint
11061         queue, and also set nc_expose_pending to false, to keep us from
11062         blocking further expose's adding the hwnd to the paint queue.
11063
11064         phew.  like i said, a rather convoluted change.  Fixes the
11065         notifyicon repaint issues in bug #79645.
11066
11067 2006-10-18  Chris Toshok  <toshok@ximian.com>
11068
11069         * Form.cs: when getting the backcolor of the form, don't get
11070         base.BackColor, as this allows parents to influence the background
11071         color.  This breaks mdi forms.  Instead, if the background_color
11072         is empty, return the default.
11073
11074 2006-10-18  Chris Toshok  <toshok@ximian.com>
11075
11076         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
11077         to being private instead of internal static.
11078
11079         * Control.cs: remove all the stupid ParentWaitingOnRecreation
11080         crap, it wasn't working for more deeply nested controls anyway,
11081         and we already have the is_recreating flag - use that instead.
11082         Before calling DestroyHandle in RecreateHandle, recurse through
11083         the control tree setting it to true.  this returns the recreate
11084         code to much of its original simplicity, while now guaranteeing we
11085         actually recreate everything we're supposed to.  This change gets
11086         fyireporting actually showing mdi children.
11087
11088 2006-10-17  Chris Toshok  <toshok@ximian.com>
11089
11090         * Form.cs: remove some debug spew, and collapse some duplicate
11091         code at the end of SetClientSizeCore.
11092
11093         * XplatUIX11.cs: 
11094         - add some more debug spew here too wrt Destroy handling.
11095         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
11096         in Control's handling of WM_DESTROY.
11097         - Remove the handling of zombie window DestroyNotifies from the
11098         event loop - we don't need it.  Now the only DestroyNotifies we
11099         actually handle are ones generated by X.
11100         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
11101         match gtk's (functioning) handling of this. This keep metacity
11102         from leaving droppings in the form of wm borders with no window
11103         contents all over the place.
11104
11105         * Control.cs:
11106         - add a bunch of debug spew wrt control recreation.
11107         - fix a bug where we weren't tracking Visible properly on
11108         recreated hwnds.
11109         - fixed the WM_PAINT double buffer handling to support re-entrant
11110         calls (yes, i know it's gross, but it's happening to us).
11111
11112 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11113         * ThemeWin32Classic.cs: changed drawing of selected days
11114         to make them look better.
11115
11116 2006-10-16  Chris Toshok  <toshok@ximian.com>
11117
11118         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
11119         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
11120
11121         * XplatUIX11.cs: move away from using hwnd.client_dc and
11122         hwnd.non_client_dc and on to a stack of dc's (and in window's
11123         case, PAINTSTRUCT's), so we can deal with nested Paint calls
11124         without puking or not disposing of Graphics objects.
11125
11126         * XplatUIOSX.cs: same.
11127
11128         * XplatUIWin32.cs: same.
11129
11130 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
11131
11132         * FileDialog.cs: Don't call on_directory_changed inside
11133           OnSelectedIndexChanged (it changes the SelectedIndex too).
11134           Instead move it to OnSelectionChangeCommitted.
11135
11136 2006-10-13  Chris Toshok  <toshok@ximian.com>
11137
11138         * XplatUIX11.cs: more Destroy work.  the current code does the
11139         following things, in order:
11140
11141         1. Enumerates all handles of all controls at or below the one
11142         being destroyed, in pre-order.  As it is doing this, it marks the
11143         handles as zombie and clears all references to them.
11144         
11145         2. calls XDestroyWindow on the window passed in.
11146
11147         3. SendMessage's WM_DESTROY to all he handles in the accumulated
11148         list.
11149
11150 2006-10-13  Chris Toshok  <toshok@ximian.com>
11151
11152         * XplatUIX11.cs: set hwnd.zombie to true before calling
11153         SendMessage (WM_DESTROY).  this keeps us from marking the new
11154         window a zombie, and also keeps us from calling sendmessage at
11155         all.
11156
11157 2006-10-13  Jackson Harper  <jackson@ximian.com>
11158
11159         * TextControl.cs: Do not show the caret and selection at the same
11160         time.  Reduces ugliness by 35%.
11161
11162 2006-10-13  Chris Toshok  <toshok@ximian.com>
11163
11164         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
11165         zombie after we do the recursive call, so we actually do call
11166         SendMessage on the children controls.
11167         (GetMessage): if we find a pending paint event for a zombie hwnd,
11168         remove the hwnd from the paint queue, or else it will always be
11169         there (and we'll effectively loop infinitely)
11170
11171 2006-10-13  Mike Kestner  <mkestner@novell.com>
11172
11173         * MenuItem.cs : add Selected format under keynav too.
11174         Fixes #79528.
11175
11176 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
11177
11178         * PropertyGrid.cs: Fixed some NRE's and small difference between our
11179         implementation and that of MS.
11180
11181 2006-10-13  Chris Toshok  <toshok@ximian.com>
11182
11183         * Control.cs (OnInvalidated) only futz with the invalid_region if
11184         the control is double buffered.  this fixes the apparent hang in
11185         the ListView unit tests.  Someone needs to make the
11186         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
11187
11188 2006-10-13  Chris Toshok  <toshok@ximian.com>
11189
11190         * PropertyGridView.cs:
11191
11192         - do a little refactoring so that only one place calls
11193         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
11194         else call that.  Also make it Refresh, since there are redraw bugs
11195         otherwise (we should take a look at that...)
11196
11197         - do a little more refactoring work to share the body of code
11198         involved with the drop down.  it was duplicated in the code
11199         dealing with the listbox handling and in the code dealing with the
11200         UITypeEditors.
11201
11202         - add a Capture to the dropdown form's control once it's
11203         displayed, and add a MouseDown handler that checks to make sure
11204         the position is inside the control.  If it's not, close the
11205         dropdown.  This fixes #78190.
11206
11207         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
11208         if the value is different than the initial value.
11209         
11210 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
11211
11212         * Control.cs: see #78650
11213         - Fixed GetNextControl for several cases:
11214                 - Changed FindFlatForward to return 
11215                 correct sibling control when more than one
11216                 control has same TabIndex as the currently 
11217                 focused one.
11218                 - Changed FindFlatBackward to loop children
11219                 from last to first and apply same logic as in
11220                 FindFlatForward
11221                 - Changed FindControlForward to search for
11222                 children when control is not a container
11223                 but has children, or search for siblings if
11224                 control is a container...
11225                 - Changed FindControlBackward   to continue
11226                 searching for child controls when hitting 
11227                 Panel-like parents
11228                 
11229         - Fixed Focus method to update ActiveControl
11230         (FocusTest.FocusSetsActive failure)
11231         
11232         * TabControl.cs:
11233         - Focus rectangle now refreshes when gaining
11234         or losing focus
11235         - Removed grab for Tab key on IsInputKey that 
11236         was keeping tab navigation from working (#78650)
11237
11238 2006-10-13  Chris Toshok  <toshok@ximian.com>
11239
11240         * PropertyGridView.cs:
11241         - Rewrite SetPropertyValue to loop over SelectedGridItem's
11242         SelectedObjects.
11243
11244         - Deal with GridItem.Value == null a few places.
11245
11246         * PropertyGrid.cs: 
11247         - replace the PopulateGridItemCollection with a pair of methods
11248         which compute the intersection of all the properties in the
11249         SelectedObjects array.  Fixes #79615.
11250
11251         - Throw ArgumentException from set_SelectedObjects if there's a
11252         null in the array.
11253
11254         - Add GetTarget method which can be used to traverse up the
11255         GridItem.Parent chain.  It depends on the assumption that
11256         selected_objects for different GridEntries are always in the same
11257         order (a safe assumption).  Use this method and loop over all the
11258         selected objects in the entry when calling RemoveValueChanged and
11259         AddValueChanged.
11260         
11261         * GridEntry.cs: Make this handle multiple selected objects.
11262         .Value returns null if not all the selected objects share the same
11263         value.
11264
11265 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
11266         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
11267           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
11268           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
11269           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
11270           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
11271         add additional functionality.
11272
11273 2006-10-12  Mike Kestner  <mkestner@novell.com>
11274
11275         * ErrorProvider.cs : new ToolTipWindow ctor sig.
11276         * HelpProvider.cs : new ToolTipWindow ctor sig.
11277         * ToolTip.cs : remove ToolTip param from Window sig since it is
11278         not used.
11279         * ToolBar.cs : add tooltip support.  Fixes #79565.
11280
11281 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11282
11283         * ComboBox.cs: move the events in set_SelectedIndex to 
11284         after the call to HighlightIndex in order to avoid 
11285         possible recursion and subsequent problems with the call
11286         to HighlightIndex and include a range check in 
11287         set_HighlightIndex. Fixes #79588
11288         
11289 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11290
11291         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
11292         to ui thread's settings instead of sunday. 
11293         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
11294
11295 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11296
11297         * DateTimePicker.cs
11298         * MonthCalendar.cs
11299         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
11300         and implement missing functionality (selecting different parts 
11301         of the date and edit them individually with the keyboard).
11302         
11303 2006-10-11  Chris Toshok  <toshok@ximian.com>
11304
11305         * Control.cs (OnInvalidated): fix NRE relating to last change.
11306
11307 2006-10-11  Chris Toshok  <toshok@ximian.com>
11308
11309         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
11310         atoms in _NET_WM_STATE here if the window is maximized.  We need
11311         to do this because we're *replacing* the existing _NET_WM_STATE
11312         property, so those atoms will be lost otherwise, and any further
11313         call to GetWindowState will return Normal for a window which is
11314         actually maximized.  Fixes #79338.
11315
11316 2006-10-11  Jackson Harper  <jackson@ximian.com>
11317
11318         * TextControl.cs: Special case for setting selection end to
11319         selection start, we basically kill the anchor.
11320         - some todo comments.
11321
11322 2006-10-11  Chris Toshok  <toshok@ximian.com>
11323
11324         * Control.cs: switch to using an "invalid_region" to track which
11325         parts of the image buffer need updating.  This is more code than
11326         the simple fix from r66532.  That version just attempted to always
11327         fill the entire buffer on redraw, which turns out to be
11328         inefficient when invalidating small rectangles.  This version
11329         simply adds the invalid rectangle to the invalid region.  When we
11330         get any WM_PAINT message we see if it can be filled using the
11331         image buffer, and if it can't (if the paint event's clip rectangle
11332         is visible in the invalid region) we first fill the image buffer.
11333         So, the image buffer is still a cache, we just fill it lazily.
11334
11335         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
11336         need it any longer.
11337
11338 2006-10-11  Chris Toshok  <toshok@ximian.com>
11339
11340         * XplatUIX11.cs (SetWindowPos): we need to update both position as
11341         well as size after calling XMoveResizeWindow.  This keeps us from
11342         ignoring future SetWindowPos calls.  Fixes the disappearing
11343         DateTimePicker in the ToolBarDockExample from bug #72499.
11344
11345 2006-10-11  Chris Toshok  <toshok@ximian.com>
11346
11347         * TextBoxBase.cs: reorder things a bit when it comes to
11348         resizing-causing-recalculation.  we were recalculating the
11349         document when our position was changed, which shouldn't happen.
11350         We only care about size changes.  Clear up some more redundant
11351         recalculation calls while I'm at it.  This makes the toolbar dock
11352         example snappy when you're just dragging toolbars around (since it
11353         causes a relayout whenever you move one.)
11354
11355 2006-10-11  Chris Toshok  <toshok@ximian.com>
11356
11357         * ToolBarButton.cs (get_Rectangle): this only returns
11358         Rectangle.Empty if Visible == false, or Parent == null.
11359         Parent.Visible doesn't matter.
11360
11361 2006-10-10  Chris Toshok  <toshok@ximian.com>
11362
11363         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
11364         by .net 1.1, so switch to an internal method instead.
11365
11366 2006-10-10  Chris Toshok  <toshok@ximian.com>
11367
11368         * Control.cs (WM_PAINT): when a control is double buffered we draw
11369         initially to the ImageBuffer and then copy from there.  But when a
11370         parent control which has child controls is double buffered, the
11371         initial drawing doesn't encompass the entire ClientRectangle of
11372         the parent control, so we end up with uninitialized bits (this is
11373         easily seen by dragging the top toolbar in
11374         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
11375         manually set the ClipRectangle of the paint_event (only the one we
11376         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
11377         of the nastiness in bug #72499.
11378
11379         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
11380         which we use in Control.cs's WM_PAINT handling.
11381
11382 2006-10-10  Jackson Harper  <jackson@ximian.com>
11383
11384         * TextBoxBase.cs: Finish off the autoscrolling stuff.
11385
11386 2006-10-10  Chris Toshok  <toshok@ximian.com>
11387
11388         * Cursor.cs: Apply a slightly different patch to the one suggested
11389         in #79609.
11390
11391 2006-10-10  Jackson Harper  <jackson@ximian.com>
11392
11393         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
11394         not the parent form.
11395         * TextControl.cs: use difference in old line count vs new count to
11396         calculate how many lines were added, this takes into account soft
11397         line breaks properly.
11398
11399 2006-10-10  Chris Toshok  <toshok@ximian.com>
11400
11401         * LinkLabel.cs: don't call MeasureCharacterRanges against a
11402         rectangle located at 0,0 and the size of the text.  Use
11403         ClientRectangle instead.  This fixes rendering of non-left aligned
11404         link labels.
11405
11406 2006-10-10  Jackson Harper  <jackson@ximian.com>
11407
11408         * TextBoxBase.cs: When we set the selection start position the
11409         caret.
11410         * TextControl.cs: Need to update the caret when we decrement it to
11411         zero.
11412         - Make sure that the selection_visible flag gets reset to false if
11413         the selection isn't visible.  Before this you could get it set to
11414         visible by changing the selection start, then changing the end to
11415         equal the start.
11416
11417 2006-10-09  Jackson Harper  <jackson@ximian.com>
11418
11419         * TreeView.cs: Don't update scrollbars when we aren't visible.
11420         * TreeNodeCollection.cs: Only need to update scrollbars if being
11421         added to an expanded visible node or the root node.
11422
11423 2006-10-09  Chris Toshok  <toshok@ximian.com>
11424
11425         * XplatUIX11.cs (SendMessage): fix NRE.
11426
11427 2006-10-09  Jackson Harper  <jackson@ximian.com>
11428
11429         * TextBoxBase.cs: Implement horizontal autoscrolling.
11430         * TextControl.cs: Add a movement types that allows moving forward
11431         and backwards without wrapping.
11432
11433 2006-10-09  Mike Kestner  <mkestner@novell.com>
11434
11435         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
11436         with focus "expansion" of labels.  Fixes #79532 and then some.
11437         * ThemeWin32Classic.cs : add LineLimit to ListView label format
11438         when wrapping.
11439
11440 2006-10-09  Jackson Harper  <jackson@ximian.com>
11441
11442         * TextBoxBase.cs: Set the default max values to MaxValue since
11443         we use the scrollbar for autoscrolling and the default value is
11444         100.  If we don't do this the caret won't keep up with typing
11445         after about 18 characters.
11446         * TextControl.cs: Make sure the selection is offset by the
11447         viewport x.  This fixes selection when using auto scrolling.
11448
11449 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
11450         
11451         * Form.cs: The active control should be selected after the 
11452         OnLoad so that any child control initialization that affects
11453         the selection is done. Fixes #79406
11454
11455 2006-10-06  Chris Toshok  <toshok@ximian.com>
11456
11457         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
11458         to have no evil effects.
11459
11460         - Stop selecting StructureNotifyMask on non-toplevel windows.
11461
11462           The only way children should be resized is by using the SWF api,
11463           and we already send WM_WINDOWPOSCHANGED messages in those cases.
11464           Toplevel windows can be interacted with via the window manager,
11465           and so we keep the input mask there.
11466
11467           The other event StructureNotifyMask gives us (that we care
11468           about) is DestroyNotify.  The code is already structured such
11469           that it assumes we won't be getting a DestroyNotify event for
11470           the window we pass to XDestroyWindow (which is what
11471           StructureNotifyMask is supposed to guarantee.)  So, that code
11472           shouldn't be affected by this either.
11473
11474         - Stop selecting VisibilityChangeMask altogether.
11475
11476           We weren't doing anything with the resulting events anyway.
11477         
11478         This vastly reduces the number of X requests and events we see
11479         when resizing/laying out a large ui.
11480
11481 2006-10-06  Chris Toshok  <toshok@ximian.com>
11482
11483         * ScrollableControl.cs (DisplayRectangle): we need to take into
11484         account the DockPadding regardless of whether or not auto_scroll
11485         == true.  rework this slightly to this effect, and fix bug #79606,
11486         and part of #72499 (you can now see the drag handles and drag
11487         toolbars around).
11488
11489 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
11490
11491         * ListViewItem.cs: Collections of selected and checked items are now
11492         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
11493         we mark the collection "dirty".
11494         * ListView.cs: Marked collections readonly. Modified UpdateSelection
11495         to only clear SelectedItems when a new item is selected and MultiSelect
11496         is enabled. CheckedItems and SelectedItems now subscribe to Changed
11497         event of ListViewItemCollection, and mark its list dirty whenever
11498         that event is fire. This allows us to return selected/checked items 
11499         in the same order as they are in the Items collection. This matches
11500         the MS behavior.
11501
11502 2006-10-06  Chris Toshok  <toshok@ximian.com>
11503
11504         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
11505         right mouse clicks.  Fixes bug #79593.
11506
11507 2006-10-06  Chris Toshok  <toshok@ximian.com>
11508
11509         * Splitter.cs: doh, fix splitters that don't want to cancel the
11510         movement when you drag them.  Also, impose the limits on the
11511         values we send to the SplitterMovingEvent.  Fixes #79598.
11512
11513 2006-10-06  Jackson Harper  <jackson@ximian.com>
11514
11515         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
11516         since we use this for auto scrolling also.
11517
11518 2006-10-05  Chris Toshok  <toshok@ximian.com>
11519
11520         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
11521         beginning to think that most datagrid column types don't need this
11522         method.  Fixes bug #79392.
11523
11524 2006-10-05  Chris Toshok  <toshok@ximian.com>
11525
11526         * DataGrid.cs: move back to a more lazy scheme for creating the
11527         CurrencyManager, so we aren't updating it every time you set
11528         either DataSource or DataMember.  Also, don't call
11529         RecreateDataGridRows if the currency manager hasn't changed.
11530
11531 2006-10-05  Chris Toshok  <toshok@ximian.com>
11532
11533         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
11534         emitted, SelectedIndex should already be updated.  Fixes bug
11535         #78929.
11536
11537 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
11538
11539         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
11540           ToolStripTextBox.cs: Initial commit.
11541         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
11542
11543 2006-10-05  Jackson Harper  <jackson@ximian.com>
11544
11545         * TabControl.cs: We need to invalidate the tab control area when
11546         new ones are added (duh).
11547
11548 2006-10-03  Chris Toshok  <toshok@ximian.com>
11549
11550         * Form.cs (ProcessDialogKey): if the focused control is in this
11551         form and is a button, call its PerformClick method here.  Fixes
11552         #79534.
11553
11554 2006-10-04  Jackson Harper  <jackson@ximian.com>
11555
11556         * TabPage.cs: Ignore setting of Visible, and add an internal
11557         method for setting the controls visibility.  TabPage's Visible
11558         property is a little strange on MS, this seems to make us
11559         compatible, and fixes cases where people set all the tab pages to
11560         visible.
11561         * TabControl.cs: Use the new internal setting on tab pages
11562         visibility.
11563
11564 2006-10-03  Mike Kestner  <mkestner@novell.com>
11565
11566         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
11567
11568 2006-10-03  Mike Kestner  <mkestner@novell.com>
11569
11570         * ListView.cs : use is_visible instead of Visible to check if 
11571         scrollbars should be placed/sized.  Also some max_wrap_width
11572         love for LargeIcon view.  [Fixes #79533]
11573
11574 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
11575
11576         * TextControl.cs :
11577           Make set_TextAlign() do actually update the align. Fixed #78403.
11578
11579 2006-10-03  Chris Toshok  <toshok@ximian.com>
11580
11581         * DataGrid.cs: fix a crash when switching datasources if the
11582         vertical scrollbar is at someplace other than Value = 0.  Also,
11583         reduce the number of recalculation passes we do in SetDataSource
11584         from 2 to 1.
11585
11586 2006-10-03  Jackson Harper  <jackson@ximian.com>
11587
11588         * TextBoxBase.cs: Move the if value the same bail check up, we
11589         don't want to empty the document if it is already empty, this
11590         seems to severly mess up the caret.  TODO: I should probably fix
11591         the empty statement to update teh caret somehow.
11592
11593 2006-10-03  Chris Toshok  <toshok@ximian.com>
11594
11595         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
11596         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
11597         reflection, an internal row type, properties on said type, etc.)
11598         will work with our datagrid.  Fixes #79531.
11599
11600 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
11601
11602         * FileDialog.cs: Don't crash if a path is not accessible
11603           (System.UnauthorizedAccessException). Fixes #79569.
11604         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
11605           a ':' too. Return unknown icon for those paths/files.
11606
11607 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
11608
11609         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
11610         GetContainerControl returns null.
11611
11612 2006-10-02  Chris Toshok  <toshok@ximian.com>
11613
11614         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
11615         call to XGetWindowAttributes instead of "handle".  fixes an X
11616         error using notifyicon after the NotifyIconWindow to Form base
11617         class switch.
11618
11619 2006-10-02  Chris Toshok  <toshok@ximian.com>
11620
11621         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
11622         server grab and looping we need to do to get down to the most
11623         deeply nested child window.
11624         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
11625         QueryPointer again after the WarpPointer so we can generate a
11626         proper (fake) MotionNotify event to be enqueued in the destination
11627         window's queue.
11628         (GetCursorPos): call QueryPointer.
11629
11630         Fixes #79556.
11631
11632 2006-10-02  Jackson Harper  <jackson@ximian.com>
11633
11634         * NotifyIcon.cs: Derive the notify icon from a form, so things
11635         like FindForm work on it.
11636         - Swallow the WM_CONTEXTMENU message, since that is generated on
11637         mouse down, and context menu is a mouse up kinda guy.  I believe
11638         the correct fix here is probably to make the notify icon entirely
11639         NC area, but this seems to work fine for anyone not manipulating
11640         WndProc.
11641
11642 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
11643
11644         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
11645           ToolStripItemCollection.cs, ToolStripLabel.cs,
11646           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
11647           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
11648           Initial implementation.
11649         * TextRenderer.cs: Provide padding to MeasureText.
11650
11651 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
11652
11653         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
11654         of ButtonBaseAccessibleObject. Fix bug #79552.
11655
11656 2006-10-02  Jackson Harper  <jackson@ximian.com>
11657
11658         * MdiWindowManager.cs: When maximizing use the containers client
11659         rect, not it's bounds, so nc area is accounted correctly.
11660         - Use the parent form's size for the menu position, since the
11661         client isn't always the full form size.
11662
11663 2006-10-01  Chris Toshok  <toshok@ximian.com>
11664
11665         * ScrollableControl.cs: make sure neither right_edge or
11666         bottom_edge are < 0, since they're used as LargeChange for the
11667         horiz/vert scrollbars respectively.  Fixes #79539.
11668
11669 2006-10-01  Chris Toshok  <toshok@ximian.com>
11670
11671         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
11672         the xplatuix11 code can cause us to destroy/recreate our handle.
11673
11674         * XplatUIX11.cs
11675         (SystrayAdd):
11676         - this code can be invoked many times for the same Hwnd.  Make
11677           sure we only destroy the client window once (the first time this
11678           method is called).  This fixes bug #79544.
11679         - Remove the call to the improperly bound XSync.  why we had two
11680           bindings to this, I will never know, but this call resulted in
11681           events being discarded from the queue(!).
11682         - correct a misunderstanding of _XEMBED_INFO - the second atom is
11683           not our current state but the state we wish to be in.  So, 0 if
11684           we don't want to be mapped.  Change it to 1.
11685         (SystrayRemove): The XEMBED spec makes mention of the fact that
11686         gtk doesn't support the reparent of client windows away from the
11687         embedder.  Looking at gtksocket-x11.c seems to agree with this.
11688         The only avenue we have for removing systray icons is to destroy
11689         them.  We don't want the handle to go away for good, though, so
11690         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
11691         #79545.
11692         
11693 2006-10-01  Chris Toshok  <toshok@ximian.com>
11694
11695         * Form.cs (WndProc): inline the native_enabled variable usage into
11696         the cases in which it's used.  Fixes #79536.
11697
11698 2006-09-29  Mike Kestner  <mkestner@novell.com>
11699
11700         * ListView.cs : toggle the selection state for ctrl clicks in 
11701         multiselect mode. [Fixes #79417]
11702
11703 2006-09-29  Mike Kestner  <mkestner@novell.com>
11704
11705         * ListView.cs : kill CanMultiSelect and refactor the selection
11706         code to support multiselection in the absence of mod keys. Steal
11707         arrow/home/end keys by overriding InternalPreProcessMessage to
11708         restore regressed keynav behavior.
11709         [Fixes #79416]
11710
11711 2006-09-29  Jackson Harper  <jackson@ximian.com>
11712
11713         * MdiClient.cs: Repaint the titlebars when the active window is
11714         changed.
11715
11716 2006-09-29  Chris Toshok  <toshok@ximian.com>
11717
11718         * Application.cs: when entering a runloop with a modal, make sure
11719         the hwnd is enabled.  Fixes #79480.
11720
11721 2006-09-29  Chris Toshok  <toshok@ximian.com>
11722
11723         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
11724         when ListManager.CanAddRows == false, bump us back one.
11725
11726         * DataGridColumnStyle.cs (ParentReadOnly): remove the
11727         listmanager.CanAddRows check.  This makes ArrayLists uneditable
11728         using a datagrid, which is not right.
11729         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
11730         is an IEditable, but call property_descriptor.SetValue regardless.
11731         fixes #79435.
11732
11733 2006-09-29  Chris Toshok  <toshok@ximian.com>
11734
11735         * DataGridBoolColumn.cs: we need to test equality in the face of
11736         possible null values (as is the case with the default NullValue).
11737         This patch keeps us from crashing in that case.
11738
11739 2006-09-29  Jackson Harper  <jackson@ximian.com>
11740
11741         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
11742         here, since it will get called for every node collection in the
11743         tree. This is now done in the treeview once the sorting is
11744         finished.
11745         * TreeView.cs: Recalculate the visible order, and update the
11746         scrollbars after sorting, set the top nope to the root so that the
11747         recalc actually works.
11748
11749 2006-09-29  Chris Toshok  <toshok@ximian.com>
11750
11751         * LinkLabel.cs: more handling of the default link collection in
11752         the face of LinkArea manipulation.  The default link collection
11753         contains 1 element (start=0,length=-1).  If the user sets LinkArea
11754         to anything and the links collection is the default, clear it.
11755         Then only add the link if its nonempty.  Fixes #79518.
11756
11757 2006-09-29  Chris Toshok  <toshok@ximian.com>
11758
11759         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
11760         piece correctly when we hit a '\n'.  Fixes #79517.
11761
11762 2006-09-29  Chris Toshok  <toshok@ximian.com>
11763
11764         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
11765         change the binding of gdk_init_check to take two IntPtr's, and
11766         pass IntPtr.Zero for both of them.  Fixes #79520.
11767
11768 2006-09-29  Mike Kestner  <mkestner@novell.com>
11769
11770         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
11771         [Fixes #78779]
11772
11773 2006-09-28  Jackson Harper  <jackson@ximian.com>
11774
11775         * XplatUIX11.cs: When translating NC messages make sure we go from
11776         whole window to screen, not client window to screen.
11777         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
11778         method doesn't exist
11779         - Skip over controls that aren't forms when arranging.
11780
11781 2006-09-28  Jackson Harper  <jackson@ximian.com>
11782
11783         * XplatUIWin32.cs: Clip the rect to the parent window.
11784         * XplatUIStructs.cs: Add clipping modes struct.
11785         * InternalWindowManager.cs: New private method that factors title
11786         bar heights in when calculating the pos of an NC mouse message.
11787         - Use SendMessage to force a paint when the form's size is changed
11788         instead of painting the decorations immediately.
11789         - Don't let the NC button click messages get to DefWndProc,
11790         because they will attempt to handle windowing themself, and this
11791         messes up z-order (it will put them in front of the scrollbars).
11792         * XplatUIX11.cs: Make sure that we don't reset window managers if
11793         we already have one (ie the window is an MDI window).
11794
11795 2006-09-28  Chris Toshok  <toshok@ximian.com>
11796
11797         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
11798         menu code really needs going over.
11799
11800 2006-09-27  Chris Toshok  <toshok@ximian.com>
11801
11802         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
11803         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
11804         window is maximizable.  So, we need to make sure that even if we
11805         clear the border/wm frame of those functions, they're still
11806         available (basically, we remove the decoration without removing
11807         the function).  Half the fix for #79338.
11808
11809 2006-09-27  Chris Toshok  <toshok@ximian.com>
11810
11811         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
11812         Fixes bug #79515.
11813
11814 2006-09-27  Chris Toshok  <toshok@ximian.com>
11815
11816         * Splitter.cs: reorder things a bit so that we don't actually
11817         draw/move the splitter until after calling OnSplitterMoving.  This
11818         lets users cancel/disallow the movement by explicitly setting
11819         event.SplitX/SplitY.  Fixes #79372.
11820
11821 2006-09-27  Jackson Harper  <jackson@ximian.com>
11822
11823         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
11824         because it is most likely on a window being destroyed, and that
11825         will give us an X11 error.
11826
11827 2006-09-27  Chris Toshok  <toshok@ximian.com>
11828
11829         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
11830         the dropdown button now toggles between showing and hiding the
11831         dropdown.  Also, get rid of dropdown_form_showing and just use
11832         dropdown_form.Visible.  We still don't do a grab, but I'll leave
11833         that part to someone who has handled Capture-fu before.
11834
11835 2006-09-27  Chris Toshok  <toshok@ximian.com>
11836
11837         * DataGrid.cs: return false if alt isn't pressed when '0' is
11838         pressed.  this keeps the '0' key from being swallowed, and fixes
11839         bug #79350.
11840
11841 2006-09-27  Chris Toshok  <toshok@ximian.com>
11842
11843         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
11844         Calling Refresh (in response to a scrollbar event) screws up the
11845         scrollbar painting.  Fixes bug #78923.
11846
11847 2006-09-27  Chris Toshok  <toshok@ximian.com>
11848
11849         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
11850         then insert into hashtable" blocks threadsafe.
11851
11852 2006-09-27  Chris Toshok  <toshok@ximian.com>
11853
11854         * MessageBox.cs (CreateParams): the styles should be |'ed with our
11855         baseclass's, since otherwise the
11856         ControlBox/MinimizeBox/MaximizeBox assignments above have no
11857         effect.  This gets the close button back in messageboxes.
11858
11859 2006-09-27  Chris Toshok  <toshok@ximian.com>
11860
11861         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
11862         flag, not just != 0.  this makes flags that are actually multiple
11863         bits (like WS_CAPTION) work.  fixes bug #79508.
11864
11865 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
11866
11867         * PageSetupDialog.cs: add support for getting and settings the 
11868         paper size, source and orientation.
11869
11870 2006-09-26  Chris Toshok  <toshok@ximian.com>
11871
11872         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
11873         and caption == "", we need to remove the resize handles as well as
11874         the title bar.
11875
11876         * Control.cs (set_Text): turns out that setting Text on a form
11877         should change the WM styles on the window, since if ControlBox ==
11878         false, the only way to get a window border is to have a non-""
11879         Text property.  check winforms/forms/text.cs for an example.  so,
11880         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
11881         update both window styles and title.  This fixes a lot of dialogs
11882         (including the preferences dialog in MonoCalendar.)
11883
11884 2006-09-26  Chris Toshok  <toshok@ximian.com>
11885
11886         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
11887         control isn't a Form), call Win32ShowWindow to hide the window,
11888         but don't update the control Visible property.  When we reparent
11889         back to a parent control, call SetVisible in order for the
11890         window's visibility to be reinstated.
11891
11892         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
11893         the FosterParent.
11894
11895         * Control.cs (ControlCollection.Remove): remove that value.Hide()
11896         call for good, since it breaks MonoCalendar (and other things I'm
11897         sure.) Also, set all_controls to null *after* the owner calls,
11898         which end up regenerating it.
11899         (ChangeParent): allow new_parent to be == null, passing
11900         IntPtr.Zero down to XplatUI.
11901
11902         this fixes #79294 the right way.
11903
11904 2006-09-26  Mike Kestner  <mkestner@novell.com>
11905
11906         * GridEntry.cs : internal SetParent method.
11907         * PropertyGrid.cs : attach to property changed on the proper
11908         target if we have a hierarchical grid with subobjects. Setup
11909         GridItem.Parent for hierarchical items.
11910         * PropertyGridView.cs : Set value on the correct target for
11911         hierarchical grids. [Fixes #78903]
11912
11913 2006-09-26  Chris Toshok  <toshok@ximian.com>
11914
11915         * Control.cs (ChildNeedsRecreating): this should return true if
11916         either we're being recreated and the child is in our list, or our
11917         parent is waiting for our recreation.
11918
11919 2006-09-26  Chris Toshok  <toshok@ximian.com>
11920
11921         * Control.cs (ControlCollection.Remove): reinstate the
11922         value.Hide() call as suggested in bug #79294.
11923
11924 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
11925
11926         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
11927         coordinates (versus a relative move).
11928
11929 2006-09-26  Chris Toshok  <toshok@ximian.com>
11930
11931         * Control.cs: rework child recreation a little bit.  It turns out
11932         that we race between the DestroyNotify the WM_DESTROY message.  If
11933         the parent gets its DestroyNotify before the child gets the
11934         WM_DESTROY message, the child ends up not recreating (since the
11935         parent finishes its recreation on DestroyNotify, and the child
11936         checks ParentIsRecreating.)
11937
11938         So, instead we store off a list of all the child controls which
11939         need to be recreated when the parent control starts to recreate
11940         itself.  Then, when child controls get their WM_DESTROY message we
11941         check to see if they're in the parent's pending recreation list,
11942         and if so, we recreate.  This removes all dependency on ordering
11943         from the code and fixes the initial MonoCalendar upgrade dialog.
11944         
11945 2006-09-26  Jackson Harper  <jackson@ximian.com>
11946
11947         * TextControl.cs: Use the Line to get the length of the line,
11948         since soft line breaks can change the end line.
11949
11950 2006-09-26  Chris Toshok  <toshok@ximian.com>
11951
11952         * Control.cs (ControlCollection.AddImplicit): don't add the
11953         control again if it's already in one of our lists.  This keeps us
11954         from adding controls over and over again for comboboxes when their
11955         handle gets recreated (as the combobox adds implicit controls in
11956         OnHandleCreated).  Fixes the X11 errors in bug #79480.
11957
11958 2006-09-26  Jackson Harper  <jackson@ximian.com>
11959
11960         * TextControl.cs: When deleting characters make sure that any
11961         orphaned zero lengthed tags get deleted.
11962         - Fix ToString for zero lengthed tags.
11963
11964 2006-09-25  Jackson Harper  <jackson@ximian.com>
11965
11966         * TextControl.cs: When getting a tag at the location there can be
11967         multiple tags at the same spot, these are 0-lengthed tags that
11968         appear when extra formatting has been stuck in a location.  We
11969         need to pull out the last of these 0 lengthed tags.
11970
11971 2006-09-25  Jackson Harper  <jackson@ximian.com>
11972
11973         * TextControl.cs: Fix print out in debug method.
11974         * TextBoxBase.cs: When text is set bail if we are setting to the
11975         previous value.
11976         
11977 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
11978
11979         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
11980           It is now possible to change the selected index in a FontXXXListBox
11981           with the up and down arrow keys from the FontXXXTextBoxes.
11982           Also, send the FontXXXTextBox mouse wheel event to the corresponding
11983           FontXXXListBoxes to match ms.
11984
11985 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
11986
11987         * SystemInformation.cs: Return a clone of the theme's MenuFont because
11988         anyone can dispose it, anytime. All other properties returns enums, 
11989         structs or basic types so they don't need such tricks.
11990
11991 2006-09-22  Jackson Harper  <jackson@ximian.com>
11992
11993         * XplatUI.cs:
11994         * XplatUIWin32.cs:
11995         * Clipboard.cs:
11996         * DataFormats.cs:
11997         * XplatUIOSX.cs:
11998         * XplatUIDriver.cs: Update interface to add a primary selection
11999         flag, so the driver can use the primary selection buffer if
12000         needed.
12001         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
12002
12003         * RichTextBox.cs: We need to supply the data object to paste now
12004         (so we can choose to supply CLIPBOARD or PRIMARY).
12005         * TextBoxBase.cs: Supply data object to paste (see above).
12006         - Middle click uses the primary selection data object.
12007         
12008 2006-09-21  Chris Toshok  <toshok@ximian.com>
12009
12010         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
12011         of SetWMStyles.  It's still a rat's nest and is largely
12012         order-dependent which I dislike immensely.  This also fixes the X
12013         button disappearing from toplevel forms.
12014
12015 2006-09-21  Mike Kestner <mkestner@novell.com>
12016
12017         * ListBox.cs: move Jordi's click/dblclick raising code to the
12018         mouse up handler.
12019
12020 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
12021
12022         * ListBox.cs: Fixes 79450
12023
12024 2006-09-21  Mike Kestner <mkestner@novell.com>
12025
12026         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
12027         to deal with people updating the TreeNodeCollection after the tree
12028         is disposed.  "Fixes" 79330.
12029
12030 2006-09-20  Jackson Harper <jackson@ximian.com>
12031
12032         * TextControl.cs: Push the cursor record onto the undo stack
12033         before the delete action. This fixes 78651.
12034
12035 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
12036
12037         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
12038         CreateParams. Fixes 79329.
12039
12040 2006-09-19  Chris Toshok  <toshok@ximian.com>
12041
12042         * XplatUIX11.cs: a couple of blanket code massage passes to clean
12043         things up a bit.  First, get rid of the NetAtoms array (and the NA
12044         enum), and just embed the atoms as static fields.  Also, add a
12045         couple of functions (StyleSet and ExStyleSet) to clean up all the
12046         bitmask testing of styles.
12047
12048         * X11Structs.cs: remove the NA enum, not needed anymore.
12049         
12050 2006-09-19  Chris Toshok  <toshok@ximian.com>
12051
12052         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
12053         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
12054         added cleanup to get MessageBox titles appearing again, which were
12055         broken by my earlier fix for caption-less/ControlBox-less windows.
12056
12057 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
12058
12059         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
12060           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
12061           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
12062           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
12063           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
12064           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
12065           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
12066           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
12067           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
12068           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
12069           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
12070             Inital import.
12071         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
12072           ToolStripButton.cs: Stubs needed for above.
12073         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
12074
12075 2006-09-15  Chris Toshok  <toshok@ximian.com>
12076
12077         * XplatUIX11.cs:
12078         - make the MessageQueues hashtable Synchronized.
12079         
12080         - SendMessage: if the Hwnd is owned by a different thread, use the
12081         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
12082         thread.  Fixes bug #79201.
12083
12084 2006-09-15  Chris Toshok  <toshok@ximian.com>
12085
12086         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
12087         ControlBox == false, we disallow maximize/minimize/close.  If the
12088         form Caption is "" we also disallow move (and get rid of the Title
12089         decoration).  Unfortunately, regardless of how things are set,
12090         we're stuck with the Title and WM menu.
12091
12092 2006-09-15  Chris Toshok  <toshok@ximian.com>
12093
12094         * Application.cs: add locking around the static message_filters
12095         ArrayList, part of #79196.
12096
12097 2006-09-15  Chris Toshok  <toshok@ximian.com>
12098
12099         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
12100         Form.ControlBox == false, the window has no titlebar nor resize
12101         handles.  fixes bug #79368.
12102
12103 2006-09-15  Chris Toshok  <toshok@ximian.com>
12104
12105         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
12106         >= 0.  Fixes bug #79370.
12107
12108 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
12109         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
12110         * Control.cs:
12111             Add properties: LayoutEngine, Margin, DefaultMargin.
12112             Add method: GetPreferredSize.
12113             Move layout logic from PerformLayout to layout engines. 
12114
12115 2006-09-13  Chris Toshok  <toshok@ximian.com>
12116
12117         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
12118         fix for #79326 broke #78718, so this change addresses that.
12119
12120         - in SendWMDestroyMessages remove the call to
12121         CleanupCachedWindows, since we might be recreating the control and
12122         need to maintain the references to right Hwnd handles.  Also, set
12123         the zombie flag to true for each of the children in the hierarchy
12124         instead of calling hwnd.Dispose.  This will cause GetMessage to
12125         ignore all events for the window except for DestroyNotify.
12126
12127         - In GetMessage, ignore messages except for DestroyNotify for
12128         zombie hwnds.
12129         
12130         * Control.cs: revert the is_recreating fix from the last
12131         ChangeLog.  It's definitely "right", but it breaks switching from
12132         an MDI form to a non-MDI form.  Will need to revisit that.
12133
12134         * Hwnd.cs: add a zombie flag, which means "the
12135         client_window/whole_window handles are invalid, but we're waiting
12136         for the DestroyNotify event to come in for them".  Set the flag to
12137         false explicitly if setting WholeWindow/ClientWindow, and also
12138         when Disposing.
12139         
12140 2006-09-13  Chris Toshok  <toshok@ximian.com>
12141
12142         * XplatUIX11.cs: rework window destruction slightly.
12143
12144         - when destroying the windows associated with a control, we don't
12145         need 2 separate XDestroyWindow calls.  Just the one for the
12146         whole_window (or for client_window if whole_window is somehow
12147         IntPtr.Zero -- can this happen?) is enough.
12148
12149         - reworked SendWMDestroyMessages slightly, so we always dispose
12150         the child control hwnd's after sending the messages.
12151         
12152         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
12153         the two places it was used (one was even using hwnd.Handle and the
12154         other hwnd.client_window.  ugh), adding another call in
12155         SendWMDestroyMessages.  We need this new call because now the
12156         DestroyNotify events in the queue will be ignored for the child
12157         controls (as their hwnd's were disposed, and the window id's
12158         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
12159
12160         - this fixes bug #79326.
12161
12162 2006-09-13  Chris Toshok  <toshok@ximian.com>
12163
12164         * Control.cs: don't always set is_recreating to false at the end
12165         of RecreateHandle, since sometimes we're not done (and won't be
12166         until WndProc handles the WM_DESTROY message).  Also, set
12167         is_recreating to false in the WM_DESTROY handling code.  Part of
12168         the fix for bug #79326.
12169
12170 2006-09-13  Miguel de Icaza  <miguel@novell.com>
12171
12172         * X11DesktopColors.cs: Start the droppage of debugging messages.
12173
12174         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
12175
12176 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
12177
12178         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
12179
12180 2006-09-12  Chris Toshok  <toshok@ximian.com>
12181
12182         * DataGrid.cs (get_ListManager): if the list_manager is null, try
12183         to create it using SetDataSource.  Fixes bug #79151.
12184
12185 2006-09-11  Chris Toshok  <toshok@ximian.com>
12186
12187         * XEventQueue.cs: add a DispatchIdle property.
12188
12189         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
12190         either the queue is null, or the queue has DispatchIdle set to
12191         true.
12192         (DoEvents): set queue.DispatchIdle to false around the
12193         peek/translate/dispatch message loop in this method.  This keeps
12194         Application.Doevents from emitting idle events.  Part of the fix
12195         for #78823.
12196
12197 2006-09-11  Chris Toshok  <toshok@ximian.com>
12198
12199         * DataGrid.cs (set_DataSource): make this work for both the
12200         winforms/datagrid test and ReportBuilder.  It seems as though when
12201         we've created a ListManager (or maybe it's if we have a
12202         BindingContext?), when we set the DataSource it clears the
12203         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
12204         #79333.
12205
12206 2006-09-11  Chris Toshok  <toshok@ximian.com>
12207
12208         * XplatUIX11.cs: deal with queue being null, which happens in all
12209         the Clipboard functions.  Fixes one of the two problems mentioned
12210         in #78612.
12211
12212 2006-09-11  Chris Toshok  <toshok@ximian.com>
12213
12214         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
12215         button on various spots (including outside the menu) works closer
12216         to MS, and doesn't crash.  Fixes #79343.
12217
12218 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
12219
12220         * ListView.cs: Do not initialize item_sorter in init. To match MS,
12221         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
12222         and the internal comparer is set. When a new ListViewItemSorter is set,
12223         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
12224         was specified. No further processing is necessary if SortOrder is set
12225         to it's current value. If Sorting is modified to None, and View is
12226         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
12227         (either custom or our internal ItemComparer) to null, on 1.0 profile
12228         only set item_sorter to null if its our internal IComparer. If Sorting
12229         is modified to Ascending or Descending, then use our internal IComparer
12230         if none is set, and if the current IComparer is our internal one then:
12231         on 2.0 profile always replace it with one for new Sorting, and on 1.0
12232         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
12233         Enum.IsDefined to verify whether a valid View value is specified in
12234         its setter. Automatically sort listview items when listview is
12235         created. In Sort, do nothing if ListView is not yet created, or if
12236         no item_sorter is set (no Sorting was set, Sorting was explicitly set
12237         to None or ListViewItemSorter was set to null). Added Sort overload
12238         taking a bool to indicate whether the ListView should be redrawn when
12239         items are sorted (we use this in ListViewItemCollection to avoid double
12240         redraws). Modified our internal IComparer to take the sort order into
12241         account. In Add and AddRange methods of ListViewItemCollection, also
12242         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
12243         view), but use overload with noredraw option to avoid double redraw.
12244         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
12245         true when View is Tile, and do the same when attempting to set View to
12246         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
12247         for selected/checked indices, as it involves overhead when sorting is
12248         done while these collections are not used all that often. Instead
12249         we'll build the indices on demand. Modified IList implementation of
12250         CheckedIndexCollection to use public methods if object is int.
12251         Modified CheckedListViewItemCollection to hide checked items if
12252         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
12253         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
12254         IList implementation in SelectedIndexCollection to use public methods
12255         if object is int. Modified SelectedListViewItemCollection to hide
12256         selected items if listview is not yet created.
12257         * ListViewItem.cs: CheckedIndices list no longer needs to be
12258         maintained separately (see ListView changes). Also clone font, fixes
12259         test failure.
12260
12261 2006-09-11  Mike Kestner  <mkestner@novell.com>
12262
12263         * ComboBox.cs: if we are updating the contents of the currently
12264         selected index, refresh the control or the textbox selection.
12265         [Fixes #79066]
12266
12267 2006-09-11  Mike Kestner  <mkestner@novell.com>
12268
12269         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
12270         the 'specified' logic has been moved there.  This seems like a bug 
12271         in Control.cs, since our current SetBoundsCore completely ignores 
12272         the specified parameter.  Peter's commit seems to indicate that is 
12273         the way the MS control implementation works.  [Fixes #79325]
12274
12275 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
12276
12277         * XplatUI.cs: Set default_class_name to be composed
12278         of current domain id. This allows MWF to be loaded in multiple
12279         domains on Win32.
12280
12281 2006-09-09  Miguel de Icaza  <miguel@novell.com>
12282
12283         * X11Keyboard.cs: If we are unable to obtain the input method, do
12284         not call CreateXic to create the input context.   Should fix
12285         #78944/79276.
12286
12287 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
12288
12289         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
12290           Simplified gnome support by adding more pinvokes to get the
12291           icon for a file or mime type.
12292
12293 2006-09-08  Jackson Harper  <jackson@ximian.com>
12294
12295         * MenuAPI.cs: Deslect popup context menu items before closing the
12296         window, so that you don't see the previously selected item
12297         selected when you reopen the menu.
12298         * TextControl.cs: Update the cursor position even if we don't have
12299         focus.  This fixes typing in things like the ComboBox.  I'm not
12300         totally sure we should always set the visibility if we don't have
12301         focus, but couldn't find any corner cases where the cursor showed
12302         up when it shouldn't.
12303
12304 2006-09-08  Chris Toshok  <toshok@ximian.com>
12305
12306         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
12307         our arrays are length 256.  & 0xff before indexing.  Fixes the
12308         crash in bug #78077.
12309         
12310 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12311
12312         * ThemeWin32Classic.cs: 
12313         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
12314         is true. Handle that check box too.
12315
12316 2006-09-07  Chris Toshok  <toshok@ximian.com>
12317
12318         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
12319         79244.
12320
12321 2006-09-07  Chris Toshok  <toshok@ximian.com>
12322
12323         * Control.cs: in set_BackColor only do the work if
12324         background_color != value.
12325
12326         * XplatUIX11.cs: move the clearing of invalid areas (both client
12327         and nc) to the same block of code where we set (nc_)expose_pending
12328         to false.  That is, move it from PaintEventEnd to PaintEventStart,
12329         so things that cause invalidates from within OnPaint will trigger
12330         another call to OnPaint.  Fixes bug #79262.
12331
12332 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
12333
12334         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
12335         * FileDialog.cs: Fix typo
12336
12337 2006-09-07  Jackson Harper  <jackson@ximian.com>
12338
12339         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
12340         for tab pages if they have any.
12341
12342 2006-09-06  Mike Kestner  <mkestner@novell.com>
12343
12344         * Splitter.cs: use the "current" rect when finishing drag handle
12345         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
12346
12347 2006-09-06  Mike Kestner  <mkestner@novell.com>
12348
12349         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
12350         support offset splitters. [Fixes #79298]
12351
12352 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
12353
12354         * Mime.cs: Fixed a bug that could override the global mime type
12355           result.
12356
12357 2006-09-05  Jackson Harper  <jackson@ximian.com>
12358
12359         * TabControl.cs: Better calculation method for setting the slider
12360         pos. Prevents crashes on really wide tabs.
12361         - Draw Image on tab pages if an image list is used.
12362
12363 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12364
12365         * MonthCalendar.cs: When Font changes, the Size should be
12366         updated to fit the new font's space requirements.
12367
12368 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
12369
12370         * ListBox.cs: If the items are cleared with Items.Clear set
12371           top_index to 0.
12372
12373 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12374
12375         * MonthCalendar.cs: Handle arrow keys as input keys. Also
12376         fire DateChanged event instead of DateSelected event when
12377         the date was changed by keyboard interaction.
12378
12379 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12380
12381         * DateTimePicker.cs: Handle DateChanged for the associated
12382         month_calendar control, and set month_calendar.Font from 
12383         OnFontChanged method, as well as resize the height of the
12384         control when needed. Make PreferredHeight proportional.
12385
12386 2006-09-01  Chris Toshok  <toshok@ximian.com>
12387
12388         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
12389         properties.
12390
12391         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
12392
12393 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
12394
12395         * FileDialog.cs: Set ClientSize instead of window size, to allow space
12396           for decorations (Fixes #79219)
12397
12398 2006-09-01  Mike Kestner  <mkestner@novell.com>
12399
12400         * ComboBox.cs: first stab at sorting plus some selection handling
12401         fixes to bring us more in line with MS behavior.  Also switches back
12402         to index based selection.  Alternative patches for index-based 
12403         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
12404         and latency@gmx.de on bug 78848.  I assume they were similar to this
12405         code I've had simmering in my tree forever.
12406         [Fixes #78848]
12407
12408 2006-09-01  Chris Toshok  <toshok@ximian.com>
12409
12410         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
12411         when setting list position guard against ending up with a -1 index
12412         (the other part of the fix for #78812).  Should probably make sure
12413         we don't need the analogous fix in the ItemDeleted case.
12414
12415         * DataGrid.cs:
12416         - in SetDataSource, work around the fact that the way
12417         OnBindingContextChanged is invoked will cause us to re-enter this
12418         method.  I'll remove the hack once I investigate
12419         OnBindingContextChanged.
12420
12421         - fix the logic in set_DataSource and set_DataMember (basically
12422         what to do if the other of the two is null.)
12423         
12424         - in OnListManagerItemChanged, we need to take into account the
12425         edit row when deciding whether or not to call RecreateDataGridRows
12426         (part of the fix for #78812).
12427
12428 2006-09-01  Jackson Harper  <jackson@ximian.com>
12429
12430         * Splitter.cs: Don't do anything if there is no control to affect
12431         (prevents us from crashing in weird tet cases).
12432         * TreeView.cs: Bounding box for the mouse movement reverting
12433         focus/selection back to previously selected node.  This matches
12434         MS, and makes the tree a lot more useable.
12435         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
12436         use clipping so they are not drawn.  This fixes when the control
12437         is set to have a transparent background, or if it was over an
12438         image.
12439
12440 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
12441
12442         * MimeIcon.cs: Improved handling for reading default icons when
12443           using gnome (2.16 made it necessary). Check and read svg icons
12444           first, then 48x48 and then 32x32 icons.
12445
12446 2006-08-31  Chris Toshok  <toshok@ximian.com>
12447
12448         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
12449         visible.
12450
12451         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
12452         ProcessKeyPreview.  Fixes part of #77806.
12453
12454         * DataGrid.cs: big patch.
12455
12456         - revert the queueing up of DataSource/DataMember if inside
12457         BeginInit/EndInit calls.  That's not the way the datagrid achieves
12458         its delayed databinding.  Instead, call SetDataSource in
12459         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
12460         #78811.
12461
12462         - Also, it wasn't mentioned in #78811, but the test case exhibits
12463         behavior that was lacking in our datagrid implementation - Columns
12464         that have mapping names that don't exist in the datasource's
12465         properties aren't shown.  Yuck.  To fix this I added the bound
12466         field to the column style, and basically any calculation to figure
12467         out anything about columns uses a loop to find the bound columns.
12468         still need to investigate if I can cache an array of the bound
12469         columns or if the indices must be the same.
12470
12471         - When setting CurrentCell, we no longer abort if the cell being
12472         edited was in the add row.  This fixes the other part of #77806.
12473
12474         - The new code also fixes #78807.
12475         
12476         * ThemeWin32Classic.cs: perpetrate the same disgusting
12477         column.bound field hack, and only render bound fields.
12478
12479 2006-08-31  Chris Toshok  <toshok@ximian.com>
12480
12481         * DataGridColumnStyle.cs: add bound field.  this field is true if
12482         the datasource has a property corresponding to the mapping name.
12483
12484         * DataGridTableStyle.cs: set the bound field on the column styles
12485         depending on whether or not we have a column for that property.
12486
12487 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
12488
12489         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
12490           splitter control (fixes #79228)
12491
12492 2006-08-31  Chris Toshok  <toshok@ximian.com>
12493
12494         * DataGridColumnStyle.cs: we need to delay the assignment of
12495         property descriptor until the last possible moment due to the lazy
12496         databinding stuff in the datagrid.  Also, fix the exceptions
12497         thrown by CheckValidDataSource to match MS.
12498
12499 2006-08-31  Jackson Harper  <jackson@ximian.com>
12500
12501         * Form.cs: When activated select the active control, if there is
12502         no active control, we select the first control.
12503         * XplatUIX11.cs: If there is no focus control when we get a
12504         FocusIn event, find the toplevel form and activate it.  This
12505         occurs when you popup a window, it becomes the focus window, then
12506         you close that window, giving focus back to the main window.
12507
12508 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12509
12510         * MonthCalendar.cs: 
12511         * ThemeWin32Classic.cs: Cache Font in bold style, as well
12512         as StringFormat with Center alignments in MonthCalendar,
12513         instead of creating new ones when drawing the control. 
12514         Also, draw the month name in bold style.
12515
12516 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
12517
12518         * Control.cs:
12519           - PerformLayout(): It would seem MS performs the fill even if the 
12520             control is not visible (part of #79218 fix)
12521           - ResetBackColor(): Use the setter to reset the color, to allow
12522             overriders to catch the change.
12523         * Form.cs:
12524           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
12525           - CreateHandle(): dito (part of $79218 fix)
12526           - Don't set an icon if we have a dialog
12527         * ScrollableControl.cs:
12528           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
12529           - ScrollIntoView(): No need to scroll if control is already visible
12530             (resolves fixme and fixes #79218)
12531
12532 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12533
12534         * MonthCalendar.cs: Change proportions in SingleMonthSize
12535         to match the aspect of the original control.
12536
12537 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
12538
12539         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
12540           get updated when they get maximized.
12541
12542 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
12543
12544         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
12545
12546 2006-08-29  Chris Toshok  <toshok@ximian.com>
12547
12548         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
12549
12550 2006-08-29  Jackson Harper  <jackson@ximian.com>
12551
12552         * TreeView.cs: Need to track selected node and highlighted node,
12553         they aren't always the same thing, when the mouse is down on a
12554         node it is hilighted, but not selected yet.
12555         - Do the HideSelection stuff right
12556         - Need to focus on rbutton mouse down. And redraw selection when
12557         right click is mouse upped.
12558
12559 2006-08-29  Mike Kestner  <mkestner@novell.com>
12560
12561         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
12562         when SubItems.Count < Columns.Count.  [Fixes #79167]
12563
12564 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
12565
12566         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
12567
12568 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
12569
12570         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
12571           from X. Only send based on ConfigureNotify if we don't have the
12572           correct location in hwnd (if the window manager moved us)
12573
12574 2006-08-28  Mike Kestner  <mkestner@novell.com>
12575
12576         * ListView.cs: remove a TODO. 
12577         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
12578         [Fixes ListView part of #79166]
12579
12580 2006-08-28  Mike Kestner  <mkestner@novell.com>
12581
12582         * ListView.cs: move wheel handler to parent since it is focused
12583         instead of the item_control now.  [Fixes #79177]
12584
12585 2006-08-28  Mike Kestner  <mkestner@novell.com>
12586
12587         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
12588         when the control is focused. [Fixes #79171]
12589
12590 2006-08-28  Mike Kestner  <mkestner@novell.com>
12591
12592         * ListView.cs: size the item and header controls for empty and
12593         unscrollable views.
12594         * ThemeWin32Classic.cs: draw disabled backgrounds.
12595         [Fixes #79187]
12596
12597 2006-08-28  Chris Toshok  <toshok@ximian.com>
12598
12599         * Form.cs: remove unused "active_form" static field.
12600
12601         * Hwnd.cs: lock around accesses to static windows collection.
12602
12603         * Application.cs: lock threads in Exit ().
12604
12605 2006-08-28  Chris Toshok  <toshok@ximian.com>
12606
12607         * NativeWindow.cs: lock around accesses to window_collection.
12608         
12609 2006-08-28  Chris Toshok  <toshok@ximian.com>
12610
12611         * Control.cs: err, fix this the right way, by locking on controls
12612         when using it.  not by making it synchronized.
12613
12614 2006-08-28  Chris Toshok  <toshok@ximian.com>
12615
12616         * Control.cs: make the static "controls" field synchronized, as it
12617         gets updated from multiple threads.
12618
12619 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
12620
12621         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
12622           Prevent other threads from exiting when calling thread sets quit state.
12623         * XEventQueue.cs: Added PostQuitState property
12624
12625 2006-08-27  Chris Toshok  <toshok@ximian.com>
12626
12627         * AsyncMethodData.cs: add a slot for the window handle.
12628
12629         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
12630         window (the destination control's window, not the foster window).
12631
12632         * Control.cs (BeginInvokeInternal): store the window's handle in
12633         the AsyncMethodData.
12634         
12635
12636 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
12637
12638         * XplatUIX11.cs:
12639           - PostQuitMessage: Removed resetting S.D display handle, we might have
12640             another loop started after calling PostQuitMessage (Fixes #79119)
12641           - Created destructor to reset S.D handle
12642
12643 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
12644
12645         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
12646
12647 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12648
12649         * TextControl.cs (Insert): Update the caret position even if we don't
12650           have a handle yet, just don't call the driver in that case.
12651         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
12652           to the end of the new selection text (Fixes #79184)
12653
12654 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12655
12656         * Form.cs (Activate): Only activate if the handle is created)
12657         * Control.c:
12658           - Mark window as invisible when it's disposed
12659           - Check if window handle is created when setting window visible, 
12660             instead of relying just on the is_created variable
12661           - Check if object is disposed when creating the control (Fixes #79155)
12662
12663 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12664
12665         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
12666           when allowing layout again. Otherwise we re-generate the anchoring 
12667           distance to the border again and actually alter what the user wanted
12668           This is ugly, it'd be better if we used DisplayRectangle instead of
12669           ClientRectangle for Control.UpdateDistances, but that causes us to
12670           have other problems (initial anchoring positons would be wrong)
12671           (Fixes #78835)
12672
12673 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12674
12675         * Control.cs:
12676           - The size and location setters shouldn't go directly to 
12677             SetBoundsCore, but to SetBounds, which triggers layout on the
12678             parent, then calls SetBoundsCore. (Related to fix for #78835)
12679           - SetBounds: Moved actual location update code into this function
12680             from SetBoundsCore, to match MS. Added call to PerformLayout if
12681             we have a parent (to trigger resizing of anchored parents if the 
12682             child size has changed (see testcase for #78835) 
12683         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
12684           new control code
12685         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
12686
12687 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12688
12689         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
12690           System.Drawing when a toplevel window gets closed; there might
12691           be other toplevel windows belonging to the same app (Fixes #78052)
12692
12693 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
12694
12695         * FileDialog.cs: After reading FileDialog settings from mwf_config
12696           use Desktop prefix only if a real folder doesn't exist anymore.
12697         * FontDialog.cs: Added char sets.
12698           It is now possible to select the font, size or style with the
12699           textboxes.
12700
12701 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
12702
12703         * PrintPreviewDialog.cs: Use assembly name constants.
12704
12705 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12706
12707         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
12708           scrollbar from whacking it's buttons)
12709
12710 2006-08-24  Chris Toshok  <toshok@ximian.com>
12711
12712         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
12713         in this patch (aggregating setting Left/Top/Width/Height to
12714         setting Bounds on the scrollbars), but the crux of the fix is in
12715         Recalculate, where we scroll by the remaining scroll_position if
12716         we're hiding a scrollbar.  The 2*$5 reward in the comment is
12717         serious.
12718
12719 2006-08-24  Jackson Harper  <jackson@ximian.com>
12720
12721         * MdiClient.cs:
12722         * MdiWindowManager.cs: If the form is made a non-mdi window we
12723         need to remove the form closed event so that closing forms works
12724         correctly.
12725
12726 2006-08-24  Jackson Harper  <jackson@ximian.com>
12727
12728         * Control.cs: Make IsRecreating internal so that the driver can
12729         check it
12730         - Temporarily remove the Hide when controls are removed, its
12731         making a whole bunch of things not work because visibility isn't
12732         getting reset elsewhere correctly
12733         * Form.cs: Need to do a full handle recreation when the mdi parent
12734         is set.
12735         * XplatUIX11.cs: If we are recreating handles don't dispose the
12736         HWNDs.  What was happening is the handles were being recreated in
12737         SendWMDestroyMessages, but then flow continued on in that method
12738         and destroyed the new handles.
12739
12740 2006-08-23  Jackson Harper  <jackson@ximian.com>
12741
12742         * Form.cs: MdiClient is always at the back of the bus
12743         * Control.cs: When the order of items in the collection is changed
12744         we need to reset the all_controls array
12745         - do the same sorta setup thats done when adding a control when a
12746         control is set on the collection.
12747
12748 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12749
12750         * TextBoxBase.cs (get_Text): Return an empty array if our document
12751           is empty (fixes #79052)
12752
12753 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12754
12755         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
12756           on WM_SYSCHAR messages (fixes #79053)
12757
12758 2006-08-23  Chris Toshok  <toshok@ximian.com>
12759
12760         * DataGrid.cs: fix flickering when scrolling vertically.
12761
12762 2006-08-23  Chris Toshok  <toshok@ximian.com>
12763
12764         * DataGrid.cs (EndEdit): only invalidate the row header when we
12765         need to.
12766
12767 2006-08-23  Chris Toshok  <toshok@ximian.com>
12768
12769         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
12770         methods.  fixes the flicker when scrolling around.
12771
12772 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12773
12774         * FileDialog.cs: Making sure the control is created before we get a 
12775           chance to use it with BeginInvoke (Fixes #79096)
12776
12777 2006-08-23  Chris Toshok  <toshok@ximian.com>
12778
12779         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
12780         width to use when painting the rows.
12781
12782 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12783
12784         * TextBoxBase.cs:
12785           - Throw ArgumentException if a negative value is passed to SelectionLength
12786           - Update the selection end if start is moved. end needs to be always
12787             after start. (Fixes #79095)
12788           - Track selection length; MS keeps the selection length even if start
12789             is changed; reset on all other operations affection selection
12790
12791 2006-08-22  Jackson Harper  <jackson@ximian.com>
12792
12793         * TreeView.cs: Make sure both scrollbars get displayed and sized
12794         correctly when the other bar is visible.
12795         - Use the original clip rectangle for checking if the area between
12796         the two scrollbars is visible, not the viewport adjusted clipping
12797         rectangle.
12798
12799 2006-08-22  Jackson Harper  <jackson@ximian.com>
12800
12801         * Binding.cs: We don't use IsBinding because it requires the
12802         control to be created, which really shouldn't be necessary just to
12803         set a property on the control.
12804
12805 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12806
12807         * ComboBox.cs: Some CB.ObjectCollection methods must throw
12808         ArgumentNullReferenceException when the argument is null.
12809
12810 2006-08-21  Jackson Harper  <jackson@ximian.com>
12811
12812         * Timer.cs: Track the thread that the timer is started in (NOT
12813         CREATED), this way messages for it will only be triggered on its
12814         queue.
12815         * XEventQueue.cs: Track the timers here, this makes timers per
12816         thread, like MS.
12817         * XplatUIX11.cs: The timers are moved to the XEventQueue.
12818
12819 2006-08-19  Chris Toshok  <toshok@ximian.com>
12820
12821         * XplatUIX11.cs: after further communication with pdb, we get the
12822         best of both worlds.  SetZOrder working for un-Mapped windows, and
12823         no X errors for un-mapped windows.
12824
12825 2006-08-19  Chris Toshok  <toshok@ximian.com>
12826
12827         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
12828         as it was causing pdn toolbars to not have the correct stacking.
12829
12830 2006-08-18  Mike Kestner  <mkestner@novell.com> 
12831
12832         * ListView.cs : guard against negative ClientArea.Width in scrollbar
12833         calculation.  Not sure why control should ever be setting a negative
12834         width though.  Fixes #78931.
12835
12836 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12837
12838         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
12839         null items in ObjectCollection class.
12840         * ListBox.cs.: Likewise.
12841
12842 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
12843
12844         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
12845           as the base method in ThemeWin32Classic should work fine.
12846           Fixed bug #78607.
12847
12848 2006-08-18  Jackson Harper  <jackson@ximian.com>
12849
12850         * Binding.cs: When validating if the value entered doesn't convert
12851         properly reset to the old value.
12852         * RadioButton.cs: Don't fire click when we get focus.
12853
12854 2006-08-18  Jackson Harper  <jackson@ximian.com>
12855
12856         * FileDialog.cs: Paint the selection on the directory combobox the
12857         same way as on MS. 
12858
12859 2006-08-17  Jackson Harper  <jackson@ximian.com>
12860
12861         * ErrorProvider.cs: Don't allow the error control to be selected.
12862         * Control.cs: Don't send the SetFocus messages, the control
12863         activation will do this, and if we do it blindly here validation
12864         does not work.
12865
12866 2006-08-17  Jackson Harper  <jackson@ximian.com>
12867
12868         * Control.cs:
12869         * ContainerControl.cs: Make validation events fire in the correct
12870         order.  TODO: For some reason the first validation event is not
12871         getting fired.
12872
12873 2006-08-17  Mike Kestner  <mkestner@novell.com> 
12874
12875         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
12876
12877 2006-08-17  Mike Kestner  <mkestner@novell.com> 
12878
12879         * ComboBox.cs : implement scroll wheel support for popped-down
12880         state. Fixes #78945. 
12881
12882 2006-08-17  Jackson Harper  <jackson@ximian.com>
12883
12884         * TreeView.cs: Specify treeview actions (old patch that didn't get
12885         committed for some reason).
12886         - Don't let the mouse wheel scroll us too far.  Just want to make
12887         the bottom node visible, not scroll it all the ways to the top.
12888
12889 2006-08-17  Jackson Harper  <jackson@ximian.com>
12890
12891         * XplatUIX11.cs: Mouse wheel events go to the focused window.
12892
12893 2006-08-17  Mike Kestner  <mkestner@novell.com> 
12894
12895         * ComboBox.cs : don't do mouseover selection in simple mode.
12896
12897 2006-08-16  Jackson Harper  <jackson@ximian.com>
12898
12899         * Form.cs: Fire the closing events for all the mdi child windows
12900         when a window is closed.  If the cancel args are set to true, the
12901         main window still gets the event fired, but it doesn't not close.
12902         * MdiWindowManager.cs: Do this closing cleanup in a Closed
12903         handler, instead of when the button is clicked, so cancelling the
12904         close works correctly.
12905         * ComboBox.cs: Send the mouse down to the scrollbar.
12906
12907 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12908
12909         * ListBox.cs: When passing 'null' to SelectedItem,
12910         set SelectedIndex to -1, to unselect items. This is the
12911         observed behaviour in .Net.
12912
12913 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
12914
12915         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
12916           MS flags saying there won't be any. (fixes #78800)
12917         * Control.cs (HandleClick): Made virtual
12918
12919 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
12920
12921         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
12922           cultures. Fixed bug #78399.
12923
12924 2006-08-16  Jackson Harper  <jackson@ximian.com>
12925
12926         * Form.cs: Use the MdiClients MdiChildren property to access
12927         MdiChildren instead of creating the array from the child controls.
12928         * MdiClient.cs: Maintain a separate array of the mdi children, so
12929         that insertion order is maintained when the Z-order is changed.
12930
12931 2006-08-16  Mike Kestner  <mkestner@novell.com> 
12932
12933         * ListView.cs : add an ItemComparer and default to it for sorting.
12934         Fixes #79076, but sorting needs a complete overhaul to be compat with
12935         MS.
12936
12937 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
12938
12939         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
12940
12941 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12942
12943         * Hwnd.cs (Mapped): Properly traverse the tree
12944
12945 2006-08-15  Chris Toshok  <toshok@ximian.com>
12946
12947         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
12948         pass manager.Current.GetType() to ParseData.  It has to be the
12949         property type.  So, hold off doing the ParseData until we're in
12950         SetPropertyValue where we know the type.  This fixes the crash in
12951         #78821 but the textbox is still empty.
12952
12953 2006-08-15  Chris Toshok  <toshok@ximian.com>
12954
12955         * DataGrid.cs:
12956         - when we're scrolling, only call Edit() again if the
12957         current cell is still unobscured. Fixes bug #78927.
12958         - when handling mousedown on a cell, ensure the cell is visible
12959         before calling Edit.
12960         - remove the properties from DataGridRow, and remove the
12961         DataGridParentRow class altogether.
12962         
12963
12964 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12965
12966         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
12967           fire OnTextChanged by ourselves. There's no point calling base,
12968           we don't set the base value anywhere else. Fixes #78773.
12969
12970 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12971
12972         * ListBox.cs: Call CollectionChanged when modifying
12973         an item from Items indexer, to update the actual items
12974         in the list box.
12975
12976 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12977
12978         * PrintDialog.cs: Small fixes for focus and a pair of checks,
12979         to match .Net behaviour.
12980
12981 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12982
12983         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
12984
12985 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
12986
12987         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
12988
12989 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12990
12991         * MessageBox.cs: Prevent potential NRE exception.
12992         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
12993
12994 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
12995
12996         * MessageBox.cs: Calculate the owner of a messagebox, also make
12997           it topmost. Fixes #78753
12998
12999 2006-08-14  Chris Toshok  <toshok@ximian.com>
13000
13001         * XplatUIX11.cs: A couple of fixes so that metacity will let us
13002         programmatically move windows.  first, set the PPosition hint as
13003         well as the USPosition hint.  Second include some code from pdb
13004         that sets the window type to NORMAL when we set the transient for
13005         hint.  This is because, in the absence of a window type, metacity
13006         thinks any window with TransientFor set is a dialog, and refuses
13007         to let us move it programmatically.  fascists.
13008
13009 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
13010
13011         * XplatUIX11.cs: When setting normal hints, take into consideration
13012           an different hints previously set so we don't delete them (fixes #78866)
13013
13014 2006-08-12  Chris Toshok  <toshok@ximian.com>
13015
13016         * ToolBarButton.cs: make Layout return a boolean, if something to
13017         do with the button's layout changed.
13018
13019         * ToolBar.cs:
13020         - add another parameter to Redraw, @force, which all existing
13021           calls set to true.
13022         - make the Layout function return a boolean which is true if the
13023           layout has actually changed.  Redraw now uses this (and @force)
13024           to determine when to invalidate.  At present the only place
13025           where @force can be false is the call from OnResize, when
13026           background_image == null.  So, resizing a toolbar when the
13027           layout doesn't change results in no drawing.
13028
13029 2006-08-12  Chris Toshok  <toshok@ximian.com>
13030
13031         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
13032         the VScrollBar and HScrollbar reversed.  oops.
13033
13034         * DataGrid.cs: fix the logic that assigns sizes to the implicit
13035         scrollbars.  we were assigning them twice (once in
13036         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
13037         therefore causing two scrollbar resizes (and redraws?) to happen
13038         per grid resize.
13039
13040 2006-08-12  Chris Toshok  <toshok@ximian.com>
13041
13042         * ToolBarButton.cs: redraw the entire button if the theme tells us
13043         to.
13044
13045         * Theme.cs: add ToolBarInvalidateEntireButton.
13046
13047         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
13048         buttons, just the border.
13049
13050         * ThemeNice.cs: redraw the entire toolbar button since we need to
13051         draw the highlight image.
13052
13053         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
13054         we need to redraw the entire button (not just the border).
13055
13056 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
13057
13058         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
13059           for vertical bars. Fixes the mismatches shown by #78513
13060
13061 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
13062
13063         * FileDialog.cs: If a saved/remembered path doesn't exist
13064           anymore, fall back to "Desktop".
13065
13066 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
13067
13068         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
13069           parent. It's apparently legal to not have one
13070         * XplatUIX11.cs:
13071           - SetZOrder: Don't try to set Z-Order on an unmapped window
13072           - CreateWindow: 0,0 are legal coordinates for a window. don't move
13073             it unless the coordinates are negative
13074
13075 2006-08-10  Mike Kestner  <mkestner@novell.com>
13076
13077         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
13078         when setting to null per msdn docs.  Fixes #78854.
13079
13080 2006-08-10  Chris Toshok  <toshok@ximian.com>
13081
13082         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
13083         flickering by setting a clip rectangle on the Graphics when we
13084         need to redraw just a particular menuitem.  Also, rename "OnClick"
13085         to "OnMouseDown" to reflect what it actually is.
13086         
13087         * Form.cs: track the OnMouseDown change.
13088
13089 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
13090
13091         * CommonDialog.cs: Properly inherit the CreateParams from the form
13092           and only change what we need. Fixes #78865
13093
13094 2006-08-10  Chris Toshok  <toshok@ximian.com>
13095
13096         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
13097         flickering in flat mode (and most of the flickering in general) by
13098         only invalidating the button border (and not the entire rectangle)
13099         when the state changes.  A couple of cases still flicker:
13100         ToggleButtons, and the dropdown arrow case when the user mouse
13101         ups.
13102
13103 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
13104
13105         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
13106           for german keyboards. Numlock state shouldn't affect the behaviour
13107           of the Del key. Fixes bug #78291.
13108
13109 2006-08-10  Chris Toshok  <toshok@ximian.com>
13110
13111         * ListControl.cs: remove the items.Clear line from BindDataItems,
13112         as this is the first thing done by both subclasses in their
13113         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
13114         passed -1, refresh the list.  This gets databinding working when
13115         the datasource is set on the list before the datasource is
13116         populated (as in wf-apps/ReportBuilder.)
13117
13118         * ComboBox.cs: remove the argument to BindDataItems.  This call
13119         should really go away, and be initiated by the ListControl code.
13120
13121         * ListBox.cs: same.
13122
13123 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
13124
13125         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
13126           if no data is in the document when the control is displayed
13127
13128 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
13129
13130         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
13131           yes (fixes #78806)
13132         * TextControl.cs: 
13133           - PositionCaret: Allow positioning of caret but don't call methods 
13134             requiring a handle if the window isn't created yet
13135           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
13136           - owner_HandleCreated: Don't position the caret, just update it's 
13137             location. User might have already set a different position
13138
13139 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
13140
13141         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
13142           windows. Screws up the returned coordinates for child windows. 
13143           Fixes #78825. I'm hoping this doesn't break something, since the
13144           code was explicitly put in 8 months ago, but no bug was attached.
13145           Menus still seem to work properly.
13146
13147 2006-08-08  Chris Toshok  <toshok@ximian.com>
13148
13149         * DataGrid.cs: make BeginInit/EndInit actually do what they're
13150         supposed to do - delay data binding until the EndInit call.  Also,
13151         make the table style collection's CollectionChangeAction.Refresh
13152         work properly.
13153
13154         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
13155         (with action = Refresh) when a consituent table's MappingName is
13156         changed.
13157
13158 2006-08-08  Chris Toshok  <toshok@ximian.com>
13159
13160         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
13161         Invalidate, since changing the text can change the size of the all
13162         toolbar buttons.
13163
13164 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
13165
13166         * Form.cs (AddOwnedForm): Still need to add the form to our listif
13167           we don't have it yet
13168
13169 2006-08-08  Chris Toshok  <toshok@ximian.com>
13170
13171         * PrintControllerWithStatusDialog.cs: don't .Close() the status
13172         dialog, as this causes X errors later on, since we actually
13173         destroy the window.  Instead, .Hide() it.
13174
13175 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
13176
13177         * ComboBox.cs: Added focus reflection for popup window
13178         * XplatUIX11.cs: 
13179           - Removed transient setting for non-app windows for now, not sure it
13180             was needed
13181           - Fixed logic checking if we have captions when deciding 
13182             override_redirect, WS_CAPTION is two bits and a 0 check was not
13183             sufficient
13184           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
13185             complicated
13186         * Form.cs: 
13187           - AddOwnedForm: Don't just add the form to the list, call the property
13188             to ensure the driver is informed about the ownership as well
13189           - CreateHandle: Set the TopMost status in the driver if we have an owner
13190         * XplatUI.cs: Fixed debug statement
13191
13192 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
13193         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
13194           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
13195           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
13196           TrackBarRenderer.cs: Make constructor private.
13197         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
13198         * ProfessionalColorTable.cs: Make properties virtual.
13199
13200 2006-08-06  Duncan Mak  <duncan@novell.com>
13201
13202         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
13203         is not changing.
13204
13205 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13206         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
13207           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
13208           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
13209           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
13210           Initial import of new 2.0 classes.
13211
13212 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13213         * Application.cs: Add 2.0 VisualStyles properties.
13214
13215 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13216         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
13217           XplatUIX11.cs: Create property to allow access to existing private
13218           variable "themes_enabled"
13219
13220 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13221
13222         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
13223         file size, as otherwise our class libraries fail using windows. Fixes
13224         bug #78759.
13225
13226 2006-08-04  Jackson Harper  <jackson@ximian.com>
13227
13228         * Form.cs:
13229         * XplatUIX11.cs: Move the toolwindow window manager creation into
13230         the X11 driver, this way on win32 we can let windows create/handle
13231         the toolwindows.
13232
13233 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13234
13235         * PrintDialog.cs: Remove some redundant checks, add some others,
13236         clean some code, and move the focus to the text boxes when the
13237         values are incorrect.
13238
13239 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
13240
13241         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
13242
13243 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
13244
13245         * NumericUpDown.cs: Setting the Minimum and Maximum is now
13246           handled correctly. Fixes bug #79001.
13247
13248 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13249
13250         * PrintDialog.cs: The "Copies" numeric up down must have
13251         set the Minimum property to 1; only if the value is bigger
13252         than 1, activate "Collate" check box. This is the behaviour of .Net.
13253         Also modify the Document elements only if it is not null.
13254
13255 2006-08-03  Jackson Harper  <jackson@ximian.com>
13256
13257         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
13258         length. (We have a larger array then actual node count).
13259                 
13260 2006-08-03  Jackson Harper  <jackson@ximian.com>
13261
13262         * ComboBox.cs: Don't show selection by default.
13263         - The SelectAll isn't needed here, since the focus code should do
13264         that
13265         - DDL style lists to manual selection drawing, so when they
13266         get/lose focus they have to invalidate.
13267
13268 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
13269
13270         * TextBoxBase.cs: Don't always show all selections by default.
13271
13272 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
13273         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
13274           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
13275           Fixed various typos.
13276
13277 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
13278
13279         * Control.cs: Removing the controls in a ControlCollection with
13280           Clear now hides the controls as expected. Fixes bug #78804. 
13281
13282 2006-08-03  Jackson Harper  <jackson@ximian.com>
13283
13284         * Control.cs: Revert previous focus patch, it breaks reflector.
13285
13286 2006-08-03  Jackson Harper  <jackson@ximian.com>
13287
13288         * ComboBox.cs: Cleanup selection and focus with the combobox.
13289         This also eliminates some duplicated keyboard code, since now
13290         everything is handled by the main class.
13291         - Make list selection work on mouse up instead of down, to match
13292         MS.
13293
13294 2006-08-02  Jackson Harper  <jackson@ximian.com>
13295
13296         * Control.cs: Setting focus needs to go through the whole
13297         selection mechanism.
13298
13299 2006-08-02  Chris Toshok  <toshok@ximian.com>
13300
13301         * PrintPreviewDialog.cs: change MinimumSize to use
13302         base.MinimumSize so it works.
13303
13304 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
13305
13306         * TextControl.cs:
13307           - UpdateCaret: Added sanity check in case caret isn't defined yet
13308           - Line.Delete: Now updating selection and caret markers if we're
13309             transfering a node (Properly fixes #78323)
13310           - SetSelectionEnd: Added sanity check
13311         * TextBoxBase.cs: Removed broken attempt to fix #78323
13312
13313 2006-08-01  Chris Toshok  <toshok@ximian.com>
13314
13315         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
13316         Close() call is handled in Form, not here.
13317
13318 2006-08-01  Chris Toshok  <toshok@ximian.com>
13319
13320         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
13321         layout/rendering.
13322
13323         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
13324         for sizes < 100% zoom.  The code now aggressively attempts to keep
13325         from calling document.Print (), and tries not to use the scaling
13326         g.DrawImage whenever possible (it still does if you scale to >
13327         100%, since usually that involves huge images).
13328
13329         * PrintPreviewControl.cs: hook up the close button.
13330
13331 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
13332         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
13333           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
13334           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
13335           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
13336           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
13337           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
13338           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
13339           Removed [Serializable] for 2.0 Event Handlers.
13340
13341 2006-07-31  Jackson Harper  <jackson@ximian.com>
13342
13343         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
13344         * TextControl.cs: Uncomment out the body of this method.
13345
13346 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
13347
13348         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
13349           standard cursors.
13350
13351 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13352
13353         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
13354           that embed TextBox and need selections visible even if textbox is not
13355           focused to enforce that behaviour.
13356         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
13357           selection drawing
13358
13359 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13360
13361         * TextControl.cs:
13362           - Added new SetSelectionStart/SetSelectionEnd overloads
13363           - Fixed viewport width assignment to be accurate
13364           - Adjusted alignment line shift calculations to allow cursor on right
13365             aligned lines to be always visible at the right border (like MS)
13366         * TextBoxBase.cs:
13367           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
13368           - TextBoxBase_SizeChanged: recalculating canvas on size changes
13369           - CalculateScrollBars: Use ViewPort size instead of window size, to
13370             properly consider space occupied by the border and scrollbars 
13371             (Fixes #78661)
13372           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
13373             calculations; no longer leaves artifacts
13374           - CaretMoved: Adjusted window scrolling to match MS and fixed several
13375             calculation bugs (Still missing right/center align calculations)
13376
13377 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
13378
13379         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
13380           use of both scroll rect and clip rect, as they do the same.
13381
13382 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13383
13384         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
13385           in the event handler (fixes #78912)
13386
13387 2006-07-31  Chris Toshok  <toshok@ximian.com>
13388
13389         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
13390         grid.ListManager.Count, since grid.ListManager might be null.
13391         This of course begs the question "why are we drawing rows for a
13392         grid with no list manager (and therefor no rows)?"  Fixes the
13393         crash in bug #78929.
13394
13395 2006-07-31  Chris Toshok  <toshok@ximian.com>
13396
13397         * RelatedPropertyManager.cs: Don't always chain up to the parent
13398         ctor.  instead, call SetDataSource if the parent's position is !=
13399         -1.  Fixes the crash in #78822.
13400
13401 2006-07-31  Chris Toshok  <toshok@ximian.com>
13402
13403         * DataGrid.cs (get_ListManager): use field instead of property
13404         accessors for datasource and datamember.
13405         (RowsCount): make internal again.
13406         (OnMouseDown): end edits before resizing columns/rows.
13407         (OnMouseUp): restart edits after resizing columns/rows.
13408
13409 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
13410
13411         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
13412           This fixes the situation where the last set cursor is displayed
13413           whenever the mouse is over scrollbars.
13414
13415 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13416
13417         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
13418         Document properties, as well as initial values.
13419
13420 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
13421
13422         * XplatUIWin32.cs (SetBorderStyle): Setting both border
13423           and ClientEdge results in a 3-pixel border, which is
13424           wrong.
13425
13426 2006-07-28  Jackson Harper  <jackson@ximian.com>
13427
13428         * TreeNodeCollection.cs: Fix the clear method.
13429         - Fix the Shrink also
13430
13431 2006-07-27  Jackson Harper  <jackson@ximian.com>
13432
13433         * TreeView.cs: Make sure the visible order is computed when we
13434         attempt to size the scrollbars (for trees that mess with the
13435         scrolling when they shouldn't.
13436         - Make sure to give the scrollbars valid values.
13437
13438 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
13439
13440         * XplatUIX11.cs: Move motion compression code to where it
13441           has less performance impact
13442
13443 2006-07-26  Jackson Harper  <jackson@ximian.com>
13444
13445         * UpDownBase.cs: When the control is selected make the child
13446         controls non selectable, so that a click on them won't do a
13447         focus/unfocus cycle.
13448         - Don't give focus to the text box when the spinner is selected.
13449         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
13450
13451 2006-07-26  Chris Toshok  <toshok@ximian.com>
13452
13453         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
13454         satisfied with this solution.  If the bitmaps are small, we should
13455         just cache them in the PrintPreviewDialog and draw them here.
13456         Also, the layout is broken for the 2-up and 3-up cases.
13457
13458         * Theme.cs: add PrintPReviewControlPaint.
13459
13460         * PrintPreviewDialog.cs: first pass implementation.
13461
13462         * PrintPreviewControl.cs: first pass implementation.  No
13463         scrollbars yet.
13464
13465         * PrintDialog.cs: only validate fields if that particular portion
13466         of the UI is enabled.  Also, set the document's controller to a
13467         PrintControllerWithStatusDialog wrapping the document's print
13468         controller.
13469
13470         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
13471         bring up a SaveFileDialog (i hope we don't want to match the
13472         behavior of the crappy windows file entry) and set the
13473         PrinterSettings.PrintFileName accordingly.
13474
13475 2006-07-26  Jackson Harper  <jackson@ximian.com>
13476
13477         * ContainerControl.cs: Add a field that disables auto selecting
13478         the next control in a container when the container is activated.
13479         * UpDownBase.cs: Don't select the text box when the up down is
13480         selected.
13481
13482 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
13483
13484         * XEventQueue.cs: Added methods for peeking (used for compression
13485           of successive events)
13486         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
13487           mouse move events (fixes #78732)
13488
13489 2006-07-25  Jackson Harper  <jackson@ximian.com>
13490
13491         * UpDownBase.cs: Use an internal class for the textbox so that we
13492         can control focus.  the updown control should always have focus,
13493         if either the text area or the buttons are clicked.
13494         - Send the key messages to the textbox, since it never actually
13495         has focus
13496         - Activate and decativate the textbox caret.
13497
13498 2006-07-24  Jackson Harper  <jackson@ximian.com>
13499
13500         * Control.cs: Use the directed select when selecting a control,
13501         this way the container controls override will get called and the
13502         whole ActiveControl chain will get triggered.  TODO: probably need
13503         to make sure this gets done everywhere instead of the old
13504         Select(Control).
13505         * ContainerControl.cs: Implement the directed Select method to
13506         find and activate the correct child control.    
13507         
13508 2006-07-22  Mike Kestner  <mkestner@novell.com>
13509
13510         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
13511         menu handling code so that clicks without a grab work too.
13512         [Fixes #78914]
13513
13514 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
13515
13516         * FileDialog.cs: Enable the BackButton when dirstack has one element.
13517           Added some small optimizations.
13518
13519 2006-07-21  Matt Hargett  <matt@use.net>
13520
13521         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
13522
13523 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
13524
13525         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
13526           tests pass and match MS in some strange border cases.
13527
13528 2006-07-21  Chris Toshok  <toshok@ximian.com>
13529
13530         * ThemeWin32Classic.cs: handle drawing of the relation links and
13531         parent row buttons.
13532
13533         * Theme.cs: change args to DataGridPaintParentRow.
13534
13535         * DataGrid.cs: Don't use controls for the relation links and
13536         parent buttons, so we have to handle all their interactions in
13537         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
13538         when we're navigating through child tables, so we can reinstate
13539         selection, expanded state, current cell, etc.
13540
13541 2006-07-20  Chris Toshok  <toshok@ximian.com>
13542
13543         * ToolBar.cs: When we redraw a button, for whatever reason,
13544         there's no reason to redraw the entire toolbar.  Also, don't call
13545         Control.Refresh from within Redraw, as it's much heavier than
13546         Invalidate (which is really what we want).
13547
13548 2006-07-20  Chris Toshok  <toshok@ximian.com>
13549
13550         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
13551         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
13552         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
13553         traces from within a debug IBindingList datasource
13554         (in mono/winforms/datagrid) for *days*, I've finally gotten things
13555         to work in a similar fashion.
13556
13557 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13558
13559         * ListBox.cs: Don't call Sort () when setting 
13560         the Sorted property to false (avoid an unnecessary sort).
13561
13562 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13563
13564         * ListControl.cs: DataSource should throw an ArgumentException
13565         instead of a normal exception when the argument is not of the 
13566         correct type.
13567
13568 2006-07-20  Mike Kestner  <mkestner@novell.com>
13569
13570         * Control.cs: add InternalPreProcessMessage to allow us to steal
13571         key events before MWF gets its paws on them.  Adapted from a
13572         suggestion by eno.
13573         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
13574         up/down/left/right navigation. Override the new internal control
13575         method to steal the events since they never make it to WndProc.
13576         * ToolBarButton.cs: don't worry about pushed when setting hilight
13577         since the drawing code prefers pushed to hilight. Invalidate on 
13578         Hilight changes. Fixes #78547 and #78525.
13579
13580 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
13581
13582         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
13583           the canvas size. Fixes #78868
13584
13585 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
13586
13587         * Splitter.cs: Track requested split position until first layout
13588           is performed. Fixes #78871
13589
13590 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
13591
13592         * Application.cs: Removed code that forces 1.x for the version
13593           number if the version started with 0. Not sure why that code was
13594           there and I couldn't find any bugs that indicated we needed it.
13595           Fixes #78869
13596
13597 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
13598
13599         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
13600           ResetDefaults(), just write some output to the console until it's
13601           implemented. Fixes bug #78907 for now. Eliminated two warnings.
13602
13603 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
13604
13605         * PropertyGridView.cs: set StartPosition of drop down forms
13606         so they appear in correct initial spot.  Fixes #78190.
13607
13608 2006-07-19  Mike Kestner  <mkestner@novell.com>
13609
13610         * ThemeWin32Classic.cs: use parent background color when drawing
13611         flat toolbars.  Restructure the conditionals to make sure non-flat
13612         non-Divider toolbars are filled too.  Fixes #78837.
13613
13614 2006-07-19  Mike Kestner  <mkestner@novell.com>
13615
13616         * ListBox.cs: Sort on collection changes even if the handle
13617         isn't created yet.  Fixes #78813.
13618
13619 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13620
13621         * ListControl.cs: DisplayMember should never be null,
13622         and now we assign String.Empty when null is passed to it (this
13623         is the .Net way).
13624
13625 2006-07-17  Mike Kestner  <mkestner@novell.com>
13626
13627         * ListViewItem.cs: restructure Font and subitem Font handling 
13628         to hold a specific font and refer back to owner on null.
13629         Fixes #78761.
13630
13631 2006-07-17  Mike Kestner  <mkestner@novell.com>
13632
13633         * ToolBar.cs: bandaid for side-effect of previous patch which was
13634         discarding explicit heights for non-AutoSize toolbars.  Need to
13635         extend my format tester to deal with AutoSize=false. Fixes #78864.
13636
13637 2006-07-15  Jackson Harper  <jackson@ximian.com>
13638
13639         * LabelEditTextBox.cs:
13640         * TreeView.cs: Use a new LabelEdit class for node editing, this
13641         class automatically 'closes' itself when it gets the enter key or
13642         loses focus.
13643         - Use the client rectangle when setting the trees scrollbars, so
13644         border style is taken into account.
13645         
13646 2006-07-14  Jackson Harper  <jackson@ximian.com>
13647
13648         * TreeNode.cs:
13649         * TreeView.cs: Make the editing work similar to MSs, firing the
13650         events correctly and ending edits correctly.
13651
13652 2006-07-14  Mike Kestner  <mkestner@novell.com>
13653
13654         * ToolBarButton.cs:
13655         * ToolBar.cs: layout restructuring and redraw enhancements to support
13656         formatting changes gracefully, like setting TextAlign, ImageList, 
13657         ButtonSize, and Appearance.  Handles explicit button sizing quirks
13658         of the MS controls.  Things like flat toolbars ignoring button size
13659         but becoming constant sized at the largest button's size.  Normal
13660         toolbars with an image set cannot be shrunk smaller than the image,
13661         but text can be clipped/ignored.
13662         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
13663         is zero.  Seems like DrawString should be smart enough to not put
13664         anything on screen though. Also trim labels and ellipsize at the char
13665         boundary, not word.
13666         Fixes #78711 and #78483.
13667
13668 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
13669
13670         * FolderBrowserDialog.cs: Disable "New Folder" button and
13671           "New Folder" contextmenu menuitem if a folder like "My Computer"
13672           is selected.
13673
13674 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
13675
13676         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
13677         * FolderBrowserDialog.cs:
13678           - Use MWFConfig to store and read size and position settings
13679           - Added code to create a new folder (button or context menu).
13680             Use TreeView labeledit to change the name of the new folder.
13681
13682 2006-07-14  Jackson Harper  <jackson@ximian.com>
13683
13684         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
13685         when the tree is scrolled we end editing.
13686
13687 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
13688
13689         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
13690           Down arrows
13691
13692 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
13693
13694         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
13695         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
13696         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
13697         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
13698         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
13699         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
13700         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
13701         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
13702         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
13703         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
13704         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
13705         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
13706         ListViewItemSelectionChangedEventHandler.cs,
13707         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
13708         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
13709         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
13710         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
13711         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
13712         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
13713         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
13714         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
13715         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
13716         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
13717         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
13718         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
13719         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
13720         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
13721         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
13722         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
13723         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
13724         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
13725         WebBrowserNavigatingEventHandler.cs, 
13726         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
13727
13728 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
13729
13730         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
13731         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
13732         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
13733         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
13734         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
13735         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
13736         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
13737         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
13738         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
13739         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
13740         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
13741         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
13742         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
13743         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
13744         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
13745         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
13746         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
13747         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
13748         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
13749         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
13750         ListViewItemStates.cs, MaskFormat.cs: Added
13751
13752 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
13753
13754         * PropertyGridView.cs: Fix keyboard navigation of drop down.
13755         Patch from eno for bug 78558.
13756         
13757 2006-07-13  Jackson Harper  <jackson@ximian.com>
13758
13759         * TreeView.cs: When an edit is finished make sure that the
13760         selected node is visible.
13761         - When setting the top/bottom use the scrollbars is_visible, so
13762         everything will be set correctly even if the tree isn't visible
13763         yet.
13764
13765 2006-07-13  Jackson Harper  <jackson@ximian.com>
13766
13767         * ComboBox.cs: Revert the item->index part of my previous patch.
13768         * TreeView.cs: Use LostFocus instead of Leave for detecting when
13769         the edit box has lost focus (duh).
13770         - Just make the edit box not visible when we get return, that will
13771         take the focus, which will call EndEdit
13772         * TreeNode.cs When we start editing, notify the treeview.
13773
13774 2006-07-12  Jackson Harper  <jackson@ximian.com>
13775
13776         * ComboBox.cs: Clear out old items before setting the item list.
13777         This prevents databound controls from having their items added
13778         twice.
13779         - Switch the combobox to use indices whereever possible instead of
13780         using Item's.  This allows usto navigate through lists that have
13781         more then one item with the same string value (ie a, b, b, a).
13782         - Scroll the listboxes scrollbar when a non visible item is
13783         highlighted
13784         - Allow keypress to cycle through all the possible values. For
13785         example if you have b1, b2, b3 and hold down the B key all the
13786         values will be cycled through.
13787         
13788 2006-07-12  Jackson Harper  <jackson@ximian.com>
13789
13790         * TextBoxBase.cs:
13791         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
13792         this using the internal methods.
13793         * Control.cs: Add OnGotFocusInternal.  A new method that allows
13794         controls to "override" OnGotFocus and change focus behavior if
13795         needed.
13796         - Same thing for LostFocus
13797         * ComboBox.cs: Pass off focus to the text control properly.
13798
13799 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
13800
13801         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
13802         * FolderBrowserDialog.cs: Almost a complete rewrite.
13803           - Better support for Environment.Specialfolders
13804           - Added support for MWFVFS
13805           - Made setting SelectedPath work
13806
13807 2006-07-12  Jackson Harper  <jackson@ximian.com>
13808
13809         * Control.cs: Optimze getting all the controls.
13810
13811 2006-07-11  Jackson Harper  <jackson@ximian.com>
13812
13813         * ContainerControl.cs: Override SETFOCUS in the container control,
13814         so that it is not selected on mouse click.
13815
13816 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
13817
13818         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
13819           Hopefully we will have a better way once all of focus is complete.
13820
13821 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
13822
13823         * ThemeWin32Classic.cs: Commented out some debug code and fixed
13824           a compile error with csc.
13825
13826 2006-07-11  Jackson Harper  <jackson@ximian.com>
13827
13828         * Control.cs: When hiding a control only select the next control
13829         if the current control was focused.
13830         - Don't handle enter/leave when setting/killing focus, this is
13831         done by the container control.
13832         - Remove is_selected, it's not needed anymore.
13833         - Add utility methods for selecting a child control, and for
13834         firing the Enter/Leave events.
13835         * ContainerControl.cs: When a control is activated fire the
13836         enter/leave events.
13837         - Don't wrap when processing the tab key, so that focus can be
13838         moved outside of the container.
13839         - Use the correct active control
13840
13841 2006-07-11  Jackson Harper  <jackson@ximian.com>
13842
13843         * ComboBox.cs: Remove some debug code that was blinding me.
13844         * UpDownBase.cs: These controls actually aren't implicit, they are
13845         visible to the user.
13846
13847 2006-07-10  Chris Toshok  <toshok@ximian.com>
13848
13849         * DataGrid.cs: move back to the is_adding boolean field.  god i
13850         hate this is_editing/is_adding/is_changing stuff.
13851
13852 2006-07-10  Chris Toshok  <toshok@ximian.com>
13853
13854         * DataGridTableStyle.cs: just check if the property type is bool.
13855         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
13856         Don't use CanRenderType.
13857
13858         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
13859         if our text == NullText.  Remove CanRenderType.
13860
13861         * DataGridBoolColumn.cs: nuke CanRenderType.
13862
13863         * DataGrid.cs: reenable some code to end the current edit inside
13864         of set_CurrentCell.  This fixes the other 1.1.16 regression.
13865         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
13866         Also, remove the visible_row_count arg from CalcRowHeaders, since
13867         we don't need to worry about the actual height of the area.
13868
13869 2006-07-10  Chris Toshok  <toshok@ximian.com>
13870
13871         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
13872         mode, just return.
13873
13874         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
13875         the real sense of the IsInEditOrNavigateMode property (true =
13876         navigate, false = edit).  Also, update OnKeyPress to reflect this.
13877
13878         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
13879         column style exists, we still need to set its property descriptor
13880         to match up with our list manager.
13881
13882 2006-07-10  Chris Toshok  <toshok@ximian.com>
13883
13884         * ThemeWin32Classic.cs: implement the new row/header painting
13885         approach.  The parent row painting will likely go away and
13886         replaced with label controls, but the rest seems to work ok (and
13887         efficiently).
13888
13889         * Theme.cs: change the way we draw datagrid rows.  we don't draw
13890         the row headers as a block now.  Instead we draw them in the
13891         normal draw-row loop.  Add some calls for drawing parent rows and
13892         relation rows.
13893
13894         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
13895         a default table style.  Set the defaults from ThemeEngine.Current,
13896         not SystemColors.  Fix lots of misc issues with property setters.
13897
13898         * DataGrid.cs: move loads of style information out of this class
13899         as it's being duplicated with DataGridTableStyle.  keep track of a
13900         special DataGridTableStyle for the properties we used to mirror
13901         here.  Switch all the style properties to access this table style
13902         instead of instance fields of this class.  Also add a internal
13903         class to represent parent rows (more needs to be stored here, like
13904         the selection state from the parent table, as well as the
13905         expansion state.)  Also, for datasources with relations, do the
13906         right thing for collapse/expand, and add support for the
13907         navigation/parent row buttons.
13908
13909         Lastly, fix the crash in the 1.1.16 build.
13910
13911         * GridTableStylesCollection.cs: make the explicit interface
13912         implementations call the class's methods as opposed to duplicating
13913         them.
13914
13915         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
13916         0 so the text doesn't jump around when we move the cursor.
13917
13918 2006-07-10  Jackson Harper  <jackson@ximian.com>
13919
13920         * TextBoxBase.cs:
13921         * ListBox.cs: Match MS's ToString (this makes debugging focus
13922         stuff infinitely easier).
13923
13924 2006-07-10  Jackson Harper  <jackson@ximian.com>
13925
13926         * Control.cs (SelectNextControl): When checking the control's
13927         parent use this instead of ctrl.parent so that null can be passed
13928         to SelectNextControl. (I have unit tests for this).
13929         - Remove unused var.
13930
13931 2006-07-10  Chris Toshok  <toshok@ximian.com>
13932
13933         * CurrencyManager.cs: correct one regression, the removal of the
13934         finalType field.  Also, add a MonoTODO on CanAddRows, implement
13935         Refresh() correctly, and fix some event emission in
13936         ListChangedHandler.
13937
13938 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
13939
13940         * FileDialog.cs: Don't use brackets for new folders if they exist
13941           under *nix. Instead use -(number of existing folders +1).
13942
13943 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
13944
13945         * FileDialog.cs:
13946           - Fixed really nasty bug #78771
13947           - Don't block the whole GUI when reading directories with a lot of
13948             entries. Use an other thread instead and call BeginInvoke to
13949             update the ListView in MWFFileView
13950
13951 2006-07-07  Chris Toshok  <toshok@ximian.com>
13952
13953         * Control.cs (Dispose): release any Capture when disposing.
13954
13955 2006-07-07  Chris Toshok  <toshok@ximian.com>
13956
13957         * LinkLabel.cs (Select): if we chain up to the parent, set
13958         focused_index to -1 so we'll search for the first available link
13959         the next time the user tabs into us.  Also, if the direction is
13960         backward and focused_index == -1, start the search from the last
13961         element.
13962
13963 2006-07-07  Chris Toshok  <toshok@ximian.com>
13964
13965         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
13966         is beyond the end of the text, don't do anything.
13967         (CreateLinkPieces): set our ControlStyles.Selectable based on
13968         whether or not we have any links.
13969         (Link.Invalidate): use a loop instead of foreach.
13970         (Link.set_Start): null out owner.sorted_links so it'll be
13971         recreated by CreateLinkPieces.
13972
13973 2006-07-06  Chris Toshok  <toshok@ximian.com>
13974
13975         * LinkLabel.cs: revert the SetStyle change.
13976
13977 2006-07-06  Chris Toshok  <toshok@ximian.com>
13978
13979         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
13980         (OnEnableChanged): s/Refresh/Invalidate
13981         (OnGotFocus): if we have a focused index already, refocus it (so
13982         if we mouse out/in to the window it'll focus the right link).
13983         (OnKeyDown): move the tab handling out of here.
13984         (OnLostFocus): don't set focused_index to -1, so we can refocus it
13985         when we lose focus.
13986         (OnMouseDown): don't Capture here - Control handles it.  Also,
13987         focus the active link.
13988         (OnMouseUp): don't deal with Capture.
13989         (OnPaintBackgroundInternal): remove.
13990         (OnTextAlignChanged): CreateLinkPieces before calling the
13991         superclass's method.
13992         (OnTextChanged): call CreateLinkPieces before calling superclass's
13993         method.
13994         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
13995         move around.
13996         (Select): implement this, moving the selection between different
13997         links, and call parent.SelectNextControl if we don't have another
13998         link to focus in the given direction.
13999         (CreateLinkPieces): call Invalidate instead of Refresh.
14000         
14001 2006-07-06  Chris Toshok  <toshok@ximian.com>
14002
14003         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
14004         new LinkLabel internals.
14005
14006         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
14007         over pieces looking for active/focused/etc links.  also, deal with
14008         runs of text (and links) with embedded \n's in them, and use
14009         MeasureCharacterRanges instead of MeasureString to figure out the
14010         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
14011         two-step.
14012
14013 2006-07-04  Jackson Harper  <jackson@ximian.com>
14014
14015         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
14016         XKB or key auto repeat, do it manually.  Without key auto repeat,
14017         when a key is held down we get key press, key release, key press,
14018         key release, ... with auto repeat we get key press, key press, key
14019         press ..., and then a release when the key is actually released.
14020
14021 2006-07-03  Jackson Harper  <jackson@ximian.com>
14022
14023         * TabControl.cs:
14024         * ThemeWin32Classic.cs: Tabs do not obey normal background color
14025         rules, they are always control color regardless of the background
14026         color.
14027
14028 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
14029
14030         * FileDialog.cs: Added internal class MWFConfig.
14031           Removed Registry support and replaced it with support for the new
14032           MWFConfig class. See MWFConfig comments for more information.
14033
14034 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
14035
14036         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
14037           rectangle. Added some patches from eno from bug #78490 and fixed
14038           the arrow position for small up and down CPDrawScrollButtons.
14039
14040 2006-06-30  Jackson Harper  <jackson@ximian.com>
14041
14042         * InternalWindowManager.cs: Remove some debug code.
14043         * Form.cs: When an MdiParent is set to null, the window is
14044         "detatched" and becomes a normal window.
14045         * MdiClient.cs: Don't bring the new child form to the front until
14046         it is activated (setting it as active does this), this makes the
14047         previously active forms titlebar get redrawn as inactive.
14048
14049 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
14050
14051         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
14052           with later controls
14053
14054 2006-06-29  Mike Kestner  <mkestner@novell.com>
14055
14056         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
14057         arrow in keynav state.  Fixes #78682.
14058
14059 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
14060
14061         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
14062           order (fixes #78393)
14063
14064 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
14065
14066         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
14067           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
14068           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
14069           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
14070           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
14071           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
14072           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
14073           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
14074           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
14075           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
14076           enumerations (FlagsAttribute, SerializableAttribute, added/removed
14077           values)
14078
14079 2006-06-28  Mike Kestner  <mkestner@novell.com>
14080
14081         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
14082
14083 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
14084
14085         * PropertyGrid.cs,
14086           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
14087           item lines from other area (It also makes BackColor consistent and
14088           compatible with .NET). Fixed bug #78564.
14089
14090 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
14091
14092         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
14093         Patch from Eno for #78555.
14094
14095 2006-06-27  Chris Toshok  <toshok@ximian.com>
14096
14097         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
14098
14099         * DataGridColumnStyle.cs: same.
14100
14101         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
14102         
14103         * DataGridDrawingLogic.cs: nuke.
14104
14105 2006-06-27  Chris Toshok  <toshok@ximian.com>
14106
14107         * DataGridTableStyle.cs: clean up the constructors, and build the
14108         list of child relations for this table.  I have no idea if this is
14109         where we should be doing it (it probably isn't), but since we're
14110         already iterating over the properties..
14111
14112         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
14113         struct and array for keeping track of row information, similar to
14114         what's shown in a hack on
14115         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
14116
14117         * Theme.cs: be consistent about the naming of DataGrid methods,
14118         prefering ColumnWidths and RowHeights over columnsWidths and
14119         RowsHeights.
14120
14121         * ThemeWin32Classic.cs: same, and also add support for variable
14122         sized rows (and the +/- expansion icons for related rows).
14123
14124 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
14125
14126         * TextBoxBase.cs: Applied Eno's patch from #78660
14127
14128 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
14129
14130         * Form.cs (ScaleCore): We don't want to scale our form if it's
14131           state is minimized or maximized, but we still need to scale our
14132           child windows. Also, added try/finally block to ensure layout
14133           gets reset (Fixes #78697)
14134
14135 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
14136
14137         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
14138
14139 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
14140
14141         * Form.cs: Fixed c+p error and added check to resize form if minimum
14142           size is bigger than current size (Fixes #78709)
14143
14144 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
14145
14146         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
14147
14148 2006-06-26  Mike Kestner  <mkestner@novell.com>
14149
14150         * ComboBox.cs: only do Keypress handling in the combo when there  
14151         are items in the collection. Fixes #78710.
14152
14153 2006-06-26  Chris Toshok  <toshok@ximian.com>
14154
14155         * Binding.cs: make this work bi-directionally.  also, clear up
14156         other mixups between Push/Pull Data (e.g. we're supposed to pull
14157         data when validating).
14158
14159         * BindingManagerBase.cs: trim some fully qualified collection
14160         types.
14161
14162         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
14163
14164 2006-06-23  Chris Toshok  <toshok@ximian.com>
14165
14166         * PropertyManager.cs: It appears (according to the unit tests)
14167         that PropertyManager doesn't use
14168         PropertyDescriptor.AddValueChanged to track propery value changes
14169         in its datasource, but uses the same scheme as Binding, where it
14170         looks for a <Property>Changed event and binds to it.
14171
14172         Also, according to the docs, IsSuspended always returns false for
14173         a property manager with a non-null datasource.
14174
14175 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
14176
14177         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
14178           need to update the actual DialogResult. (Fixes #78613)
14179
14180 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
14181
14182         * Form.cs (ShowDialog): Release any captures before running the
14183           new message pump (fixes #78680)
14184
14185 2006-06-22  Mike Kestner  <mkestner@novell.com>
14186
14187         * ListView.cs: Layout column widths properly in details mode even 
14188         if HeaderStyle.None is set.  Fixes #78691.
14189
14190 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
14191
14192         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
14193
14194 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
14195
14196         * Control.cs (ContainsFocus): Using new driver method to get focused
14197           window, instead of trying to use internal tracking var, which can
14198           recursion issues (Fixes #78685)
14199         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
14200           XplatUIWin32.cs: Added GetFocus method to return focused window
14201
14202 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14203
14204         * ColorDialog.cs: when the mouse button is pressed inside the color
14205         matrix, don't let the cursor move out of it until the button is
14206         released, which is the behavior on windows. Changed 'colours' by
14207         'colors' to use the same word consistently.
14208
14209 2006-06-21  Chris Toshok  <toshok@ximian.com>
14210
14211         * DataGrid.cs: add in some basic navigation stuff (navigating to a
14212         child relation and back, using a stack).  Also, remove
14213         GetDataSource and the code that calls it - it's not needed.  Also,
14214         track CurrencyManager.ListName's removal.
14215
14216 2006-06-21  Chris Toshok  <toshok@ximian.com>
14217
14218         * CurrencyManager.cs: push some of the original type checking from
14219         BindingContext.CreateBindingManager to here, and remove some of
14220         the finalType stuff.  Need more tests to make sure I've got the
14221         ListName part right, and we might need more in SetDataSource.
14222
14223         * PropertyManager.cs: add a ctor that takes just the datasource,
14224         and no property name.  Make SetDataSource work with a null
14225         property_name, and make Current return the data_source if the
14226         property descriptor is null.  this makes 'string foo = "hi";
14227         BindingContext[foo].Current' return "hi" as it should.
14228
14229         * RelatedCurrencyManager.cs: make this code more generic - there's
14230         no reason the parent manager has to be CurrencyManager, and
14231         there's no reason to pass the DataRelation.  It suffices to use a
14232         BindingManagerBase and PropetyDescriptor.
14233
14234         * RelatedPropertyManager.cs: make a similar change here.
14235         
14236         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
14237         flower I knew it could be.
14238
14239 2006-06-20  Chris Toshok  <toshok@ximian.com>
14240
14241         * PropertyManager.cs: the PropertyChangedHandler is invoked when
14242         data in the source has changed and we need to update the control,
14243         so s/PullData/PushData.
14244
14245         * CurrencyManager.cs: Refresh is meant to update the control from
14246         data in the datasource.  So, s/PullData/PushData.
14247
14248         * BindingContext.cs: add more ugliness (we weren't handling the
14249         case where data_source = DataTable and data_member = column_name).
14250
14251         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
14252         from the perspective of the datasource.  PullData pulls from the
14253         control, PushData pushes to the control.
14254
14255 2006-06-20  Chris Toshok  <toshok@ximian.com>
14256
14257         * BindingContext.cs: rewrite the CreateBindingManager code to
14258         handle navigation paths more or less properly.  This could
14259         definitely stand some more work, in particular to push the
14260         recursion up to the toplevel.  But that relies on fixes in other
14261         places (System.Data comes to mind).
14262
14263         Also, move to a flat hashtable (and encode the twolevel nature of
14264         the dictionary into the hash key).  This lets us implement the
14265         IEnumerable.GetEnumerator method.
14266
14267         * RelatedCurrencyManager.cs: new class.  Update our view based on
14268         our relation and our parent CurrencyManager's position.
14269
14270         * CurrencyManager.cs: split out some logic from the ctor into
14271         SetView, so it can be called from the new RelatedCurrencyManager
14272         subclass.
14273
14274         * RelatedPropertyManager.cs: new class.  Update our datasource
14275         based on the position of our parent CurrencyManager.
14276
14277         * PropertyManager.cs: split out some logic from the ctor into
14278         SetDataSource, so it can be called from the new RelatedDataSource
14279         subclass.  Also, make the Current getter return the value
14280         of the PropertyDescriptor, not the data_source.
14281
14282         * Binding.cs: no need to duplicate the string splitting code here.
14283
14284 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
14285
14286         * Control.cs:
14287           - set_Enabled: OnEnabledChanged is not called if the inherited state 
14288             of the control is not altered, even though  we might be changing the
14289             internal state of the control (#78458)
14290           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
14291             OnEnabledChanged, to allow easy altering of any child window state
14292           - OnEnabledChanged: Added code to enable/disable driver window state
14293           - OnParentEnabledChanged: Instead of firing the event, call 
14294             OnEnabledChanged, which will fire the event and also a) set driver
14295             window state and pass the enabled state to any grandchildren (#78458)
14296
14297 2006-06-19  Jackson Harper  <jackson@ximian.com>
14298
14299         * InternalWindowManager.cs: We don't set the cursor explicitly
14300         thats done via the response to NCHITTESTs.
14301         - Don't need to adjust for titlebar heights anymore, the
14302         coordinates are coming in the correct coordinates now (see peters
14303         last patch).
14304
14305
14306 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
14307
14308         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
14309           being translated relative to whole window, instead of client window.
14310           That caused broken offsets on mouseclick (and caused gas for our
14311           InternalWindowManager)
14312
14313 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
14314
14315         * TextControl.cs:
14316           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
14317           - Undo(): Added replay of cursor move on DeleteChars action; added
14318             calling Undo() again if a recorded cursor move is invalid (to
14319             ensure that some action is performed on Undo)
14320         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
14321
14322 2006-06-16  Jackson Harper  <jackson@ximian.com>
14323
14324         * MdiClient.cs: Instead of just sizing maximized windows when
14325         there is a resize we also have to adjust the Y of minimized
14326         windows, so they stay pinned to the bottom of the mdi container.
14327         - Eliminate separate tracking of the active control, we can just
14328         get this from the controls collection.
14329         - Paint the decorations for the newly activated titlebar so we get
14330         a pretty blue bar.
14331         * InternalWindowManager.cs:
14332         * ThemeWin32Classic.cs: Minimized windows get all three buttons
14333         even if they are a tool window.
14334         
14335 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
14336
14337         * TextControl.cs (Undo): Handle non-existent cursor locations in the
14338           undo buffer, these can happen when text was deleted and the cursor
14339           was recorded first. Since we will also have a recorded cursor
14340           after the delete this is not an issue. (Fixes #78651)
14341
14342 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
14343
14344         * AccessibleObject.cs: Remove dependence on Control.is_selected;
14345           instead properly track control states internally (allows us to
14346           remove is_selected from Control)
14347
14348 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14349
14350         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
14351         whose width is not a multiple of 8.
14352
14353 2006-06-13  Jackson Harper  <jackson@ximian.com>
14354
14355         * MdiClient.cs:  Only maximize the next child if the current one
14356         is maximized.
14357
14358 2006-06-13  Chris Toshok  <toshok@ximian.com>
14359
14360         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
14361         modified.  Also, guard against grid or grid_drawing being null in
14362         Invalidate.
14363
14364         * DataGrid.cs: Reformat tons of getters/setters.  In the
14365         DataMember setter, just call SetNewDataSource instead of
14366         duplicating some of its functionality.  In SetNewDataSource, don't
14367         check ListManager for null, since the property getter creates the
14368         object if needed.
14369
14370         * DataGridTableStyle.cs: don't set TableStyle or call
14371         SetDataGridInternal on the column here, it's done in
14372         GridColumnStylesCollection.Add.
14373
14374         * GridColumnStylesCollection.cs: fix all the explicit interface
14375         implementations to just call our methods.  Nuke AddInternal() and
14376         move the body of it to Add().  Also, add a call to
14377         column.SetDataGridInternal to Add().
14378
14379         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
14380         base()+duplicate code.  Also, use the Format property instead of
14381         format to generate an Invalidate ala MS.  Lastly, create the
14382         textbox here, unconditionally.
14383         (set_Format): call Invalidate.
14384         (get_TextBox): no need to call EnsureTextBox.
14385         (Commit): remove the message box.
14386         (Edit) remove the call to EnsureTextBox.
14387         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
14388         (EnterNullValue): no need to check textbox for null.
14389         (HideEditBox): no need to check textbox for null.
14390         (SetDataGridInColumn): add the textbox to the grid's controls.
14391         (EnsureTextBox): nuke.
14392         
14393 2006-06-13  Jackson Harper  <jackson@ximian.com>
14394
14395         * MdiWindowManager.cs: Hook up to the maximized menus paint event
14396         and redraw the buttons when needed. Unhook when the window is
14397         unmaximized.
14398         * MainMenu.cs: Add an internal Paint event, the mdi window manager
14399         needs this so that it can redraw its buttons when the menu is
14400         repainted.
14401         * InternalWindowManager.cs:
14402         * Form.cs: The method order has changed for DrawMaximizedButtons,
14403         so that it can be a PaintEventHandler.
14404         
14405 2006-06-13  Jackson Harper  <jackson@ximian.com>
14406
14407         * MdiClient.cs: When we close a maximized mdi window, the next mdi
14408         window is activated and maximized, even if it wasn't before.
14409         - When  a new window is activated repaint the decorations of the
14410         old one, so that it no longer has the Active "look" (the blue
14411         titlebar).
14412         * InternalWindowManager.cs: Open up CreateButtons to base classes
14413         so they can recreate the buttons on state changes.
14414         - If a window is maximized give it all three buttons
14415         * MdiWindowManager.cs: Create the titlebar buttons when the state
14416         is changed, this is needed because a toolwindow will not have all
14417         three buttons until it is maximized.
14418
14419 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
14420
14421         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
14422           Fixed bug #78609.
14423
14424 2006-06-12  Jackson Harper  <jackson@ximian.com>
14425
14426         * KeysConverter.cs: Make sure we handle the Ctrl special case
14427         if its the only key.
14428         
14429 2006-06-12  Jackson Harper  <jackson@ximian.com>
14430
14431         * Theme.cs: Add a method to get the size of a managed window
14432         toolbar button.
14433         * InternalWindowManager.cs: Remove the ButtonSize property, this
14434         should be retrieved from the theme.
14435         * MdiWindowManager.cs: Get the button size from the theme
14436         * ThemeWin32Classic.cs: Make the method to get the managed window
14437         titlebar button size public.
14438         - Handle the different button sizes of maximized toolwindows
14439         (should match any maximized window).
14440         - Get the titlebar height from the theme, not the WM (which gets
14441         it from the theme).
14442
14443 2006-06-12  Jackson Harper  <jackson@ximian.com>
14444
14445         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
14446         event down to the mdi window manager.
14447         - Expose some extra stuff to base classes
14448         - Make sure to end the Capture on an NC Mouse up, so that we can
14449         get double clicks properly, and the sizing doens't stick.
14450         - When doing PointToClient contain it in the workable desktop
14451         area, this prevents windows from changing size when the cursor is
14452         pulled outside of the working area while sizing.
14453         * MdiWindowManager.cs: When we get a double click maximize the
14454         window.
14455         - Reset the cursor after handling mode changes.
14456
14457 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
14458
14459         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
14460           current desktop, instead of just assuming a 0, 0 origin. This
14461           is needed for our internal window manager, to know the top
14462           margin of the desktop
14463
14464 2006-06-12  Chris Toshok  <toshok@ximian.com>
14465
14466         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
14467         we need this to get rid of the selected background in the bool
14468         column.
14469         (CancelEditing): move the ConcedeFocus call to above the Abort
14470         call.  Also, set is_changing to false and invalidate the row
14471         header if we were changing before.
14472         (ProcessKeyPreviewInternal): remove, since noone outside this
14473         class calls it anymore.  Roll the code into ProcessKeyPreview.
14474         (EndEdit): remove the internal version.
14475         (InvalidateCurrentRowHeader): make private.
14476
14477         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
14478         Keys.Escape handling (and with it the last call to
14479         DataGrid.EndEdit from outside the class.)
14480
14481
14482 2006-06-12  Chris Toshok  <toshok@ximian.com>
14483
14484         * DataGridTextBox.cs (.ctor): isedit defaults to false.
14485         (OnKeyPress): set isedit to true.
14486         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
14487         already handled by the grid.
14488
14489         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
14490         right.  ugh.
14491         (set_DataSource): SetDataSource always returns true, so stop
14492         putting it in an if statement.
14493         (EndEdit): get rid of some {}'s
14494         (ProcessGridKey): return true in case Keys.Escape.
14495         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
14496         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
14497         PositionChanged, stopped connecting to CurrentChanged.
14498         (GetDataSource): simplify this a bunch.
14499         (SetDataSource): change return type from bool to void.
14500         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
14501         to this, and make sure we don't set ListManager.Position inside
14502         set_CurrentCell.
14503         (OnListManagerItemChanged): if we're passed an actual index,
14504         redraw that row.
14505
14506         * CurrencyManager.cs (set_Position): don't call PullData here.
14507
14508 2006-06-09  Jackson Harper  <jackson@ximian.com>
14509
14510         * TreeNode.cs:  Recalculate the visible order before doing the
14511         Expand/Collapse Below calls, because those calls generate an
14512         expose.
14513         - Reduce calls to the TreeView property, which is mildly expensive
14514         by using a local var.
14515         * Form.cs: Layout the MDI child windows when creating the parent
14516         form.
14517         - Don't use the internal constructor anymore
14518         * MdiClient.cs: use the parent form width/height (if available)
14519         when laying out the child windows, we do this because the
14520         mdiclient isn't docked yet when the initial layout is done.
14521         - Don't need an internal constructor anymore.
14522
14523 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14524
14525         * FileDialog.cs: handle access errors when trying to create a folder
14526         or changing to a directory. No need to initialize out parameters.
14527
14528 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14529
14530         * FileDialog.cs: Append a number when creating a new folder if the
14531           folder already exists (use parenthesis instead of square brackets)
14532
14533 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14534
14535         * FileDialog.cs:
14536           - Disabled registry support for windows and added better registry
14537             error checking for other systems (need to investigate why it
14538             works perfectly on my system)
14539           - If a folder already exist show an error MessageBox instead of
14540             trying to create an indexed name.
14541           - Fixed a non intentional typo.
14542
14543 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14544
14545         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
14546
14547 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14548
14549         * FileDialog.cs: When creating a new folder don't crash if the
14550           folder already exists.
14551
14552 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14553
14554         * FileDialog.cs: Allmost a complete rewrite.
14555           - added a "virtual" file system that handles the differences
14556             between unix and windows file systems (especially the directory
14557             structure). Moved most of the directory and file handling code
14558             into the vfs.
14559             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
14560             UnixFileSystem and FSEntry.
14561           - Recently used folder/directory, size, location and used file names
14562             (file name ComboBox) are now stored in the registry and get read
14563             before the dialog shows up (fixes part 6 of bug #78446).
14564           - Creation of new folders/directories is now possible (context menu
14565             or ToolBar). Added TextEntryDialog for this that fills in the gap
14566             until ListView.LabelEdit works.
14567           - Fixed cursor handling (bug #78527) and focus handling for
14568             PopupButtonPanel
14569           - Various "Search in" ComboBox enhancements. The content of the
14570             dropdown listbox now almost matches ms.
14571           - Changed the behaviour when the user switches to SpecialFolder
14572             Recent to show the ListView in View.Details.
14573           - Beside using the ToolBar to change the View property of the
14574             file ListView it is now possible to use the context menu too.
14575
14576 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14577
14578         * ComboBox.cs: Don't create a new ObjectCollection when an item
14579           gets inserted. Just insert the item in the existing object_items
14580           ArrayList.
14581
14582 2006-06-08  Jackson Harper  <jackson@ximian.com>
14583
14584         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
14585         that the treeview and root node checks are done also, this fixes a
14586         regression i caused in the unit tests.
14587
14588 2006-06-07  Wade Berrier <wberrier@novell.com> 
14589
14590         * RichTextBox.cs: More ISO8859-1 -> unicode
14591
14592 2006-06-07  Mike Kestner  <mkestner@novell.com>
14593
14594         * ComboBox.cs : use items to hold highlight/selection so that
14595         collection insertions don't require synchronization.
14596
14597 2006-06-07  Jackson Harper  <jackson@ximian.com>
14598
14599         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
14600         routine.  We now always keep the sized edge at the cursor instead
14601         of computing movement and adjusting rects.  There is one buglet
14602         with this method though when the cursor is moved over area that
14603         the window can not expand too (such as the toolbars on the desktop).
14604
14605 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14606
14607         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
14608         here. Fixes crash on startup in AlbumSurfer.
14609
14610 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
14611
14612         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
14613           values
14614
14615 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14616
14617         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
14618         statement to avoid calling XNextEvent which will block if another thread
14619         took the event that we were expecting. Fixes bug #78605.
14620
14621 2006-06-07  Mike Kestner  <mkestner@novell.com>
14622
14623         * ListView.cs : isolated checkbox clicking from the selection logic.
14624         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
14625
14626 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14627
14628         * Form.cs: Check that the value passed to Form.DialogResult
14629         is a valid enum value.
14630
14631 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14632
14633         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
14634         Computer'. Clicking it in the network view goes to 'My Computer'.
14635         Added CIFS filesystem type. Display the mount point of filesystems.
14636         Avoid duplicate mount points (happens for me with CIFS);
14637
14638 2006-06-06  Jackson Harper  <jackson@ximian.com>
14639
14640         * InternalWindowManager.cs: Draw the maximized windows buttons
14641         when resizing.
14642
14643 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14644
14645         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
14646         all other dialogs. Fixes bug #78585.
14647
14648 2006-06-06  Mike Kestner  <mkestner@novell.com>
14649
14650         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
14651         Only invalidate checkbox on checkstate changes to avoid flicker.
14652         * ListBox.cs : avoid unselect/select when clicking selected item.
14653         avoid reselection flicker for already multiselected items.
14654         Fixes #78382.
14655
14656 2006-06-06  Jackson Harper  <jackson@ximian.com>
14657
14658         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
14659         the parent form so that the menu is removed if needed.
14660
14661 2006-06-06  Mike Kestner  <mkestner@novell.com>
14662
14663         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
14664         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
14665
14666 2006-06-06  Mike Kestner  <mkestner@novell.com>
14667
14668         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
14669
14670
14671 2006-06-06  Jackson Harper  <jackson@ximian.com>
14672
14673         * Control.cs: Use the property (instead of the field) to get the
14674         default cursor so it is instantiated correctly.
14675         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
14676         resizes so we need to manually repaint the window decorations here.
14677         - Set the titlebar button locations as soon as they are created,
14678         otherwise they are not set correctly on win32.
14679         
14680 2006-06-06  Chris Toshok  <toshok@ximian.com>
14681
14682         * CurrencyManager.cs (set_Position): call PullData before
14683         OnCurrentChanged.
14684         (AddNew): after calling IBindingList.AddNew, update our
14685         listposition, and call OnCurrentChanged/OnPositionChanged (without
14686         calling PullData).
14687         (OnCurrentChanged): remove the call to PullData from here.
14688         (OnItemChanged): remove the call to PushData from here.
14689         (OnPositionChanged): change the test from == null to != null to
14690         match the other methods.
14691         (ListChangedHandler): the grossest part of the patch.  Implement
14692         this such that it passes the unit tests in CurrencyManagerTest and
14693         the output more or less matches that of MS's implementation.
14694  
14695 2006-06-06  Mike Kestner  <mkestner@novell.com>
14696
14697         * ListView.cs : only update check state on single click.
14698         * ThemeWin32Classic.cs : fix focus drawing for details view without
14699         fullrowselect.  Fixes #78454.
14700         * XplatUIX11.cs : fix for double click emission.
14701
14702 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
14703
14704         * PropertyGridView.cs : Applied Atsushi's patch to fix
14705         font dialog bug  (#78197).
14706
14707 2006-06-05  Jackson Harper  <jackson@ximian.com>
14708
14709         * TreeNode.cs: Compute the next node for expanding/collapsing
14710         correctly. We now factor in nodes without a NextNode
14711         correctly. (Fixes somes cases in nunit-gui).
14712         * InternalWindowManager.cs: Set the bounds when updating the
14713         virtual position of a tool window.
14714         
14715 2006-06-05  Chris Toshok  <toshok@ximian.com>
14716
14717         * DataGrid.cs: rename cached_currencymgr to list_manager.
14718         (set_CurrentCell): move SetCurrentCell code here, and clean it up
14719         some.
14720         (CurrentRow, CurrentColumn): single accessors so we can make the
14721         cursor movement code a lot easier to understand.
14722         (CurrentRowIndex): implement this in terms of CurrentRow.
14723         (BeginEdit): clean this up a bit.
14724         (CancelEditing): sort out the is_editing/is_changing/is_adding
14725         stuff a little.
14726         (EndEdit): minor changes.
14727         (OnKeyDown): add a comment about a (most likely) unnecessary
14728         check.
14729         (OnMouseDown): cancel editing when we click on a row header.  And
14730         use the CurrentRow setter, not CurrentCell.
14731         (ProcessDialogKey): directly call ProcessGridKey.
14732         (UpdateSelectionAfterCursorMove): factor out this common block of
14733         code (it's used everywhere that we move the cursor by updating row
14734         or column).
14735         (ProcessGridKey): pretty substantial overhaul.  Use the
14736         CurrentRow/CurrentColumn properties to make the code a lot more
14737         readable.  Only use the CurrentCell property when we have to
14738         modify both row and column at once.  Tab behavior is still broken,
14739         and Delete is untested.
14740         (Select): if we have no selected rows, set selection_start to
14741         @row.
14742         (EditCurrentCell): rename EditCell this.  It was only ever invoked
14743         with CurrentCell as the arg, so drop the arg and rename it.
14744
14745         * DataGridColumnStyle.cs: clean up the constructors a little, and
14746         drop CommonConstructor().
14747
14748         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
14749         actually get notified when the user hits it.
14750         (ProcessKeyMessage): *substantially* simplify this method.
14751         There's no reason (that I can see) for the textbox to be making
14752         calls into the datagrid at all.  Remove all of them but the ones
14753         for Enter handling.  those will take some more work.
14754
14755         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
14756         calling HideEditBox.
14757         (HideEditBox): if we have an active textbox, render it invisible
14758         without causing a re-layout of the datagrid.
14759
14760 2006-06-05  Mike Kestner  <mkestner@novell.com>
14761
14762         * ListView.cs : fix NRE crasher when focuseditem is cleared by
14763         collection changes by resetting it to Items[0].  Fixes #78587.
14764
14765 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14766
14767         * MessageBox.cs: if the height of the text is larger than the icon_size,
14768         use that. Fixes bug #78575.
14769
14770 2006-06-05  Jackson Harper  <jackson@ximian.com>
14771
14772         * TreeView.cs: Fix line drawing when scrolling.  To do this each
14773         node is basically responsible for drawing its entire horizontal
14774         area.  When drawing a node it draws its parent node lines if
14775         needed.
14776         - Adjust the clip area to the viewport rectangle
14777         - Fix Left/Right key handling to match MS. (It expand/collapses
14778         and moves to parents/first child but does not move selection to
14779         sibling nodes).
14780         - Fix SetTop to work with new bound calculation code
14781         - When scrollbars are no longer needed we need to reset scrolling
14782         vars and recalculate the visible order so the redraw is correct
14783         * TreeNode.cs: We can't expand/collapse nodes with no children.
14784
14785 2006-06-03  John Luke  <john.luke@gmail.com> 
14786
14787         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
14788         so the colors work without dev packages
14789         
14790 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
14791
14792         * Control.cs 
14793           - Select: Implemented to just use activate. Seems to match MS 
14794             behaviour closest. Documented to only do actual control walking 
14795             based on it's parameters if in a container control so I moved 
14796             the code there.
14797           - Removed selection check logic from our internal Select() method
14798         * ContainerControl.cs:
14799           - Select: Moved selection logic from Control here, since MS documents
14800             that containers obey the bool arguments. No longer calling base
14801
14802 2006-06-02  Jackson Harper  <jackson@ximian.com>
14803
14804         * TreeView.cs: If the selected node isn't changed when we get
14805         focus update the previously selected node so that we see the
14806         selection box.
14807
14808 2006-06-02  Mike Kestner  <mkestner@novell.com>
14809
14810         * ComboBox.cs: restructure grab and general mouse event handling.
14811         Make the composite control raise mouse events like it was a single
14812         control for leaves/enters/motion/up/down events.  fix dropdown list
14813         coordinate mangling and refactor it into the scrollbar subclass to
14814         reduce code duplication.  Fixes #78282 #78361 and #78457.
14815
14816 2006-06-02  Mike Kestner  <mkestner@novell.com>
14817
14818         * ScrollBar.cs: remove Capture setting/clearing, as it happens
14819         automatically in the Control.WndProc.
14820
14821 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14822
14823         * FileDialog.cs: fix crash when running SharpChess, which sets the
14824         FilterIndex to 2 with only one Filter.
14825
14826 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14827
14828         * ToolBar.cs: add SizeSpecified property.
14829         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
14830         try to figure out our real size, otherwise fallback to what the
14831         container says.
14832
14833 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
14834
14835         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
14836         * Control.cs (WndProc): MS always calls the DefWndProc to pass
14837           up the event
14838
14839 2006-06-01  Mike Kestner  <mkestner@novell.com>
14840
14841         * ListView.cs: revamp the focus management in ListView.  It still
14842         causes churn of LostFocus/GotFocus emissions on clicks, but it's
14843         better than not handling focus at all.  Will revisit when pdb feels
14844         the general focus handling is solid.  Fixes #78526.
14845
14846 2006-06-01  Jackson Harper  <jackson@ximian.com>
14847
14848         * TreeView.cs: Set the default border style in the constructor.
14849         - Move painting to use OnPaintInternal instead of capturing
14850         WM_PAINT, this is the correct way of doing things
14851         - UpdateBelow shouldn't invalidate the scrollbar area
14852         - Cap the top on update below in case the node was above the top
14853         of the viewport rectangle.
14854         - ExpandBelow and Collapse below need to obey Begin/End Update.
14855         * TreeNode.cs: Make is_expanded internal so the treenode
14856         collection can change it without firing the whole event chain.
14857         * TreeNodeCollection.cs: When clearing all the child nodes make
14858         sure to recalc the visible order.
14859         - Improve algo for remove the top node
14860
14861 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
14862
14863         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
14864           SendMessage directly calling window procedures, which in turn might
14865           call SetFocus()
14866
14867 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
14868
14869         * Control.cs: Don't handle WM_SETFOCUS if the same window already
14870           has focus (works around X11 sending a FocusIn after our SetFocus)
14871         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
14872
14873 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
14874
14875         * Mime.cs: Fix for the NET_2_0 build.
14876           NameValueCollection needs StringComparer now.
14877
14878 2006-05-31  Chris Toshok  <toshok@ximian.com>
14879
14880         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
14881         return (via an out parameter) the starting X of the column.
14882         (UpdateVisibleColumn): track change to FromPixelToColumn.
14883         (HitTest): add a ColumnResize case here.
14884         (DrawResizeLine): new function, probably poorly named.
14885
14886         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
14887         only need to keep one reference.
14888         (set_ListManager): same.
14889         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
14890         Also, add support for HitTestType.ColumnResize.
14891         (OnMouseMove): add column resize behavior here, and change the
14892         cursor to the correct one as we move around the datagrid.
14893         (OnMouseUp): terminate the column resize if we're resizing.
14894         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
14895         for the current cell.
14896         (ConnectListManagerEvents): use cached_currencymgr.
14897         (DisconnectListManagerEvents): fill this in, using
14898         cached_currencymgr.
14899         (SetCurrentCell): remove cached_currencymgr_events handling.
14900         (SetDataMember): only call DisconnectListManagerEvents if
14901         cached_currencymgr is != null.
14902         (SetDataSource): same.
14903         (OnListManagerCurrentChanged): cached_currencymgr_events ->
14904         cached_currencymgr.
14905
14906 2006-05-31  Jackson Harper  <jackson@ximian.com>
14907
14908         * BindingManagerBase.cs: Remove somedebug code that creeped into
14909         SVN.
14910         * TreeNode.cs: We get the indent level dynamically right now, so
14911         don't track it as a member.
14912         * TreeNodeCollection.cs: Make sure all nodes added to the list
14913         have parents, treeviews/topnodes setup properly.
14914         - Don't attempt to track indent level.
14915
14916 2006-05-30  Jackson Harper  <jackson@ximian.com>
14917
14918         * BindingContext.cs: Create the currency manager tables here.
14919         This allows us to more easily create null tables (when bad data
14920         members are used), and more easily create related currency
14921         managers.
14922         * CurrencyManager.cs: All the table creation stuff is done by the
14923         binding context now.
14924         - Current should throw an exception if listposition is -1.
14925         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
14926         been bound yet.
14927
14928 2006-05-30  Mike Kestner  <mkestner@novell.com>
14929
14930         * ListView.cs: allow reexpansion of zero-width column headers.
14931         Fixes #78528.
14932
14933 2006-05-28  Chris Toshok  <toshok@ximian.com>
14934
14935         * CurrencyManager.cs (get_Current): after the late binding
14936         listposition = -1 fix, we need to guard against it here and return
14937         null, otherwise we raise an exception (which is swallowed
14938         elsewhere, and breaks datagrid databinding.)
14939
14940 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
14941
14942         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
14943           than WM_SYSKEY, don't throw if get something unexpected (#78507)
14944
14945 2006-05-26  Jackson Harper  <jackson@ximian.com>
14946
14947         * ControlPaint.cs:
14948         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
14949         values, it's faster and it's all we care about (we don't care if
14950         the names aren't equal).
14951         * KeyboardLayouts.cs: Eliminate some dead code.
14952         - Lazy init things
14953         * X11Keyboard.cs: Lazy init keyboard detection.
14954         - Cleanup access modifiers a little.
14955
14956 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
14957
14958         * XplatUIX11.cs: Once again, attempting to get layout just right.
14959
14960 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
14961
14962         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
14963           the sizes of each link section, that will result in sizes that
14964           match DrawString's layout (Fixes #78391)
14965
14966 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
14967
14968         * FileDialog.cs: If AddExtension property is true autocomplete the
14969           extensions in SaveFileDialog correctly. Fixes bug #78453.
14970           Set MyNetwork and MyComputer to "C:\" for windows. This should
14971           fix part 8 of bug #78446 for now.
14972
14973 2006-05-26  Chris Toshok  <toshok@ximian.com>
14974
14975         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
14976         invalidate the current row header if we need to, but presumably
14977         we'll invalidate the row corrsponding to the bounds or
14978         editingControl.
14979         (GridHScrolled): switch back to this method, as it's part of the
14980         public api.  *sigh*.
14981         (GridVScrolled): same.
14982         (OnMouseWheel): hack up something that more or less works.  Call
14983         GridHScrolled/GridVScrolled directly, instead of duplicating much
14984         of their code here.
14985         (EnsureCellVisibility): reinstate a bunch of this code, since we
14986         can't just set the scrollbar Value and expect to do all the work
14987         in the ValueChanged handler.  Also, Call Update() after scrolling
14988         in one direction so the other XplatX11.ScrollWindow call has the
14989         proper stuff in the proper places.
14990         (EditCell): set is_editing to true before calling .Edit.
14991
14992         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
14993         don't bother comparing first.
14994         (OnKeyPress): call grid.ColumnStartedEditing before calling
14995         base.OnKeyPress.  this will set is_changing and invalidate the row
14996         header if necessary.
14997         (ProcessKeyMessage): for WM_CHAR messages, call
14998         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
14999         and WM_KEYDOWN.
15000         
15001         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
15002         it's done in the DataGrid.
15003         (NextState): call grid.ColumnStartedEditing, which takes care of
15004         invalidating the row header (and setting is_changing).
15005
15006         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
15007         here.  it's done in the DataGrid.
15008
15009 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15010
15011         * Control.cs: allow changing the cursor when the mouse position is
15012         out of bounds but Capture is set.
15013         * LinkLabel.cs: handle the case when the mouse button is pressed on the
15014         linklabel but released somewhere else.
15015
15016 2006-05-25  Jackson Harper  <jackson@ximian.com>
15017
15018         * TreeView.cs: When we get focus if there is no selected node make
15019         it the top node
15020         - Remove some uneeded setup code from Draw.
15021         * TreeNodeCollection.cs: If the tree doesn't have a top node when
15022         a new node is inserted make the new node the top.
15023         * XplatUIX11.cs:
15024         * Timer.cs: Use Utc time so that no local time zone stuff needs to
15025         be used (should be faster).
15026         
15027 2006-05-25  Chris Toshok  <toshok@ximian.com>
15028
15029         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
15030         problem with the last commit.
15031
15032 2006-05-25  Chris Toshok  <toshok@ximian.com>
15033
15034         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
15035         need the invalidate call here, while scrolling right-to-left via
15036         the left arrow key (i.e. moving the editing cell while scrolling).
15037
15038         * DataGrid.cs (.ctor): remove the initialization of
15039         ctrl_pressed/shift_pressed.  We no longer track them using key
15040         up/down handlers, but by using Control.ModifierKeys.  Also, switch
15041         to using ValueChanged handlers on the scrollbars instead of
15042         Scrolled event handlers.  This simplifies a bunch of the scrolling
15043         code.
15044         (GridHValueChanged): rename from GridHScrolled, and change it to
15045         work with the new event args.
15046         (GridVValueChanged): same.
15047         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
15048         (OnMouseWheel): actually scroll the datagrid.  Don't change the
15049         selected cell.
15050         (ProcessGridKey): correct all the keyboard navigation stuff I
15051         could find.  Ctrl up/down/left/right/home/end work now.
15052         (EnsureCellVisibility): correct method name spelling.  Also,
15053         simplify this a touch by not explicitly calling the
15054         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
15055         scrollbar value.
15056         (OnKeyUpDG): no need for this method now.
15057         
15058 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15059
15060         * LinkLabel.cs: display the OverrideCursor when hovering the label.
15061         Fixes bug #78392.
15062
15063 2006-05-25  Chris Toshok  <toshok@ximian.com>
15064
15065         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
15066         r61019.
15067
15068 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
15069
15070         * Application.cs: Moved setting of is_modal and closing to before
15071           we create the control, to allow the event handlers called as a
15072           result of creation affect closing. Also removed Gonzalo's previous
15073           change to setting DialogResult, the behaviour has been moved to 
15074           Form.ShowDialog()
15075         * Form.cs: 
15076           - ShowDialog(): Removed explicit creation of the form, let RunLoop
15077             handle it instead
15078           - ShowDialog(): If no dialog result is set, we need to return Cancel
15079           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
15080             the close is cancelled
15081
15082 2006-05-25  Jackson Harper  <jackson@ximian.com>
15083
15084         * StatusBar.cs: We only need to update the sizes of the other
15085         panels when we have auto size contents.  Also we are only updating
15086         the contents of the panel, not the borders, so compensate for the
15087         border width (TODO: get this width from the theme somehow).
15088         * TreeView.cs: Scrollable is true by default
15089         - Use invalidate instead of refresh where needed
15090         - Factor the scrollable value into scrollbar updating
15091         - Update the scrollbars if the Scrollable property is altered
15092         - Update the selected node if its ImageIndex is changed
15093         - Handle null nodes in UpdateNode (mainly so we don't have to
15094         check if selected is null when updating it
15095         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
15096         are factored into the visible count
15097         - Use VisibleCount for clarity in the code
15098         - When the font is changed we need to recurse through all the
15099         nodes and invalidate their sizes
15100         
15101 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15102
15103         * Application.cs: set the DialogResult to fixed when the main form is
15104         hidden or destroyed while being modal.
15105
15106 2006-05-25  Miguel de Icaza  <miguel@novell.com>
15107
15108         * Theme.cs: Use Tangoified messagebox icons. 
15109
15110         (GetSizedResourceImage): Also cope with width = 0 and do not
15111         trigger a warning in that case (0 means "give me your icon from
15112         the resouce, no special size needed).
15113
15114 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
15115
15116         * Application.cs: Leave runloop if the the main modal form is 
15117           hidden (fixes #78484)
15118
15119 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
15120
15121         * BindingContext.cs : reject null datasource in Contains() and
15122           Item[].
15123         * CurrencyManager.cs : check data_member validity when data_source
15124           is dataset. When it is late binding, the initial position is -1.
15125
15126 2006-05-24  Jackson Harper  <jackson@ximian.com>
15127
15128         * TreeNodeCollection.cs: Dont't recalculate the visible order on
15129         inserted nodes that aren't visible.  This changes the
15130         max_visible_order which confuses scrollbar settings.
15131         - Use the enumerator to get the prev node instead of duplicating
15132         code.
15133         * TreeView.cs: Use new method for setting scrollbar values
15134         - Don't set the bounds every time the scrollbar is updated
15135         - When updating below the root node use an invalidate instead of a
15136         refresh to prevent the child controls (scrollbars) from being
15137         refreshed. (UpdateBelow still needs to be reworked anyways).
15138         - Reenable SetBottom now that visible orders are set correctly,
15139         added some debug code incase we ever get bad values there again.
15140         - Set the scrollbar max to 2 less then the max value, this
15141         compensates for the max value being one above the node count, and
15142         for scrollbars adding one extra "notch".
15143         - When drawing image nodes if there is an imagelist we draw the
15144         first image in the list if the supplied image index is out of the
15145         image list's bounds.
15146         
15147 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
15148
15149         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
15150           we receive a size change from the WM (Fixes #78503)
15151
15152 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
15153
15154         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
15155           rectangle (Fixes #78501)
15156
15157 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
15158
15159         * ButtonBase.cs: 
15160           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
15161             as a bitfield.
15162           - Fixed MouseMove to no longer switch pressed state unless the left
15163             mouse button is pressed. Atsushi provided the original patch (#78485)
15164           
15165 2006-05-24  Jackson Harper  <jackson@ximian.com>
15166
15167         * ScrollBar.cs: New internal methods that allow us to change a
15168         couple values on the scrollbar (the most common case is maximum
15169         and large change) without getting multiple invalidates.
15170
15171 2006-05-24  Chris Toshok  <toshok@ximian.com>
15172
15173         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
15174         (Edit): save off the original state in oldState, and set
15175         grid.is_editing to true.
15176         (OnKeyDown): abort editing if escape is pressed.  also, call
15177         NextState if space is pressed.
15178         (OnMouseDown): call NextState.
15179         (NextState): factor out shared code from OnKeyDown and OnMouseDown
15180         here.  Also, only invalidate the row header once (on the initial
15181         is_changing switch) to save on redraws.
15182
15183 2006-05-24  Chris Toshok  <toshok@ximian.com>
15184
15185         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
15186         if the value in the cell is different than it was before.  This
15187         keeps us from triggering a layout when we move around a datarid
15188         with a highlighted cell.
15189         (Edit): suspend layout when creating/positining the text box, and
15190         resume passing false so we don't ever actually re-layout.
15191         (ReleaseHostedControl): same.
15192         (EnsureTextBox): reformat slightly, and set WordWrap to false.
15193
15194         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
15195         control-key sequences should go to the datagrid - remove that
15196         lock.  Also, modify the conditions under which we move between
15197         cells when moving the cursor within a cell, and remove the "this"
15198         and "base" from field accesses.  We weren't even consistent, given
15199         they all were in the base class.
15200
15201 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
15202
15203         * Binding.cs : (.ctor)
15204           An obvious NRE fix for BindingTest.CtorNullTest().
15205
15206 2006-05-23  Chris Toshok  <toshok@ximian.com>
15207
15208         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
15209         them between lines.  This fixes some quirks editing cells in the
15210         datagrid.
15211
15212 2006-05-23  Jackson Harper  <jackson@ximian.com>
15213
15214         * TreeView.cs: Use begin/end update when doing expand/collapse all
15215         so that we don't get flicker on the scrollbar.
15216
15217 2006-05-23  Jackson Harper  <jackson@ximian.com>
15218
15219         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
15220         treenode calculations to be independant of the painting code. To
15221         do this nodes track a visible order which is calculated by the
15222         treeview.
15223         - Call new methods for expanding/collapsing nodes.  These methods
15224         use scrollwindow so we don't have to update everything below the
15225         node.
15226         * TreeView.cs: Refactored drawing and scrolling code.  We don't
15227         need to update nodes when drawing anymore or calculate scrollbar
15228         stuff.
15229         - Added new methods for expanding/collapsing nodes. These methods
15230         use ScrollWindow so as to not have to redraw all the nodes below.
15231         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
15232         we add/remove nodes or sort.
15233         - Handle removing the selected and the top node properly.
15234
15235 2006-05-23  Chris Toshok  <toshok@ximian.com>
15236
15237         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
15238         maybe this should actually happen in the datagrid code?
15239         (EndEdit): no need to invalidate anything, given that
15240         ReleaseHostedControl causes the datagrid to relayout, which
15241         invalidates everything anyway.
15242
15243         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
15244         in SetCurrentCell).
15245         (set_SelectionBackColor): call InvalidateSelection instead of
15246         Refresh.
15247         (set_SelectionForeColor): same.
15248         (BeginEdit): Flesh this out a bit.
15249         (CancelEditing): only do any of this if we're editing/adding.
15250         (EndEdit): same.
15251         (OnMouseDown): there's no need to cancel editing here, it's done
15252         in SetCurrentCell.
15253         (SetCurrentCell): only invalidate the current row header if it's a
15254         different row than the new one.
15255         (ShiftSelection): fix this to work like MS does.
15256         (ResetSelection): factor out the invalidation of selected_rows to
15257         InvalidateSelection.
15258         (SetDataSource): cancel any editing that's going on.
15259
15260         * DataGridColumnStyle.cs
15261         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
15262         call the non-interface version.
15263
15264         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
15265         header rectangle with the clip rectangle so we don't redraw the
15266         entire header for just a small area.  Gets rid of the last flicker
15267         when horizontally scrolling.
15268         (DataGridPaintRow): same.
15269
15270 2006-05-23  Mike Kestner  <mkestner@novell.com>
15271
15272         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
15273         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
15274         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
15275         Critical bug report.
15276
15277 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
15278
15279         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
15280           and this fixes #78493
15281
15282 2006-05-23  Miguel de Icaza  <miguel@novell.com>
15283
15284         * Theme.cs (GetSizedResourceImage): Scale images if the proper
15285         size is not found.  
15286         
15287         * FileDialog.cs: Do not change the background for the side bar as
15288         it wont work nicely with the theme, and also reduces the artifacts
15289         in rendering the icons (which I want to fix too).
15290
15291         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
15292         resources, not resgen resources. 
15293
15294         (PlatformDefaultHandler): Pull images using the new API.
15295
15296 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
15297
15298         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
15299           a reference to the hwnd and will not remove it unless there are
15300           no pending exposures (fixes #78341)
15301         * XplatUI.cs: Improved debug
15302
15303 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
15304
15305         * MenuAPI.cs : don't handle OnClick event when it was not the left
15306           button. Fixed bug #78487.
15307
15308 2006-05-23  Mike Kestner  <mkestner@novell.com>
15309
15310         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
15311         prefer submenus to the top menu for item lookup, to avoid popping down
15312         top-row items.
15313
15314 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
15315
15316         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
15317           Graphics.FillRectangle as the visual results are really bad (even
15318           on win). We now draw perfect arrows (and perfect shadows when the
15319           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
15320           Pen.DashPattern to draw the dots of each line.
15321
15322 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
15323
15324         * FileDialog.cs: Update the filename combobox when navigating through
15325           the ListView with the cursor keys. Fixes part 7 of bug #78446.
15326
15327 2006-05-22  Mike Kestner  <mkestner@novell.com>
15328
15329         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
15330         Fixes #78463.
15331
15332 2006-05-22  Mike Kestner  <mkestner@novell.com>
15333
15334         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
15335         requests. Fix a misspelled parameter and a copy paste exception error
15336         in Select.
15337
15338 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
15339
15340         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
15341           to get the same width/height (5/13) on X11 as the default font has on
15342           win32. This means that our DefaultFont emSize is smaller than the 
15343           the MS SWF equivalent (even thought the width/height stays the same)
15344
15345 2006-05-20  Jackson Harper  <jackson@ximian.com>
15346
15347         * MdiClient.cs:
15348         * MdiWindowManager.cs:
15349         * InternalWindowManager.cs: Make sure to use the border width from
15350         the theme.
15351
15352 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
15353
15354         * PrintDialog.cs: Implements printer details
15355
15356 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
15357
15358         * FileDialog.cs: Added focus handling for PopupButtonPanel.
15359           Fixes part 1 and 2 of bug #78446
15360
15361 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
15362
15363         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
15364           instead of sticking to the first ever calculated value
15365
15366 2006-05-19  Mike Kestner  <mkestner@novell.com>
15367
15368         * ComboBox.cs: fix mouse motion selection to use MousePosition and
15369         PointToClient, since Capture is set. Fixes #78344.
15370
15371 2006-05-19  Mike Kestner  <mkestner@novell.com>
15372
15373         * ListView.cs: match MS behavior in Details view where items are not
15374         drawn if Columns.Count == 0. 
15375         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
15376         Use a separate pen to draw the check, since changing the width affects
15377         the box as well.  Fixes #78454.
15378
15379 2006-05-18  Miguel de Icaza  <miguel@novell.com>
15380
15381         * ListView.cs: ArgumentOutOfRangeException, single versions of the
15382         exception should throw the name of the invalid argument.
15383
15384         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
15385         there are no files listed. 
15386
15387 2006-05-18  Jackson Harper  <jackson@ximian.com>
15388
15389         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
15390         up.
15391
15392 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
15393
15394         * Control.cs: Brought back our old UpdateZOrder method as a private
15395           function and switched our calls from UpdateZOrder to the new one.
15396           This fixes the Paint.Net canvas disappearing bug.
15397
15398 2006-05-18  Jackson Harper  <jackson@ximian.com>
15399
15400         * Theme.cs:
15401         * ThemeWin32Classic.cs:
15402         * InternalWindowManager.cs: Move the drawing into the theme,
15403         expose everything the theme should need from the window manager.
15404
15405 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
15406
15407         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
15408           from the call to NativeWindow to avoid walking up the parent chain
15409           further than needed (speeds up setting cursors and avoids setting
15410           the wrong cursor if a parent has another cursor defined)
15411         * Cursor.cs: When loading an icon as cursor, MS uses the center of
15412           the icon as hotspot, not what's contained as hotspot in the icon
15413           file. This fixes the perceived drawing offset seen with Paint.Net
15414         
15415 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
15416
15417         * XplatUIX11.cs: 
15418           - Store the calculated rectangle in Hwnd object and use it when 
15419             setting the client size
15420           - Force Toolwindows to always be type Dock, to ensure they're on top
15421
15422 2006-05-18  Mike Kestner  <mkestner@novell.com>
15423
15424         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
15425         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
15426         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
15427         Substantial refactoring to remove confusing nested classes. Coding
15428         standard and Get+Set->property refactorings.  Shift to index based
15429         highlighting in ComboListBox instead of constantly using IndexOf and
15430         Items[]. Add invalidations on resize for DropDownList to fix ugliness
15431         in FileDialog growth.  Draw borders manually since Simple mode needs
15432         to look like two independent controls.  Make listbox border
15433         conditional to DropDownStyle.  Improved OwnerDraw support.
15434
15435 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
15436
15437         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
15438         Don't set the disposed graphics to null, so we can throw the "right"
15439         exception if the graphics is reused later (added a flag to avoid 
15440         double disposing). Some behaviours are different under 2.0 and are
15441         filled under bug #78448.
15442
15443 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
15444
15445         * Control.cs: When double-buffering is enabled, we need to reset
15446           our graphics context between paint calls. Otherwise, any 
15447           transformations and other alterations on the context will 
15448           become cumulative (#77734)
15449
15450 2006-05-18  Mike Kestner  <mkestner@novell.com>
15451
15452         * ListView.cs: do focused item selection like MS on clicks. 
15453         Rework focus handling for ItemControl so LostFocus invalidates as
15454         well.
15455         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
15456         the ListView ItemControl has focus.
15457
15458 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
15459
15460         * XplatUIX11.cs: If client_window ends up being width or height zero
15461           due to border settings, move it off window inside whole_window (#78433)
15462
15463 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
15464
15465         * Mime.cs: Shrink the mime file cache correctly.
15466
15467 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
15468
15469         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
15470
15471 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15472
15473         * XplatUIX11.cs (AddExpose): More sanity checks
15474
15475 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15476
15477         * XplatUIX11.cs:
15478           - AddExpose: Don't add expose ranges outside the size of our
15479             window
15480           - Cast opacity values to Int32 to avoid crashes with certain
15481             values
15482           - Added disabled code paths that protect against illegal cross-
15483             thread painting (Developers.exe)
15484
15485 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15486
15487         * ProgressBar.cs: Invalidate the control when it's resized
15488           since block size is based on control size. (#78388)
15489
15490 2006-05-16  Miguel de Icaza  <miguel@novell.com>
15491
15492         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
15493         of setting the incoming argument to the "reset" value, we set the
15494         this.datamember to string.empty (before we were invalidating the
15495         incoming data).   
15496
15497         Fixes 78420
15498
15499 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15500
15501         * Form.cs: Only apply transparency settings after the form
15502           is created. (Fixes #77800)
15503
15504 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15505
15506         * ApplicationContext.cs: Grab the HandleDestroyed event so
15507           we know when to fire OnMainFormClosed 
15508
15509 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15510
15511         * Application.cs: Introduced sub-class to allow tracking of
15512           threads and centralized triggering of the event mess for
15513           ThreadExit, AppExit, etc..  (#76156)
15514
15515 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
15516
15517         * MimeIcon.cs:
15518           - Do not return a null icon index value for a mime subclass.
15519             Instead try the main mime type class too.
15520           - Seems that some newer distributions don't have a link to some
15521             gnome default icons anymore. So check the default gnome dir too.
15522           
15523
15524 2006-05-16  Jackson Harper  <jackson@ximian.com>
15525
15526         * MdiClient.cs: Don't paint the parent background image if we have
15527         our own background image.
15528
15529 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15530
15531         * Control.cs:
15532           - PerformLayout: Do not shrink space filled by DockStyle.Fill
15533             controls, all filled controls are supposed to overlap (#78080)
15534           - UpdateZOrder is supposed to update the control's z-order in the
15535             parent's z-order chain. Fixed to behave like that
15536           - BringToFront: Removed obsolete code
15537           - SendToBack: Simplyfied
15538           - SetChildIndex: Trigger layout calculations when Z-order changes
15539             since layout is done by z-order
15540
15541 2006-05-16  Chris Toshok  <toshok@ximian.com>
15542
15543         [ fixes bug #78410 ]
15544         * DataGrid.cs (set_AlternatingBackColor): use
15545         grid_drawing.InvalidateCells instead of Refresh().
15546         (set_BackColor): call grid_drawing.InvalidateCells.
15547         (set_BackgroundColor): use Invalidate instead of Refresh.
15548
15549         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
15550         invalidate the cell area.
15551
15552 2006-05-15  Chris Toshok  <toshok@ximian.com>
15553
15554         [ fixes bug #78011 ]
15555         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
15556         on to DataGridPaintRow.
15557         (DataGridPaintRow): take a clip argument, and only draw the cells
15558         which intersect it.  same with the not_usedarea.
15559
15560         * Theme.cs (DataGridPaintRow) add @clip parameter.
15561
15562         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
15563         XplatUI.ScrollWindow.
15564         (ScrollToRow): same.
15565
15566         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
15567         with last column which was causing a gray swath to appear with the
15568         XplatUI.ScrollWindow code.
15569
15570 2006-05-15  Chris Toshok  <toshok@ximian.com>
15571
15572         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
15573         use XplatUI.ScrollWindow.
15574         (VerticalScrollEvent): use XplatUI.ScrollWindow.
15575
15576 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
15577
15578         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
15579
15580 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
15581
15582         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
15583           file since there are no equivalent X11 cursors
15584
15585 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15586
15587         * MonthCalendar.cs : DateTimePicker should reflect selected date
15588           on mouse*up*, not mouse*down*. Fixed originally reported part of
15589           bug #76474.
15590
15591 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15592
15593         * TabControl.cs : When argument index is equal or more than tab
15594           count, just ignore. Fixed bug #78395.
15595
15596 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
15597
15598         * Control.cs: Dispose all child controls when control is diposed (#78394)
15599
15600 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
15601
15602         * ColorDialog.cs: Finally it is possible to select the color with
15603           the text boxes
15604
15605 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
15606
15607         * PrintDialog.cs: Fix typo
15608
15609 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
15610
15611         * PrintDialog.cs: PrintDialog is not resizable
15612         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
15613           color. Made some ToolBar drawing methods protected virtual.
15614
15615 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
15616
15617         * PrintDialog.cs: Implementation of the PrintDialog
15618
15619 2006-05-12  Chris Toshok  <toshok@ximian.com>
15620
15621         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
15622         thumb, instead use MoveThumb.  This has the side effect of making
15623         most of the other thumb moving machinery use MoveThumb as well.
15624         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
15625         need to actually invalidate the rectangle where the new thumb will
15626         go.
15627         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
15628         We force an Update() after, so it's not as fast as it could be,
15629         but at least there's zero flicker and no droppings.
15630         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
15631         (UpdateThumbPos): add another argument (dirty), which says whether
15632         or not to calculate/add dirty regions which we later invalidate.
15633         For cases where we know we're going to use MoveThumb, we pass
15634         false for this.  Otherwise, pass true.
15635
15636 2006-05-12  Jackson Harper  <jackson@ximian.com>
15637
15638         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
15639         the status bar.
15640         
15641 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
15642
15643         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
15644           and GetClipRegion methods and UserClipWontExposeParent property.
15645         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
15646           overriding UserClipWontExposeParent property, setting to false, since
15647           Win32 handles the required expose messages to draw our clipped parent
15648           areas internally
15649         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
15650           PaintEventStart to set the user clip region if set.
15651         * Control.cs: 
15652           - Now internally tracking the Region for the control since we need to
15653             store it if the handle is not yet created and only set it when it
15654             becomes created. Before setting the region forced handle creation
15655           - Added code to draw the parents underneath a user-clipped region
15656         * Hwnd.cs: Added UserClip property
15657
15658 2006-05-12  Chris Toshok  <toshok@ximian.com>
15659
15660         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
15661         (set_Maximum): same.
15662         (set_Minimum): same.
15663         (set_SmallChange): same.
15664         (OnMouseUpSB): remove the call to refresh when releasing the
15665         thumb.  We shouldn't need it.
15666         
15667 2006-05-12  Miguel de Icaza  <miguel@novell.com>
15668
15669         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
15670         AutoSize set to None, we do not need to relayout everything, we
15671         just need to invalidate the current region.
15672
15673         (Draw): Do not draw the entire ClientArea, just redraw the
15674         clip area being passed.
15675
15676         * MdiClient.cs: Make MdiClient constructor with the Form argument
15677         internal. 
15678
15679 2006-05-12  Jackson Harper  <jackson@ximian.com>
15680
15681         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
15682         parents background image,  but strangely not their own.
15683         - (DrawStatusBarPanel): Take into account horizontal alignment
15684         when drawing the strings and icons.
15685
15686 2006-05-12  Mike Kestner  <mkestner@novell.com>
15687
15688         * ListBox.cs: avoid invalidations for focus when the collection is
15689         empty. 
15690
15691 2006-05-12  Chris Toshok  <toshok@ximian.com>
15692
15693         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
15694         invalidate the entire thumb area.  Call InvalidateDirty which
15695         limits the redraw to the thumb itself and surrounding pixels.
15696
15697         * XplatUIX11.cs (ScrollWindow): optimize copying.
15698         
15699 2006-05-12  Chris Toshok  <toshok@ximian.com>
15700
15701         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
15702         Figure out the positioning/layout in a single pass instead of
15703         multiple recursive invocations.  Speeds up the initial display of
15704         the data grid.  Also, make many things private that were
15705         originally public but unused outside this class.
15706
15707 2006-05-11  Jackson Harper  <jackson@ximian.com>
15708
15709         * MdiClient.cs: Improved layout code.
15710
15711 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
15712
15713         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
15714           not SelectedObject.
15715
15716 2006-05-11  Chris Toshok  <toshok@ximian.com>
15717
15718         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
15719         union of that will always be {0,0,width,height}.
15720
15721 2006-05-11  Jackson Harper  <jackson@ximian.com>
15722
15723         * Form.cs: Match MS's DefaultSize for forms (they must have
15724         changed the size in sp2).
15725
15726 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
15727
15728         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
15729
15730 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
15731
15732         * TextControl.cs : Fixed bug #78109. This incorrect position
15733           comparison caused crash on automatic line split.
15734         * TextBoxBase.cs : reduce duplicate code.
15735
15736 2006-05-10  Jackson Harper  <jackson@ximian.com>
15737
15738         * MdiClient.cs: Active form is only sent to the back when using
15739         the Next form functionality, when a form is clicked the current
15740         active shouldn't be sent to the back.
15741         - Layout the mdi windows when the container is first made visible.
15742         * Form.cs: Give the MdiClient a ref to the containing form when we
15743         create it.
15744         
15745 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
15746
15747         * LinkLabel.cs : link_font could be uninitialized, so populate one
15748           before actual use. Fixed bug #78340.
15749
15750 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
15751
15752         * XplatUIX11.cs : clipboard format native value is IntPtr.
15753           Fixed bug #78283.
15754
15755 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
15756
15757         * Control.cs: 
15758           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
15759             which is passed up the parent chain by DefWndProc
15760           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
15761             to DefWndProc (#77956)
15762         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
15763
15764 2006-05-10  Jackson Harper  <jackson@ximian.com>
15765
15766         * MdiClient.cs: We need to remove the controls from the mdi
15767         collection, when we close the window.
15768         * MdiWindowManager.cs: Special handling of closing mdi windows.
15769         * InternalWindowManager.cs: Make the close method virtual so the
15770         mdi window manager can handle it specially.
15771
15772 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
15773
15774         * DataGrid.cs:
15775           - Recalculate grid when the data source has changed
15776           - Matches styles provided by user from all data sources types
15777         * DataGridTableStyle.cs: For columns that provided by the user set the
15778         with the preferred value is there was unassigned.
15779         * CurrencyManager.cs: throw OnItemChanged event
15780
15781 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
15782
15783         * PictureBox.cs: Don't animate until handle is created. Start animation
15784           when handle is created.
15785
15786 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
15787
15788         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
15789           current codebase.
15790         * XEventQueue.cs: We don't need to provide the extra info
15791
15792 2006-05-10  Jackson Harper  <jackson@ximian.com>
15793
15794         * MdiClient.cs: If the mdi clients parent form has a background
15795         image set, we draw that background image for the mdi area's
15796         background.
15797
15798 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
15799
15800         * TextBoxBase.cs: Set IBeam cursor (#78347)
15801
15802 2006-05-10  Mike Kestner  <mkestner@novell.com>
15803
15804         * ToolBar.cs: fix some text padding issues with ButtonSize
15805         calculation. Update the default size to match MS documentation.
15806         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
15807         button size. Fixes #78296.
15808
15809 2006-05-10  Mike Kestner  <mkestner@novell.com>
15810
15811         * ListBox.cs: use is_visible for scrollbar positioning in case the
15812         control isn't on screen yet.  Fix off by one with Right vs Width
15813         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
15814         
15815 2006-05-10  Jackson Harper  <jackson@ximian.com>
15816
15817         * X11Dnd.cs: Drop to a control with another control on top of it.
15818         * ToolBar.cs: Work on a copy of the buttons list, so that it can
15819         be modified in click handlers. TODO: Look for similar problems in
15820         other controls.
15821
15822 2006-05-09  Jackson Harper  <jackson@ximian.com>
15823
15824         * Form.cs: Window managers need the old window state when setting
15825         window state now.
15826         * InternalWindowManager.cs: Allow the base mdi window manager to
15827         handle more of the MDI only stuff (like maximize buttons).
15828         * MdiWindowManager.cs: Fix some snafus in changing the window
15829         state.  Add all the menu functionality, for both popup and
15830         maximized menus.
15831         * MdiClient.cs: When a new form is selected the currently
15832         activated form is sent to the back, this matches MS.
15833         - Implement a new method to activate the next mdi child window.
15834
15835 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
15836
15837         * Control.cs: 
15838           - Added new InternalCapture method to allow controls to prevent
15839             the capture behaviour on the click handlers
15840           - Switched to use InternalCapture
15841         * ComboBox.cs:
15842           - Using InternalCapture to prevent mouse captures from being released
15843             on mouse button release (Fixes #78100)
15844         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
15845           returns Form borders if a caption is present. (Fixes #78310)
15846
15847 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
15848
15849         * TreeNode.cs: Changed serialization .ctor to not require every field
15850           to be present. (#78265)
15851         * OwnerDrawPropertyBag.cs: Added serialization .ctor
15852
15853 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
15854
15855         * MimeIcon.cs: for is faster than foreach for strings.
15856
15857 2006-05-05  Mike Kestner  <mkestner@novell.com>
15858
15859         * CheckedListBox.cs: update check handling code to not use selected.
15860         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
15861         behavior for visual feedback, motion response, shift/ctrl handling,
15862         and properly deal with all 4 selection modes. Updates to bounds
15863         handling logic.  Add scroll wheel support. [Fixes #77842]
15864
15865 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
15866
15867         * ListView.cs:
15868           - Moved adding of Implicit controls into .ctor. That way, subsequent
15869             creation of the controls will not cause them to think they are 
15870             toplevel windows (fixes #78200 header problem)
15871           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
15872           - Switched visibility setting of header control to use internal field
15873             to avoid triggering handle creation
15874           - Now checking if handle is created before causing a refresh when items
15875             are added (This makes us now match handle creation time with MS)
15876         * Splitter.cs: Removed loading of private splitter cursor, switched to
15877           Cursors version now that that is loading the right ones
15878         * Cursors.cs: Load proper splitter cursors from resources
15879         * Cursor.cs: Added second method of loading resource cursors for the 
15880           VS.Net users amongst us
15881
15882 2006-05-05  Mike Kestner  <mkestner@novell.com>
15883
15884         * ListView.cs: give header_control a minimum size based on the
15885         ListView size.
15886
15887 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
15888
15889         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
15890           window seems to do that with metacity, so set that type. (#78120)
15891
15892 2006-05-05  Mike Kestner  <mkestner@novell.com>
15893
15894         * ListViewItem.cs: fix Details mode checkbox layout bug.
15895         * ThemeWin32Classic.cs: draw a ListView column header for unused space
15896         at the end of the header, if it exists. [Fixes for #78200]
15897
15898 2006-05-04  Jackson Harper  <jackson@ximian.com>
15899
15900         * MdiClient.cs: Add a helper property to get the container form.
15901         * MdiWindowManager.cs: We have to make sure to use the menu origin
15902         when drawing the icons and buttons, this fixes maximized window
15903         icons/buttons on win32.
15904         * InternalWindowManager.cs: Reset the restore captions when a
15905         window goes from Maximized to Minimized and vice versa. Move the
15906         DrawMaximizedButtons into the MdiWindowManager source, tool
15907         windows can't be maximized. NOTE: This could use a little
15908         refactoring if time ever permits.
15909         
15910 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
15911
15912         * TextBox.cs: Add MWFCategoryAttributes
15913         * TextBoxBase.cs: Add MWFCategoryAttributes
15914         * Form.cs: Add MWFCategoryAttributes
15915
15916 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
15917
15918         * Control.cs: Add MWFCategoryAttributes
15919         * ScrollableControl.cs: Add MWFCategoryAttributes
15920
15921 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
15922
15923         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
15924           Divider is true. Fix a little glitch in PropertyToolBar
15925           drawing code
15926
15927 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
15928
15929         * Control.cs:
15930           - Dispose: Call base.Dispose, this causes the disposed event
15931             to be fired (and probably other, more important stuff)
15932           - SetVisibleCore: Set is_visible to true after creating the
15933             window so that the window still gets created invisible (if
15934             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
15935             to generate a WM_ACTIVE message
15936         * Form.cs: Call Dispose when we want to destroy the window, instead of
15937           just destroying the handle (Dispose will do that for us)
15938         * XplatUIX11.cs:
15939           - RootWindow also needs a queue, so we can properly process the
15940             property change events from RootWindow (like Activate)
15941           - Generatic synthetic WM_ACTIVE message when the active window is
15942             being destroyed
15943
15944 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
15945
15946         * LinkLabel.cs: Trigger a recalc of our label dimensions when
15947           bounds are changed
15948
15949 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
15950
15951         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
15952           for determining width and height (image might not be assigned if
15953           we're drawing an imagelist)
15954
15955 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
15956
15957         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
15958         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
15959           height from system
15960         * Theme.cs: No longer returns hardcoded menu height, instead calls
15961           new driver method
15962         * Form.cs (OnLoad): Scaling happens before triggering Load events 
15963           on MS (# 78257)
15964
15965 2006-05-01  Mike Kestner  <mkestner@novell.com>
15966
15967         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
15968
15969 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
15970
15971         * TextBoxBase.cs: Removed Fixme
15972         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
15973
15974 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
15975
15976         * XplatUIX11.cs:
15977           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
15978             the rectangle relative to the parent, considering borders. We
15979             don't really want that.
15980           - ScrollWindow: Fixed warning to be more understandable
15981         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
15982           scrollbars and scroll only the visible area
15983         * RichTextBox.cs: Removed debug output
15984
15985 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
15986
15987         * NumericUpDown.cs (Text): Just use base
15988         * UpDownBase.cs: Ensure txtView is created before using it
15989
15990 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
15991
15992         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
15993           casting to IntPtr to avoid 64bit overflow errors
15994
15995 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
15996
15997         * Control.cs:
15998           - AllowDrop: Don't force handle creation.
15999           - CreateHandle: Added call to tell driver if we're allowed to drop
16000
16001 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
16002
16003         * FileDialog.cs: Remember the last directory not only for the
16004           current instance but also for new FileDialog instances.
16005
16006 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
16007         
16008         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
16009           broke sending async messages
16010
16011 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
16012
16013         * XplatUIX11.cs:
16014           - ScrollWindow: Fixed method. We finally generate expose events again
16015             for scrolled areas. This was causing 'garbage' when scrolling
16016             textbox and other controls that used ScrollWindow
16017           - Switched from using the regular queue for paint events to the MS 
16018             model of 'generating' paint events when the queue is empty.
16019             We use the new XQueueEvent.Paint subclass to store which windows
16020             need painting.
16021           - AddExpose now takes the x/y/width/height of the exposed area
16022             and inserts the window into the paint queue if not already there
16023           - InvalidateWholeWindow: Switched to use new AddExpose method
16024           - UpdateMessageQueue: Added which queue to monitor for paint events
16025           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
16026             the unlikely case nothing above handles it. We reset the expose
16027             pending states to get them off the queue.
16028           - GetMessage: Now pulls a paint event if no other events are in the
16029             queue
16030           - Invalidate: Switched to new AddExpose method
16031           - PeekMessage: Updated to understand pending paint events
16032           - UpdateWindow: Fixed logic bug. We were only updating if the window
16033             didn't need updating. Also switched to sending WM_PAINT directly,
16034             like MS does.
16035         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
16036           and random access Remove(). The random access is needed to handle
16037           UpdateWindow() where a WM_PAINT is sent directly without accessing
16038           the queue.
16039         * ScrollBar.cs: Added Update() calls to cause immediate updates to
16040           allow for better feedback when scrolling. Scrollbars are small and
16041           the immediate update should make it 'feel' more responsive without
16042           slowing things down. ScrollBar still needs it's invaliate logic
16043           updated to not always invalidate the whole bar on certain changes.
16044
16045 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16046
16047         * Control.cs:
16048         (BackColor): if the control does not support a transparent background,
16049         return the default backcolor when the parent backcolor is transparent.
16050
16051 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
16052
16053         * Application.cs: Updated to new StartLoop/GetMessage API
16054         * RichTextBox.cs: Provide some output on RTF parsing errors
16055         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
16056           new queue_id argument to GetMessage and PeekMessage to allow faster
16057           handling of per-thread queues in drivers.
16058         * Hwnd.cs: Added Queue tracking and property
16059         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
16060         * XEventQueue.cs: Added thread trackingA
16061         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
16062         * XplatUIX11.cs:
16063           - Implemented new per-thread queue
16064           - GetMessage: Fixed return/break behaviour on several cases. We were
16065             returning stale messages in some cases, instead of just processing
16066             the next message
16067
16068 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
16069
16070         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
16071
16072 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
16073
16074         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
16075           fixed off-by-one comparisons between Width/Height and Right/Bottom.
16076
16077 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
16078
16079         * PropertyGridView.cs: Fix drop down width.
16080
16081 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
16082
16083         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
16084           a mess in DrawToolBar, so I removed one of them.
16085
16086 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
16087
16088         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
16089           needed (clip). Otherwise we get artifacts.
16090
16091 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
16092
16093         * FixedSizeTextBox.cs: Added constructor to allow specifying which
16094           dimension is fixed
16095         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
16096           and switched FixedSizeTextBox to only be fixed vertical (#78116)
16097         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
16098           if it matches the scale base font (avoids unneeded scaling)
16099
16100 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
16101
16102         * X11DesktopColors.cs: One gtk_init_check should be enough
16103
16104 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
16105
16106         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
16107           match MS behaviour
16108
16109 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
16110
16111         * TextBoxBase.cs: 
16112           - Generate OnTextChanged for Backspace even if we're only deleting
16113             the current selection
16114           - When setting the Text property, only select all text if the
16115             control does not have focus when it is being set. Otherwise
16116             just place the cursor at the beginning of the control
16117
16118 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
16119
16120         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
16121           Added a little helper to draw PropertyGrid ToolBar with a different
16122           border and a different BackColor.
16123         * PropertyGrid.cs: Some background parts didn't get painted with the
16124           correct background color. Added a class that helps us to draw the
16125           correct border for PropertyGridView and a class that helps us to
16126           draw ToolBars with a different backcolor
16127         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
16128
16129 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
16130
16131         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
16132         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
16133
16134 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
16135
16136         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
16137           into the palette entries. Also, since we're working on a copy
16138           we needed to copy the palette back onto the bitmap.
16139         * Cursor.cs: Same fix as XplatUIWin32.cs.
16140
16141 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
16142
16143         * ImageListStreamer.cs: Need to read the var (or we're off)
16144
16145 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
16146
16147         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
16148           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
16149           TextBoxBase.cs: Unused var fixes
16150         * AxHost.cs: Small 2.0 fix
16151         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
16152           as it seems that is what at least Metacity expects. This will make
16153           icons show up on 64bit platforms. We still have some 64bit size
16154           issues, though, since the startup app window size still won't match.
16155
16156 2006-04-25  Mike Kestner  <mkestner@novell.com>
16157
16158         * *.cs: cleanup newly reported exception var unused warnings.
16159
16160 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
16161
16162         * ThemeWin32Classic.cs: Button image alignment now matches exactly
16163           ms
16164
16165 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
16166
16167         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
16168           image. The image position is always the same, no matter if the
16169           button is pressed or not.
16170
16171 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
16172
16173         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
16174           selection and set the correct filename for SaveFileDialog.
16175           Patch by Emery Conrad.
16176
16177 2006-04-24  Mike Kestner  <mkestner@novell.com>
16178
16179         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
16180         check for item.X outside the ClientRect instead of item.Y. Fixes
16181         #78151.
16182
16183 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16184
16185         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
16186         trust that value blindly and do some sanity check. Fixes bug #77814.
16187
16188 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16189
16190         * ImageListStreamer.cs: save the mask as a 1bpp image.
16191
16192 2006-04-21  Mike Kestner  <mkestner@novell.com>
16193
16194         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
16195         pass Checked and Indeterminate to the Theme Engine. Improve
16196         encapsulation with ListBox.
16197         * ListBox.cs: Keep a StringFormat instead of calculating it every item
16198         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
16199         nested types.  Move all CheckState functionality to CheckedListBox.
16200         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
16201         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
16202         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
16203         single base list. Fix scrollbar sizing and placement to mirror MS.
16204         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
16205         used.
16206         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
16207         for CheckedListBox by using new DrawItemState info.  Center the
16208         checkboxes on the items. Use new StringFormat property.
16209
16210 2006-04-18  Jackson Harper  <jackson@ximian.com>
16211
16212         * Form.cs: MdiChildren don't do default locations the same way as
16213         regular forms.  This prevents a crash when trying to position the
16214         mdi windows.
16215
16216 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
16217
16218         * PropertyGridTextBox.cs: Formatting, copyright
16219         * PropertiesTab.cs: Formatting
16220         * PropertyGrid.cs: Formatting
16221         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
16222           click toggling of values
16223           
16224 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
16225
16226         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
16227         * Control.cs (.ctor): verify_thread_handle is static, don't reset
16228           every time a control is created
16229         * Application.cs: Removed obsolete EnableRTLMirroring method
16230
16231 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
16232
16233         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
16234         SelectedIndex to -1. Fixes bug #78121.
16235
16236 2006-04-17  Jackson Harper  <jackson@ximian.com>
16237
16238         * Binding.cs: Handle null values for Current and BindingContext.
16239         This occurs when binding is a little delayed.
16240         * CurrencyManager.cs: return null for Current when there are no
16241         items in the list.
16242         - Hookup to the listchanged event on the DataView and update
16243         bindings when the list is changed.  This fixes late binding of
16244         controls.
16245
16246 2006-04-17  Jackson Harper  <jackson@ximian.com>
16247
16248         * X11Dnd.cs:
16249         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
16250         Ringenbach.
16251
16252 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
16253
16254         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
16255           place
16256         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
16257           with the correct ButtonState
16258
16259 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
16260
16261         * XplatUIX11.cs: Improved distinguishing between window types to
16262           tell the WM a type closer to what the app wants (Fixes #78107)
16263
16264 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
16265
16266         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
16267           GrabHandle
16268
16269 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
16270
16271         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
16272           drawing code to reflect the size grip changes
16273
16274 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16275
16276         * ImageListStreamer.cs: fix handling of the mask that follows the main
16277         bitmap when deserializing and serialize it properly. The generated mask
16278         should better be a 1bpp image, but I'll do that later.
16279
16280 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
16281
16282         * FileDialog.cs: Show something in the DirComboBox on *nix if the
16283           path doesn't fit into some of our Current.Places
16284
16285 2006-04-13  Jackson Harper  <jackson@ximian.com>
16286
16287         * ComboBox.cs: Use borders instead of drawing our own decorations,
16288         try to obey correct rules for heights.
16289         * Theme.cs:
16290         * ThemeNice.cs:
16291         * ThemeClearLooks.cs:
16292         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
16293         this is now handled by borders.
16294         - Remove unused DrawListBoxDecorationSize method.
16295         
16296 2006-04-13  Mike Kestner  <mkestner@novell.com>
16297
16298         * MenuAPI.cs: null guarding for the disbled click check fixes crash
16299         reported by Alex.
16300
16301 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
16302
16303         * ThemeWin32Classic.cs: 
16304           - Fixed CPDrawStringDisabled
16305           - Corrected drawing of disabled menu items
16306           - Fixed drawing of disabled radio buttons (bug #78095)
16307           - Draw check in a disabled CheckBox with color ControlDark 
16308
16309 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16310
16311         * Form.cs: Use the provided width when calculating the menu size;
16312           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
16313           and ClientSize.Width won't be updated yet
16314         * Application.cs: Use Visible instead of Show() to make form visible,
16315           this way we create the handle later and menusize is considered
16316
16317 2006-04-12  Mike Kestner  <mkestner@novell.com>
16318
16319         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
16320         reporting.
16321
16322 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16323
16324         * TextBox.cs: Implemented context menu
16325
16326 2006-04-12  Mike Kestner  <mkestner@novell.com>
16327
16328         * ListView.cs: implement box selection. fixes #77838.
16329         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
16330
16331 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
16332
16333         * XplatUIX11.cs: Added setting of window type when transient window
16334           is created (metacity would move it otherwise)
16335         * X11Structs.cs: Added WINDOW_TYPE atoms
16336         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
16337           background (the control is Opaque but still wants transparent
16338           backgrounds)
16339
16340 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16341
16342         * Control.cs: Added OnPaintBackgroundInternal to allow controls
16343           that set Opaque but don't mean it (like all ButtonBase-derived
16344           controls) to still draw their background
16345         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
16346           the background
16347
16348 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
16349
16350         * Control.cs (PaintControlBackground): Set the graphics object
16351           on our PaintEvent to null to prevent it from being disposed
16352           when the PaintEvent gets disposed
16353
16354 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
16355
16356         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
16357         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
16358
16359 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16360
16361         * Control.cs: 
16362           - Added transparency check to BackColor property. Transparent
16363             backgrounds are only allowed if the control styles permit it
16364           - Added recursive painting of parent control background and
16365             foreground if a control with a transparent backcolor is drawn
16366             (Thanks to Tim Ringenback for providing his 'hack' as a base
16367              for this patch) Fixes #77985 and #78026.
16368           - Added Opaque style check before calling OnPaintBackground, no
16369             need to draw the background if the control is opaque
16370           - Removed ControlAccessibleObject owner variable (inherited from
16371             base, no need to define again)
16372           - Added some documentation links explaining the drawing events
16373             and styles
16374
16375 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
16376
16377         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
16378           that the affected control is the located at the left border of our
16379           parent (Fixes #77936)
16380
16381 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16382
16383         * TextBoxBase.cs: When rendering disabled or readonly controls,
16384           draw the background with 'Control' instead of 'Window' color as
16385           long as the user hasn't specifically set a color
16386
16387 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
16388
16389         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
16390           since that won't be updated if the user types text (only if it's
16391           programatically set)
16392
16393 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16394
16395         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
16396           layout changes do to app-triggered resizes will have the proper
16397           display rectangle for layout
16398
16399 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
16400
16401         * ThemeWin32Classic.cs:
16402           - Make use of the SystemBrushes and SystemPens wherever possible
16403           - Corrected some highlight colors
16404           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
16405             drawing
16406         * Theme.cs: Added Empty field to CPColor struct
16407
16408 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16409
16410         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
16411           is displayed when calculating the display rectangle. Thanks to Mike
16412           for teaching me the err of my ways.
16413
16414 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
16415
16416         * ScrollableControl.cs:
16417           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
16418             (instead of 0,0) and we now return the real width/height instead of
16419             just the clientrectangle, adjusted for padding. The rectangle is
16420             now cached and created by the new CalculateDisplayRectangle method.
16421           - Created new CalculateDisplayRectange method, which basically does
16422             what get_DisplayRectangle() did originally, but now using the 
16423             right edge instead of DisplayRectangle to determine the size of
16424             our scrollbars
16425           - get_Canvas(): Fixed it to properly calculate canvas for 
16426             right/bottom controls which seem to be placed to the right/bottom
16427             of any controls that have a fixed location
16428           - Removed TODO that's taken care of
16429           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
16430             and SetDisplayRectLocation according to new MSDN2 docs
16431           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
16432             event when that is called, this is added for compatibility
16433           - ScrollControlIntoView(): Implemented.
16434           - Switched scrollbars to be implicit, they shouldn't be selectable
16435         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
16436           call it when the active control is set/changed
16437         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
16438         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
16439           implicit_control variable (used for native Win32 message generation)
16440         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
16441           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
16442         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
16443         * XplatUIStructs.cs: Added ScrollBarCommands enum
16444
16445 2006-04-10  Jackson Harper  <jackson@ximian.com>
16446
16447         * ButtonBase.cs:
16448         * CheckedListBox.cs:
16449         * ComboBox.cs:
16450         * DataGrid.cs:
16451         * DataGridView.cs:
16452         * Form.cs:
16453         * GroupBox.cs:
16454         * ListBox.cs:
16455         * PrintPreviewControl.cs:
16456         * ProgressBar.cs:
16457         * PropertyGrid.cs:
16458         * Splitter.cs:
16459         * StatusBar.cs:
16460         * TrackBar.cs:
16461         * UpDownBase.cs: Fixup base event overrides.
16462         
16463 2006-04-06  Mike Kestner  <mkestner@novell.com>
16464
16465         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
16466         all user-initiated value changes to min <= value <= max-thumbsz+1.
16467         (set_Value): check for vert/horiz when calculating new thumb position.
16468         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
16469         like MS does.
16470         (OnMouseMoveSB): refactor the thumb dragging code and refine
16471         invalidation logic to reduce flicker.
16472         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
16473         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
16474         (UpdateThumbPosition): small code readability cleanup
16475
16476 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
16477
16478         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
16479           different
16480
16481 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
16482
16483         * ThemeNice.cs: Use a better graphics effect when a button is pressed
16484
16485 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
16486
16487         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
16488         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
16489           This dramatically reduces the number of Pen.Dispose calls. 
16490           Where possible call ResPool methods only once instead of calling it
16491           over and over again (for example for the same color).
16492
16493 2006-04-06  Mike Kestner  <mkestner@novell.com>
16494
16495         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
16496         Also remove an unused private field on the collection. Fixes #77972.
16497
16498 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
16499
16500         * ThemeNice.cs: Added ToolBar drawing code
16501
16502 2006-04-06  Mike Kestner  <mkestner@novell.com>
16503
16504         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
16505         I'm assuming that means we need to look up the toplevel for the
16506         provided control. Fixes the crash trace in #77911 but exposes another
16507         crash in some strange reflection usage in NDocGui.
16508
16509 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
16510
16511         * ThemeNice.cs: Gave it a little silver touch and added Images
16512           method
16513         * FontDialog.cs: FontDialog is not resizable
16514         * FileDialg.cs: Added SizeGripStyle.Show
16515
16516 2006-04-05  Jackson Harper  <jackson@ximian.com>
16517
16518         * KeyboardLayouts.cs: Remove warning.
16519
16520 2006-04-05  Jackson Harper  <jackson@ximian.com>
16521
16522         * Control.cs: Enable OnPaintInternal so we can use it for drawing
16523         all of our controls instead of Paint +=.
16524         * ListBox.cs:
16525         * ListView.cs:
16526         * MenuAPI.cs:
16527         * MessageBox.cs:
16528         * NotifyIcon.cs:
16529         * ProgressBar.cs:
16530         * ScrollBar.cs:
16531         * Splitter.cs:
16532         * StatusBar.cs:
16533         * TabControl.cs:
16534         * TextBoxBase.cs:
16535         * ToolBar.cs:
16536         * TrackBar.cs:
16537         * UpDownBase.cs:
16538         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
16539         use OnPaintInternal. Remove Width/Height and Visible checks in
16540         paint handler, this is done at a higher level now.
16541         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
16542         * PaintEventArgs.cs: Add a handled flag so controls that don't
16543         want anymore painting after OnPaintInternal can make sure OnPaint
16544         isn't called.
16545
16546 2006-04-05  Mike Kestner  <mkestner@novell.com>
16547
16548         * Form.cs: fix the menu WndProc hacks to respect the native enabled
16549         state of the form, so that we don't process events when Modal dialogs
16550         are up. Fixes #77922.
16551
16552 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
16553
16554         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
16555           checking is done.
16556
16557 2006-04-05  Mike Kestner  <mkestner@novell.com>
16558
16559         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
16560
16561 2006-04-05  Mike Kestner  <mkestner@novell.com>
16562
16563         * ListView.cs (HeaderMouseMove): null guarding for the over column
16564         when setting up the drag_to_index.  Fixes #78015.
16565
16566 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
16567
16568         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
16569           in the taskbar. Transient windows seem to accomplish that.
16570
16571 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
16572
16573         * Form.cs:
16574           - Re-enabled CreateParams.X/Y code for FormStartPosition
16575           - Added code for manual placement when creating the Control
16576           - Incomplete patch to treat MDI forms differently when
16577             setting the ClientSizeCore. (Still need to figure out handling
16578             x/y coords there)
16579         * XplatUIX11.cs:
16580           - When we're explicitly setting the X/Y position of a non-Child
16581             window, let the WM know. Metacity really wants this.
16582
16583 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
16584
16585         * ThemeNice.cs: Added CPDrawButton
16586
16587 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
16588
16589         * ThemeNice.cs: Changed the color for focused buttons and activated
16590           the arrows for small scroll buttons.
16591
16592 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
16593
16594         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
16595           anymore. Changed some method modifiers to protected (virtual)
16596         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
16597           changes
16598         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
16599           Updated drawing of menus, buttons and progressbars; added
16600           CPDrawBorder3D 
16601
16602 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16603
16604         * ImageListStreamer.cs: implemented serialization/deserialization
16605         of the images.
16606
16607 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
16608
16609         * ThemeWin32Classic.cs:
16610           - Removed all the DrawFrameControl stuff; CPDrawButton,
16611             CPDrawCheckBox and CPDrawRadioButton are now handled directly
16612             inside the methods
16613           - Updated and corrected the drawing code of CPDrawButton,
16614             CPDrawCheckBox and CPDrawRadioButton to better match ms
16615           - Updated theme checkbox and radiobutton code to use the CP*
16616             methods
16617
16618 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
16619
16620         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
16621           bug is fixed
16622
16623 2006-03-31  Jackson Harper  <jackson@ximian.com>
16624
16625         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
16626         sometimes.
16627         * UpDownBase.cs: Don't CreateGraphics manually, use a
16628         Refresh. Ideally we would invalidate the correct areas here.
16629
16630 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
16631
16632         * XplatUIX11.cs: 
16633           - We now track the mapping state of windows. If a window (or 
16634             one of it's parents) is not mapped we no longer permit
16635             WM_PAINT messages to be generated since we'd otherwise get 
16636             lots of BadMatch X errors. Jackson did all the work figuring
16637             out the problem.
16638           - Destroying the caret if the window it's contained in is 
16639             destroyed. Can't use regular DestroyCaret method since it
16640             might fall into a drawing function (trying to remove the
16641             caret) and with that generate new BadMatch errors. Again,
16642             Jackson tracked this down.
16643           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
16644             make sure we send the messages to all windows. (The old code
16645             would send the WM_DESTROY to the window, and then all child
16646             windows would be 'gone' because the WM_DESTROY handle lookup
16647             would no longer find the destroyed window)
16648         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
16649         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
16650
16651 2006-03-31  Jackson Harper  <jackson@ximian.com>
16652
16653         * ScrollableControl.cs: Dont recalc if we are not visible.
16654
16655 2006-03-31  Mike Kestner  <mkestner@novell.com>
16656
16657         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
16658         the visibility branch.
16659
16660 2006-03-31  Jackson Harper  <jackson@ximian.com>
16661
16662         * ScrollBar.cs: Cap values when incrementing/decrementing.
16663
16664 2006-03-31  Mike Kestner  <mkestner@novell.com>
16665
16666         * MenuAPI.cs: setup menu.tracker for popup/context menus.
16667         * ToolTip.cs: guard against timer expirations with no active control.
16668         Not sure why it happened.
16669
16670 2006-03-31  Mike Kestner  <mkestner@novell.com>
16671
16672         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
16673         text.
16674         * ToolTip.cs: Position the tooltip based on where the cursor is at
16675         popup time, not at MouseEnter time.  Add a Down state so that we don't
16676         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
16677         positioning offset. Lookup DisplaySize at positioning time, since it
16678         can theoretically change during invocation.
16679         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
16680         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
16681
16682 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
16683
16684         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
16685           Fixes behaviour when the Text property of the box is String.Empty
16686
16687 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
16688
16689         * XplatUIX11.cs: Only send mouseleave for our client windows, not
16690           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
16691           a window)
16692
16693 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
16694
16695         * FileDialog.cs: Visual enhancement for the popup buttons in 
16696           PopupButtonPanel
16697
16698 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
16699
16700         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
16701           code
16702
16703 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
16704
16705         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
16706           highlighted menu items to match ms
16707
16708 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
16709
16710         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
16711
16712 2006-03-30  Mike Kestner  <mkestner@novell.com>
16713
16714         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
16715         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
16716         go active to account for HotLight to Selected transition.
16717         * MenuItem.cs: add internal Selected prop. Fill out the Status
16718         property by calculating it from item info. Add HotLight,
16719         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
16720
16721 2006-03-30  Mike Kestner  <mkestner@novell.com>
16722
16723         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
16724
16725 2006-03-29  Jackson Harper  <jackson@ximian.com>
16726
16727         * Form.cs: Implement TODO.
16728
16729 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
16730
16731         * PrintPreviewDialog.cs: Implemented missing methods and events; still
16732           missing proper dialog setup in the constructor
16733
16734 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
16735
16736         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
16737         * Control.cs:
16738           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
16739           - Fixed ResetBindings and removed TODO
16740           - Added check for cross-thread calls to get_Handle()
16741           - Added Marshaller attribute for set_Font to satisfy class status
16742         * FontDialog.cs: Removed TODOs that seemed implemented
16743         * UpDownBase.cs: Removed unneeded TODO and Fixme
16744         * MessageBox.cs: Implemented support for Default button and removed TODO
16745         * FileDialog.cs: Removed obsolete TODO
16746         * DomainUpDown.cs: Removed obsolete TODO
16747         * ButtonBase.cs: Removed obsolete TODO
16748         * XplatUIWin32.cs: Removed obsolete TODO
16749         * Form.cs:
16750           - Removed obsolete TODO
16751           - Calling CheckAcceptButton when the acceptbutton is changed to allow
16752             internal status updates
16753           - Making sure the active control is selected when the control is created
16754         * CurrencyManager.cs: Removed obsolete TODO
16755
16756 2006-03-29  Mike Kestner  <mkestner@novell.com>
16757
16758         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
16759         of PrintPreviewDialog and RichTextBox.
16760
16761 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
16762
16763         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
16764           DarkDark, Light and LightLight colors for a specific color
16765         * ThemeWin32Classic.cs:
16766           - Use Button drawing code to draw RadioButtons and CheckBoxes with
16767             Appearance = Button 
16768           - Make use of the new ResPool helper CPColor
16769           - Draw ProgressBar and StatusBar with correct 3D borders
16770
16771 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
16772
16773         * ColorDialog.cs: Return selected color. Fixes bug #77940.
16774
16775 2006-03-28  Mike Kestner  <mkestner@novell.com>
16776
16777         * ListView.cs: fix Icon layout to plan for scrollbar widths when
16778         calculating col/row counts.
16779
16780 2006-03-28  Mike Kestner  <mkestner@novell.com>
16781
16782         * ColumnHeader.cs:
16783         * ListView.cs:
16784         * ListViewItem.cs:
16785         * Menu.cs: 
16786         switch to explicit interface method implementation for some methods
16787         corcompare identifies as inconsistent with MS.
16788
16789 2006-03-28  Mike Kestner  <mkestner@novell.com>
16790
16791         * MainMenu.cs: 
16792         * Menu.cs:
16793         add a few missing methods from the class status output.
16794
16795 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
16796
16797         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
16798           correct.
16799
16800 2006-03-28  Mike Kestner  <mkestner@novell.com>
16801
16802         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
16803
16804 2006-03-27  Mike Kestner  <mkestner@novell.com>
16805
16806         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
16807         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
16808
16809 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
16810
16811         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
16812
16813 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16814
16815         * ThemeWin32Classic.cs:
16816           - GroupBox: Inserted a little gap between the text and the lines
16817             on the right side
16818           - Made the code in CPDrawBorder3D more readable
16819           - Corrected the drawing location of the up and down arrows in 
16820             CPDrawScrollButton
16821
16822 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16823
16824         * ControlPaint.cs: Corrected line widths in DrawBorder for
16825           ButtonBorderStyle Inset and Outset
16826
16827 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16828
16829         * ThemeWin32Classic.cs:
16830           - Rewrote the totally broken CPDrawBorder3D method. That was
16831             one of the main problems for the terrific ThemeWin32Classic
16832             look
16833           - Updated and corrected Button drawing
16834           - Correct the dimensions of the SizeGrip to match ms ones
16835           - Removed a small drawing glitch in DrawComboBoxEditDecorations
16836         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
16837           Border3DStyle.Sunken to match ms.
16838
16839 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16840
16841         * ThemeWin32Classic.cs: First small part of the "de-uglify
16842           ThemeWin32Classic" effort, SizeGrip
16843
16844 2006-03-24  Jackson Harper  <jackson@ximian.com>
16845
16846         * XplatUIX11.cs: Give a max idle time of one second, this matches
16847         MS and forces an Idle event every second when there are no other
16848         events in the queue.
16849
16850 2006-03-24  Mike Kestner  <mkestner@novell.com>
16851
16852         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
16853         * ListView.Item.cs: fix layout issues with null image lists and images
16854         smaller than checkbox size.
16855         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
16856         mode like MS does.  It's weird, but consistent.  ;-)
16857         Fixes #77890.
16858
16859 2006-03-24  Mike Kestner  <mkestner@novell.com>
16860
16861         * ListView.cs: Scroll wheel support for the item control.  Fixes
16862         #77839.
16863
16864 2006-03-23  Jackson Harper  <jackson@ximian.com>
16865
16866         * ScrollableControl.cs: Special case negative sized areas, not
16867         zero.
16868         * MonthCalendar.cs: Save the rect of the clicked date so we can
16869         use it for invalidation.
16870         - Try to cut down on the number of invalidates
16871         - Invalidate the rect the mouse is over and was over when moving
16872         the mouse, so we get the focus box following the cursor.
16873
16874 2006-03-23  Mike Kestner  <mkestner@novell.com>
16875
16876         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
16877         focus rectangle drawing. Fixes #77835.
16878
16879 2006-03-23  Mike Kestner  <mkestner@novell.com>
16880
16881         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
16882         the if and else if and reverting back to the original == check on the
16883         None conditional.
16884
16885 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
16886
16887         * FontDialog.cs: Update the example panel if the selected index of
16888           the fontListBox changes.
16889
16890 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
16891
16892         * FileDialog.cs: Make FileDialog remember which directory it was in
16893           last in the same execution.
16894
16895 2006-03-22  Mike Kestner  <mkestner@novell.com>
16896
16897         * FileDialog.cs: make the DropDownMenu on the toolbar display
16898         RadioChecks since they are mutually exclusive and that's what MS does.
16899
16900 2006-03-22  Mike Kestner  <mkestner@novell.com>
16901
16902         * Theme.cs: add Color param to CPDrawMenuGlyph.
16903         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
16904         checks and radio marks and arrows are visible on highlighted items.
16905         * ControlPaint.cs: update to use new Theme signature.
16906
16907 2006-03-22  Mike Kestner  <mkestner@novell.com>
16908
16909         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
16910         is active. Fixes #77870.
16911
16912 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
16913
16914         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
16915           to be focused/selected after startup
16916
16917 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
16918
16919         * ColorDialog.cs: 
16920           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
16921             CustomColors and ShowHelp properties
16922           - Some internal rewrites to get better results when using the
16923             ColorMatrix
16924
16925 2006-03-22  Mike Kestner  <mkestner@novell.com>
16926
16927         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
16928         HoverSelection.  Fixes #77836.
16929
16930 2006-03-22  Mike Kestner  <mkestner@novell.com>
16931
16932         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
16933         ToggleButtons.  (De)Sensitize the Back button around a stack count of
16934         1, not 0.  Update ButtonSize based on a pixel count of the win32
16935         control.  Adjust the toolbar size/location for new button size.
16936
16937 2006-03-22  Jackson Harper  <jackson@ximian.com>
16938
16939         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
16940         true.
16941         * ScrollBar.cs: When doing increments and decrements we need to
16942         set the Value property so that ValueChanged gets raised. A
16943         possible optimization here would be to make an internal SetValue
16944         that doesn't invalidate immediately.
16945         * ToolTip.cs: Tooltips get added to their container (when
16946         supplied) so they get disposed when the container is disposed.
16947         - Don't create tooltips for String.Empty. This prevents all these
16948         little 2-3 pixel windows from showing up when running nunit-gui
16949         and driving me mad.
16950         * Form.cs: Don't set topmost when setting the owner if the handles
16951         haven't been created yet.  The topmost set will happen when the
16952         handles are created.
16953
16954 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
16955
16956         * XplatUIX11.cs:
16957           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
16958           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
16959             visible (to allow them to recalculate their sizes)
16960
16961 2006-03-21  Mike Kestner  <mkestner@novell.com>
16962
16963         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
16964         methods. Removed a ton of redundant code.  Still not really happy with
16965         the border rendering, but I think that's mainly because of the
16966         ControlDarkDark being black instead of a dark grey. Depending on how 
16967         close we want to be, we might want to revisit those color choices.
16968         Among the new features added during the refactor were DropDownArrow
16969         pressed rendering, Disabled image rendering.  Proper flat appearance
16970         boundary rendering.  Removed the Divider and Wrapping dividers since I
16971         can't figure out any combination of themes and conditions to make the
16972         MS control draw a horizontal line on a toolbar despite what the
16973         Divider property docs indicate.
16974         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
16975         conditions and incorrect layout.  Updated to coding standard.
16976         * ToolBarButton.cs: refactored layout and positioning code from
16977         ToolBar to here.  Invalidate wherever possible instead of forcing
16978         redraws of the whole toolbar. 
16979         (Known remaining issues: explicit ButtonSize smaller than provided
16980         images.)
16981
16982 2006-03-21  Mike Kestner  <mkestner@novell.com>
16983
16984         * ContextMenu.cs (Show): use the position parameter instead of just
16985         showing at the MousePosition.
16986
16987 2006-03-21  Jackson Harper  <jackson@ximian.com>
16988
16989         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
16990         control handle this.
16991         * TreeNodeCollection.cs: If we are clearing the root node we need
16992         to reset top_node so calcs can still happen.
16993         * ThemeWin32Classic.cs: This is a Flags so we need to check
16994         properly.
16995         
16996 2006-03-21  Jackson Harper  <jackson@ximian.com>
16997
16998         * DataGrid.cs: Create columns when the binding context has been
16999         changed.
17000         * X11Structs.cs: Keysyms are uints.
17001         - Add size to fix build.
17002
17003 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
17004
17005         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
17006           XplatUIOSX.cs: 
17007           - Added ResetMouseHover method to allow controls to retrigger
17008             hovering if they need it more than once
17009           - Implemented MouseHoverTime and MouseHoverSize properties
17010         * Timer.cs: Start() must reset the interval
17011         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
17012           properties
17013
17014 2006-03-21  Jackson Harper  <jackson@ximian.com>
17015
17016         * X11Keyboard.cs: improved layout detection. Move the nonchar
17017         tables into this file.
17018         * KeyboardLayouts.cs: Move the tables into resource files.
17019
17020 2006-03-21  Mike Kestner  <mkestner@novell.com>
17021
17022         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
17023
17024 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
17025
17026         * Mime.cs: Various speed optimizations. Looking up mime types
17027           is now 2 times faster than before
17028
17029 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
17030
17031         * CreateParams.cs: Added internal menu field
17032         * Control.cs: 
17033           - Switched call order for UpdateBounds; now we always call
17034             the one that also takes ClientSize, and we're calculating the 
17035             client size via driver method in the others. The previous
17036             method of tracking client size by difference wasn't working
17037             for forms where even the starting client size wouldn't match
17038             the overall form size (due to borders) (Part of fix for #77729)
17039           - CreateParams(): Do not use parent.Handle unless the handle is
17040             already created. Causes havoc with Nexxia and throws off our
17041             creation of controls
17042         * XplatUIX11.cs:
17043           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
17044           - Switched handling of ConfigureNotify over to new PerformNCCalc 
17045             method (consolidates code)
17046           - Changed RequestNCRecalc to use new PerformNCCalc method
17047           - Added calls to RequestNCRecalc when menus and borders are changed
17048             to allow app to set NC size. (Part of fix for #77729) This matches
17049             when MS send a WM_NCRECALC on Win32 windows.
17050           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
17051             (Part of fix for #77729). This matches what MS does, they also
17052             send that message when the form is made visible.
17053           - XException.GetMessage: Improved usability of X errors by including
17054             a translation of the window into Hwnd and Control class
17055           - Improved debug info for window creation, reparenting and destruction
17056           - Created helper method WindowIsMapped() [Currently not used]
17057         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
17058         * Form.cs:
17059           - CreateParams: Now setting our menu on the new internal menu field
17060           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
17061             avoid calculating the same property twice
17062         * Hwnd.cs:
17063           - Improved usability of ToString() for debugging purposes
17064           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
17065             determine the height of the menu, instead of just the font. This
17066             required to also create a graphics context and to keep a bmp 
17067             around (for performance reasons)
17068
17069 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
17070
17071         * MenuAPI.cs: Added OnMouseUp method
17072         * Form.cs:
17073           - Now remembering the requested client size, avoids size errors
17074           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
17075             instead of base if the menu is active. This is required due to
17076             control now capturing and releasing on down/up and it would
17077             prematurely release our menu capture
17078
17079 2006-03-17  Jackson Harper  <jackson@ximian.com>
17080
17081         * KeyboardLayouts.cs: Add the czech layouts.
17082
17083 2006-03-16  Jackson Harper  <jackson@ximian.com>
17084
17085         * Control.cs: Use the viewport space when sizing not the controls
17086         client size, so things like ScrollableControl that effect the
17087         viewport size (when scrollbars are added) are computed correctly.
17088         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
17089         of ManagerEntrys.
17090         - Handle creating BindingManagers for null data sources.
17091         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
17092         source, otherwise when rows are added they are added to the 'fake'
17093         datasource and we will crash when trying to set the position in
17094         those rows.
17095         - Use Implicit scrollbars on the datagrid so they arent
17096         selectable.
17097         
17098 2006-03-16  Jackson Harper  <jackson@ximian.com>
17099
17100         * Binding.cs:
17101         * InternalWindowManager.cs:
17102         * MdiWindowManager.cs:
17103         * X11Keyboard.cs: I really want Mike to love me again (fix
17104         compiler warnings).
17105
17106 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
17107
17108         * DataGrid.cs:
17109           - OnMouseDown: Switch to editing mode when clicking on the cell
17110                          even if we're clicking on the cell that's currently 
17111                          selected
17112           - ProcessGridKey: Left/Right now wrap like MS.Net does
17113           - ProcessGridKey: Tab now knows to add a new row when tab is
17114                             pressed in the cell of the last column of the 
17115                             last row
17116           - ProcessGridKey: Enter now adds another row  if pressed in the last
17117                             row and selectes the new row, same column cell
17118           - ProcessGridKey: Home/End navigate columns, not rows, like 
17119                             originally implemented
17120           - Broke ProcessKeyPreview code out into an extra Internal method
17121             so it can be called from the edit code
17122         * DataGridTextBox.cs (ProcessKeyMessage):
17123           - Switched to accept Tab keypresses
17124           - Added F2 handling to allow jumping to the end of the edited cell
17125           - Added logic to allow moving caret left/right inside edited cell
17126             and making the edited cell jump when the caret hits cell borders
17127           - Tab and Enter are now passed to the datagrid after being handled
17128         * TextBoxBase.cs:
17129           - Removed capture code now that Control handles it
17130           - set_SelectionStart now ensures caret is visible
17131
17132 2006-03-16  Jackson Harper  <jackson@ximian.com>
17133
17134         * TrackBar.cs: Debackwards the increment/decrement for handling
17135         mouse clicks on the bar with vertical trackbars.
17136         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
17137         bottom to match MS.
17138
17139 2006-03-16  Mike Kestner  <mkestner@novell.com>
17140
17141         * ListView.cs: make shift/ctrl keyboard and mouse selection 
17142         consistent with the MS control. Fix a bug in
17143         SelectedListViewItemCollection.Clear that was pissing me off for the
17144         better part of a day because the collection was being altered
17145         underneath us as we walked the list.
17146
17147 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
17148
17149         * Control.cs: Not sure how we could miss this so long, but it seems
17150           that MS.Net has Capture set all the way from before calling 
17151           OnMouseDown through sending the mouse events until after
17152           OnMouseUp. This will fix DataGrid's selection being set to end
17153           at the location of the MouseUp.
17154
17155 2006-03-15  Jackson Harper  <jackson@ximian.com>
17156
17157         * BindingContext.cs: Check the binding after its added so that it
17158           can initialize the binding managers and hookup to events.
17159         * Binding.cs: Data members seem to sometimes include rows/cols in
17160           the format Row.Column we now take this into account.
17161           - Hookup to the position changed event so we can update the
17162           control when the position has changed in the data set.
17163         * CurrencyManager.cs: Take into account the row/col naming
17164           convention when creating dataset tables.
17165         * BindingContext.cs: Using a newer better way of storing
17166           datasource/datamember pairs.  Hopefully this better matches MS for
17167           looking up binding managers.
17168
17169
17170 2006-03-15  Jackson Harper  <jackson@ximian.com>
17171
17172         * BindingContext.cs: The currency manager needs the data member
17173         name, if the member is a data set we use the name to find the
17174         correct table.
17175         * CurrencyManager.cs: When creating the list prefer an IList over
17176         an IListSource.
17177         - Attempt to create a DataTable from a DataSet (TODO: might need
17178         some better error checking here, although MS doesn't seem to have much)
17179         - If we have a DataTable create a view and use it as our list.
17180
17181 2006-03-15  Mike Kestner  <mkestner@novell.com>
17182
17183         * ListView.cs: keep a matrix of the icon mode layout to facilitate
17184         keyboard navigation. Support Up/Down/Left/Right selection correctly
17185         for all 4 View modes.
17186         * ListViewItem.cs: add internal row/col fields for icon layouts.
17187
17188 2006-03-15  Jackson Harper  <jackson@ximian.com>
17189
17190         * TabControl.cs: Redraw the tabs when we resize so their newly
17191         calculated sizes are drawn on screen.
17192         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
17193         composite characters.
17194         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
17195         - filter events so that composite characters can be created
17196         patches by peter
17197         * X11Structs.cs: Add XIMProperties enum.
17198
17199 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
17200
17201         * Control.cs (BringToFront, SendToBack): Don't use window or handle
17202           unless it's created
17203
17204 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
17205
17206         * Control.cs (PerformLayout): We don't need to consider visiblity
17207           for anchoring, only for docking. This fixes 'whacky' alignment
17208           in listbox and other controls that use implicit scrollbars after
17209           the previous PerformLayout patch
17210         * ListBox.cs: Switched to use implicit scrollbars
17211           
17212 2006-03-14  Mike Kestner  <mkestner@novell.com>
17213
17214         * ToolBar.cs: 
17215         * VScrollBar.cs:
17216         - chain up the "new event" overrides to base and use
17217         OnEvent to raise them.  Part of fix for bug #76509.
17218
17219 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
17220
17221         * FileDialog.cs: Do not select an item in the parent directory
17222           on backspace
17223
17224 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
17225
17226         * Control.cs (PerformLayout): It would seem that we considered
17227           invisible windows for our layout. Not quite the right thing
17228           to do. Now we don't any longer, thereby fixing bug #76889.
17229
17230 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
17231
17232         * Control.cs (CanFocus): I goofed. A control can have focus 
17233           even though it's not selectable. Made it match MS docs.
17234
17235 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17236
17237         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
17238           center by default (fixes #76895)
17239         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
17240           all uses of Border3DSides.All with the explicit ORd together
17241           Left|Right|Top|Bottom because I assume that nobody was aware 
17242           that All also implies a center fill. Most places I checked had
17243           a fill right above.
17244         * ProgressBarStyle.cs: Added
17245
17246 2006-03-13  Mike Kestner  <mkestner@novell.com>
17247
17248         * ListView.cs: fix breakage in drag shadow header positioning 
17249         from Peter's csc compilation fix.
17250
17251 2006-03-13  Mike Kestner  <mkestner@novell.com>
17252
17253         * ListView.cs: fix NRE produced by backspacing twice in a focused
17254         FileDialog.
17255
17256 2006-03-13  Mike Kestner  <mkestner@novell.com>
17257
17258         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
17259
17260 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17261
17262         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
17263           be changed
17264         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
17265           the allowed size before making programmatic size changes
17266
17267 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
17268
17269         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
17270           set, metacity is broken and will still use the emty sizes in 
17271           the struct. (Fix for #77089)
17272
17273 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17274
17275         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
17276           WindowExStyles and marked both enums as Flags
17277         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
17278           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
17279           to match WindowStyles split
17280         * XplatUIX11.cs:
17281           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
17282           - Updated to match WindowStyles split
17283         * XplatUIWin32.cs:
17284           - Fixed FosterParent creation, was using ExStyle on the Style field
17285             (This should help with Popup focus issues)
17286           - Updated to match WindowStyles split
17287
17288 2006-03-13  Jackson Harper  <jackson@ximian.com>
17289
17290         * MdiWindowManager.cs: Use the system menu height. Fixes some
17291         strange sizing issues.
17292
17293 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
17294
17295         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
17296         * TextBoxBase.cs:
17297           - Scroll to caret after inserting text (#77672)
17298           - Make scroll range one pixel higher, fixes off-by-one error (and
17299             makes underlines visible on the last line)
17300
17301 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
17302
17303         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
17304           the keyboard state from being stuck with keys in 'pressed' state when
17305           focus is switched away via keyboard
17306         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
17307           reset the keyboard if no X11 KeyUp events are expected to come
17308         * X11Structs.cs: Switched type of Visible to bool to match driver
17309
17310 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
17311
17312         * TextControl.cs:
17313           - Switched caret to be just 1 pixel wide, matches MS and looks less
17314             clunky
17315           - Moved caret display 1 pixel down from the top of the control
17316             to improve view
17317           - InsertCharAtCharet: Update the selection start if moving the caret
17318             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
17319           - No longer always creating the caret when the caret methods are
17320             called. Only the actual ShowCaret/HideCaret will do that now
17321           - Only setting caret visible if the owner control has focus
17322           - UpdateView: Added invalidation-shortcut logic for center and right 
17323             aligned text. Previously we'd update all according to the left
17324             logic which caused drawing errors. Also fixed height of invalidated
17325             areas, now properly invalidating the whole area (was off-by-one)
17326           - owner_HandleCreated: Always generate the document when the
17327             handle is created; this ensures that 
17328         * TextBoxBase.cs:
17329           - Fixed situation where caret would disappear under the right
17330             window border, also improved scrolling behaviour on left-
17331             aligned textboxes
17332           - Fixed right-aligned textboxes to have a border to the
17333             right instead of the caret being under the right border
17334         * XplatUIX11.cs:
17335           - Switched from 'nested' to simple visible/not visible tracking 
17336             for caret (part of fix for #77671)
17337           - No longer passing through translated FocusIn/FocusOut messages
17338             since we were notifying too often and the wrong windows. Instead
17339             we just notify our focussed window of receiving or loosing focus
17340         * XplatUIWin32.cs: Switched from 'nested' show/hide 
17341           counting for caret to simple visible yes/no behaviour (part of 
17342           fix for #77671)
17343
17344 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
17345
17346         * Mime.cs: Remove debug code...
17347
17348 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
17349
17350         * MimeGenerated.cs: Removed
17351         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
17352           and subclasses) from /usr/(local/)share/mime and
17353           $HOME/.local/share/mime.
17354
17355 2006-03-10  Jackson Harper  <jackson@ximian.com>
17356
17357         * MdiWindowManager.cs: Recalc the NC area when a window is
17358         maximized/restored so that the menu area is drawn on forms that
17359         don't have a menu.
17360
17361 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17362
17363         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17364           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
17365           us to force a WM_NCCALCRESIZE message being sent. This is needed
17366           for MDI maximizing.
17367
17368 2006-03-10  Jackson Harper  <jackson@ximian.com>
17369
17370         * Form.cs: We need to use the ActiveMenu when calculating menu
17371         height.
17372         - Fix nullref when the window manager hasn't been created yet.
17373         * Control.cs: Fix nullref when we try to bring a control to the
17374         front that has no parent.
17375         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
17376         height.
17377         - Add a dummy item to the maximized menu so it always has the
17378         correct height. Otherwise when there are no menus we don't get our
17379         icon and buttons.
17380         
17381
17382 2006-03-10  Jackson Harper  <jackson@ximian.com>
17383
17384         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
17385         stuff.
17386         * Form.cs: Make the window_state internal so the window managers
17387         can track it.
17388         - When an MDI child is maximized let its window manager create the
17389         main menu (so it can add its icon).
17390         - Notify the window managers of state changes
17391         - Let the window manager paint its buttons and handle button
17392         clicks on the menu when it is maximized.
17393         * InternalWindowManager.cs: Move the prev_bounds into the mdi
17394         window manager, since tool windows don't use it, only mdi windows.
17395         - Tell the main form that we don't want it to handle NCPAINT
17396         itself to avoid extra painting.
17397         - Handle clicks on a maximized windows menu.
17398         - Handle window state changes
17399         - Handle minimize/maximize clicks correctly by setting the window state.
17400         * MdiWindowManager.cs: Add an icon menu that (the menu you get
17401         when clicking on the forms icon).
17402         - New method to create a forms maximized menu. This is its normal
17403         menu + an icon.
17404         - Handle window state changes.
17405         - Handle sizing of maximized windows.  Maximized windows are just
17406         drawn bigger then the parent visible area. All controls are still
17407         there, they are just outside the visible area (this matches windows).
17408         * MdiClient.cs: No scrollbars when a child window is maximized.
17409         - Let the children windows figure out how big they should be when
17410         sizing maximized windows.
17411         - Implement a version of ArrangeIconicWindows somewhat similar to
17412         Windows version.  There are some little differences, but I don't
17413         think any app will rely on the layout of minimized mdi windows.
17414
17415 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17416
17417         * Padding.cs: Several fixes to allow compiling with csc 2.0
17418
17419 2006-03-09  Jackson Harper  <jackson@ximian.com>
17420
17421         * Menu.cs:
17422         * MenuItem.cs: Cheap hack so we can add items to the list without
17423         the events being raised.  This allows adding mdi items during
17424         drawing. TODO: Should probably find a better time to add the items.
17425
17426 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17427
17428         * ThemeWin32Classic.cs:
17429           - CheckBox_DrawText: Added logic to not wrap if not enough space
17430             is available (Fix for bug #77727)
17431           - RadioButton_DrawText: Added logic not to wrap if not enough
17432             space is available (Fix for bug #77727). Also removed some
17433             duplicate code, DrawString always drawing the regular text
17434             before hitting the if statement.
17435
17436 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
17437
17438         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
17439
17440 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17441
17442         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
17443         * ContainerControl.cs: Partial implementation of some 2.0 scaling
17444           methods. Moved the new 2.0 properties into alphabetical order with
17445           other properties and added MonoTODO tags
17446
17447 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17448
17449         * AutoScaleMode.cs: Added. Fix build.
17450
17451 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17452
17453         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
17454           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
17455           and was requiring premature handle creation for calls from above
17456         * Form.cs, Control.cs: Removed handle arguments from calls to
17457           CalculateClientRect()
17458
17459 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17460
17461         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
17462           drag_column.column_rect is MarshalByRef and can't be used that way
17463
17464 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17465
17466         * AxHost.cs: Added deserialization constructor for 
17467           AxHost+State (fixes 77743)
17468
17469 2006-03-09  Mike Kestner  <mkestner@novell.com>
17470
17471         * ListView.cs: 
17472         - Added column drag reordering for details view.
17473         - fixed behavior when mouse is dragged off column and
17474         AllowColumnReorder is false.
17475         * ColumnHeader.cs: clone the format too in Clone.
17476         * Theme.cs: add DrawListViewHeaderDragDetails method.
17477         * ThemeWin32Classic.cs:
17478         - impl new method for drawing drag column shadows and targets.
17479         - support column offset for details mode in DrawListViewItem.
17480
17481 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17482
17483         * TextControl.cs: Reset the char_count when the document is cleared
17484           (Fixes bug reported on mono-winforms mailing list)
17485
17486 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17487
17488         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
17489           of calling base we simply process the key ourselves, since both
17490           DefWindowProc and the handled method would set m.Result. 
17491           (Fixes #77732)
17492
17493 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17494
17495         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
17496           method also moves the window; instead implemented a copy of
17497           Control.ScaleCore (Part of fix for #77456)
17498         * TextBoxBase.cs: 
17499           - Created new CreateGraphicsInternal method to allow providing
17500             a graphics context when no handle is created without triggering
17501             handle creation. (Part of fix for #77456)
17502           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
17503         * TextControl.cs: 
17504           - Switched Constructor to require TextBoxBase instead of Control (to
17505             allow uncast access to CreateGraphicsInternal)
17506           - Safeguarded use of owner.Handle property. No longer accessing it
17507             unless the handle is already created.
17508           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
17509           - Now triggering a recalc when owning control becomes visible
17510         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
17511           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
17512           premature handle creation (Part of fix for #77456)
17513         * Control.cs:
17514           - We now only destroy our double-buffering buffers when the
17515             control is resized or disposed, but not when visibility
17516             changes. (The code even re-created them twice every time)
17517           - Now requiring a redraw of the buffer on visibility changes
17518             (fixes bug 77654 part 2)
17519           - Not passing OnParentVisibleChanged up unless the control
17520             is visible
17521           - CanFocus: Fixed to match MS documentation
17522           - Focus: Fixed to return actual focus state and to check if
17523             setting focus is legal before setting it
17524
17525 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
17526
17527         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
17528           when to draw focus rectangle by looking at parent focus and
17529           selected state instead. This fixes TabPages on Linux sometimes
17530           having none or multiple focus rectangles.
17531         * XplatUIX11.cs (SetFocus): 
17532           - Don't set the focus if the same window already has focus
17533           - Use SendMessage instead of PostMessage (like it's Win32
17534             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
17535             to match MS behaviour
17536         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
17537           are not selectable.
17538
17539 2006-03-07  Jackson Harper  <jackson@ximian.com>
17540
17541         * PictureBox.cs: Revert line I accidently committed last week.
17542
17543 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
17544
17545         * Control.cs: 
17546           - Added new IsRecreating and ParentIsRecreating properties to
17547             allow testing if RecreateHandle has been called on ourselves
17548             or one of our parents
17549           - WndProc(WM_DESTROY): If our control handle is being recreated
17550             we immediately need to create the handle when receiving the
17551             destroy, that way our child windows find a valid parent handle
17552             when they themselves are being recreated upon WM_DESTROY receipt
17553             (fix for bug #77654 part 1)
17554         * XplatUIX11.cs:
17555           - DestroyWindow: WM_DESTROY must be sent to our own window before
17556             notifying any child windows. MS documents that child windows
17557             are still valid when WM_DESTROY is received. (Control now relies on
17558             this behaviour)
17559           - Added some fine-grain debug options
17560
17561 2006-03-06  Jackson Harper  <jackson@ximian.com>
17562
17563         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
17564         box and base calculations off this.
17565         * MdiChildContext.cs:
17566         * MdiWindowManager.cs: Don't need to ensure scrollbars here
17567         anymore.
17568         
17569 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
17570
17571         * Splitter.cs: In situations where the affected control is added
17572           to the parent's control list after the splitter, we would not
17573           populate affected. Now we try populating it on mousedown, if
17574           it's not already set, and force it to be re-set whenever our
17575           parent changes.
17576
17577 2006-03-03  Matt Hargett  <matt@use.net>
17578
17579         * Control.cs: implement Control.Padding
17580         * Padding.cs: -Padding.All returns -1 when constructing with the
17581         implicit default ctor
17582         -Padding.ToString() matches MS.NET
17583         * ContainerControl.cs: implement
17584         ContainerControl.AutoScaleDimensions
17585         * ListControl.cs: implement ListControl.FormattingEnabled
17586         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
17587         * ButtonBase.cs:
17588         * TabPage.cs: Implement UseVisualStyleBackColor.
17589         * PictureBox.cs: Implement PictureBox.InitialImage.
17590
17591 2006-03-03  Mike Kestner  <mkestner@novell.com>
17592
17593         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
17594         event declarations to proxy to base event.
17595         * ListViewItem.cs: update to use ItemControl.
17596         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
17597         * ThemeWin32Classic.cs: update to new ListView theme API and fix
17598         column header label rendering for 0 width columns.
17599
17600 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
17601
17602         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
17603           that causes the control to be created. Fixes #77476.
17604
17605 2006-03-02  Jackson Harper  <jackson@ximian.com>
17606
17607         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
17608         expose_pending.
17609
17610 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
17611
17612         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
17613           passed in for the EventArgs (fixes #77690)
17614
17615 2006-03-01  Jackson Harper  <jackson@ximian.com>
17616
17617         * ScrollBar.cs: Refresh afterbeing resized.
17618
17619 2006-02-28  Mike Kestner  <mkestner@novell.com>
17620
17621         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
17622         Clean up a tracker compile warning.
17623         * MenuItem.cs: add internal PerformPopup method.
17624         [Fixes #77457]
17625
17626 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
17627
17628         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
17629           implicit expose) when the text is set to null
17630
17631 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
17632
17633         * RichTextBox.cs (FlushText): When newline is true, we always
17634           need to split the line, even if no text is on it and we may
17635           never eat newlines. (Fixes #77669)
17636
17637 2006-02-28  Mike Kestner  <mkestner@novell.com>
17638
17639         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
17640         and set Selected instead.
17641         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
17642         collections.
17643
17644 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
17645
17646         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
17647
17648 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
17649
17650         * FontDialog.cs:
17651           - Got rid of the panel. All controls are now directly added to
17652             the dialog form
17653           - It is now possible to set a font with the Font property
17654           - MinSize and MaxSize property do now what they should
17655           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
17656           - Searching and selecting a font with the font textbox works now,
17657             the same applies to the style and size textbox
17658           - Draw the correct 3D border in the example panel
17659           - Fixed a little mem leak (unused fonts didn't get disposed)
17660           - Many other internal updates/rewrites...
17661           - Fix typo
17662
17663 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
17664
17665         * TextControl.cs: 
17666           - InsertRTFFromStream: Added 'number of characters inserted' argument
17667           - set_SelectedRTF: Now using the number of characters to calculate
17668             the new location for the selection and cursor (x/y cannot be used
17669             due to potentially already wrapped text)
17670
17671 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
17672
17673         * TextControl.cs: Added property and implemented means to allow 
17674           disabling recalculation of a document (can be used to speed up
17675           multiple inserts and is needed to make RTF inserts predictable, see
17676           bug #77659)
17677         * RichTextBox.cs: Using the new NoRecalc property of Document to
17678           keep x/y insert locations predictable. Also makes it faster inserting
17679           large chunks of RTF
17680
17681 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
17682
17683         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
17684           it's easier for a child control to handle the other messages without
17685           having to duplicate the special functionality
17686         * TextBoxBase.cs
17687           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
17688             code to handle processing the key ourselves, in order to get 
17689             access to the result of KeyEventArgs.Handled. We now only call 
17690             ProcessKey if they key hasn't been handled already. Fixes #77526.
17691           - set_Text: If null or empty string is given, just clear the 
17692             document. Fixes part of #77526
17693
17694 2006-02-27  Jackson Harper  <jackson@ximian.com>
17695
17696         * SizeGrip.cs: Paint the background color before painting the grip
17697         so things look right.
17698         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
17699
17700 2006-02-27  Mike Kestner  <mkestner@novell.com>
17701
17702         * ListView.cs:
17703           - Restructure layout and invalidation model to remove a ton of
17704           flicker from the control and speed up performance in general.
17705           - Add manual column resize, flickers like crazy, but I already have
17706           some ideas on how I'll fix that. (#76822)
17707           - Merge the three Icon-based views into a single layout method.
17708           - Move item selection interaction logic from the item since 
17709           interaction with the collections is more appropriate to the view.
17710           - Deselection on non-item clicks.
17711         * ListViewItem.cs:
17712           - Encapsulate most of the layout. Add some internal props to trigger
17713           layout.  Move to a model where Items invalidate themselves instead
17714           of just invalidating the whole control every time something changes.
17715           - Invalidate on Text/Caption changes.
17716           - switch to an offset based layout model to avoid having to absolute
17717           position every element on item moves.
17718           - correct checkbox layout to conform to MS layout.
17719         * ThemeWin32Classic.cs:
17720           - refactor some column header drawing code.
17721           - fix string justification for column headers (#76821)
17722           - make SmallIcon labels top justified for compat with MS impl.
17723         * ThemeClearlooks.cs:
17724           - adjust to new ListViewItem internal checkbox bounds api.
17725
17726 2006-02-27  Jackson Harper  <jackson@ximian.com>
17727
17728         * Control.cs:  Change where implicit controls fall in the zorder.
17729         They are now on top of all children.
17730         - Synced AddImplicit code with Add
17731         - Removed unused enumerator.
17732         * SizeGrip.cs: Remove the TODO as its been TODONE.
17733
17734 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
17735
17736         * TextControl.cs(Insert): Combine the last lines unless the insertion
17737           string ends with \n\n, otherwise we leave one line too many (Fixes
17738           something I noticed with the testapp for #77526; the bug itself was
17739           already fixed in the previous checkin)
17740
17741 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
17742
17743         * RichTextBox.cs:
17744           - SelectionColor and SelectionFont methods no longer set absolute
17745             styles. Instead, the keep font or color respectively (This 
17746             resolves a long-standing FIXME in the code)
17747           - When flushing RTF text, the insert code now considers text trailing
17748             behind the insertion point (Fixes the bug where when replacing
17749             the selected text via SelectedRTF the remainder of the line behind 
17750             the selection would stay on the first insertion line)
17751         * TextBoxBase.cs:
17752           - AppendText now updates the selection points after inserting text
17753           - AppendText now ensures that the last tag (sometimes 0-length) of
17754             the document is used for the style information (Fixes part of 
17755             bug #77220)
17756         * TextControl.cs:
17757           - Created new FontDefiniton class to allow describing partial style
17758             changes
17759           - StreamLine() now takes a lines argument, to allow it to decide
17760             whether an encountered zero-length tag is the last in the document
17761             (which must be kept to not loose the font/color contained in it,
17762             for later appends)
17763           - Created Combine() and Split() methods for Marker structs, to 
17764             support marker updates due to reformatted documents (soft line
17765             wraps)
17766           - Implemented Document.CaretTag setter
17767           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
17768             of the last line (Not the cause, but also exposed by bug #77220)
17769           - Added LineTag argument to InsertString method, to allow callers
17770             to force a certain tag to be used (required to force use of the
17771             trailing zero-length tag of a document)
17772           - Now updating markers in Combine(), to avoid stale tag markers
17773           - Added some method descriptions to aid maintenance
17774           - Implemented new FormatText concept, allowing additive/subtractive
17775             formatting by only specifying the components that are to be 
17776             changed. This was needed for resolving the RTB.SelectedColor/
17777             RTB.SelectedFont fixmes
17778           - Added Break() support method to allow breaking up linetags (used
17779             for partial formatting)
17780           - Added GenerateTextFormat() method. It is used for partial 
17781             formatting and allows to generate a full font/color from given
17782             attributes and an existing tag.
17783
17784 2006-02-26  Jackson Harper  <jackson@ximian.com>
17785
17786         * XplatUIX11.cs:  Use the correct caption height.
17787         - Translate hittest coordinates to screen coords to match MS.
17788         * XplatUIWin32.cs: When we create MDI windows we need to reset
17789         some of the style flags, so we get a nice blank window, and can
17790         draw all the decorations ourselves.
17791         - Set a clipping rectangle on the non client paint event, the
17792         window manager drawing code needs one.
17793         * Form.cs: The window manager needs to know when the window state
17794         has been updated.
17795         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
17796         don't need to factor in border and title sizes in these
17797         methods. TODO: Remove the args and fix the call points.
17798         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
17799         properly.
17800         - Let the driver set the cursors.
17801         - Improve active window handling
17802         - Correct sizes for title bars and buttons.
17803         - Match MS drawing better
17804         * MdiWindowManager.cs: We don't need to handle border style
17805         updates specially anymore.
17806         - Check for scrollbars when windows are done moving
17807         - Handle Active properly.
17808         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
17809         correctly. I am spewing the exception though, so we don't hide the
17810         bugs.
17811         
17812 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
17813
17814         * DataGridViewRowPostPaintEventArgs.cs,
17815           DataGridViewCellPaintingEventArgs.cs,
17816           DataGridViewRowCollection.cs,
17817           DataGridViewRowPrePaintEventArgs.cs,
17818           DataGridViewCell.cs: Clear a few warnings and implement a few
17819           exceptions that should be thrown.
17820
17821 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
17822
17823         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
17824           'inheriting' our parent's (non-default) cursor. (Part of
17825            the fix for #77479)
17826
17827 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
17828
17829         * XplatUIX11.cs: Fixed cast to make csc happy
17830
17831 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
17832
17833         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
17834           it's for the client area (part of fix for #77479 and needed
17835           for MDI window cursor handling)
17836         * XplatUIX11.cs
17837           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
17838             the appropriate default cursors and also passing the message
17839             up the parent chain 
17840           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
17841             for non-client areas
17842
17843 2006-02-15  Jackson Harper  <jackson@ximian.com>
17844
17845         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
17846         is a real MDI window
17847
17848 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
17849
17850         * X11DesktopColors.cs: Instead of checking the desktop session
17851           string for "KDE" check if it starts with "KDE"
17852
17853 2006-02-10  Jackson Harper  <jackson@ximian.com>
17854
17855         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
17856         systems).
17857
17858 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
17859
17860         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
17861           errors
17862         * ColorDialog.cs:
17863           - Got rid of the panel. All controls are now directly added to
17864             the dialog form
17865           - Changed to mono coding style
17866
17867 2006-02-10  Jackson Harper  <jackson@ximian.com>
17868
17869         * InternalWindowManager.cs: We don't need the set visibility to
17870         false hack anymore now that peter has written beautiful shutdown
17871         code.
17872
17873 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
17874
17875         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
17876           where already explicitly destroyed
17877
17878 2006-02-10  Jackson Harper  <jackson@ximian.com>
17879
17880         * MdiClient.cs: Handle the case where windows are too high or to
17881         the left and we need scrollbars.
17882
17883 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
17884
17885         * MimeIcon.cs: Added some icons
17886         * FileDialog.cs:
17887           - Fixed bug #77477
17888           - Got rid of the panel. All controls are now directly added to
17889             the dialog form
17890           - Changed to mono coding style
17891           - On Linux "My Computer" and "My Network" will now show some
17892             more usefull information. A new class, MasterMount, gathers
17893             this information from /proc/mount. Updated MWFFileView to make
17894             use of this information
17895           - Fixed a bug that caused FileDialog to crash when
17896             ".recently_used" file had a zero size
17897           - FilterIndex does now what it should
17898           - Some Refactoring
17899         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
17900             FileDialog changes
17901
17902 2006-02-09  Jackson Harper  <jackson@ximian.com>
17903
17904         * ComboBox.cs: Don't touch if null.
17905
17906 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
17907
17908         * Cursor.cs: 64bit safeness fix
17909         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
17910
17911 2006-02-09  Jackson Harper  <jackson@ximian.com>
17912
17913         * Form.cs: If a form is made into an MDI form update the styles so
17914         all the props can get set correctly.
17915         - Kill the mdi_container when we dont need it anymore.
17916         * InternalWindowManager.cs: Add missing NOT
17917
17918 2006-02-08  Jackson Harper  <jackson@ximian.com>
17919
17920         * InternalWindowManager.cs: Respek clipping when drawing MDi
17921         decorations.
17922
17923 2006-02-08  Jackson Harper  <jackson@ximian.com>
17924
17925         * Hwnd.cs: Add bits to track non client expose events.
17926         * XplatUIX11.cs: Track non client expose events on the hwnd. This
17927         gives us a proper invalid rect and will allow for some nice
17928         optimizations with NC client drawing
17929         - MDI windows are children windows, so move their style handling
17930         into the child window block.
17931         * InternalWindowManager.cs: Remove a state reset that was
17932         getting invoked at the wrong time. Fixes managed windows getting
17933         into a 'stuck' captured state.
17934
17935 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
17936
17937         * TextControl.cs (Document.ctor): Now initializing 
17938           selection_anchor. Fixes #77493
17939
17940 2006-02-07  Jackson Harper  <jackson@ximian.com>
17941
17942         * TrackBar.cs: The increment/decrements were backwards.
17943
17944 2006-02-07  Mike Kestner  <mkestner@novell.com>
17945
17946         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
17947         to the instance itself.
17948
17949 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
17950
17951         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
17952           on ulongs and pointers, the size differs between 32bit and 64bit
17953           systems. 
17954
17955 2006-02-07  Mike Kestner  <mkestner@novell.com>
17956
17957         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
17958         for 64 bit platforms to work around a metacity bug. 
17959
17960 2006-02-07  Jackson Harper  <jackson@ximian.com>
17961
17962         * TrackBar.cs: Process the input keys we need, and hookup to
17963         KeyDown instead of using WndProc, so we get key messages.
17964
17965 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
17966
17967         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
17968           machine we're on. 
17969         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
17970           we need to translate the XdndVersion atoms array before sending it
17971
17972 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
17973
17974         * XplatUIX11.cs: 
17975           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
17976             number of bits for the property, not the number of bytes. The
17977             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
17978             but would not crash since it specified 8 bits instead of 4 bits)
17979           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
17980             defined as XID -> long in the C headers)
17981           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
17982             references since those are now IntPtr to begin with
17983           - Switched all Atom.XXX 'int' casts to IntPtr casts
17984           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
17985           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
17986           - Added XChangeActivePointerGrab DllImport (for X11DnD)
17987         * X11Structs.cs:
17988           - Changed 'int' type for Atoms in XEvent structures to IntPtr
17989           - Changed atom in HoverStruct to be IntPtr
17990         * X11DnD.cs:
17991           - Removed local DllImports, switched code to use those from XplatUIX11
17992           - Removed/fixed casts related to the switch of Atom to be a IntPtr
17993
17994 2006-02-06  Mike Kestner  <mkestner@novell.com>
17995
17996         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
17997         method signatures in the import region.  There may still be some
17998         lingering struct marshaling issues, as I didn't drill down into those.
17999         Yet.
18000
18001 2006-02-06  Jackson Harper  <jackson@ximian.com>
18002
18003         * ComboBox.cs: Dont manually set the top_item, this is computed
18004         when the scrollbar position is set.
18005
18006 2006-02-06  Mike Kestner  <mkestner@novell.com>
18007
18008         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
18009         startup crashes on amd64.  There's other fixes needed.  All pinvoke
18010         usage of Atom needs to be mapped to IntPtr for example.  And there are
18011         likely other int/long issues to be addressed.
18012
18013 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
18014
18015         * FileDialog.cs: One more...
18016
18017 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
18018
18019         * FileDialog.cs: Next try
18020
18021 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
18022
18023         * FileDialog.cs: First part of fix for #77464
18024
18025 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
18026
18027         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
18028           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
18029           AcceptButton border drawing.
18030
18031 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
18032
18033         * Form.cs: Moved positioning of form after auto scaling is applied,
18034           otherwise it would possibly use wrong form size.
18035
18036 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
18037
18038         * Control.cs (RecreateHandle): No need to re-create any child
18039           controls, the child windows will get destroyed automatically by
18040           the windowing system or driver, and re-created when the handle
18041           is being accessed the first time. Fixes #77456
18042         * Form.cs: No longer setting the form to closing if the handle is 
18043           being recreated. This seems like the right thing to do, don't
18044           have a bug or testcase for this, though.
18045
18046 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
18047
18048         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
18049           controls to avoid unwanted side effects
18050
18051 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
18052
18053         * Control.cs: 
18054           - ScaleCore needs to scale the bounds, not the ClientSize of the 
18055             control. Fixes #77416.
18056           - DefaultSize is 0,0 for control
18057         * TextBoxBase.cs: 
18058           - DefaultSize is 100, 20
18059           - SetBoundsCore: Now enforcing the height, no matter if the provided
18060             height is more or less than the preferred one, as long as AutoSize
18061             is on
18062         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
18063
18064 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
18065
18066         * Control.cs:
18067           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
18068             call unless both performLayout is true *and* we have a pending
18069             layout change
18070           - ResumeLayout: MS does not completely nest Suspend and Resume,
18071             they bottom out at 0, fixed our code to match that.
18072           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
18073             SetBoundsCore, we were updating even when we shouldn't. This fixes
18074             swf-anchors mis-anchoring when resizing the app fast and lots.
18075           - UpdateDistances: Now only setting the left and top distance if 
18076             we have a parent and are not suspended, this is based on
18077             a suggestion by Don Edvaldson in bug #77355.
18078           - OnVisibleChanged: Fixed logic when to create the control. We may
18079             not create the control if we have no parent or if it's not visible;
18080             switched to using Visible property instead of is_visible field 
18081             since the property also considers parent states. This fixes a bug
18082             when starting Paint.Net
18083
18084 2006-02-02  Jackson Harper  <jackson@ximian.com>
18085
18086         * Form.cs: If the forms handle hasn't been created yet don't call
18087         into xplatui to make it top most, just set the topmost flag on the
18088         form in CreateParams
18089         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
18090
18091 2006-02-01  Jackson Harper  <jackson@ximian.com>
18092
18093         * ScrollableControl.cs: Refactored the Recalculate method a
18094         little, this wasn't handling all the variants of bottom and right
18095         bars needed to be added and added/removed based on their
18096         counterparts being added/removed (which changes the drawable
18097         size). Also we special case client widths and heights of 0 and
18098         don't add the scrollbar for those.
18099
18100 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
18101
18102         * XplatUIX11.cs: 
18103           - Added method to get AbsoluteGeometry(); currently unused, but might
18104             be used in the future, if we try again to figure out toplevel
18105             coordinates with some more crappy window managers
18106           - Added FrameExtents() method to retrieve the WM set decoration size
18107           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
18108             to deal with at least KDE, FVWM and metacity (Fixes #77092)
18109         * Hwnd.cs: 
18110           - Added whacky_wm tracking var for metacity
18111           - Added logic to have default menu height if the actual menu height
18112             has not yet been calculated (part of fix for #77426)
18113         * Form.cs: Keep track whether client size has been set and re-set 
18114           it if a menu is added/removed afterwards (Fixes #77426)
18115
18116 2006-01-31  Jackson Harper  <jackson@ximian.com>
18117
18118         * Control.cs: When a new Site is set on the component attempt to
18119         pull the AmbientProperties from it.
18120
18121 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
18122
18123         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
18124           in the background of the owning form. Fixes #77332
18125
18126 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
18127
18128         * MimeIcon.cs: Fix for #77409
18129
18130 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
18131
18132         * XplatUIX11GTK.cs: Initial import
18133
18134 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
18135
18136         * FixedSizeTextBox: fixes class signature
18137
18138 2006-01-30  Jackson Harper  <jackson@ximian.com>
18139
18140         * FixedSizeTextBox.cs: New internal class that represents a
18141         textBox that will not be scaled.
18142         * TreeView.cs:
18143         * ComboBox.cs:
18144         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
18145         standard TextBox.
18146                 
18147 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
18148
18149         * XplatUIX11.cs: Retrieve default screen number instead of
18150           assuming 0. Attempted fix for #77318
18151
18152 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
18153
18154         * XplatUIWin32.cs: 
18155           - GetWindowPos: When a window is parented by FosterParent, use 
18156             the desktop instead of FosterParent as the base to get coordinates
18157           - CreateWindow: Don't make FosterParent the parent window for Popups
18158             if we don't want a taskbar entry, Popups automatically don't get one
18159         * Hwnd.cs: Need to call remove to actually remove the key from the
18160           hash table
18161
18162 2006-01-30  Mike Kestner  <mkestner@novell.com>
18163
18164         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
18165
18166 2006-01-30  Jackson Harper  <jackson@ximian.com>
18167
18168         * TreeView.cs:
18169         * TreeNode.cs: Raise events no matter how the treenode is
18170         checked. Patch by Don Edvalson.
18171
18172 2006-01-30  Jackson Harper  <jackson@ximian.com>
18173
18174         * TreeNode.cs: Signature fix.
18175
18176 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
18177
18178         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
18179
18180 2006-01-20  Mike Kestner  <mkestner@novell.com>
18181
18182         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
18183         event forwarding when menus are active.
18184         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
18185         Most of the patch is pdb's with a little rework.
18186
18187 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
18188
18189         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
18190           Removed GetMenuDC and ReleaseMenuDC methods; replaced
18191           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
18192         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
18193         * InternalWindowManager.cs: Added use of PaintEventStart/End to
18194           handling of WM_NCPAINT message, now passing the PaintEventArgs to
18195           the PaintWindowDecorations method
18196         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
18197         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
18198         * MenuAPI.cs: Made tracker window invisible
18199         * XplatUIWin32.cs:
18200           - Removed GetMenuDC and ReleaseMenuDC methods
18201           - Implemented the client=false path for PaintEventStart and
18202             PaintEventEnd
18203
18204 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
18205
18206         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
18207         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
18208           styles
18209         * Form.cs: 
18210           - MaximizeBox, MinimizeBox: Recreate the handle when setting
18211             the style
18212           - CreateParams: Reworked the styles to match MS look'n'feel,
18213             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
18214             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
18215
18216 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
18217
18218         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
18219           window is not mapped, since otherwise every form that's being 
18220           created is considered minimized, which is wrong.
18221         * Form.cs: Catching the exception and returning our internal value
18222           instead
18223
18224 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
18225
18226         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
18227           SetWindowMinMax() to have means to tell the driver about the minimum,
18228           maximum and maximized state window sizes. (Part of the fix for #76485)
18229         * Form.cs:
18230           - Implemented tracking of minimum and maximum window size, now calling
18231             new SetWindowMinMax() driver method to tell the driver (Part of the
18232             fix for #76485)
18233           - Finished handling of WM_GETMINMAXINFO method, now setting all values
18234             (Completes fix for #76485)
18235           - Calling new SetWindowMinMax driver method when the handle for a 
18236             form is created, to make sure the driver knows about it even if
18237             the values have been set before the window was created
18238           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
18239             to avoid messing up our anchoring calculations (partial fix
18240             for #77355)
18241         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
18242         * XplatUIX11.cs:
18243           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
18244           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
18245             (and presumably other freedesktop.org compliant WMs). Left the
18246             assumption unmapped=minimized, needed for SetVisible to work.
18247           - Now setting the window state when creating windows
18248           - Fixed SetVisible to consider/set the window state when mapping
18249             a Form. We cannot set the state before it's mapped, and we cannot
18250             use Form.WindowState once it's mapped (since it would ask the
18251             driver and get 'normal'. Therefore, we grab the state before
18252             mapping, map, and then set state.
18253           - Implmemented SetWindowMinMax method; Metacity does not seem to
18254             honor the ZoomHints, though.
18255         * XplatUIWin32.cs:
18256           - Removed MINMAXINFO (moved to XplatUIStructs)
18257           - Added SetWindowMinMax stub (on Win32 the only way to set that
18258             information is in response to the WM_GETMINMAXINFO message, which
18259             is handled in Form.cs)
18260           - Added logic to SetVisible to set the proper window state when a 
18261             form is made visible (fixes #75720)
18262
18263 2006-01-26  Jackson Harper  <jackson@ximian.com>
18264
18265         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
18266         same way we handle them with Invoke.
18267
18268 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
18269
18270         * Form.cs:
18271           - Added tracking of window state so CreateParams can return
18272             the appropriate style
18273           - Moved setting of WS_CAPTION style in CreateParams to allow
18274             styles without caption
18275         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
18276           control if the TextBox property is accessed. Fixes #77345
18277         * Control.cs:
18278           - get_Created: now uses is_disposed and is_created to determine
18279             return value (suggested by Jackson)
18280           - CreateHandle: No longer exits if the handle is being recreated
18281           - RecreateHandle: If the handle is not yet created call the 
18282             appropriate method to create either control or handle. If the
18283             control is already created CreateHandle will simply exit instead
18284             of just creating the handle
18285         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
18286           now SendMessage WM_DESTROY directly to the control when DestroyWindow
18287           is called.
18288         * XplatUIX11.cs: 
18289           - When DestroyWindow is called, instead of waiting for the 
18290             DestroyNotification from X11, we directly post it to the WndProc
18291             and immediately dispose the hwnd object.
18292             Same applies to DestroyChildWindows, and this obsoletes the
18293             expose_pending tracking. Contrary to Win32 behaviour we destroy our
18294             child windows before our own, to avoid X11 errors.
18295           - Removed the direct sending of WM_PAINT on UpdateWindow
18296         * XplatUIWin32.cs:
18297           - Reworked DoEvents and GetMessage to allow access to internal queue
18298             even when trying non-blocking access to the queue.  Fixes #77335. 
18299             Based on a patch suggestion by Don Edvalson. The new private
18300             GetMessage can now also be used as a backend for a PeekMessage
18301             frontend version.
18302         * XplatUI.cs: Improved debug output for CreateWindow
18303
18304 2006-01-25  Jackson Harper  <jackson@ximian.com>
18305
18306         * Help.cs: Allow param to be null. Patch by Don Edvalson.
18307
18308 2006-01-24  Jackson Harper  <jackson@ximian.com>
18309
18310         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
18311         when we have a MaxDropItems lower then the selected index.
18312
18313 2006-01-24  Jackson Harper  <jackson@ximian.com>
18314
18315         * Control.cs: Don't allow selection of non visible controls, allow
18316         selection of controls without parents.
18317
18318 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
18319
18320         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
18321         * DataGridDrawingLogic.cs: Add editing row only when is necessary
18322
18323 2006-01-23  Jackson Harper  <jackson@ximian.com>
18324
18325         * UpDownBase.cs: Make the textbox handle all the selection and
18326         tabbing. This fixes tabing to updown controls.
18327
18328 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
18329
18330         * TextBoxBase.cs: fixes exception thown the object was null
18331
18332 2006-01-23  Jackson Harper  <jackson@ximian.com>
18333
18334         * ButtonBase.cs: Just use the base CreateParams. They set
18335         visibility and enabled correctly.
18336         * ComboBox.cs:
18337         * TrackBar.cs:
18338         * MonthCalendar.cs: Lets let the base set as much of the
18339         createparams as possible so we don't have duplicate code all over
18340         the place.
18341
18342 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
18343
18344         * ThemeGtk.cs: Added TrackBar and some experimental code to
18345           get double buffering back
18346
18347 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
18348
18349         * DataGrid.cs: Allows row number set internally higher than the last
18350         when creating a new row. Restores the editing functionality.
18351
18352 2006-01-20  Mike Kestner  <mkestner@novell.com>
18353
18354         * MimeIcon.cs: delay Image creation until the icons are accessed
18355         instead of creating 190 scaled images on GnomeHandler startup.
18356
18357 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
18358
18359         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
18360           first call base before processing the event. Fixes #77279
18361
18362 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
18363
18364         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
18365           that the stride for the GDI bitmap would match the stride of
18366           a DIB or a Cursor.
18367
18368 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
18369
18370         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
18371
18372 2006-01-19  Jackson Harper  <jackson@ximian.com>
18373
18374         * ComboBox.cs: Hookup the text controls keydown event so we get
18375         those when the text control has the focus.
18376
18377 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
18378
18379         * Label.cs: Now using the base events instead of defining new ones;
18380           this allows us to just call the base properties without having to
18381           duplicate all base property logic 
18382
18383 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
18384
18385         * Label.cs: A label by default is not a tabstop (Fixes one of our
18386           failing nunit tests)
18387
18388 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
18389
18390         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
18391         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
18392
18393 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
18394
18395         * Cursor.cs: Reimplemented creating cursor bitmaps without using
18396           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
18397           This fixes #77218
18398         * XplatUIWin32.cs: 
18399           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
18400             constructor creates images that can't be saved. Part of the fix
18401             for #76103
18402           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
18403           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
18404             bug fix for handling window state in forms properly)
18405
18406 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18407
18408         * ThemeGtk.cs: Simplify ScrollBar drawing
18409
18410 2006-01-18  Jackson Harper  <jackson@ximian.com>
18411
18412         * Splitter.cs: Set the default dock style for the splitter control
18413         in the constructor.
18414
18415 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18416
18417         * ThemeGtk.cs: Corrected StateType and ShadowType for
18418           gtk_paint_box
18419
18420 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18421
18422         * Control.cs: Make use of Theme.DoubleBufferingSupported
18423         * ThemeGtk.cs:
18424           - Added drawing for flat style buttons
18425           - Added ScrollBar drawing
18426
18427 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18428
18429         * ThemeClearlooks.cs: Removed some unneeded code.
18430         * ThemeGtk.cs: First part of ThemeGtk enhancements.
18431
18432 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
18433
18434         * LinkLabel.cs: We need to update the hover drawing when
18435           leaving the control as well.
18436
18437 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
18438
18439         * DataGrid.cs: Clicking on non empty areas in the columns
18440            area was giving an exception
18441
18442 2006-01-17  Jackson Harper  <jackson@ximian.com>
18443
18444         * ThemeWin32Classic.cs:
18445         * ListView.cs: Do not draw/clip the headers when the header style
18446         is None.
18447
18448 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
18449
18450         * DataGrid.cs: Fixes 77260
18451         
18452 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
18453
18454         * DataGrid.cs: Clicking on a column on a empty grid was giving
18455           an exception
18456
18457 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
18458
18459         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
18460           or any keypress will crash the grid.
18461
18462 2006-01-17  Mike Kestner  <mkestner@novell.com>
18463
18464         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
18465         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
18466         invisible/previously-visible items.
18467         [Fixes #76909]
18468
18469 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
18470
18471         * ThemeClearlooks.cs:
18472         - Added CL_Draw_Button method; now other theme controls that are 
18473           not derived from button or do not have a button can draw buttons
18474           too
18475         - Updated ComboBox drawing
18476         - Beautified RadioButton drawing
18477         - Corrected drawing of bottom and left tabs
18478         - Beautified DateTimePicker and MonthCalendar
18479         - Added CPDrawButton and CPDrawRadioButton
18480
18481 2006-01-16  Jackson Harper  <jackson@ximian.com>
18482
18483         * ComboBox.cs: Set the initial value of the scrollbar to the
18484         current index. Reduce the numbers of refreshs and IndexOfs called.
18485
18486 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
18487
18488         * FileDialog.cs: When the file listview is focused hitting the
18489           backspace key moves the fileview to the parent directory
18490
18491 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
18492
18493         * Form.cs: 
18494           - Added RecreateHandle call when changing taskbar visibility to 
18495             trigger reparenting in Win32 driver (Fixes #75719)
18496           - If a window has minimize or maximize buttons, it cannot have
18497             a help button
18498         * XplatUIWin32.cs:
18499           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
18500             the toplevel form with FosterParent (A toolwindow not on the
18501             taskbar) (Fixes #75719)
18502           - Made FosterParent a toolwindow
18503
18504 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
18505
18506         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
18507
18508 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
18509
18510         * ToolTip.cs: If SetToolTip is called from a control and the mouse
18511           is currently over that control, make sure that tooltip_window.Text
18512           gets updated
18513
18514 2006-01-13  Mike Kestner  <mkestner@novell.com>
18515
18516         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
18517
18518 2006-01-13  Jackson Harper  <jackson@ximian.com>
18519
18520         * TreeView.cs: On MS GetNodeAt never actually factors in the X
18521         value passed.  Also redraw the selected node when we recieve
18522         focus, so tabbing between trees works correctly.
18523
18524 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
18525
18526         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
18527           ~/.gconf/%gconf-tree.xml, so use
18528           .gconf/desktop/gnome/interface/%gconf.xml
18529
18530 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
18531
18532         * TextControl.cs: Draw text in gray if control is disabled
18533
18534 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
18535
18536         * TreeView.cs: Draw the focus rectangle outside the highlight, to
18537           make sure it's always visible. Fixes #76680.
18538
18539 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
18540
18541         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
18542
18543 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
18544
18545         * PageSetupDialog.cs: Added.
18546         * PrintDialog.cs: Attributes.
18547         * PrintPreviewControl.cs: Updates.
18548         * PrintPreviewDialog.cs: Updates.
18549         
18550 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18551
18552         * Control.cs: Undid my selection check fix, since it's not needed
18553         * TextBoxBase.cs:
18554           - Now considering the presence of hscroll/vscroll when sizing
18555             vscroll/hscroll respectively. Fixed bug #77077
18556           - Added Left/Up/Down/Right to IsInputKey list to prevent
18557             ContainerControl from stealing them. This fixes what I broke
18558             with my last checkin.
18559
18560 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
18561
18562         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
18563           I finally understand how the property can be set without a setter :-)
18564
18565 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18566
18567         * Application.cs:
18568           - Switched RunLoop to use static Message.Create to create a 
18569             Message object
18570           - Added PreProcessMessage call in runloop for keyboard events; this
18571             is part of the fix for #77219, I overlooked this originally in the
18572             MSDN doc for PreProcessMessage
18573         * Control.cs:
18574           - Removed call to PreProcessMessage from handling of keyboard 
18575             messages; it's supposed to be done in the message pump
18576           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
18577             per MSDN documentation.
18578           - IsInputChar: All chars are input chars by default; removed the 
18579             parent calling chain, MS does not document that
18580           - PreProcessMessage: If IsInputChar is true, we want to return false
18581             to allow dispatching of the message
18582           - When selecting the next control, now also check that we're not
18583             selecting ourselves again and therefore return a false positive.
18584         * TextBoxBase.cs:
18585           - Tried to match return values for IsInputKey and ProcessDialogKey
18586             to what MS returns; moved processing of our special keys outside
18587             ProcessDialogKey since MS does not seem to return true on those.
18588           - Moved code that previously was in ProcessDialogKey into new private
18589             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
18590           - Reworked handling of WM_CHAR to not have to duplicate code from
18591             Control.cs anymore, instead we simply call down to base.
18592            
18593 2006-01-12  Jackson Harper  <jackson@ximian.com>
18594
18595         * ComboBox.cs: We always need to refresh the text area when
18596         EndUpdate is called. Fixes the combobox in the file dialog.
18597         * Control.cs: Don't create the creator_thread until the controls
18598         handle is created.  Also in InvokeRequired we check if the
18599         creator_thread is null. This gives the effect of InvokeRequired
18600         returning true if the controls handle is not created yet, and
18601         matches MS.
18602
18603 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18604
18605         * XplatUI.cs:
18606           - Added StartLoop() driver method. This is used to allow drivers to
18607             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
18608             loop for a particular thread
18609           - Added EndLoop() driver method. This is called once the message
18610             pump for the thread is shut down
18611           - Added SupportsTransparency method to allow the driver to indicate
18612             opacity support for windows
18613         * Form.cs:
18614           - Removed TODO attribute, completed AllowTransparency property
18615           - Added documented logic to Opacity
18616         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
18617           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
18618           versions of CompatibleTextRendering
18619         * X11Structs.cs: Added opacity atom to our atom enumeration
18620         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
18621           of a form might be set before it's reparented by the WM, and we need
18622           the opacity value without calling up to Form)
18623         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
18624           SupportsTransparency() driver methods
18625         * Application.cs: Now calling StartLoop and EndLoop driver methods
18626         * XplatUIX11.cs:
18627           - Added opacity atom registration
18628           - Added StartLoop()/EndLoop() methods. They're empty right now but
18629             will need to get implemented when we switch to a per-thread queue
18630           - Implemented SupportsTransparency() method
18631           - Implemented SetWindowTransparency() method
18632           - Added support for setting the opacity value when a window is
18633             reparented (since the opacity needs to be set on the WM frame)
18634         * XplatUIOSX.cs, XplatUIWin32.cs:
18635           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
18636
18637 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
18638
18639         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
18640
18641 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
18642
18643         * FileDialog.cs: Added ToolTip for MWFFileView
18644         * MimeIcon.cs: Rewrote GnomeHandler.
18645           - Get currently used gnome icon theme from
18646             ($HOME)/.gconf/%gconf-tree.xml
18647           - Make use of inherited icon themes
18648           - Support SVG icon themes like Tango via librsvg
18649
18650 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18651
18652         Revert's Jackson's revert which broke 2.0 builds.   Fix both
18653         builds. 
18654         
18655         * Application.cs: Move the use_compatible_text_rendering outside
18656         the NET_2_0 define.  If we ever need to use the
18657         use_compatible_text_rendering on the individual controls they will
18658         access the variable from the common shared code paths.
18659
18660 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18661
18662         * XplatUI.cs:
18663           - Added more granular debug options
18664           - Added method to print both window text and id
18665           - Switched debug output to use new Window() debug method
18666           - Added IsEnabled() driver method
18667           - Added EnableWindow() driver method
18668         * Form.cs:
18669           - Removed end_modal; no longer needed, new loop handles termination
18670             via 'closing' variable
18671           - If form is modal, setting DialogResult will now initiate loop
18672             termination via 'closing' variable
18673           - Added support for is_enabled/WS_DISABLED to CreateParams
18674           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
18675             does all the work
18676           - Removed code that's now in RunLoop from ShowDialog()
18677           - Added various documented sanity checks to ShowDialog()
18678           - Added handling of WM_DESTROY message; we set 'closing' on getting
18679             the message to indicate the message pump to terminate
18680           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
18681             send by the Application.ExitThread method. (We send the message
18682             to destroy the window after all other events have been
18683             processed through the queue, instead of destroying the handle 
18684             directly)
18685           - Moved code from Close() method to WM_CLOSE handler; added logic
18686             to only send close-related events if the form is not displayed
18687             modal
18688         * Splitter.cs (..ctor): Fixed typo in resource name
18689         * Control.cs:
18690           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
18691             brush now
18692           - set_Cursor: Now only setting calling into XplatUI if the handle for
18693             the control is already created; this avoids implict handle creation
18694             or crashes if it's not created
18695           - set_Enabled: Now setting the enabled state via the new driver method
18696             instead of just tracking it
18697           - CreateParams: Added logic to set WS_DISABLED based on enabled state
18698           - CreateControl: Reordered event firing and method calls to more
18699             closely fire events in the order MS does. Now setting the
18700             enabled state in the driver when creating the control.
18701           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
18702             match MS order
18703         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
18704           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
18705         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
18706         * Hwnd.cs:
18707           - Added tracking of window enabled state (get_Enabled/set_Enabled)
18708           - Added EnabledHwnd property to easily allow a driver to find the
18709             handle of the first enabled window in the parent chain (this is
18710             used by drivers to pass up input events of disabled windows)
18711         * XplatUIDriver.cs: Added IsEnabled() method
18712         * Application.cs:
18713           - Removed crude and obsolete exiting tracking variable
18714           - Removed internal ModalRun(); replaced by RunLoop()
18715           - Implemented private CloseForms() method to allow closing all 
18716             windows owned by a particular (or all) threads
18717           - Exit() now properly closes all windows without forcing the message
18718             pump to quit
18719           - Removed obsolete InternalExit() method
18720           - Changed Run() methods to use new RunLoop() message pump
18721           - Implemented new RunLoop() method for both modal and non-modal forms
18722         * CommonDialog.cs:
18723           - get_CreateParams: Added setting of WS_DISABLED
18724           - Simplified ShowDialog(); now all the work is done in RunLoop(),
18725             invoked via Form.ShowDialog()
18726         * NativeWindow.cs: We don't remove the window from the collection when
18727           the handle is destroyed; there might still be messages for it in the
18728           queue (mainly the resulting WM_DESTROY); instead it will be removed
18729           when Control calls InvalidateHandle in the WM_DESTROY handler
18730         * XplatUIX11.cs:
18731           - CreateWindow: Added logic to handle the WS_DISABLED window style
18732           - EnableWindow: Implemented based on Hwnd.Enabled
18733           - GetMessage: Reset PostQuitState so the method can be called again
18734           - Implemented support for disabled windows (passing messages to the
18735             first enabled parent) in handling all input messages
18736           - Added optimizations for handling Expose events
18737           - Implemeted new driver method IsEnabled()
18738           - Now always resetting paint pending tracking vars when we start paint
18739           - Re-implemented UpdateWindow via just sending a WM_PAINT message
18740         * XplatUIOSX.cs: Added IsEnabled method stub
18741         * XplatUIWin32.cs: Implemented new IsEnabled() method
18742
18743 2006-01-11  Jackson Harper  <jackson@ximian.com>
18744
18745         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
18746         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
18747         variables a little.
18748         * ColorDialog.cs: Clear out the old form before adding the new
18749         panel.  
18750
18751 2006-01-11  Jackson Harper  <jackson@ximian.com>
18752
18753         * X11Dnd.cs: Make sure to add all the text formats when adding
18754         strings to the data object.
18755         * TreeNodeCollection.cs: When adding to a sorted tree we need to
18756         do some redrawing too.  Also change the UpdateNode to an
18757         UpdateBelow so the newly added node gets painted.
18758         
18759 2006-01-11  Miguel de Icaza  <miguel@novell.com>
18760
18761         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
18762         LinkLabel.cs, PropertyGrid.cs: Implement the
18763         UseCompatibleTextRendering property for 2.x
18764
18765         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
18766
18767 2006-01-11  Jackson Harper  <jackson@ximian.com>
18768
18769         * TreeView.cs: Use the property for setting the selected node so
18770         the correct events get raised.
18771         * TreeNode.cs: Update the tree when the fore/back colours of a
18772         node are set.
18773
18774 2006-01-10  Jackson Harper  <jackson@ximian.com>
18775
18776         * TreeView.cs: Allow setting SelectedNode to null.
18777
18778 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18779
18780         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
18781
18782 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18783
18784         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
18785
18786 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18787
18788         * PrintDialog.cs: Added attributes and set default property values.
18789
18790 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18791
18792         * PrintControllerWithStatusDialog.cs: 
18793         Added PrintControllerWithStatusDialog.
18794
18795 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18796
18797         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
18798         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
18799
18800 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18801
18802         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
18803
18804 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18805
18806         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
18807         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
18808
18809 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
18810
18811         * MimeIcon.cs: Added internal class SVGUtil.
18812
18813 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
18814
18815         * FileDialog.cs: Don't crash if there are two files with the
18816           same name but different locations.
18817
18818 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
18819
18820         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
18821         dates across multiple month grids. Used to not highlight entire 
18822         month, but does now.
18823         
18824 2006-01-06  Jackson Harper  <jackson@ximian.com>
18825
18826         * MonthCalendar.cs: Removed DoEvents call to prevent a running
18827         message loop. Change timer intervals to numbers that seem more
18828         natural.
18829
18830 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
18831
18832         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
18833           object for location info since screen object is now implemented.
18834
18835 2006-01-05  Jackson Harper  <jackson@ximian.com>
18836
18837         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
18838         * AsyncMethodResult.cs: We no longer use a WeakReference for the
18839         AsyncMethodResult, this is because we ALWAYS want the
18840         ManualResetEvent to get set.
18841         * Control.cs: When disposing use an async invoke to call shutdown
18842         code, so that thigns don't block on the finalizer thread.  Also
18843         check if we even have a message loop before trying to send
18844         messages, if we don't then don't bother sending messages.
18845         - No more weak references for async methods
18846         * XplatUIDriver.cs: No more weak references for async methods.
18847
18848 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
18849
18850         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
18851           returns two FontFamily with the same name
18852
18853 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
18854
18855         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
18856           drawing disabled text. Instead using the ColorGrayText color
18857
18858 2006-01-04  Jackson Harper  <jackson@ximian.com>
18859
18860         * TreeNode.cs: redraw the node when its image index is changed.
18861
18862 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
18863
18864         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
18865           time I checked there are no others like it.
18866
18867 2006-01-04  Jackson Harper  <jackson@ximian.com>
18868
18869         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
18870         this gives the behavoir I was looking for.
18871         * Control.cs: Special case Invoking EventHandlers, this matches MS
18872         and fixes part of bug #76326.
18873
18874 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
18875
18876         * ThemeClearlooks.cs, FileDialog.cs:
18877           - Reflect the latest Theme class changes
18878           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
18879             with DateTime
18880             
18881 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
18882
18883         * Theme.cs: Cache UI resource images and resize them if needed
18884
18885 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
18886
18887         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
18888           is called. This fixes the crash in Nexxia when setting the font
18889           attributes in the chat. [However, RTF needs a look-over to make sure
18890           that all SelectionXXX methods handle the special case that selection
18891           is empty and therefore the change must be applied to all text starting
18892           at the cursor/selection start]
18893
18894 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
18895
18896         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18897           XplatUIOSX.cs: Added SendMessage and PostMessage methods
18898         * X11Keyboard.cs: Switched to new way of calling PostMessage
18899
18900 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
18901
18902         * Theme.cs: Added theme interface for images to allow the theme to
18903           control what images are used for things like FileDialog, MessageBox
18904           icons, etc.
18905         * MessageBox.cs: Now uses the new Theme icon/image interfaces
18906
18907 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
18908
18909         * FileDialog.cs:
18910           - Removed some dead code
18911           - Opening a recently used file does work now
18912           - Small UI enhancements
18913           - Refactoring
18914
18915 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
18916
18917         * FileDialog.cs: Forgot too add __MonoCS__
18918
18919 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
18920
18921         * FileDialog.cs: We are able to read recently used files now let's
18922           go on and write them.
18923
18924 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
18925
18926         * FileDialog.cs: Breathe some life into "last open"/"recently used"
18927           button
18928         * MimeIcon.cs: Do a check for the top level media type also
18929
18930 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
18931
18932         * ThemeClearlooks.cs:
18933           - Added CPDrawStringDisabled
18934           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
18935             some chars if the text doesn't fit into text_rect
18936           - DrawListViewItem: If View = View.LargeIcon center the image;
18937             rewrote the drawing of ListViewItem.Text if View = 
18938             View.LargeIcon
18939
18940 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
18941
18942         * MimeIcon.cs: Use default KDE icon theme if there is no
18943           "48x48" directory for the current icon theme, fixes #77114
18944         * Mime.cs: Disable not working and actually not used code. 
18945         * ThemeWin32Classic.cs:
18946           - Replace "new SolidBrush" in GetControlBackBrush and
18947             GetControlForeBrush with ResPool.GetSolidBrush
18948           - Changed DrawListViewItem from private to protected virtual
18949         * FileDialog.cs:
18950           - Added form.MaximizeBox = true
18951           - Don't throw an exception if there is a broken symbolic link
18952
18953 2005-12-23  Jackson Harper  <jackson@ximian.com>
18954
18955         * TabControl.cs: Give the panels focus, keyboard navigation is
18956         fixed so this works correctly now.
18957         - We need these key events also.
18958         * ToolBar.cs: Remove some of the poor mans double buffering.
18959         
18960 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
18961
18962         * ComboBox.cs: The internal TextBox now returns the focus.
18963
18964 2005-12-23  Jackson Harper  <jackson@ximian.com>
18965
18966         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
18967
18968 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
18969
18970         * Control.cs: Removed debug code
18971         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
18972           implicit children
18973
18974 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
18975
18976         * Control.cs: When creating the control, update the Z-order after
18977           all it's children are created, too. (Fixes nexxia not showing
18978           picturebox bug)
18979
18980 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
18981
18982         * Control.cs: Do not update the anchoring distances if layout is
18983           suspended, instead do it once layout is resumed
18984
18985 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
18986
18987         * Control.cs: 
18988           - After many hours of debugging, for both Jackson and
18989             myself, it turns out that it helps to set the parent of a control
18990             if you want to actually see it onscreen. In the spirit of that
18991             discovery, we're now setting the parent of the control and
18992             it's children when the control's handle is created. This fix
18993             will make Lutz Roeder's Reflector run happily. 
18994           - now just creating the handle instead of the whole control when
18995             getting a graphics context for the control.
18996
18997 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
18998
18999         * ScrollableControl.cs: When calculating the canvas, don't consider
19000           the scrollbar widths. Instead, predict if horizontal scrollbar
19001           will affect canvas when deciding on vertical display and vice versa.
19002
19003 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
19004
19005         * RichTextBox.cs: Set default RTF font for documents that don't
19006           have a font table (Fixes #77076)
19007
19008 2005-12-22  Jackson Harper  <jackson@ximian.com>
19009
19010         * TextBoxBase.cs: It's difficult to do, but you can have an empty
19011         clipboard. This prevents a NullRef in that case.
19012         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
19013         clipboard. PRIMARY is for the currently selected text only. (We
19014         should implement PRIMARY at some point.
19015
19016 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
19017
19018         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
19019           a Unicode function with a structure that was defined in Ansi way.
19020           This fixes #76942.
19021
19022 2005-12-21  Jackson Harper  <jackson@ximian.com>
19023
19024         * StatusBar.cs: Statusbar handles its fore/back colours on it's
19025         on. Because thats how it rolls. (and this avoids it using ambient
19026         colours).
19027         * ThemeWin32Classic.cs: Use the proper back color for filling.
19028         * Menu.cs: Use the system menu bar color for drawing menu
19029         bars. Using the window back color will bring ambient colours into
19030         the picture.
19031
19032 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
19033
19034         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
19035           Bitmaps were created and not disposed.
19036
19037 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
19038
19039         * Control.cs (CreateControl): Don't do anything if the control is
19040           already created, otherwise we'd fire the OnCreated event more than
19041           once
19042
19043 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
19044
19045         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
19046           will always match. Instead return -1. Fixes #76464.
19047
19048 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
19049
19050         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
19051           neither the beginning nor the end of the line (Fixes bug #76479)
19052
19053 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
19054
19055         * Control.cs:
19056           - ControlNativeWindow.ControlFromHandle(): Now handling situation
19057             where handle is invalid
19058           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
19059             instead of slower linear search
19060         * NativeWindow.cs: Don't remove the window from the hashtable until
19061           after the driver has destroyed it (since the driver might use
19062           Control.FromHandle to lookup the control object
19063         * Hwnd.cs: Added DestroyPending property to track if a window is 
19064           already destroyed as far as the driver is concerned and only hasn't
19065           yet notified the control
19066         * XplatUIX11.cs:
19067           - Activate(): Check if the window is still valid before using the 
19068             handle
19069           - Implemented DestroyChildWindow() method to mark child windows as
19070             destroyed when a window is destroyed. This prevents situations 
19071             where we might call an X method based on queued events for a
19072             window that already has been destroyed but we haven't yet pulled
19073             the destroy method from the queue.
19074           - Added a call to the new DestroyChildWindow() method to the drivers
19075             DestroyWindow code. Also now marking the destroyed window itself
19076             as pending
19077
19078 2005-12-20  Jackson Harper  <jackson@ximian.com>
19079
19080         * StatusBar.cs:
19081         * StatusBarPanel.cs: Don't calculate panel sizes on draw
19082         anymore. Just do them when needed, also track the rects of panels
19083         so that we can optimize refreshing more in the future.
19084
19085 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
19086
19087         * ColorDialog.cs: Fixed focus drawing in small color controls
19088
19089 2005-12-19  Jackson Harper  <jackson@ximian.com>
19090
19091         * InternalWindowManager.cs:
19092         * MdiWindowManager.cs: Cleanup some coordinate system changes so
19093         moving windows works properly.
19094
19095 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
19096
19097         * Control.cs: 
19098           - Removed call to InitLayout() from SetBoundsCore(); doc says
19099             it's only called when a control is added to a container
19100           - Split InitLayout logic, moved to separate UpdateDistances() method
19101             since we need to perform those calculations more often than just
19102             when adding the control to a container. (Needed to fix #77022)
19103           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
19104           - Reduced the OnBindingContextChanged events count, don't send them
19105             unless the control is created, we still aren't totally matching
19106             MS, but I can't quite figure out some of their rules
19107
19108 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
19109
19110         * ThemeClearlooks.cs: Corrected distance between ProgressBar
19111           stripes
19112
19113 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
19114
19115         * ThemeClearlooks.cs:
19116           - Updated ProgressBar drawing
19117           - Corrected drawing of ScrollBars and scroll buttons
19118           - Some temporary fixes for minor pixel artefacts
19119
19120 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
19121
19122         * Control.cs:
19123           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
19124             cause events to be sent in the same order as MS does.
19125           - Added ChangeParent() method to trigger various OnXXXChanged events
19126             that need to be fired when a parent changes (This is a reworking
19127             of the patch from r54254, with the X11 errors fixed)
19128           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
19129             since on MS we get OnLayoutChanged events when calling Clear()
19130           - Changed Enabled property to consider parent state as well, if a
19131             parent is not enabled, the control will not be either
19132           - Changed Parent property to simply call Controls.Add() since that
19133             now does all the work required, this way we avoid code duplication
19134           - Threw in a few OnBindingsContextChanged calls to try and match
19135             when MS sends them. We seem to send a few too many, though.
19136           - Added call to CreateControl when adding the control to a parent.
19137             We were never calling CreateControl. Still needs some work, in
19138             some places we treat HandleCreated and ControlCreated as equal, 
19139             which is wrong
19140           - Removed obsolete commented out code from UpdateZOrder()
19141
19142 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
19143
19144         * ThemeClearlooks.cs: Updated TrackBar drawing.
19145
19146 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
19147
19148         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
19149
19150 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
19151
19152         * FileDialog.cs: Add the Help button and the open readonly
19153           checkbox only if needed
19154
19155 2005-12-16  Jackson Harper  <jackson@ximian.com>
19156
19157         * Control.cs: Make sure we have an active menu before trying to
19158         process commands on it. Prevents menu-less forms from crashing
19159         when Alt is pressed.
19160         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
19161         Dieter Bremes.
19162         * RichTextBox.cs: Expand statement to help out gmcs and fix the
19163         2.0 build.
19164
19165 2005-12-16  Jackson Harper  <jackson@ximian.com>
19166
19167         * InternalWindowManager.cs: Don't translate tool windows screen
19168         coordinates. This fixes windows 'bouncing' around when being moved.
19169
19170 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
19171
19172         * TextBoxBase.cs:
19173           - MaxLength now treats 2^31-1 equal to unlimited length (this is
19174             not quite MS compatible, MS uses that number only for single line
19175             and 2^32-1 for multi-line, but I figure it won't hurt keeping
19176             the limit at 2GB)
19177           - Now enforcing the MaxLength limit when entering characters
19178           - Added argument to internal Paste() method to track if it's called
19179             from programatically or via keyboard, since keyboard driven pastes
19180             need to enforce max-length
19181           - Added logic to Paste to only paste as many chars as MaxLength 
19182             allows
19183         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
19184         * TextControl.cs:
19185           - Added Length property to return number of characters in document
19186           - Added private CharCount property which only tracks actual chars
19187             in the document (no linefeeds) and fires event when CharCount
19188             changes
19189           - Added tracking of character count to all methods that alter it
19190           - Added LengthChanged event to allow applications to subscribe
19191             to any changes to the document
19192
19193 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
19194
19195         * TextBox.cs: 
19196           - Removed local password_char field (moved to TextBoxBase)
19197           - Now setting the document's password var when password is
19198             set
19199         * TextBoxBase.cs:
19200           - Added password_char field (needed here so MultiLine can
19201             access it)
19202           - Added logic to MultiLine property setter to set the document's
19203             variable when password display is allowed
19204           - Removed debug code and made some debug code conditional
19205         * TextControl.cs:
19206           - Added RecalculatePasswordLine() method to handle special password
19207             char only lines
19208           - Added PasswordChar property, also added related tracking vars
19209           - Draw() method now uses local text var for grabbing text to draw,
19210             this var is set to line.text unless we're doing password display,
19211             then it is set to the pre-generated all-password-chars line
19212           - Added calling RecalculatePasswordLine() method for password lines
19213
19214 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
19215
19216         * Hwnd.cs: 
19217           - Added Reparented property to allow tracking of Window Manager
19218             reparenting actions (which affect X/Y calculations of toplevel 
19219             windows)
19220           - Made ToString() print window handles in hex
19221         * XplatUIX11.cs:
19222           - AddConfigureNotify(): Now uses reparented state off Hwnd to
19223             determine if X/Y needs offsetting
19224           - AddConfigureNotify(): Fixed offset calculations
19225           - Now adds ReparentNotify messages into the queue
19226           - Now processes ReparentNotify messages and causes a 
19227             WM_WINDOWPOSCHANGED message to be sent upstream if a window
19228             is reparented (as most likely it's X/Y coordinates are changed
19229             due to that)
19230
19231 2005-12-14  Jackson Harper  <jackson@ximian.com>
19232
19233         * XplatUIX11.cs: Tool windows still need to respek focus.
19234
19235 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
19236
19237         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
19238           have a working release
19239
19240 2005-12-13  Jackson Harper  <jackson@ximian.com>
19241
19242         * Form.cs: Update styles after setting the border style regardless
19243         of whether or not the window is using a window manager.
19244
19245 2005-12-13  Jackson Harper  <jackson@ximian.com>
19246
19247         * Form.cs: We now hook into an internal window manager instead of just an
19248         MDI subsystem, this is so we can have properly behaving tool windows.
19249         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
19250         * InternalWindowManager.cs: New internal class that acts as a
19251         window manager for tool windows and as a base for mdi windows.
19252         * MdiWindowManager.cs: New class that acts as a window manager for
19253         mdi windows.
19254
19255 2005-12-12  Jackson Harper  <jackson@ximian.com>
19256
19257         * Control.cs: Updates so we match behavoir for for implicit
19258         controls. Fixes explosions in MDI.
19259
19260 2005-12-12  Jackson Harper  <jackson@ximian.com>
19261
19262         * Control.cs: Implement Invalidate (Region).
19263
19264 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
19265
19266         * Control.cs: 
19267           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
19268             the same events as MS does. MS fires events for each property 
19269             except, for unknown reasons, Cursor, when the control is reparented. 
19270             I can't seem to totally match add/remove since MS also fires some 
19271             VisibleChanged events, which makes no sense. Consolidated the
19272             parenting code into a separate method so it can be called from
19273             both Add and Remove. set_Parent no longer needs any special logic
19274             as it calls the parent's add method which implicitly fires
19275             all events
19276           - Removed some obsolete code and debug output
19277           - Enabled state is inherited from parents, if this is enabled
19278
19279 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
19280
19281         * Form.cs: Removed commented out code
19282
19283 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
19284
19285         * Control.cs:
19286           - Added internal version of Invoke, with additional argument 
19287             indicating if we're calling it from a Dispose() handler. That
19288             way we can avoid BeginInvoke throwing an exception if we're
19289             calling for an already destroyed window.
19290           - Added a dispose argument to BeginInvokeInternal, and made the
19291             check if a valid window handle chain exists conditional on
19292             it not being a dispose call
19293           - Removed code in DestroyHandle to destroy our children. Since we
19294             now handle the WM_DESTROY message we will catch all our children
19295             being destroyed.
19296           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
19297         * Form.cs:
19298           - Added a field to track the application context of the form.
19299           - No need to set closing variable as response to WM_CLOSE, instead
19300             we destroy the window. We also call PostQuitMessage if the form
19301             has an application context (which makes it the main app form,
19302             which, when closed terminates the app)
19303         * XplatUI.cs:
19304           - Dropped Exit() method, it's naming was confusing
19305           - Added PostQuitMessage() which causes GetMessage to return false
19306             once the message queue is empty
19307         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
19308           PostQuitMessage()
19309         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
19310           no longer a valid XplatUI method, but left it in since it's used
19311           internally. Added empty PostQuitMessage() method.
19312         * MenuAPI.cs: Replaced call to Exit() with call to
19313           PostQuitMessage, even though this is probably no longer needed.
19314         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
19315         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
19316         * Application.cs:
19317           - Replaced call to XplatUI.Exit() with PostQuitMessage()
19318           - Removed old debug code that would call XplatUI for exception
19319             display, enabled standard exception handling (Still not enabled
19320             though, until NativeWindow's ExternalExceptionHandler define
19321             is removed
19322         * NativeWindow.cs:
19323           - Added internal method to allow control to update NativeWindow
19324             after a window has been destroyed
19325           - Added handling of already destroyed windows when calling i
19326             DestroyWindow
19327           - Added removal of handle from list on ReleaseHandle
19328         * XplatUIX11.cs:
19329           - Dropped GetMessageResult var and related code
19330           - Added PostQuitState to field to track if PostQuitMessage has been
19331             called
19332           - Dropped Exit() method
19333           - Added PostQuitMessage() method
19334           - GetMessage now will return false if PostQuitState is set and no
19335             more messages are in the queue.
19336           - Expose handler will no longer generate WM_PAINT messages if we are
19337             in PostQuitState since it's very likely any windows have already
19338             been destroyed, and since Hwnd won't get updated until we have
19339             processed the DestroyNotify we'd be causing X errors.
19340         
19341 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19342
19343         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
19344           Thanks to Mike for pointing out the err of my ways.
19345
19346 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19347
19348         * Control.cs(PreProcessMessage): Moved menu handling back, but
19349           after all other key handling, to match MS (who handles Menu in
19350           DefWndProc)
19351         * Menu.cs (WndProc): Removed my brainfart
19352
19353 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19354
19355         * Control.cs(PreProcessMessage): Removed special menu handling 
19356         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
19357
19358 2005-12-07  Mike Kestner  <mkestner@novell.com>
19359
19360         * Control.cs : special case SYSKEYUP so that we can adjust keynav
19361         state according in tracker.
19362         * Menu.cs : promote tracker field to base class and provide a tracker
19363         lookup capability.  Add/Remove shortcuts dynamically if the top menu
19364         has a tracker. Unparent items that are removed from the collection.
19365         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
19366         * Theme*.cs: add always_show_hotkeys field to support configurability
19367         of mnemonic display.  win32 doesn't show mnemonics until Alt is
19368         pressed.
19369
19370 2005-12-07  Jackson Harper  <jackson@ximian.com>
19371
19372         * MdiChildContext.cs: Use Control.ResetCursor.
19373         * Control.cs: ResetCursor needs to set the property so that the
19374         correct XplatUI call gets made.
19375
19376 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19377
19378         * Control.cs: More fixes to make our key events match MS. We
19379           were not setting the modifier state on KeyData, and we were
19380           not generating any events when Alt was pressed with a key
19381           since handling of WM_SYSxxx was missing for the OnKey methods.
19382
19383 2005-12-07  Jackson Harper  <jackson@ximian.com>
19384
19385         * MdiChildContext.cs: reenable the sizing code.
19386         - When the mouse leaves a window reset its cursor.
19387
19388 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
19389
19390         * ThemeClearlooks.cs: Reflect latest Hwnd changes
19391
19392 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19393
19394         * Hwnd.cs: Now using the theme 3d bordersize to calculate
19395           widths of Fixed3D borders
19396
19397 2005-12-07  Jackson Harper  <jackson@ximian.com>
19398
19399         * MdiClient.cs: Fix warnings. Earn Mike's love.
19400
19401 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
19402
19403         * ThemeClearlooks.cs:
19404           - Adjusted mouse over button color
19405           - Added first parts of CheckBox drawing
19406           - Added correct color for selected text background
19407           - Fixed ComboBox drawing
19408           - Added CPDrawBorder3D and CPDrawBorder
19409
19410 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
19411
19412         * XplatUIX11.cs: Added call to XBell for AudibleAlert
19413
19414 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
19415
19416         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
19417           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
19418           alert users via sound. We could add an enum arg with different
19419           types of alerts in the future
19420
19421 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
19422
19423         * Control.cs: Fix behaviour problems pointed out by Mike
19424
19425 2005-12-05  Mike Kestner  <mkestner@novell.com>
19426
19427         * StatusBarPanel.cs: add Invalidate method and hook it into all the
19428         prop setters.  Calls parent.Refresh for now, but could be maybe be
19429         optimized with an internal method on StatusBar at some point.
19430         [Fixes #76513]
19431
19432 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
19433
19434         * RichTextBox.cs: Implemented get_SelectionColor
19435
19436 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
19437
19438         * ThemeClearlooks.cs:
19439           - Removed dead code
19440           - Draw black button border only if button is Form.AcceptButton
19441           - Draw correct button color for pressed RadioButton if the mouse 
19442             has entered the button
19443           - Updated ProgressBar drawing!
19444           - Updated CPDrawSizeGrip drawing
19445           - Updated StatusBarPanel drawing
19446
19447 2005-12-05  Mike Kestner  <mkestner@novell.com>
19448
19449         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
19450         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
19451
19452 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
19453
19454         * ThemeClearlooks.cs: Initial check-in, activate with
19455           export MONO_THEME=clearlooks
19456         * ThemeEngine.cs: Added ThemeClearlooks
19457
19458 2005-12-03  Mike Kestner  <mkestner@novell.com>
19459
19460         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
19461         [Fixes #76897]
19462
19463 2005-12-02  Jackson Harper  <jackson@ximian.com>
19464
19465         * Form.cs: If the child form has no menu the default main menu is
19466         used as the active menu.
19467
19468 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
19469
19470         * ListBox.cs: Check if any items exist before trying to resolve 
19471           coordinates into items
19472
19473 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
19474
19475         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
19476           as the second color for the background hatch
19477
19478 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
19479
19480         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
19481         * RichTextBox.cs: FormatText position arguments are 1-based, now making
19482           sure that what we pass to FormatText is always 1-based. Fixes #76885
19483
19484 2005-11-29  Miguel de Icaza  <miguel@novell.com>
19485
19486         * NumericUpDown.cs (EndInit): When we are done initializing,
19487         reflect any updates on the UI.
19488
19489 2005-12-02  Jackson Harper  <jackson@ximian.com>
19490
19491         * ImplicitHScrollBar.cs:
19492         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
19493         their container controls.
19494         * TreeView.cs: Use the new implicit scrollbars.
19495
19496 2005-12-02  Jackson Harper  <jackson@ximian.com>
19497
19498         * TreeView.cs: Make top_node internal so the TreeNodeCollections
19499         can play with it.
19500         * TreeNodeCollection.cs: If we remove the topnode we need to
19501         update topnode to the next node in line.
19502         - When clearing nodes go through the same process as removing
19503         them, so they get depareneted and checked if they are top node.
19504
19505 2005-12-01  Jackson Harper  <jackson@ximian.com>
19506
19507         * TreeView.cs: When imagelists are used the image area is
19508         selectable as well as the text.
19509         - If there are no selected nodes select the first one.
19510         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
19511         so don't do it more then we need to.
19512
19513 2005-12-01  Jackson Harper  <jackson@ximian.com>
19514
19515         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
19516         that arrows can be scaled.
19517
19518 2005-12-01  Jackson Harper  <jackson@ximian.com>
19519
19520         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
19521         fail. Patch by Dieter Bremes
19522
19523 2005-11-30  Jackson Harper  <jackson@ximian.com>
19524
19525         * Form.cs: Property is 2.0 only
19526         * PrintDialog.cs: Signature fix.
19527
19528 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
19529
19530         * TextControl.cs: 
19531           - No longer artificially moves text 2 pixels down (now that we have
19532             borders this is no longer needed)
19533           - Added calcs for left, hanging and right indent
19534
19535 2005-11-23  Mike Kestner  <mkestner@novell.com>
19536
19537         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
19538
19539 2005-11-30  Jackson Harper  <jackson@ximian.com>
19540
19541         * MdiChildContext.cs: Set the cloned menus forms, as these don't
19542         get cloned as part of CloneMenu ().
19543         * Menu.cs: Make sure the parent of the items get set correctly
19544         when they are added.  And the owners are notified of the changes.
19545         * Form.cs: Create an ActiveMenu property, so that when MDI is used
19546         we can change the menu being displayed/handled by the form without
19547         changing the menu assosciated with the form.
19548         - Don't let Mdi children draw/handle menus.
19549         
19550 2005-11-30  Jackson Harper  <jackson@ximian.com>
19551
19552         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
19553         a MenuChanged event. Just to make the API a little more
19554         consistent.
19555         * MainMenu.cs:
19556         * MenuItem.cs: Use the new OnMenuChanged
19557         * MdiChildContext.cs: Handle menu merging.
19558         * Form.cs: Implement MergedMenu.
19559         
19560 2005-11-30  Jackson Harper  <jackson@ximian.com>
19561
19562         * Menu.cs: We were misusing Add. Add goes behind the specified
19563         index according to the docs, and does not replace the specified
19564         index. So I added an Insert method.
19565
19566 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
19567
19568         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
19569           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
19570           is for Jackson
19571         * RichTextBox.cs: Added calls to base for DnD events
19572
19573 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
19574
19575         * TextControl.cs:
19576           - Fixed drag-selection related crash; style fixes
19577           - Implemented undo class
19578             o Implemented method to capture document state for specified
19579               range in document tree
19580             o Implemented method to restore captured document state
19581             o Implemented cursor tracking
19582             o Implemented basic undo stack
19583           - Added undo cursor tracking to methods altering cursor location
19584           - Added undo tracking to selection deletion (still missing
19585             other text-altering hookups)
19586         * RichTextBox.cs:
19587           - Added SelectionLength property
19588           - Implemented CanPaste()
19589           - Implemented Paste()
19590           - Added missing protected methods
19591           - Fixed RTF->Document conversion; now uses font index 0 and color 
19592             index 0 as the default font for the parsed text
19593           - Fixed RTF<->Document font size translation
19594           - Fixed RTF generation, now properly handles cross-tag boundaries
19595             for single line selection
19596           - No longer always appends blank line to generated RTF
19597           - Removed TODOs
19598           - Added missing attributes
19599           - Hooked up undo-related methods
19600         * TextBoxBase.cs:
19601           - Implemented Copy()
19602           - Implemented Paste()
19603           - Implemented Cut()
19604           - Fixed caret mis-behaviour on backspace across line-boundaries
19605
19606 2005-11-29  Jackson Harper  <jackson@ximian.com>
19607
19608         * MdiClient.cs: Add a method for activating mdi children. Very
19609         basic right now. I imagine someday it might need more girth.
19610         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
19611         children windows names are added to the menu item.
19612         * ThemeWin32Classic.cs: Draw the arrow if the item is an
19613         mdilist. This happens regardless of whether or not there are any
19614         mdi windows to see in the list, and according to my tests happens
19615         before the items are even added. Also happens if there isn't even
19616         an mdi client to get windows from.
19617
19618 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
19619
19620         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
19621         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
19622
19623 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
19624
19625         * DataGridTableStyle.cs:
19626           - Create always the styles for the missing columns even if they are
19627             provided by the user (not default table style)
19628         * DataGrid.cs:
19629           - Fixes bug 76770
19630           - Fixes SetDataBinding (always re-attach source)
19631           - Fixes SetNewDataSource (only clear styles if they are not for 
19632             this source)
19633          -  Expands OnTableStylesCollectionChanged to handle style refresh 
19634             and remove properly
19635
19636 2005-11-29  Jackson Harper  <jackson@ximian.com>
19637
19638         * FileDialog.cs: Implement missing bits, remove some dead
19639         code.
19640         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
19641         creation of the panel so that the options set on the dialog are
19642         seen when the panel is created.
19643         * TreeView.cs: raise a click when items are clicked.
19644         
19645 2005-11-29  Jackson Harper  <jackson@ximian.com>
19646
19647         * MdiClient.cs: Pass some signature methods through to base.
19648
19649 2005-11-28  Jackson Harper  <jackson@ximian.com>
19650
19651         * ListView.cs: Raise the click event when items are clicked.
19652
19653 2005-11-28  Jackson Harper  <jackson@ximian.com>
19654
19655         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
19656         a nullref.
19657
19658 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
19659
19660         * ThemeNice.cs: - Removed 1 pixel bitmaps
19661           - Use SmoothingMode.AntiAlias where it makes sense
19662             (ScrollButton arrow for example)
19663           - Enhanced Button focus drawing
19664           - Fixed ComboBox drawing (no artefacts anymore, focus
19665             rectangle is back again, reduced size of ComboButton, etc.)
19666           - Fixed RadioButton focus drawing for Appearence.Button
19667           - Slight ScrollButton redesign
19668           - Some LinearGradientBrush size fixes
19669           - GroupBoxes have now rounded edges
19670           - Fixed StatusBar drawing
19671
19672 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
19673
19674         * ThemeNice.cs: - Remove dead code
19675           - use correct background colors for menus, etc.
19676           - Fake pixel drawing with 1 pixel bitmaps
19677
19678 2005-11-24  Jackson Harper  <jackson@ximian.com>
19679
19680         * MdiClient.cs: Size the scrollbars when resizing the window.
19681         - Resize the maximized windows when the client is resized
19682         * Form.cs: Make the child context available
19683         
19684 2005-11-23  Jackson Harper  <jackson@ximian.com>
19685
19686         * MdiChildContext.cs: Don't size windows if they are maximized.
19687
19688 2005-11-23  Mike Kestner  <mkestner@novell.com>
19689
19690         * ContextMenu.cs: use MenuTracker.
19691         * Control.cs: remove menu handle usage.
19692         * Form.cs: remove menu handle usage.
19693         * Hwnd.cs: remove menu handle usage.
19694         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
19695         motion and clicks to the new Tracker handlers.
19696         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
19697         and handle usage.
19698         * MenuAPI.cs: refactored to combine popup and menubar event handling.
19699         Killed the MENU and MENUITEM data types and associated collections
19700         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
19701         MenuTracker class that exposes the leftovers from the old MenuAPI
19702         static methods. Restructured Capture handling so that only one grab is
19703         done for the entire menu hierarchy instead of handing off grabs to
19704         submenus. Tracker now has an invisible control to Capture when active.
19705         * MenuItem.cs: add sizing accessors, kill Create
19706         and handle usage.
19707         * Theme.cs: remove menu handle and MENU(ITEM) usage.
19708         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
19709         MENU(ITEM). remove menu handle usage, use Menu directly.
19710         * XplatUIDriver.cs: remove menu handle usage.
19711         * XplatUIOSX.cs: remove menu handle usage.
19712         * XplatUIWin32.cs: remove menu handle usage.
19713         * XplatUIX11.cs: remove menu handle usage.
19714
19715 2005-11-22  Jackson Harper  <jackson@ximian.com>
19716
19717         * Hwnd.cs: Don't compute the menu size for
19718         DefaultClientRectangle.
19719         - Reenable menu sizes being computed for GetClienRectangle.
19720         * Form.cs: Remove comment of trechery
19721         
19722 2005-11-22  Jackson Harper  <jackson@ximian.com>
19723
19724         * Hwnd.cs: The adjustments for the menu bar are made when it is
19725         attached to the form.
19726
19727 2005-11-19  Jackson Harper  <jackson@ximian.com>
19728
19729         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
19730         (just like on windows).
19731
19732 2005-11-19  Jackson Harper  <jackson@ximian.com>
19733
19734         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
19735         use real buttons anymore because they are in non client area. The
19736         one TODO here is that I need to somehow invalidate a section of
19737         the non client area.
19738
19739 2005-11-18  Jackson Harper  <jackson@ximian.com>
19740
19741         * Control.cs: Put the enum check back in now that MDI doesnt have
19742         to use this to set border styles.
19743         * Form.cs: Only set mdi child windows borders if the handle has
19744         been created.
19745         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
19746         this directly on to the driver.
19747         - Get the move start position before adjusting for the titlebar
19748         height, this fixes the windows "skipping" when they are first
19749         moved.
19750
19751 2005-11-18  Jackson Harper  <jackson@ximian.com>
19752
19753         * XplatUIX11.cs: Just compute the mdi borders separately as they
19754         don't totally match up with normal form borders.
19755
19756 2005-11-18  Jackson Harper  <jackson@ximian.com>
19757
19758         * Control.cs: Set WS_ styles for borders, so that the driver does
19759         not have to retrieve the control instance to figure out what kind
19760         of borders it should have.
19761         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
19762         driver can know its an mdi child easily.
19763         * XplatUIX11.cs: Get the border styles and whether the window is
19764         MDI from the Styles and ExStyles params instead of having to get a
19765         control. This prevents a chicken and egg problem.       
19766
19767 2005-11-18  Jackson Harper  <jackson@ximian.com>
19768
19769         * MdiClient.cs: Fix typo so scrollbars show up correctly.
19770
19771 2005-11-18  Jackson Harper  <jackson@ximian.com>
19772
19773         * MdiClient.cs: Calculate when to add and remove scrollbars
19774         correctly.
19775         * MdiChildContext.cs: Adjust the y position to take the titlebar
19776         into account.
19777         - No height for FormBorderStyle.None
19778
19779 2005-11-18  Jackson Harper  <jackson@ximian.com>
19780
19781         * Control.cs: Allow non enum values to be used for
19782         InternalBorderStyle.  MDI does this to set a special border style.
19783         - New utility methods for converting points to/from client coords
19784         - Add the newly created control to the Controls collection before
19785         updating its style. This way UpdateStyle can walk the control
19786         heirarchy to find the control if needed.
19787         so I don't need to create a new Point object all the time.
19788         * Form.cs: Let MDI windows handle their border styles.
19789         - Set styles on MDI windows so the correct title style is derived.
19790         * MdiChildContext.cs: Move all the painting and window handling
19791         into the non client area.
19792         - Use correct sizing and put correct buttons on frames based on
19793         the FormBorderStyle.
19794         - Notify the mdi client about scrolling
19795         - Need to handle the buttons ourselves now, because they are all
19796         in non client areas and we can't add controls there.
19797         * MdiClient.cs: Halfway to scrolling, this implementation is
19798         somewhat broken though, we need to check to make sure other
19799         windows aren't causing scrolling before removing the bars. Also
19800         the bars need to be drawn on top, maybe I can switch implicit
19801         controls to be on top.
19802         * Hwnd.cs: caption_height and tool_caption_height are now
19803         properties of an hwnd, this way they can be set by the driver
19804         based on the type of window they are.  In X11 the window manager
19805         handles the decorations so caption_height is zero unless its an
19806         MDI window.
19807         - Add 3 pixel borders for MDI windows (0xFFFF).
19808         - Get rid of some code duplication, have DefaultClientRectanle
19809         just call GetClientRectangle.
19810         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
19811         Hwnd now.
19812         - Set border styles differently for mdi windows.
19813         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
19814         Hwnd now.
19815         
19816 2005-11-15  Mike Kestner  <mkestner@novell.com>
19817
19818         * Menu.cs: when adding an item to the collection, if item is already 
19819         parented, remove it from the parent.
19820
19821 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
19822
19823         * X11DesktopColors.cs: Added KDE support
19824
19825 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
19826
19827         * XplatUIWin32.cs: 
19828           - Clipboard methods now can translate Rtf format
19829           - No longer removes clipboard contents whenever a new format is added
19830             to allow placing multiple formats on the clipboard
19831         * Clipboard.cs: Clipboard now supports getting a IDataObject and
19832           will place all formats contained in it onto the clipboard. Also
19833           now cleans the clipboard before placing a new object onto it
19834         * RichTextBox.cs:
19835           - Implemented set_Rtf
19836           - Implemented set_SelectedRtf
19837           - Created InsertRTFFromStream() method to allow single code base
19838             for all properties and methods that insert RTF into document
19839           - Removed debug output
19840         * TextControl.cs:
19841           - Fixed Delete(int) to fix up line numbers
19842           - Fixed ReplaceSelection to combine start and end line
19843           - Fixed serious DeleteChars bug that would leave the document tree
19844             broken
19845           - Improved DumpTree with several logic checks to detect broken
19846             document trees
19847           - Removed debug lines
19848           - Fixed Caret.WordForward/WordBack moving code, now always also 
19849             updates caret.tag (fixes crash when word-selecting across tag
19850             boundaries via keyboard)
19851           - Added Insert() method for inserting multiline text into documents
19852           - Fixed DeleteChars() calculation errors that would cause a broken
19853             tag chain with multiple tag lines
19854           - DeleteChars() no longer crashes on multi-tag lines if not all tags
19855           - Split() no longer moves caret if split is at caret location
19856           - ReplaceSelection() now updates the cursor and re-displays it
19857           - ReplaceSelection() now uses new Insert() method to avoid code
19858             duplication
19859           - FormatText() can now handle formatting partial lines
19860         * TextBoxBase.cs:
19861           - Append now uses new TextControl.Insert() method (this avoids 
19862             duplicate code)
19863           - Implemented Ctrl-X (Cut) (
19864           - Implemented Ctrl-C (Copy)
19865           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
19866             regeneration when pasting text; roundtripping Copy&Paste within
19867             edit control still fails due to some calculation bugs in GenerateRTF)
19868           - The Delete key will now remove the current selection if it is visible
19869         * TextBox.cs: Removed debug lines
19870         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
19871           driver to be initialized and can't therefore be done via a static ctor)
19872
19873 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
19874
19875         * TextControl.cs: Added backend code for finding char arrays and strings
19876         * TextBoxBase.cs:
19877           - Added mouse wheel scroll support
19878           - Added support for VScroll and HScroll events
19879         * RichTextBox.cs:
19880           - Implemented all seven Find() variants
19881           - Implemented GetCharFromPosition()
19882           - Implemented GetCharIndexFromPosition()
19883           - Implemented GetLineFromIndex()
19884           - Implemented GetPositionFromCharIndex();
19885           - Implemented SaveFile for PlainText and UnicodeText
19886           - Fixed set_Font, now setting a new font applies that font to
19887             the whole document
19888           - Implemented generic Document to RTF converter
19889           - Implemented SaveFile for RichText format (still missing unicode
19890             conversion for non-ansi chars)
19891           - Implemented get_Rtf
19892           - Implemented get_SelectedRtf
19893
19894 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
19895
19896         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
19897           to allow any captures to be released before triggering OnClick. This
19898           way a click handler may capture the mouse without interference.
19899         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
19900           This way we send them even though X may not allow a grab (if the window
19901           isn't visible, for example)
19902
19903 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
19904
19905         * DataGridViewRowEventArgs.cs: DataGridView implementation
19906         * DataGridViewElement.cs: DataGridView implementation
19907         * DataGridViewComboBoxCell.cs: DataGridView implementation
19908         * DataGridViewDataErrorContexts.cs: DataGridView implementation
19909         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
19910         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
19911         * ImageLayout.cs: DataGridView implementation
19912         * DataGridViewComboBoxColumn.cs: DataGridView implementation
19913         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
19914         * DataGridViewSelectionMode.cs: DataGridView implementation
19915         * IDataGridViewEditingControl.cs: DataGridView implementation
19916         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
19917         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
19918         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
19919         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
19920         * DataGridViewColumnSortMode.cs: DataGridView implementation
19921         * DataGridView.cs: DataGridView implementation
19922         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
19923         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
19924         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
19925         * Padding.cs: DataGridView implementation
19926         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
19927         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
19928         * DataGridViewRowEventHandler.cs: DataGridView implementation
19929         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
19930         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
19931         * DataGridViewButtonCell.cs: DataGridView implementation
19932         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
19933         * DataGridViewEditMode.cs: DataGridView implementation
19934         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
19935         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
19936         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
19937         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
19938         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
19939         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
19940         * DataGridViewCellEventHandler.cs: DataGridView implementation
19941         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
19942         * DataGridViewCellStyleConverter.cs: DataGridView implementation
19943         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
19944         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
19945         * DataGridViewColumnEventArgs.cs: DataGridView implementation
19946         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
19947         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
19948         * QuestionEventArgs.cs: DataGridView implementation
19949         * IDataGridViewEditingCell.cs: DataGridView implementation
19950         * DataGridViewTriState.cs: DataGridView implementation
19951         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
19952         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
19953         * DataGridViewColumnCollection.cs: DataGridView implementation
19954         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
19955         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
19956         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
19957         * DataGridViewColumn.cs: DataGridView implementation
19958         * DataGridViewCellBorderStyle.cs: DataGridView implementation
19959         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
19960         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
19961         * DataGridViewRow.cs: DataGridView implementation
19962         * DataGridViewImageCellLayout.cs: DataGridView implementation
19963         * DataGridViewImageCell.cs: DataGridView implementation
19964         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
19965         * DataGridViewCheckBoxCell.cs: DataGridView implementation
19966         * DataGridViewHeaderCell.cs: DataGridView implementation
19967         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
19968         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
19969         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
19970         * DataGridViewTextBoxColumn.cs: DataGridView implementation
19971         * QuestionEventHandler.cs: DataGridView implementation
19972         * DataGridViewCellStyleScopes.cs: DataGridView implementation
19973         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
19974         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
19975         * DataGridViewCell.cs: DataGridView implementation
19976         * DataGridViewCellEventArgs.cs: DataGridView implementation
19977         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
19978         * DataGridViewCellStyle.cs: DataGridView implementation
19979         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
19980         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
19981         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
19982         * TextFormatFlags.cs: DataGridView implementation
19983         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
19984         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
19985         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
19986         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
19987         * DataGridViewButtonColumn.cs: DataGridView implementation
19988         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
19989         * HandledMouseEventArgs.cs: DataGridView implementation
19990         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
19991         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
19992         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
19993         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
19994         * DataGridViewRowCollection.cs: DataGridView implementation
19995         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
19996         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
19997         * DataGridViewHitTestType.cs: DataGridView implementation
19998         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
19999         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
20000         * DataGridViewColumnEventHandler.cs: DataGridView implementation
20001         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
20002         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
20003         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
20004         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
20005         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
20006         * DataGridViewContentAlignment.cs: DataGridView implementation
20007         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
20008         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
20009         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
20010         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
20011         * DataGridViewPaintParts.cs: DataGridView implementation
20012         * DataGridViewCellCollection.cs: DataGridView implementation
20013         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
20014         * DataGridViewImageColumn.cs: DataGridView implementation
20015         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
20016         * DataGridViewElementStates.cs: DataGridView implementation
20017         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
20018         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
20019         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
20020         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
20021         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
20022         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
20023         * DataGridViewRowHeaderCell.cs: DataGridView implementation
20024         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
20025         * DataGridViewTextBoxCell.cs: DataGridView implementation
20026         * DataGridViewBand.cs: DataGridView implementation
20027         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
20028         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
20029         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
20030         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
20031         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
20032         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
20033         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
20034         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
20035         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
20036         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
20037         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
20038
20039 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
20040
20041         * ThemeWin32Classic.cs: 
20042           - Draw the outside focus rectangle around buttons
20043           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
20044             doesn't use end caps for every dash of a line anymore. This
20045             workaround ignores the forecolor.
20046
20047 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
20048
20049         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
20050           endian safe.
20051
20052 2005-11-07  Jackson Harper  <jackson@ximian.com>
20053
20054         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
20055
20056 2005-11-07  Jackson Harper  <jackson@ximian.com>
20057
20058         * ScrollableControl.cs: Calculate the maximum and change vars
20059         (more) correctly so that scrollbars appear as a sensible size.
20060
20061 2005-11-04  Jackson Harper  <jackson@ximian.com>
20062
20063         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
20064         collection.
20065         * TreeView.cs: When the tree is sorted null out the top_node so
20066         that it is recalculated.
20067         - Use dotted lines instead of dashed lines to match MS better.
20068
20069 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
20070
20071         * ListView.cs: 
20072           - Implements key search for items. Useful when browsing files with FileDialog
20073           - When changing view mode or when clear the items reset scrollbar positions
20074
20075 2005-11-04  Jackson Harper  <jackson@ximian.com>
20076
20077         * CurrencyManager.cs: Implement the MetaDataChanged event, the
20078         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
20079         as to what the method may do as there is no real way of creating a
20080         derived CurrencyManager and calling the method. 
20081
20082 2005-11-03  Jackson Harper  <jackson@ximian.com>
20083
20084         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
20085         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
20086         method which seems to just be used internally to refresh the tabs.
20087
20088 2005-11-03  Jackson Harper  <jackson@ximian.com>
20089
20090         * TabControl.cs: Implement the remove method. Fix some broken
20091         comments.
20092
20093 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
20094
20095         * DateTimePicker.cs:
20096           - Added missing DateTimePickerAccessibleObject class
20097           - Added missing events
20098           - Added OnFontChanged method
20099         * Form.cs: Added missing attributes
20100         * TreeView.cs: Added missing attributes
20101
20102 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
20103
20104         * GridItemCollection.cs: Fix signatures
20105
20106 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
20107
20108         * XplatUI.cs: Updated build rev/date
20109         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
20110           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
20111         * Application.cs: Trigger context-specific ExitThread events
20112
20113 2005-11-03  Jackson Harper  <jackson@ximian.com>
20114
20115         * Menu.cs:
20116         * MainMenu.cs:
20117         * GridTableStylesCollection.cs:
20118         * Timer.cs:
20119         * TabPage.cs:
20120         * HelpProvider.cs:
20121         * StatusBar.cs:
20122         * MonthCalendar.cs: Signature fixes
20123
20124 2005-11-03  Jackson Harper  <jackson@ximian.com>
20125
20126         * TreeNodeCollection.cs: Remove should not be virtual.
20127         * TreeView.cs: Implement the last of the missing methods.
20128
20129 2005-11-03  Jackson Harper  <jackson@ximian.com>
20130
20131         * TreeNodeConverter.cs: Implement to get off my class-status back.
20132
20133 2005-11-03  Jackson Harper  <jackson@ximian.com>
20134
20135         * TreeView.cs: Hookup the bits for drag and drop.
20136         * TreeNode.cs: Don't cache the tree_view or index anymore, now
20137         that nodes can be moved from tree to tree easily this just causes
20138         all sorts of problems.
20139         * TreeNodeCollection: Don't need to give treenodes an index and
20140         treeview anymore when they are added, these are computed on the
20141         fly. Also make sure to remove a node before its added.
20142
20143 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
20144
20145         * TextControl.cs:
20146           - Added CaretSelection enum
20147           - Added comparison methods to Marker struct, makes selection code
20148             more readable
20149           - Added SelectionStart and SelectionEnd as 'moveable' location for
20150             the CaretDirection enum and handler
20151           - Added selection_prev variable to track optimized invalidation for
20152             word and line selection
20153           - Added SelectionVisible property (returns true if there is a valid 
20154             selection)
20155           - Switched CaretHasFocus to only display the caret if there is no
20156             visible selection
20157           - Avoiding StringBuilder.ToString to retrieve a single char, instead
20158             using the direct character index; should be much faster
20159           - Added various conditional debug statements
20160           - Fixed invalidation calculation for selection ranges
20161           - Added ExpandSelection() method to support word and line selection
20162           - Switched SetSelectionToCaret to use new Marker compare overloads
20163           - Added central IsWordSeparator() method to determine word 
20164             separators/whitespace and FindWordSeparator() to streamline common
20165             usage of IsWordSeparator()
20166         * TextBoxBase.cs:
20167           - Removed unneeded grabbed variable, it was just mirroring
20168             Control.Capture
20169           - No longer firing OnTextChanged event when Text setter is called,
20170             since the base will fire the event for us
20171           - Added handling of Ctrl-Up/Down selection
20172           - Added handling of Shift-Cursorkey selection
20173           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
20174             words
20175           - Added handling of Shift and Ctrl-Shift-Home/End selection
20176           - Removed some debug output
20177           - Added handling for single/double/tripple-click to place caret/
20178             select word/select line respectively (Fixes bug #76031)
20179           - Added support for drag expansion of word/line selection
20180         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
20181           current selection
20182
20183 2005-11-02  Jackson Harper  <jackson@ximian.com>
20184
20185         * X11Dnd.cs: If the drag is going to and from a MWF window just
20186         copy the data instead of sending it out through the X Selection
20187         mechanism.
20188
20189 2005-11-02  Jackson Harper  <jackson@ximian.com>
20190
20191         * X11Dnd.cs:
20192         * XplatUIX11.cs: When in a drag we don't want motion notify
20193         messages to get passed on to the other controls. This prevents
20194         mouse move messages from showing up in the drag source.
20195
20196 2005-11-02  Jackson Harper  <jackson@ximian.com>
20197
20198         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
20199         the correct button is release to end a drag.
20200         * XplatUIX11.cs: Make the button state internal so the drag system
20201         can access it.  Dragging needs to know about all button releases,
20202         not just left button.
20203
20204 2005-11-02  Miguel de Icaza  <miguel@novell.com>
20205
20206         * Form.cs (Icon): If the icon is null, reset the icon to the
20207         default value. 
20208
20209         * Cursor.cs: When writing the AND-mask bitmap do not include the
20210         number of colors, but hardcode those to two (black and white),
20211         fixes the loading of color cursors (Paint Dot Net).
20212
20213         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
20214         turn off autoscaling.
20215
20216         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
20217
20218 2005-11-02  Jackson Harper  <jackson@ximian.com>
20219
20220         * X11Dnd.cs: Make sure to send a status message if the pointer
20221         enters a control that can not accept a drop, otherwise the cursor
20222         isn't updated correctly. Also tried to compress the lines of code
20223         a bit.
20224
20225 2005-11-02  Jackson Harper  <jackson@ximian.com>
20226
20227         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
20228         set actions correctly.  This isn't perfect as XDND and win32 have
20229         some differences on how you allow actions. I'll clear this up by
20230         adding a path for drag from MWF to MWF windows.
20231         * XplatUIX11.cs: Hook into the dnd system.
20232
20233 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
20234
20235         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
20236         previously shown but they are no longer need it. Very obvious when 
20237         browsing files with FileDialog.
20238
20239 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
20240
20241         * Control.cs: We always need to call OnPaintBackground. We pretty much
20242           ignore AllPaintingInWmPaint and always do the painting there, whether 
20243           it's set or not, since we always ignore the WM_ERASEBKGND message 
20244           (which we don't generate on X11). This fixes #76616.
20245         * Panel.cs: Removed unneeded background painting. This happens properly
20246           in Control.cs already
20247
20248 2005-10-31  Mike Kestner  <mkestner@novell.com>
20249
20250         * Menu.cs: Add items to collection before setting their index.
20251         * MenuItem.cs : add range checking with ArgumentException like MS.
20252         [Fixes #76510]
20253
20254 2005-10-31  Jackson Harper  <jackson@ximian.com>
20255
20256         * ListBox.cs: Invalidate if the area is visible at all not just
20257         contained in the visible rect. Fixes unselection of semi visible
20258         items.
20259
20260 2005-10-31  Jackson Harper  <jackson@ximian.com>
20261
20262         * Control.cs: Consistently name the dnd methods. Make them
20263         internal so we can override them to match some MS behavoir
20264         internally.
20265         * Win32DnD.cs: Use the new consistent names.
20266
20267 2005-10-31  Jackson Harper  <jackson@ximian.com>
20268
20269         * TreeView.cs: Don't draw the selected node when we lose focus.
20270
20271 2005-10-31  Jackson Harper  <jackson@ximian.com>
20272
20273         * X11Dnd.cs: We still need to reset the state even though a full
20274         reset isn't being done, otherwise status's still get sent all over
20275         the place.
20276
20277 2005-10-31  Jackson Harper  <jackson@ximian.com>
20278
20279         * Control.cs: Make the dnd_aware flag internal so the dnd
20280         subsystem can check it. Catch exceptions thrown in dnd handlers to
20281         match MS behavoir.
20282         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
20283         * X11Dnd.cs: Handle null data in the converters. Set the XDND
20284         version when sending a XdndEnter. Use the control/hwnd dnd_aware
20285         flags to reduce the number of dnd enters/status's sent.
20286
20287 2005-10-31  Jackson Harper  <jackson@ximian.com>
20288
20289         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
20290
20291 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
20292
20293         * PictureBox.cs: Fixes 76512
20294
20295 2005-10-28  Jackson Harper  <jackson@ximian.com>
20296
20297         * X11Dnd.cs: Early implementation to support winforms being a drag
20298         source for data on X11. Also restructured the converters so they
20299         can go both ways now.
20300         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
20301         
20302 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
20303
20304         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
20305           clipboard requests
20306
20307 2005-10-27  Jackson Harper  <jackson@ximian.com>
20308
20309         * TreeNode.cs: Implement serialization so my DnD examples will work.
20310
20311 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
20312
20313         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
20314           TreeView.cs: Don't dispose objects that are not owned.
20315           
20316 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
20317
20318         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
20319           should retrieve the current cursor and report that, but XplatUI
20320           doesn't (yet) have an interface for that (and I'm not sure I even
20321           can, on X11)
20322         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
20323           until any message loop processing is done (and the WM_SETCURSOR
20324           replaces the cursor to the proper one)
20325         * XplatUIX11.cs: 
20326           - Fixed override behaviour, we can't set the cursor globally on X11, 
20327             just for our windows.
20328           - Invalidating the System.Drawing X11 display handle when we are
20329             shutting down
20330         * Control.cs: Fix to make csc happy
20331
20332 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
20333
20334         * TextBoxBase.cs: 
20335           - get_Text: Add last line (without trailing newline) to returned
20336             value (Fixes 76212)
20337           - get_TextLength: Count last line in returned length
20338           - ToString: Call Text property instead of duplicating code
20339
20340 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
20341
20342         * ImageList.cs: Dispose ImageAttributes objects.
20343
20344 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
20345
20346         * ImageList.cs: Use attribute constructors with less arguments where
20347           possible.
20348
20349 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
20350
20351         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
20352           Use typeof instead of strings when assembly is referenced. Added
20353           some more comments.
20354
20355 2005-10-21  Jackson Harper  <jackson@ximian.com>
20356
20357         * ListView.cs: Raise a double click event. Also tried to somewhat
20358         fix when the selectedindexchanged event is raised. Its still
20359         broken though.
20360
20361 2005-10-21  Jackson Harper  <jackson@ximian.com>
20362
20363         * TreeView.cs: New method to invalidate the plus minus area of a
20364         node without invalidating the whole node (maybe this can be used
20365         in some more places).
20366         * TreeNodeCollection.cs: When adding to an empty node we need to
20367         invalidate its plus minus area so the little block shows up.
20368         
20369 2005-10-21  Jackson Harper  <jackson@ximian.com>
20370
20371         * TreeView.cs: Make sure that when we invalidate a node the bounds
20372         are big enough to cover the selected box and the focus
20373         rectangle. Use a different colour for the lines connecting nodes
20374         so they show up with all themes.
20375
20376 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
20377
20378         * NativeWindow.cs: Don't call anything that could call into the driver,
20379           we might be on a different thread.
20380
20381 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
20382
20383         * Control.cs(Dispose): Since Dispose might run on a different thread,
20384           make sure that we call methods that could call into the driver via
20385           invoke, to avoid thread issues
20386
20387 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
20388
20389         * XplatUI.cs: Removed finalizer
20390         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
20391           not allowing to be called on the finalizer thread.
20392
20393 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
20394
20395         * ImageList.cs:
20396           - Reverted r51889 and r51891.
20397           - Added ImageListItem class that stores unmodified image items and image
20398             properties required to create list images until handle is created.
20399           - Added AddItem and moved image creation logic to AddItemInternal.
20400           - Added CreateHandle method that creates images based on unmodified items.
20401           - Added DestroyHandle that changes state to store unmodified items.
20402           - Add and AddStrip methods no more create handle.
20403           - ReduceColorDepth has no return value.
20404           - Dispose destroys handle.
20405           - Modified other methods to reflect the above changes.
20406           - Implemented key support.
20407           - Added profile 2.0 members and attributes.
20408           - Added private Reset and ShouldSerialize methods that provide the same
20409             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
20410             them as they are private.
20411           - Added some more comments about implementation details.
20412
20413 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20414
20415         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
20416
20417 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20418
20419         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
20420
20421 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20422
20423         * DataGridDrawingLogic.cs: Fixes column hit calcultation
20424         * DataGridColumnStyle.cs: Remove debug message
20425
20426 2005-10-20  Jackson Harper  <jackson@ximian.com>
20427
20428         * TreeView.cs: We can always get input keys regardless of whether
20429         or not editing is enabled. They are used for navigation.
20430
20431 2005-10-20  Jackson Harper  <jackson@ximian.com>
20432
20433         * TreeNode.cs: Use the viewport rect for determining if a node
20434         needs to be moved for visibility. Don't use Begin/End edit. This
20435         calls a full refresh when its done.
20436         * TreeView.cs: New SetBottom works correctly.  Make the viewport
20437         rect property internal so the treenodes can see it. When clicking
20438         on a node we need to ensure that its visible because it might just
20439         be partly visible when clicked.
20440
20441 2005-10-20  Jackson Harper  <jackson@ximian.com>
20442
20443         * TreeNodeCollection.cs: Remove debug code.
20444
20445 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
20446
20447         * Datagrid.cs: Implements column sorting in Datagrid
20448         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
20449
20450 2005-10-20  Jackson Harper  <jackson@ximian.com>
20451
20452         * TreeNodeCollection.cs: Remove items properly. Update the correct
20453         area after removing them.
20454
20455 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
20456
20457         * Datagrid.cs: Should not call base.OnPaintBackground
20458
20459 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
20460
20461         * XplatUIX11.cs (GetMessage):
20462           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
20463             window instead of client window
20464           - Now properly calculates NC_xBUTTONUP message coordinates
20465           - ScreenToMenu now properly calculates it's coordinates of whole 
20466             window, since menus are in the whole window, not in the client
20467             window
20468           - Added WholeToScreen coordinate translation method
20469
20470 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
20471
20472         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
20473           want to return a message, loop back to the beginning of the function
20474           and grab the next real message to process instead.
20475
20476 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
20477
20478         * Splitter.cs: Properly set limits if no filler control is used
20479
20480 2005-10-19  Jackson Harper  <jackson@ximian.com>
20481
20482         * ColorDialog.cs: Don't show the help button if it is not enabled
20483         instead of disabling it (this is what MS does). Don't create the
20484         panel until the dialog is run, otherwise the vars (such as
20485         ShowHelp) are not set yet.
20486
20487 2005-10-19  Jackson Harper  <jackson@ximian.com>
20488
20489         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
20490         are reduced when adding nodes.
20491         * TreeNode.cs:
20492         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
20493         tree.
20494         
20495 2005-10-19  Jackson Harper  <jackson@ximian.com>
20496
20497         * FolderBrowserDialog.cs: End editing our treeview so the window
20498         actually gets refreshed.
20499
20500 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
20501
20502         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
20503           Obsoleted handling of WM_ERASEBKGND, now always draws our background
20504           inside of WM_PAINT
20505
20506 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
20507
20508         * MenuAPI.cs: Returns after Hidding window
20509         * XplatUIX11.cs: Added TODO found while debugging menu issues
20510
20511 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
20512
20513         * XplatUIX11.cs: Do not re-map the whole window when it's size
20514           becomes non-zero unless it's supposed to be actually visible
20515
20516 2005-10-18  Jackson Harper  <jackson@ximian.com>
20517
20518         * TreeView.cs: We don't need to keep a count anymore.
20519         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
20520         use the Grow method.
20521
20522 2005-10-18  Jackson Harper  <jackson@ximian.com>
20523
20524         * TreeNodeCollection.cs: Insert is not supported on arrays, so
20525         implement it manually here.
20526
20527 2005-10-18  Jackson Harper  <jackson@ximian.com>
20528
20529         * ImageList.cs: Dont kill the list when the colour depth is
20530         changed, just change the colour depth of all the images.
20531         - Same goes for setting the image size. Just resize them all
20532         instead of killing the list softly.
20533
20534 2005-10-18  Jackson Harper  <jackson@ximian.com>
20535
20536         * Control.cs: Don't invalidate empty rectangles.
20537
20538 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
20539
20540         * ListViewItem.cs:
20541           - Adds checked item to the Checked/Item lists (where empty before)
20542           - Do not add items to the Selected lists if they are already present
20543         * ListView.cs:
20544           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
20545           - When deleting items make sure that we delete them for the Selected
20546           and Checked list also.
20547
20548 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
20549
20550         * Label.cs: Dispose objects no longer used
20551         * ThemeWin32Classic.cs: Dispose objects no longer used
20552
20553 2005-10-18  Jackson Harper  <jackson@ximian.com>
20554
20555         * TabControl.cs: Don't refresh the whole control when the tabs are
20556         scrolled, we just need to refresh the tab area.
20557
20558 2005-10-17  Jackson Harper  <jackson@ximian.com>
20559
20560         * XplatUIX11.cs: Compress code a little bit. Only calculate the
20561         after handle when we need it.
20562
20563 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
20564
20565         * Control.cs: When the parent size changes, recalculate anchor 
20566           positions. Partial fix for #76462
20567
20568 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
20569
20570         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
20571           drawn. Fixes #76462
20572
20573 2005-10-17  Jackson Harper  <jackson@ximian.com>
20574
20575         * MonthCalendar.cs: Don't create the numeric up down until our
20576         handle is created. Otherwise our handle is created in the
20577         constructor and we don't know if we are a WS_CHILD or WS_POPUP
20578         yet.
20579
20580 2005-10-17  Jackson Harper  <jackson@ximian.com>
20581
20582         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
20583         correctly.
20584
20585 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20586         * TreeNode.cs : small logical fix (was using local var instead of field)
20587         
20588 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
20589
20590         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
20591
20592 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
20593
20594         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
20595
20596 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
20597
20598         * Control.cs: 
20599           - Re-implemented anchoring code. My first version was really broken.
20600             This fixes bug #76033. Unlike the previous implementation we will
20601             no longer have round errors since all numbers are calculated from
20602             scratch every time. Removed various anchor-related obsolete vars.
20603           - InitLayout no longer causes layout event firing and layout to be 
20604             performed
20605
20606 2005-10-16  Jackson Harper  <jackson@ximian.com>
20607
20608         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
20609         which was broken).
20610
20611 2005-10-16  Jackson Harper  <jackson@ximian.com>
20612
20613         * TabControl.cs: Remove debug code.
20614
20615 2005-10-16  Jackson Harper  <jackson@ximian.com>
20616
20617         * XEventQueue.cs: Increase the default queue size (very simple
20618         apps needed to grow the queue).
20619         * Hwnd.cs: No finalizer so we don't need to suppress
20620         finalization. Compute the invalid area manually so a new rectangle
20621         does not newto be created.
20622         * ScrollableControl.cs: Don't set any params (otherwise visibility
20623         isn't set correctly).
20624         * MdiChildContext.cs: New constructor takes the mdi parent so it
20625         doesn't have to be computed and avoids a crash on windows. Draw
20626         the window icon properly, and allow the text to be seen.
20627         * Form.cs: Use new MdiChildContext constructor. Make sure the
20628         child context isn't null in wndproc.
20629         * TabControl.cs: Don't set focus, this is muddling keyboard
20630         behavoir. Expand the tab rows when a window size increase will
20631         allow extra tabs to be seen. Don't allow tabs smaller than the
20632         width of a window to be scrolled out of view.
20633         * TreeNode.cs:
20634         * TreeView.cs: Use measure string to calculate a nodes width, the
20635         width is cached and only updated when the text or the font is
20636         changed. Don't check for expand/collapse clicks on the first level
20637         nodes if root lines are disabled.
20638         
20639 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
20640
20641         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
20642
20643 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
20644
20645         * DataGridBoolColumn.cs: fixes warning
20646
20647 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
20648
20649         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
20650         to match more to match more precisely the MS Net behavior
20651
20652 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
20653
20654         * Hwnd.cs: Added field to track if window is mapped
20655         * XplatUIX11.cs: 
20656           - Unmap windows if they become 0-size, re-map when 
20657             they are >0 again; fixes #76035
20658           - Re-set our error handler after initializing X11Desktop
20659             to override any error handlers Gtk or whatever was called
20660             may have set.
20661
20662 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
20663
20664         * CheckedListBox.cs: Removed unused vars
20665         * ListView.cs: Fixed signatures
20666         * RichTextBox.cs: Removed unused vars
20667         * TextBoxBase.cs: Removed unused vars
20668         * XplatUIWin32.cs: Removed unused vars
20669         * XplatUIX11.cs: Removed unused vars
20670         * XplatUI.cs: Updated version and date to latest published
20671
20672 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
20673
20674         * Cursor.cs: Added private .ctor to work around a bug in
20675           resourceset (Thanks to Geoff Norton for the help on this)
20676         * SplitterEventArgs.cs: Made fields accessible so we don't
20677           waste boatloads of objects and can reuse the same one
20678           in Splitter
20679         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
20680           any captions and borders when generating screen coordinates
20681         * Splitter.cs: Reimplemented control, now fully complete, uses
20682           rubberband drawing, supports and obeys all properties, has
20683           proper cursors
20684
20685 2005-10-13  Miguel de Icaza  <miguel@novell.com>
20686
20687         * Form.cs (Form): Setup default values for autoscale and
20688         autoscale_base_size;  Make these instance variables, not static
20689         variables. 
20690
20691         (OnLoad): on the first load, adjust the size of the form.
20692
20693 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
20694
20695         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
20696           width argument to DrawReversibleRectangle()
20697         * XplatUIWin32.cs, XplatUIX11.cs: 
20698           - Implemented width for DrawReversibleRectangle()
20699           - Added logic to DrawReversibleRectangle that recognizes a zero
20700             width or height and only draws a line in that situation
20701         
20702 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
20703
20704         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
20705         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
20706         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
20707           method (it uses our FosterParent window to get a graphics context)
20708
20709 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
20710
20711         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
20712           and SetWindowBackground methods
20713         * Control.cs:
20714           - Setting proper ControlStyles
20715           - We no longer call XplatUI.SetWindowBackground and XplatUI.
20716             EraseWindowBackground, instead we draw the window background
20717             ourselves in PaintControlBackground. This behaviour is
20718             required to match MS, where, when OnPaintBackground is not
20719             called, the background is not drawn.
20720           - Removed unneeded Refresh() in set_Text
20721         * Hwnd.cs: Dropped the ErasePending support. No longer needed
20722         * XplatUIX11.cs:
20723           - Created DeriveStyles method to translate from CreateParams to
20724             FormBorderStyle and TitleStyle, also handles BorderStyle (which
20725             matches FormBorderStyle enum values)
20726           - Consolidated SetHwndStyles and CalculateWindowRect border/title
20727             style calculations into single DeriveStyles method
20728           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
20729             from redrawing the whole window on any resize or expose.
20730           - Fixed CreateWindow usage of SetWindowValuemask. Before not
20731             all styles were applied to our whole/client window appropriately
20732           - Removed EraseWindowBackground() and SetWindowBackground() methods
20733           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
20734             no longer clear/redraw the background through X
20735           - Removed handling of erase_pending bit, we have no use for it (or
20736             so it seems)
20737         * XplatUIOSX.cs:
20738           - Removed generation and handling of WM_ERASEBKGND message
20739           - Removed EraseWindowBackground() and SetWindowBackground() methods
20740           - Removed handling of hwnd.ErasePending flag
20741         * XplatUIWin32.cs:
20742           - Removed EraseWindowBackground() and SetWindowBackground() methods
20743           - We no longer call EraseWindowBackground on PaintEventStart, we 
20744             ignore the fErase flag, erasing is handled in Control in the
20745             background handler
20746         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
20747           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
20748           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
20749           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
20750           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
20751           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
20752           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
20753
20754 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
20755
20756         * PropertyGrids.cs: Get sub properties
20757         * PropertyGridView.cs: Fix drawing code
20758
20759 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20760
20761         * ListBox.cs: Fixes 76383
20762
20763 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20764
20765         * DataGridTextBoxColumn.cs: Sets location and size before attachment
20766         * ThemeWin32Classic.cs: Fixes border drawing and calculations
20767         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
20768
20769
20770 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20771
20772         * ComboBox.cs: Fixes border drawing
20773
20774 2005-10-10  Miguel de Icaza  <miguel@novell.com>
20775
20776         * MimeIcon.cs: Ignore errors if the file can not be read.
20777
20778 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20779
20780         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
20781          - Fixed border calculations
20782          - Fixed horizontal scrolling in single column listboxes
20783          - Fixed drawing issues
20784
20785 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
20786
20787         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
20788           FormBorderStyle enum
20789         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
20790           code to determine FormBorderStyles from CreateParams
20791         * Form.cs:
20792           - Fixed bug where we'd set the wrong window styles if we were
20793             not creating an MDI window
20794           - Added call to XplatUI.SetBorderStyle when form borders are set
20795         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
20796         * Hwnd.cs:
20797           - Removed obsolete edge style
20798           - Switched from BorderStyle to FormBorderStyle
20799         
20800 2005-10-10  Jackson Harper  <jackson@ximian.com>
20801
20802         * Form.cs: Use the property to get the window handle instead of
20803         accessing it directly. Prevents a null reference exception.
20804
20805 2005-10-10  Jackson Harper  <jackson@ximian.com>
20806
20807         * TreeView.cs: Don't adjust the rect given to DrawString now that
20808         our libgdiplus draws correctly.
20809
20810 2005-10-08  Jackson Harper  <jackson@ximian.com>
20811
20812         * TreeView.cs: Don't try to find the clicked on node if there are
20813         no nodes in the tree.
20814
20815 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
20816
20817         * RichTextBox.cs:
20818
20819           restore
20820
20821 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
20822
20823         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
20824           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
20825           ErrorProvider.cs:
20826           Use ResPool for brushes and dispose System.Drawing objects that
20827           are not used anymore.
20828
20829 2005-10-07  Jackson Harper  <jackson@ximian.com>
20830
20831         * MdiChildContext.cs: Use the new borders instead of drawing them
20832         ourselves.
20833
20834 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
20835
20836         * Calling UpdateBounds after changing the window's BorderStyle 
20837         since the style can change the ClientSize
20838
20839 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20840
20841         * Control.cs: Made PaintControlBackground virtual
20842         * Panel.cs: Overriding PaintControlBackground instead of using paint
20843           event; paint event method was interfering with 'real' users of the
20844           event.
20845
20846 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
20847
20848         * ThemeWin32Classic.cs: remove border drawing since it is handled
20849         by the base control class now and was causing double border drawing.
20850
20851 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20852
20853         * Panel.cs: Redraw our background on paint. Not a pretty solution,
20854           but it does seem to match MS behaviour. This fixes bug #75324
20855
20856 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20857
20858         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
20859           somewhat hackish looking
20860
20861 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
20862
20863         * TextBoxBase.cs:
20864           - We now accept Enter even if AcceptEnter is false, if the containing
20865             form does not have an AcceptButton configured (fixes bug #76355)
20866           - Calculations are now fixed to no longer use Width/Height, but
20867             ClientSize.Width/Height, since we now support borders (this was
20868             a result of fixing borders and therefore bug #76166)
20869           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
20870             true (fixes bug #76354)
20871         
20872 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20873
20874         * Control.cs: 
20875           - Defaulting BorderStyle and setting it in XplatUI when our window 
20876             is created
20877           - Added enum check to InternalBorderStyle setter
20878         * XplatUIX11.cs: 
20879           - Added drawing of window borders
20880           - Now properly calculates WM decorations offset for toplevel 
20881             windows (fixes bug #74763)
20882         * XplatUIWin32.cs: 
20883           - Implemented BorderStyles for windows (we're letting win32 draw 
20884             the border for us)
20885           - Fixed the signature for SetWindowLong
20886         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
20887           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
20888           setting borders
20889         * UpDownBase.cs: Remove drawing of borders, this is handled by
20890           the driver, outside the client area
20891         * ListView.cs: Removed bogus border calculations. The control should
20892           be oblivious to borders, since those are not part of the client
20893           area. 
20894         * X11DesktopColors.cs: Commented out (currently) unneeded variables
20895         * ThemeWin32Classic.cs: Removed border calculations from ListView 
20896           drawing code
20897
20898 2005-10-06  Jackson Harper  <jackson@ximian.com>
20899
20900         * MdiChildContext.cs: Clear out the old virtual position remove
20901         all the unneeded calls to CreateGraphics.
20902
20903 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
20904
20905         * TextControl.cs: Use proper color for highlighted text; fixes #76350
20906
20907 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
20908
20909         * Form.cs: 
20910           - Added loading and setting of our new default icon
20911           - Only set icon if window is already created
20912
20913 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20914
20915         * Label.cs:
20916           - Do not explicitly set the foreground and background colors, to
20917             allow inheriting from parents (fixes #76302)
20918           - Use Control's InternalBorderStyle property to deal with borders
20919
20920 2005-10-06  Jackson Harper  <jackson@ximian.com>
20921
20922         * MdiChildContext.cs: Use the new xplatui function to draw a
20923         reversible rect.
20924
20925 2005-10-06  Jackson Harper  <jackson@ximian.com>
20926
20927         * Form.cs: Add the parent before creating the child context cause
20928         we need the parent when setting up the child.
20929
20930 2005-10-06  Jackson Harper  <jackson@ximian.com>
20931
20932         * FolderBrowserDialog.cs: redo the tree population code so a
20933         second thread isn't used. Should be a lot faster and more stable
20934         now.
20935
20936 2005-10-05  Jackson Harper  <jackson@ximian.com>
20937
20938         * TreeView.cs: There are no expand/collapse boxes if the node has
20939         no children.
20940
20941 2005-10-05  Jackson Harper  <jackson@ximian.com>
20942
20943         * X11DesktopColors.cs: Get menu colours for the gtk theme.
20944
20945 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
20946
20947         * FileDialog.cs: Fix InitialDirectory
20948
20949 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
20950
20951         * ComboBox.cs:
20952                 - Fixes changing between styles
20953                 - Fixes simple mode
20954                 - Fixes last item crashing when navigating with keyboard
20955
20956 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
20957
20958         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
20959
20960 2005-10-05  Jackson Harper  <jackson@ximian.com>
20961
20962         * TreeView.cs: If updating the root node do a full refresh.
20963         * TreeNode.cs: The root node should be expanded by default. Also
20964         added a utility prop to tell if we are the root node.
20965         * TreeNodeCollection.cs: Only refresh if the node we are being
20966         added to is expanded. Also added a comment on a potential
20967         optimization.
20968         
20969 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
20970
20971         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
20972           in dispose method. Fixes #76330
20973
20974 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
20975
20976         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
20977
20978                 - Implements vertical and horizontal scrolling using XplatUI
20979                 - Fixes keyboard navagation
20980                 - Fixes EnsureVisible
20981                 - Drawing fixes
20982                 - Handles and draws focus properly
20983
20984
20985 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
20986
20987         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
20988           Create handle. NET_2_0: Destroy handle when value is null.
20989
20990 2005-10-03  Jackson Harper  <jackson@ximian.com>
20991
20992         * ScrollBar.cs: My last scrollbar patch was broken. This is a
20993         revert and a new patch to prevent the thumb from refreshing so
20994         much.
20995
20996 2005-10-02  Jackson Harper  <jackson@ximian.com>
20997
20998         * ScrollBar.cs: Don't update position if it hasn't actually
20999         changed. This occurs when you hold down the increment/decrement
21000         buttons and the thumb gets to the max/min.
21001
21002 2005-10-01  Jackson Harper  <jackson@ximian.com>
21003
21004         * Form.cs:
21005         * MdiChildContext.cs:
21006         * MdiClient.cs: Implement ActiveMdiChild in Form.
21007
21008 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
21009
21010         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
21011
21012 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
21013
21014         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
21015           be found
21016
21017 2005-09-30  Jackson Harper  <jackson@ximian.com>
21018
21019         * ListBox.cs: Don't do a full refresh unless some data has
21020         actually changed.
21021
21022 2005-09-30  Jackson Harper  <jackson@ximian.com>
21023
21024         * TreeView.cs: Make sure that the checkboxes size is factored in
21025         even when not visible.
21026
21027 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
21028
21029         * FileDialog.cs: Fix Jordi's build break
21030
21031 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
21032
21033         * FileDialog.cs: 
21034                 - Use standard the Windows colours for the combobox as espected
21035                 - Dispose objects that use resouces when no longer need them
21036
21037 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
21038
21039         * X11DesktopColors.cs: Initial incomplete implementation
21040         * XplatUIX11.cs: Added call to initialize X11DesktopColors
21041
21042 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
21043
21044         * Theme.cs: 
21045           - Switched Theme color names to match the names defined in 
21046             System.Drawing.KnownColors. Life's hard enough, no need to make 
21047             it harder.
21048           - Added setters to all theme color properties so themes can set
21049             their color schemes. The setters also propagate the color changes
21050             to System.Drawing.KnownColors via reflection
21051         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
21052           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
21053           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
21054           use the new, more logical theme color names
21055         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
21056           post-NT colors
21057         * ThemeWin32Classic.cs:
21058           - Removed code to set the old classic Windows colors. Instead it
21059             now relies on the colors returned by System.Drawing.KnownColors
21060             which will be either modern static colors (Unix) or colors
21061             read from the user's configuration (Win32)
21062           - Updated to use the new, more logical theme color names
21063           - Switched DataGrid drawing code to use only Theme colors instead of
21064             a mix of System.Drawing.KnownColors and Theme colors
21065           - DrawFrameControl(): Removed code that fills the button area, the
21066             fill would overwrite any previous fill done by a control. This
21067             fixes bug #75338 
21068           - Added DrawReversibleRectangle() stub
21069         * ScrollableControl.cs: Set visible state to false when scrollbars
21070           are removed (pdn fix)
21071         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
21072           DrawReversibleRectangle() method to allow drawing primitive 
21073           'rubber bands'
21074         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
21075
21076 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21077
21078         * ImageList.cs: Add(Icon): Create handle.
21079
21080 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
21081
21082         * ListView.cs:
21083         * ThemeWin32Classic.cs:
21084                 - Fixes detail mode
21085                 - Sets clippings
21086                 - Issues with drawing
21087
21088 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21089
21090         * ImageList.cs: Moved RecreateHandle back to ImageList as event
21091           source has to be the ImageList.
21092
21093 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21094
21095         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
21096
21097 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21098
21099         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
21100
21101 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21102
21103         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
21104
21105 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
21106         * GridItem.cs: Fixed TODOs
21107         * GridItemCollection.cs: Added ICollection interface
21108
21109 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21110
21111         * ImageList.cs: Resize icons when needed.
21112
21113 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
21114
21115         * ListViewItem.cs
21116                 - Fixes GetBounds and returns on screen rects
21117         * ListView.cs:
21118                 - Fixes vertical and horzintal scrolling of items
21119         * ThemeWin32Classic.cs:
21120                 - Fixes drawing
21121                 
21122 2005-09-29  Raja R Harinath  <harinath@gmail.com>
21123
21124         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
21125
21126 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
21127
21128         * ImageList.cs: Added comments about handle creation. Moved Handle,
21129           HandleCreated and OnRecreateHandle implementations to ImageCollection.
21130           Handle is created in Add methods.
21131
21132 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
21133          
21134         * DataGridDrawingLogic.cs: 
21135                 - Takes rows into account on Colum calculations
21136                 - Returns the column when clickig
21137         * DataGrid.cs:
21138                 - Fixes default HitTestInfo values
21139                 - Fixes HitTestInfo.ToString
21140                 - Fixes ResetBackColor          
21141         
21142 2005-09-28  Jackson Harper  <jackson@ximian.com>
21143
21144         * MdiChildContext.cs: Obey rules for fixed sized windows (no
21145         sizing or cursor changes). Also added some temp code to draw the
21146         titlebars text (Makes dev a little easier).
21147
21148 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
21149
21150         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
21151
21152 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
21153          
21154         * ListBox.cs: Fixes bug 76253
21155
21156 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
21157
21158         * ImageList.cs: Added comments about the current implementation. Added
21159           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
21160           Format32bppArgb to preserve transparency and can use Graphics.FromImage
21161           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
21162           with Bitmap.LockBits for better performance. Revised the whole file to
21163           match MS.NET behaviour and provide better performance. Non-public
21164           interface members are calling public members even when they throw
21165           NotSupportedException for better maintainability. Moved ColorDepth,
21166           ImageSize, ImageStream and TransparentColor implementations to
21167           ImageCollection for better performance as these properties are not used
21168           by ImageList.
21169         * ImageListStreamer.cs: Added a new internal constructor that takes an
21170           ImageList.ImageCollection and serializes Images based on
21171           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
21172           match ImageList property name.
21173
21174 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
21175
21176         * ListBox.cs: Fixes IndexFromPoint for last item
21177
21178 2005-09-27  Jackson Harper  <jackson@ximian.com>
21179
21180         * Form.cs: Set the position of new mdi children correctly.
21181
21182 2005-09-27  Jackson Harper  <jackson@ximian.com>
21183
21184         * MdiClient.cs: New mdi children need to be added to the back of
21185         the controls collection so the zorder is set correctly. Also add a
21186         count of all the child windows that have been created.
21187
21188 2005-09-27  Jackson Harper  <jackson@ximian.com>
21189
21190         * Form.cs (CreateParams): Setup MDI forms correctly.
21191
21192 2005-09-27  Jackson Harper  <jackson@ximian.com>
21193
21194         * MdiChildContext.cs:
21195         * MonthCalendar.cs:
21196         * UpDownBase.cs:
21197         * ListBox.cs:
21198         * ListView.cs:
21199         * TextBoxBase.cs:
21200         * TreeView.cs:
21201         * ScrollableControl.cs:
21202         * ComboBox.cs: Add implicit controls using the new implict control
21203         functionality in ControlCollection. Also try to block multiple
21204         control add in a suspend/resume layout to save some cycles.
21205         
21206 2005-09-27  Jackson Harper  <jackson@ximian.com>
21207
21208         * Control.cs: Add functionality to the controls collection to add
21209         'implicit controls' these are controls that are created by the
21210         containing control but should not be exposed to the user. Such as
21211         scrollbars in the treeview.
21212         * Form.cs: The list var of the ControlsCollection is no longer
21213         available because of the potential of implicit controls getting
21214         ignored by someone accessing the list directly.
21215
21216 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
21217
21218         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
21219           loose it's parent. (Fixed bug introduced in r49103 when we added
21220           setting the child parent to null on Remove)
21221
21222 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
21223
21224         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
21225         * Splitter.cs: Added missing attributes for BorderStyle property.
21226         * TextBoxBase.cs: Marked Calculate* methods internal.
21227         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
21228         MS.NET.
21229
21230 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
21231          
21232         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
21233
21234 2005-09-25  Jackson Harper  <jackson@ximian.com>
21235
21236         * TreeView.cs: Update the node bounds correctly regardless of
21237         whether the node is visible.
21238
21239 2005-09-25  Jackson Harper  <jackson@ximian.com>
21240
21241         * ImageList.cs: Don't dispose the image after it is added to the
21242         image list. Only reformat images that need to be resized.
21243
21244 2005-09-25  Jackson Harper  <jackson@ximian.com>
21245
21246         * ImageList.cs: Don't set the format when changing the image.
21247
21248 2005-09-25  Jackson Harper  <jackson@ximian.com>
21249
21250         * TreeView.cs: We can't just assume the node has a font. Use the
21251         treeviews font if no node font is available.
21252
21253 2005-09-25  Jackson Harper  <jackson@ximian.com>
21254
21255         * TreeView.cs: Allow the scrollbars to be reset with negative
21256         values.
21257         - Don't add scrollbars to negative sized windows.
21258
21259 2005-09-23  Jackson Harper  <jackson@ximian.com>
21260
21261         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
21262         old Mono.Posix. Also remove some stray code that shouldn't have
21263         been committed.
21264
21265 2005-09-23  Jackson Harper  <jackson@ximian.com>
21266
21267         * TreeView.cs: Attempt at proper sizing of the horizontal
21268         scrollbar. Also don't resize the scrollbars unless they are
21269         visible.
21270
21271 2005-09-23  Jackson Harper  <jackson@ximian.com>
21272
21273         * TreeView.cs: We don't need to expand the invalid area when the
21274         selection changes, as this is all drawn in the node's bounding
21275         box. The area needs to be expanded (previous typo was contracting
21276         it) when the focus rect moves.
21277
21278 2005-09-23  Jackson Harper  <jackson@ximian.com>
21279
21280         * TreeView.cs: Display the selection box under the correct
21281         circumstances. We were rendering white text with no selection box
21282         before.
21283
21284 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
21285
21286         * TextControl.cs(Split): Now updates selection start/end if it points 
21287           into a line that's being split. Fixes a FIXME and bug #75258
21288
21289 2005-09-23  Jackson Harper  <jackson@ximian.com>
21290
21291         * Binding.cs:
21292         * ListControl.cs: Don't use the path when retrieving binding
21293         managers from the binding context. My bat sense tells me that the
21294         path is only used on insertion.
21295
21296 2005-09-22  Jackson Harper  <jackson@ximian.com>
21297
21298         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
21299
21300 2005-09-22  Jackson Harper  <jackson@ximian.com>
21301
21302         * Splitter.cs: There are special cursors used for splitting.
21303         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
21304
21305 2005-09-22  Jackson Harper  <jackson@ximian.com>
21306
21307         * Splitter.cs: Change the cursor appropriately when the splitter
21308         is moused over, so the user actually knows there is a splitter
21309         there.
21310
21311 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
21312
21313        * Label.cs : Fix ToString method to give same output as MS.NET
21314
21315 2005-09-22  Jackson Harper  <jackson@ximian.com>
21316
21317         * TreeView.cs: Create the scrollbars when the handle is created
21318         and add them right away, just make them invisble. Also account for
21319         the window being shrunk vertically to the point that the vert
21320         scrollbar needs to be added.
21321         - Remove some 0.5 adjustments to get around anti aliasing issues.
21322         
21323 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
21324          
21325         * MainMenu.cs: Fixes default value
21326         * MenuItem.cs: Fixes default value
21327
21328 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
21329
21330         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
21331
21332 2005-09-21  Jackson Harper  <jackson@ximian.com>
21333
21334         * Control.cs: Don't try to set the border style on the window if
21335         it hasn't been created. When the window is created the border
21336         style will be used.
21337
21338 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
21339
21340         * Control.cs (Update): Don't call XplatUI if we don't have a
21341           window handle yet
21342
21343 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
21344
21345         * ContainerControl.cs: Instead of throwing an exception, print
21346           a one-time warning about Validate not being implemented
21347         * XplatUIWin32.cs: Removed debug output
21348
21349 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
21350
21351         * Control.cs: Only set XplatUI background if we expect the windowing
21352           system to handle the background. This stops controls that draw their
21353           own background from flickering
21354
21355         * XplatUIX11.cs: Support custom visuals and colormaps for window 
21356           creation. This allows, amongst other things, using MWF X11 windows 
21357           with OpenGL.
21358
21359 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
21360
21361         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
21362           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
21363           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
21364           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
21365           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
21366           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
21367           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
21368           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
21369           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
21370           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
21371           GridColumnStylesCollection.cs, 
21372           IDataGridColumnStyleEditingNotificationService.cs,
21373           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
21374           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
21375           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
21376           TreeNodeCollection.cs, AmbientProperties.cs, 
21377           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21378           DataObject.cs, ErrorProvider.cs, Splitter.cs,
21379           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
21380           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
21381           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
21382           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
21383           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
21384           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
21385           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
21386           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
21387           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
21388           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
21389           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
21390           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
21391           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
21392           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
21393           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
21394           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
21395           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
21396           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
21397           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
21398           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
21399           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
21400           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
21401           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
21402           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
21403           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
21404           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
21405           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
21406           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
21407           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
21408           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
21409           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
21410           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
21411           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
21412           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
21413           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
21414
21415 2005-09-21  Jackson Harper  <jackson@ximian.com>
21416
21417         * TreeNode.cs: Call Before/After Expand not Collapse when
21418         expanding.
21419
21420 2005-09-20  Jackson Harper  <jackson@ximian.com>
21421         
21422         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
21423
21424 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
21425          
21426         * ListViewItem.cs:
21427                 - Fixes bug 76120
21428                 - Fixes proper storing of subitems
21429                 - Fixes not updated items
21430
21431 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
21432
21433         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
21434           things if our window handle isn't created yet. Also disabled 
21435           debug for TextBoxBase
21436
21437 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
21438
21439         * MenuAPI.cs: Remove filtering of events to allow menu usage
21440
21441 2005-09-20  Miguel de Icaza  <miguel@novell.com>
21442
21443         * Cursor.cs: Allow null to be passed to Cursor.Current.
21444
21445 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
21446
21447         * ThemeWin32Classic.cs:
21448           - Change some private methods/fields to protected virtual so that 
21449             they can be accessed and overriden in derived classes
21450           - First refactoring of some methods. Derived themes now don't 
21451             need to duplicate the complete code from ThemeWin32Classic
21452         * ThemeNice.cs:
21453           - Added nice StatusBar
21454           - Derive from ThemeWin32Classic and not Theme
21455           - Removed duplicate ThemeWin32Classic code
21456
21457 2005-09-20  Miguel de Icaza  <miguel@novell.com>
21458
21459         * Control.cs (ControlCollection.Add): If the value null is passed
21460         the control is ignored. 
21461
21462         Optimize this loop.
21463
21464 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
21465
21466         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
21467           PostQuitMessage state.
21468         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
21469
21470 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
21471
21472         * Application.cs: Our constructor will never get called, move 
21473           initialization to fields; fixes bug #75933
21474
21475 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
21476
21477         * FileDialog.cs :
21478                 - Allow files to be selected properly using file name
21479                 combo box.
21480                 - Add ability to change diretory (absolute / relative)
21481                 using file name combo box.
21482
21483 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
21484          
21485         * ListBox.cs: 
21486                 - Fixes Multicolumn listboxes item wrong calculations
21487                 - Allows to click when only one item is in the listbox
21488                 - Fixes crash when no items using keyboard navigation
21489
21490 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
21491
21492         * ComboBox.cs: Reverted almost everything from the latest patch which
21493           broke ComboBox
21494
21495 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
21496         
21497         * ToolTip.cs:
21498                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
21499         * ComboBox.cs:
21500                 - When DropDownStyle is Simple, it does not show scrollbar 
21501                 to the last item of the list.
21502                 - When DropDownStyle is Simple, it crashed when the list was 
21503                 scrolled down with the down cursor key.
21504                 - Fixed a bug that when DropDownStyle is DropDownList, the 
21505                 selected item was not shown.
21506                 - The position of the selected item was not preserved when 
21507                 the next dropdown happened.
21508         * ThemeWin32Classic.cs:
21509                 - Items were wrapped at the right end.
21510         * CheckedListBox.cs:
21511                 - Fixed Add method
21512         * ListBox.cs:
21513                 - Items should be fully shown.
21514                 - When resizing and vertical scrollbar disappeared, the item 
21515                 of index 0 should be on the top of the list.
21516                 - GetItemRectangle should consider the size of ver. scrollbar
21517         * StatusBar.cs:
21518                 - SizingGrip area should not be allocated when it is not 
21519                 displayed.
21520                 - Now it reflects MinWidth of the containing panel and 
21521                 fixed a crash that happens when its width becomes so small.
21522
21523 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
21524
21525         * CheckedListBox.cs: Fixes bug 76028
21526         * ListBox.cs: Fixes bug 76028
21527
21528 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
21529
21530         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
21531         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
21532
21533 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
21534
21535         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
21536
21537 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
21538
21539         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
21540
21541 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
21542
21543         * IRootGridEntry.cs: Added
21544         * PropertyGridCommands.cs: Added
21545         * PropertiesTab.cs: Added missing methods and property
21546         * PropertyGridView.cs: Made class internal
21547         * PropertyGridTextBox.cs: Made class internal
21548
21549 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
21550
21551         * MimeIcon.cs: Try to check some other environment variables
21552           if "DESKTOP_SESSION" returns "default"
21553
21554 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
21555
21556         * ThemeNice.cs: Corrected background colors (e.g. menus)
21557         * ColorDialog.cs: Use correct background colors for controls
21558
21559 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
21560
21561         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
21562
21563 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
21564
21565         * RichTextBox.cs: Added initial implementation
21566         * lang.cs: Removed. Was accidentally checked in long time ago
21567         * TODO: Removed. Contents were obsolete
21568
21569 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
21570                                                                                 
21571         * PropertiesTab.cs : Added
21572
21573 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
21574                                                                                 
21575         * PropertyGrid.cs : Update
21576         * PropertyGridView.cs : Update
21577         * System.Windows.Forms.resx : Added images and strings
21578
21579 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
21580
21581         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
21582  
21583 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
21584
21585         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
21586           a busy loop right after the Ungrab the X11 display is otherwise 
21587           blocked
21588
21589 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
21590
21591         * ThemeWin32Classic.cs: Optimise the use of clipping
21592
21593 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
21594
21595         * DataGrid.cs: fixes recursion bug
21596
21597 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
21598
21599         * ThemeNice.cs: 
21600           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
21601           - Cleanup
21602
21603 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
21604
21605         * ThemeNice.cs: Draw nice ProgressBars
21606
21607 2005-09-01  Miguel de Icaza  <miguel@novell.com>
21608
21609         * VScrollBar.cs: Another buglet found by Aaron's tool. 
21610
21611         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
21612         bug finder.
21613
21614 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
21615
21616         * ThemeNice.cs:
21617           - Added nicer menu drawing
21618           - Updated DrawTab
21619           - some refactoring
21620
21621 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
21622
21623         * CreateParams.cs (ToString): Made output match MS
21624         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
21625             handle is already created (to avoid forcing window creation)
21626         * XplatUIX11.cs: Set window text to caption after creating window,
21627           in case Text was set before window was created
21628         * Form.cs: Use this.Text instead of a static string as caption
21629
21630 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
21631
21632         * NotifyIcon.cs: Don't set the window to visible; this screws
21633           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
21634           OnPaint without a bitmap)
21635         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
21636           happen very often anyway; we could add the check to the WM_PAINT 
21637           event generation code
21638
21639 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
21640
21641         * NotifyIcon.cs: Fill the icon area with a background color, to 
21642           avoid 'residue' when transparent icons are drawn
21643         * XplatUIX11.cs:
21644           - Handle whole_window == client_window when destroying windows
21645           - SystrayAdd(): Set client_window to whole_window value to
21646             get mouse and other events passed to NotifyIcon
21647
21648 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
21649
21650         * Form.cs: Set proper default for Opacity property
21651         * NotifyIcon.cs:
21652           - ShowSystray(): Don't bother creating telling the OS
21653             about the systray item if no icon is provided
21654           - Now handles WM_NCPAINT message to deal with whole/client window
21655             split
21656           - Create window as visible to not get caught by Expose optimization
21657         * Hwnd.cs: Removed debug message
21658         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
21659           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
21660             PaintEventStart/End to use new client argument
21661         * TextBoxBase.cs:
21662           - Commented out debug messages
21663           - Switched PaintEventStart/End to use new client argument
21664         * XplatUI.cs: Added client window bool to PaintEventStart()/
21665           PaintEventEnd() calls, to support drawing in non-client areas
21666         * XplatUIDriver.cs: 
21667           - Added client window bool to PaintEventStart()/PaintEventEnd() 
21668             calls, to support drawing in non-client areas
21669           - Added conditional compile to allow using MWF BeginInvoke 
21670             on MS runtime
21671         * XplatUIX11.cs:
21672           - Added some conditional debug output
21673           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
21674             whole/client window split
21675           - Implemented handling of client argument to PaintEventStart()/End()
21676         * Control.cs:
21677           - Throw exception if BeginInvoke() is called and the window handle
21678             or one of the window's parent handles is not created
21679           - Added conditional compile to allow using MWF BeginInvoke on
21680             MS runtime
21681           - get_Parent(): Only sets parent if handle is created. This avoids
21682             forcing window handle creation when parent is set.
21683           - Now fires Layout and Parent changed events in proper order
21684           - Switched to use Handle instead of window.Handle for Z-Order setting,
21685             the get_Parent() patch above causes us to possibly get null for 'window'
21686           - Implemented handling of client argument to PaintEventStart()/End()
21687           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
21688             default handling)
21689           - Now sends a Refresh() to all child windows when Refresh() is called
21690
21691 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
21692
21693         * Form.cs: Added (non-functional) Opacity property
21694         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
21695
21696 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
21697         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
21698           use export MONO_THEME=nice to activate it.
21699           Currently supported controls:
21700           - Button
21701           - ComboBox
21702           - ScrollBar
21703           - TabControl (TabAlignment.Top only, other will follow)
21704         * ThemeEngine.cs: Add theme nice
21705         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
21706           if enabled
21707
21708 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
21709
21710         * Splitter.cs: Resize docked control and its neighbor.
21711
21712 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
21713         -- Making Windows with Menus layout correctly --
21714         * Form.cs : The first leg of the fix
21715                 Menu setter - adjust Client Size as needed to make space for the menu
21716                 SetClientSizeCore - doesn't call base version to be able to pass the 
21717                         menu handle to XplatUI.CalculateWindowRect
21718         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
21719         * XplatUIX11.cs: The critical second leg of the fix
21720                 GetWindowPos needs to use a recalculated client_rect
21721                 so that resizing the window doesn't break layout of child controls. 
21722                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
21723                 Lots of \t\n killed
21724
21725 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
21726
21727         * Label.cs: Now properly recalculates width and height on Font and Text
21728           changes if AutoSize is set
21729
21730 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
21731         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
21732
21733 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
21734
21735         * ImageList.cs: Makes ToString method compatible with MS
21736
21737 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
21738
21739         * MenuAPI.cs: fixes bug 75716
21740
21741 2005-08-11 Umadevi S <sumadevi@novell.com>
21742         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
21743
21744 2005-08-11 Umadevi S <sumadevi@novell.com>
21745         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
21746
21747 2005-08-10  Umadevi S <sumadevi@novell.com>
21748         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
21749
21750 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
21751
21752         * Menu.cs: fixes bug 75700
21753         * MenuAPI.cs: fixes navigation issues
21754
21755 2005-08-09  Umadevi S <sumadevi@novell.com>
21756         * CheckedListBox.cs - simple fix for GetItemChecked.
21757
21758 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
21759
21760         * ComboBox.cs: Serveral fixes
21761         * ListBox.cs: Serveral fixes
21762
21763 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
21764
21765         * ComboBox.cs: Fixes FindString methods and GetItemHeight
21766         * ListBox.cs: Fixes FindString methods
21767
21768 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
21769
21770         * DataGrid.cs: fixes bugs exposed by new tests
21771
21772 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
21773
21774         * Mime.cs: Compile Mono assembly references only if compiling
21775           with Mono (Allows to build with VS.Net again)
21776
21777 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
21778
21779         * Control.cs (PaintControlBackground): Draw background image
21780         corrrectly.
21781         (CheckForIllegalCrossThreadCalls): Stubbed.
21782         
21783         * Form.cs (OnCreateControl): Center when should be centered.
21784         
21785         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
21786
21787 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
21788
21789         * Binding.cs: Binding to properties should be case unsensitive
21790
21791 2005-07-18 vlindos@nucleusys.com
21792
21793         * DataGrid.cs: fixes setmember order
21794
21795 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
21796
21797         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
21798         * FileDialog.cs: FileDialog is now resizable and uses the new
21799           MimeIconEngine
21800
21801 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
21802
21803         * DataGridTextBoxColumn.cs: default value
21804         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
21805         * GridTableStylesCollection.cs: fixes checking MappingName
21806         * DataGridDrawingLogic.cs: fixes drawing logic issues
21807         * DataSourceHelper.cs: rewritten to make compatible with more data sources
21808         * DataGrid.cs: fixes    
21809
21810 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
21811
21812         * MimeGenerated.cs: Use case sensitive comparer for
21813           NameValueCollections
21814
21815 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
21816
21817         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
21818         * ThemeWin32Classic.cs: bug fixes, code refactoring
21819         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
21820         * DataGrid.cs: bug fixes, code refactoring
21821         * DataGridTextBox.cs: bug fixes, code refactoring
21822         * DataGridColumnStyle.cs:  bug fixes, code refactoring
21823         * Theme.cs:  bug fixes, code refactoring
21824
21825 2005-07-01  Peter Bartok  <pbartok@novell.com> 
21826
21827         * TextControl.cs: Quick fix for the reported crash on ColorDialog
21828           and other text box usage
21829
21830 2005-07-01  Jackson Harper  <jackson@ximian.com>
21831
21832         * TabControl.cs: Make sure the bottom of the tab covers the pages
21833         border.
21834
21835 2005-06-30  Peter Bartok  <pbartok@novell.com> 
21836
21837         * Form.cs (ShowDialog): Assign owner of the dialog
21838         * TextBoxBase.cs: Always refresh caret size when deleting, caret
21839           might have been moved to a tag with different height
21840
21841 2005-06-30  Jackson Harper  <jackson@ximian.com>
21842
21843         * Form.cs: Don't create an infinite loop when setting focus
21844         * MenuItem.cs: Don't dirty the parents if we don't have any
21845
21846 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
21847
21848         * LibSupport.cs: Rename
21849
21850 2005-06-29  Peter Bartok  <pbartok@novell.com>
21851
21852         * TextBoxBase.cs: Re-align caret after deleting a character
21853         * TextControl.cs:
21854           - DeleteChars(): Ensure that tag covers the provided position
21855           - StreamLine(): Drop reference for dropped tag
21856
21857 2005-06-29  Peter Bartok  <pbartok@novell.com> 
21858
21859         * TextControl.cs: 
21860           - Selections now work properly, anchoring at the initial location
21861             and properly extending in either direction (SetSelectionToCaret(),
21862             SetSelectionStart() and SetSelectionEnd())
21863           - No longer redraws the whole control on selection change, now
21864             calculates delta between previous and new selection and only
21865             invalidates/redraws that area
21866           - Fixed FindPos() math off-by-one errors
21867           - Changed DeleteChars() to verify the provided tag covers the
21868             provided position, selections may have a tag that doesn't cover
21869             the position if the selection is at a tag border
21870           - Fixed off-by-one errors in DeleteChars()
21871           - Added missing streamlining check in DeleteChars() to remove
21872             zero-length tags
21873           - Implemented Invalidate() method, now properly calculates exposures
21874             between two given lines/positions
21875           - Implemented SetSelection()
21876           - Obsoleted and removed FixupSelection()
21877           - Improved RecalculateDocument() logic, removing code duplication
21878
21879 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21880
21881         * LibSupport.cs: changes to match different input/output arguments.
21882
21883 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21884
21885         * LibSupport.cs: added libsupport.so init routine.
21886
21887 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
21888         
21889         * ControlBindingsCollection.cs
21890                 - Throws an exception on null datasource when adding
21891                 - Checks for duplicated bindings when adding
21892
21893 2005-06-28  Jackson Harper  <jackson@ximian.com>
21894
21895         * TreeView.cs (OnKeyDown): Support left and right properly
21896         (navigates as well as expanding and collapsing.
21897         - Add support for Multiply, this expands all the selected nodes
21898         children.
21899         - Fix some tabbing.
21900
21901 2005-06-28  Jackson Harper  <jackson@ximian.com>
21902
21903         * TreeView.cs: Implement keyboard navigation, currently supports,
21904         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
21905         support for toggling checkboxes with the space bar.
21906
21907 2005-06-28  Jackson Harper  <jackson@ximian.com>
21908
21909         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
21910         tree.
21911
21912 2005-06-28  Jackson Harper  <jackson@ximian.com>
21913
21914         * TreeView.cs: Add missing event.
21915
21916 2005-06-27  Peter Bartok  <pbartok@novell.com> 
21917
21918         * TextControl.cs:
21919           - Made line ending size configurable (now allows for counting 
21920             lineendings as \n or \r\n)
21921           - Added margin to viewport to keep caret visible on right side
21922           - Fixed translation routines for line/pos to documentpos to consider
21923             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
21924           - Fixed some line-endings to be unix style
21925           - Fixed Document.FormatText to perform it's calculations 1-based
21926           - Added descriptions for a few methods that might otherwise get 
21927             used wrong
21928           - Added NOTE section with some basic conventions to remember at 
21929             the top of the file
21930           - Major fixup for RichTextBox selection drawing:
21931             * Fixed crashes when multiple tags on a single line were selected
21932             * fixed selection box drawing not overlaying text
21933             * fixed bogus offset calculation for tags not starting at index 1
21934             * Switched behaviour from using multiple Substrings of a 
21935               StringBuilder.ToString() to using multiple 
21936               StringBuilder.ToString(start, length) statements, hoping this is
21937               faster (kept original version commented out in the code, in case
21938               original version was faster)
21939         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
21940           alignment != Left
21941         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
21942           call it as well
21943
21944 2005-06-27  Jackson Harper  <jackson@ximian.com>
21945
21946         * TabControl.cs: Move to the left and right with the arrow
21947         keys. These keys don't cycle beyond first and last like
21948         tab. Refresh all the tabs when scrolling them to the left or
21949         right.
21950
21951 2005-06-27  Jackson Harper  <jackson@ximian.com>
21952
21953         * TabControl.cs:
21954           - ToString: Added method
21955           - CreateParams: Remove TODO and comment
21956           - OnKeyDown: Cycle through bounds properly.
21957           - SelectedIndex: Scroll to the right or left if we need to
21958           display the newly selected tab.
21959
21960 2005-06-23  Jackson Harper  <jackson@ximian.com>
21961
21962         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
21963         set.
21964
21965 2005-06-23  Jackson Harper  <jackson@ximian.com>
21966
21967         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
21968         CTRL-SHIFT-TAB, and HOME, END are there any others?
21969
21970 2005-06-23  Jackson Harper  <jackson@ximian.com>
21971
21972         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
21973
21974 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
21975         
21976         * DataGridTextBoxColumn.cs: fixes and enhancements
21977         * ThemeWin32Classic.cs: fixes and enhancements
21978         * DataGridBoolColumn.cs:  fixes and enhancements
21979         * DataGridDrawingLogic.cs:  fixes and enhancements
21980         * CurrencyManager.cs: fixes and enhancements
21981         * DataGrid.cs: fixes and enhancements
21982         * DataGridColumnStyle.cs:  fixes and enhancements
21983
21984 2005-06-22  Jackson Harper  <jackson@ximian.com>
21985
21986         * TabControl.cs: Add some missing methods that just call into the
21987         base. Make the TabPageCollection's IList interface behave in the
21988         same manner as the MS implementation.
21989
21990 2005-06-22  Peter Bartok  <pbartok@novell.com> 
21991
21992         * TextControl.cs: Added sanity check
21993         * TextBoxBase.cs: 
21994           - Fixed wrapping behaviour, don't set wrap on single line controls
21995             (this fixes the breakage of colordialog introduced in an earlier
21996              checkin)
21997           - Added rudimentary support for autoscrolling right-aligned controls
21998             (still needs fixing, also, center alignment scroll is missing)
21999
22000 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
22001         
22002         * ScrollBar.cs: Fixes thumbpos on Maximum values
22003
22004 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
22005         
22006         * PropertyGridView.cs: Pass context information to UITypeEditors 
22007
22008 2005-06-21  Peter Bartok  <pbartok@novell.com> 
22009
22010         * TextBoxBase.cs:
22011           - Now calling PositionCaret with absolute space coordinates
22012           - Enabled vertical scrolling
22013           - Better tracking of scrollbar changes, tied into WidthChange
22014             event
22015           - Improved cursor tracking
22016           - Removed debug output
22017         * TextControl.cs:
22018           - PositionCaret coordinates are now works in absolute space, not 
22019             the canvas
22020           - Improved tracking of document size
22021           - Added events for width and height changes
22022
22023 2005-06-21  Peter Bartok  <pbartok@novell.com>
22024
22025         * Form.cs: Set focus to active control when form is activated
22026         * TextControl.cs: 
22027           - Added word-wrap functionality to RecalculateLine() 
22028           - Added some short function descriptions for VS.Net to aid in
22029             writing dependent controls
22030           - Added Caret property, returning the current coords of the caret
22031           - Added ViewPortWidth and ViewPortHeight properties
22032           - Added Wrap property
22033           - Added CaretMoved event
22034           - Removed some old debug code
22035           - Split() can now create soft splits
22036           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
22037           - Added method to format existing text
22038           - Fixed size/alignment calculations to use viewport
22039           - RecalculateDocument now can handle changing line-numbers while
22040             calculating lines
22041
22042         * TextBox.cs:
22043           - Added some wrap logic, we don't wrap if alignment is not left
22044           - Added casts for scrollbar var, base class switched types to
22045             also support RichTextBoxA
22046           - Implemented handling of scrollbar visibility flags
22047
22048         * TextBoxBase.cs:
22049           - Switched scrollbars type to RichTextBoxScrollBars to support
22050             RichTextBox
22051           - Added tracking of canvas width/height
22052           - Switched scrollbars to be not selectable (to keep focus on text)
22053           - Added central CalculateDocument() method to handle all redraw
22054             requirements
22055           - Added ReadOnly support
22056           - Added WordWrap support
22057           - Fixed handling of Enter key (we now treat it as a DialogKey)
22058           - Fixed caret positioning when h or v scroll is not zero
22059           - Fixed placing/generation of vertical scrollbar
22060           - Added CalculateScrollBars() method to allow updating scrollbar
22061             limits and visibility
22062           - Fixed handling of horizontal scroll
22063           - Added handling of vertical scroll
22064           - Implemented auto-'jump' when caret moves to close to a left or
22065             right border and there is text to be scrolled into view (currently
22066             there's the potential for a stack overflow, until a bug in
22067             scrollbar is fixed)
22068
22069 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
22070         
22071         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
22072
22073 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
22074
22075         * Mime.cs:
22076         - added inodes.
22077         - return application/x-zerosize for files with size zero
22078           (if no extension pattern matches).
22079         - check matches collection for strings too.
22080         - return only the first mime type if the name value
22081           collection has more than one mime type.
22082
22083 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
22084         
22085         * PropertyGrid.cs: Cleaned up some TODOs
22086         * PropertyGridView.cs: Added support for UITypeEditors
22087
22088 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
22089         
22090         * DataGrid.cs: clears cached value
22091
22092 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
22093
22094         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
22095         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
22096         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
22097         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
22098         
22099 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
22100
22101         * ThemeWin32Classic.cs: fixes colour
22102
22103 2005-06-15  Peter Bartok  <pbartok@novell.com>
22104
22105         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
22106         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
22107         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
22108         * Control.cs: Added some MWFCategory and MWFDescription attributes
22109         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
22110
22111 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
22112
22113         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
22114         usage
22115
22116 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
22117
22118         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
22119         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
22120         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
22121         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
22122         * DataGrid.cs: default datagrid settings for Default Styles, fixes
22123         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
22124
22125 2005-06-13  Jackson Harper  <jackson@ximian.com>
22126
22127         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
22128         isn't printed when the user enables dropping. (X11 does accept
22129         drops).
22130         
22131 2005-06-13  Jackson Harper  <jackson@ximian.com>
22132
22133         * TreeView.cs: Remove some TODOS.
22134
22135 2005-06-13  Jackson Harper  <jackson@ximian.com>
22136
22137         * Form.cs: Hook into the mdi framework.
22138         * MdiClient.cs: Use the base control collections add method so
22139         parents get setup correctly. Set the default back colour and dock
22140         style.
22141         * MdiChildContext.cs: New class, this bad actor handles an
22142         instance of an MDI window. Right now there is only basic
22143         support. You can drag, close, and resize windows. Minimize and
22144         Maximize are partially implemented.
22145
22146 2005-06-13  Jackson Harper  <jackson@ximian.com>
22147
22148         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
22149         freaky when both vals are negative. NOTE: There are probably other
22150         places in XplatUIX11 that this needs to be done.
22151
22152 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
22153
22154         * DataGrid.cs: implement missing methods, move KeyboardNavigation
22155         * DataGridColumnStyle.cs: fixes signature
22156
22157 2005-06-12  Jackson Harper  <jackson@ximian.com>
22158
22159         * XplatUIX11.cs: Use sizing cursors similar to the ones on
22160         windows.
22161
22162 2005-06-11  Jackson Harper  <jackson@ximian.com>
22163
22164         * StatusBarPanel.cs: Signature cleanups. Implement
22165         BeginInit/EndInit.
22166
22167 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
22168
22169         * DataGridTextBoxColumn.cs: Honors aligment
22170         * GridColumnStylesCollection.cs: Contains is case unsensitive
22171         * GridTableStylesCollection.cs: several fixes
22172         * DataGridTableStyle.cs: default column creation
22173         * DataGridDrawingLogic.cs: fixes
22174         * CurrencyManager.cs: ListName property
22175         * DataGrid.cs: multiple styles support
22176         * DataGridColumnStyle.cs: fixes
22177         
22178
22179 2005-06-10  Peter Bartok  <pbartok@novell.com>
22180
22181         * Control.cs(Select): Moved SetFocus call to avoid potential
22182           loops if controls change the active control when getting focus
22183         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
22184           the up/down buttons
22185
22186 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
22187
22188         * ImageListConverter.cs: Implemented
22189
22190 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
22191
22192         * MonthCalendar.cs: Wired in NumericUpDown control for year
22193
22194 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
22195
22196         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
22197           DoubleClick events, since they are not meant to be fired.
22198
22199 2005-06-09  Peter Bartok  <pbartok@novell.com>
22200
22201         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
22202           Jonathan's standalone controls into MWF, implemented missing
22203           events, attributes and methods; added xxxAccessible classes
22204         * AccessibleObject.cs: Made fields internal so other classes
22205           can change them if needed
22206
22207 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
22208
22209         * UpDownBase.cs: Complete implementation
22210         * NumericUpDown.cs: Complete implementation
22211         * DomainUpDown.cs: Complete implementation
22212
22213 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
22214
22215         * DataGridTextBoxColumn.cs: drawing fixes
22216         * DataGridCell.cs: fixes ToString method to match MSNet
22217         * DataGridTableStyle.cs: fixes
22218         * DataGridBoolColumn.cs: fixes, drawing
22219         * DataGridDrawingLogic.cs: fixes, new methods
22220         * DataGridTextBox.cs: Keyboard and fixes
22221         * DataGrid.cs:
22222                 - Keyboard navigation
22223                 - Scrolling fixes
22224                 - Row selection (single, multiple, deletion, etc)
22225                 - Lots of fixes
22226         
22227 2005-06-07  Jackson Harper  <jackson@ximian.com>
22228
22229         * ThemeWin32Classic.cs: Clear the background area when drawing
22230         buttons.
22231
22232 2005-06-06  Peter Bartok  <pbartok@novell.com>
22233
22234         * ImageListStreamer.cs: Fixed signature for GetData
22235         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
22236         * ComboBox.cs:
22237           - Added missing ChildAccessibleObject class
22238           - Added missing OnXXXFocus overrides, switched to using those
22239             instead of the event handler
22240         * Control.cs:
22241           - Added Parent property for ControlAccessibleObject
22242           - Fixed signatures
22243           - Fixed attributes
22244           - Added ResetBindings()
22245         * ListBindingConverter.cs: Implemented some methods
22246         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
22247         * ImageList.cs: Implemented basic handle scheme, removed TODOs
22248         * ContainerControl.cs: Fixed signature, now subscribing to the
22249           ControlRemoved event instead of overriding the handler, LAMESPEC
22250         * CurrencyManager.cs: Added missing attribute
22251         * MonthCalendar.cs: Added missing properties
22252
22253 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
22254
22255         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
22256         
22257 2005-06-06  Gaurav Vaish and Ankit Jain
22258
22259         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
22260         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
22261         
22262 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
22263
22264         * Control.cs: fixes CreateParams Width / Height.
22265
22266 2005-06-05  Peter Bartok  <pbartok@novell.com>
22267
22268         * Win32DnD.cs: Removed compilation warnings
22269
22270 2005-06-05  Peter Bartok  <pbartok@novell.com>
22271
22272         * Control.cs (CreateParams): Since we don't know if one of the
22273           properties we use is overridden, lets make sure if we fail accessing
22274           we continue with a backup plan
22275
22276 2005-06-05  Peter Bartok  <pbartok@novell.com>
22277
22278         * Win32DnD.cs:
22279           - Removed debug output
22280           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
22281             struct
22282           - Plugged resource leak
22283         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
22284           MS size
22285
22286 2005-06-05  Peter Bartok  <pbartok@novell.com>
22287
22288         * XplatUIWin32.cs: Removed DnD code
22289         * Win32DnD.cs: Implemented drop source and drop target functionality
22290
22291 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22292
22293         * UpDownBase.cs: remove duplicate addition of event, enable some code
22294         that was commented out.
22295         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
22296         Validate input when a key is pressed. It works fine now for every
22297         combination of Hexadecimal. Only missing some drawing love when sharing
22298         space with other controls.
22299
22300 2005-06-04  Peter Bartok  <pbartok@novell.com>
22301
22302         * Control.cs:
22303           - We need to pass a window for DragDrop, so enable callback events
22304           - Added DnD callback events when being a DragSource
22305         * XplatUI.cs (StartDrag): Added window handle argument
22306         * XplatUIDriver.cs (StartDrag): Added window handle argument
22307         * QueryContinueDragEventArgs: Made fields internally accessible so
22308           drivers can set them
22309         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
22310           can set them
22311
22312 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
22313
22314         * DataGridTextBoxColumn.cs: column text editing
22315         * DataGridTableStyle.cs: Respect columns styles created by the user
22316         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
22317         * DataGridBoolColumn.cs: bool column editing
22318         * DataGrid.cs: fixes to scrolling, properties, etc
22319         * DataGridTextBox.cs: handle keyboard
22320         * DataGridColumnStyle.cs: fixes
22321
22322 2005-06-02  Jackson Harper  <jackson@ximian.com>
22323
22324         * ImageListStreamer.cs: Somewhat broken implementation of
22325         GetObjectData. The RLE needs some work to match MS properly.
22326
22327 2005-06-02  Jackson Harper  <jackson@ximian.com>
22328
22329         * X11Dnd.cs: Attempting to keep at least one file in MWF
22330         monostyled.
22331
22332 2005-06-02  Peter Bartok  <pbartok@novell.com>
22333
22334         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
22335           that way
22336
22337 2005-06-02  Peter Bartok  <pbartok@novell.com>
22338
22339         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
22340         * XplatUI.cs: Added DoDragDrop() method
22341         * XplatUIDriver.cs: Added DoDragDrop() method
22342
22343 2005-06-02  Jackson Harper  <jackson@ximian.com>
22344
22345         * Splitter.cs: Implement BorderStyle.
22346
22347 2005-06-02  Jackson Harper  <jackson@ximian.com>
22348
22349         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
22350         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
22351         X11 using XDND.
22352
22353 2005-06-02  Peter Bartok  <pbartok@novell.com>
22354
22355         * DataObject.cs:
22356           - Added Data setter
22357           - Fixed broken insertion code for SetData, now also
22358             overwrites any existing entry of the same format name
22359         * Hwnd.cs: Added list of pointers that automatically gets
22360           freed when the window is disposed
22361         * XplatUI.cs: Call driver initialization method when loading
22362           a driver
22363         * Control.cs:
22364           - OnDragLeave takes EventArgs, not DragEventArgs
22365           - Added setting of WS_EX_ACCEPTFILES style when dropping is
22366             supported
22367           - Forces style update when drop state changes
22368         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
22369           not perfect since we cannot (yet) call the IDataObject.GetData()
22370           method, we keep getting 0x80004005 error, dunno why)
22371
22372 2005-06-02  Peter Bartok  <pbartok@novell.com>
22373
22374         * DragEventArgs.cs: Make fields internal so we can cache the
22375           object and re-set the fields from XplatUI
22376
22377 2005-06-02  Jackson Harper  <jackson@ximian.com>
22378
22379         * Control.cs: Add some internal methods so the DnD subsystem can
22380         raise DnD events. Also call into the driver when AllowDrop is set.
22381         * XplatUI.cs:
22382         * XplatUIDriver.cs: New method for setting whether or not a window
22383         is allowed to accept drag and drop messages.
22384                 
22385 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
22386         
22387         * ScrollBar.cs: Make sure that values sent in Scroll events
22388         are always between Maximum and Minimum.
22389
22390 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
22391
22392         * Menu.cs: Call MenuChanged when menuitem visibility has been
22393         changed.
22394         * MenuItem.cs: Rebuild menu when item is (not) visible.
22395         * MainMenu.cs: MainMenu has special MenuChanged.
22396         * Theme.cs: Caption and FrameBorderSize are not fixed.
22397         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
22398         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
22399         * XplatUIX11.cs,
22400         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
22401         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
22402
22403 2005-05-30  Jackson Harper  <jackson@ximian.com>
22404
22405         * DataFormat.cs: We can't statically initialize this stuff because
22406         it calls into the xplatui and could create a loop. So we lazy init
22407         it.
22408
22409 2005-05-28  Jackson Harper  <jackson@ximian.com>
22410
22411         * Control.cs: Proper implementation of Product(Name/Version).
22412
22413 2005-05-27  Jackson Harper  <jackson@ximian.com>
22414
22415         * DataObject.cs: Dont crash if no data is found.
22416
22417 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
22418         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
22419                 as per status page, guessing it should be set to true
22420
22421 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
22422
22423         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
22424         * DataGridTableStyle.cs: set proper formatting text, def header text
22425         * ThemeWin32Classic.cs: new themable paramaters
22426         * DataGridBoolColumn.cs: paint check box, get data, fixes
22427         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
22428         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
22429         * DataGridColumnStyle.cs: fixes
22430         * Theme.cs: new themable paramaters
22431                 
22432 2005-05-26  Peter Bartok  <pbartok@novell.com>
22433
22434         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
22435
22436 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22437         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
22438
22439 2005-05-24  Peter Bartok  <pbartok@novell.com>
22440
22441         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
22442           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
22443           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
22444           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
22445           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
22446           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
22447           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
22448           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
22449           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
22450           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
22451           missing attributes, etc
22452         * DataGridPreferredColumnWidthTypeConverter.cs: Added
22453
22454 2005-05-24  Peter Bartok  <pbartok@novell.com>
22455
22456         * Help.cs: Added, implemented trivial functions, throws up MessageBox
22457           when user tries to get help
22458         * DataObject.cs, DataFormats.cs, LinkArea.cs,
22459           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
22460           to suppress warnings
22461         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
22462           avoid unreachable code warning
22463
22464 2005-05-20  Peter Bartok  <pbartok@novell.com>
22465
22466         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
22467
22468 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22469
22470         * DataGridTextBoxColumn.cs: Basic painting methods
22471         * DataGridTableStyle.cs: Set table style in the column
22472         * ThemeWin32Classic.cs: Use Theme for colors
22473         * DataGridDrawingLogic.cs: Implement more drawing
22474         * DataGrid.cs: drawing, theming, enhacements, fixes
22475         * DataGridColumnStyle.cs: fixes, drawing
22476         * Theme.cs: theming for Datagrid
22477
22478 2005-05-20  Peter Bartok  <pbartok@novell.com>
22479
22480         * Cursor.cs: Implemented GetObjectData() method
22481
22482 2005-05-20  Peter Bartok  <pbartok@novell.com>
22483
22484         * Cursors.cs: Added setting of cursor name
22485         * Cursor.cs:
22486           - Implemented constructors
22487           - Implemented Draw and DrawStretched
22488           - Implemented Current property
22489           - Implemented == and != operators
22490           - Implemented Dispose()
22491           - Implemented ToString
22492           - Added missing attributes
22493         * XplatUIX11.cs:
22494           - Added missing reset for OverrideCursor when DoEvents is called
22495           - Fixed creation of cursor, logic was wrong
22496         * XplatUIWin32.cs:
22497           - Added missing reset for OverrideCursor when DoEvents is called
22498           - Fixed creation of cursor, bit arrays were swapped
22499         * Clipboard.cs: Removed obsolete MonoTODO attribute
22500
22501 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22502
22503         * ComboBox.cs: fixes OnSelectedItemChanged
22504         * ControlBindingsCollection.cs: fixes item range check
22505
22506 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22507
22508         * UpDownBase.cs:
22509                 - Calc preferred height properly
22510                 - Implement missing properties
22511                 
22512         * NumericUpDown.cs: Implement missing events
22513
22514 2005-05-19  Jackson Harper  <jackson@ximian.com>
22515
22516         * TabControl.cs: New method that resizes the tab pages before
22517         redrawing them. This as needed as the control is double buffered
22518         and sizing will not be recalculated unless ResizeTabPages is
22519         called.
22520         * TabPage.cs: Set base.Text instead of Text in the constructor so
22521         that UpdateOwner does not get called. Use the new Redraw method of
22522         TabControl instead of Refresh so the sizing is recalculated.
22523         * ThemeWin32Classic.cs: Draw the text for button tabs.
22524
22525 2005-05-19  Jackson Harper  <jackson@ximian.com>
22526
22527         * Control.cs: Paint control background images. Fix typo where
22528         PaintControlBackground was not getting called correctly.
22529
22530 2005-05-19  Peter Bartok  <pbartok@novell.com>
22531
22532         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
22533           I can investigate, apparently I broke FileDialog
22534
22535 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
22536
22537         * AxHost.cs: Some simple properties.
22538         * Control.cs: window must be accessible after ctor.
22539         * Form.cs: Added TransparencyKey property.
22540         * TextBoxBase.cs: Implemented Clear. Text property can be null.
22541         * XplatUIWin32.cs: SetBorderStyle implemented.
22542
22543 2005-05-18  Peter Bartok  <pbartok@novell.com>
22544
22545         * DataObject.cs: Entries are not global but particular to the
22546           DataObject, now it behaves that way
22547         * XplatUIWin32.cs: Implemented Clipboard methods
22548         * Clipboard.cs: Implemented
22549         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
22550         * XplatUIOSX.cs: Updated to final clipboard prototypes
22551         * XplatUIX11.cs: Implemented Clipboard methods
22552         * XplatUIDriver.cs: Updated to final clipboard prototypes
22553         * XplatUIStructs.cs:
22554           - Added BITMAPINFOHEADER struct
22555           - Added ClipboardFormats enum
22556         * X11Structs.cs:
22557           - Added ClipboardStruct
22558           - Added Atom enum items for clipboard types
22559           - Fixed atom types for Selection event structures
22560         * DataFormats.cs:
22561           - Added internal properties and methods for drivers to enumerate
22562             all known formats
22563           - Switched initialization method to allow drivers to assign their
22564             own IDs even for the MS predefined clipboard IDs
22565         * XplatUI.cs: Updated to final clipboard interface
22566
22567 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22568         * PropertyGridView.cs: Fixed compiler warnings.
22569
22570 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22571         * PropertyGrid.cs: Added some event calls
22572         * PropertyGridView.cs: Change drawing code to use double buffering
22573         * PropertyGridTextBox.cs: Changed Text property name
22574         * GridItem.cs: Added Bounds property.
22575         * GridEntry.cs: Added Bounds property.
22576
22577 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
22578
22579         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
22580         since GetType() may not return the correct type if the object is
22581         a remoting proxy.
22582
22583 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
22584
22585         * TreeNodeCollection.cs: fixes get/set item ranges
22586         
22587 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
22588
22589         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
22590                 
22591 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
22592
22593         * ComboBox.cs: Fix item range comparation
22594         * ListView.cs: Fix item range comparation
22595
22596 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
22597
22598         * FontDialog.cs:
22599           - Clear example panel when OnPaint is called
22600           - Better solution for displaying the example panel text
22601           - Select default indexes in the ListBoxes
22602
22603 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
22604
22605         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
22606
22607 2005-05-11  Peter Bartok  <pbartok@novell.com>
22608
22609         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
22610         * SelectionRangeConverter.cs: Implemented
22611         * PropertyGrid.cs: Fixed attribute value
22612         * Control.cs:
22613           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
22614           - Added Sebastien Pouliot's CAS Stack Propagation fixes
22615         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
22616           that's common to all drivers. First methods to go there are
22617           Sebastien Pouliot's CAS Stack Propagation helper methods
22618         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
22619           Sebastien Pouliot for CAS Stack Propagation
22620
22621 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
22622
22623         * OSXStructs.cs:
22624           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
22625
22626 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
22627
22628         * DataGridTextBoxColumn.cs: fixed some members
22629         * GridColumnStylesCollection.cs: indexed column is case insensitive
22630         * DataGridTableStyle.cs: fixes
22631         * ThemeWin32Classic.cs: add new theme parameter
22632         * Theme.cs: add new theme parameter
22633         * DataGridDrawingLogic.cs: Datagrid's drawing logic
22634         * DataGrid.cs: fixes, new internal properties, etc.
22635         * DataGridColumnStyle.cs: allows to set grid value
22636         *
22637
22638 2005-05-10  Peter Bartok  <pbartok@novell.com>
22639
22640         * AccessibleObject.cs:
22641           - Removed MonoTODO attribute on help, method is correct
22642           - Fixed Bounds property
22643         * AxHost.cs: Moved MonoTODO
22644         * ButtonBase.cs: Now setting AccessibleObject properties
22645         * RadioButton.cs: Setting proper AccessibleObject role
22646         * CheckBox.cs: Setting proper AccessibleObject role
22647         * ControlBindingsCollection.cs: Added properties, methods and attributes
22648         * DataFormats.cs: Fixed awkward internal API, and changed to enable
22649           userdefined DataFormats.Format items as well
22650         * ListControl.cs: Removed data_member from the public eye
22651         * OpenFileDialog.cs:
22652           - Made class sealed
22653           - Added missing attributes
22654         * SaveFileDialog.cs: Added missing attributes
22655         * ImageListStreamer.cs: Fixed code that caused warnings
22656         * LinkLabel.cs: Removed unreachable code
22657         * TreeView.cs: Fixed code that caused warnings
22658         * PropertyGridView.cs: Fixed code that caused warnings
22659         * GridColumnStylesCollection.cs: Added missing attributes
22660         * GridTableStylesCollection: Added missing attribute
22661         * PropertyManager: Added .ctor
22662         * SecurityIDType: Added
22663         * DataObject.cs: Implemented class
22664         * LinkArea.cs: Added missing attribute
22665
22666 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
22667
22668         * RadioButton.cs: call base method to allow to fire OnClick event
22669         * UpDownBase.cs: OnMouseUp call base method
22670         * CheckedListBox.cs: call base method before returning
22671         * TrackBar.cs: call base method before returning
22672         
22673
22674 2005-05-10  Peter Bartok  <pbartok@novell.com>
22675
22676         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
22677           for messages
22678
22679 2005-05-10  Peter Bartok  <pbartok@novell.com>
22680
22681         * DataFormats.cs: Implemented
22682         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
22683           XplatUIX11.cs: Added Clipboard APIs
22684         * XplatUIWin32.cs: Implemented Clipboard APIs
22685         * FolderBrowserDialog.cs: Added missing event, attributes
22686
22687 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
22688
22689         * CheckBox.cs: call base method to allow to fire OnClick event
22690
22691 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
22692
22693         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
22694
22695 2005-05-06  Peter Bartok  <pbartok@novell.com>
22696
22697         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
22698         * Screen.cs: Implemented
22699         * HelpNavigator.cs: Added
22700         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
22701           property
22702         * HelpProvider.cs: Implemented all we can do until we have a CHM
22703           help library (which means that "What's This" does work now)
22704
22705 2005-05-06  Jackson Harper  <jackson@ximian.com>
22706
22707         * XplatUIX11.cs: Fix waking up the main loop.
22708                 
22709 2005-05-05  Peter Bartok  <pbartok@novell.com>
22710
22711         * XplatUI.cs: Updated revision
22712         * Form.cs: Removed enless loop
22713         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
22714         * Label.cs (OnPaint): Added call to base.OnPaint()
22715         * ToolTip.cs: Made ToolTipWindow reusable for other controls
22716         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
22717         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
22718         * AxHost.cs: Added
22719         * ButtonBase.cs: Moved base.OnPaint() call to end of method
22720         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
22721           to ToolTip.ToolTipWindow for drawing and size methods; this allows
22722           reuse of ToolTipWindow by other controls
22723         * SizeGrip.cs: Moved base.OnPaint() call to end of method
22724         * XplatUIX11.cs: Now clipping drawing area (experimental)
22725         * PictureBox.cs: Moved base.OnPaint() call to end of method
22726         * Theme.cs: Fixed ToolTip abstracts to match new format
22727         * ErrorProvider.cs: Implemented
22728
22729 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
22730
22731         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
22732         * LinkLabel.cs:
22733                 - Adds cursors
22734                 - Handles focus
22735                 - Implements LinkBehavior
22736                 - Fixes many issues
22737
22738 2005-05-03  Jackson Harper  <jackson@ximian.com>
22739
22740         * ListView.cs: Calculate the scrollbar positioning on resize and
22741         paint, so they get put in the correct place.
22742
22743 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
22744
22745         * ColorDialogs.cs: The small color panels are now handled by
22746           SmallColorControl. This fixes drawing of the focus rectangle
22747           and adds a 3D border.
22748
22749 2005-05-03  Peter Bartok  <pbartok@novell.com>
22750
22751         * Control.cs: Modified version of Jonathan Chamber's fix for
22752           double-buffering
22753
22754 2005-05-03  Jackson Harper  <jackson@ximian.com>
22755
22756         * ListView.cs: Remove redraw variable. Control now handles whether
22757         or not a redraw needs to be done, and will only raise the paint
22758         event if redrawing is needed.
22759
22760 2005-05-03  Jackson Harper  <jackson@ximian.com>
22761
22762         * Splitter.cs: No decorations for the splitter form. Cache the
22763         hatch brush.
22764
22765 2005-05-03  Jackson Harper  <jackson@ximian.com>
22766
22767         * TreeView.cs: Use dashed lines to connect nodes. Use the
22768         ControlPaint method for drawing the focus rect instead of doing
22769         that in treeview.
22770
22771 2005-05-02  Peter Bartok  <pbartok@novell.com>
22772
22773         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
22774
22775 2005-04-29  Jackson Harper  <jackson@ximian.com>
22776
22777         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
22778         entire image buffer. Just clear the clipping rectangle.
22779
22780 2005-04-29  Jackson Harper  <jackson@ximian.com>
22781
22782         * ThemeWin32Classic.cs: Don't draw list view items that are
22783         outside the clipping rectangle.
22784
22785 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
22786
22787         * ListBox.cs: added horizontal item scroll
22788
22789 2005-04-29  Jackson Harper  <jackson@ximian.com>
22790
22791         * ThemeWin32Classic.cs: Remove some old debug code that was
22792         causing flicker with the new double buffering code.
22793
22794 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
22795
22796         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
22797         behave like combobox and comboboxlist (still not sure if this is
22798         correct though).
22799
22800 2005-04-28  Jackson Harper  <jackson@ximian.com>
22801
22802         * ThemeWin32Classic.cs: Don't fill the middle of progress
22803         bars. This fills areas outside of the clip bounds that don't need
22804         to be filled.
22805
22806 2005-04-28  Jackson Harper  <jackson@ximian.com>
22807
22808         * Control.cs: Don't expose functionality to touch the image buffers.
22809         * ProgressBar.cs:
22810         * ListView.cs: We do not need to (and no longer can) manipulate
22811         the image buffers directly. All of this is handled by Control.
22812
22813 2005-04-28  Peter Bartok  <pbartok@novell.com>
22814
22815         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
22816           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
22817           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
22818
22819 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
22820
22821         * Combobox:
22822                 - Adjust control's height for non-simple comboboxes (bug fix)
22823                 - Remove dead code
22824         * MenuAPI.cs: remove unused var
22825         * ScrollBar.cs: remove unsed var
22826                  
22827         * ListBox.cs: unselect items when clearing
22828
22829 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
22830
22831         * ListControl.cs: honors OnPositionChanged and default Selected Item
22832         * ListBox.cs: unselect items when clearing
22833
22834 2005-04-27  Jackson Harper  <jackson@ximian.com>
22835
22836         * X11Keyboard.cs: Initialize a default keyboard and give a warning
22837         if a "correct" keyboard is not found. This will make us not crash,
22838         but might give some users bad keyboard layouts...seems to be the
22839         same thing rewind does.
22840
22841 2005-04-27  Jackson Harper  <jackson@ximian.com>
22842
22843         * BindingManagerBase.cs: Attach the current/position changed
22844         handlers to their respective events.
22845
22846 2005-04-27  Jackson Harper  <jackson@ximian.com>
22847
22848         * Control.cs: Make sure that the first WM_PAINT does a full draw,
22849         not just a blit.
22850         * ThemeWin32Classic.cs: Don't fill the background for picture
22851         boxes. This could overright user drawing.
22852         * ComboBox.cs: Just fill the clipping rect not the entire client
22853         rect when drawing the background. This prevents pieces of the
22854         image buffer from getting overwritten and is theoretically faster.
22855
22856 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
22857
22858         * ComboBox.cs: Databinding support fixes, fire missing events
22859         * ListControl.cs: implement missing methods and properties, fixes
22860         * ThemeWin32Classic.cs: Databiding support on Drawing
22861         * CheckedListBox.cs: Databinding support fixes, fire missing events
22862         * ListBox.cs: Databinding support fixes, fire missing events
22863         
22864 2005-04-25  Peter Bartok  <pbartok@novell.com>
22865
22866         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
22867
22868 2005-04-25  Jackson Harper  <jackson@ximian.com>
22869
22870         * TreeView.cs: Use the horizontal scrollbars height not width when
22871         determining how much of the client area is available.
22872
22873 2005-04-25  Jackson Harper  <jackson@ximian.com>
22874
22875         * Control.cs: Double buffering is handled differently now. As per
22876         the spec, the extra buffer is created in the WM_PAINT message and
22877         passed down to the control's drawing code.
22878         * GroupBox.cs:
22879         * Label.cs:
22880         * CheckBox.cs:
22881         * ProgressBar.cs:
22882         * RadioButton.cs:
22883         * ColorDialog.cs:
22884         * ComboBox.cs:
22885         * PropertyGridView.cs:
22886         * UpDownBase.cs:
22887         * MessageBox.cs:
22888         * MenuAPI.cs:
22889         * ListView.cs:
22890         * ButtonBase.cs:
22891         * SizeGrip.cs:
22892         * ScrollBar.cs:
22893         * ListBox.cs:
22894         * TrackBar.cs:
22895         * ToolBar.cs:
22896         * PictureBox.cs:
22897         * DateTimePicker.cs:
22898         * StatusBar.cs:
22899         * TreeView.cs: Update to new double buffering system.
22900         * MonthCalendar.cs: Uncomment block, as Capture is now
22901         working. Update to new double buffering
22902         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
22903         * PaintEventArgs.cs: New internal method allows us to set the
22904         graphics object. This is used for double buffering.
22905         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
22906         rectangle. The internal paint_area var has been removed from
22907         StatusBar. The clipping rect should be used instead.
22908         * Theme.cs: Give the PictureBox drawing method a clipping rect.
22909         * TabPage.cs: The RefreshTabs method was removed, so just call the
22910         tab controls Refresh method now.
22911         * TabControl.cs: Update to new double buffering. Make sure the
22912         handle is created before sizing the tab pages, otherwise we will
22913         get stuck in a loop.
22914
22915 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
22916
22917         * LinkLabel.cs: Fix typo, bug #74719; patch
22918           from Borja Sanchez Zamorano
22919
22920 2005-04-22  Jackson Harper  <jackson@ximian.com>
22921
22922         * TreeNode.cs: Implement Handle stuff.
22923         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
22924
22925 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
22926
22927         * DataGridTextBoxColumn.cs: call base constructors, fixes
22928         * GridColumnStylesCollection.cs: missing events, methods, and functionality
22929         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
22930         * DataGridTableStyle.cs: implements create default column styles
22931         * DataGridBoolColumn.cs: which types can handle
22932         * DataGrid.cs: missing methods, fixes, new functionality
22933         * DataGridColumnStyle.cs: fixes
22934
22935 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
22936         * FolderBrowserDialog.cs:
22937         - Use a thread to fill the TreeView
22938         - Adjusted some sizes
22939
22940 2005-04-19  Peter Bartok  <pbartok@novell.com>
22941
22942         * LinkLabel.cs: (Re-)create the pieces when setting the Text
22943           property. Fixes #74360.
22944
22945 2005-04-19  Jackson Harper  <jackson@ximian.com>
22946
22947         * XEventQueue.cs: Lock when getting the lockqueue size.
22948         * PictureBox.cs: Call base OnPaint
22949         
22950 2005-04-19  Peter Bartok  <pbartok@novell.com>
22951
22952         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
22953           messages were no longer being processed (this broke BeginInvoke)
22954
22955           
22956 2005-04-18  Jackson Harper  <jackson@ximian.com>
22957
22958         * TreeView.cs: buglet that caused node images to get drawn
22959         regardless of whether or not they were in the clipping rectangle.
22960
22961 2005-04-18  Jackson Harper  <jackson@ximian.com>
22962
22963         * CurrencyManager.cs: There are four rules for GetItemProperties:
22964         - If the type is an array use the element type of the array
22965         - If the type is a typed list, use the type
22966         - If the list contains an Item property that is not an object, use
22967         that property
22968         - use the first element of the list if there are any elements in
22969         the list.
22970         
22971 2005-04-17  Jackson Harper  <jackson@ximian.oom>
22972
22973         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
22974         click. This handles offsets for scrolling properly and reduces
22975         memory. Also fixed GetNode to not offset now that TopNode works
22976         properly.
22977         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
22978         
22979 2005-04-17  Jackson Harper  <jackson@ximian.com>
22980
22981         * CursorConverter.cs: Initial implementation.
22982
22983 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
22984
22985         * ListControl.cs: work towards complex data binding support on ListControl
22986         * CurrencyManager.cs: work towards complex data binding support on ListControl
22987         * ListBox.cs: work towards complex data binding support on ListControl
22988
22989
22990 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
22991
22992         * GridTableStylesCollection.cs: fixes name and constructor
22993         * DataGridTableStyle.cs: fixes
22994         * DataGridBoolColumn.cs: fixes names and constructors
22995         * DataGrid.cs: define methods and properties. Some init implementations
22996         * DataGridCell.cs: define methods and properties. Some init implementations
22997         * GridTablesFactory.cs: Define methods and properties
22998
22999 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
23000
23001         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
23002         graphics port changes.  We still want the coordinates in global screen
23003         coordinates.
23004
23005 2005-04-14  Jackson Harper  <jackson@ximian.com>
23006
23007         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
23008         check plus minus or checkbox clicks unless those features are enabled.
23009
23010 2005-04-14  Jackson Harper  <jackson@ximian.com>
23011
23012         * TreeView.cs: Add methods for setting the top and bottom visible
23013         nodes. TreeNode::EnsureVisible uses these methods.
23014         * TreeNode.cs: Implement EnsureVisible
23015
23016 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
23017
23018         * Form.cs: Pospone menu assignation if the window has not been created yet
23019         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
23020         size and position
23021
23022 2005-04-12  Jackson Harper  <jackson@ximian.com>
23023
23024         * TreeView.cs: Set the TopNode properly when scrolling
23025         occurs. This has the added benifit of reducing the amount of
23026         walking that needs to be done when drawing. Also removed an old
23027         misleading TODO.
23028         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
23029         
23030 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
23031
23032         * Timer.cs: fixes interval setting when the timer is already enabled
23033         
23034 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
23035
23036         * FolderBrowserDialog.cs: First approach
23037
23038 2005-04-09  Peter Bartok  <pbartok@novell.com>
23039
23040         * FolderBrowserDialog: Added
23041
23042 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
23043
23044         * LinkLabel.cs: move drawing code into the theme
23045         * ThemeWin32Classic.cs: drawing code and painting background bugfix
23046         * Theme.cs: define DrawLinkLabel method
23047
23048 2005-04-05  Jackson Harper  <jackson@ximian.com>
23049
23050         * BindingContext.cs: Use weak references so these bad actors don't
23051         stay alive longer then they need to.
23052
23053 2005-04-05  Jackson Harper  <jackson@ximian.com>
23054
23055         * ListControl.cs: Basic implementation of complex databinding.
23056         * ComboBox.cs:
23057         * ListBox.cs: Add calls to ListControl databinding methods.
23058
23059 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
23060
23061         * FileDialog.cs:
23062           - Don't change PopupButtonState to Normal when the
23063             PopupButton gets pressed several times.
23064           - Renamed ButtonPanel to PopupButtonPanel
23065
23066 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
23067
23068         * ColorDialog.cs: Use cached objects instead of creating them
23069         * LinkLabel.cs: Use cached objects instead of creating them
23070         * Splitter.cs: Use cached objects instead of creating them
23071         * FontDialog.cs: Use cached objects instead of creating them
23072         * PropertyGridView.cs: Use cached objects instead of creating them
23073         * MessageBox.cs: Use cached objects instead of creating them
23074         * FileDialog.cs: Use cached objects instead of creating them
23075         * ThemeWin32Classic.cs: Use cached objects instead of creating them
23076         * TreeView.cs: Use cached objects instead of creating them
23077         
23078 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
23079
23080         * Control.cs: use Equals to compare the font since no == op
23081         * ScrollBar.cs: use Equals to compare the font since no == op
23082
23083 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
23084
23085         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
23086
23087 2005-04-01  Jackson Harper  <jackson@ximian.com>
23088
23089         * Binding.cs: Implement IsBinding.
23090         * BindingManagerBase.cs:
23091         * PropertyManager.cs:
23092         * CurrencyManager.cs: Add IsSuspended property.
23093
23094 2005-04-01  Jackson Harper  <jackson@ximian.com>
23095
23096         * Binding.cs: Had some IsAssignableFrom calls backwards.
23097
23098 2005-04-01  Jackson Harper  <jackson@ximian.com>
23099
23100         * Binding.cs: Handle null data members when pulling data.
23101         * PropertyManager.cs: Handle the data member being a property that
23102         does not exist.
23103
23104 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
23105
23106         * DataGridTextBoxColumn.cs: fixes signature
23107         * DataGrid.cs: calls right constructor
23108
23109 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
23110
23111         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
23112         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
23113         * GridTableStylesCollection.cs: implements GridTableStylesCollection
23114         * DataGridTableStyle.cs: implements DataGridTableStyle
23115         * DataGridBoolColumn.cs: implements DataGridBoolColumn
23116         * DataGridTextBox.cs: implements DataGridTextBox
23117         * DataGridColumnStyle.cs: implements DataGridColumnStyle
23118
23119 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
23120
23121         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
23122
23123 2005-03-29  Peter Bartok  <pbartok@novell.com>
23124
23125         * Application.cs:
23126           - Properly implemented CompanyName property
23127           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
23128             returns a path that includes CompanyName, ProductName and
23129             Version (fixes bug #70330)
23130
23131 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
23132
23133         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
23134           fixes bug #72588.
23135
23136 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
23137
23138         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
23139         
23140           - Added ReadOnly CheckBox
23141           - Further refactoring: moved some code from Open-/SaveFileDialog
23142             to FileDialog
23143
23144 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
23145
23146         * OpenFileDialog.cs: Fixed CheckFileExists
23147         * FileDialog.cs:
23148           Moved FileView and DirComboBox outside FileDialog class.
23149           They can now be used outside FileDialog
23150
23151 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
23152
23153         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
23154         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
23155
23156 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
23157
23158         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
23159           - Added missing CreatePrompt property in SaveDialog
23160           - Overall SaveDialog handling should be better now
23161           - Added non standard ShowHiddenFiles property
23162           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
23163           - Added InitialDirectory and RestoreDirectory support
23164
23165 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
23166
23167         * FileDialog.cs: Made dirComboBox usable
23168
23169 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
23170
23171         * FileDialog.cs: Added Filter support (case sensitiv)
23172
23173 2005-03-24  Jackson Harper  <jackson@ximian.com>
23174
23175         * TabControl.cs: Need a couple more pixels for the lines.
23176
23177 2005-03-23  Jackson Harper  <jackson@ximian.com>
23178
23179         * TabControl.cs: Give the tab page focus when it is selected.
23180
23181 2005-03-23  Jackson Harper  <jackson@ximian.com>
23182
23183         * TabControl.cs: Account for the drawing of tabs borders when
23184         invalidating. If the slider was clicked dont do click detection on
23185         the tabs.
23186
23187 2005-03-23  Jackson Harper  <jackson@ximian.com>
23188
23189         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
23190
23191 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
23192
23193         * CategoryGridEntry.cs: Added
23194         * GridItem.cs: Added helper properties
23195         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
23196         * GridEntry.cs: Updated code for collection
23197         * PropertyGrid.cs: Cleaned up some formatting
23198         * PropertyGridView.cs: Added drop down functionality for enums.
23199         * GridItemCollection.cs: Added enumerator logic
23200         * PropertyGridEntry.cs: Added
23201
23202 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
23203
23204         * FileDialog.cs:
23205           - Removed unnecessary commented code
23206           - Fixed handling for entering the filename manually in the combobox
23207
23208 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
23209
23210         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
23211
23212 2005-03-18  Peter Bartok  <pbartok@novell.com>
23213
23214         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
23215           them being touching the border
23216
23217 2005-03-18  Peter Bartok  <pbartok@novell.com>
23218
23219         * TextControl.cs: Quick hack to center text better
23220
23221 2005-03-18  Peter Bartok  <pbartok@novell.com>
23222
23223         * ControlPaint.cs:
23224           - Don't throw NotImplemented exceptions, just print a notice once
23225             instead (requested by Miguel). This makes running existing SWF
23226             apps a bit easier
23227         * Control.cs:
23228           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
23229           - Added context menu trigger on right click
23230         * Panel.cs: Trigger invalidate on resize
23231         * StatusBar.cs:
23232           - Removed old double-buffer drawing
23233           - Added ResizeRedraw style to force proper update of statusbar
23234         * ListView.cs:
23235           - Removed debug output
23236         * ThemeWin32Classic.cs:
23237           - Fixed drawing of status bar, now draws Text property if there
23238             are no defined panels
23239
23240 2005-03-18  Jackson Harper  <jackson@ximian.com>
23241
23242         * ImageList.cs: When the image stream is set pull all the images
23243         from it.
23244         * ImageListStreamer.cs: Implement reading image list streams.
23245
23246 2005-03-18  Peter Bartok  <pbartok@novell.com>
23247
23248         * ThemeWin32Classic.cs (DrawPictureBox):
23249           - Fixed calculations for centered drawing
23250           - Fixed drawing for normal mode, not scaling the image on normal
23251
23252 2005-03-18  Peter Bartok  <pbartok@novell.com>
23253
23254         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
23255           textbox
23256         * FileDialog.cs:
23257           - Made Open/Save button the accept button for FileDialog
23258           - Tied the cancel button to the IButtonControl cancel button
23259           - Save/Open now properly builds the pathname
23260           - Now handles user-entered text
23261           - Preventing crash on right-click if no item is selected
23262           - Fixed Text property, now uses contents of textbox
23263           - Fixed SelectedText property, now just returns the text part that
23264             is selected in the text box
23265
23266 2005-03-18  Jackson Harper  <jackson@ximian.com>
23267
23268         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
23269         rect, make sure to de-adjust the interior rect after drawing the
23270         tab text.
23271
23272 2005-03-18  Peter Bartok  <pbartok@novell.com>
23273
23274         * MenuAPI.cs: Remove menu *before* executing selected action to
23275           prevent the menu from 'hanging around'
23276           
23277 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
23278
23279         * XplatUIOSX.cs: Implemented WorkingArea property
23280
23281 2005-03-17  Peter Bartok  <pbartok@novell.com>
23282
23283         * XplatUIX11.cs: Fixed menu coord calculations
23284         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
23285           for calculating offsets
23286
23287 2005-03-17  Peter Bartok  <pbartok@novell.com>
23288
23289         * Hwnd.cs: Do not consider menu presence for default client
23290           rectangle location/size
23291         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
23292           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
23293           translation functions
23294         * FileDialog.cs: Fixed (what I presume is a) typo
23295
23296 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
23297
23298         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
23299           X access (avoids X-Async errors)
23300
23301 2005-03-16  Jackson Harper  <jackson@ximian.com>
23302
23303         * TabControl.cs: Raise the SelectedIndexChanged event.
23304
23305 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
23306
23307         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
23308           - Removed vertical ToolBar and replaced it with a custom panel
23309             (desktop and home button already work)
23310           - Added Help button (some controls get resized or relocated then)
23311           - Draw correct text depending on Open or Save.
23312           - Fixed some typos...
23313
23314 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
23315
23316         * ScrollBar.cs:
23317           - Only change Maximum and Minimum when need it (bug fix)
23318
23319 2005-03-15  Peter Bartok  <pbartok@novell.com>
23320
23321         * Form.cs: Use Handle for icon, to trigger creation if
23322           the window does not yet exist
23323         * Control.cs:
23324           - CanSelect: Slight performance improvement
23325           - Focus(): Preventing possible recursion
23326           - Invalidate(): Removed ControlStyle based clear flag setting
23327           - WM_PAINT: fixed logic for calling OnPaintBackground
23328           - WM_ERASEBKGND: Fixed logic, added call to new driver method
23329             EraseWindowBackground if the control doesn't paint background
23330         * XplatUIWin32.cs:
23331           - Moved EraseWindowBackground() method to internal methods
23332           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
23333             is sent via SendMessage on BeginPaint call on Win32
23334         * XplatUIX11.cs:
23335           - Added EraseWindowBackground() method
23336           - No longer sends WM_ERASEBKGND on .Expose, but on call to
23337             PaintEventStart, which more closely matches Win32 behaviour
23338           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
23339           - Fixed SetFocus() to properly deal with client and whole windows
23340         * Hwnd.cs: Added ErasePending property
23341         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
23342         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
23343
23344 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
23345
23346         * XplatUIOSX.cs:
23347           - Fix hard loop when timers exist.
23348           - Fix bugs with middle and right click for 3 button mice.
23349
23350 2005-03-11  Peter Bartok  <pbartok@novell.com>
23351
23352         * XplatUIX11.cs:
23353           - get_WorkingArea: Need to call X directly, GetWindowPos only
23354             returns cached data now
23355           - Added sanity check to GetWindowPos hwnd usage
23356
23357 2005-03-11  Jackson Harper  <jackson@ximian.com>
23358
23359         * BindingManagerBase.cs: This method isn't used anymore as
23360         PullData now updates the data in the control.
23361
23362 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
23363
23364         * Form.cs: fixes menu drawing on X11
23365         * MenuAPI.cs:  fixes menu drawing on X11
23366
23367 2005-03-11  Peter Bartok  <pbartok@novell.com>
23368
23369         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
23370           from Jonathan Gilbert; should fix bug #73606
23371         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
23372           in Screen coordinates. Thanks, Jordi.
23373         * Form.cs: Added missing attribute
23374
23375 2005-03-11  Peter Bartok  <pbartok@novell.com>
23376
23377         * Form.cs:
23378           - Rudimentary Mdi support
23379           - Removed outdated FormParent code
23380           - Implemented lots of missing properties and methods, still missing
23381             transparency support
23382           - Added missing attributes
23383           - Implemented support for MaximumBounds
23384           - Added firing of various events
23385         * XplatUI.cs: Added SetIcon() method
23386         * XplatUIDriver.cs: Added SetIcon() abstract
23387         * XplatUIOSX.cs: Stubbed out SetIcon() method
23388         * XplatUIX11.cs:
23389           - Implemented SetIcon() support
23390           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
23391           - Switched to unix line endings
23392         * XplatUIWin32.cs:
23393           - Made POINT internal so for can access it as part of MINMAX
23394           - Implemented SetIcon() support
23395           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
23396             native Mdi support again, might have to go managed)
23397         * Control.cs: Now fires the StyleChanged event
23398         * MdiClient.cs: Added; still mostly empty
23399
23400 2005-03-10  Peter Bartok  <pbartok@novell.com>
23401
23402         * SaveFileDialog.cs: Added emtpy file
23403
23404 2005-03-08  Peter Bartok  <pbartok@novell.com>
23405
23406         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
23407           in turn triggers OnCreateContro) when creating a handle for the
23408           first time.
23409         * TextControl.cs: Fixed endless loop in certain cases when
23410           replacing the current selection
23411
23412 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
23413
23414         * ScrollBar.cs:
23415           - Honors NewValue changes in Scroll events allowing apps to change it
23416           - Adds First and Last Scroll events
23417           - Fixes Thumb events
23418
23419 2005-03-07  Peter Bartok  <pbartok@novell.com>
23420
23421         * Hwnd.cs: Added DefaultClientRectangle property
23422         * XplatUI.cs: Now using the X11 driver Where() method, which provides
23423           more detailed debug information
23424         * XplatUIX11.cs:
23425           - Fixed size-change feedback loop, where we would pull an old size
23426             off the queue and mistakenly change our window's size to an
23427             earlier value
23428           - Now compressing ConfigureNotify events, to reduce looping and
23429             redraw issues
23430         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
23431           is called
23432
23433 2005-03-07  Jackson Harper  <jackson@ximian.com>
23434
23435         * Binding.cs: Push data pushes from data -> property. Check if the
23436         property is readonly when attempting to set it.
23437
23438 2005-03-07  Jackson Harper  <jackson@ximian.com>
23439
23440         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
23441         instead of IsSubclassOf. Pulling data now sets the value on the
23442         control.
23443         * PropertyManager.cs:
23444         * CurrencyManager.cs: Just need to pull data when updating now,
23445         because PullData will set the value on the control.
23446
23447 2005-03-04  Jackson Harper  <jackson@ximian.com>
23448
23449         * Binding.cs: Implement data type parsing and converting on pulled
23450         data. TODO: Are there more ways the data can be converted?
23451
23452 2005-03-04  Jackson Harper  <jackson@ximian.com>
23453
23454         * Binding.cs: Support <Property>IsNull checks. Also bind to the
23455         controls Validating method so we can repull the data when the
23456         control loses focus.
23457
23458 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
23459
23460         * ColumnHeader.cs:
23461           - Fixes null string format
23462           
23463         * ListView.cs:
23464           - Adds enum type checks
23465           - Fixes redrawing and recalc need after changing some properties
23466           - Fixes on focus_item set after the event
23467           - Fixes adding columns after the control has been created
23468           
23469         * ThemeWin32Classic.cs:
23470           - Fixes CheckBox focus rectangle
23471           - Fixes ColumnHeader drawing
23472
23473
23474 2005-03-03  Jackson Harper  <jackson@ximian.com>
23475
23476         * Binding.cs: Bind to <Property>Changed events so we can detect
23477         when properties are changed and update the data.
23478
23479 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
23480
23481         * ImageList.cs:
23482           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
23483           - Fixes ImageList constructor with ImageList container
23484           - Fixes image scaling (wrong parameters at DrawImage)
23485
23486 2005-02-02  Jackson Harper  <jackson@ximian.com>
23487
23488         * Binding.cs: Make property searches case-insensitive. Eliminate
23489         some duplicated code.
23490
23491 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
23492
23493         * ComboBox.cs:
23494                 - Handle focus event
23495                 - Fix scrollbar events
23496                 - Discard highlighted item if remove it
23497                 - Fixes SelectedItem with strings
23498
23499 2005-03-01  Peter Bartok  <pbartok@novell.com>
23500
23501         * Control.cs:
23502           - Fixed Visible property, now follows (once again) parent chain
23503             to return false if any control in the chain is visible=false
23504           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
23505           - Fixed several places where is_visible instead of Visible was used
23506           - Implemented FIXME related to focus selection when setting focused
23507             control to be invisible
23508
23509         * XplatUIWin32.cs: Now using proper method to find out if window is
23510           visible. Thanks to Jordi for pointing it out
23511
23512 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
23513
23514         * ComboBox.cs: show/hide scrollbar instead of creating it
23515
23516 2005-02-27  Jackson Harper  <jackson@ximian.com>
23517
23518         * CurrencyManager.cs: Add PositionChanged stuff.
23519
23520 2005-02-27  Peter Bartok  <pbartok@novell.com>
23521
23522         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
23523         * XplatUIOSX.cs: Added GetMenuOrigin() stub
23524         * XplatUIWin32.cs: Implemented GetMenuOrigin()
23525         * XplatUIX11.cs:
23526           - Implemented GetMenuDC()
23527           - Implemented GetMenuOrigin()
23528           - Implemented ReleaseMenuDC()
23529           - Implemented generation of WM_NCPAINT message
23530           - Implemented generation and handling of WM_NCCALCSIZE message
23531         * Form.cs: Added debug helper message for Jordi's menu work
23532         * Hwnd.cs:
23533           - Modified ClientRect property; added setter, fixed getter to handle
23534             setting of ClientRect
23535           - Added MenuOrigin property
23536
23537 2005-02-26  Peter Bartok  <pbartok@novell.com>
23538
23539         * XplatUIX11.cs:
23540           - Destroys the caret if a window that's being destroyed contains it
23541           - Ignores expose events coming from the X11 queue for windows that
23542             already are destroyed
23543           - Now uses the proper variable for handling DestroyNotify, before we
23544             marked the wrong window as destroyed
23545           - Improved/added some debug output
23546
23547 2005-02-26  Peter Bartok  <pbartok@novell.com>
23548
23549         * X11Keyboard.cs: Fixes to work on 64bit systems
23550
23551 2005-02-26  Peter Bartok  <pbartok@novell.com>
23552
23553         * Control.cs:
23554           - Now calling OnHandleDestroyed from DestroyHandle()
23555             instead of Dispose()
23556           - Removed bogus call to controls.Remove() from DestroyHandle()
23557
23558 2005-02-26  Peter Bartok  <pbartok@novell.com>
23559
23560         * Control.cs: Properly destroy child windows when our handle is
23561           destroyed
23562
23563 2005-02-25  Peter Bartok  <pbartok@novell.com>
23564
23565         * XplatUI.cs:
23566           - Added 'DriverDebug' define to allow tracing XplatUI API calls
23567           - Alphabetized Static Methods and Subclasses
23568
23569         * XplatUIX11.cs:
23570           - Added XException class to allow custom handling of X11 exceptions
23571           - Created custom X11 error handler, tied into XException class
23572           - Added support for MONO_XEXCEPTIONS env var to allow the user
23573             to either throw an exception on X errors or continue running
23574             after displaying the error
23575           - Added handling of DestroyNotify message
23576           - Added handler for CreateNotify message (still disabled)
23577           - Improved (tried to at least) Where method to provide file and lineno
23578         * X11Structs.cs:
23579           - Added XErrorHandler delegate
23580           - Added XRequest enumeration (to suppor translation of errors)
23581
23582 2005-02-25  Jackson Harper  <jackson@ximian.com>
23583
23584         * PropertyManager.cs: Implement editing features
23585         * CurrencyManager.cs:
23586         * Binding.cs: First attempt at UpdateIsBinding
23587         * BindingManagerBase.cs: Call UpdateIsBinding before
23588         pushing/pulling data.
23589
23590 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
23591
23592         * MenuAPI.cs: Respect disabled items
23593         * ThemeWin32Classic.cs
23594                 - Caches ImageAttributes creation for DrawImageDisabled
23595                 - Fixes vertical menu line drawing
23596                 - Draws disabled arrows in disable menu items
23597
23598 2005-02-24  Peter Bartok  <pbartok@novell.com>
23599
23600         * Hwnd.cs:
23601           - Added UserData property to allow associating arbitrary objects
23602             with the handle
23603           - Fixed leak; now removing Hwnd references from static windows array
23604         * XplatUIWin32.cs:
23605           - Fixed Graphics leak in PaintEventEnd
23606           - Removed usage of HandleData, switched over to Hwnd class
23607         * HandleData.cs: Removed, obsoleted by Hwnd.cs
23608
23609 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
23610
23611         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
23612         * ScrollBar.cs: Fixes bug
23613         * TrackBar.cs: removes death code, clipping, mimize refreshes,
23614          keyboard navigation enhancements
23615
23616 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
23617
23618         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
23619         * GroupBox.cs: Add control styles
23620         * Label.cs: Add control styles
23621         * UpDownBase.cs: Add control styles
23622         * ListBox.cs: Add control styles
23623         * XplatUIWin32.cs: Fixes wrong parameter order
23624
23625
23626 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
23627
23628         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
23629
23630 2005-02-23  Jackson Harper  <jackson@ximian.com>
23631
23632         * PropertyManager.cs: Implement property binding. This doesn't
23633         seem to work yet though as (I think) there are some bugs in
23634         System.ComponentModel.PropertyDescriptor.
23635         * BindingContext.cs: Use new PropertyManager constructor.
23636
23637 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
23638
23639         * ProgressBar.cs: use clip region in ProgressBar
23640         * ThemeWin32Classic.cs: use clip region in ProgressBar
23641
23642 2004-02-22  Jackson Harper  <jackson@ximian.com>
23643
23644         * BindingsCollection.cs: Remove some debug code.
23645
23646 2005-02-22  Jackson Harper  <jackson@ximian.com>
23647
23648         * BindingContext.cs:
23649         * ControlBindingsCollection.cs:
23650         * CurrencyManager.cs:
23651         * Binding.cs:
23652         * BindingManagerBase.cs: Initial implementation
23653         * BindingsCollection.cs: Add an internal contains method that the
23654         BindingManagerBase uses to ensure bindings aren't added twice to
23655         the collection.
23656         * PropertyManager.cs: Stubbed out.
23657         * Control.cs:
23658         * ContainerControl.cs: Hook up databinding
23659         
23660 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
23661
23662         * XplatUIOSX.cs:
23663           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
23664           Fixed Invalidate/Update chain.
23665           Fixed tons of other minor bugs (this is almost a complete rewrite).
23666
23667 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
23668
23669         * ComboBox.cs: do subcontrol creation when the control is created
23670
23671 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
23672
23673         * Label.cs: fixes image drawing (image and imagelist)
23674         * ThemeWin32Classic.cs: cache brushes
23675         
23676 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
23677
23678         * Form.cs: Move menu drawing code to Theme class
23679         * ComboBox.cs: Move ComboBox drawing code to Theme class
23680         * MenuItem.cs: Move menu drawing code to Theme class
23681         * MenuAPI.cs: Move menu drawing code to Theme class
23682         * ThemeWin32Classic.cs: New methods
23683         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
23684         * ListBox.cs: Move Listbox drawing code to Theme class
23685         * Theme.cs: New methods
23686
23687 2005-02-20  Peter Bartok  <pbartok@novell.com>
23688
23689         * Control.cs:
23690           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
23691             only process mnemonics on those)
23692           - Fixed event sequence for key handling; first calling
23693             ProcessKeyEventArgs now
23694         * TextBoxBase.cs:
23695           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
23696             for processing non-character keys
23697           - Fixed WM_CHAR to generate proper event sequence before processing
23698         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
23699           generation
23700
23701 2005-02-19  Peter Bartok  <pbartok@novell.com>
23702
23703         * UserControl.cs: Added TextChanged event; added attributes
23704         * SizeGrip.cs: Implemented resizing and optional display of grip
23705         * Form.cs: Fixed attribute
23706         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
23707           Changed meaning of ScrollWindow bool argument; instead of the
23708           clear attribute (which will be true usually anyway), it gives the
23709           option of moving child controls as well.
23710         * XplatUIX11.cs:
23711           - Changed to match new ScrollWindow argument
23712           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
23713             now handles the implicit parent window a WM puts around us
23714         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
23715           to work)
23716         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
23717         * TreeView.cs: Adjusted to new ScrollWindow arguments
23718
23719 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
23720
23721         * Form.cs: Menu integration with non-client area
23722         * MenuItem.cs: Menu integration with non-client area
23723         * MenuAPI.cs: Menu integration with non-client area
23724
23725 2005-02-18  Peter Bartok  <pbartok@novell.com>
23726
23727         * MethodInvoker.cs: Added
23728         * MdiLayout.cs: Added
23729         * SendKeys.cs: Started implementation
23730         * ErrorIconAlignment.cs: Added
23731
23732 2005-02-18  Peter Bartok  <pbartok@novell.com>
23733
23734         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
23735         * Form.cs: Added handling for Menu-related Non-client messages
23736
23737 2005-02-17  Peter Bartok  <pbartok@novell.com>
23738
23739         * UpDownBase.cs: Fixed typo, compilation errors
23740         * DomainUpDown.cs: Fixed attribute value
23741
23742 2005-02-16  Miguel de Icaza  <miguel@novell.com>
23743
23744         * UpDownBase.cs: Attach entry events.
23745         Propagate events.
23746         Add ForeColor property, Focused, InterceptArrowKeys (interception
23747         does not work yet).
23748
23749 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
23750
23751         * Form.cs:
23752                 - Redraw non client are on Setmenu
23753                 - Calc proper menu starting point
23754
23755 2005-02-17  Peter Bartok  <pbartok@novell.com>
23756
23757         * Application.cs: Fixed message_filter check
23758
23759 2005-02-17  Peter Bartok  <pbartok@novell.com>
23760
23761         * Application.cs: Now calls registered message filters
23762         * DockStyle.cs: Fixed attribute
23763         * Form.cs: Fixed attribute
23764         * Menu.cs: Fixed attribute
23765         * ToolTip.cs: Fixed attribute
23766         * TreeNode.cs: Added missing attributes and arranged in regions
23767         * PropertyGrid.cs: Fixed signatures
23768         * TreeNodeCollection.cs: Added attributes
23769         * Splitter.cs: Added missing attributes; arranged into regions
23770         * TabPage.cs: Added missing attributes; arranged into regions
23771         * TextBoxBase.cs: Added missing attributes
23772         * TextBox.cs: Added missing attributes
23773         * ArrangeDirection.cs: Added missing attributes
23774         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
23775         * ToolBarButton.cs: Fixed attributes
23776         * AnchorStyles.cs: Fixed attribute
23777         * TrackBar.cs: Fixed attributes
23778         * TabControl.cs: Added missing attributes and arranged into regions
23779         * ToolBar.cs: Fixed attribute
23780         * StatusBar.cs: Fixed signature, organized into regions and added
23781           attributes
23782         * StatusBarPanel.cs: Fixed attributes
23783         * ContentsResizedEventArgs.cs: Implemented
23784         * ContentsResizedEventHandler.cs: Implemented
23785         * DateBoldEventArgs.cs: Implemented
23786         * DateBoldEventHandler.cs: Implemented
23787         * UpDownEventArgs.cs: Implemented
23788         * UpDownEventHandler.cs: Implemented
23789         
23790 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
23791
23792         * Form.cs: first Menu NC refactoring
23793         * MenuAPI.cs: first Menu NC refactoring
23794         
23795 2005-02-16  Peter Bartok  <pbartok@novell.com>
23796
23797         * ImeMode.cs: Added missing attributes
23798         * Menu.cs: Fixed attribute
23799         * GroupBox.cs: Fixed attribute
23800         * Label.cs: Fixed attribute
23801         * ColorDialog.cs (RunDialog): Removed TODO attribute
23802         * ComboBox.cs: Fixed attributes
23803         * ListControl.cs: Added missing attributes
23804         * PropertyGrid.cs: Fixed attributes
23805         * Control.cs: Fixed attributes
23806         * ListViewItem.cs: Added TypeConverter attribute
23807         * NotifyIcon.cs: Fixed attributes
23808         * ListView.cs: Fixed attributes
23809         * ButtonBase.cs: Fixed attribute
23810         * ImageList.cs: Added missing attributes
23811         * ContainerControl.cs: Fixed signature
23812         * CheckedListBox.cs: Fixed attribute; added missing attributes
23813         * Panel.cs: Fixed attributes
23814         * PropertyTabChangedEventArgs.cs: Added missing attribute
23815         * PropertyValueChangedEventArgs.cs: Added missing attribute
23816         * Binding.cs: Fixed attribute
23817         * ListViewItemConverter: Implemented ListViewSubItemConverter class
23818         * ListBox.cs: Fixed attribute; added missing attributes;
23819         * ScrollableControl.cs: Added missing attributes
23820         * PictureBox.cs: Added missing attributes; implemented missing property
23821         * DateTimePicker.cs: Added missing attributes
23822         * Theme.cs (ToolWindowCaptionHeight): Fixed type
23823         * MonthCalendar.cs: Fixed attributes
23824         * StatusBarPanel.cs: Added missing attributes
23825         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
23826
23827 2005-02-16  Peter Bartok  <pbartok@novell.com>
23828
23829         * TextBoxBase.cs: The previous method to enforce height yet remember
23830           the requested high was less than ideal, this is an attempt to do
23831           it better.
23832         * Control.cs: Added comment about possible problem
23833         * Copyright: Updated format
23834         * GridItemType.cs: Fixed swapped values
23835
23836 2005-02-15  Jackson Harper  <jackson@ximian.com>
23837
23838         * BaseCollection.cs: Use property so we never access an
23839         uninitialized list. Also initialize the list in the property.
23840
23841 2005-02-15  Peter Bartok  <pbartok@novell.com>
23842
23843         * GroupBox.cs (ProcessMnemonic): Implemented
23844         * Label.cs (ProcessMnemonic): Implemented
23845         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
23846           hotkeys
23847
23848 2005-02-15  Peter Bartok  <pbartok@novell.com>
23849
23850         * RadioButton.cs (ProcessMnemonic): Implemented
23851         * CheckBox.cs (ProcessMnemonic): Implemented
23852         * Control.cs:
23853           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
23854             handling
23855           - Added internal method to allow calling ProcessMnemonic from other
23856             controls
23857         * ContainerControl.cs:
23858           - Started support for handling validation chain handling
23859           - Implemented ProcessMnemonic support
23860           - Added Select() call to Active, to make sure the active control
23861             receives focus
23862         * Form.cs: Setting toplevel flag for Forms (this was lost in the
23863           FormParent rewrite)
23864         * ThemeWin32Classic.cs:
23865           - DrawCheckBox(): Fixed stringformat to show hotkeys
23866           - DrawRadioButton(): Fixed stringformat to show hotkeys
23867         * CommonDialog.cs: Removed WndProc override, not needed
23868
23869 2005-02-14  Peter Bartok  <pbartok@novell.com>
23870
23871         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
23872           missed those in the rewrite
23873
23874 2005-02-14  Miguel de Icaza  <miguel@novell.com>
23875
23876         * NumericUpDown.cs (Increment, ToString): Add.
23877         (DecimalPlaces): implement.
23878         
23879         Add attributes.
23880         
23881         * UpDownBase.cs: Add the designer attributes.
23882
23883 2005-02-13  Peter Bartok  <pbartok@novell.com>
23884
23885         * Panel.cs: Removed border_style, now in Control
23886         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
23887           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
23888
23889 2005-02-13  Peter Bartok  <pbartok@novell.com>
23890
23891         * MouseButtons.cs: Added missing attributes
23892         * XplatUIStructs.cs: Added enumeration for title styles
23893         * LeftRightAlignment.cs: Added missing attributes
23894         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
23895           it compatible with Graphics.FromHwnd()
23896         * SelectedGridItemChangedEventArgs.cs: Fixed property type
23897         * Keys.cs: Added missing attributes
23898         * SelectionRange.cs: Added missing attributes
23899         * SelectionRangeConverter.cs: Added
23900         * XplatUI.cs:
23901           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
23902             ReleaseMenuDC methods
23903           - Renamed ReleaseWindow to UngrabWindow
23904           - Added proper startup notice to allow version identification
23905         * Form.cs:
23906           - Added missing attributes
23907           - Removed FormParent concept
23908         * Label.cs: Removed border_style field, now in Control
23909         * RadioButton.cs: Now properly selects RadioButton when focus is
23910           received
23911         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
23912         * Control.cs:
23913           - Added missing attributes
23914           - Added borderstyle handling
23915           - Removed FormParent concept support
23916           - Fixed calls to XplatUI to match changed APIs
23917           - Fixed bug that would case us to use disposed Graphics objects
23918           - Removed unneeded internal methods
23919           - PerformLayout(): Fixed to handle DockStyle.Fill properly
23920           - SelectNextControl(): Fixed to properly check common parents
23921         * TextBoxBase.cs: Removed border_style field (now in Control)
23922         * MessageBox.cs:
23923           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
23924             fixed calculations for form size
23925           - Added support for localized strings and icons
23926           - Improved form size calculations, added border
23927         * ListView.cs: Removed border_style field (now in Control)
23928         * X11Structs.cs: Moved several structs from X11 driver here
23929         * X11Keyboard.cs: Changed debug message
23930         * Application.cs: Removed FormParent concept support
23931         * CommonDialog.cs:
23932           - Resetting end_modal flag
23933           - Removed FormParent concept support
23934         * NativeWindow.cs: Removed FormParent concept support
23935         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
23936           Client area and Non-Client whole window to allow support for WM_NC
23937           messages
23938         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
23939           prevent using it until it supports Hwnd as per Geoff Norton's request
23940         * ToolBar.cs: Fixed drawing, was not doing proper drawing
23941         * PictureBox.cs: Removed border_style field, now in Control
23942         * XplatUIWin32.cs: Added new driver methods
23943
23944 2005-02-12  Peter Bartok  <pbartok@novell.com>
23945
23946         * OpacityConverter.cs: Implemented
23947         * Hwnd.cs: Internal class to support drivers that need to emulate
23948           client area/non-client area window behaviour
23949
23950 2005-02-11  Peter Bartok  <pbartok@novell.com>
23951
23952         * KeysConverter.cs: Implemented
23953
23954 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
23955
23956         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
23957         * LinkLabel: Added missing attributes
23958         * MainMenu.cs: fixes ToString
23959         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
23960         * ListBox.cs: fixes event position
23961         * TrackBar.cs: adds missing attributes and events
23962         
23963 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
23964
23965         * MenuItem.cs: Use SystemInformation and bug fixes
23966         * MenuAPI.cs: Use SystemInformation and bug fixes
23967
23968 2005-02-09  Jackson Harper  <jackson@ximian.com>
23969
23970         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
23971         their keystate otherwise things like VK_MENU get stuck "on".
23972
23973 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
23974
23975         * ListBox.cs: Fixes AddRange bug
23976         
23977 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
23978
23979         * ProgressBar.cs
23980                 - Add missing attributes
23981                 - Add missing method
23982                 
23983         * CheckedListBox.cs: Added missing attributes
23984                 - Add missing attributes
23985                 - Remove extra method
23986         
23987         * ComboBox.cs: Added missing attributes
23988         * VScrollBar.cs: Added missing attributes
23989         * ScrollBar.cs:  Added missing attributes
23990         * ListBox.cs: Fixes signature, add missing consts
23991         * LinkArea.cs:   Added missing attributes
23992         
23993
23994 2005-02-08  Peter Bartok  <pbartok@novell.com>
23995
23996         * Menu.cs: Added missing attributes
23997         * MainMenu.cs: Added missing attributes
23998         * GroupBox.cs: Added missing attributes
23999         * Label.cs: Added missing attributes
24000         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
24001         * ColorDialog.cs:
24002           - Added Instance and Options properties
24003           - Added missing attributes
24004         * Cursor.cs: Made Serializable
24005         * NotifyIcon: Added missing attributes
24006         * MenuItem.cs: Added missing attributes
24007         * TextBoxBase.cs: Implemented AppendText() and Select() methods
24008         * Panel.cs: Added Missing attributes
24009         * MonthCalendar.cs: Fixed CreateParams
24010
24011 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
24012         
24013         * LinkLabel.cs:
24014                 - Fixes signature
24015                 - Fixes issues with links
24016                 - Adds the class attributes
24017
24018 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
24019         
24020         * ComboBox.cs:
24021                 - Fixes button when no items available in dropdown
24022                 - Fixes repainting problems
24023                 - Adds the class attributes
24024                 
24025 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
24026
24027         * XplatUIOSX.cs: Detect the menu bar and title bar height from
24028         the current theme.  Cache these on startup.
24029
24030 2005-02-07  Jackson Harper  <jackson@ximian.com>
24031
24032         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
24033         the scrollbar buttons when they are depressed.
24034
24035 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
24036
24037         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
24038         Get the display size from the main displayid.  We currently dont
24039         support multiple display configurations.
24040
24041 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
24042
24043         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
24044
24045 2005-02-07  Miguel de Icaza  <miguel@novell.com>
24046
24047         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
24048
24049 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
24050
24051         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
24052
24053 2005-02-04  Jackson Harper  <jackson@ximian.com>
24054
24055         * ThemeWin32Classic.cs: Respect the clipping rect when
24056         drawing. Only fill the intersection of clips and rects so there
24057         isn't a lot of large fills.
24058         * ScrollBar.cs: Pass the correct clipping rect to the theme
24059         engine. Remove some debug code.
24060
24061 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
24062         
24063         * DateTimePicker.cs:
24064                 - Fixed crash on DateTime.Parse, use Constructor instead
24065
24066 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
24067         
24068         * MenuItem.cs:
24069         * MenuAPI.cs:
24070                 - Owner draw support (MeasureItem and DrawItem)
24071
24072 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
24073         
24074         *  Menu.cs:
24075                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
24076                 - Fixes MenuItems.Add range
24077         * MenuItem.cs:
24078                 - MergeMenu and Clone and CloneMenu functions
24079
24080 2005-02-03  Jackson Harper  <jackson@ximian.com>
24081
24082         * ScrollBar.cs: Make abstract
24083         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
24084         is abstract.
24085
24086 2005-02-03  Jackson Harper  <jackson@ximian.com>
24087
24088         * ScrollBar.cs: First part of my scrollbar fixups. This removes
24089         all the unneeded refreshes and uses invalidates with properly
24090         computed rects.
24091
24092 2005-02-03  Peter Bartok  <pbartok@novell.com>
24093
24094         * ComponentModel.cs: Added
24095         * IDataGridEditingService.cs: Added
24096         * Timer.cs: Added missing attributes
24097         * ToolTip.cs: Added missing attributes
24098
24099 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
24100
24101         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
24102
24103 2005-02-03  Peter Bartok  <pbartok@novell.com>
24104
24105         * ListBox.cs: Added missing attributes
24106
24107 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
24108         
24109         * ListBox.cs:
24110                 - Fixes font height after font change
24111                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
24112                 
24113 2005-02-02  Peter Bartok  <pbartok@novell.com>
24114
24115         * HandleData.cs: Introduced static methods to allow class
24116           to be more self-contained and track it's own HandleData objects
24117         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
24118           HandleData to use new static methods
24119
24120 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
24121
24122         * Combobox.cs:
24123                 - Fixes default size and PreferredHeight
24124                 - Missing events
24125                 - ObjectCollection.Insert implementation
24126                 
24127         * ListControl.cs
24128                 - Fixes signature
24129         * ListBox.cs:
24130                 - Several fixes
24131                 - ObjectCollection.Insert implementation
24132                 - No selection after clean
24133                 - Small fixes
24134
24135 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
24136
24137         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
24138
24139 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
24140
24141         * Combobox.cs:
24142                 - Caches ItemHeight calculation for OwnerDrawVariable
24143                 - Handles dropdown properly
24144                 - Fixes several minor bugs
24145
24146 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
24147
24148         * ListBox.cs:
24149                 - Fixes 71946 and 71950
24150                 - Fixes changing Multicolumn on the fly
24151                 - Fixes keyboard navigation on Multicolumn listboxes
24152
24153 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
24154         
24155         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
24156         crash reporter log.
24157
24158 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
24159
24160         * XplatUIOSX.cs: Allow applications to actually exit.
24161
24162 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
24163
24164         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
24165         their parent at creation time rather than lazily later.  Fixes a major
24166         regression we were experiencing.
24167
24168 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
24169
24170         * ThemeWin32Classic.cs: more date time picker painting fixes
24171         * DateTimePicker.cs: more monthcalendar drop down fixes
24172         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
24173
24174 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
24175
24176         * ScrollBar.cs:
24177                 - When moving the thumb going outside the control should stop the moving
24178                 - Adds the firing of missing events
24179                 - Fixes no button show if Size is not specified
24180                 - End / Home keys for keyboard navigation
24181
24182 2005-01-30  Peter Bartok  <pbartok@novell.com>
24183
24184         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
24185           sanity check to prevent theoretical loop
24186         * XplatUIWin32.cs (SetVisible): Removed debug output
24187         * XplatUIX11.cs (SystrayChange): Added sanity check
24188         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
24189         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
24190           behaviour, valid until the X11 client window rewrite is done
24191         * TextBox.cs (ctor): Setting proper default foreground and background
24192           colors
24193
24194 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
24195
24196         * Theme: Added DrawDateTimePicker to interface
24197         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
24198         * DateTimePicker.cs: Created (still needs keys and painting code)
24199         * DateTimePickerFormat.cs: added
24200         * MonthCalendar.cs: fixed CreateParams for popup window mode
24201           
24202 2005-01-29  Peter Bartok  <pbartok@novell.com>
24203
24204         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
24205           this should also the calculations for ligher/darker
24206         * Theme.cs: Fixed defaults for ScrollBar widths/heights
24207
24208 2005-01-29  Peter Bartok  <pbartok@novell.com>
24209
24210         * ArrangeDirection.cs: Added
24211         * ArrangeStartingPositon.cs: Added
24212         * SystemInformation.cs: Implemented
24213         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
24214           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
24215           used by SystemInformation class
24216         * X11Strucs.cs: Added XSizeHints structure
24217         * MenuAPI.cs:
24218           - Fixed CreateParams to make sure the menu window is always visible
24219           - TrackPopupMenu: Added check to make sure we don't draw the
24220             menu offscreen
24221
24222 2005-01-29  Peter Bartok  <pbartok@novell.com>
24223
24224         * HandleData.cs: Added method for altering invalid area
24225         * TextBoxBase.cs: Implemented TextLength
24226
24227 2005-01-28  Peter Bartok  <pbartok@novell.com>
24228
24229         * XplatUIX11.cs: Improvement over last patch, not sending
24230           the WM_PAINT directly anymore, instead we scroll any pending
24231           exposed areas and let the system pick out the WM_PAINT later
24232
24233 2005-01-28  Peter Bartok  <pbartok@novell.com>
24234
24235         * SWF.csproj: Deleted, no longer used. Instead,
24236           Managed.Windows.Forms/SWF.csproj should be used
24237         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
24238           directly, to avoid a potential race condition with the next
24239           scroll
24240
24241 2005-01-28  Peter Bartok  <pbartok@novell.com>
24242
24243         * XplatUI.cs: Made class internal
24244
24245 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
24246
24247         * CheckedListBox.cs:
24248                 - Draw focus
24249                 - Fixed Drawing
24250                 - Missing methods and events
24251
24252 2005-01-27  Peter Bartok  <pbartok@novell.com>
24253
24254         * Application.cs (Run): Don't use form if we don't have one
24255
24256 2005-01-27  Peter Bartok  <pbartok@novell.com>
24257
24258         * TextBoxBase.cs (get_Lines): Fixed index off by one error
24259
24260 2005-01-27  Peter Bartok  <pbartok@novell.com>
24261
24262         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
24263         * GridItem.cs: Added; Patch by Jonathan S. Chambers
24264         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
24265         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
24266         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
24267         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
24268         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24269         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
24270         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24271         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24272         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24273         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
24274
24275 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
24276
24277         * Combobox.cs:
24278                 - Draw focus on Simple Combobox
24279                 - Fixes drawing issues
24280                 - fixes 71834
24281
24282 2005-01-27  Peter Bartok  <pbartok@novell.com>
24283
24284         * Form.cs:
24285           - Place window in default location, instead of hardcoded 0/0
24286           - Send initial LocationChanged event
24287         * Control.cs:
24288           - UpdateBounds after creation to find out where the WM placed us
24289           - Make sure that if the ParentForm changes location the Form
24290             is notified
24291         * XplatUIX11.cs: XGetGeometry will not return the coords relative
24292             to the root, but to whatever the WM placed around us.
24293             Translate to root coordinates before returning toplevel
24294             coordinates
24295         * XplatUIWin32.cs: Removed debug output
24296         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
24297           flag to GetWindowPos, to allow translation of coordinates on X11
24298
24299 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
24300
24301         * ListBox.cs: connect LostFocus Event
24302
24303 2005-01-27  Peter Bartok  <pbartok@novell.com>
24304
24305         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
24306           XplatUIX11.cs: Extended the Systray API
24307         * Form.cs: Removed debug output
24308         * Application.cs: Fixed focus assignment, always need to call
24309           XplatUI.Activate() since Form.Activate() has rules that may
24310           prevent activation
24311         * NotifyIcon.cs: Should be complete now
24312         * ToolTip.cs: Worked around possible timer bug
24313
24314 2005-01-27  Jackson Harper  <jackson@ximian.com>
24315
24316         * TabControl.cs:
24317         - Only invalidate the effected tabs when the
24318         selected index changes. This reduces drawing and gets rid of some
24319         flicker.
24320         - Only refresh if the tabs need to be shifted, otherwise only
24321         invalidate the slider button.
24322         - On windows the tabs are not filled to right if the slider is
24323         visible.
24324         
24325 2005-01-27  Jackson Harper  <jackson@ximian.com>
24326
24327         * TabControl.cs: Only refresh on mouseup if we are showing the
24328         slider. Also only invalidate the button whose state has changed.
24329
24330 2005-01-26  Peter Bartok  <pbartok@novell.com>
24331
24332         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
24333         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
24334           and SystrayRemove() methods
24335         * XplatUIOSX.cs: Stubbed Systray methods
24336         * XplatUIX11.cs:
24337           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
24338             methods
24339           - Fixed broken XChangeProperty calls (marshalling messed up things)
24340         * X11Structs.cs: Added enums and structs required for Size hinting
24341         * NotifyIcon.cs: Added & implemented
24342
24343 2005-01-26  Jackson Harper  <jackson@ximian.com>
24344
24345         * TabControl.cs: Space vertically layed out tabs properly.
24346
24347 2005-01-26  Peter Bartok  <pbartok@novell.com>
24348
24349         * Form.cs (CreateClientParams): Always set the location to 0,0
24350           since we're a child window.
24351
24352         * Control.cs (SetVisibleCore): Always explicitly setting the location
24353           of a toplevel window, apparently X11 doesn't like to move windows
24354           while they're not mapped.
24355
24356 2005-01-26  Jackson Harper  <jackson@ximian.com>
24357
24358         * TabControl.cs: Implement FillToRight size mode with vertically
24359         rendered tabs.
24360
24361 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
24362
24363         * ControlPaint.cs, ThemeWin32Classic.cs
24364                 - Fixes DrawFocusRectangle
24365
24366 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
24367
24368         * MenuAPI.cs:
24369                 - MenuBar tracking only starts when item is first clicked
24370                 - Fixes menu hidding for multiple subitems
24371                 - Unselect item in MenuBar when item Executed
24372                 - Fixes bug 71495
24373
24374 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
24375
24376         * ListControl.cs:
24377                 - IsInputKey for ListBox
24378         * ListBox.cs:
24379                 - Focus item
24380                 - Shift and Control item selection
24381                 - Implement SelectionMode.MultiExtended
24382                 - Fixes RightToLeft
24383         * ComboBox.cs:
24384                 - IsInputKey implemented
24385                 - Do not generate OnTextChangedEdit on internal txt changes
24386                 
24387 2005-01-23  Peter Bartok  <pbartok@novell.com>
24388
24389         * AccessibleObject.cs: Partially implemented Select()
24390         * MonthCalendar.cs: Added missing attributes and events
24391         * Form.cs: Fixed CreateParams behaviour, now controls derived from
24392           form can properly override CreateParams.
24393         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
24394           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
24395           Control performs Invalidate & Update
24396         * NativeWindow (CreateHandle): Added special handling for Form
24397           and Form.FormParent classes to allow overriding of From.CreateParams
24398         * Control.cs:
24399           - ControlNativeWindow: Renamed 'control' variable to more intuitive
24400             name 'owner'
24401           - ControlNativeWindow: Added Owner property
24402           - Removed usage of Refresh() on property changes, changed into
24403             Invalidate(), we need to wait until the queue is processed for
24404             updates, direct calls might cause problems if not all vars for
24405             Paint are initialized
24406           - Added call to UpdateStyles() when creating the window, to set any
24407             styles that CreateWindow might have ignored.
24408           - Added support for Form CreateParent overrides to UpdateStyles()
24409         * MessageBox.cs: Removed no longer needed FormParent override stuff,
24410           CreateParams are now properly overridable
24411         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
24412           CreateParams are now properly overridable
24413
24414 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
24415
24416         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
24417         OnTextBoxChanged.
24418
24419         Capture LostFocus and OnTextBoxChanged.  The later introduces a
24420         recursive invocation that I have not figured out yet.
24421
24422         Reset the timer when not using (it was accumulating).
24423
24424
24425         (OnTextBoxChanged): Set UserEdit to true here to track whether the
24426         user has made changes that require validation.
24427
24428         Reset changing to avoid loops.
24429
24430 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
24431
24432         * NumericUpDown.cs: Display value at startup.
24433
24434         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
24435         ValidateEditText.
24436
24437         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
24438         filled in.  Added some basic parsing of text.
24439
24440         Still missing the OnXXX method overrides, and figuring out the
24441         events that must be emitted.
24442
24443         * UpDownBase.cs: Handle UserEdit on the Text property.
24444         
24445 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
24446
24447         * ComboBox.cs:
24448           - Fixes IntegralHeight
24449           - ToString method
24450
24451 2005-01-21  Jackson Harper  <jackson@ximian.com>
24452
24453         * TabControl.cs: Set the SelectedIndex property when SelectedTab
24454         is set so that the page visibility is updated and the tabs are
24455         sized correctly.
24456
24457 2005-01-21  Jackson Harper  <jackson@ximian.com>
24458
24459         * TabControl.cs: Use cliping rectangle for blitting. Give the
24460         theme the clipping rect so we can do clipping while
24461         drawing. Remove some debug code.
24462
24463 2005-01-21  Jackson Harper  <jackson@ximian.com>
24464
24465         * TabPage.cs: Add a new method so tab pages can force the tab
24466         control to recalculate the tab page sizes.
24467         * TabControl.cs: UpdateOwner needs to make the tab control recalc
24468         sizes.
24469
24470 2005-01-20  Jackson Harper  <jackson@ximian.com>
24471
24472         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
24473
24474 2005-01-20  Jackson Harper  <jackson@ximian.com>
24475
24476         * TreeView.cs: Set the bounds for nodes properly. They were
24477         getting screwed up when checkboxes were not enabled, but images
24478         were.
24479
24480 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
24481
24482         * ListBox.cs:
24483                 - Owner draw support
24484                 - Fixes
24485                 
24486 2005-01-20  Jackson Harper  <jackson@ximian.com>
24487
24488         * XplatUIStructs.cs: More misc keys
24489         * X11Keyboard.cs: Ignore some control keys.
24490
24491 2005-01-20  Jackson Harper  <jackson@ximian.com>
24492
24493         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
24494         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
24495
24496 2005-01-19  Peter Bartok  <pbartok@novell.com>
24497
24498         * Control.cs: Un-selecting the control when it is loosing focus
24499
24500 2005-01-19  Jackson Harper  <jackson@ximian.com>
24501
24502         * TreeView.cs: Hook up to the text controls leave event so we can
24503         end editing when the users clicks outside the text box.
24504         
24505 2005-01-19  Jackson Harper  <jackson@ximian.com>
24506
24507         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
24508         get set in the conversion array.
24509
24510 2005-01-19  Peter Bartok  <pbartok@novell.com>
24511
24512         * Application.cs (ModalRun): Added a call to CreateControl to ensure
24513           focus is properly set
24514         * Button.cs:
24515           - Added missing attributes
24516           - removed styles, those are already set in the base class
24517         * ButtonBase.cs:
24518           - Added missing attributes
24519           - Added clip window styles
24520         * CheckBox.cs: Added missing attributes
24521         * CommonDialog.cs:
24522           - FormParentWindow.CreateParams: Added required clip styles
24523         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
24524           also filters modifier keys
24525         * MessageBox.cs:
24526           - Added assignment of Accept and Cancel button to enable Enter
24527             and Esc keys in MessageBox dialogs
24528           - FormParentWindow.CreateParams: Added required clip styles
24529         * RadioButton.cs: Added missing attributes
24530         * TextControl.cs: No longer draws selection if control does not
24531           have focus
24532         * TextBoxBase.cs:
24533           - Now draws simple rectangle around test area to make it obvious
24534             there's a control. This is a hack until we properly support borders
24535           - A few simple fixes to support selections better, now erases selected
24536             text when typing, and resets selection when using movement keys
24537
24538 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
24539
24540         * UpDownBase.cs: Added some new properties.
24541
24542         * DomainUpDown.cs: Implement a lot to get my test working.
24543
24544 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24545
24546         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
24547
24548 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24549
24550         * OSXStructs (WindowAttributes): Fixed csc complaints
24551
24552 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24553
24554         * XplayUIOSX.cs:
24555           OSXStructs.cs: Initial refactor to move enums and consts into
24556           OSXStructs and use them in the driver for greater readability.
24557
24558 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24559
24560         * XplatUIOSX.cs: Initial support for Standard Cursors.
24561         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
24562
24563 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
24564
24565         * ComboBox.cs: ability to change style when the ctrl is already
24566         created, missing methods and events, bug fixes, signature fixes
24567
24568 2005-01-19  Peter Bartok  <pbartok@novell.com>
24569
24570         * Cursors.cs (ctor): Added ctor to fix signature
24571
24572 2005-01-18  Peter Bartok  <pbartok@novell.com>
24573
24574         * Button.cs: Implemented DoubleClick event
24575         * ButtonBase.cs:
24576           - Fixed keyboard handling to behave like MS, where the press of
24577             Spacebar is equivalent to a mousedown, and the key release is
24578             equivalent to mouseup. Now a spacebar push will give the same
24579             visual feedback like a mouse click.
24580           - Added missing attributes
24581           - Added ImeModeChanged event
24582           - Added support for generating DoubleClick event for derived classes
24583         * CheckBox.cs:
24584           - Implemented DoubleClick event
24585           - Added missing attributes
24586         * CommonDialog.cs: Added missing attribute
24587         * ContextMenu.cs: Added missing attributes
24588         * RadioButton.cs:
24589           - AutoChecked buttons do not allow to be unselected when clicked
24590             (otherwise we might end up with no selected buttons in a group)
24591           - Added missing attributes
24592           - Implemented DoubleClickEvent
24593         * ThreadExceptionDialog.cs: Enabled TextBox code
24594
24595 2005-01-18  Peter Bartok  <pbartok@novell.com>
24596
24597         * Form.cs: Removed debug output
24598         * Button.cs: Added support for DoubleClick method
24599
24600 2005-01-18  Peter Bartok  <pbartok@novell.com>
24601
24602         * Form.cs:
24603           - Added method to parent window that allows triggering size
24604             calculations when a menu is added/removed
24605           - set_Menu: Cleaned up mess from early days of Form and Control,
24606             now properly triggers a recalc when a menu is added/removed
24607           - Added case to select form itself as focused form if no child
24608             controls exist
24609           - Added PerformLayout call when showing dialog, to ensure properly
24610             placed controls
24611         * Control.cs:
24612           - Select(): Made internal so Form can access it
24613           - Focus(): Only call Xplat layer if required (avoids loop), and sets
24614             status
24615         * Application.cs (Run): Removed hack and calls PerformLayout instead
24616           to trigger calculation when Form becomes visible
24617
24618 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
24619
24620         * ComboBox.cs: fixes for ownerdraw
24621
24622 2005-01-18  Peter Bartok  <pbartok@novell.com>
24623
24624         * TextControl.cs:
24625           - Sentinel is no longer static, each Document gets it's own, this
24626             avoids locking or alternatively overwrite problems when more
24627             than one text control is used simultaneously.
24628           - Switched to use Hilight and HilightText brushes for text selection
24629
24630         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
24631
24632 2005-01-18  Peter Bartok  <pbartok@novell.com>
24633
24634         * Control.cs:
24635           - Hooked up the following events:
24636                 o ControlAdded
24637                 o ControlRemoved
24638                 o HandleDestroyed
24639                 o ImeModeChanged
24640                 o ParentChanged
24641                 o TabStopChanged
24642                 o Invalidated
24643                 o SystemColorsChanged
24644                 o ParentFontChanged
24645                 o Move
24646           - Removed debug output
24647           - Added a call to the current theme's ResetDefaults when a color change
24648             is detected
24649         * Form.cs: Now setting the proper ImeMode
24650         * Theme.cs: Defined a method to force recreation of cached resources
24651           and rereading of system defaults (ResetDefaults())
24652         * ThemeWin32Classic.cs: Added ResetDefaults() stub
24653
24654 2005-01-17  Peter Bartok  <pbartok@novell.com>
24655
24656         * Control.cs: Added missing attributes
24657
24658 2005-01-17  Jackson Harper  <jackson@ximian.com>
24659
24660         * TreeNode.cs: Implement editing. Add missing properties selected
24661         and visible.
24662         * TreeView.cs: Implement node editing. Also some fixes to use
24663         Invalidate (invalid area) instead of Refresh when selecting.
24664
24665 2005-01-17  Peter Bartok  <pbartok@novell.com>
24666
24667         * Control.cs:
24668           - Implemented InvokeGotFocus() method
24669           - Implemented InvokeLostFocus() method
24670           - Implemented InvokePaint() method
24671           - Implemented InvokePaintBackground() method
24672           - Implemented InvokeClick() method
24673           - Implemented FindForm() method
24674           - Implemented RectangleToClient() method
24675           - Implemented ClientToRectangle() method
24676           - Implemented ResetBackColor() method
24677           - Implemented ResetCursor() method
24678           - Implemented ResetFont() method
24679           - Implemented ResteForeColor() method
24680           - Implemented ResetImeMode() method
24681           - Implemented ResetLeftToRight() method
24682           - Implemented ResetText() method
24683           - Implemented Scale() methods
24684           - Implemented ScaleCore() method
24685           - Implemented Update() method
24686           - Removed unused variables
24687           - Stubbed AccessibilityNotifyClients and
24688             ControlAccessibleObject.NotifyClients() methods (dunno what to do
24689             with those yet)
24690           - Now setting proper default for RightToLeft property
24691           - Fixed bug in SetClientSizeCore that would cause windows to get
24692             really big
24693           - Now sending Click/DoubleClick events
24694           - Now selecting controls when left mouse button is clicked on
24695             selectable control
24696         * AccessibleEvents.cs: Added
24697         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
24698         * XplatUIOSX.cs: Stubbed UpdateWindow() method
24699         * XplatUIWin32.cs: Implemented UpdateWindow() method
24700         * XplatUIX11.cs: Implemented UpdateWindow() method
24701         * Form.cs: Removed stray semicolon causing CS0162 warning
24702         * ThemeWin32Classic.cs: Fixed unused variable warnings
24703         * ScrollableControl.cs: Now calls base method for ScaleCore
24704         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
24705           style to avoid interference with internal click handler (which is
24706           different than standard Control click handling)
24707         * RadioButton.cs:
24708           - Now unchecks all sibling radio buttons when control is
24709             selected (Fixes #68756)
24710           - Removed internal tabstop variable, using the one inherited from
24711             Control
24712
24713 2005-01-17  Jackson Harper  <jackson@ximian.com>
24714
24715         * NavigateEventArgs.cs: Fix base type.
24716         * LinkLabel.cs: Sig fix
24717         
24718 2005-01-17  Jackson Harper  <jackson@ximian.com>
24719
24720         * TreeView.cs: Only invalidate the effected nodes bounds when
24721         selecting nodes.
24722
24723 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
24724
24725         * XplatUIWin32.cs: fixes Win32 marshaling
24726         * XplatUIX11.cs: fixes method signature
24727
24728 2005-01-17  Peter Bartok  <pbartok@novell.com>
24729
24730         * XplatUIX11.cs: Clean up resources when we no longer need them
24731
24732 2005-01-17  Peter Bartok  <pbartok@novell.com>
24733
24734         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
24735           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
24736           and DestroyCursor() methods.
24737         * Cursor.cs: Partially implemented, now supports standard cursors;
24738           still contains some debug code
24739         * Cursors.cs: Implemented class
24740         * Control.cs:
24741           - WndProc(): Added handling of WM_SETCURSOR message, setting the
24742             appropriate cursor
24743           - Implemented Cursor property
24744           - Replaced break; with return; more straightforwar and possibly
24745             faster
24746           - Now properly setting the result for WM_HELP
24747         * X11Structs.cs: Added CursorFontShape enum
24748         * XplatUIStructs.cs:
24749           - Added StdCursor enum (to support DefineStdCursor() method)
24750           - Added HitTest enum (to support sending WM_SETCURSOR message)
24751         * XplatUIX11.cs:
24752           - Now sends the WM_SETCURSOR message
24753           - Implemented new cursor methods
24754         * XplatUIOSX.cs: Stubbed new cursor methods
24755         * XplatUIWin32.cs:
24756           - Implemented new cursor methods
24757           - Added GetSystemMetrics function and associated enumeration
24758
24759 2005-01-15  Peter Bartok  <pbartok@novell.com>
24760
24761         * Control.cs:
24762           - WndProc(): Now handles EnableNotifyMessage
24763           - SelectNextControl(): Fixed bug where if no child or sibling
24764             controls exist we looped endlessly
24765
24766 2005-01-14  Jackson Harper  <jackson@ximian.com>
24767
24768         * TreeView.cs: Recalculate the tab pages when a new one is added
24769         so that the proper bounding rects are created.
24770
24771 2005-01-14  Jackson Harper  <jackson@ximian.com>
24772
24773         * TreeView.cs: Draw a gray box instead of a grip in the lower
24774         right hand corner when there are both horizontal and vertical
24775         scroll bars.
24776
24777 2005-01-14  Jackson Harper  <jackson@ximian.com>
24778
24779         * Control.cs: When erasing backgrounds use FromHwnd instead of
24780         FromHdc when there is a NULL wparam. This occurs on the X driver.
24781         * XplatUIX11.cs: Set the wparam to NULL.
24782
24783 2005-01-13  Jackson Harper  <jackson@ximian.com>
24784
24785         * PictureBox.cs: Implement missing methods (except ToString, need
24786         to test that on windows) and events. When visibility is changed we
24787         need to redraw the image because the buffers are killed. When size
24788         is changed refresh if the sizemode needs it.
24789
24790 2005-01-13  Peter Bartok  <pbartok@novell.com>
24791
24792         * Control.cs (SelectNextControl): Was using wrong method to select
24793           a control
24794
24795 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
24796
24797         * ComboBox.cs: fixes dropstyle
24798
24799 2005-01-13  Peter Bartok  <pbartok@novell.com>
24800
24801         * Form.cs:
24802           - Implemented Select() override
24803           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
24804           - Now sets keyboard focus on startup
24805         * Control.cs (SelectNextControl): Now properly handles directed=true
24806         * TextBoxBase.cs:
24807           - WndProc: Now passes tab key on to base if AcceptTabChar=false
24808           - Added (really bad) focus rectangle (mostly for testing)
24809         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
24810           to enforce redraw on focus changes
24811         * ContainerControl.cs:
24812           - Fixed detection of Shift-Tab key presses
24813           - Fixed traversal with arrow keys
24814         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
24815           gonna keep this or if it's complete yet
24816         
24817 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
24818
24819         * ComboBox.cs: missing properties, fixes
24820
24821 2005-01-13  Peter Bartok  <pbartok@novell.com>
24822
24823         * Panel.cs (ctor): Setting Selectable window style to off
24824         * Splitter.cs (ctor): Setting Selectable window style to off
24825         * GroupBox.cs (ctor): Setting Selectable window style to off
24826         * Label.cs (ctor): Setting Selectable window style to off
24827
24828 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
24829
24830         * UpDownBase.cs (InitTimer): If the timer has been already
24831         created, enable it.
24832
24833         Use a TextBox instead of a Label.
24834
24835 2005-01-12  Jackson Harper  <jackson@ximian.com>
24836
24837         * TreeView.cs: Refresh the tree after sorting the nodes. Always
24838         draw the connecting node lines (when ShowLines is true).
24839         * TreeNode.cs: The nodes index can now be updated. This is used
24840         when a node collection is sorted.
24841         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
24842         insert or an existing unsorted node collection can be sorted.
24843         
24844 2005-01-12  Peter Bartok  <pbartok@novell.com>
24845
24846         * ContainerControl.cs: Implemented ProcessDialogKeys()
24847
24848 2005-01-12  Peter Bartok  <pbartok@novell.com>
24849
24850         * Control.cs:
24851           - Implemented SelectNextControl() method
24852           - Several focus related bug fixes
24853           - Fixed Docking calculations to match MS documentation and
24854             behaviour
24855
24856 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
24857
24858         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
24859         bug fixes
24860
24861 2005-01-12  Peter Bartok  <pbartok@novell.com>
24862
24863         * Control.cs:
24864           - Fixed broken Contains() method
24865           - Implemented GetNextControl() method. Finally. This is the pre-
24866             requisite for focus handling.
24867
24868 2005-01-12  Peter Bartok  <pbartok@novell.com>
24869
24870         * OSXStrucs.cs: Added
24871
24872 2005-01-12  Peter Bartok  <pbartok@novell.com>
24873
24874         * XplatUIWin32.cs:
24875           - Removed PeekMessageFlags
24876           - Implemented SetWindowStyle() method
24877         * XplatUIStructs.cs: Added PeekMessageFlags
24878         * X11Structs: Added missing border_width field to XWindowChanges struct
24879         * XplatUIX11.cs:
24880           - PeekMessage: Now throws exception if flags which are not yet
24881             supported are passed
24882           - Implemented SetWindowStyle() method
24883           - Fixed SetZOrder to handle AfterHwnd properly
24884         * XplatUI.cs: Added SetWindowStyle() method
24885         * XplatUIDriver.cs: Added SetWindowStyle() abstract
24886         * Control.cs:
24887           - Implemented UpdateStyles() method
24888           - Implemented UpdateZOrder() method
24889         * XplatUIOSX.cs: Added SetWindowStyle() stub
24890
24891 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
24892
24893         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
24894         button mouse).
24895
24896
24897 2005-01-11  Jackson Harper  <jackson@ximian.com>
24898
24899         * TreeView.cs: Still need to draw lines to siblings even if out of
24900         the current node is out of the clip.
24901
24902 2005-01-11  Jackson Harper  <jackson@ximian.com>
24903
24904         * TreeView.cs: When setting the hbar/vbar/grip position use
24905         SetBounds so that perform layout is only called once. Also suspend
24906         and resume layout so layout is only done once for all controls.
24907         - Removed some debug fluff
24908         * SizeGrip.cs: Call base implmentation in overriding methods.
24909         - When visibility is changed the drawing buffers are killed so we
24910         need to redraw.
24911
24912 2005-01-11  Jackson Harper  <jackson@ximian.com>
24913
24914         * TreeView.cs: Calculate the open node count while drawing. This
24915         saves us an entire tree traversal for every paint operation. Use
24916         a member var for the open node count so less vars are passed around.
24917
24918 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
24919
24920         * MonthCalendar.cs:
24921         - fixed selection to use mousemove, not mouse polling on timer
24922         * ThemeWin32Classic.cs
24923         - removed redundant unused variable "no_more_content"
24924         
24925 2005-01-11  Peter Bartok  <pbartok@novell.com>
24926
24927         * XplatUIX11.cs (DoEvents): Needs to return when no more events
24928           are pending, so it now calls PeekMessage instead of GetMessage;
24929           implemented a incomplete version of PeekMessage
24930         
24931 2005-01-11  Peter Bartok  <pbartok@novell.com>
24932
24933         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
24934           I18n issues
24935         * TextBoxBase.cs: Added sending of TextChanged event
24936
24937 2005-01-10  Jackson Harper  <jackson@ximian.com>
24938
24939         * TreeView.cs: Try not to draw outside the clipping rectangle on
24940         each node element.
24941
24942 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
24943
24944         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
24945
24946 2005-01-10  Jackson Harper  <jackson@ximian.com>
24947
24948         * TreeView.cs:
24949         - Implement fast scrolling. Now only the newly
24950         exposed nodes are drawn and the old image is moved using the
24951         XplatUI::ScrollWindow method.
24952         - Factor in height of nodes when calculating whether or not the
24953         node is in the clipping rect.
24954
24955 2005-01-10  Jackson Harper  <jackson@ximian.com>
24956
24957         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
24958
24959 2005-01-10  Peter Bartok  <pbartok@novell.com>
24960
24961         * Application.cs: Added temporary hack to resolve all our resize
24962           required issues on startup. This will get fixed properly at
24963           some point in the future
24964
24965 2005-01-10  Jackson Harper  <jackson@ximian.com>
24966
24967         * SizeGrip.cs: New internal class that is used as a sizing
24968         grip control...hence the name.
24969
24970 2005-01-10  Peter Bartok  <pbartok@novell.com>
24971
24972         * Control.cs: Implemented proper TabIndex handling, now assigning
24973           a tabindex when a control is added to a container
24974         * GroupBox.cs (ctor): Now sets the Container style bit, required
24975           for Control.GetNextControl()
24976
24977 2005-01-09  Jackson Harper  <jackson@ximian.com>
24978
24979         * TextBoxBase.cs: Clear window when scrolling (fixes build).
24980
24981 2005-01-09  Peter Bartok <pbartok@novell.com>
24982
24983         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
24984           XplatUIX11.cs: Added ability to control ScrollWindow expose and
24985           an overload for ScrollWindow to allow only scrolling a rectangle
24986
24987 2005-01-09  Peter Bartok <pbartok@novell.com>
24988
24989         * Form.cs:
24990           - Implemented SetDesktopBounds method
24991           - Implemented SetDesktopLocation method
24992
24993 2005-01-08  Jackson Harper  <jackson@ximian.com>
24994
24995         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
24996         the node count has changed, this removes to VScroll::Refresh calls
24997         when drawing.
24998
24999 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
25000
25001         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
25002
25003 2005-01-07  Jackson Harper  <jackson@ximian.com>
25004
25005         * TreeNode.cs: Just update the single node when it is
25006         checked. Don't refresh after toggling, the Expand/Collapse already
25007         handles this.
25008         * TreeView.cs: Respect clipping a little more when drawing. Try
25009         not to redraw things that don't need to be redrawn. Just hide the
25010         scrollbars when they are no longer needed instead of removing
25011         them, so they don't have to be created again and again.
25012         
25013 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
25014
25015         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
25016         coordinates to window space to place the caret properly, FIXED.
25017         Implement GetWindowState & SetWindowState
25018
25019 2005-01-06  Peter Bartok <pbartok@novell.com>
25020
25021         * Form.cs:
25022           - Implemented ClientSize property
25023           - Implemented DesktopBounds property
25024           - Implemented DesktopLocation property
25025           - Implemented IsRestrictedWindow property
25026           - Implemented Size property
25027           - Implemented TopLevel property
25028           - Implemented FormWindowState property
25029         * Control.cs:
25030           - Implemented GetTopLevel() method
25031           - Implemented SetTopLevel() method
25032         * X11Structs.cs (Atom):
25033           - Added AnyPropertyType definition
25034           - Added MapState definiton and updated XWindowAttribute struct
25035         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
25036         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
25037         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
25038         * XplatUIWin32.cs:
25039           - Implemented GetWindowState() and SetWindowState() methods
25040           - Fixed Win32GetWindowLong return type
25041         * XplatUIX11.cs:
25042           - Introduced central function for sending NET_WM messages
25043           - Implemented GetWindowState() and SetWindowState() methods
25044         * TextBoxBase.cs (set_Lines):
25045           - Now uses Foreground color for text added via Text property (Duh!)
25046           - Added code to remember programmatically requested size (fixes
25047             behaviour when Multiline is set after Size)
25048           - Added AutoSize logic
25049
25050 2005-01-06  Jackson Harper  <jackson@ximian.com>
25051
25052         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
25053
25054 2005-01-06  Jackson Harper  <jackson@ximian.com>
25055
25056         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
25057         set to less then 0.
25058
25059 2005-01-06  Jackson Harper  <jackson@ximian.com>
25060
25061         * ScrollableControl.cs: Lazy init the scrollbars.
25062         
25063 2005-01-06  Jackson Harper  <jackson@ximian.com>
25064
25065         * Theme.cs: Speed up getting pens and solid brushes, by using
25066         their ARGB as a hash instead of tostring and not calling Contains.
25067
25068 2005-01-06  Peter Bartok <pbartok@novell.com>
25069
25070         * Form.cs:
25071           - Implemented OnActivated and OnDeactivate event trigger
25072           - Implemented Activate() method
25073           - Fixed ShowDialog() to activate the form that was active before
25074             the dialog was shown
25075         * XplatUIX11.cs:
25076           - Added global active_window var that tracks the currently active
25077             X11 window
25078           - Now always grabs Property changes from the root window to always
25079             catch changes on the active window property
25080           - Added code to PropertyNotify handler to send Active/Inactive
25081             messages when state changes. This puts X11 and Win32 en par on
25082             WM_ACTIVATE notifications (except for double notifications when
25083             the user clicks away from our modal window to another one of our
25084             windows)
25085
25086 2005-01-05  Jackson Harper  <jackson@ximian.com>
25087
25088         * ImageList.cs: Implment ctor
25089
25090 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
25091
25092         * XplatUIOSX.cs: Implement Activate/SetTopmost
25093
25094 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
25095
25096         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
25097
25098 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
25099
25100         * XplatUIOSX.cs: Implement GetActive/SetFocus.
25101
25102 2005-01-05  Peter Bartok <pbartok@novell.com>
25103
25104         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
25105           XplatUIOSX.cs: Added GetActive method to return the currently
25106           active window for the application (or null, if none is active)
25107         * Form.cs:
25108           - Implemented ActiveForm
25109           - Commented out owner assignment for modal dialogs (causes problems
25110             on Win32, since the owner will be disabled)
25111           - Reworked some Active/Focus handling (still incomplete)
25112         * CommonDialog.cs: Commented out owner assignment for modal dialogs
25113           (causes problems on Win32, since the owner will be disabled)
25114         * IWin32Window: Added ComVisible attribute
25115
25116 2005-01-05  Peter Bartok <pbartok@novell.com>
25117
25118         * ToolTip.cs (WndProc): Enable setting focus now that we have the
25119           required XplatUI functions.
25120
25121 2005-01-05  Peter Bartok <pbartok@novell.com>
25122
25123         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
25124           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
25125           to implement focus and activation handling; still incomplete and
25126           with debug output
25127
25128 2005-01-04  Peter Bartok <pbartok@novell.com>
25129
25130         * TextBoxBase.cs: Changed access level for Document property to
25131           match switch to internal for TextControl
25132
25133 2005-01-04  Peter Bartok <pbartok@novell.com>
25134
25135         * AccessibleObject: Added ComVisible attribute
25136
25137 2005-01-04  Jackson Harper  <jackson@ximian.com>
25138
25139         * X11Keyboard.cs: Remove unneeded var.
25140
25141 2005-01-04  Jackson Harper  <jackson@ximian.com>
25142
25143         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
25144         but PAINT.
25145         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
25146         ClientMessage. This makes apps exit cleanly (more often).
25147         
25148 2005-01-04  Jackson Harper  <jackson@ximian.com>
25149
25150         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
25151         handling focus, return correct colors and fonts,
25152         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
25153         handle selection, horizontal scrolling, and mouse interaction.
25154
25155 2005-01-04  Peter Bartok <pbartok@novell.com>
25156
25157         * ICommandExecutor.cs: Added
25158         * IDataGridColumnStyleEditingNotificationService.cs: Added
25159         * IFeatureSupport.cs: Added
25160         * IFileReaderService.cs: Added
25161         * IDataObject.cs: Added ComVisible attribute
25162         * AmbientProperties.cs: Added
25163         * BaseCollection.cs: Added missing attributes
25164         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
25165         * BaseCollection.cs: Added missing attributes
25166         * Binding.cs: Added TypeConverter attribute
25167         * BindingContext.cs: Added DefaultEvent attribute
25168         * BindingsCollection.cs: Added DefaultEvent attribute
25169         * Button.cs: Added DefaultValue attribute
25170         * DragEventArgs.cs: Added ComVisible attribute
25171         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
25172         * KeyEventArgs.cs: Added ComVisible attribute
25173         * KeyPressEventArgs.cs: Added ComVisible attribute
25174         * MouseEventArgs.cs: Added ComVisible attribute
25175         * NavigateEventArgs.cs: Added
25176         * NavigateEventHandler.cs: Added
25177         * FeatureSupport.cs: Added
25178         * OSFeature.cs: Added
25179         * Theme.cs: Added abstract Version property to support OSFeature
25180         * ThemeWin32Classic.cs: Added Version property to
25181           support OSFeature.Themes
25182         * ProgressBar.cs: Removed OnPaintBackground override, not required since
25183           the proper styles to avoid background drawing are set, also doesn't
25184           match MS signature
25185         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
25186         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
25187         * ScrollEventArgs.cs: Added ComVisible attribute
25188         * SplitterEventArgs.cs: Added ComVisible attribute
25189         * AccessibleSelection.cs: Added Flags attribute
25190         * Appearance.cs: Added ComVisible attribute
25191         * Border3DSide.cs: Added ComVisible attribute
25192         * Border3DStyle.cs: Added ComVisible attribute
25193         * BorderStyle.cs: Added ComVisible attribute
25194         * DragAction.cs: Added ComVisible attribute
25195         * ErrorBlinkStyle.cs: Added
25196         * ScrollEventType.cs: Added ComVisible attribute
25197         * AnchorStyles.cs: Added Editor attribute
25198         * DockStyle.cs: Added Editor attribute
25199         * HorizontalAlignment.cs: Added ComVisible attribute
25200         * HelpEventArgs.cs: Added ComVisible attribute
25201         * PaintEventArgs.cs: Added IDisposable
25202
25203 2005-01-04  Peter Bartok <pbartok@novell.com>
25204
25205         * TextControl.cs: Switched Line, LineTag and Document classes to
25206           internal
25207
25208 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
25209
25210         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
25211         Simple mode, fixes, IntegralHeight, etc.
25212
25213 2005-01-04  Peter Bartok <pbartok@novell.com>
25214
25215         * TextBoxBase.cs: Using proper font variable now
25216
25217 2005-01-04  Peter Bartok <pbartok@novell.com>
25218
25219         * Form.cs (ShowDialog): Set parent to owner, if provided
25220         * GroupBox.cs: Removed unused vars
25221         * TextControl.cs:
25222           - Added GetHashCode() for Document and LineTag classes
25223           - Removed unused variables
25224           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
25225             to allow translation between continuous char position and line/pos
25226         * CheckBox.cs: Removed vars that are provided by base class
25227         * RadioButton.cs: Removed vars that are provided by base class, added
25228           new keyword where required
25229         * LinkLabel.cs: Added new keyword where required
25230         * Control.cs (WndProc): Removed unused variable
25231         * TextBoxBase.cs:
25232           - Finished SelectionLength property
25233           - Implemented SelectionStart property
25234           - Implemented Text property
25235           - Removed unused vars
25236         * MessageBox.cs: Added new keyword where required
25237         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
25238           WndProc signature
25239         * MenuAPI.cs: Added new keyword where required
25240         * ButtonBase.cs: Removed vars that are provided by base class, added
25241           new keyword where required
25242         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
25243           argument to double, to allow compiling with csc 2.0 (Atsushi ran
25244           into this)
25245         * Application.cs (Run): Now triggers the ThreadExit event
25246         * CommonDialog.cs: Added new keyword where required; now properly sets
25247           parent (owner) for dialog
25248         * XplatUIX11.cs: Commented out unused vars
25249         * StatusBar.cs: Fixed signature for Text property
25250         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
25251
25252 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
25253
25254         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
25255         TrackBar.cs, MonthCalendar.cs: remove unused vars
25256
25257 2005-01-03  Jackson Harper  <jackson@ximian.com>
25258
25259         * ThemeWin32Classic.cs:
25260         * X11Keyboard.cs: Remove unused vars.
25261
25262 2005-01-03  Peter Bartok  <pbartok@novell.com>
25263
25264         * TextBox.cs:
25265           - set_Text: Tied into TextControl
25266           - set_TextAlignment: Tied into TextControl
25267         * TextControl.cs:
25268           - Added alignment properties and implemented alignment handling
25269             and drawing (still has a bug, not generating proper expose events)
25270           - Added new Line() constructor to allow passing the line alignment
25271           - Fixed selection setting, properly handling end<start now
25272           - Added aligment considerations to RecalculateDocument()
25273         * TextBoxBase.cs:
25274           - Now properly enforces control height for single line controls
25275           - Added support for CharacterCasing
25276           - Added IsInputKey override
25277           - Fixed Keys.Enter logic
25278           - Added SetBoundsCore override
25279           - Fixed mouse selection handling
25280
25281 2005-01-03  Jackson Harper  <jackson@ximian.com>
25282
25283         * TreeView.cs:
25284           - Collapse and uncheck all nodes when CheckBoxes is disabled.
25285           - Checkboxes are always aligned to the bottom of the node,
25286           regardless of item height.
25287           - Use the node bounds to draw the text so we can center it when
25288           the item height is greater then the font height.
25289           - Node::Bounds are only the text part of the node.
25290         * TreeNode.cs: New method to combine collapsing and unchecking all
25291           nodes recursively.
25292
25293 2005-01-02  Jackson Harper  <jackson@ximian.com>
25294
25295         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
25296         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
25297         tree when a check is changed. TODO: Only refresh the checked node.
25298
25299 2004-12-30  Jackson Harper  <jackson@ximian.com>
25300
25301         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
25302         * TreeNode.cs: When collapsing make sure to never collapse the
25303         root node.
25304
25305 2004-12-29  Jackson Harper  <jackson@ximian.com>
25306
25307         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
25308         
25309 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
25310
25311         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
25312
25313 2004-12-28  Peter Bartok  <pbartok@novell.com>
25314
25315         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
25316           not yet assigned
25317
25318 2004-12-28  Peter Bartok  <pbartok@novell.com>
25319
25320         * Control.cs (WndProc): Added WM_HELP handler, now generates
25321           HelpRequested event
25322         * Form.cs: Added HelpButton property and required support code
25323         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
25324
25325 2004-12-28  Peter Bartok  <pbartok@novell.com>
25326
25327         * CommonDialog.cs:
25328           - Made DialogForm.owner variable internal
25329           - Added check to ensure owner form is set before setting
25330             owner properties in CreateParams
25331
25332 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
25333
25334         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
25335           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
25336           GetCursorPos.  Fix major visibility issues.  Rework the windowing
25337           system to support borderless/titleless windows (implements menus).
25338           Fix GetWindowPos.  Implement initial background color support for
25339           views.
25340
25341 2004-12-28  Peter Bartok  <pbartok@novell.com>
25342
25343         * Form.cs (get_CreateParams): Make sure we have an owner before using
25344           the owner variable. Implement proper default if no owner exists
25345
25346 2004-12-28  Peter Bartok  <pbartok@novell.com>
25347
25348         * In preparation for making Managed.Windows.Forms the default build target
25349           for System.Windows.Forms, the following stubbed files were added.
25350           Dialogs are currently being implemented by contributors and are only
25351           short-term place holders.
25352         * ColorDialog.cs: Initial check-in (minmal stub)
25353         * DataGrid.cs: Initial check-in (minimal stub)
25354         * DataGridLineStyle.cs: Initial check-in (minimal stub)
25355         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
25356         * DataGridTableStyle.cs: Initial check-in (minimal stub)
25357         * FontDialog.cs: Initial check-in (minimal stub)
25358         * FileDialog.cs: Initial check-in (minimal stub)
25359         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
25360         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
25361         * OpenFileDialog: Initial check-in (minimal stub)
25362         * IComponentEditorPageSite.cs: Initial check-in
25363         * Splitter.cs: Initial check-in (for Jackson)
25364         * SplitterEventArgs.cs: Initial check-in (for Jackson)
25365         * SplitterEventHandler.cs: Initial check-in (for Jackson)
25366         * TextBox.cs: Initial check-in; still needs some wiring to
25367           TextControl backend
25368         * Form.cs: Implemented ControlBox property
25369         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
25370         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
25371         * TextControl.cs: Added selection functionality; added todo header
25372         * TextBoxBase.cs:
25373           - Implemented Lines property
25374           - Implemented TextHeight property
25375           - Implemented SelectedText property
25376           - Implemented SelectionLength property
25377           - Implemented SelectAll method
25378           - Implemented ToString method
25379           - Removed and cleaned up some debug code
25380           - Implemented (still buggy) mouse text selection
25381
25382 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
25383
25384         * ComboBox.cs: Complete DropDownList implementation, fixes.
25385
25386 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
25387
25388         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
25389         * ComboBoxStyle.cs: ComboBoxStyle enum
25390         * ComboBox.cs: Initial work on ComboBox control
25391
25392 2004-12-21  Peter Bartok  <pbartok@novell.com>
25393
25394         * Control.cs (ctor, CreateParams): Moved setting of is_visible
25395           forward so that anything that creates a window gets the default,
25396           also no longer uses Visible property in CreateParams to avoid
25397           walking up the parent chain and possibly get the wrong visible
25398           status. Fixed IsVisible to no longer walk up to the parent.
25399
25400 2004-12-21  Peter Bartok  <pbartok@novell.com>
25401
25402         * Form.cs (ShowDialog): Unset modality for the proper window
25403  
25404 2004-12-20  Peter Bartok  <pbartok@novell.com>
25405
25406         * CommonDialog.cs: Initial check-in
25407
25408 2004-12-20  Peter Bartok  <pbartok@novell.com>
25409
25410         * Control.cs (Visible): Now uses the parent window instead of the
25411           client area window for the property
25412
25413         * Form.cs
25414           - ShowDialog(): Now uses the proper window for modality
25415           - The default visibility state for the form parent is now false. This
25416             will prevent the user from seeing all the changes to the form and
25417             its controls before the application hits Application.Run()
25418           - Removed some stale commented out code
25419
25420         * NativeWindow.cs:
25421           - Added FindWindow() method to have a method to check for existence
25422             of a window handle
25423           - Added ability to override default exception handling (for example
25424             when debugging with VS.Net; to do this the ExternalExceptionHandler
25425             define must be set
25426           - Removed some useless debug output
25427
25428         * XplatUIX11.cs:
25429           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
25430             not working as expected
25431           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
25432             property to allow switching back to the modal window if focus is
25433             given to another one of our windows (Application Modal)
25434           - Now only sets override_redirect if we create a window
25435             without WS_CAPTION
25436           - Moved EventMask selection before mapping of newly created window
25437             so we can catch the map event as well
25438           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
25439           - Added various Atom related DllImports
25440           - Implemented Exit() method
25441           - .ctor() : No longer shows window if WS_VISIBLE is not defined
25442             in the CreateParams
25443
25444         * MessageBox.cs: Now properly deals with the FormParent window by
25445           providing an override the FormParent CreateParams property to
25446           set as POPUP instead of OVERLAPPED window.
25447
25448 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
25449
25450         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
25451         Minor code cleanup.
25452
25453 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
25454         
25455         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
25456
25457 2004-12-18  Peter Bartok  <pbartok@novell.com>
25458
25459         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
25460           implementing SetModal() method
25461
25462 2004-12-18  Peter Bartok  <pbartok@novell.com>
25463
25464         * X11Structs.cs (XGCValues): Fixed type of function element
25465         * XplatUI.cs: Added ScrollWindow() method
25466         * XplatUIDriver.cs: Added ScrollWindow() abstract
25467         * XplatUIWin32.cs: Implemented ScrollWindow() method
25468         * XplatUIX11.cs: Implemented ScrollWindow() method
25469         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
25470
25471 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25472
25473         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
25474         Some more keyboard support (INCOMPLETE)
25475
25476 2004-12-17  Peter Bartok  <pbartok@novell.com>
25477
25478         * TextControl.cs:
25479         - Added color attribute to line tags.
25480         - Added color argument to all functions dealing with tags
25481         - Added color argument support to various functions
25482         - Fixed miss-calculation of baseline/shift in certain circumstances
25483
25484         * TextBoxBase.cs: Added new color option to test code
25485
25486 2004-12-17  Jackson Harper  <jackson@ximian.com>
25487
25488         * TreeNode.cs:
25489         * MonthCalendar.cs: Signature fixes
25490
25491 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25492
25493         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
25494         keyboard event moved it.  Create a new graphics context for each paint resolves this
25495
25496 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25497
25498         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
25499         Make caret exist and go blink blink.  Initial keyboard support.
25500         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
25501         works.
25502
25503 2004-12-17  Jackson Harper  <jackson@ximian.com>
25504
25505         * XplatUIStructs.cs: Updated set of virtual keycodes.
25506         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
25507
25508 2004-12-17  Jackson Harper  <jackson@ximian.com>
25509
25510         * XplatUIX11.cs: Prune old keyboard code.
25511
25512 2004-12-17  Jackson Harper  <jackson@ximian.com>
25513
25514         * XplatUIX11.cs: When generating mouse wparams get the modifier
25515         keys from the ModifierKeys property.
25516
25517 2004-12-17  Jackson Harper  <jackson@ximian.com>
25518
25519         * X11Keyboard.cs: Send up/down input when generating
25520         messages. Remove some unused vars.
25521
25522 2004-12-17  Jackson Harper  <jackson@ximian.com>
25523
25524         * TabControl.cs:
25525         * TreeView.cs: get rid of warnings.
25526
25527 2004-12-17  Jackson Harper  <jackson@ximian.com>
25528
25529         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
25530
25531 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
25532
25533         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
25534           CheckedListBox.cs: Implementation
25535
25536 2004-12-17  Peter Bartok  <pbartok@novell.com>
25537
25538         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
25539
25540 2004-12-16  Peter Bartok  <pbartok@novell.com>
25541
25542         * TextControl.cs:
25543           - InsertCharAtCaret(): Fixed start pos fixup
25544           - CaretLine_get: No longer derives the line from the tag, the tag
25545             could be stale if lines in the document have been added or deleted
25546           - RebalanceAfterDelete(): Fixed bug in balancing code
25547           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
25548           - Line.Streamline(): Now can also elminate leading empty tags
25549           - DumpTree(): Added a few more tests and prevented exception on
25550             uninitialized data
25551           - Added Debug section for Combining lines
25552           - Delete(): Now copies all remaining properties of a line
25553           
25554         * TextBoxBase.cs:
25555           - Left mousebutton now sets the caret (and middle button still acts
25556             as formatting tester, which must go away soon)
25557           - Added Debug section for Deleting/Combining lines
25558           - Fixed calculations for UpdateView after Combining lines
25559
25560 2004-12-16  Peter Bartok  <pbartok@novell.com>
25561
25562         * TextControl.cs: Now properly aligns text on a baseline, using the
25563           new XplatUI.GetFontMetrics() method. Simplified several calculations
25564         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
25565           defined
25566
25567 2004-12-16  Peter Bartok  <pbartok@novell.com>
25568
25569         * XplatUI.cs: Added GetFontMetrics() method
25570         * XplatUIDriver.cs: Added GetFontMetrics() abstract
25571         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
25572           into libgdiplus, our private GetFontMetrics function
25573         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
25574         * XplatUIWin32.cs: Implemented GetFontMetrics() method
25575
25576 2004-12-16  Jackson Harper  <jackson@ximain.com>
25577
25578         * XplatUIStruct.cs: Add enum for dead keys
25579         * X11Keyboard.cs: Map and unmap dead keys.
25580
25581 2004-12-16  Jackson Harper  <jackson@ximian.com>
25582
25583         * X11Keyboard.cs: Detect and use the num lock mask.
25584
25585 2004-12-16  Peter Bartok  <pbartok@novell.com>
25586
25587         * Control.cs (CreateGraphics): Added check to make sure the
25588           handle of the window exists before calling Graphics.FromHwnd()
25589
25590 2004-12-16  Peter Bartok  <pbartok@novell.com>
25591
25592         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
25593           contains a lot of code that's not supposed to be there for the
25594           real thing, but required for developing/testing the textbox
25595           backend.
25596
25597 2004-12-16  Peter Bartok  <pbartok@novell.com>
25598
25599         * TextControl.cs:
25600         - Fixed Streamline method
25601         - Added FindTag method to Line
25602         - Added DumpTree method for debugging
25603         - Added DecrementLines() method for deleting lines
25604         - Fixed UpdateView to update the cursor to end-of-line on single-line
25605           updates
25606         - Added PositionCaret() method
25607         - Fixed MoveCaret(LineDown) to move into the last line, too
25608         - Added InsertChar overload
25609         - Fixed InsertChar tag offset calculations
25610         - Added DeleteChar() method
25611         - Added Combine() method for folding lines
25612         - Fixed Delete() method, no longer allocates wasted Line object and
25613           now copies all properties when swapping nodes
25614         - Delete() method now updates document line counter
25615
25616 2004-12-15  Jackson Harper  <jackson@ximian.com>
25617
25618         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
25619         * X11Keyboard.cs: Expose the currently selected modifier keys
25620         through a property.
25621
25622 2004-12-15  Peter Bartok  <pbartok@novell.com>
25623
25624         * TextControl.cs: Initial check-in. Still incomplete
25625
25626 2004-12-15  Jackson Harper  <jackson@ximian.com>
25627
25628         * TreeNode.cs:
25629         * TreeView.cs: Fix build on csc (second time today ;-))
25630
25631 2004-12-15  Jackson Harper  <jackson@ximian.com>
25632
25633         * TreeView.cs: Store the treenodes plus/minus box bounds when it
25634         is calculated and use this for click testing.
25635         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
25636
25637 2004-12-15  Jackson Harper  <jackson@ximian.com>
25638
25639         * TreeView.cs: Pass the nodes image index to the image list when
25640         drawing that image.
25641
25642 2004-12-15  Jackson Harper  <jackson@ximian.com>
25643
25644         * X11Keyboard.cs: Set messages hwnd.
25645         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
25646         post_message calls.
25647
25648 2004-12-15  Jackson Harper  <jackson@ximian.com>
25649
25650         * X11Keyboard.cs: Fix to compile with csc.
25651         
25652 2004-12-15  Jackson Harper  <jackson@ximian.com>
25653
25654         * X11Structs.cs: Add key mask values
25655         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
25656         * X11Keyboard.cs: New file - Extrapolates and interpolates key
25657         down/up foo into WM_CHAR foo
25658         * KeyboardLayouts.cs: Common keyboard layouts
25659         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
25660         post messages into the main queue.
25661
25662 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
25663
25664         * Button.cs: implement ProcessMnemonic
25665         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
25666           brushes everytime
25667         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
25668         * ButtonBase.cs: Show HotkeyPrefix (not the &)
25669
25670 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
25671         
25672         * MonthCalendar.cs: Implemented click-hold for next/previous month
25673           and date selection
25674           
25675 2004-12-11  Peter Bartok  <pbartok@novell.com>
25676
25677         * X11Structs.cs:
25678           - Added XKeyboardState (moved from XplatUIX11.cs)
25679           - Added XCreateGC related enums and structures
25680           - Added GXFunction for XSetFunction
25681
25682         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
25683
25684         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
25685           CaretVisible() calls
25686
25687         * ToolTip.cs: Added code to prevent stealing focus from app windows
25688
25689         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
25690           DestroyCaret, SetCaretPos and CaretVisible)
25691
25692         * XplatUIX11.cs:
25693           - Added implementation for caret functions
25694           - Moved hover variables into a struct, to make it a bit easier
25695             on the eyes and to debug
25696           - Removed XKeyboardState (moved to XplatUIX11.cs)
25697           - Moved Keyboard properties into the properties region
25698
25699         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
25700           call to get a graphics context for our control
25701
25702         * XplatUIOSX.cs: Added empty overrides for the new caret functions
25703
25704         * TreeView.cs: Fixed bug. No matter what color was set it would always
25705           return SystemColors.Window
25706
25707         * XplatUIWin32.cs: Implemented caret overrides
25708
25709 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
25710
25711         * ListBox.cs: fire events, implement missing methods and properties,
25712         sorting.
25713
25714 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
25715
25716         * MonthCalendar.cs: invalidation bug fixing
25717         * ThemeWin32Classic.cs: paint fixing
25718
25719 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
25720
25721         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
25722         prepare the CGContextRef there now.
25723
25724 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
25725
25726         * MonthCalendar.cs:
25727           - optimisationL only invalidate areas that have changed
25728         * ThemeWin32Classic.cs:
25729           - only paint parts that intersect with clip_area
25730
25731 2004-12-09  Peter Bartok  <pbartok@novell.com>
25732
25733         * Application.cs: Undid changes from r37004 which cause problems
25734         on X11
25735
25736 2004-12-09  Ravindra  <rkumar@novell.com>
25737
25738         * ToolBar.cs: Added support for displaying ContextMenu
25739         attached to a button on ToolBar.
25740         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
25741         property.
25742
25743 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
25744
25745         * Label.cs: autosize works in text change and removes unnecessary
25746         invalidate
25747
25748 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
25749
25750         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
25751         remove warnings
25752
25753 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
25754
25755         * XplatUIOSX.cs: Added mouse move/click/grab support
25756         Remove some debugging WriteLines not needed anymore.
25757         Add window resizing/positioning.
25758         Fix visibility on reparenting.
25759
25760 2004-12-08  Peter Bartok  <pbartok@novell.com>
25761
25762         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
25763
25764 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
25765
25766         * XplatUIOSX.cs: Initial checkin
25767         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
25768
25769 2004-12-03  Ravindra <rkumar@novell.com>
25770
25771         * ListView.cs: Added some keybindings and fixed scrolling.
25772         ScrollBars listen to ValueChanged event instead of Scroll
25773         Event. This would let us take care of all changes being
25774         done in the scrollbars' values programmatically or manually.
25775         * ListView.cs (CanMultiselect): Added a check for shift key.
25776         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
25777         * ListViewItem.cs (Clone): Fixed. We need to make a copy
25778         of ListViewSubItemCollection as well.
25779
25780 2004-12-06  Peter Bartok <pbartok@novell.com>
25781
25782         * Control.cs (Parent): Added check and exception to prevent
25783         circular parenting
25784
25785 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
25786
25787         * ListBox.cs: implemented clipping, selection single and multiple,
25788         bug fixing
25789
25790 2004-12-03  Ravindra <rkumar@novell.com>
25791
25792         * ListView.cs (ListView_KeyDown):
25793         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
25794         when CTRL key is pressed.
25795         * ListViewItem.cs (Selected): Fixed setting the property.
25796
25797 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
25798
25799         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
25800
25801         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
25802         MinimizeBox, ShowInTaskbar, TopMost properties.
25803
25804         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
25805         will be implemented).
25806
25807 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
25808
25809         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
25810
25811         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
25812         tests.
25813         
25814         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
25815         
25816         * TreeView.cs: BackColor is Colors.Window.
25817
25818 2004-12-01  Jackson Harper  <jackson@ximian.com>
25819
25820         * TreeView.cs: When resizing the tree if the user is making it
25821         smaller we don't get expose events, so we need to handle adding
25822         the horizontal scrollbar in the size changed handler as well as
25823         the expose handler.
25824
25825 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
25826
25827         * DrawItemState.cs: fixes wrong enum values
25828
25829 2004-12-01  Jackson Harper  <jackson@ximian.com>
25830
25831         * TreeView.cs: Resize the hbar as well as the vbar on resize.
25832
25833 2004-12-01  Jackson Harper  <jackson@ximian.com>
25834
25835         * NodeLabelEditEventArgs.cs:
25836         * NodeLabelEditEventHandler.cs:
25837         * OpenTreeNodeEnumerator.cs:
25838         * TreeNode.cs:
25839         * TreeNodeCollection.cs:
25840         * TreeView.cs:
25841         * TreeViewAction.cs:
25842         * TreeViewCancelEventArgs.cs:
25843         * TreeViewCancelEventHandler.cs:
25844         * TreeViewEventArgs.cs:
25845         * TreeViewEventHandler.cs: Initial implementation.
25846
25847 2004-12-01  Ravindra <rkumar@novell.com>
25848
25849         * ListView.cs (CalculateListView): Fixed scrolling related
25850         calculations. Also, removed some debug statements from other
25851         places.
25852         * ListViewItem.cs: Changed access to 'selected' instance variable
25853         from private to internal.
25854         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
25855
25856 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
25857
25858         * ThemeWin32Classic.cs: remove cache of brush and pens for
25859         specific controls and use the global system, fixes scrollbutton
25860         bugs (for small sizes, disabled, etc)
25861         
25862         * ScrollBar.cs: does not show the thumb for very small controls
25863         (as MS) and allow smaller buttons that the regular size
25864
25865 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
25866
25867         * UpDownBase.cs: Add abstract methods for the interface.
25868         Add new virtual methods (need to be hooked up to TextEntry when it
25869         exists).
25870         Add override methods for most features.
25871         Computes the size, forces the height of the text entry.
25872
25873         * NumericUpDown.cs: Put here the current testing code.
25874
25875         * Set eol-style property on all files that do not have mixed line
25876         endings, to minimize the future problems.  There are still a few
25877         files with mixed endings, and someone should choose whether they
25878         want to move it or not.
25879
25880 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
25881
25882         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
25883         System.Colors
25884         
25885 2004-11-30  Ravindra <rkumar@novell.com>
25886
25887         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
25888         drawing and replaced use of SystemColors by theme colors.
25889         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
25890         * ListView.cs (ListViewItemCollection.Add): Throw exception when
25891         same ListViewItem is being added more than once.
25892
25893 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
25894
25895         * MonthCalendar.cs:
25896           - ControlStyles love to make the control not flicker
25897           
25898 2004-11-30  Peter Bartok  <pbartok@novell.com>
25899
25900         * CharacterCasing.cs: Added
25901
25902 2004-11-29  Peter Bartok  <pbartok@novell.com>
25903
25904         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
25905           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
25906           I am removing these files as they conflict with already completed
25907           work. While it is fantastic to get contributions to MWF, I
25908           respectfully ask that everyone please coordinate their contributions
25909           through mono-winforms-list or #mono-winforms at this time. We're
25910           explicitly avoiding stubbing and don't want controls that don't have
25911           their basic functionality implemented in svn. Please also see
25912           http://www.mono-project.com/contributing/winforms.html
25913
25914
25915 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
25916
25917         * Application.cs (ModalRun): Don't hang after exit.
25918
25919         * Theme.cs: New TreeViewDefaultSize property.
25920
25921         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
25922         with less hardcoded SystemColors constant.
25923         Implemented TreeViewDefaultSize.
25924
25925         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
25926         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
25927
25928
25929 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
25930
25931         * MonthCalendar.cs:
25932           - Fix NextMonthDate and PrevMonthDate click moving calendar
25933
25934 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
25935
25936         * MonthCalendar.cs:
25937           - Fix usage of ScrollChange Property when scrolling months
25938
25939 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
25940
25941         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
25942          - Fixes menu destroying
25943          - Support adding and removing items on already created menus
25944
25945 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
25946
25947         * MonthCalendar.cs:
25948           - Re-worked all bolded dates handling to match win32
25949         * ThemeWin32Classic.cs:
25950           - Fixed rendering with bolded dates
25951
25952 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
25953
25954         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
25955         - Horizontal scroolbar
25956         - Multicolumn
25957         - Fixes
25958
25959
25960 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
25961
25962         * MonthCalendar.cs:
25963           - Fix Usage of MaxSelectionCount from SelectionRange
25964           - Fixed Shift + Cursor Selection
25965           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
25966           - Fixed normal cursor selection to be compat with win32
25967           - Fixed Shift + Mouse Click selection
25968
25969 2004-11-24  Peter Bartok <pbartok@novell.com>
25970
25971         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
25972         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
25973         * XplatUIX11.cs:
25974           - CreatedKeyBoardMsg now updates keystate with Alt key
25975           - Added workaround for timer crash to CheckTimers, Jackson will
25976             develop a proper fix and check in later
25977           - Implemented DispatchMessage
25978           - Removed calling the native window proc from GetMessage (call
25979             now moved to DispatchMessage)
25980
25981         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
25982           the keydata (Fixes bug #69831)
25983
25984         * XplatUIWin32.cs:
25985           - (DispatchMessage): Switched to return IntPtr
25986           - Added DllImport for SetFocus
25987
25988 2004-11-24  Ravindra <rkumar@novell.com>
25989
25990         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
25991         background drawing.
25992         * ListViewItem.cs: Fixed various properties, calculations
25993         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
25994         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
25995         and some internal properties. Fixed MouseDown handler and Paint
25996         method.
25997
25998 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
25999
26000         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
26001
26002 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
26003
26004         * ContainerControl.cs: correct accidental check in of local changes
26005
26006 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
26007
26008         * ThemeWin32Classic.cs:
26009                 - Fixed Drawing Last month in grid (sometimes not showing)
26010         * MonthCalendar.cs:
26011                 - Fixed title width calculation bug (makeing title small)
26012
26013 2004-11-23  Peter Bartok <pbartok@novell.com>
26014
26015         * XplatUIX11.cs:
26016           - Added generation of WM_MOUSEHOVER event
26017           - Added missing assignment of async_method atom
26018           - Fixed WM_ERASEBKGND; now only redraws the exposed area
26019
26020 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
26021
26022         * ThemeWin32Classic.cs:
26023                 - Fixed Drawing of today circle when showtodaycircle not set
26024                 - fixed drawing of first and last month in the grid (gay dates)
26025         * MonthCalendar.cs:
26026                 - Fixed Drawing of today circle
26027                 - Fixed drawing of grady dates
26028                 - Fixed HitTest for today link when ShowToday set to false
26029                 - Fixed DefaultSize to obey ShowToday
26030
26031 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
26032
26033         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
26034         * System.Windows.Forms/Theme.cs
26035         * MonthCalendar.cs: added for MonthCalendar
26036         * SelectionRange.cs: added for MonthCalendar
26037         * Day.cs: added for MonthCalendar: added for MonthCalendar
26038         * DateRangeEventArgs.cs: added for MonthCalendar
26039         * DateRangeEventHandler.cs: added for MonthCalendar
26040
26041 2004-11-22  Ravindra <rkumar@novell.com>
26042
26043         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
26044         property.
26045
26046 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
26047
26048         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
26049         event handler.
26050         
26051         * NumericUpDown.cs: Added new implementation.
26052         * UpDownBase.cs: Added new implementation.
26053
26054         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
26055         implementations.
26056         
26057         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
26058         implementations.
26059
26060         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
26061         methods.
26062
26063 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
26064
26065         * Timer.cs  (Dispose): Should call the base dispose when
26066         overriding.
26067
26068 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
26069
26070         * ScrollBar.cs: updates thumb position when max, min or increment
26071         is changed
26072
26073 2004-11-21  Ravindra <rkumar@novell.com>
26074
26075         * ListView.cs: Implemented item selection, activation and
26076         column header style. Fixed properties to do a redraw, if
26077         required. Added support for MouseHover, DoubleClick, KeyDown
26078         and KeyUp event handling and some minor fixes.
26079         * ListViewItem.cs: Fixed constructor.
26080         * ThemeWin32Classic.cs: Improved drawing for ListView.
26081
26082 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
26083
26084         * ThemeWin32Classic.cs: initial listbox drawing code
26085         * DrawMode.cs: new enumerator
26086         * ListControl.cs: stubbed class
26087         * ListBox.cs: initial implementation
26088         * Theme.cs: new methods definitions
26089         * SelectionMode.cs: new enumerator
26090
26091 2004-11-17  Peter Bartok  <pbartok@novell.com>
26092
26093         * XplatUIWin32.cs: Added double-click events to the class style
26094         * Control.cs (WndProc):
26095           - Added handling of click-count to MouseDown/ MouseUp events.
26096           - Added handling of middle and right mouse buttons
26097           - Removed old debug code
26098
26099 2004-11-17  Jackson Harper  <jackson@ximian.com>
26100
26101         * XplatUIX11.cs: Use the new Mono.Unix namespace.
26102
26103 2004-11-17  Ravindra <rkumar@novell.com>
26104
26105         * ListView.cs: Added event handling for MouseMove/Up/Down.
26106         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
26107         * ThemeWin32Classic.cs: We need to clear the graphics context and
26108         draw column header in a proper state.
26109
26110
26111 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
26112
26113         *  Menu.cs: fixes signature
26114
26115 2004-11-16  Peter Bartok  <pbartok@novell.com>
26116
26117         * XplatUIX11.cs (GetMessage): Implemented generation of
26118           double click mouse messages
26119
26120 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
26121
26122         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
26123         not by menu
26124
26125 2004-11-11  Peter Bartok  <pbartok@novell.com>
26126
26127         * HandleData.cs: Added Visible property
26128         * XplatUIX11.cs (IsVisible): Now uses Visible property from
26129           HandleData
26130         * XplatUIX11.cs: Removed old debug leftovers
26131         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
26132         * Control.cs (WndProc): Removed old debug leftovers,
26133           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
26134           needed WM_SIZE handling
26135
26136 2004-11-11  Jackson Harper  <jackson@ximian.com>
26137
26138         * OwnerDrawPropertyBag.cs:
26139         * TreeViewImageIndexConverter.cs: Initial implementation
26140
26141 2004-11-10  Jackson Harper  <jackson@ximian.com>
26142
26143         * ThemeWin32Classic.cs:
26144         * TabControl.cs: instead of moving tabs by the slider pos just
26145         start drawing at the tab that is offset by the slider. This way
26146         scrolling always moves by exactly one tab.
26147
26148 2004-11-10  Jackson Harper  <jackson@ximian.com>
26149
26150         * TabControl.cs: You can only scroll left when the slider has
26151         already ben moved right.
26152         
26153 2004-11-10  Jackson Harper  <jackson@ximian.com>
26154
26155         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
26156         the clip area.
26157         
26158 2004-11-10  Jackson Harper  <jackson@ximian.com>
26159
26160         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
26161         clip area.
26162         
26163 2004-11-09  Jackson Harper  <jackson@ximian.com>
26164
26165         * TabControl.cs (CalcXPos): New helper method so we can determine
26166         the proper place to start drawing vertical tabs.
26167         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
26168         
26169 2004-11-09  Jackson Harper  <jackson@ximian.com>
26170
26171         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
26172         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
26173         and Bottom, left and right are illegal values for this and
26174         multiline is enabled when the alignment is set to left or right.
26175         (DrawTab): Each alignment block should draw the text itself now
26176         because Left requires special love. Also add rendering for Left
26177         aligned tabs.
26178         
26179 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
26180
26181         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
26182         does not destroy the windows, removes debugging messages
26183
26184 2004-11-09  jba  <jba-mono@optusnet.com.au>
26185
26186         * ThemeWin32Classic.cs
26187         (DrawButtonBase): Fix verticle text rect clipping in windows
26188         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
26189         rendering and incorrect text rect clipping
26190         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
26191         rendering and incorrect text rect clipping
26192         
26193 2004-11-08  Jackson Harper  <jackson@ximian.com>
26194
26195         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
26196         bottom when they are bottom aligned so the bottoms of the tabs get
26197         displayed.
26198         * TabControl.cs (DropRow): Move rows up instead of down when the
26199         tab control is bottom aligned.
26200
26201 2004-11-08 13:59  pbartok
26202
26203         * XplatUIX11.cs:
26204           - Added handling for various window styles
26205           - Added handling for popup windows
26206           - Added SetTopmost handling
26207
26208 2004-11-08 13:55  pbartok
26209
26210         * XplatUIWin32.cs:
26211           - Added argument to SetTopmost method
26212           - Fixed broken ClientToScreen function
26213
26214 2004-11-08 13:53  pbartok
26215
26216         * XplatUIStructs.cs:
26217           - Added missing WS_EX styles
26218
26219 2004-11-08 13:53  pbartok
26220
26221         * XplatUI.cs, XplatUIDriver.cs:
26222           - Added argument to SetTopmost
26223
26224 2004-11-08 13:52  pbartok
26225
26226         * X11Structs.cs:
26227           - Added XSetWindowAttributes structure
26228           - Improved XWindowAttributes structure
26229           - Added SetWindowValuemask enum
26230           - Added window creation arguments enum
26231           - Added gravity enum
26232           - Added Motif hints structure
26233           - Added various Motif flags and enums
26234           - Added PropertyMode enum for property functions
26235
26236 2004-11-08 13:50  pbartok
26237
26238         * Form.cs:
26239           - Fixed arguments for updated SetTopmost method
26240
26241 2004-11-08 13:49  pbartok
26242
26243         * ToolTip.cs:
26244           - Fixed arguments for updated SetTopmost function
26245           - Fixed usage of PointToClient
26246
26247 2004-11-08 13:44  pbartok
26248
26249         * MenuAPI.cs:
26250           - Added Clipping of children and siblings
26251
26252 2004-11-08 13:41  pbartok
26253
26254         * MainMenu.cs:
26255           - Removed SetMenuBarWindow call. We do this in Form.cs
26256
26257 2004-11-08 13:40  jackson
26258
26259         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
26260           scrolling jimmi in the correct location with bottom aligned tabs
26261
26262 2004-11-08 13:36  pbartok
26263
26264         * ContainerControl.cs:
26265           - Implemented BindingContext
26266           - Implemented ParentForm
26267
26268 2004-11-08 12:46  jackson
26269
26270         * TabControl.cs: Put bottom rendered tabs in the right location
26271
26272 2004-11-08 07:15  jordi
26273
26274         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
26275           removes dead code
26276
26277 2004-11-05 17:30  jackson
26278
26279         * TabControl.cs: When selected tabs are expanded make sure they
26280           don't go beyond the edges of the tab control
26281
26282 2004-11-05 14:57  jackson
26283
26284         * TabControl.cs: Reset show_slider so if the control is resized to
26285           a size where it is no longer needed it's not displayed anymore
26286
26287 2004-11-05 13:16  jackson
26288
26289         * TabControl.cs: Make tab pages non visible when added to the
26290           control
26291
26292 2004-11-05 12:42  jackson
26293
26294         * TabControl.cs: Implement SizeMode.FillToRight
26295
26296 2004-11-05 12:16  jackson
26297
26298         * Control.cs: Do not call CreateHandle if the handle is already
26299           created
26300
26301 2004-11-05 11:46  jackson
26302
26303         * TabControl.cs: Remove superflous call to CalcTabRows
26304
26305 2004-11-05 09:07  jackson
26306
26307         * XplatUIX11.cs: Update for Mono.Posix changes
26308
26309 2004-11-05 07:00  ravindra
26310
26311         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
26312           scrolling.
26313
26314 2004-11-04 22:47  jba
26315
26316         * ThemeWin32Classic.cs:
26317           - Fix Button rendering for FlatStyle = Flat or Popup
26318           - Fix RadioButton and CheckBox rendering when Appearance = Button
26319             (normal and flatstyle).
26320           - Correct outer rectangle color when drawing focus rectangle
26321           - Adjust button bounds to be 1 px smaller when focused
26322           - Make button not draw sunken 3d border when pushed (windows compat)
26323           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
26324           - Offset the text in RadioButton and Checkbox when being rendered as
26325           a button.
26326           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
26327           radiobuttons
26328           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
26329           - Fixed disabled text rendering for normally rendered radiobuttons
26330
26331 2004-11-04 10:26  jackson
26332
26333         * TabControl.cs: Recalculate tab rows when resizing
26334
26335 2004-11-04 07:47  jordi
26336
26337         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
26338           collection completion, drawing issues, missing features
26339
26340 2004-11-04 05:03  ravindra
26341
26342         * ScrollBar.cs:
26343                 - We need to recalculate the Thumb area when
26344                 LargeChange/maximum/minimum values are changed.
26345           - We set the 'pos' in UpdatePos() method to minimum, if it's less
26346                 than minimum. This is required to handle the case if large_change is
26347                 more than max, and use LargeChange property instead of large_change
26348                 variable.
26349           - We return max+1 when large_change is more than max, like MS does.
26350
26351 2004-11-04 04:29  ravindra
26352
26353         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
26354                 - Changed default value signatures (prefixed all with ListView).
26355                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
26356                 ListView.
26357           - Fixed calculations for ListViewItem and implemented Clone()
26358           method.
26359
26360 2004-11-04 04:26  ravindra
26361
26362         * Theme.cs, ThemeWin32Classic.cs:
26363                 - Changed default ListView values signatures (prefixed all with
26364                 ListView).
26365           - Fixed default size values for VScrollBar and HScrollBar.
26366                 - Fixed DrawListViewItem method.
26367
26368 2004-11-04 04:05  ravindra
26369
26370         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
26371
26372 2004-11-04 04:04  ravindra
26373
26374         * ImageList.cs: Implemented the missing overload for Draw method.
26375
26376 2004-11-03 19:29  jackson
26377
26378         * TabControl.cs: Handle dropping rows on selection properly
26379
26380 2004-11-03 11:59  jackson
26381
26382         * TabControl.cs: remove debug code
26383
26384 2004-11-03 11:52  jackson
26385
26386         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
26387           the scrolly widgerywoo
26388
26389 2004-11-02 13:52  jackson
26390
26391         * TabControl.cs: Resize the tab pages and tabs when the tab control
26392           is resized
26393
26394 2004-11-02 13:40  jackson
26395
26396         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
26397           selected tab to the bottom
26398
26399 2004-11-02 13:39  jackson
26400
26401         * TabPage.cs: Store the tab pages row
26402
26403 2004-11-02 12:33  jordi
26404
26405         * MenuItem.cs: fixes handle creation
26406
26407 2004-11-02 11:42  jackson
26408
26409         * TabControl.cs: signature fix
26410
26411 2004-11-02 08:56  jackson
26412
26413         * TabControl.cs: Calculate whether the tab is on an edge properly.
26414           Remove top secret debugging code
26415
26416 2004-11-01 19:57  jackson
26417
26418         * TabControl.cs: Add click handling, and proper sizing
26419
26420 2004-11-01 19:47  jackson
26421
26422         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
26423           tab controls
26424
26425 2004-11-01 19:39  jackson
26426
26427         * TabPage.cs: add internal property to store the bounds of a tab
26428           page
26429
26430 2004-10-30 04:23  ravindra
26431
26432         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
26433           values.
26434
26435 2004-10-30 04:21  ravindra
26436
26437         * ListView.cs, ListViewItem.cs: Added support for scrolling and
26438           fixed calculations.
26439
26440 2004-10-30 03:06  pbartok
26441
26442         * XplatUIX11.cs:
26443           - Removed extension of DllImported libs
26444
26445 2004-10-29 09:55  jordi
26446
26447         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
26448           navigation, itemcollection completion, menu fixes
26449
26450 2004-10-27 22:58  pbartok
26451
26452         * XplatUIX11.cs:
26453           - Now throws a nice error message when no X display could be opened
26454
26455 2004-10-26 13:51  jordi
26456
26457         * ListView.cs: removes warning
26458
26459 2004-10-26 03:55  ravindra
26460
26461         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
26462           ThemeWin32Classic.cs: Some formatting for my last checkins.
26463
26464 2004-10-26 03:36  ravindra
26465
26466         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
26467           control and default values.
26468
26469 2004-10-26 03:35  ravindra
26470
26471         * Theme.cs: Added some default values for ListView control.
26472
26473 2004-10-26 03:33  ravindra
26474
26475         * ToolBar.cs: ToolBar should use the user specified button size, if
26476           there is any. Added a size_specified flag for the same.
26477
26478 2004-10-26 03:33  ravindra
26479
26480         * ColumnHeader.cs: Added some internal members and calculations for
26481           ColumnHeader.
26482
26483 2004-10-26 03:32  ravindra
26484
26485         * ListViewItem.cs: Calculations for ListViewItem.
26486
26487 2004-10-26 03:31  ravindra
26488
26489         * ListView.cs: Added some internal members and calculations for
26490           ListView.
26491
26492 2004-10-22 13:31  jordi
26493
26494         * MenuAPI.cs: speedup menus drawing
26495
26496 2004-10-22 13:16  jackson
26497
26498         * XplatUIX11.cs: Make sure to update exposed regions when adding an
26499           expose event
26500
26501 2004-10-22 11:49  jackson
26502
26503         * Control.cs: oops
26504
26505 2004-10-22 11:41  jackson
26506
26507         * Control.cs: Check to see if the window should have its background
26508           repainted by X when drawing.
26509
26510 2004-10-22 11:31  jackson
26511
26512         * XplatUIX11.cs: When invalidating areas only use XClearArea if
26513           clear is true, this way we do not get flicker from X repainting the
26514           background
26515
26516 2004-10-22 11:28  jackson
26517
26518         * XEventQueue.cs: Queue properly
26519
26520 2004-10-21 09:38  jackson
26521
26522         * XEventQueue.cs: Fix access modifier
26523
26524 2004-10-21 09:36  jackson
26525
26526         * XEventQueue.cs: Don't loose messages
26527
26528 2004-10-21 09:22  jackson
26529
26530         * XEventQueue.cs: Don't loose messages
26531
26532 2004-10-20 04:15  jordi
26533
26534         * BootMode.cs: enum need it by SystemInfo
26535
26536 2004-10-19 21:58  pbartok
26537
26538         * XplatUIWin32.cs:
26539           - Small sanity check
26540
26541 2004-10-19 21:56  pbartok
26542
26543         * Form.cs:
26544           - Added private FormParentWindow class which acts as the container
26545             for our form and as the non-client area where menus are drawn
26546           - Added/Moved required tie-ins to Jordi's menus
26547           - Fixed/Implemented the FormStartPosition functionality
26548
26549 2004-10-19 21:52  pbartok
26550
26551         * Control.cs:
26552           - Removed unneeded locals
26553           - Added code to all size and location properties to understand and
26554             deal with the parent container of Form
26555
26556 2004-10-19 21:33  pbartok
26557
26558         * Application.cs:
26559           - Fixed to deal with new Form subclasses for menus
26560
26561 2004-10-19 17:48  jackson
26562
26563         * XEventQueue.cs: commit correct version of file
26564
26565 2004-10-19 16:50  jackson
26566
26567         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
26568
26569 2004-10-19 16:15  jordi
26570
26571         * MenuAPI.cs: MenuBarCalcSize returns the height
26572
26573 2004-10-19 08:31  pbartok
26574
26575         * Control.cs:
26576           - Added missing call to PreProcessMessage before calling OnXXXKey
26577           methods
26578
26579 2004-10-19 00:04  ravindra
26580
26581         * ToolTip.cs: Fixed constructor.
26582
26583 2004-10-18 09:31  jordi
26584
26585         * MenuAPI.cs: menuitems in menubars do not have shortcuts
26586
26587 2004-10-18 09:26  jordi
26588
26589         * MenuItem.cs: fixes MenuItem class signature
26590
26591 2004-10-18 08:56  jordi
26592
26593         * MenuAPI.cs: prevents windows from showing in the taskbar
26594
26595 2004-10-18 00:28  ravindra
26596
26597         * ToolTip.cs: Suppressed a warning message.
26598
26599 2004-10-18 00:27  ravindra
26600
26601         * Control.cs: Default value of visible property must be true.
26602
26603 2004-10-17 23:19  pbartok
26604
26605         * ToolTip.cs:
26606           - Complete implementation
26607
26608 2004-10-17 23:19  pbartok
26609
26610         * XplatUIX11.cs:
26611           - Added EnableWindow method
26612           - Added SetModal stub
26613           - Added generation of WM_ACTIVATE message (still needs testing)
26614           - Added SetTopMost stub
26615           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
26616
26617 2004-10-17 23:17  pbartok
26618
26619         * XplatUIWin32.cs:
26620           - Removed VirtualKeys to XplatUIStructs
26621           - Implemented SetTopMost method
26622           - Implemented EnableWindow method
26623           - Bugfix in ScreenToClient()
26624           - Bugfixes in ClientToScreen()
26625
26626 2004-10-17 22:51  pbartok
26627
26628         * XplatUIStructs.cs:
26629           - Added WS_EX styles to WindowStyles enumeration
26630
26631 2004-10-17 22:50  pbartok
26632
26633         * XplatUI.cs, XplatUIDriver.cs:
26634           - Added method for enabling/disabling windows
26635           - Added method for setting window modality
26636           - Added method for setting topmost window
26637
26638 2004-10-17 22:49  pbartok
26639
26640         * ThemeWin32Classic.cs:
26641           - Added ToolTip drawing code
26642
26643 2004-10-17 22:49  pbartok
26644
26645         * Theme.cs:
26646           - Added ToolTip abstracts
26647
26648 2004-10-17 22:47  pbartok
26649
26650         * Form.cs:
26651           - Fixed Form.ControlCollection to handle owner relations
26652           - Added Owner/OwnedForms handling
26653           - Implemented Z-Ordering for owned forms
26654           - Removed unneeded private overload of ShowDialog
26655           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
26656             so I hope)
26657           - Fixed Close(), had wrong default
26658           - Added firing of OnLoad event
26659           - Added some commented out debug code for Ownership handling
26660
26661 2004-10-17 22:16  pbartok
26662
26663         * Control.cs:
26664           - Fixed/implemented flat list of controls
26665
26666 2004-10-17 22:14  pbartok
26667
26668         * Application.cs:
26669           - Added code to simulate modal dialogs on Win32
26670
26671 2004-10-17 16:11  jordi
26672
26673         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
26674           mouse event
26675
26676 2004-10-17 13:39  jordi
26677
26678         * MenuAPI.cs: menu drawing fixes
26679
26680 2004-10-15 09:10  ravindra
26681
26682         * StructFormat.cs: General Enum.
26683
26684 2004-10-15 09:09  ravindra
26685
26686         * SizeGripStyle.cs: Enum for Form.
26687
26688 2004-10-15 09:08  ravindra
26689
26690         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
26691           in Theme for ListView.
26692
26693 2004-10-15 09:06  ravindra
26694
26695         * ColumnHeader.cs: Flushing some formatting changes.
26696
26697 2004-10-15 09:05  ravindra
26698
26699         * ListViewItem.cs: Implemented GetBounds method and fixed coding
26700           style.
26701
26702 2004-10-15 09:03  ravindra
26703
26704         * ListView.cs: Implemented Paint method and fixed coding style.
26705
26706 2004-10-15 07:34  jordi
26707
26708         * MenuAPI.cs: fix for X11
26709
26710 2004-10-15 07:32  ravindra
26711
26712         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
26713                 - Renamed Paint() method to Draw() for clarity. Also, moved
26714                 DrawImage() to OnPaint().
26715
26716 2004-10-15 07:25  ravindra
26717
26718         * CheckBox.cs, RadioButton.cs:
26719                 - Removed Redraw (), we get it from ButtonBase.
26720                 - Implemented Paint (), to do class specific painting.
26721
26722 2004-10-15 07:16  ravindra
26723
26724         * ButtonBase.cs:
26725                 - Redraw () is not virtual now.
26726                 - Added an internal virtual method Paint (), so that
26727                 derived classes can do their painting on their own.
26728                 - Modified OnPaint () to call Paint ().
26729
26730 2004-10-15 06:43  jordi
26731
26732         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
26733           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
26734
26735 2004-10-15 00:30  ravindra
26736
26737         * MessageBox.cs:
26738                 - MessageBox on windows does not have min/max buttons.
26739                 This change in CreateParams fixes this on Windows. We
26740                 still need to implement this windowstyle behavior in
26741                 our X11 driver.
26742
26743 2004-10-14 05:14  ravindra
26744
26745         * ToolBar.cs:
26746                 - Changed Redraw () to do a Refresh () always.
26747                 - Fixed the MouseMove event handling when mouse is pressed,
26748                 ie drag event handling.
26749                 - Replaced the usage of ToolBarButton.Pressed property to
26750                 ToolBarButton.pressed internal variable.
26751
26752 2004-10-14 05:10  ravindra
26753
26754         * ToolBarButton.cs:
26755                 - Added an internal member 'inside' to handle mouse move
26756                 with mouse pressed ie mouse drag event.
26757                 - Changed 'Pressed' property to return true only when
26758                 'inside' and 'pressed' are both true.
26759                 - Some coding style love.
26760
26761 2004-10-14 00:17  ravindra
26762
26763         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
26764           public method.
26765
26766 2004-10-14 00:15  ravindra
26767
26768         * ButtonBase.cs: Redraw () related improvements.
26769
26770 2004-10-14 00:14  ravindra
26771
26772         * MessageBox.cs: Moved InitFormSize () out of Paint method and
26773           removed unnecessary calls to Button.Show () method.
26774
26775 2004-10-13 17:50  pbartok
26776
26777         * XplatUIX11.cs:
26778           - Formatting fix
26779           - Removed destroying of window until we solve the problem of X
26780             destroying the window before us on shutdown
26781
26782 2004-10-13 16:32  pbartok
26783
26784         * ButtonBase.cs:
26785           - Now Redraws on MouseUp for FlatStyle Flat and Popup
26786
26787 2004-10-13 14:18  pbartok
26788
26789         * XplatUIX11.cs:
26790           - Added code to destroy the X window
26791
26792 2004-10-13 14:18  pbartok
26793
26794         * XplatUIWin32.cs:
26795           - Added code to destroy a window
26796
26797 2004-10-13 14:12  pbartok
26798
26799         * ButtonBase.cs:
26800           - Added the Redraw on Resize that got dropped in the last rev
26801
26802 2004-10-13 09:06  pbartok
26803
26804         * ThemeWin32Classic.cs:
26805           - Path from John BouAntoun:
26806             * Fix check rendering (centre correctly for normal style, offset
26807               correctly for FlatStyle).
26808             * Fix border color usage (use backcolor) for FlatStyle.Popup
26809             * Use checkbox.Capture instead of checkbox.is_pressed when
26810               rendering flatstyle states.
26811
26812 2004-10-12 21:48  pbartok
26813
26814         * ThemeWin32Classic.cs:
26815           - Removed all occurences of SystemColors and replaced them with the
26816             matching theme color
26817
26818 2004-10-12 21:41  pbartok
26819
26820         * ThemeWin32Classic.cs:
26821           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
26822             him using the function for flatstyle drawing
26823           - Changed functions to use the new version of CPDrawBorder3D
26824
26825 2004-10-12 21:15  pbartok
26826
26827         * ControlPaint.cs:
26828           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
26829             match MS documentation. They need to return defined colors if the
26830             passed color matches the configured control color. Thanks to John
26831             BouAntoun for pointing this out.
26832
26833 2004-10-12 20:57  pbartok
26834
26835         * Control.cs:
26836           - Fix from John BouAntoun: Raise ForeColorChanged event when text
26837             color is changed
26838
26839 2004-10-12 20:46  pbartok
26840
26841         * CheckBox.cs:
26842           - Fix from John BouAntoun: Now properly sets the Appearance property
26843
26844 2004-10-12 20:45  pbartok
26845
26846         * ThemeWin32Classic.cs:
26847           - Fixes from John BouAntoun: now handles forecolors and backcolors
26848             for flatstyle rendered controls much better; It also fixes normal
26849             checkbox rendering when pushed or disabled.
26850
26851 2004-10-08 02:50  jordi
26852
26853         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
26854           work
26855
26856 2004-10-07 08:56  jordi
26857
26858         * ThemeWin32Classic.cs: Removes deletion of cached brushes
26859
26860 2004-10-06 03:59  jordi
26861
26862         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
26863           XplatUIWin32.cs: removes warnings from compilation
26864
26865 2004-10-05 12:23  jackson
26866
26867         * RadioButton.cs: Fix ctor
26868
26869 2004-10-05 11:10  pbartok
26870
26871         * MessageBox.cs:
26872           - Partial implementation by Benjamin Dasnois
26873
26874 2004-10-05 10:15  jackson
26875
26876         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
26877           by John BouAntoun
26878
26879 2004-10-05 03:07  ravindra
26880
26881         * ToolBar.cs:
26882                 - Removed a private method, Draw ().
26883                 - Fixed the ButtonDropDown event handling.
26884                 - Fixed MouseMove event handling.
26885
26886 2004-10-05 03:04  ravindra
26887
26888         * ThemeWin32Classic.cs:
26889                 - Added DrawListView method and ListViewDefaultSize property.
26890                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
26891                 - Changed DOS style CRLF to Unix format (dos2unix).
26892
26893 2004-10-05 03:03  ravindra
26894
26895         * Theme.cs:
26896                 - Added DrawListView method and ListViewDefaultSize property.
26897
26898 2004-10-05 02:42  ravindra
26899
26900         * ToolBarButton.cs: Added an internal member dd_pressed to handle
26901           clicks on DropDown arrow.
26902
26903 2004-10-04 22:56  jackson
26904
26905         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
26906           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
26907           Control handle the buffers, derived classes should not have to
26908           CreateBuffers themselves.
26909
26910 2004-10-04 21:20  jackson
26911
26912         * StatusBar.cs: The control handles resizing the buffers now.
26913
26914 2004-10-04 21:18  jackson
26915
26916         * Control.cs: When resizing the buffers should be invalidated. This
26917           should be handled in Control not in derived classes.
26918
26919 2004-10-04 14:45  jackson
26920
26921         * TabPage.cs: oops
26922
26923 2004-10-04 02:14  pbartok
26924
26925         * LeftRightAlignment.cs:
26926           - Initial check-in
26927
26928 2004-10-04 01:09  jordi
26929
26930         * ThemeWin32Classic.cs: fixes right button position causing right
26931           button not showing on horizontal scrollbars
26932
26933 2004-10-02 13:12  pbartok
26934
26935         * XplatUIX11.cs:
26936           - Simplified the Invalidate method by using an X call instead of
26937             generating the expose ourselves
26938           - Added an expose when the window background is changed
26939           - Implemented ClientToScreen method
26940
26941 2004-10-02 13:08  pbartok
26942
26943         * XplatUIWin32.cs:
26944           - Added Win32EnableWindow method (test for implementing modal
26945           dialogs)
26946           - Added ClientToScreen method and imports
26947
26948 2004-10-02 13:07  pbartok
26949
26950         * XplatUI.cs, XplatUIDriver.cs:
26951           - Added ClientToScreen coordinate translation method
26952
26953 2004-10-02 13:06  pbartok
26954
26955         * KeyPressEventArgs.cs:
26956           - Fixed access level for constructor
26957
26958 2004-10-02 13:06  pbartok
26959
26960         * NativeWindow.cs:
26961           - Changed access level for the window_collection hash table
26962
26963 2004-10-02 13:05  pbartok
26964
26965         * Form.cs:
26966           - Added KeyPreview property
26967           - Added Menu property (still incomplete, pending Jordi's menu work)
26968           - Implemented ProcessCmdKey
26969           - Implemented ProcessDialogKey
26970           - Implemented ProcessKeyPreview
26971
26972 2004-10-02 13:02  pbartok
26973
26974         * Control.cs:
26975           - Added private method to get the Control object from the window
26976           handle
26977           - Implemented ContextMenu property
26978           - Implemented PointToScreen
26979           - Implemented PreProcessMessage
26980           - Implemented IsInputChar
26981           - Implemented IsInputKey
26982           - Implemented ProcessCmdKey
26983           - Completed ProcessKeyEventArgs
26984           - Fixed message loop to call the proper chain of functions on key
26985           events
26986           - Implemented ProcessDialogChar
26987           - Implemented ProcessDialogKey
26988           - Implemented ProcessKeyMessage
26989           - Implemented ProcessKeyPreview
26990           - Added RaiseDragEvent stub (MS internal method)
26991           - Added RaiseKeyEvent stub (MS internal method)
26992           - Added RaiseMouseEvent stub (MS Internal method)
26993           - Added RaisePaintEvent stub (MS Internal method)
26994           - Added ResetMouseEventArgs stub (MS Internal method)
26995           - Implemented RtlTranslateAlignment
26996           - Implemented RtlTranslateContent
26997           - Implemented RtlTranslateHorizontal
26998           - Implemented RtlTranslateLeftRight
26999           - Added generation of KeyPress event
27000
27001 2004-10-02 05:57  ravindra
27002
27003         * ListViewItem.cs: Added attributes.
27004
27005 2004-10-02 05:32  ravindra
27006
27007         * ListView.cs: Added attributes.
27008
27009 2004-10-01 11:53  jackson
27010
27011         * Form.cs: Implement the Close method so work on MessageBox can
27012           continue.
27013
27014 2004-09-30 14:06  pbartok
27015
27016         * XplatUIX11.cs:
27017           - Bug fixes
27018
27019 2004-09-30 11:34  jackson
27020
27021         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
27022
27023 2004-09-30 07:26  ravindra
27024
27025         * ListViewItemConverter.cs: Converter for ListViewItem.
27026
27027 2004-09-30 07:26  ravindra
27028
27029         * SortOrder.cs: Enum for ListView control.
27030
27031 2004-09-30 07:25  ravindra
27032
27033         * ColumnHeader.cs: Supporting class for ListView control.
27034
27035 2004-09-30 07:24  ravindra
27036
27037         * ListView.cs, ListViewItem.cs: Initial implementation.
27038
27039 2004-09-30 07:20  ravindra
27040
27041         * ItemActivation.cs: Enum for ListView Control.
27042
27043 2004-09-29 20:29  pbartok
27044
27045         * XplatUIX11.cs:
27046           - Added lookup of pixel value for background color; tries to get a
27047             color 'close' to the requested color, it avoids having to create a
27048             colormap.  Depending on the display this could mean the used color
27049             is slightly off the desired color. Might have to change it to a more
27050             resource intensive colormap approach, but it will work as a
27051           workaround to avoid red screens.
27052
27053 2004-09-29 14:27  jackson
27054
27055         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
27056
27057 2004-09-28 12:44  pbartok
27058
27059         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
27060           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
27061           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
27062           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
27063           TrackBar.cs, VScrollBar.cs:
27064           - Streamlined Theme interfaces:
27065             * Each DrawXXX method for a control now is passed the object for
27066               the control to be drawn in order to allow accessing any state the
27067               theme might require
27068
27069             * ControlPaint methods for the theme now have a CP prefix to avoid
27070               name clashes with the Draw methods for controls
27071
27072             * Every control now retrieves it's DefaultSize from the current
27073             theme
27074
27075 2004-09-28 12:17  jackson
27076
27077         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
27078           drawing
27079
27080 2004-09-24 14:57  jackson
27081
27082         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
27083           Gives us a nice little performance boost.
27084
27085 2004-09-24 12:02  jackson
27086
27087         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
27088           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
27089           Control and supporting classes. Initial checkin
27090
27091 2004-09-23 13:08  jackson
27092
27093         * Form.cs: Temp build fixage
27094
27095 2004-09-23 01:39  ravindra
27096
27097         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
27098           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
27099           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
27100           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
27101           EventHandlers needed by ListView Control.
27102
27103 2004-09-22 14:12  pbartok
27104
27105         * ScrollableControl.cs:
27106           - Implemented DockPadding property
27107           - Implemented AutoScroll property
27108           - Implemented AutoScrollMargin property
27109           - Implemented AutoScrollMinSize property
27110           - Implemented AutoScrollPosition property
27111           - Implemented DisplayRectangle property (still incomplete)
27112           - Implemented CreateParams property
27113           - Implemented HScroll property
27114           - Implemented VScroll property
27115           - Implemented OnVisibleChanged property
27116
27117 2004-09-22 14:09  pbartok
27118
27119         * Form.cs:
27120           - Added Form.ControllCollection class
27121           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
27122             RemoveOwnedForm (still incomplete, missing on-top and common
27123             minimize/maximize behaviour)
27124           - Added StartPosition property (still incomplete, does not use when
27125             creating the form)
27126           - Added ShowDialog() methods (still incomplete, missing forcing the
27127             dialog modal)
27128
27129 2004-09-22 14:05  pbartok
27130
27131         * Application.cs:
27132           - Added message loop for modal dialogs
27133
27134 2004-09-22 14:02  pbartok
27135
27136         * GroupBox.cs:
27137           - Fixed wrong types for events
27138
27139 2004-09-22 14:00  pbartok
27140
27141         * Shortcut.cs, FormWindowState.cs:
27142           - Fixed wrong values
27143
27144 2004-09-22 12:01  jackson
27145
27146         * Control.cs: Text is never null
27147
27148 2004-09-20 22:14  pbartok
27149
27150         * XplatUIWin32.cs:
27151           - Fixed accessibility level for Idle handler
27152
27153 2004-09-20 18:54  jackson
27154
27155         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27156           XplatUIX11.cs: New message loop that uses poll so we don't get a
27157           busy loop
27158
27159 2004-09-17 10:43  pbartok
27160
27161         * ScrollBar.cs:
27162           - Fixed behaviour of arrow buttons. Now properly behaves like
27163             Buttons (and like Microsoft's scrollbar arrow buttons)
27164
27165 2004-09-17 10:14  pbartok
27166
27167         * ScrollBar.cs:
27168           - Added missing release of keyboard/mouse capture
27169
27170 2004-09-17 06:18  jordi
27171
27172         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
27173           Theme.cs: Very early menu support
27174
27175 2004-09-16 17:45  pbartok
27176
27177         * XplatUIWin32.cs:
27178           - Fixed sending a window to the front
27179           - Added overload for SetWindowPos to avoid casting
27180
27181 2004-09-16 17:44  pbartok
27182
27183         * Control.cs:
27184           - Added SendToBack and BringToFront methods
27185
27186 2004-09-16 07:00  ravindra
27187
27188         * Copyright: Added Novell URL.
27189
27190 2004-09-16 07:00  ravindra
27191
27192         * ToolBar.cs: Invalidate should be done before redrawing.
27193
27194 2004-09-15 21:19  ravindra
27195
27196         * ColumnHeaderStyle.cs: Enum for ListView Control.
27197
27198 2004-09-15 21:18  ravindra
27199
27200         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
27201           ListView Control.
27202
27203 2004-09-13 18:26  jackson
27204
27205         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
27206           properly
27207
27208 2004-09-13 18:13  jackson
27209
27210         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
27211           a second thread and post messages into the main threads message
27212           queue. This makes timing much more consistent. Both win2K and XP
27213           have a minimum timer value of 15 milliseconds, so we now do this
27214           too.
27215
27216 2004-09-13 15:18  pbartok
27217
27218         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27219           XplatUIX11.cs:
27220           - Added Z-Ordering methods
27221
27222 2004-09-13 10:56  pbartok
27223
27224         * Form.cs:
27225           - Fixed #region names
27226           - Moved properties and methods into their proper #regions
27227
27228 2004-09-13 10:51  pbartok
27229
27230         * Form.cs:
27231           - Added Accept and CancelButton properties
27232           - Added ProcessDialogKey() method
27233
27234 2004-09-13 08:18  pbartok
27235
27236         * IWindowTarget.cs:
27237           - Initial check-in
27238
27239 2004-09-10 21:50  pbartok
27240
27241         * Control.cs:
27242           - Added DoDragDrop() [incomplete]
27243           - Properly implemented 'Visible' handling
27244           - Added SetVisibleCore()
27245           - Implemented FindChildAtPoint()
27246           - Implemented GetContainerControl()
27247           - Implemented Hide()
27248
27249 2004-09-10 19:28  pbartok
27250
27251         * Control.cs:
27252           - Moved methods into their appropriate #regions
27253           - Reordered methods within regions alphabetically
27254
27255 2004-09-10 18:57  pbartok
27256
27257         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27258           - Added method to retrieve text from window
27259
27260 2004-09-10 18:56  pbartok
27261
27262         * Control.cs:
27263           - Moved some internal functions into the internal region
27264           - Implemented FontHeight
27265           - Implemented RenderRightToLeft
27266           - Implemented ResizeRedraw
27267           - Implemented ShowFocusCues
27268           - Implemented ShowKeyboardCues
27269           - Implemented FromChildHandle
27270           - Implemented FromHandle
27271           - Implemented IsMnemonic
27272           - Implemented ReflectMessage
27273           - All public and protected Static Methods are now complete
27274
27275 2004-09-10 16:54  pbartok
27276
27277         * Control.cs:
27278           - Implemented remaining missing public instance properties
27279           - Alphabetized some out of order properties
27280
27281 2004-09-10 05:51  ravindra
27282
27283         * PictureBox.cs: Added a check for null image.
27284
27285 2004-09-10 00:59  jordi
27286
27287         * GroupBox.cs: remove cvs tag
27288
27289 2004-09-09 05:25  ravindra
27290
27291         * ToolBar.cs: Make redraw accessible from ToolBarButton.
27292
27293 2004-09-09 05:23  ravindra
27294
27295         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
27296           parent redraw.
27297
27298 2004-09-09 02:28  pbartok
27299
27300         * ThemeWin32Classic.cs:
27301           - Improve disabled string look
27302
27303 2004-09-09 01:15  jordi
27304
27305         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
27306           args and handler
27307
27308 2004-09-08 23:56  ravindra
27309
27310         * ItemBoundsPortion.cs: It's enum, not a class!
27311
27312 2004-09-08 23:47  ravindra
27313
27314         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
27315           Enums for Form.
27316
27317 2004-09-08 21:13  ravindra
27318
27319         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
27320           ListView control.
27321
27322 2004-09-08 21:03  ravindra
27323
27324         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
27325           avoid crash.
27326
27327 2004-09-08 21:01  ravindra
27328
27329         * ScrollableControl.cs: Removed unreachable code.
27330
27331 2004-09-08 06:45  jordi
27332
27333         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
27334
27335 2004-09-08 01:00  jackson
27336
27337         * XplatUIX11.cs: Only run the timers when updating the message
27338           queue. This effectively gives X messages a higher priority then
27339           timer messages. Timers still need love though
27340
27341 2004-09-07 14:01  jackson
27342
27343         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
27344           this for us and the handle is no longer valid.
27345
27346 2004-09-07 13:59  jackson
27347
27348         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
27349           loop that manages to not crash. TODO: Add poll and cleanup timers
27350
27351 2004-09-07 11:12  jordi
27352
27353         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
27354
27355 2004-09-07 03:40  jordi
27356
27357         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
27358           fixes, methods, multiple links
27359
27360 2004-09-06 06:55  jordi
27361
27362         * Control.cs: Caches ClientRectangle rectangle value
27363
27364 2004-09-05 02:03  jordi
27365
27366         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
27367           certain situations
27368
27369 2004-09-04 11:10  jordi
27370
27371         * Label.cs: Refresh when font changed
27372
27373 2004-09-02 16:24  pbartok
27374
27375         * Control.cs:
27376           - Added sanity check to creation of double buffer bitmap
27377
27378 2004-09-02 16:24  pbartok
27379
27380         * ButtonBase.cs:
27381           - Fixed selection of text color
27382           - Fixed handling of resize event; now properly recreates double
27383             buffering bitmap
27384           - Added missing assignment of TextAlignment
27385           - Added proper default for TextAlignment
27386
27387 2004-09-02 14:26  pbartok
27388
27389         * RadioButton.cs:
27390           - Added missing RadioButton.RadioButtonAccessibleObject class
27391
27392 2004-09-02 14:26  pbartok
27393
27394         * Control.cs:
27395           - Added missing Control.ControlAccessibleObject class
27396           - Started to implement Select()ion mechanisms, still very incomplete
27397
27398 2004-09-02 14:25  pbartok
27399
27400         * AccessibleObject.cs:
27401           - Added missing methods
27402
27403 2004-09-02 14:23  pbartok
27404
27405         * AccessibleNavigation.cs, AccessibleSelection.cs:
27406           - Initial check-in
27407
27408 2004-09-02 10:32  jordi
27409
27410         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
27411           pool for pens, brushes, and hatchbruses
27412
27413 2004-09-01 15:30  jackson
27414
27415         * StatusBar.cs: Fix typo
27416
27417 2004-09-01 14:44  pbartok
27418
27419         * RadioButton.cs:
27420           - Fixed state
27421
27422 2004-09-01 14:39  pbartok
27423
27424         * Button.cs, RadioButton.cs:
27425           - Functional initial check-in
27426
27427 2004-09-01 14:01  pbartok
27428
27429         * CheckBox.cs:
27430           - Added missing default
27431           - Added missing region mark
27432
27433 2004-09-01 09:10  jordi
27434
27435         * Label.cs: fixes method signatures, new methods, events, fixes
27436           autosize
27437
27438 2004-09-01 07:19  jordi
27439
27440         * Control.cs: Init string variables with an empty object
27441
27442 2004-09-01 04:20  jordi
27443
27444         * Control.cs: fires OnFontChanged event
27445
27446 2004-08-31 20:07  pbartok
27447
27448         * ButtonBase.cs:
27449           - Enabled display of strings
27450
27451 2004-08-31 20:05  pbartok
27452
27453         * Form.cs:
27454           - Added (partial) implementation of DialogResult; rest needs to be
27455             implemented when the modal loop code is done
27456
27457 2004-08-31 19:55  pbartok
27458
27459         * CheckBox.cs:
27460           - Fixed to match the removal of the needs_redraw concept
27461
27462 2004-08-31 19:55  pbartok
27463
27464         * ButtonBase.cs:
27465           - Removed the rather odd split between 'needs redraw' and redrawing
27466           - Now handles the events that require regeneration (ambient
27467             properties and size)
27468
27469 2004-08-31 19:41  pbartok
27470
27471         * Control.cs:
27472           - Added firing of BackColorChanged event
27473           - Added TopLevelControl property
27474           - Fixed handling of WM_ERASEBKGRND message
27475
27476 2004-08-31 12:49  pbartok
27477
27478         * ButtonBase.cs:
27479           - Removed debug
27480           - Minor fixes
27481
27482 2004-08-31 12:48  pbartok
27483
27484         * CheckBox.cs:
27485           - Finished (famous last words)
27486
27487 2004-08-31 04:35  jordi
27488
27489         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
27490           scrolling bugs, adds new methods
27491
27492 2004-08-30 14:42  pbartok
27493
27494         * CheckBox.cs:
27495           - Implemented CheckBox drawing code
27496
27497 2004-08-30 14:42  pbartok
27498
27499         * ButtonBase.cs:
27500           - Made Redraw() and CheckRedraw() virtual
27501           - Improved mouse up/down/move logic to properly track buttons
27502
27503 2004-08-30 09:44  pbartok
27504
27505         * CheckBox.cs:
27506           - Updated to fix broken build. Not complete yet.
27507
27508 2004-08-30 09:28  pbartok
27509
27510         * CheckState.cs:
27511           - Initial checkin
27512
27513 2004-08-30 09:17  pbartok
27514
27515         * Appearance.cs:
27516           - Initial check-in
27517
27518 2004-08-27 16:12  ravindra
27519
27520         * ToolBarButton.cs: Added TypeConverter attribute.
27521
27522 2004-08-27 16:07  ravindra
27523
27524         * ImageIndexConverter.cs: Implemented.
27525
27526 2004-08-27 14:17  pbartok
27527
27528         * Control.cs:
27529           - Removed unneeded stack vars
27530           - First attempt to fix sizing issues when layout is suspended
27531
27532 2004-08-25 15:35  jordi
27533
27534         * ScrollBar.cs: more fixes to scrollbar
27535
27536 2004-08-25 14:04  ravindra
27537
27538         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
27539           Added the missing divider code and grip for ToolBar Control.
27540
27541 2004-08-25 13:20  pbartok
27542
27543         * Control.cs:
27544           - Control now properly passes the ambient background color to child
27545             controls
27546
27547 2004-08-25 13:20  jordi
27548
27549         * ScrollBar.cs: small bug fix regarding bar position
27550
27551 2004-08-25 12:33  pbartok
27552
27553         * Timer.cs:
27554           - Now only calls SetTimer or KillTimer if the enabled state has
27555           changed
27556
27557 2004-08-25 12:33  pbartok
27558
27559         * XplatUIWin32.cs:
27560           - Fixed timer handling, now seems to work
27561           - Improved error message for window creation
27562
27563 2004-08-25 12:32  pbartok
27564
27565         * Control.cs:
27566           - Fixed generation of MouseUp message
27567
27568 2004-08-25 12:29  jordi
27569
27570         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
27571           and fixes for progressbar
27572
27573 2004-08-24 18:43  ravindra
27574
27575         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
27576           in ToolBar control.
27577
27578 2004-08-24 17:15  pbartok
27579
27580         * Panel.cs:
27581           - Added #region
27582           - Added missing events
27583           - Alphabetized
27584
27585 2004-08-24 17:14  pbartok
27586
27587         * StatusBar.cs, PictureBox.cs:
27588           - Now uses Control's CreateParams
27589
27590 2004-08-24 16:36  pbartok
27591
27592         * XplatUIX11.cs:
27593           - Fixed background color handling
27594           - Fixed sending of enter/leave events on a grab
27595
27596 2004-08-24 16:35  pbartok
27597
27598         * X11Structs.cs:
27599           - Refined definitions for CrossingEvent
27600
27601 2004-08-24 12:37  jordi
27602
27603         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
27604           formmating, methods signature, and adds missing events
27605
27606 2004-08-24 12:24  jordi
27607
27608         * Control.cs: fire OnEnabledChanged event
27609
27610 2004-08-24 11:17  pbartok
27611
27612         * XplatUIWin32.cs:
27613           - Implemented SetTimer() and KillTimer()
27614
27615 2004-08-24 11:16  pbartok
27616
27617         * XplatUIX11.cs:
27618           - Now uses Remove instead of Add to kill the timer
27619
27620 2004-08-24 10:16  jackson
27621
27622         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
27623           picture boxes in the theme now. Draw picture box borders and obey
27624           sizing modes
27625
27626 2004-08-24 05:49  jackson
27627
27628         * Timer.cs: Remove top secret debugging code
27629
27630 2004-08-24 05:34  jackson
27631
27632         * PictureBox.cs: Temp hack to make picture boxes draw their full
27633           image
27634
27635 2004-08-24 05:29  jackson
27636
27637         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27638           XplatUIX11.cs: Move timers to the driver level. On X they are
27639           queued by the driver and checked on idle.
27640
27641 2004-08-24 01:07  jackson
27642
27643         * XplatUIX11.cs: Use a queue for async messages instead of passing
27644           them as ClientMessages since that was totally broken. Also simply
27645           check for events and return an idle message if none are found. This
27646           gives us an idle handler, and prevents deadlocking when no messages
27647           are in the queue.
27648
27649 2004-08-23 18:19  ravindra
27650
27651         * XplatUIWin32.cs: Removed the unwanted destructor.
27652
27653 2004-08-23 17:27  pbartok
27654
27655         * ButtonBase.cs:
27656           - Finishing touches. Works now, just needs some optimizations.
27657
27658 2004-08-23 16:53  jordi
27659
27660         * ScrollBar.cs: small fix
27661
27662 2004-08-23 16:45  pbartok
27663
27664         * Application.cs:
27665           - Removed debug output
27666           - Simplifications
27667
27668 2004-08-23 16:43  jordi
27669
27670         * ScrollBar.cs: [no log message]
27671
27672 2004-08-23 16:10  pbartok
27673
27674         * Form.cs:
27675           - Fixed handling of WM_CLOSE message
27676           - Removed debug output
27677
27678 2004-08-23 16:09  pbartok
27679
27680         * Application.cs:
27681           - Added handling of Idle event
27682           - Added handling of form closing
27683           - Fixed reporting of MessageLoop property
27684           - Removed some unneeded code, should provide a bit of a speedup
27685
27686 2004-08-23 15:22  pbartok
27687
27688         * Control.cs:
27689           - Added InitLayout() method
27690           - Added code to properly perform layout when Anchor or Dock property
27691             is changed
27692           - Changed 'interpretation' of ResumeLayout. MS seems to have a
27693             LAMESPEC, tried to do it in a way that makes sense
27694
27695 2004-08-23 14:10  jordi
27696
27697         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
27698           properties and methods
27699
27700 2004-08-23 13:55  pbartok
27701
27702         * Control.cs:
27703           - Properly fixed Jordi's last fix
27704           - Now uses Cursor's Position property instead of calling XplatUI
27705           directly
27706
27707 2004-08-23 13:44  jordi
27708
27709         * PaintEventHandler.cs: Adding missing attribute
27710
27711 2004-08-23 13:39  pbartok
27712
27713         * Cursor.cs:
27714           - Implemented Position property
27715
27716 2004-08-23 13:39  pbartok
27717
27718         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27719           - Added method to move mouse cursor
27720
27721 2004-08-23 13:39  pbartok
27722
27723         * XplatUIX11.cs:
27724           - Fixed setting of background color
27725           - Added method to move mouse cursor
27726
27727 2004-08-23 13:16  jordi
27728
27729         * Control.cs: avoids null exception
27730
27731 2004-08-22 17:46  jackson
27732
27733         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
27734           PictureBox
27735
27736 2004-08-22 17:40  jackson
27737
27738         * XplatUIX11.cs: Add some missing locks
27739
27740 2004-08-22 15:10  pbartok
27741
27742         * Control.cs, Form.cs:
27743           - Removed OverlappedWindow style from Control, instead it's default
27744             now is child
27745           - Made form windows OverlappedWindow by default
27746
27747 2004-08-22 13:34  jackson
27748
27749         * ScrollBar.cs: Update the position through the Value property so
27750           the OnValueChanged event is raised.
27751
27752 2004-08-22 12:04  pbartok
27753
27754         * SWF.csproj:
27755           - Added Cursor.cs and UserControl.cs
27756
27757 2004-08-22 12:03  pbartok
27758
27759         * Cursor.cs:
27760           - Started implementation, not usable yet
27761
27762 2004-08-22 12:00  pbartok
27763
27764         * UserControl.cs:
27765           - Implemented UserControl (complete)
27766
27767 2004-08-21 19:20  ravindra
27768
27769         * ToolBar.cs: Correcting the formatting mess of VS.NET.
27770
27771 2004-08-21 18:49  ravindra
27772
27773         * ToolBar.cs: Probably this completes the missing attributes in
27774           toolbar control.
27775
27776 2004-08-21 18:03  ravindra
27777
27778         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
27779           Fixed toolbar control signatures.
27780
27781 2004-08-21 16:32  pbartok
27782
27783         * LinkLabel.cs:
27784           - Signature Fixes
27785
27786 2004-08-21 16:30  pbartok
27787
27788         * Label.cs:
27789           - Signature fixes
27790
27791 2004-08-21 16:19  pbartok
27792
27793         * Control.cs, Label.cs:
27794           - Signature fixes
27795
27796 2004-08-21 15:57  pbartok
27797
27798         * ButtonBase.cs:
27799           - Added loads of debug output for development
27800           - Fixed typo in method name
27801
27802 2004-08-21 15:52  pbartok
27803
27804         * ToolBarButtonClickEventArgs.cs:
27805           - Added missing base class
27806
27807 2004-08-21 14:53  pbartok
27808
27809         * Control.cs:
27810           - Updated to match new GrabWindow signature
27811
27812 2004-08-21 14:51  pbartok
27813
27814         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27815           - Added method to get default display size
27816
27817 2004-08-21 14:23  pbartok
27818
27819         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27820           - Added method to query current grab state
27821           - Added argument to allow confining a grab to a window
27822
27823 2004-08-21 14:22  pbartok
27824
27825         * Keys.cs:
27826           - Added [Flags] attribute so that modifiers can be used in bitwise
27827           ops
27828
27829 2004-08-21 14:21  pbartok
27830
27831         * TrackBar.cs, ScrollBar.cs:
27832           - Replaced direct XplatUI calls with their Control counterpart
27833
27834 2004-08-21 13:32  pbartok
27835
27836         * Control.cs:
27837           - Implemented Created property
27838
27839 2004-08-21 13:28  pbartok
27840
27841         * Control.cs:
27842           - Implemented ContainsFocus
27843
27844 2004-08-21 13:26  pbartok
27845
27846         * Control.cs:
27847           - Implemented CausesValidation
27848
27849 2004-08-21 13:21  pbartok
27850
27851         * Control.cs:
27852           - Implemented CanFocus
27853           - Implemented CanSelect
27854           - Implemented Capture
27855
27856 2004-08-21 12:35  pbartok
27857
27858         * XplatUIWin32.cs:
27859           - Fixed bug with Async message handling
27860           - Implemented getting the ModifierKeys
27861
27862 2004-08-21 12:32  jackson
27863
27864         * AsyncMethodResult.cs: Make sure we have the mutex before we
27865           release it. Fixes BeginInvoke on windows
27866
27867 2004-08-21 11:31  pbartok
27868
27869         * XplatUIWin32.cs, XplatUIX11.cs:
27870           - Drivers now return proper mouse state
27871
27872 2004-08-21 10:54  jackson
27873
27874         * Control.cs: Implement EndInvoke
27875
27876 2004-08-21 10:48  jackson
27877
27878         * Timer.cs: Remove unneeded finalizer
27879
27880 2004-08-20 19:52  ravindra
27881
27882         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
27883           in mouse event handling in the ToolBar control.
27884
27885 2004-08-20 19:50  ravindra
27886
27887         * ImageList.cs: Changed draw method to use the arguments passed in
27888           to draw the image.
27889
27890 2004-08-20 18:58  pbartok
27891
27892         * XplatUIStructs.cs:
27893           - Added private message for async communication
27894
27895 2004-08-20 17:38  ravindra
27896
27897         * Control.cs: Made RightToLeft property virtual and removed a
27898           Console.WriteLine.
27899
27900 2004-08-20 14:39  jordi
27901
27902         * ThemeGtk.cs: use style_attach
27903
27904 2004-08-20 14:39  pbartok
27905
27906         * XplatUIWin32.cs:
27907           - Added jackson's Async code from X11 to Win32
27908
27909 2004-08-20 14:09  pbartok
27910
27911         * SWF.csproj:
27912           - Added all new files
27913
27914 2004-08-20 14:09  pbartok
27915
27916         * Control.cs:
27917           - Added call to set window background color
27918
27919 2004-08-20 14:03  pbartok
27920
27921         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27922           - Added method for setting the window background
27923
27924 2004-08-20 14:02  pbartok
27925
27926         * XplatUIWin32.cs:
27927           - Added method for setting the background color
27928           - Added handling for erasing the window background
27929
27930 2004-08-20 13:45  jordi
27931
27932         * TrackBar.cs: fixes timer, new properties and methods
27933
27934 2004-08-20 13:34  jackson
27935
27936         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
27937           correct thread
27938
27939 2004-08-20 13:22  jackson
27940
27941         * Timer.cs: Timer Tick events are now handed through Controls Async
27942           mechanism so the callbacks are executed in the same thread as X
27943
27944 2004-08-20 13:19  jackson
27945
27946         * XplatUIDriver.cs: Expose functionality to send async messages
27947           through the driver
27948
27949 2004-08-20 13:18  jackson
27950
27951         * Control.cs: Implement Begininvoke
27952
27953 2004-08-20 13:14  jackson
27954
27955         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
27956           messages through the driver
27957
27958 2004-08-20 13:12  jackson
27959
27960         * XplatUIX11.cs: Lock before all X operations. Also added Async
27961           method functionality through XSendEvent
27962
27963 2004-08-20 13:11  jackson
27964
27965         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
27966           This will screw up on 64 bit systems)
27967
27968 2004-08-20 13:10  jackson
27969
27970         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
27971           Async messages through X/Win32
27972
27973 2004-08-19 19:39  pbartok
27974
27975         * XplatUIX11.cs:
27976           - Updated code to match new HandleData.DeviceContext type
27977
27978 2004-08-19 19:38  pbartok
27979
27980         * HandleData.cs:
27981           - Made DeviceContext a generic object to allow usage from various
27982           drivers
27983           - Added support for queueing Windows messages
27984
27985 2004-08-19 19:37  pbartok
27986
27987         * XplatUIWin32.cs:
27988           - Added generation of MouseEnter, MouseLeave and MouseHover events
27989           - Added cleanup on EndPaint
27990
27991 2004-08-19 19:17  pbartok
27992
27993         * Control.cs:
27994           - Added handling of WM_MOUSEHOVER
27995           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
27996           code
27997
27998 2004-08-19 18:55  jordi
27999
28000         * ThemeGtk.cs: fixes button order
28001
28002 2004-08-19 18:12  jordi
28003
28004         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
28005
28006 2004-08-19 17:09  pbartok
28007
28008         * Control.cs:
28009           - Added Right property
28010           - Added RightToLeft property
28011
28012 2004-08-19 16:27  jordi
28013
28014         * ThemeGtk.cs: experimental GTK theme support
28015
28016 2004-08-19 16:26  jordi
28017
28018         * ITheme.cs, Theme.cs: move themes from an interface to a class
28019
28020 2004-08-19 16:25  jordi
28021
28022         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
28023           theme enhancaments
28024
28025 2004-08-19 16:04  pbartok
28026
28027         * XplatUIX11.cs:
28028           - Added colormap basics
28029           - Added a way to re-initialize with a different display handle
28030           - Fixed setting of the window background color
28031           - Added various X11 imports related to colors and colormaps
28032
28033 2004-08-19 15:51  pbartok
28034
28035         * X11Structs.cs:
28036           - Removed packing hints (Paolo suggested this a while back)
28037           - fixed colormap type
28038           - Added default Atom types
28039           - Added Screen and color structs and enums
28040
28041 2004-08-19 15:39  pbartok
28042
28043         * ImageList.cs:
28044           - Added missing Draw() method
28045           - Added missing RecreateHandle event
28046
28047 2004-08-19 15:30  pbartok
28048
28049         * Form.cs:
28050           - Added handling of WM_CLOSE
28051
28052 2004-08-18 13:16  jordi
28053
28054         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
28055           a table
28056
28057 2004-08-18 09:56  jordi
28058
28059         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
28060
28061 2004-08-17 15:31  ravindra
28062
28063         * SWF.csproj: Updated project.
28064
28065 2004-08-17 15:25  pbartok
28066
28067         * Control.cs:
28068           - Drawing improvement; don't call UpdateBounds if we are not visible
28069             (or have been minimized)
28070
28071 2004-08-17 15:24  pbartok
28072
28073         * XplatUIWin32.cs:
28074           - Finished IsVisible
28075           - Added Win32GetWindowPlacement
28076
28077 2004-08-17 15:08  jackson
28078
28079         * Panel.cs: Initial checkin of the Panel
28080
28081 2004-08-17 14:25  pbartok
28082
28083         * Control.cs:
28084           - Fixed broken handling of default window sizes
28085
28086 2004-08-17 13:29  jackson
28087
28088         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
28089           has a large startup time.
28090
28091 2004-08-17 10:25  jackson
28092
28093         * HandleData.cs: union areas properly
28094
28095 2004-08-17 10:12  jackson
28096
28097         * HandleData.cs: union areas properly
28098
28099 2004-08-16 20:00  ravindra
28100
28101         * ToolBar.cs, ToolBarButton.cs: Added attributes.
28102
28103 2004-08-16 18:48  ravindra
28104
28105         * ToolBar.cs: Added attributes.
28106
28107 2004-08-16 17:17  ravindra
28108
28109         * SWF.csproj: Updated project.
28110
28111 2004-08-16 17:16  jackson
28112
28113         * XplatUIX11.cs: Check for more expose events before sending a
28114           WM_PAINT so they can all be grouped together. This makes dragging a
28115           window across another window redraw in a sane way.
28116
28117 2004-08-16 15:47  pbartok
28118
28119         * Control.cs:
28120           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
28121             support OnMouseEnter/Leave()
28122           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
28123             exposure handling
28124
28125 2004-08-16 15:46  pbartok
28126
28127         * XplatUIStructs.cs, XplatUIX11.cs:
28128           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
28129           OnMouseEnter/Leave()
28130
28131 2004-08-16 15:34  jackson
28132
28133         * XplatUIX11.cs: Group multiple expose events in HandleData, make
28134           sure messages get the message field set to WM_NULL if they are not
28135           handled.
28136
28137 2004-08-16 15:24  jackson
28138
28139         * HandleData.cs: HandleData is used for storing message information
28140           for window handles
28141
28142 2004-08-15 17:23  ravindra
28143
28144         * ColorDepth.cs: Added attribute.
28145
28146 2004-08-15 17:23  ravindra
28147
28148         * SWF.csproj: Updated project for ToolBar Control.
28149
28150 2004-08-15 17:20  ravindra
28151
28152         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
28153           control and also dos2unix format.
28154
28155 2004-08-15 17:13  ravindra
28156
28157         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
28158           ToolBarButtonClickEventArgs.cs,
28159           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
28160           ToolBarTextAlign.cs: First Implementation of ToolBar control.
28161
28162 2004-08-15 15:31  pbartok
28163
28164         * ButtonBase.cs:
28165           - First (mostly) working version
28166
28167 2004-08-13 16:15  pbartok
28168
28169         * Control.cs:
28170           - Fixed Anchor default
28171
28172 2004-08-13 15:43  pbartok
28173
28174         * Control.cs:
28175           - Changed GetCursorPos signature
28176
28177 2004-08-13 15:42  pbartok
28178
28179         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
28180           - Changed signature for GetCursorPos
28181
28182 2004-08-13 15:25  pbartok
28183
28184         * XplatUIX11.cs:
28185           - Cleanup
28186           - Fixed resizing/exposure handling
28187
28188 2004-08-13 15:22  jordi
28189
28190         * ThemeWin32Classic.cs: removes redundant code and fixes issues
28191           with tickposition
28192
28193 2004-08-13 14:55  jordi
28194
28195         * TrackBar.cs: change from wndproc to events
28196
28197 2004-08-13 13:00  jordi
28198
28199         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28200           XplatUIX11.cs: implements PointToClient (ScreenToClient)
28201
28202 2004-08-13 12:53  pbartok
28203
28204         * XplatUIWin32.cs:
28205           - Changed GetWindowPos to also provide client area size
28206           - Fixed broken prototypes for several win32 functions
28207
28208 2004-08-13 12:53  pbartok
28209
28210         * XplatUI.cs, XplatUIDriver.cs:
28211           - Changed GetWindowPos to also provide client area size
28212
28213 2004-08-13 12:52  pbartok
28214
28215         * XplatUIX11.cs:
28216           - Added generation of WM_POSCHANGED
28217           - Changed GetWindowPos to also provide client area size
28218
28219 2004-08-13 12:52  pbartok
28220
28221         * Control.cs:
28222           - Added Dispose() and destructor
28223           - Fixed resizing and bounds calculation
28224           - Fixed Layout
28225           - Added memory savings for invisible windows
28226
28227 2004-08-13 12:46  jordi
28228
28229         * TrackBar.cs: adds timer and grap window
28230
28231 2004-08-13 10:25  jackson
28232
28233         * Timer.cs: SWF Timer
28234
28235 2004-08-12 16:59  pbartok
28236
28237         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28238           - Implemented method to get current mouse position
28239
28240 2004-08-12 14:29  jordi
28241
28242         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
28243           enhancement, fix mouse problems, highli thumb, etc
28244
28245 2004-08-12 13:31  pbartok
28246
28247         * Control.cs:
28248           - Fixed Anchoring bugs
28249
28250 2004-08-12 13:01  jackson
28251
28252         * StatusBar.cs: Don't forget things
28253
28254 2004-08-12 12:54  jackson
28255
28256         * ThemeWin32Classic.cs: Handle owner draw status bars
28257
28258 2004-08-12 12:54  jackson
28259
28260         * StatusBar.cs: Implement missing properties, events, and methods.
28261           Handle mouse clicking
28262
28263 2004-08-12 10:19  jackson
28264
28265         * StatusBarPanelClickEventArgs.cs,
28266           StatusBarPanelClickEventHandler.cs: Classes for handling status
28267           bar panel click events
28268
28269 2004-08-12 10:10  jackson
28270
28271         * Control.cs: Add missing properties
28272
28273 2004-08-12 09:46  pbartok
28274
28275         * BindingsManagerBase.cs:
28276           - Name changed to BindingManagerBase.cs
28277
28278 2004-08-12 09:25  jordi
28279
28280         * ScrollableControl.cs: calls ctrlbase instead of exeception
28281
28282 2004-08-11 16:28  pbartok
28283
28284         * InputLanguageChangingEventArgs.cs:
28285           - Never check in before compiling. Fixes the last check-in
28286
28287 2004-08-11 16:26  pbartok
28288
28289         * InputLanguageChangingEventArgs.cs:
28290           - More signature fixes
28291
28292 2004-08-11 16:20  pbartok
28293
28294         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
28295           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
28296           ImageListStreamer.cs, InputLanguage.cs,
28297           InputLanguageChangedEventArgs.cs,
28298           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
28299           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
28300           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
28301           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28302           - Signature fixes
28303
28304 2004-08-11 16:16  pbartok
28305
28306         * Application.cs:
28307           - Fixed Signature
28308           - Added .Net 1.1 method
28309
28310 2004-08-11 15:25  pbartok
28311
28312         * SWF.csproj:
28313           - Fixed BindingManagerBase.cs filename
28314
28315 2004-08-11 15:22  pbartok
28316
28317         * BindingManagerBase.cs:
28318           - Was checked in with wrong filename
28319
28320 2004-08-11 14:50  pbartok
28321
28322         * SWF.csproj:
28323           - Updated
28324
28325 2004-08-11 13:41  jordi
28326
28327         * XplatUIWin32.cs: Fixes ClientRect
28328
28329 2004-08-11 13:19  pbartok
28330
28331         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28332           XplatUIX11.cs:
28333           - We had SetWindowPos and MoveWindow to set window positions and
28334             size, removed MoveWindow. We have GetWindowPos, so it made sense to
28335             keep SetWindowPos as matching counterpart
28336           - Added some X11 sanity checking
28337
28338 2004-08-11 12:59  pbartok
28339
28340         * Control.cs:
28341           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
28342             (It seems that SetBounds is just a front for SetBoundsCore and
28343              SetBoundsCore updates the underlying window system and
28344              UpdateBounds is responsible for updating the variables associated
28345              with the Control and sending the events)
28346           - Major cleanup of Size handling; we now have two sizes, client_size
28347             and bounds. Bounds defines the window with decorations, client_size
28348             without them.
28349
28350 2004-08-11 12:55  pbartok
28351
28352         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28353           - Added method to calculate difference between decorated window and
28354             raw client area
28355
28356 2004-08-11 12:54  pbartok
28357
28358         * Label.cs:
28359           - Forcing redraw on resize
28360
28361 2004-08-11 11:43  pbartok
28362
28363         * ImageList.cs:
28364           - Removed disposing of the actual images when the list is disposed
28365
28366 2004-08-11 09:13  pbartok
28367
28368         * Control.cs:
28369           - Now properly reparents windows
28370
28371 2004-08-11 08:37  pbartok
28372
28373         * Control.cs:
28374           - Duh!
28375
28376 2004-08-11 07:47  pbartok
28377
28378         * Control.cs:
28379           - Rewrote the collection stuff. Might not be as fast now, not
28380             keeping the number of children around and accessible directly, but
28381             it's more straightforward
28382
28383 2004-08-11 07:44  pbartok
28384
28385         * AccessibleObject.cs:
28386           - Fixed to match ControlCollection rewrite
28387
28388 2004-08-11 07:43  pbartok
28389
28390         * ImageList.cs:
28391           - Added missing creation of the collection list
28392
28393 2004-08-10 20:08  jackson
28394
28395         * StatusBar.cs: Get the paint message from WndProc
28396
28397 2004-08-10 19:31  jackson
28398
28399         * ThemeWin32Classic.cs: Create Brushes as little as possible
28400
28401 2004-08-10 19:20  jackson
28402
28403         * UICues.cs: Add Flags attribute
28404
28405 2004-08-10 19:19  jackson
28406
28407         * StatusBarPanel.cs: Signature cleanup
28408
28409 2004-08-10 19:10  jackson
28410
28411         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
28412           Initial implementation of status bar item drawing
28413
28414 2004-08-10 17:27  jordi
28415
28416         * TrackBar.cs: add missing methods, properties, and restructure to
28417           hide extra ones
28418
28419 2004-08-10 16:24  jackson
28420
28421         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
28422           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
28423           attribute
28424
28425 2004-08-10 13:21  jordi
28426
28427         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
28428           enhancements and standarize on win colors defaults
28429
28430 2004-08-10 12:52  jackson
28431
28432         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
28433           ThemeWin32Classic.cs: Implement DrawItem functionality
28434
28435 2004-08-10 12:47  jordi
28436
28437         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
28438
28439 2004-08-10 12:32  jordi
28440
28441         * Control.cs: throw ontextchange event
28442
28443 2004-08-10 11:43  pbartok
28444
28445         * Control.cs:
28446           - Added more to the still unfinished Dock/Anchor layout code
28447
28448 2004-08-10 11:39  pbartok
28449
28450         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
28451           - Added GetWindowPos method
28452
28453 2004-08-10 11:36  pbartok
28454
28455         * XplatUIWin32.cs:
28456           - Implemented several methods
28457
28458 2004-08-10 09:47  jackson
28459
28460         * TrackBar.cs: Allow control to handle buffering
28461
28462 2004-08-10 09:41  jackson
28463
28464         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
28465
28466 2004-08-10 09:24  jackson
28467
28468         * Label.cs, LinkLabel.cs: Let Control handle buffering.
28469
28470 2004-08-10 09:09  jackson
28471
28472         * StatusBar.cs: Let Control handle all the buffering.
28473
28474 2004-08-10 09:08  jackson
28475
28476         * Control.cs: Control will now handle the buffering code, so each
28477           control does not have to implement this.
28478
28479 2004-08-10 08:34  jackson
28480
28481         * XplatUIDriver.cs: Use default colors from the theme
28482
28483 2004-08-09 17:12  pbartok
28484
28485         * ImageList.cs:
28486           - Fixed several bugs Ravindra pointed out
28487
28488 2004-08-09 16:11  pbartok
28489
28490         * Control.cs:
28491           - Added incomplete dock layout code
28492           - Added support for mouse wheel
28493
28494 2004-08-09 16:09  pbartok
28495
28496         * XplatUIX11.cs:
28497           - Added handling for middle and right mousebutton
28498           - Added handling for mouse wheel
28499           - Added handling for key state and mouse state and position
28500           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
28501           messages
28502
28503 2004-08-09 15:40  jackson
28504
28505         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
28506           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
28507           checkin
28508
28509 2004-08-09 15:37  jackson
28510
28511         * StatusBar.cs: Initial implementation of StatusBar
28512
28513 2004-08-09 15:36  jackson
28514
28515         * ITheme.cs: Add support for drawing status bar and getting status
28516           bar item sizes
28517
28518 2004-08-09 15:35  pbartok
28519
28520         * MouseButtons.cs:
28521           - Fixed values
28522
28523 2004-08-09 15:34  jackson
28524
28525         * ThemeWin32Classic.cs: Add support for drawing status bar and get
28526           status bar item sizes
28527
28528 2004-08-09 15:21  jackson
28529
28530         * ThemeWin32Classic.cs: Use known colors for default control
28531           colours
28532
28533 2004-08-09 15:12  jackson
28534
28535         * ThemeWin32Classic.cs: Make the default font static, it is static
28536           in control so this doesn't change functionality and creating fonts
28537           is sloooooow.
28538
28539 2004-08-09 14:56  pbartok
28540
28541         * X11Structs.cs:
28542           - Added GrabMode enum
28543
28544 2004-08-09 14:55  pbartok
28545
28546         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28547           - Removed Run method, was only required for initial development
28548
28549 2004-08-09 14:51  pbartok
28550
28551         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28552           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
28553           capture
28554
28555 2004-08-09 13:48  pbartok
28556
28557         * XplatUIX11.cs:
28558           - Fixed default sizing for child windows
28559
28560 2004-08-09 12:56  pbartok
28561
28562         * XplatUIX11.cs:
28563           - Added generation of WM_DESTROY message
28564           - Added handling of window manager induced shutdown
28565
28566 2004-08-09 11:31  jackson
28567
28568         * ThemeWin32Classic.cs: New names for control properties
28569
28570 2004-08-09 11:25  jackson
28571
28572         * Control.cs: Use new color names
28573
28574 2004-08-09 11:02  jackson
28575
28576         * XplatUI.cs: Get default window properties from the theme
28577
28578 2004-08-09 11:01  jackson
28579
28580         * ITheme.cs: The theme engine now controls default window
28581           properties
28582
28583 2004-08-09 11:00  jackson
28584
28585         * ThemeWin32Classic.cs: Add default window color properties
28586
28587 2004-08-09 10:17  jackson
28588
28589         * ThemeWin32Classic.cs: Use correct default back color
28590
28591 2004-08-09 10:05  jackson
28592
28593         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
28594           the theme now.
28595
28596 2004-08-09 09:56  jackson
28597
28598         * XplatUI.cs: Remove defaults, these are handled by the theme now.
28599
28600 2004-08-09 09:54  jackson
28601
28602         * Control.cs: Get default properties from the theme.
28603
28604 2004-08-09 09:53  jackson
28605
28606         * ITheme.cs: Themes now handle default control properties
28607
28608 2004-08-09 09:53  jackson
28609
28610         * ThemeWin32Classic.cs: Themes now handle default control
28611           properties so coloring will be consistent
28612
28613 2004-08-08 16:54  jordi
28614
28615         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
28616
28617 2004-08-08 15:08  jordi
28618
28619         * XplatUIX11.cs: fixes keyboard crash
28620
28621 2004-08-08 13:47  jordi
28622
28623         * Label.cs: add cvs header info
28624
28625 2004-08-08 12:09  jackson
28626
28627         * ThemeWin32Classic.cs: Add pen_buttonface
28628
28629 2004-08-08 11:52  jordi
28630
28631         * Label.cs, LinkLabel.cs: [no log message]
28632
28633 2004-08-08 11:34  jordi
28634
28635         * ThemeWin32Classic.cs: Use Windows Standard Colours
28636
28637 2004-08-07 17:32  jordi
28638
28639         * TrackBar.cs: throw exceptions of invalid enums values
28640
28641 2004-08-07 17:31  jordi
28642
28643         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
28644           draw method name
28645
28646 2004-08-07 16:56  jackson
28647
28648         * HorizontalAlignment.cs: Initial checkin
28649
28650 2004-08-07 13:16  jordi
28651
28652         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
28653           methods
28654
28655 2004-08-07 13:05  jordi
28656
28657         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
28658           GetSysColor defines
28659
28660 2004-08-06 18:01  pbartok
28661
28662         * ThemeWin32Classic.cs:
28663           - Fixed some rounding issues with float/int
28664
28665 2004-08-06 18:00  jackson
28666
28667         * DockStyle.cs, AnchorStyles.cs:
28668
28669                   Add flags and serializable attributes.
28670
28671 2004-08-06 17:46  pbartok
28672
28673         * XplatUIX11.cs:
28674           - Implemented GetParent
28675
28676 2004-08-06 17:18  pbartok
28677
28678         * TrackBar.cs:
28679           - Fixed some rounding issues with float/int
28680
28681 2004-08-06 17:17  pbartok
28682
28683         * X11Structs.cs, XplatUIX11.cs:
28684           - Fixed Refresh and Invalidate
28685
28686 2004-08-06 15:30  pbartok
28687
28688         * Control.cs, X11Structs.cs, XplatUIX11.cs:
28689           - Fixed recursive loop when resizing
28690           - Improved/fixed redrawing on expose messages
28691
28692 2004-08-06 09:53  jordi
28693
28694         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
28695           keyboard navigation
28696
28697 2004-08-06 08:02  pbartok
28698
28699         * X11Structs.cs, XplatUIX11.cs:
28700           - Fixed reparenting
28701           - Fixed window border creation
28702
28703 2004-08-05 15:38  pbartok
28704
28705         * XplatUIX11.cs:
28706           - Attempted fix for reparenting problems
28707
28708 2004-08-04 15:14  pbartok
28709
28710         * Control.cs:
28711           - Fixed Invalidation bug (calculated wrong client area)
28712           - Added ClientSize setter
28713
28714 2004-08-04 15:13  pbartok
28715
28716         * Form.cs:
28717           - Added AutoScale properties
28718
28719 2004-08-04 15:13  pbartok
28720
28721         * SWF.csproj:
28722           - Added latest files
28723
28724 2004-08-04 14:11  pbartok
28725
28726         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28727           XplatUIX11.cs:
28728           - Added Invalidate handling
28729
28730 2004-08-03 17:09  jordi
28731
28732         * XplatUIDriver.cs: fixes spelling mistake
28733
28734 2004-07-27 09:53  jordi
28735
28736         * TrackBar.cs: fixes trackbar events, def classname, methods
28737           signature
28738
28739 2004-07-27 09:29  jordi
28740
28741         * ScrollBar.cs: fixes scrollbar events
28742
28743 2004-07-27 04:38  jordi
28744
28745         * Control.cs: changes to be able to run winforms samples
28746
28747 2004-07-26 11:42  jordi
28748
28749         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
28750           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
28751
28752 2004-07-26 05:41  jordi
28753
28754         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
28755           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
28756           implementation
28757
28758 2004-07-22 09:22  jordi
28759
28760         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
28761           check link overlapping, implement events, and fixes
28762
28763 2004-07-21 10:28  jordi
28764
28765         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
28766
28767 2004-07-21 10:19  jordi
28768
28769         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
28770           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
28771           LinkLabelLinkClickedEventArgs.cs,
28772           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
28773           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
28774           implementation
28775
28776 2004-07-19 13:09  jordi
28777
28778         * Control.cs, Label.cs: label control re-written: added missing
28779           functionlity, events, and properties
28780
28781 2004-07-19 10:49  jordi
28782
28783         * Control.cs: fixes SetBounds logic
28784
28785 2004-07-19 01:29  jordi
28786
28787         * Control.cs: Call RefreshWindow only if the window has created
28788
28789 2004-07-15 14:05  pbartok
28790
28791         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
28792           - Implemented ImageList and ImageList.ImageCollection classes
28793           - Added ColorDepth enumeration
28794           - Updated SWF VS.Net project
28795
28796 2004-07-15 11:06  jordi
28797
28798         * XplatUIStructs.cs: added MsgButons enum
28799
28800 2004-07-15 11:03  jordi
28801
28802         * Control.cs: added basic mouse handeling events
28803
28804 2004-07-15 03:38  jordi
28805
28806         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
28807           Vertical TrackBar control implementation
28808
28809 2004-07-13 09:33  jordi
28810
28811         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
28812
28813 2004-07-13 09:31  jordi
28814
28815         * Control.cs, Form.cs: commit: new properties and fixes form size
28816           problems
28817
28818 2004-07-09 14:13  miguel
28819
28820         * ProgressBar.cs: Spelling
28821
28822 2004-07-09 11:25  pbartok
28823
28824         * ProgressBar.cs:
28825           - Removed usage of Rectangle for drawing. Miguel pointed out it's
28826           faster
28827
28828 2004-07-09 11:17  miguel
28829
28830         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
28831
28832                 * ProgressBar.cs: Fixed spelling for `block'
28833
28834                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
28835                 style guidelines.
28836
28837                 Avoid using the += on rect.X, that exposed a bug in the compiler.
28838
28839 2004-07-08 23:21  pbartok
28840
28841         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
28842           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
28843           BaseCollection.cs, Binding.cs, BindingContext.cs,
28844           BindingMemberInfo.cs, BindingsCollection.cs,
28845           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
28846           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
28847           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
28848           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
28849           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
28850           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
28851           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
28852           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
28853           FrameStyle.cs, GiveFeedbackEventArgs.cs,
28854           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
28855           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
28856           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
28857           InputLanguageChangedEventArgs.cs,
28858           InputLanguageChangedEventHandler.cs,
28859           InputLanguageChangingEventArgs.cs,
28860           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
28861           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
28862           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
28863           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
28864           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
28865           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
28866           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
28867           QueryAccessibilityHelpEventArgs.cs,
28868           QueryAccessibilityHelpEventHandler.cs,
28869           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
28870           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
28871           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
28872           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
28873           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
28874           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
28875           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
28876           XplatUIX11.cs, lang.cs:
28877           - Initial check-in
28878
28879