2007-08-17 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-08-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * ListViewGroupCollection.cs: Use generic List instead of an
4         ArrayList, since this collection is 2.0 only.
5
6 2007-08-17  Jeffrey Stedfast  <fejj@novell.com>
7
8         * ToolTip.cs (Hide): Made public to make the build work (should
9         this not be public?).
10
11 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
12
13         * ToolBar.cs, ToolStrip.cs, TreeView.cs: Use a ToolTip instead of a
14         ToolTipWindow.
15         * ToolTip.cs: Add an internal Visible property to facilitate transition.
16
17 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
18
19         * DrawToolTipEventArgs.cs, DrawToolTipEventHandler.cs, PopupEventArgs.cs,
20         PopupEventHandler.cs: Make these internal for 1.1.
21         * ThemeClearlooks.cs, ThemeWin32Classic.cs: Use TextRenderer, and modify to not
22         use ToolTipWindow internals.
23         * ToolTip.cs: Add 2.0 modal Show methods.  Had to move a lot of stuff around to
24         support this.  A lot of stuff in the ToolTipWindow got moved to the ToolTip.
25
26 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
27
28         * X11Dnd.cs: Add a null check.
29
30 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
31
32         * X11Dnd.cs: MwfWindow: Try to load the control directly from the handle if
33           nothing else succeeds. Fixes #82453.
34
35 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
36
37         * XplatUIWin32.cs: PaintEventStart: validate the entire source client
38           rectangle if we're painting to another window than the one the paint
39           message was generated on. Simplify the code somewhat, which makes
40           PaintEventEnd also simpler.
41
42 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
43
44         * Control.cs: When changing parent of a form, let the form decide whether
45           XplatUI.SetParent should be called or not.
46         * Form.cs: ChangingParent: only call XplatUI.SetParent if we're not
47           recreating the handle. If the new parent's handle isn't created, don't
48           recreate our handle, just destroy it. CreateParams: Check if the
49           parent's handle is created before fetching it.
50
51 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
52
53         * Control.cs, Form.cs, InternalWindowManager.cs, MainMenu.cs, MdiClient.cs:
54           Update calls to PaintEventStart/End to take a Message argument.
55         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Update PaintEventStart/End to
56           take a Message argument.
57         * XplatUIWin32.cs, XplatUIX11.cs: Update PaintEventStart/End to take a
58           Message argument, and handle the case where we don't paint to the window
59           for which the paint message was generated.
60
61 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
62
63         * XplatUIWin32.cs: Don't call Win32GetLastError directly, use
64           Marshal.GetLastWin32Error. Plug nasty memory leak in
65           PaintEventStart/End, we were creating a DC we weren't releasing.
66
67 2007-08-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
68
69         * ListView.cs: Add Groups support in Details view. Also have a small
70         method to do the layout of the group header. Don't use a separate
71         method to do the groups calculation in Icons view, since our methods
72         are now a little simpler.
73         * ListViewGroup.cs: Use the more accurate `HeaderBounds' name than
74         `Bounds'.
75         * ThemeWin32Classic.cs: Likewise.
76
77 2007-08-16  Jonathan Pobst  <monkey@jpobst.com>
78
79         * Application.cs: Add FilterMessage method and rework our message loop
80         logic to use it.
81
82 2007-08-16  Jonathan Pobst  <monkey@jpobst.com>
83
84         * Application.cs: Add some methods and stub a few methods that are
85         pretty much never used.
86
87 2007-08-15  Jonathan Pobst  <monkey@jpobst.com>
88
89         * TreeNode.cs: Add some serialization methods.
90
91 2007-08-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
92
93         * ListView.cs: In ListViewItemCollection have a 
94         'is_main_collection' field to not modify ListViewItem.ListView
95         when using it as ListViewGroup.Items (and not ListView.Items)
96         and also don't modify selection state (.Net behaviour). 
97         Instead, set group for items contained in a ListViewGroup.Items collection.
98         * ListViewItem.cs: Simplify some code in Group setter.
99         * ListViewGroup.cs: use the new .ctor to pass the current instance
100         to the ItemsCollection.
101         * ListViewGroup.cs: Set the ListView property for ListViewGroup
102         instances when adding/removing. Also make Remove use RemoveAt, which
103         should perform better.
104
105 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
106
107         * Message.cs, TabControl.cs, TextBox.cs, TextBoxBase.cs: Hide some 2.0 API
108         that crept into the 1.1 profile.
109
110 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
111
112         * ToolBarButton.cs: Implement ImageKey.
113
114 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
115
116         * ToolBar.cs: Implement ScaleControl/ScaleCore.
117
118 2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
119
120         * PictureBox.cs: OnAnimateImage/UpdateAnimateImage: Check if handle is still
121           created, it might have gotten destroyed since we last checked. Fixes
122           #82405.
123
124 2007-08-11  Jonathan Pobst  <monkey@jpobst.com>
125
126         * ToolTip.cs: Remove mouse in control check from mouseleave handler so
127         tooltip will hide when mouse is moved off the control.
128         [Fixes bug #82407]
129
130 2007-08-11 Andreia Gaita <avidigal@novell.com>
131
132         * WebBrowserBase.cs, WebBrowser.cs: add implementation
133         using Mono.Mozilla for loading and navigating webcontrol
134         with xulrunner.
135         The initial implementation was done on 
136         /trunk/mozembed/tests/browser , and copied here.
137
138 2007-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
139
140         * ThemeWin32Classic.cs: On 2.0 profile, use ForeColor and BackColor of
141         ToolTipWindow for drawing the tooltip. Fixes bug #82408.
142
143 2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
144
145         * DataGridView.cs: Add support for an editing row. Fixes #82226.
146           RowTemplateFull: throw an exception if a column doesn't have a template.
147         * DataGridViewRowCollection.cs: AddInternal: if there are any editing rows,
148           add the row just before it.
149         * DataGridViewTextBoxCell.cs: Don't paint cells which are in edit mode as
150           selected.
151         * DataGridViewSelectedRowCollection.cs: Don't return the editing row. Add a
152           DataGridView field to be able to reach the grid's editing row.
153
154 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
155
156         * ToolTip.cs: If the control's handle hasn't been created when it has a
157         tooltip set on it, don't check to see if we need to show the tooltip.  This
158         check was causing the control's handle to be created.
159         [Fixes bug #82399]
160
161 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
162
163         * TextBoxBase.cs: Fix SelectionLength when no text selected to match MS:
164                                         1.1             2.0
165         Handle Not Created      -1              0
166         Handle Created          0               0
167         [Fixes bug #82371]
168
169 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
170
171         * ToolTip.cs: Hide the tooltip if the control is clicked to match MS behavior.
172         [Fixes bug #82348]
173
174 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
175
176         * DrawToolTipEventArgs.cs: Don't dispose a brush we got from the respool.
177         * ToolTip.cs: Implement some properties and owner draw.
178
179 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
180
181         * DataGridView.cs: OnPaint: don't set scrollbar visibility to false then
182           show them again, since setting visibility causes a paint, causing an
183           endless loop (instead use a temporary and set it all when it's known if
184           they should be shown or not). Fixes #79265.
185
186 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
187
188         * DataGridView.cs: Only do a full column/row selection if a header was
189           clicked and we're in Column/RowHeader selection mode. If shift and ctrl
190           isn't pressed, deselect everything before selecting something.
191
192 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
193
194         * DataGridView.cs: Fix SelectedRows and SelectedColumns to match MS
195           behaviour according to bug #81075 - they are returned in the order they
196           are selected. Fix HitTest to check if the point is within any of the
197           headers. Allow for row/column selection when in ColumnHeader or
198           RowHeader selection mode. Add SetSelected[Column|Row]CoreInternal for
199           the row and column to call when their selected state changes, and
200           updated selected_[rows|columns] whenever SetSelected* is called.
201         * DataGridViewBand.cs: Initialize isRow correctly. Call
202           SetSelected[Row|Column]CoreInternal when the selected state changes, and
203           add a SelectedInternal to avoid StackOverflows.
204         * DataGridViewColumn.cs, DataGridViewRow.cs: If DGV is ReadOnly, we're also
205           ReadOnly no matter what.
206         * DataGridViewSelectedColumnCollection.cs,
207           DataGridViewSelectedRowCollection.cs: Add an InternalAddRange that adds
208           the items in reverse order (just as MS does...)
209
210 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
211
212         * Application.cs: Only release menustrips if Alt (MenuKey) is pressed by
213         itself, not part of a mnemonic.  [Fixes bug #82378]
214
215 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
216
217         * DataGridView.cs: BeginEdit: don't allow editing of readonly cells.
218         * DataGridViewCell.cs: Implement ReadOnly better: the cell is ReadOnly if
219           the DGV, the column, the row, or the cell itself is readonly.
220
221 2007-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
222
223         * ThemeNice.cs: Use XplatUI.RunningOnUnix instead of checking
224         OSVersion.Platform.
225         * FileDialog.cs: Same.
226         * TextRendered.cs: Same.
227         * FolderBrowserDialog.cs: Same.
228         * TextBoxBase.cs: Same.
229         * Application.cs: Same.
230         * Cursors.cs: Same.
231         * ThemeClearLooks.cs: Same.
232
233 2007-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
234
235         * XplatUI.cs: Added RunningOnUnix property to be used by controls
236         instead of duplicating these checks everywhere.
237         * FileDialog.cs: Use case-insensitive comparison for populating the
238         DirComboBox when not running on unix. Fixes bug #82385.
239         * OpenFileDialog.cs: to match MS, change label of DirComboBox to 
240         "Look in".
241
242 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
243
244         * DataGridView.cs: SelectedRows: we need to check if selectionMode is
245           FullRowSelect (not FullColumnSelect). Fixes #81075. Implemented
246           BeginEdit, EndEdit, SetSelected<Cell|Row|Column>Core. Implemented row,
247           cell and column selection with ctrl and shift pressed. Call the correct
248           BeginEdit/EndEdit whenever we start/end editing. Move painting code to
249           the corresponding virtual method (PaintBackground to paint background,
250           etc).
251         * DataGridViewCell.cs: Implement Selected correctly, we're selected if
252           either the column, row or the cell itself is selected.
253         * DataGridViewRowCollection.cs: Use DGV.OnRowsAddedInternal instead of
254           OnRowsAdded.
255         * DataGridViewRow.cs: Moved some of the painting code from DataGridView
256           here. When the row is selected, don't select all cells. Each cell now
257           queries the row to see if the row is selected.
258
259 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
260
261         * DataGridViewColumn.cs: Throw if the SortMode conflicts with DataGridView's
262           SelectionMode.
263
264 2007-08-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
265
266         * ListView.cs: In ListViewItemsCollection check that owner is
267         not null before trying to access it (this happens quite often
268         using Groups). Also don't duplicate calls by calling CollectionChanged
269         method.
270
271 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
272
273         * ToolStrip.cs: Record if we were activated by mouse or keyboard.  Redraw
274         when we are dismissed to clear keyboard mnemonics.
275         * MenuStrip.cs, ToolStripDropDown.cs, ToolStripItem.cs, 
276         ToolStripMenuItem.cs: Record if we were activated by mouse or keyboard.
277         * ToolStripItemTextRenderEventArgs.cs: Draw mnemonic underlines if menu
278         was activated by keyboard or the OS tells us to always draw them.
279         * ToolStripManager.cs: Setup storage for activated by mouse or keyboard.
280         [Fixes bugs #82376, #82377]
281
282 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
283
284         * Control.cs: If no one accepts a mnemonic, let the MenuStrip have a 
285         shot at having it because Alt was pressed.
286         * MenuStrip.cs: When handling Alt, don't select a SystemMenuItem, select
287         the first real menu item.
288         * ToolStrip.cs: Don't crash when looking for a ToolStripItem to handle
289         a mnemonic if Text is null.
290         [Fixes bug #82374]
291
292 2007-08-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
293
294         * ListView.cs: In ListViewItemCollection.AddItem, don't do a linear
295         search do check whether the item is already contained in the
296         collection or not; instead check if the owner of the item is the same
297         as ours. Also, remove a redundant check in the same method. 
298
299 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
300
301         * Control.cs: Allow the clip region to be set back to null.
302         * XplatUIWin32.cs: If we are sent a null clip region, use IntPtr.Zero.
303         [Fixes button still showing up in bug #82370 when Show Through is turned off]
304
305 2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
306
307         * GridEntry.cs: Add a null check.
308         * PropertyGrid.cs: When checking for existing grid entries, ignore category
309           entries. Fixes #82297.
310
311 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
312
313         * OwnerDrawPropertyBag.cs: Make the serialization constructor protected
314         for 2.0.
315
316 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
317
318         * ListBox.cs: Implement ScaleControl.
319
320 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
321
322         * Form.cs: Add a few ActiveMenu null checks. ActiveMenu might be null if we
323           have a menu strip.
324         * MdiWindowManager.cs: Don't create a maximized menu if the child or it's
325           parent has a menu strip. Fixes #81689.
326
327 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
328
329         * ToolTip.cs: We don't get mouse events on all platforms in the exact same
330           moments, so apply some fuzzy logic to determine if the mouse is still
331           inside a control or not. Fixes #82288 (for the third time).
332
333 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
334
335         * Control.cs: CreateControl: create implicit children as well. Fixes #82344.
336           Don't create the child if it has been disposed already (may happen if
337           the user closes the form the Load event).
338
339 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
340
341         * ToolTip.cs: If ReshowDelay is 0, show the tooltip immediately. Fixes
342           #82288.
343
344 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
345
346         * Control.cs: Add a null check in OnParentBindingContextChanged. The parent
347           might call us after we've been destroyed, in which case our own private
348           parent field is null. Fixes #82326.
349
350 2007-08-06  Jonathan Pobst  <monkey@jpobst.com>
351
352         * ToolStripDropDown.cs: Fix a failing test on X11 by adding a null
353         check for setting the dropdown's owner.
354
355 2007-08-06  Jonathan Pobst  <monkey@jpobst.com>
356
357         * MdiClient.cs: Fix some failing tests on X11 by adding a null check
358         before removing system menu items.
359
360 2007-08-02  Jonathan Pobst  <monkey@jpobst.com>
361
362         * MdiClient.cs, MdiWindowManager.cs: Support 2.0 Mdi MenuStrip
363         folding.
364         * MdiControlStrip.cs: Added.  These are the menu items used in mdi
365         folding.
366         * ToolStrip.cs: Add a null check to mnemonics.
367         * ToolStripDropDownMenu.cs: When using a SystemMenuItem, there is
368         no ConnectedArea.
369         [Fixes most of bug #81689]
370
371 2007-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
372
373         * PropertyGrid.cs: Add a null-check. Fixes #82289/SVGPad.
374
375 2007-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
376
377         Use InitialDelay if ReshowDelay is zero. Fixes #82288.
378
379 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
380
381         * DataGridViewCell.cs: EditType: returns
382           DataGridViewTextBoxEditingControl always.
383
384 2007-08-01  Jonathan Pobst  <monkey@jpobst.com>
385
386         * TextRenderer.cs: Remove the LineLimit string format flag from the
387         DrawString fallback method so that things like buttons that aren't
388         tall enough to draw a full line will still draw part of the text.
389         [Fixes part of bug #82272]
390
391 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
392
393         * DataGridView.cs: Implemented AutoResizeColumn(s).
394         * DataGridViewCellStyle.cs: Added SetAlignment, fills in a StringFormat
395           according to the Alignment.
396         * DataGridViewColumnHeaderCell.cs, DataGridViewTextBoxCell.cs:
397           Implement alignment and padding when painting.
398         * DataGridViewRow.cs: SetValues: Don't create a cell if it already
399           exists.
400         * DataGridViewCell.cs: Implement BorderWidths in the most primitive
401           way.
402         * DataGridViewColumnCollection.cs: Raise OnColumnAdded on the DGV when
403           a column is added.
404
405 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
406
407         * TextBoxBase.cs: Use Control.ExplicitBounds instead of explicit_bounds,
408         which is internal.
409
410 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
411
412         * ToolStrip.cs: Stub out drag and drop methods, fix some corcompare stuff,
413         hide GetPreferredSize from public API.
414         * ToolStripDropDown.cs: Override AllowItemReorder, fix AccessibleObject.
415         * ToolStripItem.cs: Stub out drag and drop methods and events.
416         * ToolStripManager.cs: Stub out Save/LoadSettings.
417         * ToolStripOverflow.cs: Use renamed ToolStrip.GetPreferredSize.
418         * ToolStripPanel.cs: Fix corcompare error.
419         * ToolStripPanelRow.cs: Use renamed ToolStrip.GetPreferredSize.
420         * ToolStripSplitButton.cs: Fix AccessibleObject stuff.
421         * ToolStripSplitStackLayout.cs: Use renamed ToolStrip.GetPreferredSize.
422
423 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
424
425         * TextBoxBase.cs: In our new GetPreferredSizeCore, return the explicit
426         bounds height instead of PreferredHeight.  Puts things back the way 
427         they were for height while still fixing the width.  Fixes broken unit
428         tests.
429
430 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
431
432         * Binding.cs: Implement 2.0 constructors and add a null check.
433
434 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
435
436         * DataGridViewRowCollection.cs: Allow a null DGV in the constructor,
437           and fix row index (off by one).
438
439 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
440
441         * PropertyGridView.cs: Remove debug output.
442
443 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
444
445         * Control.cs: We need to reset the is_created flags when the handle is
446           destroyed. Fixes #82187.
447         * XplatUIWin32.cs: In GetWindowRect don't offset screen coordinates to
448           client coordinates if the window doesn't have a parent.
449           Win32GetParent returns the parent or the owner, and for top-level
450           windows with no parent (but with an owner) we were calculating the
451           location from the location of the owner.
452         * Form.cs: Remove incorrect fix for #82187. Don't raise OnLoad if the
453           form has been disposed.
454         * MdiClient.cs: Add a null-check.
455
456 2007-07-30  Jonathan Pobst  <monkey@jpobst.com>
457
458         * TextBoxBase.cs: TextBoxBase reports itself at AutoSize, but doesn't
459         actually do auto-sizing.  Override the internal GetPreferredSizeCore 
460         so we can provide an implementation that returns the current width
461         and preferred height.  Allows anchor = right to work with TextBox 2.0.
462         [Fixes bug #82233]
463
464 2007-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
465
466         * ListView.cs: Add support for navigating items in Groups mode, by
467         creating a big matrix containing all rows and cols of all groups. When
468         are in other mode than Details, pressing Up should have a similar
469         behaviour as that one of Down (moving to the next available column if
470         current one doesn't have an item in the requested row). Also, don't
471         proceed to use groups if ShowGroups is false.
472         * ListViewGroup.cs: Add an internal int field to store the starting
473         row of the group (used by the big matrix used for navigating the
474         ListView).
475         * ThemeWin32Classic.cs: Don't draw headers if ListView.ShowGroups is
476         false.
477
478 2007-07-30  Jonathan Pobst  <monkey@jpobst.com>
479
480         * ToolStripDropDown.cs: When we do Show, start with the 
481         DefaultDropDownDirection, but if our popup menu is going to off-screen,
482         modify the direction to keep it on screen.  [Fixes bug #82210]
483
484 2007-07-29  Gert Driesen  <drieseng@users.sourceforge.net>
485
486         * FileDialog.cs: Accept any FilterIndex value, and store it
487         unmodified. When FilterIndex is less than 1, or greater than number
488         of filters, then default to first filter. Only add filter extension to
489         file if user did not specifiy an extension. When type of dialog is
490         OpenFileDialog and DefaultExt is set, then only use filter extension
491         if: CheckFileExists is true and no file wih the default extension
492         exists, or CheckFileExists is false, and user specified file does not
493         exist. When CheckFileExists is true, then add first extension of 
494         selected filter that matches existing file. Perform checks for
495         existing file, overwrite and create after extension has been added to
496         file name. When CheckFileExists is true and type is SaveFileDialog,
497         then only consider first filter extension if DefaultExt is set.
498         When CheckFileExists is true, then ignore DefaultExt if file with that
499         extension does not exist. Also perform check for existing file when
500         type is SaveFileDialog. Changed some field to constants.
501
502 2007-07-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
503
504         * ListView.cs: Take into account the region used by header
505         control when doing the vertical scroll (this way we invalidate
506         the precise area, and don't get any dirty one).
507
508 2007-07-27  Everaldo Canuto  <ecanuto@novell.com>
509
510         * FileDialog.cs: Check for valid filterIndex on button open/save. 
511         Fixes #82184.
512
513 2007-07-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
514
515         * ListView.cs: Update some layout calculations in details view
516         and clean the code in a pair of assignations.
517
518 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
519
520         * ComboBox.cs, ContainerControl.cs, DataGrid.cs, FontDialog.cs, Label.cs,
521         LinkLabel.cs, ListBox.cs, ListView.cs, ListViewItem.cs, MessageBox.cs,
522         MonthCalender.cs, StatusBar.cs, ThemeClearlooks.cs, ThemeWin32Class.cs,
523         ToolBar.cs, TreeView.cs: First pass at using thread-safe string measuring.
524
525 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
526
527         * TextRenderer.cs: Use [ThreadStatic] instead of locks to improve
528         performance of thread-safe Graphic methods.  (Thanks rolf!)
529
530 2007-07-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
531
532         * ListView.cs: When doing the layout calculations, don't calculate
533         scroll bars before handle is created. This is unnecessary and also
534         calculating them before handle creation item causes a number of random
535         bugs (which begin to appear after Chris' big patch for handle creation
536         fixes). 
537
538 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
539
540         * TextRenderer.cs: Create thread-safe versions of Graphics.MeasureString
541         for things that don't have a Graphics object.  Currently, things just use
542         the static Hwnd.bmp_g which is not thread safe.
543
544 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
545
546         * Form.cs: ShowDialog: don't destroy handles if the dialog is a common
547           dialog. Fixes #82187.
548
549 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
550
551         * DataGridViewElement.cs: Initialize state.
552         * DataGridView.cs: Forward a few Mouse events to cells. Add
553           GetRowInternal and GetCellInternal that doesn't unshare rows.
554           Implement GetCellDisplayRectangle. HitTest: if the row is shared,
555           don't use the index, but look it up. Add
556           DataGridViewControlCollection.RemoveInternal to remove controls
557           that Remove won't remove (scrollbars, edit control).
558         * DataGridViewColumn.cs: Initialize State correctly.
559         * DataGridViewColumnHeaderCell.cs, DataGridViewComboBoxCell.cs,
560           DataGridViewHeaderCell.cs, DataGridViewRowHeaderCell.cs: Started
561           implementing this.
562         * DataGridViewRowCollection.cs: Implemented shared rows.
563         * DataGridViewRow.cs: Throw exceptions as MS do.
564         * DataGridViewCell.cs: A few properties are implemented by a
565           Get<Property> method, so move implementation there and remove the
566           NIEX in the method. Add a bunch of OnXInternal that DataGridView
567           calls when necessary.
568         * DataGridViewComboBoxEditingControl.cs: Remove a few NIEX'es that just
569           complicates matters.
570         * DataGridViewCellCollection.cs: Add a GetCellInternal that doesn't
571           unshare any rows.
572
573 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
574
575         * UpDownBase.cs: We cannot override SetBoundsCore for 2.0, which was relayout-ing
576         the children controls.  Instead, we will just set up the proper docking for the
577         children controls so we don't have to worry about it.  [Fixes bug #82188]
578
579 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
580
581         * TreeView.cs, NodeLabelEditEventArgs.cs, LabelEditTextBox.cs: Support edit
582         canceling and correct Before/AfterLabelEdit properties as layed out in bug
583         81847.  [Fixes bug #81847]
584
585 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
586
587         * Label.cs: If AutoSize = true and a width or height is set, ignore it and
588         redo the autosize.  VS2005 defaults to setting the AutoSize, and then setting
589         an explicit size based on the design-time size of the text.  Since our fonts
590         may not match this explicit size, we tend to cut off the ends of people's labels.
591
592 2007-07-24  Jonathan Pobst  <monkey@jpobst.com>
593
594         * Menu.cs: Add some missing methods to MenuItemCollection.
595
596 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
597
598         * DataGridView.cs: Added RowTemplateFull, creates a row from the templates in the columns.
599         * DataGridViewBand.cs: DefaultHeaderCellType: initialize correctly. Resizable: if not set, check DGV.
600         * DataGridViewColumn.cs: InheritedAutoSizeMode: if not set, check DGV. Resizable: delegate to base class. ToolTipText: Never return null. Initialize a few other properties correctly.
601         * DataGridViewColumnCollection.cs: Add: Default column is a TextBoxColumn.
602         * DataGridViewComboBoxCell.cs: Started implementing this, lots left still.
603         * DataGridViewElement.cs: State defaults to Visible.
604         * DataGridViewRowCollection.cs: Add: creates the new row based on a template.
605         * DataGridViewTextBoxColumn.cs: SortMode: delegate to base class, but initialize to Automatic. ToString: implement correctly.
606
607 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
608
609         * Control.cs: Minor 1.1 corcompare fix.
610
611 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
612
613         * LinkLabel.cs, PrintPreviewDialog.cs, TabPage.cs, TextBox.cs,
614         TextBoxBase.cs, ToolBar.cs: 2.0 corcompare work.
615
616 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
617
618         * DataGridViewLinkColumn.cs, DataGridViewRowCollection.cs,
619           DataGridViewImageColumn.cs, DataGridViewSelectedCellCollection.cs,
620           DataGridViewComboBoxCell.cs, DataGridViewLinkCell.cs,
621           DataGridViewSelectedColumnCollection.cs,
622           DataGridViewSelectedRowCollection.cs: Corcompare work.
623
624 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
625
626         * PrintDialog.cs: Stub UseEXDialog.  I chose to stub this because
627         it is autoset by VS2005 designer and the effect is barely noticeable.
628
629 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
630
631         * TreeView.cs: Implement HitTest.
632
633 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
634
635         * DataGridViewTextBoxCell.cs: Use DGV.EditControlInternal instead of
636           manually adding and removing the control from the Controls
637           collecftion.
638         * DataGridView.cs: Implement DataGridViewControlCollection. Add an
639           EditingControlInternal property that tracks the editing control.
640           Always keeping the scrollbars in the Controls collection, as MS
641           testing confirms is the right behaviour.
642
643 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
644
645         * ScrollableControl.cs: Fix implementation of AutoScrollPosition
646           according to MSDN and new test.
647
648 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
649
650         * TreeNode.cs: Implement ToolTipText.
651         * TreeView.cs: Implement tooltips, NodeMouse* events.
652
653 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
654
655         * TreeView.cs: Implement OnNodeMouseClick and OnNodeMouseDoubleClick.
656
657 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
658
659         * TreeNode.cs: Implement ContextMenu, ContextMenuStrip, and Level.
660         * TreeView.cs: Use the node's contextmenu[strip] if applicable.
661
662 2007-07-20  Ivan N. Zlatev  <contact@i-nz.net>
663
664         * Control.cs, Form.cs, ContainerControl.cs,
665         ScrollableControl.cs, ButtonBase.cs:  Added ShouldSerialize
666         for misc properties.
667
668 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
669
670         * TreeNode.cs: Implement StateImageIndex and StateImageKey.
671         * TreeView.cs: Implement StateImageList.
672
673 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
674
675         * Form.cs: Don't check if the current form is the active form before
676           activating it. Fixes #81904.
677
678 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
679
680         * Form.cs: Don't check if the current form is the active form before
681           activating it. Fixes #81904.
682
683 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
684
685         * TreeView.cs: Apply patch from Tyron (tmm@aon.at). Fixes #81847.
686
687 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
688
689         * Form.cs: Don't try to position the form after loading if the form was
690           disposed. Fixes #81969.
691
692 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
693
694         * PropertyGrid.cs, PropertyGridView.cs: Implemented 2.0 methods and
695           properties. Had to change ToolBar into ToolStrip, which required a
696           few #ifs.
697
698 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
699
700         * PropertyGrid.cs: PropertyToolBar: Redraw the entire toolbar when it's
701           resized, fixes part of #79829 (vertical lines in toolbar).
702           PropertyGrid: Refactored Populate* to something that's easier to
703           follow at least for me, as well as splitting it up into several new
704           methods, required to update only subitems when something has
705           changed by a popup editor or listbox. Don't use events to check
706           when any values are changed, since the events are unreliable (we're
707           changing the objects the events are registered with, and if the
708           event handling requires the objects to be immutable (objects stored
709           in hashtables for instance), the events will never be raised).
710         * PropertyGridView.cs: Call PropertyGrid.PropertyValueChangedInternal
711           everytime we change a value, since events are unreliable.
712           DropDownButtonClicked: For the same reason don't compare objects to
713           check if it has changed or not, it would require all objects to
714           derive Equals. Fix dialog location on windows, MS is doing weird
715           things when creating parented forms.
716         * GridEntry.cs: Add a SelectedObject setter.
717
718 2007-07-19  Jonathan Pobst  <monkey@jpobst.com>
719
720         * TreeNode.cs: Add some corcompare attributes.
721         * TreeNodeCollection.cs: Implement 2.0 stuffs.
722         * TreeView.cs: Implement some 2.0 stuffs.
723
724 2007-07-18  Andreia Gaita  <avidigal@novell.com>
725
726         * WebBrowser.cs, WebBrowserBase.cs: add some more MonoTODOs now
727         for moma.
728
729 2007-07-19  Jonathan Pobst  <monkey@jpobst.com>
730
731         * ListBox.cs: Implement custom tab offsets.
732
733 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
734
735         * ToolStripContentPanel.cs: Support System renderer.
736         * ToolStripControlHost.cs: Set RightToLeft to default to No.
737
738 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
739
740         * ScrollableControl.cs: Don't mess up the user's explicit bounds.
741
742 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
743
744         * CheckBox.cs: Chain TextAlign to base implementation instead of
745         maintaining another one.
746
747 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
748
749         * ButtonBase.cs: Fix an incorrect string constant.
750
751 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
752
753         * TextRenderer.cs: Use the static Graphics context in Hwnd instead
754         of creating one for measuring strings.
755
756 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
757
758         * ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownMenu.cs: 
759         Implement MaxItemSize.
760
761 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
762
763         * Control.cs: Remove per-control 1x1 Bitmap and Graphics context used
764         for DeviceContext.  Instead, use the static one available in Hwnd.
765         Informal tests show this saves about 500k on formtest.exe.
766
767 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
768
769         * ContainerControl.cs: Implement 2.0 AutoScaling.
770
771 2007-07-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
772
773         * ComboBox.cs: Work around bug #82120 (bug in mcs).
774
775 2007-07-16  Jonathan Pobst  <monkey@jpobst.com>
776
777         * ThemeWin32Classic.cs: Allow a Flat button to be Focused and Entered.
778         Darken the focus color.
779
780 2007-07-16  Jonathan Pobst  <monkey@jpobst.com>
781
782         * ListBox.cs: When measuring items, if it's a CheckedListBox, add room
783         for the checkbox.
784         * ThemeWin32Classic.cs: Make the checkbox bigger in a CheckedListBox and use
785         X, Y instead of a rect for drawing text.
786         - For ControlPaint.DrawCheckBox, center the check a little better when the
787         checkbox is odd width.  When drawing a flat checkbox, use a white background
788         when state != inactive.
789         [Fixes bugs #82097, 82100]
790
791 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
792
793         * ListControl.cs: When changing CurrencyManager, disconnect event
794         handlers from previous one. Fixes bug #81771. Code formatting.
795
796 2007-07-15  Andreia Gaita <avidigal@novell.com>
797
798         * PrintPreviewControl.cs: Remove extraneous Invalidate calls. Separate
799         full preview invalidation from layout invalidation, and only invalidate
800         the layout when setting zoom or other properties. Invalidation should
801         always be done even when resetting properties with the same values as
802         what is there. Fixes #81744 and #79830.
803
804 2007-07-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
805
806         * ListView.cs: Implement initial support for Groups. Split some of the
807         LayoutIcons code to render a partial list of the items (needed by
808         items contained in ListViewGroup instances). Let the
809         ListViewItemsCollection.ListView property be modifiable (needed when
810         using Groups, too).
811         * ListViewGroup.cs: Use a Bounds property rather than a Location
812         one. Also invalidate the bounds when they get changed.
813         * ThemeWin32Classic.cs: When drawing items, also draw the group header
814         if ListView.Groups.Count is bigger than 0. Add a DrawListViewGroupHeader
815         method as well.
816
817 2007-07-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
818
819         * ListView.cs: When space gets pressed and CheckBoxes is true, 
820         don't invoke the Begin and EndUpdate methods. We are generating 
821         a redraw of the entire control without need to do so.
822
823 2007-07-13  William Holmes <billholmes54@gmail.com> 
824
825         * Control.cs: Changing logic in FindFlatForward and 
826           FindFlatBackward to handle multiple Controls with 
827           the same TabIndex.  
828           This fixes bug 81687.
829
830 2007-07-13  Jonathan Pobst  <monkey@jpobst.com>
831
832         * OSFeature.cs: Enable IsPresent.
833
834 2007-07-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
835
836         * Control.cs: Don't do anything in WmShowWindow if the control has been
837           disposed. We can get WM_SHOWWINDOW after a control is disposed: a
838           control is created, put on a form, the control is disposed (the
839           form is never shown), and then we get a MapNotify, triggering a
840           WM_SHOWWINDOW.
841         * Form.cs: Exclude the current form when sending Deactivate to all
842           MdiChildren.
843         * NativeWindow.cs: Set WindowCreating to null as soon as possible,
844           there was a race condition because assigning the handle raises
845           events, we can get more messages, therefore trying to assign the
846           handle again, which would fail if any of those event handlers
847           closed/disposed the control.
848
849 2007-07-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
850
851         * Form.cs: Make the fix for #80775 windows-only (fixes #81957).
852
853 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
854
855         * SystemInformation.cs, Theme.cs, XplatUI.cs, XplatUIDriver.cs,
856         XplatUIWin32.cs: Implement SystemInformation 2.0 properties.
857
858 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
859
860         * DateTimePicker.cs: If there's no part format specifier, return an
861           empty string.
862
863 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
864
865         * FlatButtonAppearance.cs: Throw NotSupportedException for a
866         Transparent BorderColor.
867
868 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
869
870         * DataGridView.cs, TextControl.cs, ProgressBar.cs, PrintDialog.cs,
871           MessageBox.cs, ButtonBase.cs, PageSetupDialog.cs, NumericUpDown.cs,
872           X11Dnd.cs, Binding.cs, DataGrid.cs, AxHost.cs,
873           LinkLabelLinkClickedEventArgs.cs, TextRenderer.cs, Label.cs,
874           LinkLabel.cs, TreeNode.cs, BindingSource.cs, TabPage.cs,
875           TextBoxBase.cs, BindingNavigator.cs, Application.cs,
876           ToolStripPanel.cs, TabControl.cs, ThemeClearlooks.cs, TreeView.cs:
877           Remove warnings.
878         * X11Structs.cs: Remove warnings, add ToString implementations.
879
880 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
881
882         * XplatUIX11.cs: Translate min/max size according to the actual min/max
883           size, and not the current size. Fixes #81798.
884
885 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
886
887         * XplatUIX11.cs: Fix #80822 again (DefWndProc can be reached before
888           XplatUI.CreateWindow returns, in which case the hwnd isn't assigned
889           to the control yet).
890
891 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
892
893         * PropertyGridTextBox.cs: Add a method that sends any forwarded
894           mousedowns to the contained textbox.
895         * X11Structs.cs: More ToString implementation.
896         * PropertyGridView.cs: Forward any mousedowns to the textbox, fixes
897           #81791.
898
899 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
900
901         * PropertyGridView.cs: Add a null-check, fixes a few tests.
902
903 2007-07-10  Jonathan Pobst  <monkey@jpobst.com>
904
905         * TableLayoutPanelCellPosition.cs: TypeConverter.
906
907 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
908
909         [ Fixes #79761]
910         
911         * PropertyGridTextBox.cs: Propagate any color changes to all contained
912           controls.
913         * PropertyGridView.cs: A few color fixes.
914
915 2007-07-10  Jackson Harper  <jackson@ximian.com>
916
917         * TextControl.cs: Remove some old unused text formatting stuff.
918
919 2007-07-10  Jackson Harper  <jackson@ximian.com>
920
921         * TreeView.cs: Update full row select invalidation to match the
922         newer DrawSelection... method.
923         - Make sure to invalidate the entire width when selecting a new
924         node, if we have full row selection enabled.
925
926 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
927
928         * PropertyGridView.cs: Fix for #81800, makes text show up on initial
929           display of properties again.
930
931 2007-07-10  Jonathan Pobst  <monkey@jpobst.com>
932
933         * ListBox.cs: Add IntegerCollection and Add, Clear, Remove
934         to existing collections.
935
936 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
937
938         * AccessibleObject.cs, RadioButton.cs: Fix some base classes
939         that changed between 1.1 and 2.0.
940
941 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
942
943         * PowerStatus.cs: Added.  This is just a data class, it is filled
944         in by SystemInformation.
945
946 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
947
948         * Message.cs: Add op_Equality and op_Inequality.
949
950 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
951
952         * MenuStrip.cs: Finish corcompare work.
953
954 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
955
956         * LinkArea.cs: Add op_Equality and op_Inequality.
957
958 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
959
960         * Application.cs: Add MessageLoopCallback delegate.
961
962 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
963
964         * ListBox.cs: First set of 2.0 stuffs.
965
966 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
967
968         * Control.cs: Make an internal Height property we can override
969         without messing up the public API.
970         * ListBox.cs: Override HeightInternal to always return the size
971         the user set.  [Fixes bug #80466]
972
973 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
974
975         * TableLayoutPanel.cs: Add a null check so we don't NRE trying to
976         paint cell borders if we haven't calculated where they go yet.
977         [Fixes bugs #82040 and #82041]
978
979 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
980
981         * ListView.cs: In Details view, set the location of item_control
982         in the (0,0) position (and the header_control is thus on the
983         item_control). This way the Bounds of the Items are relative to the
984         ListView control (before this, they had a Bounds value without the
985         header_control offset, which wasn't matching .Net). Fixes #82004.
986
987 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
988
989         * ListControl.cs: When DataSource is set to null, pass an empty
990         array of object to SetItemsCore. This is done to clean the items
991         in the ListContol children. Fixes #81788.
992
993 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
994
995         * ListControl.cs: Add 2.0 stuffs.
996
997 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
998
999         * Label.cs: Finish up 2.0 stuffs.  Replace calls to Refresh with Invalidate,
1000         Refresh is overkill for just about every repaint request.
1001
1002 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1003
1004         * ToolStripItem.cs: TextDirection getter handles looking up Inherit for us,
1005         so remove my custom Get method and fix the property getter.
1006
1007 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1008
1009         * Label.cs: DefaultMargin for 2.0.
1010
1011 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1012
1013         * ComboBox.cs: Override IsInputCharInternal and return true.  Fixes 
1014         reported issue where other controls with mnemonics would steal strokes
1015         from a selected ComboBox.
1016
1017 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1018
1019         * ScrollOrientation.cs: Make internal for 1.1.
1020         * ScrollEventArgs.cs: Add 2.0 stuffs.
1021
1022 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
1023
1024         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1025         ToolStripItem.cs, ToolStripItem.cs, ToolStripItemTextRenderEventArgs.cs,
1026         ToolStripRenderer.cs, ToolStripSeparator.cs: Implement TextDirection.
1027
1028 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1029
1030         * ListViewItem.cs: Implement the small 2.0 GetSubItemAt method.
1031
1032 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1033
1034         * ListView.cs: Implement the so-incredibly broken 2.0 
1035         VirtualItemsSelectionRangeChanged event.
1036
1037 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1038
1039         * ListView.cs: When enter is pressed and selection is non empty,
1040         an OnItemActivate event must be fired.
1041
1042 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1043
1044         * ListView.cs: Store the FocusedItem information as an
1045         int instead of a ListViewItem (needed by VirtualMode).
1046         Update the calls to SetFocusedItem to pass an index instead of
1047         an item.
1048         * ListViewItem.cs: Likewise. Also, in VirtualMode retrieve
1049         the Focused state from the owner ListView. 
1050
1051 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1052
1053         * ListView.cs: Set ListView.focused_item from ListViewItem.Focused
1054         property. Also, invalidate previous focused item in the mentioned
1055         property (match .Net).
1056
1057 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1058
1059         * ListView.cs: Implement 2.0 FocusedItem property setter.
1060
1061 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1062
1063         * ListView.cs: Implement 2.0 TopItem property setter.
1064
1065 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
1066
1067         * StatusStrip.cs: The default renderer is System.
1068         * ToolStrip.cs, ToolStripManager: Now that we have System renderer, use it 
1069         if the user specifies it.
1070         * ToolStripDropDown.cs: Don't reset our Renderer on changing OwnerItem
1071         if we are ManagerRenderMode.
1072         * ToolStripMenuItem.cs: Calculate our text color better.
1073         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Move some stuff
1074         from Professional to the base class based off working with the System renderer.
1075         * ToolStripSystemRenderer.cs: Added.
1076
1077 2007-07-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1078
1079         * ListView.cs: I'm so lame - the real name is HitTest, not HitInfo.
1080
1081 2007-07-02  Jonathan Pobst  <monkey@jpobst.com>
1082
1083         * ToolTip.cs: Implement 2.0 Tag property.
1084
1085 2007-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1086
1087         * ListView.cs: Implement 2.0 HitTest methods.
1088
1089 2007-06-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1090
1091         * ListViewItem.cs: Add a 2.0 bool Hot property, to tell whether the
1092         item is under the pointer or not (sugar). Also remove the TODO
1093         regarding to the cursor changes in OneClick activation.
1094         * ThemeWin32Classic.cs: When HotTracking is true and we are drawing
1095         the subitems use the parent's HotFont if UseItemStyleForSubItems is
1096         true; otherwise don't show the underline style.
1097
1098 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1099
1100         * ListView.cs: In ItemControl.ItemsMouseMove, refactor
1101         the code to retrieve the item at position only one time. Also
1102         change cursor when Activation is ItemActivation.OneClick as well
1103         as invalidate the item if HotTracking is true (to show/hide the
1104         underline style). Add an internal HotItemIndex property to retrieve
1105         the current hot item's index.
1106         * ListViewItem.cs: Add an internal HotFont property to cache the
1107         font used when HotTracking is true and the pointer moves within the
1108         item's borders.
1109         * ThemeWin32Classic.cs: When drawing the item's text, use Font or
1110         HotFont depending on the hot state of the item.
1111
1112 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1113
1114         * ListView.cs: Implement 2.0 HotTracking property.
1115
1116 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1117
1118         * ToolStripControlHost.cs: If our hosted control never got created,
1119         don't try to dispose it.  [Fixes bug #81909]
1120
1121 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1122
1123         * TableLayoutPanel.cs: Implement ScaleCore, ScaleControl.
1124
1125 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1126
1127         * TableLayoutPanel.cs: Implement CellBorderStyle.  [Fixes bug #81884]
1128
1129 2007-06-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1130
1131         * ThemeWin32Classic.cs: In OwnerDraw mode draw subitems only for 
1132         Details view.
1133         * DrawListViewColumnHeaderEventArgs.cs:
1134         * DrawListViewSubItemEventArgs.cs: Add padding to the bounds when drawing text
1135         using the DrawText () methods.
1136
1137 2007-06-19  Jonathan Pobst  <monkey@jpobst.com>
1138
1139         * ToolStripProfessionalRenderer.cs: Put back clearing a ToolStripDropDown's
1140         background which got erased in my changes yesterday.
1141
1142 2007-06-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1143
1144         * ListViewItem.cs: Actually set bounds for subitems in Details view
1145         (2.0 feature).
1146         * ThemeWin32Classic.cs: Refactor the drawing code for subitems, so we
1147         can invoke from the owner draw routines if we need it. Also, add
1148         support for Owner draw in Details view.
1149
1150 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1151
1152         * ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripLabel.cs,
1153         ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs: Respect the
1154         ShowImageMargin setting, properly align text in a ToolStripLabel
1155         hosted on a ToolStripDropDown.
1156
1157 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1158
1159         * ToolStrip.cs, ToolStripContentPanel.cs, ToolStripDropDownMenu.cs,
1160         ToolStripProfessionalRenderer.cs: Refactor and clean up some rendering code.
1161
1162 2007-06-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1163
1164         * DrawListViewSubItemEventArgs.cs: Actually implement its methods.
1165
1166 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1167
1168         * ToolStripLabel.cs: If the label is on a dropdown, adjust the text
1169         location to match ToolStripMenuItems.
1170
1171 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1172
1173         * DrawListViewColumnHeaderEventArgs.cs:
1174         * ThemeWin32Classic.cs: Implement 2.0 OwnerDraw support for
1175         column headers in ListView. 
1176
1177 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
1178
1179         * UserControl.cs: Implement AutoSize.
1180
1181 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1182
1183         * DrawListViewItemEventArgs.cs:
1184         * ListView.cs:
1185         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
1186         ListView.
1187
1188 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
1189
1190         * ToolStripDropDownItemAccessibleObject.cs: Added.
1191         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
1192         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
1193         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
1194         ToolStripTextBox.cs: corcompare work.
1195
1196 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
1197
1198         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
1199         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
1200         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
1201                 corcompare.
1202
1203 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
1204
1205         * OSFeature.cs: Add IsPresent.
1206         * PrintPreviewControl.cs: Add RightToLeft.
1207         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
1208         * SplitterPanel.cs: Add AutoSizeMode.
1209
1210 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1211
1212         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
1213         * MdiClient.cs: Add 2.0 ScaleControl.
1214         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
1215         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
1216
1217 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1218
1219         * Form.cs: Implement some scaling methods, stub some RTL methods,
1220         corcompare work.
1221
1222 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1223
1224         * Control.cs: corcompare work.
1225         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
1226
1227 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1228
1229         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
1230         ControlPaint 2.0 stuffs.
1231
1232 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1233
1234         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
1235
1236 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1237
1238         * UpDownBase.cs: Add 2.0 stuffs.
1239
1240 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1241
1242         * NumericUpDown.cs: Add 2.0 stuffs.
1243
1244 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1245
1246         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
1247
1248 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1249
1250         * ErrorProvider.cs: Implement 2.0 stuffs.
1251
1252 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1253
1254         * DomainUpDown.cs: Implement 2.0 stuffs.
1255
1256 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1257
1258         * CheckedListBox.cs: Fix RefreshItems signature.
1259
1260 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1261
1262         * PictureBox.cs: Implement 2.0 stuffs.
1263
1264 2007-06-12  Andreia Gaita  <avidigal@novell.com>
1265         
1266         * TabControl.cs: Check if there are tabpages before checking
1267         the selected index - fix #81802 (font changes raise a ResizeTabs
1268         call on controls.add, which blew up nicely with no tabpages)
1269
1270 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1271
1272         * ListView.cs:
1273         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
1274
1275 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1276
1277         * ListView.cs:
1278         * ListViewItem.cs: In VirtualMode the selection information
1279         resides in the ListView, rather than in the Items. Also, throw
1280         InvalidOperationExceptions when VirtualMode is being used and
1281         CheckedItemCollection is accessed.
1282
1283 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1284
1285         * ComboBox.cs: Add ScaleControl.
1286
1287 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1288
1289         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
1290
1291 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1292
1293         * GroupBox.cs: Add 2.0 stuffs.
1294
1295 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1296
1297         * Panel.cs: Add autosize properties/event.
1298
1299 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1300
1301         * Control.cs:
1302         - When we remove a control, remove it from the collection before performing the layout.
1303         - Setup an internal property for explicit_bounds.
1304         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
1305         - Perform a layout when we set a new AutoSizeMode.
1306
1307 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1308
1309         * ScrollableControl.cs: Add 2.0 stuffs.
1310
1311 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1312
1313         * ScrollBar.cs: Add 2.0 stuffs.
1314
1315 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1316
1317         * Splitter.cs: Add 2.0 stuffs.
1318
1319 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1320
1321         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
1322         to have BindingContext simply use base implementation.
1323
1324 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1325
1326         * ColumnHeader.cs: corcompare fix.
1327
1328 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1329
1330         * Button.cs: corcompare fixes.
1331         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
1332
1333 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1334
1335         * Button.cs: Override GetPreferredSizeCore.
1336         * ButtonBase.cs: PerformLayout after changing properties that can affect
1337         AutoSize.  Simplify some mouse/keyboard code.
1338         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
1339         * MouseEventArgs.cs: Make Location internal for 1.1.
1340         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
1341         * Theme.cs: Add CalculateButtonAutoSize.
1342         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
1343
1344 2007-06-05  Miguel de Icaza  <miguel@novell.com>
1345
1346         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
1347
1348 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1349
1350         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
1351         since we can get different item instances every time we retrieve it.
1352
1353 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1354
1355         * ListView.cs: Work around for #81602, since an unkown an pretty
1356         infrequent condition appears only in some systems (old linux boxes, it
1357         seems).
1358
1359 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1360
1361         * Button.cs: Completely reformat and a little refactor to bring
1362         this closer to Mono circa 2007.
1363
1364 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1365
1366         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
1367         to be ButtonBase.Invalidate.
1368
1369 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1370
1371         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
1372
1373 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
1374
1375         * ButtonBase.cs: Completely reformat and a little refactor to bring
1376         this closer to Mono circa 2007.
1377
1378 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
1379
1380         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
1381         values for autosize. Fixes #80137.
1382
1383 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1384
1385         * Control.cs: Don't perform layout when AutoSize changes.
1386         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
1387         directly when autosizing, use SetBounds with BoundsSpecified.None.
1388         Fixes unit tests my last commit broke.
1389
1390 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1391
1392         * Control.cs: Perform layout when AutoSize changes.
1393         * Form.cs: Implement AutoSizing.
1394
1395 2007-06-01  Chris Toshok  <toshok@ximian.com>
1396
1397         * DataGrid.cs: remove the XXX'ed check at the top of
1398         ProcessGridKey.  fixes #80464.
1399
1400 2007-06-01  Chris Toshok  <toshok@ximian.com>
1401
1402         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
1403         adding idempotent (add/remove in Edit()), and also make sure we
1404         don't add it until after we set the text, so it's not tripped in
1405         Edit().  Fixes unit test regression.
1406
1407 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1408
1409         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
1410         change is user explicit, not when the layout engine moves stuff.  Fixes
1411         anchoring to bottom and right.  [Fixes bug #81790]
1412
1413 2007-06-01  Andreia Gaita  <avidigal@novell.com>
1414
1415         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
1416
1417 2007-06-01  Andreia Gaita  <avidigal@novell.com>
1418
1419         * ContainerControl.cs: 
1420         Fire enter event for common ancestor if it is not a ContainerControl.
1421         Send focus to the active_control and not the 'value', the active 
1422         control might have been changed in one of the events fired.     
1423         Definitely fixes #80159.
1424
1425 2007-06-01  Andreia Gaita  <avidigal@novell.com>
1426
1427         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
1428
1429 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1430
1431         * PropertyGrid.cs: Anchor the help description to the bottom of the
1432           help panel and refactor SelectGridItem into a
1433           SelectGridItemInternal that can be set to null (and update it to
1434           clear the help texts when it is set to null). Set root item to null
1435           when there's no SelectedObject. Fixes #80438.
1436         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
1437           when we're recalculating after a resize (only).
1438
1439 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1440
1441         * ListView.cs: Implement 2.0 RedrawItems method.
1442
1443 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1444
1445         * ListControl.cs: Disconnect PositionChanged and ItemChanged
1446         handlers from previous data manager when DataSource is set to
1447         null. Fixes #81771.
1448
1449 2007-05-31  Jackson Harper  <jackson@ximian.com>
1450
1451         * TextBoxBase.cs: These seem to be the correct values.
1452
1453 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
1454
1455         * FileDialog.cs: When close dialog with ok set filterindex using combobox
1456         value. Fixes #81784.
1457
1458 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
1459
1460         * Control.cs: Implement 2.0 scaling methods.
1461
1462 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1463
1464         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
1465           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
1466           corcompare issues.
1467
1468 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1469
1470         * ProgressBar.cs: Implemented missing 2.0 members.
1471
1472 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1473
1474         * Control.cs: Corcompare issues.
1475         * MessageBox.cs: Implemented missing 2.0 functions.
1476
1477 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1478
1479         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
1480           Implemented more 2.0 members.
1481
1482 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1483
1484         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
1485           null (strange, but it seems to happen when running unit tests).
1486
1487 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1488
1489         * ContainerControl.cs: Set active_control even earlier, before 
1490         firing any events, and undo it if validation returns false.
1491
1492 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1493
1494         * ContainerControl.cs: Raise Validation and Enter/Leave events
1495         even if there is no Form and set active_control earlier, just
1496         before firing Enter events (toshok's patches). Fixes #80647.
1497
1498 2007-05-30  Jackson Harper  <jackson@ximian.com>
1499
1500         * TextControl.cs: Redid the pageup/pagedown a little to simplify
1501         things and fix bug #81311.
1502
1503 2007-05-30  Jackson Harper  <jackson@ximian.com>
1504
1505         * X11Dnd.cs: Now that we have our own event loop, we need to
1506         cancel when we get a mouseup but it won't be accepted.
1507
1508 2007-05-30  Chris Toshok  <toshok@ximian.com>
1509
1510         * DataGrid.cs (set_CurrentCell): guard against negative
1511         column/row.
1512
1513         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
1514         array index syntax instead of looping over the property names.
1515
1516         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
1517         and set IsInEditOrNavigateMode to false there.
1518
1519 2007-05-30  Jackson Harper  <jackson@ximian.com>
1520
1521         * TreeView.cs: Make sure we don't get a bad visible order when
1522         setting to the top node.  Fixes some misc crashing in
1523         ControlInspector.
1524
1525 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1526
1527         * UserControl.cs: Add 2.0 AutoSizeMode
1528
1529 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1530
1531         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
1532
1533 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1534
1535         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
1536         lines. Fixes #80285. 
1537
1538 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1539
1540         * DataGridColumnStyle.cs: Add char trimming column header text format. 
1541
1542 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
1543
1544         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
1545         Fixes #80147.
1546
1547 2007-05-29  Jackson Harper  <jackson@ximian.com>
1548
1549         * TreeNode.cs: Fix off by one on calculating whether or not a node
1550         is visible.
1551
1552 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
1553
1554         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
1555         * ScrollableControl.cs: Force an UpdateDistances when we move the
1556         scrollbars.
1557         [Fixes bug #80605]
1558
1559 2007-05-29  Andreia Gaita  <avidigal@novell.com>
1560
1561         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
1562         update the page setup screen.
1563
1564 2007-05-29  Andreia Gaita  <avidigal@novell.com>
1565
1566         * PageSetupDialog.cs: Fix landscape mode.
1567
1568 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1569
1570         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
1571         IconSizeHorizontalSpacing.
1572
1573 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1574
1575         * ListView.cs: The declaration of prev_tooltip_item should be inside
1576         a NET_2_0 conditional (avoid a warning).
1577
1578 2007-05-28  Andreia Gaita  <avidigal@novell.com>
1579
1580         * PageSetupDialog.cs: Implement PrintPreview control to display
1581         the preview thumbnail. Change unit conversion to use 
1582         PrinterUnitConvert methods.
1583         
1584         Note: there is a huge bug in ms.net where the default margins are 
1585         interpreted as centimeters (?), when in fact they are set in inches. When 
1586         loading the page setup dialog initially (ms.net), the default margins 
1587         are set to 1 inch, and the dialog shows them with value 10, when in fact 
1588         it should be 25 (properly converted). Our dialog doesn't have this bug.
1589         
1590         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
1591         RectangleF.
1592         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
1593
1594 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1595
1596         * ListView.cs:
1597         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
1598         items.
1599
1600 2007-05-28  Andreia Gaita  <avidigal@novell.com>
1601
1602         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
1603         an IntPtr on csc (it builds fine on mcs, could it be a compiler
1604         bug?), convert the ptr to Int32 first.
1605
1606 2007-05-28  Jackson Harper  <jackson@ximian.com>
1607
1608         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
1609         recieved, we will exit the dnd tracking loop.
1610
1611 2007-05-28  Jackson Harper  <jackson@ximian.com>
1612
1613         * X11Dnd.cs: Keep tracking until the xdnd finished event is
1614         recieved. TODO: I should probably stick a timer on the dropped
1615         event, and finish the drag if the XDND Finished event never shows
1616         (because some apps don't seem to send it).
1617
1618 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
1619
1620         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
1621         #81733.
1622
1623 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1624
1625         * MonthCalendar.cs: Only mark the keypresses we actually handle as
1626           handled.
1627
1628 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1629
1630         * MonthCalendar.cs: Set the size after initializing all the relevant
1631           variables. Fixes #81742.
1632
1633 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1634
1635         * KeyEventArgs.cs: Fix typo.
1636
1637 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
1638
1639         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
1640         to match MS. Fixed MinDate to only accept value less than or equal
1641         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
1642         Removed TODO's that are now verified by unit tests.
1643
1644 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1645
1646         * TreeNodeCollection.cs: Minor corrections to exceptions to match
1647         MS.
1648
1649 2007-05-25  Jackson Harper  <jackson@ximian.com>
1650
1651         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
1652         it's own message loop.
1653         * XplatUIX11.cs: Remove some of the dnd hooks
1654
1655 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
1656
1657         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
1658         instead of MinimizedWindowSize.
1659
1660 2007-05-25  Jackson Harper  <jackson@ximian.com>
1661
1662         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
1663
1664 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1665
1666         * KeyEventArgs.cs: Added SuppressKeyPress.
1667         * Control.cs: Added support for SuppressKeyPress.
1668
1669 2007-05-24  Andreia Gaita  <avidigal@novell.com>
1670
1671         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
1672         problems with PieChart. suppress_validation should not be a counter,
1673         if there are several BeginInit calls, the first EndInit will 
1674         activate validation. Fix exceptions thrown by set_Value.
1675         * UpDownBase.cs: ValidateText only if it's the user editing it.
1676
1677 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1678
1679         * ListControl.cs: FilterItemOnProperty should return the filtered
1680         item proeprty even if DataSource is null. The same applies for
1681         GetItemText. Fixes #80427.
1682
1683 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1684
1685         * Control.cs: If a control doesn't have a parent when it's Dock is
1686         set, but it has children, it needs to do a layout.  Fixes some nested
1687         controls issues.  [Fixes bug #81199]
1688
1689 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1690
1691         * ComboBox.cs: If there are few items in the drop down list, make it
1692           the exact size the items need, no bigger. Fixes #81612.
1693
1694 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1695
1696         * Application.cs: When we have captured the keyboard for a menu,
1697         check for mouse down events in case we need to close the menu.
1698         * Control.cs, Form.cs: Remove mouse down checks for menus.
1699
1700 2007-05-24  Jackson Harper  <jackson@ximian.com>
1701
1702         * TextControl.cs: Handle tabs in non multiline mode a little
1703         differently.
1704
1705 2007-05-24  Jackson Harper  <jackson@ximian.com>
1706
1707         * TextControl.cs: We need to manually break apart tabbed text and
1708         move the tabs, since the system.drawing tabbing mechanism relies
1709         on tab stops.
1710         * TextBoxBase.cs: Move the caret properly when the user enters a
1711         tab.
1712
1713 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1714
1715         * ContainerControl.cs: Don't check CanSelect before calling
1716         ProcessMnemonic.
1717         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
1718         release a KeyboardActive on click if it's not ours.
1719
1720 2007-05-23  Andreia Gaita  <avidigal@novell.com>
1721
1722         * ColumnHeader.cs: Add TypeConverter
1723
1724 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1725
1726         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
1727
1728 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1729
1730         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
1731
1732 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1733
1734         * LinkLabel.cs: Implement public Padding property.
1735
1736 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1737
1738         * LinkLabel.cs: Implement public FlatStyle.
1739
1740 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1741
1742         * Control.cs: Apply patch from George to call parent.PerformLayout
1743         when Visible is changed.  [Fixes bugs #81118, 81718]
1744
1745 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1746
1747         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
1748
1749 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1750
1751         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
1752
1753 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1754
1755         * ContextMenu.cs: Implement Collapse.
1756
1757 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
1758
1759         * ToolBarButton.cs: Implement Name.
1760
1761 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
1762
1763         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
1764         use current_item, it prevents some NRE. Fixes #81675.  
1765
1766 2007-05-22  Andreia Gaita  <avidigal@novell.com>
1767
1768         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
1769         without updating the text.
1770
1771 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
1772
1773         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
1774         without calling DeleteObject.  [Should fix bug #81709]
1775
1776 2007-05-22  Jackson Harper  <jackson@ximian.com>
1777
1778         * RichTextBox.cs: Set the line endings correctly, when flushing
1779         RTF text.
1780
1781 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
1782
1783         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
1784          {Width=0,Height=0}.
1785
1786 2007-05-22  Jackson Harper  <jackson@ximian.com>
1787
1788         * TreeView.cs: Setting top with a null node should set to the very
1789         top.
1790
1791 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1792
1793         * Form.cs: ShowDialog: destroy the handle when message loop is
1794           finished, matches MS behaviour. Refactor parts of WmClose into
1795           RaiseCloseEvents, that only raises events if they haven't already
1796           been raised. Fixes #81688 and #81521.
1797         * Application.cs: Don't call close on the form when exiting a modal
1798           loop, it will raise all the (Form)Closed/Closing events again if
1799           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
1800           which doesn'r raise any events it they have been raised before.
1801
1802 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
1803
1804         * Control.cs: Add OnPrint.
1805         * ToolStrip.cs: Add GetChildAtPoint.
1806         * ToolStripContainer.cs: Add OnRightToLeftChanged.
1807         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
1808
1809 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
1810
1811         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
1812
1813 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1814
1815         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
1816           isn't visible anymore. Fixes #81651.
1817
1818 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1819
1820         * Control.cs: WmShowWindow: Update children's z-order after setting
1821           their parent. SetParent may show the window, thereby corrupting
1822           z-order, since the window will be shown on top.
1823         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
1824           multiple (and redundant) WM_SHOWWINDOW messages.
1825         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
1826           event has already been raised.
1827         * Form.cs: Change is_changing_visible_state to a counter, since
1828           SetVisibleCore can be called recursively. CreateHandle: when
1829           creating mdi children, send (De)Activated events.
1830         * MdiClient.cs: Update use of is_changing_visible_state.
1831         * Application.cs: OnThreadException: Surround exception handling with
1832           try/finally to ensure we always reset the error-handling state
1833           before leaving.
1834
1835 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1836
1837         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
1838           (#81704).
1839
1840 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1841
1842         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
1843         SmallIcon views, now that we have a standarized horizontal spacing.
1844
1845         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
1846         4, just like the other views (Match .Net).
1847
1848 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
1849
1850         * Control.cs: Delay calculating anchor distances until we actually layout.
1851         Always query the WM for the actual size and location it put us at instead of
1852         only when we send negative values.
1853         [Fixes bugs #81694, 81695]
1854
1855 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1856
1857         * Application.cs: Avoid a possible stack overflow when trying to exit
1858           the application.
1859
1860 2007-05-19  Marek Safar  <marek.safar@gmail.com>
1861
1862         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
1863         enum value.
1864
1865 2007-05-19  Andreia Gaita  <avidigal@novell.com>
1866
1867         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
1868         * NumericUpDownAcceleration.cs, 
1869           NumericUpDownAccelerationCollection.cs: Added 2.0
1870           implementation.
1871
1872 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
1873
1874         * RichTextBox.cs: Recalculate the document after the ScrollBars
1875         property is changed. Fixes bug #81681.
1876
1877 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
1878
1879         * DataObject.cs: Implement 2.0 methods.
1880
1881 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1882
1883         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
1884         in the center of the checkbox, not in the left-top corner. 
1885         Fixes #80037.
1886
1887 2007-05-18  Jackson Harper  <jackson@ximian.com>
1888
1889         * RichTextBox.cs: Recalculate the document after the scrollbars
1890         property is changed.
1891         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
1892         81486.
1893
1894 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1895
1896         * CreateParams.cs: Make HasWindowManager marginally faster.
1897         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
1898           into Hwnd so that other drivers can use it as well.
1899         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
1900           the default location from Hwnd. Fixes MDI client windows always
1901           showing up at (0,0) in Windows (Win32 won't set the default
1902           location since the window styles aren't correct).
1903
1904 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
1905
1906         * TreeView.cs: Modified DoubleBuffered to just use the base
1907         implementation.
1908
1909 2007-05-18  Jackson Harper  <jackson@ximian.com>
1910
1911         * TreeView.cs: Set the top node to the last child node when
1912         expanding all
1913         - When we get focus, if there is no selected node, use the top
1914         node.
1915
1916 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
1917
1918         * KeysConverter.cs: Add CanConvertTo.
1919         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
1920         * LinkConverter.cs: Added.
1921
1922 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
1923
1924         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
1925         it prevents error when file dont have write access. Fixes #81669 and #81667.  
1926
1927 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
1928
1929         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
1930         button text. Fixes #79640.  
1931
1932 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
1933
1934         * Control.cs: According to MSDN controls created in the designer theres 
1935         keyboard accelerators visible by default. So included check for design
1936         in ShowKeyboardCuesInternal.  
1937
1938 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
1939
1940         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
1941         text. Fixes #81621.  
1942
1943 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
1944
1945         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
1946         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
1947
1948 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
1949
1950         * Control.cs: Finish implementation of UI State using WmChangeUIState
1951         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
1952         in some controls to check for show_keyboard_cues to draw accell keys "_".  
1953
1954 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1955
1956         * ListBox.cs: When calculating the horizontal scrollbar
1957         in single column mode, don't use values less than 0 for
1958         Maximum. Fixes #81474.
1959
1960 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1961
1962         * ListBox.cs: Throw the some missing exceptions in
1963         ListBox.ObjectCollection methods.
1964
1965 2007-05-17  Jackson Harper  <jackson@ximian.com>
1966
1967         * TextBoxBase.cs: Recalculate the document when the word wrap
1968         value has changed. This fixes 81488.
1969
1970 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
1971
1972         * Clipboard.cs: Implement missing GetText overload.
1973
1974 2007-05-17  Chris Toshok  <toshok@ximian.com>
1975
1976         * Control.cs (CheckDataBindings): remove the binding_context arg
1977         to binding.Check.
1978
1979         * CurrencyManager.cs (OnItemChanged): fix this now that
1980         BindingManagerBase is fixed. also remove the comment telling where
1981         the fix should go.  We set transfering_data to true/false around
1982         the call to PushData to keep UpdateIsBinding from being called.
1983         (ListChangedHandler): remove the extra OnMetaDataChanged call for
1984         PropertyDescriptorAdded in the 1.1 case.  The extra call is
1985         actually generated by System.Data generating 2 metadata changed
1986         events of its own per column add.  The fix should go there.  Add a
1987         comment to that affect in our test's Assert.Ignore.
1988
1989         * BindingManagerBase.cs: Rework PullData and PushData slightly.
1990         we keep a boolean flag (transfering_data) that keeps us from
1991         calling UpdateIsBinding multiple times if we re-enter either of
1992         them.
1993
1994         * ControlBindingsCollection.cs (AddCore): remove the
1995         binding_context arg to binding.Check.
1996
1997         * Binding.cs (IsBinding): don't check if we're binding here, just
1998         return our cached value.  we update it in UpdateIsBinding.
1999         (Check): don't take the binding_context arg, we'll just use our
2000         control's.  Also, for some reason MS doesn't use the data member
2001         field when getting the bindingmanager for this binding.  it just
2002         uses the datasource.  Make this method callable multiple times,
2003         and only do the is_null_desc stuff if manager.Position != -1 (so
2004         we don't get an exception accessing manager.Current).
2005         (UpdateIsBinding): move the code from IsBinding here.
2006         (PositionChangedHandler): call Check here to we can initialize
2007         things that require a non- -1 position.
2008
2009 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2010
2011         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
2012         control.
2013
2014 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2015
2016         * TabControl.cs: Add 2.0 methods and events, including
2017         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
2018         * TabPage.cs: Add 2.0 methods
2019
2020 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2021
2022         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
2023         keyboard_cues is properly handled by message method.  
2024
2025 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2026
2027         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
2028
2029 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2030
2031         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
2032
2033 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
2034
2035         * Control.cs: 
2036         - WmUpdateUIState added to handle state changes, it make call to
2037         OnChangeUICues event.
2038         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
2039         SystemInformation.
2040
2041 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
2042
2043         * ImageKeyConverter.cs: Added.
2044         * TreeViewImageKeyConverter.cs: Added.
2045
2046 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2047         
2048         * ToolTips.cs: Update Text if SetToolTip is called for a control
2049         already showing the tooltip, as well as restarting its timer; show
2050         tooltip if we are inside the control bounds by the time of calling
2051         SetToolTip. Inside ShowTooltip remove the check to not show the 
2052         tooltip again for the active control (it is allowed by .Net to 
2053         show the tooltip on the same control multiple times).
2054
2055 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2056
2057         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
2058
2059 2007-05-16  Andreia Gaita <avidigal@novell.com> 
2060
2061         * ContainerControl.cs: only process tab key if there are no 
2062         modifier keys present, otherwise the control does the 
2063         tab processing, if it needs to. Fixes #81622
2064         * TabControl.cs: Fixes calculation for which tab to select on
2065         shift+ctrl+tab.
2066
2067 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2068
2069         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
2070
2071 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
2072
2073         * Control.cs: Make IsInputCharInternal to allow controls to
2074         override it and still match MS API.
2075         * TextBoxBase.cs: Override IsInputCharInternal and always
2076         return true.
2077         [Fixes bug #81616]
2078
2079 2007-05-15  Jackson Harper  <jackson@ximian.com>
2080
2081         * TextBox.cs: Disable some of the menu options when using a
2082         readonly textbox.
2083
2084 2007-05-15  Jackson Harper  <jackson@ximian.com>
2085
2086         * TextBox.cs:
2087         * TextBoxBase.cs:
2088         * RichTextBox.cs: Some new 2.0 methods
2089
2090 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
2091
2092         * FileDialog.cs: On 1.0 profile, do not support multidotted 
2093         extensions.
2094
2095 2007-05-14  Jackson Harper  <jackson@ximian.com>
2096
2097         * TextBoxBase.cs: Implement some of the new 2.0 methods.
2098         * RichTextBox.cs: We need to override these methods on 2.0.
2099         * MaskedTextBox.cs: These are implemented now
2100         * TextControl.cs: This was off by one.
2101
2102 2007-05-14  Jackson Harper  <jackson@ximian.com>
2103
2104         * TextControl.cs: Because the line endings are including in the
2105         text, we don't need to add them in anymore.
2106
2107 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2108
2109         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
2110         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
2111
2112 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2113
2114         * ToolBar.cs: Adjust size to default size when button theres no text and
2115         image, it fixes remaining issues from #81524.
2116
2117 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2118
2119         * ToolBar.cs: 
2120         - When not flat call redraw to recalculate sizes on creare handle to match
2121         win32 behavior.
2122         - Revert 77220 because it causes some regressions in toobar
2123         button.
2124
2125 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2126
2127         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
2128           now actually enters a usable state.
2129
2130 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2131
2132         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
2133         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
2134         3 buttons.
2135
2136 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2137
2138         * ToolBar.cs: Save default_size on create handle to use later for buttons
2139         without text, needed to mimic win32 behavior.
2140
2141 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2142
2143         * ToolBar.cs: Fix button layour to best fit width or height according to
2144         vertical or not. Fixes #81524.
2145
2146 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2147
2148         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
2149         toolbar size info because different styles theres different sizes.
2150         Fixes #81522.
2151
2152 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2153
2154         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
2155         if we are using checkboxes, checked is true, and we have less
2156         than two images in StateImageList; for the 1.1 in the same scenario
2157         draw the first image if we have at least one image in StateImageList.
2158         Fixes part of #81191.
2159
2160 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2161
2162         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
2163         the owner's Items collection on merge.
2164
2165 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2166
2167         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
2168         * ToolStripItemCollection.cs: Lots of fixes to when events get called
2169         and parent/owner gets changed based on gert's unit tests.
2170
2171 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2172
2173         * MaskedTextBox.cs: Started implementing parts of it.
2174
2175 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2176
2177         * ListView.cs: When clicking the checkbox on the items
2178         take into account the double clicks even if we have only
2179         one image in StateImageList (only for 1.0/1.1). Also 
2180         generate an extra change of checked state when we receive
2181         the second click on checkbox (match .Net behaviour). 
2182         Fixes part of #81191.
2183
2184 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2185
2186         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
2187
2188 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2189
2190         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
2191         even if OnLoad is overriden and base.OnLoad is not called.
2192         [Fixes bug #81582]
2193
2194 2007-05-10  Andreia Gaita  <avidigal@novell.com>
2195
2196         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
2197         shame. (I blame my ever-persisting and annoying cold)
2198
2199 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2200
2201         * ListView.cs: Don't eat navigation keys.  Let them flow through to
2202         KeyDown/KeyPress routines.  [Fixes bug #81569]
2203
2204 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2205
2206         * ListView.cs: When handling keys for selecting the item based off
2207         keyboard input, do not consider keys pressed with Alt or Control.  Also,
2208         correctly handle keys when the Shift key is down. [Fixes bug #81578]
2209
2210 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2211
2212         * Control.cs: When using UseWaitCursor, we have to store the requested
2213         Cursor to use when UseWaitCursor is turned off.
2214
2215 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2216
2217         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
2218         to false.
2219         * Application.cs: Use PreProcessControlMessage instead of
2220         PreProcessMessage.
2221         * PreProcessControlMessage.cs: Make internal for 1.1.
2222
2223 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2224
2225         * Control.cs: Add InternalContains focus property, which hast the same
2226         functionality of ContainsFocus, but also including implicit controls.
2227         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
2228         since we need to know if the focus is contained in our implicit
2229         ItemControl when calculating Layout. Fixes part of #80888.
2230
2231 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
2232
2233         * ToolTip.cs: Remove center form string alignment as it must be align to
2234         left.
2235
2236 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
2237
2238         * ToolStripItemCollection.cs: Set the new item's parent and owner
2239         in Insert like we do in Add.  [Fixes bug #81568]
2240
2241 2007-05-08  Jackson Harper  <jackson@ximian.com>
2242
2243         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
2244         - Off by one error in SetTop
2245         - Disable DoubeBuffering
2246         
2247 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2248
2249         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
2250           control as much as necessary in order to make it entirely visible,
2251           instead of centering the control in the container (matches MS
2252           behaviour). CalculateCanvasSize: we need to take the current scroll
2253           position into account when calculating the maximum canvas,
2254           otherwise the following scenario will fail: resize so that the
2255           scrollbars appear, use the scrollbars to scroll, resize again
2256           smaller, and now the canvas size is too small. Recalculate: when
2257           showing scrollbars make sure they start off at 0, and try to scroll
2258           the active control into view. Fixes #79540. HandleScrollBar: don't
2259           scroll anywhere if the scrollbar isn't visible.
2260
2261 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2262
2263         * ListView.cs: When focus changed, call Layout/Invalidate
2264         in the focused item to update the selected state (should show
2265         entire label when ListView is focused, and a part of it if is not).
2266         * ListViewItem.cs: When doing layout for LargeIcon, take into account
2267         for displaying the entire label not only the Focused state of the
2268         item, but also the Focused state of the ListView (match .Net
2269         behaviour).
2270
2271 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2272
2273         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
2274         Implement UseWaitCursor. 
2275
2276 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2277         Applying contributed patch from Sergey Volk.
2278
2279         * Clipboard.cs: Implement SetDataObject retry logic and new overload
2280         of SetDataObject.
2281         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
2282
2283 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2284
2285         * Control.cs: Implement DrawToBitmap.
2286
2287 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2288         Applying contributed patch from Stefan Noack.
2289         
2290         * Control.cs: Add [Get|Set]AutoSizeMode.
2291
2292 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2293
2294         * MdiClient.cs: Unmerge menus when the last child is closed.
2295
2296 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2297
2298         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
2299         * ToolStripManager.cs: Call Merge on DropDowns.
2300         [Fixes bug #81477]
2301
2302 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2303
2304         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
2305           uints.
2306         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
2307           visibility. We can't create forms visible, since we have to set the
2308           owner before making the form visible (otherwise Win32 will do
2309           strange things with task bar icons). The problem is that we set the
2310           internal is_visible to true before creating the control, so
2311           is_changing_visible_state is the only way of determining if we're
2312           in the process of creating the form due to setting Visible=true -
2313           this works because SetVisibleCore explicitly makes the form
2314           visibile afterwards anyways. Fixes #80775.
2315
2316 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2317
2318         * ThemeWin32Classic.cs: When drawing ListViewItems,
2319         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
2320         or LargeIcon _and_ item is not focused (match .Net behaviour).
2321
2322 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
2323
2324         * Control.cs, Form.cs: Fix some obsolete method warnings.
2325
2326 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
2327
2328         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
2329         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
2330
2331 2007-05-04  Andreia Gaita  <avidigal@novell.com>
2332
2333         * ContainerControl.cs: Fix active_control attribution when going
2334         up the parent chain so that the first parent container gets the control
2335         and the rest of the parent containers get the child containers (skips
2336         non-containers). Fixes #80729
2337
2338 2007-05-04  Randolph Chung  <tausq@debian.org>
2339
2340         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
2341         [Fixes bug #81499]
2342
2343 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2344
2345         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
2346           takes a size parameter, since the CreateParam's size isn't true for
2347           minimized forms. Fixes #81518,
2348
2349 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2350
2351         * Form.cs: Add OnDeactivateInternal.
2352         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
2353
2354 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2355
2356         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
2357           accessing the parent. Fixes #81508.
2358
2359 2007-05-03  Chris Toshok  <toshok@ximian.com>
2360
2361         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
2362         2.0 block, pass listposition + 1 to ChangeRecordState when a row
2363         was added before the current listposition.  Fixes the
2364         TestInsertRowBeforeCurrent unit test.
2365
2366 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
2367
2368         * Application.cs: Add RaiseIdle.
2369         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
2370         XplatUIX11.cs: Implement RaiseIdle.
2371
2372 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
2373         corcompare work: N - Z
2374         * NotifyIcon.cs
2375         * ProgressBar.cs
2376         * RadionButton.cs
2377         * ScrollableControl.cs
2378         * SplitContainer.cs
2379         * SplitterPanel.cs
2380         * StatusBar.cs
2381         * SystemInformation.cs
2382         * TabControl.cs
2383         * TableLayoutControlCollection.cs
2384         * TableLayoutPanel.cs
2385         * TabPage.cs
2386         * ToolBar.cs
2387         * ToolBarButton.cs
2388         * ToolStrip.cs
2389         * ToolStripComboBox.cs
2390         * ToolStripContainer.cs
2391         * ToolStripContentPanel.cs
2392         * ToolStripDropDown.cs
2393         * ToolStripDropDownItem.cs
2394         * ToolStripDropDownMenu.cs
2395         * ToolStripItem.cs
2396         * ToolStripItemCollection.cs
2397         * ToolStripMenuItem.cs
2398         * ToolStripPanel.cs
2399         * ToolStripSplitButton.cs
2400         * ToolTip.cs
2401         * TreeNode.cs
2402         * TreeNodeCollection.cs
2403         * TreeNodeMouseHoverEventArgs.cs
2404         * TreeView.cs
2405
2406 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
2407
2408         * ContextMenu.cs: Add public method Show with alignment property to 2.0
2409         stuff. Thanks aatdark for the patch. 
2410
2411 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2412
2413         * GridItem.cs: Implement 2.0 Tag property.
2414
2415 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
2416
2417         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
2418         count instead of Nodes.Length.  [Fixes bug #81448]
2419
2420 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2421
2422         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
2423         [Fixes bug #81506]
2424
2425 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2426         corcompare work: A - M
2427         * BindingNavigator.cs
2428         * Button.cs
2429         * ButtonBase.cs
2430         * CheckBox.cs
2431         * Control.cs
2432         * FlowLayoutPanel.cs
2433         * Form.cs
2434         * Label.cs
2435         * LinkLabel.cs
2436         * ListView.cs
2437
2438 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
2439
2440         * Application.cs: Give toolstrips a chance to process mnemonics.
2441         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
2442         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
2443         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
2444
2445 2007-05-01  Jackson Harper  <jackson@ximian.com>
2446
2447         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
2448         wider area too.
2449         - Don't set the BoundsSpecified
2450
2451 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
2452
2453         * Application.cs: When using the toolstrip shortcut mechanism, allow the
2454         message to pass through to a regular control if it hosted by a toolstrip.
2455         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
2456         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
2457
2458 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
2459
2460         * TextRenderer.cs: Use the flags argument when using the MeasureString
2461         fallback algorithm.
2462
2463 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
2464
2465         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
2466         the MDI menu item.  [Fixes bug #81483]
2467
2468 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
2469
2470         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
2471         string. When setting Name to null, use zero-length string instead.
2472
2473 2007-04-29  Andreia Gaita  <avidigal@novell.com>
2474
2475         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
2476         DeselectTab). Implement missing 2.0 TabPageCollection methods
2477         (Add, ContainsKey, RemoveByKey, IndexOfKey)
2478
2479 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
2480
2481         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
2482
2483 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
2484
2485         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
2486         Fixes bug #81479. Include details of exception when LoadFile fails.
2487
2488 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
2489
2490         * DrawListViewSubItemEventArgs.cs: Added missing setter
2491
2492 2007-04-27  Andreia Gaita  <avidigal@novell.com>
2493
2494         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
2495         Hide methods (not complete). Implement missing 2.0 OnPopup event.
2496
2497 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2498
2499         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
2500         removed in ly last commit (it was breaking the Label edit feature).
2501
2502         * ThemeWin32Classic.cs: When drawing a ListViewItem use
2503         StringAlignment.Near for LineAlignment (match .Net).
2504
2505 2007-04-27  Andreia Gaita  <avidigal@novell.com>
2506
2507         * TabControl.cs: Change SetTab so it adds the tabpage to the list
2508         of controls if it isn't already there - was blowing up when doing
2509         tabcontrol.TabPages[i]=new TabPage(). 
2510         SetTab now does a replace by removing the page at the index. 
2511         Add a new InsertTab method that inserts a page in a given index 
2512         instead of replacing. 
2513         Implements TabPageCollection.Insert(int, TabPage).
2514
2515 2007-04-27  Chris Toshok  <toshok@ximian.com>
2516
2517         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
2518         internal handler that can be invoked from our subclasses.)  Also,
2519         add a comment to PushData about how we need to fix it.
2520
2521         * CurrencyManager.cs: tons of changes here.  trying to get things
2522         matching the behavior of .net wrt event orders (ItemChanged,
2523         CurrentChanged, PositionChanged.)  I've implemented a private .net
2524         symbol (ChangeRecordState) that appears in stack traces because
2525         it's actually easier to do this than to effective inline all its
2526         various behaviors at every call site.
2527
2528         * RelatedPropertyManager.cs: guard against an exception here by
2529         not using parent.Current if the position is set to -1 (if the
2530         parent datasource is cleared, for instance).
2531
2532         * Binding.cs: don't parse data in PushData (this might be wrong,
2533         but it jives with MS's behavior.)  Also, don't call PushData when
2534         we get a CurrentChanged event.
2535
2536 2007-04-27  Andreia Gaita  <avidigal@novell.com>
2537
2538         * WebBrowser.cs,
2539           WebBrowserBase.cs,
2540           WebBrowserSiteBase.cs,
2541           HtmlDocument.cs: Added stubbed out classes, no real implementations 
2542           yet.
2543
2544 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
2545
2546         * MainMenu.cs: In draw method without parameters call draw method with 
2547         PaintEvent, another one (just rect) adjust rectangle and we dont need it
2548         as Rect property is already adjusted. Fixes #80694.
2549
2550 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
2551
2552         * Application.cs: Need to handle keyboard menu deselection here.
2553         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
2554         navigation, allowing keyboard to work on X11.
2555         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
2556
2557 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
2558
2559         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
2560         menu bar. It fixes some drawing issues in menu bar.
2561
2562 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
2563
2564         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
2565         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
2566         when <alt> key is pressed.
2567
2568 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
2569
2570         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
2571         example just set visible to false and make this prevent from other problems.
2572         In SystrayAdd always remove pending expose. Fixes #81072.
2573
2574 2007-04-26  Marek Safar  <marek.safar@gmail.com>
2575
2576         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
2577         value is set.
2578
2579 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
2580
2581         * ListView.cs: Added three missing 2.0 events and corresponding
2582         EventHandlers. Added the OwnerDraw property.
2583         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
2584
2585 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
2586
2587         * DrawListViewItemEventArgs.cs
2588         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
2589
2590 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
2591
2592         * TextControl.cs: Fixed typo in constructor
2593
2594 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
2595
2596         * Application.cs: Create a shortcut path so that currently selected
2597         MenuStrips can intercept keyboard events without having focus.
2598         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
2599         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
2600         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
2601         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
2602         generate WM_SYSCOMMAND message in X11 for other platforms.
2603         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
2604         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
2605         * ToolStripSplitButton.cs: Add DefaultItem property.
2606         
2607 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
2608
2609         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
2610         fixes some menu draw problem on Windows with border diferent from default
2611         it also fixes #81403.
2612
2613 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2614
2615         * Form.cs: Refactor WndProc into separate methods, just like Control is
2616           doing it.
2617
2618 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2619
2620         * Control.cs: set_Text: move the call to the driver into a seperate
2621           virtual method so that Form can override it.
2622         * MaskedTextBox.cs: Corcompare fixes.
2623         * Form.cs: Override UpdateWindowText and only update the styles if the
2624           form has been shown (fixes #81405).
2625
2626 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
2627
2628         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
2629         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
2630         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
2631         the form lost focus or another control was clicked.
2632
2633 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
2634
2635         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
2636         fixed.
2637
2638 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2639
2640         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
2641           DrawListViewItemEventHandler.cs,
2642           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
2643           Added.
2644         * X11Structs.cs: More ToString implementation.
2645
2646 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
2647
2648         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
2649         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
2650
2651 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2652
2653         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
2654           handle.
2655         * FormCollection.cs: Don't add a form if it's already in the
2656           collection.
2657         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
2658           according to behaviour and MSDN. The ownerWin32 is the active
2659           window at the moment when we call ShowDialog, not the context's
2660           main form (the context's main form may open another form that opens
2661           a form with ShowDialog, the win32 owner is the second form). Add
2662           and remove forms to the Application.OpenForms in other places to
2663           better match MS behaviour. Add an IsActive property that raises
2664           On(de)Activated only if the active state has changed (we were
2665           raising OnDeactivated before OnActivated while creating forms).
2666         * Application.cs: Refactor Enabling/Disabling of windows for modal
2667           dialog loops out to separate methods, and restore the thread
2668           context when we quit the method. Fixes #81407.
2669
2670 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2671
2672         * ListView.cs: In ItemControl.HandleClicks, also fire 
2673         2.0 MouseClick or MouseDoubleClick events on the parent,
2674         not only the Click/DoubleClick events.
2675
2676 2007-04-24  Andreia Gaita  <avidigal@novell.com>
2677
2678         * TableLayoutSettings.cs: 
2679         - Added a GetControls method and a support structure to help the 
2680         TypeConverter to enumerate the controls for     serialization. 
2681         - Added a new serialization constructor. 
2682         - Added a isSerialized flag initialized to true on the 
2683         serialization constructor so that the TableLayoutPanel.LayoutSettings 
2684         setter does not throw the designed NotSupportedOperation exception
2685         when the object is built through deserialization.
2686         - Implemented GetObjectData
2687         
2688         * TableLayoutPanel.cs: Added check on LayoutSettings.
2689
2690 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2691
2692         * ListView.cs: Report Click and DoubleClick events to the parent
2693         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
2694         from breaking the click count state when using dialog forms (Control
2695         reports the clicks in a similar fashion). In the previous behaviour
2696         the last WM_LBUTTONUP message in a  double click was sent to the
2697         ListView's form, instead of the ListView, which was breaking the click
2698         count for it. Fixes #80387.
2699
2700 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2701
2702         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
2703
2704 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
2705
2706         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
2707         us from created dropdowns for menu items that do not have subitems.
2708         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
2709         Check HasDropDownItems before calling DropDown so a dropdown will not be
2710         created if it isn't needed.
2711
2712 2007-04-24  Jackson Harper  <jackson@ximian.com>
2713
2714         * TreeView.cs: Set the first node to the selected node when we get
2715         focus if there is no selected node.
2716
2717 2007-04-24  Andreia Gaita  <avidigal@novell.com>
2718
2719         * MimeIcon.cs: remove using blocks so that image streams are
2720         not disposed of. Fixes #80151
2721
2722 2007-04-24  Jackson Harper  <jackson@ximian.com>
2723
2724         * TextBoxBase.cs: Fixup the height of textboxes when the control
2725         is created.
2726
2727 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
2728
2729         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
2730         for each ToolStripItem when the parent's RightToLeftChanged is called.
2731
2732 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2733
2734         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
2735           Fixes #80163.
2736         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
2737           property, so that the setter can be overriden too.
2738         * TextBox.cs: Change GetContextMenuInternal() to use
2739           ContextMenuInternal.
2740
2741 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2742
2743         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
2744           #81406.
2745
2746 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2747
2748         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
2749           #81406.
2750
2751 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2752
2753         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
2754           avoid duplicate work. Mostily skeleton code, it's not working at
2755           all yet.
2756
2757 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
2758
2759         * NotifyIcon.cs : stub for MouseClick event
2760         * Application.cs: stub for SetUnhandledExceptionMode
2761
2762 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2763
2764         * BindingNavigator.cs : Initial (partial) implementation
2765
2766 2007-04-23  Jackson Harper  <jackson@ximian.com>
2767
2768         * TreeView.cs: Do not create the treeview's handle when setting
2769         the scroll position.
2770         - ExpandAll needs to compute the scrollbars so it knows which
2771         position to set the bar too.
2772         * TreeNode.cs: 
2773         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
2774
2775 2007-04-23  Jackson Harper  <jackson@ximian.com>
2776
2777         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
2778         key. Fixes #81408.
2779
2780 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
2781
2782         * ToolStripItem.cs: Make GetImageSize internal.
2783         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
2784         need to draw an item.  Fixes a reported issue where images on menus
2785         that were not 16x16 were drawing incorrectly.
2786
2787 2007-04-21  Miguel de Icaza  <miguel@novell.com>
2788
2789         * Padding.cs: Use the converter, fixes the resgen2 issue with
2790         XMLNotePad. 
2791
2792 2007-04-21  Jackson Harper  <jackson@ximian.com>
2793
2794         * TreeView.cs: Dont try to unhighlight the selected node if there
2795         isn't a selected node.
2796
2797 2007-04-21  Jackson Harper  <jackson@ximian.com>
2798
2799         * UpDownBase.cs:
2800         * TextBoxBase.cs:
2801         * ListView.cs:
2802         * ListBox.cs:
2803         * TreeView.cs: Use the InternalBorderStyle property to set the
2804         initial border style, this forces the client rectangle to be sized
2805         correctly.
2806
2807 2007-04-20  Jackson Harper  <jackson@ximian.com>
2808
2809         * TreeView.cs: Simplify scrolling to the last node after expanding
2810         all.
2811         - Fix some off by ones with setting the bottom.
2812
2813 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
2814
2815         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
2816         that.  We were incorrectly doing it the other way around.  Also,
2817         update ClientSize if we change the BorderStyle before the control
2818         is created.
2819
2820 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
2821
2822         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
2823         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
2824         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
2825         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
2826         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
2827         Caption to CaptionHeight.
2828         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
2829         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
2830         and FixedFrameBorderSize to return value from current XplatUI driver.
2831         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
2832         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
2833         and FixedFrameBorderSize using win32 API. Renamed Caption to
2834         CaptionHeight.
2835         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
2836         * SystemInformation.cs: Fixed typo in BorderSize.
2837
2838 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
2839
2840         * XplatUI.cs: Added MenuAccessKeysUnderlined.
2841         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
2842         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
2843         returning false.
2844         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
2845         value from XplatUI driver.
2846         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
2847         SystemParametersInfo.
2848         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
2849         override.
2850         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
2851         returning false.
2852
2853 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2854
2855         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
2856
2857 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2858
2859         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
2860
2861 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
2862
2863         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
2864         MenuStrips that contain ToolStripSeparators.
2865
2866 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2867
2868         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
2869           DefineStdCursorBitmap.
2870         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
2871           has been created off a standard cursor. This is used to get a
2872           bitmap of the standard cursor when Draw or DrawStretched is called
2873           in order to draw the cursor.
2874         * X11Structs.cs: Added XcursorImage and XcursorImages.
2875         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
2876           DefineStdCursorBitmap.
2877         * Cursors.cs: Update all relevant creations of Cursor to use the new
2878           internal constructor.
2879
2880 2007-04-19  Jackson Harper  <jackson@ximian.com>
2881
2882         * TextBox.cs: Move the has_been_focused into the base control, so
2883         some of the text adding methods can manipulate it (probably time
2884         for a better name for this flag too).
2885         - Call a new version of selectall that doesn't scroll
2886         * TextBoxBase.cs: When we append text, if the document is empty,
2887         don't scroll.  If the document has text already, we scroll to the
2888         end of the appended text.
2889         - When the text is changed, we reset the has_been_focused, so the
2890         next time the control gets focused, all the text is selected.
2891
2892 2007-04-19  Jackson Harper  <jackson@ximian.com>
2893
2894         * TextControl.cs: Move the margins to the document, add a method
2895         so the margin sizes can be updated.
2896         * TextBoxBase.cs: When the border style is changed, update the
2897         border sizes.
2898
2899 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
2900
2901         * Control.cs: Respect DefaultPadding.
2902         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
2903         padding into account.
2904         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
2905
2906 2007-04-19  Jackson Harper  <jackson@ximian.com>
2907
2908         * TextControl.cs: Oops, we need to use the ClientRect not the
2909         bounds here.
2910
2911 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2912
2913         * ListView.cs: In ItemControl.ItemsMouseDown, take into
2914         account the double clicks when CheckBoxes are used and
2915         the pointer is inside the checkbox. Fixes part of #81191.
2916
2917 2007-04-18  Jackson Harper  <jackson@ximian.com>
2918
2919         * TextControl.cs: Pressing the end key shouldn't move the caret
2920         past the line ending.
2921         * TextBoxBase.cs: We can still delete if we are in the line
2922         ending and the combine will just kill the existing line ending.
2923
2924 2007-04-18  Jackson Harper  <jackson@ximian.com>
2925
2926         * TextControl.cs: We can't move lines, then invalidate their
2927         bounds, we need to get the old bounds and combine that with the
2928         new bounds.
2929         * TextBoxBase.cs: Before combining two lines for a delete, we need
2930         to invalidate the area of the old line, since that will be moved
2931         in the combine operation.
2932
2933 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
2934
2935         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
2936         with transparent background. Fixes #80482.
2937
2938 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
2939
2940         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
2941         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
2942         [Fixes bug #81391]
2943
2944 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2945
2946         * CreateParams.cs: Add a couple of helper methods and do a less string
2947           concatenation in ToString.
2948         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
2949           overload that takes a Control parameter, since this method may be
2950           called before a control is assigned to the hwnd (from
2951           CreateWindow), and update CreateWindow to use the new overload. In
2952           GetMenuOrigin subtract the title bar from the y position if the
2953           form has a window manager (since we're painting it and not X).
2954         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
2955           CreateParams to calculate the origin (since border sizes may vary).
2956           In ScreenToMenu only subtract the title height if we actually have
2957           a title.
2958         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
2959           mdi children never have menus of themselves.
2960         * InternalWindowManager.cs: Implement menu handling like form does.
2961           Added GetMenuOrigin to calculate the menu origin, can't use the
2962           CreateParams from the form like normally since it's lying.
2963         * Hwnd.cs: Implement GetBorderSize better (in the sense more
2964           windows-like) and add Inflate and comparison operators to the
2965           Borders type. When calculating MenuOrigin and it's a form with a
2966           window manager, use the window manager to calculate it.
2967
2968 2007-04-17  Chris Toshok  <toshok@ximian.com>
2969
2970         * Control.cs (CreateControl): turns out in 2.0 we don't need this
2971         OnBindingContextChanged thing here.  It's only generated from
2972         ContainerControl.OnCreateControl.  Fixes a newly written unit test
2973         - BindingTest.BindingContextChangedTest4.
2974         
2975 2007-04-17  Jackson Harper  <jackson@ximian.com>
2976
2977         * ScrollBar.cs: When setting values, make sure the current
2978         position stays within the new values range.
2979
2980 2007-04-17  Chris Toshok  <toshok@ximian.com>
2981
2982         * Control.cs (CreateControl): talk about a bizarre corner case.
2983         Don't emit OnBindingContextChanged here if we're a parentless
2984         control (i.e. if we're a form.).  Fixes
2985         BindingTest.BindingContextChangedTest2.
2986
2987 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
2988
2989         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
2990         from win32. Fixes #81255.
2991
2992 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
2993
2994         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
2995         already present in CalculateButtonTextAndImageLayout.
2996
2997 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2998
2999         * XplatUIX11.cs: When setting min/max size for a window we need to
3000           translate the coordinates to x coordinates. Create an overload of
3001           SetWindowMinMax that takes a CreateParams handling this, and change
3002           SetWMStyles to call this function (can't use Control.FromHandle in
3003           the SetWindowMinMax to get the control/CreateParams from the handle
3004           because the handle might not have been assigned to the control
3005           yet). Fixes #81371.
3006
3007 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3008
3009         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
3010         if StateImageList is non-null and it has less than two items (match MS
3011         behaviour). Also, in HandleNavKeys handle the Space key, calling
3012         the new ToggleItemsCheckState method, which tries to change the
3013         checked state of the selected items. Fixes part of #81191.
3014
3015 2007-04-16  Jackson Harper  <jackson@ximian.com>
3016
3017         * RichTextBox.cs: namespace cleanup.
3018
3019 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
3020
3021         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
3022
3023 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
3024
3025         [Fixes #79447]
3026         * Control.cs: Call invalidate in set_Region.
3027
3028         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
3029         it dont works here.
3030
3031 2007-04-16  Jackson Harper  <jackson@ximian.com>
3032
3033         * TextBoxBase.cs: When enter is pressed, we need to update all
3034         lines below the current.
3035
3036 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
3037
3038         * MdiClient.cs: Implement implicit menu merging for MDI
3039         children.  When a child form is active, if it has a menustrip
3040         and the parent form has a MainMenuStrip, automatically merge
3041         the menus.
3042
3043 2007-04-15  Andreia Gaita  <avidigal@novell.com>
3044
3045         * TabControl.cs: Refactored sizing methods to not repeat
3046         code all over the place. Tab bounds are now calculated
3047         as if alignment is top and single line, and only when 
3048         setting the bounds are the positions adjusted according
3049         to alignment. Replaced hardcoded positions, spacings and
3050         paddings by getting the values the ThemeEngine. 
3051         Fixes #79619.
3052         
3053         * Theme.cs: Change TabControl properties and methods so
3054         that all start with TabControl*. Added more properties
3055         to help remove hardcoded values on tabcontrol.
3056         Add CPDrawBorder3D declaration so the Theming classes
3057         can access it.
3058         
3059         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
3060
3061         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
3062         on the Theming namespace, and call the appropriate methods here.
3063         Change CPDrawBorder3D to public.
3064
3065 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3066
3067         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
3068         the control after firing the OnMouseUp event, instead of sending
3069         the message before the mentioned event. This is so we can match the
3070         MS behaviour. Fixes part of #80385.
3071
3072 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
3073
3074         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
3075         RightToLeft property.
3076
3077 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
3078
3079         * ToolStrip.cs: Add properties and internal methods to support merging.
3080         * ToolStripItem.cs: Add MergeAction and MergeIndex.
3081         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
3082         not trigger reparenting or layouts.
3083         * ToolStripManager.cs: Add Merge and RevertMerge methods.
3084         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
3085         is hosting the overflow menu.
3086
3087 2007-04-13  Jackson Harper  <jackson@ximian.com>
3088
3089         * TextControl.cs: Set the line ending correctly for the first
3090         inserted line.
3091
3092 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3093
3094         * Theme.cs: Update GetMethod to get the new definition for 
3095         KnownColors.Update (and fix theme color updates).
3096
3097 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
3098
3099         * MessageBox.cs: Fix some test and button position.
3100
3101 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3102
3103         * Form.cs: Consider the implicit controls in
3104         GetRealChildAtPoint. We need it since this method
3105         is called on Form when handling the some messages in
3106         WndProc, and need to consider those implicit ones too.
3107         Fixes #80385.
3108
3109 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
3110
3111         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
3112         if there are no ShortcutKeys set.
3113         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
3114         set, use it when painting.
3115
3116 2007-04-12  Jackson Harper  <jackson@ximian.com>
3117
3118         * TextControl.cs: Fix some off-by-one issues in line duplication
3119         and insertion in the undo manager. Also, overwrite the first tag
3120         of a line on insert, if it is just a zero lengthed tag. This
3121         prevents us from getting an extra stranded tag at the beginning of
3122         the first line.
3123
3124 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
3125
3126         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
3127         to calculated proper size including when handle was not created yet.
3128
3129 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3130
3131         * MdiWindowManager.cs: When moving a form, allow the form to be moved
3132           when the mouse is outside of it's parent's client rectangle. Fixes
3133           #79982 (take 3, part 2).
3134
3135 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3136
3137         * X11Structs.cs: Add a few ToString() overrides.
3138         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
3139           the window location in a window-manager independent way. Reworked
3140           FrameExtents, it now actually works. Reworked AddConfigureNotify
3141           and ReparentNotify handling to use GetTopLevelWindowLocation
3142           instead of the earlier, more hacky solution. Reworked SetWMStyles,
3143           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
3144           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
3145           for all other windows (fixes #81281 part 1), a toolwindow is hidden
3146           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
3147           and generally refactored to do as few calculations as possible
3148           inside the lock.
3149
3150 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
3151
3152         * Theme.cs: Change "reflective-contract" between MWF and SD to 
3153         minimize # of calls, avoid Color serialization and avoid updating 
3154         every "known colors" each time a single one is updated.
3155
3156 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
3157
3158         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
3159         when not readonly and the text is explicitly set. Code style updates.
3160         * DataGridTableStyle.cs: Removed extra line.
3161         * DataGrid.cs: Code style updates. Removed extra whitespace.
3162         * DataGridColumnStyle.cs: Code style updates. Removed extra 
3163         whitespace.
3164
3165 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3166
3167         * XplatUIX11.cs: Added comment that "fixes" #80021.
3168
3169 2007-04-09  Jackson Harper  <jackson@ximian.com>
3170
3171         * TextControl.cs: We don't need this -1 on the line count anymore.
3172
3173 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
3174
3175         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
3176         entered value to underlying type, and convert it back to a string to
3177         apply formatting. Modified GetFormattedValue to use TypeConverter
3178         if available.
3179
3180 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
3181
3182         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
3183         Use SubItems property when we want to ensure there's at least one
3184         subitem. Modified SubItems property to ensure there's always at least
3185         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
3186         the NRE's reported by MS.
3187
3188 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
3189
3190         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
3191         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
3192         Spaces to tabs. Removed extra tabs.
3193
3194 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
3195
3196         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
3197         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
3198
3199 2007-04-06  Jackson Harper  <jackson@ximian.com>
3200
3201         * TextBoxBase.cs: When a delete removes a line, recalculate all
3202         lines below that line (they need to get offsets setup correctly)
3203         and invalidate.
3204
3205 2007-04-05  Jackson Harper  <jackson@ximian.com>
3206
3207         * TextControl.cs: We need to invalidate across the width of the
3208         document when we are invalidating multiple lines.
3209         * TextBoxBase.cs: Don't delete into the line ending.
3210
3211 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3212
3213         * ListView.cs: Restore the check for the MouseHover event
3214         in ListView. It looks like the ListView fires more than one MouseHover
3215         event when HoverSelection is true  _only_ in weird-corner scenarios, but
3216         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
3217         event.
3218
3219 2007-04-05  Mike Kestner  <mkestner@novell.com>
3220
3221         * ListView.cs : raise MouseDown before updating selection.
3222         [Fixes #80373 tab 1&3]
3223
3224 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
3225
3226         * ToolStripRenderer.cs: Add static method to mirror image.
3227         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
3228         and RightToLeftAutoMirrorImage.
3229         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
3230
3231 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
3232
3233         * ToolStripSplitStackLayout.cs: Support Alignment property.
3234         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
3235
3236 2007-04-05  Jackson Harper  <jackson@ximian.com>
3237
3238         * TextControl.cs: Move around the line endings when crossing line
3239         boundaries.
3240         - When combining lines, strip the ending text off the first line.
3241
3242 2007-04-05  Jackson Harper  <jackson@ximian.com>
3243
3244         * TextControl.cs:
3245         * TextBoxBase.cs: Try to never move the cursor into the line
3246         ending.
3247         
3248 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3249
3250         * ToolStripItem.cs: Make sure we aren't firing mouse events when
3251         the item is disabled.  Also add a few missing methods.
3252
3253 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3254
3255         * ListView.cs: We don't need the MouseEnter/MouseLeave check
3256         to fire just one MouseHover event when HoverSelection is true, since
3257         .Net does fire more than one MouseHover event in that scenario. Also,
3258         fix the selection in HoverSelection, by invoking UpdateMultiSelect
3259         if MultiSelect is true, instead of only setting ListViewItem.Selected.
3260         Finally, we need to reset the Hover logic in MouseMove, even when we
3261         don't have a selected item.
3262
3263 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3264
3265         * ToolStrip.cs: Add several missing methods, properties, and events.
3266
3267 2007-04-04  Chris Toshok  <toshok@ximian.com>
3268
3269         * DataGridTextBoxColumn.cs: set the bounds of the text box to
3270         (0,0,0,0) in Commit, as MS does.
3271
3272         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
3273         make sure we set CurrentRow on a row header click *before* calling
3274         Select.  This moves the current cell (and the textbox) to the new
3275         row.  The call to Select then hides the textbox, giving us the
3276         correct behavior.  Fixes #80362.
3277
3278         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
3279         (ListChangedHandler): reorder the position/current changed events,
3280         and call UpdateIsBinding in the ItemAdded case.
3281
3282         * GridColumnStylesCollection.cs: add some columns events, one of
3283         which raises the CollectionChanged event.
3284
3285 2007-04-04  Jackson Harper  <jackson@ximian.com>
3286
3287         * TextControl.cs: When we delete multiple selection lines
3288         invalidate the selection area, don't need to do that for single
3289         lines because the final update view will handle it.
3290
3291 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3292
3293         * Control.cs: When we CreateControl, we need to also create all of the
3294         control's children.  The child's OnLoad must also fire before the parent's
3295         OnLoad.  Fixes the toolbox size in PDN.
3296
3297 2007-04-04  Jackson Harper  <jackson@ximian.com>
3298
3299         * TextBoxBase.cs: When the user presses enter, insert a line
3300         ending into the text. (Maybe this would be a good spot for
3301         Environment.NewLine).
3302         * TextControl.cs: Remove undo manager hack, line endings get
3303         inserted properly now.
3304         
3305 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
3306
3307         * MenuAPI.cs: 
3308         - Remove unneeded parameters in UpdateCursor.
3309         - Fix UpdateCursor to check if menu is active.
3310         - Call UpdateCursor when menu deactivate my click.
3311         [Fixes remaining issues from #80410]
3312
3313 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
3314
3315         * Control.cs: GetRealChildAtPoint method added, it make an
3316         recursive child control search for the point. 
3317
3318         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
3319         menu.
3320
3321         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
3322
3323 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
3324
3325         * Form.cs: Fix mouse position when send back mouse event after closes
3326         menu.
3327
3328 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
3329
3330         * Form.cs: Simplify the BUTTONDOWN for active tracker.
3331
3332 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
3333
3334         * Control.cs: Fix an issue where if a user resized a control inside
3335         a sizing method like OnResize, we would overwrite their explicit
3336         value.  Also, only call DefaultSize once in the constructor instead
3337         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
3338         nothing actually changed.
3339
3340 2007-04-03  Jackson Harper  <jackson@ximian.com>
3341
3342         * TextControl.cs: Don't attempt to copy text for lines with no
3343         text in them (technically this shouldn't happen, but we aren't
3344         always inserting line endings when we should be).
3345
3346 2007-04-03  Jackson Harper  <jackson@ximian.com>
3347
3348         * TextBoxBase.cs: Calculate the scrollbars before calculating the
3349         document, because this sets some of the document size properties
3350         that are needed.
3351
3352 2007-04-03  Jackson Harper  <jackson@ximian.com>
3353
3354         * TextBoxBase.cs: We need to calculate maximums even if this is
3355         not a multiline control, because the maxs are used for scrolling.
3356         - Display the caret after doing a page up/down, we need to
3357         manually display it because a proper CaretMoved event isn't
3358         triggered (this is because of the way the math is done to
3359         determine how far to scroll).
3360
3361 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
3362
3363         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
3364         (ToolBar was relying on SetBoundsCore to default the values sent 
3365         base off of BoundsSpecified.)
3366
3367 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3368
3369         * DateTimePicker.cs: Change Text so that when a null value or empty
3370           string is assigned to the test we always raise ValueChanged and
3371           TextChanged (earlier implementation would only raise ValueChanged
3372           if the current date value was different from DateTime.Now).
3373
3374 2007-04-03  Andreia Gaita <avidigal@novell.com> 
3375
3376         * ButtonBase: Call update after invalidation, fixes #80194
3377
3378 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3379
3380         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
3381           #79335.
3382
3383 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3384
3385         * XplatUIX11.cs: SetWMStyles: If the control is a form with
3386           FormBorderStyle = None, don't give the window any decorations.
3387           Fixes #81276.
3388
3389 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3390
3391         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
3392         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
3393           to check for is a mix of several styles (such as WS_CAPTION for
3394           instance).
3395         * Control.cs: Don't paint an area bigger than the client area when
3396           painting the background colour. Add an internal GetCreateParams.
3397           Update calls to XplatUI.CalculateWindowRect due to API change.
3398         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
3399           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
3400           the size if it hasn't been handled by any windows. When creating
3401           and moving windows, X wants the location of the entire window, but
3402           the size of the client window, so add
3403           TranslateClientRectangleToXClientRectangle,
3404           TranslateWindowSizeToXWindowSIze and
3405           TranslatedXWindowSizeToWindowSize to cope with this, and call them
3406           before every window creation and move. Update CalculateWIndowRect
3407           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
3408           In AddConfigureNotify don't do anything if the hwnd is a zombie
3409           (fixes the BadWindow we were getting while running the tests),
3410           always calculate the offsets when it's a parentless window, not
3411           only when reparented, and translate the window size, since we're
3412           getting the client size of the whole window, excluding entire
3413           window.
3414         * Theme.cs: Added BorderSizableSize.
3415         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
3416           anymore. Update calls to XplatUI.CalculateWindowRect due to API
3417           chang
3418         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
3419           change. Fake the window styles here instead of in XplatUIWin32 so
3420           that all back-ends get the same window styles (and it's Form that's
3421           deciding when to use wm, not the Win32 backend anyways)
3422         * Hwnd.cs: Completely reworked GetWindowRectangle and
3423           GetClientRectangle - they are now passed a CreateParams and they
3424           only use Style and ExStyle to determine the rectangles (they should
3425           now work just like Win32AdjustWindowRectEx - though quite a few
3426           special cases are probably missing). They should also be 100%
3427           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
3428           == rect), and all numbers (borders, menu sizes) are taken from the
3429           current theme. Added a GetBorders helper function that will return
3430           the borders for any given CreateParams (including captions and
3431           menus), and GetBorderSize that returns the given border size only.
3432         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
3433           Hwnd.GetClientRectangle.
3434
3435 2007-04-02  Chris Toshok  <toshok@ximian.com>
3436
3437         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
3438         logic between the values we present to the user and the values
3439         which are stored in the column's property.  Also, don't call
3440         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
3441
3442 2007-04-02  Jackson Harper  <jackson@ximian.com>
3443
3444         * TextBoxBase.cs: Scroll faster!
3445
3446 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
3447
3448         * StatusStrip.cs: Layout fixes for PDN.
3449         * ToolStrip.cs: Set item's available to true, and placement to main when
3450         added.
3451         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
3452         changing in setter before doing any work, add InternalVisible.
3453         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
3454         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
3455         infinite loop.
3456
3457 2007-04-02  Jackson Harper  <jackson@ximian.com>
3458
3459         * TextBox.cs: LBUTTON does not make the textbox select all of it's
3460         text on focus.
3461
3462 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3463
3464         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
3465           Makes ToolStripComboBoxes show up again.
3466
3467 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3468
3469         * ListView.cs: Add a hover_pending field in ListView
3470         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
3471         cycle (we are resetting the MouseHover logic in XplatUI
3472         to handle HoverSelection). Fixes #80429.
3473
3474 2007-04-02  Jackson Harper  <jackson@ximian.com>
3475
3476         * TextControl.cs: Make sure the attributes get set on the last
3477         tag.
3478         - Still have to do the end tag if we have stepped all the ways to
3479         the end.
3480
3481 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3482
3483         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
3484         on an internal libgdiplus call when the information is already 
3485         available via the public API.
3486
3487 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3488
3489         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
3490           control is removed from a control collecftion.
3491         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
3492           Fixes FormPropertyTest (failed on rare occasions).
3493         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
3494           of Win32SetParent (when changing from no parent to a parent it
3495           might add the new parent's location in screen coordinates to this
3496           window's location).
3497         * Form.cs: Rework ChangingParent once again, now the handle is
3498           recreated whenever a FormWindowManager is added or removed (that is
3499           whenever a normal form is parented or abandoned). Also change
3500           CreateParams so that all non-toplevel windows always get the
3501           specified sice (StartupPosition is never considered for
3502           non-TopLevel forms).
3503         * ContainerControl.cs: Add ChildControlRemoved, the container control
3504           needs to be notified when a control is removed from it's
3505           collection, in the case the removed control is the active control.
3506
3507 2007-04-02  Jackson Harper  <jackson@ximian.com>
3508
3509         * RichTextBox.cs: Use the new methods for setting the font and
3510         color, these methods set the specified attribute without
3511         overriding the other attributes.
3512
3513 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
3514
3515         * ToolStripPanel.cs: Fixes for better layouts in PDN.
3516
3517 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
3518
3519         * TextBox.cs: Added internal ChangeBackColor method to special-case
3520         Color.Empty. Added check for invalid ScrollBars value.
3521         * TextBoxBase.cs: Added internal ChangeBackColor method.
3522         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
3523         internal ChangeBackColor method to special-case Color.Empty. Added
3524         check for invalid ScrollBars value.
3525
3526 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
3527
3528         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
3529
3530 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
3531
3532         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
3533         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
3534         [Based on submitted patch from Olivier Duff.]
3535
3536 2007-03-30  Jackson Harper  <jackson@ximian.com>
3537
3538         * TextBox.cs: Only select all on initial focus if the user has not
3539         specified a selection area.
3540
3541 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
3542
3543         * UserControl.cs: Override CreateParams.
3544
3545 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3546
3547         [ Fixes #80995 ]
3548
3549         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
3550         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
3551           check for is a mix of several styles (such as WS_CAPTION for instance).
3552         * Control.cs: Don't paint an area bigger than the client area when painting
3553           the background colour. Add an internal GetCreateParams. Update calls to
3554           XplatUI.CalculateWindowRect due to API change.
3555         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
3556           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
3557           hasn't been handled by any windows. When creating and moving windows, X
3558           wants the location of the entire window, but the size of the client
3559           window, so add TranslateClientRectangleToXClientRectangle,
3560           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
3561           to cope with this, and call them before every window creation and move.
3562           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
3563           removing DeriveStyles). In AddConfigureNotify don't do anything if the
3564           hwnd is a zombie (fixes the BadWindow we were getting while running the
3565           tests), always calculate the offsets when it's a parentless window, not
3566           only when reparented, and translate the window size, since we're getting
3567           the client size of the whole window, excluding entire window.
3568         * Theme.cs: Added BorderSizableSize.
3569         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
3570           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
3571         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
3572           Fake the window styles here instead of in XplatUIWin32 so that all
3573           back-ends get the same window styles (and it's Form that's deciding when
3574           to use wm, not the Win32 backend anyways)
3575         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
3576           they are now passed a CreateParams and they only use Style and ExStyle
3577           to determine the rectangles (they should now work just like
3578           Win32AdjustWindowRectEx - though quite a few special cases are probably
3579           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
3580           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
3581           sizes) are taken from the current theme. Added a GetBorders helper
3582           function that will return the borders for any given CreateParams
3583           (including captions and menus), and GetBorderSize that returns the given
3584           border size only.
3585         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
3586           Hwnd.GetClientRectangle.
3587
3588 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3589
3590         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
3591           layout of the mdi children is handled by CreateParams. Fixes
3592           #79964,
3593
3594 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3595
3596         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
3597         processed.
3598
3599         * Form.cs: When active tracker mouse down is not processed, send event 
3600         back to control inside mouse position. [Fixes #81227]
3601
3602 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
3603
3604         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
3605         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
3606         stealing focus from the active form on Windows.  (Control will be made
3607         visible in ShowWindow.)
3608
3609 2007-03-29  Mike Kestner  <mkestner@novell.com>
3610
3611         * ImageList.cs : add internal Changed event.
3612         * ListView.cs : hook up to StateImageList.Changed to perform
3613         invalidations when the the state icon list changes. [Fixes #81191]
3614
3615 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
3616
3617         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
3618         to prevent tooltips from stealing focus from the active form on Windows.
3619
3620 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3621
3622         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
3623
3624         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
3625
3626 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3627
3628         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
3629         balloons.
3630
3631 2007-03-29  Jackson Harper  <jackson@ximian.com>
3632
3633         * TextControl.cs: When deleting text from non multiline textboxes,
3634         we need to update the entire document, because line offsets will
3635         be shifting.
3636
3637 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
3638
3639         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
3640         added to theme, now we can create themes that uses diferent notify engines
3641         like notification-daemon from galago project or growl for Mac OS.
3642
3643 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
3644
3645         * NotifyIcon.cs: Prevent Balloon to show in task bar.
3646
3647 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
3648
3649         * XplatUIX11.cs: Prevent system to open more than one balloon.
3650
3651         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
3652         some compiler warning messages.
3653
3654 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
3655
3656         [Fixes #79149]
3657
3658         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
3659
3660         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
3661         implemented, this methods is used by NotifyIcon.BalloonWindow class.
3662
3663         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
3664         systems.
3665
3666 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3667
3668         * ListViewItem.cs: Forgot to make Invalidate internal.
3669
3670 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3671
3672         * ListView.cs: Add a InvalidateSelection method to
3673         invalidate methods which are currently selected, and call
3674         it when setting FullRowSelect and HideSelection, instead of
3675         calling Redraw.
3676
3677 2007-03-28  Chris Toshok  <toshok@ximian.com>
3678
3679         * XplatUIX11.cs (UnmapWindow): reindent this block.
3680
3681         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
3682         the selection_start if we're moving the selection (that is, not
3683         extending it). Fixes bug #80461.
3684
3685 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3686
3687         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
3688         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
3689         create private ControlCollection.
3690
3691 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3692
3693         * Control.cs: We need to call OnVisibleChanged for our implicit
3694         children as well as our normal children.  Fixes scrollbars in
3695         comboboxes not showing up.
3696
3697 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3698
3699         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
3700         the check for IsHandleCreated first.  The check in CreateHandle is not
3701         good enough because CreateHandle can be overriden, and the override 
3702         should not be called if the handle is already created.
3703
3704 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
3705
3706         * ToolStrip.cs: Remove MonoTODO for tooltips.
3707         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
3708         * ToolStripContainer.cs: Add custom ControlCollection class.
3709         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
3710         * ToolStripDropDown.cs: Add some missing properties/methods.
3711         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
3712         * ToolStripItem.cs: Remove MonoTODO for tooltips.
3713         * ToolStripManager.cs: Add IsShortcutDefined.
3714         * ToolStripOverflow.cs: Override LayoutEngine.
3715         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
3716         * ToolStripSeparator.cs: Add ImageKey.
3717
3718 2007-03-28  Jackson Harper  <jackson@ximian.com>
3719
3720         * TextControl.cs: If a char delete removes a line ending, we need
3721         to update the ending style.
3722         - Make sure the line ending calcs get called.
3723
3724 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3725
3726         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
3727           it was making the new code not work. Fixed a typo in the new code
3728           as well. Fixes #79826.
3729
3730 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3731
3732         * XplatUIWin32.cs:
3733         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
3734         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
3735         - SystrayBalloon method implemented.
3736         [Add support for notifyicon balloon on win32, #79149]
3737
3738 2007-03-27  Mike Kestner  <mkestner@novell.com>
3739
3740         * ThemeWin32Classic.cs : update StateImageList selection to mirror
3741         the ms behavior when only one image is added to the list.
3742         [Fixes #81191]
3743
3744 2007-03-27  Jackson Harper  <jackson@ximian.com>
3745
3746         * TextControl.cs: Improvements to non multiline line ending
3747         drawing/measuing.
3748
3749 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3750
3751         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
3752
3753 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3754
3755         * NotifyIcon.cs: 
3756         - Balloon message handling added.
3757         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
3758
3759         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
3760         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
3761         to SystrayBalloon to me like other Systray method, also a
3762         handle parameter added.
3763
3764 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3765
3766         * ListView.cs: Show scrollbars even when items.Count == 0
3767         but the columns Width is bigger than the ListView.Width.
3768         Also, when columns.Count == 0 set layout_wd and layout_ht
3769         to the ClientRectangle values, so we don't show any scrollbar
3770         in that case.
3771
3772 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3773
3774         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
3775
3776 2007-03-27  Jackson Harper  <jackson@ximian.com>
3777
3778         * RichTextBox.cs: The RTF library decodes the text properly for us
3779         now.
3780
3781 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3782
3783         * ListView.cs: Display HeaderControl even when columns.Count == 0.
3784         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
3785         ListView header (HeaderControl), instead of Control.BackColor.
3786
3787 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
3788
3789         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
3790         Fixes tab control issues where controls would not show up because they
3791         never received their OnVisibleChanged call.
3792
3793 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
3794
3795         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
3796         BalloonTipShown).
3797
3798 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
3799
3800         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
3801         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
3802         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
3803         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
3804         the handle.  Fix WindowState by using the internal variable until we are 
3805         sure that we've been shown.
3806         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
3807         max or min.
3808         [Fixes bug #81198]
3809
3810 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3811
3812         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
3813           (at least borders). Fixes #79386 on Linux (with a small difference
3814           in behaviour: when trying to resize a caption-less window metacity
3815           shows the sysmenu. Resizing is still possible though).
3816         * XplatUIWin32.cs: When setting window styles send request an extra
3817           WM_NCCALCSIZE when it's a form without title (due to no text and no
3818           caption), since Win32 seems to calculate it wrong the first time we
3819           get the message, though the second time things work as they should.
3820         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
3821           newly reparented window might show up unparented. Update
3822           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
3823           there's no title text. Fixes #79386.
3824
3825 2007-03-27  Mike Kestner  <mkestner@novell.com>
3826
3827         * ListBox.cs : don't perform invalidations if the handle hasn't been
3828         created.  [Fixes #80753]
3829
3830 2007-03-27  Mike Kestner  <mkestner@novell.com>
3831
3832         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
3833         [Fixes #80428]
3834
3835 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
3836
3837         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
3838         needed to implement Balloon.
3839
3840 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3841
3842         * ListViewItem.cs: In the constructors that take
3843         an array of strings, don't use ListViewSubItemCollection.AddRange
3844         method to add items, since we need to have a different behaviour (in
3845         the constructors we add an item for each null string, opposed to
3846         the behaviour of AddRange, which adds nothing).
3847
3848 2007-03-26  Andreia Gaita  <avidigal@novell.com>
3849
3850         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
3851
3852 2007-03-26  Jackson Harper  <jackson@ximian.com>
3853
3854         * TextControl.cs: Draw and measure line endings when in non
3855         multiline mode.
3856         - When searching the text, count the end of the last line as a
3857         word boundary.
3858
3859 2007-03-26  Jackson Harper  <jackson@ximian.com>
3860
3861         * RichTextBox.cs: The selection_start and selection_end don't
3862         really track the correct tags for the selection. So we'll manually
3863         compute the correct tag here.
3864
3865 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3866
3867         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
3868           and Continuous styles. Fixes #79469.
3869
3870 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
3871
3872         * ToolStrip.cs: Implement Tooltips.
3873         * ToolStripItem.cs: Create internal method for determining tooltip.
3874
3875 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
3876
3877         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
3878
3879 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
3880
3881         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
3882         it prevents a problem thak keeps icon visible after application 
3883         closes on win32.
3884
3885 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
3886
3887         * NotifyIcon.cs: Balloon properties and methods created.
3888
3889         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
3890         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
3891
3892 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
3893
3894         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
3895
3896 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
3897
3898         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
3899         parameter indicates which aspects were explicit/user-set.
3900         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
3901
3902 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
3903
3904         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
3905         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
3906         SmallChange, and Value (2.0).
3907         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
3908
3909 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3910
3911         * ListView.cs: Always set item_control.Width in LayoutDetails
3912         if View is Details. Setting it later in CalculateScrollBars
3913         in a not-so-corner scenario (the sum of columns width is
3914         not bigger than the ListView width when handle is created, and then
3915         that sum gets bigger by increasing the width of the columns)
3916         causes a very weird recursion path (which shouldn't be happening,
3917         since header_control sets it in CalculateScrollBars too). This bug
3918         appeared after Chris' fixes for handle created issues, so probably
3919         it's related to some handle-creation time.
3920
3921 2007-03-23  Chris Toshok  <toshok@ximian.com>
3922
3923         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
3924         case where there's an add row, just so we don't end up in a case
3925         where it's not displayed (this happens when the row is partially
3926         obscured).  Fixes bug #79574.
3927
3928 2007-03-23  Jackson Harper  <jackson@ximian.com>
3929
3930         * TextControl.cs:
3931         * TextBoxBase.cs:
3932         * RichTextBox.cs: Preserve line endings in the lines text buffer,
3933         also added an enum that represents the line ending type. 
3934
3935 2007-03-23  Andreia Gaita  <avidigal@novell.com>
3936
3937         * NumericUpDown.cs: Fix logic so Text and Value properties are not
3938         messed with in every method call, but only from DownButton, 
3939         UpButton, UpdateEditText() and ValidateText. Fixes #80346
3940
3941 2007-03-23  Chris Toshok  <toshok@ximian.com>
3942
3943         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
3944         format objects if the format spec is "".  Fixes bug #80889.
3945
3946 2007-03-22  Miguel de Icaza  <miguel@novell.com>
3947
3948         * ToolStripPanel.cs (Join): added stubs to build PDN3
3949
3950         * Control.cs (AutoScrollOffset): Add.
3951
3952         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
3953         property, its only implemented for Win32, on X11 it defaults to
3954         some hardcoded value.
3955
3956         * ToolStripItem.cs (AllowDrop): Add property
3957
3958 2007-03-22  Mike Kestner  <mkestner@novell.com>
3959
3960         * ListView.cs : in FullRowSelect Details mode, only enable box
3961         selection if the user clicks over the "item" column outside of the
3962         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
3963
3964 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3965
3966         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
3967           handle is not created yet.
3968         * Form.cs: Select: Don't call CreateHandle if the handle is already
3969           created, avoids a stack overflow on Windows when we are recreating
3970           controls.
3971         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
3972           they are made visible, and override AfterTopMostControl to keep
3973           them on top when other controls are brought to front.
3974           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
3975           or force_*scroll_visible is true (old implementation always shows
3976           scrollbars when needed, no matter what auto_scroll was set to).
3977         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
3978           IsHandleCreated check.
3979
3980 2007-03-22  Andreia Gaita  <avidigal@novell.com>
3981
3982         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
3983         row or col separator.
3984         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
3985
3986 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
3987
3988         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
3989
3990 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
3991
3992         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
3993         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
3994         every time. Fixes #80410.
3995
3996 2007-03-22  Chris Toshok  <toshok@ximian.com>
3997
3998         * BindingSource.cs (AddNew): partially implement.
3999
4000         remove a couple of NotImplementedException's
4001         to get bug #81148 closed.
4002
4003 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4004
4005         [Fixes #80380]
4006         
4007         * Control.cs:
4008         - UpdateCursor method added to update the screen cursor.
4009         - GetAvailableCursor method added to return cursor for enabled tree,
4010         it searches for cursor on control and it's parent's for enabled control.
4011         - Call UpdateCursor method on setter of Cursor property.
4012         - On setter of Enabled call UpdateCursor when it is false, we need to
4013         change cursor to normal (or to this parent cursor) because cursor 
4014         setting theres no effect to disabled controls.
4015         - Some minor source changes to follow the coding style guidelines.
4016
4017         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
4018         controls.
4019
4020 2007-03-22  Chris Toshok  <toshok@ximian.com>
4021
4022         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
4023         generates.
4024
4025 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4026
4027         * XplatUIX11.cs: Implement default locations for forms.
4028         * Form.cs: Completely rework startup location for forms. Fixes #79964.
4029         * Hwnd.cs: Add previous_child_startup_location (to track the current
4030           startup location for any child forms of the current form) and
4031           previous_main_startup_location (to track the startup location for
4032           the current toplevel form).
4033
4034 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4035
4036         * Control.cs: Don't trigger a layout if an implicit control is added
4037         that isn't visible.  Also, don't notify the owner when an implicit control
4038         is added.  (Owners shouldn't even know about their implicit controls.)
4039
4040 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4041
4042         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
4043         to save some re-layouts.
4044
4045 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
4046
4047         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
4048         [Fixes #81203]
4049
4050 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4051
4052         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
4053         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
4054
4055 2007-03-21  Mike Kestner  <mkestner@novell.com>
4056
4057         * ListView.cs : disable selection update for non-left button clicks
4058         with mods and over selected items.  [Fixes #80524]
4059
4060 2007-03-20  Jackson Harper  <jackson@ximian.com>
4061
4062         * TextControl.cs:
4063         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
4064         \r\r\n, \n.
4065
4066 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4067
4068         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
4069           very probably a more complicated calculation there. Update the
4070           textbox' ForeColor and BackColor when the ComboBox' colors are
4071           changed. Change the border change in LayoutComboBox to only affect
4072           the textbox, not all the calculations there. Seems to fix most of
4073           #79436.
4074
4075 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4076
4077         * ComboBox.cs: Handle Home and End keys as well as all combinations of
4078           modifiers + navigation keys as input keys, enables advanced text
4079           selection in the combobox (like Shift+Left Arrow for instance).
4080           ComboTextBox now overrides Focused and returns whatever
4081           ComboBox.Focused returns, since it really should be focused
4082           whenever the ComboBox is. Fixes #80795. Also make the border around
4083           the text box one pixel bigger, as mentioned in #79436.
4084
4085 2007-03-20  Jackson Harper  <jackson@ximian.com>
4086
4087         * TreeView.cs: Don't offset the images, this was causing some
4088         artifacts when expanding/collapsing with images that were the
4089         exact height of the treenode.
4090
4091 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4092
4093         * TrackBar.cs: Query the theme for the correct value when the mouse
4094           moves and the thumb is pressed. 
4095         * Theme.cs: Added TrackBarValueFromMousePosition
4096         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
4097           implementation was updating the trackbar value when drawing, now
4098           the drawing methods only draw. Fixes #80900. Refactored the
4099           calculations out to TrackBarValueFromMousePosition and
4100           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
4101           according to the mouse position whenever it wants to. Changed the
4102           light coloured pen when drawing the thumb from ControlLight to
4103           ControlLightLight, because the ControlLight is the same colour as
4104           the background so the 3D effect is lost. 
4105
4106 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4107
4108         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
4109         defined. Fixes #80784.
4110
4111 2007-03-20  Marek Habersack  <mhabersack@novell.com>
4112
4113         * ContextMenuStrip.cs: align with the change introduced in
4114         revision 74664.
4115
4116 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4117
4118         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
4119         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
4120         in SetTopmost.
4121
4122 2007-03-19  Chris Toshok  <toshok@ximian.com>
4123
4124         * Control.cs (WmPaint): don't make use of the Handle property
4125         after an event is emitted, as the user could have closed the
4126         form/destroyed the control.  Store the Handle in a local variable
4127         and make use of that.  Fixes bug #80768.
4128
4129 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4130
4131         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
4132         behavior in X11 environments.
4133
4134 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4135
4136         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
4137         because on setter of topmost we dont call SetTopmost when handle is not
4138         created.
4139
4140 2007-03-20  Jackson Harper  <jackson@ximian.com>
4141
4142         * TextControl.cs: Need to use SelectionLength () not
4143         selection_length, since that var is reset to -1.
4144         - Draw the caret when we don't have focus.
4145         * TextBox.cs: The selectall actually doesn't occur until the first
4146         focus.
4147         * TextBoxBase.cs: Need to update the caret position after a
4148         selectall.
4149         
4150 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4151
4152         * ListView.cs: Enable scrolling when using Tile view.
4153
4154 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4155
4156         [Fixes #80902]
4157
4158         * XplatUIDriver.cs: Abstract SetOwner method created.
4159
4160         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
4161         must be implemented and was masked as todo.
4162
4163         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
4164         GWL_HWNDPARENT.
4165
4166         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
4167         cheking for null owner to remove transient. The SetTopmost will be change
4168         on a decond step.
4169
4170         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
4171         SetTopmost. Now owned forms will work properly in win32 and X11.
4172
4173 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4174
4175         * MdiWindowManager.cs: Update function name.
4176         * Form.cs: After closing a form MdiParent is always null.
4177         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
4178           better what it should do: necessary book-keeping when the form is
4179           closed, it should not close the form itself.
4180
4181 2007-03-19  Andreia Gaita  <avidigal@novell.com>
4182
4183         * ListViewItem.cs: Fix back and fore color. The subitems only
4184         use their own colors if they are set, otherwise use the listview's
4185         colors. Don't set default colors on constructor for subitem.
4186         Fixes #79315.
4187
4188 2007-03-19  Mike Kestner  <mkestner@novell.com>
4189
4190         * ListView.cs : make box selection for Details views with 
4191         FullRowSelect conform to MS behavior when clicking in the "item" 
4192         column and clicking outside the defined columns.
4193         [Fixes case 5-6 of #80374]
4194
4195 2007-03-19  Chris Toshok  <toshok@ximian.com>
4196
4197         * ScrollableControl.cs: create the controls from within the ctor,
4198         but don't actually add them until our handle is created.  this
4199         fixes a NRE possibility jpobst found (if you override OnLayout in
4200         a subclass, it's called before your ctor).  Also, add a
4201         IsHandleCreated guard to UpdateSizeGripVisibility as well.
4202
4203 2007-03-19  Jackson Harper  <jackson@ximian.com>
4204
4205         * TextBox.cs: Reduce the amount of invalidation we do.
4206         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
4207         some of them are true by default on MS.
4208         - Add some functions to reduce the amount of invalidates we do.
4209         * TextControl.cs: Less invalidation.
4210
4211 2007-03-19  Chris Toshok  <toshok@ximian.com>
4212
4213         [ Fixes #81773, and *seems* to fix #81553 as well ]
4214
4215         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
4216         AccumulateDestroyedHandles.  We need to do it *after* we send
4217         WM_DESTROY, as the user's code can access Control.Handle in
4218         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
4219         move the WM_DESTROY/zombie handling to before the call to
4220         XDestroyWindow.  For some reason without this ordering
4221         FormTest.RecreateHandle hangs.  This ordering is semantically
4222         equivalent, however, as XDestroyWindow is async anyway.
4223
4224 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
4225
4226         * RichTextBox.cs: Reset backcolor_set after setting default.
4227
4228 2007-03-19  Chris Toshok  <toshok@ximian.com>
4229
4230         * ScrollableControl.cs: the scroll position should not effect the
4231         canvas size.  commit patch from georgegiolfan@yahoo.com, which
4232         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
4233         
4234 2007-03-19  Chris Toshok  <toshok@ximian.com>
4235
4236         * ScrollableControl.cs: clean this up a bit.  create the
4237         scrollbars in the ctor and just show/hide them as needed.  Also,
4238         make hscroll_visible/vscroll_visible internal to Recalculate, and
4239         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
4240         everywhere else.  This seems to fix the scrollbars appearing
4241         beneath the content for me (i have *no* idea why that is,
4242         however.)
4243
4244 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
4245
4246         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
4247         some redundacy for stuff in Anchor and Dock that base will take care of.
4248         [Fixes #80762]
4249
4250 2007-03-19  Mike Kestner  <mkestner@novell.com>
4251
4252         * ListView.cs : make box selection for Details views without 
4253         FullRowSelect dependent on the text bounds, not item bounds.
4254         * ListViewItem.cs : add an internal property to obtain the TextBounds
4255         in Details view.  [Fixes case 1-4 of #80374]
4256
4257 2007-03-19  Andreia Gaita  <avidigal@novell.com>
4258
4259         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
4260         we're < 2.0. #78448 && #80316
4261
4262 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
4263
4264         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
4265         have the same style available as the previously selected one.  Also,
4266         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
4267
4268 2007-03-19  Jackson Harper  <jackson@ximian.com>
4269
4270         * TextControl.cs: Add an alignment property that all new lines
4271         will be given.
4272         - Make sure to use the align shift when calculating the line's X
4273         position.
4274         * TextBox.cs: Set the alignment on the document as well as on all
4275         the document lines.
4276
4277 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4278
4279         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
4280           throw if setting the parent of an mdichild that already has an
4281           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
4282           AssemblyProductAttribute in the assembly, use the type's namespace (as
4283           MS seems to do). CreateControl: don't create the handle if the control
4284           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
4285           create handle if the control is not a form. Change FocusInternal to
4286           virtual so that it can be overriden by Form.
4287         * TextBox.cs: Update call to FocusInternal.
4288         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
4289           form is not a toplevel form when it's a mdi child, so update is_toplevel
4290           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
4291           hasn't been created. Show (IWin32Window): Don't allow this overload for
4292           toplevel windows. CenterToParent/CenterToScreen/Select: create the
4293           handle as MS does. SetVisibleCore: if called on a MdiChild and the
4294           parent isn't visible yet, save the visibility and restore it when the
4295           parent is made visible.
4296         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
4297           methods, since the visibility of the scrollbars can be changed from
4298           several places, not only from AutoScroll.
4299           [Fixes #81179]
4300
4301 2007-03-19  Jackson Harper  <jackson@ximian.com>
4302
4303         * RichTextBox.cs: Enable shortcuts by default.
4304         * TextBoxBase.cs: Add conditional shortcuts.  
4305
4306 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
4307
4308         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
4309
4310 2007-03-19  Chris Toshok  <toshok@ximian.com>
4311
4312         [ Fixes bug #80604]
4313         
4314         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
4315         swallow the message we're waiting on, instead of delivering it, as
4316         this is only used for the WM_SHOWWINDOW raised from
4317         MapWindow/UnmapWindow, and the message needs to be generated
4318         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
4319         before doing the Map/Unmap.  Also make sure that the Hwnd is still
4320         alive after the message has been handled.
4321
4322         *before* the window is shown.
4323
4324         * Control.cs (CreateControl): guard a few more things inside the
4325         if (!is_created) block, as we might end up being called again -
4326         yay .net.
4327         (WmShowWindow): call CreateControl if we're showing the control.
4328
4329 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4330
4331         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
4332           controls without a handle if they have any parent with a handle. In
4333           Dispose add a check whether the handle is created or not before
4334           calling BeginInvoke, this removes the need of the extra disposing
4335           parameter (which was bogus anyway since it didn't prevent the
4336           invoke from happening, it only skipped the check for an existing
4337           handle, meaning that the invoke would call on an inexistent
4338           handle).
4339
4340 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
4341
4342         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
4343         appears in taskbar.
4344
4345 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
4346
4347         * MessageBox.cs:
4348         - Fixed a problem that dont show help button for messages with 3 buttons.
4349         - Refactory button size and position calculations, now dont use fixed 
4350         values, also fixed button sizes (#80043) and form's border space.
4351         - AddButton method created, now all other AddButton methods call this one.
4352         - Some other source code cosmetic changes.
4353
4354 2007-03-18  Jackson Harper  <jackson@ximian.com>
4355
4356         * RichTextBox.cs: Don't do this all fonts must match check if
4357         there is only one char selected.
4358
4359 2007-03-18  Jackson Harper  <jackson@ximian.com>
4360
4361         * TreeView.cs: ScrollWindow works properly now, so we don't need
4362         to screw around with the scroll area.  This fixes some artifacts
4363         when expanding and collapsing.
4364
4365 2007-03-18  Jackson Harper  <jackson@ximian.com>
4366
4367         * TextBoxBase.cs: Allow updating the selection position when the
4368         cursor is outside the textarea, but we have a capture.
4369         * TextControl.cs: A special case for when the cursor is outside
4370         the bounds of the TB.
4371         
4372 2007-03-18  Jackson Harper  <jackson@ximian.com>
4373
4374         * TextBoxBase.cs: Remove image pasting code for now.  There is no
4375         way to get an image on the clipboard right now anyways.
4376         * TextControl.cs:
4377         * RichTextBox.cs: Use the new RTF Picture class for pictures.
4378
4379 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
4380
4381         * MessageBox.cs:
4382         - Set window properties in constructor intead of on CreateParams.
4383         - Remove topmost from Window ExStyle.
4384         - Set ShowInTaskbar to false.
4385         - Set form border to FixedDialog.
4386         - Some cosmetic changes and remove unneeded comments.
4387         - It fixes itens 2,3 and 4 of bug #80043.
4388
4389 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
4390
4391         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
4392         none was explicitly set. Fixes part of bug #79949.
4393
4394 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
4395
4396         * ToolStripComboBox.cs: Add AutoComplete*.
4397
4398 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
4399
4400         * ToolStripComboBox.cs: Add FlatStyle.
4401
4402 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
4403
4404         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
4405         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
4406
4407 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4408
4409         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
4410           CheckBox.cs, RadioButton.cs, BindingSource.cs,
4411           DataGridColumnStyle.cs: Remove warnings.
4412
4413 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4414
4415         * Menu.cs: MergeMenu: Check menu argument for null before looping over
4416           it.
4417         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
4418           visibility of mdi child forms. FormSizeChangedHandler: update the
4419           maximized size if size has changed while maximized.
4420         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
4421           creating the handle.
4422         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
4423           avoid creating the handle if not created.
4424         * XplatUI.cs: Update debug output.
4425         * XplatUIStructs.cs: Added ToString's for a couple of structs.
4426
4427 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
4428
4429         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
4430         ProcessCmdKey().
4431         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
4432         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
4433         Implement keyboard shortcuts.
4434
4435 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
4436
4437         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
4438         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
4439         ColorDialog and all derived classes.
4440
4441 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
4442
4443         [ Fixes bug #79828 ]
4444
4445         * ToolBar.cs:
4446         - Rename ToolBarButtonInfor to ToolBarItem.
4447         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
4448         - Maintain an array of ToolBarItem, used instead of ToolBarButton
4449         collection to be able add same button more than one time on a toolbar.
4450         - Refactory all properties and methods to use ToolBarItem. 
4451
4452         * ToolBarButton.cs: 
4453         - Remove all propeties and methods that is now in ToolBarItem.
4454         - Rectangle propery now gets the rectangle from first ToolBarItem to
4455         mimic win32 behavior.
4456         - Size calculation and layout methods also removed.
4457
4458         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
4459         ToolBarItem instead of ToolBarButton to right drawing buttons when
4460         same button/separator was added more than one time to ToolBar.
4461
4462         * ThemeNice.cs: Same as above. 
4463
4464 2007-03-15  Andreia Gaita  <avidigal@novell.com>
4465
4466         * XplatUIX11.cs: Fire extra MouseMove events right after
4467         MouseDown and MouseUp, emulating win32's <censored> behaviour
4468         for apps that rely on it.
4469
4470 2007-03-15  Jackson Harper  <jackson@ximian.com>
4471
4472         * TextControl.cs:
4473         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
4474         it is drawn on the controls client window and there is no NC
4475         area.
4476         - Set the background color to gray on 2.0 when we are readonly.
4477
4478 2007-03-15  Chris Toshok  <toshok@ximian.com>
4479
4480         [ Fixes bug #81144 ]
4481         
4482         * XplatUIX11.cs: implement VirtualScreen independently of
4483         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
4484         property.
4485
4486 2007-03-15  Chris Toshok  <toshok@ximian.com>
4487
4488         * Hwnd.cs: add an internal field for the cached_window_state.
4489
4490         * XplatUIX11.cs: cache the window state, invalidating the cache
4491         (and thus re-querying the X server) only when we see an update to
4492         the _NET_WM_STATE property.
4493
4494 2007-03-15  Chris Toshok  <toshok@ximian.com>
4495
4496         * BindingSource.cs: get a lot of the unit tests working.
4497
4498 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
4499
4500         * Control.cs: Modify UpdateStyles to store distances when bounds >=
4501         0 instead of just bounds > 0.  [Fixes bug #80912]
4502
4503 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
4504
4505         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
4506         and methods.
4507
4508 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
4509         
4510         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
4511         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
4512         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
4513         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
4514
4515 2007-03-15  Chris Toshok  <toshok@ximian.com>
4516
4517         [ Fixes #81101 ]
4518         
4519         * Control.cs: add Ivan's fix for 81101, with a slight modification
4520         - you can set control.Target to null.
4521
4522 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
4523
4524         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
4525         HideDropDown, use Hide instead to prevent an NRE.
4526         [Fixes bug #81147]
4527
4528 2007-03-14  Jackson Harper  <jackson@ximian.com>
4529
4530         * TextBoxBase.cs: Mess with the creation stuff a little. We need
4531         to calculate the document before the handle is created, in some
4532         cases. (Actually just one case).
4533
4534 2007-03-14  Jackson Harper  <jackson@ximian.com>
4535
4536         * TextBoxBase.cs: Need to display the caret after letting the base
4537         wndproc handle the focus methods, because the caret display
4538         methods check the focus state.
4539         - Try to display the caret after updating it's position with SelectWord.
4540         - Don't need to do an immediate update on this recalc, since there
4541         will be an invalidate anyways.
4542
4543 2007-03-14  Jackson Harper  <jackson@ximian.com>
4544
4545         * TreeView.cs: Some workarounds so that we can match event order a
4546         little better.
4547
4548 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
4549
4550         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
4551         #80803. Avoid NullReferenceException when Control does not have
4552         parent. Fixed different blinkstyle issues. Only subscribe to Tick
4553         event a single time. Only draw error icon when control is created and
4554         visible. Fixes failing unit tests.
4555
4556 2007-03-14  Andreia Gaita  <avidigal@novell.com>
4557
4558         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
4559         Selecting events. Fire Leave and Enter events when changing tabs.
4560
4561 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
4562
4563         * TreeView.cs: Add TreeViewNodeSorter.
4564         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
4565
4566 2007-03-14  Chris Toshok  <toshok@ximian.com>
4567
4568         * Form.cs: go ahead and remove the RecreateHandles that jpobst
4569         removed earlier and I had him add back it.  It turns out metacity
4570         *does* in fact handle the MOTIF_WM_HINTS property changing, it
4571         just doesn't redraw the window titlebar until you resize the
4572         window.  This also means we aren't recreating the entire window
4573         hierarchy on X when you change this property.  And it looks better
4574         on windows, too.
4575
4576 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4577
4578         * ListViewItem.cs:
4579         * ListView.cs: Collecting selection information
4580         is now done in SelectedIndexCollection rather than in
4581         SelectedListViewItemCollection. This is done so we can
4582         have the selection information code in one single place
4583         (virtual mode selection information entirely depends on
4584         SelectedIndexCollection).
4585
4586 2007-03-13  Miguel de Icaza  <miguel@novell.com>
4587
4588         * ErrorProvider.cs: Add stubs for ISupportInitialize
4589
4590 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4591
4592         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
4593         in the right order with the right values, from the Checked property, 
4594         just as MS does (instead of triggering them from ListView).
4595
4596         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
4597
4598 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4599
4600         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
4601         the correct handler in OnItemCheck method (ItemCheckEventHandler 
4602         instead of EventHandler). This used to throw an InvalidCastException.
4603
4604 2007-03-13  Jackson Harper  <jackson@ximian.com>
4605
4606         * TextBoxBase.cs: Calculate the document before the handle is
4607         created, so there isn't an extra invalidate called.
4608
4609 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
4610
4611         * Form.cs: Don't set owner in ShowDialog until we are sure
4612         that we aren't going to throw an exception.  [Fixes bug #80773]
4613
4614 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
4615
4616         * TreeView.cs: Make it compile.
4617
4618 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4619
4620         * Control.cs: Another place we don't call SizeFromClientSize.
4621         * Form.cs: Another place we don't call SizeFromClientSize.
4622         [Fixes bug #81125]
4623
4624 2007-03-12  Jackson Harper  <jackson@ximian.com>
4625
4626         * TreeView.cs: Basically emulating some strangness here with
4627         exanding nodes and setting node positions when windows aren't
4628         created.
4629         - Also attempting to walk the node tree less than previously, and
4630         just use visible order calculations for determining offsets.
4631         - oops made scrolling backwards.
4632         * TreeNode.cs: We need to start nodes with a zero visible order,
4633         because the order calcs are based on the first nodes order.
4634
4635 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4636
4637         * Form.cs: Don't exit the program if RecreateHandle is called on
4638         the main form.
4639
4640 2007-03-12  Chris Toshok  <toshok@ximian.com>
4641
4642         * XEventQueue.cs: remove the use of PostQuitState.
4643
4644         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
4645         WM_QUIT message in GetMessage, return false (and if we're in the
4646         nested WaitForHwndMessage, repost the WM_QUIT message).
4647
4648 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4649
4650         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
4651         or the MaximizeBox properties.  [Part of bug #80640]
4652
4653 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
4654
4655         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
4656         no links.
4657
4658 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4659
4660         * ToolStripItem.cs: Fix some tests I broke by checking Visible
4661         instead of visible.
4662
4663 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
4664
4665         * FileDialog.cs: Use text of File name combobox to determine what
4666         files the user selected. Added tokenizer to parse the file names.
4667         Fixes bug #81123.
4668
4669 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
4670
4671         * Control.cs: We can't call SizeFromClientSize in the constructor,
4672         but we still need to do the same work, so make an internal version.
4673         [Fixes bug #80621]
4674
4675 2007-03-12  Jackson Harper  <jackson@ximian.com>
4676
4677         * TreeView.cs:
4678         * TreeNode.cs:
4679         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
4680         IsExpanded.
4681
4682 2007-03-12  Jackson Harper  <jackson@ximian.com>
4683
4684         * TextBoxBase.cs: Now that the handles are being created a little
4685         later, we need to make sure that the document is recalculated when
4686         the handle is created.
4687
4688 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
4689
4690         * Theme.cs: GetLinkFont abstract method added.
4691         
4692         * LinkLabel.cs: 
4693         - Remove CalcTrimRectangle, no longer needed.
4694         - Factor also remove, position issues must be fixed in libgdiplus.
4695         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
4696         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
4697         care about font used to draw links.
4698         - Set TabStop to true when control is "Selectable", control is selectable
4699         when have one or more links. Fixes #80501 (test case is also added).
4700         - Set the LinkArea values after links change, LinkArea values must be
4701         based in first link position and size, a test case was created.
4702         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
4703         the attribute must be true LinkArea.Length > 0. The same was applied to
4704         TabStop.
4705         
4706         * ThemeWin32Classic.cs: 
4707         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
4708         in draw method.
4709         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
4710         color change.
4711         - Draw focus rectangle for every parts focused, including parts that 
4712         is on another line, its because regions returns various rectangles
4713         and not only one. Needed to mimic W32 look.
4714         - Uses Graphics.Clip to delimite region painted, it mean that now 
4715         complete text is passed to DrawString, with this we solve layout
4716         issues without create another text renderer.
4717         - Uses Region.Intersect to fix some flickers problems, now only needed
4718         parts will redrawed.
4719         - This changes fixes #79614 and some other unreported issues, on Linux 
4720         some layout problems still remain, the problem is under 
4721         MeasureCharacterRanges but it is an libgdiplus bug.
4722
4723 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
4724
4725         * TextBox.cs: Set for foreground color.
4726         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
4727         this is already done in Control.
4728
4729 2007-03-10  Jackson Harper  <jackson@ximian.com>
4730
4731         * TextBox.cs: Set the background color, but reset the
4732         backcolor_set flag which is just for the user setting the
4733         background color.
4734
4735 2007-03-09  Chris Toshok  <toshok@ximian.com>
4736
4737         * Control.cs: really remove the call to XplatUI.SetVisible from
4738         CreateHandle(), like I said I did when I merged the branch.
4739
4740         * BindingSource.cs: implement some more of this stuff.
4741
4742 2007-03-09  Jackson Harper  <jackson@ximian.com>
4743
4744         * TextBox.cs: Don't explicitly set our background colors.
4745         * TextControl.cs:
4746         * TextBoxBase.cs: Draw readonly text.
4747         - Need to invalidate when backcolor or readonly are changed.
4748         
4749 2007-03-09  Jackson Harper  <jackson@ximian.com>
4750
4751         * TextBoxBase.cs: Don't set the forecolor until the handle is
4752         created.
4753         - Do not raise OnPaint, and removed some old debug code.
4754
4755 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
4756
4757         * ScrollableControl.cs: Fix mouse wheel scrolling.
4758
4759 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
4760
4761         * Control.cs: Wire up MouseDoubleClick event.
4762
4763 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
4764
4765         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
4766         top or bottom.
4767         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
4768         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
4769         item is added.  This logic was moved to ToolStrip.OnItemAdded.
4770         [Fixes bug #81090]
4771
4772 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4773
4774         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
4775
4776 2007-03-08  Jackson Harper  <jackson@ximian.com>
4777
4778         * TreeView.cs: Show the correct image for selected node (this used
4779         to work, not sure how the code got deleted). Also implemented 2.0 feature
4780         SelectedImageKey.
4781
4782 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4783
4784         * ListView.cs:
4785         * ListViewItem.cs: Cache index in items when retrieving them
4786         in VirtualMode.
4787
4788 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
4789
4790         * ToolStripItem.cs: Don't return the explicit_size if we are using 
4791         AutoSize.  Fixes invalidation issue when user has explicitly set a
4792         size and has AutoSize = true.
4793
4794 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
4795
4796         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
4797
4798 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4799
4800         * DataGridView.cs: Remove event handler from DataView when a
4801         DataTable is used as DataSource.
4802
4803 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
4804
4805         * Control.cs: Create internal setter for client_size to allow it to be
4806         set without triggering resizing code.
4807         * Form.cs: Calculate client_size in constructor, only change client_size
4808         in FormBorderStyle property if Handle has been created.
4809         [Fixes #80574, #80791]
4810
4811 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
4812
4813         * SystemInformation.cs: Add TerminalServerSession.
4814
4815 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
4816
4817         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
4818         TreeView code.
4819
4820 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
4821
4822         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
4823         Handle before we were supposed to.  Now checks ActivateOnShow property
4824         in Control.
4825         * Control.cs: Add internal ActivateOnShow property.
4826         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
4827         for ActivateOnShow.
4828         * Hwnd.cs Remove no longer needed no_activate field.
4829
4830 2007-03-07  Jackson Harper  <jackson@ximian.com>
4831
4832         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
4833         2.0 properties
4834         * DrawTreeNodeEventHandler.cs: Add
4835         * DrawTreeNodeEventArgs.cs: Correct default value.
4836         
4837 2007-03-07  Chris Toshok  <toshok@ximian.com>
4838
4839         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
4840         to be called before NativeWindow.WndProc.  Put the HwndCreating
4841         magic there to hook up our Hwnd's to handles.
4842
4843 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
4844
4845         * DataGridView.cs: Comment out debug code.
4846
4847 2007-03-07  Chris Toshok  <toshok@ximian.com>
4848
4849         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
4850         to make the rest of the world happy]
4851
4852         * Control.cs (CreateHandle): there's no need to call
4853         XplatUI.SetVisible here, it's effectively done by
4854         XplatUI.CreateWindow on X now, and always was on windows.
4855
4856         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
4857         shortcircuit out of the loop if we have a message loop running on
4858         this thread.
4859
4860         [Changelog from merge]
4861
4862         2007-03-05  Chris Toshok  <toshok@ximian.com>
4863
4864                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
4865                 causes handle creation.
4866
4867         2007-02-28  Chris Toshok  <toshok@ximian.com>
4868
4869                 * ApplicationContext.cs: Add a flag to make sure we only raise the
4870                 ThreadExit event once (ExitThreadCore can be indirectly called
4871                 from a few places.)  I don't like the additional flag, but it
4872                 makes the event ordering/count correct.
4873
4874                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
4875                 without locking the collection.  An enumerator doesn't give us any
4876                 protection from modification anyway.  Lock the thread hash and
4877                 replace the complicated enumerator loop with a foreach.
4878                 (Application.CloseForms): make internal so it can be called from
4879                 ApplicationContext.  This should probably be moved to MWFThread.
4880                 (Application.ExitThread): don't call MWFThread.Current.Exit()
4881                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
4882                 when the runloop exits (in response to WM_QUIT.)
4883                 (Application.RunLoop): add a comment (and check) for
4884                 context.MainForm being null after setting context.MainForm.Visible
4885                 = true.  This is because you're perfectly free to dispose of a
4886                 form in VisibilityChanged.  Chalk this up to another case where we
4887                 need to synchronously generate WM_ACTIVATE from Control.Show.
4888                 Also, add handling for WM_QUIT here so we'll exit the loop.
4889                 
4890                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
4891                 fact that we don't wait if we're only unmapping the whole_window
4892                 makes me a bit nervous, but it doesn't seem to cause any problems
4893                 yet.
4894
4895                 also, add a comment about the stupid, broken and wrong resetting
4896                 of PostQuitState to false in GetMessage().
4897
4898                 In PostQuitMessage, we need to add a WM_QUIT message to the
4899                 thread's queue.  We use the FosterParent to get the right
4900                 handle/hwnd/queue.
4901
4902                 Lastly, in SetVisible, we need to unmap both windows, since the
4903                 waiting only happens when we're unmapping the client window.  So
4904                 now, the *only* time we unmap just the whole_window is in the hack
4905                 for resizing a control to 0,0.
4906                 
4907         2007-02-21  Chris Toshok  <toshok@ximian.com>
4908
4909                 * Application.cs (CloseForms): rewrite this so that we don't
4910                 modify the list while we're traversing it.
4911
4912         2007-02-20  Chris Toshok  <toshok@ximian.com>
4913
4914                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
4915                 of OnHandleCreated.
4916                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
4917                 handle is created.  otherwise we'll create it here.
4918                 (VerticalScrollEvent): same here.
4919
4920                 * Application.cs (CloseForms): call Form.Dispose, don't post
4921                 WM_CLOSE_INTERNAL.
4922
4923                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
4924                 here. Application should Dispose() of the Form's.
4925
4926                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
4927                 WM_DESTROY as well.
4928                 (MapWindow,UnmapWindow): only actually do the waiting for
4929                 SHOWWINDOW if the control we're dealing with is a Form.
4930                 (CreateWindow): if the control isn't a form, SendMessage
4931                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
4932
4933                 * Control.cs (SetVisibleCore): always use is_visible here, not
4934                 value.  If we use value, we can end up re-setting something
4935                 visible if, for instance, you do Control.Hide() in a delegate
4936                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
4937
4938         2007-02-20  Chris Toshok  <toshok@ximian.com>
4939
4940                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
4941                 the message we need.  PeekMessage returning false should not be a
4942                 condition under which we exit the loop.
4943
4944         2007-02-15  Chris Toshok  <toshok@ximian.com>
4945
4946                 * Control.cs (Refresh): only refresh if we've got a handle and are
4947                 visible.
4948                 (CreateAccessibilityInstance): CreateControl() here.
4949                 (UpdateChildrenZOrder): complicate the code loop even more by
4950                 taking into account controls that haven't had their handle
4951                 created, and those that aren't visible.  But on the flip side,
4952                 simplify the code by splitting it into two loops.  one which
4953                 builds up the list of child controls we're interested in, and the
4954                 other that sets the z order of those children.
4955
4956         2007-02-14  Chris Toshok  <toshok@ximian.com>
4957
4958                 * Control.cs: Control.AccessibilityObject causes the control to be
4959                 created, not just the handle.
4960
4961         2007-02-14  Chris Toshok  <toshok@ximian.com>
4962
4963                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
4964                 problem on X where a window might have its handle created (and be
4965                 visible) while the window is unmapped.  calling XConfigureWindow
4966                 on an unmapped window is bad, and generates X errors.
4967
4968         2007-02-13  Chris Toshok  <toshok@ximian.com>
4969
4970                 * Control.cs (CreateHandle): don't loop over our children setting
4971                 their parent here.  do it when in WndProc when we're shown.
4972                 (UpdateChildrenZOrder): make this internal so we can call it from
4973                 ScrollableControl.
4974                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
4975                 creating its handle.  Also, remove the calls to PerformLayout from
4976                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
4977                 OnVisibleChanged only seems to be called directly here for the
4978                 toplevel control.  It's propagated down the window hierarchy by
4979                 calls to child.OnParentVisibleChanged.
4980                 (OnVisibleChanged): don't do layout here - it's done (oddly
4981                 enough, according to a glance at stack traces on ms.net..) in
4982                 ScrollableControl.
4983                 
4984                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
4985                 z order of our children before calling PerformLayout.
4986
4987         2007-02-12  Chris Toshok  <toshok@ximian.com>
4988
4989                 [big change, fixes #80020]
4990                 
4991                 * AccessibleObject.cs: we need to make owner internal again to fix
4992                 some of ControlAccessibleObject.
4993
4994                 * Control.cs: lots of changes here.  add support for WM_CREATE,
4995                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
4996                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
4997                 we create child controls.  leave the MonoTODO's for the
4998                 accessibility calls, but fix the exceptions so the tests pass.
4999
5000                 Add the InvalidOperationExceptions to Invoke methods, and remove a
5001                 couple of InvokeInternal methods we aren't using.
5002                 
5003                 Also, add a couple of CreateHandle calls in places where we know
5004                 the handles are being created but our code doesn't reference
5005                 .Handle.
5006
5007                 Make SetVisibleCore call OnVisibleChange if the handle isn't
5008                 created.  If the handle is created, we rely on XplatUI.SetVisible
5009                 generating the event synchronously.
5010                 
5011                 Lastly, make sure we don't use this.Handle inside CreateHandle,
5012                 because we can call back into client (and that code can dispose of
5013                 the control).
5014
5015                 * XplatUIStructs.cs: misc/cleanup.
5016
5017                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
5018                 although we don't populate the wParam properly.
5019                 (CreateWindow): generate WM_CREATE.
5020                 (MapWindow,UnmapWindow): make these calls synchronous, at great
5021                 performance expense (particularly in the unmap case), to match
5022                 win32 behavior.
5023
5024                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
5025                 to call it.
5026                 (set_MdiParent): don't recreate the handle unless it's been
5027                 created already.
5028                 
5029                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
5030                 it's created.
5031
5032                 * NativeWindow.cs: this is probably the weirdest part of the
5033                 patch.  We need a way to link up the window being created to the
5034                 WM_CREATE message.  Since we can only be creating one window at a
5035                 time on a given thread, we keep track of a per-thread reference so
5036                 we can dispatch it properly.  We also need to keep track of the
5037                 Hwnd currently being created so that the win32 backend doesn't
5038                 have problems.
5039                 
5040                 * XplatUIWin32.cs: a similar change to the one we made in
5041                 NativeWindow.cs.
5042
5043 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5044
5045         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
5046         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
5047         to draw the menu shortcut string.
5048
5049 2007-03-07  Jackson Harper  <jackson@ximian.com>
5050
5051         * TreeNode.cs: Add the 2.0 collapse method.
5052
5053 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5054
5055         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
5056
5057 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5058
5059         * DataGridView.cs: Change DataSource will clear column and row
5060         lists. Call Invalidate() to reflect DataSource change.
5061
5062 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5063
5064         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
5065         and a new row is added to it.
5066
5067 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5068
5069         * DataGridView.cs: Add columns when DataSource is en empty list but
5070         is a System.Data.DataView (from a System.Data.DataTable).
5071
5072 2007-03-06  Andreia Gaita  <avidigal@novell.com>
5073
5074         * Label.cs: Implement AutoEllipsis (2.0)
5075
5076 2007-03-06  Jackson Harper  <jackson@ximian.com>
5077
5078         * TreeView.cs: Implement 2.0 TopNode setter property.
5079         - Use a local var instead of the skipped_nodes field for computing
5080         how many nodes to skip.  Otherwise we won't scroll because the
5081         valuechanged handler checks if skipped_nodes is equal to the new
5082         value.
5083         - Implement 2.0 Sort method.
5084         - Add useless 2.0 DoubleBuffer property
5085         - Implement 2.0 LineColors property.  Lets you change the color of
5086         the lines in the tree. Terribly useful for creating non cohesive
5087         desktops.
5088         - Implement 2.0 image key feature.
5089
5090 2007-03-06  Jackson Harper  <jackson@ximian.com>
5091
5092         * TreeView.cs: We can't get the bounds of the nodes before raising
5093         the AfterSelect event, because that event could change the node's
5094         bounds (scrolling, font change, etc).
5095
5096 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5097
5098         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
5099         * Form.cs: Don't recreate handle when creating FormWindowManager, just
5100           update window styles. In CreateParams us VisibleInternal instead of
5101           VIsible to get the actual visible flag set for this form.
5102         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
5103           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
5104           handle the case when the form is already maximized, in which case
5105           it should be restored. Fixes #81043.
5106
5107 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5108
5109         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
5110
5111 2007-03-05  Jackson Harper  <jackson@ximian.com>
5112
5113         * TreeViewHitTestInfo.cs: implement.
5114
5115 2007-03-05  Jackson Harper  <jackson@ximian.com>
5116
5117         * InternalWindowManager.cs: class status fix.
5118
5119 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5120
5121         * InternalWindowManager.cs: All windows that have a parent
5122         are confined to their parent when they're being moved.
5123         Fixes #80822.
5124
5125 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
5126
5127         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
5128         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
5129
5130 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5131
5132         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
5133           buttons invisible before deciding which ones should be visible
5134           (fixes minimize/maximize buttons showing up in toolwindows). Remove
5135           an unused variable.
5136         * InternalWindowManager.cs: Remove warning.
5137
5138 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5139
5140         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
5141         to throw an InvalidOperationException is virtual mode is being used.
5142
5143 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
5144
5145         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
5146         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
5147         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
5148         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
5149         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
5150         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
5151
5152 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5153
5154         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
5155           driver.KeyboardDelay from XplatUI.KeyboardDelay 
5156         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
5157           (patch by Sergey Volk)
5158
5159 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5160
5161         * ToolWindowManager.cs: Added, contains logic for
5162           tool windows.
5163         * CreateParams.cs: Add a few helper methods and an
5164           internal variable to know which control the CreateParams belongs
5165           to.
5166         * Control.cs: Call Form.ChangingParent when the
5167           parent is about to be changed.
5168         * XplatUIX11.cs: DeriveStyles (): Set
5169           caption_height for all windows that have captions and are children.
5170           Update to use ToolWindowManager instead of InternalWindowManager
5171           for ToolWindows.
5172         * XplatUIWin32.cs: Set fake window styles for all
5173           windows that have window managers.
5174         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
5175           now duplicated for mdi windows when they are
5176           maximized, first for the buttons the window itself has, then for
5177           the buttons that appear in the menu bar. Makes things a little
5178           easier). Updated UpdateWindowDecorations, SetWindowState and the
5179           mouse eventhandlers accordingly.
5180         * Form.cs: Add ChangingParent (), contains the
5181           logic of what should happen when the parent changes. In MdiParent
5182           don't set things that ChangingParent () is doing. When handling
5183           WM_CLOSE, we can close the form if there are any other modal forms
5184           and the current form is a descendent of the modal form.
5185         * InternalWindowManager.cs: A lot of refactoring,
5186           the title buttons are now extracted to a separate container class
5187           that takes care of all button code (clicks, tooltips, etc). Moved
5188           Iconic|Maximized|Normal Bounds properties to this class from
5189           MdiWindowManager, so that the window state logic can succeed for
5190           other than mdi wm's. Implemented general window state change logic.
5191           Moved CreateButtons to ThemeWin32Classic, since the theme might
5192           override which buttons are available when as well as the exact
5193           location.
5194         * FormWindowManager.cs: Added, contains logic for
5195           normal forms.
5196         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
5197           which buttons go where (and if they are at all visible). 
5198           Removed special handling of maximized windows, since they aren't special. 
5199           In DrawManagedWindowDecorations don't try to draw the text if it is
5200           empty.
5201         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
5202           use whatever the wm gives us.
5203
5204 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
5205
5206         * ButtonBase.cs: Add 2.0 properties.
5207         * Button.cs: Override Draw for 2.0.
5208         * Control.cs: Add Entered and Selected properties.
5209         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
5210         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
5211         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
5212         buttons.
5213         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
5214
5215 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
5216
5217         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
5218
5219 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
5220
5221         * XplatUIWin32.cs: Register a new class with Windows each time we get
5222         a new ClassStyle.  [Fixes bugs #79432, #80817]
5223         * Controls.cs: Set the correct ClassStyle in CreateParams.
5224         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
5225
5226 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
5227
5228         * ListView.cs: Add fireEvent argument to ReorderColumn since the
5229         ColumnReordered event must not be signaled when modifying DisplayIndex
5230         of a ColumnHeader. Added internal ReorderColumns method which takes
5231         care of drawing, and updating the internal DisplayIndex of the
5232         ColumnHeader. Added AddColumn method which is invoked from
5233         ColumnHeaderCollection when adding or inserting columns, and which
5234         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
5235         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
5236         Recalculated dispay indices after removing a ColumnHeader.
5237         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
5238         match MS. Allows last display index to be returned after ListView
5239         is disposed. Update actual location of ColumnHeader when DisplayIndex
5240         is modified.
5241
5242 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
5243
5244         * LinkLabel.cs: Improve CalcTrimRectangle.
5245         
5246         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
5247
5248 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
5249
5250         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
5251         get rectangle as a result value.
5252
5253 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
5254
5255         * LinkLabel.cs: Theres some diferences between rectangle return from 
5256         MeasureCharacterRanges and the area used for DrawString to fix this 
5257         CalcMeasurementFactor method was created, it calcules the diferences
5258         to be use later to adjust rectangle in draw operations. Fixes #80473.
5259         
5260         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
5261         to adjust draw rectangle.
5262
5263 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
5264
5265         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
5266         text and some other changes to reduce and optimize source code.
5267
5268 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
5269
5270         * RadioButton.cs: Implement 2.0 event.
5271         * RelatedImageListAttribute.cs: Implement new class.
5272
5273 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
5274
5275         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
5276
5277 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
5278
5279         * CheckBox.cs: Implement 2.0 functionality.
5280
5281 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5282
5283         * ListView.cs: Refactor Add and AddRange methods of
5284         ListViewItemCollection, to not update the ListView
5285         everytime an item is added in AddRange. Also move the update
5286         code to a new CollectionChanged method, and call it
5287         from other methods that need it as well (this should also fix some
5288         bugs when Sorting is used).
5289
5290 2007-02-27  Jackson Harper  <jackson@ximian.com>
5291
5292         * TextControl.cs: Try to never let the caret stay in a non-text
5293         tag.
5294         * TextBoxBase.cs: Update the caret.
5295
5296 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
5297
5298         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
5299         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
5300         delete POINT structure, duplicate of one in XplatUIStructs.
5301         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
5302
5303 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
5304
5305         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
5306         edit box since otherwise the Label would immediately be set (even if
5307         the user did not modify the label). In OnKeyDown set Handled to true
5308         if Return or Escape was pressed. In ColumnHeaderCollection unlink
5309         columns that are to be removed. In ListViewItemCollection unlink items
5310         that are to be removed.
5311
5312 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
5313
5314         * TextRenderer.cs: If we set a GDI clip region, we need to clear
5315         it when we are done.  [Fixes bug #80949]
5316
5317 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5318
5319         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
5320
5321 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5322
5323         * ListView.cs: I forgot to commit the changes for ListView 
5324         in my previous patch.
5325
5326 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5327
5328         * Clipboard.cs: Partially implement an overload of SetDataObject.
5329         * Form.cs: Implement ShowWithoutActivation.
5330         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
5331
5332 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5333
5334         This is a first set of changes to make the Virtual mode works,
5335         by avoiding the retrieval of ListViewItem instances until
5336         draw time.
5337
5338         * ListView.cs: Store item position in the ListView instead of the
5339         ListViewItem, this way we don't request the Bounds property of
5340         ListViewItem inside the ListView calculations, as well as cache the item
5341         size in item_size field. Store indexes instead of ListViewItem
5342         instances in the matrix used by icon view. Add a ItemMatrixLocation
5343         struct to hold the row and col info of the matrix info.
5344
5345         * ListViewItem.cs: Don't store the location anymore, and only cache
5346         the rectangles for GetBounds. Use the ListView.GetItemLocation
5347         method to retrieve the actual location.
5348
5349 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5350
5351         * TextRenderer.cs: Add clipping support, thanks to George.
5352         [Fixes bug #80949]
5353
5354 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
5355
5356         * ListViewItem.cs: Cancel label edit when item is removed from 
5357         ListView.
5358         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
5359         event before the edit textbox is displayed.  Added CancelEdit method
5360         which is used end to editing while ignoring the value set by the
5361         user. In EndEdit, set focus to ListView to avoid losing focus to
5362         other controls. In ListViewItemCollection.Clear, cancel editing of
5363         any of the items.  In Remove, cancel editing of item being removed.
5364         Avoid udplicate code by modifing RemoveAt to invoke Remove.
5365
5366 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
5367
5368         * FileDialog.cs: Update FSEntry when move is successful. Fixes
5369         bug #80948.  
5370
5371 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
5372
5373         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
5374         compatible with non X11 systems. Fixes #80901.
5375
5376 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
5377
5378         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
5379         whether the item should be unselected and reselect. We do no want this
5380         when we're starting to edit the label. Do not fire the 
5381         SelectedIndexChanged event from ListView when its already been fired
5382         by modifying ListViewItem.Selected. Fixes bug #80943.
5383
5384 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5385
5386         * TextRenderer.cs: Previos commit logic was backwards.
5387
5388 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
5389
5390         * TextRenderer.cs: Don't add padding on MeasureText if we were
5391         sent the NoPadding flag.
5392
5393 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
5394
5395         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
5396         after DrawButton. To prevent image overlaps button borders SetClip and 
5397         ResetClip added before and after draw image. Fixes #79129.
5398
5399 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
5400
5401         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
5402         window size, it fix problem when you run under win32 that theres
5403         Size diferent than ClientSize. Also fix controls size and positions
5404         to mimic Win32. Fixes #80837.
5405
5406 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
5407
5408         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
5409         menu area to fix some problems for non X11 systems. Fixes #80613.
5410
5411 2007-02-22  Jackson Harper  <jackson@ximian.com>
5412
5413         * TreeNode.cs: When a node is expanded, set its is_expanded flag
5414         even if it doesn't have any children.
5415
5416 2007-02-22  Jackson Harper  <jackson@ximian.com>
5417
5418         * TreeView.cs: Calculate the top node 'on the fly', this
5419         eliminates issues where you need to click on the tree before
5420         scrolling it to get the top node computed correctly.
5421         * TreeNodeCollection.cs: We don't need to mess with the top node
5422         anymore.
5423
5424 2007-02-22  Jackson Harper  <jackson@ximian.com>
5425
5426         * DataGridViewRow.cs: Fix typo so height can actually be set.
5427         Patch by Peter Grimm.
5428
5429 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
5430
5431         * FileDialog.cs: Fixed support for renaming files and directories.
5432         * ListView.cs: Do not lose focus when edit is canceled. Process
5433         Escape as regular key (to prevent closing of dialogs).
5434
5435 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
5436
5437         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
5438         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
5439
5440 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
5441
5442         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
5443         did not modify label.
5444         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
5445         modified the text. Reset Label when user presses Escape in edit mode.
5446         Move focus to ListView after having cancelled or finished editing the
5447         label.
5448
5449 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
5450
5451         * ComboBox.cs: Removed unnecessary initializations. Marked items field
5452         private. Clear textbox when Text is set to null and SelectedIndex is
5453         already -1.
5454         * FileDialog.cs: Removed unnecessary initializations. Removed 
5455         workarounds for ComboBox bugs that are now fixed. Modified
5456         DefaultExt, InitialDirectory and Title property to change null to
5457         zero-length string in getters. Avoid directly accessing fields.
5458
5459 2007-02-20  Jackson Harper  <jackson@ximian.com>
5460
5461         * TextControl.cs: Remove RecalAlignments call, that was some
5462         debugging leftovers.
5463         - Don't use the line indent when we shouldn't.
5464         * RichTextBox.cs: Add support for paragraph left indents.
5465
5466 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5467
5468         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
5469         Seems like the class status pages doesn't catch params differences.
5470
5471 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
5472
5473         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
5474
5475 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
5476
5477         * ComboBox.cs: Setting Text should have no effect if item text of
5478         selected item exactly matches value. First lookup text using
5479         case-sensitive comparison, and fallback to case-insensitive comparison.
5480         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
5481         allow startIndex to be last index. Changed ArgumentOutOfRangeException
5482         paramname to match MS. Restart from first item if string is not found
5483         after startIndex. Fixed paramname of ArgumentNullException that is
5484         thrown for null value in ObjectCollection.Contains.
5485
5486 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
5487
5488         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
5489
5490 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5491
5492         * ListControl.cs: In SelectedValue use value.Equals to compare for
5493         equality instead of ==, otherwise it will fail for strings.
5494         Fixes #80794.
5495
5496 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5497         
5498         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
5499         since the caret won't show up unless ShowSelection is true. 
5500         Fixes #80795.
5501
5502 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5503
5504         * Application.cs: When disabling all forms but the main form, do not
5505           disable any descendants of the main form (such as mdi children or
5506           other parented forms). Fixes #80822 on Windows.
5507         * Form.cs: If we have a parent, set the WS_CHILD style.
5508         * Control.cs: Update the window styles if the control whose parent has
5509           changed is a form (the WS_CHILD style has to be switched).
5510
5511 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
5512
5513         * XplatUIStructs.cs: MsgUIState structure added.
5514
5515 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
5516
5517         * FileDialog.cs: Removed need for separate fileName field. On 2.0
5518         profile, do not check filename(s) for illegal character if filename(s)
5519         were set non-interactively but always check on 1.0 profile. Fixed NRE
5520          in DefaultExt and only strip off first leading dot. Improve exception
5521         message when invalid Filter is set. Do not ignore InitialDirectory if
5522         it does no exist. Store specified Title, and if empty use default
5523         title (depending on type of dialog). Added an internal DialogTitle 
5524         property for retrieving dialog title. Fixed logic of displayed dir to
5525         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
5526         string as its buggy.
5527         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
5528         FileName is a zero-length string (it can never be null). Override 
5529         DialogTitle property to set default title of dialog box.
5530         * SaveFileDialog.cs: Override DialogTitle property to set default
5531         title of dialog box.
5532
5533 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
5534
5535         * FileDialog.cs: Modify default text of filename and filetype labels
5536         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
5537         after we've updated the SelectedIndex. Fixes part of bug #80887.
5538         * SaveFileDialog.cs: Set text of filetype label.
5539
5540 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5541
5542         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
5543         label field. Needed by latest Jackson's fixes for ListView.
5544
5545 2007-02-16  Andreia Gaita  <avidigal@novell.com>
5546
5547         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
5548         print preview images.
5549
5550 2007-02-16  Jackson Harper  <jackson@ximian.com>
5551
5552         * ListView.cs: Make AfterLabelEdit work correctly.
5553         * FileDialog.cs: After changing the name of the folder, we have to
5554         make sure that it is created, or that we pop up an error because
5555         it already exists.
5556
5557 2007-02-16  Jackson Harper  <jackson@ximian.com>
5558
5559         * X11Dnd.cs: Implement aliases on mime handlers, so things like
5560         System.String are mapped to text.
5561         - Handle dataobjects, getting all the possible formats out of them
5562         - We dont need the drag event args before we give feedback. This
5563         allows feedback cursors to be immediate before selections have
5564         been converted.
5565
5566 2007-02-16  Jackson Harper  <jackson@ximian.com>
5567
5568         * TextBoxBase.cs: Modified the method for inserting images to
5569         taking a line and position instead of tag and position.
5570         * RichTextBox.cs: Handle PngBlip data by inserting the png image
5571         into the RTF file.
5572         * TextControl.cs: Allow images to be inserted as the first tag of
5573         a line.
5574         - Fix some off by one issues when we assume the first tag is a
5575         text tag, not an image tag.
5576
5577 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5578
5579         * ListView.cs: Set focus to ListView when ItemControl gets a
5580         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
5581         Fixes part of #80467.
5582
5583 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5584
5585         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
5586           validate Text input (if null or empty string reset Value to default
5587           value). Fixes #80830.
5588
5589 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5590
5591         * ListView.cs: Set owner as null for columns and items when
5592         Dispose is invoked. Fixes #80607.
5593
5594 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
5595
5596         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
5597         showing DropDowns, don't show a Grip when doing Flow layout.
5598         [This fixes the toolbox in PDN 2.72.]
5599         * ToolStripItem.cs: Add Anchor property and some internal properties to
5600         reduces needed changes to FlowLayout.
5601         * ToolStripOverflow.cs: Remove unused variable.
5602         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
5603         use it in the layout calculations.
5604
5605 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5606
5607         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
5608         reported in #79640.
5609         
5610         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
5611         size calculation.
5612
5613 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5614
5615         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
5616         MeasureString format, it can make button very large in some cases, it is
5617         strange but is what win32 do.
5618
5619 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5620
5621         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
5622         size calculation.
5623
5624         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
5625         rendering, the value is based on MenuAccessKeysUnderlined.
5626
5627 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
5628
5629         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
5630         for most themes.
5631         
5632         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
5633         
5634         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
5635         and use MenuAccessKeysUnderlined instead.
5636
5637 2007-02-13  Andreia Gaita  <avidigal@novell.com>
5638
5639         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
5640         A selected control would not get a Focus call if:
5641                 - the default active control of the container is the same as
5642                   the one that was selected
5643                 - we are switching from one container to another
5644         Under these conditions, the container being selected already has
5645         an active_control, which is the same as the one being activated, 
5646         so set_ActiveControl would always return and not send the Focus
5647         call. Fix to check if the currently active control of the container
5648         is actually focused.
5649
5650 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
5651
5652         * StatusStrip.cs: Implement the spring layout.
5653         * ToolStripControlHost.cs: Make sure the hosted control's visibility
5654         always matches the host.
5655         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
5656         and TextAfterImage.
5657
5658 2007-02-13  Andreia Gaita  <avidigal@novell.com>
5659
5660         * Control.cs: Code reorganization only.
5661           - Reorganize the WndProc cases so that each case has it's own handling method, 
5662           to help with the no-line-numbering stack traces.
5663           - Formatting changes (it's vstudio's fault, really :p)
5664
5665 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5666
5667         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
5668           Thread.CurrentUICulture to match DateTimePicker's (and MS)
5669           behaviour.
5670
5671 2007-02-12  Jackson Harper  <jackson@ximian.com>
5672
5673         * RichTextBox.cs:
5674         * TextBox.cs: By default we have a non multiline document
5675         - use the multiline property instead of the internal variable
5676         * TextBoxBase.cs: Treat multiline and non multiline the same in
5677         most places.
5678         - Use the documents multiline flag instead of tracking it ourself
5679         * TextControl.cs: Attempt at getting multiline to match MS
5680         behavior.  Lines now track an offset, which is either their X or Y
5681         offset depending on whether or not we are in multiline mode.
5682         - Update all the methods to understand that lines have an X value.
5683         - Fix crash in Undo::Duplicate when empty lines are deleted.
5684
5685 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
5686
5687         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
5688         code moved to properties PreferredHeight and PreferredWidth. It solve the
5689         all problems when preferred sizes must be recalculated. Fixes #80801.
5690
5691 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
5692
5693         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
5694         font height when compatible_text_rendering is false. Partially fix #80801.
5695
5696 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
5697
5698         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
5699
5700 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
5701
5702         * Form.cs: Improved exception messages in ShowDialog.
5703
5704 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
5705
5706         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
5707         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
5708         if not set. Fixes bug #80764. Avoid accessing current_settings field
5709         directly.
5710
5711 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
5712
5713         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
5714         false.
5715
5716         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
5717         public in 2.0 and for easy maintenance and dont break compatibility it is 
5718         internal in 1.1.
5719         
5720 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
5721
5722         * ToolStripItem.cs: Implement using images from ImageList.
5723
5724 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5725
5726         * DateTimePicker.cs: Change default date-formatting culture from
5727           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
5728           seems to be the way MS does it.
5729
5730 2007-02-08  Andreia Gaita  <avidigal@novell.com>
5731
5732         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
5733         (the 6 was cut off on the right side)
5734
5735 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
5736
5737         * Form.cs: Tell MenuStrips to close when the form is clicked.
5738         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
5739         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
5740         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
5741         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
5742         support for Overflow, where items that do not fit are automatically
5743         reparented to a drop down menu.
5744         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
5745         Also: fixes bug #80747.
5746
5747 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5748
5749         * ComboBox.cs: Remove warning (unused code).
5750         * ScrollableControl.cs: Remove warning for 1.1 profile.
5751
5752 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5753
5754         * Form.cs: Remove a warning.
5755
5756 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5757
5758         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
5759           'g' specifier, not documented anywhere, but seems to always show up
5760           as a single space (might have something to do with the DateTime 'g'
5761           specifier, which is the era format, but since DateTimePicker can't
5762           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
5763           won't crash if the format has an unmatched quote. Now shows
5764           single-character formats correctly. Fixes #80744.
5765
5766 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
5767
5768         * StatusStrip.cs: Stretch property needs to call base.Stretch,
5769         not this.Stretch to fix stack overflow. [Fixes bug #80760]
5770
5771 2007-02-07  Chris Toshok  <toshok@ximian.com>
5772
5773         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
5774         background color.  it overwrites the background image we've
5775         already painted.  Fixes #80599.
5776
5777 2007-02-07  Chris Toshok  <toshok@ximian.com>
5778
5779         * DataGrid.cs: return immediately from Edit() when there are no
5780         columns.  Fixes #80662.
5781
5782 2007-02-07  Chris Toshok  <toshok@ximian.com>
5783
5784         * MessageBox.cs: fix #80625.  don't always show the Help button in
5785         2.0.  use the displayHelpButton parameter to determine if we
5786         should show it. Also, make the internal show_help field private.
5787
5788 2007-02-07  Chris Toshok  <toshok@ximian.com>
5789
5790         * Control.cs (SetVisibleCore): check in the proposed patch for
5791         80604, and set is_visible before calling CreateControl.
5792
5793 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
5794
5795         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
5796         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
5797         on it.
5798
5799 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
5800
5801         * MenuAPI.cs: hotkey_active internal field added, it is required because
5802         we need to know when hotkeys must be draw, before this change a keystate
5803         Navigating was used but we can have menu in navigating state without
5804         hotkeys. Fixes #80694.
5805         
5806         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
5807
5808 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5809
5810         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
5811           corresponding events and methods to be internal for 1.1 profile and
5812           public for 2.0 profile (required by SizeGrip).
5813         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
5814           implicit control list). Don't set the size nor the location of the
5815           SizeGrip anymore as it's not needed.
5816         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
5817           draw directly on the captured control (fixes #80656). Removed
5818           ShowGrip (it wasn't used anywhere), redraw (always true), added
5819           GetDefaultSize and GetDefaultRectangle to calculate defaults.
5820         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
5821           be called from SizeGrip.
5822
5823 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5824
5825         * Timer.cs: Throw ArgumentException if Interval <= 0.
5826
5827 2007-02-05  Jackson Harper  <jackson@ximian.com>
5828
5829         * TreeView.cs: We need to check scrollbar visibility when window
5830         visibility is updated, because non visible trees don't ever add
5831         scrollbars.
5832         * Cursor.cs: We want the override cursor to be reset to NULL when
5833         we set current cursor to the default cursor.
5834
5835 2007-02-05  Jackson Harper  <jackson@ximian.com>
5836
5837         * TextControl.cs: Don't have crlfs when we are non multiline.
5838         - Consolidate the line position.
5839
5840 2007-02-05  Jackson Harper  <jackson@ximian.com>
5841
5842         * X11Keyboard.cs: BACK+CTRL gets a special char code.
5843
5844 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5845
5846         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
5847           handling LeaveNotify->NotifyUngrab in order to send
5848           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
5849           after calling XUngrabPointer, so we call WindowUngrabbed directly
5850           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
5851         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
5852           MouseCaptureChanged correctly. Also create handles if changing
5853           Capture (matches MS behaviour).
5854
5855 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5856
5857         * SizeGrip.cs: Make the last change 2.0 only.
5858
5859 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5860
5861         * SizeGrip.cs: If resizing and the capture is lost, revert any size
5862           changes to initial size (fixes #80597).
5863
5864 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5865
5866         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
5867
5868 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5869
5870         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
5871           background) and only allow dragging if enabled. This way the
5872           sizegrip can be used to fill the open square that otherwise would
5873           have been shown in the bottom right corner of ScrollableControl
5874           when ScrollableControl is not suppose to support sizing.
5875         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
5876           sizegrip is shown and enabled, and hook up with necessary events.
5877
5878 2007-02-01  Chris Toshok  <toshok@ximian.com>
5879
5880         * DataGridTextBoxColumn.cs: clean up the
5881         GetFormattedString/GetColumnValueAtRow combination of functions.
5882         Also fix UpdateUI, and the initial state of
5883         IsInEditOrNavigateMode.
5884
5885         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
5886         aren't supposed to scroll the textbox here, we're supposed to
5887         scroll the datagrid.
5888
5889 2007-02-01  Chris Toshok  <toshok@ximian.com>
5890
5891         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
5892         setting the position.
5893
5894 2007-02-01  Chris Toshok  <toshok@ximian.com>
5895
5896         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
5897         here, since the most recent focus fixes keep us from generating
5898         the Leave event when our textbox gets focus.
5899         (Edit): we should be passing null for the column style's
5900         instantText parameter.
5901         
5902 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
5903
5904         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
5905         raised.  Fixes menu text/icons not showing up in PDN.
5906
5907 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5908
5909         * Control.cs: Remove code in constructor that makes every
5910         control with WS_CHILD set have initial location -1, -1.
5911
5912 2007-01-31  Jackson Harper  <jackson@ximian.com>
5913
5914         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
5915         XplatUIX11.
5916         * XplatUIX11.cs: Give teh keyboard to teh dnd.
5917
5918 2007-01-31  Jackson Harper  <jackson@ximian.com>
5919
5920         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
5921         - Remove some debug code.
5922
5923 2007-01-31  Jackson Harper  <jackson@ximian.com>
5924
5925         * XplatUIX11.cs: If you set the override cursor during a grab, it
5926         should actually override the grab cursor.  This comes into play
5927         when you are setting custom cursors in a DND feedback method.
5928
5929 2007-01-31  Jackson Harper  <jackson@ximian.com>
5930
5931         * X11Dnd.cs: Add support for handling the QueryContinue and
5932         GiveFeedback events.
5933         - Cancel drag and drop actions when the escape key is clicked.
5934         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
5935         can handle the ESCAPE key.
5936         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
5937         done when dnd events are continued after the button is released.
5938         - Add a new helper method so that dnd can translate key events.
5939
5940 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
5941
5942         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
5943         make it more obvious what is happening.
5944
5945 2007-01-30  Jackson Harper  <jackson@ximian.com>
5946
5947         * XplatUIX11.cs: Don't break when handling button release in drag
5948         and drop operations. We need that BUTTONUP message to get through
5949         so capture is released.
5950         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
5951         this is handled automatically when the mouse is down.
5952
5953 2007-01-30  Jackson Harper  <jackson@ximian.com>
5954
5955         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
5956         is closed, so we need to make sure that we aren't changing the
5957         dialog result when the OK (Open or Save) button has been clicked
5958         and we are closing the window ourselves.  Note we don't need to
5959         worry about the cache being written in this case, because it was
5960         already done in the previous FilOk call.
5961
5962 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5963         
5964         * DateTimePicker.cs: Remove a warning.
5965         * ComboBox.cs: Remove a couple of warnings.
5966
5967 2007-01-29  Chris Toshok  <toshok@ximian.com>
5968
5969         * XplatUIX11.cs: don't crash, and remove the icon if the user has
5970         set one, if SetIcon is passed a null icon.
5971
5972 2007-01-29  Andreia Gaita  <avidigal@novell.com>
5973
5974         * TextBox.cs: Redraw when the password characters changes
5975         * TextControl.cs: Check if textbox has a password char and draw 
5976         a line of password chars instead of the text in the line. LineTag gets 
5977         an extra Draw() method which allows document.Draw to override the text 
5978         that will be drawn. Removes 1024 char limitation on length of passworded 
5979         lines.
5980
5981 2007-01-29  Jackson Harper  <jackson@ximian.com>
5982
5983         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
5984         single chars is not.
5985
5986 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
5987
5988         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
5989         one pixel.  Fix a StackOverflowException caused by an overload wrongly
5990         calling itself.
5991
5992 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
5993
5994         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
5995         also remove ProcessArrowKey and put the code inside ProcessKeys.
5996
5997 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
5998
5999         * PaddingConverter.cs: Added.
6000
6001 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6002         
6003         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
6004         ShowPanels is false (fixes #80600). Only draw up to 127 characters
6005         of text (fixes #80601). For panels clip the text to draw to the
6006         panel (fixes #80603).
6007
6008 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6009
6010         * ComboBox.cs: Fixed implementation of ResetText.
6011
6012 2007-01-25  Jackson Harper  <jackson@ximian.com>
6013
6014         * TextControl.cs: For the last char of a line we need to use the
6015         line size, not that chars width, since it won't actually be
6016         computed since the right side of a char is based on the start of
6017         the left side of the next char, and the next char does not exist.
6018
6019 2007-01-25  Chris Toshok  <toshok@ximian.com>
6020
6021         * Splitter.cs: fix the new unit tests, and reindent some switch
6022         statements.
6023
6024 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6025
6026         * ComboBox.cs: Implemented 2.0 methods and events.
6027         * TextBoxBase.cs: Added OnTextUpdate, so that
6028         ComboBox.ComboTextBox can inform ComboBox of it.
6029
6030 2007-01-25  Jackson Harper  <jackson@ximian.com>
6031
6032         * TextControl.cs: Respect ShowSelection when deciding whether or
6033         not to display the caret, this allows comboboxes to have carets
6034         when the combotextbox does not have focus.
6035
6036 2007-01-25  Jackson Harper  <jackson@ximian.com>
6037
6038         * TextControl.cs: Add a Suspend/Resume for updating, basically the
6039         same as the Suspend/Resume for recalc, except this will do actual
6040         Invalidates.
6041         - New Undo manager, works much like the MS version.
6042         - Implemented Redo
6043         * TextBoxBase.cs: The Cut operation is undoable.
6044
6045 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6046         
6047         * TextBoxBase.cs: Don't antialias text. Makes it look way better
6048         on Windows (no difference on Linux).    
6049
6050 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6051
6052         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
6053         we don't want to activate any windows. Fixes #79433.
6054
6055 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
6056
6057         - ButtonBase.cs: Fix capitalization of parameter: disposing.
6058         [Fixes bug #80609]
6059
6060 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
6061
6062         * FileDialog.cs:
6063         - Move to using System.ComponentModel.EventHandlerList
6064         - Replace Refresh with Invalidate
6065         - Clear the mime filecache on closing
6066         - Some other memory reducing work. After beeing closed FD now uses
6067           only about 300 KB for the fdo mime stuff plus the memory of the
6068           cached icons.
6069         * Mime.cs: Changed coding style and removed unnecessary commented
6070         code. Some more memory memory reducing work.
6071
6072 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6073
6074         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
6075         a few other missing 2.0 properties.
6076         * Theme.cs: Added DrawFlatStyleComboBox.
6077         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
6078
6079 2007-01-24  Chris Toshok  <toshok@ximian.com>
6080
6081         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
6082         wake_waiting flag, not just when there's data to be read.  if we
6083         don't, then future wakeup's won't reach us and we'll be doomed to
6084         wait for the entire 1 second timeout forever (unless there are X
6085         events to be had).
6086
6087 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
6088
6089         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
6090         until you pass Items.Count, not Items.Count - 1 like 1.1.
6091
6092 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
6093
6094         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
6095
6096 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
6097
6098         * ToolStripContainer.cs: The recent Dock fix exposed that I was
6099         adding the panels in the wrong order.
6100
6101 2007-01-24  Jackson Harper  <jackson@ximian.com>
6102
6103         * TextBoxBase.cs: When we move the caret we also need to move the
6104         selection, this fixes some random crashing after doing select
6105         text, unselect, delete a char, paste.
6106
6107 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6108
6109         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
6110
6111 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6112
6113         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
6114         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
6115         * ToolBar.cs: Force redraw in BackgroundImageChanged.
6116
6117 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6118
6119         * ToolBar.cs:
6120         - Implement support for vertical toolbars. Fixes #80539;
6121         - Call LayoutToolBar when resize, it fix some other problems in layout.
6122         - Rename requested_height to requested_size, as we can have width on it
6123         when toolbar is vertical.
6124         - Create a private property "Vertical" that uses Dock to verify when 
6125         toolbar is vertical or not.
6126         - Set ControlStyles when change Dock property.
6127         - Refactory in LayoutToolBar to have better variables names and to support
6128         vertical toolbars.
6129         - Fixes default value for ButtonSize when button count is equal zero, size
6130         must be (39, 36) test case writed.
6131
6132 2007-01-23  Chris Toshok  <toshok@ximian.com>
6133
6134         * Control.cs: fix the checks so that they work correctly for mdi
6135         parents/children.
6136
6137 2007-01-23  Chris Toshok  <toshok@ximian.com>
6138
6139         * Control.cs: ControlCollection seems to have super-secret
6140         abstraction breaking knowledge of Mdi containers.  allow MdiClient
6141         to add toplevel controls.
6142
6143 2007-01-23  Chris Toshok  <toshok@ximian.com>
6144
6145         * Control.cs: throw an ArgumentException if a toplevel control is
6146         added to our control collection from ControlCollection.Add, as
6147         well as from ControlCollection.IList.Add.  This fixes the
6148         ControlSetTopLevelTest.TestTopLevelAdd unit test.
6149
6150         Also, in ControlCollection.IList.Add, don't through an
6151         ArgumentNullException, throw an ArgumentException, when value ==
6152         null.  This matches MS.
6153
6154 2007-01-23  Chris Toshok  <toshok@ximian.com>
6155
6156         * BindingSource.cs: initial, incomplete, implementation of
6157         BindingSource.
6158
6159 2007-01-23  Jackson Harper  <jackson@ximian.com>
6160
6161         * TextControl.cs:
6162         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
6163         that I can fix a broken unit test (TextBoxTest::ClearUndo)
6164         
6165 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6166
6167         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
6168
6169 2007-01-23  Andreia Gaita  <avidigal@novell.com>
6170
6171         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
6172         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
6173         IndexOfKey() for 2.0
6174
6175 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6176
6177         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
6178         to prevent it from changing z-order.
6179         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
6180         leave UI updates in MdiWindowManager.
6181         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
6182         1 sized (NC handling goes weird on Linux otherwise).
6183         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
6184         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
6185         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
6186         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
6187         and SetWindowState(s) to allow for changing the size of an activated child
6188         before activating it (reduces a lot of flicker).
6189
6190 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
6191
6192         * Form.cs: Changing FormBorderStyle has different semantics based
6193         on whether the Form is visible or not.  If not visible, don't change
6194         the Size.  But InvalidateNC needs to be called to force the window
6195         to pick up the changes and redraw itself.  [Fixes bug #80574]
6196
6197 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
6198
6199         [Moma work]
6200         * ContainerControl.cs: ProcessCmdKey.
6201         * ErrorProvider.cs: new constructor.
6202         * Form.cs: fix AutoValidateEvent compiler warning.
6203         * Label.cs: fix OnAutoSizeChanged compiler warning.
6204         * MenuStrip.cs: fix CanOverflow compiler warning.
6205         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
6206         * TextBox.cs: Dispose.
6207         * ToolStrip.cs: CanOverflow, re-enable double buffering.
6208         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
6209         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
6210         * ToolStripItem.cs: Overflow, RightToLeft properties.
6211
6212 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6213
6214         * Form.cs: Move the layout of the main form to MdiWindowManager.
6215         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
6216         do a layout of the main window to update MdiClient's client area to
6217         the right area. Fixes #80533. Remove the calculation of nc size, 
6218         it was just wrong and the correct one is the same as for 
6219         InternalWindowManager. 
6220
6221 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
6222
6223         * Control.cs: Setting Anchor or Dock needs to reset the other
6224         to its default.  [Fixes bug #80556]
6225
6226 2007-01-20  Chris Toshok  <toshok@ximian.com>
6227
6228         * CheckedListBox.cs: class status changes.
6229
6230         * ScrollableControl.cs: same.
6231
6232         * RichTextBox.cs: same.
6233
6234         * ContainerControl.cs: same.
6235
6236         * ListView.cs: same.
6237
6238         * NotifyIcon.cs: same.
6239
6240         * MenuStrip.cs: same.
6241
6242         * RadioButton.cs: same.
6243
6244         * CheckBox.cs: same.
6245
6246         * PrintPreviewDialog.cs: same.
6247
6248         * Form.cs: same.
6249
6250 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
6251
6252         * TreeNode.cs: Apply Alan's patch for Name property.
6253
6254 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6255         
6256         * Form.cs: Implemented SizeGripStyle.
6257         * SizeGrip.cs: Check for minimum and maximum size for the
6258         control being resized and only resize if size has actually
6259         changed.
6260
6261 2007-01-19  Chris Toshok  <toshok@ximian.com>
6262
6263         * DataGridColumnStyle.cs: stop setting _readonly in the
6264         PropertyDescriptor setter.  fixes a unit test failure.
6265
6266         also, rename ParentReadOnly to TableStyleReadOnly, and have it
6267         just consult our table style (if we have one).  We don't need to
6268         consult the datagrid readonly attribute because that's passed in
6269         as the _ro arg to Edit.  this simplifies things a little.
6270         
6271         * DataGrid.cs: use CurrentColumn instead of
6272         current_cell.ColumnNumber just to simplify some of the code.
6273
6274         switch the order of some things in the CurrentCell setter to keep
6275         the previous cell from getting a textbox again -
6276         EnsureCellVisibility causes scrolling to happen, which calls Edit.
6277         So we need to set the new cell before calling it.
6278         
6279         call Edit in OnEnter, as does Microsoft.
6280         
6281         also, make sure the current table style isn't the one we create
6282         initially when checking to see if it's different than the one
6283         we're setting it to in BindColumns (this fixes #80421).
6284
6285         * GridTableStylesCollection.cs: table styles can have "" for a
6286         mapping name.  part of the fix for #80421.
6287
6288         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
6289         Edit significantly.
6290
6291 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6292
6293         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
6294         and less GDI object leaky-er.
6295
6296 2007-01-18  Andreia Gaita  <avidigal@novell.com>
6297
6298         * LinkLabel.cs: Add opaque control style
6299
6300 2007-01-18  Jackson Harper  <jackson@ximian.com>
6301
6302         * TextControl.cs: Calculate width properly.
6303         - Don't store the tag's X offset, this can be figured out very
6304         easily.
6305         - When getting the caret tag make sure to get the last empty tag.
6306
6307 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6308
6309         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
6310         [Fixes bug #79959]
6311
6312         * Control.cs: Color.Empty shouldn't count for previous transparent
6313         redraw changes.
6314
6315 2007-01-18  Jackson Harper  <jackson@ximian.com>
6316
6317         * TextBox.cs:
6318         * RichTextBox.cs:
6319         * TextControl.cs: Starting to merge in some pieces of my older
6320         undo work.  Basically just some slight cleanup of the undo API.
6321
6322 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6323
6324         * TrackBar.cs: Fix signature of RightToLeftLayout.
6325         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
6326         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
6327         * Application.cs: Implemented UseWaitCursor.
6328
6329 2007-01-18  Jackson Harper  <jackson@ximian.com>
6330
6331         * TextControl.cs: We can't skip tags if any part of the tag is
6332         visible.
6333
6334 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6335
6336         * ContainerControl.cs: Override OnLayout.
6337
6338 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6339
6340         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
6341
6342         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
6343         everything else.
6344
6345 2007-01-18  Chris Toshok  <toshok@ximian.com>
6346
6347         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
6348         (leftover from the container_selected days, I'd wager).  fixes bug
6349         #80546.
6350
6351 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6352
6353         * Control.cs: Apply patch from George to fix the new testcase on
6354         bug #80451.  We can't just check for Color.Transparent, we need 
6355         to check if the back color's alpha channel is < 255.
6356
6357 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
6358
6359         * Form.cs: Move setting show_icon = true to before the constructor
6360         so that the base constructor has that information when it calculates
6361         the form's size.  Was causing forms to be (6, 6) bigger than they
6362         were supposed to be.  Thanks for catching this Rolf!
6363
6364 2007-01-18  Jackson Harper  <jackson@ximian.com>
6365
6366         * TextControl.cs: When replacing a selection we need to invalidate
6367         from the initial selection start, because selection start is moved
6368         to the end of the replacement.
6369
6370 2007-01-18  Andreia Gaita  <avidigal@novell.com>
6371
6372         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
6373
6374 2007-01-18  Chris Toshok  <toshok@ximian.com>
6375
6376         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
6377         I just added.
6378
6379 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
6380
6381         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
6382         layout methods and properties from ToolBarButton must be available
6383         into ToolBarButtonInfo.
6384
6385 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
6386
6387         * Control.cs: If the control has a transparent background, we
6388         need to refresh it when it moves and when it's parent's background
6389         image changes.  [Fixes bug #80451]
6390
6391 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
6392
6393         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
6394
6395 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
6396
6397         * XplatUIWin32.cs: Implement proper double buffering for Windows.
6398         [Fixes bug #80447, and probably speeds up things as well]
6399
6400 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6401
6402         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
6403         * XplatUIWin32.cs: We need to recalculate NC size after changing 
6404         window style to toolwindow (otherwise the client rectangle will be
6405         3 pixels to small for some reason).
6406         * MdiWindowManager.cs: Revert NC size calculations to match how
6407         they are calculated only based on window styles (to match
6408         Win32AdjustWindowRectEx, since otherwise when setting size or 
6409         location, Control will call Win32AdjustWindowRectEx to update client 
6410         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
6411         calculate a different value of client size causing another paint 
6412         (and flickering))
6413         * InternalWindowManager.cs: When moving or resizing a window only
6414         update size or location if they actually changed.
6415         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
6416         (seems to match Windows behaviour better). Cleaned up 
6417         ManagedWindowDecorations to draw what's needed and nothing else
6418         (was drawing borders and lines where they shouldn't be)
6419         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
6420         (style = 0xFFFF) and takes into account caption height when 
6421         calculating window rectangle.   
6422
6423 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
6424
6425         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
6426         can be added to toolbar multiple times, we need to maintain a list of 
6427         button information for each positions.
6428
6429 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
6430
6431         * ToolBar.cs: Some small stetic changes.
6432
6433 2007-01-16  Jackson Harper  <jackson@ximian.com>
6434
6435         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
6436         that allow us to have nested recalc = false blocks.
6437         - Add paste support for images in the RichTextBox
6438         * RichTextBox.cs: flush the text after the color is changed, so
6439         the change takes effect.
6440         - Use SuspendRecalc
6441         - Some extra debugging info
6442         * TextControl.cs: Tags no longer track their length, it is just
6443         computed from the next tags length, this makes things a little
6444         simpler and reduces places that we have to track length changes.
6445         - Refactored the linetag class a little so we could make it
6446         a base class for different kinds of tags
6447         - Created a image tag, a tag that can have a single image inserted
6448         into it
6449         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
6450         that we can call suspend multiple times.
6451         - Add some debugging methods
6452
6453 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6454
6455         * MdiClient.cs: Add ActivatePreviousChild for 
6456         mdi child window navigation.
6457         * Form.cs: Use MdiClient.ActivateNextChild/
6458         ActivatePreviousChild instead of Form.SelectNextControl
6459         to select the next/previous child since 
6460         SelectNextControl doesn't do it in the same order
6461         as mdi children should do it.
6462
6463 2007-01-16  Chris Toshok  <toshok@ximian.com>
6464
6465         * Control.cs: remove container_selected field.
6466
6467 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6468
6469         * MdiClient.cs: Update main form's ActiveChild when
6470         updating keyboard focus for the mdi child.
6471
6472 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
6473
6474         * Control.cs: PreferredSize fix.
6475
6476         * Form.cs: Add several 2.0 events, properties, and methods.
6477
6478 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
6479
6480         * Form.cs: Provide meaningful message when MdiParent is assigned a
6481         Form that is not an MdiContainer.
6482
6483 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6484
6485         * MdiClient.cs: Update main form's ActiveChild when
6486         activating a mdi child.
6487
6488 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6489
6490         * MdiWindowManager.cs: Fix NRE when merging menus and main form
6491         doesn't have a menu.
6492
6493         * Form.cs: Request NCRecalc after creating a mdi child window.
6494         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
6495         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
6496         
6497         * MdiClient.cs: Add new method SendFocusToActiveChild that either
6498         sends keyboard focus to the active child, or to the MdiClient
6499         if there are no child forms.
6500         
6501 2007-01-15  Chris Toshok  <toshok@ximian.com>
6502
6503         * ListView.cs: drop the *Internal overrides, just do our work in
6504         ItemControl's WndProc instead.
6505
6506         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
6507         of the various controls, and forward the events properly (in the
6508         same manner as MS) from the textbox to the UpDown.  Also the
6509         ActiveControl of the UpDownBase gets set properly now.  Finally,
6510         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
6511
6512         * NumericUpDown.cs: set Text in the ctor.
6513
6514         * DomainUpDown.cs: call UpdateEditText in the ctor.
6515         
6516         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
6517         so even a Selectable = false textbox can be focused if you click
6518         in it.  Go figure.
6519
6520         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
6521         just add their handling in their respective WndProc's.  Also add
6522         an explicit FocusInternal method that doesn't consult CanFocus
6523         before calling Select(this).
6524
6525         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
6526         do our work in WndProc instead.
6527
6528         * TabControl.cs: same.
6529
6530         * ComboBox.cs: same.
6531
6532 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
6533
6534         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
6535         Fixes #80006.
6536
6537 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
6538
6539         * ListViewItem.cs:
6540         * ThemeWin32Classic.cs: Don't draw the item text outside
6541         item bounds in Details view, as well as use trimming.
6542         Fixes bug #80376.
6543
6544 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
6545
6546         * Form.cs: Implement Form.ShowIcon.
6547         
6548         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
6549         null, which when combined with the DlgModalFrame window style removes
6550         the icon from the title bar.
6551
6552 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
6553
6554         * Control.cs: Call OnMouseClick after OnClick. (2.0)
6555
6556 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
6557
6558         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
6559         menu when mdi child windows theres a menu, uses insert to get icon
6560         at first position. Partially fix #80006.
6561
6562 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
6563
6564         * Clipboard.cs: Implement 2.0 methods.
6565
6566 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
6567
6568         * Menu.cs: Implement Insert method of MenuItemCollection class
6569         to fix MenuMerge.
6570
6571 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6572
6573         * ListView.cs: Implement 2.0 FindItemWithText method.
6574
6575 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
6576
6577         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
6578         to calculate menu bar size. Fixes #80290.
6579
6580 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
6581
6582         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
6583
6584 2007-01-11  Chris Toshok  <toshok@ximian.com>
6585
6586         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
6587         initial form.
6588
6589 2007-01-11  Chris Toshok  <toshok@ximian.com>
6590
6591         * LinkLabel.cs: make sure to call base.Select in our Select method
6592         if it turns out we're going to be selected (i.e. if we have a link
6593         that is going to receive focus).  That way our container's
6594         ActiveControl is updated properly.
6595
6596 2007-01-11  Chris Toshok  <toshok@ximian.com>
6597
6598         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
6599         they have 1 or more links.  this fixes the crash gert reported.
6600
6601 2007-01-11  Andreia Gaita  <avidigal@novell.com>
6602
6603         * ContainerControl.cs: Remove ContainerSelected flag, not needed
6604         anymore.
6605
6606         * Control.cs (Controls.Add): Check if control to be added to the collection
6607         is a top level control, and throw an ArgumentException if it is.
6608         Remove ContainerSelectedFlag, not needed anymore.
6609
6610         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
6611         top most control doesn't activate the form. This fixes a problem in the
6612         MessageBox, where the default button wouldn't get focus because the form
6613         was activated before being Loaded - when the Owner is set, SetTopMost is
6614         called, and it would activate it.
6615
6616 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
6617
6618         * Button.cs: When clicked and setting the parent form's DialogResult,
6619         use FindForm instead of Parent, since parent could be a container
6620         control and not the Form.  Fixes bug #80495.
6621
6622 2007-01-10  Chris Toshok  <toshok@ximian.com>
6623
6624         * Form.cs: move the call to SendControlFocus into the same
6625         is_loaded check.
6626
6627 2007-01-10  Chris Toshok  <toshok@ximian.com>
6628
6629         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
6630         It breaks in the face of the new ActiveControl stuff, and should
6631         be unnecessary.
6632
6633         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
6634         activecontrol's focus if it's not already set, after we set
6635         ActiveControl, but before we call OnActivated.  Re-fixes #79667
6636         after the previous focus/active control fixes regressed it.
6637
6638         * Control.cs: reindent some code.
6639         
6640 2007-01-10  Chris Toshok  <toshok@ximian.com>
6641
6642         * Splitter.cs: clearing some outstanding changes from my tree.
6643         Replace all accesses (not writes) to the internal dock_style field
6644         with the Dock property.
6645
6646 2007-01-10  Chris Toshok  <toshok@ximian.com>
6647
6648         * Control.cs: make FireEnter, FireLeave, FireValidating, and
6649         FireValidated virtual.
6650
6651         * Form.cs: override and don't chain up calls to FireEnter and
6652         FireLeave.
6653
6654 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6655
6656         * ListView.cs: Add more text padding space when using
6657         auto resize for columns (the previous value didn't work fine).
6658
6659         * ThemeWin32Classic.cs: Update text position inside columns,
6660         to match the appeareance of .Net.
6661
6662         * ColumnHeader.cs: When using auto resize, only the Width should
6663         depend on the sub items, not the Height. Also, set width after
6664         auto resizing (the value of Width should never remain as -1 or -2).
6665
6666 2007-01-10  Chris Toshok  <toshok@ximian.com>
6667
6668         * Application.cs: fix compilation errors when debug is enabled.
6669
6670 2007-01-10  Chris Toshok  <toshok@ximian.com>
6671
6672         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
6673         add some nice ascii art pictures and explanation of the process).
6674         (GetMostDeeplyNestedActiveControl): new utility function we need
6675         because our ActiveControl can refer to a child container with its
6676         own ActiveControl.
6677
6678         * Form.cs (OnActivated): remove the call to SelectActiveControl
6679         from here, since you can override this method and not chain up,
6680         and winforms still sets the active control.
6681         (OnCreateControl): also remove the unnecessary SelectActiveControl
6682         call from here.
6683         (WndProc): it's actually called from the WM_ACTIVATE block, just
6684         before calling OnActivated.
6685
6686         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
6687         inside the else.  the ActiveControl setter will end up setting
6688         focus on @control.  This keeps us from setting it again (and
6689         generating an extra LostFocus/GotFocus pair).
6690         (Select (bool, bool)): reindent.
6691
6692 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
6693
6694         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
6695         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
6696         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
6697         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
6698         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
6699         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
6700         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
6701         ToolStripTextBox.cs: Another wave of corcompare work.
6702
6703 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6704
6705         * ColumnHeader.cs: Implement 2.0 AutoResize method using
6706         the Width property.
6707
6708         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
6709         methods by callling Column.AutoResize method on columns.
6710
6711 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
6712
6713         * Control.cs: Provide proper implementations of PreferredSize
6714         and GetPreferredSize (2.0).
6715
6716 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
6717
6718         * Form.cs: Remove one character (!) to make my previous OnClosing
6719         stuff work for modal windows like MessageBox.
6720
6721 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6722
6723         * ListView.cs:
6724         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
6725         ListView.Columns to get the last displayed column. Fixes #80452.
6726
6727 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
6728
6729         * Label.cs, LinkLabel.cs: Source code identation fixes.
6730
6731 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
6732
6733         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
6734         we dont need to invalidate only borders because when we invalidate four
6735         border lines the invalidate's generates a complete redraw of button, 
6736         because it now invalidate a complete rect some other redraws operations
6737         are fixed. Fixes #80196.
6738         
6739         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
6740         Remove ToolBarInvalidateEntireButton as it is not used.
6741
6742 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
6743         
6744         * Form.cs: Make sure that both OnClosing and OnFormClosing are
6745         called for 2.0 profile.
6746         * CloseReason.cs: Make class internal for 1.1.
6747
6748 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
6749
6750         * ToolStripManager.cs: Implement FindToolStrip functionality.
6751         * ToolStrip.cs: Register and unregister with ToolStripManager.
6752
6753 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
6754
6755         * Control.cs: This was messy.  2.0 moves much of ControlCollection
6756         to ArrangedElementCollection.  Implemented this with as few #if's as 
6757         possible (which is still too many).
6758
6759 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
6760
6761         * Control.cs: Implement SizeFromClientSize() [2.0].
6762
6763 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
6764
6765         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
6766         use Theme.BorderSize to calculate area instead of static value 1, 
6767         by the way use new BorderStaticSize instead     Border3DSize when 
6768         border_static is true. Fixes #79537.
6769         
6770         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
6771         
6772         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
6773         it is not needed.
6774
6775 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
6776
6777         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
6778
6779 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
6780
6781         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
6782         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
6783         
6784         * Hwnd.cs: 
6785         - border_static field added, it will used to define when a control 
6786         theres 3D border but it must be static (thin).
6787         - In GetWindowRectangle use Theme.BorderSize to calculate area 
6788         instead of static value 1, by the way use new BorderStaticSize instead
6789         Border3DSize when border_static is true.
6790
6791         * XplatUIX11.cs, XplatUIOSX.cs: 
6792         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
6793         
6794         * Theme.cs: BorderStaticSize field added.
6795
6796 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
6797
6798         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
6799
6800 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
6801
6802         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
6803         mimic same behavior than win32 that set border only in CreateParams,
6804         it fix problems under CreateParams overrides. Fix #79442 and partial
6805         fix #79537.
6806         
6807         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
6808         of thi control you must call recreate handle. 
6809         
6810         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
6811         need to do anything as RecreateHangle will take care about borders.
6812
6813 2007-01-05  Mike Kestner  <mkestner@novell.com>
6814
6815         * ListView.cs: hack to eliminate Lost/Got focus notifications on
6816         cycles between the ItemControl and parent.  Fixes #80388.
6817
6818 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
6819
6820         * Control.cs: Lazy init layout engine. Do not directly use 
6821         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
6822
6823 2007-01-05  Chris Toshok  <toshok@ximian.com>
6824
6825         * DataGrid.cs: don't forceably rebind columns in SetDataSource
6826         unless our list manager has changed (i.e. unless we have reason to
6827         believe our columns have changed).  Fixes #80422.
6828         
6829         also, disable the call do BindColumns in
6830         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
6831         1.1 the event isn't raised in response to a column addition on a
6832         table.)
6833
6834 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
6835
6836         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
6837         that inheritors can not call it if they choose.  Fixes bug #80456.
6838
6839 2007-01-05  Andreia Gaita  <avidigal@novell.com>
6840
6841         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
6842         doesn't blow up with a null exception on marshalling.
6843         
6844 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
6845
6846         * Control.cs: Implement several 2.0 protected properties and methods.
6847         Ensure that all necessary events are being called when properties
6848         are set.
6849
6850 2007-01-05  Mike Kestner  <mkestner@novell.com>
6851
6852         * ListView.cs: implement PgUp/PgDn for Details view.  Also
6853         fixes First/LastVisibleIndex to use the item_control.ClientRect 
6854         instead of the parent control.  Fixes #80378.
6855
6856 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
6857
6858         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
6859           determine whether to use yard-pound or not (bug #78399).
6860
6861 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
6862
6863         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
6864         problems. So it is time to bring back the old popupbutton colors.
6865
6866 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6867
6868         * ColumnHeader.cs:
6869         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
6870         property by using the internal information of the
6871         columns order in ListView.
6872
6873 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
6874
6875         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
6876         Add 2.0 Tag properties.
6877
6878         * LinkArea.cs: Add 2.0 ToString method.
6879
6880 2007-01-03  Chris Toshok  <toshok@ximian.com>
6881
6882         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
6883         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
6884         when we're editing, which fixes #80047.
6885
6886 2007-01-03  Chris Toshok  <toshok@ximian.com>
6887
6888         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
6889         #80404.
6890
6891 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
6892
6893         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
6894         property and implementation.
6895
6896         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
6897         for MdiWindowListItem property.
6898
6899         * ToolStripDropDown.cs: Don't consider hidden menu items while
6900         laying out the menu.
6901
6902 2007-01-03  Andreia Gaita  <avidigal@novell.com>
6903
6904         * SendKeys.cs: window handle is not needed in win32, so just
6905         get the active window for X after parsing keys and don't use
6906         it when building the message; it is passed by parameter to the 
6907         Xplat method and used there to build the message instead. Also,
6908         wait for events to be processed on SendWait, as opposed to Send,
6909         which doesn't wait :) Playing with threads and Send() completely 
6910         hangs on ms.net, only SendWait() works.
6911         
6912         XplatUIX11.cs
6913         X11Display.cs: Check for valid window handle.
6914
6915 2007-01-03  Jackson Harper  <jackson@ximian.com>
6916
6917         * TextControl.cs: Need to prevent wrap calculations when replacing
6918         text (this was there before i removed it accidently).
6919         - Don't update the cursor during the positioning, just set it to
6920         selection_start at the end of the operaion.
6921
6922 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6923
6924         * Control.cs:
6925         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
6926         
6927 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6928
6929         * MonthCalendar.cs: Added Click and DoubleClick events again,
6930         but this time they only hide Control's Click and DoubleClick.
6931         
6932 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
6933
6934         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
6935         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
6936
6937 2007-01-02  Jackson Harper  <jackson@ximian.com>
6938
6939         * TextBoxBase.cs: We move the caret with the split now, so we
6940         don't need to explicitly move the caret after splitting.  This
6941         fixes the caret bumping down an extra line on Enter.
6942
6943 2007-01-02  Miguel de Icaza  <miguel@novell.com>
6944
6945         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
6946         2.72). 
6947
6948         * ScrollableControl.cs: Add Scroll event.
6949
6950 2007-01-02  Mike Kestner  <mkestner@novell.com>
6951
6952         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
6953         to fix all hdr height padding codepaths.  Fixes #80207.
6954
6955 2007-01-02  Chris Toshok  <toshok@ximian.com>
6956
6957         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
6958         setting it to the Control defaults anyway, and it being after the
6959         Dock set was screwing up layout.
6960         (set_Dock): don't short circuit out of setting base.Dock.  Also,
6961         no need to call UpdateStatusBar here, as it'll be re-layed out if
6962         it needs to be.
6963
6964 2007-01-02  Mike Kestner  <mkestner@novell.com>
6965
6966         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
6967         to header height for width == -1. Fixes the rest of #80207.
6968
6969 2007-01-02  Mike Kestner  <mkestner@novell.com>
6970
6971         * ListView.cs: rework the mouse event forwarding everaldo added
6972         to translate the coordinates to the parent control not
6973         raise the parent events until after we've done our work. Hover
6974         needs more work, in the case where HoverSelection is on, because
6975         the item control receives more than one MouseHover per Enter
6976         event, so we need to ensure only the "first" hover gets forwarded.
6977         Opening a minor bug for that.
6978
6979 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
6980
6981         * CheckedListBox.cs: Fixed SelectionMode to match MS.
6982         * ListControl.cs: Implemented AllowSelection property. Removed extra
6983         tabs.
6984         * ListBox.cs: Implemented AllowSelection property.
6985
6986 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6987
6988         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
6989         SelectedItem, it prevent for errors when you must disable item
6990         before perform click. Fixes #80409.
6991
6992 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6993
6994         * MenuAPI.cs: Prevent second level and beyond submenus to close
6995         until first level when move out side of popup.
6996         
6997 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6998
6999         * MenuAPI.cs:
7000         - Down submenu positin in three pixels.
7001         - Closes sub menu when mouse leaves from menu. Fixes #80402.
7002
7003 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7004
7005         * ThemeWin32Classic.cs:
7006         - Fix popup menu size adding one pixel on the top.
7007         - Down menu item border from two to one to mimic Win32.
7008         - Some source identation fixes. 
7009
7010 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
7011
7012         * ThemeWin32Classic.cs: Use float numbers to calculate size and
7013         position of menu arrows, it fix wrong arrow size.
7014
7015 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
7016
7017         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
7018         instead of line, it simplify draw operation and fix it using 3D
7019         borders to mimic Win32.
7020
7021 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
7022
7023         * StatusStrip.cs: Add implementation of the sizing grip.
7024
7025         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
7026         StatusStrip rendering.
7027
7028 2006-12-31  Chris Toshok  <toshok@ximian.com>
7029
7030         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
7031         override the layout style (anchor/dock) of the control.  assign to
7032         Dock instead.  Fixes bug #80416.
7033
7034         * ToolStrip.cs: same.
7035
7036 2006-12-31  Andreia Gaita  <avidigal@novell.com>
7037
7038         * ContainerControl.cs: Use ContainerSelected flag to check if 
7039         a Container is directly selected, or if Select is called on a 
7040         non-container. If a container is directly selected, focus events 
7041         should not be raised.
7042         Apply #80411 patch to throw exception on set_ActiveControl if 
7043         control is the same as the current one.
7044         
7045         * Control.cs: Use ContainerSelected flag (see above).
7046         Add invalidation check to raise event but not invalidate if 
7047         dimensions are 0.       
7048         Apply #80411 patch.
7049         
7050
7051 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
7052
7053         * MenuAPI.cs: After click, dont close popup menu when menu is
7054         ContextMenu. Fixes #80399.
7055
7056 2006-12-30  Chris Toshok  <toshok@ximian.com>
7057
7058         * ContainerControl.cs: make sure we throw the exception if the
7059         container control doesn't contain the control we're setting
7060         ActiveControl to.
7061
7062 2006-12-30  Chris Toshok  <toshok@ximian.com>
7063
7064         * Control.cs (SetTopLevel): fix the exception raised by
7065         SetTopLevel for child controls.
7066         (set_Anchor): call UpdateDistances when setting the anchor type.
7067         This fixes bug #80336.
7068
7069 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7070
7071         * Theme.cs: For now, revert back to 8pt font.
7072
7073 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
7074
7075         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
7076         Fixes #80395.
7077
7078 2006-12-29  Chris Toshok  <toshok@ximian.com>
7079
7080         * Control.cs: reorder the code in OnResize to give the same event
7081         ordering as MS.
7082
7083 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7084
7085         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
7086         TileHorizontally and TileVertically.
7087         
7088 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
7089
7090         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
7091         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
7092         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
7093         Corrected copyright and email adress.
7094
7095 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7096
7097         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
7098         of Exception in FullPath property if no TreeView is associated with
7099         the TreeNode.
7100
7101 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7102
7103         * Theme.cs: Marked default_font as private, and initialize it in ctor
7104         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
7105         on 2.0 profile.
7106         * ThemeGtk.cs: Removed default_font intialization.
7107         * ThemeWin32Classic.cs: Removed default_font initialization.
7108
7109 2006-12-28  Chris Toshok  <toshok@ximian.com>
7110
7111         * Control.cs: fix a couple of place where we were creating handles
7112         more aggressively than we should be.  Fixes ControlRefresh unit
7113         tests.
7114
7115 2006-12-28  Chris Toshok  <toshok@ximian.com>
7116
7117         * Control.cs: contrary to what the comment said, Control.Dock does
7118         not supercede Control.Anchor - the last one you assign to decides
7119         the layout behavior.  so we need to keep track of which was the
7120         last set.  Also, fix some of the affected property arguments in
7121         PerformLayout calls, and remove an redundant parent.PerformLayout
7122         call in OnResized.
7123
7124         Add a VisibleInternal property, which returns is_visible.  We
7125         can/should get rid of all the usage of this field elsewhere.
7126
7127 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7128         
7129         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
7130         control style, not DoubleBuffer. Added UseDoubleBuffering property
7131         that indicates whether doublebuffering is enabled and supported.
7132         (comment from and code based on Gert Driesen's patch in #80324).
7133         Fixes #80324.
7134
7135 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7136         
7137         * Control.cs: Fixed a NRE.
7138
7139 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7140
7141         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
7142         for 2.0.
7143
7144 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7145
7146         * Control.cs: Rewrote double buffering, now a seperate
7147         class handles all the buffering, no Graphics is disposed of
7148         until the painting is finished (earlier implementation 
7149         would crash if the control was resized in the OnPaint, 
7150         since it would cause the double buffer to be recreated
7151         and the old one disposed), a separate Graphics is 
7152         created for every paint (MS behaviour and anyways the state
7153         of the Graphics would have to be saved and restored otherwise)
7154         
7155         * XplatUIDriver.cs: 
7156         * XplatUIX11.cs:
7157         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
7158         so that we can get the graphics for the back buffer without
7159         having to create a new one and remove the offscreen_dc parameter
7160         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
7161         
7162 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7163
7164         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
7165         Also make virtual all the key-related methods.
7166
7167         * ListViewItem.cs: Make virtual the key related methods for
7168         ListViewSubItemCollection.
7169
7170 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7171
7172         * ListView.cs:
7173         * ListViewItem.cs:
7174         * ThemeWin32Classic.cs:
7175         * Theme.cs: Initial support for Tile view in ListView,
7176         as well as the implementation of the required bits for it (Item
7177         and Subitem).
7178
7179 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7180
7181         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
7182         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
7183         Provide useful exception messages.
7184
7185 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7186
7187         * TrackBar.cs: Remove a warning.
7188         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
7189         when used by DateTimePicker, fixes #80287. This also requires that 
7190         MonthCalendar implements it's own drawing for the yearly updown control,
7191         otherwise the Capture tracking would be too complicated. Removed the Click 
7192         and DoubleClick events (according to comments they were hiding the base class
7193         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
7194         raise these events, not that they cannot be raised. It is possible to raise 
7195         them by calling OnClick and OnDoubleClick). Added two internal fields in 
7196         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
7197         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
7198         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
7199         event, no longer needed.
7200         
7201 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7202
7203         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
7204         true if new value differs from current value.
7205
7206 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7207
7208         * Control.cs: ControlCollection.Count must be public. Fixed build of
7209         unit tests.
7210
7211 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7212
7213         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
7214
7215 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7216
7217         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
7218
7219 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
7220
7221         * Control.cs: Invalidates control including when Width and Height is 
7222         equal zero or is not visible, only Paint event must be care about 
7223         this. Fixes #79913.
7224
7225 2006-12-26  Chris Toshok  <toshok@ximian.com>
7226
7227         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
7228         more corcompare work.
7229
7230         * DataGridView.cs: fix compiler warning.
7231
7232         * ColumnHeader.cs: some corcompare work, and also take the
7233         opportunity to make the internal fields private.
7234
7235         * ListView.cs: fix the fallout from the above field change.
7236
7237 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
7238
7239         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
7240         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
7241         ToolStripTextBox.cs: Fixes to events and corcompare.
7242
7243 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
7244
7245         * ListView.cs: Call owner.OnMousexx event to propagate events from
7246         item to ListView. Fixes #80367.
7247
7248 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7249
7250         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
7251         if value is less than one. ItemHeight should not be set to a value
7252         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
7253         Removed extra tabs.
7254
7255 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
7256
7257         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
7258         * ToolStripStatusLabel.cs: Add Spring for Moma.
7259
7260 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7261
7262         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
7263         Fixed code formatting. Removed debug code.
7264         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
7265
7266 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7267
7268         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
7269         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
7270         ArgumentOutOfRangeException if ColumnCount is negative. In 
7271         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
7272         less than 4 or higher than 32768.
7273         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
7274         Fixed FormatProvider to return CurrentCulture unless explicitly set.
7275         Fixed IsFormatProviderDefault to return true if FormatProvider has
7276         not been explicitly set.
7277
7278 2006-12-25  Chris Toshok  <toshok@ximian.com>
7279
7280         * Application.cs: add a couple of 2.0 events.
7281
7282 2006-12-25  Chris Toshok  <toshok@ximian.com>
7283
7284         * Control.cs: fix compiler warning.
7285
7286         * AxHost.cs: corcompare fixes.
7287
7288         * ApplicationContext.cs: corcompare fixes.
7289
7290 2006-12-25  Chris Toshok  <toshok@ximian.com>
7291
7292         * Control.cs: only update dist_right/dist_bottom if the
7293         width/height is > 0.  this fixes anchored controls being resized
7294         smaller until they disappear and then resized larger again.
7295
7296 2006-12-25  Chris Toshok  <toshok@ximian.com>
7297
7298         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
7299         since they're nothing more than X/Left and Y/Top, respectively.
7300
7301         Also, move back to a per-control Bitmap/Graphics for
7302         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
7303         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
7304         Height.
7305
7306 2006-12-25  Miguel de Icaza  <miguel@novell.com>
7307
7308         * MessageBox.cs: Implemented overload that takes a new "bool
7309         displayHelpButton" by adding a new internal field "show_help".
7310         When clicked this will raise the HelpRequested on the owner or the
7311         main form. 
7312
7313         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
7314         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
7315
7316         * ListView.cs: Add support ColumnWidthChanged and
7317         ColumnWidthChanging. 
7318
7319         Add support for ColumnReordered event.
7320         (ReorderColumn): Add NET_2_0 specific support for cancelling the
7321         reorder.
7322
7323         Very nice codebase!
7324
7325         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
7326
7327         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
7328
7329 2006-12-24  Chris Toshok  <toshok@ximian.com>
7330
7331         * GridTablesFactory.cs: 2.0 corcompare work.
7332
7333         * ToolStripContainer.cs: add "override" to
7334         ContextMenuStripChanged, and remove the local event object.
7335
7336         * ToolStripDropDown.cs: same with a couple properties.
7337
7338         * ToolStripPanel.cs: same with AutoSizeChanged event.
7339
7340         * TextBoxBase.cs: add "override" to AutoSizeChanged.
7341
7342         * Form.cs: add the remaining 2.0 events, and do some corcompare
7343         attribute work.
7344
7345         * DateTimePicker.cs: add "new" to padding.
7346
7347         * ButtonBase.cs: use Control's use_compatible_text_rendering.
7348
7349         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
7350
7351         * DataGridView.cs: PaddingChanged is overridden.
7352
7353 2006-12-24  Chris Toshok  <toshok@ximian.com>
7354
7355         * Control.cs: corecompare work here too.
7356
7357         * DataGridViewElement.cs, DataGridView.cs,
7358         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
7359         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
7360         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
7361         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
7362         work.
7363
7364 2006-12-24  Miguel de Icaza  <miguel@novell.com>
7365
7366         * Control.cs: Switched the error message on the console for a
7367         todo.  A review of the code will have to cope with this anyways
7368         (since its a large feature, it is in our radar) and it was
7369         producing too much output when running PDN.
7370
7371         * ToolStripComboBox.cs: Set the text when the SelectedIndex
7372         changes.  Applications depend on this (PDN 2.72)
7373
7374 2006-12-23  Chris Toshok  <toshok@ximian.com>
7375
7376         * TableLayoutSettings.cs: finish up the corcompare work for this
7377         class.
7378
7379 2006-12-23  Chris Toshok  <toshok@ximian.com>
7380
7381         * Control.cs: make SetImplicitBounds internal, do some futzing
7382         with LayoutEngine so that it's available in 1.1, and remove the
7383         entire duplicated code mess from PerformLayout.  Use
7384         System.Windows.Forms.Layout.DefaultLayout instead.
7385
7386         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
7387
7388 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
7389
7390         * Form.cs: Add MainMenuStrip property.
7391
7392 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
7393
7394         * Control.cs: Add ContextMenuStrip property and implementation.
7395         Fix ContextMenu implementation to show menu centered on control when
7396         activated using the keyboard instead of showing at screen (0,0).
7397
7398         * ToolStripDropDown.cs: Fix needed overload of Show ().
7399
7400 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7401
7402         * Menu.cs: Name property added for 2.0 profile.
7403         
7404 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7405
7406         * Menu.cs: Update information about FindMenuItem, method to be
7407         implemented soon.
7408
7409 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7410
7411         * MenuAPI.cs: When deselect items deselect also selected subitems.
7412         
7413 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
7414
7415         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
7416         FindSubItemByCoord to found itens that is not active, also an
7417         cheking added to FindSubItemByCoord to search for items only 
7418         in visible popup windows. Fixes #80274.
7419
7420 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
7421
7422         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
7423         internal property, it be care about change ExStyle. 
7424
7425 2006-12-22  Andreia Gaita  <avidigal@novell.com>
7426
7427         * ContainerControl.cs: set activeControl for parent forms up the 
7428         tree when the new activecontrol is a container.
7429         When validating the active control, if it is a container, also
7430         raise up the validation for it's active control. Fixes #80280
7431         
7432         * Control.cs: Add internal property flag and check to prevent
7433         Focus events from getting raised when Select() is called for
7434         a ContainerControl. There are still too many focus events being
7435         raised at the moment though.
7436         Cleaned up the code a bit.
7437
7438 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7439
7440         * Control.cs: Added all missing 2.0 events.and
7441         fixed a couple of corcompare issues.
7442         * TrackBar.cs: Implemented missing 2.0 bits.
7443         * MonthCalendar.cs, 
7444         * DateTimePicker.cs, 
7445         * MdiClient.cs: Fixed some corcompare issues.
7446
7447 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
7448
7449         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
7450         SplitterPanel.cs: corecompare work.
7451
7452 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
7453
7454         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
7455         Clean up warnings for BackgroundImageChanged and PaddingChanged
7456         events now that they are implemented in Control.cs.
7457
7458 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
7459
7460         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
7461         
7462         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
7463         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
7464         of TableLayoutPanel and supporting cast.
7465
7466 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7467
7468         * XplatUIWin32.cs: 
7469         - GrabWindow now confines the mouse pointer to the confine window.
7470         - Added Win32ClipCursor and Win32GetClipCursor.
7471
7472         * Control.cs: 
7473         - Added CaptureWithConfine to be able to capture and confine 
7474         mouse pointer.
7475         
7476         * InternalWindowManager.cs: 
7477         - Call CaptureWithConfine instead of Capture if we're an
7478         MdiChild (fixes #79982).
7479
7480 2006-12-21  Chris Toshok  <toshok@ximian.com>
7481
7482         * DataGrid.cs: guard against the initial state of selection, where
7483         selection_start == -1.  make sure we only select from index >= 0.
7484         Fixes bug #80291.
7485
7486 2006-12-21  Chris Toshok  <toshok@ximian.com>
7487
7488         * Control.cs: we don't need to be so draconian with
7489         UpdateDistances, and we thusly don't need to call it before
7490         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
7491
7492 2006-12-21  Daniel Nauck  <dna@mono-project.de>
7493
7494         * ComboBox.cs,
7495         TextBox.cs: Implemented AutoComplete properties.
7496
7497 2006-12-20  Chris Toshok  <toshok@ximian.com>
7498
7499         * DataGridView*.cs: some corecompare work.
7500
7501 2006-12-20  Jackson Harper  <jackson@ximian.com>
7502
7503         * XplatUIX11.cs: We need to hide the caret when deleting it,
7504         otherwise you get carets left lying around everywhere.
7505         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
7506         prevents getting some weird half drawn caret tracers when
7507         scrolling.
7508         * TextControl.cs: Attempt to reduce the number of times we need to
7509         recreate the caret.
7510
7511 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
7512
7513         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
7514
7515 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7516
7517         * DateTimePicker.cs:
7518         - Implemented missing 2.0 bits.
7519         - Changed some default values to match MS.
7520         
7521 2006-12-20  Jackson Harper  <jackson@ximian.com>
7522
7523         * TextBoxBase.cs: When changing the font across the document we
7524         can't recalculate after changing each line, since that will cahnge
7525         the line count.
7526         - PreferredHeight is a little different than i thought.
7527         - When backspacing, move the caret before we do the actual char
7528         delete, because when that delete crosses a wrap boundary the
7529         positional information will change.
7530
7531 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7532
7533         * Control.cs: Added some missing 2.0 bits: 
7534         BackgroundImageLayout, BackgroundImageLayoutChanged, 
7535         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
7536         add IBindableComponent and IDropTarget implementation.
7537         
7538         * MonthCalendar.cs: 
7539         - Added all missing 2.0 features:
7540         BackgroundImageLayout, RightToLeftLayout, 
7541         OnHandleDestroyed, RightToLeftLayoutChanged, 
7542         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
7543         PaddingChanged.
7544         - Rewrote all the BoldDate code, it was completely broken.
7545         - Fixed all the tests (the tests can now be re-enabled, the
7546         problems were not with the tests, but with the control, it was
7547         mostly broken).
7548         
7549         * DateTimePicker.cs: Changed the location where the 
7550         MonthCalendar is shown.
7551         
7552 2006-12-19  Chris Toshok  <toshok@ximian.com>
7553
7554         * DataGridView.cs: add IDropTarget implementation.
7555
7556         * ToolStripPanel.cs: add IDropTarget implementation.
7557
7558 2006-12-19  Jackson Harper  <jackson@ximian.com>
7559
7560         * TextControl.cs: soft now means something different than what it
7561         used to mean, we want to move the caret regardless of whether or
7562         not this break was soft (would we really have wanted the caret
7563         to not move with the break in the old context?)
7564         * TreeView.cs: Make sure we factor in the vert scrollbar when
7565         calculating the horizontal scrollbar's maximum.
7566
7567 2006-12-19  Andreia Gaita  <avidigal@novell.org>
7568
7569         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
7570         check for keywords in alternate casing, close bug #80049.
7571
7572 2006-12-19  Chris Toshok  <toshok@ximian.com>
7573
7574         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
7575         methods (which all do nothing).
7576
7577         * IDropTarget.cs: add the 4 missing methods.
7578
7579 2006-12-19  Chris Toshok  <toshok@ximian.com>
7580
7581         * TableLayoutRowStyleCollection.cs: corcompare work.
7582         
7583         * TableLayoutSettings.cs: same.
7584
7585         * TableLayoutStyle.cs: same.
7586
7587         * TableLayoutColumnStyleCollection.cs: same.
7588
7589 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
7590
7591         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
7592         TableLayoutPanel I've had in my local tree for way too long.
7593
7594 2006-12-19  Miguel de Icaza  <miguel@novell.com>
7595
7596         * TableLayoutSettings.cs: Finish the public API (still needs all
7597         the logic to update on changes). 
7598
7599         * TableLayoutPanelCellPosition.cs: new file.
7600         
7601         * TableLayoutRowStyleCollection.cs,
7602         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
7603         TableLayoutSettings.cs: Track the final 2.0 table api.
7604
7605 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7606
7607         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
7608         and Image List 2.0 members for ColummnHeader.
7609         * ListView.cs: Add key-related 2.0 methods for
7610         ColumnHeaderCollection.
7611
7612 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
7613
7614         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
7615         ArgumentNullException if items argument is null. Ignore null item in
7616         arrays. Removed extra tabs.
7617
7618 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
7619
7620         * MonthCalendar.cs: Fixed InvalidCastException.
7621
7622 2006-12-19  Jackson Harper  <jackson@ximian.com>
7623
7624         * TextControl.cs: Don't increment the position here.
7625         - When calculating char positions only add in the line break size
7626         for hard line breaks.
7627
7628 2006-12-19  Andreia Gaita  <avidigal@novell.org>
7629
7630         * SendKeys.cs: Changed some things to match ms.net behaviour
7631         when parsing shifted capital letters.
7632         
7633         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
7634         Add window handle as parameter to SendInput. X11 needs the 
7635         window handle, and the handle being passed      to it in the keys 
7636         queue is the active control handle (which windows needs), not 
7637         the window handle.
7638         
7639         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
7640         to support SendKeys on X.       
7641         
7642         * X11Keyboard: Implement helper method to lookup a linux keycode
7643         given the virtual keycode. Added table of keycode-2-virtualkey
7644         values to support this.
7645
7646 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7647
7648         * ListView.cs: Add support for SelectedIndexCollection
7649         and SelectedItemCollection 2.0 methods. Implement support
7650         for ImageKey too.
7651         * ListViewItem.cs: Add support for ListViewSubItemCollection
7652         2.0 methods. Also, fix an incorrect behavior of AddRange method
7653         (it shouldn't call Clear).
7654         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
7655
7656 2006-12-19  Jackson Harper  <jackson@ximian.com>
7657
7658         * RichTextBox.cs: 
7659         * TextBoxBase.cs: New args for FormatText
7660         * TextControl.cs: Rewrote the main drawing method, this version
7661         feels a little easier to understand and debug to me.  Hopefully it
7662         does to others also
7663         - Fix FormatText to OR in the new formating values.  Added
7664         FormatSpecified param, basically this works in the same way as
7665         BoundsSpecified in Control.
7666         - Set the caret properties when the caret is positioned.
7667         - When wrapping text make sure that we calculate the width of the
7668         last character
7669         - when calculating alignments we might have wrapped down to the
7670         next line, so don't search for an individual tag, search for the
7671         end of the line
7672         - We need to invalidate the selection area when we replace the
7673         selection.
7674         
7675 2006-12-19  Daniel Nauck  <dna@mono-project.de>
7676
7677         * Application.cs: add Restart () 2.0 support
7678
7679 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7680
7681         * MenuItem.cs: Invalidate menu item rectangle after change Enable
7682         property. Fixes #80268.
7683         
7684 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7685
7686         * MenuAPI.cs: Dont trigger select event when closes top menu
7687         item. Fixes #80270.
7688
7689 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7690
7691         * MenuAPI.cs: When you click on menuitem only trigger onselect
7692         event for top menu itens. Fixes #80271.
7693         
7694 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7695
7696         * MdiWindowManager.cs: Make IconicBounds depend on
7697         the bottom of MdiClient, not the top (fixes #80267)
7698         
7699 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7700
7701         * MdiClient.cs: Added missing 2.0 attribute
7702
7703 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7704
7705         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
7706         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
7707
7708 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
7709
7710         * MenuAPI.cs: Fix click when menuitem is not popup,
7711         this regression was caused by last commit (#80272).
7712
7713 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
7714
7715         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
7716         fire click event or close menu. Fixes #80272.
7717
7718 2006-12-17  Daniel Nauck  <dna@mono-project.de>
7719
7720         * ListViewHitTestInfo.cs: add
7721
7722 2006-12-17  Daniel Nauck  <dna@mono-project.de>
7723
7724         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
7725         * FlatButtonAppearance.cs: add
7726         * DockingAttribute.cs: add
7727
7728 2006-12-17  Chris Toshok  <toshok@ximian.com>
7729
7730         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
7731         and rebind our columns when it does - this way, if you make
7732         changes to the DataTable (or set the Table attribute on a DataView
7733         after setting it as the DataGrid's DataSource, the changes are
7734         made visible.)  Fixes bug #80107.
7735
7736 2006-12-17  Daniel Nauck  <dna@mono-project.de>
7737
7738         * ListViewGroup.cs: add internal Location property for layouting.
7739         * Theme.cs: add abstract ListViewGroupHeight function.
7740         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
7741
7742 2006-12-16  Andreia Gaita  <avidigal@novell.com>
7743
7744         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
7745         Added reset of selected index to 0 when adding first tab page.
7746         Fixes #80264
7747         
7748         * NumericUpDown.cs: Fix NET_2_0 check
7749
7750 2006-12-16  Daniel Nauck  <dna@mono-project.de>
7751
7752         * ListViewGroup.cs: fixed DefaultValueAttribute value
7753
7754 2006-12-16  Daniel Nauck  <dna@mono-project.de>
7755
7756         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
7757
7758 2006-12-15  Miguel de Icaza  <miguel@novell.com>
7759
7760         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
7761         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
7762         ScrollableControl.cs: Add a handful of methods that are
7763         overwritten in 2.0 
7764
7765 2006-12-15  Chris Toshok  <toshok@ximian.com>
7766
7767         * XplatUIWin32.cs: initial implementation of the Reversible
7768         drawing functions.  there are some problems.  DrawReversibleFrame
7769         doesn't seem to work at all for Dashed FrameStyle, and in the
7770         Thick case there are drawing errors at the corners (we probably
7771         need to bind Rectangle instead of doing moveto/lineto's.)
7772
7773 2006-12-16  Andreia Gaita  <avidigal@novell.com>
7774         
7775         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
7776         to send blocks of key messages. Send accumulates keys to send with Flush, 
7777         while SendWait sends all keys immediately.
7778                 
7779         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
7780         XplatUIX11.cs,  XplatUIX11-new.cs:
7781         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
7782         to Win32 SendInput.
7783         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
7784         
7785         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
7786         testing for ms.net on this class is very tricky, as the tests run too fast 
7787         to allow the hook to release, essentially freezing the keyboard and the 
7788         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
7789         category :p
7790
7791 2006-12-16  Daniel Nauck  <dna@mono-project.de>
7792
7793         * Padding.cs: fixed serialization compability to MS ("_var" field names),
7794                         added missing attributes.
7795  
7796 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7797
7798         * ListViewGroup.cs: Added missing attributes.
7799         * ListViewGroupCollection.cs: Added missing attributes.
7800
7801 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7802
7803         * ListViewItem.cs: fixed ListViewSubItem text property.
7804
7805 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7806         
7807         * Control.cs: Added missing 2.0 attributes
7808         
7809 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7810         
7811         * MdiClient.cs: Added missing 2.0 attribute.
7812         * MonthCalendar.cs: Added some missing 2.0 attributes 
7813         and properties.
7814         
7815 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7816
7817         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
7818
7819 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
7820
7821         * MainMenu.cs: Add the new 2.0 constructor to help out people
7822         using the MainMenu in VS2005.
7823
7824 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7825         
7826         * MdiChildContext.cs: Removed it, no longer used.
7827         * MdiClient.cs: Added missing 2.0 attributes.
7828         
7829 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7830         
7831         * InternalWindowManager.cs: Fix a NullRef with previous 
7832         changes for toolwindows.
7833         
7834 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7835
7836         * Control.cs: 
7837         - Added AfterTopMostControl to allow for certain controls 
7838         to always stay on top when normal controls are brought to 
7839         front.
7840         
7841         * XplatUIWin32.cs: 
7842         - (DrawInversibleRectangle): Get window rectangle from Win32 
7843         in stead of from control, since Win32 doesn't calculate
7844         screen coords correctly from control's Location if it 
7845         have docked siblings.
7846         
7847         * MdiWindowManager.cs:
7848         - Correct the control menu popup location when clicked on
7849         the maximized form icon. (fixes #80223.1)
7850         - Don't show moving rectangle if mouse hasn't moved from
7851         the original clicked point.
7852         - Removed FormGotFocus handler (not used).
7853         - Calculate the control buttons location from the main
7854         window's size and not client size (fixes #79770).
7855         - Form is now closed when the form icon is double-clicked
7856         (fixes #79775). 
7857         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
7858         
7859         * InternalWindowManager.cs:
7860         - Moved some MDI-only methods to MdiWindowManager.
7861         - Removed unused properties and methods.
7862         - Unified method naming for methods handling wm messages.
7863         - Moved all message handling to seperate methods for
7864         each message.
7865         
7866         * ThemeWin32Classic.cs:
7867         - DrawManagedWindowDecorations now draws the title bar 
7868         with a gradient brush.
7869         - Add a CPDrawButtonInternal that allows us to specify
7870         light, normal and dark colors for the buttons (control 
7871         buttons for MDI children were drawn with the same light
7872         color as the background, therefore loosing the 3D effect).
7873         
7874         * SizeGrip.cs:
7875         - Add a CapturedControl property that is used to 
7876         determine the control to resize (defaults to parent). 
7877         Needed for MdiClient, since its SizeGrip's parent is
7878         MdiClient, but the control to resize is the main form.
7879         
7880         * MdiClient.cs:
7881         - Set SizeGrip's CapturedControl to the main form in order
7882         to resize the main form and not the MdiClient.
7883         - Override AfterTopMostControl to leave the scrollbars 
7884         always on top.
7885
7886 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7887
7888         * ListView.cs: fixed ListViewItemCollection AddRange and
7889                         implemented ListViewItemCollection AddRange 2.0 support.
7890
7891 2006-12-15  Daniel Nauck  <dna@mono-project.de>
7892
7893         * ListViewGroup.cs: Add.
7894         * ListViewGroupCollection.cs: Add
7895         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
7896         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
7897                                 stub for ImageKey 2.0 support.
7898
7899 2006-12-14  Mike Kestner  <mkestner@novell.com>
7900
7901         * ListView.cs: add text padding to the autocalculation for columns
7902         of width -2.  Fixes #80207.
7903  
7904 2006-12-14  Mike Kestner  <mkestner@novell.com>
7905
7906         * ListView.cs: add some index guarding for partial row navigation 
7907         logic.  Fixes #80250.
7908
7909 2006-12-14  Mike Kestner  <mkestner@novell.com>
7910
7911         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
7912         are added or inserted to the collection.  Fixes #81099.
7913
7914 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
7915
7916         * MenuAPI.cs: Closes menu when right click out side of popup
7917         it fix problem in ContextMenu and MainMenu. Fixes #80252.
7918
7919 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7920
7921         * ListViewItem.cs: Fix dumb error.
7922
7923         * ListView.cs: Add Find and ContainsKey methods in 
7924         ListViewItemCollection, and also return true for IsReadOnly
7925         and IsFixedSize (changes for 2.0). 
7926
7927 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
7928
7929         * Control.cs: Allow Region to be set to null.
7930
7931 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7932
7933         * MdiWindowManager.cs: Remove unused (commented out) code.
7934         * Form.cs: When the MdiChild is maximized, the form needs 
7935         WM_NCMOUSELEAVE, so request it.
7936         * InternalWindowManager.cs: 
7937         - Added tooltips to control buttons.
7938         - Removed duplicated control button handling code.
7939         - Removed unused (commented out) code.
7940         
7941 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
7942
7943         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
7944         was used because we must set cursor without trigger ChangeCursor event
7945         and without change Cursor control property. Fixes #79963.
7946
7947 2006-12-12  Andreia Gaita  <avidigal@novell.com>
7948         
7949         * Control.cs: Check if Region setter value is null, and ignore
7950
7951 2006-12-12  Jackson Harper  <jackson@ximian.com>
7952
7953         * TextControl.cs: We were almost always drawing one more line then
7954         needed, since the GetLineByPixel will return the last line found
7955         at that pixel. In most cases though, we were invalidating up to
7956         the junction between two lines.
7957         - Improve debug code.
7958
7959 2006-12-12  Chris Toshok  <toshok@ximian.com>
7960
7961         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
7962         and FillReversibleRectangle.
7963
7964         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
7965         and FillReversibleRectangle.
7966
7967         * XplatUIWin32.cs: add stubs which do nothing for
7968         DrawReversibleFrame, DrawReversibleLine, and
7969         FillReversibleRectangle.
7970
7971         * XplatUIOSX.cs: add stubs which raise NIE for
7972         DrawReversibleFrame, DrawReversibleLine, and
7973         FillReversibleRectangle.
7974
7975         * XplatUIX11.cs: add working implementation for
7976         DrawReversibleFrame, DrawReversibleLine, and
7977         FillReversibleRectangle.
7978         
7979         * ControlPaint.cs: implement DrawReversibleFrame,
7980         DrawReversibleLine, and FillReversibleRectangle, by calling into
7981         the appropriate XplatUI method.
7982
7983 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7984
7985         * Form.cs: Make MdiClient have the focus even if it's
7986         not selectable, since it should receive WM_KEY* and WM_MOUSE 
7987         messages. Fixes #79907.
7988         
7989 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7990
7991         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
7992         queried after the window is created.
7993         
7994         * XplatUIX11.cs: Added SendParentNotify to implement 
7995         WM_PARENTNOTIFY logic. Fixes #79965.
7996         
7997         * Control.cs: Added MakeParam.
7998         
7999 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8000
8001         * MdiClient.cs: Resume Layout before setting window
8002         states (fixes #80201).
8003
8004 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8005
8006         * MenuAPI.cs: Deselect a menu item after performing
8007         the click (fixes #80197).
8008
8009 2006-12-11  Jackson Harper  <jackson@ximian.com>
8010
8011         * TextBoxBase.cs: We need to cap this value, since Maximum -
8012         ViewPortHeight can be less than zero.
8013         - Only do selection with the left mouse button.
8014         * TextBox.cs: Don't tell the world that we have a context menu.
8015         * Control.cs: New method so that we can control whether or not the
8016         context menu is visible outside MWF.
8017
8018 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
8019
8020         * ToolBarButton.cs: Fix text positon. 
8021
8022 2006-12-11  Miguel de Icaza  <miguel@novell.com>
8023
8024         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
8025
8026         * Control.cs (DoubleBuffered): Add implementation.
8027
8028         * Application.cs (OpenForms): Add.
8029
8030 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
8031
8032         * Form.cs: Use opacity instead of Opactiy to determine if we need
8033         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
8034
8035 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
8036
8037         * Control.cs: Fix NRE if Control.Site was set to null.
8038
8039 2006-12-11  Chris Toshok  <toshok@ximian.com>
8040
8041         * Control.cs: ControlCollection.Remove should return if the arg is
8042         null, and ControlCollection.SetChildIndex should raise a ANE.
8043
8044 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
8045
8046         * Control.cs: Verify value set for Dock property. Code formatting
8047         updates.
8048
8049 2006-12-11  Jackson Harper  <jackson@ximian.com>
8050
8051         * TextControl.cs: Draw the caret and the selection when a flag is
8052         set on the owner.
8053         * TextBoxBase.cs: We want to draw the caret and the selection for
8054         TextBox but not for TextBoxBase.
8055         - If the window is resized and scrolling is no longer needed (the
8056         whole doc is visible) set the scroll position to zero.
8057         - The default SelectWord (the one TextBox uses) should move the
8058         caret to the end of the word.
8059         - SelectAll moves the caret to the end of the selection.
8060         * TextBox.cs: We don't selectall on focus, we just do it when the
8061         control is created.
8062         
8063 2006-12-11  Mike Kestner  <mkestner@novell.com>
8064
8065         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
8066
8067 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8068
8069         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
8070         2.0 support.
8071         * ListViewItem.cs: Add Name 2.0 property.
8072
8073 2006-12-11  Andreia Gaita  <avidigal@novell.com>
8074
8075         * TabControl.cs: Set visibility on selected or default tab 
8076         when tabcontrol handle is created, so that it's contents
8077         actually show up (duh). Fixes #80193
8078         Don't redraw the control if there is no handle created, as
8079         the selected index might be completely invalid. Added some tests
8080         to check for this.
8081
8082 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
8083
8084         * ToolBar.cs: Uses maximun width and height of all buttons as 
8085         button rectangle when ButtonSize specified, it looks strange but
8086         is what happens in Win32. Fixes #80189.
8087
8088 2006-12-11  Jackson Harper  <jackson@ximian.com>
8089
8090         * TextControl.cs: Need to track undo levels ourself, since
8091         compound actions will mess them up.
8092
8093 2006-12-10  Andreia Gaita  <avidigal@novell.com>
8094
8095         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
8096         SelectedIndex value is changed (even if it's not valid).
8097         Reset SelectedIndex to 0 when the handle is created and if
8098         the current index is invalid.
8099         Fixes SelectdeIndex unit tests and #80128
8100
8101 2006-12-08  Chris Toshok  <toshok@ximian.com>
8102
8103         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
8104         calls EndEdit, it needs to be called before we set current_cell to
8105         its new value.  Otherwise, we end up committing the value in the
8106         textbox to the new cell as well.  Fixes bug #80160.
8107
8108 2006-12-08  Chris Toshok  <toshok@ximian.com>
8109
8110         * Form.cs (set_CancelButton): if the button's DialogResult is
8111         None, set it to Cancel.  Fixes bug 80180.
8112
8113 2006-12-08  Jackson Harper  <jackson@ximian.com>
8114
8115         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
8116         to watch ourselves when setting the canvas size and setting the
8117         scrollbar values.
8118
8119 2006-12-08  Chris Toshok  <toshok@ximian.com>
8120
8121         * DataGrid.cs: comment out the two MakeTransparent calls for the
8122         time being so people using trunk (and not 1.2.2) on windows can
8123         actually use the datagrid.  This deals with bug #80151.
8124
8125 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
8126
8127         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
8128         Graphics.DrawImage (image, int, int, int, int) overload instead
8129         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
8130         the dpi difference and was blurring images it drew.
8131         [Fixes bug #79960]
8132
8133 2006-12-08  Chris Toshok  <toshok@ximian.com>
8134
8135         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
8136         rowcnt is 0 (such as with an empty datasource), and make sure we
8137         initialize not_usedarea.Y to cells.Y, so we don't draw over the
8138         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
8139
8140 2006-12-08  Chris Toshok  <toshok@ximian.com>
8141
8142         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
8143         grid.
8144
8145 2006-12-08  Chris Toshok  <toshok@ximian.com>
8146
8147         [ Fixes bug #80167 ]
8148         
8149         * ThemeWin32Classic.cs: don't draw the image if the button's flat
8150         style is FlatStyle.System.
8151
8152         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
8153         ButtonBase.flat_style private, and switch uses of it to the public
8154         property.
8155         
8156 2006-12-08  Chris Toshok  <toshok@ximian.com>
8157
8158         [ Fixes bug #80121 ]
8159         
8160         * ThemeWin32Classic.cs: center the caption text in the datagrid
8161         when we draw it.
8162
8163         * DataGrid.cs: lessen the amount we add to the caption height from
8164         6 to 2.  6 was making it huge.
8165
8166 2006-12-08  Andreia Gaita  <avidigal@novell.com>
8167
8168         * UpDownBase: Handle MouseWheel call directly instead of capturing
8169         the inner textbox's OnMouseWheel. Fixes #80166
8170
8171 2006-12-08  Jackson Harper  <jackson@ximian.com>
8172
8173         * TextControl.cs: We need to invalidate the textbox when we empty
8174         it (how had this not been discovered before?)
8175
8176 2006-12-08  Jackson Harper  <jackson@ximian.com>
8177
8178         * TextBoxBase.cs: Reworked the mouse down code so I could get it
8179         to behave like MS, we now ignore the eventargs.Click and just
8180         track state ourself, which we were already doing anyways.
8181         - Constrain the double click handler to the double click size.
8182         
8183 2006-12-08  Chris Toshok  <toshok@ximian.com>
8184
8185         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
8186         direction if that scrollbar isn't shown.  fixes bug #80158.
8187
8188 2006-12-08  Andreia Gaita  <avidigal@novell.com>
8189
8190         * NumericUpDown.cs: Update value on getter. Fixes #79950
8191
8192 2006-12-08  Chris Toshok  <toshok@ximian.com>
8193
8194         * MenuItem.cs: add back in the event cloning code.  I didn't know
8195         how to do it in the face of the EventHandlerList work i'd done
8196         last week.  Fixes bug #80183.
8197
8198 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
8199
8200         * Control.cs: Add an invalidate to the BackgroundImage setter.
8201         [Fixes 80184]
8202
8203 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
8204
8205         * ToolStrip*: Add some small properties reported by MoMA, fix event
8206         firing and default properties based off of unit tests, and add some
8207         attributes based off of the class status page.
8208
8209 2006-12-07  Jackson Harper  <jackson@ximian.com>
8210
8211         * TextBoxBase.cs: Take HideSelection into account when determining
8212         whether or not to show the selection.
8213         * RichTextBox.cs: After inserting the RTF into the document move
8214         the cursor to the beginning of the document.
8215
8216 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
8217
8218         * Control.cs: Remove static ArrayList "controls" which maintained
8219         a reference to every control created.
8220         * Application.cs: Create a static FormCollection to maintain a reference
8221         to every form created.  Use it in places that formerly enumerated through
8222         the controls one looking for forms.
8223         * Form.cs: Add and remove self from above FormCollection.
8224
8225 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
8226
8227         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
8228           not libgdk (though it makes me wonder why I didn't have any
8229           problems)
8230
8231 2006-12-07  Chris Toshok  <toshok@ximian.com>
8232
8233         [ you had to know this was coming after that last commit...]
8234         
8235         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
8236         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
8237         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
8238         XCopyArea).
8239
8240 2006-12-07  Chris Toshok  <toshok@ximian.com>
8241
8242         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
8243         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
8244         all the behavior we need for double buffering.
8245
8246         * XplatUIDriver.cs: implement the 3 double buffer methods using a
8247         client side Bitmap, just like the old Control-based double buffer
8248         code did.  The methods are virtual, so each XplatUI driver
8249         subclass can replace the implementation to use a faster, platform
8250         specific approach.
8251
8252         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
8253         double buffer code, and clean things up a bit in the process.
8254
8255 2006-12-06  Chris Toshok  <toshok@ximian.com>
8256
8257         * Control.cs: reindent WndProc.
8258
8259 2006-12-06  Chris Toshok  <toshok@ximian.com>
8260
8261         [ I wanna be like BenM when I grow up ]
8262         
8263         * Hwnd.cs: create a single static Graphics object on the static
8264         Bitmap we create.  use this for our text measurements.
8265
8266         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
8267         This was causing us to allocate a backbuffer for every control,
8268         even when it wasn't flagged as double buffered.  Instead use the
8269         single graphics instance.  This might have implications for
8270         multithreaded applications.  If we run into problems we can switch
8271         to creating 1 Graphics per control, on the static Hwnd bitmap.
8272
8273         this change nets us a 7M savings in private dirty mappings when
8274         running FormsTest.exe.
8275
8276 2006-12-06  Chris Toshok  <toshok@ximian.com>
8277
8278         * ListView.cs: the BackgroundImage override is just to set
8279         attributes.  chain up to base.BackgroundImage.
8280
8281         * RichTextBox.cs: same.
8282
8283         * ToolBar.cs: same, but we need to also redraw the toolbar when it
8284         changes, so instead a handler for BackgroundImageChanged.
8285         
8286         * Control.cs: make background_image private.
8287
8288 2006-12-06  Chris Toshok  <toshok@ximian.com>
8289
8290         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
8291         sure we even need this assignment, but roll with it for now.
8292
8293         * Control.cs: make the cursor field private.
8294
8295 2006-12-06  Chris Toshok  <toshok@ximian.com>
8296
8297         * Form.cs: we don't need to explicitly set ImeMode to
8298         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
8299         behavior in the face of ImeMode.Inherit.
8300
8301         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
8302         change the ctor's assignment to use ImeMode instead of ime_mode.
8303
8304         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
8305         ImeModeInherit.  Only check for the parent's imemode (and return
8306         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
8307         This fixes the button unit test, which sets both ImeMode and
8308         DefaultImeMode to ImeMode.Disable.
8309
8310         also make the ime_mode field private.
8311
8312 2006-12-06  Chris Toshok  <toshok@ximian.com>
8313
8314         * Control.cs: make control_style private.
8315
8316         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
8317         setting the styles to true, then setting them to false instead of
8318         reverting to their previous values.
8319
8320         also, call SetStyle on the scrollbars instead of using
8321         control_style directly.
8322
8323 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
8324
8325         * FormCollection.cs: Implement. [2.0]
8326
8327 2006-12-06  Chris Toshok  <toshok@ximian.com>
8328
8329         * Control.cs: make tab_stop private.
8330
8331         * Label.cs: set TabStop, not tab_stop.  reformat some event
8332         add/remove methods to make them more compact.
8333
8334 2006-12-06  Chris Toshok  <toshok@ximian.com>
8335
8336         * RadioButton.cs: fix TabStop handling.
8337
8338 2006-12-06  Chris Toshok  <toshok@ximian.com>
8339
8340         * TextBox.cs: remove the explicit assignments to has_focus.
8341         Control does that.
8342
8343         * ButtonBase.cs: remove the assignment to has_focus.  Control will
8344         manage that.
8345         
8346 2006-12-06  Chris Toshok  <toshok@ximian.com>
8347
8348         * ButtonBase.cs: remove all uses of is_enabled from this code.
8349         it's always true when any of the code containing the checks is
8350         executed.
8351
8352 2006-12-06  Chris Toshok  <toshok@ximian.com>
8353
8354         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
8355         with different semantics (some are present in both 1.1 and 2.0
8356         profiles) so that we match MS's behavior in our unit tests.
8357
8358 2006-12-06  Jackson Harper  <jackson@ximian.com>
8359
8360         * TextControl.cs: Make this operation undoable.
8361         * TextBoxBase.cs: Factor the border width into the preferred
8362         height.
8363         - implement Modified as per the spec.
8364
8365 2006-12-06  Chris Toshok  <toshok@ximian.com>
8366
8367         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
8368
8369 2006-12-06  Chris Toshok  <toshok@ximian.com>
8370
8371         * Control.cs: make right_to_left and context_menu fields private.
8372
8373 2006-12-06  Chris Toshok  <toshok@ximian.com>
8374
8375         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
8376         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
8377         Control.child_controls private.  switch all uses over to
8378         Control.Controls.
8379
8380 2006-12-06  Chris Toshok  <toshok@ximian.com>
8381
8382         * System.Windows.Forms/GroupBox.cs,
8383         System.Windows.Forms/AccessibleObject.cs,
8384         System.Windows.Forms/ErrorProvider.cs,
8385         System.Windows.Forms/Control.cs,
8386         System.Windows.Forms/UpDownBase.cs,
8387         System.Windows.Forms/ScrollBar.cs,
8388         System.Windows.Forms/DateTimePicker.cs,
8389         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
8390         System.Windows.Forms/ToolTip.cs,
8391         System.Windows.Forms/RadioButton.cs,
8392         System.Windows.Forms/LinkLabel.cs,
8393         System.Windows.Forms/Splitter.cs,
8394         System.Windows.Forms/TextBoxBase.cs,
8395         System.Windows.Forms/ToolStripTextBox.cs,
8396         System.Windows.Forms/ContainerControl.cs,
8397         System.Windows.Forms/ThemeWin32Classic.cs,
8398         System.Windows.Forms/SizeGrip.cs,
8399         System.Windows.Forms/ToolStripDropDown.cs,
8400         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
8401         private.  switch all uses over to Control.Parent.
8402
8403 2006-12-06  Chris Toshok  <toshok@ximian.com>
8404
8405         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
8406         Control does this before calling emitting these events.
8407
8408         * TabControl.cs: same.
8409
8410         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
8411         Control.client_rect.
8412
8413         * ButtonBase.cs: use the ClientSize property instead of the
8414         client_size field.
8415
8416         * ScrollableControl.cs: same.
8417
8418         * Control.cs: another pass at making properties private.  also,
8419         move the initialization of tab_stop to the ctor.
8420
8421 2006-12-05  Andreia Gaita <avidigal@novell.com>
8422
8423         * TabControl.cs: Let the selected index be set freely if the 
8424         control handle is not yet created.
8425
8426 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
8427
8428         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
8429         internal until I can rewrite DefaultLayout.
8430         * ToolStrip.cs: Fix build error and some general cleaning.
8431         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
8432         Fix build errors caused by making some of Control's fields private.
8433
8434 2006-12-05  Jackson Harper  <jackson@ximian.com>
8435
8436         * TextControl.cs: Redo Insert a little so that it use IndexOf
8437         instead of Split, this prevents it from messing up on things like
8438         \n\n\n. Also more effecient since the split array doesn't need to
8439         be created.
8440         * TextBoxBase.cs: AppendText doesnt handle multiline and non
8441         multiline text differently, this is the first of many fixes that
8442         will make multiline/non-multiline the same thing as far as the
8443         TextBoxBase is concerned.
8444         - Don't split the text and insert lines, this can lose some line
8445         endings (like is the last line a soft or hard break). Instead use
8446         the new Insert.
8447         - Fix an off by one when combining all the lines in the Text
8448         getter.
8449         - Remove separate multiline handling from the Text getter/setter.
8450
8451 2006-12-05  Chris Toshok  <toshok@ximian.com>
8452
8453         * ButtonBase.cs: a few changes:
8454
8455         - don't reinitialize internal Control fields in the ctor when they
8456         have the same values as Control sets them.
8457
8458         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
8459         this before calling those methods.
8460
8461         - we don't need to call Refresh for anything.  use Invalidate
8462         instead.
8463
8464         - OnEnabledChanged doesn't need to redraw at all - Control.cs
8465         calls Refresh in its OnEnabledChanged.
8466         
8467         - several of the events we were registered for in the ctor to
8468         redraw ourselves already include calls to Invalidate in the
8469         property setters that raise the events.  remove the extra
8470         invalidation.
8471
8472         - reformat a switch statement that was 83274658 columns wide.
8473         
8474 2006-12-05  Mike Kestner  <mkestner@novell.com>
8475
8476         * ComboBox.cs: fix a unit test regression from a TextBox
8477         SelectionLength return of -1 when there's no selection.  
8478
8479 2006-12-05  Chris Toshok  <toshok@ximian.com>
8480
8481         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
8482         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
8483         cleaning up some of the internal Control fields being used by
8484         subclasses.
8485
8486 2006-12-05  Mike Kestner  <mkestner@novell.com>
8487
8488         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
8489         listbox after AddImplicit calls since it defaults to hidden. Add a 
8490         hack to preserve requested heights across DropDownStyle changes.
8491
8492 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
8493
8494         * PropertyGrid.cs: Hide FindFirstItem method from public API.
8495
8496 2006-12-05  Chris Toshok  <toshok@ximian.com>
8497
8498         * DataGridView.cs: fix compiler warnings.
8499
8500         * PrintControllerWithStatusDialog.cs: same.
8501
8502         * ToolBar.cs: same.
8503
8504         * FolderBrowserDialog.cs: same.
8505
8506         * Splitter.cs: same.
8507
8508         * DataGridViewComboBoxCell.cs: same.
8509
8510         * XplatUIWin32.cs: same.
8511
8512         * PictureBox.cs: same.
8513
8514         * Win32DnD.cs: same.
8515
8516         * PageSetupDialog.cs: same.
8517
8518         * FileDialog.cs: same.
8519
8520         * PrintDialog.cs: same.
8521
8522         * DataGridTextBoxColumn.cs: same.
8523
8524         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
8525
8526 2006-12-05  Chris Toshok  <toshok@ximian.com>
8527
8528         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
8529         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
8530         System.ComponentModel.EventHandlerList work.
8531
8532 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
8533
8534         * DrawTreeNodeEventArgs.cs: Added.
8535
8536 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8537         
8538         * InternalWindowManager.cs: Remove an unused field.
8539         
8540 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8541
8542         * InternalWindowManager.cs:
8543         - Save the point where the title bar is clicked.
8544         
8545         * MdiWindowManager.cs:
8546         - Only allow moving of the window as long as the 
8547         clicked point on the title bar does not get out of
8548         MdiClient's rectangle. Fixes #79982.
8549         
8550         * MdiClient.cs:
8551         - Added Horizontal/VerticalScrollbarVisible.
8552         - Simplified the scrollbar sizing algorithm.
8553         - Cache the difference in scrolled value in
8554         H/VBarValueChanged and move the calculation out
8555         of the for loop.
8556
8557 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8558
8559         * Control.cs: Make the Console.WriteLine in WndProc 
8560         write more info.
8561
8562 2006-12-05  Chris Toshok  <toshok@ximian.com>
8563
8564         * ToolStripManager.cs, ToolStripButton.cs,
8565         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
8566         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
8567         ToolStripSplitButton.cs, ToolStripSeparator.cs,
8568         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
8569         ToolStripProgressBar.cs, ToolStripContainer.cs,
8570         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
8571         to using System.ComponentModel.EventHandlerList.
8572
8573 2006-12-04  Chris Toshok  <toshok@ximian.com>
8574
8575         * LinkLabel.cs: fix up compiler warnings.
8576
8577         * TableLayoutSettings.cs: same.
8578
8579         * TreeView.cs: same.
8580
8581         * ToolBar.cs: same.
8582
8583         * TabControl.cs: same.
8584
8585         * RichTextBox.cs: same.
8586
8587         * ListViewItem.cs: same.
8588
8589         * PropertyGrid.cs: same.
8590
8591         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
8592
8593         * ToolTip.cs same.
8594
8595         * TextRenderer.cs: fix up compiler warnings.
8596
8597         * Label.cs: same.
8598
8599         * Form.cs: corcompare fixes.
8600
8601         * PictureBox.cs: fix up compiler warnings.
8602
8603         * ImageListStreamer.cs: same.
8604
8605         * TrackBar.cs: corcompare fix.
8606
8607         * Control.cs: fix up compiler warnings.
8608
8609         * SplitterPanel.cs: same.
8610
8611         * NumericTextBox.cs: same.
8612
8613         * ImageList.cs: same.
8614
8615         * StatusStrip.cs: same.
8616
8617         * ProgressBar.cs: corcompare fix.
8618
8619         * ToolStripButton.cs: fix up compiler warnings.
8620
8621         * ToolStripStatusLabel.cs: same.
8622
8623         * ToolStripSplitButton.cs: same.
8624
8625         * ToolStripSeparator.cs: same.
8626
8627         * ToolStripProgressBar.cs: same.
8628
8629         * ToolStripDropDownMenu.cs: same
8630
8631         * ToolStripDropDown.cs: same.
8632
8633         * ToolStripDropDownButton.cs: same.
8634
8635         * ToolStrip.cs: same.
8636
8637         * ToolStripControlHost.cs: same.
8638
8639         * ToolStripContentPanel.cs: same.
8640
8641         * ToolStripDropDown.cs: same.
8642
8643         * ToolStripContainer.cs: same.
8644
8645         * ToolStripPanel.cs: same, and add "new" where we need it to work
8646         with the new ArrangedElementCollection.
8647
8648         * ToolStripItemCollection.cs: add "new" where we need it to work
8649         with the new ArrangedElementCollection.
8650
8651 2006-12-04  Andreia Gaita <avidigal@novell.com>
8652
8653         * TabControl.cs: Fix default tab selection to after TabControl
8654         gets focus and not before. Fixes #80128
8655
8656 2006-12-04  Chris Toshok  <toshok@ximian.com>
8657
8658         * DataGridTableStyle.cs: remove the gross calling of
8659         datagrid.Refresh from here.  It's a broken idea and it doesn't
8660         work anyway.
8661
8662         * DataGrid.cs: instead, just register/unregister from the
8663         DataGridTableStyle events in CurrentTableStyle.  we play it
8664         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
8665         even though some would most likely not require it.  Fixes bug
8666         #80115 (and one portion of #80117 as a side effect).
8667
8668 2006-12-04  Chris Toshok  <toshok@ximian.com>
8669
8670         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
8671         so the textbox (if any) goes away.  Fixes bug #80117.
8672
8673 2006-12-04  Chris Toshok  <toshok@ximian.com>
8674
8675         * DataGridColumnStyle.cs: set the column's readonly property
8676         initially based on the property descriptor's IsReadOnly.  Fixes
8677         bug #80044.
8678
8679 2006-12-04  Chris Toshok  <toshok@ximian.com>
8680
8681         * ComboBox.cs: wrap the dropdown style changing work in
8682         SuspendLayout/ResumeLayout.  Fixes bug #79968.
8683
8684 2006-12-04  Jackson Harper  <jackson@ximian.com>
8685
8686         * TextBoxBase.cs: Fix off by one, since these are one-based.
8687         * TextBox.cs: Select all the text when we get focus.  The TextBox
8688         does this but the RTB does not.
8689
8690 2006-12-04  Chris Toshok  <toshok@ximian.com>
8691
8692         * DataGridTextBoxColumn.cs: remove some spew.
8693
8694         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
8695         but some part of me is saying "it shouldn't be here.."  At any
8696         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
8697         setting the value.
8698
8699 2006-12-04  Chris Toshok  <toshok@ximian.com>
8700
8701         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
8702         to reassign the propertydescriptor.
8703
8704 2006-12-04  Jackson Harper  <jackson@ximian.com>
8705
8706         * TextBoxBase.cs:
8707         * TextControl.cs: Remove some unused variables.  Maybe this will
8708         patch things up between mike and I.
8709         - don't split lines less then one char wide, if the viewport is
8710         that small text won't be visible anyways.
8711         
8712 2006-12-04  Jackson Harper  <jackson@ximian.com>
8713
8714         * TextBoxBase.cs: Default selection length is -1, need to do some
8715         more testing on windows to see when this is used for the property.
8716         - Redid the Lines [] property to that we properly remove soft line
8717         breaks
8718         - added support for preserving carriage returns
8719         -  CanUndo is not a variable like 'is undo enabled' it just returns
8720         true if there is undo operations available.
8721         - AppendText doesn't need to grab the last tag itself anymore,
8722         this happens automatically when we move the cursor.
8723         * TextControl.cs: Add CompoundActions to the undo class. This
8724         allows combining the other operations into one big option.  ie a
8725         paste will combine { delete old, insert new, move cursor }
8726         - Add InsertString undo operation
8727         - New method for deleting multiline text
8728         - Add carriage returns to lines. So we can preserve carriage
8729         returns when text is 'roundtripped'
8730
8731 2006-12-04  Chris Toshok  <toshok@ximian.com>
8732
8733         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
8734         minimum 0.  Fixes the scrollbar exception in bug #80136.
8735
8736 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8737
8738         * MdiClient.cs: 
8739         * MdiWindowManager: Removed unused fields and methods.
8740         
8741 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8742         
8743         * StatusBar.cs: Update all panels when a AutoSize=Contents
8744         panel needs updating.
8745         
8746         * StatusBarPanel.cs: Remove twidth and only use initialize.
8747         Fixes #80031.
8748                 
8749 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8750
8751         * Form.cs: When a form's MdiParent is set add it directly
8752         on top of the z-order in stead of relying on MdiClient's
8753         ActivateChild to do it. Fixes #80135.
8754         
8755         * MdiClient.cs: 
8756         - Remove original_order, mdi_child_list is already doing
8757         the same thing.
8758         - Create mdi_child_list on construction in
8759         stead of first use (avoids a few null checks).
8760
8761         * MenuItem.cs: Use an already existing list of mdi children
8762         to get the correct order of children and remove the other
8763         redundant list.
8764
8765 2006-12-04  Chris Toshok  <toshok@ximian.com>
8766
8767         * PropertyGridView.cs: cached_splitter_location is only used in
8768         !DOUBLEBUFFER code.
8769
8770         * PropertyGrid.cs: implement the ComComponentNameChanged event
8771         using Events, hoping that would fix the warning.  Looks like a
8772         compiler bug instead (#80144).
8773
8774         * PropertyManager.cs: remove unused method.
8775
8776 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
8777
8778         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
8779         include parentesis to fix expression evaluation. Fixes #79634.
8780
8781 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
8782         
8783         * MenuAPI.cs:
8784         - Changes to fix behavior in Menu control, some reported in #80097
8785         and other detected during behavior refactory like a select event
8786         problems.
8787         - Remove unneded "if's" conditions.
8788         - Created an internal to flag when popup is active in control, we need 
8789         it because in .NET you can have menu active but without popup active
8790         when you active menu using popup without visible items.
8791         - Mimic win32 behavior for Select and Popup events.  
8792         - Dont open popup menu when you dont have visible subitems.
8793         - Do nothing when click on disabled menu item.
8794         - Some small changes to follow the coding style guidelines.
8795         - Unselect menu only when another control gives focus. Fixes #80097.
8796         - Remove unused code.
8797         
8798         * MenuItem.cs: internal VisibleItems method to check if menu
8799         theres visible subitems, it will be usefull to fix some 
8800         behavior in Menu control.
8801         
8802 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
8803         
8804         * Timer.cs: Tag property for 2.0 profile.
8805         
8806 2006-12-01  Chris Toshok  <toshok@ximian.com>
8807
8808         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
8809         
8810         * Win32DnD.cs: comment out some unused fields.
8811
8812         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
8813         some unused properties/methods.
8814
8815         * XplatUIX11.cs: fix MousePosition so we override the base class's
8816         property instead of conflicting with it.
8817
8818         * PictureBox.cs: comment out some unused fields
8819
8820         * OSXStructs.cs: make some struct fields public.
8821
8822         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
8823         MousePosition so we override the base class's property instead of
8824         conflicting with it.
8825
8826         * X11Dnd.cs: comment out some unused fields
8827
8828         * X11DesktopColors.cs: fix some struct field visibility to quiet
8829         the compiler.
8830
8831         * X11Dnd.cs: remove some debug code.
8832
8833         * ThemeClearlooks.cs: comment out unused field.
8834
8835         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
8836
8837         * ThemeGtk.cs: comment out some unused pinvokes.
8838
8839         * Timer.cs: remove some unused fields.
8840
8841         * ThemeClearlooks.cs: comment out unused field.
8842
8843         * UpDownBase.cs: comment out unused field.
8844
8845         * DataObject.cs: comment out unused field.
8846
8847         * DataGridBoolColumn.cs: reomve unused field.
8848
8849         * DataGrid.cs: remove unused field.
8850
8851         * Cursor.cs: remove old ToBitmap code.
8852
8853         * ControlPaint.cs: remove unused method.
8854
8855         * ScrollBar.cs: remove unused fields.
8856
8857         * ComboBox.cs: remove unused field, and chain up to
8858         AccessibleObject ctor.
8859
8860         * ListBox.cs: remove unused field.
8861
8862         * ButtonBase.cs: wrap a couple fields in NET_2_0.
8863
8864         * GridEntry.cs: remove unused fields.
8865
8866         * Binding.cs: remove unused fields.
8867
8868         * AxHost.cs: remove unused method.
8869
8870         * ContainerControl.cs: remove unused field.
8871
8872         * ScrollableControl.cs: remove unused fields.
8873
8874 2006-12-01  Chris Toshok  <toshok@ximian.com>
8875
8876         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
8877         the Where/WhereString stuff.  it's easy enough to CWL
8878         Environment.StackTrace.
8879
8880         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
8881         unused private fields.
8882
8883 2006-12-01  Jackson Harper  <jackson@ximian.com>
8884
8885         * TextControl.cs: Do not update the view while inserting multiline
8886         text. If we update the view we might wrap lines, before entering
8887         the new lines, which causes the new line insertion calculations to
8888         be totally fubared.
8889         - Remove an old TODO
8890         - Make debug output a little nicer
8891         
8892 2006-12-01  Chris Toshok  <toshok@ximian.com>
8893
8894         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
8895
8896 2006-12-01  Chris Toshok  <toshok@ximian.com>
8897
8898         [ fix the majority of the CS0108 warnings we've been suppressing ]
8899         
8900         * TreeView.cs: mark BackgroundImageChanged as 'new'.
8901
8902         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
8903         to "LayoutToolBar" to quiet mcs.
8904         
8905         * TabControl.cs: mark our ControlCollection class as 'new'.
8906
8907         * TextBoxBase.cs: mark some events as 'new'.
8908
8909         * Splitter.cs: TabStop is 'new'.
8910
8911         * ControlBindingsCollection.cs: mark a few methods as new since
8912         they change the visibility from protected to public.
8913
8914         * RadioButton.cs: DoubleClick -> base class, and remove unused
8915         HaveDoubleClick.
8916
8917         * MonthCalendar.cs: ImeMode property -> base class, and mark many
8918         events as new.
8919
8920         * NumericUpDown.cs: TextChanged -> base class.
8921
8922         * CheckedListBox.cs: mark our ObjectCollection class as new to
8923         quiet mcs.
8924
8925         * FolderBrowserDialog.cs: make HelpRequest event new and have it
8926         muck with the base class.
8927
8928         * StatusBar.cs: fix some mcs warnings about Update being the same
8929         name as a base class method.
8930
8931         * RichTextBox.cs: mark some events as new, and make them do things
8932         to the base class impl.
8933
8934         * UserControl.cs: mark TextChanged as new, and have it manipulate
8935         base.TextChanged.
8936
8937         * UpDownBase.cs: mark some things new.
8938
8939         * CheckBox.cs: mark DoubleClick "new", and add some text about
8940         what we need to look at.
8941
8942         * Panel.cs: make the events "new", and manipulate the base
8943         version.  these are just here for attributes.
8944
8945         * AccessibleObject.cs: make owner private.
8946
8947         * Control.cs: deal with AccessibleObject.owner being private.
8948         cache our own copy if we need it.
8949
8950         * Button.cs: add "new" to the DoubleClickEvent.
8951
8952         * ListBox.cs: no need to track our own has_focus here.  let
8953         Control.has_focus do it for us.  Also some other work to clear up
8954         warnings about not overriding base class methods of the same name.
8955         
8956         * ComboBox.cs: clear up some warnings about not override base
8957         class methods of the same name.
8958
8959 2006-12-01  Chris Toshok  <toshok@ximian.com>
8960
8961         * Form.cs: flag a few things as "new" to quiet some of the mcs
8962         warnings.
8963
8964         * AxHost.cs: same.
8965
8966         * PrintPreviewDialog.cs: same.
8967
8968         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
8969         now DGV isn't so horrible on the class status page.  also, move
8970         all events to using System.ComponentModel.EventHandlerList.  my
8971         wrists hurt.
8972
8973 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8974
8975         * MdiWindowManager.cs:
8976         - Set form to active mdi child if shown,
8977         and update the active mdi child to the next 
8978         remaining child in the z-order if the form is hidden.
8979
8980         * Form.cs: 
8981         - Track if the form has been visible and if its 
8982         visibility is beeing changed, so that the MdiClient
8983         can properly decide the ActiveMdiChild. The MdiClient 
8984         cannot track this since the form can change visibility 
8985         before MdiClient is created.
8986
8987         * MdiClient.cs:
8988         - Don't activate anything of the parent form is changing
8989         its visibility.
8990         - Rework ActiveMdiChild to only return visible mdi 
8991         children and take into account several other corner 
8992         cases.
8993
8994 2006-12-01  Chris Toshok  <toshok@ximian.com>
8995
8996         * IBindableComponent.cs: new 2.0 interface.
8997
8998 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
8999
9000         * DataGrid.cs: Font for caption area is bold by default.
9001
9002 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
9003
9004         * Menu.cs: Tag property for 2.0.
9005         
9006 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
9007
9008         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
9009         
9010 2006-12-01  Chris Toshok  <toshok@ximian.com>
9011
9012         * TreeView.cs: doh, the Begin* events should be
9013         TreeViewCancelEventHandler.
9014
9015 2006-12-01  Chris Toshok  <toshok@ximian.com>
9016
9017         * Form.cs: Form.ControlCollection already stores off the
9018         form_owner field.  don't access the base class's internal "owner"
9019         field.
9020
9021         * Control.cs: make all the fields in Control.ControlCollection
9022         private.  there's no need for any internal fields here.
9023
9024 2006-12-01  Chris Toshok  <toshok@ximian.com>
9025
9026         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
9027         OnHandleCreated.  Fixes bug #80109.
9028
9029 2006-12-01  Chris Toshok  <toshok@ximian.com>
9030
9031         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
9032         SplitContainer.cs, Control.cs, StatusStrip.cs,
9033         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
9034         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
9035         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
9036         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
9037         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
9038         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
9039         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
9040         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
9041         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
9042         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
9043
9044         do most of the work to convert our code over to use
9045         System.ComponentModel.Component.Events for
9046         adding/removing/dispatching events.
9047
9048
9049 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
9050
9051         * DataGridView.cs: Fix an ArgumentNullException reported 
9052         twice today in IRC.
9053
9054 2006-11-30  Mike Kestner  <mkestner@novell.com>
9055
9056         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
9057         grabbed listbox.  Fixes #80036 and #80101.
9058
9059 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
9060
9061         * Message.cs: Changed ToString() to match MS.
9062         
9063 2006-11-30  Jackson Harper  <jackson@ximian.com>
9064
9065         * TextBoxBase.cs: You can still change the selected text on a read
9066         only textbox.
9067         * TextControl.cs: Lower magic number for wrap calculations. This
9068         lets text get closer to the right (far) edge.
9069
9070 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
9071
9072         * Control.cs: Tweak 2.0 layout properties.
9073         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
9074         * TextRenderer.cs: Add a new overload.
9075         * ToolStrip*: Huge amount of changes and new features.
9076
9077 2006-11-30  Mike Kestner  <mkestner@novell.com>
9078
9079         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
9080         scroll range correct.  Fixes #79994.
9081
9082 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
9083
9084         * MdiWindowManager.cs: Update main form's text when
9085         a form is closed. (fixes #80038)
9086         
9087 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
9088
9089         * ToolBar.cs:
9090         - Fix an regression in ButtonSize.
9091         - Get ImeMode default value change to "Disable".
9092         - Get ShowTooltips default value change to true, default value is 
9093         "false" but after make a test in .NET we get "true" result as default.
9094         
9095 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
9096
9097         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
9098
9099 2006-11-29  Chris Toshok  <toshok@ximian.com>
9100
9101         * XplatUIWin32.cs (GetWindowTransparency): check return value of
9102         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
9103         SetWindowTransparency hasn't been called.
9104
9105 2006-11-29  Chris Toshok  <toshok@ximian.com>
9106
9107         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
9108         if it's supported.
9109         (set_AllowTransparency): reorder things a little so that the
9110         WS_EX_LAYERED style is removed properly.
9111
9112 2006-11-29  Chris Toshok  <toshok@ximian.com>
9113
9114         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
9115         
9116         * Form.cs: only call the XplatUI transparency method (get/set) if
9117         SupportsTransparency says it's supported. Otherwise fallback to
9118         doing nothing (in the set case) or returning the instance field we
9119         cache (in the get case).
9120
9121         * XplatUIStructs.cs: add TransparencySupport flag enum.
9122         
9123         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
9124         change to SupportsTransparency.
9125
9126         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
9127         TransparencySupport.None from SupportsTransparency.
9128
9129         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
9130         TransparencySupport.Set from SupportsTransparency.
9131
9132         * XplatUIWin32.cs: implement GetWindowTransparency calling
9133         GetLayeredWindowAttributes, and implement SupportsTransparency by
9134         checking whether or not both
9135         GetWindowTransparency/SetWindowTransparency are available
9136         entrypoints.  We need to do this since SetWindowTransparency is
9137         available as of win2k, but GetWindowTransparency requires winxp.
9138         yay win32 api.
9139
9140         * XplatUI.cs: Add GetWindowTransparency, and change
9141         SupportsTransparency to allow for either/both Get/Set.
9142
9143 2006-11-29  Chris Toshok  <toshok@ximian.com>
9144
9145         * DataGrid.cs: keep from going into an infinite loop redrawing a
9146         datagrid that has no datasource.  Fixes bug #80033.
9147
9148 2006-11-29  Chris Toshok  <toshok@ximian.com>
9149
9150         * MenuItem.cs: fix the NRE when we assign text (and therefore call
9151         Invalidate) before the mainmenu has been assigned to a control.
9152
9153 2006-11-29  Chris Toshok  <toshok@ximian.com>
9154
9155         * DataGrid.cs: detect when we should be double the double click
9156         row/column autosize stuff, although that codepath has yet to be
9157         written.  part of the work for bug #79891.
9158
9159 2006-11-29  Chris Toshok  <toshok@ximian.com>
9160
9161         * Binding.cs (SetControl): fix unit test.
9162
9163 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9164
9165         * PageSetupDialog.cs: Validate the margins and set them in
9166         PageSettings. 
9167         * NumericTextBox.cs: New class to mimic the behavior of the
9168         textboxes used in the printing dialogs.
9169
9170 2006-11-29  Andreia Gaita  <avidigal@novell.com>
9171         
9172         * Form.cs: Revert previous change (remove call UpdateBounds
9173         from form constructor), because it messes with the handle creation
9174         order, and that one needs lots and lots of love.
9175         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
9176         for valid printer and throw InvalidPrinterException if document
9177         is set but printer not valid), adding a MonoTODO. Once 
9178         handle creation is done properly, we can put this back in.
9179
9180 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9181
9182         * MenuItem.cs: Create a invalidate method for menu item, to be
9183         calling from set text, it make text changes to imadiate update
9184         on screen. Fixes #80013. 
9185         
9186 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9187
9188         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
9189         fixes bug #80070 and some other problem on toolbar buttons
9190         layout.
9191
9192 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9193
9194         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
9195         with dotted brush.      Fixes #79564
9196         
9197 2006-11-28  Andreia Gaita  <avidigal@novell.com>
9198
9199         * Form.cs: Removed call to UpdateBounds on Form
9200         constructor, it was causing a call to CreateHandle
9201         before it was supposed to.
9202         * PrintControllerWithStatusDialog: Applied patch
9203         by Chris Toshok to hide controller when there are
9204         no printers available.
9205         PrintDialog.cs: initialize printer settings to 
9206         null - correct DefaultValues test #5
9207         * PrintPreviewControl.cs: Move PrintController
9208         initialization to GeneratePreview
9209         * PrintPreviewDialog.cs: 
9210         - Remove Preview generation     from Document_set(). It is 
9211         called on OnPaint
9212         - Throw InvalidPrinterException on CreateHandle if
9213         a Document is set but there are no printers or 
9214         printer is not valid.
9215         * ThemeWin32Classic: don't paint PrintPreviewControl
9216         if there is nothing to paint    
9217
9218 2006-11-28  Miguel de Icaza  <miguel@novell.com>
9219
9220         * Form.cs: Add another popular method.
9221
9222         * TabPage.cs: ditto.
9223
9224 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9225
9226         * MenuItem.cs: Fixed a warning.
9227         * InternalWindowManager: Fixed a warning.
9228
9229 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9230
9231         * MenuItem.cs:
9232         - When cloning a menu also clone MdiList and clone the 
9233           window menu items properly (as the forms and menuitems
9234           are kept in an internal hashtable, these need updating 
9235           as well)
9236         - Rewrote the window menu code, menu items are added in the
9237           order the forms were added to their parent, and they are
9238           updated every time the window menu is shown (before the
9239           list was only generated once, in the current order of the
9240           forms, and would never be updated). A checkmark is shown
9241           next to the item corresponding to the active mdi child.
9242
9243 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9244
9245         * XplatUIStructs.cs: 
9246         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
9247         
9248         * XplatUIWin32.cs: 
9249         - Added TME_NONCLIENT to TMEFlags.
9250         - Handles WM_NCMOUSEMOVE in GetMessage to 
9251           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
9252
9253         * MdiWindowManager:
9254         - Now merges mdi child menu to parent menu when maximized.
9255         - Recalculate NC areas of both mdi child and mdi parent. 
9256           Fixes #79757 (4).
9257           on window state and size changes.Fixes #79844 (3).
9258         - Handle WM_NCCALCSIZE to properly calculate borders.
9259
9260         * Form.cs:
9261         - Add/remove to the mdi containers list of mdi children 
9262           in the order they are added.
9263         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
9264           to the maximized mdi child.
9265         
9266         * InternalWindowManager.cs:
9267         - Only execute a click on the control buttons on the mouse up,
9268           not on the mouse down. Show the state of the button 
9269           (was only showing Normal state, never Pressed state). The
9270           pressed button now follows the mouse (if you click the Close 
9271           button and move the mouse over the Maximize button, the 
9272           Maximize button will be shown as pressed). Since Win32 does
9273           not generate WM_NCLBUTTONUP if you release the button outside
9274           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
9275           it as a mouse up.
9276         
9277         * ThemeWin32Classic.cs:
9278         - Draw a missing border around mdi child forms. Fixes #79844 (2).
9279
9280         * MdiClient.cs:
9281         - Added a list of forms which contains the order the forms are
9282           added to the mdi parent.
9283         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
9284         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
9285         - If the active form changes set the scrollbars to the top
9286           of the Z order, otherwise the form could hide them.
9287         - Scrollbars are now sized according to ClientSize, not 
9288           to Size, and they take into account the other scrollbar
9289           to determine maximum.
9290         
9291 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
9292         
9293         * XplatUI.cs:
9294         * XplatUIDriver.cs:
9295         * XplatUIX11.cs:
9296         * XplatUIWin32.cs:
9297         * XplatUIOSX.cs:
9298         - Added RequestAdditionalWM_NCMessages for windows to 
9299           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
9300           Currently only implemented in XplatUIWin32.
9301
9302 2006-11-27  Chris Toshok  <toshok@ximian.com>
9303
9304         * Hwnd.cs: only add the hwnd to the windows hash in
9305         set_WholeWindow and set_ClientWindow if whole_window/client_window
9306         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
9307
9308 2006-11-27  Mike Kestner  <mkestner@novell.com>
9309
9310         * ComboBox.cs: remove redundant OnDropDown call.  It is called
9311         from the ComboListBox.ShowWindow code. Fixes #79969.
9312
9313 2006-11-27  Chris Toshok  <toshok@ximian.com>
9314
9315         * Hwnd.cs: remove the setters for ExposePending and
9316         NCExposePending - noone uses them.
9317
9318 2006-11-27  Jackson Harper  <jackson@ximian.com>
9319
9320         * TextControl.cs: new param for ReplaceSelection which determines
9321         whether we select the new selection, or set the cursor to the end
9322         of the new selection.
9323         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
9324         pasting, select the new text.
9325         * RichTextBox.cs: Use new param for ReplaceSelection.
9326
9327 2006-11-27  Jackson Harper  <jackson@ximian.com>
9328
9329         * TextBoxBase.cs: Set the selection to the caret after the caret
9330         is moved, otherwise they get out of sync.
9331
9332 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
9333
9334         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
9335         it fixes #80015
9336
9337 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
9338
9339         * ThemeWin32Classic.cs: 
9340         - Fix toolbar drop down arrow position.
9341         - Fix drop down appearance when ToolBar.Appearance is normal,
9342         it fixes #80018.
9343         
9344 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
9345
9346         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
9347         * Control.cs: Same.
9348         * UpDownBase.cs: Same.
9349         * ButtonBase.cs: Same.
9350         * ScrollBar.cs: Same.
9351         * TrackBar.cs: Same.
9352         * PictureBox.cs: Same.
9353         * UserControl.cs: Same.
9354         * Label.cs: Same.
9355         * ListControl.cs: Same.
9356         * TextBoxBase.cs: Same.
9357         * ListView.cs: Same.
9358         * RichTextBox.cs: Same.
9359         * TreeView.cs: Same.
9360
9361 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
9362
9363         * PrintDialog.cs:
9364         - Text label for where 
9365         - Text label comment was not shown
9366
9367 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
9368
9369         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
9370
9371 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
9372
9373         * InternalWindowManager.cs: 
9374         - Handle WM_PARENTNOTIFY to activate the form
9375         if any child control is clicked.
9376         - The form is only sizable if not minimized.
9377
9378         * MdiWindowManager.cs:
9379         - Save the IconicBounds if the form is moved.
9380         - Rework SetWindowState, now the window bounds 
9381         are stored only if the old window state is Normal.
9382         
9383         * MdiClient.cs:
9384         - In SetWindowStates store the old window state if 
9385         the window is maximized and restore window state if
9386         the window looses focus.
9387         - Don't handle any scrollbar value changes if 
9388         initializing the scroll bars. Fixes #79771.
9389         - Reworked ArrangeIconicWindows. Current algorithm
9390         tests bounds agains all other minimized windows, if
9391         any intersections create new bounds (going left to 
9392         right, bottom to top) and then test again. When 
9393         successful the bounds are saved and never computed
9394         again. Fixes #79774.
9395
9396 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
9397
9398         * InternalWindowManager.cs: Added HandleTitleBarUp.
9399
9400 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
9401
9402         * NumericUpDown.cs: In .NET 1.1, user entered text is still
9403         hexadecimal in ParseUserEdit.
9404
9405         
9406 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
9407
9408         * MdiWindowManager.cs: 
9409         - Handle a click on the form's icon to show the 
9410         system menu (when maximized). Fixes #79775.
9411         - Change the existing click handler for the form's
9412         icon when not maximized to show on MouseUp.
9413         Fixes #79776.
9414
9415         * Form.cs: In OnResize only layout the mdi child's
9416         parent if it actually has a parent. Might not if
9417         the window is closing.
9418
9419
9420 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
9421
9422         * MdiClient.cs: Ignore active MDI client for text of parent, if
9423         child has no text set.
9424
9425 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
9426
9427         * ToolBar.cs: Fixed ToString to match MS.
9428
9429 2006-11-22  Andreia Gaita  <avidigal@novell.com>
9430
9431         * NumericUpDown: 
9432         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
9433         update inner values on set. Fixes #79966.
9434         - Override OnLostFocus to update value on NET 2. Fixes #79950.
9435         - Fix hexadecimal parsing.
9436         
9437         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
9438         parent. Fixes #79957
9439
9440 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9441
9442         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
9443         the actual size has to be queried, since if height /
9444         width is negative Win32 changes it to 0. 
9445         Fixes #79999 on Windows.
9446         
9447         * XplatUIX11.cs: Set height / width to 0 if negative
9448         in SetWindowPos. Fixes #79999 on Linux.
9449         
9450 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
9451
9452         * ThemeWin32Classic.cs: Fix text redenring when button is
9453         pressed.
9454
9455 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
9456
9457         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
9458         and later navigate by mouse. Fixes #79528.
9459
9460 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
9461
9462         * ToolBar.cs: Set default value for TabStop to false in
9463         constructor, it fixes remaining behavior of bug #79863.
9464
9465 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9466
9467         * MdiWindowManager.cs:
9468         * InternalWindowManager.cs:
9469         - Moved a few methods specific to Mdi from 
9470         InternalWindowManager to MdiWindowManager.
9471         Fixes #79996.
9472         
9473 2006-11-21  Chris Toshok  <toshok@ximian.com>
9474
9475         * XplatUIOSX.cs: stub out InvalidateNC.
9476
9477         * XplatUIWin32.cs: implement InvalidateNC using the call I found
9478         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
9479
9480         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
9481
9482         * XplatUIDriver.cs: add InvalidateNC abstract method.
9483
9484         * XplatUI.cs: add InvalidateNC.
9485
9486 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
9487
9488         * ToolBar.cs: Invalidate complete button area when pressed status 
9489         was changed.
9490         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
9491         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
9492         by 1 when button is pressed.
9493
9494 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
9495
9496         * ToolButton.cs: Invalidate middle of DropDown button when
9497         ToolBar theres DropDownArrows.
9498         * ThemeWin32Classic.cs: Change position of DropDown arrow and
9499         fix DropDown drawing operations.
9500
9501 2006-11-20  Chris Toshok  <toshok@ximian.com>
9502
9503         * NativeWindow.cs: fix the formatting of functions ('{' on the
9504         following line), and enable the thread exception dialog.
9505
9506         * Application.cs: remove the duplicate exception catching from
9507         here.
9508
9509 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
9510
9511         * Toolbar.cs: Triggers button click event when click on icon
9512         of dropdown ToolBarButton. Fixes #79912.
9513         
9514 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9515
9516         * Theme.cs:
9517         * ThemeWin32Classic.cs:
9518         - Added a property WindowBorderFont to enable themeing
9519           of mdi child windows' Text.
9520           
9521 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9522
9523         * InternalWindowManager.cs:
9524         * Form.cs:
9525         * MdiClient.cs:
9526         * MdiWindowManager.cs: 
9527         - If mdi child is maximized, set mdi parent's
9528           text to "Parent - [Child]". Fixes #79770.
9529         - If there is any maximized mdi child windows, only the active 
9530           window (and any new windows) is maximized, the rest are normal.
9531         - On a WindowState change only save mdi child's window bounds 
9532           if the old window state was normal. Fixes #79774.
9533         - The scroll bars are now calculated on hopefully all
9534           necessary events. Fixed #79771 / #79844->6 / #79906.
9535         - MdiClient.SizeScrollBars() now takes into account docked 
9536           controls in the parent when calculating available space.
9537         - InternalWindowManager now always repaints the entire title
9538           area. Fixes #79844->1/4/5.
9539         - Added RequestNCRecalc on mdi child windowstate changes.
9540           Fixes #79772.
9541
9542 2006-11-20  Mike Kestner  <mkestner@novell.com>
9543
9544         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
9545         in the MouseUp handler of the listbox and move the return handling
9546         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
9547
9548 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
9549
9550         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
9551
9552 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
9553
9554         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
9555           working in 1.2.x anymore. So, updated.
9556
9557 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
9558
9559         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
9560         NumberGroupSeparator of current culture instead of assuming en-US.
9561         Fixed bug #79967.
9562
9563 2006-11-17  Mike Kestner  <mkestner@novell.com>
9564
9565         * Control.cs: Add the concept of implicit bounds setting so that
9566         dock/undock round trips preserve explicitly set size/locations.
9567         Fixes #79313.
9568
9569 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
9570
9571         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
9572           can't handle those filters. (Fixes bug #79961)
9573
9574 2006-11-17  Chris Toshok  <toshok@ximian.com>
9575
9576         [ fixes the exit/crashes associated with #79835.  it's clearly
9577         suboptimal though, we need to figure out a better way to solve
9578         this. ]
9579         
9580         * PrintPreviewControl.cs: deal with the new invalid printer
9581         exceptions.
9582
9583         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
9584         and return false (so CommonDialog.ShowDialog doesn't actually show
9585         the form.)
9586
9587         * PrintDialog.cs: enable/disable the Ok button depending on
9588         whether or not the printer is valid.
9589
9590         * CommonDialog.cs (ShowDialog): only actually show the form if
9591         RunDialog returns true.
9592
9593 2006-11-17  Jackson Harper  <jackson@ximian.com>
9594
9595         * TextControl.cs: When soft splitting a line, mark it as a soft
9596         split line. Also carry over the current line break to the next
9597         line.
9598
9599 2006-11-17  Chris Toshok  <toshok@ximian.com>
9600
9601         * XplatUIX11.cs: when scrolling a window with an invalid area, we
9602         only want to shift the part of the invalid area that overlaps the
9603         area we're scrolling.  we also don't want to clear the invalid
9604         area unless the invalid area was entirely contained within the
9605         scrolling area.
9606
9607 2006-11-16  Chris Toshok  <toshok@ximian.com>
9608
9609         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
9610         also make sure to free the memory returned by XGetWindowProperty
9611         in GetText().
9612
9613         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
9614
9615 2006-11-16  Chris Toshok  <toshok@ximian.com>
9616
9617         * XplatUI.cs: add a new super secret way to get at the totally
9618         unsupported X11 backend.
9619
9620 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
9621
9622         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
9623
9624 2006-11-16  Jackson Harper  <jackson@ximian.com>
9625
9626         * TreeView.cs: Allow more explicit setting of top node position
9627         for scrollbars. Slower algo, but more accurate.
9628         - CollapseAll should maintain the current top node.
9629         * TextBoxBase.cs: When positioning the caret, use the line, pos
9630         method, since the x, y method does not grab the correct tag, and
9631         the caret height never gets set correctly. (Maybe I should just do
9632         away with the caret having its own height, and always use the
9633         carets current tag for height).
9634
9635 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
9636
9637         [Fixes 79778, 79923]
9638
9639         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
9640         Parent to the FosterParent instead.
9641
9642 2006-11-16  Jackson Harper  <jackson@ximian.com>
9643
9644         * TreeView.cs: Need to recalc the topnode when we expand or
9645         collapse. The scrolling methods can't handle this on their own,
9646         since they use differences between the last scroll position, and
9647         those difference get completely messed up since we are expanding
9648         nodes.  This problem should probably be fixed in the scrolling
9649         methods, so they can figure out exactly where they are, but this
9650         will slow things down a little.
9651         * ThemeWin32Classic.cs: Special case for groupboxes with empty
9652         strings, makes nunit-gui look a lot nicer.
9653
9654 2006-11-16  Chris Toshok  <toshok@ximian.com>
9655
9656         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
9657         the broken multithreaded event handling we have in here.  File
9658         this entry under "Why we should move to the new X11 backend".
9659
9660         Any thread can make it into UpdateMessageQueue, which gets events
9661         from the X socket - some of which could belong to hwnds being
9662         managed by a different thread.  We can also have multiple threads
9663         in UpdateMessageQueue at the same time, with each one reading from
9664         the X socket.  This leads to many problems, with the following
9665         solutions:
9666
9667         We can't use hwnd.Queue.Enqueue anywhere in here and must use
9668         EnqueueLocked.
9669
9670         The MotionNotify compression we do can't work across threads
9671         (without locking the entire queue, perhaps) since we call
9672         hwnd.Queue.Peek, so we just punt and don't compress motion events
9673         unless the owning thread is the one which got the X event.
9674
9675         ConfigureNotify is another fun one, since it modifies the hwnd's
9676         bounds and then enqueues the event.  We add a lock to Hwnd which
9677         is held when setting configure_pending to true (and enqueuing the
9678         event).
9679
9680         There is a race wrt the wake socket.  we need to make sure that
9681         only 1 thread is waiting on that socket, or else a thread could
9682         sleep waiting for data that never comes.  It's difficult (but not
9683         impossible) to make happen, because it seems to require something
9684         like the following:
9685
9686             1. Thread 1 polls on wake_receive
9687         
9688             2. poll returns saying there's data to be read on
9689                wake_receive.
9690         
9691             3. Thread 2 polls on wake_receive and immediately returns
9692                saying there's data to be read.
9693
9694             4. Thread 2 reads the wakeup byte from wake_receive
9695
9696             5. Thread 1 attempts to read the wakeup byte from
9697                wake_receive.
9698
9699             6. Thread 2 exits (due to a form closing, perhaps).
9700
9701             7. Thread 1 blocks forever.
9702         
9703         Fun, eh?
9704
9705         Fixing the Expose handling isn't done yet, and the races inherent
9706         in that piece of code are responsible for the drawing mistakes you
9707         see when generating expose events in a MT app (like NPlot).  This
9708         one is the likely to be the hardest to bandaid, and it doesn't
9709         appear to cause anything but drawing problems.  The other issues
9710         caused apps to exit or hang.
9711
9712         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
9713         called from a different thread than the one that should be calling
9714         these functions.
9715
9716         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
9717
9718 2006-11-15  Chris Toshok  <toshok@ximian.com>
9719
9720         * Application.cs: null out the context's MainForm when we exit
9721         RunLoop.  Fixes a newly checked in unit test as well as the last
9722         ODE from bug #79933.
9723
9724 2006-11-15  Chris Toshok  <toshok@ximian.com>
9725
9726         * Form.cs (set_Owner): allow a null value so we can clear the
9727         form's owner.
9728         (Dispose): set all our owned_form's Owner properties to null, and
9729         clear the owned_forms collection.
9730         (WM_CLOSE): clean up this a little bit.. still not right though.
9731
9732         * ApplicationContext.cs: OnMainFormClosed should only call
9733         ExitThreadCore if the main form isn't recreating.  Fixes unit
9734         test.
9735
9736 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
9737
9738         [Fixes 78346]
9739
9740         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
9741
9742 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
9743
9744         [Fixes 79433]
9745
9746         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
9747         keep popup window types from stealing focus from the main form
9748         on Windows.
9749
9750         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
9751
9752         * MenuAPI.cs: Set above flag to true.
9753
9754 2006-11-15  Chris Toshok  <toshok@ximian.com>
9755
9756         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
9757         the button being released is not in wParam.
9758
9759 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
9760
9761         * Form.cs: Add the released button to MouseEventArgs.Button
9762         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
9763         on Win32.
9764
9765 2006-11-15  Chris Toshok  <toshok@ximian.com>
9766
9767         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
9768         GetText().  untested because it's unused in our implementation.
9769         Control.Text always caches the text, even if
9770         ControlStyles.CacheText is not set.
9771
9772         fixes bug #79939.
9773
9774 2006-11-15  Chris Toshok  <toshok@ximian.com>
9775
9776         [ fixes #79933 ]
9777         
9778         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
9779         message.  no hiding, no disposing.
9780
9781         in the WM_CLOSE handler, hide the form if it's modal.
9782
9783 2006-11-15  Chris Toshok  <toshok@ximian.com>
9784
9785         * XplatUIX11.cs: use AddExpose instead of sending a message.
9786         fixes textbox border drawing.
9787
9788 2006-11-15  Chris Toshok  <toshok@ximian.com>
9789
9790         * PropertyGridView.cs: keep from crashing on mouse move/down when
9791         the property grid is empty.
9792
9793 2006-11-14  Jackson Harper  <jackson@ximian.com>
9794
9795         * TextControl.cs: Make PageUp and PageDown more like the MS
9796         versions.
9797         * TextBoxBase.cs: When we set the text property position the
9798         cursor at the beginning of the document.
9799
9800 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9801
9802         * Form.cs: if a mdi child's WindowState has changed
9803         before it's creation, it would display wrong control
9804         buttons.
9805         
9806 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
9807
9808         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
9809           (Fixes bug #79927)
9810
9811 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
9812
9813         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
9814         the window gets to paint its borders even if the window is
9815         getting smaller.
9816         
9817         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
9818         otherwise the old control buttons would still be painted 
9819         if the window gets bigger.
9820         
9821         * PaintEventArgs.cs: add an internal method so that the clip 
9822         rectangle can be changed.
9823         
9824 2006-11-13  Chris Toshok  <toshok@ximian.com>
9825
9826         [ fixes bug #79745 ]
9827         
9828         * NotifyIcon.cs: lots of cleanup.
9829
9830         * X11Structs.cs: add an enum for XEMBED messages.
9831
9832         * XplatUIX11.cs: reindent one of the giant switch statements, it
9833         was taking up an additional tab stop, and this file is already way
9834         too wide for my laptop's screen.
9835
9836         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
9837         we get it, resize the hwnd to the WMNormalHints max_width/height.
9838
9839 2006-11-13  Jackson Harper  <jackson@ximian.com>
9840
9841         * TextBoxBase.cs: Compute the value changes for the mouse wheel
9842         teh simple way.
9843
9844 2006-11-13  Chris Toshok  <toshok@ximian.com>
9845
9846         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
9847         #79898.  force a reference to the Region to stick around so the
9848         unmanaged object isn't collected (rendering our handle in the MSG
9849         stale).
9850
9851 2006-11-13  Chris Toshok  <toshok@ximian.com>
9852
9853         * XplatUIX11.cs: fix #79917 for window managers which support
9854
9855         using XStoreName on the raw utf8, and we need to convert to
9856         COMPOUND_TEXT if it's non-latin1.
9857
9858 2006-11-13  Chris Toshok  <toshok@ximian.com>
9859
9860         * Form.cs (set_DialogResult): we need to set closing to false if
9861         we're setting our result to None.  fixes bug #79908.
9862
9863 2006-11-13  Jackson Harper  <jackson@ximian.com>
9864
9865         * TextControl.cs: When formatting text, compute the adjusted tag
9866         lengths correctly, using FindTag for the end tag instead of trying
9867         to figure it out outselves.
9868         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
9869         the item, ItemHeight doesn't work, because trees with large
9870         imagelists use those for their height
9871         * TreeView.cs: ActualItemHeight factors in the image height
9872         - compute left edge of checkboxes correctly
9873         - when expanding/collapsing move the bottom down one pixel, so we
9874         aren't moving part of the node
9875
9876 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9877
9878         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
9879         stack in PaintEventStart so that it won't get disposed by the gc
9880         before reaching PaintEventEnd.
9881
9882 2006-11-13  Jackson Harper  <jackson@ximian.com>
9883
9884         * TextBoxBase.cs: Don't select the word if we are on a line with
9885         no text.
9886         - We don't need to position the caret on mouse up, since the mouse
9887         move handler should be doing this
9888         - When double clicking a blank line, the caret is advanced to the
9889         next line.
9890
9891 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
9892
9893         * TreeNodeCollection.cs: Avoid duplicating indexer code.
9894
9895 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
9896
9897         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
9898         Fixes part of bug #79910.
9899
9900 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
9901
9902         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
9903           (bug #79903). Some minor string updates to match ms.
9904
9905 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
9906
9907         * FileDialog.cs: Don't add an extension if the filename
9908           already ends with that extension.
9909
9910 2006-11-10  Jackson Harper  <jackson@ximian.com>
9911
9912         * TreeView.cs: Use the currently highlighted node for the
9913         BeforeSelect event.
9914         * TextBoxBase.cs: There is no need to expand selection on
9915         MouseMove.
9916         - CanUndo means 'is there any undo operations', not 'is undo
9917         allowed on this textcontrol. Fixed ClearUndo unit test.
9918
9919 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
9920
9921         * Button.cs: only perform click when button is Selectable (so as 
9922         not to activate default buttons when they're disabled)
9923         
9924         * Control.cs: Rewrite of the SelectNextControl and related 
9925         methods. HandleClick now selects next control if the current one
9926         is being disabled.
9927         
9928         * Form.cs: OnActivated selects next active control only if Load 
9929         has already occurred. If Load hasn't run, there's no point in 
9930         selecting here, Load might change the state of controls.
9931         
9932         * FocusTest.cs: Tests marked as working again for these fixes
9933
9934 2006-11-10  Chris Toshok  <toshok@ximian.com>
9935
9936         * XplatUIX11.cs: a couple of fixes.
9937
9938         - use XInternAtoms with almost all the atoms we need to register,
9939         instead of many, many calls to XInternAtom.  should help a bit on
9940         startup time, at the expense of making the code look a little
9941         worse.
9942
9943         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
9944         isn't reparented (which seems to be a clue that we're running fon
9945         compiz) and they have an Owner form.  This fixes the tool windows
9946         in paint.net when running under compiz.
9947
9948         - when setting the opacity of a window, support both the case
9949         where the window has been reparented and also when it hasn't been.
9950         Since compiz/beryl doesn't seem to reparent windows, and these are
9951         the only window managers which support translucency, I'm not sure
9952         why we need the hwnd.reparented case at all.. but leave it in.
9953         now we get translucent windows in paint.net under compiz/beryl.
9954
9955 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
9956
9957         * FileDialog.cs: Always return the value for FilterIndex that
9958           was set. Internally convert it to values that make sense.
9959
9960 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
9961         
9962         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
9963
9964 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
9965
9966         * Toolbar.cs: Change default value of DropDownArrows to true, the 
9967         signature still using false to make it compatible with MS but the 
9968         initial value is true. Fixes #79855.
9969
9970 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
9971
9972         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
9973           only available on Linux.
9974
9975 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
9976
9977         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
9978         reduce number of calls to redraw method during toolbar creation.
9979
9980 2006-11-09  Mike Kestner  <mkestner@novell.com>
9981
9982         * ListView.cs : raise SelectedIndexChanged when an item is selected
9983         programmatically via the Item.Selected property.  Gert's nice 
9984         ListViewSelectedIndexChanged test fixture now runs clean.
9985
9986 2006-11-09  Mike Kestner  <mkestner@novell.com>
9987
9988         * ListView.cs : raise SelectedIndexChanged when a selected item is
9989         removed from the item collection using Remove or RemoveAt.
9990
9991 2006-11-09  Mike Kestner  <mkestner@novell.com>
9992
9993         * ListView.cs : raise SelectedIndexChanged once per selected item
9994         for compat with MS.  Fixes #79849+.
9995
9996 2006-11-09  Chris Toshok  <toshok@ximian.com>
9997
9998         * TabControl.cs: initialize row_count to 0, and set it to 1 when
9999         we need to (if we have any tab pages).  Fixes unit test.
10000
10001 2006-11-09  Chris Toshok  <toshok@ximian.com>
10002
10003         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
10004         width is 0, not 3.  Fixes a unit test.
10005
10006 2006-11-09  Mike Kestner  <mkestner@novell.com>
10007
10008         * ListView.cs : use Implicit scrollbars so that focus isn't 
10009         stolen from the listview when they are clicked. Fixes #79850.
10010
10011 2006-11-09  Chris Toshok  <toshok@ximian.com>
10012
10013         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
10014         have a root item.  Fixes #79879.
10015
10016 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
10017
10018         * FileDialog.cs:
10019           - Fix ToString ()
10020           - An ArgumentException is now thrown if a wrong filter
10021             is applied (matches ms). The previous filter doesn't change
10022             anymore if an exception is thrown.
10023           - Changing the FileName property also affects FileNames
10024         * ColorDialog.cs: The length of the CustomColors array is always
10025           16. It doesn't matter if we use a smaller array or null to update
10026           or change the custom colors property.
10027         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
10028           for RootFolder if we get a undefined value.
10029
10030 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10031
10032         * StatusBarPanel.cs: 
10033         - Width is set to MinWidth if Width is smaller than
10034         MinWidth. Fixes #79842.
10035         - MinWidth now always overrides Width (MSDN says MinWidth
10036         is set to Width when AutoSize = None, but they do not 
10037         behave like that).
10038         - Style has now the the correct default value.
10039         
10040 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10041  
10042         * TrackBar.cs: 
10043         - The control is completely invalidated on 
10044         Got/LostFocus to draw the focus rectangle correctly.
10045         - When AutoSize then height is always 45 (width for 
10046         vertical controls).
10047         
10048         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
10049         on the mouse when moved and it doesn't move when grabbed
10050         until the mouse moves as well. Also fixed some wrong 
10051         calculations when clicking on the thumb (control thought
10052         click was outside of thumb and didn't grab it).
10053         Fixes some of the issues in #79718.
10054
10055 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
10056
10057         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
10058
10059 2006-11-08  Chris Toshok  <toshok@ximian.com>
10060
10061         * PropertyGridView.cs: only call ToggleValue if the item is not
10062         readonly.
10063
10064 2006-11-08  Jackson Harper  <jackson@ximian.com>
10065
10066         * TextBoxBase.cs: The RichTextBox and textbox have very different
10067         word selection methods.  Implement the textbox's simple word
10068         selection here, and let the RichTextBox override and provide it's
10069         own.
10070         - Don't do extra selection on mouseup
10071         * RichTextBox.cs: Use the documents word selection algorithm, I
10072         think ideally, this function will be pulled into the
10073         RichTextBox.cs code someday.
10074
10075 2006-11-08  Chris Toshok  <toshok@ximian.com>
10076
10077         * RootGridEntry.cs: new class to represent GridItemType.Root.
10078
10079         * CategoryGridEntry.cs: reformat, and add boilerplate.
10080         
10081         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
10082         returns the UI parent anyway, and we need special handling to
10083         implement the GetTarget method in the face of it.  Also, implement
10084         Select().
10085
10086         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
10087         a root grid item, and use that instead of PropertyGrid.grid_items.
10088         Also, make use of TypeConverters (and add limitted support for
10089         ICustomTypeDescriptors) when initially populating the grid.
10090         Arrays now show up more or less properly.
10091
10092 2006-11-08  Chris Toshok  <toshok@ximian.com>
10093
10094         * Application.cs: set the modal dialog to non modal after we close
10095         it.  Fixes bug #79866.
10096
10097 2006-11-08  Jackson Harper  <jackson@ximian.com>
10098
10099         * TextControl.cs: When combining lines carry over the line end
10100         style from the end line.
10101         - Invalidate the selected area when setting it, if it is visible.
10102         * TextBoxBase.cs: Only rich text box can do full line selects.
10103         - Make sure to set the cursor position when there is a click,
10104         otherwise two clicks in separate areas could cause a large chunk
10105         to be selected.
10106
10107 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10108
10109         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
10110         Fixes #79863.
10111
10112 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10113
10114         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
10115         time. Remove tooltips when ToolButton click events.  Fixes #79856.
10116
10117 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10118
10119         * MenuAPI.cs: Ignore right click for menu actions and fixes
10120         menu border when clicked.  Fixes #79846.
10121
10122 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10123
10124         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
10125         MouseState after create wParam for message, this fixes mouse button 
10126         equal none in mouse up events.
10127         
10128 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
10129
10130         * Control.cs : Focus() now calls Select to set the Container's
10131         Active Control and to give it focus. To avoid infinite recursion
10132         (because ActiveControl also calls Focus at one point), a check 
10133         is made in Focus with the help of a new internal variable
10134         is_focusing.
10135
10136 2006-11-07  Mike Kestner  <mkestner@novell.com>
10137
10138         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
10139         if there's a selection.  Fixes #79849.
10140
10141 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
10142
10143         * PropertyGrid.cs: Avoid fixed height of help description label.
10144         Fixes part of bug #79829.
10145
10146 2006-11-07  Chris Toshok  <toshok@ximian.com>
10147
10148         * XplatUIX11.cs: fix #79790 again, by using the
10149         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
10150
10151 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10152
10153         * ToolBar.cs: Fix left click checking.
10154
10155 2006-11-07  Chris Toshok  <toshok@ximian.com>
10156
10157         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
10158
10159 2006-11-07  Chris Toshok  <toshok@ximian.com>
10160
10161         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
10162         PropertyManager unit tests.
10163
10164         * PropertyManager.cs: make property_name internal.
10165
10166 2006-11-07  Chris Toshok  <toshok@ximian.com>
10167
10168         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
10169         pass a unit test.  Also, don't set image_index to anything in
10170         response to setting the ImageList property.
10171
10172 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10173
10174         * ToolBar.cs: Ignore click events when mouse button is not a
10175         left button, only accepts other button for dropdown menus.  
10176         Fixes #79854.
10177
10178 2006-11-07  Chris Toshok  <toshok@ximian.com>
10179
10180         * DataGrid.cs: make the back and parent row buttons a little less
10181         ugly.
10182
10183 2006-11-07  Jackson Harper  <jackson@ximian.com>
10184
10185         * TextBoxBase.cs: When converting to Text don't put line breaks in
10186         for soft line breaks.
10187         * TextControl.cs: There is an initial "fake" line in the document,
10188         this is now a soft break line, so that an extra line feed doesn't
10189         get added to the end of documents.
10190
10191 2006-11-07  Chris Toshok  <toshok@ximian.com>
10192
10193         [ fix bug #79778 ]
10194         
10195         * CurrencyManager.cs: if the list is readonly, don't bother
10196         checking if IBindingList.AllowNew is true.
10197
10198         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
10199         for non-DataRowView datasources..  or rather, make it not crash.
10200         (DataGridPaintRelationRow): make sure we limit the row painting to
10201         the area not covered by the row header, and make our cell width at
10202         least large enough to cover the relation area.  This allows grids
10203         that have relations but no rows to render correctly.
10204         (DataGridPaintRowContents): same type of changes here.
10205         (SetDataSource): move back to always calling
10206         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
10207         navigating back through relations.
10208         (HitTest): handle the case where we have no cells but have
10209         relations.  Right now we generate a hit in cell 0 of whatever the
10210         row is, not sure if this is strictly correct, but it works for our
10211         purposes.
10212         
10213         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
10214         bother doing anything.
10215
10216 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
10217
10218         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
10219         early version of StatusStrip.  Not responsible for eaten
10220         application or firstborn children.
10221
10222 2006-11-06  Chris Toshok  <toshok@ximian.com>
10223
10224         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
10225         call GetTabRect with a -1 index.  Fixes #79847.
10226
10227 2006-11-06  Jackson Harper  <jackson@ximian.com>
10228
10229         * TreeNodeCollection.cs: Update scrollbars after clearing.
10230
10231 2006-11-06  Chris Toshok  <toshok@ximian.com>
10232
10233         * NumericUpDown.cs: fix the ToString method for some unit test
10234         love.
10235
10236 2006-11-06  Chris Toshok  <toshok@ximian.com>
10237
10238         * PropertyGrid.cs:
10239         - set the initial SelectedGridItem if we can.
10240
10241         - Exclude non-mergable properties only if we're merging > 1
10242         object.  Merging 1 object isn't really merging, obviously.
10243
10244         - Handle PropertySort.NoSort just like Alphabetical, which is
10245         wrong of course, but at least gets things on the screen.
10246         
10247         * PropertyGridView.cs:
10248         - Add method "FindFirstItem" which finds the first property grid
10249         item, so we can select it by default.
10250
10251         - make use of GridEntry.CanResetValue.
10252
10253         - Don't call RedrawBelowItemOnExpansion here anymore, the
10254         individual GridEntry's will do that.
10255
10256         - Remove the ITypeDescriptorContextImpl internal class.
10257         
10258         * GridEntry.cs:
10259         - this class needs to implement ITypeDescriptorContext, as it's
10260         what MS's PropertyDescriptorGridEntry does, which means we can
10261         remove the ITypeDescriptorContextImpl internal class from
10262         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
10263
10264         - keep a reference to our PropertyGridView, and move the call to
10265         RedrawBelowItemOnExpansion here from PGV.  This means
10266         programmaticly setting Expanded actually does something visible.
10267
10268         - add a CanResetValue() function which takes into account our
10269         possibly multiple "selected_objects" in the merged case.  Shifting
10270         PropertyGridView to use this method fixes another unreported
10271         crasher found running the test for #79829.
10272
10273         - when Top or Bounds is updated, make sure the PropertyGridTextBox
10274         is updated to reflect this.
10275
10276         * CategoryGridEntry.cs: the ctor takes the PGV now.
10277         
10278 2006-11-06  Jackson Harper  <jackson@ximian.com>
10279
10280         * TextControl.cs: These are 1 based.
10281         * TextBoxBase.cs: When setting the selected text, don't change the
10282         selected text tags, this is done by ReplaceText, just position the
10283         cursor at the end of the new text.
10284
10285 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
10286
10287         * ListView.cs: Allow label edit only when, when LabelEdit is
10288           set to true.
10289
10290 2006-11-06  Jackson Harper  <jackson@ximian.com>
10291
10292         * TextControl.cs: If a suitable wrapping position isn't found,
10293         just wrap right in the middle of a word.
10294
10295 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
10296
10297         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
10298           bug #79820.
10299
10300 2006-11-06  Jackson Harper  <jackson@ximian.com>
10301
10302         * TreeView.cs: Can't use the VisibleCount property when setting
10303         scrollbar heights, because this doesn't take into account whether
10304         or not the horz scrollbar just came visible.
10305
10306 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
10307
10308         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
10309         activated.  Fixes #79369, #79832.
10310
10311 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
10312
10313         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
10314           had to remove support for links that point to a directory. FileInfo
10315           returns no usefull information (means, the directory they point to)
10316           for such links. Replaced some empty string ("") with String.Empty.
10317
10318 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
10319
10320         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
10321         NullReferenceException when attempting to remove node that is not in
10322         collection. Throw NullReferenceException when null is passed to 
10323         Remove. Allow first element of the collection to be removed. Fixes
10324         bug #79831.  In GetEnumerator ().Current return null if positioned 
10325         before the first element of the collection. In GetEnumerator ().Reset,
10326         position before first element of the collection.
10327
10328 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
10329
10330         * PropertyGrid.cs: To match MS, remove default title and description
10331         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
10332         buttons.
10333
10334 2006-11-04  Chris Toshok  <toshok@ximian.com>
10335
10336         * Theme.cs: add a Clamp method, just for kicks.
10337
10338         * ThemeWin32Classic.cs: clamp all color components to [0..255].
10339
10340 2006-11-04  Chris Toshok  <toshok@ximian.com>
10341
10342         * Form.cs: if the form isn't visible, Close() does nothing.
10343
10344 2006-11-03  Chris Toshok  <toshok@ximian.com>
10345
10346         * Form.cs (Close): if the form is modal, don't Dispose of it, only
10347         Hide it.
10348         (WndProc): don't Dispose after handling the WM_CLOSE message.
10349
10350         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
10351         them as such, instead of using casts from Control to Form.  Also,
10352         don't Dispose of the modal dialog when we fall out of the loop -
10353         Close() it instead.
10354
10355         fixes bug #79813.
10356
10357 2006-11-03  Chris Toshok  <toshok@ximian.com>
10358
10359         * Control.cs (Dispose): only go through the dispose thing if we're
10360         @disposing, and we haven't already been disposed.  Fixes bug
10361         #79814.
10362
10363         * Form.cs: no reason to call "base.Dispose()" here instead of
10364         "Dispose()".
10365
10366 2006-11-03  Mike Kestner  <mkestner@novell.com>
10367
10368         * ComboBox.cs : use ToString instead of casts in AddItem for
10369         sorting functionality.  Fixes #79812.
10370
10371 2006-11-03  Chris Toshok  <toshok@ximian.com>
10372
10373         * Application.cs: pave the way for actually using the thread
10374         exception dialog.  it's ifdefed out at the moment.
10375
10376 2006-11-03  Chris Toshok  <toshok@ximian.com>
10377
10378         * ThreadExceptionDialog.cs: until we get a better layout, actually
10379         hide the details textbox and label when we shouldn't see them.
10380
10381 2006-11-03  Jackson Harper  <jackson@ximian.com>
10382
10383         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
10384         multiline textboxes anymore.  This method also determines the
10385         width/height of a textboxes canvas area.
10386         - Sorta a revert of the last patch.  For multiline just position
10387         the controls, then bail.  This way the scrollbar width won't be
10388         altered.
10389
10390 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
10391
10392         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
10393         it dont need.  Fixes #79537.
10394
10395 2006-11-02  Jackson Harper  <jackson@ximian.com>
10396
10397         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
10398         send the status after firing the DndOver event.
10399
10400 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10401
10402         * TrackBar.cs: Now orientation only switches height / width if
10403         the control's handle is created (Win32 does it like this). Also 
10404         fixed a typo in ToString() for a test to pass, changed the 
10405         exception thrown in set_LargeChange and set_SmallChange to 
10406         match Win32 behaviour, and added TrackBar tests to the unit 
10407         tests.
10408
10409 2006-11-02  Chris Toshok  <toshok@ximian.com>
10410
10411         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
10412         not _NET_WM_STATE_NO_TASKBAR.
10413
10414 2006-11-02  Jackson Harper  <jackson@ximian.com>
10415
10416         * TextControl.cs: Increment count by one, since in the update view
10417         count - 1 is used.
10418
10419 2006-11-02  Jackson Harper  <jackson@ximian.com>
10420
10421         * TextBoxBase.cs: Use client rectangle not bounds for checking if
10422         the mouse is in the client rectangle (duh).
10423
10424 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10425         
10426         * TrackBar.cs: Fixed trackbar jumping around when clicking
10427         on it - the trackbar was not detecting correctly at which
10428         side of the thumb the click was done. (fixes #79718)
10429
10430 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
10431
10432         * ListBox.cs: scroll visible area when change SelectedIndex to
10433         a non visible area.  Fixes #79481.
10434
10435 2006-11-01  Jackson Harper  <jackson@ximian.com>
10436
10437         * TextControl.cs: When replacing the selection move the selection
10438         start/end/anchor to the end of the new text.
10439
10440 2006-11-01  Jackson Harper  <jackson@ximian.com>
10441
10442         * XplatUIWin32.cs: When setting the parent change the controls
10443         visibility to it's visibility flag, not to it's old parents
10444         visibility (.Visible walks the parent chain).
10445
10446 2006-11-01  Chris Toshok  <toshok@ximian.com>
10447
10448         * XplatUIX11.cs: revert the #79790 fix, as the simple.
10449         XSetTransientForHint fix breaks paint .net's tool windows.  more
10450         work needed for that one.
10451
10452 2006-11-01  Chris Toshok  <toshok@ximian.com>
10453
10454         * ScrollBar.cs: throw ArgumentException instead of Exception in
10455         LargeChange/SmallChange setters.  fixes unit tests.
10456
10457 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
10458
10459         * ContainerControl.cs: reverted rev.67183 (which was itself
10460         a reversion of rev.66853... eh).
10461         
10462         * Control.cs: Fixes Reflector hang by changing Focus() call
10463         to what it was before rev.66643 (calling Select() here sets 
10464         ActiveControl, which in some situations calls back Focus and 
10465         eventually does a stack overflow). Temp fix.    
10466         Changes to GetNextControl() to not look for children to select when
10467         parent cannot be selectable (so it looks for siblings instead)  
10468         
10469 2006-10-31  Mike Kestner  <mkestner@novell.com>
10470
10471         * CheckedListBox.cs : off by one error in returned index from
10472         ObjectCollection.Add.  Fixes #79758.
10473
10474 2006-10-31  Chris Toshok  <toshok@ximian.com>
10475
10476         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
10477         calls for the textbox/spinner, to keep from recursing to the point
10478         where we crash.  Fixes #79760.
10479
10480 2006-10-31  Chris Toshok  <toshok@ximian.com>
10481
10482         * ListControl.cs (set_SelectedValue): don't throw exceptions on
10483         null/"" value, just return.  matches ms's behavior and fixes some
10484         failing tests.
10485
10486 2006-10-31  Chris Toshok  <toshok@ximian.com>
10487
10488         * Control.cs (set_Capture): make a logic a little easier to
10489         follow.
10490
10491         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
10492         if it's being destroyed.  A necessary fix surely, but a bandaid
10493         also, to fix the stuck capture problem in bug #78413.
10494
10495 2006-10-31  Chris Toshok  <toshok@ximian.com>
10496
10497         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
10498         convention of clearing hwnd.ClientRect when we set the
10499         width/height (so it'll be recalculated by Hwnd).
10500
10501 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
10502
10503         * ContainerControl.cs: reversed Contains check from
10504         ActiveControl due to hanging problems. This fix
10505         partly regresses #79667 (button does not have
10506         initial focus), so this might be a symptom for 
10507         a larger parenting problem (set_ActiveControl
10508         is being called but the child control does
10509         not have the parent set yet?)   
10510         
10511 2006-10-31  Mike Kestner  <mkestner@novell.com>
10512
10513         * MenuAPI.cs : fix keynav when menu is click activated.
10514
10515 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
10516
10517         * ToolStrip*: Version 0.2.
10518
10519         * MenuStrip.cs: Version 0.1.
10520
10521         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
10522
10523 2006-10-30  Chris Toshok  <toshok@ximian.com>
10524
10525         [ fixes the oversized notify icon issue in bug #79745 ]
10526         
10527         * NotifyIcon.cs: scale the icon down to the size we're given by
10528         the XplatUI layer (this would be faster if we did it once instead
10529         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
10530         since it's never invoked.
10531
10532         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
10533         pixels high by default, so let's hardcode our systray icon to that
10534         size.  The SYSTEM_TRAY protocol should really have a way for
10535         client apps to query for the correct icon size.. but oh well.  A
10536         couple of patches to deal with the screwy client_window ==
10537         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
10538         instance, and also make sure we don't XSelectInput twice).
10539
10540 2006-10-30  Chris Toshok  <toshok@ximian.com>
10541
10542         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
10543         recreating forms.  Control recreation is the bane of my existence.
10544         Fix it in a way that keeps everyone happy.
10545
10546 2006-10-30  Chris Toshok  <toshok@ximian.com>
10547
10548         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
10549         just non-CHILD ones.  otherwise sometimes scrollbars end up with
10550         client_windows not being resized to the proper size (ReportBuilder
10551         shows this extremely well).
10552
10553 2006-10-30  Chris Toshok  <toshok@ximian.com>
10554
10555         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
10556         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
10557         showing up in the gnome taskbar.  Fixes bug #79790.
10558
10559 2006-10-30  Chris Toshok  <toshok@ximian.com>
10560
10561         * ApplicationContext.cs: guard against a NRE.
10562
10563         * Application.cs: null out the old MainForm for the context, so we
10564         don't try to use it again once it's disposed.  Fixes bug #79783.
10565
10566 2006-10-30  Chris Toshok  <toshok@ximian.com>
10567
10568         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
10569         BindingContext, set the data source directly, otherwise do the
10570         lazy approach - the actual ListManager will be created when we get
10571         a BindingContext. Fixes bug #79700.
10572
10573 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
10574
10575         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
10576           XplatUIX11.cs: Remove old 2 parameter SetVisible.
10577
10578         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
10579
10580 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
10581
10582         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
10583         of SetVisible that allows a window to be shown, but not activated.
10584         This is needed on Windows for MenuStrip, and can probably be used
10585         with MainMenu and ComboBox to fix the focus stealing issues on
10586         Windows.
10587
10588         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
10589
10590 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
10591
10592         * PictureBox.cs: Fix the output of the ToString method.
10593
10594 2006-10-29  Chris Toshok  <toshok@ximian.com>
10595
10596         * Control.cs (get_TopLevelControl): fix bug #79781.
10597
10598 2006-10-29  Chris Toshok  <toshok@ximian.com>
10599
10600         * ListControl.cs (set_DataSource): throw Exception here, not
10601         ArgumentException, to match MS behavior.
10602
10603 2006-10-29  Chris Toshok  <toshok@ximian.com>
10604
10605         * Form.cs: remove the try-catch's around calls to GetWindowState.
10606         We can just check the return value.
10607
10608         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
10609         Instead return -1.
10610
10611         * XplatUI.cs: Add note about additional return value for
10612         GetWindowState.
10613
10614 2006-10-29  Chris Toshok  <toshok@ximian.com>
10615
10616         * Control.cs (CreateHandle): when we create our handle, we also
10617         create the handles of our child controls.  Fixes one of the
10618         Control unit tests (CH11).
10619
10620 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
10621
10622         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
10623
10624 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
10625
10626         * ThemeClearlooks.cs: A little speedup.
10627
10628 2006-10-27  Chris Toshok  <toshok@ximian.com>
10629
10630         * Control.cs: implement Control.FromChildHandle in a way that
10631         matches the docs (and fixes the failed test.)
10632
10633 2006-10-27  Chris Toshok  <toshok@ximian.com>
10634
10635         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
10636         comments).
10637
10638         * DataGrid.cs: implement ResetForeColor such that the tests
10639         succeed.
10640         
10641 2006-10-27  Chris Toshok  <toshok@ximian.com>
10642
10643         * ToolBarButton.cs: setting text/tooltiptext to null results in it
10644         being set to "".  Fixes bug #79759.
10645
10646 2006-10-27  Jackson Harper  <jackson@ximian.com>
10647
10648         * TextControl.cs: We need to clear the entire selection area when
10649         setting the start, otherwise multiline selections are still
10650         visible.
10651
10652 2006-10-26  Chris Toshok  <toshok@ximian.com>
10653
10654         * PropertyGridView.cs: 
10655
10656         - ifdef all the code specific to the double
10657         buffer case, and provide some alternatives in the non-doublebuffer
10658         code, which makes heavy use of XplatUI.ScrollWindow to move things
10659         around without having to invalidate (and cause flicker).  There
10660         are still some drawing problems in the non-doublebuffered case, so
10661         DOUBLEBUFFER is defined by default.
10662
10663         - Fix the way dropdowns are handled.  now we explicitly watch for
10664         the events which might cause the dropdown to close, and break out
10665         of the nested event loop there.  This gets rid of all Capture
10666         code, at the expense of the Msg special casing.  Seems to work,
10667         though, and fixes bug #79743.
10668
10669 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
10670         * Control.cs: SetIsRecreating now recreates implicitly added
10671         child controls as well. Finally fixes #79629. The flag passed to 
10672         SetIsRecreating has also been removed since it wasn't used.
10673         
10674 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10675
10676         * PageSetupDialog.cs: Clean some code, fix some bits, 
10677         add some checks, and add a printer sub-dialog.
10678
10679 2006-10-26  Chris Toshok  <toshok@ximian.com>
10680
10681         * PropertyGrid.cs: make set_SelectedObject call
10682         set_SelectedObjects, and move the duplicate logic to the
10683         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
10684
10685         * PropertyGridView.cs: hide the textbox when we get a
10686         SelectedObjectsChanged event.
10687
10688         Fixes bug #79748.
10689
10690 2006-10-26  Chris Toshok  <toshok@ximian.com>
10691
10692         * PropertyGridView.cs: deal with the type converter not supporting
10693         GetStandardValues() or GetStandardValues() returning null, which
10694         is does in the default case.  Fixes #79742.
10695
10696 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
10697
10698         * CheckedListBox.cs: nunit no longer crashes when selecting 
10699         Project/Edit menu option
10700         
10701 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
10702
10703         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
10704         is no menu selected. fixes #79739
10705
10706 2006-10-25  Chris Toshok  <toshok@ximian.com>
10707
10708         * PropertyGridView.cs: factor out the splitter invalidation code
10709         into the SplitterPercent setter, and for kicks implement the
10710         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
10711         amount in either direction.
10712
10713 2006-10-25  Chris Toshok  <toshok@ximian.com>
10714
10715         * PropertyGridView.cs: do some cleanup of the brush used to draw
10716         text - read only fields should be grayed out.  not sure how to do
10717         this with the textbox, though.  but the textbox's should also be
10718         readonly now at least.  Also, hide/show the textbox when resizing
10719         the control.
10720         
10721         * CursorConverter.cs: use System.Reflection when getting the
10722         properties of Cursors, as TypeDescriptor.GetProperties isn't
10723         returning static properties.
10724
10725 2006-10-25  Chris Toshok  <toshok@ximian.com>
10726
10727         * PropertyGridView.cs: factor out the up/down handling, and reuse
10728         it for page up/down.  also add End/Home support.
10729
10730 2006-10-25  Chris Toshok  <toshok@ximian.com>
10731
10732         * PropertyGridView.cs:
10733
10734         - ensure the selected grid item is visible in the scrolled area,
10735         fixes bug #79572.
10736
10737         - fix Keys.Down handling when you're on the last item in the
10738         propertygrid.
10739
10740 2006-10-25  Mike Kestner  <mkestner@novell.com>
10741
10742         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
10743         clicks too.  Fixes #79725.
10744
10745 2006-10-24  Chris Toshok  <toshok@ximian.com>
10746
10747         * PropertyGrid.cs: use property.Converter instead of
10748         TypeDescriptor.GetConverter(property.PropertyType), so we catch
10749         TypeConverters declared on the property as well as on the
10750         PropertyType.  Fixes bug #79678.
10751
10752 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
10753
10754         * MimeIcon.cs, Mime.cs:
10755           Fallback to the default platform handler if no shared mime info
10756           stuff exists (fixes #79693).
10757
10758 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
10759         * ContainerControl.cs: Incorrect contains check in ActiveControl 
10760         from previous fix (duh).
10761
10762 2006-10-20  Chris Toshok  <toshok@ximian.com>
10763
10764         * PropertyGridView.cs: the dropdown should be MIN(number of items
10765         in list, 15).  Fixes #79551.
10766
10767 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
10768         Fixes #79384, #79394, #79652, #79667
10769         * Application.cs: 
10770         
10771         - Modal windows are now destroyed in the proper order for windows
10772         
10773         * ContainerControl.cs:
10774         
10775         - ActiveControl setter has more conditions on when to return:
10776                 - if we're reselecting the active control, but it actually
10777                 didn't have focus (window hidden or some such), it runs
10778                 - if the active control being selected doesn't actually 
10779                 exist in the container, it returns
10780         
10781         * Form.cs
10782         
10783         - The ShowDialog now gets the current form as the owner when
10784         invoking without parameters, and correctly activates the owner 
10785         when returning
10786         
10787         * MessageBox.cs
10788         
10789         - MessageBox now catches the Escape key to exit
10790
10791 2006-10-20  Chris Toshok  <toshok@ximian.com>
10792
10793         * PropertyGridView.cs: fix a number of issues (bug #78565, and
10794         most of bug #79676):
10795
10796         - you can navigate around the property grid with the arrow keys.
10797
10798         - the dropdown is sized properly when the pg has a vertical
10799         scrollbar.
10800
10801         - fix the indentation for subentries, and properly select the
10802         entire label rect.
10803
10804         - fix the gray bar's drawing (only draw it to the last element,
10805         not for the height of the control.  Also make sure we draw that
10806         last horizontal grid line.
10807
10808         - use the same mechanism the datagrid uses wrt the editing textbox
10809         when scrolling/resizing/etc.  Namely, we hide it first, do the
10810         operation, then show it again (if it's still visible).
10811         
10812         - aggressively remove a lot of unnecessary refreshes (and also
10813         calls to Invalidate(). call more limited variants, and only redraw
10814         what we need.)
10815         
10816         * PropertyGrid.cs:
10817
10818         - when we're populating the merged collection, fill in the UI
10819         parent with either the passed in item, or the category item we
10820         create.
10821
10822         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
10823
10824         * GridItem.cs: drop some fully qualified names.
10825         
10826         * GridEntry.cs: add a "UIParent", which is basically the parent
10827         treenode.
10828
10829         * GridItemCollection.cs: add an IndexOf method.
10830
10831 2006-10-20  Mike Kestner  <mkestner@novell.com>
10832
10833         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
10834         a working win32 NC invalidation mechanism, we can't invalidate
10835         menus.  [Fixes #79705]
10836
10837 2006-10-20  Mike Kestner  <mkestner@novell.com>
10838
10839         * ListBox.cs : don't update the VScrollbar if the list is empty,
10840         just hide it.  [Fixes #79692]
10841
10842 2006-10-20  Jackson Harper  <jackson@ximian.com>
10843
10844         * RichTextBox.cs: Handle some special chars better, and don't skip
10845         the entire group when we encounter a special char that we don't
10846         handle correctly.
10847
10848 2006-10-18  Chris Toshok  <toshok@ximian.com>
10849
10850         * PropertyGridView.cs: address a number of issues from bug #79676,
10851         mostly of the cosmetic variety.
10852
10853         - The highlight rectangle for indented items not extends all the
10854         way to the left.
10855
10856         - Indented items aren't indented so much.
10857
10858         - the dropdown is properly sized width-wise if the pg has a
10859         vertical scrollbar.
10860
10861 2006-10-18  Chris Toshok  <toshok@ximian.com>
10862
10863         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
10864         systray stuff is rather convoluted to begin with.
10865
10866         systray icons are a single window for some reason (that I haven't
10867         figured out yet), and for them, client_window == whole_window.
10868         Given the way the tests are structured elsewhere to determine
10869         which paints are pending (client vs. nc), that situation will
10870         always yield PAINT, not NCPAINT.  So, if we have a pending
10871         nc_expose and no pending expose, remove the hwnd from the paint
10872         queue, and also set nc_expose_pending to false, to keep us from
10873         blocking further expose's adding the hwnd to the paint queue.
10874
10875         phew.  like i said, a rather convoluted change.  Fixes the
10876         notifyicon repaint issues in bug #79645.
10877
10878 2006-10-18  Chris Toshok  <toshok@ximian.com>
10879
10880         * Form.cs: when getting the backcolor of the form, don't get
10881         base.BackColor, as this allows parents to influence the background
10882         color.  This breaks mdi forms.  Instead, if the background_color
10883         is empty, return the default.
10884
10885 2006-10-18  Chris Toshok  <toshok@ximian.com>
10886
10887         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
10888         to being private instead of internal static.
10889
10890         * Control.cs: remove all the stupid ParentWaitingOnRecreation
10891         crap, it wasn't working for more deeply nested controls anyway,
10892         and we already have the is_recreating flag - use that instead.
10893         Before calling DestroyHandle in RecreateHandle, recurse through
10894         the control tree setting it to true.  this returns the recreate
10895         code to much of its original simplicity, while now guaranteeing we
10896         actually recreate everything we're supposed to.  This change gets
10897         fyireporting actually showing mdi children.
10898
10899 2006-10-17  Chris Toshok  <toshok@ximian.com>
10900
10901         * Form.cs: remove some debug spew, and collapse some duplicate
10902         code at the end of SetClientSizeCore.
10903
10904         * XplatUIX11.cs: 
10905         - add some more debug spew here too wrt Destroy handling.
10906         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
10907         in Control's handling of WM_DESTROY.
10908         - Remove the handling of zombie window DestroyNotifies from the
10909         event loop - we don't need it.  Now the only DestroyNotifies we
10910         actually handle are ones generated by X.
10911         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
10912         match gtk's (functioning) handling of this. This keep metacity
10913         from leaving droppings in the form of wm borders with no window
10914         contents all over the place.
10915
10916         * Control.cs:
10917         - add a bunch of debug spew wrt control recreation.
10918         - fix a bug where we weren't tracking Visible properly on
10919         recreated hwnds.
10920         - fixed the WM_PAINT double buffer handling to support re-entrant
10921         calls (yes, i know it's gross, but it's happening to us).
10922
10923 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10924         * ThemeWin32Classic.cs: changed drawing of selected days
10925         to make them look better.
10926
10927 2006-10-16  Chris Toshok  <toshok@ximian.com>
10928
10929         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
10930         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
10931
10932         * XplatUIX11.cs: move away from using hwnd.client_dc and
10933         hwnd.non_client_dc and on to a stack of dc's (and in window's
10934         case, PAINTSTRUCT's), so we can deal with nested Paint calls
10935         without puking or not disposing of Graphics objects.
10936
10937         * XplatUIOSX.cs: same.
10938
10939         * XplatUIWin32.cs: same.
10940
10941 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10942
10943         * FileDialog.cs: Don't call on_directory_changed inside
10944           OnSelectedIndexChanged (it changes the SelectedIndex too).
10945           Instead move it to OnSelectionChangeCommitted.
10946
10947 2006-10-13  Chris Toshok  <toshok@ximian.com>
10948
10949         * XplatUIX11.cs: more Destroy work.  the current code does the
10950         following things, in order:
10951
10952         1. Enumerates all handles of all controls at or below the one
10953         being destroyed, in pre-order.  As it is doing this, it marks the
10954         handles as zombie and clears all references to them.
10955         
10956         2. calls XDestroyWindow on the window passed in.
10957
10958         3. SendMessage's WM_DESTROY to all he handles in the accumulated
10959         list.
10960
10961 2006-10-13  Chris Toshok  <toshok@ximian.com>
10962
10963         * XplatUIX11.cs: set hwnd.zombie to true before calling
10964         SendMessage (WM_DESTROY).  this keeps us from marking the new
10965         window a zombie, and also keeps us from calling sendmessage at
10966         all.
10967
10968 2006-10-13  Jackson Harper  <jackson@ximian.com>
10969
10970         * TextControl.cs: Do not show the caret and selection at the same
10971         time.  Reduces ugliness by 35%.
10972
10973 2006-10-13  Chris Toshok  <toshok@ximian.com>
10974
10975         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
10976         zombie after we do the recursive call, so we actually do call
10977         SendMessage on the children controls.
10978         (GetMessage): if we find a pending paint event for a zombie hwnd,
10979         remove the hwnd from the paint queue, or else it will always be
10980         there (and we'll effectively loop infinitely)
10981
10982 2006-10-13  Mike Kestner  <mkestner@novell.com>
10983
10984         * MenuItem.cs : add Selected format under keynav too.
10985         Fixes #79528.
10986
10987 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
10988
10989         * PropertyGrid.cs: Fixed some NRE's and small difference between our
10990         implementation and that of MS.
10991
10992 2006-10-13  Chris Toshok  <toshok@ximian.com>
10993
10994         * Control.cs (OnInvalidated) only futz with the invalid_region if
10995         the control is double buffered.  this fixes the apparent hang in
10996         the ListView unit tests.  Someone needs to make the
10997         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
10998
10999 2006-10-13  Chris Toshok  <toshok@ximian.com>
11000
11001         * PropertyGridView.cs:
11002
11003         - do a little refactoring so that only one place calls
11004         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
11005         else call that.  Also make it Refresh, since there are redraw bugs
11006         otherwise (we should take a look at that...)
11007
11008         - do a little more refactoring work to share the body of code
11009         involved with the drop down.  it was duplicated in the code
11010         dealing with the listbox handling and in the code dealing with the
11011         UITypeEditors.
11012
11013         - add a Capture to the dropdown form's control once it's
11014         displayed, and add a MouseDown handler that checks to make sure
11015         the position is inside the control.  If it's not, close the
11016         dropdown.  This fixes #78190.
11017
11018         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
11019         if the value is different than the initial value.
11020         
11021 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
11022
11023         * Control.cs: see #78650
11024         - Fixed GetNextControl for several cases:
11025                 - Changed FindFlatForward to return 
11026                 correct sibling control when more than one
11027                 control has same TabIndex as the currently 
11028                 focused one.
11029                 - Changed FindFlatBackward to loop children
11030                 from last to first and apply same logic as in
11031                 FindFlatForward
11032                 - Changed FindControlForward to search for
11033                 children when control is not a container
11034                 but has children, or search for siblings if
11035                 control is a container...
11036                 - Changed FindControlBackward   to continue
11037                 searching for child controls when hitting 
11038                 Panel-like parents
11039                 
11040         - Fixed Focus method to update ActiveControl
11041         (FocusTest.FocusSetsActive failure)
11042         
11043         * TabControl.cs:
11044         - Focus rectangle now refreshes when gaining
11045         or losing focus
11046         - Removed grab for Tab key on IsInputKey that 
11047         was keeping tab navigation from working (#78650)
11048
11049 2006-10-13  Chris Toshok  <toshok@ximian.com>
11050
11051         * PropertyGridView.cs:
11052         - Rewrite SetPropertyValue to loop over SelectedGridItem's
11053         SelectedObjects.
11054
11055         - Deal with GridItem.Value == null a few places.
11056
11057         * PropertyGrid.cs: 
11058         - replace the PopulateGridItemCollection with a pair of methods
11059         which compute the intersection of all the properties in the
11060         SelectedObjects array.  Fixes #79615.
11061
11062         - Throw ArgumentException from set_SelectedObjects if there's a
11063         null in the array.
11064
11065         - Add GetTarget method which can be used to traverse up the
11066         GridItem.Parent chain.  It depends on the assumption that
11067         selected_objects for different GridEntries are always in the same
11068         order (a safe assumption).  Use this method and loop over all the
11069         selected objects in the entry when calling RemoveValueChanged and
11070         AddValueChanged.
11071         
11072         * GridEntry.cs: Make this handle multiple selected objects.
11073         .Value returns null if not all the selected objects share the same
11074         value.
11075
11076 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
11077         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
11078           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
11079           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
11080           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
11081           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
11082         add additional functionality.
11083
11084 2006-10-12  Mike Kestner  <mkestner@novell.com>
11085
11086         * ErrorProvider.cs : new ToolTipWindow ctor sig.
11087         * HelpProvider.cs : new ToolTipWindow ctor sig.
11088         * ToolTip.cs : remove ToolTip param from Window sig since it is
11089         not used.
11090         * ToolBar.cs : add tooltip support.  Fixes #79565.
11091
11092 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11093
11094         * ComboBox.cs: move the events in set_SelectedIndex to 
11095         after the call to HighlightIndex in order to avoid 
11096         possible recursion and subsequent problems with the call
11097         to HighlightIndex and include a range check in 
11098         set_HighlightIndex. Fixes #79588
11099         
11100 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11101
11102         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
11103         to ui thread's settings instead of sunday. 
11104         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
11105
11106 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11107
11108         * DateTimePicker.cs
11109         * MonthCalendar.cs
11110         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
11111         and implement missing functionality (selecting different parts 
11112         of the date and edit them individually with the keyboard).
11113         
11114 2006-10-11  Chris Toshok  <toshok@ximian.com>
11115
11116         * Control.cs (OnInvalidated): fix NRE relating to last change.
11117
11118 2006-10-11  Chris Toshok  <toshok@ximian.com>
11119
11120         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
11121         atoms in _NET_WM_STATE here if the window is maximized.  We need
11122         to do this because we're *replacing* the existing _NET_WM_STATE
11123         property, so those atoms will be lost otherwise, and any further
11124         call to GetWindowState will return Normal for a window which is
11125         actually maximized.  Fixes #79338.
11126
11127 2006-10-11  Jackson Harper  <jackson@ximian.com>
11128
11129         * TextControl.cs: Special case for setting selection end to
11130         selection start, we basically kill the anchor.
11131         - some todo comments.
11132
11133 2006-10-11  Chris Toshok  <toshok@ximian.com>
11134
11135         * Control.cs: switch to using an "invalid_region" to track which
11136         parts of the image buffer need updating.  This is more code than
11137         the simple fix from r66532.  That version just attempted to always
11138         fill the entire buffer on redraw, which turns out to be
11139         inefficient when invalidating small rectangles.  This version
11140         simply adds the invalid rectangle to the invalid region.  When we
11141         get any WM_PAINT message we see if it can be filled using the
11142         image buffer, and if it can't (if the paint event's clip rectangle
11143         is visible in the invalid region) we first fill the image buffer.
11144         So, the image buffer is still a cache, we just fill it lazily.
11145
11146         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
11147         need it any longer.
11148
11149 2006-10-11  Chris Toshok  <toshok@ximian.com>
11150
11151         * XplatUIX11.cs (SetWindowPos): we need to update both position as
11152         well as size after calling XMoveResizeWindow.  This keeps us from
11153         ignoring future SetWindowPos calls.  Fixes the disappearing
11154         DateTimePicker in the ToolBarDockExample from bug #72499.
11155
11156 2006-10-11  Chris Toshok  <toshok@ximian.com>
11157
11158         * TextBoxBase.cs: reorder things a bit when it comes to
11159         resizing-causing-recalculation.  we were recalculating the
11160         document when our position was changed, which shouldn't happen.
11161         We only care about size changes.  Clear up some more redundant
11162         recalculation calls while I'm at it.  This makes the toolbar dock
11163         example snappy when you're just dragging toolbars around (since it
11164         causes a relayout whenever you move one.)
11165
11166 2006-10-11  Chris Toshok  <toshok@ximian.com>
11167
11168         * ToolBarButton.cs (get_Rectangle): this only returns
11169         Rectangle.Empty if Visible == false, or Parent == null.
11170         Parent.Visible doesn't matter.
11171
11172 2006-10-10  Chris Toshok  <toshok@ximian.com>
11173
11174         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
11175         by .net 1.1, so switch to an internal method instead.
11176
11177 2006-10-10  Chris Toshok  <toshok@ximian.com>
11178
11179         * Control.cs (WM_PAINT): when a control is double buffered we draw
11180         initially to the ImageBuffer and then copy from there.  But when a
11181         parent control which has child controls is double buffered, the
11182         initial drawing doesn't encompass the entire ClientRectangle of
11183         the parent control, so we end up with uninitialized bits (this is
11184         easily seen by dragging the top toolbar in
11185         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
11186         manually set the ClipRectangle of the paint_event (only the one we
11187         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
11188         of the nastiness in bug #72499.
11189
11190         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
11191         which we use in Control.cs's WM_PAINT handling.
11192
11193 2006-10-10  Jackson Harper  <jackson@ximian.com>
11194
11195         * TextBoxBase.cs: Finish off the autoscrolling stuff.
11196
11197 2006-10-10  Chris Toshok  <toshok@ximian.com>
11198
11199         * Cursor.cs: Apply a slightly different patch to the one suggested
11200         in #79609.
11201
11202 2006-10-10  Jackson Harper  <jackson@ximian.com>
11203
11204         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
11205         not the parent form.
11206         * TextControl.cs: use difference in old line count vs new count to
11207         calculate how many lines were added, this takes into account soft
11208         line breaks properly.
11209
11210 2006-10-10  Chris Toshok  <toshok@ximian.com>
11211
11212         * LinkLabel.cs: don't call MeasureCharacterRanges against a
11213         rectangle located at 0,0 and the size of the text.  Use
11214         ClientRectangle instead.  This fixes rendering of non-left aligned
11215         link labels.
11216
11217 2006-10-10  Jackson Harper  <jackson@ximian.com>
11218
11219         * TextBoxBase.cs: When we set the selection start position the
11220         caret.
11221         * TextControl.cs: Need to update the caret when we decrement it to
11222         zero.
11223         - Make sure that the selection_visible flag gets reset to false if
11224         the selection isn't visible.  Before this you could get it set to
11225         visible by changing the selection start, then changing the end to
11226         equal the start.
11227
11228 2006-10-09  Jackson Harper  <jackson@ximian.com>
11229
11230         * TreeView.cs: Don't update scrollbars when we aren't visible.
11231         * TreeNodeCollection.cs: Only need to update scrollbars if being
11232         added to an expanded visible node or the root node.
11233
11234 2006-10-09  Chris Toshok  <toshok@ximian.com>
11235
11236         * XplatUIX11.cs (SendMessage): fix NRE.
11237
11238 2006-10-09  Jackson Harper  <jackson@ximian.com>
11239
11240         * TextBoxBase.cs: Implement horizontal autoscrolling.
11241         * TextControl.cs: Add a movement types that allows moving forward
11242         and backwards without wrapping.
11243
11244 2006-10-09  Mike Kestner  <mkestner@novell.com>
11245
11246         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
11247         with focus "expansion" of labels.  Fixes #79532 and then some.
11248         * ThemeWin32Classic.cs : add LineLimit to ListView label format
11249         when wrapping.
11250
11251 2006-10-09  Jackson Harper  <jackson@ximian.com>
11252
11253         * TextBoxBase.cs: Set the default max values to MaxValue since
11254         we use the scrollbar for autoscrolling and the default value is
11255         100.  If we don't do this the caret won't keep up with typing
11256         after about 18 characters.
11257         * TextControl.cs: Make sure the selection is offset by the
11258         viewport x.  This fixes selection when using auto scrolling.
11259
11260 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
11261         
11262         * Form.cs: The active control should be selected after the 
11263         OnLoad so that any child control initialization that affects
11264         the selection is done. Fixes #79406
11265
11266 2006-10-06  Chris Toshok  <toshok@ximian.com>
11267
11268         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
11269         to have no evil effects.
11270
11271         - Stop selecting StructureNotifyMask on non-toplevel windows.
11272
11273           The only way children should be resized is by using the SWF api,
11274           and we already send WM_WINDOWPOSCHANGED messages in those cases.
11275           Toplevel windows can be interacted with via the window manager,
11276           and so we keep the input mask there.
11277
11278           The other event StructureNotifyMask gives us (that we care
11279           about) is DestroyNotify.  The code is already structured such
11280           that it assumes we won't be getting a DestroyNotify event for
11281           the window we pass to XDestroyWindow (which is what
11282           StructureNotifyMask is supposed to guarantee.)  So, that code
11283           shouldn't be affected by this either.
11284
11285         - Stop selecting VisibilityChangeMask altogether.
11286
11287           We weren't doing anything with the resulting events anyway.
11288         
11289         This vastly reduces the number of X requests and events we see
11290         when resizing/laying out a large ui.
11291
11292 2006-10-06  Chris Toshok  <toshok@ximian.com>
11293
11294         * ScrollableControl.cs (DisplayRectangle): we need to take into
11295         account the DockPadding regardless of whether or not auto_scroll
11296         == true.  rework this slightly to this effect, and fix bug #79606,
11297         and part of #72499 (you can now see the drag handles and drag
11298         toolbars around).
11299
11300 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
11301
11302         * ListViewItem.cs: Collections of selected and checked items are now
11303         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
11304         we mark the collection "dirty".
11305         * ListView.cs: Marked collections readonly. Modified UpdateSelection
11306         to only clear SelectedItems when a new item is selected and MultiSelect
11307         is enabled. CheckedItems and SelectedItems now subscribe to Changed
11308         event of ListViewItemCollection, and mark its list dirty whenever
11309         that event is fire. This allows us to return selected/checked items 
11310         in the same order as they are in the Items collection. This matches
11311         the MS behavior.
11312
11313 2006-10-06  Chris Toshok  <toshok@ximian.com>
11314
11315         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
11316         right mouse clicks.  Fixes bug #79593.
11317
11318 2006-10-06  Chris Toshok  <toshok@ximian.com>
11319
11320         * Splitter.cs: doh, fix splitters that don't want to cancel the
11321         movement when you drag them.  Also, impose the limits on the
11322         values we send to the SplitterMovingEvent.  Fixes #79598.
11323
11324 2006-10-06  Jackson Harper  <jackson@ximian.com>
11325
11326         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
11327         since we use this for auto scrolling also.
11328
11329 2006-10-05  Chris Toshok  <toshok@ximian.com>
11330
11331         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
11332         beginning to think that most datagrid column types don't need this
11333         method.  Fixes bug #79392.
11334
11335 2006-10-05  Chris Toshok  <toshok@ximian.com>
11336
11337         * DataGrid.cs: move back to a more lazy scheme for creating the
11338         CurrencyManager, so we aren't updating it every time you set
11339         either DataSource or DataMember.  Also, don't call
11340         RecreateDataGridRows if the currency manager hasn't changed.
11341
11342 2006-10-05  Chris Toshok  <toshok@ximian.com>
11343
11344         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
11345         emitted, SelectedIndex should already be updated.  Fixes bug
11346         #78929.
11347
11348 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
11349
11350         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
11351           ToolStripTextBox.cs: Initial commit.
11352         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
11353
11354 2006-10-05  Jackson Harper  <jackson@ximian.com>
11355
11356         * TabControl.cs: We need to invalidate the tab control area when
11357         new ones are added (duh).
11358
11359 2006-10-03  Chris Toshok  <toshok@ximian.com>
11360
11361         * Form.cs (ProcessDialogKey): if the focused control is in this
11362         form and is a button, call its PerformClick method here.  Fixes
11363         #79534.
11364
11365 2006-10-04  Jackson Harper  <jackson@ximian.com>
11366
11367         * TabPage.cs: Ignore setting of Visible, and add an internal
11368         method for setting the controls visibility.  TabPage's Visible
11369         property is a little strange on MS, this seems to make us
11370         compatible, and fixes cases where people set all the tab pages to
11371         visible.
11372         * TabControl.cs: Use the new internal setting on tab pages
11373         visibility.
11374
11375 2006-10-03  Mike Kestner  <mkestner@novell.com>
11376
11377         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
11378
11379 2006-10-03  Mike Kestner  <mkestner@novell.com>
11380
11381         * ListView.cs : use is_visible instead of Visible to check if 
11382         scrollbars should be placed/sized.  Also some max_wrap_width
11383         love for LargeIcon view.  [Fixes #79533]
11384
11385 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
11386
11387         * TextControl.cs :
11388           Make set_TextAlign() do actually update the align. Fixed #78403.
11389
11390 2006-10-03  Chris Toshok  <toshok@ximian.com>
11391
11392         * DataGrid.cs: fix a crash when switching datasources if the
11393         vertical scrollbar is at someplace other than Value = 0.  Also,
11394         reduce the number of recalculation passes we do in SetDataSource
11395         from 2 to 1.
11396
11397 2006-10-03  Jackson Harper  <jackson@ximian.com>
11398
11399         * TextBoxBase.cs: Move the if value the same bail check up, we
11400         don't want to empty the document if it is already empty, this
11401         seems to severly mess up the caret.  TODO: I should probably fix
11402         the empty statement to update teh caret somehow.
11403
11404 2006-10-03  Chris Toshok  <toshok@ximian.com>
11405
11406         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
11407         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
11408         reflection, an internal row type, properties on said type, etc.)
11409         will work with our datagrid.  Fixes #79531.
11410
11411 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
11412
11413         * FileDialog.cs: Don't crash if a path is not accessible
11414           (System.UnauthorizedAccessException). Fixes #79569.
11415         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
11416           a ':' too. Return unknown icon for those paths/files.
11417
11418 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
11419
11420         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
11421         GetContainerControl returns null.
11422
11423 2006-10-02  Chris Toshok  <toshok@ximian.com>
11424
11425         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
11426         call to XGetWindowAttributes instead of "handle".  fixes an X
11427         error using notifyicon after the NotifyIconWindow to Form base
11428         class switch.
11429
11430 2006-10-02  Chris Toshok  <toshok@ximian.com>
11431
11432         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
11433         server grab and looping we need to do to get down to the most
11434         deeply nested child window.
11435         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
11436         QueryPointer again after the WarpPointer so we can generate a
11437         proper (fake) MotionNotify event to be enqueued in the destination
11438         window's queue.
11439         (GetCursorPos): call QueryPointer.
11440
11441         Fixes #79556.
11442
11443 2006-10-02  Jackson Harper  <jackson@ximian.com>
11444
11445         * NotifyIcon.cs: Derive the notify icon from a form, so things
11446         like FindForm work on it.
11447         - Swallow the WM_CONTEXTMENU message, since that is generated on
11448         mouse down, and context menu is a mouse up kinda guy.  I believe
11449         the correct fix here is probably to make the notify icon entirely
11450         NC area, but this seems to work fine for anyone not manipulating
11451         WndProc.
11452
11453 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
11454
11455         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
11456           ToolStripItemCollection.cs, ToolStripLabel.cs,
11457           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
11458           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
11459           Initial implementation.
11460         * TextRenderer.cs: Provide padding to MeasureText.
11461
11462 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
11463
11464         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
11465         of ButtonBaseAccessibleObject. Fix bug #79552.
11466
11467 2006-10-02  Jackson Harper  <jackson@ximian.com>
11468
11469         * MdiWindowManager.cs: When maximizing use the containers client
11470         rect, not it's bounds, so nc area is accounted correctly.
11471         - Use the parent form's size for the menu position, since the
11472         client isn't always the full form size.
11473
11474 2006-10-01  Chris Toshok  <toshok@ximian.com>
11475
11476         * ScrollableControl.cs: make sure neither right_edge or
11477         bottom_edge are < 0, since they're used as LargeChange for the
11478         horiz/vert scrollbars respectively.  Fixes #79539.
11479
11480 2006-10-01  Chris Toshok  <toshok@ximian.com>
11481
11482         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
11483         the xplatuix11 code can cause us to destroy/recreate our handle.
11484
11485         * XplatUIX11.cs
11486         (SystrayAdd):
11487         - this code can be invoked many times for the same Hwnd.  Make
11488           sure we only destroy the client window once (the first time this
11489           method is called).  This fixes bug #79544.
11490         - Remove the call to the improperly bound XSync.  why we had two
11491           bindings to this, I will never know, but this call resulted in
11492           events being discarded from the queue(!).
11493         - correct a misunderstanding of _XEMBED_INFO - the second atom is
11494           not our current state but the state we wish to be in.  So, 0 if
11495           we don't want to be mapped.  Change it to 1.
11496         (SystrayRemove): The XEMBED spec makes mention of the fact that
11497         gtk doesn't support the reparent of client windows away from the
11498         embedder.  Looking at gtksocket-x11.c seems to agree with this.
11499         The only avenue we have for removing systray icons is to destroy
11500         them.  We don't want the handle to go away for good, though, so
11501         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
11502         #79545.
11503         
11504 2006-10-01  Chris Toshok  <toshok@ximian.com>
11505
11506         * Form.cs (WndProc): inline the native_enabled variable usage into
11507         the cases in which it's used.  Fixes #79536.
11508
11509 2006-09-29  Mike Kestner  <mkestner@novell.com>
11510
11511         * ListView.cs : toggle the selection state for ctrl clicks in 
11512         multiselect mode. [Fixes #79417]
11513
11514 2006-09-29  Mike Kestner  <mkestner@novell.com>
11515
11516         * ListView.cs : kill CanMultiSelect and refactor the selection
11517         code to support multiselection in the absence of mod keys. Steal
11518         arrow/home/end keys by overriding InternalPreProcessMessage to
11519         restore regressed keynav behavior.
11520         [Fixes #79416]
11521
11522 2006-09-29  Jackson Harper  <jackson@ximian.com>
11523
11524         * MdiClient.cs: Repaint the titlebars when the active window is
11525         changed.
11526
11527 2006-09-29  Chris Toshok  <toshok@ximian.com>
11528
11529         * Application.cs: when entering a runloop with a modal, make sure
11530         the hwnd is enabled.  Fixes #79480.
11531
11532 2006-09-29  Chris Toshok  <toshok@ximian.com>
11533
11534         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
11535         when ListManager.CanAddRows == false, bump us back one.
11536
11537         * DataGridColumnStyle.cs (ParentReadOnly): remove the
11538         listmanager.CanAddRows check.  This makes ArrayLists uneditable
11539         using a datagrid, which is not right.
11540         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
11541         is an IEditable, but call property_descriptor.SetValue regardless.
11542         fixes #79435.
11543
11544 2006-09-29  Chris Toshok  <toshok@ximian.com>
11545
11546         * DataGridBoolColumn.cs: we need to test equality in the face of
11547         possible null values (as is the case with the default NullValue).
11548         This patch keeps us from crashing in that case.
11549
11550 2006-09-29  Jackson Harper  <jackson@ximian.com>
11551
11552         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
11553         here, since it will get called for every node collection in the
11554         tree. This is now done in the treeview once the sorting is
11555         finished.
11556         * TreeView.cs: Recalculate the visible order, and update the
11557         scrollbars after sorting, set the top nope to the root so that the
11558         recalc actually works.
11559
11560 2006-09-29  Chris Toshok  <toshok@ximian.com>
11561
11562         * LinkLabel.cs: more handling of the default link collection in
11563         the face of LinkArea manipulation.  The default link collection
11564         contains 1 element (start=0,length=-1).  If the user sets LinkArea
11565         to anything and the links collection is the default, clear it.
11566         Then only add the link if its nonempty.  Fixes #79518.
11567
11568 2006-09-29  Chris Toshok  <toshok@ximian.com>
11569
11570         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
11571         piece correctly when we hit a '\n'.  Fixes #79517.
11572
11573 2006-09-29  Chris Toshok  <toshok@ximian.com>
11574
11575         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
11576         change the binding of gdk_init_check to take two IntPtr's, and
11577         pass IntPtr.Zero for both of them.  Fixes #79520.
11578
11579 2006-09-29  Mike Kestner  <mkestner@novell.com>
11580
11581         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
11582         [Fixes #78779]
11583
11584 2006-09-28  Jackson Harper  <jackson@ximian.com>
11585
11586         * XplatUIX11.cs: When translating NC messages make sure we go from
11587         whole window to screen, not client window to screen.
11588         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
11589         method doesn't exist
11590         - Skip over controls that aren't forms when arranging.
11591
11592 2006-09-28  Jackson Harper  <jackson@ximian.com>
11593
11594         * XplatUIWin32.cs: Clip the rect to the parent window.
11595         * XplatUIStructs.cs: Add clipping modes struct.
11596         * InternalWindowManager.cs: New private method that factors title
11597         bar heights in when calculating the pos of an NC mouse message.
11598         - Use SendMessage to force a paint when the form's size is changed
11599         instead of painting the decorations immediately.
11600         - Don't let the NC button click messages get to DefWndProc,
11601         because they will attempt to handle windowing themself, and this
11602         messes up z-order (it will put them in front of the scrollbars).
11603         * XplatUIX11.cs: Make sure that we don't reset window managers if
11604         we already have one (ie the window is an MDI window).
11605
11606 2006-09-28  Chris Toshok  <toshok@ximian.com>
11607
11608         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
11609         menu code really needs going over.
11610
11611 2006-09-27  Chris Toshok  <toshok@ximian.com>
11612
11613         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
11614         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
11615         window is maximizable.  So, we need to make sure that even if we
11616         clear the border/wm frame of those functions, they're still
11617         available (basically, we remove the decoration without removing
11618         the function).  Half the fix for #79338.
11619
11620 2006-09-27  Chris Toshok  <toshok@ximian.com>
11621
11622         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
11623         Fixes bug #79515.
11624
11625 2006-09-27  Chris Toshok  <toshok@ximian.com>
11626
11627         * Splitter.cs: reorder things a bit so that we don't actually
11628         draw/move the splitter until after calling OnSplitterMoving.  This
11629         lets users cancel/disallow the movement by explicitly setting
11630         event.SplitX/SplitY.  Fixes #79372.
11631
11632 2006-09-27  Jackson Harper  <jackson@ximian.com>
11633
11634         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
11635         because it is most likely on a window being destroyed, and that
11636         will give us an X11 error.
11637
11638 2006-09-27  Chris Toshok  <toshok@ximian.com>
11639
11640         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
11641         the dropdown button now toggles between showing and hiding the
11642         dropdown.  Also, get rid of dropdown_form_showing and just use
11643         dropdown_form.Visible.  We still don't do a grab, but I'll leave
11644         that part to someone who has handled Capture-fu before.
11645
11646 2006-09-27  Chris Toshok  <toshok@ximian.com>
11647
11648         * DataGrid.cs: return false if alt isn't pressed when '0' is
11649         pressed.  this keeps the '0' key from being swallowed, and fixes
11650         bug #79350.
11651
11652 2006-09-27  Chris Toshok  <toshok@ximian.com>
11653
11654         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
11655         Calling Refresh (in response to a scrollbar event) screws up the
11656         scrollbar painting.  Fixes bug #78923.
11657
11658 2006-09-27  Chris Toshok  <toshok@ximian.com>
11659
11660         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
11661         then insert into hashtable" blocks threadsafe.
11662
11663 2006-09-27  Chris Toshok  <toshok@ximian.com>
11664
11665         * MessageBox.cs (CreateParams): the styles should be |'ed with our
11666         baseclass's, since otherwise the
11667         ControlBox/MinimizeBox/MaximizeBox assignments above have no
11668         effect.  This gets the close button back in messageboxes.
11669
11670 2006-09-27  Chris Toshok  <toshok@ximian.com>
11671
11672         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
11673         flag, not just != 0.  this makes flags that are actually multiple
11674         bits (like WS_CAPTION) work.  fixes bug #79508.
11675
11676 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
11677
11678         * PageSetupDialog.cs: add support for getting and settings the 
11679         paper size, source and orientation.
11680
11681 2006-09-26  Chris Toshok  <toshok@ximian.com>
11682
11683         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
11684         and caption == "", we need to remove the resize handles as well as
11685         the title bar.
11686
11687         * Control.cs (set_Text): turns out that setting Text on a form
11688         should change the WM styles on the window, since if ControlBox ==
11689         false, the only way to get a window border is to have a non-""
11690         Text property.  check winforms/forms/text.cs for an example.  so,
11691         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
11692         update both window styles and title.  This fixes a lot of dialogs
11693         (including the preferences dialog in MonoCalendar.)
11694
11695 2006-09-26  Chris Toshok  <toshok@ximian.com>
11696
11697         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
11698         control isn't a Form), call Win32ShowWindow to hide the window,
11699         but don't update the control Visible property.  When we reparent
11700         back to a parent control, call SetVisible in order for the
11701         window's visibility to be reinstated.
11702
11703         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
11704         the FosterParent.
11705
11706         * Control.cs (ControlCollection.Remove): remove that value.Hide()
11707         call for good, since it breaks MonoCalendar (and other things I'm
11708         sure.) Also, set all_controls to null *after* the owner calls,
11709         which end up regenerating it.
11710         (ChangeParent): allow new_parent to be == null, passing
11711         IntPtr.Zero down to XplatUI.
11712
11713         this fixes #79294 the right way.
11714
11715 2006-09-26  Mike Kestner  <mkestner@novell.com>
11716
11717         * GridEntry.cs : internal SetParent method.
11718         * PropertyGrid.cs : attach to property changed on the proper
11719         target if we have a hierarchical grid with subobjects. Setup
11720         GridItem.Parent for hierarchical items.
11721         * PropertyGridView.cs : Set value on the correct target for
11722         hierarchical grids. [Fixes #78903]
11723
11724 2006-09-26  Chris Toshok  <toshok@ximian.com>
11725
11726         * Control.cs (ChildNeedsRecreating): this should return true if
11727         either we're being recreated and the child is in our list, or our
11728         parent is waiting for our recreation.
11729
11730 2006-09-26  Chris Toshok  <toshok@ximian.com>
11731
11732         * Control.cs (ControlCollection.Remove): reinstate the
11733         value.Hide() call as suggested in bug #79294.
11734
11735 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
11736
11737         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
11738         coordinates (versus a relative move).
11739
11740 2006-09-26  Chris Toshok  <toshok@ximian.com>
11741
11742         * Control.cs: rework child recreation a little bit.  It turns out
11743         that we race between the DestroyNotify the WM_DESTROY message.  If
11744         the parent gets its DestroyNotify before the child gets the
11745         WM_DESTROY message, the child ends up not recreating (since the
11746         parent finishes its recreation on DestroyNotify, and the child
11747         checks ParentIsRecreating.)
11748
11749         So, instead we store off a list of all the child controls which
11750         need to be recreated when the parent control starts to recreate
11751         itself.  Then, when child controls get their WM_DESTROY message we
11752         check to see if they're in the parent's pending recreation list,
11753         and if so, we recreate.  This removes all dependency on ordering
11754         from the code and fixes the initial MonoCalendar upgrade dialog.
11755         
11756 2006-09-26  Jackson Harper  <jackson@ximian.com>
11757
11758         * TextControl.cs: Use the Line to get the length of the line,
11759         since soft line breaks can change the end line.
11760
11761 2006-09-26  Chris Toshok  <toshok@ximian.com>
11762
11763         * Control.cs (ControlCollection.AddImplicit): don't add the
11764         control again if it's already in one of our lists.  This keeps us
11765         from adding controls over and over again for comboboxes when their
11766         handle gets recreated (as the combobox adds implicit controls in
11767         OnHandleCreated).  Fixes the X11 errors in bug #79480.
11768
11769 2006-09-26  Jackson Harper  <jackson@ximian.com>
11770
11771         * TextControl.cs: When deleting characters make sure that any
11772         orphaned zero lengthed tags get deleted.
11773         - Fix ToString for zero lengthed tags.
11774
11775 2006-09-25  Jackson Harper  <jackson@ximian.com>
11776
11777         * TextControl.cs: When getting a tag at the location there can be
11778         multiple tags at the same spot, these are 0-lengthed tags that
11779         appear when extra formatting has been stuck in a location.  We
11780         need to pull out the last of these 0 lengthed tags.
11781
11782 2006-09-25  Jackson Harper  <jackson@ximian.com>
11783
11784         * TextControl.cs: Fix print out in debug method.
11785         * TextBoxBase.cs: When text is set bail if we are setting to the
11786         previous value.
11787         
11788 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
11789
11790         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
11791           It is now possible to change the selected index in a FontXXXListBox
11792           with the up and down arrow keys from the FontXXXTextBoxes.
11793           Also, send the FontXXXTextBox mouse wheel event to the corresponding
11794           FontXXXListBoxes to match ms.
11795
11796 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
11797
11798         * SystemInformation.cs: Return a clone of the theme's MenuFont because
11799         anyone can dispose it, anytime. All other properties returns enums, 
11800         structs or basic types so they don't need such tricks.
11801
11802 2006-09-22  Jackson Harper  <jackson@ximian.com>
11803
11804         * XplatUI.cs:
11805         * XplatUIWin32.cs:
11806         * Clipboard.cs:
11807         * DataFormats.cs:
11808         * XplatUIOSX.cs:
11809         * XplatUIDriver.cs: Update interface to add a primary selection
11810         flag, so the driver can use the primary selection buffer if
11811         needed.
11812         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
11813
11814         * RichTextBox.cs: We need to supply the data object to paste now
11815         (so we can choose to supply CLIPBOARD or PRIMARY).
11816         * TextBoxBase.cs: Supply data object to paste (see above).
11817         - Middle click uses the primary selection data object.
11818         
11819 2006-09-21  Chris Toshok  <toshok@ximian.com>
11820
11821         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
11822         of SetWMStyles.  It's still a rat's nest and is largely
11823         order-dependent which I dislike immensely.  This also fixes the X
11824         button disappearing from toplevel forms.
11825
11826 2006-09-21  Mike Kestner <mkestner@novell.com>
11827
11828         * ListBox.cs: move Jordi's click/dblclick raising code to the
11829         mouse up handler.
11830
11831 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
11832
11833         * ListBox.cs: Fixes 79450
11834
11835 2006-09-21  Mike Kestner <mkestner@novell.com>
11836
11837         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
11838         to deal with people updating the TreeNodeCollection after the tree
11839         is disposed.  "Fixes" 79330.
11840
11841 2006-09-20  Jackson Harper <jackson@ximian.com>
11842
11843         * TextControl.cs: Push the cursor record onto the undo stack
11844         before the delete action. This fixes 78651.
11845
11846 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
11847
11848         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
11849         CreateParams. Fixes 79329.
11850
11851 2006-09-19  Chris Toshok  <toshok@ximian.com>
11852
11853         * XplatUIX11.cs: a couple of blanket code massage passes to clean
11854         things up a bit.  First, get rid of the NetAtoms array (and the NA
11855         enum), and just embed the atoms as static fields.  Also, add a
11856         couple of functions (StyleSet and ExStyleSet) to clean up all the
11857         bitmask testing of styles.
11858
11859         * X11Structs.cs: remove the NA enum, not needed anymore.
11860         
11861 2006-09-19  Chris Toshok  <toshok@ximian.com>
11862
11863         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
11864         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
11865         added cleanup to get MessageBox titles appearing again, which were
11866         broken by my earlier fix for caption-less/ControlBox-less windows.
11867
11868 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
11869
11870         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
11871           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
11872           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
11873           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
11874           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
11875           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
11876           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
11877           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
11878           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
11879           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
11880           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
11881             Inital import.
11882         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
11883           ToolStripButton.cs: Stubs needed for above.
11884         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
11885
11886 2006-09-15  Chris Toshok  <toshok@ximian.com>
11887
11888         * XplatUIX11.cs:
11889         - make the MessageQueues hashtable Synchronized.
11890         
11891         - SendMessage: if the Hwnd is owned by a different thread, use the
11892         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
11893         thread.  Fixes bug #79201.
11894
11895 2006-09-15  Chris Toshok  <toshok@ximian.com>
11896
11897         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
11898         ControlBox == false, we disallow maximize/minimize/close.  If the
11899         form Caption is "" we also disallow move (and get rid of the Title
11900         decoration).  Unfortunately, regardless of how things are set,
11901         we're stuck with the Title and WM menu.
11902
11903 2006-09-15  Chris Toshok  <toshok@ximian.com>
11904
11905         * Application.cs: add locking around the static message_filters
11906         ArrayList, part of #79196.
11907
11908 2006-09-15  Chris Toshok  <toshok@ximian.com>
11909
11910         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
11911         Form.ControlBox == false, the window has no titlebar nor resize
11912         handles.  fixes bug #79368.
11913
11914 2006-09-15  Chris Toshok  <toshok@ximian.com>
11915
11916         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
11917         >= 0.  Fixes bug #79370.
11918
11919 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
11920         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
11921         * Control.cs:
11922             Add properties: LayoutEngine, Margin, DefaultMargin.
11923             Add method: GetPreferredSize.
11924             Move layout logic from PerformLayout to layout engines. 
11925
11926 2006-09-13  Chris Toshok  <toshok@ximian.com>
11927
11928         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
11929         fix for #79326 broke #78718, so this change addresses that.
11930
11931         - in SendWMDestroyMessages remove the call to
11932         CleanupCachedWindows, since we might be recreating the control and
11933         need to maintain the references to right Hwnd handles.  Also, set
11934         the zombie flag to true for each of the children in the hierarchy
11935         instead of calling hwnd.Dispose.  This will cause GetMessage to
11936         ignore all events for the window except for DestroyNotify.
11937
11938         - In GetMessage, ignore messages except for DestroyNotify for
11939         zombie hwnds.
11940         
11941         * Control.cs: revert the is_recreating fix from the last
11942         ChangeLog.  It's definitely "right", but it breaks switching from
11943         an MDI form to a non-MDI form.  Will need to revisit that.
11944
11945         * Hwnd.cs: add a zombie flag, which means "the
11946         client_window/whole_window handles are invalid, but we're waiting
11947         for the DestroyNotify event to come in for them".  Set the flag to
11948         false explicitly if setting WholeWindow/ClientWindow, and also
11949         when Disposing.
11950         
11951 2006-09-13  Chris Toshok  <toshok@ximian.com>
11952
11953         * XplatUIX11.cs: rework window destruction slightly.
11954
11955         - when destroying the windows associated with a control, we don't
11956         need 2 separate XDestroyWindow calls.  Just the one for the
11957         whole_window (or for client_window if whole_window is somehow
11958         IntPtr.Zero -- can this happen?) is enough.
11959
11960         - reworked SendWMDestroyMessages slightly, so we always dispose
11961         the child control hwnd's after sending the messages.
11962         
11963         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
11964         the two places it was used (one was even using hwnd.Handle and the
11965         other hwnd.client_window.  ugh), adding another call in
11966         SendWMDestroyMessages.  We need this new call because now the
11967         DestroyNotify events in the queue will be ignored for the child
11968         controls (as their hwnd's were disposed, and the window id's
11969         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
11970
11971         - this fixes bug #79326.
11972
11973 2006-09-13  Chris Toshok  <toshok@ximian.com>
11974
11975         * Control.cs: don't always set is_recreating to false at the end
11976         of RecreateHandle, since sometimes we're not done (and won't be
11977         until WndProc handles the WM_DESTROY message).  Also, set
11978         is_recreating to false in the WM_DESTROY handling code.  Part of
11979         the fix for bug #79326.
11980
11981 2006-09-13  Miguel de Icaza  <miguel@novell.com>
11982
11983         * X11DesktopColors.cs: Start the droppage of debugging messages.
11984
11985         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
11986
11987 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
11988
11989         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
11990
11991 2006-09-12  Chris Toshok  <toshok@ximian.com>
11992
11993         * DataGrid.cs (get_ListManager): if the list_manager is null, try
11994         to create it using SetDataSource.  Fixes bug #79151.
11995
11996 2006-09-11  Chris Toshok  <toshok@ximian.com>
11997
11998         * XEventQueue.cs: add a DispatchIdle property.
11999
12000         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
12001         either the queue is null, or the queue has DispatchIdle set to
12002         true.
12003         (DoEvents): set queue.DispatchIdle to false around the
12004         peek/translate/dispatch message loop in this method.  This keeps
12005         Application.Doevents from emitting idle events.  Part of the fix
12006         for #78823.
12007
12008 2006-09-11  Chris Toshok  <toshok@ximian.com>
12009
12010         * DataGrid.cs (set_DataSource): make this work for both the
12011         winforms/datagrid test and ReportBuilder.  It seems as though when
12012         we've created a ListManager (or maybe it's if we have a
12013         BindingContext?), when we set the DataSource it clears the
12014         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
12015         #79333.
12016
12017 2006-09-11  Chris Toshok  <toshok@ximian.com>
12018
12019         * XplatUIX11.cs: deal with queue being null, which happens in all
12020         the Clipboard functions.  Fixes one of the two problems mentioned
12021         in #78612.
12022
12023 2006-09-11  Chris Toshok  <toshok@ximian.com>
12024
12025         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
12026         button on various spots (including outside the menu) works closer
12027         to MS, and doesn't crash.  Fixes #79343.
12028
12029 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
12030
12031         * ListView.cs: Do not initialize item_sorter in init. To match MS,
12032         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
12033         and the internal comparer is set. When a new ListViewItemSorter is set,
12034         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
12035         was specified. No further processing is necessary if SortOrder is set
12036         to it's current value. If Sorting is modified to None, and View is
12037         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
12038         (either custom or our internal ItemComparer) to null, on 1.0 profile
12039         only set item_sorter to null if its our internal IComparer. If Sorting
12040         is modified to Ascending or Descending, then use our internal IComparer
12041         if none is set, and if the current IComparer is our internal one then:
12042         on 2.0 profile always replace it with one for new Sorting, and on 1.0
12043         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
12044         Enum.IsDefined to verify whether a valid View value is specified in
12045         its setter. Automatically sort listview items when listview is
12046         created. In Sort, do nothing if ListView is not yet created, or if
12047         no item_sorter is set (no Sorting was set, Sorting was explicitly set
12048         to None or ListViewItemSorter was set to null). Added Sort overload
12049         taking a bool to indicate whether the ListView should be redrawn when
12050         items are sorted (we use this in ListViewItemCollection to avoid double
12051         redraws). Modified our internal IComparer to take the sort order into
12052         account. In Add and AddRange methods of ListViewItemCollection, also
12053         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
12054         view), but use overload with noredraw option to avoid double redraw.
12055         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
12056         true when View is Tile, and do the same when attempting to set View to
12057         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
12058         for selected/checked indices, as it involves overhead when sorting is
12059         done while these collections are not used all that often. Instead
12060         we'll build the indices on demand. Modified IList implementation of
12061         CheckedIndexCollection to use public methods if object is int.
12062         Modified CheckedListViewItemCollection to hide checked items if
12063         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
12064         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
12065         IList implementation in SelectedIndexCollection to use public methods
12066         if object is int. Modified SelectedListViewItemCollection to hide
12067         selected items if listview is not yet created.
12068         * ListViewItem.cs: CheckedIndices list no longer needs to be
12069         maintained separately (see ListView changes). Also clone font, fixes
12070         test failure.
12071
12072 2006-09-11  Mike Kestner  <mkestner@novell.com>
12073
12074         * ComboBox.cs: if we are updating the contents of the currently
12075         selected index, refresh the control or the textbox selection.
12076         [Fixes #79066]
12077
12078 2006-09-11  Mike Kestner  <mkestner@novell.com>
12079
12080         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
12081         the 'specified' logic has been moved there.  This seems like a bug 
12082         in Control.cs, since our current SetBoundsCore completely ignores 
12083         the specified parameter.  Peter's commit seems to indicate that is 
12084         the way the MS control implementation works.  [Fixes #79325]
12085
12086 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
12087
12088         * XplatUI.cs: Set default_class_name to be composed
12089         of current domain id. This allows MWF to be loaded in multiple
12090         domains on Win32.
12091
12092 2006-09-09  Miguel de Icaza  <miguel@novell.com>
12093
12094         * X11Keyboard.cs: If we are unable to obtain the input method, do
12095         not call CreateXic to create the input context.   Should fix
12096         #78944/79276.
12097
12098 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
12099
12100         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
12101           Simplified gnome support by adding more pinvokes to get the
12102           icon for a file or mime type.
12103
12104 2006-09-08  Jackson Harper  <jackson@ximian.com>
12105
12106         * MenuAPI.cs: Deslect popup context menu items before closing the
12107         window, so that you don't see the previously selected item
12108         selected when you reopen the menu.
12109         * TextControl.cs: Update the cursor position even if we don't have
12110         focus.  This fixes typing in things like the ComboBox.  I'm not
12111         totally sure we should always set the visibility if we don't have
12112         focus, but couldn't find any corner cases where the cursor showed
12113         up when it shouldn't.
12114
12115 2006-09-08  Chris Toshok  <toshok@ximian.com>
12116
12117         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
12118         our arrays are length 256.  & 0xff before indexing.  Fixes the
12119         crash in bug #78077.
12120         
12121 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12122
12123         * ThemeWin32Classic.cs: 
12124         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
12125         is true. Handle that check box too.
12126
12127 2006-09-07  Chris Toshok  <toshok@ximian.com>
12128
12129         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
12130         79244.
12131
12132 2006-09-07  Chris Toshok  <toshok@ximian.com>
12133
12134         * Control.cs: in set_BackColor only do the work if
12135         background_color != value.
12136
12137         * XplatUIX11.cs: move the clearing of invalid areas (both client
12138         and nc) to the same block of code where we set (nc_)expose_pending
12139         to false.  That is, move it from PaintEventEnd to PaintEventStart,
12140         so things that cause invalidates from within OnPaint will trigger
12141         another call to OnPaint.  Fixes bug #79262.
12142
12143 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
12144
12145         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
12146         * FileDialog.cs: Fix typo
12147
12148 2006-09-07  Jackson Harper  <jackson@ximian.com>
12149
12150         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
12151         for tab pages if they have any.
12152
12153 2006-09-06  Mike Kestner  <mkestner@novell.com>
12154
12155         * Splitter.cs: use the "current" rect when finishing drag handle
12156         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
12157
12158 2006-09-06  Mike Kestner  <mkestner@novell.com>
12159
12160         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
12161         support offset splitters. [Fixes #79298]
12162
12163 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
12164
12165         * Mime.cs: Fixed a bug that could override the global mime type
12166           result.
12167
12168 2006-09-05  Jackson Harper  <jackson@ximian.com>
12169
12170         * TabControl.cs: Better calculation method for setting the slider
12171         pos. Prevents crashes on really wide tabs.
12172         - Draw Image on tab pages if an image list is used.
12173
12174 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12175
12176         * MonthCalendar.cs: When Font changes, the Size should be
12177         updated to fit the new font's space requirements.
12178
12179 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
12180
12181         * ListBox.cs: If the items are cleared with Items.Clear set
12182           top_index to 0.
12183
12184 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12185
12186         * MonthCalendar.cs: Handle arrow keys as input keys. Also
12187         fire DateChanged event instead of DateSelected event when
12188         the date was changed by keyboard interaction.
12189
12190 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12191
12192         * DateTimePicker.cs: Handle DateChanged for the associated
12193         month_calendar control, and set month_calendar.Font from 
12194         OnFontChanged method, as well as resize the height of the
12195         control when needed. Make PreferredHeight proportional.
12196
12197 2006-09-01  Chris Toshok  <toshok@ximian.com>
12198
12199         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
12200         properties.
12201
12202         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
12203
12204 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
12205
12206         * FileDialog.cs: Set ClientSize instead of window size, to allow space
12207           for decorations (Fixes #79219)
12208
12209 2006-09-01  Mike Kestner  <mkestner@novell.com>
12210
12211         * ComboBox.cs: first stab at sorting plus some selection handling
12212         fixes to bring us more in line with MS behavior.  Also switches back
12213         to index based selection.  Alternative patches for index-based 
12214         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
12215         and latency@gmx.de on bug 78848.  I assume they were similar to this
12216         code I've had simmering in my tree forever.
12217         [Fixes #78848]
12218
12219 2006-09-01  Chris Toshok  <toshok@ximian.com>
12220
12221         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
12222         when setting list position guard against ending up with a -1 index
12223         (the other part of the fix for #78812).  Should probably make sure
12224         we don't need the analogous fix in the ItemDeleted case.
12225
12226         * DataGrid.cs:
12227         - in SetDataSource, work around the fact that the way
12228         OnBindingContextChanged is invoked will cause us to re-enter this
12229         method.  I'll remove the hack once I investigate
12230         OnBindingContextChanged.
12231
12232         - fix the logic in set_DataSource and set_DataMember (basically
12233         what to do if the other of the two is null.)
12234         
12235         - in OnListManagerItemChanged, we need to take into account the
12236         edit row when deciding whether or not to call RecreateDataGridRows
12237         (part of the fix for #78812).
12238
12239 2006-09-01  Jackson Harper  <jackson@ximian.com>
12240
12241         * Splitter.cs: Don't do anything if there is no control to affect
12242         (prevents us from crashing in weird tet cases).
12243         * TreeView.cs: Bounding box for the mouse movement reverting
12244         focus/selection back to previously selected node.  This matches
12245         MS, and makes the tree a lot more useable.
12246         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
12247         use clipping so they are not drawn.  This fixes when the control
12248         is set to have a transparent background, or if it was over an
12249         image.
12250
12251 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
12252
12253         * MimeIcon.cs: Improved handling for reading default icons when
12254           using gnome (2.16 made it necessary). Check and read svg icons
12255           first, then 48x48 and then 32x32 icons.
12256
12257 2006-08-31  Chris Toshok  <toshok@ximian.com>
12258
12259         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
12260         visible.
12261
12262         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
12263         ProcessKeyPreview.  Fixes part of #77806.
12264
12265         * DataGrid.cs: big patch.
12266
12267         - revert the queueing up of DataSource/DataMember if inside
12268         BeginInit/EndInit calls.  That's not the way the datagrid achieves
12269         its delayed databinding.  Instead, call SetDataSource in
12270         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
12271         #78811.
12272
12273         - Also, it wasn't mentioned in #78811, but the test case exhibits
12274         behavior that was lacking in our datagrid implementation - Columns
12275         that have mapping names that don't exist in the datasource's
12276         properties aren't shown.  Yuck.  To fix this I added the bound
12277         field to the column style, and basically any calculation to figure
12278         out anything about columns uses a loop to find the bound columns.
12279         still need to investigate if I can cache an array of the bound
12280         columns or if the indices must be the same.
12281
12282         - When setting CurrentCell, we no longer abort if the cell being
12283         edited was in the add row.  This fixes the other part of #77806.
12284
12285         - The new code also fixes #78807.
12286         
12287         * ThemeWin32Classic.cs: perpetrate the same disgusting
12288         column.bound field hack, and only render bound fields.
12289
12290 2006-08-31  Chris Toshok  <toshok@ximian.com>
12291
12292         * DataGridColumnStyle.cs: add bound field.  this field is true if
12293         the datasource has a property corresponding to the mapping name.
12294
12295         * DataGridTableStyle.cs: set the bound field on the column styles
12296         depending on whether or not we have a column for that property.
12297
12298 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
12299
12300         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
12301           splitter control (fixes #79228)
12302
12303 2006-08-31  Chris Toshok  <toshok@ximian.com>
12304
12305         * DataGridColumnStyle.cs: we need to delay the assignment of
12306         property descriptor until the last possible moment due to the lazy
12307         databinding stuff in the datagrid.  Also, fix the exceptions
12308         thrown by CheckValidDataSource to match MS.
12309
12310 2006-08-31  Jackson Harper  <jackson@ximian.com>
12311
12312         * Form.cs: When activated select the active control, if there is
12313         no active control, we select the first control.
12314         * XplatUIX11.cs: If there is no focus control when we get a
12315         FocusIn event, find the toplevel form and activate it.  This
12316         occurs when you popup a window, it becomes the focus window, then
12317         you close that window, giving focus back to the main window.
12318
12319 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12320
12321         * MonthCalendar.cs: 
12322         * ThemeWin32Classic.cs: Cache Font in bold style, as well
12323         as StringFormat with Center alignments in MonthCalendar,
12324         instead of creating new ones when drawing the control. 
12325         Also, draw the month name in bold style.
12326
12327 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
12328
12329         * Control.cs:
12330           - PerformLayout(): It would seem MS performs the fill even if the 
12331             control is not visible (part of #79218 fix)
12332           - ResetBackColor(): Use the setter to reset the color, to allow
12333             overriders to catch the change.
12334         * Form.cs:
12335           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
12336           - CreateHandle(): dito (part of $79218 fix)
12337           - Don't set an icon if we have a dialog
12338         * ScrollableControl.cs:
12339           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
12340           - ScrollIntoView(): No need to scroll if control is already visible
12341             (resolves fixme and fixes #79218)
12342
12343 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12344
12345         * MonthCalendar.cs: Change proportions in SingleMonthSize
12346         to match the aspect of the original control.
12347
12348 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
12349
12350         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
12351           get updated when they get maximized.
12352
12353 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
12354
12355         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
12356
12357 2006-08-29  Chris Toshok  <toshok@ximian.com>
12358
12359         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
12360
12361 2006-08-29  Jackson Harper  <jackson@ximian.com>
12362
12363         * TreeView.cs: Need to track selected node and highlighted node,
12364         they aren't always the same thing, when the mouse is down on a
12365         node it is hilighted, but not selected yet.
12366         - Do the HideSelection stuff right
12367         - Need to focus on rbutton mouse down. And redraw selection when
12368         right click is mouse upped.
12369
12370 2006-08-29  Mike Kestner  <mkestner@novell.com>
12371
12372         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
12373         when SubItems.Count < Columns.Count.  [Fixes #79167]
12374
12375 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
12376
12377         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
12378
12379 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
12380
12381         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
12382           from X. Only send based on ConfigureNotify if we don't have the
12383           correct location in hwnd (if the window manager moved us)
12384
12385 2006-08-28  Mike Kestner  <mkestner@novell.com>
12386
12387         * ListView.cs: remove a TODO. 
12388         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
12389         [Fixes ListView part of #79166]
12390
12391 2006-08-28  Mike Kestner  <mkestner@novell.com>
12392
12393         * ListView.cs: move wheel handler to parent since it is focused
12394         instead of the item_control now.  [Fixes #79177]
12395
12396 2006-08-28  Mike Kestner  <mkestner@novell.com>
12397
12398         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
12399         when the control is focused. [Fixes #79171]
12400
12401 2006-08-28  Mike Kestner  <mkestner@novell.com>
12402
12403         * ListView.cs: size the item and header controls for empty and
12404         unscrollable views.
12405         * ThemeWin32Classic.cs: draw disabled backgrounds.
12406         [Fixes #79187]
12407
12408 2006-08-28  Chris Toshok  <toshok@ximian.com>
12409
12410         * Form.cs: remove unused "active_form" static field.
12411
12412         * Hwnd.cs: lock around accesses to static windows collection.
12413
12414         * Application.cs: lock threads in Exit ().
12415
12416 2006-08-28  Chris Toshok  <toshok@ximian.com>
12417
12418         * NativeWindow.cs: lock around accesses to window_collection.
12419         
12420 2006-08-28  Chris Toshok  <toshok@ximian.com>
12421
12422         * Control.cs: err, fix this the right way, by locking on controls
12423         when using it.  not by making it synchronized.
12424
12425 2006-08-28  Chris Toshok  <toshok@ximian.com>
12426
12427         * Control.cs: make the static "controls" field synchronized, as it
12428         gets updated from multiple threads.
12429
12430 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
12431
12432         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
12433           Prevent other threads from exiting when calling thread sets quit state.
12434         * XEventQueue.cs: Added PostQuitState property
12435
12436 2006-08-27  Chris Toshok  <toshok@ximian.com>
12437
12438         * AsyncMethodData.cs: add a slot for the window handle.
12439
12440         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
12441         window (the destination control's window, not the foster window).
12442
12443         * Control.cs (BeginInvokeInternal): store the window's handle in
12444         the AsyncMethodData.
12445         
12446
12447 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
12448
12449         * XplatUIX11.cs:
12450           - PostQuitMessage: Removed resetting S.D display handle, we might have
12451             another loop started after calling PostQuitMessage (Fixes #79119)
12452           - Created destructor to reset S.D handle
12453
12454 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
12455
12456         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
12457
12458 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12459
12460         * TextControl.cs (Insert): Update the caret position even if we don't
12461           have a handle yet, just don't call the driver in that case.
12462         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
12463           to the end of the new selection text (Fixes #79184)
12464
12465 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12466
12467         * Form.cs (Activate): Only activate if the handle is created)
12468         * Control.c:
12469           - Mark window as invisible when it's disposed
12470           - Check if window handle is created when setting window visible, 
12471             instead of relying just on the is_created variable
12472           - Check if object is disposed when creating the control (Fixes #79155)
12473
12474 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12475
12476         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
12477           when allowing layout again. Otherwise we re-generate the anchoring 
12478           distance to the border again and actually alter what the user wanted
12479           This is ugly, it'd be better if we used DisplayRectangle instead of
12480           ClientRectangle for Control.UpdateDistances, but that causes us to
12481           have other problems (initial anchoring positons would be wrong)
12482           (Fixes #78835)
12483
12484 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12485
12486         * Control.cs:
12487           - The size and location setters shouldn't go directly to 
12488             SetBoundsCore, but to SetBounds, which triggers layout on the
12489             parent, then calls SetBoundsCore. (Related to fix for #78835)
12490           - SetBounds: Moved actual location update code into this function
12491             from SetBoundsCore, to match MS. Added call to PerformLayout if
12492             we have a parent (to trigger resizing of anchored parents if the 
12493             child size has changed (see testcase for #78835) 
12494         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
12495           new control code
12496         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
12497
12498 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12499
12500         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
12501           System.Drawing when a toplevel window gets closed; there might
12502           be other toplevel windows belonging to the same app (Fixes #78052)
12503
12504 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
12505
12506         * FileDialog.cs: After reading FileDialog settings from mwf_config
12507           use Desktop prefix only if a real folder doesn't exist anymore.
12508         * FontDialog.cs: Added char sets.
12509           It is now possible to select the font, size or style with the
12510           textboxes.
12511
12512 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
12513
12514         * PrintPreviewDialog.cs: Use assembly name constants.
12515
12516 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12517
12518         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
12519           scrollbar from whacking it's buttons)
12520
12521 2006-08-24  Chris Toshok  <toshok@ximian.com>
12522
12523         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
12524         in this patch (aggregating setting Left/Top/Width/Height to
12525         setting Bounds on the scrollbars), but the crux of the fix is in
12526         Recalculate, where we scroll by the remaining scroll_position if
12527         we're hiding a scrollbar.  The 2*$5 reward in the comment is
12528         serious.
12529
12530 2006-08-24  Jackson Harper  <jackson@ximian.com>
12531
12532         * MdiClient.cs:
12533         * MdiWindowManager.cs: If the form is made a non-mdi window we
12534         need to remove the form closed event so that closing forms works
12535         correctly.
12536
12537 2006-08-24  Jackson Harper  <jackson@ximian.com>
12538
12539         * Control.cs: Make IsRecreating internal so that the driver can
12540         check it
12541         - Temporarily remove the Hide when controls are removed, its
12542         making a whole bunch of things not work because visibility isn't
12543         getting reset elsewhere correctly
12544         * Form.cs: Need to do a full handle recreation when the mdi parent
12545         is set.
12546         * XplatUIX11.cs: If we are recreating handles don't dispose the
12547         HWNDs.  What was happening is the handles were being recreated in
12548         SendWMDestroyMessages, but then flow continued on in that method
12549         and destroyed the new handles.
12550
12551 2006-08-23  Jackson Harper  <jackson@ximian.com>
12552
12553         * Form.cs: MdiClient is always at the back of the bus
12554         * Control.cs: When the order of items in the collection is changed
12555         we need to reset the all_controls array
12556         - do the same sorta setup thats done when adding a control when a
12557         control is set on the collection.
12558
12559 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
12560
12561         * TextBoxBase.cs (get_Text): Return an empty array if our document
12562           is empty (fixes #79052)
12563
12564 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12565
12566         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
12567           on WM_SYSCHAR messages (fixes #79053)
12568
12569 2006-08-23  Chris Toshok  <toshok@ximian.com>
12570
12571         * DataGrid.cs: fix flickering when scrolling vertically.
12572
12573 2006-08-23  Chris Toshok  <toshok@ximian.com>
12574
12575         * DataGrid.cs (EndEdit): only invalidate the row header when we
12576         need to.
12577
12578 2006-08-23  Chris Toshok  <toshok@ximian.com>
12579
12580         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
12581         methods.  fixes the flicker when scrolling around.
12582
12583 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12584
12585         * FileDialog.cs: Making sure the control is created before we get a 
12586           chance to use it with BeginInvoke (Fixes #79096)
12587
12588 2006-08-23  Chris Toshok  <toshok@ximian.com>
12589
12590         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
12591         width to use when painting the rows.
12592
12593 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
12594
12595         * TextBoxBase.cs:
12596           - Throw ArgumentException if a negative value is passed to SelectionLength
12597           - Update the selection end if start is moved. end needs to be always
12598             after start. (Fixes #79095)
12599           - Track selection length; MS keeps the selection length even if start
12600             is changed; reset on all other operations affection selection
12601
12602 2006-08-22  Jackson Harper  <jackson@ximian.com>
12603
12604         * TreeView.cs: Make sure both scrollbars get displayed and sized
12605         correctly when the other bar is visible.
12606         - Use the original clip rectangle for checking if the area between
12607         the two scrollbars is visible, not the viewport adjusted clipping
12608         rectangle.
12609
12610 2006-08-22  Jackson Harper  <jackson@ximian.com>
12611
12612         * Binding.cs: We don't use IsBinding because it requires the
12613         control to be created, which really shouldn't be necessary just to
12614         set a property on the control.
12615
12616 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12617
12618         * ComboBox.cs: Some CB.ObjectCollection methods must throw
12619         ArgumentNullReferenceException when the argument is null.
12620
12621 2006-08-21  Jackson Harper  <jackson@ximian.com>
12622
12623         * Timer.cs: Track the thread that the timer is started in (NOT
12624         CREATED), this way messages for it will only be triggered on its
12625         queue.
12626         * XEventQueue.cs: Track the timers here, this makes timers per
12627         thread, like MS.
12628         * XplatUIX11.cs: The timers are moved to the XEventQueue.
12629
12630 2006-08-19  Chris Toshok  <toshok@ximian.com>
12631
12632         * XplatUIX11.cs: after further communication with pdb, we get the
12633         best of both worlds.  SetZOrder working for un-Mapped windows, and
12634         no X errors for un-mapped windows.
12635
12636 2006-08-19  Chris Toshok  <toshok@ximian.com>
12637
12638         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
12639         as it was causing pdn toolbars to not have the correct stacking.
12640
12641 2006-08-18  Mike Kestner  <mkestner@novell.com> 
12642
12643         * ListView.cs : guard against negative ClientArea.Width in scrollbar
12644         calculation.  Not sure why control should ever be setting a negative
12645         width though.  Fixes #78931.
12646
12647 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12648
12649         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
12650         null items in ObjectCollection class.
12651         * ListBox.cs.: Likewise.
12652
12653 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
12654
12655         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
12656           as the base method in ThemeWin32Classic should work fine.
12657           Fixed bug #78607.
12658
12659 2006-08-18  Jackson Harper  <jackson@ximian.com>
12660
12661         * Binding.cs: When validating if the value entered doesn't convert
12662         properly reset to the old value.
12663         * RadioButton.cs: Don't fire click when we get focus.
12664
12665 2006-08-18  Jackson Harper  <jackson@ximian.com>
12666
12667         * FileDialog.cs: Paint the selection on the directory combobox the
12668         same way as on MS. 
12669
12670 2006-08-17  Jackson Harper  <jackson@ximian.com>
12671
12672         * ErrorProvider.cs: Don't allow the error control to be selected.
12673         * Control.cs: Don't send the SetFocus messages, the control
12674         activation will do this, and if we do it blindly here validation
12675         does not work.
12676
12677 2006-08-17  Jackson Harper  <jackson@ximian.com>
12678
12679         * Control.cs:
12680         * ContainerControl.cs: Make validation events fire in the correct
12681         order.  TODO: For some reason the first validation event is not
12682         getting fired.
12683
12684 2006-08-17  Mike Kestner  <mkestner@novell.com> 
12685
12686         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
12687
12688 2006-08-17  Mike Kestner  <mkestner@novell.com> 
12689
12690         * ComboBox.cs : implement scroll wheel support for popped-down
12691         state. Fixes #78945. 
12692
12693 2006-08-17  Jackson Harper  <jackson@ximian.com>
12694
12695         * TreeView.cs: Specify treeview actions (old patch that didn't get
12696         committed for some reason).
12697         - Don't let the mouse wheel scroll us too far.  Just want to make
12698         the bottom node visible, not scroll it all the ways to the top.
12699
12700 2006-08-17  Jackson Harper  <jackson@ximian.com>
12701
12702         * XplatUIX11.cs: Mouse wheel events go to the focused window.
12703
12704 2006-08-17  Mike Kestner  <mkestner@novell.com> 
12705
12706         * ComboBox.cs : don't do mouseover selection in simple mode.
12707
12708 2006-08-16  Jackson Harper  <jackson@ximian.com>
12709
12710         * Form.cs: Fire the closing events for all the mdi child windows
12711         when a window is closed.  If the cancel args are set to true, the
12712         main window still gets the event fired, but it doesn't not close.
12713         * MdiWindowManager.cs: Do this closing cleanup in a Closed
12714         handler, instead of when the button is clicked, so cancelling the
12715         close works correctly.
12716         * ComboBox.cs: Send the mouse down to the scrollbar.
12717
12718 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12719
12720         * ListBox.cs: When passing 'null' to SelectedItem,
12721         set SelectedIndex to -1, to unselect items. This is the
12722         observed behaviour in .Net.
12723
12724 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
12725
12726         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
12727           MS flags saying there won't be any. (fixes #78800)
12728         * Control.cs (HandleClick): Made virtual
12729
12730 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
12731
12732         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
12733           cultures. Fixed bug #78399.
12734
12735 2006-08-16  Jackson Harper  <jackson@ximian.com>
12736
12737         * Form.cs: Use the MdiClients MdiChildren property to access
12738         MdiChildren instead of creating the array from the child controls.
12739         * MdiClient.cs: Maintain a separate array of the mdi children, so
12740         that insertion order is maintained when the Z-order is changed.
12741
12742 2006-08-16  Mike Kestner  <mkestner@novell.com> 
12743
12744         * ListView.cs : add an ItemComparer and default to it for sorting.
12745         Fixes #79076, but sorting needs a complete overhaul to be compat with
12746         MS.
12747
12748 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
12749
12750         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
12751
12752 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12753
12754         * Hwnd.cs (Mapped): Properly traverse the tree
12755
12756 2006-08-15  Chris Toshok  <toshok@ximian.com>
12757
12758         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
12759         pass manager.Current.GetType() to ParseData.  It has to be the
12760         property type.  So, hold off doing the ParseData until we're in
12761         SetPropertyValue where we know the type.  This fixes the crash in
12762         #78821 but the textbox is still empty.
12763
12764 2006-08-15  Chris Toshok  <toshok@ximian.com>
12765
12766         * DataGrid.cs:
12767         - when we're scrolling, only call Edit() again if the
12768         current cell is still unobscured. Fixes bug #78927.
12769         - when handling mousedown on a cell, ensure the cell is visible
12770         before calling Edit.
12771         - remove the properties from DataGridRow, and remove the
12772         DataGridParentRow class altogether.
12773         
12774
12775 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12776
12777         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
12778           fire OnTextChanged by ourselves. There's no point calling base,
12779           we don't set the base value anywhere else. Fixes #78773.
12780
12781 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12782
12783         * ListBox.cs: Call CollectionChanged when modifying
12784         an item from Items indexer, to update the actual items
12785         in the list box.
12786
12787 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12788
12789         * PrintDialog.cs: Small fixes for focus and a pair of checks,
12790         to match .Net behaviour.
12791
12792 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12793
12794         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
12795
12796 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
12797
12798         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
12799
12800 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
12801
12802         * MessageBox.cs: Prevent potential NRE exception.
12803         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
12804
12805 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
12806
12807         * MessageBox.cs: Calculate the owner of a messagebox, also make
12808           it topmost. Fixes #78753
12809
12810 2006-08-14  Chris Toshok  <toshok@ximian.com>
12811
12812         * XplatUIX11.cs: A couple of fixes so that metacity will let us
12813         programmatically move windows.  first, set the PPosition hint as
12814         well as the USPosition hint.  Second include some code from pdb
12815         that sets the window type to NORMAL when we set the transient for
12816         hint.  This is because, in the absence of a window type, metacity
12817         thinks any window with TransientFor set is a dialog, and refuses
12818         to let us move it programmatically.  fascists.
12819
12820 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
12821
12822         * XplatUIX11.cs: When setting normal hints, take into consideration
12823           an different hints previously set so we don't delete them (fixes #78866)
12824
12825 2006-08-12  Chris Toshok  <toshok@ximian.com>
12826
12827         * ToolBarButton.cs: make Layout return a boolean, if something to
12828         do with the button's layout changed.
12829
12830         * ToolBar.cs:
12831         - add another parameter to Redraw, @force, which all existing
12832           calls set to true.
12833         - make the Layout function return a boolean which is true if the
12834           layout has actually changed.  Redraw now uses this (and @force)
12835           to determine when to invalidate.  At present the only place
12836           where @force can be false is the call from OnResize, when
12837           background_image == null.  So, resizing a toolbar when the
12838           layout doesn't change results in no drawing.
12839
12840 2006-08-12  Chris Toshok  <toshok@ximian.com>
12841
12842         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
12843         the VScrollBar and HScrollbar reversed.  oops.
12844
12845         * DataGrid.cs: fix the logic that assigns sizes to the implicit
12846         scrollbars.  we were assigning them twice (once in
12847         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
12848         therefore causing two scrollbar resizes (and redraws?) to happen
12849         per grid resize.
12850
12851 2006-08-12  Chris Toshok  <toshok@ximian.com>
12852
12853         * ToolBarButton.cs: redraw the entire button if the theme tells us
12854         to.
12855
12856         * Theme.cs: add ToolBarInvalidateEntireButton.
12857
12858         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
12859         buttons, just the border.
12860
12861         * ThemeNice.cs: redraw the entire toolbar button since we need to
12862         draw the highlight image.
12863
12864         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
12865         we need to redraw the entire button (not just the border).
12866
12867 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
12868
12869         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
12870           for vertical bars. Fixes the mismatches shown by #78513
12871
12872 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
12873
12874         * FileDialog.cs: If a saved/remembered path doesn't exist
12875           anymore, fall back to "Desktop".
12876
12877 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
12878
12879         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
12880           parent. It's apparently legal to not have one
12881         * XplatUIX11.cs:
12882           - SetZOrder: Don't try to set Z-Order on an unmapped window
12883           - CreateWindow: 0,0 are legal coordinates for a window. don't move
12884             it unless the coordinates are negative
12885
12886 2006-08-10  Mike Kestner  <mkestner@novell.com>
12887
12888         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
12889         when setting to null per msdn docs.  Fixes #78854.
12890
12891 2006-08-10  Chris Toshok  <toshok@ximian.com>
12892
12893         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
12894         flickering by setting a clip rectangle on the Graphics when we
12895         need to redraw just a particular menuitem.  Also, rename "OnClick"
12896         to "OnMouseDown" to reflect what it actually is.
12897         
12898         * Form.cs: track the OnMouseDown change.
12899
12900 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
12901
12902         * CommonDialog.cs: Properly inherit the CreateParams from the form
12903           and only change what we need. Fixes #78865
12904
12905 2006-08-10  Chris Toshok  <toshok@ximian.com>
12906
12907         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
12908         flickering in flat mode (and most of the flickering in general) by
12909         only invalidating the button border (and not the entire rectangle)
12910         when the state changes.  A couple of cases still flicker:
12911         ToggleButtons, and the dropdown arrow case when the user mouse
12912         ups.
12913
12914 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
12915
12916         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
12917           for german keyboards. Numlock state shouldn't affect the behaviour
12918           of the Del key. Fixes bug #78291.
12919
12920 2006-08-10  Chris Toshok  <toshok@ximian.com>
12921
12922         * ListControl.cs: remove the items.Clear line from BindDataItems,
12923         as this is the first thing done by both subclasses in their
12924         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
12925         passed -1, refresh the list.  This gets databinding working when
12926         the datasource is set on the list before the datasource is
12927         populated (as in wf-apps/ReportBuilder.)
12928
12929         * ComboBox.cs: remove the argument to BindDataItems.  This call
12930         should really go away, and be initiated by the ListControl code.
12931
12932         * ListBox.cs: same.
12933
12934 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
12935
12936         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
12937           if no data is in the document when the control is displayed
12938
12939 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
12940
12941         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
12942           yes (fixes #78806)
12943         * TextControl.cs: 
12944           - PositionCaret: Allow positioning of caret but don't call methods 
12945             requiring a handle if the window isn't created yet
12946           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
12947           - owner_HandleCreated: Don't position the caret, just update it's 
12948             location. User might have already set a different position
12949
12950 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
12951
12952         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
12953           windows. Screws up the returned coordinates for child windows. 
12954           Fixes #78825. I'm hoping this doesn't break something, since the
12955           code was explicitly put in 8 months ago, but no bug was attached.
12956           Menus still seem to work properly.
12957
12958 2006-08-08  Chris Toshok  <toshok@ximian.com>
12959
12960         * DataGrid.cs: make BeginInit/EndInit actually do what they're
12961         supposed to do - delay data binding until the EndInit call.  Also,
12962         make the table style collection's CollectionChangeAction.Refresh
12963         work properly.
12964
12965         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
12966         (with action = Refresh) when a consituent table's MappingName is
12967         changed.
12968
12969 2006-08-08  Chris Toshok  <toshok@ximian.com>
12970
12971         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
12972         Invalidate, since changing the text can change the size of the all
12973         toolbar buttons.
12974
12975 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
12976
12977         * Form.cs (AddOwnedForm): Still need to add the form to our listif
12978           we don't have it yet
12979
12980 2006-08-08  Chris Toshok  <toshok@ximian.com>
12981
12982         * PrintControllerWithStatusDialog.cs: don't .Close() the status
12983         dialog, as this causes X errors later on, since we actually
12984         destroy the window.  Instead, .Hide() it.
12985
12986 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
12987
12988         * ComboBox.cs: Added focus reflection for popup window
12989         * XplatUIX11.cs: 
12990           - Removed transient setting for non-app windows for now, not sure it
12991             was needed
12992           - Fixed logic checking if we have captions when deciding 
12993             override_redirect, WS_CAPTION is two bits and a 0 check was not
12994             sufficient
12995           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
12996             complicated
12997         * Form.cs: 
12998           - AddOwnedForm: Don't just add the form to the list, call the property
12999             to ensure the driver is informed about the ownership as well
13000           - CreateHandle: Set the TopMost status in the driver if we have an owner
13001         * XplatUI.cs: Fixed debug statement
13002
13003 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
13004         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
13005           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
13006           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
13007           TrackBarRenderer.cs: Make constructor private.
13008         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
13009         * ProfessionalColorTable.cs: Make properties virtual.
13010
13011 2006-08-06  Duncan Mak  <duncan@novell.com>
13012
13013         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
13014         is not changing.
13015
13016 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13017         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
13018           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
13019           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
13020           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
13021           Initial import of new 2.0 classes.
13022
13023 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13024         * Application.cs: Add 2.0 VisualStyles properties.
13025
13026 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13027         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
13028           XplatUIX11.cs: Create property to allow access to existing private
13029           variable "themes_enabled"
13030
13031 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13032
13033         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
13034         file size, as otherwise our class libraries fail using windows. Fixes
13035         bug #78759.
13036
13037 2006-08-04  Jackson Harper  <jackson@ximian.com>
13038
13039         * Form.cs:
13040         * XplatUIX11.cs: Move the toolwindow window manager creation into
13041         the X11 driver, this way on win32 we can let windows create/handle
13042         the toolwindows.
13043
13044 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13045
13046         * PrintDialog.cs: Remove some redundant checks, add some others,
13047         clean some code, and move the focus to the text boxes when the
13048         values are incorrect.
13049
13050 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
13051
13052         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
13053
13054 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
13055
13056         * NumericUpDown.cs: Setting the Minimum and Maximum is now
13057           handled correctly. Fixes bug #79001.
13058
13059 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13060
13061         * PrintDialog.cs: The "Copies" numeric up down must have
13062         set the Minimum property to 1; only if the value is bigger
13063         than 1, activate "Collate" check box. This is the behaviour of .Net.
13064         Also modify the Document elements only if it is not null.
13065
13066 2006-08-03  Jackson Harper  <jackson@ximian.com>
13067
13068         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
13069         length. (We have a larger array then actual node count).
13070                 
13071 2006-08-03  Jackson Harper  <jackson@ximian.com>
13072
13073         * ComboBox.cs: Don't show selection by default.
13074         - The SelectAll isn't needed here, since the focus code should do
13075         that
13076         - DDL style lists to manual selection drawing, so when they
13077         get/lose focus they have to invalidate.
13078
13079 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
13080
13081         * TextBoxBase.cs: Don't always show all selections by default.
13082
13083 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
13084         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
13085           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
13086           Fixed various typos.
13087
13088 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
13089
13090         * Control.cs: Removing the controls in a ControlCollection with
13091           Clear now hides the controls as expected. Fixes bug #78804. 
13092
13093 2006-08-03  Jackson Harper  <jackson@ximian.com>
13094
13095         * Control.cs: Revert previous focus patch, it breaks reflector.
13096
13097 2006-08-03  Jackson Harper  <jackson@ximian.com>
13098
13099         * ComboBox.cs: Cleanup selection and focus with the combobox.
13100         This also eliminates some duplicated keyboard code, since now
13101         everything is handled by the main class.
13102         - Make list selection work on mouse up instead of down, to match
13103         MS.
13104
13105 2006-08-02  Jackson Harper  <jackson@ximian.com>
13106
13107         * Control.cs: Setting focus needs to go through the whole
13108         selection mechanism.
13109
13110 2006-08-02  Chris Toshok  <toshok@ximian.com>
13111
13112         * PrintPreviewDialog.cs: change MinimumSize to use
13113         base.MinimumSize so it works.
13114
13115 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
13116
13117         * TextControl.cs:
13118           - UpdateCaret: Added sanity check in case caret isn't defined yet
13119           - Line.Delete: Now updating selection and caret markers if we're
13120             transfering a node (Properly fixes #78323)
13121           - SetSelectionEnd: Added sanity check
13122         * TextBoxBase.cs: Removed broken attempt to fix #78323
13123
13124 2006-08-01  Chris Toshok  <toshok@ximian.com>
13125
13126         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
13127         Close() call is handled in Form, not here.
13128
13129 2006-08-01  Chris Toshok  <toshok@ximian.com>
13130
13131         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
13132         layout/rendering.
13133
13134         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
13135         for sizes < 100% zoom.  The code now aggressively attempts to keep
13136         from calling document.Print (), and tries not to use the scaling
13137         g.DrawImage whenever possible (it still does if you scale to >
13138         100%, since usually that involves huge images).
13139
13140         * PrintPreviewControl.cs: hook up the close button.
13141
13142 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
13143         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
13144           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
13145           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
13146           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
13147           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
13148           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
13149           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
13150           Removed [Serializable] for 2.0 Event Handlers.
13151
13152 2006-07-31  Jackson Harper  <jackson@ximian.com>
13153
13154         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
13155         * TextControl.cs: Uncomment out the body of this method.
13156
13157 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
13158
13159         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
13160           standard cursors.
13161
13162 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13163
13164         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
13165           that embed TextBox and need selections visible even if textbox is not
13166           focused to enforce that behaviour.
13167         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
13168           selection drawing
13169
13170 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13171
13172         * TextControl.cs:
13173           - Added new SetSelectionStart/SetSelectionEnd overloads
13174           - Fixed viewport width assignment to be accurate
13175           - Adjusted alignment line shift calculations to allow cursor on right
13176             aligned lines to be always visible at the right border (like MS)
13177         * TextBoxBase.cs:
13178           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
13179           - TextBoxBase_SizeChanged: recalculating canvas on size changes
13180           - CalculateScrollBars: Use ViewPort size instead of window size, to
13181             properly consider space occupied by the border and scrollbars 
13182             (Fixes #78661)
13183           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
13184             calculations; no longer leaves artifacts
13185           - CaretMoved: Adjusted window scrolling to match MS and fixed several
13186             calculation bugs (Still missing right/center align calculations)
13187
13188 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
13189
13190         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
13191           use of both scroll rect and clip rect, as they do the same.
13192
13193 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13194
13195         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
13196           in the event handler (fixes #78912)
13197
13198 2006-07-31  Chris Toshok  <toshok@ximian.com>
13199
13200         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
13201         grid.ListManager.Count, since grid.ListManager might be null.
13202         This of course begs the question "why are we drawing rows for a
13203         grid with no list manager (and therefor no rows)?"  Fixes the
13204         crash in bug #78929.
13205
13206 2006-07-31  Chris Toshok  <toshok@ximian.com>
13207
13208         * RelatedPropertyManager.cs: Don't always chain up to the parent
13209         ctor.  instead, call SetDataSource if the parent's position is !=
13210         -1.  Fixes the crash in #78822.
13211
13212 2006-07-31  Chris Toshok  <toshok@ximian.com>
13213
13214         * DataGrid.cs (get_ListManager): use field instead of property
13215         accessors for datasource and datamember.
13216         (RowsCount): make internal again.
13217         (OnMouseDown): end edits before resizing columns/rows.
13218         (OnMouseUp): restart edits after resizing columns/rows.
13219
13220 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
13221
13222         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
13223           This fixes the situation where the last set cursor is displayed
13224           whenever the mouse is over scrollbars.
13225
13226 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13227
13228         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
13229         Document properties, as well as initial values.
13230
13231 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
13232
13233         * XplatUIWin32.cs (SetBorderStyle): Setting both border
13234           and ClientEdge results in a 3-pixel border, which is
13235           wrong.
13236
13237 2006-07-28  Jackson Harper  <jackson@ximian.com>
13238
13239         * TreeNodeCollection.cs: Fix the clear method.
13240         - Fix the Shrink also
13241
13242 2006-07-27  Jackson Harper  <jackson@ximian.com>
13243
13244         * TreeView.cs: Make sure the visible order is computed when we
13245         attempt to size the scrollbars (for trees that mess with the
13246         scrolling when they shouldn't.
13247         - Make sure to give the scrollbars valid values.
13248
13249 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
13250
13251         * XplatUIX11.cs: Move motion compression code to where it
13252           has less performance impact
13253
13254 2006-07-26  Jackson Harper  <jackson@ximian.com>
13255
13256         * UpDownBase.cs: When the control is selected make the child
13257         controls non selectable, so that a click on them won't do a
13258         focus/unfocus cycle.
13259         - Don't give focus to the text box when the spinner is selected.
13260         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
13261
13262 2006-07-26  Chris Toshok  <toshok@ximian.com>
13263
13264         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
13265         satisfied with this solution.  If the bitmaps are small, we should
13266         just cache them in the PrintPreviewDialog and draw them here.
13267         Also, the layout is broken for the 2-up and 3-up cases.
13268
13269         * Theme.cs: add PrintPReviewControlPaint.
13270
13271         * PrintPreviewDialog.cs: first pass implementation.
13272
13273         * PrintPreviewControl.cs: first pass implementation.  No
13274         scrollbars yet.
13275
13276         * PrintDialog.cs: only validate fields if that particular portion
13277         of the UI is enabled.  Also, set the document's controller to a
13278         PrintControllerWithStatusDialog wrapping the document's print
13279         controller.
13280
13281         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
13282         bring up a SaveFileDialog (i hope we don't want to match the
13283         behavior of the crappy windows file entry) and set the
13284         PrinterSettings.PrintFileName accordingly.
13285
13286 2006-07-26  Jackson Harper  <jackson@ximian.com>
13287
13288         * ContainerControl.cs: Add a field that disables auto selecting
13289         the next control in a container when the container is activated.
13290         * UpDownBase.cs: Don't select the text box when the up down is
13291         selected.
13292
13293 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
13294
13295         * XEventQueue.cs: Added methods for peeking (used for compression
13296           of successive events)
13297         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
13298           mouse move events (fixes #78732)
13299
13300 2006-07-25  Jackson Harper  <jackson@ximian.com>
13301
13302         * UpDownBase.cs: Use an internal class for the textbox so that we
13303         can control focus.  the updown control should always have focus,
13304         if either the text area or the buttons are clicked.
13305         - Send the key messages to the textbox, since it never actually
13306         has focus
13307         - Activate and decativate the textbox caret.
13308
13309 2006-07-24  Jackson Harper  <jackson@ximian.com>
13310
13311         * Control.cs: Use the directed select when selecting a control,
13312         this way the container controls override will get called and the
13313         whole ActiveControl chain will get triggered.  TODO: probably need
13314         to make sure this gets done everywhere instead of the old
13315         Select(Control).
13316         * ContainerControl.cs: Implement the directed Select method to
13317         find and activate the correct child control.    
13318         
13319 2006-07-22  Mike Kestner  <mkestner@novell.com>
13320
13321         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
13322         menu handling code so that clicks without a grab work too.
13323         [Fixes #78914]
13324
13325 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
13326
13327         * FileDialog.cs: Enable the BackButton when dirstack has one element.
13328           Added some small optimizations.
13329
13330 2006-07-21  Matt Hargett  <matt@use.net>
13331
13332         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
13333
13334 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
13335
13336         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
13337           tests pass and match MS in some strange border cases.
13338
13339 2006-07-21  Chris Toshok  <toshok@ximian.com>
13340
13341         * ThemeWin32Classic.cs: handle drawing of the relation links and
13342         parent row buttons.
13343
13344         * Theme.cs: change args to DataGridPaintParentRow.
13345
13346         * DataGrid.cs: Don't use controls for the relation links and
13347         parent buttons, so we have to handle all their interactions in
13348         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
13349         when we're navigating through child tables, so we can reinstate
13350         selection, expanded state, current cell, etc.
13351
13352 2006-07-20  Chris Toshok  <toshok@ximian.com>
13353
13354         * ToolBar.cs: When we redraw a button, for whatever reason,
13355         there's no reason to redraw the entire toolbar.  Also, don't call
13356         Control.Refresh from within Redraw, as it's much heavier than
13357         Invalidate (which is really what we want).
13358
13359 2006-07-20  Chris Toshok  <toshok@ximian.com>
13360
13361         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
13362         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
13363         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
13364         traces from within a debug IBindingList datasource
13365         (in mono/winforms/datagrid) for *days*, I've finally gotten things
13366         to work in a similar fashion.
13367
13368 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13369
13370         * ListBox.cs: Don't call Sort () when setting 
13371         the Sorted property to false (avoid an unnecessary sort).
13372
13373 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13374
13375         * ListControl.cs: DataSource should throw an ArgumentException
13376         instead of a normal exception when the argument is not of the 
13377         correct type.
13378
13379 2006-07-20  Mike Kestner  <mkestner@novell.com>
13380
13381         * Control.cs: add InternalPreProcessMessage to allow us to steal
13382         key events before MWF gets its paws on them.  Adapted from a
13383         suggestion by eno.
13384         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
13385         up/down/left/right navigation. Override the new internal control
13386         method to steal the events since they never make it to WndProc.
13387         * ToolBarButton.cs: don't worry about pushed when setting hilight
13388         since the drawing code prefers pushed to hilight. Invalidate on 
13389         Hilight changes. Fixes #78547 and #78525.
13390
13391 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
13392
13393         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
13394           the canvas size. Fixes #78868
13395
13396 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
13397
13398         * Splitter.cs: Track requested split position until first layout
13399           is performed. Fixes #78871
13400
13401 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
13402
13403         * Application.cs: Removed code that forces 1.x for the version
13404           number if the version started with 0. Not sure why that code was
13405           there and I couldn't find any bugs that indicated we needed it.
13406           Fixes #78869
13407
13408 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
13409
13410         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
13411           ResetDefaults(), just write some output to the console until it's
13412           implemented. Fixes bug #78907 for now. Eliminated two warnings.
13413
13414 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
13415
13416         * PropertyGridView.cs: set StartPosition of drop down forms
13417         so they appear in correct initial spot.  Fixes #78190.
13418
13419 2006-07-19  Mike Kestner  <mkestner@novell.com>
13420
13421         * ThemeWin32Classic.cs: use parent background color when drawing
13422         flat toolbars.  Restructure the conditionals to make sure non-flat
13423         non-Divider toolbars are filled too.  Fixes #78837.
13424
13425 2006-07-19  Mike Kestner  <mkestner@novell.com>
13426
13427         * ListBox.cs: Sort on collection changes even if the handle
13428         isn't created yet.  Fixes #78813.
13429
13430 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13431
13432         * ListControl.cs: DisplayMember should never be null,
13433         and now we assign String.Empty when null is passed to it (this
13434         is the .Net way).
13435
13436 2006-07-17  Mike Kestner  <mkestner@novell.com>
13437
13438         * ListViewItem.cs: restructure Font and subitem Font handling 
13439         to hold a specific font and refer back to owner on null.
13440         Fixes #78761.
13441
13442 2006-07-17  Mike Kestner  <mkestner@novell.com>
13443
13444         * ToolBar.cs: bandaid for side-effect of previous patch which was
13445         discarding explicit heights for non-AutoSize toolbars.  Need to
13446         extend my format tester to deal with AutoSize=false. Fixes #78864.
13447
13448 2006-07-15  Jackson Harper  <jackson@ximian.com>
13449
13450         * LabelEditTextBox.cs:
13451         * TreeView.cs: Use a new LabelEdit class for node editing, this
13452         class automatically 'closes' itself when it gets the enter key or
13453         loses focus.
13454         - Use the client rectangle when setting the trees scrollbars, so
13455         border style is taken into account.
13456         
13457 2006-07-14  Jackson Harper  <jackson@ximian.com>
13458
13459         * TreeNode.cs:
13460         * TreeView.cs: Make the editing work similar to MSs, firing the
13461         events correctly and ending edits correctly.
13462
13463 2006-07-14  Mike Kestner  <mkestner@novell.com>
13464
13465         * ToolBarButton.cs:
13466         * ToolBar.cs: layout restructuring and redraw enhancements to support
13467         formatting changes gracefully, like setting TextAlign, ImageList, 
13468         ButtonSize, and Appearance.  Handles explicit button sizing quirks
13469         of the MS controls.  Things like flat toolbars ignoring button size
13470         but becoming constant sized at the largest button's size.  Normal
13471         toolbars with an image set cannot be shrunk smaller than the image,
13472         but text can be clipped/ignored.
13473         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
13474         is zero.  Seems like DrawString should be smart enough to not put
13475         anything on screen though. Also trim labels and ellipsize at the char
13476         boundary, not word.
13477         Fixes #78711 and #78483.
13478
13479 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
13480
13481         * FolderBrowserDialog.cs: Disable "New Folder" button and
13482           "New Folder" contextmenu menuitem if a folder like "My Computer"
13483           is selected.
13484
13485 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
13486
13487         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
13488         * FolderBrowserDialog.cs:
13489           - Use MWFConfig to store and read size and position settings
13490           - Added code to create a new folder (button or context menu).
13491             Use TreeView labeledit to change the name of the new folder.
13492
13493 2006-07-14  Jackson Harper  <jackson@ximian.com>
13494
13495         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
13496         when the tree is scrolled we end editing.
13497
13498 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
13499
13500         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
13501           Down arrows
13502
13503 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
13504
13505         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
13506         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
13507         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
13508         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
13509         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
13510         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
13511         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
13512         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
13513         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
13514         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
13515         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
13516         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
13517         ListViewItemSelectionChangedEventHandler.cs,
13518         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
13519         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
13520         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
13521         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
13522         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
13523         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
13524         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
13525         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
13526         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
13527         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
13528         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
13529         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
13530         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
13531         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
13532         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
13533         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
13534         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
13535         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
13536         WebBrowserNavigatingEventHandler.cs, 
13537         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
13538
13539 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
13540
13541         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
13542         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
13543         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
13544         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
13545         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
13546         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
13547         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
13548         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
13549         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
13550         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
13551         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
13552         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
13553         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
13554         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
13555         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
13556         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
13557         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
13558         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
13559         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
13560         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
13561         ListViewItemStates.cs, MaskFormat.cs: Added
13562
13563 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
13564
13565         * PropertyGridView.cs: Fix keyboard navigation of drop down.
13566         Patch from eno for bug 78558.
13567         
13568 2006-07-13  Jackson Harper  <jackson@ximian.com>
13569
13570         * TreeView.cs: When an edit is finished make sure that the
13571         selected node is visible.
13572         - When setting the top/bottom use the scrollbars is_visible, so
13573         everything will be set correctly even if the tree isn't visible
13574         yet.
13575
13576 2006-07-13  Jackson Harper  <jackson@ximian.com>
13577
13578         * ComboBox.cs: Revert the item->index part of my previous patch.
13579         * TreeView.cs: Use LostFocus instead of Leave for detecting when
13580         the edit box has lost focus (duh).
13581         - Just make the edit box not visible when we get return, that will
13582         take the focus, which will call EndEdit
13583         * TreeNode.cs When we start editing, notify the treeview.
13584
13585 2006-07-12  Jackson Harper  <jackson@ximian.com>
13586
13587         * ComboBox.cs: Clear out old items before setting the item list.
13588         This prevents databound controls from having their items added
13589         twice.
13590         - Switch the combobox to use indices whereever possible instead of
13591         using Item's.  This allows usto navigate through lists that have
13592         more then one item with the same string value (ie a, b, b, a).
13593         - Scroll the listboxes scrollbar when a non visible item is
13594         highlighted
13595         - Allow keypress to cycle through all the possible values. For
13596         example if you have b1, b2, b3 and hold down the B key all the
13597         values will be cycled through.
13598         
13599 2006-07-12  Jackson Harper  <jackson@ximian.com>
13600
13601         * TextBoxBase.cs:
13602         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
13603         this using the internal methods.
13604         * Control.cs: Add OnGotFocusInternal.  A new method that allows
13605         controls to "override" OnGotFocus and change focus behavior if
13606         needed.
13607         - Same thing for LostFocus
13608         * ComboBox.cs: Pass off focus to the text control properly.
13609
13610 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
13611
13612         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
13613         * FolderBrowserDialog.cs: Almost a complete rewrite.
13614           - Better support for Environment.Specialfolders
13615           - Added support for MWFVFS
13616           - Made setting SelectedPath work
13617
13618 2006-07-12  Jackson Harper  <jackson@ximian.com>
13619
13620         * Control.cs: Optimze getting all the controls.
13621
13622 2006-07-11  Jackson Harper  <jackson@ximian.com>
13623
13624         * ContainerControl.cs: Override SETFOCUS in the container control,
13625         so that it is not selected on mouse click.
13626
13627 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
13628
13629         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
13630           Hopefully we will have a better way once all of focus is complete.
13631
13632 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
13633
13634         * ThemeWin32Classic.cs: Commented out some debug code and fixed
13635           a compile error with csc.
13636
13637 2006-07-11  Jackson Harper  <jackson@ximian.com>
13638
13639         * Control.cs: When hiding a control only select the next control
13640         if the current control was focused.
13641         - Don't handle enter/leave when setting/killing focus, this is
13642         done by the container control.
13643         - Remove is_selected, it's not needed anymore.
13644         - Add utility methods for selecting a child control, and for
13645         firing the Enter/Leave events.
13646         * ContainerControl.cs: When a control is activated fire the
13647         enter/leave events.
13648         - Don't wrap when processing the tab key, so that focus can be
13649         moved outside of the container.
13650         - Use the correct active control
13651
13652 2006-07-11  Jackson Harper  <jackson@ximian.com>
13653
13654         * ComboBox.cs: Remove some debug code that was blinding me.
13655         * UpDownBase.cs: These controls actually aren't implicit, they are
13656         visible to the user.
13657
13658 2006-07-10  Chris Toshok  <toshok@ximian.com>
13659
13660         * DataGrid.cs: move back to the is_adding boolean field.  god i
13661         hate this is_editing/is_adding/is_changing stuff.
13662
13663 2006-07-10  Chris Toshok  <toshok@ximian.com>
13664
13665         * DataGridTableStyle.cs: just check if the property type is bool.
13666         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
13667         Don't use CanRenderType.
13668
13669         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
13670         if our text == NullText.  Remove CanRenderType.
13671
13672         * DataGridBoolColumn.cs: nuke CanRenderType.
13673
13674         * DataGrid.cs: reenable some code to end the current edit inside
13675         of set_CurrentCell.  This fixes the other 1.1.16 regression.
13676         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
13677         Also, remove the visible_row_count arg from CalcRowHeaders, since
13678         we don't need to worry about the actual height of the area.
13679
13680 2006-07-10  Chris Toshok  <toshok@ximian.com>
13681
13682         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
13683         mode, just return.
13684
13685         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
13686         the real sense of the IsInEditOrNavigateMode property (true =
13687         navigate, false = edit).  Also, update OnKeyPress to reflect this.
13688
13689         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
13690         column style exists, we still need to set its property descriptor
13691         to match up with our list manager.
13692
13693 2006-07-10  Chris Toshok  <toshok@ximian.com>
13694
13695         * ThemeWin32Classic.cs: implement the new row/header painting
13696         approach.  The parent row painting will likely go away and
13697         replaced with label controls, but the rest seems to work ok (and
13698         efficiently).
13699
13700         * Theme.cs: change the way we draw datagrid rows.  we don't draw
13701         the row headers as a block now.  Instead we draw them in the
13702         normal draw-row loop.  Add some calls for drawing parent rows and
13703         relation rows.
13704
13705         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
13706         a default table style.  Set the defaults from ThemeEngine.Current,
13707         not SystemColors.  Fix lots of misc issues with property setters.
13708
13709         * DataGrid.cs: move loads of style information out of this class
13710         as it's being duplicated with DataGridTableStyle.  keep track of a
13711         special DataGridTableStyle for the properties we used to mirror
13712         here.  Switch all the style properties to access this table style
13713         instead of instance fields of this class.  Also add a internal
13714         class to represent parent rows (more needs to be stored here, like
13715         the selection state from the parent table, as well as the
13716         expansion state.)  Also, for datasources with relations, do the
13717         right thing for collapse/expand, and add support for the
13718         navigation/parent row buttons.
13719
13720         Lastly, fix the crash in the 1.1.16 build.
13721
13722         * GridTableStylesCollection.cs: make the explicit interface
13723         implementations call the class's methods as opposed to duplicating
13724         them.
13725
13726         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
13727         0 so the text doesn't jump around when we move the cursor.
13728
13729 2006-07-10  Jackson Harper  <jackson@ximian.com>
13730
13731         * TextBoxBase.cs:
13732         * ListBox.cs: Match MS's ToString (this makes debugging focus
13733         stuff infinitely easier).
13734
13735 2006-07-10  Jackson Harper  <jackson@ximian.com>
13736
13737         * Control.cs (SelectNextControl): When checking the control's
13738         parent use this instead of ctrl.parent so that null can be passed
13739         to SelectNextControl. (I have unit tests for this).
13740         - Remove unused var.
13741
13742 2006-07-10  Chris Toshok  <toshok@ximian.com>
13743
13744         * CurrencyManager.cs: correct one regression, the removal of the
13745         finalType field.  Also, add a MonoTODO on CanAddRows, implement
13746         Refresh() correctly, and fix some event emission in
13747         ListChangedHandler.
13748
13749 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
13750
13751         * FileDialog.cs: Don't use brackets for new folders if they exist
13752           under *nix. Instead use -(number of existing folders +1).
13753
13754 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
13755
13756         * FileDialog.cs:
13757           - Fixed really nasty bug #78771
13758           - Don't block the whole GUI when reading directories with a lot of
13759             entries. Use an other thread instead and call BeginInvoke to
13760             update the ListView in MWFFileView
13761
13762 2006-07-07  Chris Toshok  <toshok@ximian.com>
13763
13764         * Control.cs (Dispose): release any Capture when disposing.
13765
13766 2006-07-07  Chris Toshok  <toshok@ximian.com>
13767
13768         * LinkLabel.cs (Select): if we chain up to the parent, set
13769         focused_index to -1 so we'll search for the first available link
13770         the next time the user tabs into us.  Also, if the direction is
13771         backward and focused_index == -1, start the search from the last
13772         element.
13773
13774 2006-07-07  Chris Toshok  <toshok@ximian.com>
13775
13776         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
13777         is beyond the end of the text, don't do anything.
13778         (CreateLinkPieces): set our ControlStyles.Selectable based on
13779         whether or not we have any links.
13780         (Link.Invalidate): use a loop instead of foreach.
13781         (Link.set_Start): null out owner.sorted_links so it'll be
13782         recreated by CreateLinkPieces.
13783
13784 2006-07-06  Chris Toshok  <toshok@ximian.com>
13785
13786         * LinkLabel.cs: revert the SetStyle change.
13787
13788 2006-07-06  Chris Toshok  <toshok@ximian.com>
13789
13790         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
13791         (OnEnableChanged): s/Refresh/Invalidate
13792         (OnGotFocus): if we have a focused index already, refocus it (so
13793         if we mouse out/in to the window it'll focus the right link).
13794         (OnKeyDown): move the tab handling out of here.
13795         (OnLostFocus): don't set focused_index to -1, so we can refocus it
13796         when we lose focus.
13797         (OnMouseDown): don't Capture here - Control handles it.  Also,
13798         focus the active link.
13799         (OnMouseUp): don't deal with Capture.
13800         (OnPaintBackgroundInternal): remove.
13801         (OnTextAlignChanged): CreateLinkPieces before calling the
13802         superclass's method.
13803         (OnTextChanged): call CreateLinkPieces before calling superclass's
13804         method.
13805         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
13806         move around.
13807         (Select): implement this, moving the selection between different
13808         links, and call parent.SelectNextControl if we don't have another
13809         link to focus in the given direction.
13810         (CreateLinkPieces): call Invalidate instead of Refresh.
13811         
13812 2006-07-06  Chris Toshok  <toshok@ximian.com>
13813
13814         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
13815         new LinkLabel internals.
13816
13817         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
13818         over pieces looking for active/focused/etc links.  also, deal with
13819         runs of text (and links) with embedded \n's in them, and use
13820         MeasureCharacterRanges instead of MeasureString to figure out the
13821         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
13822         two-step.
13823
13824 2006-07-04  Jackson Harper  <jackson@ximian.com>
13825
13826         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
13827         XKB or key auto repeat, do it manually.  Without key auto repeat,
13828         when a key is held down we get key press, key release, key press,
13829         key release, ... with auto repeat we get key press, key press, key
13830         press ..., and then a release when the key is actually released.
13831
13832 2006-07-03  Jackson Harper  <jackson@ximian.com>
13833
13834         * TabControl.cs:
13835         * ThemeWin32Classic.cs: Tabs do not obey normal background color
13836         rules, they are always control color regardless of the background
13837         color.
13838
13839 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
13840
13841         * FileDialog.cs: Added internal class MWFConfig.
13842           Removed Registry support and replaced it with support for the new
13843           MWFConfig class. See MWFConfig comments for more information.
13844
13845 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
13846
13847         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
13848           rectangle. Added some patches from eno from bug #78490 and fixed
13849           the arrow position for small up and down CPDrawScrollButtons.
13850
13851 2006-06-30  Jackson Harper  <jackson@ximian.com>
13852
13853         * InternalWindowManager.cs: Remove some debug code.
13854         * Form.cs: When an MdiParent is set to null, the window is
13855         "detatched" and becomes a normal window.
13856         * MdiClient.cs: Don't bring the new child form to the front until
13857         it is activated (setting it as active does this), this makes the
13858         previously active forms titlebar get redrawn as inactive.
13859
13860 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
13861
13862         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
13863           with later controls
13864
13865 2006-06-29  Mike Kestner  <mkestner@novell.com>
13866
13867         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
13868         arrow in keynav state.  Fixes #78682.
13869
13870 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
13871
13872         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
13873           order (fixes #78393)
13874
13875 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
13876
13877         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
13878           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
13879           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
13880           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
13881           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
13882           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
13883           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
13884           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
13885           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
13886           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
13887           enumerations (FlagsAttribute, SerializableAttribute, added/removed
13888           values)
13889
13890 2006-06-28  Mike Kestner  <mkestner@novell.com>
13891
13892         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
13893
13894 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
13895
13896         * PropertyGrid.cs,
13897           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
13898           item lines from other area (It also makes BackColor consistent and
13899           compatible with .NET). Fixed bug #78564.
13900
13901 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
13902
13903         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
13904         Patch from Eno for #78555.
13905
13906 2006-06-27  Chris Toshok  <toshok@ximian.com>
13907
13908         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
13909
13910         * DataGridColumnStyle.cs: same.
13911
13912         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
13913         
13914         * DataGridDrawingLogic.cs: nuke.
13915
13916 2006-06-27  Chris Toshok  <toshok@ximian.com>
13917
13918         * DataGridTableStyle.cs: clean up the constructors, and build the
13919         list of child relations for this table.  I have no idea if this is
13920         where we should be doing it (it probably isn't), but since we're
13921         already iterating over the properties..
13922
13923         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
13924         struct and array for keeping track of row information, similar to
13925         what's shown in a hack on
13926         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
13927
13928         * Theme.cs: be consistent about the naming of DataGrid methods,
13929         prefering ColumnWidths and RowHeights over columnsWidths and
13930         RowsHeights.
13931
13932         * ThemeWin32Classic.cs: same, and also add support for variable
13933         sized rows (and the +/- expansion icons for related rows).
13934
13935 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
13936
13937         * TextBoxBase.cs: Applied Eno's patch from #78660
13938
13939 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
13940
13941         * Form.cs (ScaleCore): We don't want to scale our form if it's
13942           state is minimized or maximized, but we still need to scale our
13943           child windows. Also, added try/finally block to ensure layout
13944           gets reset (Fixes #78697)
13945
13946 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
13947
13948         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
13949
13950 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
13951
13952         * Form.cs: Fixed c+p error and added check to resize form if minimum
13953           size is bigger than current size (Fixes #78709)
13954
13955 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
13956
13957         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
13958
13959 2006-06-26  Mike Kestner  <mkestner@novell.com>
13960
13961         * ComboBox.cs: only do Keypress handling in the combo when there  
13962         are items in the collection. Fixes #78710.
13963
13964 2006-06-26  Chris Toshok  <toshok@ximian.com>
13965
13966         * Binding.cs: make this work bi-directionally.  also, clear up
13967         other mixups between Push/Pull Data (e.g. we're supposed to pull
13968         data when validating).
13969
13970         * BindingManagerBase.cs: trim some fully qualified collection
13971         types.
13972
13973         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
13974
13975 2006-06-23  Chris Toshok  <toshok@ximian.com>
13976
13977         * PropertyManager.cs: It appears (according to the unit tests)
13978         that PropertyManager doesn't use
13979         PropertyDescriptor.AddValueChanged to track propery value changes
13980         in its datasource, but uses the same scheme as Binding, where it
13981         looks for a <Property>Changed event and binds to it.
13982
13983         Also, according to the docs, IsSuspended always returns false for
13984         a property manager with a non-null datasource.
13985
13986 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
13987
13988         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
13989           need to update the actual DialogResult. (Fixes #78613)
13990
13991 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
13992
13993         * Form.cs (ShowDialog): Release any captures before running the
13994           new message pump (fixes #78680)
13995
13996 2006-06-22  Mike Kestner  <mkestner@novell.com>
13997
13998         * ListView.cs: Layout column widths properly in details mode even 
13999         if HeaderStyle.None is set.  Fixes #78691.
14000
14001 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
14002
14003         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
14004
14005 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
14006
14007         * Control.cs (ContainsFocus): Using new driver method to get focused
14008           window, instead of trying to use internal tracking var, which can
14009           recursion issues (Fixes #78685)
14010         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
14011           XplatUIWin32.cs: Added GetFocus method to return focused window
14012
14013 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14014
14015         * ColorDialog.cs: when the mouse button is pressed inside the color
14016         matrix, don't let the cursor move out of it until the button is
14017         released, which is the behavior on windows. Changed 'colours' by
14018         'colors' to use the same word consistently.
14019
14020 2006-06-21  Chris Toshok  <toshok@ximian.com>
14021
14022         * DataGrid.cs: add in some basic navigation stuff (navigating to a
14023         child relation and back, using a stack).  Also, remove
14024         GetDataSource and the code that calls it - it's not needed.  Also,
14025         track CurrencyManager.ListName's removal.
14026
14027 2006-06-21  Chris Toshok  <toshok@ximian.com>
14028
14029         * CurrencyManager.cs: push some of the original type checking from
14030         BindingContext.CreateBindingManager to here, and remove some of
14031         the finalType stuff.  Need more tests to make sure I've got the
14032         ListName part right, and we might need more in SetDataSource.
14033
14034         * PropertyManager.cs: add a ctor that takes just the datasource,
14035         and no property name.  Make SetDataSource work with a null
14036         property_name, and make Current return the data_source if the
14037         property descriptor is null.  this makes 'string foo = "hi";
14038         BindingContext[foo].Current' return "hi" as it should.
14039
14040         * RelatedCurrencyManager.cs: make this code more generic - there's
14041         no reason the parent manager has to be CurrencyManager, and
14042         there's no reason to pass the DataRelation.  It suffices to use a
14043         BindingManagerBase and PropetyDescriptor.
14044
14045         * RelatedPropertyManager.cs: make a similar change here.
14046         
14047         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
14048         flower I knew it could be.
14049
14050 2006-06-20  Chris Toshok  <toshok@ximian.com>
14051
14052         * PropertyManager.cs: the PropertyChangedHandler is invoked when
14053         data in the source has changed and we need to update the control,
14054         so s/PullData/PushData.
14055
14056         * CurrencyManager.cs: Refresh is meant to update the control from
14057         data in the datasource.  So, s/PullData/PushData.
14058
14059         * BindingContext.cs: add more ugliness (we weren't handling the
14060         case where data_source = DataTable and data_member = column_name).
14061
14062         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
14063         from the perspective of the datasource.  PullData pulls from the
14064         control, PushData pushes to the control.
14065
14066 2006-06-20  Chris Toshok  <toshok@ximian.com>
14067
14068         * BindingContext.cs: rewrite the CreateBindingManager code to
14069         handle navigation paths more or less properly.  This could
14070         definitely stand some more work, in particular to push the
14071         recursion up to the toplevel.  But that relies on fixes in other
14072         places (System.Data comes to mind).
14073
14074         Also, move to a flat hashtable (and encode the twolevel nature of
14075         the dictionary into the hash key).  This lets us implement the
14076         IEnumerable.GetEnumerator method.
14077
14078         * RelatedCurrencyManager.cs: new class.  Update our view based on
14079         our relation and our parent CurrencyManager's position.
14080
14081         * CurrencyManager.cs: split out some logic from the ctor into
14082         SetView, so it can be called from the new RelatedCurrencyManager
14083         subclass.
14084
14085         * RelatedPropertyManager.cs: new class.  Update our datasource
14086         based on the position of our parent CurrencyManager.
14087
14088         * PropertyManager.cs: split out some logic from the ctor into
14089         SetDataSource, so it can be called from the new RelatedDataSource
14090         subclass.  Also, make the Current getter return the value
14091         of the PropertyDescriptor, not the data_source.
14092
14093         * Binding.cs: no need to duplicate the string splitting code here.
14094
14095 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
14096
14097         * Control.cs:
14098           - set_Enabled: OnEnabledChanged is not called if the inherited state 
14099             of the control is not altered, even though  we might be changing the
14100             internal state of the control (#78458)
14101           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
14102             OnEnabledChanged, to allow easy altering of any child window state
14103           - OnEnabledChanged: Added code to enable/disable driver window state
14104           - OnParentEnabledChanged: Instead of firing the event, call 
14105             OnEnabledChanged, which will fire the event and also a) set driver
14106             window state and pass the enabled state to any grandchildren (#78458)
14107
14108 2006-06-19  Jackson Harper  <jackson@ximian.com>
14109
14110         * InternalWindowManager.cs: We don't set the cursor explicitly
14111         thats done via the response to NCHITTESTs.
14112         - Don't need to adjust for titlebar heights anymore, the
14113         coordinates are coming in the correct coordinates now (see peters
14114         last patch).
14115
14116
14117 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
14118
14119         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
14120           being translated relative to whole window, instead of client window.
14121           That caused broken offsets on mouseclick (and caused gas for our
14122           InternalWindowManager)
14123
14124 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
14125
14126         * TextControl.cs:
14127           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
14128           - Undo(): Added replay of cursor move on DeleteChars action; added
14129             calling Undo() again if a recorded cursor move is invalid (to
14130             ensure that some action is performed on Undo)
14131         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
14132
14133 2006-06-16  Jackson Harper  <jackson@ximian.com>
14134
14135         * MdiClient.cs: Instead of just sizing maximized windows when
14136         there is a resize we also have to adjust the Y of minimized
14137         windows, so they stay pinned to the bottom of the mdi container.
14138         - Eliminate separate tracking of the active control, we can just
14139         get this from the controls collection.
14140         - Paint the decorations for the newly activated titlebar so we get
14141         a pretty blue bar.
14142         * InternalWindowManager.cs:
14143         * ThemeWin32Classic.cs: Minimized windows get all three buttons
14144         even if they are a tool window.
14145         
14146 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
14147
14148         * TextControl.cs (Undo): Handle non-existent cursor locations in the
14149           undo buffer, these can happen when text was deleted and the cursor
14150           was recorded first. Since we will also have a recorded cursor
14151           after the delete this is not an issue. (Fixes #78651)
14152
14153 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
14154
14155         * AccessibleObject.cs: Remove dependence on Control.is_selected;
14156           instead properly track control states internally (allows us to
14157           remove is_selected from Control)
14158
14159 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14160
14161         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
14162         whose width is not a multiple of 8.
14163
14164 2006-06-13  Jackson Harper  <jackson@ximian.com>
14165
14166         * MdiClient.cs:  Only maximize the next child if the current one
14167         is maximized.
14168
14169 2006-06-13  Chris Toshok  <toshok@ximian.com>
14170
14171         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
14172         modified.  Also, guard against grid or grid_drawing being null in
14173         Invalidate.
14174
14175         * DataGrid.cs: Reformat tons of getters/setters.  In the
14176         DataMember setter, just call SetNewDataSource instead of
14177         duplicating some of its functionality.  In SetNewDataSource, don't
14178         check ListManager for null, since the property getter creates the
14179         object if needed.
14180
14181         * DataGridTableStyle.cs: don't set TableStyle or call
14182         SetDataGridInternal on the column here, it's done in
14183         GridColumnStylesCollection.Add.
14184
14185         * GridColumnStylesCollection.cs: fix all the explicit interface
14186         implementations to just call our methods.  Nuke AddInternal() and
14187         move the body of it to Add().  Also, add a call to
14188         column.SetDataGridInternal to Add().
14189
14190         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
14191         base()+duplicate code.  Also, use the Format property instead of
14192         format to generate an Invalidate ala MS.  Lastly, create the
14193         textbox here, unconditionally.
14194         (set_Format): call Invalidate.
14195         (get_TextBox): no need to call EnsureTextBox.
14196         (Commit): remove the message box.
14197         (Edit) remove the call to EnsureTextBox.
14198         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
14199         (EnterNullValue): no need to check textbox for null.
14200         (HideEditBox): no need to check textbox for null.
14201         (SetDataGridInColumn): add the textbox to the grid's controls.
14202         (EnsureTextBox): nuke.
14203         
14204 2006-06-13  Jackson Harper  <jackson@ximian.com>
14205
14206         * MdiWindowManager.cs: Hook up to the maximized menus paint event
14207         and redraw the buttons when needed. Unhook when the window is
14208         unmaximized.
14209         * MainMenu.cs: Add an internal Paint event, the mdi window manager
14210         needs this so that it can redraw its buttons when the menu is
14211         repainted.
14212         * InternalWindowManager.cs:
14213         * Form.cs: The method order has changed for DrawMaximizedButtons,
14214         so that it can be a PaintEventHandler.
14215         
14216 2006-06-13  Jackson Harper  <jackson@ximian.com>
14217
14218         * MdiClient.cs: When we close a maximized mdi window, the next mdi
14219         window is activated and maximized, even if it wasn't before.
14220         - When  a new window is activated repaint the decorations of the
14221         old one, so that it no longer has the Active "look" (the blue
14222         titlebar).
14223         * InternalWindowManager.cs: Open up CreateButtons to base classes
14224         so they can recreate the buttons on state changes.
14225         - If a window is maximized give it all three buttons
14226         * MdiWindowManager.cs: Create the titlebar buttons when the state
14227         is changed, this is needed because a toolwindow will not have all
14228         three buttons until it is maximized.
14229
14230 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
14231
14232         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
14233           Fixed bug #78609.
14234
14235 2006-06-12  Jackson Harper  <jackson@ximian.com>
14236
14237         * KeysConverter.cs: Make sure we handle the Ctrl special case
14238         if its the only key.
14239         
14240 2006-06-12  Jackson Harper  <jackson@ximian.com>
14241
14242         * Theme.cs: Add a method to get the size of a managed window
14243         toolbar button.
14244         * InternalWindowManager.cs: Remove the ButtonSize property, this
14245         should be retrieved from the theme.
14246         * MdiWindowManager.cs: Get the button size from the theme
14247         * ThemeWin32Classic.cs: Make the method to get the managed window
14248         titlebar button size public.
14249         - Handle the different button sizes of maximized toolwindows
14250         (should match any maximized window).
14251         - Get the titlebar height from the theme, not the WM (which gets
14252         it from the theme).
14253
14254 2006-06-12  Jackson Harper  <jackson@ximian.com>
14255
14256         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
14257         event down to the mdi window manager.
14258         - Expose some extra stuff to base classes
14259         - Make sure to end the Capture on an NC Mouse up, so that we can
14260         get double clicks properly, and the sizing doens't stick.
14261         - When doing PointToClient contain it in the workable desktop
14262         area, this prevents windows from changing size when the cursor is
14263         pulled outside of the working area while sizing.
14264         * MdiWindowManager.cs: When we get a double click maximize the
14265         window.
14266         - Reset the cursor after handling mode changes.
14267
14268 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
14269
14270         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
14271           current desktop, instead of just assuming a 0, 0 origin. This
14272           is needed for our internal window manager, to know the top
14273           margin of the desktop
14274
14275 2006-06-12  Chris Toshok  <toshok@ximian.com>
14276
14277         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
14278         we need this to get rid of the selected background in the bool
14279         column.
14280         (CancelEditing): move the ConcedeFocus call to above the Abort
14281         call.  Also, set is_changing to false and invalidate the row
14282         header if we were changing before.
14283         (ProcessKeyPreviewInternal): remove, since noone outside this
14284         class calls it anymore.  Roll the code into ProcessKeyPreview.
14285         (EndEdit): remove the internal version.
14286         (InvalidateCurrentRowHeader): make private.
14287
14288         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
14289         Keys.Escape handling (and with it the last call to
14290         DataGrid.EndEdit from outside the class.)
14291
14292
14293 2006-06-12  Chris Toshok  <toshok@ximian.com>
14294
14295         * DataGridTextBox.cs (.ctor): isedit defaults to false.
14296         (OnKeyPress): set isedit to true.
14297         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
14298         already handled by the grid.
14299
14300         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
14301         right.  ugh.
14302         (set_DataSource): SetDataSource always returns true, so stop
14303         putting it in an if statement.
14304         (EndEdit): get rid of some {}'s
14305         (ProcessGridKey): return true in case Keys.Escape.
14306         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
14307         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
14308         PositionChanged, stopped connecting to CurrentChanged.
14309         (GetDataSource): simplify this a bunch.
14310         (SetDataSource): change return type from bool to void.
14311         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
14312         to this, and make sure we don't set ListManager.Position inside
14313         set_CurrentCell.
14314         (OnListManagerItemChanged): if we're passed an actual index,
14315         redraw that row.
14316
14317         * CurrencyManager.cs (set_Position): don't call PullData here.
14318
14319 2006-06-09  Jackson Harper  <jackson@ximian.com>
14320
14321         * TreeNode.cs:  Recalculate the visible order before doing the
14322         Expand/Collapse Below calls, because those calls generate an
14323         expose.
14324         - Reduce calls to the TreeView property, which is mildly expensive
14325         by using a local var.
14326         * Form.cs: Layout the MDI child windows when creating the parent
14327         form.
14328         - Don't use the internal constructor anymore
14329         * MdiClient.cs: use the parent form width/height (if available)
14330         when laying out the child windows, we do this because the
14331         mdiclient isn't docked yet when the initial layout is done.
14332         - Don't need an internal constructor anymore.
14333
14334 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14335
14336         * FileDialog.cs: handle access errors when trying to create a folder
14337         or changing to a directory. No need to initialize out parameters.
14338
14339 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14340
14341         * FileDialog.cs: Append a number when creating a new folder if the
14342           folder already exists (use parenthesis instead of square brackets)
14343
14344 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14345
14346         * FileDialog.cs:
14347           - Disabled registry support for windows and added better registry
14348             error checking for other systems (need to investigate why it
14349             works perfectly on my system)
14350           - If a folder already exist show an error MessageBox instead of
14351             trying to create an indexed name.
14352           - Fixed a non intentional typo.
14353
14354 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14355
14356         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
14357
14358 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14359
14360         * FileDialog.cs: When creating a new folder don't crash if the
14361           folder already exists.
14362
14363 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14364
14365         * FileDialog.cs: Allmost a complete rewrite.
14366           - added a "virtual" file system that handles the differences
14367             between unix and windows file systems (especially the directory
14368             structure). Moved most of the directory and file handling code
14369             into the vfs.
14370             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
14371             UnixFileSystem and FSEntry.
14372           - Recently used folder/directory, size, location and used file names
14373             (file name ComboBox) are now stored in the registry and get read
14374             before the dialog shows up (fixes part 6 of bug #78446).
14375           - Creation of new folders/directories is now possible (context menu
14376             or ToolBar). Added TextEntryDialog for this that fills in the gap
14377             until ListView.LabelEdit works.
14378           - Fixed cursor handling (bug #78527) and focus handling for
14379             PopupButtonPanel
14380           - Various "Search in" ComboBox enhancements. The content of the
14381             dropdown listbox now almost matches ms.
14382           - Changed the behaviour when the user switches to SpecialFolder
14383             Recent to show the ListView in View.Details.
14384           - Beside using the ToolBar to change the View property of the
14385             file ListView it is now possible to use the context menu too.
14386
14387 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
14388
14389         * ComboBox.cs: Don't create a new ObjectCollection when an item
14390           gets inserted. Just insert the item in the existing object_items
14391           ArrayList.
14392
14393 2006-06-08  Jackson Harper  <jackson@ximian.com>
14394
14395         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
14396         that the treeview and root node checks are done also, this fixes a
14397         regression i caused in the unit tests.
14398
14399 2006-06-07  Wade Berrier <wberrier@novell.com> 
14400
14401         * RichTextBox.cs: More ISO8859-1 -> unicode
14402
14403 2006-06-07  Mike Kestner  <mkestner@novell.com>
14404
14405         * ComboBox.cs : use items to hold highlight/selection so that
14406         collection insertions don't require synchronization.
14407
14408 2006-06-07  Jackson Harper  <jackson@ximian.com>
14409
14410         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
14411         routine.  We now always keep the sized edge at the cursor instead
14412         of computing movement and adjusting rects.  There is one buglet
14413         with this method though when the cursor is moved over area that
14414         the window can not expand too (such as the toolbars on the desktop).
14415
14416 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14417
14418         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
14419         here. Fixes crash on startup in AlbumSurfer.
14420
14421 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
14422
14423         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
14424           values
14425
14426 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14427
14428         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
14429         statement to avoid calling XNextEvent which will block if another thread
14430         took the event that we were expecting. Fixes bug #78605.
14431
14432 2006-06-07  Mike Kestner  <mkestner@novell.com>
14433
14434         * ListView.cs : isolated checkbox clicking from the selection logic.
14435         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
14436
14437 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14438
14439         * Form.cs: Check that the value passed to Form.DialogResult
14440         is a valid enum value.
14441
14442 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14443
14444         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
14445         Computer'. Clicking it in the network view goes to 'My Computer'.
14446         Added CIFS filesystem type. Display the mount point of filesystems.
14447         Avoid duplicate mount points (happens for me with CIFS);
14448
14449 2006-06-06  Jackson Harper  <jackson@ximian.com>
14450
14451         * InternalWindowManager.cs: Draw the maximized windows buttons
14452         when resizing.
14453
14454 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14455
14456         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
14457         all other dialogs. Fixes bug #78585.
14458
14459 2006-06-06  Mike Kestner  <mkestner@novell.com>
14460
14461         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
14462         Only invalidate checkbox on checkstate changes to avoid flicker.
14463         * ListBox.cs : avoid unselect/select when clicking selected item.
14464         avoid reselection flicker for already multiselected items.
14465         Fixes #78382.
14466
14467 2006-06-06  Jackson Harper  <jackson@ximian.com>
14468
14469         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
14470         the parent form so that the menu is removed if needed.
14471
14472 2006-06-06  Mike Kestner  <mkestner@novell.com>
14473
14474         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
14475         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
14476
14477 2006-06-06  Mike Kestner  <mkestner@novell.com>
14478
14479         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
14480
14481
14482 2006-06-06  Jackson Harper  <jackson@ximian.com>
14483
14484         * Control.cs: Use the property (instead of the field) to get the
14485         default cursor so it is instantiated correctly.
14486         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
14487         resizes so we need to manually repaint the window decorations here.
14488         - Set the titlebar button locations as soon as they are created,
14489         otherwise they are not set correctly on win32.
14490         
14491 2006-06-06  Chris Toshok  <toshok@ximian.com>
14492
14493         * CurrencyManager.cs (set_Position): call PullData before
14494         OnCurrentChanged.
14495         (AddNew): after calling IBindingList.AddNew, update our
14496         listposition, and call OnCurrentChanged/OnPositionChanged (without
14497         calling PullData).
14498         (OnCurrentChanged): remove the call to PullData from here.
14499         (OnItemChanged): remove the call to PushData from here.
14500         (OnPositionChanged): change the test from == null to != null to
14501         match the other methods.
14502         (ListChangedHandler): the grossest part of the patch.  Implement
14503         this such that it passes the unit tests in CurrencyManagerTest and
14504         the output more or less matches that of MS's implementation.
14505  
14506 2006-06-06  Mike Kestner  <mkestner@novell.com>
14507
14508         * ListView.cs : only update check state on single click.
14509         * ThemeWin32Classic.cs : fix focus drawing for details view without
14510         fullrowselect.  Fixes #78454.
14511         * XplatUIX11.cs : fix for double click emission.
14512
14513 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
14514
14515         * PropertyGridView.cs : Applied Atsushi's patch to fix
14516         font dialog bug  (#78197).
14517
14518 2006-06-05  Jackson Harper  <jackson@ximian.com>
14519
14520         * TreeNode.cs: Compute the next node for expanding/collapsing
14521         correctly. We now factor in nodes without a NextNode
14522         correctly. (Fixes somes cases in nunit-gui).
14523         * InternalWindowManager.cs: Set the bounds when updating the
14524         virtual position of a tool window.
14525         
14526 2006-06-05  Chris Toshok  <toshok@ximian.com>
14527
14528         * DataGrid.cs: rename cached_currencymgr to list_manager.
14529         (set_CurrentCell): move SetCurrentCell code here, and clean it up
14530         some.
14531         (CurrentRow, CurrentColumn): single accessors so we can make the
14532         cursor movement code a lot easier to understand.
14533         (CurrentRowIndex): implement this in terms of CurrentRow.
14534         (BeginEdit): clean this up a bit.
14535         (CancelEditing): sort out the is_editing/is_changing/is_adding
14536         stuff a little.
14537         (EndEdit): minor changes.
14538         (OnKeyDown): add a comment about a (most likely) unnecessary
14539         check.
14540         (OnMouseDown): cancel editing when we click on a row header.  And
14541         use the CurrentRow setter, not CurrentCell.
14542         (ProcessDialogKey): directly call ProcessGridKey.
14543         (UpdateSelectionAfterCursorMove): factor out this common block of
14544         code (it's used everywhere that we move the cursor by updating row
14545         or column).
14546         (ProcessGridKey): pretty substantial overhaul.  Use the
14547         CurrentRow/CurrentColumn properties to make the code a lot more
14548         readable.  Only use the CurrentCell property when we have to
14549         modify both row and column at once.  Tab behavior is still broken,
14550         and Delete is untested.
14551         (Select): if we have no selected rows, set selection_start to
14552         @row.
14553         (EditCurrentCell): rename EditCell this.  It was only ever invoked
14554         with CurrentCell as the arg, so drop the arg and rename it.
14555
14556         * DataGridColumnStyle.cs: clean up the constructors a little, and
14557         drop CommonConstructor().
14558
14559         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
14560         actually get notified when the user hits it.
14561         (ProcessKeyMessage): *substantially* simplify this method.
14562         There's no reason (that I can see) for the textbox to be making
14563         calls into the datagrid at all.  Remove all of them but the ones
14564         for Enter handling.  those will take some more work.
14565
14566         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
14567         calling HideEditBox.
14568         (HideEditBox): if we have an active textbox, render it invisible
14569         without causing a re-layout of the datagrid.
14570
14571 2006-06-05  Mike Kestner  <mkestner@novell.com>
14572
14573         * ListView.cs : fix NRE crasher when focuseditem is cleared by
14574         collection changes by resetting it to Items[0].  Fixes #78587.
14575
14576 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14577
14578         * MessageBox.cs: if the height of the text is larger than the icon_size,
14579         use that. Fixes bug #78575.
14580
14581 2006-06-05  Jackson Harper  <jackson@ximian.com>
14582
14583         * TreeView.cs: Fix line drawing when scrolling.  To do this each
14584         node is basically responsible for drawing its entire horizontal
14585         area.  When drawing a node it draws its parent node lines if
14586         needed.
14587         - Adjust the clip area to the viewport rectangle
14588         - Fix Left/Right key handling to match MS. (It expand/collapses
14589         and moves to parents/first child but does not move selection to
14590         sibling nodes).
14591         - Fix SetTop to work with new bound calculation code
14592         - When scrollbars are no longer needed we need to reset scrolling
14593         vars and recalculate the visible order so the redraw is correct
14594         * TreeNode.cs: We can't expand/collapse nodes with no children.
14595
14596 2006-06-03  John Luke  <john.luke@gmail.com> 
14597
14598         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
14599         so the colors work without dev packages
14600         
14601 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
14602
14603         * Control.cs 
14604           - Select: Implemented to just use activate. Seems to match MS 
14605             behaviour closest. Documented to only do actual control walking 
14606             based on it's parameters if in a container control so I moved 
14607             the code there.
14608           - Removed selection check logic from our internal Select() method
14609         * ContainerControl.cs:
14610           - Select: Moved selection logic from Control here, since MS documents
14611             that containers obey the bool arguments. No longer calling base
14612
14613 2006-06-02  Jackson Harper  <jackson@ximian.com>
14614
14615         * TreeView.cs: If the selected node isn't changed when we get
14616         focus update the previously selected node so that we see the
14617         selection box.
14618
14619 2006-06-02  Mike Kestner  <mkestner@novell.com>
14620
14621         * ComboBox.cs: restructure grab and general mouse event handling.
14622         Make the composite control raise mouse events like it was a single
14623         control for leaves/enters/motion/up/down events.  fix dropdown list
14624         coordinate mangling and refactor it into the scrollbar subclass to
14625         reduce code duplication.  Fixes #78282 #78361 and #78457.
14626
14627 2006-06-02  Mike Kestner  <mkestner@novell.com>
14628
14629         * ScrollBar.cs: remove Capture setting/clearing, as it happens
14630         automatically in the Control.WndProc.
14631
14632 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14633
14634         * FileDialog.cs: fix crash when running SharpChess, which sets the
14635         FilterIndex to 2 with only one Filter.
14636
14637 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14638
14639         * ToolBar.cs: add SizeSpecified property.
14640         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
14641         try to figure out our real size, otherwise fallback to what the
14642         container says.
14643
14644 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
14645
14646         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
14647         * Control.cs (WndProc): MS always calls the DefWndProc to pass
14648           up the event
14649
14650 2006-06-01  Mike Kestner  <mkestner@novell.com>
14651
14652         * ListView.cs: revamp the focus management in ListView.  It still
14653         causes churn of LostFocus/GotFocus emissions on clicks, but it's
14654         better than not handling focus at all.  Will revisit when pdb feels
14655         the general focus handling is solid.  Fixes #78526.
14656
14657 2006-06-01  Jackson Harper  <jackson@ximian.com>
14658
14659         * TreeView.cs: Set the default border style in the constructor.
14660         - Move painting to use OnPaintInternal instead of capturing
14661         WM_PAINT, this is the correct way of doing things
14662         - UpdateBelow shouldn't invalidate the scrollbar area
14663         - Cap the top on update below in case the node was above the top
14664         of the viewport rectangle.
14665         - ExpandBelow and Collapse below need to obey Begin/End Update.
14666         * TreeNode.cs: Make is_expanded internal so the treenode
14667         collection can change it without firing the whole event chain.
14668         * TreeNodeCollection.cs: When clearing all the child nodes make
14669         sure to recalc the visible order.
14670         - Improve algo for remove the top node
14671
14672 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
14673
14674         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
14675           SendMessage directly calling window procedures, which in turn might
14676           call SetFocus()
14677
14678 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
14679
14680         * Control.cs: Don't handle WM_SETFOCUS if the same window already
14681           has focus (works around X11 sending a FocusIn after our SetFocus)
14682         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
14683
14684 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
14685
14686         * Mime.cs: Fix for the NET_2_0 build.
14687           NameValueCollection needs StringComparer now.
14688
14689 2006-05-31  Chris Toshok  <toshok@ximian.com>
14690
14691         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
14692         return (via an out parameter) the starting X of the column.
14693         (UpdateVisibleColumn): track change to FromPixelToColumn.
14694         (HitTest): add a ColumnResize case here.
14695         (DrawResizeLine): new function, probably poorly named.
14696
14697         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
14698         only need to keep one reference.
14699         (set_ListManager): same.
14700         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
14701         Also, add support for HitTestType.ColumnResize.
14702         (OnMouseMove): add column resize behavior here, and change the
14703         cursor to the correct one as we move around the datagrid.
14704         (OnMouseUp): terminate the column resize if we're resizing.
14705         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
14706         for the current cell.
14707         (ConnectListManagerEvents): use cached_currencymgr.
14708         (DisconnectListManagerEvents): fill this in, using
14709         cached_currencymgr.
14710         (SetCurrentCell): remove cached_currencymgr_events handling.
14711         (SetDataMember): only call DisconnectListManagerEvents if
14712         cached_currencymgr is != null.
14713         (SetDataSource): same.
14714         (OnListManagerCurrentChanged): cached_currencymgr_events ->
14715         cached_currencymgr.
14716
14717 2006-05-31  Jackson Harper  <jackson@ximian.com>
14718
14719         * BindingManagerBase.cs: Remove somedebug code that creeped into
14720         SVN.
14721         * TreeNode.cs: We get the indent level dynamically right now, so
14722         don't track it as a member.
14723         * TreeNodeCollection.cs: Make sure all nodes added to the list
14724         have parents, treeviews/topnodes setup properly.
14725         - Don't attempt to track indent level.
14726
14727 2006-05-30  Jackson Harper  <jackson@ximian.com>
14728
14729         * BindingContext.cs: Create the currency manager tables here.
14730         This allows us to more easily create null tables (when bad data
14731         members are used), and more easily create related currency
14732         managers.
14733         * CurrencyManager.cs: All the table creation stuff is done by the
14734         binding context now.
14735         - Current should throw an exception if listposition is -1.
14736         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
14737         been bound yet.
14738
14739 2006-05-30  Mike Kestner  <mkestner@novell.com>
14740
14741         * ListView.cs: allow reexpansion of zero-width column headers.
14742         Fixes #78528.
14743
14744 2006-05-28  Chris Toshok  <toshok@ximian.com>
14745
14746         * CurrencyManager.cs (get_Current): after the late binding
14747         listposition = -1 fix, we need to guard against it here and return
14748         null, otherwise we raise an exception (which is swallowed
14749         elsewhere, and breaks datagrid databinding.)
14750
14751 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
14752
14753         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
14754           than WM_SYSKEY, don't throw if get something unexpected (#78507)
14755
14756 2006-05-26  Jackson Harper  <jackson@ximian.com>
14757
14758         * ControlPaint.cs:
14759         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
14760         values, it's faster and it's all we care about (we don't care if
14761         the names aren't equal).
14762         * KeyboardLayouts.cs: Eliminate some dead code.
14763         - Lazy init things
14764         * X11Keyboard.cs: Lazy init keyboard detection.
14765         - Cleanup access modifiers a little.
14766
14767 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
14768
14769         * XplatUIX11.cs: Once again, attempting to get layout just right.
14770
14771 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
14772
14773         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
14774           the sizes of each link section, that will result in sizes that
14775           match DrawString's layout (Fixes #78391)
14776
14777 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
14778
14779         * FileDialog.cs: If AddExtension property is true autocomplete the
14780           extensions in SaveFileDialog correctly. Fixes bug #78453.
14781           Set MyNetwork and MyComputer to "C:\" for windows. This should
14782           fix part 8 of bug #78446 for now.
14783
14784 2006-05-26  Chris Toshok  <toshok@ximian.com>
14785
14786         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
14787         invalidate the current row header if we need to, but presumably
14788         we'll invalidate the row corrsponding to the bounds or
14789         editingControl.
14790         (GridHScrolled): switch back to this method, as it's part of the
14791         public api.  *sigh*.
14792         (GridVScrolled): same.
14793         (OnMouseWheel): hack up something that more or less works.  Call
14794         GridHScrolled/GridVScrolled directly, instead of duplicating much
14795         of their code here.
14796         (EnsureCellVisibility): reinstate a bunch of this code, since we
14797         can't just set the scrollbar Value and expect to do all the work
14798         in the ValueChanged handler.  Also, Call Update() after scrolling
14799         in one direction so the other XplatX11.ScrollWindow call has the
14800         proper stuff in the proper places.
14801         (EditCell): set is_editing to true before calling .Edit.
14802
14803         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
14804         don't bother comparing first.
14805         (OnKeyPress): call grid.ColumnStartedEditing before calling
14806         base.OnKeyPress.  this will set is_changing and invalidate the row
14807         header if necessary.
14808         (ProcessKeyMessage): for WM_CHAR messages, call
14809         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
14810         and WM_KEYDOWN.
14811         
14812         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
14813         it's done in the DataGrid.
14814         (NextState): call grid.ColumnStartedEditing, which takes care of
14815         invalidating the row header (and setting is_changing).
14816
14817         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
14818         here.  it's done in the DataGrid.
14819
14820 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14821
14822         * Control.cs: allow changing the cursor when the mouse position is
14823         out of bounds but Capture is set.
14824         * LinkLabel.cs: handle the case when the mouse button is pressed on the
14825         linklabel but released somewhere else.
14826
14827 2006-05-25  Jackson Harper  <jackson@ximian.com>
14828
14829         * TreeView.cs: When we get focus if there is no selected node make
14830         it the top node
14831         - Remove some uneeded setup code from Draw.
14832         * TreeNodeCollection.cs: If the tree doesn't have a top node when
14833         a new node is inserted make the new node the top.
14834         * XplatUIX11.cs:
14835         * Timer.cs: Use Utc time so that no local time zone stuff needs to
14836         be used (should be faster).
14837         
14838 2006-05-25  Chris Toshok  <toshok@ximian.com>
14839
14840         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
14841         problem with the last commit.
14842
14843 2006-05-25  Chris Toshok  <toshok@ximian.com>
14844
14845         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
14846         need the invalidate call here, while scrolling right-to-left via
14847         the left arrow key (i.e. moving the editing cell while scrolling).
14848
14849         * DataGrid.cs (.ctor): remove the initialization of
14850         ctrl_pressed/shift_pressed.  We no longer track them using key
14851         up/down handlers, but by using Control.ModifierKeys.  Also, switch
14852         to using ValueChanged handlers on the scrollbars instead of
14853         Scrolled event handlers.  This simplifies a bunch of the scrolling
14854         code.
14855         (GridHValueChanged): rename from GridHScrolled, and change it to
14856         work with the new event args.
14857         (GridVValueChanged): same.
14858         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
14859         (OnMouseWheel): actually scroll the datagrid.  Don't change the
14860         selected cell.
14861         (ProcessGridKey): correct all the keyboard navigation stuff I
14862         could find.  Ctrl up/down/left/right/home/end work now.
14863         (EnsureCellVisibility): correct method name spelling.  Also,
14864         simplify this a touch by not explicitly calling the
14865         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
14866         scrollbar value.
14867         (OnKeyUpDG): no need for this method now.
14868         
14869 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14870
14871         * LinkLabel.cs: display the OverrideCursor when hovering the label.
14872         Fixes bug #78392.
14873
14874 2006-05-25  Chris Toshok  <toshok@ximian.com>
14875
14876         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
14877         r61019.
14878
14879 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
14880
14881         * Application.cs: Moved setting of is_modal and closing to before
14882           we create the control, to allow the event handlers called as a
14883           result of creation affect closing. Also removed Gonzalo's previous
14884           change to setting DialogResult, the behaviour has been moved to 
14885           Form.ShowDialog()
14886         * Form.cs: 
14887           - ShowDialog(): Removed explicit creation of the form, let RunLoop
14888             handle it instead
14889           - ShowDialog(): If no dialog result is set, we need to return Cancel
14890           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
14891             the close is cancelled
14892
14893 2006-05-25  Jackson Harper  <jackson@ximian.com>
14894
14895         * StatusBar.cs: We only need to update the sizes of the other
14896         panels when we have auto size contents.  Also we are only updating
14897         the contents of the panel, not the borders, so compensate for the
14898         border width (TODO: get this width from the theme somehow).
14899         * TreeView.cs: Scrollable is true by default
14900         - Use invalidate instead of refresh where needed
14901         - Factor the scrollable value into scrollbar updating
14902         - Update the scrollbars if the Scrollable property is altered
14903         - Update the selected node if its ImageIndex is changed
14904         - Handle null nodes in UpdateNode (mainly so we don't have to
14905         check if selected is null when updating it
14906         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
14907         are factored into the visible count
14908         - Use VisibleCount for clarity in the code
14909         - When the font is changed we need to recurse through all the
14910         nodes and invalidate their sizes
14911         
14912 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14913
14914         * Application.cs: set the DialogResult to fixed when the main form is
14915         hidden or destroyed while being modal.
14916
14917 2006-05-25  Miguel de Icaza  <miguel@novell.com>
14918
14919         * Theme.cs: Use Tangoified messagebox icons. 
14920
14921         (GetSizedResourceImage): Also cope with width = 0 and do not
14922         trigger a warning in that case (0 means "give me your icon from
14923         the resouce, no special size needed).
14924
14925 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
14926
14927         * Application.cs: Leave runloop if the the main modal form is 
14928           hidden (fixes #78484)
14929
14930 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14931
14932         * BindingContext.cs : reject null datasource in Contains() and
14933           Item[].
14934         * CurrencyManager.cs : check data_member validity when data_source
14935           is dataset. When it is late binding, the initial position is -1.
14936
14937 2006-05-24  Jackson Harper  <jackson@ximian.com>
14938
14939         * TreeNodeCollection.cs: Dont't recalculate the visible order on
14940         inserted nodes that aren't visible.  This changes the
14941         max_visible_order which confuses scrollbar settings.
14942         - Use the enumerator to get the prev node instead of duplicating
14943         code.
14944         * TreeView.cs: Use new method for setting scrollbar values
14945         - Don't set the bounds every time the scrollbar is updated
14946         - When updating below the root node use an invalidate instead of a
14947         refresh to prevent the child controls (scrollbars) from being
14948         refreshed. (UpdateBelow still needs to be reworked anyways).
14949         - Reenable SetBottom now that visible orders are set correctly,
14950         added some debug code incase we ever get bad values there again.
14951         - Set the scrollbar max to 2 less then the max value, this
14952         compensates for the max value being one above the node count, and
14953         for scrollbars adding one extra "notch".
14954         - When drawing image nodes if there is an imagelist we draw the
14955         first image in the list if the supplied image index is out of the
14956         image list's bounds.
14957         
14958 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
14959
14960         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
14961           we receive a size change from the WM (Fixes #78503)
14962
14963 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
14964
14965         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
14966           rectangle (Fixes #78501)
14967
14968 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
14969
14970         * ButtonBase.cs: 
14971           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
14972             as a bitfield.
14973           - Fixed MouseMove to no longer switch pressed state unless the left
14974             mouse button is pressed. Atsushi provided the original patch (#78485)
14975           
14976 2006-05-24  Jackson Harper  <jackson@ximian.com>
14977
14978         * ScrollBar.cs: New internal methods that allow us to change a
14979         couple values on the scrollbar (the most common case is maximum
14980         and large change) without getting multiple invalidates.
14981
14982 2006-05-24  Chris Toshok  <toshok@ximian.com>
14983
14984         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
14985         (Edit): save off the original state in oldState, and set
14986         grid.is_editing to true.
14987         (OnKeyDown): abort editing if escape is pressed.  also, call
14988         NextState if space is pressed.
14989         (OnMouseDown): call NextState.
14990         (NextState): factor out shared code from OnKeyDown and OnMouseDown
14991         here.  Also, only invalidate the row header once (on the initial
14992         is_changing switch) to save on redraws.
14993
14994 2006-05-24  Chris Toshok  <toshok@ximian.com>
14995
14996         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
14997         if the value in the cell is different than it was before.  This
14998         keeps us from triggering a layout when we move around a datarid
14999         with a highlighted cell.
15000         (Edit): suspend layout when creating/positining the text box, and
15001         resume passing false so we don't ever actually re-layout.
15002         (ReleaseHostedControl): same.
15003         (EnsureTextBox): reformat slightly, and set WordWrap to false.
15004
15005         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
15006         control-key sequences should go to the datagrid - remove that
15007         lock.  Also, modify the conditions under which we move between
15008         cells when moving the cursor within a cell, and remove the "this"
15009         and "base" from field accesses.  We weren't even consistent, given
15010         they all were in the base class.
15011
15012 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
15013
15014         * Binding.cs : (.ctor)
15015           An obvious NRE fix for BindingTest.CtorNullTest().
15016
15017 2006-05-23  Chris Toshok  <toshok@ximian.com>
15018
15019         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
15020         them between lines.  This fixes some quirks editing cells in the
15021         datagrid.
15022
15023 2006-05-23  Jackson Harper  <jackson@ximian.com>
15024
15025         * TreeView.cs: Use begin/end update when doing expand/collapse all
15026         so that we don't get flicker on the scrollbar.
15027
15028 2006-05-23  Jackson Harper  <jackson@ximian.com>
15029
15030         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
15031         treenode calculations to be independant of the painting code. To
15032         do this nodes track a visible order which is calculated by the
15033         treeview.
15034         - Call new methods for expanding/collapsing nodes.  These methods
15035         use scrollwindow so we don't have to update everything below the
15036         node.
15037         * TreeView.cs: Refactored drawing and scrolling code.  We don't
15038         need to update nodes when drawing anymore or calculate scrollbar
15039         stuff.
15040         - Added new methods for expanding/collapsing nodes. These methods
15041         use ScrollWindow so as to not have to redraw all the nodes below.
15042         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
15043         we add/remove nodes or sort.
15044         - Handle removing the selected and the top node properly.
15045
15046 2006-05-23  Chris Toshok  <toshok@ximian.com>
15047
15048         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
15049         maybe this should actually happen in the datagrid code?
15050         (EndEdit): no need to invalidate anything, given that
15051         ReleaseHostedControl causes the datagrid to relayout, which
15052         invalidates everything anyway.
15053
15054         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
15055         in SetCurrentCell).
15056         (set_SelectionBackColor): call InvalidateSelection instead of
15057         Refresh.
15058         (set_SelectionForeColor): same.
15059         (BeginEdit): Flesh this out a bit.
15060         (CancelEditing): only do any of this if we're editing/adding.
15061         (EndEdit): same.
15062         (OnMouseDown): there's no need to cancel editing here, it's done
15063         in SetCurrentCell.
15064         (SetCurrentCell): only invalidate the current row header if it's a
15065         different row than the new one.
15066         (ShiftSelection): fix this to work like MS does.
15067         (ResetSelection): factor out the invalidation of selected_rows to
15068         InvalidateSelection.
15069         (SetDataSource): cancel any editing that's going on.
15070
15071         * DataGridColumnStyle.cs
15072         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
15073         call the non-interface version.
15074
15075         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
15076         header rectangle with the clip rectangle so we don't redraw the
15077         entire header for just a small area.  Gets rid of the last flicker
15078         when horizontally scrolling.
15079         (DataGridPaintRow): same.
15080
15081 2006-05-23  Mike Kestner  <mkestner@novell.com>
15082
15083         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
15084         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
15085         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
15086         Critical bug report.
15087
15088 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
15089
15090         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
15091           and this fixes #78493
15092
15093 2006-05-23  Miguel de Icaza  <miguel@novell.com>
15094
15095         * Theme.cs (GetSizedResourceImage): Scale images if the proper
15096         size is not found.  
15097         
15098         * FileDialog.cs: Do not change the background for the side bar as
15099         it wont work nicely with the theme, and also reduces the artifacts
15100         in rendering the icons (which I want to fix too).
15101
15102         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
15103         resources, not resgen resources. 
15104
15105         (PlatformDefaultHandler): Pull images using the new API.
15106
15107 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
15108
15109         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
15110           a reference to the hwnd and will not remove it unless there are
15111           no pending exposures (fixes #78341)
15112         * XplatUI.cs: Improved debug
15113
15114 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
15115
15116         * MenuAPI.cs : don't handle OnClick event when it was not the left
15117           button. Fixed bug #78487.
15118
15119 2006-05-23  Mike Kestner  <mkestner@novell.com>
15120
15121         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
15122         prefer submenus to the top menu for item lookup, to avoid popping down
15123         top-row items.
15124
15125 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
15126
15127         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
15128           Graphics.FillRectangle as the visual results are really bad (even
15129           on win). We now draw perfect arrows (and perfect shadows when the
15130           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
15131           Pen.DashPattern to draw the dots of each line.
15132
15133 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
15134
15135         * FileDialog.cs: Update the filename combobox when navigating through
15136           the ListView with the cursor keys. Fixes part 7 of bug #78446.
15137
15138 2006-05-22  Mike Kestner  <mkestner@novell.com>
15139
15140         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
15141         Fixes #78463.
15142
15143 2006-05-22  Mike Kestner  <mkestner@novell.com>
15144
15145         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
15146         requests. Fix a misspelled parameter and a copy paste exception error
15147         in Select.
15148
15149 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
15150
15151         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
15152           to get the same width/height (5/13) on X11 as the default font has on
15153           win32. This means that our DefaultFont emSize is smaller than the 
15154           the MS SWF equivalent (even thought the width/height stays the same)
15155
15156 2006-05-20  Jackson Harper  <jackson@ximian.com>
15157
15158         * MdiClient.cs:
15159         * MdiWindowManager.cs:
15160         * InternalWindowManager.cs: Make sure to use the border width from
15161         the theme.
15162
15163 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
15164
15165         * PrintDialog.cs: Implements printer details
15166
15167 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
15168
15169         * FileDialog.cs: Added focus handling for PopupButtonPanel.
15170           Fixes part 1 and 2 of bug #78446
15171
15172 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
15173
15174         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
15175           instead of sticking to the first ever calculated value
15176
15177 2006-05-19  Mike Kestner  <mkestner@novell.com>
15178
15179         * ComboBox.cs: fix mouse motion selection to use MousePosition and
15180         PointToClient, since Capture is set. Fixes #78344.
15181
15182 2006-05-19  Mike Kestner  <mkestner@novell.com>
15183
15184         * ListView.cs: match MS behavior in Details view where items are not
15185         drawn if Columns.Count == 0. 
15186         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
15187         Use a separate pen to draw the check, since changing the width affects
15188         the box as well.  Fixes #78454.
15189
15190 2006-05-18  Miguel de Icaza  <miguel@novell.com>
15191
15192         * ListView.cs: ArgumentOutOfRangeException, single versions of the
15193         exception should throw the name of the invalid argument.
15194
15195         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
15196         there are no files listed. 
15197
15198 2006-05-18  Jackson Harper  <jackson@ximian.com>
15199
15200         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
15201         up.
15202
15203 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
15204
15205         * Control.cs: Brought back our old UpdateZOrder method as a private
15206           function and switched our calls from UpdateZOrder to the new one.
15207           This fixes the Paint.Net canvas disappearing bug.
15208
15209 2006-05-18  Jackson Harper  <jackson@ximian.com>
15210
15211         * Theme.cs:
15212         * ThemeWin32Classic.cs:
15213         * InternalWindowManager.cs: Move the drawing into the theme,
15214         expose everything the theme should need from the window manager.
15215
15216 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
15217
15218         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
15219           from the call to NativeWindow to avoid walking up the parent chain
15220           further than needed (speeds up setting cursors and avoids setting
15221           the wrong cursor if a parent has another cursor defined)
15222         * Cursor.cs: When loading an icon as cursor, MS uses the center of
15223           the icon as hotspot, not what's contained as hotspot in the icon
15224           file. This fixes the perceived drawing offset seen with Paint.Net
15225         
15226 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
15227
15228         * XplatUIX11.cs: 
15229           - Store the calculated rectangle in Hwnd object and use it when 
15230             setting the client size
15231           - Force Toolwindows to always be type Dock, to ensure they're on top
15232
15233 2006-05-18  Mike Kestner  <mkestner@novell.com>
15234
15235         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
15236         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
15237         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
15238         Substantial refactoring to remove confusing nested classes. Coding
15239         standard and Get+Set->property refactorings.  Shift to index based
15240         highlighting in ComboListBox instead of constantly using IndexOf and
15241         Items[]. Add invalidations on resize for DropDownList to fix ugliness
15242         in FileDialog growth.  Draw borders manually since Simple mode needs
15243         to look like two independent controls.  Make listbox border
15244         conditional to DropDownStyle.  Improved OwnerDraw support.
15245
15246 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
15247
15248         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
15249         Don't set the disposed graphics to null, so we can throw the "right"
15250         exception if the graphics is reused later (added a flag to avoid 
15251         double disposing). Some behaviours are different under 2.0 and are
15252         filled under bug #78448.
15253
15254 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
15255
15256         * Control.cs: When double-buffering is enabled, we need to reset
15257           our graphics context between paint calls. Otherwise, any 
15258           transformations and other alterations on the context will 
15259           become cumulative (#77734)
15260
15261 2006-05-18  Mike Kestner  <mkestner@novell.com>
15262
15263         * ListView.cs: do focused item selection like MS on clicks. 
15264         Rework focus handling for ItemControl so LostFocus invalidates as
15265         well.
15266         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
15267         the ListView ItemControl has focus.
15268
15269 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
15270
15271         * XplatUIX11.cs: If client_window ends up being width or height zero
15272           due to border settings, move it off window inside whole_window (#78433)
15273
15274 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
15275
15276         * Mime.cs: Shrink the mime file cache correctly.
15277
15278 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
15279
15280         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
15281
15282 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15283
15284         * XplatUIX11.cs (AddExpose): More sanity checks
15285
15286 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15287
15288         * XplatUIX11.cs:
15289           - AddExpose: Don't add expose ranges outside the size of our
15290             window
15291           - Cast opacity values to Int32 to avoid crashes with certain
15292             values
15293           - Added disabled code paths that protect against illegal cross-
15294             thread painting (Developers.exe)
15295
15296 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15297
15298         * ProgressBar.cs: Invalidate the control when it's resized
15299           since block size is based on control size. (#78388)
15300
15301 2006-05-16  Miguel de Icaza  <miguel@novell.com>
15302
15303         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
15304         of setting the incoming argument to the "reset" value, we set the
15305         this.datamember to string.empty (before we were invalidating the
15306         incoming data).   
15307
15308         Fixes 78420
15309
15310 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15311
15312         * Form.cs: Only apply transparency settings after the form
15313           is created. (Fixes #77800)
15314
15315 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15316
15317         * ApplicationContext.cs: Grab the HandleDestroyed event so
15318           we know when to fire OnMainFormClosed 
15319
15320 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15321
15322         * Application.cs: Introduced sub-class to allow tracking of
15323           threads and centralized triggering of the event mess for
15324           ThreadExit, AppExit, etc..  (#76156)
15325
15326 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
15327
15328         * MimeIcon.cs:
15329           - Do not return a null icon index value for a mime subclass.
15330             Instead try the main mime type class too.
15331           - Seems that some newer distributions don't have a link to some
15332             gnome default icons anymore. So check the default gnome dir too.
15333           
15334
15335 2006-05-16  Jackson Harper  <jackson@ximian.com>
15336
15337         * MdiClient.cs: Don't paint the parent background image if we have
15338         our own background image.
15339
15340 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
15341
15342         * Control.cs:
15343           - PerformLayout: Do not shrink space filled by DockStyle.Fill
15344             controls, all filled controls are supposed to overlap (#78080)
15345           - UpdateZOrder is supposed to update the control's z-order in the
15346             parent's z-order chain. Fixed to behave like that
15347           - BringToFront: Removed obsolete code
15348           - SendToBack: Simplyfied
15349           - SetChildIndex: Trigger layout calculations when Z-order changes
15350             since layout is done by z-order
15351
15352 2006-05-16  Chris Toshok  <toshok@ximian.com>
15353
15354         [ fixes bug #78410 ]
15355         * DataGrid.cs (set_AlternatingBackColor): use
15356         grid_drawing.InvalidateCells instead of Refresh().
15357         (set_BackColor): call grid_drawing.InvalidateCells.
15358         (set_BackgroundColor): use Invalidate instead of Refresh.
15359
15360         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
15361         invalidate the cell area.
15362
15363 2006-05-15  Chris Toshok  <toshok@ximian.com>
15364
15365         [ fixes bug #78011 ]
15366         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
15367         on to DataGridPaintRow.
15368         (DataGridPaintRow): take a clip argument, and only draw the cells
15369         which intersect it.  same with the not_usedarea.
15370
15371         * Theme.cs (DataGridPaintRow) add @clip parameter.
15372
15373         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
15374         XplatUI.ScrollWindow.
15375         (ScrollToRow): same.
15376
15377         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
15378         with last column which was causing a gray swath to appear with the
15379         XplatUI.ScrollWindow code.
15380
15381 2006-05-15  Chris Toshok  <toshok@ximian.com>
15382
15383         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
15384         use XplatUI.ScrollWindow.
15385         (VerticalScrollEvent): use XplatUI.ScrollWindow.
15386
15387 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
15388
15389         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
15390
15391 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
15392
15393         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
15394           file since there are no equivalent X11 cursors
15395
15396 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15397
15398         * MonthCalendar.cs : DateTimePicker should reflect selected date
15399           on mouse*up*, not mouse*down*. Fixed originally reported part of
15400           bug #76474.
15401
15402 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15403
15404         * TabControl.cs : When argument index is equal or more than tab
15405           count, just ignore. Fixed bug #78395.
15406
15407 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
15408
15409         * Control.cs: Dispose all child controls when control is diposed (#78394)
15410
15411 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
15412
15413         * ColorDialog.cs: Finally it is possible to select the color with
15414           the text boxes
15415
15416 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
15417
15418         * PrintDialog.cs: Fix typo
15419
15420 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
15421
15422         * PrintDialog.cs: PrintDialog is not resizable
15423         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
15424           color. Made some ToolBar drawing methods protected virtual.
15425
15426 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
15427
15428         * PrintDialog.cs: Implementation of the PrintDialog
15429
15430 2006-05-12  Chris Toshok  <toshok@ximian.com>
15431
15432         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
15433         thumb, instead use MoveThumb.  This has the side effect of making
15434         most of the other thumb moving machinery use MoveThumb as well.
15435         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
15436         need to actually invalidate the rectangle where the new thumb will
15437         go.
15438         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
15439         We force an Update() after, so it's not as fast as it could be,
15440         but at least there's zero flicker and no droppings.
15441         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
15442         (UpdateThumbPos): add another argument (dirty), which says whether
15443         or not to calculate/add dirty regions which we later invalidate.
15444         For cases where we know we're going to use MoveThumb, we pass
15445         false for this.  Otherwise, pass true.
15446
15447 2006-05-12  Jackson Harper  <jackson@ximian.com>
15448
15449         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
15450         the status bar.
15451         
15452 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
15453
15454         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
15455           and GetClipRegion methods and UserClipWontExposeParent property.
15456         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
15457           overriding UserClipWontExposeParent property, setting to false, since
15458           Win32 handles the required expose messages to draw our clipped parent
15459           areas internally
15460         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
15461           PaintEventStart to set the user clip region if set.
15462         * Control.cs: 
15463           - Now internally tracking the Region for the control since we need to
15464             store it if the handle is not yet created and only set it when it
15465             becomes created. Before setting the region forced handle creation
15466           - Added code to draw the parents underneath a user-clipped region
15467         * Hwnd.cs: Added UserClip property
15468
15469 2006-05-12  Chris Toshok  <toshok@ximian.com>
15470
15471         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
15472         (set_Maximum): same.
15473         (set_Minimum): same.
15474         (set_SmallChange): same.
15475         (OnMouseUpSB): remove the call to refresh when releasing the
15476         thumb.  We shouldn't need it.
15477         
15478 2006-05-12  Miguel de Icaza  <miguel@novell.com>
15479
15480         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
15481         AutoSize set to None, we do not need to relayout everything, we
15482         just need to invalidate the current region.
15483
15484         (Draw): Do not draw the entire ClientArea, just redraw the
15485         clip area being passed.
15486
15487         * MdiClient.cs: Make MdiClient constructor with the Form argument
15488         internal. 
15489
15490 2006-05-12  Jackson Harper  <jackson@ximian.com>
15491
15492         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
15493         parents background image,  but strangely not their own.
15494         - (DrawStatusBarPanel): Take into account horizontal alignment
15495         when drawing the strings and icons.
15496
15497 2006-05-12  Mike Kestner  <mkestner@novell.com>
15498
15499         * ListBox.cs: avoid invalidations for focus when the collection is
15500         empty. 
15501
15502 2006-05-12  Chris Toshok  <toshok@ximian.com>
15503
15504         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
15505         invalidate the entire thumb area.  Call InvalidateDirty which
15506         limits the redraw to the thumb itself and surrounding pixels.
15507
15508         * XplatUIX11.cs (ScrollWindow): optimize copying.
15509         
15510 2006-05-12  Chris Toshok  <toshok@ximian.com>
15511
15512         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
15513         Figure out the positioning/layout in a single pass instead of
15514         multiple recursive invocations.  Speeds up the initial display of
15515         the data grid.  Also, make many things private that were
15516         originally public but unused outside this class.
15517
15518 2006-05-11  Jackson Harper  <jackson@ximian.com>
15519
15520         * MdiClient.cs: Improved layout code.
15521
15522 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
15523
15524         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
15525           not SelectedObject.
15526
15527 2006-05-11  Chris Toshok  <toshok@ximian.com>
15528
15529         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
15530         union of that will always be {0,0,width,height}.
15531
15532 2006-05-11  Jackson Harper  <jackson@ximian.com>
15533
15534         * Form.cs: Match MS's DefaultSize for forms (they must have
15535         changed the size in sp2).
15536
15537 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
15538
15539         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
15540
15541 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
15542
15543         * TextControl.cs : Fixed bug #78109. This incorrect position
15544           comparison caused crash on automatic line split.
15545         * TextBoxBase.cs : reduce duplicate code.
15546
15547 2006-05-10  Jackson Harper  <jackson@ximian.com>
15548
15549         * MdiClient.cs: Active form is only sent to the back when using
15550         the Next form functionality, when a form is clicked the current
15551         active shouldn't be sent to the back.
15552         - Layout the mdi windows when the container is first made visible.
15553         * Form.cs: Give the MdiClient a ref to the containing form when we
15554         create it.
15555         
15556 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
15557
15558         * LinkLabel.cs : link_font could be uninitialized, so populate one
15559           before actual use. Fixed bug #78340.
15560
15561 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
15562
15563         * XplatUIX11.cs : clipboard format native value is IntPtr.
15564           Fixed bug #78283.
15565
15566 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
15567
15568         * Control.cs: 
15569           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
15570             which is passed up the parent chain by DefWndProc
15571           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
15572             to DefWndProc (#77956)
15573         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
15574
15575 2006-05-10  Jackson Harper  <jackson@ximian.com>
15576
15577         * MdiClient.cs: We need to remove the controls from the mdi
15578         collection, when we close the window.
15579         * MdiWindowManager.cs: Special handling of closing mdi windows.
15580         * InternalWindowManager.cs: Make the close method virtual so the
15581         mdi window manager can handle it specially.
15582
15583 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
15584
15585         * DataGrid.cs:
15586           - Recalculate grid when the data source has changed
15587           - Matches styles provided by user from all data sources types
15588         * DataGridTableStyle.cs: For columns that provided by the user set the
15589         with the preferred value is there was unassigned.
15590         * CurrencyManager.cs: throw OnItemChanged event
15591
15592 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
15593
15594         * PictureBox.cs: Don't animate until handle is created. Start animation
15595           when handle is created.
15596
15597 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
15598
15599         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
15600           current codebase.
15601         * XEventQueue.cs: We don't need to provide the extra info
15602
15603 2006-05-10  Jackson Harper  <jackson@ximian.com>
15604
15605         * MdiClient.cs: If the mdi clients parent form has a background
15606         image set, we draw that background image for the mdi area's
15607         background.
15608
15609 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
15610
15611         * TextBoxBase.cs: Set IBeam cursor (#78347)
15612
15613 2006-05-10  Mike Kestner  <mkestner@novell.com>
15614
15615         * ToolBar.cs: fix some text padding issues with ButtonSize
15616         calculation. Update the default size to match MS documentation.
15617         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
15618         button size. Fixes #78296.
15619
15620 2006-05-10  Mike Kestner  <mkestner@novell.com>
15621
15622         * ListBox.cs: use is_visible for scrollbar positioning in case the
15623         control isn't on screen yet.  Fix off by one with Right vs Width
15624         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
15625         
15626 2006-05-10  Jackson Harper  <jackson@ximian.com>
15627
15628         * X11Dnd.cs: Drop to a control with another control on top of it.
15629         * ToolBar.cs: Work on a copy of the buttons list, so that it can
15630         be modified in click handlers. TODO: Look for similar problems in
15631         other controls.
15632
15633 2006-05-09  Jackson Harper  <jackson@ximian.com>
15634
15635         * Form.cs: Window managers need the old window state when setting
15636         window state now.
15637         * InternalWindowManager.cs: Allow the base mdi window manager to
15638         handle more of the MDI only stuff (like maximize buttons).
15639         * MdiWindowManager.cs: Fix some snafus in changing the window
15640         state.  Add all the menu functionality, for both popup and
15641         maximized menus.
15642         * MdiClient.cs: When a new form is selected the currently
15643         activated form is sent to the back, this matches MS.
15644         - Implement a new method to activate the next mdi child window.
15645
15646 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
15647
15648         * Control.cs: 
15649           - Added new InternalCapture method to allow controls to prevent
15650             the capture behaviour on the click handlers
15651           - Switched to use InternalCapture
15652         * ComboBox.cs:
15653           - Using InternalCapture to prevent mouse captures from being released
15654             on mouse button release (Fixes #78100)
15655         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
15656           returns Form borders if a caption is present. (Fixes #78310)
15657
15658 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
15659
15660         * TreeNode.cs: Changed serialization .ctor to not require every field
15661           to be present. (#78265)
15662         * OwnerDrawPropertyBag.cs: Added serialization .ctor
15663
15664 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
15665
15666         * MimeIcon.cs: for is faster than foreach for strings.
15667
15668 2006-05-05  Mike Kestner  <mkestner@novell.com>
15669
15670         * CheckedListBox.cs: update check handling code to not use selected.
15671         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
15672         behavior for visual feedback, motion response, shift/ctrl handling,
15673         and properly deal with all 4 selection modes. Updates to bounds
15674         handling logic.  Add scroll wheel support. [Fixes #77842]
15675
15676 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
15677
15678         * ListView.cs:
15679           - Moved adding of Implicit controls into .ctor. That way, subsequent
15680             creation of the controls will not cause them to think they are 
15681             toplevel windows (fixes #78200 header problem)
15682           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
15683           - Switched visibility setting of header control to use internal field
15684             to avoid triggering handle creation
15685           - Now checking if handle is created before causing a refresh when items
15686             are added (This makes us now match handle creation time with MS)
15687         * Splitter.cs: Removed loading of private splitter cursor, switched to
15688           Cursors version now that that is loading the right ones
15689         * Cursors.cs: Load proper splitter cursors from resources
15690         * Cursor.cs: Added second method of loading resource cursors for the 
15691           VS.Net users amongst us
15692
15693 2006-05-05  Mike Kestner  <mkestner@novell.com>
15694
15695         * ListView.cs: give header_control a minimum size based on the
15696         ListView size.
15697
15698 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
15699
15700         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
15701           window seems to do that with metacity, so set that type. (#78120)
15702
15703 2006-05-05  Mike Kestner  <mkestner@novell.com>
15704
15705         * ListViewItem.cs: fix Details mode checkbox layout bug.
15706         * ThemeWin32Classic.cs: draw a ListView column header for unused space
15707         at the end of the header, if it exists. [Fixes for #78200]
15708
15709 2006-05-04  Jackson Harper  <jackson@ximian.com>
15710
15711         * MdiClient.cs: Add a helper property to get the container form.
15712         * MdiWindowManager.cs: We have to make sure to use the menu origin
15713         when drawing the icons and buttons, this fixes maximized window
15714         icons/buttons on win32.
15715         * InternalWindowManager.cs: Reset the restore captions when a
15716         window goes from Maximized to Minimized and vice versa. Move the
15717         DrawMaximizedButtons into the MdiWindowManager source, tool
15718         windows can't be maximized. NOTE: This could use a little
15719         refactoring if time ever permits.
15720         
15721 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
15722
15723         * TextBox.cs: Add MWFCategoryAttributes
15724         * TextBoxBase.cs: Add MWFCategoryAttributes
15725         * Form.cs: Add MWFCategoryAttributes
15726
15727 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
15728
15729         * Control.cs: Add MWFCategoryAttributes
15730         * ScrollableControl.cs: Add MWFCategoryAttributes
15731
15732 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
15733
15734         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
15735           Divider is true. Fix a little glitch in PropertyToolBar
15736           drawing code
15737
15738 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
15739
15740         * Control.cs:
15741           - Dispose: Call base.Dispose, this causes the disposed event
15742             to be fired (and probably other, more important stuff)
15743           - SetVisibleCore: Set is_visible to true after creating the
15744             window so that the window still gets created invisible (if
15745             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
15746             to generate a WM_ACTIVE message
15747         * Form.cs: Call Dispose when we want to destroy the window, instead of
15748           just destroying the handle (Dispose will do that for us)
15749         * XplatUIX11.cs:
15750           - RootWindow also needs a queue, so we can properly process the
15751             property change events from RootWindow (like Activate)
15752           - Generatic synthetic WM_ACTIVE message when the active window is
15753             being destroyed
15754
15755 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
15756
15757         * LinkLabel.cs: Trigger a recalc of our label dimensions when
15758           bounds are changed
15759
15760 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
15761
15762         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
15763           for determining width and height (image might not be assigned if
15764           we're drawing an imagelist)
15765
15766 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
15767
15768         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
15769         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
15770           height from system
15771         * Theme.cs: No longer returns hardcoded menu height, instead calls
15772           new driver method
15773         * Form.cs (OnLoad): Scaling happens before triggering Load events 
15774           on MS (# 78257)
15775
15776 2006-05-01  Mike Kestner  <mkestner@novell.com>
15777
15778         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
15779
15780 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
15781
15782         * TextBoxBase.cs: Removed Fixme
15783         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
15784
15785 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
15786
15787         * XplatUIX11.cs:
15788           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
15789             the rectangle relative to the parent, considering borders. We
15790             don't really want that.
15791           - ScrollWindow: Fixed warning to be more understandable
15792         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
15793           scrollbars and scroll only the visible area
15794         * RichTextBox.cs: Removed debug output
15795
15796 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
15797
15798         * NumericUpDown.cs (Text): Just use base
15799         * UpDownBase.cs: Ensure txtView is created before using it
15800
15801 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
15802
15803         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
15804           casting to IntPtr to avoid 64bit overflow errors
15805
15806 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
15807
15808         * Control.cs:
15809           - AllowDrop: Don't force handle creation.
15810           - CreateHandle: Added call to tell driver if we're allowed to drop
15811
15812 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
15813
15814         * FileDialog.cs: Remember the last directory not only for the
15815           current instance but also for new FileDialog instances.
15816
15817 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
15818         
15819         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
15820           broke sending async messages
15821
15822 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
15823
15824         * XplatUIX11.cs:
15825           - ScrollWindow: Fixed method. We finally generate expose events again
15826             for scrolled areas. This was causing 'garbage' when scrolling
15827             textbox and other controls that used ScrollWindow
15828           - Switched from using the regular queue for paint events to the MS 
15829             model of 'generating' paint events when the queue is empty.
15830             We use the new XQueueEvent.Paint subclass to store which windows
15831             need painting.
15832           - AddExpose now takes the x/y/width/height of the exposed area
15833             and inserts the window into the paint queue if not already there
15834           - InvalidateWholeWindow: Switched to use new AddExpose method
15835           - UpdateMessageQueue: Added which queue to monitor for paint events
15836           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
15837             the unlikely case nothing above handles it. We reset the expose
15838             pending states to get them off the queue.
15839           - GetMessage: Now pulls a paint event if no other events are in the
15840             queue
15841           - Invalidate: Switched to new AddExpose method
15842           - PeekMessage: Updated to understand pending paint events
15843           - UpdateWindow: Fixed logic bug. We were only updating if the window
15844             didn't need updating. Also switched to sending WM_PAINT directly,
15845             like MS does.
15846         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
15847           and random access Remove(). The random access is needed to handle
15848           UpdateWindow() where a WM_PAINT is sent directly without accessing
15849           the queue.
15850         * ScrollBar.cs: Added Update() calls to cause immediate updates to
15851           allow for better feedback when scrolling. Scrollbars are small and
15852           the immediate update should make it 'feel' more responsive without
15853           slowing things down. ScrollBar still needs it's invaliate logic
15854           updated to not always invalidate the whole bar on certain changes.
15855
15856 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15857
15858         * Control.cs:
15859         (BackColor): if the control does not support a transparent background,
15860         return the default backcolor when the parent backcolor is transparent.
15861
15862 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
15863
15864         * Application.cs: Updated to new StartLoop/GetMessage API
15865         * RichTextBox.cs: Provide some output on RTF parsing errors
15866         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
15867           new queue_id argument to GetMessage and PeekMessage to allow faster
15868           handling of per-thread queues in drivers.
15869         * Hwnd.cs: Added Queue tracking and property
15870         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
15871         * XEventQueue.cs: Added thread trackingA
15872         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
15873         * XplatUIX11.cs:
15874           - Implemented new per-thread queue
15875           - GetMessage: Fixed return/break behaviour on several cases. We were
15876             returning stale messages in some cases, instead of just processing
15877             the next message
15878
15879 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
15880
15881         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
15882
15883 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
15884
15885         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
15886           fixed off-by-one comparisons between Width/Height and Right/Bottom.
15887
15888 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
15889
15890         * PropertyGridView.cs: Fix drop down width.
15891
15892 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
15893
15894         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
15895           a mess in DrawToolBar, so I removed one of them.
15896
15897 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
15898
15899         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
15900           needed (clip). Otherwise we get artifacts.
15901
15902 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
15903
15904         * FixedSizeTextBox.cs: Added constructor to allow specifying which
15905           dimension is fixed
15906         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
15907           and switched FixedSizeTextBox to only be fixed vertical (#78116)
15908         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
15909           if it matches the scale base font (avoids unneeded scaling)
15910
15911 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
15912
15913         * X11DesktopColors.cs: One gtk_init_check should be enough
15914
15915 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
15916
15917         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
15918           match MS behaviour
15919
15920 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
15921
15922         * TextBoxBase.cs: 
15923           - Generate OnTextChanged for Backspace even if we're only deleting
15924             the current selection
15925           - When setting the Text property, only select all text if the
15926             control does not have focus when it is being set. Otherwise
15927             just place the cursor at the beginning of the control
15928
15929 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
15930
15931         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
15932           Added a little helper to draw PropertyGrid ToolBar with a different
15933           border and a different BackColor.
15934         * PropertyGrid.cs: Some background parts didn't get painted with the
15935           correct background color. Added a class that helps us to draw the
15936           correct border for PropertyGridView and a class that helps us to
15937           draw ToolBars with a different backcolor
15938         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
15939
15940 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
15941
15942         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
15943         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
15944
15945 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
15946
15947         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
15948           into the palette entries. Also, since we're working on a copy
15949           we needed to copy the palette back onto the bitmap.
15950         * Cursor.cs: Same fix as XplatUIWin32.cs.
15951
15952 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
15953
15954         * ImageListStreamer.cs: Need to read the var (or we're off)
15955
15956 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
15957
15958         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
15959           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
15960           TextBoxBase.cs: Unused var fixes
15961         * AxHost.cs: Small 2.0 fix
15962         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
15963           as it seems that is what at least Metacity expects. This will make
15964           icons show up on 64bit platforms. We still have some 64bit size
15965           issues, though, since the startup app window size still won't match.
15966
15967 2006-04-25  Mike Kestner  <mkestner@novell.com>
15968
15969         * *.cs: cleanup newly reported exception var unused warnings.
15970
15971 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
15972
15973         * ThemeWin32Classic.cs: Button image alignment now matches exactly
15974           ms
15975
15976 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
15977
15978         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
15979           image. The image position is always the same, no matter if the
15980           button is pressed or not.
15981
15982 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
15983
15984         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
15985           selection and set the correct filename for SaveFileDialog.
15986           Patch by Emery Conrad.
15987
15988 2006-04-24  Mike Kestner  <mkestner@novell.com>
15989
15990         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
15991         check for item.X outside the ClientRect instead of item.Y. Fixes
15992         #78151.
15993
15994 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15995
15996         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
15997         trust that value blindly and do some sanity check. Fixes bug #77814.
15998
15999 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16000
16001         * ImageListStreamer.cs: save the mask as a 1bpp image.
16002
16003 2006-04-21  Mike Kestner  <mkestner@novell.com>
16004
16005         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
16006         pass Checked and Indeterminate to the Theme Engine. Improve
16007         encapsulation with ListBox.
16008         * ListBox.cs: Keep a StringFormat instead of calculating it every item
16009         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
16010         nested types.  Move all CheckState functionality to CheckedListBox.
16011         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
16012         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
16013         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
16014         single base list. Fix scrollbar sizing and placement to mirror MS.
16015         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
16016         used.
16017         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
16018         for CheckedListBox by using new DrawItemState info.  Center the
16019         checkboxes on the items. Use new StringFormat property.
16020
16021 2006-04-18  Jackson Harper  <jackson@ximian.com>
16022
16023         * Form.cs: MdiChildren don't do default locations the same way as
16024         regular forms.  This prevents a crash when trying to position the
16025         mdi windows.
16026
16027 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
16028
16029         * PropertyGridTextBox.cs: Formatting, copyright
16030         * PropertiesTab.cs: Formatting
16031         * PropertyGrid.cs: Formatting
16032         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
16033           click toggling of values
16034           
16035 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
16036
16037         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
16038         * Control.cs (.ctor): verify_thread_handle is static, don't reset
16039           every time a control is created
16040         * Application.cs: Removed obsolete EnableRTLMirroring method
16041
16042 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
16043
16044         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
16045         SelectedIndex to -1. Fixes bug #78121.
16046
16047 2006-04-17  Jackson Harper  <jackson@ximian.com>
16048
16049         * Binding.cs: Handle null values for Current and BindingContext.
16050         This occurs when binding is a little delayed.
16051         * CurrencyManager.cs: return null for Current when there are no
16052         items in the list.
16053         - Hookup to the listchanged event on the DataView and update
16054         bindings when the list is changed.  This fixes late binding of
16055         controls.
16056
16057 2006-04-17  Jackson Harper  <jackson@ximian.com>
16058
16059         * X11Dnd.cs:
16060         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
16061         Ringenbach.
16062
16063 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
16064
16065         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
16066           place
16067         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
16068           with the correct ButtonState
16069
16070 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
16071
16072         * XplatUIX11.cs: Improved distinguishing between window types to
16073           tell the WM a type closer to what the app wants (Fixes #78107)
16074
16075 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
16076
16077         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
16078           GrabHandle
16079
16080 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
16081
16082         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
16083           drawing code to reflect the size grip changes
16084
16085 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16086
16087         * ImageListStreamer.cs: fix handling of the mask that follows the main
16088         bitmap when deserializing and serialize it properly. The generated mask
16089         should better be a 1bpp image, but I'll do that later.
16090
16091 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
16092
16093         * FileDialog.cs: Show something in the DirComboBox on *nix if the
16094           path doesn't fit into some of our Current.Places
16095
16096 2006-04-13  Jackson Harper  <jackson@ximian.com>
16097
16098         * ComboBox.cs: Use borders instead of drawing our own decorations,
16099         try to obey correct rules for heights.
16100         * Theme.cs:
16101         * ThemeNice.cs:
16102         * ThemeClearLooks.cs:
16103         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
16104         this is now handled by borders.
16105         - Remove unused DrawListBoxDecorationSize method.
16106         
16107 2006-04-13  Mike Kestner  <mkestner@novell.com>
16108
16109         * MenuAPI.cs: null guarding for the disbled click check fixes crash
16110         reported by Alex.
16111
16112 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
16113
16114         * ThemeWin32Classic.cs: 
16115           - Fixed CPDrawStringDisabled
16116           - Corrected drawing of disabled menu items
16117           - Fixed drawing of disabled radio buttons (bug #78095)
16118           - Draw check in a disabled CheckBox with color ControlDark 
16119
16120 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16121
16122         * Form.cs: Use the provided width when calculating the menu size;
16123           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
16124           and ClientSize.Width won't be updated yet
16125         * Application.cs: Use Visible instead of Show() to make form visible,
16126           this way we create the handle later and menusize is considered
16127
16128 2006-04-12  Mike Kestner  <mkestner@novell.com>
16129
16130         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
16131         reporting.
16132
16133 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16134
16135         * TextBox.cs: Implemented context menu
16136
16137 2006-04-12  Mike Kestner  <mkestner@novell.com>
16138
16139         * ListView.cs: implement box selection. fixes #77838.
16140         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
16141
16142 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
16143
16144         * XplatUIX11.cs: Added setting of window type when transient window
16145           is created (metacity would move it otherwise)
16146         * X11Structs.cs: Added WINDOW_TYPE atoms
16147         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
16148           background (the control is Opaque but still wants transparent
16149           backgrounds)
16150
16151 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16152
16153         * Control.cs: Added OnPaintBackgroundInternal to allow controls
16154           that set Opaque but don't mean it (like all ButtonBase-derived
16155           controls) to still draw their background
16156         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
16157           the background
16158
16159 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
16160
16161         * Control.cs (PaintControlBackground): Set the graphics object
16162           on our PaintEvent to null to prevent it from being disposed
16163           when the PaintEvent gets disposed
16164
16165 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
16166
16167         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
16168         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
16169
16170 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16171
16172         * Control.cs: 
16173           - Added transparency check to BackColor property. Transparent
16174             backgrounds are only allowed if the control styles permit it
16175           - Added recursive painting of parent control background and
16176             foreground if a control with a transparent backcolor is drawn
16177             (Thanks to Tim Ringenback for providing his 'hack' as a base
16178              for this patch) Fixes #77985 and #78026.
16179           - Added Opaque style check before calling OnPaintBackground, no
16180             need to draw the background if the control is opaque
16181           - Removed ControlAccessibleObject owner variable (inherited from
16182             base, no need to define again)
16183           - Added some documentation links explaining the drawing events
16184             and styles
16185
16186 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
16187
16188         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
16189           that the affected control is the located at the left border of our
16190           parent (Fixes #77936)
16191
16192 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16193
16194         * TextBoxBase.cs: When rendering disabled or readonly controls,
16195           draw the background with 'Control' instead of 'Window' color as
16196           long as the user hasn't specifically set a color
16197
16198 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
16199
16200         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
16201           since that won't be updated if the user types text (only if it's
16202           programatically set)
16203
16204 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16205
16206         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
16207           layout changes do to app-triggered resizes will have the proper
16208           display rectangle for layout
16209
16210 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
16211
16212         * ThemeWin32Classic.cs:
16213           - Make use of the SystemBrushes and SystemPens wherever possible
16214           - Corrected some highlight colors
16215           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
16216             drawing
16217         * Theme.cs: Added Empty field to CPColor struct
16218
16219 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16220
16221         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
16222           is displayed when calculating the display rectangle. Thanks to Mike
16223           for teaching me the err of my ways.
16224
16225 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
16226
16227         * ScrollableControl.cs:
16228           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
16229             (instead of 0,0) and we now return the real width/height instead of
16230             just the clientrectangle, adjusted for padding. The rectangle is
16231             now cached and created by the new CalculateDisplayRectangle method.
16232           - Created new CalculateDisplayRectange method, which basically does
16233             what get_DisplayRectangle() did originally, but now using the 
16234             right edge instead of DisplayRectangle to determine the size of
16235             our scrollbars
16236           - get_Canvas(): Fixed it to properly calculate canvas for 
16237             right/bottom controls which seem to be placed to the right/bottom
16238             of any controls that have a fixed location
16239           - Removed TODO that's taken care of
16240           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
16241             and SetDisplayRectLocation according to new MSDN2 docs
16242           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
16243             event when that is called, this is added for compatibility
16244           - ScrollControlIntoView(): Implemented.
16245           - Switched scrollbars to be implicit, they shouldn't be selectable
16246         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
16247           call it when the active control is set/changed
16248         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
16249         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
16250           implicit_control variable (used for native Win32 message generation)
16251         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
16252           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
16253         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
16254         * XplatUIStructs.cs: Added ScrollBarCommands enum
16255
16256 2006-04-10  Jackson Harper  <jackson@ximian.com>
16257
16258         * ButtonBase.cs:
16259         * CheckedListBox.cs:
16260         * ComboBox.cs:
16261         * DataGrid.cs:
16262         * DataGridView.cs:
16263         * Form.cs:
16264         * GroupBox.cs:
16265         * ListBox.cs:
16266         * PrintPreviewControl.cs:
16267         * ProgressBar.cs:
16268         * PropertyGrid.cs:
16269         * Splitter.cs:
16270         * StatusBar.cs:
16271         * TrackBar.cs:
16272         * UpDownBase.cs: Fixup base event overrides.
16273         
16274 2006-04-06  Mike Kestner  <mkestner@novell.com>
16275
16276         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
16277         all user-initiated value changes to min <= value <= max-thumbsz+1.
16278         (set_Value): check for vert/horiz when calculating new thumb position.
16279         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
16280         like MS does.
16281         (OnMouseMoveSB): refactor the thumb dragging code and refine
16282         invalidation logic to reduce flicker.
16283         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
16284         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
16285         (UpdateThumbPosition): small code readability cleanup
16286
16287 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
16288
16289         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
16290           different
16291
16292 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
16293
16294         * ThemeNice.cs: Use a better graphics effect when a button is pressed
16295
16296 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
16297
16298         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
16299         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
16300           This dramatically reduces the number of Pen.Dispose calls. 
16301           Where possible call ResPool methods only once instead of calling it
16302           over and over again (for example for the same color).
16303
16304 2006-04-06  Mike Kestner  <mkestner@novell.com>
16305
16306         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
16307         Also remove an unused private field on the collection. Fixes #77972.
16308
16309 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
16310
16311         * ThemeNice.cs: Added ToolBar drawing code
16312
16313 2006-04-06  Mike Kestner  <mkestner@novell.com>
16314
16315         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
16316         I'm assuming that means we need to look up the toplevel for the
16317         provided control. Fixes the crash trace in #77911 but exposes another
16318         crash in some strange reflection usage in NDocGui.
16319
16320 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
16321
16322         * ThemeNice.cs: Gave it a little silver touch and added Images
16323           method
16324         * FontDialog.cs: FontDialog is not resizable
16325         * FileDialg.cs: Added SizeGripStyle.Show
16326
16327 2006-04-05  Jackson Harper  <jackson@ximian.com>
16328
16329         * KeyboardLayouts.cs: Remove warning.
16330
16331 2006-04-05  Jackson Harper  <jackson@ximian.com>
16332
16333         * Control.cs: Enable OnPaintInternal so we can use it for drawing
16334         all of our controls instead of Paint +=.
16335         * ListBox.cs:
16336         * ListView.cs:
16337         * MenuAPI.cs:
16338         * MessageBox.cs:
16339         * NotifyIcon.cs:
16340         * ProgressBar.cs:
16341         * ScrollBar.cs:
16342         * Splitter.cs:
16343         * StatusBar.cs:
16344         * TabControl.cs:
16345         * TextBoxBase.cs:
16346         * ToolBar.cs:
16347         * TrackBar.cs:
16348         * UpDownBase.cs:
16349         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
16350         use OnPaintInternal. Remove Width/Height and Visible checks in
16351         paint handler, this is done at a higher level now.
16352         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
16353         * PaintEventArgs.cs: Add a handled flag so controls that don't
16354         want anymore painting after OnPaintInternal can make sure OnPaint
16355         isn't called.
16356
16357 2006-04-05  Mike Kestner  <mkestner@novell.com>
16358
16359         * Form.cs: fix the menu WndProc hacks to respect the native enabled
16360         state of the form, so that we don't process events when Modal dialogs
16361         are up. Fixes #77922.
16362
16363 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
16364
16365         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
16366           checking is done.
16367
16368 2006-04-05  Mike Kestner  <mkestner@novell.com>
16369
16370         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
16371
16372 2006-04-05  Mike Kestner  <mkestner@novell.com>
16373
16374         * ListView.cs (HeaderMouseMove): null guarding for the over column
16375         when setting up the drag_to_index.  Fixes #78015.
16376
16377 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
16378
16379         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
16380           in the taskbar. Transient windows seem to accomplish that.
16381
16382 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
16383
16384         * Form.cs:
16385           - Re-enabled CreateParams.X/Y code for FormStartPosition
16386           - Added code for manual placement when creating the Control
16387           - Incomplete patch to treat MDI forms differently when
16388             setting the ClientSizeCore. (Still need to figure out handling
16389             x/y coords there)
16390         * XplatUIX11.cs:
16391           - When we're explicitly setting the X/Y position of a non-Child
16392             window, let the WM know. Metacity really wants this.
16393
16394 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
16395
16396         * ThemeNice.cs: Added CPDrawButton
16397
16398 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
16399
16400         * ThemeNice.cs: Changed the color for focused buttons and activated
16401           the arrows for small scroll buttons.
16402
16403 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
16404
16405         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
16406           anymore. Changed some method modifiers to protected (virtual)
16407         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
16408           changes
16409         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
16410           Updated drawing of menus, buttons and progressbars; added
16411           CPDrawBorder3D 
16412
16413 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16414
16415         * ImageListStreamer.cs: implemented serialization/deserialization
16416         of the images.
16417
16418 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
16419
16420         * ThemeWin32Classic.cs:
16421           - Removed all the DrawFrameControl stuff; CPDrawButton,
16422             CPDrawCheckBox and CPDrawRadioButton are now handled directly
16423             inside the methods
16424           - Updated and corrected the drawing code of CPDrawButton,
16425             CPDrawCheckBox and CPDrawRadioButton to better match ms
16426           - Updated theme checkbox and radiobutton code to use the CP*
16427             methods
16428
16429 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
16430
16431         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
16432           bug is fixed
16433
16434 2006-03-31  Jackson Harper  <jackson@ximian.com>
16435
16436         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
16437         sometimes.
16438         * UpDownBase.cs: Don't CreateGraphics manually, use a
16439         Refresh. Ideally we would invalidate the correct areas here.
16440
16441 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
16442
16443         * XplatUIX11.cs: 
16444           - We now track the mapping state of windows. If a window (or 
16445             one of it's parents) is not mapped we no longer permit
16446             WM_PAINT messages to be generated since we'd otherwise get 
16447             lots of BadMatch X errors. Jackson did all the work figuring
16448             out the problem.
16449           - Destroying the caret if the window it's contained in is 
16450             destroyed. Can't use regular DestroyCaret method since it
16451             might fall into a drawing function (trying to remove the
16452             caret) and with that generate new BadMatch errors. Again,
16453             Jackson tracked this down.
16454           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
16455             make sure we send the messages to all windows. (The old code
16456             would send the WM_DESTROY to the window, and then all child
16457             windows would be 'gone' because the WM_DESTROY handle lookup
16458             would no longer find the destroyed window)
16459         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
16460         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
16461
16462 2006-03-31  Jackson Harper  <jackson@ximian.com>
16463
16464         * ScrollableControl.cs: Dont recalc if we are not visible.
16465
16466 2006-03-31  Mike Kestner  <mkestner@novell.com>
16467
16468         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
16469         the visibility branch.
16470
16471 2006-03-31  Jackson Harper  <jackson@ximian.com>
16472
16473         * ScrollBar.cs: Cap values when incrementing/decrementing.
16474
16475 2006-03-31  Mike Kestner  <mkestner@novell.com>
16476
16477         * MenuAPI.cs: setup menu.tracker for popup/context menus.
16478         * ToolTip.cs: guard against timer expirations with no active control.
16479         Not sure why it happened.
16480
16481 2006-03-31  Mike Kestner  <mkestner@novell.com>
16482
16483         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
16484         text.
16485         * ToolTip.cs: Position the tooltip based on where the cursor is at
16486         popup time, not at MouseEnter time.  Add a Down state so that we don't
16487         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
16488         positioning offset. Lookup DisplaySize at positioning time, since it
16489         can theoretically change during invocation.
16490         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
16491         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
16492
16493 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
16494
16495         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
16496           Fixes behaviour when the Text property of the box is String.Empty
16497
16498 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
16499
16500         * XplatUIX11.cs: Only send mouseleave for our client windows, not
16501           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
16502           a window)
16503
16504 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
16505
16506         * FileDialog.cs: Visual enhancement for the popup buttons in 
16507           PopupButtonPanel
16508
16509 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
16510
16511         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
16512           code
16513
16514 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
16515
16516         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
16517           highlighted menu items to match ms
16518
16519 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
16520
16521         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
16522
16523 2006-03-30  Mike Kestner  <mkestner@novell.com>
16524
16525         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
16526         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
16527         go active to account for HotLight to Selected transition.
16528         * MenuItem.cs: add internal Selected prop. Fill out the Status
16529         property by calculating it from item info. Add HotLight,
16530         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
16531
16532 2006-03-30  Mike Kestner  <mkestner@novell.com>
16533
16534         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
16535
16536 2006-03-29  Jackson Harper  <jackson@ximian.com>
16537
16538         * Form.cs: Implement TODO.
16539
16540 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
16541
16542         * PrintPreviewDialog.cs: Implemented missing methods and events; still
16543           missing proper dialog setup in the constructor
16544
16545 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
16546
16547         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
16548         * Control.cs:
16549           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
16550           - Fixed ResetBindings and removed TODO
16551           - Added check for cross-thread calls to get_Handle()
16552           - Added Marshaller attribute for set_Font to satisfy class status
16553         * FontDialog.cs: Removed TODOs that seemed implemented
16554         * UpDownBase.cs: Removed unneeded TODO and Fixme
16555         * MessageBox.cs: Implemented support for Default button and removed TODO
16556         * FileDialog.cs: Removed obsolete TODO
16557         * DomainUpDown.cs: Removed obsolete TODO
16558         * ButtonBase.cs: Removed obsolete TODO
16559         * XplatUIWin32.cs: Removed obsolete TODO
16560         * Form.cs:
16561           - Removed obsolete TODO
16562           - Calling CheckAcceptButton when the acceptbutton is changed to allow
16563             internal status updates
16564           - Making sure the active control is selected when the control is created
16565         * CurrencyManager.cs: Removed obsolete TODO
16566
16567 2006-03-29  Mike Kestner  <mkestner@novell.com>
16568
16569         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
16570         of PrintPreviewDialog and RichTextBox.
16571
16572 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
16573
16574         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
16575           DarkDark, Light and LightLight colors for a specific color
16576         * ThemeWin32Classic.cs:
16577           - Use Button drawing code to draw RadioButtons and CheckBoxes with
16578             Appearance = Button 
16579           - Make use of the new ResPool helper CPColor
16580           - Draw ProgressBar and StatusBar with correct 3D borders
16581
16582 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
16583
16584         * ColorDialog.cs: Return selected color. Fixes bug #77940.
16585
16586 2006-03-28  Mike Kestner  <mkestner@novell.com>
16587
16588         * ListView.cs: fix Icon layout to plan for scrollbar widths when
16589         calculating col/row counts.
16590
16591 2006-03-28  Mike Kestner  <mkestner@novell.com>
16592
16593         * ColumnHeader.cs:
16594         * ListView.cs:
16595         * ListViewItem.cs:
16596         * Menu.cs: 
16597         switch to explicit interface method implementation for some methods
16598         corcompare identifies as inconsistent with MS.
16599
16600 2006-03-28  Mike Kestner  <mkestner@novell.com>
16601
16602         * MainMenu.cs: 
16603         * Menu.cs:
16604         add a few missing methods from the class status output.
16605
16606 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
16607
16608         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
16609           correct.
16610
16611 2006-03-28  Mike Kestner  <mkestner@novell.com>
16612
16613         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
16614
16615 2006-03-27  Mike Kestner  <mkestner@novell.com>
16616
16617         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
16618         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
16619
16620 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
16621
16622         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
16623
16624 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16625
16626         * ThemeWin32Classic.cs:
16627           - GroupBox: Inserted a little gap between the text and the lines
16628             on the right side
16629           - Made the code in CPDrawBorder3D more readable
16630           - Corrected the drawing location of the up and down arrows in 
16631             CPDrawScrollButton
16632
16633 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16634
16635         * ControlPaint.cs: Corrected line widths in DrawBorder for
16636           ButtonBorderStyle Inset and Outset
16637
16638 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16639
16640         * ThemeWin32Classic.cs:
16641           - Rewrote the totally broken CPDrawBorder3D method. That was
16642             one of the main problems for the terrific ThemeWin32Classic
16643             look
16644           - Updated and corrected Button drawing
16645           - Correct the dimensions of the SizeGrip to match ms ones
16646           - Removed a small drawing glitch in DrawComboBoxEditDecorations
16647         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
16648           Border3DStyle.Sunken to match ms.
16649
16650 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
16651
16652         * ThemeWin32Classic.cs: First small part of the "de-uglify
16653           ThemeWin32Classic" effort, SizeGrip
16654
16655 2006-03-24  Jackson Harper  <jackson@ximian.com>
16656
16657         * XplatUIX11.cs: Give a max idle time of one second, this matches
16658         MS and forces an Idle event every second when there are no other
16659         events in the queue.
16660
16661 2006-03-24  Mike Kestner  <mkestner@novell.com>
16662
16663         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
16664         * ListView.Item.cs: fix layout issues with null image lists and images
16665         smaller than checkbox size.
16666         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
16667         mode like MS does.  It's weird, but consistent.  ;-)
16668         Fixes #77890.
16669
16670 2006-03-24  Mike Kestner  <mkestner@novell.com>
16671
16672         * ListView.cs: Scroll wheel support for the item control.  Fixes
16673         #77839.
16674
16675 2006-03-23  Jackson Harper  <jackson@ximian.com>
16676
16677         * ScrollableControl.cs: Special case negative sized areas, not
16678         zero.
16679         * MonthCalendar.cs: Save the rect of the clicked date so we can
16680         use it for invalidation.
16681         - Try to cut down on the number of invalidates
16682         - Invalidate the rect the mouse is over and was over when moving
16683         the mouse, so we get the focus box following the cursor.
16684
16685 2006-03-23  Mike Kestner  <mkestner@novell.com>
16686
16687         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
16688         focus rectangle drawing. Fixes #77835.
16689
16690 2006-03-23  Mike Kestner  <mkestner@novell.com>
16691
16692         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
16693         the if and else if and reverting back to the original == check on the
16694         None conditional.
16695
16696 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
16697
16698         * FontDialog.cs: Update the example panel if the selected index of
16699           the fontListBox changes.
16700
16701 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
16702
16703         * FileDialog.cs: Make FileDialog remember which directory it was in
16704           last in the same execution.
16705
16706 2006-03-22  Mike Kestner  <mkestner@novell.com>
16707
16708         * FileDialog.cs: make the DropDownMenu on the toolbar display
16709         RadioChecks since they are mutually exclusive and that's what MS does.
16710
16711 2006-03-22  Mike Kestner  <mkestner@novell.com>
16712
16713         * Theme.cs: add Color param to CPDrawMenuGlyph.
16714         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
16715         checks and radio marks and arrows are visible on highlighted items.
16716         * ControlPaint.cs: update to use new Theme signature.
16717
16718 2006-03-22  Mike Kestner  <mkestner@novell.com>
16719
16720         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
16721         is active. Fixes #77870.
16722
16723 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
16724
16725         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
16726           to be focused/selected after startup
16727
16728 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
16729
16730         * ColorDialog.cs: 
16731           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
16732             CustomColors and ShowHelp properties
16733           - Some internal rewrites to get better results when using the
16734             ColorMatrix
16735
16736 2006-03-22  Mike Kestner  <mkestner@novell.com>
16737
16738         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
16739         HoverSelection.  Fixes #77836.
16740
16741 2006-03-22  Mike Kestner  <mkestner@novell.com>
16742
16743         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
16744         ToggleButtons.  (De)Sensitize the Back button around a stack count of
16745         1, not 0.  Update ButtonSize based on a pixel count of the win32
16746         control.  Adjust the toolbar size/location for new button size.
16747
16748 2006-03-22  Jackson Harper  <jackson@ximian.com>
16749
16750         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
16751         true.
16752         * ScrollBar.cs: When doing increments and decrements we need to
16753         set the Value property so that ValueChanged gets raised. A
16754         possible optimization here would be to make an internal SetValue
16755         that doesn't invalidate immediately.
16756         * ToolTip.cs: Tooltips get added to their container (when
16757         supplied) so they get disposed when the container is disposed.
16758         - Don't create tooltips for String.Empty. This prevents all these
16759         little 2-3 pixel windows from showing up when running nunit-gui
16760         and driving me mad.
16761         * Form.cs: Don't set topmost when setting the owner if the handles
16762         haven't been created yet.  The topmost set will happen when the
16763         handles are created.
16764
16765 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
16766
16767         * XplatUIX11.cs:
16768           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
16769           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
16770             visible (to allow them to recalculate their sizes)
16771
16772 2006-03-21  Mike Kestner  <mkestner@novell.com>
16773
16774         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
16775         methods. Removed a ton of redundant code.  Still not really happy with
16776         the border rendering, but I think that's mainly because of the
16777         ControlDarkDark being black instead of a dark grey. Depending on how 
16778         close we want to be, we might want to revisit those color choices.
16779         Among the new features added during the refactor were DropDownArrow
16780         pressed rendering, Disabled image rendering.  Proper flat appearance
16781         boundary rendering.  Removed the Divider and Wrapping dividers since I
16782         can't figure out any combination of themes and conditions to make the
16783         MS control draw a horizontal line on a toolbar despite what the
16784         Divider property docs indicate.
16785         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
16786         conditions and incorrect layout.  Updated to coding standard.
16787         * ToolBarButton.cs: refactored layout and positioning code from
16788         ToolBar to here.  Invalidate wherever possible instead of forcing
16789         redraws of the whole toolbar. 
16790         (Known remaining issues: explicit ButtonSize smaller than provided
16791         images.)
16792
16793 2006-03-21  Mike Kestner  <mkestner@novell.com>
16794
16795         * ContextMenu.cs (Show): use the position parameter instead of just
16796         showing at the MousePosition.
16797
16798 2006-03-21  Jackson Harper  <jackson@ximian.com>
16799
16800         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
16801         control handle this.
16802         * TreeNodeCollection.cs: If we are clearing the root node we need
16803         to reset top_node so calcs can still happen.
16804         * ThemeWin32Classic.cs: This is a Flags so we need to check
16805         properly.
16806         
16807 2006-03-21  Jackson Harper  <jackson@ximian.com>
16808
16809         * DataGrid.cs: Create columns when the binding context has been
16810         changed.
16811         * X11Structs.cs: Keysyms are uints.
16812         - Add size to fix build.
16813
16814 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
16815
16816         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16817           XplatUIOSX.cs: 
16818           - Added ResetMouseHover method to allow controls to retrigger
16819             hovering if they need it more than once
16820           - Implemented MouseHoverTime and MouseHoverSize properties
16821         * Timer.cs: Start() must reset the interval
16822         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
16823           properties
16824
16825 2006-03-21  Jackson Harper  <jackson@ximian.com>
16826
16827         * X11Keyboard.cs: improved layout detection. Move the nonchar
16828         tables into this file.
16829         * KeyboardLayouts.cs: Move the tables into resource files.
16830
16831 2006-03-21  Mike Kestner  <mkestner@novell.com>
16832
16833         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
16834
16835 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
16836
16837         * Mime.cs: Various speed optimizations. Looking up mime types
16838           is now 2 times faster than before
16839
16840 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
16841
16842         * CreateParams.cs: Added internal menu field
16843         * Control.cs: 
16844           - Switched call order for UpdateBounds; now we always call
16845             the one that also takes ClientSize, and we're calculating the 
16846             client size via driver method in the others. The previous
16847             method of tracking client size by difference wasn't working
16848             for forms where even the starting client size wouldn't match
16849             the overall form size (due to borders) (Part of fix for #77729)
16850           - CreateParams(): Do not use parent.Handle unless the handle is
16851             already created. Causes havoc with Nexxia and throws off our
16852             creation of controls
16853         * XplatUIX11.cs:
16854           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
16855           - Switched handling of ConfigureNotify over to new PerformNCCalc 
16856             method (consolidates code)
16857           - Changed RequestNCRecalc to use new PerformNCCalc method
16858           - Added calls to RequestNCRecalc when menus and borders are changed
16859             to allow app to set NC size. (Part of fix for #77729) This matches
16860             when MS send a WM_NCRECALC on Win32 windows.
16861           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
16862             (Part of fix for #77729). This matches what MS does, they also
16863             send that message when the form is made visible.
16864           - XException.GetMessage: Improved usability of X errors by including
16865             a translation of the window into Hwnd and Control class
16866           - Improved debug info for window creation, reparenting and destruction
16867           - Created helper method WindowIsMapped() [Currently not used]
16868         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
16869         * Form.cs:
16870           - CreateParams: Now setting our menu on the new internal menu field
16871           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
16872             avoid calculating the same property twice
16873         * Hwnd.cs:
16874           - Improved usability of ToString() for debugging purposes
16875           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
16876             determine the height of the menu, instead of just the font. This
16877             required to also create a graphics context and to keep a bmp 
16878             around (for performance reasons)
16879
16880 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
16881
16882         * MenuAPI.cs: Added OnMouseUp method
16883         * Form.cs:
16884           - Now remembering the requested client size, avoids size errors
16885           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
16886             instead of base if the menu is active. This is required due to
16887             control now capturing and releasing on down/up and it would
16888             prematurely release our menu capture
16889
16890 2006-03-17  Jackson Harper  <jackson@ximian.com>
16891
16892         * KeyboardLayouts.cs: Add the czech layouts.
16893
16894 2006-03-16  Jackson Harper  <jackson@ximian.com>
16895
16896         * Control.cs: Use the viewport space when sizing not the controls
16897         client size, so things like ScrollableControl that effect the
16898         viewport size (when scrollbars are added) are computed correctly.
16899         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
16900         of ManagerEntrys.
16901         - Handle creating BindingManagers for null data sources.
16902         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
16903         source, otherwise when rows are added they are added to the 'fake'
16904         datasource and we will crash when trying to set the position in
16905         those rows.
16906         - Use Implicit scrollbars on the datagrid so they arent
16907         selectable.
16908         
16909 2006-03-16  Jackson Harper  <jackson@ximian.com>
16910
16911         * Binding.cs:
16912         * InternalWindowManager.cs:
16913         * MdiWindowManager.cs:
16914         * X11Keyboard.cs: I really want Mike to love me again (fix
16915         compiler warnings).
16916
16917 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
16918
16919         * DataGrid.cs:
16920           - OnMouseDown: Switch to editing mode when clicking on the cell
16921                          even if we're clicking on the cell that's currently 
16922                          selected
16923           - ProcessGridKey: Left/Right now wrap like MS.Net does
16924           - ProcessGridKey: Tab now knows to add a new row when tab is
16925                             pressed in the cell of the last column of the 
16926                             last row
16927           - ProcessGridKey: Enter now adds another row  if pressed in the last
16928                             row and selectes the new row, same column cell
16929           - ProcessGridKey: Home/End navigate columns, not rows, like 
16930                             originally implemented
16931           - Broke ProcessKeyPreview code out into an extra Internal method
16932             so it can be called from the edit code
16933         * DataGridTextBox.cs (ProcessKeyMessage):
16934           - Switched to accept Tab keypresses
16935           - Added F2 handling to allow jumping to the end of the edited cell
16936           - Added logic to allow moving caret left/right inside edited cell
16937             and making the edited cell jump when the caret hits cell borders
16938           - Tab and Enter are now passed to the datagrid after being handled
16939         * TextBoxBase.cs:
16940           - Removed capture code now that Control handles it
16941           - set_SelectionStart now ensures caret is visible
16942
16943 2006-03-16  Jackson Harper  <jackson@ximian.com>
16944
16945         * TrackBar.cs: Debackwards the increment/decrement for handling
16946         mouse clicks on the bar with vertical trackbars.
16947         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
16948         bottom to match MS.
16949
16950 2006-03-16  Mike Kestner  <mkestner@novell.com>
16951
16952         * ListView.cs: make shift/ctrl keyboard and mouse selection 
16953         consistent with the MS control. Fix a bug in
16954         SelectedListViewItemCollection.Clear that was pissing me off for the
16955         better part of a day because the collection was being altered
16956         underneath us as we walked the list.
16957
16958 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
16959
16960         * Control.cs: Not sure how we could miss this so long, but it seems
16961           that MS.Net has Capture set all the way from before calling 
16962           OnMouseDown through sending the mouse events until after
16963           OnMouseUp. This will fix DataGrid's selection being set to end
16964           at the location of the MouseUp.
16965
16966 2006-03-15  Jackson Harper  <jackson@ximian.com>
16967
16968         * BindingContext.cs: Check the binding after its added so that it
16969           can initialize the binding managers and hookup to events.
16970         * Binding.cs: Data members seem to sometimes include rows/cols in
16971           the format Row.Column we now take this into account.
16972           - Hookup to the position changed event so we can update the
16973           control when the position has changed in the data set.
16974         * CurrencyManager.cs: Take into account the row/col naming
16975           convention when creating dataset tables.
16976         * BindingContext.cs: Using a newer better way of storing
16977           datasource/datamember pairs.  Hopefully this better matches MS for
16978           looking up binding managers.
16979
16980
16981 2006-03-15  Jackson Harper  <jackson@ximian.com>
16982
16983         * BindingContext.cs: The currency manager needs the data member
16984         name, if the member is a data set we use the name to find the
16985         correct table.
16986         * CurrencyManager.cs: When creating the list prefer an IList over
16987         an IListSource.
16988         - Attempt to create a DataTable from a DataSet (TODO: might need
16989         some better error checking here, although MS doesn't seem to have much)
16990         - If we have a DataTable create a view and use it as our list.
16991
16992 2006-03-15  Mike Kestner  <mkestner@novell.com>
16993
16994         * ListView.cs: keep a matrix of the icon mode layout to facilitate
16995         keyboard navigation. Support Up/Down/Left/Right selection correctly
16996         for all 4 View modes.
16997         * ListViewItem.cs: add internal row/col fields for icon layouts.
16998
16999 2006-03-15  Jackson Harper  <jackson@ximian.com>
17000
17001         * TabControl.cs: Redraw the tabs when we resize so their newly
17002         calculated sizes are drawn on screen.
17003         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
17004         composite characters.
17005         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
17006         - filter events so that composite characters can be created
17007         patches by peter
17008         * X11Structs.cs: Add XIMProperties enum.
17009
17010 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
17011
17012         * Control.cs (BringToFront, SendToBack): Don't use window or handle
17013           unless it's created
17014
17015 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
17016
17017         * Control.cs (PerformLayout): We don't need to consider visiblity
17018           for anchoring, only for docking. This fixes 'whacky' alignment
17019           in listbox and other controls that use implicit scrollbars after
17020           the previous PerformLayout patch
17021         * ListBox.cs: Switched to use implicit scrollbars
17022           
17023 2006-03-14  Mike Kestner  <mkestner@novell.com>
17024
17025         * ToolBar.cs: 
17026         * VScrollBar.cs:
17027         - chain up the "new event" overrides to base and use
17028         OnEvent to raise them.  Part of fix for bug #76509.
17029
17030 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
17031
17032         * FileDialog.cs: Do not select an item in the parent directory
17033           on backspace
17034
17035 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
17036
17037         * Control.cs (PerformLayout): It would seem that we considered
17038           invisible windows for our layout. Not quite the right thing
17039           to do. Now we don't any longer, thereby fixing bug #76889.
17040
17041 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
17042
17043         * Control.cs (CanFocus): I goofed. A control can have focus 
17044           even though it's not selectable. Made it match MS docs.
17045
17046 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17047
17048         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
17049           center by default (fixes #76895)
17050         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
17051           all uses of Border3DSides.All with the explicit ORd together
17052           Left|Right|Top|Bottom because I assume that nobody was aware 
17053           that All also implies a center fill. Most places I checked had
17054           a fill right above.
17055         * ProgressBarStyle.cs: Added
17056
17057 2006-03-13  Mike Kestner  <mkestner@novell.com>
17058
17059         * ListView.cs: fix breakage in drag shadow header positioning 
17060         from Peter's csc compilation fix.
17061
17062 2006-03-13  Mike Kestner  <mkestner@novell.com>
17063
17064         * ListView.cs: fix NRE produced by backspacing twice in a focused
17065         FileDialog.
17066
17067 2006-03-13  Mike Kestner  <mkestner@novell.com>
17068
17069         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
17070
17071 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17072
17073         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
17074           be changed
17075         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
17076           the allowed size before making programmatic size changes
17077
17078 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
17079
17080         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
17081           set, metacity is broken and will still use the emty sizes in 
17082           the struct. (Fix for #77089)
17083
17084 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17085
17086         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
17087           WindowExStyles and marked both enums as Flags
17088         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
17089           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
17090           to match WindowStyles split
17091         * XplatUIX11.cs:
17092           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
17093           - Updated to match WindowStyles split
17094         * XplatUIWin32.cs:
17095           - Fixed FosterParent creation, was using ExStyle on the Style field
17096             (This should help with Popup focus issues)
17097           - Updated to match WindowStyles split
17098
17099 2006-03-13  Jackson Harper  <jackson@ximian.com>
17100
17101         * MdiWindowManager.cs: Use the system menu height. Fixes some
17102         strange sizing issues.
17103
17104 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
17105
17106         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
17107         * TextBoxBase.cs:
17108           - Scroll to caret after inserting text (#77672)
17109           - Make scroll range one pixel higher, fixes off-by-one error (and
17110             makes underlines visible on the last line)
17111
17112 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
17113
17114         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
17115           the keyboard state from being stuck with keys in 'pressed' state when
17116           focus is switched away via keyboard
17117         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
17118           reset the keyboard if no X11 KeyUp events are expected to come
17119         * X11Structs.cs: Switched type of Visible to bool to match driver
17120
17121 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
17122
17123         * TextControl.cs:
17124           - Switched caret to be just 1 pixel wide, matches MS and looks less
17125             clunky
17126           - Moved caret display 1 pixel down from the top of the control
17127             to improve view
17128           - InsertCharAtCharet: Update the selection start if moving the caret
17129             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
17130           - No longer always creating the caret when the caret methods are
17131             called. Only the actual ShowCaret/HideCaret will do that now
17132           - Only setting caret visible if the owner control has focus
17133           - UpdateView: Added invalidation-shortcut logic for center and right 
17134             aligned text. Previously we'd update all according to the left
17135             logic which caused drawing errors. Also fixed height of invalidated
17136             areas, now properly invalidating the whole area (was off-by-one)
17137           - owner_HandleCreated: Always generate the document when the
17138             handle is created; this ensures that 
17139         * TextBoxBase.cs:
17140           - Fixed situation where caret would disappear under the right
17141             window border, also improved scrolling behaviour on left-
17142             aligned textboxes
17143           - Fixed right-aligned textboxes to have a border to the
17144             right instead of the caret being under the right border
17145         * XplatUIX11.cs:
17146           - Switched from 'nested' to simple visible/not visible tracking 
17147             for caret (part of fix for #77671)
17148           - No longer passing through translated FocusIn/FocusOut messages
17149             since we were notifying too often and the wrong windows. Instead
17150             we just notify our focussed window of receiving or loosing focus
17151         * XplatUIWin32.cs: Switched from 'nested' show/hide 
17152           counting for caret to simple visible yes/no behaviour (part of 
17153           fix for #77671)
17154
17155 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
17156
17157         * Mime.cs: Remove debug code...
17158
17159 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
17160
17161         * MimeGenerated.cs: Removed
17162         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
17163           and subclasses) from /usr/(local/)share/mime and
17164           $HOME/.local/share/mime.
17165
17166 2006-03-10  Jackson Harper  <jackson@ximian.com>
17167
17168         * MdiWindowManager.cs: Recalc the NC area when a window is
17169         maximized/restored so that the menu area is drawn on forms that
17170         don't have a menu.
17171
17172 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17173
17174         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17175           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
17176           us to force a WM_NCCALCRESIZE message being sent. This is needed
17177           for MDI maximizing.
17178
17179 2006-03-10  Jackson Harper  <jackson@ximian.com>
17180
17181         * Form.cs: We need to use the ActiveMenu when calculating menu
17182         height.
17183         - Fix nullref when the window manager hasn't been created yet.
17184         * Control.cs: Fix nullref when we try to bring a control to the
17185         front that has no parent.
17186         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
17187         height.
17188         - Add a dummy item to the maximized menu so it always has the
17189         correct height. Otherwise when there are no menus we don't get our
17190         icon and buttons.
17191         
17192
17193 2006-03-10  Jackson Harper  <jackson@ximian.com>
17194
17195         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
17196         stuff.
17197         * Form.cs: Make the window_state internal so the window managers
17198         can track it.
17199         - When an MDI child is maximized let its window manager create the
17200         main menu (so it can add its icon).
17201         - Notify the window managers of state changes
17202         - Let the window manager paint its buttons and handle button
17203         clicks on the menu when it is maximized.
17204         * InternalWindowManager.cs: Move the prev_bounds into the mdi
17205         window manager, since tool windows don't use it, only mdi windows.
17206         - Tell the main form that we don't want it to handle NCPAINT
17207         itself to avoid extra painting.
17208         - Handle clicks on a maximized windows menu.
17209         - Handle window state changes
17210         - Handle minimize/maximize clicks correctly by setting the window state.
17211         * MdiWindowManager.cs: Add an icon menu that (the menu you get
17212         when clicking on the forms icon).
17213         - New method to create a forms maximized menu. This is its normal
17214         menu + an icon.
17215         - Handle window state changes.
17216         - Handle sizing of maximized windows.  Maximized windows are just
17217         drawn bigger then the parent visible area. All controls are still
17218         there, they are just outside the visible area (this matches windows).
17219         * MdiClient.cs: No scrollbars when a child window is maximized.
17220         - Let the children windows figure out how big they should be when
17221         sizing maximized windows.
17222         - Implement a version of ArrangeIconicWindows somewhat similar to
17223         Windows version.  There are some little differences, but I don't
17224         think any app will rely on the layout of minimized mdi windows.
17225
17226 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17227
17228         * Padding.cs: Several fixes to allow compiling with csc 2.0
17229
17230 2006-03-09  Jackson Harper  <jackson@ximian.com>
17231
17232         * Menu.cs:
17233         * MenuItem.cs: Cheap hack so we can add items to the list without
17234         the events being raised.  This allows adding mdi items during
17235         drawing. TODO: Should probably find a better time to add the items.
17236
17237 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17238
17239         * ThemeWin32Classic.cs:
17240           - CheckBox_DrawText: Added logic to not wrap if not enough space
17241             is available (Fix for bug #77727)
17242           - RadioButton_DrawText: Added logic not to wrap if not enough
17243             space is available (Fix for bug #77727). Also removed some
17244             duplicate code, DrawString always drawing the regular text
17245             before hitting the if statement.
17246
17247 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
17248
17249         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
17250
17251 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17252
17253         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
17254         * ContainerControl.cs: Partial implementation of some 2.0 scaling
17255           methods. Moved the new 2.0 properties into alphabetical order with
17256           other properties and added MonoTODO tags
17257
17258 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17259
17260         * AutoScaleMode.cs: Added. Fix build.
17261
17262 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17263
17264         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
17265           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
17266           and was requiring premature handle creation for calls from above
17267         * Form.cs, Control.cs: Removed handle arguments from calls to
17268           CalculateClientRect()
17269
17270 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17271
17272         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
17273           drag_column.column_rect is MarshalByRef and can't be used that way
17274
17275 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17276
17277         * AxHost.cs: Added deserialization constructor for 
17278           AxHost+State (fixes 77743)
17279
17280 2006-03-09  Mike Kestner  <mkestner@novell.com>
17281
17282         * ListView.cs: 
17283         - Added column drag reordering for details view.
17284         - fixed behavior when mouse is dragged off column and
17285         AllowColumnReorder is false.
17286         * ColumnHeader.cs: clone the format too in Clone.
17287         * Theme.cs: add DrawListViewHeaderDragDetails method.
17288         * ThemeWin32Classic.cs:
17289         - impl new method for drawing drag column shadows and targets.
17290         - support column offset for details mode in DrawListViewItem.
17291
17292 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17293
17294         * TextControl.cs: Reset the char_count when the document is cleared
17295           (Fixes bug reported on mono-winforms mailing list)
17296
17297 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17298
17299         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
17300           of calling base we simply process the key ourselves, since both
17301           DefWindowProc and the handled method would set m.Result. 
17302           (Fixes #77732)
17303
17304 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17305
17306         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
17307           method also moves the window; instead implemented a copy of
17308           Control.ScaleCore (Part of fix for #77456)
17309         * TextBoxBase.cs: 
17310           - Created new CreateGraphicsInternal method to allow providing
17311             a graphics context when no handle is created without triggering
17312             handle creation. (Part of fix for #77456)
17313           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
17314         * TextControl.cs: 
17315           - Switched Constructor to require TextBoxBase instead of Control (to
17316             allow uncast access to CreateGraphicsInternal)
17317           - Safeguarded use of owner.Handle property. No longer accessing it
17318             unless the handle is already created.
17319           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
17320           - Now triggering a recalc when owning control becomes visible
17321         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
17322           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
17323           premature handle creation (Part of fix for #77456)
17324         * Control.cs:
17325           - We now only destroy our double-buffering buffers when the
17326             control is resized or disposed, but not when visibility
17327             changes. (The code even re-created them twice every time)
17328           - Now requiring a redraw of the buffer on visibility changes
17329             (fixes bug 77654 part 2)
17330           - Not passing OnParentVisibleChanged up unless the control
17331             is visible
17332           - CanFocus: Fixed to match MS documentation
17333           - Focus: Fixed to return actual focus state and to check if
17334             setting focus is legal before setting it
17335
17336 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
17337
17338         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
17339           when to draw focus rectangle by looking at parent focus and
17340           selected state instead. This fixes TabPages on Linux sometimes
17341           having none or multiple focus rectangles.
17342         * XplatUIX11.cs (SetFocus): 
17343           - Don't set the focus if the same window already has focus
17344           - Use SendMessage instead of PostMessage (like it's Win32
17345             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
17346             to match MS behaviour
17347         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
17348           are not selectable.
17349
17350 2006-03-07  Jackson Harper  <jackson@ximian.com>
17351
17352         * PictureBox.cs: Revert line I accidently committed last week.
17353
17354 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
17355
17356         * Control.cs: 
17357           - Added new IsRecreating and ParentIsRecreating properties to
17358             allow testing if RecreateHandle has been called on ourselves
17359             or one of our parents
17360           - WndProc(WM_DESTROY): If our control handle is being recreated
17361             we immediately need to create the handle when receiving the
17362             destroy, that way our child windows find a valid parent handle
17363             when they themselves are being recreated upon WM_DESTROY receipt
17364             (fix for bug #77654 part 1)
17365         * XplatUIX11.cs:
17366           - DestroyWindow: WM_DESTROY must be sent to our own window before
17367             notifying any child windows. MS documents that child windows
17368             are still valid when WM_DESTROY is received. (Control now relies on
17369             this behaviour)
17370           - Added some fine-grain debug options
17371
17372 2006-03-06  Jackson Harper  <jackson@ximian.com>
17373
17374         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
17375         box and base calculations off this.
17376         * MdiChildContext.cs:
17377         * MdiWindowManager.cs: Don't need to ensure scrollbars here
17378         anymore.
17379         
17380 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
17381
17382         * Splitter.cs: In situations where the affected control is added
17383           to the parent's control list after the splitter, we would not
17384           populate affected. Now we try populating it on mousedown, if
17385           it's not already set, and force it to be re-set whenever our
17386           parent changes.
17387
17388 2006-03-03  Matt Hargett  <matt@use.net>
17389
17390         * Control.cs: implement Control.Padding
17391         * Padding.cs: -Padding.All returns -1 when constructing with the
17392         implicit default ctor
17393         -Padding.ToString() matches MS.NET
17394         * ContainerControl.cs: implement
17395         ContainerControl.AutoScaleDimensions
17396         * ListControl.cs: implement ListControl.FormattingEnabled
17397         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
17398         * ButtonBase.cs:
17399         * TabPage.cs: Implement UseVisualStyleBackColor.
17400         * PictureBox.cs: Implement PictureBox.InitialImage.
17401
17402 2006-03-03  Mike Kestner  <mkestner@novell.com>
17403
17404         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
17405         event declarations to proxy to base event.
17406         * ListViewItem.cs: update to use ItemControl.
17407         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
17408         * ThemeWin32Classic.cs: update to new ListView theme API and fix
17409         column header label rendering for 0 width columns.
17410
17411 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
17412
17413         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
17414           that causes the control to be created. Fixes #77476.
17415
17416 2006-03-02  Jackson Harper  <jackson@ximian.com>
17417
17418         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
17419         expose_pending.
17420
17421 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
17422
17423         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
17424           passed in for the EventArgs (fixes #77690)
17425
17426 2006-03-01  Jackson Harper  <jackson@ximian.com>
17427
17428         * ScrollBar.cs: Refresh afterbeing resized.
17429
17430 2006-02-28  Mike Kestner  <mkestner@novell.com>
17431
17432         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
17433         Clean up a tracker compile warning.
17434         * MenuItem.cs: add internal PerformPopup method.
17435         [Fixes #77457]
17436
17437 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
17438
17439         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
17440           implicit expose) when the text is set to null
17441
17442 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
17443
17444         * RichTextBox.cs (FlushText): When newline is true, we always
17445           need to split the line, even if no text is on it and we may
17446           never eat newlines. (Fixes #77669)
17447
17448 2006-02-28  Mike Kestner  <mkestner@novell.com>
17449
17450         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
17451         and set Selected instead.
17452         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
17453         collections.
17454
17455 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
17456
17457         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
17458
17459 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
17460
17461         * FontDialog.cs:
17462           - Got rid of the panel. All controls are now directly added to
17463             the dialog form
17464           - It is now possible to set a font with the Font property
17465           - MinSize and MaxSize property do now what they should
17466           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
17467           - Searching and selecting a font with the font textbox works now,
17468             the same applies to the style and size textbox
17469           - Draw the correct 3D border in the example panel
17470           - Fixed a little mem leak (unused fonts didn't get disposed)
17471           - Many other internal updates/rewrites...
17472           - Fix typo
17473
17474 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
17475
17476         * TextControl.cs: 
17477           - InsertRTFFromStream: Added 'number of characters inserted' argument
17478           - set_SelectedRTF: Now using the number of characters to calculate
17479             the new location for the selection and cursor (x/y cannot be used
17480             due to potentially already wrapped text)
17481
17482 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
17483
17484         * TextControl.cs: Added property and implemented means to allow 
17485           disabling recalculation of a document (can be used to speed up
17486           multiple inserts and is needed to make RTF inserts predictable, see
17487           bug #77659)
17488         * RichTextBox.cs: Using the new NoRecalc property of Document to
17489           keep x/y insert locations predictable. Also makes it faster inserting
17490           large chunks of RTF
17491
17492 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
17493
17494         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
17495           it's easier for a child control to handle the other messages without
17496           having to duplicate the special functionality
17497         * TextBoxBase.cs
17498           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
17499             code to handle processing the key ourselves, in order to get 
17500             access to the result of KeyEventArgs.Handled. We now only call 
17501             ProcessKey if they key hasn't been handled already. Fixes #77526.
17502           - set_Text: If null or empty string is given, just clear the 
17503             document. Fixes part of #77526
17504
17505 2006-02-27  Jackson Harper  <jackson@ximian.com>
17506
17507         * SizeGrip.cs: Paint the background color before painting the grip
17508         so things look right.
17509         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
17510
17511 2006-02-27  Mike Kestner  <mkestner@novell.com>
17512
17513         * ListView.cs:
17514           - Restructure layout and invalidation model to remove a ton of
17515           flicker from the control and speed up performance in general.
17516           - Add manual column resize, flickers like crazy, but I already have
17517           some ideas on how I'll fix that. (#76822)
17518           - Merge the three Icon-based views into a single layout method.
17519           - Move item selection interaction logic from the item since 
17520           interaction with the collections is more appropriate to the view.
17521           - Deselection on non-item clicks.
17522         * ListViewItem.cs:
17523           - Encapsulate most of the layout. Add some internal props to trigger
17524           layout.  Move to a model where Items invalidate themselves instead
17525           of just invalidating the whole control every time something changes.
17526           - Invalidate on Text/Caption changes.
17527           - switch to an offset based layout model to avoid having to absolute
17528           position every element on item moves.
17529           - correct checkbox layout to conform to MS layout.
17530         * ThemeWin32Classic.cs:
17531           - refactor some column header drawing code.
17532           - fix string justification for column headers (#76821)
17533           - make SmallIcon labels top justified for compat with MS impl.
17534         * ThemeClearlooks.cs:
17535           - adjust to new ListViewItem internal checkbox bounds api.
17536
17537 2006-02-27  Jackson Harper  <jackson@ximian.com>
17538
17539         * Control.cs:  Change where implicit controls fall in the zorder.
17540         They are now on top of all children.
17541         - Synced AddImplicit code with Add
17542         - Removed unused enumerator.
17543         * SizeGrip.cs: Remove the TODO as its been TODONE.
17544
17545 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
17546
17547         * TextControl.cs(Insert): Combine the last lines unless the insertion
17548           string ends with \n\n, otherwise we leave one line too many (Fixes
17549           something I noticed with the testapp for #77526; the bug itself was
17550           already fixed in the previous checkin)
17551
17552 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
17553
17554         * RichTextBox.cs:
17555           - SelectionColor and SelectionFont methods no longer set absolute
17556             styles. Instead, the keep font or color respectively (This 
17557             resolves a long-standing FIXME in the code)
17558           - When flushing RTF text, the insert code now considers text trailing
17559             behind the insertion point (Fixes the bug where when replacing
17560             the selected text via SelectedRTF the remainder of the line behind 
17561             the selection would stay on the first insertion line)
17562         * TextBoxBase.cs:
17563           - AppendText now updates the selection points after inserting text
17564           - AppendText now ensures that the last tag (sometimes 0-length) of
17565             the document is used for the style information (Fixes part of 
17566             bug #77220)
17567         * TextControl.cs:
17568           - Created new FontDefiniton class to allow describing partial style
17569             changes
17570           - StreamLine() now takes a lines argument, to allow it to decide
17571             whether an encountered zero-length tag is the last in the document
17572             (which must be kept to not loose the font/color contained in it,
17573             for later appends)
17574           - Created Combine() and Split() methods for Marker structs, to 
17575             support marker updates due to reformatted documents (soft line
17576             wraps)
17577           - Implemented Document.CaretTag setter
17578           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
17579             of the last line (Not the cause, but also exposed by bug #77220)
17580           - Added LineTag argument to InsertString method, to allow callers
17581             to force a certain tag to be used (required to force use of the
17582             trailing zero-length tag of a document)
17583           - Now updating markers in Combine(), to avoid stale tag markers
17584           - Added some method descriptions to aid maintenance
17585           - Implemented new FormatText concept, allowing additive/subtractive
17586             formatting by only specifying the components that are to be 
17587             changed. This was needed for resolving the RTB.SelectedColor/
17588             RTB.SelectedFont fixmes
17589           - Added Break() support method to allow breaking up linetags (used
17590             for partial formatting)
17591           - Added GenerateTextFormat() method. It is used for partial 
17592             formatting and allows to generate a full font/color from given
17593             attributes and an existing tag.
17594
17595 2006-02-26  Jackson Harper  <jackson@ximian.com>
17596
17597         * XplatUIX11.cs:  Use the correct caption height.
17598         - Translate hittest coordinates to screen coords to match MS.
17599         * XplatUIWin32.cs: When we create MDI windows we need to reset
17600         some of the style flags, so we get a nice blank window, and can
17601         draw all the decorations ourselves.
17602         - Set a clipping rectangle on the non client paint event, the
17603         window manager drawing code needs one.
17604         * Form.cs: The window manager needs to know when the window state
17605         has been updated.
17606         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
17607         don't need to factor in border and title sizes in these
17608         methods. TODO: Remove the args and fix the call points.
17609         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
17610         properly.
17611         - Let the driver set the cursors.
17612         - Improve active window handling
17613         - Correct sizes for title bars and buttons.
17614         - Match MS drawing better
17615         * MdiWindowManager.cs: We don't need to handle border style
17616         updates specially anymore.
17617         - Check for scrollbars when windows are done moving
17618         - Handle Active properly.
17619         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
17620         correctly. I am spewing the exception though, so we don't hide the
17621         bugs.
17622         
17623 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
17624
17625         * DataGridViewRowPostPaintEventArgs.cs,
17626           DataGridViewCellPaintingEventArgs.cs,
17627           DataGridViewRowCollection.cs,
17628           DataGridViewRowPrePaintEventArgs.cs,
17629           DataGridViewCell.cs: Clear a few warnings and implement a few
17630           exceptions that should be thrown.
17631
17632 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
17633
17634         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
17635           'inheriting' our parent's (non-default) cursor. (Part of
17636            the fix for #77479)
17637
17638 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
17639
17640         * XplatUIX11.cs: Fixed cast to make csc happy
17641
17642 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
17643
17644         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
17645           it's for the client area (part of fix for #77479 and needed
17646           for MDI window cursor handling)
17647         * XplatUIX11.cs
17648           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
17649             the appropriate default cursors and also passing the message
17650             up the parent chain 
17651           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
17652             for non-client areas
17653
17654 2006-02-15  Jackson Harper  <jackson@ximian.com>
17655
17656         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
17657         is a real MDI window
17658
17659 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
17660
17661         * X11DesktopColors.cs: Instead of checking the desktop session
17662           string for "KDE" check if it starts with "KDE"
17663
17664 2006-02-10  Jackson Harper  <jackson@ximian.com>
17665
17666         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
17667         systems).
17668
17669 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
17670
17671         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
17672           errors
17673         * ColorDialog.cs:
17674           - Got rid of the panel. All controls are now directly added to
17675             the dialog form
17676           - Changed to mono coding style
17677
17678 2006-02-10  Jackson Harper  <jackson@ximian.com>
17679
17680         * InternalWindowManager.cs: We don't need the set visibility to
17681         false hack anymore now that peter has written beautiful shutdown
17682         code.
17683
17684 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
17685
17686         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
17687           where already explicitly destroyed
17688
17689 2006-02-10  Jackson Harper  <jackson@ximian.com>
17690
17691         * MdiClient.cs: Handle the case where windows are too high or to
17692         the left and we need scrollbars.
17693
17694 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
17695
17696         * MimeIcon.cs: Added some icons
17697         * FileDialog.cs:
17698           - Fixed bug #77477
17699           - Got rid of the panel. All controls are now directly added to
17700             the dialog form
17701           - Changed to mono coding style
17702           - On Linux "My Computer" and "My Network" will now show some
17703             more usefull information. A new class, MasterMount, gathers
17704             this information from /proc/mount. Updated MWFFileView to make
17705             use of this information
17706           - Fixed a bug that caused FileDialog to crash when
17707             ".recently_used" file had a zero size
17708           - FilterIndex does now what it should
17709           - Some Refactoring
17710         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
17711             FileDialog changes
17712
17713 2006-02-09  Jackson Harper  <jackson@ximian.com>
17714
17715         * ComboBox.cs: Don't touch if null.
17716
17717 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
17718
17719         * Cursor.cs: 64bit safeness fix
17720         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
17721
17722 2006-02-09  Jackson Harper  <jackson@ximian.com>
17723
17724         * Form.cs: If a form is made into an MDI form update the styles so
17725         all the props can get set correctly.
17726         - Kill the mdi_container when we dont need it anymore.
17727         * InternalWindowManager.cs: Add missing NOT
17728
17729 2006-02-08  Jackson Harper  <jackson@ximian.com>
17730
17731         * InternalWindowManager.cs: Respek clipping when drawing MDi
17732         decorations.
17733
17734 2006-02-08  Jackson Harper  <jackson@ximian.com>
17735
17736         * Hwnd.cs: Add bits to track non client expose events.
17737         * XplatUIX11.cs: Track non client expose events on the hwnd. This
17738         gives us a proper invalid rect and will allow for some nice
17739         optimizations with NC client drawing
17740         - MDI windows are children windows, so move their style handling
17741         into the child window block.
17742         * InternalWindowManager.cs: Remove a state reset that was
17743         getting invoked at the wrong time. Fixes managed windows getting
17744         into a 'stuck' captured state.
17745
17746 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
17747
17748         * TextControl.cs (Document.ctor): Now initializing 
17749           selection_anchor. Fixes #77493
17750
17751 2006-02-07  Jackson Harper  <jackson@ximian.com>
17752
17753         * TrackBar.cs: The increment/decrements were backwards.
17754
17755 2006-02-07  Mike Kestner  <mkestner@novell.com>
17756
17757         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
17758         to the instance itself.
17759
17760 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
17761
17762         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
17763           on ulongs and pointers, the size differs between 32bit and 64bit
17764           systems. 
17765
17766 2006-02-07  Mike Kestner  <mkestner@novell.com>
17767
17768         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
17769         for 64 bit platforms to work around a metacity bug. 
17770
17771 2006-02-07  Jackson Harper  <jackson@ximian.com>
17772
17773         * TrackBar.cs: Process the input keys we need, and hookup to
17774         KeyDown instead of using WndProc, so we get key messages.
17775
17776 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
17777
17778         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
17779           machine we're on. 
17780         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
17781           we need to translate the XdndVersion atoms array before sending it
17782
17783 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
17784
17785         * XplatUIX11.cs: 
17786           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
17787             number of bits for the property, not the number of bytes. The
17788             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
17789             but would not crash since it specified 8 bits instead of 4 bits)
17790           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
17791             defined as XID -> long in the C headers)
17792           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
17793             references since those are now IntPtr to begin with
17794           - Switched all Atom.XXX 'int' casts to IntPtr casts
17795           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
17796           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
17797           - Added XChangeActivePointerGrab DllImport (for X11DnD)
17798         * X11Structs.cs:
17799           - Changed 'int' type for Atoms in XEvent structures to IntPtr
17800           - Changed atom in HoverStruct to be IntPtr
17801         * X11DnD.cs:
17802           - Removed local DllImports, switched code to use those from XplatUIX11
17803           - Removed/fixed casts related to the switch of Atom to be a IntPtr
17804
17805 2006-02-06  Mike Kestner  <mkestner@novell.com>
17806
17807         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
17808         method signatures in the import region.  There may still be some
17809         lingering struct marshaling issues, as I didn't drill down into those.
17810         Yet.
17811
17812 2006-02-06  Jackson Harper  <jackson@ximian.com>
17813
17814         * ComboBox.cs: Dont manually set the top_item, this is computed
17815         when the scrollbar position is set.
17816
17817 2006-02-06  Mike Kestner  <mkestner@novell.com>
17818
17819         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
17820         startup crashes on amd64.  There's other fixes needed.  All pinvoke
17821         usage of Atom needs to be mapped to IntPtr for example.  And there are
17822         likely other int/long issues to be addressed.
17823
17824 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
17825
17826         * FileDialog.cs: One more...
17827
17828 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
17829
17830         * FileDialog.cs: Next try
17831
17832 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
17833
17834         * FileDialog.cs: First part of fix for #77464
17835
17836 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
17837
17838         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
17839           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
17840           AcceptButton border drawing.
17841
17842 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
17843
17844         * Form.cs: Moved positioning of form after auto scaling is applied,
17845           otherwise it would possibly use wrong form size.
17846
17847 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
17848
17849         * Control.cs (RecreateHandle): No need to re-create any child
17850           controls, the child windows will get destroyed automatically by
17851           the windowing system or driver, and re-created when the handle
17852           is being accessed the first time. Fixes #77456
17853         * Form.cs: No longer setting the form to closing if the handle is 
17854           being recreated. This seems like the right thing to do, don't
17855           have a bug or testcase for this, though.
17856
17857 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
17858
17859         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
17860           controls to avoid unwanted side effects
17861
17862 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
17863
17864         * Control.cs: 
17865           - ScaleCore needs to scale the bounds, not the ClientSize of the 
17866             control. Fixes #77416.
17867           - DefaultSize is 0,0 for control
17868         * TextBoxBase.cs: 
17869           - DefaultSize is 100, 20
17870           - SetBoundsCore: Now enforcing the height, no matter if the provided
17871             height is more or less than the preferred one, as long as AutoSize
17872             is on
17873         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
17874
17875 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
17876
17877         * Control.cs:
17878           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
17879             call unless both performLayout is true *and* we have a pending
17880             layout change
17881           - ResumeLayout: MS does not completely nest Suspend and Resume,
17882             they bottom out at 0, fixed our code to match that.
17883           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
17884             SetBoundsCore, we were updating even when we shouldn't. This fixes
17885             swf-anchors mis-anchoring when resizing the app fast and lots.
17886           - UpdateDistances: Now only setting the left and top distance if 
17887             we have a parent and are not suspended, this is based on
17888             a suggestion by Don Edvaldson in bug #77355.
17889           - OnVisibleChanged: Fixed logic when to create the control. We may
17890             not create the control if we have no parent or if it's not visible;
17891             switched to using Visible property instead of is_visible field 
17892             since the property also considers parent states. This fixes a bug
17893             when starting Paint.Net
17894
17895 2006-02-02  Jackson Harper  <jackson@ximian.com>
17896
17897         * Form.cs: If the forms handle hasn't been created yet don't call
17898         into xplatui to make it top most, just set the topmost flag on the
17899         form in CreateParams
17900         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
17901
17902 2006-02-01  Jackson Harper  <jackson@ximian.com>
17903
17904         * ScrollableControl.cs: Refactored the Recalculate method a
17905         little, this wasn't handling all the variants of bottom and right
17906         bars needed to be added and added/removed based on their
17907         counterparts being added/removed (which changes the drawable
17908         size). Also we special case client widths and heights of 0 and
17909         don't add the scrollbar for those.
17910
17911 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
17912
17913         * XplatUIX11.cs: 
17914           - Added method to get AbsoluteGeometry(); currently unused, but might
17915             be used in the future, if we try again to figure out toplevel
17916             coordinates with some more crappy window managers
17917           - Added FrameExtents() method to retrieve the WM set decoration size
17918           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
17919             to deal with at least KDE, FVWM and metacity (Fixes #77092)
17920         * Hwnd.cs: 
17921           - Added whacky_wm tracking var for metacity
17922           - Added logic to have default menu height if the actual menu height
17923             has not yet been calculated (part of fix for #77426)
17924         * Form.cs: Keep track whether client size has been set and re-set 
17925           it if a menu is added/removed afterwards (Fixes #77426)
17926
17927 2006-01-31  Jackson Harper  <jackson@ximian.com>
17928
17929         * Control.cs: When a new Site is set on the component attempt to
17930         pull the AmbientProperties from it.
17931
17932 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
17933
17934         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
17935           in the background of the owning form. Fixes #77332
17936
17937 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
17938
17939         * MimeIcon.cs: Fix for #77409
17940
17941 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
17942
17943         * XplatUIX11GTK.cs: Initial import
17944
17945 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
17946
17947         * FixedSizeTextBox: fixes class signature
17948
17949 2006-01-30  Jackson Harper  <jackson@ximian.com>
17950
17951         * FixedSizeTextBox.cs: New internal class that represents a
17952         textBox that will not be scaled.
17953         * TreeView.cs:
17954         * ComboBox.cs:
17955         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
17956         standard TextBox.
17957                 
17958 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
17959
17960         * XplatUIX11.cs: Retrieve default screen number instead of
17961           assuming 0. Attempted fix for #77318
17962
17963 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
17964
17965         * XplatUIWin32.cs: 
17966           - GetWindowPos: When a window is parented by FosterParent, use 
17967             the desktop instead of FosterParent as the base to get coordinates
17968           - CreateWindow: Don't make FosterParent the parent window for Popups
17969             if we don't want a taskbar entry, Popups automatically don't get one
17970         * Hwnd.cs: Need to call remove to actually remove the key from the
17971           hash table
17972
17973 2006-01-30  Mike Kestner  <mkestner@novell.com>
17974
17975         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
17976
17977 2006-01-30  Jackson Harper  <jackson@ximian.com>
17978
17979         * TreeView.cs:
17980         * TreeNode.cs: Raise events no matter how the treenode is
17981         checked. Patch by Don Edvalson.
17982
17983 2006-01-30  Jackson Harper  <jackson@ximian.com>
17984
17985         * TreeNode.cs: Signature fix.
17986
17987 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
17988
17989         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
17990
17991 2006-01-20  Mike Kestner  <mkestner@novell.com>
17992
17993         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
17994         event forwarding when menus are active.
17995         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
17996         Most of the patch is pdb's with a little rework.
17997
17998 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
17999
18000         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
18001           Removed GetMenuDC and ReleaseMenuDC methods; replaced
18002           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
18003         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
18004         * InternalWindowManager.cs: Added use of PaintEventStart/End to
18005           handling of WM_NCPAINT message, now passing the PaintEventArgs to
18006           the PaintWindowDecorations method
18007         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
18008         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
18009         * MenuAPI.cs: Made tracker window invisible
18010         * XplatUIWin32.cs:
18011           - Removed GetMenuDC and ReleaseMenuDC methods
18012           - Implemented the client=false path for PaintEventStart and
18013             PaintEventEnd
18014
18015 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
18016
18017         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
18018         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
18019           styles
18020         * Form.cs: 
18021           - MaximizeBox, MinimizeBox: Recreate the handle when setting
18022             the style
18023           - CreateParams: Reworked the styles to match MS look'n'feel,
18024             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
18025             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
18026
18027 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
18028
18029         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
18030           window is not mapped, since otherwise every form that's being 
18031           created is considered minimized, which is wrong.
18032         * Form.cs: Catching the exception and returning our internal value
18033           instead
18034
18035 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
18036
18037         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
18038           SetWindowMinMax() to have means to tell the driver about the minimum,
18039           maximum and maximized state window sizes. (Part of the fix for #76485)
18040         * Form.cs:
18041           - Implemented tracking of minimum and maximum window size, now calling
18042             new SetWindowMinMax() driver method to tell the driver (Part of the
18043             fix for #76485)
18044           - Finished handling of WM_GETMINMAXINFO method, now setting all values
18045             (Completes fix for #76485)
18046           - Calling new SetWindowMinMax driver method when the handle for a 
18047             form is created, to make sure the driver knows about it even if
18048             the values have been set before the window was created
18049           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
18050             to avoid messing up our anchoring calculations (partial fix
18051             for #77355)
18052         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
18053         * XplatUIX11.cs:
18054           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
18055           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
18056             (and presumably other freedesktop.org compliant WMs). Left the
18057             assumption unmapped=minimized, needed for SetVisible to work.
18058           - Now setting the window state when creating windows
18059           - Fixed SetVisible to consider/set the window state when mapping
18060             a Form. We cannot set the state before it's mapped, and we cannot
18061             use Form.WindowState once it's mapped (since it would ask the
18062             driver and get 'normal'. Therefore, we grab the state before
18063             mapping, map, and then set state.
18064           - Implmemented SetWindowMinMax method; Metacity does not seem to
18065             honor the ZoomHints, though.
18066         * XplatUIWin32.cs:
18067           - Removed MINMAXINFO (moved to XplatUIStructs)
18068           - Added SetWindowMinMax stub (on Win32 the only way to set that
18069             information is in response to the WM_GETMINMAXINFO message, which
18070             is handled in Form.cs)
18071           - Added logic to SetVisible to set the proper window state when a 
18072             form is made visible (fixes #75720)
18073
18074 2006-01-26  Jackson Harper  <jackson@ximian.com>
18075
18076         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
18077         same way we handle them with Invoke.
18078
18079 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
18080
18081         * Form.cs:
18082           - Added tracking of window state so CreateParams can return
18083             the appropriate style
18084           - Moved setting of WS_CAPTION style in CreateParams to allow
18085             styles without caption
18086         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
18087           control if the TextBox property is accessed. Fixes #77345
18088         * Control.cs:
18089           - get_Created: now uses is_disposed and is_created to determine
18090             return value (suggested by Jackson)
18091           - CreateHandle: No longer exits if the handle is being recreated
18092           - RecreateHandle: If the handle is not yet created call the 
18093             appropriate method to create either control or handle. If the
18094             control is already created CreateHandle will simply exit instead
18095             of just creating the handle
18096         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
18097           now SendMessage WM_DESTROY directly to the control when DestroyWindow
18098           is called.
18099         * XplatUIX11.cs: 
18100           - When DestroyWindow is called, instead of waiting for the 
18101             DestroyNotification from X11, we directly post it to the WndProc
18102             and immediately dispose the hwnd object.
18103             Same applies to DestroyChildWindows, and this obsoletes the
18104             expose_pending tracking. Contrary to Win32 behaviour we destroy our
18105             child windows before our own, to avoid X11 errors.
18106           - Removed the direct sending of WM_PAINT on UpdateWindow
18107         * XplatUIWin32.cs:
18108           - Reworked DoEvents and GetMessage to allow access to internal queue
18109             even when trying non-blocking access to the queue.  Fixes #77335. 
18110             Based on a patch suggestion by Don Edvalson. The new private
18111             GetMessage can now also be used as a backend for a PeekMessage
18112             frontend version.
18113         * XplatUI.cs: Improved debug output for CreateWindow
18114
18115 2006-01-25  Jackson Harper  <jackson@ximian.com>
18116
18117         * Help.cs: Allow param to be null. Patch by Don Edvalson.
18118
18119 2006-01-24  Jackson Harper  <jackson@ximian.com>
18120
18121         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
18122         when we have a MaxDropItems lower then the selected index.
18123
18124 2006-01-24  Jackson Harper  <jackson@ximian.com>
18125
18126         * Control.cs: Don't allow selection of non visible controls, allow
18127         selection of controls without parents.
18128
18129 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
18130
18131         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
18132         * DataGridDrawingLogic.cs: Add editing row only when is necessary
18133
18134 2006-01-23  Jackson Harper  <jackson@ximian.com>
18135
18136         * UpDownBase.cs: Make the textbox handle all the selection and
18137         tabbing. This fixes tabing to updown controls.
18138
18139 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
18140
18141         * TextBoxBase.cs: fixes exception thown the object was null
18142
18143 2006-01-23  Jackson Harper  <jackson@ximian.com>
18144
18145         * ButtonBase.cs: Just use the base CreateParams. They set
18146         visibility and enabled correctly.
18147         * ComboBox.cs:
18148         * TrackBar.cs:
18149         * MonthCalendar.cs: Lets let the base set as much of the
18150         createparams as possible so we don't have duplicate code all over
18151         the place.
18152
18153 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
18154
18155         * ThemeGtk.cs: Added TrackBar and some experimental code to
18156           get double buffering back
18157
18158 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
18159
18160         * DataGrid.cs: Allows row number set internally higher than the last
18161         when creating a new row. Restores the editing functionality.
18162
18163 2006-01-20  Mike Kestner  <mkestner@novell.com>
18164
18165         * MimeIcon.cs: delay Image creation until the icons are accessed
18166         instead of creating 190 scaled images on GnomeHandler startup.
18167
18168 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
18169
18170         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
18171           first call base before processing the event. Fixes #77279
18172
18173 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
18174
18175         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
18176           that the stride for the GDI bitmap would match the stride of
18177           a DIB or a Cursor.
18178
18179 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
18180
18181         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
18182
18183 2006-01-19  Jackson Harper  <jackson@ximian.com>
18184
18185         * ComboBox.cs: Hookup the text controls keydown event so we get
18186         those when the text control has the focus.
18187
18188 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
18189
18190         * Label.cs: Now using the base events instead of defining new ones;
18191           this allows us to just call the base properties without having to
18192           duplicate all base property logic 
18193
18194 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
18195
18196         * Label.cs: A label by default is not a tabstop (Fixes one of our
18197           failing nunit tests)
18198
18199 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
18200
18201         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
18202         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
18203
18204 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
18205
18206         * Cursor.cs: Reimplemented creating cursor bitmaps without using
18207           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
18208           This fixes #77218
18209         * XplatUIWin32.cs: 
18210           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
18211             constructor creates images that can't be saved. Part of the fix
18212             for #76103
18213           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
18214           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
18215             bug fix for handling window state in forms properly)
18216
18217 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18218
18219         * ThemeGtk.cs: Simplify ScrollBar drawing
18220
18221 2006-01-18  Jackson Harper  <jackson@ximian.com>
18222
18223         * Splitter.cs: Set the default dock style for the splitter control
18224         in the constructor.
18225
18226 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18227
18228         * ThemeGtk.cs: Corrected StateType and ShadowType for
18229           gtk_paint_box
18230
18231 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18232
18233         * Control.cs: Make use of Theme.DoubleBufferingSupported
18234         * ThemeGtk.cs:
18235           - Added drawing for flat style buttons
18236           - Added ScrollBar drawing
18237
18238 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18239
18240         * ThemeClearlooks.cs: Removed some unneeded code.
18241         * ThemeGtk.cs: First part of ThemeGtk enhancements.
18242
18243 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
18244
18245         * LinkLabel.cs: We need to update the hover drawing when
18246           leaving the control as well.
18247
18248 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
18249
18250         * DataGrid.cs: Clicking on non empty areas in the columns
18251            area was giving an exception
18252
18253 2006-01-17  Jackson Harper  <jackson@ximian.com>
18254
18255         * ThemeWin32Classic.cs:
18256         * ListView.cs: Do not draw/clip the headers when the header style
18257         is None.
18258
18259 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
18260
18261         * DataGrid.cs: Fixes 77260
18262         
18263 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
18264
18265         * DataGrid.cs: Clicking on a column on a empty grid was giving
18266           an exception
18267
18268 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
18269
18270         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
18271           or any keypress will crash the grid.
18272
18273 2006-01-17  Mike Kestner  <mkestner@novell.com>
18274
18275         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
18276         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
18277         invisible/previously-visible items.
18278         [Fixes #76909]
18279
18280 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
18281
18282         * ThemeClearlooks.cs:
18283         - Added CL_Draw_Button method; now other theme controls that are 
18284           not derived from button or do not have a button can draw buttons
18285           too
18286         - Updated ComboBox drawing
18287         - Beautified RadioButton drawing
18288         - Corrected drawing of bottom and left tabs
18289         - Beautified DateTimePicker and MonthCalendar
18290         - Added CPDrawButton and CPDrawRadioButton
18291
18292 2006-01-16  Jackson Harper  <jackson@ximian.com>
18293
18294         * ComboBox.cs: Set the initial value of the scrollbar to the
18295         current index. Reduce the numbers of refreshs and IndexOfs called.
18296
18297 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
18298
18299         * FileDialog.cs: When the file listview is focused hitting the
18300           backspace key moves the fileview to the parent directory
18301
18302 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
18303
18304         * Form.cs: 
18305           - Added RecreateHandle call when changing taskbar visibility to 
18306             trigger reparenting in Win32 driver (Fixes #75719)
18307           - If a window has minimize or maximize buttons, it cannot have
18308             a help button
18309         * XplatUIWin32.cs:
18310           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
18311             the toplevel form with FosterParent (A toolwindow not on the
18312             taskbar) (Fixes #75719)
18313           - Made FosterParent a toolwindow
18314
18315 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
18316
18317         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
18318
18319 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
18320
18321         * ToolTip.cs: If SetToolTip is called from a control and the mouse
18322           is currently over that control, make sure that tooltip_window.Text
18323           gets updated
18324
18325 2006-01-13  Mike Kestner  <mkestner@novell.com>
18326
18327         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
18328
18329 2006-01-13  Jackson Harper  <jackson@ximian.com>
18330
18331         * TreeView.cs: On MS GetNodeAt never actually factors in the X
18332         value passed.  Also redraw the selected node when we recieve
18333         focus, so tabbing between trees works correctly.
18334
18335 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
18336
18337         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
18338           ~/.gconf/%gconf-tree.xml, so use
18339           .gconf/desktop/gnome/interface/%gconf.xml
18340
18341 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
18342
18343         * TextControl.cs: Draw text in gray if control is disabled
18344
18345 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
18346
18347         * TreeView.cs: Draw the focus rectangle outside the highlight, to
18348           make sure it's always visible. Fixes #76680.
18349
18350 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
18351
18352         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
18353
18354 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
18355
18356         * PageSetupDialog.cs: Added.
18357         * PrintDialog.cs: Attributes.
18358         * PrintPreviewControl.cs: Updates.
18359         * PrintPreviewDialog.cs: Updates.
18360         
18361 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18362
18363         * Control.cs: Undid my selection check fix, since it's not needed
18364         * TextBoxBase.cs:
18365           - Now considering the presence of hscroll/vscroll when sizing
18366             vscroll/hscroll respectively. Fixed bug #77077
18367           - Added Left/Up/Down/Right to IsInputKey list to prevent
18368             ContainerControl from stealing them. This fixes what I broke
18369             with my last checkin.
18370
18371 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
18372
18373         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
18374           I finally understand how the property can be set without a setter :-)
18375
18376 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18377
18378         * Application.cs:
18379           - Switched RunLoop to use static Message.Create to create a 
18380             Message object
18381           - Added PreProcessMessage call in runloop for keyboard events; this
18382             is part of the fix for #77219, I overlooked this originally in the
18383             MSDN doc for PreProcessMessage
18384         * Control.cs:
18385           - Removed call to PreProcessMessage from handling of keyboard 
18386             messages; it's supposed to be done in the message pump
18387           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
18388             per MSDN documentation.
18389           - IsInputChar: All chars are input chars by default; removed the 
18390             parent calling chain, MS does not document that
18391           - PreProcessMessage: If IsInputChar is true, we want to return false
18392             to allow dispatching of the message
18393           - When selecting the next control, now also check that we're not
18394             selecting ourselves again and therefore return a false positive.
18395         * TextBoxBase.cs:
18396           - Tried to match return values for IsInputKey and ProcessDialogKey
18397             to what MS returns; moved processing of our special keys outside
18398             ProcessDialogKey since MS does not seem to return true on those.
18399           - Moved code that previously was in ProcessDialogKey into new private
18400             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
18401           - Reworked handling of WM_CHAR to not have to duplicate code from
18402             Control.cs anymore, instead we simply call down to base.
18403            
18404 2006-01-12  Jackson Harper  <jackson@ximian.com>
18405
18406         * ComboBox.cs: We always need to refresh the text area when
18407         EndUpdate is called. Fixes the combobox in the file dialog.
18408         * Control.cs: Don't create the creator_thread until the controls
18409         handle is created.  Also in InvokeRequired we check if the
18410         creator_thread is null. This gives the effect of InvokeRequired
18411         returning true if the controls handle is not created yet, and
18412         matches MS.
18413
18414 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18415
18416         * XplatUI.cs:
18417           - Added StartLoop() driver method. This is used to allow drivers to
18418             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
18419             loop for a particular thread
18420           - Added EndLoop() driver method. This is called once the message
18421             pump for the thread is shut down
18422           - Added SupportsTransparency method to allow the driver to indicate
18423             opacity support for windows
18424         * Form.cs:
18425           - Removed TODO attribute, completed AllowTransparency property
18426           - Added documented logic to Opacity
18427         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
18428           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
18429           versions of CompatibleTextRendering
18430         * X11Structs.cs: Added opacity atom to our atom enumeration
18431         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
18432           of a form might be set before it's reparented by the WM, and we need
18433           the opacity value without calling up to Form)
18434         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
18435           SupportsTransparency() driver methods
18436         * Application.cs: Now calling StartLoop and EndLoop driver methods
18437         * XplatUIX11.cs:
18438           - Added opacity atom registration
18439           - Added StartLoop()/EndLoop() methods. They're empty right now but
18440             will need to get implemented when we switch to a per-thread queue
18441           - Implemented SupportsTransparency() method
18442           - Implemented SetWindowTransparency() method
18443           - Added support for setting the opacity value when a window is
18444             reparented (since the opacity needs to be set on the WM frame)
18445         * XplatUIOSX.cs, XplatUIWin32.cs:
18446           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
18447
18448 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
18449
18450         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
18451
18452 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
18453
18454         * FileDialog.cs: Added ToolTip for MWFFileView
18455         * MimeIcon.cs: Rewrote GnomeHandler.
18456           - Get currently used gnome icon theme from
18457             ($HOME)/.gconf/%gconf-tree.xml
18458           - Make use of inherited icon themes
18459           - Support SVG icon themes like Tango via librsvg
18460
18461 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18462
18463         Revert's Jackson's revert which broke 2.0 builds.   Fix both
18464         builds. 
18465         
18466         * Application.cs: Move the use_compatible_text_rendering outside
18467         the NET_2_0 define.  If we ever need to use the
18468         use_compatible_text_rendering on the individual controls they will
18469         access the variable from the common shared code paths.
18470
18471 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
18472
18473         * XplatUI.cs:
18474           - Added more granular debug options
18475           - Added method to print both window text and id
18476           - Switched debug output to use new Window() debug method
18477           - Added IsEnabled() driver method
18478           - Added EnableWindow() driver method
18479         * Form.cs:
18480           - Removed end_modal; no longer needed, new loop handles termination
18481             via 'closing' variable
18482           - If form is modal, setting DialogResult will now initiate loop
18483             termination via 'closing' variable
18484           - Added support for is_enabled/WS_DISABLED to CreateParams
18485           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
18486             does all the work
18487           - Removed code that's now in RunLoop from ShowDialog()
18488           - Added various documented sanity checks to ShowDialog()
18489           - Added handling of WM_DESTROY message; we set 'closing' on getting
18490             the message to indicate the message pump to terminate
18491           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
18492             send by the Application.ExitThread method. (We send the message
18493             to destroy the window after all other events have been
18494             processed through the queue, instead of destroying the handle 
18495             directly)
18496           - Moved code from Close() method to WM_CLOSE handler; added logic
18497             to only send close-related events if the form is not displayed
18498             modal
18499         * Splitter.cs (..ctor): Fixed typo in resource name
18500         * Control.cs:
18501           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
18502             brush now
18503           - set_Cursor: Now only setting calling into XplatUI if the handle for
18504             the control is already created; this avoids implict handle creation
18505             or crashes if it's not created
18506           - set_Enabled: Now setting the enabled state via the new driver method
18507             instead of just tracking it
18508           - CreateParams: Added logic to set WS_DISABLED based on enabled state
18509           - CreateControl: Reordered event firing and method calls to more
18510             closely fire events in the order MS does. Now setting the
18511             enabled state in the driver when creating the control.
18512           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
18513             match MS order
18514         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
18515           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
18516         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
18517         * Hwnd.cs:
18518           - Added tracking of window enabled state (get_Enabled/set_Enabled)
18519           - Added EnabledHwnd property to easily allow a driver to find the
18520             handle of the first enabled window in the parent chain (this is
18521             used by drivers to pass up input events of disabled windows)
18522         * XplatUIDriver.cs: Added IsEnabled() method
18523         * Application.cs:
18524           - Removed crude and obsolete exiting tracking variable
18525           - Removed internal ModalRun(); replaced by RunLoop()
18526           - Implemented private CloseForms() method to allow closing all 
18527             windows owned by a particular (or all) threads
18528           - Exit() now properly closes all windows without forcing the message
18529             pump to quit
18530           - Removed obsolete InternalExit() method
18531           - Changed Run() methods to use new RunLoop() message pump
18532           - Implemented new RunLoop() method for both modal and non-modal forms
18533         * CommonDialog.cs:
18534           - get_CreateParams: Added setting of WS_DISABLED
18535           - Simplified ShowDialog(); now all the work is done in RunLoop(),
18536             invoked via Form.ShowDialog()
18537         * NativeWindow.cs: We don't remove the window from the collection when
18538           the handle is destroyed; there might still be messages for it in the
18539           queue (mainly the resulting WM_DESTROY); instead it will be removed
18540           when Control calls InvalidateHandle in the WM_DESTROY handler
18541         * XplatUIX11.cs:
18542           - CreateWindow: Added logic to handle the WS_DISABLED window style
18543           - EnableWindow: Implemented based on Hwnd.Enabled
18544           - GetMessage: Reset PostQuitState so the method can be called again
18545           - Implemented support for disabled windows (passing messages to the
18546             first enabled parent) in handling all input messages
18547           - Added optimizations for handling Expose events
18548           - Implemeted new driver method IsEnabled()
18549           - Now always resetting paint pending tracking vars when we start paint
18550           - Re-implemented UpdateWindow via just sending a WM_PAINT message
18551         * XplatUIOSX.cs: Added IsEnabled method stub
18552         * XplatUIWin32.cs: Implemented new IsEnabled() method
18553
18554 2006-01-11  Jackson Harper  <jackson@ximian.com>
18555
18556         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
18557         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
18558         variables a little.
18559         * ColorDialog.cs: Clear out the old form before adding the new
18560         panel.  
18561
18562 2006-01-11  Jackson Harper  <jackson@ximian.com>
18563
18564         * X11Dnd.cs: Make sure to add all the text formats when adding
18565         strings to the data object.
18566         * TreeNodeCollection.cs: When adding to a sorted tree we need to
18567         do some redrawing too.  Also change the UpdateNode to an
18568         UpdateBelow so the newly added node gets painted.
18569         
18570 2006-01-11  Miguel de Icaza  <miguel@novell.com>
18571
18572         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
18573         LinkLabel.cs, PropertyGrid.cs: Implement the
18574         UseCompatibleTextRendering property for 2.x
18575
18576         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
18577
18578 2006-01-11  Jackson Harper  <jackson@ximian.com>
18579
18580         * TreeView.cs: Use the property for setting the selected node so
18581         the correct events get raised.
18582         * TreeNode.cs: Update the tree when the fore/back colours of a
18583         node are set.
18584
18585 2006-01-10  Jackson Harper  <jackson@ximian.com>
18586
18587         * TreeView.cs: Allow setting SelectedNode to null.
18588
18589 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18590
18591         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
18592
18593 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18594
18595         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
18596
18597 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18598
18599         * PrintDialog.cs: Added attributes and set default property values.
18600
18601 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18602
18603         * PrintControllerWithStatusDialog.cs: 
18604         Added PrintControllerWithStatusDialog.
18605
18606 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18607
18608         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
18609         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
18610
18611 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
18612
18613         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
18614
18615 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18616
18617         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
18618         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
18619
18620 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
18621
18622         * MimeIcon.cs: Added internal class SVGUtil.
18623
18624 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
18625
18626         * FileDialog.cs: Don't crash if there are two files with the
18627           same name but different locations.
18628
18629 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
18630
18631         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
18632         dates across multiple month grids. Used to not highlight entire 
18633         month, but does now.
18634         
18635 2006-01-06  Jackson Harper  <jackson@ximian.com>
18636
18637         * MonthCalendar.cs: Removed DoEvents call to prevent a running
18638         message loop. Change timer intervals to numbers that seem more
18639         natural.
18640
18641 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
18642
18643         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
18644           object for location info since screen object is now implemented.
18645
18646 2006-01-05  Jackson Harper  <jackson@ximian.com>
18647
18648         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
18649         * AsyncMethodResult.cs: We no longer use a WeakReference for the
18650         AsyncMethodResult, this is because we ALWAYS want the
18651         ManualResetEvent to get set.
18652         * Control.cs: When disposing use an async invoke to call shutdown
18653         code, so that thigns don't block on the finalizer thread.  Also
18654         check if we even have a message loop before trying to send
18655         messages, if we don't then don't bother sending messages.
18656         - No more weak references for async methods
18657         * XplatUIDriver.cs: No more weak references for async methods.
18658
18659 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
18660
18661         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
18662           returns two FontFamily with the same name
18663
18664 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
18665
18666         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
18667           drawing disabled text. Instead using the ColorGrayText color
18668
18669 2006-01-04  Jackson Harper  <jackson@ximian.com>
18670
18671         * TreeNode.cs: redraw the node when its image index is changed.
18672
18673 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
18674
18675         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
18676           time I checked there are no others like it.
18677
18678 2006-01-04  Jackson Harper  <jackson@ximian.com>
18679
18680         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
18681         this gives the behavoir I was looking for.
18682         * Control.cs: Special case Invoking EventHandlers, this matches MS
18683         and fixes part of bug #76326.
18684
18685 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
18686
18687         * ThemeClearlooks.cs, FileDialog.cs:
18688           - Reflect the latest Theme class changes
18689           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
18690             with DateTime
18691             
18692 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
18693
18694         * Theme.cs: Cache UI resource images and resize them if needed
18695
18696 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
18697
18698         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
18699           is called. This fixes the crash in Nexxia when setting the font
18700           attributes in the chat. [However, RTF needs a look-over to make sure
18701           that all SelectionXXX methods handle the special case that selection
18702           is empty and therefore the change must be applied to all text starting
18703           at the cursor/selection start]
18704
18705 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
18706
18707         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18708           XplatUIOSX.cs: Added SendMessage and PostMessage methods
18709         * X11Keyboard.cs: Switched to new way of calling PostMessage
18710
18711 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
18712
18713         * Theme.cs: Added theme interface for images to allow the theme to
18714           control what images are used for things like FileDialog, MessageBox
18715           icons, etc.
18716         * MessageBox.cs: Now uses the new Theme icon/image interfaces
18717
18718 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
18719
18720         * FileDialog.cs:
18721           - Removed some dead code
18722           - Opening a recently used file does work now
18723           - Small UI enhancements
18724           - Refactoring
18725
18726 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
18727
18728         * FileDialog.cs: Forgot too add __MonoCS__
18729
18730 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
18731
18732         * FileDialog.cs: We are able to read recently used files now let's
18733           go on and write them.
18734
18735 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
18736
18737         * FileDialog.cs: Breathe some life into "last open"/"recently used"
18738           button
18739         * MimeIcon.cs: Do a check for the top level media type also
18740
18741 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
18742
18743         * ThemeClearlooks.cs:
18744           - Added CPDrawStringDisabled
18745           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
18746             some chars if the text doesn't fit into text_rect
18747           - DrawListViewItem: If View = View.LargeIcon center the image;
18748             rewrote the drawing of ListViewItem.Text if View = 
18749             View.LargeIcon
18750
18751 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
18752
18753         * MimeIcon.cs: Use default KDE icon theme if there is no
18754           "48x48" directory for the current icon theme, fixes #77114
18755         * Mime.cs: Disable not working and actually not used code. 
18756         * ThemeWin32Classic.cs:
18757           - Replace "new SolidBrush" in GetControlBackBrush and
18758             GetControlForeBrush with ResPool.GetSolidBrush
18759           - Changed DrawListViewItem from private to protected virtual
18760         * FileDialog.cs:
18761           - Added form.MaximizeBox = true
18762           - Don't throw an exception if there is a broken symbolic link
18763
18764 2005-12-23  Jackson Harper  <jackson@ximian.com>
18765
18766         * TabControl.cs: Give the panels focus, keyboard navigation is
18767         fixed so this works correctly now.
18768         - We need these key events also.
18769         * ToolBar.cs: Remove some of the poor mans double buffering.
18770         
18771 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
18772
18773         * ComboBox.cs: The internal TextBox now returns the focus.
18774
18775 2005-12-23  Jackson Harper  <jackson@ximian.com>
18776
18777         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
18778
18779 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
18780
18781         * Control.cs: Removed debug code
18782         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
18783           implicit children
18784
18785 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
18786
18787         * Control.cs: When creating the control, update the Z-order after
18788           all it's children are created, too. (Fixes nexxia not showing
18789           picturebox bug)
18790
18791 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
18792
18793         * Control.cs: Do not update the anchoring distances if layout is
18794           suspended, instead do it once layout is resumed
18795
18796 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
18797
18798         * Control.cs: 
18799           - After many hours of debugging, for both Jackson and
18800             myself, it turns out that it helps to set the parent of a control
18801             if you want to actually see it onscreen. In the spirit of that
18802             discovery, we're now setting the parent of the control and
18803             it's children when the control's handle is created. This fix
18804             will make Lutz Roeder's Reflector run happily. 
18805           - now just creating the handle instead of the whole control when
18806             getting a graphics context for the control.
18807
18808 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
18809
18810         * ScrollableControl.cs: When calculating the canvas, don't consider
18811           the scrollbar widths. Instead, predict if horizontal scrollbar
18812           will affect canvas when deciding on vertical display and vice versa.
18813
18814 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
18815
18816         * RichTextBox.cs: Set default RTF font for documents that don't
18817           have a font table (Fixes #77076)
18818
18819 2005-12-22  Jackson Harper  <jackson@ximian.com>
18820
18821         * TextBoxBase.cs: It's difficult to do, but you can have an empty
18822         clipboard. This prevents a NullRef in that case.
18823         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
18824         clipboard. PRIMARY is for the currently selected text only. (We
18825         should implement PRIMARY at some point.
18826
18827 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
18828
18829         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
18830           a Unicode function with a structure that was defined in Ansi way.
18831           This fixes #76942.
18832
18833 2005-12-21  Jackson Harper  <jackson@ximian.com>
18834
18835         * StatusBar.cs: Statusbar handles its fore/back colours on it's
18836         on. Because thats how it rolls. (and this avoids it using ambient
18837         colours).
18838         * ThemeWin32Classic.cs: Use the proper back color for filling.
18839         * Menu.cs: Use the system menu bar color for drawing menu
18840         bars. Using the window back color will bring ambient colours into
18841         the picture.
18842
18843 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
18844
18845         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
18846           Bitmaps were created and not disposed.
18847
18848 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
18849
18850         * Control.cs (CreateControl): Don't do anything if the control is
18851           already created, otherwise we'd fire the OnCreated event more than
18852           once
18853
18854 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
18855
18856         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
18857           will always match. Instead return -1. Fixes #76464.
18858
18859 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
18860
18861         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
18862           neither the beginning nor the end of the line (Fixes bug #76479)
18863
18864 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
18865
18866         * Control.cs:
18867           - ControlNativeWindow.ControlFromHandle(): Now handling situation
18868             where handle is invalid
18869           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
18870             instead of slower linear search
18871         * NativeWindow.cs: Don't remove the window from the hashtable until
18872           after the driver has destroyed it (since the driver might use
18873           Control.FromHandle to lookup the control object
18874         * Hwnd.cs: Added DestroyPending property to track if a window is 
18875           already destroyed as far as the driver is concerned and only hasn't
18876           yet notified the control
18877         * XplatUIX11.cs:
18878           - Activate(): Check if the window is still valid before using the 
18879             handle
18880           - Implemented DestroyChildWindow() method to mark child windows as
18881             destroyed when a window is destroyed. This prevents situations 
18882             where we might call an X method based on queued events for a
18883             window that already has been destroyed but we haven't yet pulled
18884             the destroy method from the queue.
18885           - Added a call to the new DestroyChildWindow() method to the drivers
18886             DestroyWindow code. Also now marking the destroyed window itself
18887             as pending
18888
18889 2005-12-20  Jackson Harper  <jackson@ximian.com>
18890
18891         * StatusBar.cs:
18892         * StatusBarPanel.cs: Don't calculate panel sizes on draw
18893         anymore. Just do them when needed, also track the rects of panels
18894         so that we can optimize refreshing more in the future.
18895
18896 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
18897
18898         * ColorDialog.cs: Fixed focus drawing in small color controls
18899
18900 2005-12-19  Jackson Harper  <jackson@ximian.com>
18901
18902         * InternalWindowManager.cs:
18903         * MdiWindowManager.cs: Cleanup some coordinate system changes so
18904         moving windows works properly.
18905
18906 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
18907
18908         * Control.cs: 
18909           - Removed call to InitLayout() from SetBoundsCore(); doc says
18910             it's only called when a control is added to a container
18911           - Split InitLayout logic, moved to separate UpdateDistances() method
18912             since we need to perform those calculations more often than just
18913             when adding the control to a container. (Needed to fix #77022)
18914           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
18915           - Reduced the OnBindingContextChanged events count, don't send them
18916             unless the control is created, we still aren't totally matching
18917             MS, but I can't quite figure out some of their rules
18918
18919 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
18920
18921         * ThemeClearlooks.cs: Corrected distance between ProgressBar
18922           stripes
18923
18924 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
18925
18926         * ThemeClearlooks.cs:
18927           - Updated ProgressBar drawing
18928           - Corrected drawing of ScrollBars and scroll buttons
18929           - Some temporary fixes for minor pixel artefacts
18930
18931 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
18932
18933         * Control.cs:
18934           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
18935             cause events to be sent in the same order as MS does.
18936           - Added ChangeParent() method to trigger various OnXXXChanged events
18937             that need to be fired when a parent changes (This is a reworking
18938             of the patch from r54254, with the X11 errors fixed)
18939           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
18940             since on MS we get OnLayoutChanged events when calling Clear()
18941           - Changed Enabled property to consider parent state as well, if a
18942             parent is not enabled, the control will not be either
18943           - Changed Parent property to simply call Controls.Add() since that
18944             now does all the work required, this way we avoid code duplication
18945           - Threw in a few OnBindingsContextChanged calls to try and match
18946             when MS sends them. We seem to send a few too many, though.
18947           - Added call to CreateControl when adding the control to a parent.
18948             We were never calling CreateControl. Still needs some work, in
18949             some places we treat HandleCreated and ControlCreated as equal, 
18950             which is wrong
18951           - Removed obsolete commented out code from UpdateZOrder()
18952
18953 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
18954
18955         * ThemeClearlooks.cs: Updated TrackBar drawing.
18956
18957 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
18958
18959         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
18960
18961 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
18962
18963         * FileDialog.cs: Add the Help button and the open readonly
18964           checkbox only if needed
18965
18966 2005-12-16  Jackson Harper  <jackson@ximian.com>
18967
18968         * Control.cs: Make sure we have an active menu before trying to
18969         process commands on it. Prevents menu-less forms from crashing
18970         when Alt is pressed.
18971         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
18972         Dieter Bremes.
18973         * RichTextBox.cs: Expand statement to help out gmcs and fix the
18974         2.0 build.
18975
18976 2005-12-16  Jackson Harper  <jackson@ximian.com>
18977
18978         * InternalWindowManager.cs: Don't translate tool windows screen
18979         coordinates. This fixes windows 'bouncing' around when being moved.
18980
18981 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
18982
18983         * TextBoxBase.cs:
18984           - MaxLength now treats 2^31-1 equal to unlimited length (this is
18985             not quite MS compatible, MS uses that number only for single line
18986             and 2^32-1 for multi-line, but I figure it won't hurt keeping
18987             the limit at 2GB)
18988           - Now enforcing the MaxLength limit when entering characters
18989           - Added argument to internal Paste() method to track if it's called
18990             from programatically or via keyboard, since keyboard driven pastes
18991             need to enforce max-length
18992           - Added logic to Paste to only paste as many chars as MaxLength 
18993             allows
18994         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
18995         * TextControl.cs:
18996           - Added Length property to return number of characters in document
18997           - Added private CharCount property which only tracks actual chars
18998             in the document (no linefeeds) and fires event when CharCount
18999             changes
19000           - Added tracking of character count to all methods that alter it
19001           - Added LengthChanged event to allow applications to subscribe
19002             to any changes to the document
19003
19004 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
19005
19006         * TextBox.cs: 
19007           - Removed local password_char field (moved to TextBoxBase)
19008           - Now setting the document's password var when password is
19009             set
19010         * TextBoxBase.cs:
19011           - Added password_char field (needed here so MultiLine can
19012             access it)
19013           - Added logic to MultiLine property setter to set the document's
19014             variable when password display is allowed
19015           - Removed debug code and made some debug code conditional
19016         * TextControl.cs:
19017           - Added RecalculatePasswordLine() method to handle special password
19018             char only lines
19019           - Added PasswordChar property, also added related tracking vars
19020           - Draw() method now uses local text var for grabbing text to draw,
19021             this var is set to line.text unless we're doing password display,
19022             then it is set to the pre-generated all-password-chars line
19023           - Added calling RecalculatePasswordLine() method for password lines
19024
19025 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
19026
19027         * Hwnd.cs: 
19028           - Added Reparented property to allow tracking of Window Manager
19029             reparenting actions (which affect X/Y calculations of toplevel 
19030             windows)
19031           - Made ToString() print window handles in hex
19032         * XplatUIX11.cs:
19033           - AddConfigureNotify(): Now uses reparented state off Hwnd to
19034             determine if X/Y needs offsetting
19035           - AddConfigureNotify(): Fixed offset calculations
19036           - Now adds ReparentNotify messages into the queue
19037           - Now processes ReparentNotify messages and causes a 
19038             WM_WINDOWPOSCHANGED message to be sent upstream if a window
19039             is reparented (as most likely it's X/Y coordinates are changed
19040             due to that)
19041
19042 2005-12-14  Jackson Harper  <jackson@ximian.com>
19043
19044         * XplatUIX11.cs: Tool windows still need to respek focus.
19045
19046 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
19047
19048         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
19049           have a working release
19050
19051 2005-12-13  Jackson Harper  <jackson@ximian.com>
19052
19053         * Form.cs: Update styles after setting the border style regardless
19054         of whether or not the window is using a window manager.
19055
19056 2005-12-13  Jackson Harper  <jackson@ximian.com>
19057
19058         * Form.cs: We now hook into an internal window manager instead of just an
19059         MDI subsystem, this is so we can have properly behaving tool windows.
19060         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
19061         * InternalWindowManager.cs: New internal class that acts as a
19062         window manager for tool windows and as a base for mdi windows.
19063         * MdiWindowManager.cs: New class that acts as a window manager for
19064         mdi windows.
19065
19066 2005-12-12  Jackson Harper  <jackson@ximian.com>
19067
19068         * Control.cs: Updates so we match behavoir for for implicit
19069         controls. Fixes explosions in MDI.
19070
19071 2005-12-12  Jackson Harper  <jackson@ximian.com>
19072
19073         * Control.cs: Implement Invalidate (Region).
19074
19075 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
19076
19077         * Control.cs: 
19078           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
19079             the same events as MS does. MS fires events for each property 
19080             except, for unknown reasons, Cursor, when the control is reparented. 
19081             I can't seem to totally match add/remove since MS also fires some 
19082             VisibleChanged events, which makes no sense. Consolidated the
19083             parenting code into a separate method so it can be called from
19084             both Add and Remove. set_Parent no longer needs any special logic
19085             as it calls the parent's add method which implicitly fires
19086             all events
19087           - Removed some obsolete code and debug output
19088           - Enabled state is inherited from parents, if this is enabled
19089
19090 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
19091
19092         * Form.cs: Removed commented out code
19093
19094 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
19095
19096         * Control.cs:
19097           - Added internal version of Invoke, with additional argument 
19098             indicating if we're calling it from a Dispose() handler. That
19099             way we can avoid BeginInvoke throwing an exception if we're
19100             calling for an already destroyed window.
19101           - Added a dispose argument to BeginInvokeInternal, and made the
19102             check if a valid window handle chain exists conditional on
19103             it not being a dispose call
19104           - Removed code in DestroyHandle to destroy our children. Since we
19105             now handle the WM_DESTROY message we will catch all our children
19106             being destroyed.
19107           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
19108         * Form.cs:
19109           - Added a field to track the application context of the form.
19110           - No need to set closing variable as response to WM_CLOSE, instead
19111             we destroy the window. We also call PostQuitMessage if the form
19112             has an application context (which makes it the main app form,
19113             which, when closed terminates the app)
19114         * XplatUI.cs:
19115           - Dropped Exit() method, it's naming was confusing
19116           - Added PostQuitMessage() which causes GetMessage to return false
19117             once the message queue is empty
19118         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
19119           PostQuitMessage()
19120         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
19121           no longer a valid XplatUI method, but left it in since it's used
19122           internally. Added empty PostQuitMessage() method.
19123         * MenuAPI.cs: Replaced call to Exit() with call to
19124           PostQuitMessage, even though this is probably no longer needed.
19125         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
19126         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
19127         * Application.cs:
19128           - Replaced call to XplatUI.Exit() with PostQuitMessage()
19129           - Removed old debug code that would call XplatUI for exception
19130             display, enabled standard exception handling (Still not enabled
19131             though, until NativeWindow's ExternalExceptionHandler define
19132             is removed
19133         * NativeWindow.cs:
19134           - Added internal method to allow control to update NativeWindow
19135             after a window has been destroyed
19136           - Added handling of already destroyed windows when calling i
19137             DestroyWindow
19138           - Added removal of handle from list on ReleaseHandle
19139         * XplatUIX11.cs:
19140           - Dropped GetMessageResult var and related code
19141           - Added PostQuitState to field to track if PostQuitMessage has been
19142             called
19143           - Dropped Exit() method
19144           - Added PostQuitMessage() method
19145           - GetMessage now will return false if PostQuitState is set and no
19146             more messages are in the queue.
19147           - Expose handler will no longer generate WM_PAINT messages if we are
19148             in PostQuitState since it's very likely any windows have already
19149             been destroyed, and since Hwnd won't get updated until we have
19150             processed the DestroyNotify we'd be causing X errors.
19151         
19152 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19153
19154         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
19155           Thanks to Mike for pointing out the err of my ways.
19156
19157 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19158
19159         * Control.cs(PreProcessMessage): Moved menu handling back, but
19160           after all other key handling, to match MS (who handles Menu in
19161           DefWndProc)
19162         * Menu.cs (WndProc): Removed my brainfart
19163
19164 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19165
19166         * Control.cs(PreProcessMessage): Removed special menu handling 
19167         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
19168
19169 2005-12-07  Mike Kestner  <mkestner@novell.com>
19170
19171         * Control.cs : special case SYSKEYUP so that we can adjust keynav
19172         state according in tracker.
19173         * Menu.cs : promote tracker field to base class and provide a tracker
19174         lookup capability.  Add/Remove shortcuts dynamically if the top menu
19175         has a tracker. Unparent items that are removed from the collection.
19176         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
19177         * Theme*.cs: add always_show_hotkeys field to support configurability
19178         of mnemonic display.  win32 doesn't show mnemonics until Alt is
19179         pressed.
19180
19181 2005-12-07  Jackson Harper  <jackson@ximian.com>
19182
19183         * MdiChildContext.cs: Use Control.ResetCursor.
19184         * Control.cs: ResetCursor needs to set the property so that the
19185         correct XplatUI call gets made.
19186
19187 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19188
19189         * Control.cs: More fixes to make our key events match MS. We
19190           were not setting the modifier state on KeyData, and we were
19191           not generating any events when Alt was pressed with a key
19192           since handling of WM_SYSxxx was missing for the OnKey methods.
19193
19194 2005-12-07  Jackson Harper  <jackson@ximian.com>
19195
19196         * MdiChildContext.cs: reenable the sizing code.
19197         - When the mouse leaves a window reset its cursor.
19198
19199 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
19200
19201         * ThemeClearlooks.cs: Reflect latest Hwnd changes
19202
19203 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19204
19205         * Hwnd.cs: Now using the theme 3d bordersize to calculate
19206           widths of Fixed3D borders
19207
19208 2005-12-07  Jackson Harper  <jackson@ximian.com>
19209
19210         * MdiClient.cs: Fix warnings. Earn Mike's love.
19211
19212 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
19213
19214         * ThemeClearlooks.cs:
19215           - Adjusted mouse over button color
19216           - Added first parts of CheckBox drawing
19217           - Added correct color for selected text background
19218           - Fixed ComboBox drawing
19219           - Added CPDrawBorder3D and CPDrawBorder
19220
19221 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
19222
19223         * XplatUIX11.cs: Added call to XBell for AudibleAlert
19224
19225 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
19226
19227         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
19228           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
19229           alert users via sound. We could add an enum arg with different
19230           types of alerts in the future
19231
19232 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
19233
19234         * Control.cs: Fix behaviour problems pointed out by Mike
19235
19236 2005-12-05  Mike Kestner  <mkestner@novell.com>
19237
19238         * StatusBarPanel.cs: add Invalidate method and hook it into all the
19239         prop setters.  Calls parent.Refresh for now, but could be maybe be
19240         optimized with an internal method on StatusBar at some point.
19241         [Fixes #76513]
19242
19243 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
19244
19245         * RichTextBox.cs: Implemented get_SelectionColor
19246
19247 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
19248
19249         * ThemeClearlooks.cs:
19250           - Removed dead code
19251           - Draw black button border only if button is Form.AcceptButton
19252           - Draw correct button color for pressed RadioButton if the mouse 
19253             has entered the button
19254           - Updated ProgressBar drawing!
19255           - Updated CPDrawSizeGrip drawing
19256           - Updated StatusBarPanel drawing
19257
19258 2005-12-05  Mike Kestner  <mkestner@novell.com>
19259
19260         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
19261         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
19262
19263 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
19264
19265         * ThemeClearlooks.cs: Initial check-in, activate with
19266           export MONO_THEME=clearlooks
19267         * ThemeEngine.cs: Added ThemeClearlooks
19268
19269 2005-12-03  Mike Kestner  <mkestner@novell.com>
19270
19271         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
19272         [Fixes #76897]
19273
19274 2005-12-02  Jackson Harper  <jackson@ximian.com>
19275
19276         * Form.cs: If the child form has no menu the default main menu is
19277         used as the active menu.
19278
19279 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
19280
19281         * ListBox.cs: Check if any items exist before trying to resolve 
19282           coordinates into items
19283
19284 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
19285
19286         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
19287           as the second color for the background hatch
19288
19289 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
19290
19291         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
19292         * RichTextBox.cs: FormatText position arguments are 1-based, now making
19293           sure that what we pass to FormatText is always 1-based. Fixes #76885
19294
19295 2005-11-29  Miguel de Icaza  <miguel@novell.com>
19296
19297         * NumericUpDown.cs (EndInit): When we are done initializing,
19298         reflect any updates on the UI.
19299
19300 2005-12-02  Jackson Harper  <jackson@ximian.com>
19301
19302         * ImplicitHScrollBar.cs:
19303         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
19304         their container controls.
19305         * TreeView.cs: Use the new implicit scrollbars.
19306
19307 2005-12-02  Jackson Harper  <jackson@ximian.com>
19308
19309         * TreeView.cs: Make top_node internal so the TreeNodeCollections
19310         can play with it.
19311         * TreeNodeCollection.cs: If we remove the topnode we need to
19312         update topnode to the next node in line.
19313         - When clearing nodes go through the same process as removing
19314         them, so they get depareneted and checked if they are top node.
19315
19316 2005-12-01  Jackson Harper  <jackson@ximian.com>
19317
19318         * TreeView.cs: When imagelists are used the image area is
19319         selectable as well as the text.
19320         - If there are no selected nodes select the first one.
19321         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
19322         so don't do it more then we need to.
19323
19324 2005-12-01  Jackson Harper  <jackson@ximian.com>
19325
19326         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
19327         that arrows can be scaled.
19328
19329 2005-12-01  Jackson Harper  <jackson@ximian.com>
19330
19331         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
19332         fail. Patch by Dieter Bremes
19333
19334 2005-11-30  Jackson Harper  <jackson@ximian.com>
19335
19336         * Form.cs: Property is 2.0 only
19337         * PrintDialog.cs: Signature fix.
19338
19339 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
19340
19341         * TextControl.cs: 
19342           - No longer artificially moves text 2 pixels down (now that we have
19343             borders this is no longer needed)
19344           - Added calcs for left, hanging and right indent
19345
19346 2005-11-23  Mike Kestner  <mkestner@novell.com>
19347
19348         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
19349
19350 2005-11-30  Jackson Harper  <jackson@ximian.com>
19351
19352         * MdiChildContext.cs: Set the cloned menus forms, as these don't
19353         get cloned as part of CloneMenu ().
19354         * Menu.cs: Make sure the parent of the items get set correctly
19355         when they are added.  And the owners are notified of the changes.
19356         * Form.cs: Create an ActiveMenu property, so that when MDI is used
19357         we can change the menu being displayed/handled by the form without
19358         changing the menu assosciated with the form.
19359         - Don't let Mdi children draw/handle menus.
19360         
19361 2005-11-30  Jackson Harper  <jackson@ximian.com>
19362
19363         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
19364         a MenuChanged event. Just to make the API a little more
19365         consistent.
19366         * MainMenu.cs:
19367         * MenuItem.cs: Use the new OnMenuChanged
19368         * MdiChildContext.cs: Handle menu merging.
19369         * Form.cs: Implement MergedMenu.
19370         
19371 2005-11-30  Jackson Harper  <jackson@ximian.com>
19372
19373         * Menu.cs: We were misusing Add. Add goes behind the specified
19374         index according to the docs, and does not replace the specified
19375         index. So I added an Insert method.
19376
19377 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
19378
19379         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
19380           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
19381           is for Jackson
19382         * RichTextBox.cs: Added calls to base for DnD events
19383
19384 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
19385
19386         * TextControl.cs:
19387           - Fixed drag-selection related crash; style fixes
19388           - Implemented undo class
19389             o Implemented method to capture document state for specified
19390               range in document tree
19391             o Implemented method to restore captured document state
19392             o Implemented cursor tracking
19393             o Implemented basic undo stack
19394           - Added undo cursor tracking to methods altering cursor location
19395           - Added undo tracking to selection deletion (still missing
19396             other text-altering hookups)
19397         * RichTextBox.cs:
19398           - Added SelectionLength property
19399           - Implemented CanPaste()
19400           - Implemented Paste()
19401           - Added missing protected methods
19402           - Fixed RTF->Document conversion; now uses font index 0 and color 
19403             index 0 as the default font for the parsed text
19404           - Fixed RTF<->Document font size translation
19405           - Fixed RTF generation, now properly handles cross-tag boundaries
19406             for single line selection
19407           - No longer always appends blank line to generated RTF
19408           - Removed TODOs
19409           - Added missing attributes
19410           - Hooked up undo-related methods
19411         * TextBoxBase.cs:
19412           - Implemented Copy()
19413           - Implemented Paste()
19414           - Implemented Cut()
19415           - Fixed caret mis-behaviour on backspace across line-boundaries
19416
19417 2005-11-29  Jackson Harper  <jackson@ximian.com>
19418
19419         * MdiClient.cs: Add a method for activating mdi children. Very
19420         basic right now. I imagine someday it might need more girth.
19421         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
19422         children windows names are added to the menu item.
19423         * ThemeWin32Classic.cs: Draw the arrow if the item is an
19424         mdilist. This happens regardless of whether or not there are any
19425         mdi windows to see in the list, and according to my tests happens
19426         before the items are even added. Also happens if there isn't even
19427         an mdi client to get windows from.
19428
19429 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
19430
19431         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
19432         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
19433
19434 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
19435
19436         * DataGridTableStyle.cs:
19437           - Create always the styles for the missing columns even if they are
19438             provided by the user (not default table style)
19439         * DataGrid.cs:
19440           - Fixes bug 76770
19441           - Fixes SetDataBinding (always re-attach source)
19442           - Fixes SetNewDataSource (only clear styles if they are not for 
19443             this source)
19444          -  Expands OnTableStylesCollectionChanged to handle style refresh 
19445             and remove properly
19446
19447 2005-11-29  Jackson Harper  <jackson@ximian.com>
19448
19449         * FileDialog.cs: Implement missing bits, remove some dead
19450         code.
19451         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
19452         creation of the panel so that the options set on the dialog are
19453         seen when the panel is created.
19454         * TreeView.cs: raise a click when items are clicked.
19455         
19456 2005-11-29  Jackson Harper  <jackson@ximian.com>
19457
19458         * MdiClient.cs: Pass some signature methods through to base.
19459
19460 2005-11-28  Jackson Harper  <jackson@ximian.com>
19461
19462         * ListView.cs: Raise the click event when items are clicked.
19463
19464 2005-11-28  Jackson Harper  <jackson@ximian.com>
19465
19466         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
19467         a nullref.
19468
19469 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
19470
19471         * ThemeNice.cs: - Removed 1 pixel bitmaps
19472           - Use SmoothingMode.AntiAlias where it makes sense
19473             (ScrollButton arrow for example)
19474           - Enhanced Button focus drawing
19475           - Fixed ComboBox drawing (no artefacts anymore, focus
19476             rectangle is back again, reduced size of ComboButton, etc.)
19477           - Fixed RadioButton focus drawing for Appearence.Button
19478           - Slight ScrollButton redesign
19479           - Some LinearGradientBrush size fixes
19480           - GroupBoxes have now rounded edges
19481           - Fixed StatusBar drawing
19482
19483 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
19484
19485         * ThemeNice.cs: - Remove dead code
19486           - use correct background colors for menus, etc.
19487           - Fake pixel drawing with 1 pixel bitmaps
19488
19489 2005-11-24  Jackson Harper  <jackson@ximian.com>
19490
19491         * MdiClient.cs: Size the scrollbars when resizing the window.
19492         - Resize the maximized windows when the client is resized
19493         * Form.cs: Make the child context available
19494         
19495 2005-11-23  Jackson Harper  <jackson@ximian.com>
19496
19497         * MdiChildContext.cs: Don't size windows if they are maximized.
19498
19499 2005-11-23  Mike Kestner  <mkestner@novell.com>
19500
19501         * ContextMenu.cs: use MenuTracker.
19502         * Control.cs: remove menu handle usage.
19503         * Form.cs: remove menu handle usage.
19504         * Hwnd.cs: remove menu handle usage.
19505         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
19506         motion and clicks to the new Tracker handlers.
19507         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
19508         and handle usage.
19509         * MenuAPI.cs: refactored to combine popup and menubar event handling.
19510         Killed the MENU and MENUITEM data types and associated collections
19511         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
19512         MenuTracker class that exposes the leftovers from the old MenuAPI
19513         static methods. Restructured Capture handling so that only one grab is
19514         done for the entire menu hierarchy instead of handing off grabs to
19515         submenus. Tracker now has an invisible control to Capture when active.
19516         * MenuItem.cs: add sizing accessors, kill Create
19517         and handle usage.
19518         * Theme.cs: remove menu handle and MENU(ITEM) usage.
19519         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
19520         MENU(ITEM). remove menu handle usage, use Menu directly.
19521         * XplatUIDriver.cs: remove menu handle usage.
19522         * XplatUIOSX.cs: remove menu handle usage.
19523         * XplatUIWin32.cs: remove menu handle usage.
19524         * XplatUIX11.cs: remove menu handle usage.
19525
19526 2005-11-22  Jackson Harper  <jackson@ximian.com>
19527
19528         * Hwnd.cs: Don't compute the menu size for
19529         DefaultClientRectangle.
19530         - Reenable menu sizes being computed for GetClienRectangle.
19531         * Form.cs: Remove comment of trechery
19532         
19533 2005-11-22  Jackson Harper  <jackson@ximian.com>
19534
19535         * Hwnd.cs: The adjustments for the menu bar are made when it is
19536         attached to the form.
19537
19538 2005-11-19  Jackson Harper  <jackson@ximian.com>
19539
19540         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
19541         (just like on windows).
19542
19543 2005-11-19  Jackson Harper  <jackson@ximian.com>
19544
19545         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
19546         use real buttons anymore because they are in non client area. The
19547         one TODO here is that I need to somehow invalidate a section of
19548         the non client area.
19549
19550 2005-11-18  Jackson Harper  <jackson@ximian.com>
19551
19552         * Control.cs: Put the enum check back in now that MDI doesnt have
19553         to use this to set border styles.
19554         * Form.cs: Only set mdi child windows borders if the handle has
19555         been created.
19556         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
19557         this directly on to the driver.
19558         - Get the move start position before adjusting for the titlebar
19559         height, this fixes the windows "skipping" when they are first
19560         moved.
19561
19562 2005-11-18  Jackson Harper  <jackson@ximian.com>
19563
19564         * XplatUIX11.cs: Just compute the mdi borders separately as they
19565         don't totally match up with normal form borders.
19566
19567 2005-11-18  Jackson Harper  <jackson@ximian.com>
19568
19569         * Control.cs: Set WS_ styles for borders, so that the driver does
19570         not have to retrieve the control instance to figure out what kind
19571         of borders it should have.
19572         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
19573         driver can know its an mdi child easily.
19574         * XplatUIX11.cs: Get the border styles and whether the window is
19575         MDI from the Styles and ExStyles params instead of having to get a
19576         control. This prevents a chicken and egg problem.       
19577
19578 2005-11-18  Jackson Harper  <jackson@ximian.com>
19579
19580         * MdiClient.cs: Fix typo so scrollbars show up correctly.
19581
19582 2005-11-18  Jackson Harper  <jackson@ximian.com>
19583
19584         * MdiClient.cs: Calculate when to add and remove scrollbars
19585         correctly.
19586         * MdiChildContext.cs: Adjust the y position to take the titlebar
19587         into account.
19588         - No height for FormBorderStyle.None
19589
19590 2005-11-18  Jackson Harper  <jackson@ximian.com>
19591
19592         * Control.cs: Allow non enum values to be used for
19593         InternalBorderStyle.  MDI does this to set a special border style.
19594         - New utility methods for converting points to/from client coords
19595         - Add the newly created control to the Controls collection before
19596         updating its style. This way UpdateStyle can walk the control
19597         heirarchy to find the control if needed.
19598         so I don't need to create a new Point object all the time.
19599         * Form.cs: Let MDI windows handle their border styles.
19600         - Set styles on MDI windows so the correct title style is derived.
19601         * MdiChildContext.cs: Move all the painting and window handling
19602         into the non client area.
19603         - Use correct sizing and put correct buttons on frames based on
19604         the FormBorderStyle.
19605         - Notify the mdi client about scrolling
19606         - Need to handle the buttons ourselves now, because they are all
19607         in non client areas and we can't add controls there.
19608         * MdiClient.cs: Halfway to scrolling, this implementation is
19609         somewhat broken though, we need to check to make sure other
19610         windows aren't causing scrolling before removing the bars. Also
19611         the bars need to be drawn on top, maybe I can switch implicit
19612         controls to be on top.
19613         * Hwnd.cs: caption_height and tool_caption_height are now
19614         properties of an hwnd, this way they can be set by the driver
19615         based on the type of window they are.  In X11 the window manager
19616         handles the decorations so caption_height is zero unless its an
19617         MDI window.
19618         - Add 3 pixel borders for MDI windows (0xFFFF).
19619         - Get rid of some code duplication, have DefaultClientRectanle
19620         just call GetClientRectangle.
19621         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
19622         Hwnd now.
19623         - Set border styles differently for mdi windows.
19624         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
19625         Hwnd now.
19626         
19627 2005-11-15  Mike Kestner  <mkestner@novell.com>
19628
19629         * Menu.cs: when adding an item to the collection, if item is already 
19630         parented, remove it from the parent.
19631
19632 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
19633
19634         * X11DesktopColors.cs: Added KDE support
19635
19636 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
19637
19638         * XplatUIWin32.cs: 
19639           - Clipboard methods now can translate Rtf format
19640           - No longer removes clipboard contents whenever a new format is added
19641             to allow placing multiple formats on the clipboard
19642         * Clipboard.cs: Clipboard now supports getting a IDataObject and
19643           will place all formats contained in it onto the clipboard. Also
19644           now cleans the clipboard before placing a new object onto it
19645         * RichTextBox.cs:
19646           - Implemented set_Rtf
19647           - Implemented set_SelectedRtf
19648           - Created InsertRTFFromStream() method to allow single code base
19649             for all properties and methods that insert RTF into document
19650           - Removed debug output
19651         * TextControl.cs:
19652           - Fixed Delete(int) to fix up line numbers
19653           - Fixed ReplaceSelection to combine start and end line
19654           - Fixed serious DeleteChars bug that would leave the document tree
19655             broken
19656           - Improved DumpTree with several logic checks to detect broken
19657             document trees
19658           - Removed debug lines
19659           - Fixed Caret.WordForward/WordBack moving code, now always also 
19660             updates caret.tag (fixes crash when word-selecting across tag
19661             boundaries via keyboard)
19662           - Added Insert() method for inserting multiline text into documents
19663           - Fixed DeleteChars() calculation errors that would cause a broken
19664             tag chain with multiple tag lines
19665           - DeleteChars() no longer crashes on multi-tag lines if not all tags
19666           - Split() no longer moves caret if split is at caret location
19667           - ReplaceSelection() now updates the cursor and re-displays it
19668           - ReplaceSelection() now uses new Insert() method to avoid code
19669             duplication
19670           - FormatText() can now handle formatting partial lines
19671         * TextBoxBase.cs:
19672           - Append now uses new TextControl.Insert() method (this avoids 
19673             duplicate code)
19674           - Implemented Ctrl-X (Cut) (
19675           - Implemented Ctrl-C (Copy)
19676           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
19677             regeneration when pasting text; roundtripping Copy&Paste within
19678             edit control still fails due to some calculation bugs in GenerateRTF)
19679           - The Delete key will now remove the current selection if it is visible
19680         * TextBox.cs: Removed debug lines
19681         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
19682           driver to be initialized and can't therefore be done via a static ctor)
19683
19684 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
19685
19686         * TextControl.cs: Added backend code for finding char arrays and strings
19687         * TextBoxBase.cs:
19688           - Added mouse wheel scroll support
19689           - Added support for VScroll and HScroll events
19690         * RichTextBox.cs:
19691           - Implemented all seven Find() variants
19692           - Implemented GetCharFromPosition()
19693           - Implemented GetCharIndexFromPosition()
19694           - Implemented GetLineFromIndex()
19695           - Implemented GetPositionFromCharIndex();
19696           - Implemented SaveFile for PlainText and UnicodeText
19697           - Fixed set_Font, now setting a new font applies that font to
19698             the whole document
19699           - Implemented generic Document to RTF converter
19700           - Implemented SaveFile for RichText format (still missing unicode
19701             conversion for non-ansi chars)
19702           - Implemented get_Rtf
19703           - Implemented get_SelectedRtf
19704
19705 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
19706
19707         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
19708           to allow any captures to be released before triggering OnClick. This
19709           way a click handler may capture the mouse without interference.
19710         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
19711           This way we send them even though X may not allow a grab (if the window
19712           isn't visible, for example)
19713
19714 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
19715
19716         * DataGridViewRowEventArgs.cs: DataGridView implementation
19717         * DataGridViewElement.cs: DataGridView implementation
19718         * DataGridViewComboBoxCell.cs: DataGridView implementation
19719         * DataGridViewDataErrorContexts.cs: DataGridView implementation
19720         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
19721         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
19722         * ImageLayout.cs: DataGridView implementation
19723         * DataGridViewComboBoxColumn.cs: DataGridView implementation
19724         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
19725         * DataGridViewSelectionMode.cs: DataGridView implementation
19726         * IDataGridViewEditingControl.cs: DataGridView implementation
19727         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
19728         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
19729         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
19730         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
19731         * DataGridViewColumnSortMode.cs: DataGridView implementation
19732         * DataGridView.cs: DataGridView implementation
19733         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
19734         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
19735         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
19736         * Padding.cs: DataGridView implementation
19737         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
19738         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
19739         * DataGridViewRowEventHandler.cs: DataGridView implementation
19740         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
19741         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
19742         * DataGridViewButtonCell.cs: DataGridView implementation
19743         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
19744         * DataGridViewEditMode.cs: DataGridView implementation
19745         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
19746         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
19747         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
19748         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
19749         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
19750         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
19751         * DataGridViewCellEventHandler.cs: DataGridView implementation
19752         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
19753         * DataGridViewCellStyleConverter.cs: DataGridView implementation
19754         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
19755         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
19756         * DataGridViewColumnEventArgs.cs: DataGridView implementation
19757         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
19758         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
19759         * QuestionEventArgs.cs: DataGridView implementation
19760         * IDataGridViewEditingCell.cs: DataGridView implementation
19761         * DataGridViewTriState.cs: DataGridView implementation
19762         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
19763         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
19764         * DataGridViewColumnCollection.cs: DataGridView implementation
19765         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
19766         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
19767         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
19768         * DataGridViewColumn.cs: DataGridView implementation
19769         * DataGridViewCellBorderStyle.cs: DataGridView implementation
19770         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
19771         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
19772         * DataGridViewRow.cs: DataGridView implementation
19773         * DataGridViewImageCellLayout.cs: DataGridView implementation
19774         * DataGridViewImageCell.cs: DataGridView implementation
19775         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
19776         * DataGridViewCheckBoxCell.cs: DataGridView implementation
19777         * DataGridViewHeaderCell.cs: DataGridView implementation
19778         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
19779         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
19780         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
19781         * DataGridViewTextBoxColumn.cs: DataGridView implementation
19782         * QuestionEventHandler.cs: DataGridView implementation
19783         * DataGridViewCellStyleScopes.cs: DataGridView implementation
19784         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
19785         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
19786         * DataGridViewCell.cs: DataGridView implementation
19787         * DataGridViewCellEventArgs.cs: DataGridView implementation
19788         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
19789         * DataGridViewCellStyle.cs: DataGridView implementation
19790         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
19791         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
19792         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
19793         * TextFormatFlags.cs: DataGridView implementation
19794         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
19795         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
19796         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
19797         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
19798         * DataGridViewButtonColumn.cs: DataGridView implementation
19799         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
19800         * HandledMouseEventArgs.cs: DataGridView implementation
19801         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
19802         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
19803         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
19804         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
19805         * DataGridViewRowCollection.cs: DataGridView implementation
19806         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
19807         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
19808         * DataGridViewHitTestType.cs: DataGridView implementation
19809         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
19810         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
19811         * DataGridViewColumnEventHandler.cs: DataGridView implementation
19812         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
19813         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
19814         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
19815         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
19816         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
19817         * DataGridViewContentAlignment.cs: DataGridView implementation
19818         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
19819         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
19820         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
19821         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
19822         * DataGridViewPaintParts.cs: DataGridView implementation
19823         * DataGridViewCellCollection.cs: DataGridView implementation
19824         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
19825         * DataGridViewImageColumn.cs: DataGridView implementation
19826         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
19827         * DataGridViewElementStates.cs: DataGridView implementation
19828         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
19829         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
19830         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
19831         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
19832         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
19833         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
19834         * DataGridViewRowHeaderCell.cs: DataGridView implementation
19835         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
19836         * DataGridViewTextBoxCell.cs: DataGridView implementation
19837         * DataGridViewBand.cs: DataGridView implementation
19838         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
19839         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
19840         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
19841         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
19842         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
19843         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
19844         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
19845         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
19846         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
19847         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
19848         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
19849
19850 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
19851
19852         * ThemeWin32Classic.cs: 
19853           - Draw the outside focus rectangle around buttons
19854           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
19855             doesn't use end caps for every dash of a line anymore. This
19856             workaround ignores the forecolor.
19857
19858 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
19859
19860         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
19861           endian safe.
19862
19863 2005-11-07  Jackson Harper  <jackson@ximian.com>
19864
19865         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
19866
19867 2005-11-07  Jackson Harper  <jackson@ximian.com>
19868
19869         * ScrollableControl.cs: Calculate the maximum and change vars
19870         (more) correctly so that scrollbars appear as a sensible size.
19871
19872 2005-11-04  Jackson Harper  <jackson@ximian.com>
19873
19874         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
19875         collection.
19876         * TreeView.cs: When the tree is sorted null out the top_node so
19877         that it is recalculated.
19878         - Use dotted lines instead of dashed lines to match MS better.
19879
19880 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
19881
19882         * ListView.cs: 
19883           - Implements key search for items. Useful when browsing files with FileDialog
19884           - When changing view mode or when clear the items reset scrollbar positions
19885
19886 2005-11-04  Jackson Harper  <jackson@ximian.com>
19887
19888         * CurrencyManager.cs: Implement the MetaDataChanged event, the
19889         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
19890         as to what the method may do as there is no real way of creating a
19891         derived CurrencyManager and calling the method. 
19892
19893 2005-11-03  Jackson Harper  <jackson@ximian.com>
19894
19895         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
19896         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
19897         method which seems to just be used internally to refresh the tabs.
19898
19899 2005-11-03  Jackson Harper  <jackson@ximian.com>
19900
19901         * TabControl.cs: Implement the remove method. Fix some broken
19902         comments.
19903
19904 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
19905
19906         * DateTimePicker.cs:
19907           - Added missing DateTimePickerAccessibleObject class
19908           - Added missing events
19909           - Added OnFontChanged method
19910         * Form.cs: Added missing attributes
19911         * TreeView.cs: Added missing attributes
19912
19913 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
19914
19915         * GridItemCollection.cs: Fix signatures
19916
19917 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
19918
19919         * XplatUI.cs: Updated build rev/date
19920         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
19921           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
19922         * Application.cs: Trigger context-specific ExitThread events
19923
19924 2005-11-03  Jackson Harper  <jackson@ximian.com>
19925
19926         * Menu.cs:
19927         * MainMenu.cs:
19928         * GridTableStylesCollection.cs:
19929         * Timer.cs:
19930         * TabPage.cs:
19931         * HelpProvider.cs:
19932         * StatusBar.cs:
19933         * MonthCalendar.cs: Signature fixes
19934
19935 2005-11-03  Jackson Harper  <jackson@ximian.com>
19936
19937         * TreeNodeCollection.cs: Remove should not be virtual.
19938         * TreeView.cs: Implement the last of the missing methods.
19939
19940 2005-11-03  Jackson Harper  <jackson@ximian.com>
19941
19942         * TreeNodeConverter.cs: Implement to get off my class-status back.
19943
19944 2005-11-03  Jackson Harper  <jackson@ximian.com>
19945
19946         * TreeView.cs: Hookup the bits for drag and drop.
19947         * TreeNode.cs: Don't cache the tree_view or index anymore, now
19948         that nodes can be moved from tree to tree easily this just causes
19949         all sorts of problems.
19950         * TreeNodeCollection: Don't need to give treenodes an index and
19951         treeview anymore when they are added, these are computed on the
19952         fly. Also make sure to remove a node before its added.
19953
19954 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
19955
19956         * TextControl.cs:
19957           - Added CaretSelection enum
19958           - Added comparison methods to Marker struct, makes selection code
19959             more readable
19960           - Added SelectionStart and SelectionEnd as 'moveable' location for
19961             the CaretDirection enum and handler
19962           - Added selection_prev variable to track optimized invalidation for
19963             word and line selection
19964           - Added SelectionVisible property (returns true if there is a valid 
19965             selection)
19966           - Switched CaretHasFocus to only display the caret if there is no
19967             visible selection
19968           - Avoiding StringBuilder.ToString to retrieve a single char, instead
19969             using the direct character index; should be much faster
19970           - Added various conditional debug statements
19971           - Fixed invalidation calculation for selection ranges
19972           - Added ExpandSelection() method to support word and line selection
19973           - Switched SetSelectionToCaret to use new Marker compare overloads
19974           - Added central IsWordSeparator() method to determine word 
19975             separators/whitespace and FindWordSeparator() to streamline common
19976             usage of IsWordSeparator()
19977         * TextBoxBase.cs:
19978           - Removed unneeded grabbed variable, it was just mirroring
19979             Control.Capture
19980           - No longer firing OnTextChanged event when Text setter is called,
19981             since the base will fire the event for us
19982           - Added handling of Ctrl-Up/Down selection
19983           - Added handling of Shift-Cursorkey selection
19984           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
19985             words
19986           - Added handling of Shift and Ctrl-Shift-Home/End selection
19987           - Removed some debug output
19988           - Added handling for single/double/tripple-click to place caret/
19989             select word/select line respectively (Fixes bug #76031)
19990           - Added support for drag expansion of word/line selection
19991         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
19992           current selection
19993
19994 2005-11-02  Jackson Harper  <jackson@ximian.com>
19995
19996         * X11Dnd.cs: If the drag is going to and from a MWF window just
19997         copy the data instead of sending it out through the X Selection
19998         mechanism.
19999
20000 2005-11-02  Jackson Harper  <jackson@ximian.com>
20001
20002         * X11Dnd.cs:
20003         * XplatUIX11.cs: When in a drag we don't want motion notify
20004         messages to get passed on to the other controls. This prevents
20005         mouse move messages from showing up in the drag source.
20006
20007 2005-11-02  Jackson Harper  <jackson@ximian.com>
20008
20009         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
20010         the correct button is release to end a drag.
20011         * XplatUIX11.cs: Make the button state internal so the drag system
20012         can access it.  Dragging needs to know about all button releases,
20013         not just left button.
20014
20015 2005-11-02  Miguel de Icaza  <miguel@novell.com>
20016
20017         * Form.cs (Icon): If the icon is null, reset the icon to the
20018         default value. 
20019
20020         * Cursor.cs: When writing the AND-mask bitmap do not include the
20021         number of colors, but hardcode those to two (black and white),
20022         fixes the loading of color cursors (Paint Dot Net).
20023
20024         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
20025         turn off autoscaling.
20026
20027         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
20028
20029 2005-11-02  Jackson Harper  <jackson@ximian.com>
20030
20031         * X11Dnd.cs: Make sure to send a status message if the pointer
20032         enters a control that can not accept a drop, otherwise the cursor
20033         isn't updated correctly. Also tried to compress the lines of code
20034         a bit.
20035
20036 2005-11-02  Jackson Harper  <jackson@ximian.com>
20037
20038         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
20039         set actions correctly.  This isn't perfect as XDND and win32 have
20040         some differences on how you allow actions. I'll clear this up by
20041         adding a path for drag from MWF to MWF windows.
20042         * XplatUIX11.cs: Hook into the dnd system.
20043
20044 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
20045
20046         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
20047         previously shown but they are no longer need it. Very obvious when 
20048         browsing files with FileDialog.
20049
20050 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
20051
20052         * Control.cs: We always need to call OnPaintBackground. We pretty much
20053           ignore AllPaintingInWmPaint and always do the painting there, whether 
20054           it's set or not, since we always ignore the WM_ERASEBKGND message 
20055           (which we don't generate on X11). This fixes #76616.
20056         * Panel.cs: Removed unneeded background painting. This happens properly
20057           in Control.cs already
20058
20059 2005-10-31  Mike Kestner  <mkestner@novell.com>
20060
20061         * Menu.cs: Add items to collection before setting their index.
20062         * MenuItem.cs : add range checking with ArgumentException like MS.
20063         [Fixes #76510]
20064
20065 2005-10-31  Jackson Harper  <jackson@ximian.com>
20066
20067         * ListBox.cs: Invalidate if the area is visible at all not just
20068         contained in the visible rect. Fixes unselection of semi visible
20069         items.
20070
20071 2005-10-31  Jackson Harper  <jackson@ximian.com>
20072
20073         * Control.cs: Consistently name the dnd methods. Make them
20074         internal so we can override them to match some MS behavoir
20075         internally.
20076         * Win32DnD.cs: Use the new consistent names.
20077
20078 2005-10-31  Jackson Harper  <jackson@ximian.com>
20079
20080         * TreeView.cs: Don't draw the selected node when we lose focus.
20081
20082 2005-10-31  Jackson Harper  <jackson@ximian.com>
20083
20084         * X11Dnd.cs: We still need to reset the state even though a full
20085         reset isn't being done, otherwise status's still get sent all over
20086         the place.
20087
20088 2005-10-31  Jackson Harper  <jackson@ximian.com>
20089
20090         * Control.cs: Make the dnd_aware flag internal so the dnd
20091         subsystem can check it. Catch exceptions thrown in dnd handlers to
20092         match MS behavoir.
20093         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
20094         * X11Dnd.cs: Handle null data in the converters. Set the XDND
20095         version when sending a XdndEnter. Use the control/hwnd dnd_aware
20096         flags to reduce the number of dnd enters/status's sent.
20097
20098 2005-10-31  Jackson Harper  <jackson@ximian.com>
20099
20100         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
20101
20102 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
20103
20104         * PictureBox.cs: Fixes 76512
20105
20106 2005-10-28  Jackson Harper  <jackson@ximian.com>
20107
20108         * X11Dnd.cs: Early implementation to support winforms being a drag
20109         source for data on X11. Also restructured the converters so they
20110         can go both ways now.
20111         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
20112         
20113 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
20114
20115         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
20116           clipboard requests
20117
20118 2005-10-27  Jackson Harper  <jackson@ximian.com>
20119
20120         * TreeNode.cs: Implement serialization so my DnD examples will work.
20121
20122 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
20123
20124         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
20125           TreeView.cs: Don't dispose objects that are not owned.
20126           
20127 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
20128
20129         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
20130           should retrieve the current cursor and report that, but XplatUI
20131           doesn't (yet) have an interface for that (and I'm not sure I even
20132           can, on X11)
20133         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
20134           until any message loop processing is done (and the WM_SETCURSOR
20135           replaces the cursor to the proper one)
20136         * XplatUIX11.cs: 
20137           - Fixed override behaviour, we can't set the cursor globally on X11, 
20138             just for our windows.
20139           - Invalidating the System.Drawing X11 display handle when we are
20140             shutting down
20141         * Control.cs: Fix to make csc happy
20142
20143 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
20144
20145         * TextBoxBase.cs: 
20146           - get_Text: Add last line (without trailing newline) to returned
20147             value (Fixes 76212)
20148           - get_TextLength: Count last line in returned length
20149           - ToString: Call Text property instead of duplicating code
20150
20151 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
20152
20153         * ImageList.cs: Dispose ImageAttributes objects.
20154
20155 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
20156
20157         * ImageList.cs: Use attribute constructors with less arguments where
20158           possible.
20159
20160 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
20161
20162         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
20163           Use typeof instead of strings when assembly is referenced. Added
20164           some more comments.
20165
20166 2005-10-21  Jackson Harper  <jackson@ximian.com>
20167
20168         * ListView.cs: Raise a double click event. Also tried to somewhat
20169         fix when the selectedindexchanged event is raised. Its still
20170         broken though.
20171
20172 2005-10-21  Jackson Harper  <jackson@ximian.com>
20173
20174         * TreeView.cs: New method to invalidate the plus minus area of a
20175         node without invalidating the whole node (maybe this can be used
20176         in some more places).
20177         * TreeNodeCollection.cs: When adding to an empty node we need to
20178         invalidate its plus minus area so the little block shows up.
20179         
20180 2005-10-21  Jackson Harper  <jackson@ximian.com>
20181
20182         * TreeView.cs: Make sure that when we invalidate a node the bounds
20183         are big enough to cover the selected box and the focus
20184         rectangle. Use a different colour for the lines connecting nodes
20185         so they show up with all themes.
20186
20187 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
20188
20189         * NativeWindow.cs: Don't call anything that could call into the driver,
20190           we might be on a different thread.
20191
20192 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
20193
20194         * Control.cs(Dispose): Since Dispose might run on a different thread,
20195           make sure that we call methods that could call into the driver via
20196           invoke, to avoid thread issues
20197
20198 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
20199
20200         * XplatUI.cs: Removed finalizer
20201         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
20202           not allowing to be called on the finalizer thread.
20203
20204 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
20205
20206         * ImageList.cs:
20207           - Reverted r51889 and r51891.
20208           - Added ImageListItem class that stores unmodified image items and image
20209             properties required to create list images until handle is created.
20210           - Added AddItem and moved image creation logic to AddItemInternal.
20211           - Added CreateHandle method that creates images based on unmodified items.
20212           - Added DestroyHandle that changes state to store unmodified items.
20213           - Add and AddStrip methods no more create handle.
20214           - ReduceColorDepth has no return value.
20215           - Dispose destroys handle.
20216           - Modified other methods to reflect the above changes.
20217           - Implemented key support.
20218           - Added profile 2.0 members and attributes.
20219           - Added private Reset and ShouldSerialize methods that provide the same
20220             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
20221             them as they are private.
20222           - Added some more comments about implementation details.
20223
20224 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20225
20226         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
20227
20228 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20229
20230         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
20231
20232 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20233
20234         * DataGridDrawingLogic.cs: Fixes column hit calcultation
20235         * DataGridColumnStyle.cs: Remove debug message
20236
20237 2005-10-20  Jackson Harper  <jackson@ximian.com>
20238
20239         * TreeView.cs: We can always get input keys regardless of whether
20240         or not editing is enabled. They are used for navigation.
20241
20242 2005-10-20  Jackson Harper  <jackson@ximian.com>
20243
20244         * TreeNode.cs: Use the viewport rect for determining if a node
20245         needs to be moved for visibility. Don't use Begin/End edit. This
20246         calls a full refresh when its done.
20247         * TreeView.cs: New SetBottom works correctly.  Make the viewport
20248         rect property internal so the treenodes can see it. When clicking
20249         on a node we need to ensure that its visible because it might just
20250         be partly visible when clicked.
20251
20252 2005-10-20  Jackson Harper  <jackson@ximian.com>
20253
20254         * TreeNodeCollection.cs: Remove debug code.
20255
20256 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
20257
20258         * Datagrid.cs: Implements column sorting in Datagrid
20259         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
20260
20261 2005-10-20  Jackson Harper  <jackson@ximian.com>
20262
20263         * TreeNodeCollection.cs: Remove items properly. Update the correct
20264         area after removing them.
20265
20266 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
20267
20268         * Datagrid.cs: Should not call base.OnPaintBackground
20269
20270 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
20271
20272         * XplatUIX11.cs (GetMessage):
20273           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
20274             window instead of client window
20275           - Now properly calculates NC_xBUTTONUP message coordinates
20276           - ScreenToMenu now properly calculates it's coordinates of whole 
20277             window, since menus are in the whole window, not in the client
20278             window
20279           - Added WholeToScreen coordinate translation method
20280
20281 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
20282
20283         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
20284           want to return a message, loop back to the beginning of the function
20285           and grab the next real message to process instead.
20286
20287 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
20288
20289         * Splitter.cs: Properly set limits if no filler control is used
20290
20291 2005-10-19  Jackson Harper  <jackson@ximian.com>
20292
20293         * ColorDialog.cs: Don't show the help button if it is not enabled
20294         instead of disabling it (this is what MS does). Don't create the
20295         panel until the dialog is run, otherwise the vars (such as
20296         ShowHelp) are not set yet.
20297
20298 2005-10-19  Jackson Harper  <jackson@ximian.com>
20299
20300         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
20301         are reduced when adding nodes.
20302         * TreeNode.cs:
20303         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
20304         tree.
20305         
20306 2005-10-19  Jackson Harper  <jackson@ximian.com>
20307
20308         * FolderBrowserDialog.cs: End editing our treeview so the window
20309         actually gets refreshed.
20310
20311 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
20312
20313         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
20314           Obsoleted handling of WM_ERASEBKGND, now always draws our background
20315           inside of WM_PAINT
20316
20317 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
20318
20319         * MenuAPI.cs: Returns after Hidding window
20320         * XplatUIX11.cs: Added TODO found while debugging menu issues
20321
20322 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
20323
20324         * XplatUIX11.cs: Do not re-map the whole window when it's size
20325           becomes non-zero unless it's supposed to be actually visible
20326
20327 2005-10-18  Jackson Harper  <jackson@ximian.com>
20328
20329         * TreeView.cs: We don't need to keep a count anymore.
20330         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
20331         use the Grow method.
20332
20333 2005-10-18  Jackson Harper  <jackson@ximian.com>
20334
20335         * TreeNodeCollection.cs: Insert is not supported on arrays, so
20336         implement it manually here.
20337
20338 2005-10-18  Jackson Harper  <jackson@ximian.com>
20339
20340         * ImageList.cs: Dont kill the list when the colour depth is
20341         changed, just change the colour depth of all the images.
20342         - Same goes for setting the image size. Just resize them all
20343         instead of killing the list softly.
20344
20345 2005-10-18  Jackson Harper  <jackson@ximian.com>
20346
20347         * Control.cs: Don't invalidate empty rectangles.
20348
20349 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
20350
20351         * ListViewItem.cs:
20352           - Adds checked item to the Checked/Item lists (where empty before)
20353           - Do not add items to the Selected lists if they are already present
20354         * ListView.cs:
20355           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
20356           - When deleting items make sure that we delete them for the Selected
20357           and Checked list also.
20358
20359 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
20360
20361         * Label.cs: Dispose objects no longer used
20362         * ThemeWin32Classic.cs: Dispose objects no longer used
20363
20364 2005-10-18  Jackson Harper  <jackson@ximian.com>
20365
20366         * TabControl.cs: Don't refresh the whole control when the tabs are
20367         scrolled, we just need to refresh the tab area.
20368
20369 2005-10-17  Jackson Harper  <jackson@ximian.com>
20370
20371         * XplatUIX11.cs: Compress code a little bit. Only calculate the
20372         after handle when we need it.
20373
20374 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
20375
20376         * Control.cs: When the parent size changes, recalculate anchor 
20377           positions. Partial fix for #76462
20378
20379 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
20380
20381         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
20382           drawn. Fixes #76462
20383
20384 2005-10-17  Jackson Harper  <jackson@ximian.com>
20385
20386         * MonthCalendar.cs: Don't create the numeric up down until our
20387         handle is created. Otherwise our handle is created in the
20388         constructor and we don't know if we are a WS_CHILD or WS_POPUP
20389         yet.
20390
20391 2005-10-17  Jackson Harper  <jackson@ximian.com>
20392
20393         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
20394         correctly.
20395
20396 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20397         * TreeNode.cs : small logical fix (was using local var instead of field)
20398         
20399 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
20400
20401         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
20402
20403 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
20404
20405         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
20406
20407 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
20408
20409         * Control.cs: 
20410           - Re-implemented anchoring code. My first version was really broken.
20411             This fixes bug #76033. Unlike the previous implementation we will
20412             no longer have round errors since all numbers are calculated from
20413             scratch every time. Removed various anchor-related obsolete vars.
20414           - InitLayout no longer causes layout event firing and layout to be 
20415             performed
20416
20417 2005-10-16  Jackson Harper  <jackson@ximian.com>
20418
20419         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
20420         which was broken).
20421
20422 2005-10-16  Jackson Harper  <jackson@ximian.com>
20423
20424         * TabControl.cs: Remove debug code.
20425
20426 2005-10-16  Jackson Harper  <jackson@ximian.com>
20427
20428         * XEventQueue.cs: Increase the default queue size (very simple
20429         apps needed to grow the queue).
20430         * Hwnd.cs: No finalizer so we don't need to suppress
20431         finalization. Compute the invalid area manually so a new rectangle
20432         does not newto be created.
20433         * ScrollableControl.cs: Don't set any params (otherwise visibility
20434         isn't set correctly).
20435         * MdiChildContext.cs: New constructor takes the mdi parent so it
20436         doesn't have to be computed and avoids a crash on windows. Draw
20437         the window icon properly, and allow the text to be seen.
20438         * Form.cs: Use new MdiChildContext constructor. Make sure the
20439         child context isn't null in wndproc.
20440         * TabControl.cs: Don't set focus, this is muddling keyboard
20441         behavoir. Expand the tab rows when a window size increase will
20442         allow extra tabs to be seen. Don't allow tabs smaller than the
20443         width of a window to be scrolled out of view.
20444         * TreeNode.cs:
20445         * TreeView.cs: Use measure string to calculate a nodes width, the
20446         width is cached and only updated when the text or the font is
20447         changed. Don't check for expand/collapse clicks on the first level
20448         nodes if root lines are disabled.
20449         
20450 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
20451
20452         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
20453
20454 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
20455
20456         * DataGridBoolColumn.cs: fixes warning
20457
20458 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
20459
20460         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
20461         to match more to match more precisely the MS Net behavior
20462
20463 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
20464
20465         * Hwnd.cs: Added field to track if window is mapped
20466         * XplatUIX11.cs: 
20467           - Unmap windows if they become 0-size, re-map when 
20468             they are >0 again; fixes #76035
20469           - Re-set our error handler after initializing X11Desktop
20470             to override any error handlers Gtk or whatever was called
20471             may have set.
20472
20473 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
20474
20475         * CheckedListBox.cs: Removed unused vars
20476         * ListView.cs: Fixed signatures
20477         * RichTextBox.cs: Removed unused vars
20478         * TextBoxBase.cs: Removed unused vars
20479         * XplatUIWin32.cs: Removed unused vars
20480         * XplatUIX11.cs: Removed unused vars
20481         * XplatUI.cs: Updated version and date to latest published
20482
20483 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
20484
20485         * Cursor.cs: Added private .ctor to work around a bug in
20486           resourceset (Thanks to Geoff Norton for the help on this)
20487         * SplitterEventArgs.cs: Made fields accessible so we don't
20488           waste boatloads of objects and can reuse the same one
20489           in Splitter
20490         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
20491           any captions and borders when generating screen coordinates
20492         * Splitter.cs: Reimplemented control, now fully complete, uses
20493           rubberband drawing, supports and obeys all properties, has
20494           proper cursors
20495
20496 2005-10-13  Miguel de Icaza  <miguel@novell.com>
20497
20498         * Form.cs (Form): Setup default values for autoscale and
20499         autoscale_base_size;  Make these instance variables, not static
20500         variables. 
20501
20502         (OnLoad): on the first load, adjust the size of the form.
20503
20504 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
20505
20506         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
20507           width argument to DrawReversibleRectangle()
20508         * XplatUIWin32.cs, XplatUIX11.cs: 
20509           - Implemented width for DrawReversibleRectangle()
20510           - Added logic to DrawReversibleRectangle that recognizes a zero
20511             width or height and only draws a line in that situation
20512         
20513 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
20514
20515         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
20516         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
20517         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
20518           method (it uses our FosterParent window to get a graphics context)
20519
20520 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
20521
20522         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
20523           and SetWindowBackground methods
20524         * Control.cs:
20525           - Setting proper ControlStyles
20526           - We no longer call XplatUI.SetWindowBackground and XplatUI.
20527             EraseWindowBackground, instead we draw the window background
20528             ourselves in PaintControlBackground. This behaviour is
20529             required to match MS, where, when OnPaintBackground is not
20530             called, the background is not drawn.
20531           - Removed unneeded Refresh() in set_Text
20532         * Hwnd.cs: Dropped the ErasePending support. No longer needed
20533         * XplatUIX11.cs:
20534           - Created DeriveStyles method to translate from CreateParams to
20535             FormBorderStyle and TitleStyle, also handles BorderStyle (which
20536             matches FormBorderStyle enum values)
20537           - Consolidated SetHwndStyles and CalculateWindowRect border/title
20538             style calculations into single DeriveStyles method
20539           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
20540             from redrawing the whole window on any resize or expose.
20541           - Fixed CreateWindow usage of SetWindowValuemask. Before not
20542             all styles were applied to our whole/client window appropriately
20543           - Removed EraseWindowBackground() and SetWindowBackground() methods
20544           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
20545             no longer clear/redraw the background through X
20546           - Removed handling of erase_pending bit, we have no use for it (or
20547             so it seems)
20548         * XplatUIOSX.cs:
20549           - Removed generation and handling of WM_ERASEBKGND message
20550           - Removed EraseWindowBackground() and SetWindowBackground() methods
20551           - Removed handling of hwnd.ErasePending flag
20552         * XplatUIWin32.cs:
20553           - Removed EraseWindowBackground() and SetWindowBackground() methods
20554           - We no longer call EraseWindowBackground on PaintEventStart, we 
20555             ignore the fErase flag, erasing is handled in Control in the
20556             background handler
20557         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
20558           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
20559           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
20560           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
20561           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
20562           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
20563           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
20564
20565 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
20566
20567         * PropertyGrids.cs: Get sub properties
20568         * PropertyGridView.cs: Fix drawing code
20569
20570 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20571
20572         * ListBox.cs: Fixes 76383
20573
20574 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20575
20576         * DataGridTextBoxColumn.cs: Sets location and size before attachment
20577         * ThemeWin32Classic.cs: Fixes border drawing and calculations
20578         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
20579
20580
20581 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20582
20583         * ComboBox.cs: Fixes border drawing
20584
20585 2005-10-10  Miguel de Icaza  <miguel@novell.com>
20586
20587         * MimeIcon.cs: Ignore errors if the file can not be read.
20588
20589 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
20590
20591         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
20592          - Fixed border calculations
20593          - Fixed horizontal scrolling in single column listboxes
20594          - Fixed drawing issues
20595
20596 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
20597
20598         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
20599           FormBorderStyle enum
20600         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
20601           code to determine FormBorderStyles from CreateParams
20602         * Form.cs:
20603           - Fixed bug where we'd set the wrong window styles if we were
20604             not creating an MDI window
20605           - Added call to XplatUI.SetBorderStyle when form borders are set
20606         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
20607         * Hwnd.cs:
20608           - Removed obsolete edge style
20609           - Switched from BorderStyle to FormBorderStyle
20610         
20611 2005-10-10  Jackson Harper  <jackson@ximian.com>
20612
20613         * Form.cs: Use the property to get the window handle instead of
20614         accessing it directly. Prevents a null reference exception.
20615
20616 2005-10-10  Jackson Harper  <jackson@ximian.com>
20617
20618         * TreeView.cs: Don't adjust the rect given to DrawString now that
20619         our libgdiplus draws correctly.
20620
20621 2005-10-08  Jackson Harper  <jackson@ximian.com>
20622
20623         * TreeView.cs: Don't try to find the clicked on node if there are
20624         no nodes in the tree.
20625
20626 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
20627
20628         * RichTextBox.cs:
20629
20630           restore
20631
20632 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
20633
20634         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
20635           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
20636           ErrorProvider.cs:
20637           Use ResPool for brushes and dispose System.Drawing objects that
20638           are not used anymore.
20639
20640 2005-10-07  Jackson Harper  <jackson@ximian.com>
20641
20642         * MdiChildContext.cs: Use the new borders instead of drawing them
20643         ourselves.
20644
20645 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
20646
20647         * Calling UpdateBounds after changing the window's BorderStyle 
20648         since the style can change the ClientSize
20649
20650 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20651
20652         * Control.cs: Made PaintControlBackground virtual
20653         * Panel.cs: Overriding PaintControlBackground instead of using paint
20654           event; paint event method was interfering with 'real' users of the
20655           event.
20656
20657 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
20658
20659         * ThemeWin32Classic.cs: remove border drawing since it is handled
20660         by the base control class now and was causing double border drawing.
20661
20662 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20663
20664         * Panel.cs: Redraw our background on paint. Not a pretty solution,
20665           but it does seem to match MS behaviour. This fixes bug #75324
20666
20667 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20668
20669         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
20670           somewhat hackish looking
20671
20672 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
20673
20674         * TextBoxBase.cs:
20675           - We now accept Enter even if AcceptEnter is false, if the containing
20676             form does not have an AcceptButton configured (fixes bug #76355)
20677           - Calculations are now fixed to no longer use Width/Height, but
20678             ClientSize.Width/Height, since we now support borders (this was
20679             a result of fixing borders and therefore bug #76166)
20680           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
20681             true (fixes bug #76354)
20682         
20683 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20684
20685         * Control.cs: 
20686           - Defaulting BorderStyle and setting it in XplatUI when our window 
20687             is created
20688           - Added enum check to InternalBorderStyle setter
20689         * XplatUIX11.cs: 
20690           - Added drawing of window borders
20691           - Now properly calculates WM decorations offset for toplevel 
20692             windows (fixes bug #74763)
20693         * XplatUIWin32.cs: 
20694           - Implemented BorderStyles for windows (we're letting win32 draw 
20695             the border for us)
20696           - Fixed the signature for SetWindowLong
20697         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
20698           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
20699           setting borders
20700         * UpDownBase.cs: Remove drawing of borders, this is handled by
20701           the driver, outside the client area
20702         * ListView.cs: Removed bogus border calculations. The control should
20703           be oblivious to borders, since those are not part of the client
20704           area. 
20705         * X11DesktopColors.cs: Commented out (currently) unneeded variables
20706         * ThemeWin32Classic.cs: Removed border calculations from ListView 
20707           drawing code
20708
20709 2005-10-06  Jackson Harper  <jackson@ximian.com>
20710
20711         * MdiChildContext.cs: Clear out the old virtual position remove
20712         all the unneeded calls to CreateGraphics.
20713
20714 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
20715
20716         * TextControl.cs: Use proper color for highlighted text; fixes #76350
20717
20718 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
20719
20720         * Form.cs: 
20721           - Added loading and setting of our new default icon
20722           - Only set icon if window is already created
20723
20724 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
20725
20726         * Label.cs:
20727           - Do not explicitly set the foreground and background colors, to
20728             allow inheriting from parents (fixes #76302)
20729           - Use Control's InternalBorderStyle property to deal with borders
20730
20731 2005-10-06  Jackson Harper  <jackson@ximian.com>
20732
20733         * MdiChildContext.cs: Use the new xplatui function to draw a
20734         reversible rect.
20735
20736 2005-10-06  Jackson Harper  <jackson@ximian.com>
20737
20738         * Form.cs: Add the parent before creating the child context cause
20739         we need the parent when setting up the child.
20740
20741 2005-10-06  Jackson Harper  <jackson@ximian.com>
20742
20743         * FolderBrowserDialog.cs: redo the tree population code so a
20744         second thread isn't used. Should be a lot faster and more stable
20745         now.
20746
20747 2005-10-05  Jackson Harper  <jackson@ximian.com>
20748
20749         * TreeView.cs: There are no expand/collapse boxes if the node has
20750         no children.
20751
20752 2005-10-05  Jackson Harper  <jackson@ximian.com>
20753
20754         * X11DesktopColors.cs: Get menu colours for the gtk theme.
20755
20756 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
20757
20758         * FileDialog.cs: Fix InitialDirectory
20759
20760 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
20761
20762         * ComboBox.cs:
20763                 - Fixes changing between styles
20764                 - Fixes simple mode
20765                 - Fixes last item crashing when navigating with keyboard
20766
20767 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
20768
20769         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
20770
20771 2005-10-05  Jackson Harper  <jackson@ximian.com>
20772
20773         * TreeView.cs: If updating the root node do a full refresh.
20774         * TreeNode.cs: The root node should be expanded by default. Also
20775         added a utility prop to tell if we are the root node.
20776         * TreeNodeCollection.cs: Only refresh if the node we are being
20777         added to is expanded. Also added a comment on a potential
20778         optimization.
20779         
20780 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
20781
20782         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
20783           in dispose method. Fixes #76330
20784
20785 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
20786
20787         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
20788
20789                 - Implements vertical and horizontal scrolling using XplatUI
20790                 - Fixes keyboard navagation
20791                 - Fixes EnsureVisible
20792                 - Drawing fixes
20793                 - Handles and draws focus properly
20794
20795
20796 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
20797
20798         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
20799           Create handle. NET_2_0: Destroy handle when value is null.
20800
20801 2005-10-03  Jackson Harper  <jackson@ximian.com>
20802
20803         * ScrollBar.cs: My last scrollbar patch was broken. This is a
20804         revert and a new patch to prevent the thumb from refreshing so
20805         much.
20806
20807 2005-10-02  Jackson Harper  <jackson@ximian.com>
20808
20809         * ScrollBar.cs: Don't update position if it hasn't actually
20810         changed. This occurs when you hold down the increment/decrement
20811         buttons and the thumb gets to the max/min.
20812
20813 2005-10-01  Jackson Harper  <jackson@ximian.com>
20814
20815         * Form.cs:
20816         * MdiChildContext.cs:
20817         * MdiClient.cs: Implement ActiveMdiChild in Form.
20818
20819 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
20820
20821         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
20822
20823 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
20824
20825         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
20826           be found
20827
20828 2005-09-30  Jackson Harper  <jackson@ximian.com>
20829
20830         * ListBox.cs: Don't do a full refresh unless some data has
20831         actually changed.
20832
20833 2005-09-30  Jackson Harper  <jackson@ximian.com>
20834
20835         * TreeView.cs: Make sure that the checkboxes size is factored in
20836         even when not visible.
20837
20838 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
20839
20840         * FileDialog.cs: Fix Jordi's build break
20841
20842 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
20843
20844         * FileDialog.cs: 
20845                 - Use standard the Windows colours for the combobox as espected
20846                 - Dispose objects that use resouces when no longer need them
20847
20848 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
20849
20850         * X11DesktopColors.cs: Initial incomplete implementation
20851         * XplatUIX11.cs: Added call to initialize X11DesktopColors
20852
20853 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
20854
20855         * Theme.cs: 
20856           - Switched Theme color names to match the names defined in 
20857             System.Drawing.KnownColors. Life's hard enough, no need to make 
20858             it harder.
20859           - Added setters to all theme color properties so themes can set
20860             their color schemes. The setters also propagate the color changes
20861             to System.Drawing.KnownColors via reflection
20862         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
20863           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
20864           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
20865           use the new, more logical theme color names
20866         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
20867           post-NT colors
20868         * ThemeWin32Classic.cs:
20869           - Removed code to set the old classic Windows colors. Instead it
20870             now relies on the colors returned by System.Drawing.KnownColors
20871             which will be either modern static colors (Unix) or colors
20872             read from the user's configuration (Win32)
20873           - Updated to use the new, more logical theme color names
20874           - Switched DataGrid drawing code to use only Theme colors instead of
20875             a mix of System.Drawing.KnownColors and Theme colors
20876           - DrawFrameControl(): Removed code that fills the button area, the
20877             fill would overwrite any previous fill done by a control. This
20878             fixes bug #75338 
20879           - Added DrawReversibleRectangle() stub
20880         * ScrollableControl.cs: Set visible state to false when scrollbars
20881           are removed (pdn fix)
20882         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
20883           DrawReversibleRectangle() method to allow drawing primitive 
20884           'rubber bands'
20885         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
20886
20887 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
20888
20889         * ImageList.cs: Add(Icon): Create handle.
20890
20891 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
20892
20893         * ListView.cs:
20894         * ThemeWin32Classic.cs:
20895                 - Fixes detail mode
20896                 - Sets clippings
20897                 - Issues with drawing
20898
20899 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
20900
20901         * ImageList.cs: Moved RecreateHandle back to ImageList as event
20902           source has to be the ImageList.
20903
20904 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
20905
20906         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
20907
20908 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
20909
20910         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
20911
20912 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
20913
20914         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
20915
20916 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
20917         * GridItem.cs: Fixed TODOs
20918         * GridItemCollection.cs: Added ICollection interface
20919
20920 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
20921
20922         * ImageList.cs: Resize icons when needed.
20923
20924 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
20925
20926         * ListViewItem.cs
20927                 - Fixes GetBounds and returns on screen rects
20928         * ListView.cs:
20929                 - Fixes vertical and horzintal scrolling of items
20930         * ThemeWin32Classic.cs:
20931                 - Fixes drawing
20932                 
20933 2005-09-29  Raja R Harinath  <harinath@gmail.com>
20934
20935         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
20936
20937 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
20938
20939         * ImageList.cs: Added comments about handle creation. Moved Handle,
20940           HandleCreated and OnRecreateHandle implementations to ImageCollection.
20941           Handle is created in Add methods.
20942
20943 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
20944          
20945         * DataGridDrawingLogic.cs: 
20946                 - Takes rows into account on Colum calculations
20947                 - Returns the column when clickig
20948         * DataGrid.cs:
20949                 - Fixes default HitTestInfo values
20950                 - Fixes HitTestInfo.ToString
20951                 - Fixes ResetBackColor          
20952         
20953 2005-09-28  Jackson Harper  <jackson@ximian.com>
20954
20955         * MdiChildContext.cs: Obey rules for fixed sized windows (no
20956         sizing or cursor changes). Also added some temp code to draw the
20957         titlebars text (Makes dev a little easier).
20958
20959 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
20960
20961         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
20962
20963 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
20964          
20965         * ListBox.cs: Fixes bug 76253
20966
20967 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
20968
20969         * ImageList.cs: Added comments about the current implementation. Added
20970           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
20971           Format32bppArgb to preserve transparency and can use Graphics.FromImage
20972           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
20973           with Bitmap.LockBits for better performance. Revised the whole file to
20974           match MS.NET behaviour and provide better performance. Non-public
20975           interface members are calling public members even when they throw
20976           NotSupportedException for better maintainability. Moved ColorDepth,
20977           ImageSize, ImageStream and TransparentColor implementations to
20978           ImageCollection for better performance as these properties are not used
20979           by ImageList.
20980         * ImageListStreamer.cs: Added a new internal constructor that takes an
20981           ImageList.ImageCollection and serializes Images based on
20982           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
20983           match ImageList property name.
20984
20985 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
20986
20987         * ListBox.cs: Fixes IndexFromPoint for last item
20988
20989 2005-09-27  Jackson Harper  <jackson@ximian.com>
20990
20991         * Form.cs: Set the position of new mdi children correctly.
20992
20993 2005-09-27  Jackson Harper  <jackson@ximian.com>
20994
20995         * MdiClient.cs: New mdi children need to be added to the back of
20996         the controls collection so the zorder is set correctly. Also add a
20997         count of all the child windows that have been created.
20998
20999 2005-09-27  Jackson Harper  <jackson@ximian.com>
21000
21001         * Form.cs (CreateParams): Setup MDI forms correctly.
21002
21003 2005-09-27  Jackson Harper  <jackson@ximian.com>
21004
21005         * MdiChildContext.cs:
21006         * MonthCalendar.cs:
21007         * UpDownBase.cs:
21008         * ListBox.cs:
21009         * ListView.cs:
21010         * TextBoxBase.cs:
21011         * TreeView.cs:
21012         * ScrollableControl.cs:
21013         * ComboBox.cs: Add implicit controls using the new implict control
21014         functionality in ControlCollection. Also try to block multiple
21015         control add in a suspend/resume layout to save some cycles.
21016         
21017 2005-09-27  Jackson Harper  <jackson@ximian.com>
21018
21019         * Control.cs: Add functionality to the controls collection to add
21020         'implicit controls' these are controls that are created by the
21021         containing control but should not be exposed to the user. Such as
21022         scrollbars in the treeview.
21023         * Form.cs: The list var of the ControlsCollection is no longer
21024         available because of the potential of implicit controls getting
21025         ignored by someone accessing the list directly.
21026
21027 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
21028
21029         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
21030           loose it's parent. (Fixed bug introduced in r49103 when we added
21031           setting the child parent to null on Remove)
21032
21033 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
21034
21035         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
21036         * Splitter.cs: Added missing attributes for BorderStyle property.
21037         * TextBoxBase.cs: Marked Calculate* methods internal.
21038         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
21039         MS.NET.
21040
21041 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
21042          
21043         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
21044
21045 2005-09-25  Jackson Harper  <jackson@ximian.com>
21046
21047         * TreeView.cs: Update the node bounds correctly regardless of
21048         whether the node is visible.
21049
21050 2005-09-25  Jackson Harper  <jackson@ximian.com>
21051
21052         * ImageList.cs: Don't dispose the image after it is added to the
21053         image list. Only reformat images that need to be resized.
21054
21055 2005-09-25  Jackson Harper  <jackson@ximian.com>
21056
21057         * ImageList.cs: Don't set the format when changing the image.
21058
21059 2005-09-25  Jackson Harper  <jackson@ximian.com>
21060
21061         * TreeView.cs: We can't just assume the node has a font. Use the
21062         treeviews font if no node font is available.
21063
21064 2005-09-25  Jackson Harper  <jackson@ximian.com>
21065
21066         * TreeView.cs: Allow the scrollbars to be reset with negative
21067         values.
21068         - Don't add scrollbars to negative sized windows.
21069
21070 2005-09-23  Jackson Harper  <jackson@ximian.com>
21071
21072         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
21073         old Mono.Posix. Also remove some stray code that shouldn't have
21074         been committed.
21075
21076 2005-09-23  Jackson Harper  <jackson@ximian.com>
21077
21078         * TreeView.cs: Attempt at proper sizing of the horizontal
21079         scrollbar. Also don't resize the scrollbars unless they are
21080         visible.
21081
21082 2005-09-23  Jackson Harper  <jackson@ximian.com>
21083
21084         * TreeView.cs: We don't need to expand the invalid area when the
21085         selection changes, as this is all drawn in the node's bounding
21086         box. The area needs to be expanded (previous typo was contracting
21087         it) when the focus rect moves.
21088
21089 2005-09-23  Jackson Harper  <jackson@ximian.com>
21090
21091         * TreeView.cs: Display the selection box under the correct
21092         circumstances. We were rendering white text with no selection box
21093         before.
21094
21095 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
21096
21097         * TextControl.cs(Split): Now updates selection start/end if it points 
21098           into a line that's being split. Fixes a FIXME and bug #75258
21099
21100 2005-09-23  Jackson Harper  <jackson@ximian.com>
21101
21102         * Binding.cs:
21103         * ListControl.cs: Don't use the path when retrieving binding
21104         managers from the binding context. My bat sense tells me that the
21105         path is only used on insertion.
21106
21107 2005-09-22  Jackson Harper  <jackson@ximian.com>
21108
21109         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
21110
21111 2005-09-22  Jackson Harper  <jackson@ximian.com>
21112
21113         * Splitter.cs: There are special cursors used for splitting.
21114         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
21115
21116 2005-09-22  Jackson Harper  <jackson@ximian.com>
21117
21118         * Splitter.cs: Change the cursor appropriately when the splitter
21119         is moused over, so the user actually knows there is a splitter
21120         there.
21121
21122 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
21123
21124        * Label.cs : Fix ToString method to give same output as MS.NET
21125
21126 2005-09-22  Jackson Harper  <jackson@ximian.com>
21127
21128         * TreeView.cs: Create the scrollbars when the handle is created
21129         and add them right away, just make them invisble. Also account for
21130         the window being shrunk vertically to the point that the vert
21131         scrollbar needs to be added.
21132         - Remove some 0.5 adjustments to get around anti aliasing issues.
21133         
21134 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
21135          
21136         * MainMenu.cs: Fixes default value
21137         * MenuItem.cs: Fixes default value
21138
21139 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
21140
21141         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
21142
21143 2005-09-21  Jackson Harper  <jackson@ximian.com>
21144
21145         * Control.cs: Don't try to set the border style on the window if
21146         it hasn't been created. When the window is created the border
21147         style will be used.
21148
21149 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
21150
21151         * Control.cs (Update): Don't call XplatUI if we don't have a
21152           window handle yet
21153
21154 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
21155
21156         * ContainerControl.cs: Instead of throwing an exception, print
21157           a one-time warning about Validate not being implemented
21158         * XplatUIWin32.cs: Removed debug output
21159
21160 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
21161
21162         * Control.cs: Only set XplatUI background if we expect the windowing
21163           system to handle the background. This stops controls that draw their
21164           own background from flickering
21165
21166         * XplatUIX11.cs: Support custom visuals and colormaps for window 
21167           creation. This allows, amongst other things, using MWF X11 windows 
21168           with OpenGL.
21169
21170 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
21171
21172         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
21173           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
21174           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
21175           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
21176           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
21177           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
21178           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
21179           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
21180           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
21181           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
21182           GridColumnStylesCollection.cs, 
21183           IDataGridColumnStyleEditingNotificationService.cs,
21184           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
21185           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
21186           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
21187           TreeNodeCollection.cs, AmbientProperties.cs, 
21188           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21189           DataObject.cs, ErrorProvider.cs, Splitter.cs,
21190           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
21191           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
21192           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
21193           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
21194           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
21195           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
21196           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
21197           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
21198           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
21199           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
21200           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
21201           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
21202           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
21203           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
21204           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
21205           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
21206           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
21207           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
21208           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
21209           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
21210           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
21211           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
21212           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
21213           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
21214           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
21215           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
21216           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
21217           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
21218           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
21219           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
21220           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
21221           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
21222           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
21223           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
21224           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
21225
21226 2005-09-21  Jackson Harper  <jackson@ximian.com>
21227
21228         * TreeNode.cs: Call Before/After Expand not Collapse when
21229         expanding.
21230
21231 2005-09-20  Jackson Harper  <jackson@ximian.com>
21232         
21233         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
21234
21235 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
21236          
21237         * ListViewItem.cs:
21238                 - Fixes bug 76120
21239                 - Fixes proper storing of subitems
21240                 - Fixes not updated items
21241
21242 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
21243
21244         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
21245           things if our window handle isn't created yet. Also disabled 
21246           debug for TextBoxBase
21247
21248 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
21249
21250         * MenuAPI.cs: Remove filtering of events to allow menu usage
21251
21252 2005-09-20  Miguel de Icaza  <miguel@novell.com>
21253
21254         * Cursor.cs: Allow null to be passed to Cursor.Current.
21255
21256 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
21257
21258         * ThemeWin32Classic.cs:
21259           - Change some private methods/fields to protected virtual so that 
21260             they can be accessed and overriden in derived classes
21261           - First refactoring of some methods. Derived themes now don't 
21262             need to duplicate the complete code from ThemeWin32Classic
21263         * ThemeNice.cs:
21264           - Added nice StatusBar
21265           - Derive from ThemeWin32Classic and not Theme
21266           - Removed duplicate ThemeWin32Classic code
21267
21268 2005-09-20  Miguel de Icaza  <miguel@novell.com>
21269
21270         * Control.cs (ControlCollection.Add): If the value null is passed
21271         the control is ignored. 
21272
21273         Optimize this loop.
21274
21275 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
21276
21277         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
21278           PostQuitMessage state.
21279         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
21280
21281 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
21282
21283         * Application.cs: Our constructor will never get called, move 
21284           initialization to fields; fixes bug #75933
21285
21286 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
21287
21288         * FileDialog.cs :
21289                 - Allow files to be selected properly using file name
21290                 combo box.
21291                 - Add ability to change diretory (absolute / relative)
21292                 using file name combo box.
21293
21294 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
21295          
21296         * ListBox.cs: 
21297                 - Fixes Multicolumn listboxes item wrong calculations
21298                 - Allows to click when only one item is in the listbox
21299                 - Fixes crash when no items using keyboard navigation
21300
21301 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
21302
21303         * ComboBox.cs: Reverted almost everything from the latest patch which
21304           broke ComboBox
21305
21306 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
21307         
21308         * ToolTip.cs:
21309                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
21310         * ComboBox.cs:
21311                 - When DropDownStyle is Simple, it does not show scrollbar 
21312                 to the last item of the list.
21313                 - When DropDownStyle is Simple, it crashed when the list was 
21314                 scrolled down with the down cursor key.
21315                 - Fixed a bug that when DropDownStyle is DropDownList, the 
21316                 selected item was not shown.
21317                 - The position of the selected item was not preserved when 
21318                 the next dropdown happened.
21319         * ThemeWin32Classic.cs:
21320                 - Items were wrapped at the right end.
21321         * CheckedListBox.cs:
21322                 - Fixed Add method
21323         * ListBox.cs:
21324                 - Items should be fully shown.
21325                 - When resizing and vertical scrollbar disappeared, the item 
21326                 of index 0 should be on the top of the list.
21327                 - GetItemRectangle should consider the size of ver. scrollbar
21328         * StatusBar.cs:
21329                 - SizingGrip area should not be allocated when it is not 
21330                 displayed.
21331                 - Now it reflects MinWidth of the containing panel and 
21332                 fixed a crash that happens when its width becomes so small.
21333
21334 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
21335
21336         * CheckedListBox.cs: Fixes bug 76028
21337         * ListBox.cs: Fixes bug 76028
21338
21339 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
21340
21341         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
21342         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
21343
21344 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
21345
21346         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
21347
21348 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
21349
21350         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
21351
21352 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
21353
21354         * IRootGridEntry.cs: Added
21355         * PropertyGridCommands.cs: Added
21356         * PropertiesTab.cs: Added missing methods and property
21357         * PropertyGridView.cs: Made class internal
21358         * PropertyGridTextBox.cs: Made class internal
21359
21360 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
21361
21362         * MimeIcon.cs: Try to check some other environment variables
21363           if "DESKTOP_SESSION" returns "default"
21364
21365 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
21366
21367         * ThemeNice.cs: Corrected background colors (e.g. menus)
21368         * ColorDialog.cs: Use correct background colors for controls
21369
21370 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
21371
21372         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
21373
21374 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
21375
21376         * RichTextBox.cs: Added initial implementation
21377         * lang.cs: Removed. Was accidentally checked in long time ago
21378         * TODO: Removed. Contents were obsolete
21379
21380 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
21381                                                                                 
21382         * PropertiesTab.cs : Added
21383
21384 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
21385                                                                                 
21386         * PropertyGrid.cs : Update
21387         * PropertyGridView.cs : Update
21388         * System.Windows.Forms.resx : Added images and strings
21389
21390 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
21391
21392         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
21393  
21394 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
21395
21396         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
21397           a busy loop right after the Ungrab the X11 display is otherwise 
21398           blocked
21399
21400 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
21401
21402         * ThemeWin32Classic.cs: Optimise the use of clipping
21403
21404 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
21405
21406         * DataGrid.cs: fixes recursion bug
21407
21408 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
21409
21410         * ThemeNice.cs: 
21411           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
21412           - Cleanup
21413
21414 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
21415
21416         * ThemeNice.cs: Draw nice ProgressBars
21417
21418 2005-09-01  Miguel de Icaza  <miguel@novell.com>
21419
21420         * VScrollBar.cs: Another buglet found by Aaron's tool. 
21421
21422         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
21423         bug finder.
21424
21425 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
21426
21427         * ThemeNice.cs:
21428           - Added nicer menu drawing
21429           - Updated DrawTab
21430           - some refactoring
21431
21432 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
21433
21434         * CreateParams.cs (ToString): Made output match MS
21435         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
21436             handle is already created (to avoid forcing window creation)
21437         * XplatUIX11.cs: Set window text to caption after creating window,
21438           in case Text was set before window was created
21439         * Form.cs: Use this.Text instead of a static string as caption
21440
21441 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
21442
21443         * NotifyIcon.cs: Don't set the window to visible; this screws
21444           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
21445           OnPaint without a bitmap)
21446         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
21447           happen very often anyway; we could add the check to the WM_PAINT 
21448           event generation code
21449
21450 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
21451
21452         * NotifyIcon.cs: Fill the icon area with a background color, to 
21453           avoid 'residue' when transparent icons are drawn
21454         * XplatUIX11.cs:
21455           - Handle whole_window == client_window when destroying windows
21456           - SystrayAdd(): Set client_window to whole_window value to
21457             get mouse and other events passed to NotifyIcon
21458
21459 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
21460
21461         * Form.cs: Set proper default for Opacity property
21462         * NotifyIcon.cs:
21463           - ShowSystray(): Don't bother creating telling the OS
21464             about the systray item if no icon is provided
21465           - Now handles WM_NCPAINT message to deal with whole/client window
21466             split
21467           - Create window as visible to not get caught by Expose optimization
21468         * Hwnd.cs: Removed debug message
21469         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
21470           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
21471             PaintEventStart/End to use new client argument
21472         * TextBoxBase.cs:
21473           - Commented out debug messages
21474           - Switched PaintEventStart/End to use new client argument
21475         * XplatUI.cs: Added client window bool to PaintEventStart()/
21476           PaintEventEnd() calls, to support drawing in non-client areas
21477         * XplatUIDriver.cs: 
21478           - Added client window bool to PaintEventStart()/PaintEventEnd() 
21479             calls, to support drawing in non-client areas
21480           - Added conditional compile to allow using MWF BeginInvoke 
21481             on MS runtime
21482         * XplatUIX11.cs:
21483           - Added some conditional debug output
21484           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
21485             whole/client window split
21486           - Implemented handling of client argument to PaintEventStart()/End()
21487         * Control.cs:
21488           - Throw exception if BeginInvoke() is called and the window handle
21489             or one of the window's parent handles is not created
21490           - Added conditional compile to allow using MWF BeginInvoke on
21491             MS runtime
21492           - get_Parent(): Only sets parent if handle is created. This avoids
21493             forcing window handle creation when parent is set.
21494           - Now fires Layout and Parent changed events in proper order
21495           - Switched to use Handle instead of window.Handle for Z-Order setting,
21496             the get_Parent() patch above causes us to possibly get null for 'window'
21497           - Implemented handling of client argument to PaintEventStart()/End()
21498           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
21499             default handling)
21500           - Now sends a Refresh() to all child windows when Refresh() is called
21501
21502 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
21503
21504         * Form.cs: Added (non-functional) Opacity property
21505         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
21506
21507 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
21508         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
21509           use export MONO_THEME=nice to activate it.
21510           Currently supported controls:
21511           - Button
21512           - ComboBox
21513           - ScrollBar
21514           - TabControl (TabAlignment.Top only, other will follow)
21515         * ThemeEngine.cs: Add theme nice
21516         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
21517           if enabled
21518
21519 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
21520
21521         * Splitter.cs: Resize docked control and its neighbor.
21522
21523 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
21524         -- Making Windows with Menus layout correctly --
21525         * Form.cs : The first leg of the fix
21526                 Menu setter - adjust Client Size as needed to make space for the menu
21527                 SetClientSizeCore - doesn't call base version to be able to pass the 
21528                         menu handle to XplatUI.CalculateWindowRect
21529         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
21530         * XplatUIX11.cs: The critical second leg of the fix
21531                 GetWindowPos needs to use a recalculated client_rect
21532                 so that resizing the window doesn't break layout of child controls. 
21533                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
21534                 Lots of \t\n killed
21535
21536 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
21537
21538         * Label.cs: Now properly recalculates width and height on Font and Text
21539           changes if AutoSize is set
21540
21541 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
21542         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
21543
21544 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
21545
21546         * ImageList.cs: Makes ToString method compatible with MS
21547
21548 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
21549
21550         * MenuAPI.cs: fixes bug 75716
21551
21552 2005-08-11 Umadevi S <sumadevi@novell.com>
21553         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
21554
21555 2005-08-11 Umadevi S <sumadevi@novell.com>
21556         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
21557
21558 2005-08-10  Umadevi S <sumadevi@novell.com>
21559         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
21560
21561 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
21562
21563         * Menu.cs: fixes bug 75700
21564         * MenuAPI.cs: fixes navigation issues
21565
21566 2005-08-09  Umadevi S <sumadevi@novell.com>
21567         * CheckedListBox.cs - simple fix for GetItemChecked.
21568
21569 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
21570
21571         * ComboBox.cs: Serveral fixes
21572         * ListBox.cs: Serveral fixes
21573
21574 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
21575
21576         * ComboBox.cs: Fixes FindString methods and GetItemHeight
21577         * ListBox.cs: Fixes FindString methods
21578
21579 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
21580
21581         * DataGrid.cs: fixes bugs exposed by new tests
21582
21583 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
21584
21585         * Mime.cs: Compile Mono assembly references only if compiling
21586           with Mono (Allows to build with VS.Net again)
21587
21588 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
21589
21590         * Control.cs (PaintControlBackground): Draw background image
21591         corrrectly.
21592         (CheckForIllegalCrossThreadCalls): Stubbed.
21593         
21594         * Form.cs (OnCreateControl): Center when should be centered.
21595         
21596         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
21597
21598 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
21599
21600         * Binding.cs: Binding to properties should be case unsensitive
21601
21602 2005-07-18 vlindos@nucleusys.com
21603
21604         * DataGrid.cs: fixes setmember order
21605
21606 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
21607
21608         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
21609         * FileDialog.cs: FileDialog is now resizable and uses the new
21610           MimeIconEngine
21611
21612 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
21613
21614         * DataGridTextBoxColumn.cs: default value
21615         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
21616         * GridTableStylesCollection.cs: fixes checking MappingName
21617         * DataGridDrawingLogic.cs: fixes drawing logic issues
21618         * DataSourceHelper.cs: rewritten to make compatible with more data sources
21619         * DataGrid.cs: fixes    
21620
21621 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
21622
21623         * MimeGenerated.cs: Use case sensitive comparer for
21624           NameValueCollections
21625
21626 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
21627
21628         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
21629         * ThemeWin32Classic.cs: bug fixes, code refactoring
21630         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
21631         * DataGrid.cs: bug fixes, code refactoring
21632         * DataGridTextBox.cs: bug fixes, code refactoring
21633         * DataGridColumnStyle.cs:  bug fixes, code refactoring
21634         * Theme.cs:  bug fixes, code refactoring
21635
21636 2005-07-01  Peter Bartok  <pbartok@novell.com> 
21637
21638         * TextControl.cs: Quick fix for the reported crash on ColorDialog
21639           and other text box usage
21640
21641 2005-07-01  Jackson Harper  <jackson@ximian.com>
21642
21643         * TabControl.cs: Make sure the bottom of the tab covers the pages
21644         border.
21645
21646 2005-06-30  Peter Bartok  <pbartok@novell.com> 
21647
21648         * Form.cs (ShowDialog): Assign owner of the dialog
21649         * TextBoxBase.cs: Always refresh caret size when deleting, caret
21650           might have been moved to a tag with different height
21651
21652 2005-06-30  Jackson Harper  <jackson@ximian.com>
21653
21654         * Form.cs: Don't create an infinite loop when setting focus
21655         * MenuItem.cs: Don't dirty the parents if we don't have any
21656
21657 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
21658
21659         * LibSupport.cs: Rename
21660
21661 2005-06-29  Peter Bartok  <pbartok@novell.com>
21662
21663         * TextBoxBase.cs: Re-align caret after deleting a character
21664         * TextControl.cs:
21665           - DeleteChars(): Ensure that tag covers the provided position
21666           - StreamLine(): Drop reference for dropped tag
21667
21668 2005-06-29  Peter Bartok  <pbartok@novell.com> 
21669
21670         * TextControl.cs: 
21671           - Selections now work properly, anchoring at the initial location
21672             and properly extending in either direction (SetSelectionToCaret(),
21673             SetSelectionStart() and SetSelectionEnd())
21674           - No longer redraws the whole control on selection change, now
21675             calculates delta between previous and new selection and only
21676             invalidates/redraws that area
21677           - Fixed FindPos() math off-by-one errors
21678           - Changed DeleteChars() to verify the provided tag covers the
21679             provided position, selections may have a tag that doesn't cover
21680             the position if the selection is at a tag border
21681           - Fixed off-by-one errors in DeleteChars()
21682           - Added missing streamlining check in DeleteChars() to remove
21683             zero-length tags
21684           - Implemented Invalidate() method, now properly calculates exposures
21685             between two given lines/positions
21686           - Implemented SetSelection()
21687           - Obsoleted and removed FixupSelection()
21688           - Improved RecalculateDocument() logic, removing code duplication
21689
21690 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21691
21692         * LibSupport.cs: changes to match different input/output arguments.
21693
21694 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21695
21696         * LibSupport.cs: added libsupport.so init routine.
21697
21698 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
21699         
21700         * ControlBindingsCollection.cs
21701                 - Throws an exception on null datasource when adding
21702                 - Checks for duplicated bindings when adding
21703
21704 2005-06-28  Jackson Harper  <jackson@ximian.com>
21705
21706         * TreeView.cs (OnKeyDown): Support left and right properly
21707         (navigates as well as expanding and collapsing.
21708         - Add support for Multiply, this expands all the selected nodes
21709         children.
21710         - Fix some tabbing.
21711
21712 2005-06-28  Jackson Harper  <jackson@ximian.com>
21713
21714         * TreeView.cs: Implement keyboard navigation, currently supports,
21715         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
21716         support for toggling checkboxes with the space bar.
21717
21718 2005-06-28  Jackson Harper  <jackson@ximian.com>
21719
21720         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
21721         tree.
21722
21723 2005-06-28  Jackson Harper  <jackson@ximian.com>
21724
21725         * TreeView.cs: Add missing event.
21726
21727 2005-06-27  Peter Bartok  <pbartok@novell.com> 
21728
21729         * TextControl.cs:
21730           - Made line ending size configurable (now allows for counting 
21731             lineendings as \n or \r\n)
21732           - Added margin to viewport to keep caret visible on right side
21733           - Fixed translation routines for line/pos to documentpos to consider
21734             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
21735           - Fixed some line-endings to be unix style
21736           - Fixed Document.FormatText to perform it's calculations 1-based
21737           - Added descriptions for a few methods that might otherwise get 
21738             used wrong
21739           - Added NOTE section with some basic conventions to remember at 
21740             the top of the file
21741           - Major fixup for RichTextBox selection drawing:
21742             * Fixed crashes when multiple tags on a single line were selected
21743             * fixed selection box drawing not overlaying text
21744             * fixed bogus offset calculation for tags not starting at index 1
21745             * Switched behaviour from using multiple Substrings of a 
21746               StringBuilder.ToString() to using multiple 
21747               StringBuilder.ToString(start, length) statements, hoping this is
21748               faster (kept original version commented out in the code, in case
21749               original version was faster)
21750         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
21751           alignment != Left
21752         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
21753           call it as well
21754
21755 2005-06-27  Jackson Harper  <jackson@ximian.com>
21756
21757         * TabControl.cs: Move to the left and right with the arrow
21758         keys. These keys don't cycle beyond first and last like
21759         tab. Refresh all the tabs when scrolling them to the left or
21760         right.
21761
21762 2005-06-27  Jackson Harper  <jackson@ximian.com>
21763
21764         * TabControl.cs:
21765           - ToString: Added method
21766           - CreateParams: Remove TODO and comment
21767           - OnKeyDown: Cycle through bounds properly.
21768           - SelectedIndex: Scroll to the right or left if we need to
21769           display the newly selected tab.
21770
21771 2005-06-23  Jackson Harper  <jackson@ximian.com>
21772
21773         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
21774         set.
21775
21776 2005-06-23  Jackson Harper  <jackson@ximian.com>
21777
21778         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
21779         CTRL-SHIFT-TAB, and HOME, END are there any others?
21780
21781 2005-06-23  Jackson Harper  <jackson@ximian.com>
21782
21783         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
21784
21785 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
21786         
21787         * DataGridTextBoxColumn.cs: fixes and enhancements
21788         * ThemeWin32Classic.cs: fixes and enhancements
21789         * DataGridBoolColumn.cs:  fixes and enhancements
21790         * DataGridDrawingLogic.cs:  fixes and enhancements
21791         * CurrencyManager.cs: fixes and enhancements
21792         * DataGrid.cs: fixes and enhancements
21793         * DataGridColumnStyle.cs:  fixes and enhancements
21794
21795 2005-06-22  Jackson Harper  <jackson@ximian.com>
21796
21797         * TabControl.cs: Add some missing methods that just call into the
21798         base. Make the TabPageCollection's IList interface behave in the
21799         same manner as the MS implementation.
21800
21801 2005-06-22  Peter Bartok  <pbartok@novell.com> 
21802
21803         * TextControl.cs: Added sanity check
21804         * TextBoxBase.cs: 
21805           - Fixed wrapping behaviour, don't set wrap on single line controls
21806             (this fixes the breakage of colordialog introduced in an earlier
21807              checkin)
21808           - Added rudimentary support for autoscrolling right-aligned controls
21809             (still needs fixing, also, center alignment scroll is missing)
21810
21811 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
21812         
21813         * ScrollBar.cs: Fixes thumbpos on Maximum values
21814
21815 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
21816         
21817         * PropertyGridView.cs: Pass context information to UITypeEditors 
21818
21819 2005-06-21  Peter Bartok  <pbartok@novell.com> 
21820
21821         * TextBoxBase.cs:
21822           - Now calling PositionCaret with absolute space coordinates
21823           - Enabled vertical scrolling
21824           - Better tracking of scrollbar changes, tied into WidthChange
21825             event
21826           - Improved cursor tracking
21827           - Removed debug output
21828         * TextControl.cs:
21829           - PositionCaret coordinates are now works in absolute space, not 
21830             the canvas
21831           - Improved tracking of document size
21832           - Added events for width and height changes
21833
21834 2005-06-21  Peter Bartok  <pbartok@novell.com>
21835
21836         * Form.cs: Set focus to active control when form is activated
21837         * TextControl.cs: 
21838           - Added word-wrap functionality to RecalculateLine() 
21839           - Added some short function descriptions for VS.Net to aid in
21840             writing dependent controls
21841           - Added Caret property, returning the current coords of the caret
21842           - Added ViewPortWidth and ViewPortHeight properties
21843           - Added Wrap property
21844           - Added CaretMoved event
21845           - Removed some old debug code
21846           - Split() can now create soft splits
21847           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
21848           - Added method to format existing text
21849           - Fixed size/alignment calculations to use viewport
21850           - RecalculateDocument now can handle changing line-numbers while
21851             calculating lines
21852
21853         * TextBox.cs:
21854           - Added some wrap logic, we don't wrap if alignment is not left
21855           - Added casts for scrollbar var, base class switched types to
21856             also support RichTextBoxA
21857           - Implemented handling of scrollbar visibility flags
21858
21859         * TextBoxBase.cs:
21860           - Switched scrollbars type to RichTextBoxScrollBars to support
21861             RichTextBox
21862           - Added tracking of canvas width/height
21863           - Switched scrollbars to be not selectable (to keep focus on text)
21864           - Added central CalculateDocument() method to handle all redraw
21865             requirements
21866           - Added ReadOnly support
21867           - Added WordWrap support
21868           - Fixed handling of Enter key (we now treat it as a DialogKey)
21869           - Fixed caret positioning when h or v scroll is not zero
21870           - Fixed placing/generation of vertical scrollbar
21871           - Added CalculateScrollBars() method to allow updating scrollbar
21872             limits and visibility
21873           - Fixed handling of horizontal scroll
21874           - Added handling of vertical scroll
21875           - Implemented auto-'jump' when caret moves to close to a left or
21876             right border and there is text to be scrolled into view (currently
21877             there's the potential for a stack overflow, until a bug in
21878             scrollbar is fixed)
21879
21880 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
21881         
21882         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
21883
21884 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
21885
21886         * Mime.cs:
21887         - added inodes.
21888         - return application/x-zerosize for files with size zero
21889           (if no extension pattern matches).
21890         - check matches collection for strings too.
21891         - return only the first mime type if the name value
21892           collection has more than one mime type.
21893
21894 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
21895         
21896         * PropertyGrid.cs: Cleaned up some TODOs
21897         * PropertyGridView.cs: Added support for UITypeEditors
21898
21899 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
21900         
21901         * DataGrid.cs: clears cached value
21902
21903 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
21904
21905         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
21906         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
21907         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
21908         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
21909         
21910 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
21911
21912         * ThemeWin32Classic.cs: fixes colour
21913
21914 2005-06-15  Peter Bartok  <pbartok@novell.com>
21915
21916         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
21917         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
21918         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
21919         * Control.cs: Added some MWFCategory and MWFDescription attributes
21920         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
21921
21922 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
21923
21924         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
21925         usage
21926
21927 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
21928
21929         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
21930         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
21931         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
21932         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
21933         * DataGrid.cs: default datagrid settings for Default Styles, fixes
21934         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
21935
21936 2005-06-13  Jackson Harper  <jackson@ximian.com>
21937
21938         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
21939         isn't printed when the user enables dropping. (X11 does accept
21940         drops).
21941         
21942 2005-06-13  Jackson Harper  <jackson@ximian.com>
21943
21944         * TreeView.cs: Remove some TODOS.
21945
21946 2005-06-13  Jackson Harper  <jackson@ximian.com>
21947
21948         * Form.cs: Hook into the mdi framework.
21949         * MdiClient.cs: Use the base control collections add method so
21950         parents get setup correctly. Set the default back colour and dock
21951         style.
21952         * MdiChildContext.cs: New class, this bad actor handles an
21953         instance of an MDI window. Right now there is only basic
21954         support. You can drag, close, and resize windows. Minimize and
21955         Maximize are partially implemented.
21956
21957 2005-06-13  Jackson Harper  <jackson@ximian.com>
21958
21959         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
21960         freaky when both vals are negative. NOTE: There are probably other
21961         places in XplatUIX11 that this needs to be done.
21962
21963 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
21964
21965         * DataGrid.cs: implement missing methods, move KeyboardNavigation
21966         * DataGridColumnStyle.cs: fixes signature
21967
21968 2005-06-12  Jackson Harper  <jackson@ximian.com>
21969
21970         * XplatUIX11.cs: Use sizing cursors similar to the ones on
21971         windows.
21972
21973 2005-06-11  Jackson Harper  <jackson@ximian.com>
21974
21975         * StatusBarPanel.cs: Signature cleanups. Implement
21976         BeginInit/EndInit.
21977
21978 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
21979
21980         * DataGridTextBoxColumn.cs: Honors aligment
21981         * GridColumnStylesCollection.cs: Contains is case unsensitive
21982         * GridTableStylesCollection.cs: several fixes
21983         * DataGridTableStyle.cs: default column creation
21984         * DataGridDrawingLogic.cs: fixes
21985         * CurrencyManager.cs: ListName property
21986         * DataGrid.cs: multiple styles support
21987         * DataGridColumnStyle.cs: fixes
21988         
21989
21990 2005-06-10  Peter Bartok  <pbartok@novell.com>
21991
21992         * Control.cs(Select): Moved SetFocus call to avoid potential
21993           loops if controls change the active control when getting focus
21994         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
21995           the up/down buttons
21996
21997 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
21998
21999         * ImageListConverter.cs: Implemented
22000
22001 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
22002
22003         * MonthCalendar.cs: Wired in NumericUpDown control for year
22004
22005 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
22006
22007         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
22008           DoubleClick events, since they are not meant to be fired.
22009
22010 2005-06-09  Peter Bartok  <pbartok@novell.com>
22011
22012         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
22013           Jonathan's standalone controls into MWF, implemented missing
22014           events, attributes and methods; added xxxAccessible classes
22015         * AccessibleObject.cs: Made fields internal so other classes
22016           can change them if needed
22017
22018 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
22019
22020         * UpDownBase.cs: Complete implementation
22021         * NumericUpDown.cs: Complete implementation
22022         * DomainUpDown.cs: Complete implementation
22023
22024 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
22025
22026         * DataGridTextBoxColumn.cs: drawing fixes
22027         * DataGridCell.cs: fixes ToString method to match MSNet
22028         * DataGridTableStyle.cs: fixes
22029         * DataGridBoolColumn.cs: fixes, drawing
22030         * DataGridDrawingLogic.cs: fixes, new methods
22031         * DataGridTextBox.cs: Keyboard and fixes
22032         * DataGrid.cs:
22033                 - Keyboard navigation
22034                 - Scrolling fixes
22035                 - Row selection (single, multiple, deletion, etc)
22036                 - Lots of fixes
22037         
22038 2005-06-07  Jackson Harper  <jackson@ximian.com>
22039
22040         * ThemeWin32Classic.cs: Clear the background area when drawing
22041         buttons.
22042
22043 2005-06-06  Peter Bartok  <pbartok@novell.com>
22044
22045         * ImageListStreamer.cs: Fixed signature for GetData
22046         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
22047         * ComboBox.cs:
22048           - Added missing ChildAccessibleObject class
22049           - Added missing OnXXXFocus overrides, switched to using those
22050             instead of the event handler
22051         * Control.cs:
22052           - Added Parent property for ControlAccessibleObject
22053           - Fixed signatures
22054           - Fixed attributes
22055           - Added ResetBindings()
22056         * ListBindingConverter.cs: Implemented some methods
22057         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
22058         * ImageList.cs: Implemented basic handle scheme, removed TODOs
22059         * ContainerControl.cs: Fixed signature, now subscribing to the
22060           ControlRemoved event instead of overriding the handler, LAMESPEC
22061         * CurrencyManager.cs: Added missing attribute
22062         * MonthCalendar.cs: Added missing properties
22063
22064 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
22065
22066         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
22067         
22068 2005-06-06  Gaurav Vaish and Ankit Jain
22069
22070         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
22071         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
22072         
22073 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
22074
22075         * Control.cs: fixes CreateParams Width / Height.
22076
22077 2005-06-05  Peter Bartok  <pbartok@novell.com>
22078
22079         * Win32DnD.cs: Removed compilation warnings
22080
22081 2005-06-05  Peter Bartok  <pbartok@novell.com>
22082
22083         * Control.cs (CreateParams): Since we don't know if one of the
22084           properties we use is overridden, lets make sure if we fail accessing
22085           we continue with a backup plan
22086
22087 2005-06-05  Peter Bartok  <pbartok@novell.com>
22088
22089         * Win32DnD.cs:
22090           - Removed debug output
22091           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
22092             struct
22093           - Plugged resource leak
22094         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
22095           MS size
22096
22097 2005-06-05  Peter Bartok  <pbartok@novell.com>
22098
22099         * XplatUIWin32.cs: Removed DnD code
22100         * Win32DnD.cs: Implemented drop source and drop target functionality
22101
22102 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22103
22104         * UpDownBase.cs: remove duplicate addition of event, enable some code
22105         that was commented out.
22106         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
22107         Validate input when a key is pressed. It works fine now for every
22108         combination of Hexadecimal. Only missing some drawing love when sharing
22109         space with other controls.
22110
22111 2005-06-04  Peter Bartok  <pbartok@novell.com>
22112
22113         * Control.cs:
22114           - We need to pass a window for DragDrop, so enable callback events
22115           - Added DnD callback events when being a DragSource
22116         * XplatUI.cs (StartDrag): Added window handle argument
22117         * XplatUIDriver.cs (StartDrag): Added window handle argument
22118         * QueryContinueDragEventArgs: Made fields internally accessible so
22119           drivers can set them
22120         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
22121           can set them
22122
22123 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
22124
22125         * DataGridTextBoxColumn.cs: column text editing
22126         * DataGridTableStyle.cs: Respect columns styles created by the user
22127         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
22128         * DataGridBoolColumn.cs: bool column editing
22129         * DataGrid.cs: fixes to scrolling, properties, etc
22130         * DataGridTextBox.cs: handle keyboard
22131         * DataGridColumnStyle.cs: fixes
22132
22133 2005-06-02  Jackson Harper  <jackson@ximian.com>
22134
22135         * ImageListStreamer.cs: Somewhat broken implementation of
22136         GetObjectData. The RLE needs some work to match MS properly.
22137
22138 2005-06-02  Jackson Harper  <jackson@ximian.com>
22139
22140         * X11Dnd.cs: Attempting to keep at least one file in MWF
22141         monostyled.
22142
22143 2005-06-02  Peter Bartok  <pbartok@novell.com>
22144
22145         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
22146           that way
22147
22148 2005-06-02  Peter Bartok  <pbartok@novell.com>
22149
22150         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
22151         * XplatUI.cs: Added DoDragDrop() method
22152         * XplatUIDriver.cs: Added DoDragDrop() method
22153
22154 2005-06-02  Jackson Harper  <jackson@ximian.com>
22155
22156         * Splitter.cs: Implement BorderStyle.
22157
22158 2005-06-02  Jackson Harper  <jackson@ximian.com>
22159
22160         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
22161         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
22162         X11 using XDND.
22163
22164 2005-06-02  Peter Bartok  <pbartok@novell.com>
22165
22166         * DataObject.cs:
22167           - Added Data setter
22168           - Fixed broken insertion code for SetData, now also
22169             overwrites any existing entry of the same format name
22170         * Hwnd.cs: Added list of pointers that automatically gets
22171           freed when the window is disposed
22172         * XplatUI.cs: Call driver initialization method when loading
22173           a driver
22174         * Control.cs:
22175           - OnDragLeave takes EventArgs, not DragEventArgs
22176           - Added setting of WS_EX_ACCEPTFILES style when dropping is
22177             supported
22178           - Forces style update when drop state changes
22179         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
22180           not perfect since we cannot (yet) call the IDataObject.GetData()
22181           method, we keep getting 0x80004005 error, dunno why)
22182
22183 2005-06-02  Peter Bartok  <pbartok@novell.com>
22184
22185         * DragEventArgs.cs: Make fields internal so we can cache the
22186           object and re-set the fields from XplatUI
22187
22188 2005-06-02  Jackson Harper  <jackson@ximian.com>
22189
22190         * Control.cs: Add some internal methods so the DnD subsystem can
22191         raise DnD events. Also call into the driver when AllowDrop is set.
22192         * XplatUI.cs:
22193         * XplatUIDriver.cs: New method for setting whether or not a window
22194         is allowed to accept drag and drop messages.
22195                 
22196 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
22197         
22198         * ScrollBar.cs: Make sure that values sent in Scroll events
22199         are always between Maximum and Minimum.
22200
22201 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
22202
22203         * Menu.cs: Call MenuChanged when menuitem visibility has been
22204         changed.
22205         * MenuItem.cs: Rebuild menu when item is (not) visible.
22206         * MainMenu.cs: MainMenu has special MenuChanged.
22207         * Theme.cs: Caption and FrameBorderSize are not fixed.
22208         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
22209         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
22210         * XplatUIX11.cs,
22211         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
22212         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
22213
22214 2005-05-30  Jackson Harper  <jackson@ximian.com>
22215
22216         * DataFormat.cs: We can't statically initialize this stuff because
22217         it calls into the xplatui and could create a loop. So we lazy init
22218         it.
22219
22220 2005-05-28  Jackson Harper  <jackson@ximian.com>
22221
22222         * Control.cs: Proper implementation of Product(Name/Version).
22223
22224 2005-05-27  Jackson Harper  <jackson@ximian.com>
22225
22226         * DataObject.cs: Dont crash if no data is found.
22227
22228 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
22229         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
22230                 as per status page, guessing it should be set to true
22231
22232 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
22233
22234         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
22235         * DataGridTableStyle.cs: set proper formatting text, def header text
22236         * ThemeWin32Classic.cs: new themable paramaters
22237         * DataGridBoolColumn.cs: paint check box, get data, fixes
22238         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
22239         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
22240         * DataGridColumnStyle.cs: fixes
22241         * Theme.cs: new themable paramaters
22242                 
22243 2005-05-26  Peter Bartok  <pbartok@novell.com>
22244
22245         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
22246
22247 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22248         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
22249
22250 2005-05-24  Peter Bartok  <pbartok@novell.com>
22251
22252         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
22253           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
22254           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
22255           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
22256           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
22257           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
22258           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
22259           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
22260           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
22261           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
22262           missing attributes, etc
22263         * DataGridPreferredColumnWidthTypeConverter.cs: Added
22264
22265 2005-05-24  Peter Bartok  <pbartok@novell.com>
22266
22267         * Help.cs: Added, implemented trivial functions, throws up MessageBox
22268           when user tries to get help
22269         * DataObject.cs, DataFormats.cs, LinkArea.cs,
22270           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
22271           to suppress warnings
22272         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
22273           avoid unreachable code warning
22274
22275 2005-05-20  Peter Bartok  <pbartok@novell.com>
22276
22277         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
22278
22279 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22280
22281         * DataGridTextBoxColumn.cs: Basic painting methods
22282         * DataGridTableStyle.cs: Set table style in the column
22283         * ThemeWin32Classic.cs: Use Theme for colors
22284         * DataGridDrawingLogic.cs: Implement more drawing
22285         * DataGrid.cs: drawing, theming, enhacements, fixes
22286         * DataGridColumnStyle.cs: fixes, drawing
22287         * Theme.cs: theming for Datagrid
22288
22289 2005-05-20  Peter Bartok  <pbartok@novell.com>
22290
22291         * Cursor.cs: Implemented GetObjectData() method
22292
22293 2005-05-20  Peter Bartok  <pbartok@novell.com>
22294
22295         * Cursors.cs: Added setting of cursor name
22296         * Cursor.cs:
22297           - Implemented constructors
22298           - Implemented Draw and DrawStretched
22299           - Implemented Current property
22300           - Implemented == and != operators
22301           - Implemented Dispose()
22302           - Implemented ToString
22303           - Added missing attributes
22304         * XplatUIX11.cs:
22305           - Added missing reset for OverrideCursor when DoEvents is called
22306           - Fixed creation of cursor, logic was wrong
22307         * XplatUIWin32.cs:
22308           - Added missing reset for OverrideCursor when DoEvents is called
22309           - Fixed creation of cursor, bit arrays were swapped
22310         * Clipboard.cs: Removed obsolete MonoTODO attribute
22311
22312 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22313
22314         * ComboBox.cs: fixes OnSelectedItemChanged
22315         * ControlBindingsCollection.cs: fixes item range check
22316
22317 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22318
22319         * UpDownBase.cs:
22320                 - Calc preferred height properly
22321                 - Implement missing properties
22322                 
22323         * NumericUpDown.cs: Implement missing events
22324
22325 2005-05-19  Jackson Harper  <jackson@ximian.com>
22326
22327         * TabControl.cs: New method that resizes the tab pages before
22328         redrawing them. This as needed as the control is double buffered
22329         and sizing will not be recalculated unless ResizeTabPages is
22330         called.
22331         * TabPage.cs: Set base.Text instead of Text in the constructor so
22332         that UpdateOwner does not get called. Use the new Redraw method of
22333         TabControl instead of Refresh so the sizing is recalculated.
22334         * ThemeWin32Classic.cs: Draw the text for button tabs.
22335
22336 2005-05-19  Jackson Harper  <jackson@ximian.com>
22337
22338         * Control.cs: Paint control background images. Fix typo where
22339         PaintControlBackground was not getting called correctly.
22340
22341 2005-05-19  Peter Bartok  <pbartok@novell.com>
22342
22343         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
22344           I can investigate, apparently I broke FileDialog
22345
22346 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
22347
22348         * AxHost.cs: Some simple properties.
22349         * Control.cs: window must be accessible after ctor.
22350         * Form.cs: Added TransparencyKey property.
22351         * TextBoxBase.cs: Implemented Clear. Text property can be null.
22352         * XplatUIWin32.cs: SetBorderStyle implemented.
22353
22354 2005-05-18  Peter Bartok  <pbartok@novell.com>
22355
22356         * DataObject.cs: Entries are not global but particular to the
22357           DataObject, now it behaves that way
22358         * XplatUIWin32.cs: Implemented Clipboard methods
22359         * Clipboard.cs: Implemented
22360         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
22361         * XplatUIOSX.cs: Updated to final clipboard prototypes
22362         * XplatUIX11.cs: Implemented Clipboard methods
22363         * XplatUIDriver.cs: Updated to final clipboard prototypes
22364         * XplatUIStructs.cs:
22365           - Added BITMAPINFOHEADER struct
22366           - Added ClipboardFormats enum
22367         * X11Structs.cs:
22368           - Added ClipboardStruct
22369           - Added Atom enum items for clipboard types
22370           - Fixed atom types for Selection event structures
22371         * DataFormats.cs:
22372           - Added internal properties and methods for drivers to enumerate
22373             all known formats
22374           - Switched initialization method to allow drivers to assign their
22375             own IDs even for the MS predefined clipboard IDs
22376         * XplatUI.cs: Updated to final clipboard interface
22377
22378 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22379         * PropertyGridView.cs: Fixed compiler warnings.
22380
22381 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22382         * PropertyGrid.cs: Added some event calls
22383         * PropertyGridView.cs: Change drawing code to use double buffering
22384         * PropertyGridTextBox.cs: Changed Text property name
22385         * GridItem.cs: Added Bounds property.
22386         * GridEntry.cs: Added Bounds property.
22387
22388 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
22389
22390         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
22391         since GetType() may not return the correct type if the object is
22392         a remoting proxy.
22393
22394 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
22395
22396         * TreeNodeCollection.cs: fixes get/set item ranges
22397         
22398 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
22399
22400         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
22401                 
22402 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
22403
22404         * ComboBox.cs: Fix item range comparation
22405         * ListView.cs: Fix item range comparation
22406
22407 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
22408
22409         * FontDialog.cs:
22410           - Clear example panel when OnPaint is called
22411           - Better solution for displaying the example panel text
22412           - Select default indexes in the ListBoxes
22413
22414 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
22415
22416         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
22417
22418 2005-05-11  Peter Bartok  <pbartok@novell.com>
22419
22420         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
22421         * SelectionRangeConverter.cs: Implemented
22422         * PropertyGrid.cs: Fixed attribute value
22423         * Control.cs:
22424           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
22425           - Added Sebastien Pouliot's CAS Stack Propagation fixes
22426         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
22427           that's common to all drivers. First methods to go there are
22428           Sebastien Pouliot's CAS Stack Propagation helper methods
22429         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
22430           Sebastien Pouliot for CAS Stack Propagation
22431
22432 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
22433
22434         * OSXStructs.cs:
22435           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
22436
22437 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
22438
22439         * DataGridTextBoxColumn.cs: fixed some members
22440         * GridColumnStylesCollection.cs: indexed column is case insensitive
22441         * DataGridTableStyle.cs: fixes
22442         * ThemeWin32Classic.cs: add new theme parameter
22443         * Theme.cs: add new theme parameter
22444         * DataGridDrawingLogic.cs: Datagrid's drawing logic
22445         * DataGrid.cs: fixes, new internal properties, etc.
22446         * DataGridColumnStyle.cs: allows to set grid value
22447         *
22448
22449 2005-05-10  Peter Bartok  <pbartok@novell.com>
22450
22451         * AccessibleObject.cs:
22452           - Removed MonoTODO attribute on help, method is correct
22453           - Fixed Bounds property
22454         * AxHost.cs: Moved MonoTODO
22455         * ButtonBase.cs: Now setting AccessibleObject properties
22456         * RadioButton.cs: Setting proper AccessibleObject role
22457         * CheckBox.cs: Setting proper AccessibleObject role
22458         * ControlBindingsCollection.cs: Added properties, methods and attributes
22459         * DataFormats.cs: Fixed awkward internal API, and changed to enable
22460           userdefined DataFormats.Format items as well
22461         * ListControl.cs: Removed data_member from the public eye
22462         * OpenFileDialog.cs:
22463           - Made class sealed
22464           - Added missing attributes
22465         * SaveFileDialog.cs: Added missing attributes
22466         * ImageListStreamer.cs: Fixed code that caused warnings
22467         * LinkLabel.cs: Removed unreachable code
22468         * TreeView.cs: Fixed code that caused warnings
22469         * PropertyGridView.cs: Fixed code that caused warnings
22470         * GridColumnStylesCollection.cs: Added missing attributes
22471         * GridTableStylesCollection: Added missing attribute
22472         * PropertyManager: Added .ctor
22473         * SecurityIDType: Added
22474         * DataObject.cs: Implemented class
22475         * LinkArea.cs: Added missing attribute
22476
22477 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
22478
22479         * RadioButton.cs: call base method to allow to fire OnClick event
22480         * UpDownBase.cs: OnMouseUp call base method
22481         * CheckedListBox.cs: call base method before returning
22482         * TrackBar.cs: call base method before returning
22483         
22484
22485 2005-05-10  Peter Bartok  <pbartok@novell.com>
22486
22487         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
22488           for messages
22489
22490 2005-05-10  Peter Bartok  <pbartok@novell.com>
22491
22492         * DataFormats.cs: Implemented
22493         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
22494           XplatUIX11.cs: Added Clipboard APIs
22495         * XplatUIWin32.cs: Implemented Clipboard APIs
22496         * FolderBrowserDialog.cs: Added missing event, attributes
22497
22498 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
22499
22500         * CheckBox.cs: call base method to allow to fire OnClick event
22501
22502 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
22503
22504         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
22505
22506 2005-05-06  Peter Bartok  <pbartok@novell.com>
22507
22508         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
22509         * Screen.cs: Implemented
22510         * HelpNavigator.cs: Added
22511         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
22512           property
22513         * HelpProvider.cs: Implemented all we can do until we have a CHM
22514           help library (which means that "What's This" does work now)
22515
22516 2005-05-06  Jackson Harper  <jackson@ximian.com>
22517
22518         * XplatUIX11.cs: Fix waking up the main loop.
22519                 
22520 2005-05-05  Peter Bartok  <pbartok@novell.com>
22521
22522         * XplatUI.cs: Updated revision
22523         * Form.cs: Removed enless loop
22524         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
22525         * Label.cs (OnPaint): Added call to base.OnPaint()
22526         * ToolTip.cs: Made ToolTipWindow reusable for other controls
22527         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
22528         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
22529         * AxHost.cs: Added
22530         * ButtonBase.cs: Moved base.OnPaint() call to end of method
22531         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
22532           to ToolTip.ToolTipWindow for drawing and size methods; this allows
22533           reuse of ToolTipWindow by other controls
22534         * SizeGrip.cs: Moved base.OnPaint() call to end of method
22535         * XplatUIX11.cs: Now clipping drawing area (experimental)
22536         * PictureBox.cs: Moved base.OnPaint() call to end of method
22537         * Theme.cs: Fixed ToolTip abstracts to match new format
22538         * ErrorProvider.cs: Implemented
22539
22540 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
22541
22542         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
22543         * LinkLabel.cs:
22544                 - Adds cursors
22545                 - Handles focus
22546                 - Implements LinkBehavior
22547                 - Fixes many issues
22548
22549 2005-05-03  Jackson Harper  <jackson@ximian.com>
22550
22551         * ListView.cs: Calculate the scrollbar positioning on resize and
22552         paint, so they get put in the correct place.
22553
22554 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
22555
22556         * ColorDialogs.cs: The small color panels are now handled by
22557           SmallColorControl. This fixes drawing of the focus rectangle
22558           and adds a 3D border.
22559
22560 2005-05-03  Peter Bartok  <pbartok@novell.com>
22561
22562         * Control.cs: Modified version of Jonathan Chamber's fix for
22563           double-buffering
22564
22565 2005-05-03  Jackson Harper  <jackson@ximian.com>
22566
22567         * ListView.cs: Remove redraw variable. Control now handles whether
22568         or not a redraw needs to be done, and will only raise the paint
22569         event if redrawing is needed.
22570
22571 2005-05-03  Jackson Harper  <jackson@ximian.com>
22572
22573         * Splitter.cs: No decorations for the splitter form. Cache the
22574         hatch brush.
22575
22576 2005-05-03  Jackson Harper  <jackson@ximian.com>
22577
22578         * TreeView.cs: Use dashed lines to connect nodes. Use the
22579         ControlPaint method for drawing the focus rect instead of doing
22580         that in treeview.
22581
22582 2005-05-02  Peter Bartok  <pbartok@novell.com>
22583
22584         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
22585
22586 2005-04-29  Jackson Harper  <jackson@ximian.com>
22587
22588         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
22589         entire image buffer. Just clear the clipping rectangle.
22590
22591 2005-04-29  Jackson Harper  <jackson@ximian.com>
22592
22593         * ThemeWin32Classic.cs: Don't draw list view items that are
22594         outside the clipping rectangle.
22595
22596 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
22597
22598         * ListBox.cs: added horizontal item scroll
22599
22600 2005-04-29  Jackson Harper  <jackson@ximian.com>
22601
22602         * ThemeWin32Classic.cs: Remove some old debug code that was
22603         causing flicker with the new double buffering code.
22604
22605 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
22606
22607         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
22608         behave like combobox and comboboxlist (still not sure if this is
22609         correct though).
22610
22611 2005-04-28  Jackson Harper  <jackson@ximian.com>
22612
22613         * ThemeWin32Classic.cs: Don't fill the middle of progress
22614         bars. This fills areas outside of the clip bounds that don't need
22615         to be filled.
22616
22617 2005-04-28  Jackson Harper  <jackson@ximian.com>
22618
22619         * Control.cs: Don't expose functionality to touch the image buffers.
22620         * ProgressBar.cs:
22621         * ListView.cs: We do not need to (and no longer can) manipulate
22622         the image buffers directly. All of this is handled by Control.
22623
22624 2005-04-28  Peter Bartok  <pbartok@novell.com>
22625
22626         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
22627           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
22628           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
22629
22630 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
22631
22632         * Combobox:
22633                 - Adjust control's height for non-simple comboboxes (bug fix)
22634                 - Remove dead code
22635         * MenuAPI.cs: remove unused var
22636         * ScrollBar.cs: remove unsed var
22637                  
22638         * ListBox.cs: unselect items when clearing
22639
22640 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
22641
22642         * ListControl.cs: honors OnPositionChanged and default Selected Item
22643         * ListBox.cs: unselect items when clearing
22644
22645 2005-04-27  Jackson Harper  <jackson@ximian.com>
22646
22647         * X11Keyboard.cs: Initialize a default keyboard and give a warning
22648         if a "correct" keyboard is not found. This will make us not crash,
22649         but might give some users bad keyboard layouts...seems to be the
22650         same thing rewind does.
22651
22652 2005-04-27  Jackson Harper  <jackson@ximian.com>
22653
22654         * BindingManagerBase.cs: Attach the current/position changed
22655         handlers to their respective events.
22656
22657 2005-04-27  Jackson Harper  <jackson@ximian.com>
22658
22659         * Control.cs: Make sure that the first WM_PAINT does a full draw,
22660         not just a blit.
22661         * ThemeWin32Classic.cs: Don't fill the background for picture
22662         boxes. This could overright user drawing.
22663         * ComboBox.cs: Just fill the clipping rect not the entire client
22664         rect when drawing the background. This prevents pieces of the
22665         image buffer from getting overwritten and is theoretically faster.
22666
22667 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
22668
22669         * ComboBox.cs: Databinding support fixes, fire missing events
22670         * ListControl.cs: implement missing methods and properties, fixes
22671         * ThemeWin32Classic.cs: Databiding support on Drawing
22672         * CheckedListBox.cs: Databinding support fixes, fire missing events
22673         * ListBox.cs: Databinding support fixes, fire missing events
22674         
22675 2005-04-25  Peter Bartok  <pbartok@novell.com>
22676
22677         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
22678
22679 2005-04-25  Jackson Harper  <jackson@ximian.com>
22680
22681         * TreeView.cs: Use the horizontal scrollbars height not width when
22682         determining how much of the client area is available.
22683
22684 2005-04-25  Jackson Harper  <jackson@ximian.com>
22685
22686         * Control.cs: Double buffering is handled differently now. As per
22687         the spec, the extra buffer is created in the WM_PAINT message and
22688         passed down to the control's drawing code.
22689         * GroupBox.cs:
22690         * Label.cs:
22691         * CheckBox.cs:
22692         * ProgressBar.cs:
22693         * RadioButton.cs:
22694         * ColorDialog.cs:
22695         * ComboBox.cs:
22696         * PropertyGridView.cs:
22697         * UpDownBase.cs:
22698         * MessageBox.cs:
22699         * MenuAPI.cs:
22700         * ListView.cs:
22701         * ButtonBase.cs:
22702         * SizeGrip.cs:
22703         * ScrollBar.cs:
22704         * ListBox.cs:
22705         * TrackBar.cs:
22706         * ToolBar.cs:
22707         * PictureBox.cs:
22708         * DateTimePicker.cs:
22709         * StatusBar.cs:
22710         * TreeView.cs: Update to new double buffering system.
22711         * MonthCalendar.cs: Uncomment block, as Capture is now
22712         working. Update to new double buffering
22713         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
22714         * PaintEventArgs.cs: New internal method allows us to set the
22715         graphics object. This is used for double buffering.
22716         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
22717         rectangle. The internal paint_area var has been removed from
22718         StatusBar. The clipping rect should be used instead.
22719         * Theme.cs: Give the PictureBox drawing method a clipping rect.
22720         * TabPage.cs: The RefreshTabs method was removed, so just call the
22721         tab controls Refresh method now.
22722         * TabControl.cs: Update to new double buffering. Make sure the
22723         handle is created before sizing the tab pages, otherwise we will
22724         get stuck in a loop.
22725
22726 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
22727
22728         * LinkLabel.cs: Fix typo, bug #74719; patch
22729           from Borja Sanchez Zamorano
22730
22731 2005-04-22  Jackson Harper  <jackson@ximian.com>
22732
22733         * TreeNode.cs: Implement Handle stuff.
22734         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
22735
22736 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
22737
22738         * DataGridTextBoxColumn.cs: call base constructors, fixes
22739         * GridColumnStylesCollection.cs: missing events, methods, and functionality
22740         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
22741         * DataGridTableStyle.cs: implements create default column styles
22742         * DataGridBoolColumn.cs: which types can handle
22743         * DataGrid.cs: missing methods, fixes, new functionality
22744         * DataGridColumnStyle.cs: fixes
22745
22746 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
22747         * FolderBrowserDialog.cs:
22748         - Use a thread to fill the TreeView
22749         - Adjusted some sizes
22750
22751 2005-04-19  Peter Bartok  <pbartok@novell.com>
22752
22753         * LinkLabel.cs: (Re-)create the pieces when setting the Text
22754           property. Fixes #74360.
22755
22756 2005-04-19  Jackson Harper  <jackson@ximian.com>
22757
22758         * XEventQueue.cs: Lock when getting the lockqueue size.
22759         * PictureBox.cs: Call base OnPaint
22760         
22761 2005-04-19  Peter Bartok  <pbartok@novell.com>
22762
22763         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
22764           messages were no longer being processed (this broke BeginInvoke)
22765
22766           
22767 2005-04-18  Jackson Harper  <jackson@ximian.com>
22768
22769         * TreeView.cs: buglet that caused node images to get drawn
22770         regardless of whether or not they were in the clipping rectangle.
22771
22772 2005-04-18  Jackson Harper  <jackson@ximian.com>
22773
22774         * CurrencyManager.cs: There are four rules for GetItemProperties:
22775         - If the type is an array use the element type of the array
22776         - If the type is a typed list, use the type
22777         - If the list contains an Item property that is not an object, use
22778         that property
22779         - use the first element of the list if there are any elements in
22780         the list.
22781         
22782 2005-04-17  Jackson Harper  <jackson@ximian.oom>
22783
22784         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
22785         click. This handles offsets for scrolling properly and reduces
22786         memory. Also fixed GetNode to not offset now that TopNode works
22787         properly.
22788         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
22789         
22790 2005-04-17  Jackson Harper  <jackson@ximian.com>
22791
22792         * CursorConverter.cs: Initial implementation.
22793
22794 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
22795
22796         * ListControl.cs: work towards complex data binding support on ListControl
22797         * CurrencyManager.cs: work towards complex data binding support on ListControl
22798         * ListBox.cs: work towards complex data binding support on ListControl
22799
22800
22801 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
22802
22803         * GridTableStylesCollection.cs: fixes name and constructor
22804         * DataGridTableStyle.cs: fixes
22805         * DataGridBoolColumn.cs: fixes names and constructors
22806         * DataGrid.cs: define methods and properties. Some init implementations
22807         * DataGridCell.cs: define methods and properties. Some init implementations
22808         * GridTablesFactory.cs: Define methods and properties
22809
22810 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
22811
22812         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
22813         graphics port changes.  We still want the coordinates in global screen
22814         coordinates.
22815
22816 2005-04-14  Jackson Harper  <jackson@ximian.com>
22817
22818         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
22819         check plus minus or checkbox clicks unless those features are enabled.
22820
22821 2005-04-14  Jackson Harper  <jackson@ximian.com>
22822
22823         * TreeView.cs: Add methods for setting the top and bottom visible
22824         nodes. TreeNode::EnsureVisible uses these methods.
22825         * TreeNode.cs: Implement EnsureVisible
22826
22827 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
22828
22829         * Form.cs: Pospone menu assignation if the window has not been created yet
22830         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
22831         size and position
22832
22833 2005-04-12  Jackson Harper  <jackson@ximian.com>
22834
22835         * TreeView.cs: Set the TopNode properly when scrolling
22836         occurs. This has the added benifit of reducing the amount of
22837         walking that needs to be done when drawing. Also removed an old
22838         misleading TODO.
22839         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
22840         
22841 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
22842
22843         * Timer.cs: fixes interval setting when the timer is already enabled
22844         
22845 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
22846
22847         * FolderBrowserDialog.cs: First approach
22848
22849 2005-04-09  Peter Bartok  <pbartok@novell.com>
22850
22851         * FolderBrowserDialog: Added
22852
22853 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
22854
22855         * LinkLabel.cs: move drawing code into the theme
22856         * ThemeWin32Classic.cs: drawing code and painting background bugfix
22857         * Theme.cs: define DrawLinkLabel method
22858
22859 2005-04-05  Jackson Harper  <jackson@ximian.com>
22860
22861         * BindingContext.cs: Use weak references so these bad actors don't
22862         stay alive longer then they need to.
22863
22864 2005-04-05  Jackson Harper  <jackson@ximian.com>
22865
22866         * ListControl.cs: Basic implementation of complex databinding.
22867         * ComboBox.cs:
22868         * ListBox.cs: Add calls to ListControl databinding methods.
22869
22870 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
22871
22872         * FileDialog.cs:
22873           - Don't change PopupButtonState to Normal when the
22874             PopupButton gets pressed several times.
22875           - Renamed ButtonPanel to PopupButtonPanel
22876
22877 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
22878
22879         * ColorDialog.cs: Use cached objects instead of creating them
22880         * LinkLabel.cs: Use cached objects instead of creating them
22881         * Splitter.cs: Use cached objects instead of creating them
22882         * FontDialog.cs: Use cached objects instead of creating them
22883         * PropertyGridView.cs: Use cached objects instead of creating them
22884         * MessageBox.cs: Use cached objects instead of creating them
22885         * FileDialog.cs: Use cached objects instead of creating them
22886         * ThemeWin32Classic.cs: Use cached objects instead of creating them
22887         * TreeView.cs: Use cached objects instead of creating them
22888         
22889 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
22890
22891         * Control.cs: use Equals to compare the font since no == op
22892         * ScrollBar.cs: use Equals to compare the font since no == op
22893
22894 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
22895
22896         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
22897
22898 2005-04-01  Jackson Harper  <jackson@ximian.com>
22899
22900         * Binding.cs: Implement IsBinding.
22901         * BindingManagerBase.cs:
22902         * PropertyManager.cs:
22903         * CurrencyManager.cs: Add IsSuspended property.
22904
22905 2005-04-01  Jackson Harper  <jackson@ximian.com>
22906
22907         * Binding.cs: Had some IsAssignableFrom calls backwards.
22908
22909 2005-04-01  Jackson Harper  <jackson@ximian.com>
22910
22911         * Binding.cs: Handle null data members when pulling data.
22912         * PropertyManager.cs: Handle the data member being a property that
22913         does not exist.
22914
22915 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
22916
22917         * DataGridTextBoxColumn.cs: fixes signature
22918         * DataGrid.cs: calls right constructor
22919
22920 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
22921
22922         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
22923         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
22924         * GridTableStylesCollection.cs: implements GridTableStylesCollection
22925         * DataGridTableStyle.cs: implements DataGridTableStyle
22926         * DataGridBoolColumn.cs: implements DataGridBoolColumn
22927         * DataGridTextBox.cs: implements DataGridTextBox
22928         * DataGridColumnStyle.cs: implements DataGridColumnStyle
22929
22930 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
22931
22932         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
22933
22934 2005-03-29  Peter Bartok  <pbartok@novell.com>
22935
22936         * Application.cs:
22937           - Properly implemented CompanyName property
22938           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
22939             returns a path that includes CompanyName, ProductName and
22940             Version (fixes bug #70330)
22941
22942 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
22943
22944         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
22945           fixes bug #72588.
22946
22947 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
22948
22949         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
22950         
22951           - Added ReadOnly CheckBox
22952           - Further refactoring: moved some code from Open-/SaveFileDialog
22953             to FileDialog
22954
22955 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
22956
22957         * OpenFileDialog.cs: Fixed CheckFileExists
22958         * FileDialog.cs:
22959           Moved FileView and DirComboBox outside FileDialog class.
22960           They can now be used outside FileDialog
22961
22962 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
22963
22964         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
22965         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
22966
22967 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
22968
22969         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
22970           - Added missing CreatePrompt property in SaveDialog
22971           - Overall SaveDialog handling should be better now
22972           - Added non standard ShowHiddenFiles property
22973           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
22974           - Added InitialDirectory and RestoreDirectory support
22975
22976 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
22977
22978         * FileDialog.cs: Made dirComboBox usable
22979
22980 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
22981
22982         * FileDialog.cs: Added Filter support (case sensitiv)
22983
22984 2005-03-24  Jackson Harper  <jackson@ximian.com>
22985
22986         * TabControl.cs: Need a couple more pixels for the lines.
22987
22988 2005-03-23  Jackson Harper  <jackson@ximian.com>
22989
22990         * TabControl.cs: Give the tab page focus when it is selected.
22991
22992 2005-03-23  Jackson Harper  <jackson@ximian.com>
22993
22994         * TabControl.cs: Account for the drawing of tabs borders when
22995         invalidating. If the slider was clicked dont do click detection on
22996         the tabs.
22997
22998 2005-03-23  Jackson Harper  <jackson@ximian.com>
22999
23000         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
23001
23002 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
23003
23004         * CategoryGridEntry.cs: Added
23005         * GridItem.cs: Added helper properties
23006         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
23007         * GridEntry.cs: Updated code for collection
23008         * PropertyGrid.cs: Cleaned up some formatting
23009         * PropertyGridView.cs: Added drop down functionality for enums.
23010         * GridItemCollection.cs: Added enumerator logic
23011         * PropertyGridEntry.cs: Added
23012
23013 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
23014
23015         * FileDialog.cs:
23016           - Removed unnecessary commented code
23017           - Fixed handling for entering the filename manually in the combobox
23018
23019 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
23020
23021         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
23022
23023 2005-03-18  Peter Bartok  <pbartok@novell.com>
23024
23025         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
23026           them being touching the border
23027
23028 2005-03-18  Peter Bartok  <pbartok@novell.com>
23029
23030         * TextControl.cs: Quick hack to center text better
23031
23032 2005-03-18  Peter Bartok  <pbartok@novell.com>
23033
23034         * ControlPaint.cs:
23035           - Don't throw NotImplemented exceptions, just print a notice once
23036             instead (requested by Miguel). This makes running existing SWF
23037             apps a bit easier
23038         * Control.cs:
23039           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
23040           - Added context menu trigger on right click
23041         * Panel.cs: Trigger invalidate on resize
23042         * StatusBar.cs:
23043           - Removed old double-buffer drawing
23044           - Added ResizeRedraw style to force proper update of statusbar
23045         * ListView.cs:
23046           - Removed debug output
23047         * ThemeWin32Classic.cs:
23048           - Fixed drawing of status bar, now draws Text property if there
23049             are no defined panels
23050
23051 2005-03-18  Jackson Harper  <jackson@ximian.com>
23052
23053         * ImageList.cs: When the image stream is set pull all the images
23054         from it.
23055         * ImageListStreamer.cs: Implement reading image list streams.
23056
23057 2005-03-18  Peter Bartok  <pbartok@novell.com>
23058
23059         * ThemeWin32Classic.cs (DrawPictureBox):
23060           - Fixed calculations for centered drawing
23061           - Fixed drawing for normal mode, not scaling the image on normal
23062
23063 2005-03-18  Peter Bartok  <pbartok@novell.com>
23064
23065         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
23066           textbox
23067         * FileDialog.cs:
23068           - Made Open/Save button the accept button for FileDialog
23069           - Tied the cancel button to the IButtonControl cancel button
23070           - Save/Open now properly builds the pathname
23071           - Now handles user-entered text
23072           - Preventing crash on right-click if no item is selected
23073           - Fixed Text property, now uses contents of textbox
23074           - Fixed SelectedText property, now just returns the text part that
23075             is selected in the text box
23076
23077 2005-03-18  Jackson Harper  <jackson@ximian.com>
23078
23079         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
23080         rect, make sure to de-adjust the interior rect after drawing the
23081         tab text.
23082
23083 2005-03-18  Peter Bartok  <pbartok@novell.com>
23084
23085         * MenuAPI.cs: Remove menu *before* executing selected action to
23086           prevent the menu from 'hanging around'
23087           
23088 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
23089
23090         * XplatUIOSX.cs: Implemented WorkingArea property
23091
23092 2005-03-17  Peter Bartok  <pbartok@novell.com>
23093
23094         * XplatUIX11.cs: Fixed menu coord calculations
23095         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
23096           for calculating offsets
23097
23098 2005-03-17  Peter Bartok  <pbartok@novell.com>
23099
23100         * Hwnd.cs: Do not consider menu presence for default client
23101           rectangle location/size
23102         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
23103           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
23104           translation functions
23105         * FileDialog.cs: Fixed (what I presume is a) typo
23106
23107 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
23108
23109         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
23110           X access (avoids X-Async errors)
23111
23112 2005-03-16  Jackson Harper  <jackson@ximian.com>
23113
23114         * TabControl.cs: Raise the SelectedIndexChanged event.
23115
23116 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
23117
23118         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
23119           - Removed vertical ToolBar and replaced it with a custom panel
23120             (desktop and home button already work)
23121           - Added Help button (some controls get resized or relocated then)
23122           - Draw correct text depending on Open or Save.
23123           - Fixed some typos...
23124
23125 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
23126
23127         * ScrollBar.cs:
23128           - Only change Maximum and Minimum when need it (bug fix)
23129
23130 2005-03-15  Peter Bartok  <pbartok@novell.com>
23131
23132         * Form.cs: Use Handle for icon, to trigger creation if
23133           the window does not yet exist
23134         * Control.cs:
23135           - CanSelect: Slight performance improvement
23136           - Focus(): Preventing possible recursion
23137           - Invalidate(): Removed ControlStyle based clear flag setting
23138           - WM_PAINT: fixed logic for calling OnPaintBackground
23139           - WM_ERASEBKGND: Fixed logic, added call to new driver method
23140             EraseWindowBackground if the control doesn't paint background
23141         * XplatUIWin32.cs:
23142           - Moved EraseWindowBackground() method to internal methods
23143           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
23144             is sent via SendMessage on BeginPaint call on Win32
23145         * XplatUIX11.cs:
23146           - Added EraseWindowBackground() method
23147           - No longer sends WM_ERASEBKGND on .Expose, but on call to
23148             PaintEventStart, which more closely matches Win32 behaviour
23149           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
23150           - Fixed SetFocus() to properly deal with client and whole windows
23151         * Hwnd.cs: Added ErasePending property
23152         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
23153         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
23154
23155 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
23156
23157         * XplatUIOSX.cs:
23158           - Fix hard loop when timers exist.
23159           - Fix bugs with middle and right click for 3 button mice.
23160
23161 2005-03-11  Peter Bartok  <pbartok@novell.com>
23162
23163         * XplatUIX11.cs:
23164           - get_WorkingArea: Need to call X directly, GetWindowPos only
23165             returns cached data now
23166           - Added sanity check to GetWindowPos hwnd usage
23167
23168 2005-03-11  Jackson Harper  <jackson@ximian.com>
23169
23170         * BindingManagerBase.cs: This method isn't used anymore as
23171         PullData now updates the data in the control.
23172
23173 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
23174
23175         * Form.cs: fixes menu drawing on X11
23176         * MenuAPI.cs:  fixes menu drawing on X11
23177
23178 2005-03-11  Peter Bartok  <pbartok@novell.com>
23179
23180         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
23181           from Jonathan Gilbert; should fix bug #73606
23182         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
23183           in Screen coordinates. Thanks, Jordi.
23184         * Form.cs: Added missing attribute
23185
23186 2005-03-11  Peter Bartok  <pbartok@novell.com>
23187
23188         * Form.cs:
23189           - Rudimentary Mdi support
23190           - Removed outdated FormParent code
23191           - Implemented lots of missing properties and methods, still missing
23192             transparency support
23193           - Added missing attributes
23194           - Implemented support for MaximumBounds
23195           - Added firing of various events
23196         * XplatUI.cs: Added SetIcon() method
23197         * XplatUIDriver.cs: Added SetIcon() abstract
23198         * XplatUIOSX.cs: Stubbed out SetIcon() method
23199         * XplatUIX11.cs:
23200           - Implemented SetIcon() support
23201           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
23202           - Switched to unix line endings
23203         * XplatUIWin32.cs:
23204           - Made POINT internal so for can access it as part of MINMAX
23205           - Implemented SetIcon() support
23206           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
23207             native Mdi support again, might have to go managed)
23208         * Control.cs: Now fires the StyleChanged event
23209         * MdiClient.cs: Added; still mostly empty
23210
23211 2005-03-10  Peter Bartok  <pbartok@novell.com>
23212
23213         * SaveFileDialog.cs: Added emtpy file
23214
23215 2005-03-08  Peter Bartok  <pbartok@novell.com>
23216
23217         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
23218           in turn triggers OnCreateContro) when creating a handle for the
23219           first time.
23220         * TextControl.cs: Fixed endless loop in certain cases when
23221           replacing the current selection
23222
23223 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
23224
23225         * ScrollBar.cs:
23226           - Honors NewValue changes in Scroll events allowing apps to change it
23227           - Adds First and Last Scroll events
23228           - Fixes Thumb events
23229
23230 2005-03-07  Peter Bartok  <pbartok@novell.com>
23231
23232         * Hwnd.cs: Added DefaultClientRectangle property
23233         * XplatUI.cs: Now using the X11 driver Where() method, which provides
23234           more detailed debug information
23235         * XplatUIX11.cs:
23236           - Fixed size-change feedback loop, where we would pull an old size
23237             off the queue and mistakenly change our window's size to an
23238             earlier value
23239           - Now compressing ConfigureNotify events, to reduce looping and
23240             redraw issues
23241         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
23242           is called
23243
23244 2005-03-07  Jackson Harper  <jackson@ximian.com>
23245
23246         * Binding.cs: Push data pushes from data -> property. Check if the
23247         property is readonly when attempting to set it.
23248
23249 2005-03-07  Jackson Harper  <jackson@ximian.com>
23250
23251         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
23252         instead of IsSubclassOf. Pulling data now sets the value on the
23253         control.
23254         * PropertyManager.cs:
23255         * CurrencyManager.cs: Just need to pull data when updating now,
23256         because PullData will set the value on the control.
23257
23258 2005-03-04  Jackson Harper  <jackson@ximian.com>
23259
23260         * Binding.cs: Implement data type parsing and converting on pulled
23261         data. TODO: Are there more ways the data can be converted?
23262
23263 2005-03-04  Jackson Harper  <jackson@ximian.com>
23264
23265         * Binding.cs: Support <Property>IsNull checks. Also bind to the
23266         controls Validating method so we can repull the data when the
23267         control loses focus.
23268
23269 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
23270
23271         * ColumnHeader.cs:
23272           - Fixes null string format
23273           
23274         * ListView.cs:
23275           - Adds enum type checks
23276           - Fixes redrawing and recalc need after changing some properties
23277           - Fixes on focus_item set after the event
23278           - Fixes adding columns after the control has been created
23279           
23280         * ThemeWin32Classic.cs:
23281           - Fixes CheckBox focus rectangle
23282           - Fixes ColumnHeader drawing
23283
23284
23285 2005-03-03  Jackson Harper  <jackson@ximian.com>
23286
23287         * Binding.cs: Bind to <Property>Changed events so we can detect
23288         when properties are changed and update the data.
23289
23290 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
23291
23292         * ImageList.cs:
23293           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
23294           - Fixes ImageList constructor with ImageList container
23295           - Fixes image scaling (wrong parameters at DrawImage)
23296
23297 2005-02-02  Jackson Harper  <jackson@ximian.com>
23298
23299         * Binding.cs: Make property searches case-insensitive. Eliminate
23300         some duplicated code.
23301
23302 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
23303
23304         * ComboBox.cs:
23305                 - Handle focus event
23306                 - Fix scrollbar events
23307                 - Discard highlighted item if remove it
23308                 - Fixes SelectedItem with strings
23309
23310 2005-03-01  Peter Bartok  <pbartok@novell.com>
23311
23312         * Control.cs:
23313           - Fixed Visible property, now follows (once again) parent chain
23314             to return false if any control in the chain is visible=false
23315           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
23316           - Fixed several places where is_visible instead of Visible was used
23317           - Implemented FIXME related to focus selection when setting focused
23318             control to be invisible
23319
23320         * XplatUIWin32.cs: Now using proper method to find out if window is
23321           visible. Thanks to Jordi for pointing it out
23322
23323 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
23324
23325         * ComboBox.cs: show/hide scrollbar instead of creating it
23326
23327 2005-02-27  Jackson Harper  <jackson@ximian.com>
23328
23329         * CurrencyManager.cs: Add PositionChanged stuff.
23330
23331 2005-02-27  Peter Bartok  <pbartok@novell.com>
23332
23333         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
23334         * XplatUIOSX.cs: Added GetMenuOrigin() stub
23335         * XplatUIWin32.cs: Implemented GetMenuOrigin()
23336         * XplatUIX11.cs:
23337           - Implemented GetMenuDC()
23338           - Implemented GetMenuOrigin()
23339           - Implemented ReleaseMenuDC()
23340           - Implemented generation of WM_NCPAINT message
23341           - Implemented generation and handling of WM_NCCALCSIZE message
23342         * Form.cs: Added debug helper message for Jordi's menu work
23343         * Hwnd.cs:
23344           - Modified ClientRect property; added setter, fixed getter to handle
23345             setting of ClientRect
23346           - Added MenuOrigin property
23347
23348 2005-02-26  Peter Bartok  <pbartok@novell.com>
23349
23350         * XplatUIX11.cs:
23351           - Destroys the caret if a window that's being destroyed contains it
23352           - Ignores expose events coming from the X11 queue for windows that
23353             already are destroyed
23354           - Now uses the proper variable for handling DestroyNotify, before we
23355             marked the wrong window as destroyed
23356           - Improved/added some debug output
23357
23358 2005-02-26  Peter Bartok  <pbartok@novell.com>
23359
23360         * X11Keyboard.cs: Fixes to work on 64bit systems
23361
23362 2005-02-26  Peter Bartok  <pbartok@novell.com>
23363
23364         * Control.cs:
23365           - Now calling OnHandleDestroyed from DestroyHandle()
23366             instead of Dispose()
23367           - Removed bogus call to controls.Remove() from DestroyHandle()
23368
23369 2005-02-26  Peter Bartok  <pbartok@novell.com>
23370
23371         * Control.cs: Properly destroy child windows when our handle is
23372           destroyed
23373
23374 2005-02-25  Peter Bartok  <pbartok@novell.com>
23375
23376         * XplatUI.cs:
23377           - Added 'DriverDebug' define to allow tracing XplatUI API calls
23378           - Alphabetized Static Methods and Subclasses
23379
23380         * XplatUIX11.cs:
23381           - Added XException class to allow custom handling of X11 exceptions
23382           - Created custom X11 error handler, tied into XException class
23383           - Added support for MONO_XEXCEPTIONS env var to allow the user
23384             to either throw an exception on X errors or continue running
23385             after displaying the error
23386           - Added handling of DestroyNotify message
23387           - Added handler for CreateNotify message (still disabled)
23388           - Improved (tried to at least) Where method to provide file and lineno
23389         * X11Structs.cs:
23390           - Added XErrorHandler delegate
23391           - Added XRequest enumeration (to suppor translation of errors)
23392
23393 2005-02-25  Jackson Harper  <jackson@ximian.com>
23394
23395         * PropertyManager.cs: Implement editing features
23396         * CurrencyManager.cs:
23397         * Binding.cs: First attempt at UpdateIsBinding
23398         * BindingManagerBase.cs: Call UpdateIsBinding before
23399         pushing/pulling data.
23400
23401 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
23402
23403         * MenuAPI.cs: Respect disabled items
23404         * ThemeWin32Classic.cs
23405                 - Caches ImageAttributes creation for DrawImageDisabled
23406                 - Fixes vertical menu line drawing
23407                 - Draws disabled arrows in disable menu items
23408
23409 2005-02-24  Peter Bartok  <pbartok@novell.com>
23410
23411         * Hwnd.cs:
23412           - Added UserData property to allow associating arbitrary objects
23413             with the handle
23414           - Fixed leak; now removing Hwnd references from static windows array
23415         * XplatUIWin32.cs:
23416           - Fixed Graphics leak in PaintEventEnd
23417           - Removed usage of HandleData, switched over to Hwnd class
23418         * HandleData.cs: Removed, obsoleted by Hwnd.cs
23419
23420 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
23421
23422         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
23423         * ScrollBar.cs: Fixes bug
23424         * TrackBar.cs: removes death code, clipping, mimize refreshes,
23425          keyboard navigation enhancements
23426
23427 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
23428
23429         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
23430         * GroupBox.cs: Add control styles
23431         * Label.cs: Add control styles
23432         * UpDownBase.cs: Add control styles
23433         * ListBox.cs: Add control styles
23434         * XplatUIWin32.cs: Fixes wrong parameter order
23435
23436
23437 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
23438
23439         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
23440
23441 2005-02-23  Jackson Harper  <jackson@ximian.com>
23442
23443         * PropertyManager.cs: Implement property binding. This doesn't
23444         seem to work yet though as (I think) there are some bugs in
23445         System.ComponentModel.PropertyDescriptor.
23446         * BindingContext.cs: Use new PropertyManager constructor.
23447
23448 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
23449
23450         * ProgressBar.cs: use clip region in ProgressBar
23451         * ThemeWin32Classic.cs: use clip region in ProgressBar
23452
23453 2004-02-22  Jackson Harper  <jackson@ximian.com>
23454
23455         * BindingsCollection.cs: Remove some debug code.
23456
23457 2005-02-22  Jackson Harper  <jackson@ximian.com>
23458
23459         * BindingContext.cs:
23460         * ControlBindingsCollection.cs:
23461         * CurrencyManager.cs:
23462         * Binding.cs:
23463         * BindingManagerBase.cs: Initial implementation
23464         * BindingsCollection.cs: Add an internal contains method that the
23465         BindingManagerBase uses to ensure bindings aren't added twice to
23466         the collection.
23467         * PropertyManager.cs: Stubbed out.
23468         * Control.cs:
23469         * ContainerControl.cs: Hook up databinding
23470         
23471 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
23472
23473         * XplatUIOSX.cs:
23474           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
23475           Fixed Invalidate/Update chain.
23476           Fixed tons of other minor bugs (this is almost a complete rewrite).
23477
23478 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
23479
23480         * ComboBox.cs: do subcontrol creation when the control is created
23481
23482 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
23483
23484         * Label.cs: fixes image drawing (image and imagelist)
23485         * ThemeWin32Classic.cs: cache brushes
23486         
23487 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
23488
23489         * Form.cs: Move menu drawing code to Theme class
23490         * ComboBox.cs: Move ComboBox drawing code to Theme class
23491         * MenuItem.cs: Move menu drawing code to Theme class
23492         * MenuAPI.cs: Move menu drawing code to Theme class
23493         * ThemeWin32Classic.cs: New methods
23494         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
23495         * ListBox.cs: Move Listbox drawing code to Theme class
23496         * Theme.cs: New methods
23497
23498 2005-02-20  Peter Bartok  <pbartok@novell.com>
23499
23500         * Control.cs:
23501           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
23502             only process mnemonics on those)
23503           - Fixed event sequence for key handling; first calling
23504             ProcessKeyEventArgs now
23505         * TextBoxBase.cs:
23506           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
23507             for processing non-character keys
23508           - Fixed WM_CHAR to generate proper event sequence before processing
23509         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
23510           generation
23511
23512 2005-02-19  Peter Bartok  <pbartok@novell.com>
23513
23514         * UserControl.cs: Added TextChanged event; added attributes
23515         * SizeGrip.cs: Implemented resizing and optional display of grip
23516         * Form.cs: Fixed attribute
23517         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
23518           Changed meaning of ScrollWindow bool argument; instead of the
23519           clear attribute (which will be true usually anyway), it gives the
23520           option of moving child controls as well.
23521         * XplatUIX11.cs:
23522           - Changed to match new ScrollWindow argument
23523           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
23524             now handles the implicit parent window a WM puts around us
23525         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
23526           to work)
23527         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
23528         * TreeView.cs: Adjusted to new ScrollWindow arguments
23529
23530 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
23531
23532         * Form.cs: Menu integration with non-client area
23533         * MenuItem.cs: Menu integration with non-client area
23534         * MenuAPI.cs: Menu integration with non-client area
23535
23536 2005-02-18  Peter Bartok  <pbartok@novell.com>
23537
23538         * MethodInvoker.cs: Added
23539         * MdiLayout.cs: Added
23540         * SendKeys.cs: Started implementation
23541         * ErrorIconAlignment.cs: Added
23542
23543 2005-02-18  Peter Bartok  <pbartok@novell.com>
23544
23545         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
23546         * Form.cs: Added handling for Menu-related Non-client messages
23547
23548 2005-02-17  Peter Bartok  <pbartok@novell.com>
23549
23550         * UpDownBase.cs: Fixed typo, compilation errors
23551         * DomainUpDown.cs: Fixed attribute value
23552
23553 2005-02-16  Miguel de Icaza  <miguel@novell.com>
23554
23555         * UpDownBase.cs: Attach entry events.
23556         Propagate events.
23557         Add ForeColor property, Focused, InterceptArrowKeys (interception
23558         does not work yet).
23559
23560 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
23561
23562         * Form.cs:
23563                 - Redraw non client are on Setmenu
23564                 - Calc proper menu starting point
23565
23566 2005-02-17  Peter Bartok  <pbartok@novell.com>
23567
23568         * Application.cs: Fixed message_filter check
23569
23570 2005-02-17  Peter Bartok  <pbartok@novell.com>
23571
23572         * Application.cs: Now calls registered message filters
23573         * DockStyle.cs: Fixed attribute
23574         * Form.cs: Fixed attribute
23575         * Menu.cs: Fixed attribute
23576         * ToolTip.cs: Fixed attribute
23577         * TreeNode.cs: Added missing attributes and arranged in regions
23578         * PropertyGrid.cs: Fixed signatures
23579         * TreeNodeCollection.cs: Added attributes
23580         * Splitter.cs: Added missing attributes; arranged into regions
23581         * TabPage.cs: Added missing attributes; arranged into regions
23582         * TextBoxBase.cs: Added missing attributes
23583         * TextBox.cs: Added missing attributes
23584         * ArrangeDirection.cs: Added missing attributes
23585         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
23586         * ToolBarButton.cs: Fixed attributes
23587         * AnchorStyles.cs: Fixed attribute
23588         * TrackBar.cs: Fixed attributes
23589         * TabControl.cs: Added missing attributes and arranged into regions
23590         * ToolBar.cs: Fixed attribute
23591         * StatusBar.cs: Fixed signature, organized into regions and added
23592           attributes
23593         * StatusBarPanel.cs: Fixed attributes
23594         * ContentsResizedEventArgs.cs: Implemented
23595         * ContentsResizedEventHandler.cs: Implemented
23596         * DateBoldEventArgs.cs: Implemented
23597         * DateBoldEventHandler.cs: Implemented
23598         * UpDownEventArgs.cs: Implemented
23599         * UpDownEventHandler.cs: Implemented
23600         
23601 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
23602
23603         * Form.cs: first Menu NC refactoring
23604         * MenuAPI.cs: first Menu NC refactoring
23605         
23606 2005-02-16  Peter Bartok  <pbartok@novell.com>
23607
23608         * ImeMode.cs: Added missing attributes
23609         * Menu.cs: Fixed attribute
23610         * GroupBox.cs: Fixed attribute
23611         * Label.cs: Fixed attribute
23612         * ColorDialog.cs (RunDialog): Removed TODO attribute
23613         * ComboBox.cs: Fixed attributes
23614         * ListControl.cs: Added missing attributes
23615         * PropertyGrid.cs: Fixed attributes
23616         * Control.cs: Fixed attributes
23617         * ListViewItem.cs: Added TypeConverter attribute
23618         * NotifyIcon.cs: Fixed attributes
23619         * ListView.cs: Fixed attributes
23620         * ButtonBase.cs: Fixed attribute
23621         * ImageList.cs: Added missing attributes
23622         * ContainerControl.cs: Fixed signature
23623         * CheckedListBox.cs: Fixed attribute; added missing attributes
23624         * Panel.cs: Fixed attributes
23625         * PropertyTabChangedEventArgs.cs: Added missing attribute
23626         * PropertyValueChangedEventArgs.cs: Added missing attribute
23627         * Binding.cs: Fixed attribute
23628         * ListViewItemConverter: Implemented ListViewSubItemConverter class
23629         * ListBox.cs: Fixed attribute; added missing attributes;
23630         * ScrollableControl.cs: Added missing attributes
23631         * PictureBox.cs: Added missing attributes; implemented missing property
23632         * DateTimePicker.cs: Added missing attributes
23633         * Theme.cs (ToolWindowCaptionHeight): Fixed type
23634         * MonthCalendar.cs: Fixed attributes
23635         * StatusBarPanel.cs: Added missing attributes
23636         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
23637
23638 2005-02-16  Peter Bartok  <pbartok@novell.com>
23639
23640         * TextBoxBase.cs: The previous method to enforce height yet remember
23641           the requested high was less than ideal, this is an attempt to do
23642           it better.
23643         * Control.cs: Added comment about possible problem
23644         * Copyright: Updated format
23645         * GridItemType.cs: Fixed swapped values
23646
23647 2005-02-15  Jackson Harper  <jackson@ximian.com>
23648
23649         * BaseCollection.cs: Use property so we never access an
23650         uninitialized list. Also initialize the list in the property.
23651
23652 2005-02-15  Peter Bartok  <pbartok@novell.com>
23653
23654         * GroupBox.cs (ProcessMnemonic): Implemented
23655         * Label.cs (ProcessMnemonic): Implemented
23656         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
23657           hotkeys
23658
23659 2005-02-15  Peter Bartok  <pbartok@novell.com>
23660
23661         * RadioButton.cs (ProcessMnemonic): Implemented
23662         * CheckBox.cs (ProcessMnemonic): Implemented
23663         * Control.cs:
23664           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
23665             handling
23666           - Added internal method to allow calling ProcessMnemonic from other
23667             controls
23668         * ContainerControl.cs:
23669           - Started support for handling validation chain handling
23670           - Implemented ProcessMnemonic support
23671           - Added Select() call to Active, to make sure the active control
23672             receives focus
23673         * Form.cs: Setting toplevel flag for Forms (this was lost in the
23674           FormParent rewrite)
23675         * ThemeWin32Classic.cs:
23676           - DrawCheckBox(): Fixed stringformat to show hotkeys
23677           - DrawRadioButton(): Fixed stringformat to show hotkeys
23678         * CommonDialog.cs: Removed WndProc override, not needed
23679
23680 2005-02-14  Peter Bartok  <pbartok@novell.com>
23681
23682         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
23683           missed those in the rewrite
23684
23685 2005-02-14  Miguel de Icaza  <miguel@novell.com>
23686
23687         * NumericUpDown.cs (Increment, ToString): Add.
23688         (DecimalPlaces): implement.
23689         
23690         Add attributes.
23691         
23692         * UpDownBase.cs: Add the designer attributes.
23693
23694 2005-02-13  Peter Bartok  <pbartok@novell.com>
23695
23696         * Panel.cs: Removed border_style, now in Control
23697         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
23698           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
23699
23700 2005-02-13  Peter Bartok  <pbartok@novell.com>
23701
23702         * MouseButtons.cs: Added missing attributes
23703         * XplatUIStructs.cs: Added enumeration for title styles
23704         * LeftRightAlignment.cs: Added missing attributes
23705         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
23706           it compatible with Graphics.FromHwnd()
23707         * SelectedGridItemChangedEventArgs.cs: Fixed property type
23708         * Keys.cs: Added missing attributes
23709         * SelectionRange.cs: Added missing attributes
23710         * SelectionRangeConverter.cs: Added
23711         * XplatUI.cs:
23712           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
23713             ReleaseMenuDC methods
23714           - Renamed ReleaseWindow to UngrabWindow
23715           - Added proper startup notice to allow version identification
23716         * Form.cs:
23717           - Added missing attributes
23718           - Removed FormParent concept
23719         * Label.cs: Removed border_style field, now in Control
23720         * RadioButton.cs: Now properly selects RadioButton when focus is
23721           received
23722         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
23723         * Control.cs:
23724           - Added missing attributes
23725           - Added borderstyle handling
23726           - Removed FormParent concept support
23727           - Fixed calls to XplatUI to match changed APIs
23728           - Fixed bug that would case us to use disposed Graphics objects
23729           - Removed unneeded internal methods
23730           - PerformLayout(): Fixed to handle DockStyle.Fill properly
23731           - SelectNextControl(): Fixed to properly check common parents
23732         * TextBoxBase.cs: Removed border_style field (now in Control)
23733         * MessageBox.cs:
23734           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
23735             fixed calculations for form size
23736           - Added support for localized strings and icons
23737           - Improved form size calculations, added border
23738         * ListView.cs: Removed border_style field (now in Control)
23739         * X11Structs.cs: Moved several structs from X11 driver here
23740         * X11Keyboard.cs: Changed debug message
23741         * Application.cs: Removed FormParent concept support
23742         * CommonDialog.cs:
23743           - Resetting end_modal flag
23744           - Removed FormParent concept support
23745         * NativeWindow.cs: Removed FormParent concept support
23746         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
23747           Client area and Non-Client whole window to allow support for WM_NC
23748           messages
23749         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
23750           prevent using it until it supports Hwnd as per Geoff Norton's request
23751         * ToolBar.cs: Fixed drawing, was not doing proper drawing
23752         * PictureBox.cs: Removed border_style field, now in Control
23753         * XplatUIWin32.cs: Added new driver methods
23754
23755 2005-02-12  Peter Bartok  <pbartok@novell.com>
23756
23757         * OpacityConverter.cs: Implemented
23758         * Hwnd.cs: Internal class to support drivers that need to emulate
23759           client area/non-client area window behaviour
23760
23761 2005-02-11  Peter Bartok  <pbartok@novell.com>
23762
23763         * KeysConverter.cs: Implemented
23764
23765 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
23766
23767         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
23768         * LinkLabel: Added missing attributes
23769         * MainMenu.cs: fixes ToString
23770         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
23771         * ListBox.cs: fixes event position
23772         * TrackBar.cs: adds missing attributes and events
23773         
23774 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
23775
23776         * MenuItem.cs: Use SystemInformation and bug fixes
23777         * MenuAPI.cs: Use SystemInformation and bug fixes
23778
23779 2005-02-09  Jackson Harper  <jackson@ximian.com>
23780
23781         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
23782         their keystate otherwise things like VK_MENU get stuck "on".
23783
23784 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
23785
23786         * ListBox.cs: Fixes AddRange bug
23787         
23788 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
23789
23790         * ProgressBar.cs
23791                 - Add missing attributes
23792                 - Add missing method
23793                 
23794         * CheckedListBox.cs: Added missing attributes
23795                 - Add missing attributes
23796                 - Remove extra method
23797         
23798         * ComboBox.cs: Added missing attributes
23799         * VScrollBar.cs: Added missing attributes
23800         * ScrollBar.cs:  Added missing attributes
23801         * ListBox.cs: Fixes signature, add missing consts
23802         * LinkArea.cs:   Added missing attributes
23803         
23804
23805 2005-02-08  Peter Bartok  <pbartok@novell.com>
23806
23807         * Menu.cs: Added missing attributes
23808         * MainMenu.cs: Added missing attributes
23809         * GroupBox.cs: Added missing attributes
23810         * Label.cs: Added missing attributes
23811         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
23812         * ColorDialog.cs:
23813           - Added Instance and Options properties
23814           - Added missing attributes
23815         * Cursor.cs: Made Serializable
23816         * NotifyIcon: Added missing attributes
23817         * MenuItem.cs: Added missing attributes
23818         * TextBoxBase.cs: Implemented AppendText() and Select() methods
23819         * Panel.cs: Added Missing attributes
23820         * MonthCalendar.cs: Fixed CreateParams
23821
23822 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
23823         
23824         * LinkLabel.cs:
23825                 - Fixes signature
23826                 - Fixes issues with links
23827                 - Adds the class attributes
23828
23829 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
23830         
23831         * ComboBox.cs:
23832                 - Fixes button when no items available in dropdown
23833                 - Fixes repainting problems
23834                 - Adds the class attributes
23835                 
23836 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
23837
23838         * XplatUIOSX.cs: Detect the menu bar and title bar height from
23839         the current theme.  Cache these on startup.
23840
23841 2005-02-07  Jackson Harper  <jackson@ximian.com>
23842
23843         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
23844         the scrollbar buttons when they are depressed.
23845
23846 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
23847
23848         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
23849         Get the display size from the main displayid.  We currently dont
23850         support multiple display configurations.
23851
23852 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
23853
23854         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
23855
23856 2005-02-07  Miguel de Icaza  <miguel@novell.com>
23857
23858         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
23859
23860 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
23861
23862         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
23863
23864 2005-02-04  Jackson Harper  <jackson@ximian.com>
23865
23866         * ThemeWin32Classic.cs: Respect the clipping rect when
23867         drawing. Only fill the intersection of clips and rects so there
23868         isn't a lot of large fills.
23869         * ScrollBar.cs: Pass the correct clipping rect to the theme
23870         engine. Remove some debug code.
23871
23872 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
23873         
23874         * DateTimePicker.cs:
23875                 - Fixed crash on DateTime.Parse, use Constructor instead
23876
23877 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
23878         
23879         * MenuItem.cs:
23880         * MenuAPI.cs:
23881                 - Owner draw support (MeasureItem and DrawItem)
23882
23883 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
23884         
23885         *  Menu.cs:
23886                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
23887                 - Fixes MenuItems.Add range
23888         * MenuItem.cs:
23889                 - MergeMenu and Clone and CloneMenu functions
23890
23891 2005-02-03  Jackson Harper  <jackson@ximian.com>
23892
23893         * ScrollBar.cs: Make abstract
23894         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
23895         is abstract.
23896
23897 2005-02-03  Jackson Harper  <jackson@ximian.com>
23898
23899         * ScrollBar.cs: First part of my scrollbar fixups. This removes
23900         all the unneeded refreshes and uses invalidates with properly
23901         computed rects.
23902
23903 2005-02-03  Peter Bartok  <pbartok@novell.com>
23904
23905         * ComponentModel.cs: Added
23906         * IDataGridEditingService.cs: Added
23907         * Timer.cs: Added missing attributes
23908         * ToolTip.cs: Added missing attributes
23909
23910 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
23911
23912         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
23913
23914 2005-02-03  Peter Bartok  <pbartok@novell.com>
23915
23916         * ListBox.cs: Added missing attributes
23917
23918 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
23919         
23920         * ListBox.cs:
23921                 - Fixes font height after font change
23922                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
23923                 
23924 2005-02-02  Peter Bartok  <pbartok@novell.com>
23925
23926         * HandleData.cs: Introduced static methods to allow class
23927           to be more self-contained and track it's own HandleData objects
23928         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
23929           HandleData to use new static methods
23930
23931 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
23932
23933         * Combobox.cs:
23934                 - Fixes default size and PreferredHeight
23935                 - Missing events
23936                 - ObjectCollection.Insert implementation
23937                 
23938         * ListControl.cs
23939                 - Fixes signature
23940         * ListBox.cs:
23941                 - Several fixes
23942                 - ObjectCollection.Insert implementation
23943                 - No selection after clean
23944                 - Small fixes
23945
23946 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
23947
23948         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
23949
23950 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
23951
23952         * Combobox.cs:
23953                 - Caches ItemHeight calculation for OwnerDrawVariable
23954                 - Handles dropdown properly
23955                 - Fixes several minor bugs
23956
23957 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
23958
23959         * ListBox.cs:
23960                 - Fixes 71946 and 71950
23961                 - Fixes changing Multicolumn on the fly
23962                 - Fixes keyboard navigation on Multicolumn listboxes
23963
23964 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
23965         
23966         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
23967         crash reporter log.
23968
23969 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
23970
23971         * XplatUIOSX.cs: Allow applications to actually exit.
23972
23973 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
23974
23975         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
23976         their parent at creation time rather than lazily later.  Fixes a major
23977         regression we were experiencing.
23978
23979 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
23980
23981         * ThemeWin32Classic.cs: more date time picker painting fixes
23982         * DateTimePicker.cs: more monthcalendar drop down fixes
23983         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
23984
23985 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
23986
23987         * ScrollBar.cs:
23988                 - When moving the thumb going outside the control should stop the moving
23989                 - Adds the firing of missing events
23990                 - Fixes no button show if Size is not specified
23991                 - End / Home keys for keyboard navigation
23992
23993 2005-01-30  Peter Bartok  <pbartok@novell.com>
23994
23995         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
23996           sanity check to prevent theoretical loop
23997         * XplatUIWin32.cs (SetVisible): Removed debug output
23998         * XplatUIX11.cs (SystrayChange): Added sanity check
23999         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
24000         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
24001           behaviour, valid until the X11 client window rewrite is done
24002         * TextBox.cs (ctor): Setting proper default foreground and background
24003           colors
24004
24005 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
24006
24007         * Theme: Added DrawDateTimePicker to interface
24008         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
24009         * DateTimePicker.cs: Created (still needs keys and painting code)
24010         * DateTimePickerFormat.cs: added
24011         * MonthCalendar.cs: fixed CreateParams for popup window mode
24012           
24013 2005-01-29  Peter Bartok  <pbartok@novell.com>
24014
24015         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
24016           this should also the calculations for ligher/darker
24017         * Theme.cs: Fixed defaults for ScrollBar widths/heights
24018
24019 2005-01-29  Peter Bartok  <pbartok@novell.com>
24020
24021         * ArrangeDirection.cs: Added
24022         * ArrangeStartingPositon.cs: Added
24023         * SystemInformation.cs: Implemented
24024         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
24025           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
24026           used by SystemInformation class
24027         * X11Strucs.cs: Added XSizeHints structure
24028         * MenuAPI.cs:
24029           - Fixed CreateParams to make sure the menu window is always visible
24030           - TrackPopupMenu: Added check to make sure we don't draw the
24031             menu offscreen
24032
24033 2005-01-29  Peter Bartok  <pbartok@novell.com>
24034
24035         * HandleData.cs: Added method for altering invalid area
24036         * TextBoxBase.cs: Implemented TextLength
24037
24038 2005-01-28  Peter Bartok  <pbartok@novell.com>
24039
24040         * XplatUIX11.cs: Improvement over last patch, not sending
24041           the WM_PAINT directly anymore, instead we scroll any pending
24042           exposed areas and let the system pick out the WM_PAINT later
24043
24044 2005-01-28  Peter Bartok  <pbartok@novell.com>
24045
24046         * SWF.csproj: Deleted, no longer used. Instead,
24047           Managed.Windows.Forms/SWF.csproj should be used
24048         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
24049           directly, to avoid a potential race condition with the next
24050           scroll
24051
24052 2005-01-28  Peter Bartok  <pbartok@novell.com>
24053
24054         * XplatUI.cs: Made class internal
24055
24056 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
24057
24058         * CheckedListBox.cs:
24059                 - Draw focus
24060                 - Fixed Drawing
24061                 - Missing methods and events
24062
24063 2005-01-27  Peter Bartok  <pbartok@novell.com>
24064
24065         * Application.cs (Run): Don't use form if we don't have one
24066
24067 2005-01-27  Peter Bartok  <pbartok@novell.com>
24068
24069         * TextBoxBase.cs (get_Lines): Fixed index off by one error
24070
24071 2005-01-27  Peter Bartok  <pbartok@novell.com>
24072
24073         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
24074         * GridItem.cs: Added; Patch by Jonathan S. Chambers
24075         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
24076         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
24077         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
24078         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
24079         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24080         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
24081         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24082         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24083         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24084         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
24085
24086 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
24087
24088         * Combobox.cs:
24089                 - Draw focus on Simple Combobox
24090                 - Fixes drawing issues
24091                 - fixes 71834
24092
24093 2005-01-27  Peter Bartok  <pbartok@novell.com>
24094
24095         * Form.cs:
24096           - Place window in default location, instead of hardcoded 0/0
24097           - Send initial LocationChanged event
24098         * Control.cs:
24099           - UpdateBounds after creation to find out where the WM placed us
24100           - Make sure that if the ParentForm changes location the Form
24101             is notified
24102         * XplatUIX11.cs: XGetGeometry will not return the coords relative
24103             to the root, but to whatever the WM placed around us.
24104             Translate to root coordinates before returning toplevel
24105             coordinates
24106         * XplatUIWin32.cs: Removed debug output
24107         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
24108           flag to GetWindowPos, to allow translation of coordinates on X11
24109
24110 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
24111
24112         * ListBox.cs: connect LostFocus Event
24113
24114 2005-01-27  Peter Bartok  <pbartok@novell.com>
24115
24116         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
24117           XplatUIX11.cs: Extended the Systray API
24118         * Form.cs: Removed debug output
24119         * Application.cs: Fixed focus assignment, always need to call
24120           XplatUI.Activate() since Form.Activate() has rules that may
24121           prevent activation
24122         * NotifyIcon.cs: Should be complete now
24123         * ToolTip.cs: Worked around possible timer bug
24124
24125 2005-01-27  Jackson Harper  <jackson@ximian.com>
24126
24127         * TabControl.cs:
24128         - Only invalidate the effected tabs when the
24129         selected index changes. This reduces drawing and gets rid of some
24130         flicker.
24131         - Only refresh if the tabs need to be shifted, otherwise only
24132         invalidate the slider button.
24133         - On windows the tabs are not filled to right if the slider is
24134         visible.
24135         
24136 2005-01-27  Jackson Harper  <jackson@ximian.com>
24137
24138         * TabControl.cs: Only refresh on mouseup if we are showing the
24139         slider. Also only invalidate the button whose state has changed.
24140
24141 2005-01-26  Peter Bartok  <pbartok@novell.com>
24142
24143         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
24144         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
24145           and SystrayRemove() methods
24146         * XplatUIOSX.cs: Stubbed Systray methods
24147         * XplatUIX11.cs:
24148           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
24149             methods
24150           - Fixed broken XChangeProperty calls (marshalling messed up things)
24151         * X11Structs.cs: Added enums and structs required for Size hinting
24152         * NotifyIcon.cs: Added & implemented
24153
24154 2005-01-26  Jackson Harper  <jackson@ximian.com>
24155
24156         * TabControl.cs: Space vertically layed out tabs properly.
24157
24158 2005-01-26  Peter Bartok  <pbartok@novell.com>
24159
24160         * Form.cs (CreateClientParams): Always set the location to 0,0
24161           since we're a child window.
24162
24163         * Control.cs (SetVisibleCore): Always explicitly setting the location
24164           of a toplevel window, apparently X11 doesn't like to move windows
24165           while they're not mapped.
24166
24167 2005-01-26  Jackson Harper  <jackson@ximian.com>
24168
24169         * TabControl.cs: Implement FillToRight size mode with vertically
24170         rendered tabs.
24171
24172 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
24173
24174         * ControlPaint.cs, ThemeWin32Classic.cs
24175                 - Fixes DrawFocusRectangle
24176
24177 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
24178
24179         * MenuAPI.cs:
24180                 - MenuBar tracking only starts when item is first clicked
24181                 - Fixes menu hidding for multiple subitems
24182                 - Unselect item in MenuBar when item Executed
24183                 - Fixes bug 71495
24184
24185 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
24186
24187         * ListControl.cs:
24188                 - IsInputKey for ListBox
24189         * ListBox.cs:
24190                 - Focus item
24191                 - Shift and Control item selection
24192                 - Implement SelectionMode.MultiExtended
24193                 - Fixes RightToLeft
24194         * ComboBox.cs:
24195                 - IsInputKey implemented
24196                 - Do not generate OnTextChangedEdit on internal txt changes
24197                 
24198 2005-01-23  Peter Bartok  <pbartok@novell.com>
24199
24200         * AccessibleObject.cs: Partially implemented Select()
24201         * MonthCalendar.cs: Added missing attributes and events
24202         * Form.cs: Fixed CreateParams behaviour, now controls derived from
24203           form can properly override CreateParams.
24204         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
24205           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
24206           Control performs Invalidate & Update
24207         * NativeWindow (CreateHandle): Added special handling for Form
24208           and Form.FormParent classes to allow overriding of From.CreateParams
24209         * Control.cs:
24210           - ControlNativeWindow: Renamed 'control' variable to more intuitive
24211             name 'owner'
24212           - ControlNativeWindow: Added Owner property
24213           - Removed usage of Refresh() on property changes, changed into
24214             Invalidate(), we need to wait until the queue is processed for
24215             updates, direct calls might cause problems if not all vars for
24216             Paint are initialized
24217           - Added call to UpdateStyles() when creating the window, to set any
24218             styles that CreateWindow might have ignored.
24219           - Added support for Form CreateParent overrides to UpdateStyles()
24220         * MessageBox.cs: Removed no longer needed FormParent override stuff,
24221           CreateParams are now properly overridable
24222         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
24223           CreateParams are now properly overridable
24224
24225 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
24226
24227         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
24228         OnTextBoxChanged.
24229
24230         Capture LostFocus and OnTextBoxChanged.  The later introduces a
24231         recursive invocation that I have not figured out yet.
24232
24233         Reset the timer when not using (it was accumulating).
24234
24235
24236         (OnTextBoxChanged): Set UserEdit to true here to track whether the
24237         user has made changes that require validation.
24238
24239         Reset changing to avoid loops.
24240
24241 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
24242
24243         * NumericUpDown.cs: Display value at startup.
24244
24245         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
24246         ValidateEditText.
24247
24248         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
24249         filled in.  Added some basic parsing of text.
24250
24251         Still missing the OnXXX method overrides, and figuring out the
24252         events that must be emitted.
24253
24254         * UpDownBase.cs: Handle UserEdit on the Text property.
24255         
24256 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
24257
24258         * ComboBox.cs:
24259           - Fixes IntegralHeight
24260           - ToString method
24261
24262 2005-01-21  Jackson Harper  <jackson@ximian.com>
24263
24264         * TabControl.cs: Set the SelectedIndex property when SelectedTab
24265         is set so that the page visibility is updated and the tabs are
24266         sized correctly.
24267
24268 2005-01-21  Jackson Harper  <jackson@ximian.com>
24269
24270         * TabControl.cs: Use cliping rectangle for blitting. Give the
24271         theme the clipping rect so we can do clipping while
24272         drawing. Remove some debug code.
24273
24274 2005-01-21  Jackson Harper  <jackson@ximian.com>
24275
24276         * TabPage.cs: Add a new method so tab pages can force the tab
24277         control to recalculate the tab page sizes.
24278         * TabControl.cs: UpdateOwner needs to make the tab control recalc
24279         sizes.
24280
24281 2005-01-20  Jackson Harper  <jackson@ximian.com>
24282
24283         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
24284
24285 2005-01-20  Jackson Harper  <jackson@ximian.com>
24286
24287         * TreeView.cs: Set the bounds for nodes properly. They were
24288         getting screwed up when checkboxes were not enabled, but images
24289         were.
24290
24291 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
24292
24293         * ListBox.cs:
24294                 - Owner draw support
24295                 - Fixes
24296                 
24297 2005-01-20  Jackson Harper  <jackson@ximian.com>
24298
24299         * XplatUIStructs.cs: More misc keys
24300         * X11Keyboard.cs: Ignore some control keys.
24301
24302 2005-01-20  Jackson Harper  <jackson@ximian.com>
24303
24304         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
24305         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
24306
24307 2005-01-19  Peter Bartok  <pbartok@novell.com>
24308
24309         * Control.cs: Un-selecting the control when it is loosing focus
24310
24311 2005-01-19  Jackson Harper  <jackson@ximian.com>
24312
24313         * TreeView.cs: Hook up to the text controls leave event so we can
24314         end editing when the users clicks outside the text box.
24315         
24316 2005-01-19  Jackson Harper  <jackson@ximian.com>
24317
24318         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
24319         get set in the conversion array.
24320
24321 2005-01-19  Peter Bartok  <pbartok@novell.com>
24322
24323         * Application.cs (ModalRun): Added a call to CreateControl to ensure
24324           focus is properly set
24325         * Button.cs:
24326           - Added missing attributes
24327           - removed styles, those are already set in the base class
24328         * ButtonBase.cs:
24329           - Added missing attributes
24330           - Added clip window styles
24331         * CheckBox.cs: Added missing attributes
24332         * CommonDialog.cs:
24333           - FormParentWindow.CreateParams: Added required clip styles
24334         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
24335           also filters modifier keys
24336         * MessageBox.cs:
24337           - Added assignment of Accept and Cancel button to enable Enter
24338             and Esc keys in MessageBox dialogs
24339           - FormParentWindow.CreateParams: Added required clip styles
24340         * RadioButton.cs: Added missing attributes
24341         * TextControl.cs: No longer draws selection if control does not
24342           have focus
24343         * TextBoxBase.cs:
24344           - Now draws simple rectangle around test area to make it obvious
24345             there's a control. This is a hack until we properly support borders
24346           - A few simple fixes to support selections better, now erases selected
24347             text when typing, and resets selection when using movement keys
24348
24349 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
24350
24351         * UpDownBase.cs: Added some new properties.
24352
24353         * DomainUpDown.cs: Implement a lot to get my test working.
24354
24355 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24356
24357         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
24358
24359 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24360
24361         * OSXStructs (WindowAttributes): Fixed csc complaints
24362
24363 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24364
24365         * XplayUIOSX.cs:
24366           OSXStructs.cs: Initial refactor to move enums and consts into
24367           OSXStructs and use them in the driver for greater readability.
24368
24369 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
24370
24371         * XplatUIOSX.cs: Initial support for Standard Cursors.
24372         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
24373
24374 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
24375
24376         * ComboBox.cs: ability to change style when the ctrl is already
24377         created, missing methods and events, bug fixes, signature fixes
24378
24379 2005-01-19  Peter Bartok  <pbartok@novell.com>
24380
24381         * Cursors.cs (ctor): Added ctor to fix signature
24382
24383 2005-01-18  Peter Bartok  <pbartok@novell.com>
24384
24385         * Button.cs: Implemented DoubleClick event
24386         * ButtonBase.cs:
24387           - Fixed keyboard handling to behave like MS, where the press of
24388             Spacebar is equivalent to a mousedown, and the key release is
24389             equivalent to mouseup. Now a spacebar push will give the same
24390             visual feedback like a mouse click.
24391           - Added missing attributes
24392           - Added ImeModeChanged event
24393           - Added support for generating DoubleClick event for derived classes
24394         * CheckBox.cs:
24395           - Implemented DoubleClick event
24396           - Added missing attributes
24397         * CommonDialog.cs: Added missing attribute
24398         * ContextMenu.cs: Added missing attributes
24399         * RadioButton.cs:
24400           - AutoChecked buttons do not allow to be unselected when clicked
24401             (otherwise we might end up with no selected buttons in a group)
24402           - Added missing attributes
24403           - Implemented DoubleClickEvent
24404         * ThreadExceptionDialog.cs: Enabled TextBox code
24405
24406 2005-01-18  Peter Bartok  <pbartok@novell.com>
24407
24408         * Form.cs: Removed debug output
24409         * Button.cs: Added support for DoubleClick method
24410
24411 2005-01-18  Peter Bartok  <pbartok@novell.com>
24412
24413         * Form.cs:
24414           - Added method to parent window that allows triggering size
24415             calculations when a menu is added/removed
24416           - set_Menu: Cleaned up mess from early days of Form and Control,
24417             now properly triggers a recalc when a menu is added/removed
24418           - Added case to select form itself as focused form if no child
24419             controls exist
24420           - Added PerformLayout call when showing dialog, to ensure properly
24421             placed controls
24422         * Control.cs:
24423           - Select(): Made internal so Form can access it
24424           - Focus(): Only call Xplat layer if required (avoids loop), and sets
24425             status
24426         * Application.cs (Run): Removed hack and calls PerformLayout instead
24427           to trigger calculation when Form becomes visible
24428
24429 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
24430
24431         * ComboBox.cs: fixes for ownerdraw
24432
24433 2005-01-18  Peter Bartok  <pbartok@novell.com>
24434
24435         * TextControl.cs:
24436           - Sentinel is no longer static, each Document gets it's own, this
24437             avoids locking or alternatively overwrite problems when more
24438             than one text control is used simultaneously.
24439           - Switched to use Hilight and HilightText brushes for text selection
24440
24441         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
24442
24443 2005-01-18  Peter Bartok  <pbartok@novell.com>
24444
24445         * Control.cs:
24446           - Hooked up the following events:
24447                 o ControlAdded
24448                 o ControlRemoved
24449                 o HandleDestroyed
24450                 o ImeModeChanged
24451                 o ParentChanged
24452                 o TabStopChanged
24453                 o Invalidated
24454                 o SystemColorsChanged
24455                 o ParentFontChanged
24456                 o Move
24457           - Removed debug output
24458           - Added a call to the current theme's ResetDefaults when a color change
24459             is detected
24460         * Form.cs: Now setting the proper ImeMode
24461         * Theme.cs: Defined a method to force recreation of cached resources
24462           and rereading of system defaults (ResetDefaults())
24463         * ThemeWin32Classic.cs: Added ResetDefaults() stub
24464
24465 2005-01-17  Peter Bartok  <pbartok@novell.com>
24466
24467         * Control.cs: Added missing attributes
24468
24469 2005-01-17  Jackson Harper  <jackson@ximian.com>
24470
24471         * TreeNode.cs: Implement editing. Add missing properties selected
24472         and visible.
24473         * TreeView.cs: Implement node editing. Also some fixes to use
24474         Invalidate (invalid area) instead of Refresh when selecting.
24475
24476 2005-01-17  Peter Bartok  <pbartok@novell.com>
24477
24478         * Control.cs:
24479           - Implemented InvokeGotFocus() method
24480           - Implemented InvokeLostFocus() method
24481           - Implemented InvokePaint() method
24482           - Implemented InvokePaintBackground() method
24483           - Implemented InvokeClick() method
24484           - Implemented FindForm() method
24485           - Implemented RectangleToClient() method
24486           - Implemented ClientToRectangle() method
24487           - Implemented ResetBackColor() method
24488           - Implemented ResetCursor() method
24489           - Implemented ResetFont() method
24490           - Implemented ResteForeColor() method
24491           - Implemented ResetImeMode() method
24492           - Implemented ResetLeftToRight() method
24493           - Implemented ResetText() method
24494           - Implemented Scale() methods
24495           - Implemented ScaleCore() method
24496           - Implemented Update() method
24497           - Removed unused variables
24498           - Stubbed AccessibilityNotifyClients and
24499             ControlAccessibleObject.NotifyClients() methods (dunno what to do
24500             with those yet)
24501           - Now setting proper default for RightToLeft property
24502           - Fixed bug in SetClientSizeCore that would cause windows to get
24503             really big
24504           - Now sending Click/DoubleClick events
24505           - Now selecting controls when left mouse button is clicked on
24506             selectable control
24507         * AccessibleEvents.cs: Added
24508         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
24509         * XplatUIOSX.cs: Stubbed UpdateWindow() method
24510         * XplatUIWin32.cs: Implemented UpdateWindow() method
24511         * XplatUIX11.cs: Implemented UpdateWindow() method
24512         * Form.cs: Removed stray semicolon causing CS0162 warning
24513         * ThemeWin32Classic.cs: Fixed unused variable warnings
24514         * ScrollableControl.cs: Now calls base method for ScaleCore
24515         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
24516           style to avoid interference with internal click handler (which is
24517           different than standard Control click handling)
24518         * RadioButton.cs:
24519           - Now unchecks all sibling radio buttons when control is
24520             selected (Fixes #68756)
24521           - Removed internal tabstop variable, using the one inherited from
24522             Control
24523
24524 2005-01-17  Jackson Harper  <jackson@ximian.com>
24525
24526         * NavigateEventArgs.cs: Fix base type.
24527         * LinkLabel.cs: Sig fix
24528         
24529 2005-01-17  Jackson Harper  <jackson@ximian.com>
24530
24531         * TreeView.cs: Only invalidate the effected nodes bounds when
24532         selecting nodes.
24533
24534 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
24535
24536         * XplatUIWin32.cs: fixes Win32 marshaling
24537         * XplatUIX11.cs: fixes method signature
24538
24539 2005-01-17  Peter Bartok  <pbartok@novell.com>
24540
24541         * XplatUIX11.cs: Clean up resources when we no longer need them
24542
24543 2005-01-17  Peter Bartok  <pbartok@novell.com>
24544
24545         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
24546           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
24547           and DestroyCursor() methods.
24548         * Cursor.cs: Partially implemented, now supports standard cursors;
24549           still contains some debug code
24550         * Cursors.cs: Implemented class
24551         * Control.cs:
24552           - WndProc(): Added handling of WM_SETCURSOR message, setting the
24553             appropriate cursor
24554           - Implemented Cursor property
24555           - Replaced break; with return; more straightforwar and possibly
24556             faster
24557           - Now properly setting the result for WM_HELP
24558         * X11Structs.cs: Added CursorFontShape enum
24559         * XplatUIStructs.cs:
24560           - Added StdCursor enum (to support DefineStdCursor() method)
24561           - Added HitTest enum (to support sending WM_SETCURSOR message)
24562         * XplatUIX11.cs:
24563           - Now sends the WM_SETCURSOR message
24564           - Implemented new cursor methods
24565         * XplatUIOSX.cs: Stubbed new cursor methods
24566         * XplatUIWin32.cs:
24567           - Implemented new cursor methods
24568           - Added GetSystemMetrics function and associated enumeration
24569
24570 2005-01-15  Peter Bartok  <pbartok@novell.com>
24571
24572         * Control.cs:
24573           - WndProc(): Now handles EnableNotifyMessage
24574           - SelectNextControl(): Fixed bug where if no child or sibling
24575             controls exist we looped endlessly
24576
24577 2005-01-14  Jackson Harper  <jackson@ximian.com>
24578
24579         * TreeView.cs: Recalculate the tab pages when a new one is added
24580         so that the proper bounding rects are created.
24581
24582 2005-01-14  Jackson Harper  <jackson@ximian.com>
24583
24584         * TreeView.cs: Draw a gray box instead of a grip in the lower
24585         right hand corner when there are both horizontal and vertical
24586         scroll bars.
24587
24588 2005-01-14  Jackson Harper  <jackson@ximian.com>
24589
24590         * Control.cs: When erasing backgrounds use FromHwnd instead of
24591         FromHdc when there is a NULL wparam. This occurs on the X driver.
24592         * XplatUIX11.cs: Set the wparam to NULL.
24593
24594 2005-01-13  Jackson Harper  <jackson@ximian.com>
24595
24596         * PictureBox.cs: Implement missing methods (except ToString, need
24597         to test that on windows) and events. When visibility is changed we
24598         need to redraw the image because the buffers are killed. When size
24599         is changed refresh if the sizemode needs it.
24600
24601 2005-01-13  Peter Bartok  <pbartok@novell.com>
24602
24603         * Control.cs (SelectNextControl): Was using wrong method to select
24604           a control
24605
24606 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
24607
24608         * ComboBox.cs: fixes dropstyle
24609
24610 2005-01-13  Peter Bartok  <pbartok@novell.com>
24611
24612         * Form.cs:
24613           - Implemented Select() override
24614           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
24615           - Now sets keyboard focus on startup
24616         * Control.cs (SelectNextControl): Now properly handles directed=true
24617         * TextBoxBase.cs:
24618           - WndProc: Now passes tab key on to base if AcceptTabChar=false
24619           - Added (really bad) focus rectangle (mostly for testing)
24620         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
24621           to enforce redraw on focus changes
24622         * ContainerControl.cs:
24623           - Fixed detection of Shift-Tab key presses
24624           - Fixed traversal with arrow keys
24625         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
24626           gonna keep this or if it's complete yet
24627         
24628 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
24629
24630         * ComboBox.cs: missing properties, fixes
24631
24632 2005-01-13  Peter Bartok  <pbartok@novell.com>
24633
24634         * Panel.cs (ctor): Setting Selectable window style to off
24635         * Splitter.cs (ctor): Setting Selectable window style to off
24636         * GroupBox.cs (ctor): Setting Selectable window style to off
24637         * Label.cs (ctor): Setting Selectable window style to off
24638
24639 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
24640
24641         * UpDownBase.cs (InitTimer): If the timer has been already
24642         created, enable it.
24643
24644         Use a TextBox instead of a Label.
24645
24646 2005-01-12  Jackson Harper  <jackson@ximian.com>
24647
24648         * TreeView.cs: Refresh the tree after sorting the nodes. Always
24649         draw the connecting node lines (when ShowLines is true).
24650         * TreeNode.cs: The nodes index can now be updated. This is used
24651         when a node collection is sorted.
24652         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
24653         insert or an existing unsorted node collection can be sorted.
24654         
24655 2005-01-12  Peter Bartok  <pbartok@novell.com>
24656
24657         * ContainerControl.cs: Implemented ProcessDialogKeys()
24658
24659 2005-01-12  Peter Bartok  <pbartok@novell.com>
24660
24661         * Control.cs:
24662           - Implemented SelectNextControl() method
24663           - Several focus related bug fixes
24664           - Fixed Docking calculations to match MS documentation and
24665             behaviour
24666
24667 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
24668
24669         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
24670         bug fixes
24671
24672 2005-01-12  Peter Bartok  <pbartok@novell.com>
24673
24674         * Control.cs:
24675           - Fixed broken Contains() method
24676           - Implemented GetNextControl() method. Finally. This is the pre-
24677             requisite for focus handling.
24678
24679 2005-01-12  Peter Bartok  <pbartok@novell.com>
24680
24681         * OSXStrucs.cs: Added
24682
24683 2005-01-12  Peter Bartok  <pbartok@novell.com>
24684
24685         * XplatUIWin32.cs:
24686           - Removed PeekMessageFlags
24687           - Implemented SetWindowStyle() method
24688         * XplatUIStructs.cs: Added PeekMessageFlags
24689         * X11Structs: Added missing border_width field to XWindowChanges struct
24690         * XplatUIX11.cs:
24691           - PeekMessage: Now throws exception if flags which are not yet
24692             supported are passed
24693           - Implemented SetWindowStyle() method
24694           - Fixed SetZOrder to handle AfterHwnd properly
24695         * XplatUI.cs: Added SetWindowStyle() method
24696         * XplatUIDriver.cs: Added SetWindowStyle() abstract
24697         * Control.cs:
24698           - Implemented UpdateStyles() method
24699           - Implemented UpdateZOrder() method
24700         * XplatUIOSX.cs: Added SetWindowStyle() stub
24701
24702 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
24703
24704         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
24705         button mouse).
24706
24707
24708 2005-01-11  Jackson Harper  <jackson@ximian.com>
24709
24710         * TreeView.cs: Still need to draw lines to siblings even if out of
24711         the current node is out of the clip.
24712
24713 2005-01-11  Jackson Harper  <jackson@ximian.com>
24714
24715         * TreeView.cs: When setting the hbar/vbar/grip position use
24716         SetBounds so that perform layout is only called once. Also suspend
24717         and resume layout so layout is only done once for all controls.
24718         - Removed some debug fluff
24719         * SizeGrip.cs: Call base implmentation in overriding methods.
24720         - When visibility is changed the drawing buffers are killed so we
24721         need to redraw.
24722
24723 2005-01-11  Jackson Harper  <jackson@ximian.com>
24724
24725         * TreeView.cs: Calculate the open node count while drawing. This
24726         saves us an entire tree traversal for every paint operation. Use
24727         a member var for the open node count so less vars are passed around.
24728
24729 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
24730
24731         * MonthCalendar.cs:
24732         - fixed selection to use mousemove, not mouse polling on timer
24733         * ThemeWin32Classic.cs
24734         - removed redundant unused variable "no_more_content"
24735         
24736 2005-01-11  Peter Bartok  <pbartok@novell.com>
24737
24738         * XplatUIX11.cs (DoEvents): Needs to return when no more events
24739           are pending, so it now calls PeekMessage instead of GetMessage;
24740           implemented a incomplete version of PeekMessage
24741         
24742 2005-01-11  Peter Bartok  <pbartok@novell.com>
24743
24744         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
24745           I18n issues
24746         * TextBoxBase.cs: Added sending of TextChanged event
24747
24748 2005-01-10  Jackson Harper  <jackson@ximian.com>
24749
24750         * TreeView.cs: Try not to draw outside the clipping rectangle on
24751         each node element.
24752
24753 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
24754
24755         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
24756
24757 2005-01-10  Jackson Harper  <jackson@ximian.com>
24758
24759         * TreeView.cs:
24760         - Implement fast scrolling. Now only the newly
24761         exposed nodes are drawn and the old image is moved using the
24762         XplatUI::ScrollWindow method.
24763         - Factor in height of nodes when calculating whether or not the
24764         node is in the clipping rect.
24765
24766 2005-01-10  Jackson Harper  <jackson@ximian.com>
24767
24768         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
24769
24770 2005-01-10  Peter Bartok  <pbartok@novell.com>
24771
24772         * Application.cs: Added temporary hack to resolve all our resize
24773           required issues on startup. This will get fixed properly at
24774           some point in the future
24775
24776 2005-01-10  Jackson Harper  <jackson@ximian.com>
24777
24778         * SizeGrip.cs: New internal class that is used as a sizing
24779         grip control...hence the name.
24780
24781 2005-01-10  Peter Bartok  <pbartok@novell.com>
24782
24783         * Control.cs: Implemented proper TabIndex handling, now assigning
24784           a tabindex when a control is added to a container
24785         * GroupBox.cs (ctor): Now sets the Container style bit, required
24786           for Control.GetNextControl()
24787
24788 2005-01-09  Jackson Harper  <jackson@ximian.com>
24789
24790         * TextBoxBase.cs: Clear window when scrolling (fixes build).
24791
24792 2005-01-09  Peter Bartok <pbartok@novell.com>
24793
24794         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
24795           XplatUIX11.cs: Added ability to control ScrollWindow expose and
24796           an overload for ScrollWindow to allow only scrolling a rectangle
24797
24798 2005-01-09  Peter Bartok <pbartok@novell.com>
24799
24800         * Form.cs:
24801           - Implemented SetDesktopBounds method
24802           - Implemented SetDesktopLocation method
24803
24804 2005-01-08  Jackson Harper  <jackson@ximian.com>
24805
24806         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
24807         the node count has changed, this removes to VScroll::Refresh calls
24808         when drawing.
24809
24810 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
24811
24812         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
24813
24814 2005-01-07  Jackson Harper  <jackson@ximian.com>
24815
24816         * TreeNode.cs: Just update the single node when it is
24817         checked. Don't refresh after toggling, the Expand/Collapse already
24818         handles this.
24819         * TreeView.cs: Respect clipping a little more when drawing. Try
24820         not to redraw things that don't need to be redrawn. Just hide the
24821         scrollbars when they are no longer needed instead of removing
24822         them, so they don't have to be created again and again.
24823         
24824 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
24825
24826         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
24827         coordinates to window space to place the caret properly, FIXED.
24828         Implement GetWindowState & SetWindowState
24829
24830 2005-01-06  Peter Bartok <pbartok@novell.com>
24831
24832         * Form.cs:
24833           - Implemented ClientSize property
24834           - Implemented DesktopBounds property
24835           - Implemented DesktopLocation property
24836           - Implemented IsRestrictedWindow property
24837           - Implemented Size property
24838           - Implemented TopLevel property
24839           - Implemented FormWindowState property
24840         * Control.cs:
24841           - Implemented GetTopLevel() method
24842           - Implemented SetTopLevel() method
24843         * X11Structs.cs (Atom):
24844           - Added AnyPropertyType definition
24845           - Added MapState definiton and updated XWindowAttribute struct
24846         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
24847         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
24848         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
24849         * XplatUIWin32.cs:
24850           - Implemented GetWindowState() and SetWindowState() methods
24851           - Fixed Win32GetWindowLong return type
24852         * XplatUIX11.cs:
24853           - Introduced central function for sending NET_WM messages
24854           - Implemented GetWindowState() and SetWindowState() methods
24855         * TextBoxBase.cs (set_Lines):
24856           - Now uses Foreground color for text added via Text property (Duh!)
24857           - Added code to remember programmatically requested size (fixes
24858             behaviour when Multiline is set after Size)
24859           - Added AutoSize logic
24860
24861 2005-01-06  Jackson Harper  <jackson@ximian.com>
24862
24863         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
24864
24865 2005-01-06  Jackson Harper  <jackson@ximian.com>
24866
24867         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
24868         set to less then 0.
24869
24870 2005-01-06  Jackson Harper  <jackson@ximian.com>
24871
24872         * ScrollableControl.cs: Lazy init the scrollbars.
24873         
24874 2005-01-06  Jackson Harper  <jackson@ximian.com>
24875
24876         * Theme.cs: Speed up getting pens and solid brushes, by using
24877         their ARGB as a hash instead of tostring and not calling Contains.
24878
24879 2005-01-06  Peter Bartok <pbartok@novell.com>
24880
24881         * Form.cs:
24882           - Implemented OnActivated and OnDeactivate event trigger
24883           - Implemented Activate() method
24884           - Fixed ShowDialog() to activate the form that was active before
24885             the dialog was shown
24886         * XplatUIX11.cs:
24887           - Added global active_window var that tracks the currently active
24888             X11 window
24889           - Now always grabs Property changes from the root window to always
24890             catch changes on the active window property
24891           - Added code to PropertyNotify handler to send Active/Inactive
24892             messages when state changes. This puts X11 and Win32 en par on
24893             WM_ACTIVATE notifications (except for double notifications when
24894             the user clicks away from our modal window to another one of our
24895             windows)
24896
24897 2005-01-05  Jackson Harper  <jackson@ximian.com>
24898
24899         * ImageList.cs: Implment ctor
24900
24901 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
24902
24903         * XplatUIOSX.cs: Implement Activate/SetTopmost
24904
24905 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
24906
24907         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
24908
24909 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
24910
24911         * XplatUIOSX.cs: Implement GetActive/SetFocus.
24912
24913 2005-01-05  Peter Bartok <pbartok@novell.com>
24914
24915         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
24916           XplatUIOSX.cs: Added GetActive method to return the currently
24917           active window for the application (or null, if none is active)
24918         * Form.cs:
24919           - Implemented ActiveForm
24920           - Commented out owner assignment for modal dialogs (causes problems
24921             on Win32, since the owner will be disabled)
24922           - Reworked some Active/Focus handling (still incomplete)
24923         * CommonDialog.cs: Commented out owner assignment for modal dialogs
24924           (causes problems on Win32, since the owner will be disabled)
24925         * IWin32Window: Added ComVisible attribute
24926
24927 2005-01-05  Peter Bartok <pbartok@novell.com>
24928
24929         * ToolTip.cs (WndProc): Enable setting focus now that we have the
24930           required XplatUI functions.
24931
24932 2005-01-05  Peter Bartok <pbartok@novell.com>
24933
24934         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
24935           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
24936           to implement focus and activation handling; still incomplete and
24937           with debug output
24938
24939 2005-01-04  Peter Bartok <pbartok@novell.com>
24940
24941         * TextBoxBase.cs: Changed access level for Document property to
24942           match switch to internal for TextControl
24943
24944 2005-01-04  Peter Bartok <pbartok@novell.com>
24945
24946         * AccessibleObject: Added ComVisible attribute
24947
24948 2005-01-04  Jackson Harper  <jackson@ximian.com>
24949
24950         * X11Keyboard.cs: Remove unneeded var.
24951
24952 2005-01-04  Jackson Harper  <jackson@ximian.com>
24953
24954         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
24955         but PAINT.
24956         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
24957         ClientMessage. This makes apps exit cleanly (more often).
24958         
24959 2005-01-04  Jackson Harper  <jackson@ximian.com>
24960
24961         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
24962         handling focus, return correct colors and fonts,
24963         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
24964         handle selection, horizontal scrolling, and mouse interaction.
24965
24966 2005-01-04  Peter Bartok <pbartok@novell.com>
24967
24968         * ICommandExecutor.cs: Added
24969         * IDataGridColumnStyleEditingNotificationService.cs: Added
24970         * IFeatureSupport.cs: Added
24971         * IFileReaderService.cs: Added
24972         * IDataObject.cs: Added ComVisible attribute
24973         * AmbientProperties.cs: Added
24974         * BaseCollection.cs: Added missing attributes
24975         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
24976         * BaseCollection.cs: Added missing attributes
24977         * Binding.cs: Added TypeConverter attribute
24978         * BindingContext.cs: Added DefaultEvent attribute
24979         * BindingsCollection.cs: Added DefaultEvent attribute
24980         * Button.cs: Added DefaultValue attribute
24981         * DragEventArgs.cs: Added ComVisible attribute
24982         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
24983         * KeyEventArgs.cs: Added ComVisible attribute
24984         * KeyPressEventArgs.cs: Added ComVisible attribute
24985         * MouseEventArgs.cs: Added ComVisible attribute
24986         * NavigateEventArgs.cs: Added
24987         * NavigateEventHandler.cs: Added
24988         * FeatureSupport.cs: Added
24989         * OSFeature.cs: Added
24990         * Theme.cs: Added abstract Version property to support OSFeature
24991         * ThemeWin32Classic.cs: Added Version property to
24992           support OSFeature.Themes
24993         * ProgressBar.cs: Removed OnPaintBackground override, not required since
24994           the proper styles to avoid background drawing are set, also doesn't
24995           match MS signature
24996         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
24997         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
24998         * ScrollEventArgs.cs: Added ComVisible attribute
24999         * SplitterEventArgs.cs: Added ComVisible attribute
25000         * AccessibleSelection.cs: Added Flags attribute
25001         * Appearance.cs: Added ComVisible attribute
25002         * Border3DSide.cs: Added ComVisible attribute
25003         * Border3DStyle.cs: Added ComVisible attribute
25004         * BorderStyle.cs: Added ComVisible attribute
25005         * DragAction.cs: Added ComVisible attribute
25006         * ErrorBlinkStyle.cs: Added
25007         * ScrollEventType.cs: Added ComVisible attribute
25008         * AnchorStyles.cs: Added Editor attribute
25009         * DockStyle.cs: Added Editor attribute
25010         * HorizontalAlignment.cs: Added ComVisible attribute
25011         * HelpEventArgs.cs: Added ComVisible attribute
25012         * PaintEventArgs.cs: Added IDisposable
25013
25014 2005-01-04  Peter Bartok <pbartok@novell.com>
25015
25016         * TextControl.cs: Switched Line, LineTag and Document classes to
25017           internal
25018
25019 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
25020
25021         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
25022         Simple mode, fixes, IntegralHeight, etc.
25023
25024 2005-01-04  Peter Bartok <pbartok@novell.com>
25025
25026         * TextBoxBase.cs: Using proper font variable now
25027
25028 2005-01-04  Peter Bartok <pbartok@novell.com>
25029
25030         * Form.cs (ShowDialog): Set parent to owner, if provided
25031         * GroupBox.cs: Removed unused vars
25032         * TextControl.cs:
25033           - Added GetHashCode() for Document and LineTag classes
25034           - Removed unused variables
25035           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
25036             to allow translation between continuous char position and line/pos
25037         * CheckBox.cs: Removed vars that are provided by base class
25038         * RadioButton.cs: Removed vars that are provided by base class, added
25039           new keyword where required
25040         * LinkLabel.cs: Added new keyword where required
25041         * Control.cs (WndProc): Removed unused variable
25042         * TextBoxBase.cs:
25043           - Finished SelectionLength property
25044           - Implemented SelectionStart property
25045           - Implemented Text property
25046           - Removed unused vars
25047         * MessageBox.cs: Added new keyword where required
25048         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
25049           WndProc signature
25050         * MenuAPI.cs: Added new keyword where required
25051         * ButtonBase.cs: Removed vars that are provided by base class, added
25052           new keyword where required
25053         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
25054           argument to double, to allow compiling with csc 2.0 (Atsushi ran
25055           into this)
25056         * Application.cs (Run): Now triggers the ThreadExit event
25057         * CommonDialog.cs: Added new keyword where required; now properly sets
25058           parent (owner) for dialog
25059         * XplatUIX11.cs: Commented out unused vars
25060         * StatusBar.cs: Fixed signature for Text property
25061         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
25062
25063 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
25064
25065         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
25066         TrackBar.cs, MonthCalendar.cs: remove unused vars
25067
25068 2005-01-03  Jackson Harper  <jackson@ximian.com>
25069
25070         * ThemeWin32Classic.cs:
25071         * X11Keyboard.cs: Remove unused vars.
25072
25073 2005-01-03  Peter Bartok  <pbartok@novell.com>
25074
25075         * TextBox.cs:
25076           - set_Text: Tied into TextControl
25077           - set_TextAlignment: Tied into TextControl
25078         * TextControl.cs:
25079           - Added alignment properties and implemented alignment handling
25080             and drawing (still has a bug, not generating proper expose events)
25081           - Added new Line() constructor to allow passing the line alignment
25082           - Fixed selection setting, properly handling end<start now
25083           - Added aligment considerations to RecalculateDocument()
25084         * TextBoxBase.cs:
25085           - Now properly enforces control height for single line controls
25086           - Added support for CharacterCasing
25087           - Added IsInputKey override
25088           - Fixed Keys.Enter logic
25089           - Added SetBoundsCore override
25090           - Fixed mouse selection handling
25091
25092 2005-01-03  Jackson Harper  <jackson@ximian.com>
25093
25094         * TreeView.cs:
25095           - Collapse and uncheck all nodes when CheckBoxes is disabled.
25096           - Checkboxes are always aligned to the bottom of the node,
25097           regardless of item height.
25098           - Use the node bounds to draw the text so we can center it when
25099           the item height is greater then the font height.
25100           - Node::Bounds are only the text part of the node.
25101         * TreeNode.cs: New method to combine collapsing and unchecking all
25102           nodes recursively.
25103
25104 2005-01-02  Jackson Harper  <jackson@ximian.com>
25105
25106         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
25107         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
25108         tree when a check is changed. TODO: Only refresh the checked node.
25109
25110 2004-12-30  Jackson Harper  <jackson@ximian.com>
25111
25112         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
25113         * TreeNode.cs: When collapsing make sure to never collapse the
25114         root node.
25115
25116 2004-12-29  Jackson Harper  <jackson@ximian.com>
25117
25118         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
25119         
25120 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
25121
25122         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
25123
25124 2004-12-28  Peter Bartok  <pbartok@novell.com>
25125
25126         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
25127           not yet assigned
25128
25129 2004-12-28  Peter Bartok  <pbartok@novell.com>
25130
25131         * Control.cs (WndProc): Added WM_HELP handler, now generates
25132           HelpRequested event
25133         * Form.cs: Added HelpButton property and required support code
25134         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
25135
25136 2004-12-28  Peter Bartok  <pbartok@novell.com>
25137
25138         * CommonDialog.cs:
25139           - Made DialogForm.owner variable internal
25140           - Added check to ensure owner form is set before setting
25141             owner properties in CreateParams
25142
25143 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
25144
25145         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
25146           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
25147           GetCursorPos.  Fix major visibility issues.  Rework the windowing
25148           system to support borderless/titleless windows (implements menus).
25149           Fix GetWindowPos.  Implement initial background color support for
25150           views.
25151
25152 2004-12-28  Peter Bartok  <pbartok@novell.com>
25153
25154         * Form.cs (get_CreateParams): Make sure we have an owner before using
25155           the owner variable. Implement proper default if no owner exists
25156
25157 2004-12-28  Peter Bartok  <pbartok@novell.com>
25158
25159         * In preparation for making Managed.Windows.Forms the default build target
25160           for System.Windows.Forms, the following stubbed files were added.
25161           Dialogs are currently being implemented by contributors and are only
25162           short-term place holders.
25163         * ColorDialog.cs: Initial check-in (minmal stub)
25164         * DataGrid.cs: Initial check-in (minimal stub)
25165         * DataGridLineStyle.cs: Initial check-in (minimal stub)
25166         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
25167         * DataGridTableStyle.cs: Initial check-in (minimal stub)
25168         * FontDialog.cs: Initial check-in (minimal stub)
25169         * FileDialog.cs: Initial check-in (minimal stub)
25170         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
25171         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
25172         * OpenFileDialog: Initial check-in (minimal stub)
25173         * IComponentEditorPageSite.cs: Initial check-in
25174         * Splitter.cs: Initial check-in (for Jackson)
25175         * SplitterEventArgs.cs: Initial check-in (for Jackson)
25176         * SplitterEventHandler.cs: Initial check-in (for Jackson)
25177         * TextBox.cs: Initial check-in; still needs some wiring to
25178           TextControl backend
25179         * Form.cs: Implemented ControlBox property
25180         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
25181         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
25182         * TextControl.cs: Added selection functionality; added todo header
25183         * TextBoxBase.cs:
25184           - Implemented Lines property
25185           - Implemented TextHeight property
25186           - Implemented SelectedText property
25187           - Implemented SelectionLength property
25188           - Implemented SelectAll method
25189           - Implemented ToString method
25190           - Removed and cleaned up some debug code
25191           - Implemented (still buggy) mouse text selection
25192
25193 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
25194
25195         * ComboBox.cs: Complete DropDownList implementation, fixes.
25196
25197 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
25198
25199         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
25200         * ComboBoxStyle.cs: ComboBoxStyle enum
25201         * ComboBox.cs: Initial work on ComboBox control
25202
25203 2004-12-21  Peter Bartok  <pbartok@novell.com>
25204
25205         * Control.cs (ctor, CreateParams): Moved setting of is_visible
25206           forward so that anything that creates a window gets the default,
25207           also no longer uses Visible property in CreateParams to avoid
25208           walking up the parent chain and possibly get the wrong visible
25209           status. Fixed IsVisible to no longer walk up to the parent.
25210
25211 2004-12-21  Peter Bartok  <pbartok@novell.com>
25212
25213         * Form.cs (ShowDialog): Unset modality for the proper window
25214  
25215 2004-12-20  Peter Bartok  <pbartok@novell.com>
25216
25217         * CommonDialog.cs: Initial check-in
25218
25219 2004-12-20  Peter Bartok  <pbartok@novell.com>
25220
25221         * Control.cs (Visible): Now uses the parent window instead of the
25222           client area window for the property
25223
25224         * Form.cs
25225           - ShowDialog(): Now uses the proper window for modality
25226           - The default visibility state for the form parent is now false. This
25227             will prevent the user from seeing all the changes to the form and
25228             its controls before the application hits Application.Run()
25229           - Removed some stale commented out code
25230
25231         * NativeWindow.cs:
25232           - Added FindWindow() method to have a method to check for existence
25233             of a window handle
25234           - Added ability to override default exception handling (for example
25235             when debugging with VS.Net; to do this the ExternalExceptionHandler
25236             define must be set
25237           - Removed some useless debug output
25238
25239         * XplatUIX11.cs:
25240           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
25241             not working as expected
25242           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
25243             property to allow switching back to the modal window if focus is
25244             given to another one of our windows (Application Modal)
25245           - Now only sets override_redirect if we create a window
25246             without WS_CAPTION
25247           - Moved EventMask selection before mapping of newly created window
25248             so we can catch the map event as well
25249           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
25250           - Added various Atom related DllImports
25251           - Implemented Exit() method
25252           - .ctor() : No longer shows window if WS_VISIBLE is not defined
25253             in the CreateParams
25254
25255         * MessageBox.cs: Now properly deals with the FormParent window by
25256           providing an override the FormParent CreateParams property to
25257           set as POPUP instead of OVERLAPPED window.
25258
25259 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
25260
25261         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
25262         Minor code cleanup.
25263
25264 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
25265         
25266         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
25267
25268 2004-12-18  Peter Bartok  <pbartok@novell.com>
25269
25270         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
25271           implementing SetModal() method
25272
25273 2004-12-18  Peter Bartok  <pbartok@novell.com>
25274
25275         * X11Structs.cs (XGCValues): Fixed type of function element
25276         * XplatUI.cs: Added ScrollWindow() method
25277         * XplatUIDriver.cs: Added ScrollWindow() abstract
25278         * XplatUIWin32.cs: Implemented ScrollWindow() method
25279         * XplatUIX11.cs: Implemented ScrollWindow() method
25280         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
25281
25282 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25283
25284         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
25285         Some more keyboard support (INCOMPLETE)
25286
25287 2004-12-17  Peter Bartok  <pbartok@novell.com>
25288
25289         * TextControl.cs:
25290         - Added color attribute to line tags.
25291         - Added color argument to all functions dealing with tags
25292         - Added color argument support to various functions
25293         - Fixed miss-calculation of baseline/shift in certain circumstances
25294
25295         * TextBoxBase.cs: Added new color option to test code
25296
25297 2004-12-17  Jackson Harper  <jackson@ximian.com>
25298
25299         * TreeNode.cs:
25300         * MonthCalendar.cs: Signature fixes
25301
25302 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25303
25304         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
25305         keyboard event moved it.  Create a new graphics context for each paint resolves this
25306
25307 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25308
25309         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
25310         Make caret exist and go blink blink.  Initial keyboard support.
25311         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
25312         works.
25313
25314 2004-12-17  Jackson Harper  <jackson@ximian.com>
25315
25316         * XplatUIStructs.cs: Updated set of virtual keycodes.
25317         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
25318
25319 2004-12-17  Jackson Harper  <jackson@ximian.com>
25320
25321         * XplatUIX11.cs: Prune old keyboard code.
25322
25323 2004-12-17  Jackson Harper  <jackson@ximian.com>
25324
25325         * XplatUIX11.cs: When generating mouse wparams get the modifier
25326         keys from the ModifierKeys property.
25327
25328 2004-12-17  Jackson Harper  <jackson@ximian.com>
25329
25330         * X11Keyboard.cs: Send up/down input when generating
25331         messages. Remove some unused vars.
25332
25333 2004-12-17  Jackson Harper  <jackson@ximian.com>
25334
25335         * TabControl.cs:
25336         * TreeView.cs: get rid of warnings.
25337
25338 2004-12-17  Jackson Harper  <jackson@ximian.com>
25339
25340         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
25341
25342 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
25343
25344         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
25345           CheckedListBox.cs: Implementation
25346
25347 2004-12-17  Peter Bartok  <pbartok@novell.com>
25348
25349         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
25350
25351 2004-12-16  Peter Bartok  <pbartok@novell.com>
25352
25353         * TextControl.cs:
25354           - InsertCharAtCaret(): Fixed start pos fixup
25355           - CaretLine_get: No longer derives the line from the tag, the tag
25356             could be stale if lines in the document have been added or deleted
25357           - RebalanceAfterDelete(): Fixed bug in balancing code
25358           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
25359           - Line.Streamline(): Now can also elminate leading empty tags
25360           - DumpTree(): Added a few more tests and prevented exception on
25361             uninitialized data
25362           - Added Debug section for Combining lines
25363           - Delete(): Now copies all remaining properties of a line
25364           
25365         * TextBoxBase.cs:
25366           - Left mousebutton now sets the caret (and middle button still acts
25367             as formatting tester, which must go away soon)
25368           - Added Debug section for Deleting/Combining lines
25369           - Fixed calculations for UpdateView after Combining lines
25370
25371 2004-12-16  Peter Bartok  <pbartok@novell.com>
25372
25373         * TextControl.cs: Now properly aligns text on a baseline, using the
25374           new XplatUI.GetFontMetrics() method. Simplified several calculations
25375         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
25376           defined
25377
25378 2004-12-16  Peter Bartok  <pbartok@novell.com>
25379
25380         * XplatUI.cs: Added GetFontMetrics() method
25381         * XplatUIDriver.cs: Added GetFontMetrics() abstract
25382         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
25383           into libgdiplus, our private GetFontMetrics function
25384         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
25385         * XplatUIWin32.cs: Implemented GetFontMetrics() method
25386
25387 2004-12-16  Jackson Harper  <jackson@ximain.com>
25388
25389         * XplatUIStruct.cs: Add enum for dead keys
25390         * X11Keyboard.cs: Map and unmap dead keys.
25391
25392 2004-12-16  Jackson Harper  <jackson@ximian.com>
25393
25394         * X11Keyboard.cs: Detect and use the num lock mask.
25395
25396 2004-12-16  Peter Bartok  <pbartok@novell.com>
25397
25398         * Control.cs (CreateGraphics): Added check to make sure the
25399           handle of the window exists before calling Graphics.FromHwnd()
25400
25401 2004-12-16  Peter Bartok  <pbartok@novell.com>
25402
25403         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
25404           contains a lot of code that's not supposed to be there for the
25405           real thing, but required for developing/testing the textbox
25406           backend.
25407
25408 2004-12-16  Peter Bartok  <pbartok@novell.com>
25409
25410         * TextControl.cs:
25411         - Fixed Streamline method
25412         - Added FindTag method to Line
25413         - Added DumpTree method for debugging
25414         - Added DecrementLines() method for deleting lines
25415         - Fixed UpdateView to update the cursor to end-of-line on single-line
25416           updates
25417         - Added PositionCaret() method
25418         - Fixed MoveCaret(LineDown) to move into the last line, too
25419         - Added InsertChar overload
25420         - Fixed InsertChar tag offset calculations
25421         - Added DeleteChar() method
25422         - Added Combine() method for folding lines
25423         - Fixed Delete() method, no longer allocates wasted Line object and
25424           now copies all properties when swapping nodes
25425         - Delete() method now updates document line counter
25426
25427 2004-12-15  Jackson Harper  <jackson@ximian.com>
25428
25429         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
25430         * X11Keyboard.cs: Expose the currently selected modifier keys
25431         through a property.
25432
25433 2004-12-15  Peter Bartok  <pbartok@novell.com>
25434
25435         * TextControl.cs: Initial check-in. Still incomplete
25436
25437 2004-12-15  Jackson Harper  <jackson@ximian.com>
25438
25439         * TreeNode.cs:
25440         * TreeView.cs: Fix build on csc (second time today ;-))
25441
25442 2004-12-15  Jackson Harper  <jackson@ximian.com>
25443
25444         * TreeView.cs: Store the treenodes plus/minus box bounds when it
25445         is calculated and use this for click testing.
25446         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
25447
25448 2004-12-15  Jackson Harper  <jackson@ximian.com>
25449
25450         * TreeView.cs: Pass the nodes image index to the image list when
25451         drawing that image.
25452
25453 2004-12-15  Jackson Harper  <jackson@ximian.com>
25454
25455         * X11Keyboard.cs: Set messages hwnd.
25456         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
25457         post_message calls.
25458
25459 2004-12-15  Jackson Harper  <jackson@ximian.com>
25460
25461         * X11Keyboard.cs: Fix to compile with csc.
25462         
25463 2004-12-15  Jackson Harper  <jackson@ximian.com>
25464
25465         * X11Structs.cs: Add key mask values
25466         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
25467         * X11Keyboard.cs: New file - Extrapolates and interpolates key
25468         down/up foo into WM_CHAR foo
25469         * KeyboardLayouts.cs: Common keyboard layouts
25470         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
25471         post messages into the main queue.
25472
25473 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
25474
25475         * Button.cs: implement ProcessMnemonic
25476         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
25477           brushes everytime
25478         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
25479         * ButtonBase.cs: Show HotkeyPrefix (not the &)
25480
25481 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
25482         
25483         * MonthCalendar.cs: Implemented click-hold for next/previous month
25484           and date selection
25485           
25486 2004-12-11  Peter Bartok  <pbartok@novell.com>
25487
25488         * X11Structs.cs:
25489           - Added XKeyboardState (moved from XplatUIX11.cs)
25490           - Added XCreateGC related enums and structures
25491           - Added GXFunction for XSetFunction
25492
25493         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
25494
25495         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
25496           CaretVisible() calls
25497
25498         * ToolTip.cs: Added code to prevent stealing focus from app windows
25499
25500         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
25501           DestroyCaret, SetCaretPos and CaretVisible)
25502
25503         * XplatUIX11.cs:
25504           - Added implementation for caret functions
25505           - Moved hover variables into a struct, to make it a bit easier
25506             on the eyes and to debug
25507           - Removed XKeyboardState (moved to XplatUIX11.cs)
25508           - Moved Keyboard properties into the properties region
25509
25510         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
25511           call to get a graphics context for our control
25512
25513         * XplatUIOSX.cs: Added empty overrides for the new caret functions
25514
25515         * TreeView.cs: Fixed bug. No matter what color was set it would always
25516           return SystemColors.Window
25517
25518         * XplatUIWin32.cs: Implemented caret overrides
25519
25520 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
25521
25522         * ListBox.cs: fire events, implement missing methods and properties,
25523         sorting.
25524
25525 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
25526
25527         * MonthCalendar.cs: invalidation bug fixing
25528         * ThemeWin32Classic.cs: paint fixing
25529
25530 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
25531
25532         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
25533         prepare the CGContextRef there now.
25534
25535 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
25536
25537         * MonthCalendar.cs:
25538           - optimisationL only invalidate areas that have changed
25539         * ThemeWin32Classic.cs:
25540           - only paint parts that intersect with clip_area
25541
25542 2004-12-09  Peter Bartok  <pbartok@novell.com>
25543
25544         * Application.cs: Undid changes from r37004 which cause problems
25545         on X11
25546
25547 2004-12-09  Ravindra  <rkumar@novell.com>
25548
25549         * ToolBar.cs: Added support for displaying ContextMenu
25550         attached to a button on ToolBar.
25551         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
25552         property.
25553
25554 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
25555
25556         * Label.cs: autosize works in text change and removes unnecessary
25557         invalidate
25558
25559 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
25560
25561         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
25562         remove warnings
25563
25564 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
25565
25566         * XplatUIOSX.cs: Added mouse move/click/grab support
25567         Remove some debugging WriteLines not needed anymore.
25568         Add window resizing/positioning.
25569         Fix visibility on reparenting.
25570
25571 2004-12-08  Peter Bartok  <pbartok@novell.com>
25572
25573         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
25574
25575 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
25576
25577         * XplatUIOSX.cs: Initial checkin
25578         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
25579
25580 2004-12-03  Ravindra <rkumar@novell.com>
25581
25582         * ListView.cs: Added some keybindings and fixed scrolling.
25583         ScrollBars listen to ValueChanged event instead of Scroll
25584         Event. This would let us take care of all changes being
25585         done in the scrollbars' values programmatically or manually.
25586         * ListView.cs (CanMultiselect): Added a check for shift key.
25587         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
25588         * ListViewItem.cs (Clone): Fixed. We need to make a copy
25589         of ListViewSubItemCollection as well.
25590
25591 2004-12-06  Peter Bartok <pbartok@novell.com>
25592
25593         * Control.cs (Parent): Added check and exception to prevent
25594         circular parenting
25595
25596 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
25597
25598         * ListBox.cs: implemented clipping, selection single and multiple,
25599         bug fixing
25600
25601 2004-12-03  Ravindra <rkumar@novell.com>
25602
25603         * ListView.cs (ListView_KeyDown):
25604         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
25605         when CTRL key is pressed.
25606         * ListViewItem.cs (Selected): Fixed setting the property.
25607
25608 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
25609
25610         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
25611
25612         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
25613         MinimizeBox, ShowInTaskbar, TopMost properties.
25614
25615         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
25616         will be implemented).
25617
25618 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
25619
25620         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
25621
25622         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
25623         tests.
25624         
25625         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
25626         
25627         * TreeView.cs: BackColor is Colors.Window.
25628
25629 2004-12-01  Jackson Harper  <jackson@ximian.com>
25630
25631         * TreeView.cs: When resizing the tree if the user is making it
25632         smaller we don't get expose events, so we need to handle adding
25633         the horizontal scrollbar in the size changed handler as well as
25634         the expose handler.
25635
25636 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
25637
25638         * DrawItemState.cs: fixes wrong enum values
25639
25640 2004-12-01  Jackson Harper  <jackson@ximian.com>
25641
25642         * TreeView.cs: Resize the hbar as well as the vbar on resize.
25643
25644 2004-12-01  Jackson Harper  <jackson@ximian.com>
25645
25646         * NodeLabelEditEventArgs.cs:
25647         * NodeLabelEditEventHandler.cs:
25648         * OpenTreeNodeEnumerator.cs:
25649         * TreeNode.cs:
25650         * TreeNodeCollection.cs:
25651         * TreeView.cs:
25652         * TreeViewAction.cs:
25653         * TreeViewCancelEventArgs.cs:
25654         * TreeViewCancelEventHandler.cs:
25655         * TreeViewEventArgs.cs:
25656         * TreeViewEventHandler.cs: Initial implementation.
25657
25658 2004-12-01  Ravindra <rkumar@novell.com>
25659
25660         * ListView.cs (CalculateListView): Fixed scrolling related
25661         calculations. Also, removed some debug statements from other
25662         places.
25663         * ListViewItem.cs: Changed access to 'selected' instance variable
25664         from private to internal.
25665         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
25666
25667 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
25668
25669         * ThemeWin32Classic.cs: remove cache of brush and pens for
25670         specific controls and use the global system, fixes scrollbutton
25671         bugs (for small sizes, disabled, etc)
25672         
25673         * ScrollBar.cs: does not show the thumb for very small controls
25674         (as MS) and allow smaller buttons that the regular size
25675
25676 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
25677
25678         * UpDownBase.cs: Add abstract methods for the interface.
25679         Add new virtual methods (need to be hooked up to TextEntry when it
25680         exists).
25681         Add override methods for most features.
25682         Computes the size, forces the height of the text entry.
25683
25684         * NumericUpDown.cs: Put here the current testing code.
25685
25686         * Set eol-style property on all files that do not have mixed line
25687         endings, to minimize the future problems.  There are still a few
25688         files with mixed endings, and someone should choose whether they
25689         want to move it or not.
25690
25691 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
25692
25693         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
25694         System.Colors
25695         
25696 2004-11-30  Ravindra <rkumar@novell.com>
25697
25698         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
25699         drawing and replaced use of SystemColors by theme colors.
25700         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
25701         * ListView.cs (ListViewItemCollection.Add): Throw exception when
25702         same ListViewItem is being added more than once.
25703
25704 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
25705
25706         * MonthCalendar.cs:
25707           - ControlStyles love to make the control not flicker
25708           
25709 2004-11-30  Peter Bartok  <pbartok@novell.com>
25710
25711         * CharacterCasing.cs: Added
25712
25713 2004-11-29  Peter Bartok  <pbartok@novell.com>
25714
25715         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
25716           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
25717           I am removing these files as they conflict with already completed
25718           work. While it is fantastic to get contributions to MWF, I
25719           respectfully ask that everyone please coordinate their contributions
25720           through mono-winforms-list or #mono-winforms at this time. We're
25721           explicitly avoiding stubbing and don't want controls that don't have
25722           their basic functionality implemented in svn. Please also see
25723           http://www.mono-project.com/contributing/winforms.html
25724
25725
25726 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
25727
25728         * Application.cs (ModalRun): Don't hang after exit.
25729
25730         * Theme.cs: New TreeViewDefaultSize property.
25731
25732         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
25733         with less hardcoded SystemColors constant.
25734         Implemented TreeViewDefaultSize.
25735
25736         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
25737         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
25738
25739
25740 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
25741
25742         * MonthCalendar.cs:
25743           - Fix NextMonthDate and PrevMonthDate click moving calendar
25744
25745 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
25746
25747         * MonthCalendar.cs:
25748           - Fix usage of ScrollChange Property when scrolling months
25749
25750 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
25751
25752         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
25753          - Fixes menu destroying
25754          - Support adding and removing items on already created menus
25755
25756 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
25757
25758         * MonthCalendar.cs:
25759           - Re-worked all bolded dates handling to match win32
25760         * ThemeWin32Classic.cs:
25761           - Fixed rendering with bolded dates
25762
25763 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
25764
25765         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
25766         - Horizontal scroolbar
25767         - Multicolumn
25768         - Fixes
25769
25770
25771 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
25772
25773         * MonthCalendar.cs:
25774           - Fix Usage of MaxSelectionCount from SelectionRange
25775           - Fixed Shift + Cursor Selection
25776           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
25777           - Fixed normal cursor selection to be compat with win32
25778           - Fixed Shift + Mouse Click selection
25779
25780 2004-11-24  Peter Bartok <pbartok@novell.com>
25781
25782         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
25783         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
25784         * XplatUIX11.cs:
25785           - CreatedKeyBoardMsg now updates keystate with Alt key
25786           - Added workaround for timer crash to CheckTimers, Jackson will
25787             develop a proper fix and check in later
25788           - Implemented DispatchMessage
25789           - Removed calling the native window proc from GetMessage (call
25790             now moved to DispatchMessage)
25791
25792         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
25793           the keydata (Fixes bug #69831)
25794
25795         * XplatUIWin32.cs:
25796           - (DispatchMessage): Switched to return IntPtr
25797           - Added DllImport for SetFocus
25798
25799 2004-11-24  Ravindra <rkumar@novell.com>
25800
25801         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
25802         background drawing.
25803         * ListViewItem.cs: Fixed various properties, calculations
25804         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
25805         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
25806         and some internal properties. Fixed MouseDown handler and Paint
25807         method.
25808
25809 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
25810
25811         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
25812
25813 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
25814
25815         * ContainerControl.cs: correct accidental check in of local changes
25816
25817 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
25818
25819         * ThemeWin32Classic.cs:
25820                 - Fixed Drawing Last month in grid (sometimes not showing)
25821         * MonthCalendar.cs:
25822                 - Fixed title width calculation bug (makeing title small)
25823
25824 2004-11-23  Peter Bartok <pbartok@novell.com>
25825
25826         * XplatUIX11.cs:
25827           - Added generation of WM_MOUSEHOVER event
25828           - Added missing assignment of async_method atom
25829           - Fixed WM_ERASEBKGND; now only redraws the exposed area
25830
25831 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
25832
25833         * ThemeWin32Classic.cs:
25834                 - Fixed Drawing of today circle when showtodaycircle not set
25835                 - fixed drawing of first and last month in the grid (gay dates)
25836         * MonthCalendar.cs:
25837                 - Fixed Drawing of today circle
25838                 - Fixed drawing of grady dates
25839                 - Fixed HitTest for today link when ShowToday set to false
25840                 - Fixed DefaultSize to obey ShowToday
25841
25842 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
25843
25844         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
25845         * System.Windows.Forms/Theme.cs
25846         * MonthCalendar.cs: added for MonthCalendar
25847         * SelectionRange.cs: added for MonthCalendar
25848         * Day.cs: added for MonthCalendar: added for MonthCalendar
25849         * DateRangeEventArgs.cs: added for MonthCalendar
25850         * DateRangeEventHandler.cs: added for MonthCalendar
25851
25852 2004-11-22  Ravindra <rkumar@novell.com>
25853
25854         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
25855         property.
25856
25857 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
25858
25859         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
25860         event handler.
25861         
25862         * NumericUpDown.cs: Added new implementation.
25863         * UpDownBase.cs: Added new implementation.
25864
25865         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
25866         implementations.
25867         
25868         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
25869         implementations.
25870
25871         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
25872         methods.
25873
25874 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
25875
25876         * Timer.cs  (Dispose): Should call the base dispose when
25877         overriding.
25878
25879 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
25880
25881         * ScrollBar.cs: updates thumb position when max, min or increment
25882         is changed
25883
25884 2004-11-21  Ravindra <rkumar@novell.com>
25885
25886         * ListView.cs: Implemented item selection, activation and
25887         column header style. Fixed properties to do a redraw, if
25888         required. Added support for MouseHover, DoubleClick, KeyDown
25889         and KeyUp event handling and some minor fixes.
25890         * ListViewItem.cs: Fixed constructor.
25891         * ThemeWin32Classic.cs: Improved drawing for ListView.
25892
25893 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
25894
25895         * ThemeWin32Classic.cs: initial listbox drawing code
25896         * DrawMode.cs: new enumerator
25897         * ListControl.cs: stubbed class
25898         * ListBox.cs: initial implementation
25899         * Theme.cs: new methods definitions
25900         * SelectionMode.cs: new enumerator
25901
25902 2004-11-17  Peter Bartok  <pbartok@novell.com>
25903
25904         * XplatUIWin32.cs: Added double-click events to the class style
25905         * Control.cs (WndProc):
25906           - Added handling of click-count to MouseDown/ MouseUp events.
25907           - Added handling of middle and right mouse buttons
25908           - Removed old debug code
25909
25910 2004-11-17  Jackson Harper  <jackson@ximian.com>
25911
25912         * XplatUIX11.cs: Use the new Mono.Unix namespace.
25913
25914 2004-11-17  Ravindra <rkumar@novell.com>
25915
25916         * ListView.cs: Added event handling for MouseMove/Up/Down.
25917         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
25918         * ThemeWin32Classic.cs: We need to clear the graphics context and
25919         draw column header in a proper state.
25920
25921
25922 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
25923
25924         *  Menu.cs: fixes signature
25925
25926 2004-11-16  Peter Bartok  <pbartok@novell.com>
25927
25928         * XplatUIX11.cs (GetMessage): Implemented generation of
25929           double click mouse messages
25930
25931 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
25932
25933         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
25934         not by menu
25935
25936 2004-11-11  Peter Bartok  <pbartok@novell.com>
25937
25938         * HandleData.cs: Added Visible property
25939         * XplatUIX11.cs (IsVisible): Now uses Visible property from
25940           HandleData
25941         * XplatUIX11.cs: Removed old debug leftovers
25942         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
25943         * Control.cs (WndProc): Removed old debug leftovers,
25944           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
25945           needed WM_SIZE handling
25946
25947 2004-11-11  Jackson Harper  <jackson@ximian.com>
25948
25949         * OwnerDrawPropertyBag.cs:
25950         * TreeViewImageIndexConverter.cs: Initial implementation
25951
25952 2004-11-10  Jackson Harper  <jackson@ximian.com>
25953
25954         * ThemeWin32Classic.cs:
25955         * TabControl.cs: instead of moving tabs by the slider pos just
25956         start drawing at the tab that is offset by the slider. This way
25957         scrolling always moves by exactly one tab.
25958
25959 2004-11-10  Jackson Harper  <jackson@ximian.com>
25960
25961         * TabControl.cs: You can only scroll left when the slider has
25962         already ben moved right.
25963         
25964 2004-11-10  Jackson Harper  <jackson@ximian.com>
25965
25966         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
25967         the clip area.
25968         
25969 2004-11-10  Jackson Harper  <jackson@ximian.com>
25970
25971         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
25972         clip area.
25973         
25974 2004-11-09  Jackson Harper  <jackson@ximian.com>
25975
25976         * TabControl.cs (CalcXPos): New helper method so we can determine
25977         the proper place to start drawing vertical tabs.
25978         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
25979         
25980 2004-11-09  Jackson Harper  <jackson@ximian.com>
25981
25982         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
25983         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
25984         and Bottom, left and right are illegal values for this and
25985         multiline is enabled when the alignment is set to left or right.
25986         (DrawTab): Each alignment block should draw the text itself now
25987         because Left requires special love. Also add rendering for Left
25988         aligned tabs.
25989         
25990 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
25991
25992         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
25993         does not destroy the windows, removes debugging messages
25994
25995 2004-11-09  jba  <jba-mono@optusnet.com.au>
25996
25997         * ThemeWin32Classic.cs
25998         (DrawButtonBase): Fix verticle text rect clipping in windows
25999         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
26000         rendering and incorrect text rect clipping
26001         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
26002         rendering and incorrect text rect clipping
26003         
26004 2004-11-08  Jackson Harper  <jackson@ximian.com>
26005
26006         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
26007         bottom when they are bottom aligned so the bottoms of the tabs get
26008         displayed.
26009         * TabControl.cs (DropRow): Move rows up instead of down when the
26010         tab control is bottom aligned.
26011
26012 2004-11-08 13:59  pbartok
26013
26014         * XplatUIX11.cs:
26015           - Added handling for various window styles
26016           - Added handling for popup windows
26017           - Added SetTopmost handling
26018
26019 2004-11-08 13:55  pbartok
26020
26021         * XplatUIWin32.cs:
26022           - Added argument to SetTopmost method
26023           - Fixed broken ClientToScreen function
26024
26025 2004-11-08 13:53  pbartok
26026
26027         * XplatUIStructs.cs:
26028           - Added missing WS_EX styles
26029
26030 2004-11-08 13:53  pbartok
26031
26032         * XplatUI.cs, XplatUIDriver.cs:
26033           - Added argument to SetTopmost
26034
26035 2004-11-08 13:52  pbartok
26036
26037         * X11Structs.cs:
26038           - Added XSetWindowAttributes structure
26039           - Improved XWindowAttributes structure
26040           - Added SetWindowValuemask enum
26041           - Added window creation arguments enum
26042           - Added gravity enum
26043           - Added Motif hints structure
26044           - Added various Motif flags and enums
26045           - Added PropertyMode enum for property functions
26046
26047 2004-11-08 13:50  pbartok
26048
26049         * Form.cs:
26050           - Fixed arguments for updated SetTopmost method
26051
26052 2004-11-08 13:49  pbartok
26053
26054         * ToolTip.cs:
26055           - Fixed arguments for updated SetTopmost function
26056           - Fixed usage of PointToClient
26057
26058 2004-11-08 13:44  pbartok
26059
26060         * MenuAPI.cs:
26061           - Added Clipping of children and siblings
26062
26063 2004-11-08 13:41  pbartok
26064
26065         * MainMenu.cs:
26066           - Removed SetMenuBarWindow call. We do this in Form.cs
26067
26068 2004-11-08 13:40  jackson
26069
26070         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
26071           scrolling jimmi in the correct location with bottom aligned tabs
26072
26073 2004-11-08 13:36  pbartok
26074
26075         * ContainerControl.cs:
26076           - Implemented BindingContext
26077           - Implemented ParentForm
26078
26079 2004-11-08 12:46  jackson
26080
26081         * TabControl.cs: Put bottom rendered tabs in the right location
26082
26083 2004-11-08 07:15  jordi
26084
26085         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
26086           removes dead code
26087
26088 2004-11-05 17:30  jackson
26089
26090         * TabControl.cs: When selected tabs are expanded make sure they
26091           don't go beyond the edges of the tab control
26092
26093 2004-11-05 14:57  jackson
26094
26095         * TabControl.cs: Reset show_slider so if the control is resized to
26096           a size where it is no longer needed it's not displayed anymore
26097
26098 2004-11-05 13:16  jackson
26099
26100         * TabControl.cs: Make tab pages non visible when added to the
26101           control
26102
26103 2004-11-05 12:42  jackson
26104
26105         * TabControl.cs: Implement SizeMode.FillToRight
26106
26107 2004-11-05 12:16  jackson
26108
26109         * Control.cs: Do not call CreateHandle if the handle is already
26110           created
26111
26112 2004-11-05 11:46  jackson
26113
26114         * TabControl.cs: Remove superflous call to CalcTabRows
26115
26116 2004-11-05 09:07  jackson
26117
26118         * XplatUIX11.cs: Update for Mono.Posix changes
26119
26120 2004-11-05 07:00  ravindra
26121
26122         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
26123           scrolling.
26124
26125 2004-11-04 22:47  jba
26126
26127         * ThemeWin32Classic.cs:
26128           - Fix Button rendering for FlatStyle = Flat or Popup
26129           - Fix RadioButton and CheckBox rendering when Appearance = Button
26130             (normal and flatstyle).
26131           - Correct outer rectangle color when drawing focus rectangle
26132           - Adjust button bounds to be 1 px smaller when focused
26133           - Make button not draw sunken 3d border when pushed (windows compat)
26134           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
26135           - Offset the text in RadioButton and Checkbox when being rendered as
26136           a button.
26137           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
26138           radiobuttons
26139           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
26140           - Fixed disabled text rendering for normally rendered radiobuttons
26141
26142 2004-11-04 10:26  jackson
26143
26144         * TabControl.cs: Recalculate tab rows when resizing
26145
26146 2004-11-04 07:47  jordi
26147
26148         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
26149           collection completion, drawing issues, missing features
26150
26151 2004-11-04 05:03  ravindra
26152
26153         * ScrollBar.cs:
26154                 - We need to recalculate the Thumb area when
26155                 LargeChange/maximum/minimum values are changed.
26156           - We set the 'pos' in UpdatePos() method to minimum, if it's less
26157                 than minimum. This is required to handle the case if large_change is
26158                 more than max, and use LargeChange property instead of large_change
26159                 variable.
26160           - We return max+1 when large_change is more than max, like MS does.
26161
26162 2004-11-04 04:29  ravindra
26163
26164         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
26165                 - Changed default value signatures (prefixed all with ListView).
26166                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
26167                 ListView.
26168           - Fixed calculations for ListViewItem and implemented Clone()
26169           method.
26170
26171 2004-11-04 04:26  ravindra
26172
26173         * Theme.cs, ThemeWin32Classic.cs:
26174                 - Changed default ListView values signatures (prefixed all with
26175                 ListView).
26176           - Fixed default size values for VScrollBar and HScrollBar.
26177                 - Fixed DrawListViewItem method.
26178
26179 2004-11-04 04:05  ravindra
26180
26181         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
26182
26183 2004-11-04 04:04  ravindra
26184
26185         * ImageList.cs: Implemented the missing overload for Draw method.
26186
26187 2004-11-03 19:29  jackson
26188
26189         * TabControl.cs: Handle dropping rows on selection properly
26190
26191 2004-11-03 11:59  jackson
26192
26193         * TabControl.cs: remove debug code
26194
26195 2004-11-03 11:52  jackson
26196
26197         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
26198           the scrolly widgerywoo
26199
26200 2004-11-02 13:52  jackson
26201
26202         * TabControl.cs: Resize the tab pages and tabs when the tab control
26203           is resized
26204
26205 2004-11-02 13:40  jackson
26206
26207         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
26208           selected tab to the bottom
26209
26210 2004-11-02 13:39  jackson
26211
26212         * TabPage.cs: Store the tab pages row
26213
26214 2004-11-02 12:33  jordi
26215
26216         * MenuItem.cs: fixes handle creation
26217
26218 2004-11-02 11:42  jackson
26219
26220         * TabControl.cs: signature fix
26221
26222 2004-11-02 08:56  jackson
26223
26224         * TabControl.cs: Calculate whether the tab is on an edge properly.
26225           Remove top secret debugging code
26226
26227 2004-11-01 19:57  jackson
26228
26229         * TabControl.cs: Add click handling, and proper sizing
26230
26231 2004-11-01 19:47  jackson
26232
26233         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
26234           tab controls
26235
26236 2004-11-01 19:39  jackson
26237
26238         * TabPage.cs: add internal property to store the bounds of a tab
26239           page
26240
26241 2004-10-30 04:23  ravindra
26242
26243         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
26244           values.
26245
26246 2004-10-30 04:21  ravindra
26247
26248         * ListView.cs, ListViewItem.cs: Added support for scrolling and
26249           fixed calculations.
26250
26251 2004-10-30 03:06  pbartok
26252
26253         * XplatUIX11.cs:
26254           - Removed extension of DllImported libs
26255
26256 2004-10-29 09:55  jordi
26257
26258         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
26259           navigation, itemcollection completion, menu fixes
26260
26261 2004-10-27 22:58  pbartok
26262
26263         * XplatUIX11.cs:
26264           - Now throws a nice error message when no X display could be opened
26265
26266 2004-10-26 13:51  jordi
26267
26268         * ListView.cs: removes warning
26269
26270 2004-10-26 03:55  ravindra
26271
26272         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
26273           ThemeWin32Classic.cs: Some formatting for my last checkins.
26274
26275 2004-10-26 03:36  ravindra
26276
26277         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
26278           control and default values.
26279
26280 2004-10-26 03:35  ravindra
26281
26282         * Theme.cs: Added some default values for ListView control.
26283
26284 2004-10-26 03:33  ravindra
26285
26286         * ToolBar.cs: ToolBar should use the user specified button size, if
26287           there is any. Added a size_specified flag for the same.
26288
26289 2004-10-26 03:33  ravindra
26290
26291         * ColumnHeader.cs: Added some internal members and calculations for
26292           ColumnHeader.
26293
26294 2004-10-26 03:32  ravindra
26295
26296         * ListViewItem.cs: Calculations for ListViewItem.
26297
26298 2004-10-26 03:31  ravindra
26299
26300         * ListView.cs: Added some internal members and calculations for
26301           ListView.
26302
26303 2004-10-22 13:31  jordi
26304
26305         * MenuAPI.cs: speedup menus drawing
26306
26307 2004-10-22 13:16  jackson
26308
26309         * XplatUIX11.cs: Make sure to update exposed regions when adding an
26310           expose event
26311
26312 2004-10-22 11:49  jackson
26313
26314         * Control.cs: oops
26315
26316 2004-10-22 11:41  jackson
26317
26318         * Control.cs: Check to see if the window should have its background
26319           repainted by X when drawing.
26320
26321 2004-10-22 11:31  jackson
26322
26323         * XplatUIX11.cs: When invalidating areas only use XClearArea if
26324           clear is true, this way we do not get flicker from X repainting the
26325           background
26326
26327 2004-10-22 11:28  jackson
26328
26329         * XEventQueue.cs: Queue properly
26330
26331 2004-10-21 09:38  jackson
26332
26333         * XEventQueue.cs: Fix access modifier
26334
26335 2004-10-21 09:36  jackson
26336
26337         * XEventQueue.cs: Don't loose messages
26338
26339 2004-10-21 09:22  jackson
26340
26341         * XEventQueue.cs: Don't loose messages
26342
26343 2004-10-20 04:15  jordi
26344
26345         * BootMode.cs: enum need it by SystemInfo
26346
26347 2004-10-19 21:58  pbartok
26348
26349         * XplatUIWin32.cs:
26350           - Small sanity check
26351
26352 2004-10-19 21:56  pbartok
26353
26354         * Form.cs:
26355           - Added private FormParentWindow class which acts as the container
26356             for our form and as the non-client area where menus are drawn
26357           - Added/Moved required tie-ins to Jordi's menus
26358           - Fixed/Implemented the FormStartPosition functionality
26359
26360 2004-10-19 21:52  pbartok
26361
26362         * Control.cs:
26363           - Removed unneeded locals
26364           - Added code to all size and location properties to understand and
26365             deal with the parent container of Form
26366
26367 2004-10-19 21:33  pbartok
26368
26369         * Application.cs:
26370           - Fixed to deal with new Form subclasses for menus
26371
26372 2004-10-19 17:48  jackson
26373
26374         * XEventQueue.cs: commit correct version of file
26375
26376 2004-10-19 16:50  jackson
26377
26378         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
26379
26380 2004-10-19 16:15  jordi
26381
26382         * MenuAPI.cs: MenuBarCalcSize returns the height
26383
26384 2004-10-19 08:31  pbartok
26385
26386         * Control.cs:
26387           - Added missing call to PreProcessMessage before calling OnXXXKey
26388           methods
26389
26390 2004-10-19 00:04  ravindra
26391
26392         * ToolTip.cs: Fixed constructor.
26393
26394 2004-10-18 09:31  jordi
26395
26396         * MenuAPI.cs: menuitems in menubars do not have shortcuts
26397
26398 2004-10-18 09:26  jordi
26399
26400         * MenuItem.cs: fixes MenuItem class signature
26401
26402 2004-10-18 08:56  jordi
26403
26404         * MenuAPI.cs: prevents windows from showing in the taskbar
26405
26406 2004-10-18 00:28  ravindra
26407
26408         * ToolTip.cs: Suppressed a warning message.
26409
26410 2004-10-18 00:27  ravindra
26411
26412         * Control.cs: Default value of visible property must be true.
26413
26414 2004-10-17 23:19  pbartok
26415
26416         * ToolTip.cs:
26417           - Complete implementation
26418
26419 2004-10-17 23:19  pbartok
26420
26421         * XplatUIX11.cs:
26422           - Added EnableWindow method
26423           - Added SetModal stub
26424           - Added generation of WM_ACTIVATE message (still needs testing)
26425           - Added SetTopMost stub
26426           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
26427
26428 2004-10-17 23:17  pbartok
26429
26430         * XplatUIWin32.cs:
26431           - Removed VirtualKeys to XplatUIStructs
26432           - Implemented SetTopMost method
26433           - Implemented EnableWindow method
26434           - Bugfix in ScreenToClient()
26435           - Bugfixes in ClientToScreen()
26436
26437 2004-10-17 22:51  pbartok
26438
26439         * XplatUIStructs.cs:
26440           - Added WS_EX styles to WindowStyles enumeration
26441
26442 2004-10-17 22:50  pbartok
26443
26444         * XplatUI.cs, XplatUIDriver.cs:
26445           - Added method for enabling/disabling windows
26446           - Added method for setting window modality
26447           - Added method for setting topmost window
26448
26449 2004-10-17 22:49  pbartok
26450
26451         * ThemeWin32Classic.cs:
26452           - Added ToolTip drawing code
26453
26454 2004-10-17 22:49  pbartok
26455
26456         * Theme.cs:
26457           - Added ToolTip abstracts
26458
26459 2004-10-17 22:47  pbartok
26460
26461         * Form.cs:
26462           - Fixed Form.ControlCollection to handle owner relations
26463           - Added Owner/OwnedForms handling
26464           - Implemented Z-Ordering for owned forms
26465           - Removed unneeded private overload of ShowDialog
26466           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
26467             so I hope)
26468           - Fixed Close(), had wrong default
26469           - Added firing of OnLoad event
26470           - Added some commented out debug code for Ownership handling
26471
26472 2004-10-17 22:16  pbartok
26473
26474         * Control.cs:
26475           - Fixed/implemented flat list of controls
26476
26477 2004-10-17 22:14  pbartok
26478
26479         * Application.cs:
26480           - Added code to simulate modal dialogs on Win32
26481
26482 2004-10-17 16:11  jordi
26483
26484         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
26485           mouse event
26486
26487 2004-10-17 13:39  jordi
26488
26489         * MenuAPI.cs: menu drawing fixes
26490
26491 2004-10-15 09:10  ravindra
26492
26493         * StructFormat.cs: General Enum.
26494
26495 2004-10-15 09:09  ravindra
26496
26497         * SizeGripStyle.cs: Enum for Form.
26498
26499 2004-10-15 09:08  ravindra
26500
26501         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
26502           in Theme for ListView.
26503
26504 2004-10-15 09:06  ravindra
26505
26506         * ColumnHeader.cs: Flushing some formatting changes.
26507
26508 2004-10-15 09:05  ravindra
26509
26510         * ListViewItem.cs: Implemented GetBounds method and fixed coding
26511           style.
26512
26513 2004-10-15 09:03  ravindra
26514
26515         * ListView.cs: Implemented Paint method and fixed coding style.
26516
26517 2004-10-15 07:34  jordi
26518
26519         * MenuAPI.cs: fix for X11
26520
26521 2004-10-15 07:32  ravindra
26522
26523         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
26524                 - Renamed Paint() method to Draw() for clarity. Also, moved
26525                 DrawImage() to OnPaint().
26526
26527 2004-10-15 07:25  ravindra
26528
26529         * CheckBox.cs, RadioButton.cs:
26530                 - Removed Redraw (), we get it from ButtonBase.
26531                 - Implemented Paint (), to do class specific painting.
26532
26533 2004-10-15 07:16  ravindra
26534
26535         * ButtonBase.cs:
26536                 - Redraw () is not virtual now.
26537                 - Added an internal virtual method Paint (), so that
26538                 derived classes can do their painting on their own.
26539                 - Modified OnPaint () to call Paint ().
26540
26541 2004-10-15 06:43  jordi
26542
26543         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
26544           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
26545
26546 2004-10-15 00:30  ravindra
26547
26548         * MessageBox.cs:
26549                 - MessageBox on windows does not have min/max buttons.
26550                 This change in CreateParams fixes this on Windows. We
26551                 still need to implement this windowstyle behavior in
26552                 our X11 driver.
26553
26554 2004-10-14 05:14  ravindra
26555
26556         * ToolBar.cs:
26557                 - Changed Redraw () to do a Refresh () always.
26558                 - Fixed the MouseMove event handling when mouse is pressed,
26559                 ie drag event handling.
26560                 - Replaced the usage of ToolBarButton.Pressed property to
26561                 ToolBarButton.pressed internal variable.
26562
26563 2004-10-14 05:10  ravindra
26564
26565         * ToolBarButton.cs:
26566                 - Added an internal member 'inside' to handle mouse move
26567                 with mouse pressed ie mouse drag event.
26568                 - Changed 'Pressed' property to return true only when
26569                 'inside' and 'pressed' are both true.
26570                 - Some coding style love.
26571
26572 2004-10-14 00:17  ravindra
26573
26574         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
26575           public method.
26576
26577 2004-10-14 00:15  ravindra
26578
26579         * ButtonBase.cs: Redraw () related improvements.
26580
26581 2004-10-14 00:14  ravindra
26582
26583         * MessageBox.cs: Moved InitFormSize () out of Paint method and
26584           removed unnecessary calls to Button.Show () method.
26585
26586 2004-10-13 17:50  pbartok
26587
26588         * XplatUIX11.cs:
26589           - Formatting fix
26590           - Removed destroying of window until we solve the problem of X
26591             destroying the window before us on shutdown
26592
26593 2004-10-13 16:32  pbartok
26594
26595         * ButtonBase.cs:
26596           - Now Redraws on MouseUp for FlatStyle Flat and Popup
26597
26598 2004-10-13 14:18  pbartok
26599
26600         * XplatUIX11.cs:
26601           - Added code to destroy the X window
26602
26603 2004-10-13 14:18  pbartok
26604
26605         * XplatUIWin32.cs:
26606           - Added code to destroy a window
26607
26608 2004-10-13 14:12  pbartok
26609
26610         * ButtonBase.cs:
26611           - Added the Redraw on Resize that got dropped in the last rev
26612
26613 2004-10-13 09:06  pbartok
26614
26615         * ThemeWin32Classic.cs:
26616           - Path from John BouAntoun:
26617             * Fix check rendering (centre correctly for normal style, offset
26618               correctly for FlatStyle).
26619             * Fix border color usage (use backcolor) for FlatStyle.Popup
26620             * Use checkbox.Capture instead of checkbox.is_pressed when
26621               rendering flatstyle states.
26622
26623 2004-10-12 21:48  pbartok
26624
26625         * ThemeWin32Classic.cs:
26626           - Removed all occurences of SystemColors and replaced them with the
26627             matching theme color
26628
26629 2004-10-12 21:41  pbartok
26630
26631         * ThemeWin32Classic.cs:
26632           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
26633             him using the function for flatstyle drawing
26634           - Changed functions to use the new version of CPDrawBorder3D
26635
26636 2004-10-12 21:15  pbartok
26637
26638         * ControlPaint.cs:
26639           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
26640             match MS documentation. They need to return defined colors if the
26641             passed color matches the configured control color. Thanks to John
26642             BouAntoun for pointing this out.
26643
26644 2004-10-12 20:57  pbartok
26645
26646         * Control.cs:
26647           - Fix from John BouAntoun: Raise ForeColorChanged event when text
26648             color is changed
26649
26650 2004-10-12 20:46  pbartok
26651
26652         * CheckBox.cs:
26653           - Fix from John BouAntoun: Now properly sets the Appearance property
26654
26655 2004-10-12 20:45  pbartok
26656
26657         * ThemeWin32Classic.cs:
26658           - Fixes from John BouAntoun: now handles forecolors and backcolors
26659             for flatstyle rendered controls much better; It also fixes normal
26660             checkbox rendering when pushed or disabled.
26661
26662 2004-10-08 02:50  jordi
26663
26664         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
26665           work
26666
26667 2004-10-07 08:56  jordi
26668
26669         * ThemeWin32Classic.cs: Removes deletion of cached brushes
26670
26671 2004-10-06 03:59  jordi
26672
26673         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
26674           XplatUIWin32.cs: removes warnings from compilation
26675
26676 2004-10-05 12:23  jackson
26677
26678         * RadioButton.cs: Fix ctor
26679
26680 2004-10-05 11:10  pbartok
26681
26682         * MessageBox.cs:
26683           - Partial implementation by Benjamin Dasnois
26684
26685 2004-10-05 10:15  jackson
26686
26687         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
26688           by John BouAntoun
26689
26690 2004-10-05 03:07  ravindra
26691
26692         * ToolBar.cs:
26693                 - Removed a private method, Draw ().
26694                 - Fixed the ButtonDropDown event handling.
26695                 - Fixed MouseMove event handling.
26696
26697 2004-10-05 03:04  ravindra
26698
26699         * ThemeWin32Classic.cs:
26700                 - Added DrawListView method and ListViewDefaultSize property.
26701                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
26702                 - Changed DOS style CRLF to Unix format (dos2unix).
26703
26704 2004-10-05 03:03  ravindra
26705
26706         * Theme.cs:
26707                 - Added DrawListView method and ListViewDefaultSize property.
26708
26709 2004-10-05 02:42  ravindra
26710
26711         * ToolBarButton.cs: Added an internal member dd_pressed to handle
26712           clicks on DropDown arrow.
26713
26714 2004-10-04 22:56  jackson
26715
26716         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
26717           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
26718           Control handle the buffers, derived classes should not have to
26719           CreateBuffers themselves.
26720
26721 2004-10-04 21:20  jackson
26722
26723         * StatusBar.cs: The control handles resizing the buffers now.
26724
26725 2004-10-04 21:18  jackson
26726
26727         * Control.cs: When resizing the buffers should be invalidated. This
26728           should be handled in Control not in derived classes.
26729
26730 2004-10-04 14:45  jackson
26731
26732         * TabPage.cs: oops
26733
26734 2004-10-04 02:14  pbartok
26735
26736         * LeftRightAlignment.cs:
26737           - Initial check-in
26738
26739 2004-10-04 01:09  jordi
26740
26741         * ThemeWin32Classic.cs: fixes right button position causing right
26742           button not showing on horizontal scrollbars
26743
26744 2004-10-02 13:12  pbartok
26745
26746         * XplatUIX11.cs:
26747           - Simplified the Invalidate method by using an X call instead of
26748             generating the expose ourselves
26749           - Added an expose when the window background is changed
26750           - Implemented ClientToScreen method
26751
26752 2004-10-02 13:08  pbartok
26753
26754         * XplatUIWin32.cs:
26755           - Added Win32EnableWindow method (test for implementing modal
26756           dialogs)
26757           - Added ClientToScreen method and imports
26758
26759 2004-10-02 13:07  pbartok
26760
26761         * XplatUI.cs, XplatUIDriver.cs:
26762           - Added ClientToScreen coordinate translation method
26763
26764 2004-10-02 13:06  pbartok
26765
26766         * KeyPressEventArgs.cs:
26767           - Fixed access level for constructor
26768
26769 2004-10-02 13:06  pbartok
26770
26771         * NativeWindow.cs:
26772           - Changed access level for the window_collection hash table
26773
26774 2004-10-02 13:05  pbartok
26775
26776         * Form.cs:
26777           - Added KeyPreview property
26778           - Added Menu property (still incomplete, pending Jordi's menu work)
26779           - Implemented ProcessCmdKey
26780           - Implemented ProcessDialogKey
26781           - Implemented ProcessKeyPreview
26782
26783 2004-10-02 13:02  pbartok
26784
26785         * Control.cs:
26786           - Added private method to get the Control object from the window
26787           handle
26788           - Implemented ContextMenu property
26789           - Implemented PointToScreen
26790           - Implemented PreProcessMessage
26791           - Implemented IsInputChar
26792           - Implemented IsInputKey
26793           - Implemented ProcessCmdKey
26794           - Completed ProcessKeyEventArgs
26795           - Fixed message loop to call the proper chain of functions on key
26796           events
26797           - Implemented ProcessDialogChar
26798           - Implemented ProcessDialogKey
26799           - Implemented ProcessKeyMessage
26800           - Implemented ProcessKeyPreview
26801           - Added RaiseDragEvent stub (MS internal method)
26802           - Added RaiseKeyEvent stub (MS internal method)
26803           - Added RaiseMouseEvent stub (MS Internal method)
26804           - Added RaisePaintEvent stub (MS Internal method)
26805           - Added ResetMouseEventArgs stub (MS Internal method)
26806           - Implemented RtlTranslateAlignment
26807           - Implemented RtlTranslateContent
26808           - Implemented RtlTranslateHorizontal
26809           - Implemented RtlTranslateLeftRight
26810           - Added generation of KeyPress event
26811
26812 2004-10-02 05:57  ravindra
26813
26814         * ListViewItem.cs: Added attributes.
26815
26816 2004-10-02 05:32  ravindra
26817
26818         * ListView.cs: Added attributes.
26819
26820 2004-10-01 11:53  jackson
26821
26822         * Form.cs: Implement the Close method so work on MessageBox can
26823           continue.
26824
26825 2004-09-30 14:06  pbartok
26826
26827         * XplatUIX11.cs:
26828           - Bug fixes
26829
26830 2004-09-30 11:34  jackson
26831
26832         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
26833
26834 2004-09-30 07:26  ravindra
26835
26836         * ListViewItemConverter.cs: Converter for ListViewItem.
26837
26838 2004-09-30 07:26  ravindra
26839
26840         * SortOrder.cs: Enum for ListView control.
26841
26842 2004-09-30 07:25  ravindra
26843
26844         * ColumnHeader.cs: Supporting class for ListView control.
26845
26846 2004-09-30 07:24  ravindra
26847
26848         * ListView.cs, ListViewItem.cs: Initial implementation.
26849
26850 2004-09-30 07:20  ravindra
26851
26852         * ItemActivation.cs: Enum for ListView Control.
26853
26854 2004-09-29 20:29  pbartok
26855
26856         * XplatUIX11.cs:
26857           - Added lookup of pixel value for background color; tries to get a
26858             color 'close' to the requested color, it avoids having to create a
26859             colormap.  Depending on the display this could mean the used color
26860             is slightly off the desired color. Might have to change it to a more
26861             resource intensive colormap approach, but it will work as a
26862           workaround to avoid red screens.
26863
26864 2004-09-29 14:27  jackson
26865
26866         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
26867
26868 2004-09-28 12:44  pbartok
26869
26870         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
26871           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
26872           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
26873           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
26874           TrackBar.cs, VScrollBar.cs:
26875           - Streamlined Theme interfaces:
26876             * Each DrawXXX method for a control now is passed the object for
26877               the control to be drawn in order to allow accessing any state the
26878               theme might require
26879
26880             * ControlPaint methods for the theme now have a CP prefix to avoid
26881               name clashes with the Draw methods for controls
26882
26883             * Every control now retrieves it's DefaultSize from the current
26884             theme
26885
26886 2004-09-28 12:17  jackson
26887
26888         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
26889           drawing
26890
26891 2004-09-24 14:57  jackson
26892
26893         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
26894           Gives us a nice little performance boost.
26895
26896 2004-09-24 12:02  jackson
26897
26898         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
26899           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
26900           Control and supporting classes. Initial checkin
26901
26902 2004-09-23 13:08  jackson
26903
26904         * Form.cs: Temp build fixage
26905
26906 2004-09-23 01:39  ravindra
26907
26908         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
26909           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
26910           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
26911           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
26912           EventHandlers needed by ListView Control.
26913
26914 2004-09-22 14:12  pbartok
26915
26916         * ScrollableControl.cs:
26917           - Implemented DockPadding property
26918           - Implemented AutoScroll property
26919           - Implemented AutoScrollMargin property
26920           - Implemented AutoScrollMinSize property
26921           - Implemented AutoScrollPosition property
26922           - Implemented DisplayRectangle property (still incomplete)
26923           - Implemented CreateParams property
26924           - Implemented HScroll property
26925           - Implemented VScroll property
26926           - Implemented OnVisibleChanged property
26927
26928 2004-09-22 14:09  pbartok
26929
26930         * Form.cs:
26931           - Added Form.ControllCollection class
26932           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
26933             RemoveOwnedForm (still incomplete, missing on-top and common
26934             minimize/maximize behaviour)
26935           - Added StartPosition property (still incomplete, does not use when
26936             creating the form)
26937           - Added ShowDialog() methods (still incomplete, missing forcing the
26938             dialog modal)
26939
26940 2004-09-22 14:05  pbartok
26941
26942         * Application.cs:
26943           - Added message loop for modal dialogs
26944
26945 2004-09-22 14:02  pbartok
26946
26947         * GroupBox.cs:
26948           - Fixed wrong types for events
26949
26950 2004-09-22 14:00  pbartok
26951
26952         * Shortcut.cs, FormWindowState.cs:
26953           - Fixed wrong values
26954
26955 2004-09-22 12:01  jackson
26956
26957         * Control.cs: Text is never null
26958
26959 2004-09-20 22:14  pbartok
26960
26961         * XplatUIWin32.cs:
26962           - Fixed accessibility level for Idle handler
26963
26964 2004-09-20 18:54  jackson
26965
26966         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26967           XplatUIX11.cs: New message loop that uses poll so we don't get a
26968           busy loop
26969
26970 2004-09-17 10:43  pbartok
26971
26972         * ScrollBar.cs:
26973           - Fixed behaviour of arrow buttons. Now properly behaves like
26974             Buttons (and like Microsoft's scrollbar arrow buttons)
26975
26976 2004-09-17 10:14  pbartok
26977
26978         * ScrollBar.cs:
26979           - Added missing release of keyboard/mouse capture
26980
26981 2004-09-17 06:18  jordi
26982
26983         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
26984           Theme.cs: Very early menu support
26985
26986 2004-09-16 17:45  pbartok
26987
26988         * XplatUIWin32.cs:
26989           - Fixed sending a window to the front
26990           - Added overload for SetWindowPos to avoid casting
26991
26992 2004-09-16 17:44  pbartok
26993
26994         * Control.cs:
26995           - Added SendToBack and BringToFront methods
26996
26997 2004-09-16 07:00  ravindra
26998
26999         * Copyright: Added Novell URL.
27000
27001 2004-09-16 07:00  ravindra
27002
27003         * ToolBar.cs: Invalidate should be done before redrawing.
27004
27005 2004-09-15 21:19  ravindra
27006
27007         * ColumnHeaderStyle.cs: Enum for ListView Control.
27008
27009 2004-09-15 21:18  ravindra
27010
27011         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
27012           ListView Control.
27013
27014 2004-09-13 18:26  jackson
27015
27016         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
27017           properly
27018
27019 2004-09-13 18:13  jackson
27020
27021         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
27022           a second thread and post messages into the main threads message
27023           queue. This makes timing much more consistent. Both win2K and XP
27024           have a minimum timer value of 15 milliseconds, so we now do this
27025           too.
27026
27027 2004-09-13 15:18  pbartok
27028
27029         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27030           XplatUIX11.cs:
27031           - Added Z-Ordering methods
27032
27033 2004-09-13 10:56  pbartok
27034
27035         * Form.cs:
27036           - Fixed #region names
27037           - Moved properties and methods into their proper #regions
27038
27039 2004-09-13 10:51  pbartok
27040
27041         * Form.cs:
27042           - Added Accept and CancelButton properties
27043           - Added ProcessDialogKey() method
27044
27045 2004-09-13 08:18  pbartok
27046
27047         * IWindowTarget.cs:
27048           - Initial check-in
27049
27050 2004-09-10 21:50  pbartok
27051
27052         * Control.cs:
27053           - Added DoDragDrop() [incomplete]
27054           - Properly implemented 'Visible' handling
27055           - Added SetVisibleCore()
27056           - Implemented FindChildAtPoint()
27057           - Implemented GetContainerControl()
27058           - Implemented Hide()
27059
27060 2004-09-10 19:28  pbartok
27061
27062         * Control.cs:
27063           - Moved methods into their appropriate #regions
27064           - Reordered methods within regions alphabetically
27065
27066 2004-09-10 18:57  pbartok
27067
27068         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27069           - Added method to retrieve text from window
27070
27071 2004-09-10 18:56  pbartok
27072
27073         * Control.cs:
27074           - Moved some internal functions into the internal region
27075           - Implemented FontHeight
27076           - Implemented RenderRightToLeft
27077           - Implemented ResizeRedraw
27078           - Implemented ShowFocusCues
27079           - Implemented ShowKeyboardCues
27080           - Implemented FromChildHandle
27081           - Implemented FromHandle
27082           - Implemented IsMnemonic
27083           - Implemented ReflectMessage
27084           - All public and protected Static Methods are now complete
27085
27086 2004-09-10 16:54  pbartok
27087
27088         * Control.cs:
27089           - Implemented remaining missing public instance properties
27090           - Alphabetized some out of order properties
27091
27092 2004-09-10 05:51  ravindra
27093
27094         * PictureBox.cs: Added a check for null image.
27095
27096 2004-09-10 00:59  jordi
27097
27098         * GroupBox.cs: remove cvs tag
27099
27100 2004-09-09 05:25  ravindra
27101
27102         * ToolBar.cs: Make redraw accessible from ToolBarButton.
27103
27104 2004-09-09 05:23  ravindra
27105
27106         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
27107           parent redraw.
27108
27109 2004-09-09 02:28  pbartok
27110
27111         * ThemeWin32Classic.cs:
27112           - Improve disabled string look
27113
27114 2004-09-09 01:15  jordi
27115
27116         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
27117           args and handler
27118
27119 2004-09-08 23:56  ravindra
27120
27121         * ItemBoundsPortion.cs: It's enum, not a class!
27122
27123 2004-09-08 23:47  ravindra
27124
27125         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
27126           Enums for Form.
27127
27128 2004-09-08 21:13  ravindra
27129
27130         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
27131           ListView control.
27132
27133 2004-09-08 21:03  ravindra
27134
27135         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
27136           avoid crash.
27137
27138 2004-09-08 21:01  ravindra
27139
27140         * ScrollableControl.cs: Removed unreachable code.
27141
27142 2004-09-08 06:45  jordi
27143
27144         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
27145
27146 2004-09-08 01:00  jackson
27147
27148         * XplatUIX11.cs: Only run the timers when updating the message
27149           queue. This effectively gives X messages a higher priority then
27150           timer messages. Timers still need love though
27151
27152 2004-09-07 14:01  jackson
27153
27154         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
27155           this for us and the handle is no longer valid.
27156
27157 2004-09-07 13:59  jackson
27158
27159         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
27160           loop that manages to not crash. TODO: Add poll and cleanup timers
27161
27162 2004-09-07 11:12  jordi
27163
27164         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
27165
27166 2004-09-07 03:40  jordi
27167
27168         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
27169           fixes, methods, multiple links
27170
27171 2004-09-06 06:55  jordi
27172
27173         * Control.cs: Caches ClientRectangle rectangle value
27174
27175 2004-09-05 02:03  jordi
27176
27177         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
27178           certain situations
27179
27180 2004-09-04 11:10  jordi
27181
27182         * Label.cs: Refresh when font changed
27183
27184 2004-09-02 16:24  pbartok
27185
27186         * Control.cs:
27187           - Added sanity check to creation of double buffer bitmap
27188
27189 2004-09-02 16:24  pbartok
27190
27191         * ButtonBase.cs:
27192           - Fixed selection of text color
27193           - Fixed handling of resize event; now properly recreates double
27194             buffering bitmap
27195           - Added missing assignment of TextAlignment
27196           - Added proper default for TextAlignment
27197
27198 2004-09-02 14:26  pbartok
27199
27200         * RadioButton.cs:
27201           - Added missing RadioButton.RadioButtonAccessibleObject class
27202
27203 2004-09-02 14:26  pbartok
27204
27205         * Control.cs:
27206           - Added missing Control.ControlAccessibleObject class
27207           - Started to implement Select()ion mechanisms, still very incomplete
27208
27209 2004-09-02 14:25  pbartok
27210
27211         * AccessibleObject.cs:
27212           - Added missing methods
27213
27214 2004-09-02 14:23  pbartok
27215
27216         * AccessibleNavigation.cs, AccessibleSelection.cs:
27217           - Initial check-in
27218
27219 2004-09-02 10:32  jordi
27220
27221         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
27222           pool for pens, brushes, and hatchbruses
27223
27224 2004-09-01 15:30  jackson
27225
27226         * StatusBar.cs: Fix typo
27227
27228 2004-09-01 14:44  pbartok
27229
27230         * RadioButton.cs:
27231           - Fixed state
27232
27233 2004-09-01 14:39  pbartok
27234
27235         * Button.cs, RadioButton.cs:
27236           - Functional initial check-in
27237
27238 2004-09-01 14:01  pbartok
27239
27240         * CheckBox.cs:
27241           - Added missing default
27242           - Added missing region mark
27243
27244 2004-09-01 09:10  jordi
27245
27246         * Label.cs: fixes method signatures, new methods, events, fixes
27247           autosize
27248
27249 2004-09-01 07:19  jordi
27250
27251         * Control.cs: Init string variables with an empty object
27252
27253 2004-09-01 04:20  jordi
27254
27255         * Control.cs: fires OnFontChanged event
27256
27257 2004-08-31 20:07  pbartok
27258
27259         * ButtonBase.cs:
27260           - Enabled display of strings
27261
27262 2004-08-31 20:05  pbartok
27263
27264         * Form.cs:
27265           - Added (partial) implementation of DialogResult; rest needs to be
27266             implemented when the modal loop code is done
27267
27268 2004-08-31 19:55  pbartok
27269
27270         * CheckBox.cs:
27271           - Fixed to match the removal of the needs_redraw concept
27272
27273 2004-08-31 19:55  pbartok
27274
27275         * ButtonBase.cs:
27276           - Removed the rather odd split between 'needs redraw' and redrawing
27277           - Now handles the events that require regeneration (ambient
27278             properties and size)
27279
27280 2004-08-31 19:41  pbartok
27281
27282         * Control.cs:
27283           - Added firing of BackColorChanged event
27284           - Added TopLevelControl property
27285           - Fixed handling of WM_ERASEBKGRND message
27286
27287 2004-08-31 12:49  pbartok
27288
27289         * ButtonBase.cs:
27290           - Removed debug
27291           - Minor fixes
27292
27293 2004-08-31 12:48  pbartok
27294
27295         * CheckBox.cs:
27296           - Finished (famous last words)
27297
27298 2004-08-31 04:35  jordi
27299
27300         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
27301           scrolling bugs, adds new methods
27302
27303 2004-08-30 14:42  pbartok
27304
27305         * CheckBox.cs:
27306           - Implemented CheckBox drawing code
27307
27308 2004-08-30 14:42  pbartok
27309
27310         * ButtonBase.cs:
27311           - Made Redraw() and CheckRedraw() virtual
27312           - Improved mouse up/down/move logic to properly track buttons
27313
27314 2004-08-30 09:44  pbartok
27315
27316         * CheckBox.cs:
27317           - Updated to fix broken build. Not complete yet.
27318
27319 2004-08-30 09:28  pbartok
27320
27321         * CheckState.cs:
27322           - Initial checkin
27323
27324 2004-08-30 09:17  pbartok
27325
27326         * Appearance.cs:
27327           - Initial check-in
27328
27329 2004-08-27 16:12  ravindra
27330
27331         * ToolBarButton.cs: Added TypeConverter attribute.
27332
27333 2004-08-27 16:07  ravindra
27334
27335         * ImageIndexConverter.cs: Implemented.
27336
27337 2004-08-27 14:17  pbartok
27338
27339         * Control.cs:
27340           - Removed unneeded stack vars
27341           - First attempt to fix sizing issues when layout is suspended
27342
27343 2004-08-25 15:35  jordi
27344
27345         * ScrollBar.cs: more fixes to scrollbar
27346
27347 2004-08-25 14:04  ravindra
27348
27349         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
27350           Added the missing divider code and grip for ToolBar Control.
27351
27352 2004-08-25 13:20  pbartok
27353
27354         * Control.cs:
27355           - Control now properly passes the ambient background color to child
27356             controls
27357
27358 2004-08-25 13:20  jordi
27359
27360         * ScrollBar.cs: small bug fix regarding bar position
27361
27362 2004-08-25 12:33  pbartok
27363
27364         * Timer.cs:
27365           - Now only calls SetTimer or KillTimer if the enabled state has
27366           changed
27367
27368 2004-08-25 12:33  pbartok
27369
27370         * XplatUIWin32.cs:
27371           - Fixed timer handling, now seems to work
27372           - Improved error message for window creation
27373
27374 2004-08-25 12:32  pbartok
27375
27376         * Control.cs:
27377           - Fixed generation of MouseUp message
27378
27379 2004-08-25 12:29  jordi
27380
27381         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
27382           and fixes for progressbar
27383
27384 2004-08-24 18:43  ravindra
27385
27386         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
27387           in ToolBar control.
27388
27389 2004-08-24 17:15  pbartok
27390
27391         * Panel.cs:
27392           - Added #region
27393           - Added missing events
27394           - Alphabetized
27395
27396 2004-08-24 17:14  pbartok
27397
27398         * StatusBar.cs, PictureBox.cs:
27399           - Now uses Control's CreateParams
27400
27401 2004-08-24 16:36  pbartok
27402
27403         * XplatUIX11.cs:
27404           - Fixed background color handling
27405           - Fixed sending of enter/leave events on a grab
27406
27407 2004-08-24 16:35  pbartok
27408
27409         * X11Structs.cs:
27410           - Refined definitions for CrossingEvent
27411
27412 2004-08-24 12:37  jordi
27413
27414         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
27415           formmating, methods signature, and adds missing events
27416
27417 2004-08-24 12:24  jordi
27418
27419         * Control.cs: fire OnEnabledChanged event
27420
27421 2004-08-24 11:17  pbartok
27422
27423         * XplatUIWin32.cs:
27424           - Implemented SetTimer() and KillTimer()
27425
27426 2004-08-24 11:16  pbartok
27427
27428         * XplatUIX11.cs:
27429           - Now uses Remove instead of Add to kill the timer
27430
27431 2004-08-24 10:16  jackson
27432
27433         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
27434           picture boxes in the theme now. Draw picture box borders and obey
27435           sizing modes
27436
27437 2004-08-24 05:49  jackson
27438
27439         * Timer.cs: Remove top secret debugging code
27440
27441 2004-08-24 05:34  jackson
27442
27443         * PictureBox.cs: Temp hack to make picture boxes draw their full
27444           image
27445
27446 2004-08-24 05:29  jackson
27447
27448         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27449           XplatUIX11.cs: Move timers to the driver level. On X they are
27450           queued by the driver and checked on idle.
27451
27452 2004-08-24 01:07  jackson
27453
27454         * XplatUIX11.cs: Use a queue for async messages instead of passing
27455           them as ClientMessages since that was totally broken. Also simply
27456           check for events and return an idle message if none are found. This
27457           gives us an idle handler, and prevents deadlocking when no messages
27458           are in the queue.
27459
27460 2004-08-23 18:19  ravindra
27461
27462         * XplatUIWin32.cs: Removed the unwanted destructor.
27463
27464 2004-08-23 17:27  pbartok
27465
27466         * ButtonBase.cs:
27467           - Finishing touches. Works now, just needs some optimizations.
27468
27469 2004-08-23 16:53  jordi
27470
27471         * ScrollBar.cs: small fix
27472
27473 2004-08-23 16:45  pbartok
27474
27475         * Application.cs:
27476           - Removed debug output
27477           - Simplifications
27478
27479 2004-08-23 16:43  jordi
27480
27481         * ScrollBar.cs: [no log message]
27482
27483 2004-08-23 16:10  pbartok
27484
27485         * Form.cs:
27486           - Fixed handling of WM_CLOSE message
27487           - Removed debug output
27488
27489 2004-08-23 16:09  pbartok
27490
27491         * Application.cs:
27492           - Added handling of Idle event
27493           - Added handling of form closing
27494           - Fixed reporting of MessageLoop property
27495           - Removed some unneeded code, should provide a bit of a speedup
27496
27497 2004-08-23 15:22  pbartok
27498
27499         * Control.cs:
27500           - Added InitLayout() method
27501           - Added code to properly perform layout when Anchor or Dock property
27502             is changed
27503           - Changed 'interpretation' of ResumeLayout. MS seems to have a
27504             LAMESPEC, tried to do it in a way that makes sense
27505
27506 2004-08-23 14:10  jordi
27507
27508         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
27509           properties and methods
27510
27511 2004-08-23 13:55  pbartok
27512
27513         * Control.cs:
27514           - Properly fixed Jordi's last fix
27515           - Now uses Cursor's Position property instead of calling XplatUI
27516           directly
27517
27518 2004-08-23 13:44  jordi
27519
27520         * PaintEventHandler.cs: Adding missing attribute
27521
27522 2004-08-23 13:39  pbartok
27523
27524         * Cursor.cs:
27525           - Implemented Position property
27526
27527 2004-08-23 13:39  pbartok
27528
27529         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27530           - Added method to move mouse cursor
27531
27532 2004-08-23 13:39  pbartok
27533
27534         * XplatUIX11.cs:
27535           - Fixed setting of background color
27536           - Added method to move mouse cursor
27537
27538 2004-08-23 13:16  jordi
27539
27540         * Control.cs: avoids null exception
27541
27542 2004-08-22 17:46  jackson
27543
27544         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
27545           PictureBox
27546
27547 2004-08-22 17:40  jackson
27548
27549         * XplatUIX11.cs: Add some missing locks
27550
27551 2004-08-22 15:10  pbartok
27552
27553         * Control.cs, Form.cs:
27554           - Removed OverlappedWindow style from Control, instead it's default
27555             now is child
27556           - Made form windows OverlappedWindow by default
27557
27558 2004-08-22 13:34  jackson
27559
27560         * ScrollBar.cs: Update the position through the Value property so
27561           the OnValueChanged event is raised.
27562
27563 2004-08-22 12:04  pbartok
27564
27565         * SWF.csproj:
27566           - Added Cursor.cs and UserControl.cs
27567
27568 2004-08-22 12:03  pbartok
27569
27570         * Cursor.cs:
27571           - Started implementation, not usable yet
27572
27573 2004-08-22 12:00  pbartok
27574
27575         * UserControl.cs:
27576           - Implemented UserControl (complete)
27577
27578 2004-08-21 19:20  ravindra
27579
27580         * ToolBar.cs: Correcting the formatting mess of VS.NET.
27581
27582 2004-08-21 18:49  ravindra
27583
27584         * ToolBar.cs: Probably this completes the missing attributes in
27585           toolbar control.
27586
27587 2004-08-21 18:03  ravindra
27588
27589         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
27590           Fixed toolbar control signatures.
27591
27592 2004-08-21 16:32  pbartok
27593
27594         * LinkLabel.cs:
27595           - Signature Fixes
27596
27597 2004-08-21 16:30  pbartok
27598
27599         * Label.cs:
27600           - Signature fixes
27601
27602 2004-08-21 16:19  pbartok
27603
27604         * Control.cs, Label.cs:
27605           - Signature fixes
27606
27607 2004-08-21 15:57  pbartok
27608
27609         * ButtonBase.cs:
27610           - Added loads of debug output for development
27611           - Fixed typo in method name
27612
27613 2004-08-21 15:52  pbartok
27614
27615         * ToolBarButtonClickEventArgs.cs:
27616           - Added missing base class
27617
27618 2004-08-21 14:53  pbartok
27619
27620         * Control.cs:
27621           - Updated to match new GrabWindow signature
27622
27623 2004-08-21 14:51  pbartok
27624
27625         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27626           - Added method to get default display size
27627
27628 2004-08-21 14:23  pbartok
27629
27630         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27631           - Added method to query current grab state
27632           - Added argument to allow confining a grab to a window
27633
27634 2004-08-21 14:22  pbartok
27635
27636         * Keys.cs:
27637           - Added [Flags] attribute so that modifiers can be used in bitwise
27638           ops
27639
27640 2004-08-21 14:21  pbartok
27641
27642         * TrackBar.cs, ScrollBar.cs:
27643           - Replaced direct XplatUI calls with their Control counterpart
27644
27645 2004-08-21 13:32  pbartok
27646
27647         * Control.cs:
27648           - Implemented Created property
27649
27650 2004-08-21 13:28  pbartok
27651
27652         * Control.cs:
27653           - Implemented ContainsFocus
27654
27655 2004-08-21 13:26  pbartok
27656
27657         * Control.cs:
27658           - Implemented CausesValidation
27659
27660 2004-08-21 13:21  pbartok
27661
27662         * Control.cs:
27663           - Implemented CanFocus
27664           - Implemented CanSelect
27665           - Implemented Capture
27666
27667 2004-08-21 12:35  pbartok
27668
27669         * XplatUIWin32.cs:
27670           - Fixed bug with Async message handling
27671           - Implemented getting the ModifierKeys
27672
27673 2004-08-21 12:32  jackson
27674
27675         * AsyncMethodResult.cs: Make sure we have the mutex before we
27676           release it. Fixes BeginInvoke on windows
27677
27678 2004-08-21 11:31  pbartok
27679
27680         * XplatUIWin32.cs, XplatUIX11.cs:
27681           - Drivers now return proper mouse state
27682
27683 2004-08-21 10:54  jackson
27684
27685         * Control.cs: Implement EndInvoke
27686
27687 2004-08-21 10:48  jackson
27688
27689         * Timer.cs: Remove unneeded finalizer
27690
27691 2004-08-20 19:52  ravindra
27692
27693         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
27694           in mouse event handling in the ToolBar control.
27695
27696 2004-08-20 19:50  ravindra
27697
27698         * ImageList.cs: Changed draw method to use the arguments passed in
27699           to draw the image.
27700
27701 2004-08-20 18:58  pbartok
27702
27703         * XplatUIStructs.cs:
27704           - Added private message for async communication
27705
27706 2004-08-20 17:38  ravindra
27707
27708         * Control.cs: Made RightToLeft property virtual and removed a
27709           Console.WriteLine.
27710
27711 2004-08-20 14:39  jordi
27712
27713         * ThemeGtk.cs: use style_attach
27714
27715 2004-08-20 14:39  pbartok
27716
27717         * XplatUIWin32.cs:
27718           - Added jackson's Async code from X11 to Win32
27719
27720 2004-08-20 14:09  pbartok
27721
27722         * SWF.csproj:
27723           - Added all new files
27724
27725 2004-08-20 14:09  pbartok
27726
27727         * Control.cs:
27728           - Added call to set window background color
27729
27730 2004-08-20 14:03  pbartok
27731
27732         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27733           - Added method for setting the window background
27734
27735 2004-08-20 14:02  pbartok
27736
27737         * XplatUIWin32.cs:
27738           - Added method for setting the background color
27739           - Added handling for erasing the window background
27740
27741 2004-08-20 13:45  jordi
27742
27743         * TrackBar.cs: fixes timer, new properties and methods
27744
27745 2004-08-20 13:34  jackson
27746
27747         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
27748           correct thread
27749
27750 2004-08-20 13:22  jackson
27751
27752         * Timer.cs: Timer Tick events are now handed through Controls Async
27753           mechanism so the callbacks are executed in the same thread as X
27754
27755 2004-08-20 13:19  jackson
27756
27757         * XplatUIDriver.cs: Expose functionality to send async messages
27758           through the driver
27759
27760 2004-08-20 13:18  jackson
27761
27762         * Control.cs: Implement Begininvoke
27763
27764 2004-08-20 13:14  jackson
27765
27766         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
27767           messages through the driver
27768
27769 2004-08-20 13:12  jackson
27770
27771         * XplatUIX11.cs: Lock before all X operations. Also added Async
27772           method functionality through XSendEvent
27773
27774 2004-08-20 13:11  jackson
27775
27776         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
27777           This will screw up on 64 bit systems)
27778
27779 2004-08-20 13:10  jackson
27780
27781         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
27782           Async messages through X/Win32
27783
27784 2004-08-19 19:39  pbartok
27785
27786         * XplatUIX11.cs:
27787           - Updated code to match new HandleData.DeviceContext type
27788
27789 2004-08-19 19:38  pbartok
27790
27791         * HandleData.cs:
27792           - Made DeviceContext a generic object to allow usage from various
27793           drivers
27794           - Added support for queueing Windows messages
27795
27796 2004-08-19 19:37  pbartok
27797
27798         * XplatUIWin32.cs:
27799           - Added generation of MouseEnter, MouseLeave and MouseHover events
27800           - Added cleanup on EndPaint
27801
27802 2004-08-19 19:17  pbartok
27803
27804         * Control.cs:
27805           - Added handling of WM_MOUSEHOVER
27806           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
27807           code
27808
27809 2004-08-19 18:55  jordi
27810
27811         * ThemeGtk.cs: fixes button order
27812
27813 2004-08-19 18:12  jordi
27814
27815         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
27816
27817 2004-08-19 17:09  pbartok
27818
27819         * Control.cs:
27820           - Added Right property
27821           - Added RightToLeft property
27822
27823 2004-08-19 16:27  jordi
27824
27825         * ThemeGtk.cs: experimental GTK theme support
27826
27827 2004-08-19 16:26  jordi
27828
27829         * ITheme.cs, Theme.cs: move themes from an interface to a class
27830
27831 2004-08-19 16:25  jordi
27832
27833         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
27834           theme enhancaments
27835
27836 2004-08-19 16:04  pbartok
27837
27838         * XplatUIX11.cs:
27839           - Added colormap basics
27840           - Added a way to re-initialize with a different display handle
27841           - Fixed setting of the window background color
27842           - Added various X11 imports related to colors and colormaps
27843
27844 2004-08-19 15:51  pbartok
27845
27846         * X11Structs.cs:
27847           - Removed packing hints (Paolo suggested this a while back)
27848           - fixed colormap type
27849           - Added default Atom types
27850           - Added Screen and color structs and enums
27851
27852 2004-08-19 15:39  pbartok
27853
27854         * ImageList.cs:
27855           - Added missing Draw() method
27856           - Added missing RecreateHandle event
27857
27858 2004-08-19 15:30  pbartok
27859
27860         * Form.cs:
27861           - Added handling of WM_CLOSE
27862
27863 2004-08-18 13:16  jordi
27864
27865         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
27866           a table
27867
27868 2004-08-18 09:56  jordi
27869
27870         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
27871
27872 2004-08-17 15:31  ravindra
27873
27874         * SWF.csproj: Updated project.
27875
27876 2004-08-17 15:25  pbartok
27877
27878         * Control.cs:
27879           - Drawing improvement; don't call UpdateBounds if we are not visible
27880             (or have been minimized)
27881
27882 2004-08-17 15:24  pbartok
27883
27884         * XplatUIWin32.cs:
27885           - Finished IsVisible
27886           - Added Win32GetWindowPlacement
27887
27888 2004-08-17 15:08  jackson
27889
27890         * Panel.cs: Initial checkin of the Panel
27891
27892 2004-08-17 14:25  pbartok
27893
27894         * Control.cs:
27895           - Fixed broken handling of default window sizes
27896
27897 2004-08-17 13:29  jackson
27898
27899         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
27900           has a large startup time.
27901
27902 2004-08-17 10:25  jackson
27903
27904         * HandleData.cs: union areas properly
27905
27906 2004-08-17 10:12  jackson
27907
27908         * HandleData.cs: union areas properly
27909
27910 2004-08-16 20:00  ravindra
27911
27912         * ToolBar.cs, ToolBarButton.cs: Added attributes.
27913
27914 2004-08-16 18:48  ravindra
27915
27916         * ToolBar.cs: Added attributes.
27917
27918 2004-08-16 17:17  ravindra
27919
27920         * SWF.csproj: Updated project.
27921
27922 2004-08-16 17:16  jackson
27923
27924         * XplatUIX11.cs: Check for more expose events before sending a
27925           WM_PAINT so they can all be grouped together. This makes dragging a
27926           window across another window redraw in a sane way.
27927
27928 2004-08-16 15:47  pbartok
27929
27930         * Control.cs:
27931           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
27932             support OnMouseEnter/Leave()
27933           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
27934             exposure handling
27935
27936 2004-08-16 15:46  pbartok
27937
27938         * XplatUIStructs.cs, XplatUIX11.cs:
27939           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
27940           OnMouseEnter/Leave()
27941
27942 2004-08-16 15:34  jackson
27943
27944         * XplatUIX11.cs: Group multiple expose events in HandleData, make
27945           sure messages get the message field set to WM_NULL if they are not
27946           handled.
27947
27948 2004-08-16 15:24  jackson
27949
27950         * HandleData.cs: HandleData is used for storing message information
27951           for window handles
27952
27953 2004-08-15 17:23  ravindra
27954
27955         * ColorDepth.cs: Added attribute.
27956
27957 2004-08-15 17:23  ravindra
27958
27959         * SWF.csproj: Updated project for ToolBar Control.
27960
27961 2004-08-15 17:20  ravindra
27962
27963         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
27964           control and also dos2unix format.
27965
27966 2004-08-15 17:13  ravindra
27967
27968         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
27969           ToolBarButtonClickEventArgs.cs,
27970           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
27971           ToolBarTextAlign.cs: First Implementation of ToolBar control.
27972
27973 2004-08-15 15:31  pbartok
27974
27975         * ButtonBase.cs:
27976           - First (mostly) working version
27977
27978 2004-08-13 16:15  pbartok
27979
27980         * Control.cs:
27981           - Fixed Anchor default
27982
27983 2004-08-13 15:43  pbartok
27984
27985         * Control.cs:
27986           - Changed GetCursorPos signature
27987
27988 2004-08-13 15:42  pbartok
27989
27990         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27991           - Changed signature for GetCursorPos
27992
27993 2004-08-13 15:25  pbartok
27994
27995         * XplatUIX11.cs:
27996           - Cleanup
27997           - Fixed resizing/exposure handling
27998
27999 2004-08-13 15:22  jordi
28000
28001         * ThemeWin32Classic.cs: removes redundant code and fixes issues
28002           with tickposition
28003
28004 2004-08-13 14:55  jordi
28005
28006         * TrackBar.cs: change from wndproc to events
28007
28008 2004-08-13 13:00  jordi
28009
28010         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28011           XplatUIX11.cs: implements PointToClient (ScreenToClient)
28012
28013 2004-08-13 12:53  pbartok
28014
28015         * XplatUIWin32.cs:
28016           - Changed GetWindowPos to also provide client area size
28017           - Fixed broken prototypes for several win32 functions
28018
28019 2004-08-13 12:53  pbartok
28020
28021         * XplatUI.cs, XplatUIDriver.cs:
28022           - Changed GetWindowPos to also provide client area size
28023
28024 2004-08-13 12:52  pbartok
28025
28026         * XplatUIX11.cs:
28027           - Added generation of WM_POSCHANGED
28028           - Changed GetWindowPos to also provide client area size
28029
28030 2004-08-13 12:52  pbartok
28031
28032         * Control.cs:
28033           - Added Dispose() and destructor
28034           - Fixed resizing and bounds calculation
28035           - Fixed Layout
28036           - Added memory savings for invisible windows
28037
28038 2004-08-13 12:46  jordi
28039
28040         * TrackBar.cs: adds timer and grap window
28041
28042 2004-08-13 10:25  jackson
28043
28044         * Timer.cs: SWF Timer
28045
28046 2004-08-12 16:59  pbartok
28047
28048         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28049           - Implemented method to get current mouse position
28050
28051 2004-08-12 14:29  jordi
28052
28053         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
28054           enhancement, fix mouse problems, highli thumb, etc
28055
28056 2004-08-12 13:31  pbartok
28057
28058         * Control.cs:
28059           - Fixed Anchoring bugs
28060
28061 2004-08-12 13:01  jackson
28062
28063         * StatusBar.cs: Don't forget things
28064
28065 2004-08-12 12:54  jackson
28066
28067         * ThemeWin32Classic.cs: Handle owner draw status bars
28068
28069 2004-08-12 12:54  jackson
28070
28071         * StatusBar.cs: Implement missing properties, events, and methods.
28072           Handle mouse clicking
28073
28074 2004-08-12 10:19  jackson
28075
28076         * StatusBarPanelClickEventArgs.cs,
28077           StatusBarPanelClickEventHandler.cs: Classes for handling status
28078           bar panel click events
28079
28080 2004-08-12 10:10  jackson
28081
28082         * Control.cs: Add missing properties
28083
28084 2004-08-12 09:46  pbartok
28085
28086         * BindingsManagerBase.cs:
28087           - Name changed to BindingManagerBase.cs
28088
28089 2004-08-12 09:25  jordi
28090
28091         * ScrollableControl.cs: calls ctrlbase instead of exeception
28092
28093 2004-08-11 16:28  pbartok
28094
28095         * InputLanguageChangingEventArgs.cs:
28096           - Never check in before compiling. Fixes the last check-in
28097
28098 2004-08-11 16:26  pbartok
28099
28100         * InputLanguageChangingEventArgs.cs:
28101           - More signature fixes
28102
28103 2004-08-11 16:20  pbartok
28104
28105         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
28106           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
28107           ImageListStreamer.cs, InputLanguage.cs,
28108           InputLanguageChangedEventArgs.cs,
28109           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
28110           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
28111           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
28112           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28113           - Signature fixes
28114
28115 2004-08-11 16:16  pbartok
28116
28117         * Application.cs:
28118           - Fixed Signature
28119           - Added .Net 1.1 method
28120
28121 2004-08-11 15:25  pbartok
28122
28123         * SWF.csproj:
28124           - Fixed BindingManagerBase.cs filename
28125
28126 2004-08-11 15:22  pbartok
28127
28128         * BindingManagerBase.cs:
28129           - Was checked in with wrong filename
28130
28131 2004-08-11 14:50  pbartok
28132
28133         * SWF.csproj:
28134           - Updated
28135
28136 2004-08-11 13:41  jordi
28137
28138         * XplatUIWin32.cs: Fixes ClientRect
28139
28140 2004-08-11 13:19  pbartok
28141
28142         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28143           XplatUIX11.cs:
28144           - We had SetWindowPos and MoveWindow to set window positions and
28145             size, removed MoveWindow. We have GetWindowPos, so it made sense to
28146             keep SetWindowPos as matching counterpart
28147           - Added some X11 sanity checking
28148
28149 2004-08-11 12:59  pbartok
28150
28151         * Control.cs:
28152           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
28153             (It seems that SetBounds is just a front for SetBoundsCore and
28154              SetBoundsCore updates the underlying window system and
28155              UpdateBounds is responsible for updating the variables associated
28156              with the Control and sending the events)
28157           - Major cleanup of Size handling; we now have two sizes, client_size
28158             and bounds. Bounds defines the window with decorations, client_size
28159             without them.
28160
28161 2004-08-11 12:55  pbartok
28162
28163         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28164           - Added method to calculate difference between decorated window and
28165             raw client area
28166
28167 2004-08-11 12:54  pbartok
28168
28169         * Label.cs:
28170           - Forcing redraw on resize
28171
28172 2004-08-11 11:43  pbartok
28173
28174         * ImageList.cs:
28175           - Removed disposing of the actual images when the list is disposed
28176
28177 2004-08-11 09:13  pbartok
28178
28179         * Control.cs:
28180           - Now properly reparents windows
28181
28182 2004-08-11 08:37  pbartok
28183
28184         * Control.cs:
28185           - Duh!
28186
28187 2004-08-11 07:47  pbartok
28188
28189         * Control.cs:
28190           - Rewrote the collection stuff. Might not be as fast now, not
28191             keeping the number of children around and accessible directly, but
28192             it's more straightforward
28193
28194 2004-08-11 07:44  pbartok
28195
28196         * AccessibleObject.cs:
28197           - Fixed to match ControlCollection rewrite
28198
28199 2004-08-11 07:43  pbartok
28200
28201         * ImageList.cs:
28202           - Added missing creation of the collection list
28203
28204 2004-08-10 20:08  jackson
28205
28206         * StatusBar.cs: Get the paint message from WndProc
28207
28208 2004-08-10 19:31  jackson
28209
28210         * ThemeWin32Classic.cs: Create Brushes as little as possible
28211
28212 2004-08-10 19:20  jackson
28213
28214         * UICues.cs: Add Flags attribute
28215
28216 2004-08-10 19:19  jackson
28217
28218         * StatusBarPanel.cs: Signature cleanup
28219
28220 2004-08-10 19:10  jackson
28221
28222         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
28223           Initial implementation of status bar item drawing
28224
28225 2004-08-10 17:27  jordi
28226
28227         * TrackBar.cs: add missing methods, properties, and restructure to
28228           hide extra ones
28229
28230 2004-08-10 16:24  jackson
28231
28232         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
28233           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
28234           attribute
28235
28236 2004-08-10 13:21  jordi
28237
28238         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
28239           enhancements and standarize on win colors defaults
28240
28241 2004-08-10 12:52  jackson
28242
28243         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
28244           ThemeWin32Classic.cs: Implement DrawItem functionality
28245
28246 2004-08-10 12:47  jordi
28247
28248         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
28249
28250 2004-08-10 12:32  jordi
28251
28252         * Control.cs: throw ontextchange event
28253
28254 2004-08-10 11:43  pbartok
28255
28256         * Control.cs:
28257           - Added more to the still unfinished Dock/Anchor layout code
28258
28259 2004-08-10 11:39  pbartok
28260
28261         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
28262           - Added GetWindowPos method
28263
28264 2004-08-10 11:36  pbartok
28265
28266         * XplatUIWin32.cs:
28267           - Implemented several methods
28268
28269 2004-08-10 09:47  jackson
28270
28271         * TrackBar.cs: Allow control to handle buffering
28272
28273 2004-08-10 09:41  jackson
28274
28275         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
28276
28277 2004-08-10 09:24  jackson
28278
28279         * Label.cs, LinkLabel.cs: Let Control handle buffering.
28280
28281 2004-08-10 09:09  jackson
28282
28283         * StatusBar.cs: Let Control handle all the buffering.
28284
28285 2004-08-10 09:08  jackson
28286
28287         * Control.cs: Control will now handle the buffering code, so each
28288           control does not have to implement this.
28289
28290 2004-08-10 08:34  jackson
28291
28292         * XplatUIDriver.cs: Use default colors from the theme
28293
28294 2004-08-09 17:12  pbartok
28295
28296         * ImageList.cs:
28297           - Fixed several bugs Ravindra pointed out
28298
28299 2004-08-09 16:11  pbartok
28300
28301         * Control.cs:
28302           - Added incomplete dock layout code
28303           - Added support for mouse wheel
28304
28305 2004-08-09 16:09  pbartok
28306
28307         * XplatUIX11.cs:
28308           - Added handling for middle and right mousebutton
28309           - Added handling for mouse wheel
28310           - Added handling for key state and mouse state and position
28311           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
28312           messages
28313
28314 2004-08-09 15:40  jackson
28315
28316         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
28317           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
28318           checkin
28319
28320 2004-08-09 15:37  jackson
28321
28322         * StatusBar.cs: Initial implementation of StatusBar
28323
28324 2004-08-09 15:36  jackson
28325
28326         * ITheme.cs: Add support for drawing status bar and getting status
28327           bar item sizes
28328
28329 2004-08-09 15:35  pbartok
28330
28331         * MouseButtons.cs:
28332           - Fixed values
28333
28334 2004-08-09 15:34  jackson
28335
28336         * ThemeWin32Classic.cs: Add support for drawing status bar and get
28337           status bar item sizes
28338
28339 2004-08-09 15:21  jackson
28340
28341         * ThemeWin32Classic.cs: Use known colors for default control
28342           colours
28343
28344 2004-08-09 15:12  jackson
28345
28346         * ThemeWin32Classic.cs: Make the default font static, it is static
28347           in control so this doesn't change functionality and creating fonts
28348           is sloooooow.
28349
28350 2004-08-09 14:56  pbartok
28351
28352         * X11Structs.cs:
28353           - Added GrabMode enum
28354
28355 2004-08-09 14:55  pbartok
28356
28357         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28358           - Removed Run method, was only required for initial development
28359
28360 2004-08-09 14:51  pbartok
28361
28362         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28363           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
28364           capture
28365
28366 2004-08-09 13:48  pbartok
28367
28368         * XplatUIX11.cs:
28369           - Fixed default sizing for child windows
28370
28371 2004-08-09 12:56  pbartok
28372
28373         * XplatUIX11.cs:
28374           - Added generation of WM_DESTROY message
28375           - Added handling of window manager induced shutdown
28376
28377 2004-08-09 11:31  jackson
28378
28379         * ThemeWin32Classic.cs: New names for control properties
28380
28381 2004-08-09 11:25  jackson
28382
28383         * Control.cs: Use new color names
28384
28385 2004-08-09 11:02  jackson
28386
28387         * XplatUI.cs: Get default window properties from the theme
28388
28389 2004-08-09 11:01  jackson
28390
28391         * ITheme.cs: The theme engine now controls default window
28392           properties
28393
28394 2004-08-09 11:00  jackson
28395
28396         * ThemeWin32Classic.cs: Add default window color properties
28397
28398 2004-08-09 10:17  jackson
28399
28400         * ThemeWin32Classic.cs: Use correct default back color
28401
28402 2004-08-09 10:05  jackson
28403
28404         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
28405           the theme now.
28406
28407 2004-08-09 09:56  jackson
28408
28409         * XplatUI.cs: Remove defaults, these are handled by the theme now.
28410
28411 2004-08-09 09:54  jackson
28412
28413         * Control.cs: Get default properties from the theme.
28414
28415 2004-08-09 09:53  jackson
28416
28417         * ITheme.cs: Themes now handle default control properties
28418
28419 2004-08-09 09:53  jackson
28420
28421         * ThemeWin32Classic.cs: Themes now handle default control
28422           properties so coloring will be consistent
28423
28424 2004-08-08 16:54  jordi
28425
28426         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
28427
28428 2004-08-08 15:08  jordi
28429
28430         * XplatUIX11.cs: fixes keyboard crash
28431
28432 2004-08-08 13:47  jordi
28433
28434         * Label.cs: add cvs header info
28435
28436 2004-08-08 12:09  jackson
28437
28438         * ThemeWin32Classic.cs: Add pen_buttonface
28439
28440 2004-08-08 11:52  jordi
28441
28442         * Label.cs, LinkLabel.cs: [no log message]
28443
28444 2004-08-08 11:34  jordi
28445
28446         * ThemeWin32Classic.cs: Use Windows Standard Colours
28447
28448 2004-08-07 17:32  jordi
28449
28450         * TrackBar.cs: throw exceptions of invalid enums values
28451
28452 2004-08-07 17:31  jordi
28453
28454         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
28455           draw method name
28456
28457 2004-08-07 16:56  jackson
28458
28459         * HorizontalAlignment.cs: Initial checkin
28460
28461 2004-08-07 13:16  jordi
28462
28463         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
28464           methods
28465
28466 2004-08-07 13:05  jordi
28467
28468         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
28469           GetSysColor defines
28470
28471 2004-08-06 18:01  pbartok
28472
28473         * ThemeWin32Classic.cs:
28474           - Fixed some rounding issues with float/int
28475
28476 2004-08-06 18:00  jackson
28477
28478         * DockStyle.cs, AnchorStyles.cs:
28479
28480                   Add flags and serializable attributes.
28481
28482 2004-08-06 17:46  pbartok
28483
28484         * XplatUIX11.cs:
28485           - Implemented GetParent
28486
28487 2004-08-06 17:18  pbartok
28488
28489         * TrackBar.cs:
28490           - Fixed some rounding issues with float/int
28491
28492 2004-08-06 17:17  pbartok
28493
28494         * X11Structs.cs, XplatUIX11.cs:
28495           - Fixed Refresh and Invalidate
28496
28497 2004-08-06 15:30  pbartok
28498
28499         * Control.cs, X11Structs.cs, XplatUIX11.cs:
28500           - Fixed recursive loop when resizing
28501           - Improved/fixed redrawing on expose messages
28502
28503 2004-08-06 09:53  jordi
28504
28505         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
28506           keyboard navigation
28507
28508 2004-08-06 08:02  pbartok
28509
28510         * X11Structs.cs, XplatUIX11.cs:
28511           - Fixed reparenting
28512           - Fixed window border creation
28513
28514 2004-08-05 15:38  pbartok
28515
28516         * XplatUIX11.cs:
28517           - Attempted fix for reparenting problems
28518
28519 2004-08-04 15:14  pbartok
28520
28521         * Control.cs:
28522           - Fixed Invalidation bug (calculated wrong client area)
28523           - Added ClientSize setter
28524
28525 2004-08-04 15:13  pbartok
28526
28527         * Form.cs:
28528           - Added AutoScale properties
28529
28530 2004-08-04 15:13  pbartok
28531
28532         * SWF.csproj:
28533           - Added latest files
28534
28535 2004-08-04 14:11  pbartok
28536
28537         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28538           XplatUIX11.cs:
28539           - Added Invalidate handling
28540
28541 2004-08-03 17:09  jordi
28542
28543         * XplatUIDriver.cs: fixes spelling mistake
28544
28545 2004-07-27 09:53  jordi
28546
28547         * TrackBar.cs: fixes trackbar events, def classname, methods
28548           signature
28549
28550 2004-07-27 09:29  jordi
28551
28552         * ScrollBar.cs: fixes scrollbar events
28553
28554 2004-07-27 04:38  jordi
28555
28556         * Control.cs: changes to be able to run winforms samples
28557
28558 2004-07-26 11:42  jordi
28559
28560         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
28561           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
28562
28563 2004-07-26 05:41  jordi
28564
28565         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
28566           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
28567           implementation
28568
28569 2004-07-22 09:22  jordi
28570
28571         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
28572           check link overlapping, implement events, and fixes
28573
28574 2004-07-21 10:28  jordi
28575
28576         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
28577
28578 2004-07-21 10:19  jordi
28579
28580         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
28581           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
28582           LinkLabelLinkClickedEventArgs.cs,
28583           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
28584           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
28585           implementation
28586
28587 2004-07-19 13:09  jordi
28588
28589         * Control.cs, Label.cs: label control re-written: added missing
28590           functionlity, events, and properties
28591
28592 2004-07-19 10:49  jordi
28593
28594         * Control.cs: fixes SetBounds logic
28595
28596 2004-07-19 01:29  jordi
28597
28598         * Control.cs: Call RefreshWindow only if the window has created
28599
28600 2004-07-15 14:05  pbartok
28601
28602         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
28603           - Implemented ImageList and ImageList.ImageCollection classes
28604           - Added ColorDepth enumeration
28605           - Updated SWF VS.Net project
28606
28607 2004-07-15 11:06  jordi
28608
28609         * XplatUIStructs.cs: added MsgButons enum
28610
28611 2004-07-15 11:03  jordi
28612
28613         * Control.cs: added basic mouse handeling events
28614
28615 2004-07-15 03:38  jordi
28616
28617         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
28618           Vertical TrackBar control implementation
28619
28620 2004-07-13 09:33  jordi
28621
28622         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
28623
28624 2004-07-13 09:31  jordi
28625
28626         * Control.cs, Form.cs: commit: new properties and fixes form size
28627           problems
28628
28629 2004-07-09 14:13  miguel
28630
28631         * ProgressBar.cs: Spelling
28632
28633 2004-07-09 11:25  pbartok
28634
28635         * ProgressBar.cs:
28636           - Removed usage of Rectangle for drawing. Miguel pointed out it's
28637           faster
28638
28639 2004-07-09 11:17  miguel
28640
28641         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
28642
28643                 * ProgressBar.cs: Fixed spelling for `block'
28644
28645                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
28646                 style guidelines.
28647
28648                 Avoid using the += on rect.X, that exposed a bug in the compiler.
28649
28650 2004-07-08 23:21  pbartok
28651
28652         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
28653           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
28654           BaseCollection.cs, Binding.cs, BindingContext.cs,
28655           BindingMemberInfo.cs, BindingsCollection.cs,
28656           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
28657           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
28658           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
28659           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
28660           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
28661           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
28662           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
28663           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
28664           FrameStyle.cs, GiveFeedbackEventArgs.cs,
28665           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
28666           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
28667           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
28668           InputLanguageChangedEventArgs.cs,
28669           InputLanguageChangedEventHandler.cs,
28670           InputLanguageChangingEventArgs.cs,
28671           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
28672           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
28673           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
28674           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
28675           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
28676           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
28677           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
28678           QueryAccessibilityHelpEventArgs.cs,
28679           QueryAccessibilityHelpEventHandler.cs,
28680           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
28681           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
28682           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
28683           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
28684           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
28685           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
28686           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
28687           XplatUIX11.cs, lang.cs:
28688           - Initial check-in
28689
28690