2007-09-13 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-09-13  Ivan N. Zlatev <contact@i-nz.net>
2
3         * Cursor.cs: Fix Cursor.Current to apply Cursor.Default.
4         * SplitContainer.cs: Implement FixedPanel layouting.
5
6 2007-09-12  Andreia Gaita  <avidigal@novell.com>
7
8         * WebBrowserBase.cs: setup shutdown routine
9
10 2007-09-12  Andreia Gaita  <avidigal@novell.com>
11
12         * Application.cs: Let keyboard events that are targetted 
13                 to non-mwf windows hosted inside mwf (as in, webbrowser),
14                 propagate properly. Fixes keyboard handling on the webbrowser.
15
16 2007-09-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17
18         * ListView.cs: When handling MouseUp event and we are 
19         highligting a node with the mouse right button, don't trigger
20         Before/AfterSelecting event, since we are not actually selecting
21         the node.
22
23 2007-09-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
24
25         * TreeView.cs: When editing a node, modify the edit text box
26         depending on the text length (as you are typing), like MS does.
27
28 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
29
30         * ToolStrip.cs: Fixup preferred size calculations for vertical toolbars. 
31         Override GetPreferredSizeCore to perform calculations.  Remove custom
32         autosize logic.  [Fixes bug #82739]
33
34 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
35
36         * TextBoxBase.cs: Modified should default to false.
37
38 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
39
40         * Control.cs: Update the anchoring distances even when layout is supspended.
41         Patch provided by George fixes bug #82805.
42
43 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
44
45         * Control.cs: Provide a setter for ExplicitHeight.
46         * TextBoxBase.cs: Now that we have the implementation for explicit heights,
47         remove the hacks in here for requested_height.
48         [Fixes bug #82749]
49
50 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
51
52         * ScrollBar.cs: Fix an issue reported on the lists where setting a scrollbar's
53         Maximum to lower that its current Value caused an ArgumentException by setting
54         the Value to the new Maximum.
55
56 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
57
58         * ThemeWin32Classic.cs: Math is hard!  Fix some math so that the TrackBar
59         handle moves to the closest tick when it is being dragged.
60         [Fixes bug #82751]
61
62 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
63
64         * ToolStripManager.cs: When we have added MDI buttons onto a MenuStrip, we
65         can't let them count as real items when calculating where to merge in the
66         user's items.  [Fixed bug #82786]
67
68 2007-09-10  Jonathan Pobst  <monkey@jpobst.com>
69
70         * ToolStripMenuItem.cs: Add a parent type check so we don't crash on people
71         who want to add a menu item directly onto a toolstrip.
72         [Fixes bug #82775, part II]
73
74 2007-09-10  Jonathan Pobst  <monkey@jpobst.com>
75
76         * StatusStrip.cs: Synchronize SetDisplayedItems with the ToolStrip version.
77         * ToolStrip.cs: If a ToolStripItem set to not visible is added to a ToolStrip,
78         don't set it to available.
79         * ToolStripItem.cs: When Visible is changed, tell the owner to perform a layout.
80         [Fixes bug #82727, part II]
81
82 2007-09-10  Jonathan Pobst  <monkey@jpobst.com>
83
84         * StatusStrip.cs: Change item placement to None if not visible.
85         * ToolStripItem.cs: Invalidate when InternalVisible changes.
86         These should have been committed to fix 82723, but I missed them.
87
88 2007-09-10  Jonathan Pobst  <monkey@jpobst.com>
89
90         * ToolStrip.cs: Make sure ItemClicked is raised before the ToolStripItem's
91         Click, and that it is only called once.
92         * ToolStripMenuItem.cs: Call OnClick even when there are dropdown items.
93         * ToolStripDropDownItem.cs: Override HandleItemClick so dropdowns stay
94         dropped down.
95         [Fixes bug #82775]
96
97 2007-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
98
99         * ColumnHeaderSample.cs: Use 5 pixels as extra height instead of 8
100         to match .Net.
101         * ThemeWin32Classic.cs: For the columns text, use 5 pixels as left padding
102         instead of 8, just like above. Partially fixes #82734.
103
104 2007-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
105
106         Patch by Ernesto Carrea <equistango at gmail.com>. Partially 
107         fixes #82734.
108
109         * ListView.cs: Remove extra space between rows in Details view (match
110         .Net). 
111         * ThemeWin32Classic.cs: Header text should use ListView.Font, not
112         the DefaultFont.
113
114 2007-09-08  Gert Driesen  <drieseng@users.sourceforge.net>
115
116         * Application.cs: Modified ProductVersion to return value of
117         AssemblyInformationVersion if available, and fallback to assembly
118         version. Fixes bug #82746. Code formatting.
119         * BindingSource.cs: Remove NIE from Dispose, and mark it MonoTODO
120         instead.
121
122 2007-09-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
123
124         * Control.cs: When updating ZOrder for a child control,
125         take into account the implicit ones (we need it in our controls
126         using them). Fixes #82642.
127
128 2007-09-07  Jonathan Pobst  <monkey@jpobst.com>
129
130         * ToolStripItem.cs: Add support for animated images.
131         [Fixes bug #82726]
132
133 2007-09-07  Jonathan Pobst  <monkey@jpobst.com>
134
135         * ToolStrip.cs: Make sure we aren't drawing anything that isn't 
136         visible.  [Fixes bug #82727]
137
138 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
139
140         * ToolStripItem.cs: If AutoSize changes the size of our item, invalidate
141         so we repaint using the new size.  [Fixes bug #82723]
142
143 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
144
145         * TreeView.cs: If ShowLines is true, we should ignore the FullRowSelect
146         option.  [Fixes bug #81779]
147
148 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
149
150         * TreeView.cs: Override HandleClick because the StandardClick style is
151         set to false.  According to MSDN (and testing), the click events should
152         only be raised when the click occurs on a TreeNode.  [Fixes bug #81739]
153
154 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
155
156         * ToolStripTextBox.cs: Invalidate our textbox when it loses focus, so
157         the border will disappear.  Fixes reopened #82653.
158
159 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
160
161         * Control.cs: If the control is autosize, and its preferred size changes
162         when it lays out its children, tell its parent so it can be re-layed out.
163         Fixing some of the fallout from r85433.
164
165 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
166
167         * ThemeWin32Classic.cs: Fix a NRE caused by r85427 because RadioButton
168         and CheckBox share some code.
169
170 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
171
172         * TrackBar.cs: Only call OnScroll if we actually changed the Value of
173         the TrackBar, not every mouse move.  [Fixed bug #82718]
174
175 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
176
177         * ThemeWin32Classic.cs: Allow a CheckBox to be rendered like a Button
178         under 2.0 rendering.  [Fixes bug #82657]
179
180 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
181
182         * TreeView.cs: If we found a TreeNode to display a context menu, but
183         it doesn't have one to show, let the TreeView display its menu
184         instead.  [Fixes bug #82680]
185
186 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
187
188         * ToolStripTextBox.cs: TextBox no longer call OnPaint, we need to use
189         OnPaintInternal instead.  Give the internal TextBox a Border property
190         so it can draw itself more correctly.  [Fixes bug #82653]
191
192 2007-09-06  Zoltan Varga  <vargaz@gmail.com>
193
194         * HtmlHistory.cs HtmlWindow.cs HtmlWindowCollection.cs ListBindingHelper.cs WindowsFormsSection.cs WindowsFormsSynchronizationContext.cs: Stubs for missing 2.0 classes.
195
196 2007-09-05  Everaldo Canuto  <everaldo@simios.org>
197
198         * ComboBox.cs: Adjust combobox button state to reflect current state when
199         back to enabled = true. Fixes first issue of #82654.
200
201 2007-09-05  Everaldo Canuto  <everaldo@simios.org>
202
203         * Control.cs: Fix last patch regression, prevent forms to update zorder when
204         setting visible property.
205
206 2007-09-05  Everaldo Canuto  <everaldo@simios.org>
207
208         * Control.cs: Update zorder after control creation in SetVisibleCore, it 
209         fix zorder for controls initially created as non visible. Fixes #82667.
210
211 2007-09-04  Everaldo Canuto  <everaldo@simios.org>
212
213         * ThemeWin32Classic.cs: Adjust checkbox light color to ControlLightLight to
214         mimic win32 look. Fixes #82656.
215
216 2007-09-01  Zoltan Varga  <vargaz@gmail.com>
217
218         * FileDialogCustomPlace.cs FileDialogCustomPlacesCollection.cs: 
219         Stubs for new net 3.5 classes.
220
221 2007-08-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
222
223         * ListViewItem.cs: In ListViewItemCollection operations calculate
224         Layout for owner as well as invalidate it. Fixes part of #82642.
225
226 2007-08-31  Jonathan Pobst  <monkey@jpobst.com>
227
228         * ToolStripItem.cs: Take Parent/Owner's Enabled state in to account
229         when returning Enabled.  [Fixes bug #82651]
230
231 2007-08-30  Everaldo Canuto  <everaldo@simios.org>
232
233         * ToolBar.cs: Fix button size for non flat toolbars. Fixes #82368.
234
235 2007-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
236
237         * ListView.cs: Put item padding info in a single place
238         (Theme.ListViewItemPaddingWidth) to have working AutoResize on
239         columns again.
240         * ThemeWin32Classic.cs:
241         * Theme.cs: Likewise.
242
243 2007-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
244
245         * ListView.cs: When a ListViewSubItem instance is invalidated,
246         invoke Invalidate on parent ListViewItem, not parent ListView.
247         Fixes #81570.
248
249 2007-08-30  Jonathan Pobst  <monkey@jpobst.com>
250
251         * ListView.cs, ListViewItem.cs: corcompare stuffs.
252
253 2007-08-30  Jonathan Pobst  <monkey@jpobst.com>
254
255         * BindingMemberInfo.cs: Implement == and != operators.
256
257 2007-08-30  Jonathan Pobst  <monkey@jpobst.com>
258
259         * HtmlElementEventArgs.cs: Implement properties.
260
261 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
262
263         * HtmlElementErrorEventArgs.cs, HtmlElementErrorEventHandler.cs: Added.
264
265 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
266
267         * TabControl.cs: I was looking into the MonoTODO on TabPageCollection.
268         Add (string,string,string) to implement the imagekey.  It turns out, we
269         use the requested imagekey whereas .Net does not.  So I broke ours to match
270         theirs.  :(
271
272 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
273
274         * Form.cs, UserControl.cs: Override ValidateChildren, AutoValidate.
275
276 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
277
278         * ContainerControl.cs: Implement ValidateChildren and new Validate overload.
279
280 2007-08-29  Gert Driesen  <drieseng@users.sourceforge.net>
281
282         * FolderBrowserDialog.cs: Set Tag of newly created node, and keep it
283         up-to-date. Fixes bug #82618.
284
285 2007-08-29  Everaldo Canuto  <everaldo@simios.org>
286
287         * TextBoxBase.cs: Call CalculateDocument after changes Lines property to
288         reflect document changes. Fixes #82367.
289
290 2007-08-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
291
292         * ListView.cs: Add/fix some override differences between 1.1 and 2.0,
293         as well as add new ones. This should make work the BackgroundImage
294         property for ListView again.
295
296 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
297
298         * DataGrid.cs, DataGridViewButtonColumn.cs, DataGridViewCheckBoxColumn.cs,
299         DataGridViewComboBoxColumn.cs, DataGridViewImageColumn.cs, DataGridViewLinkColumn.cs,
300         DataGridViewTextBoxColumn.cs, ToolTip.cs: corcompare stuffs.
301
302 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
303
304         * Control.cs, XPlatUI.cs, XPlatUIDriver.cs, XPlatUIWin32.cs: Implement
305         IsKeyLocked.
306
307 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
308
309         * Cursor.cs: Add HotSpot, hook into XPlatUI.GetCursorInfo.
310         * XPlatUIWin32.cs: Implement hotspot lookup in GetCursorInfo.
311
312 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
313
314         * RadioButton.cs: Use 2.0 rendering.  Use base implementation of TextAlign.
315         * Theme.cs, ThemeWin32Classic.cs: Implement 2.0 rendering for RadioButton.
316
317 2007-08-27  Ivan N. Zlatev  <contact@i-nz.net>
318
319         * CursorConverter.cs: Implement conversion to InstanceDescriptor.
320
321 2007-08-27  Ivan N. Zlatev  <contact@i-nz.net>
322
323         * GridEntry.cs: Implement GetService.
324
325 2007-08-27  Jonathan Pobst  <monkey@jpobst.com>
326
327         * LabelEditTextBox.cs, TreeView.cs: After hiding the textbox used
328         for label editting, make sure we focus back on the TreeView.
329         [Fixes bug #82590]
330
331 2007-08-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
332
333         * ListView.cs: Add some 2.0 overrides.
334
335 2007-08-27  Everaldo Canuto  <ecanuto@novell.com>
336
337         * Form.cs: Uses opacity var instead of Opacity property in CreateHandle
338         because getter dont returns right value before handle creation. Thanks 
339         to George. Fixes #82569.  
340
341 2007-08-27  Everaldo Canuto  <ecanuto@novell.com>
342
343         * Theme.cs: Revert last patch, it causes error under win32. 
344
345 2007-08-27  Everaldo Canuto  <ecanuto@novell.com>
346
347         * Theme.cs: Uses Environment.SpecialFolder.DesktopDirectory instead of 
348         Environment.SpecialFolder.Desktop in Places method, Desktop returns the 
349         logical Desktop rather than the physical file system location. Fixes #82603. 
350
351 2007-08-26  Everaldo Canuto  <ecanuto@novell.com>
352
353         * MessageBox.cs: Add clipboard copy (ctrl+c) to messagebox. Thanks Andy Hume
354         for the patch. Fixes #82568.
355
356 2007-08-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
357
358         * ListView.cs: Add a pair of missing 2.0 ListViewItemCollection.Insert
359         methods.
360
361 2007-08-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
362
363         * ListViewInsertionMark.cs: New stubbed class.
364
365 2007-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
366
367         * FolderBrowserDialog.cs: When adding folder, immediately create the
368         directory with temporary name and rename the directory when editing
369         finishes. This matches MS. Ensure the node for the new folder is 
370         selected and LabelEdit is disabled, when editing is either finished
371         or cancelled.
372
373 2007-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
374
375         * TreeView.cs: When editing label of node, ensure node is visible.
376
377 2007-08-25  Ivan N. Zlatev  <contact@i-nz.net>
378
379         * PropertyGridView.cs: Set the value only if it has changed.
380
381 2007-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
382
383         * ListView.cs: Some more code refactoring to add support sorting
384         with groups (now for Details view). Remove unused code also.
385
386 2007-08-24  Jonathan Pobst  <monkey@jpobst.com>
387
388         * NodeLabelEditEventArgs.cs: EndEdit immediately when CancelEdit is called.
389         Not a big fan of reacting immediately to a field in an EventArg, but that's
390         the way it's done.  (This is part of the previous commit that got left out.)
391
392 2007-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
393
394         * FolderBrowserDialog.cs: Removed need for separate description field.
395         Replaced "" with string.Empty. Fixed tabindex. Ensure OK button
396         has focus when dialog box is displayed again, regardless of what
397         button was pressed the previous time. Set RootFolder and SelectedPath
398         each time dialog box is displayed. This ensures the treeview is
399         refreshed, and fixes bug #82579. Do no hide selected node in TreeView
400         when it does not have focus. Added support for more special folders.
401
402 2007-08-24  Jonathan Pobst  <monkey@jpobst.com>
403
404         * TreeView.cs: Create a CancelEdit method.  Clone the edit_args in EndEdit
405         before calling AfterLabelEdit.  If the user calls BeginEdit in that event,
406         it resets the edit_args.
407         * TreeNode.cs: Call CancelEdit if the user passes cancel = true to EndEdit.
408         [Fixes bug #82577]
409
410 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
411
412         * FolderBrowserDialog.cs: Modifies form caption and text of new folder
413         button to match MS. Provide more meaningful exception message for
414         invalid RootFolder value. Use zero-length string when SelectedPath
415         is set to null. Allow non-rooted paths in SelectedPath, but ignore
416         them in FolderBrowserTreeView. Allow folders to be created in
417         RootFolder. Fixes bug #82576.
418
419 2007-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
420
421         * ListView.cs: Correctly compute the layout_ht (height) when using groups,
422         since we need to take into account the group headers and the margin
423         between them.
424         * ListViewGroup.cs: Add a rows field to store the number of rows per
425         group.
426
427 2007-08-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
428
429         * DateTimePicker.cs: The MS' MTB has a really stupid year formatting.
430           Anyways, let's just follow the lead.
431
432 2007-08-24  Jonathan Pobst  <monkey@jpobst.com>
433
434         * CheckBox.cs: Set the AutoSizeMode to GrowAndShrink.
435         * Form.cs, GroupBox.cs: Don't skip Right or Bottom anchored 
436         controls in GetPreferredSizeCore.
437         * ThemeWin32Classic.cs: Tweak text drawing of CheckBoxes.
438         [Fixes bug #82488]
439
440 2007-08-24  Jonathan Pobst  <monkey@jpobst.com>
441
442         * PrintDialog.cs: Need to instantiate the form variable here too.
443
444 2007-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
445
446         * ListView.cs: Do some reorganization to support sorting in groups,
447         by doing the layout sequentially in ListView.Items. Also add support
448         for the Default Group, which should be available for items with no
449         group assigned.
450         * ListViewGroup.cs: Add support for DefaultGroup. Include new members
451         for storing layout info also.
452         * ListViewGroupCollection.cs: Add a DefaultGroup as part of the
453         collection, as well as providing internal members to do a traversal
454         including the default group (needed when doing layout/drawing).
455         * ThemeWin32Classic.cs: When drawing group headers use internal
456         ListViewGroupCollection members to take into account the default
457         group.
458
459 2007-08-23  George Giolfan  <georgegiolfan@yahoo.com>
460
461         * FlowLayoutPanel.cs: Add GetPreferredSizeCore.  [Fixes bug #82537]
462
463 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
464
465         * TreeView.cs: IsInputKey: don't ask for any keys if the handle hasn't
466         been created.  If handle is created, we want arror keys.  If we are editing
467         a node, we want things like enter, esc, home, end, page up, page down.
468         Allows Esc to work for FolderBrowserDialog.
469
470 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
471
472         * ColorDialog.cs, FontDialog.cs: Set the form's CancelButton so that
473         they close when ESC is pressed.  Thanks Andy!
474
475 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
476
477         * CommonDialog.cs: Do not instantiate form, leave that for derived classes.
478         This way we can tell if this is a CommonDialog provided with mono, or one
479         that is being implemented outside by a developer.  If it is an external one,
480         the developer is responsible for showing their own form.  We were showing
481         our blank form after the developer showed his.
482         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs, FontDialog.cs,
483         PageSetupDialog.cs: Instantiate form variable in our constructor.
484         [Fixes bug #82531]
485
486 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
487
488         * ListBox.cs, ListView.cs, TreeView.cs: Override IsInputCharInternal
489         and always return true.  [Fixes bug #81616]
490
491 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
492
493         * TextBoxBase.cs: Allow 2.0 AutoSize to change the height of the
494         TextBox.  [Fixes bug #82549]
495
496 2007-08-23  Gert Driesen  <drieseng@users.sourceforge.net>
497
498         * FileDialog.cs: When Save/Open is clicked and no filename is selected
499         or entered then do not close the dialog. Fixes bug #82539. Removed
500         CWLs.
501
502 2007-08-22  Everaldo Canuto  <ecanuto@novell.com>
503
504         * FileDialog.cs: Create UpdateRecentFiles and move the recent files refresh
505         code to this method. It is calling every time filter changes. This method
506         will help to fix the bug #80887.
507
508 2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
509
510         * CheckBox.cs: Implement AutoSize calculation.
511
512 2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
513
514         * CheckBox.cs: Use new 2.0 rendering for 2.0.
515         * Theme.cs: Method declarations for 2.0 rendering path.
516         * ThemeWin32Classic.cs: 2.0 rendering implementation for CheckBox.
517
518 2007-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
519
520         * ListViewGroupCollection.cs: Fix a typo of the previous patch.
521
522 2007-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
523
524         * ListViewGroupCollection.cs: Implement AddRange the right way, to
525         only call Redraw on the parent one time.
526
527 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
528
529         * DataGridViewRowHeaderCell.cs, DataGridViewColumnHeaderCell.cs: Implemented
530           GetClipboardContent.
531         * DataGridViewCell.cs: Implemented GetClipboardContent,
532           GetEditedFormattedValue, GetFormattedValue.
533         * DataGridView.cs: Implemented GetClipboardContent, TopLeftHeaderCell.
534
535 2007-08-21  Jonathan Pobst  <monkey@jpobst.com>
536
537         * TableLayoutStyleCollection.cs: corcompare fix.
538
539 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
540
541         * DataObject.cs: Implemented retrieval of convertible / not convertible
542           objects.
543
544 2007-08-21  Jonathan Pobst  <monkey@jpobst.com>
545
546         * ToolStripItem.cs: When changing the item's text, invalidate before we resize
547         ourselves.  This ensures the entire old bounds are repainted, in case our new
548         size is smaller.  [Fixes bug #82518]
549
550 2007-08-20  Everaldo Canuto  <ecanuto@novell.com>
551
552         * XplatUIX11.cs: Apply patch from #81588, it makes use of PointerMotionHintMask
553         flag to make fast handle of mouse events, without this the mouse move is
554         handled in some manner, whether it is a mouse move or not. Fixes #81588.
555
556 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
557
558         * ListView.cs: When doing layout calculations don't use a ref
559         param to keep the current item; instead use its Index value (this 
560         is specially important when doing the layout with Groups
561         and Items being sparse). Also don't take into account items added to
562         the Group but not yet added to the main ListView.Items collection.
563
564 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
565
566         * ListViewGroupCollection.cs: Forgot to mimic an issue
567         in the indexer (don't assign the ListView owner for new values).
568
569 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
570
571         * ListViewGroupCollection.cs: Make the string indexer use
572         the int based indexer to re-use code, instead of duplicate the code.
573         Also Redraw as needed and take into account null values.
574
575 2007-08-20  Jonathan Pobst  <monkey@jpobst.com>
576
577         * StatusStrip.cs: Make sure the item's parent gets set in SetDisplayedItems.
578         [Fixes bug #82481]
579
580 2007-08-20  Jonathan Pobst  <monkey@jpobst.com>
581
582         * ToolStrip.cs: Add some logic to un-focus controls in ToolStripControlHosts
583         when other buttons are clicked or navigated to.
584
585 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
586
587         * XplatUIX11.cs: Treat toolwindows as if they had no window manager, since
588           it's XplatUIX11 that attaches them.
589
590 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
591
592         * DataGridView.cs: If a column has been added, recreate the editing row.
593           Fixes #82226.
594
595 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
596
597         * TextControl.cs: Use Math.Max instead of Math.Min when deciding the length
598           of the tag to draw. Makes disappearing text show up again.
599
600 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
601
602         * StatusBar.cs: Take into account any icons when a panel has AutoSize =
603           Contents. Fixes #82487.
604
605 2007-08-19  Andreia Gaita  <avidigal@novell.com>
606
607         * Added HtmlElement.cs, HtmlElementCollection.cs, 
608           HtmlElementEventArgs.cs, HtmlElementEventHandler.cs
609           
610 2007-08-19  Andreia Gaita  <avidigal@novell.com>
611
612         * BindingSource.cs: Implement this, dispose and getenumerator.
613         * DataGridViewRowCollection.cs: Move the InvalidOperationException
614         out of AddInternal, throw it only on public Add calls. The 
615         UsingWebBrowser sample was blowing up with this when setting the
616         DataSource after adding DataBindings, so it's likely that .net
617         only throws this exception when Add is called directly. 
618         
619         * ToolStripControlHost.cs: Return the hosted control's text
620         property, and not the ToolStripItem one (it would always return
621         the initial value).
622         
623         * HtmlDocument.cs: Implement GetElementById and All
624         * WebBrowser.cs: Remove exception on set_DocumentStream.        
625
626 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
627
628         * Form.cs: Fix the max and min value for opacity (0~1).
629
630 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
631
632         [Fixes #80118]
633         * DataGridTableStyle.cs: Default header font is now null, on getter it 
634         returns datagrid font when is null. On setter permits null.
635
636         * DataGrid.cs:
637         - When ResetHeaderFont set header font to null.
638         - On EndInit set grid_style.DataGrid.
639
640 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
641
642         * TabControl.cs: Fix regression in default padding x.
643
644 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
645
646         * TabControl.cs: Fix tab page text area removing padding. Fixes #82471.
647
648 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
649
650         * TabControl.cs: Fix first tab drawing, when selected it must have x = 0
651         not 2. Fixes #82229.
652
653 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
654
655         * TabControl.cs: Fix tab size when image height is less than text height.
656         Partially fixes #81837.
657
658 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
659
660         * Form.cs: Add WS_EX_CONTROLPARENT to forms to make it selectable using 
661         "alt + tab". It works only for Win32, for X11 theres no way to remove window
662         from taskbar and keep it on "alt_tab". Fixes #81722.
663
664 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
665
666         * XplatUIX11.cs: Apply patch from Jurek Bartuszek to fix DrawReversibleFrame
667         and DrawReversibleLine, also apply same behavior to FillReversibleRectangle. 
668         Fixes #80877 and #79418.
669
670 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
671
672         * MenuAPI.cs: Fix popup menu position when the size is larger than distance 
673         between position and one of the screen borders. Fixes #82349.
674
675 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
676
677         * MessageBox.cs: When there is no form that invoked the MessageBox, shows
678         the MessageBox in the taskbar. Fixes #82457.
679
680 2007-08-18  Everaldo Canuto  <ecanuto@novell.com>
681
682         * MessageBox.cs: Fix form size when icon is set and text height is bigger
683         than icon. Fixes #82468.
684
685 2007-08-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
686
687         * ThemeWin32Classic.cs: A FixedToolWindow has border size 3.
688         * InternalWindowManager.cs: Change HandleCalcSize to return a boolean value
689           if handled or not. Implement WM_NCCALCSIZE for WParam == 0 as well.
690           Refactored HandleNCCalcSize somewhat to avoid code duplication.
691         * Form.cs: Add is_clientsize_set, set in set_ClientSize, used by
692           FormBorderStyle to decide if we're calculating a new size from the
693           client size or not. CreateParams: Don't fake tool windows, only the X11
694           backend manages toolwindows manually.
695
696 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
697
698         * Form.cs: Only reset is_visible if !IsDisposed to prevent an
699         ObjectDisposedException.
700
701 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
702
703         * Form.cs: Reset is_visible back to true after OnLoad.  Setting this
704         in OnLoad should not have any effect.  [Fixes bug #82470]
705
706 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
707
708         * ToolTip.cs: Add a hack to ToolTipWindow so it will still size and
709         paint for controls that create their own ToolTipWindow instead of
710         going through ToolTip.
711
712 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
713
714         * ToolTip.cs: Make Hide internal instead of public to match MS API.
715
716 2007-08-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
717
718         * ListViewGroupCollection.cs: Use generic List instead of an
719         ArrayList, since this collection is 2.0 only.
720
721 2007-08-17  Jeffrey Stedfast  <fejj@novell.com>
722
723         * ToolTip.cs (Hide): Made public to make the build work (should
724         this not be public?).
725
726 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
727
728         * ToolBar.cs, ToolStrip.cs, TreeView.cs: Use a ToolTip instead of a
729         ToolTipWindow.
730         * ToolTip.cs: Add an internal Visible property to facilitate transition.
731
732 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
733
734         * DrawToolTipEventArgs.cs, DrawToolTipEventHandler.cs, PopupEventArgs.cs,
735         PopupEventHandler.cs: Make these internal for 1.1.
736         * ThemeClearlooks.cs, ThemeWin32Classic.cs: Use TextRenderer, and modify to not
737         use ToolTipWindow internals.
738         * ToolTip.cs: Add 2.0 modal Show methods.  Had to move a lot of stuff around to
739         support this.  A lot of stuff in the ToolTipWindow got moved to the ToolTip.
740
741 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
742
743         * X11Dnd.cs: Add a null check.
744
745 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
746
747         * X11Dnd.cs: MwfWindow: Try to load the control directly from the handle if
748           nothing else succeeds. Fixes #82453.
749
750 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
751
752         * XplatUIWin32.cs: PaintEventStart: validate the entire source client
753           rectangle if we're painting to another window than the one the paint
754           message was generated on. Simplify the code somewhat, which makes
755           PaintEventEnd also simpler.
756
757 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
758
759         * Control.cs: When changing parent of a form, let the form decide whether
760           XplatUI.SetParent should be called or not.
761         * Form.cs: ChangingParent: only call XplatUI.SetParent if we're not
762           recreating the handle. If the new parent's handle isn't created, don't
763           recreate our handle, just destroy it. CreateParams: Check if the
764           parent's handle is created before fetching it.
765
766 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
767
768         * Control.cs, Form.cs, InternalWindowManager.cs, MainMenu.cs, MdiClient.cs:
769           Update calls to PaintEventStart/End to take a Message argument.
770         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Update PaintEventStart/End to
771           take a Message argument.
772         * XplatUIWin32.cs, XplatUIX11.cs: Update PaintEventStart/End to take a
773           Message argument, and handle the case where we don't paint to the window
774           for which the paint message was generated.
775
776 2007-08-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
777
778         * XplatUIWin32.cs: Don't call Win32GetLastError directly, use
779           Marshal.GetLastWin32Error. Plug nasty memory leak in
780           PaintEventStart/End, we were creating a DC we weren't releasing.
781
782 2007-08-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
783
784         * ListView.cs: Add Groups support in Details view. Also have a small
785         method to do the layout of the group header. Don't use a separate
786         method to do the groups calculation in Icons view, since our methods
787         are now a little simpler.
788         * ListViewGroup.cs: Use the more accurate `HeaderBounds' name than
789         `Bounds'.
790         * ThemeWin32Classic.cs: Likewise.
791
792 2007-08-16  Jonathan Pobst  <monkey@jpobst.com>
793
794         * Application.cs: Add FilterMessage method and rework our message loop
795         logic to use it.
796
797 2007-08-16  Jonathan Pobst  <monkey@jpobst.com>
798
799         * Application.cs: Add some methods and stub a few methods that are
800         pretty much never used.
801
802 2007-08-15  Jonathan Pobst  <monkey@jpobst.com>
803
804         * TreeNode.cs: Add some serialization methods.
805
806 2007-08-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
807
808         * ListView.cs: In ListViewItemCollection have a 
809         'is_main_collection' field to not modify ListViewItem.ListView
810         when using it as ListViewGroup.Items (and not ListView.Items)
811         and also don't modify selection state (.Net behaviour). 
812         Instead, set group for items contained in a ListViewGroup.Items collection.
813         * ListViewItem.cs: Simplify some code in Group setter.
814         * ListViewGroup.cs: use the new .ctor to pass the current instance
815         to the ItemsCollection.
816         * ListViewGroup.cs: Set the ListView property for ListViewGroup
817         instances when adding/removing. Also make Remove use RemoveAt, which
818         should perform better.
819
820 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
821
822         * Message.cs, TabControl.cs, TextBox.cs, TextBoxBase.cs: Hide some 2.0 API
823         that crept into the 1.1 profile.
824
825 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
826
827         * ToolBarButton.cs: Implement ImageKey.
828
829 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
830
831         * ToolBar.cs: Implement ScaleControl/ScaleCore.
832
833 2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
834
835         * PictureBox.cs: OnAnimateImage/UpdateAnimateImage: Check if handle is still
836           created, it might have gotten destroyed since we last checked. Fixes
837           #82405.
838
839 2007-08-11  Jonathan Pobst  <monkey@jpobst.com>
840
841         * ToolTip.cs: Remove mouse in control check from mouseleave handler so
842         tooltip will hide when mouse is moved off the control.
843         [Fixes bug #82407]
844
845 2007-08-11 Andreia Gaita <avidigal@novell.com>
846
847         * WebBrowserBase.cs, WebBrowser.cs: add implementation
848         using Mono.Mozilla for loading and navigating webcontrol
849         with xulrunner.
850         The initial implementation was done on 
851         /trunk/mozembed/tests/browser , and copied here.
852
853 2007-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
854
855         * ThemeWin32Classic.cs: On 2.0 profile, use ForeColor and BackColor of
856         ToolTipWindow for drawing the tooltip. Fixes bug #82408.
857
858 2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
859
860         * DataGridView.cs: Add support for an editing row. Fixes #82226.
861           RowTemplateFull: throw an exception if a column doesn't have a template.
862         * DataGridViewRowCollection.cs: AddInternal: if there are any editing rows,
863           add the row just before it.
864         * DataGridViewTextBoxCell.cs: Don't paint cells which are in edit mode as
865           selected.
866         * DataGridViewSelectedRowCollection.cs: Don't return the editing row. Add a
867           DataGridView field to be able to reach the grid's editing row.
868
869 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
870
871         * ToolTip.cs: If the control's handle hasn't been created when it has a
872         tooltip set on it, don't check to see if we need to show the tooltip.  This
873         check was causing the control's handle to be created.
874         [Fixes bug #82399]
875
876 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
877
878         * TextBoxBase.cs: Fix SelectionLength when no text selected to match MS:
879                                         1.1             2.0
880         Handle Not Created      -1              0
881         Handle Created          0               0
882         [Fixes bug #82371]
883
884 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
885
886         * ToolTip.cs: Hide the tooltip if the control is clicked to match MS behavior.
887         [Fixes bug #82348]
888
889 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
890
891         * DrawToolTipEventArgs.cs: Don't dispose a brush we got from the respool.
892         * ToolTip.cs: Implement some properties and owner draw.
893
894 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
895
896         * DataGridView.cs: OnPaint: don't set scrollbar visibility to false then
897           show them again, since setting visibility causes a paint, causing an
898           endless loop (instead use a temporary and set it all when it's known if
899           they should be shown or not). Fixes #79265.
900
901 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
902
903         * DataGridView.cs: Only do a full column/row selection if a header was
904           clicked and we're in Column/RowHeader selection mode. If shift and ctrl
905           isn't pressed, deselect everything before selecting something.
906
907 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
908
909         * DataGridView.cs: Fix SelectedRows and SelectedColumns to match MS
910           behaviour according to bug #81075 - they are returned in the order they
911           are selected. Fix HitTest to check if the point is within any of the
912           headers. Allow for row/column selection when in ColumnHeader or
913           RowHeader selection mode. Add SetSelected[Column|Row]CoreInternal for
914           the row and column to call when their selected state changes, and
915           updated selected_[rows|columns] whenever SetSelected* is called.
916         * DataGridViewBand.cs: Initialize isRow correctly. Call
917           SetSelected[Row|Column]CoreInternal when the selected state changes, and
918           add a SelectedInternal to avoid StackOverflows.
919         * DataGridViewColumn.cs, DataGridViewRow.cs: If DGV is ReadOnly, we're also
920           ReadOnly no matter what.
921         * DataGridViewSelectedColumnCollection.cs,
922           DataGridViewSelectedRowCollection.cs: Add an InternalAddRange that adds
923           the items in reverse order (just as MS does...)
924
925 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
926
927         * Application.cs: Only release menustrips if Alt (MenuKey) is pressed by
928         itself, not part of a mnemonic.  [Fixes bug #82378]
929
930 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
931
932         * DataGridView.cs: BeginEdit: don't allow editing of readonly cells.
933         * DataGridViewCell.cs: Implement ReadOnly better: the cell is ReadOnly if
934           the DGV, the column, the row, or the cell itself is readonly.
935
936 2007-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
937
938         * ThemeNice.cs: Use XplatUI.RunningOnUnix instead of checking
939         OSVersion.Platform.
940         * FileDialog.cs: Same.
941         * TextRendered.cs: Same.
942         * FolderBrowserDialog.cs: Same.
943         * TextBoxBase.cs: Same.
944         * Application.cs: Same.
945         * Cursors.cs: Same.
946         * ThemeClearLooks.cs: Same.
947
948 2007-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
949
950         * XplatUI.cs: Added RunningOnUnix property to be used by controls
951         instead of duplicating these checks everywhere.
952         * FileDialog.cs: Use case-insensitive comparison for populating the
953         DirComboBox when not running on unix. Fixes bug #82385.
954         * OpenFileDialog.cs: to match MS, change label of DirComboBox to 
955         "Look in".
956
957 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
958
959         * DataGridView.cs: SelectedRows: we need to check if selectionMode is
960           FullRowSelect (not FullColumnSelect). Fixes #81075. Implemented
961           BeginEdit, EndEdit, SetSelected<Cell|Row|Column>Core. Implemented row,
962           cell and column selection with ctrl and shift pressed. Call the correct
963           BeginEdit/EndEdit whenever we start/end editing. Move painting code to
964           the corresponding virtual method (PaintBackground to paint background,
965           etc).
966         * DataGridViewCell.cs: Implement Selected correctly, we're selected if
967           either the column, row or the cell itself is selected.
968         * DataGridViewRowCollection.cs: Use DGV.OnRowsAddedInternal instead of
969           OnRowsAdded.
970         * DataGridViewRow.cs: Moved some of the painting code from DataGridView
971           here. When the row is selected, don't select all cells. Each cell now
972           queries the row to see if the row is selected.
973
974 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
975
976         * DataGridViewColumn.cs: Throw if the SortMode conflicts with DataGridView's
977           SelectionMode.
978
979 2007-08-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
980
981         * ListView.cs: In ListViewItemsCollection check that owner is
982         not null before trying to access it (this happens quite often
983         using Groups). Also don't duplicate calls by calling CollectionChanged
984         method.
985
986 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
987
988         * ToolStrip.cs: Record if we were activated by mouse or keyboard.  Redraw
989         when we are dismissed to clear keyboard mnemonics.
990         * MenuStrip.cs, ToolStripDropDown.cs, ToolStripItem.cs, 
991         ToolStripMenuItem.cs: Record if we were activated by mouse or keyboard.
992         * ToolStripItemTextRenderEventArgs.cs: Draw mnemonic underlines if menu
993         was activated by keyboard or the OS tells us to always draw them.
994         * ToolStripManager.cs: Setup storage for activated by mouse or keyboard.
995         [Fixes bugs #82376, #82377]
996
997 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
998
999         * Control.cs: If no one accepts a mnemonic, let the MenuStrip have a 
1000         shot at having it because Alt was pressed.
1001         * MenuStrip.cs: When handling Alt, don't select a SystemMenuItem, select
1002         the first real menu item.
1003         * ToolStrip.cs: Don't crash when looking for a ToolStripItem to handle
1004         a mnemonic if Text is null.
1005         [Fixes bug #82374]
1006
1007 2007-08-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1008
1009         * ListView.cs: In ListViewItemCollection.AddItem, don't do a linear
1010         search do check whether the item is already contained in the
1011         collection or not; instead check if the owner of the item is the same
1012         as ours. Also, remove a redundant check in the same method. 
1013
1014 2007-08-08  Jonathan Pobst  <monkey@jpobst.com>
1015
1016         * Control.cs: Allow the clip region to be set back to null.
1017         * XplatUIWin32.cs: If we are sent a null clip region, use IntPtr.Zero.
1018         [Fixes button still showing up in bug #82370 when Show Through is turned off]
1019
1020 2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1021
1022         * GridEntry.cs: Add a null check.
1023         * PropertyGrid.cs: When checking for existing grid entries, ignore category
1024           entries. Fixes #82297.
1025
1026 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
1027
1028         * OwnerDrawPropertyBag.cs: Make the serialization constructor protected
1029         for 2.0.
1030
1031 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
1032
1033         * ListBox.cs: Implement ScaleControl.
1034
1035 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1036
1037         * Form.cs: Add a few ActiveMenu null checks. ActiveMenu might be null if we
1038           have a menu strip.
1039         * MdiWindowManager.cs: Don't create a maximized menu if the child or it's
1040           parent has a menu strip. Fixes #81689.
1041
1042 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1043
1044         * ToolTip.cs: We don't get mouse events on all platforms in the exact same
1045           moments, so apply some fuzzy logic to determine if the mouse is still
1046           inside a control or not. Fixes #82288 (for the third time).
1047
1048 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1049
1050         * Control.cs: CreateControl: create implicit children as well. Fixes #82344.
1051           Don't create the child if it has been disposed already (may happen if
1052           the user closes the form the Load event).
1053
1054 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1055
1056         * ToolTip.cs: If ReshowDelay is 0, show the tooltip immediately. Fixes
1057           #82288.
1058
1059 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1060
1061         * Control.cs: Add a null check in OnParentBindingContextChanged. The parent
1062           might call us after we've been destroyed, in which case our own private
1063           parent field is null. Fixes #82326.
1064
1065 2007-08-06  Jonathan Pobst  <monkey@jpobst.com>
1066
1067         * ToolStripDropDown.cs: Fix a failing test on X11 by adding a null
1068         check for setting the dropdown's owner.
1069
1070 2007-08-06  Jonathan Pobst  <monkey@jpobst.com>
1071
1072         * MdiClient.cs: Fix some failing tests on X11 by adding a null check
1073         before removing system menu items.
1074
1075 2007-08-02  Jonathan Pobst  <monkey@jpobst.com>
1076
1077         * MdiClient.cs, MdiWindowManager.cs: Support 2.0 Mdi MenuStrip
1078         folding.
1079         * MdiControlStrip.cs: Added.  These are the menu items used in mdi
1080         folding.
1081         * ToolStrip.cs: Add a null check to mnemonics.
1082         * ToolStripDropDownMenu.cs: When using a SystemMenuItem, there is
1083         no ConnectedArea.
1084         [Fixes most of bug #81689]
1085
1086 2007-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1087
1088         * PropertyGrid.cs: Add a null-check. Fixes #82289/SVGPad.
1089
1090 2007-08-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1091
1092         Use InitialDelay if ReshowDelay is zero. Fixes #82288.
1093
1094 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1095
1096         * DataGridViewCell.cs: EditType: returns
1097           DataGridViewTextBoxEditingControl always.
1098
1099 2007-08-01  Jonathan Pobst  <monkey@jpobst.com>
1100
1101         * TextRenderer.cs: Remove the LineLimit string format flag from the
1102         DrawString fallback method so that things like buttons that aren't
1103         tall enough to draw a full line will still draw part of the text.
1104         [Fixes part of bug #82272]
1105
1106 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1107
1108         * DataGridView.cs: Implemented AutoResizeColumn(s).
1109         * DataGridViewCellStyle.cs: Added SetAlignment, fills in a StringFormat
1110           according to the Alignment.
1111         * DataGridViewColumnHeaderCell.cs, DataGridViewTextBoxCell.cs:
1112           Implement alignment and padding when painting.
1113         * DataGridViewRow.cs: SetValues: Don't create a cell if it already
1114           exists.
1115         * DataGridViewCell.cs: Implement BorderWidths in the most primitive
1116           way.
1117         * DataGridViewColumnCollection.cs: Raise OnColumnAdded on the DGV when
1118           a column is added.
1119
1120 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
1121
1122         * TextBoxBase.cs: Use Control.ExplicitBounds instead of explicit_bounds,
1123         which is internal.
1124
1125 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
1126
1127         * ToolStrip.cs: Stub out drag and drop methods, fix some corcompare stuff,
1128         hide GetPreferredSize from public API.
1129         * ToolStripDropDown.cs: Override AllowItemReorder, fix AccessibleObject.
1130         * ToolStripItem.cs: Stub out drag and drop methods and events.
1131         * ToolStripManager.cs: Stub out Save/LoadSettings.
1132         * ToolStripOverflow.cs: Use renamed ToolStrip.GetPreferredSize.
1133         * ToolStripPanel.cs: Fix corcompare error.
1134         * ToolStripPanelRow.cs: Use renamed ToolStrip.GetPreferredSize.
1135         * ToolStripSplitButton.cs: Fix AccessibleObject stuff.
1136         * ToolStripSplitStackLayout.cs: Use renamed ToolStrip.GetPreferredSize.
1137
1138 2007-07-31  Jonathan Pobst  <monkey@jpobst.com>
1139
1140         * TextBoxBase.cs: In our new GetPreferredSizeCore, return the explicit
1141         bounds height instead of PreferredHeight.  Puts things back the way 
1142         they were for height while still fixing the width.  Fixes broken unit
1143         tests.
1144
1145 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1146
1147         * Binding.cs: Implement 2.0 constructors and add a null check.
1148
1149 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1150
1151         * DataGridViewRowCollection.cs: Allow a null DGV in the constructor,
1152           and fix row index (off by one).
1153
1154 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1155
1156         * PropertyGridView.cs: Remove debug output.
1157
1158 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1159
1160         * Control.cs: We need to reset the is_created flags when the handle is
1161           destroyed. Fixes #82187.
1162         * XplatUIWin32.cs: In GetWindowRect don't offset screen coordinates to
1163           client coordinates if the window doesn't have a parent.
1164           Win32GetParent returns the parent or the owner, and for top-level
1165           windows with no parent (but with an owner) we were calculating the
1166           location from the location of the owner.
1167         * Form.cs: Remove incorrect fix for #82187. Don't raise OnLoad if the
1168           form has been disposed.
1169         * MdiClient.cs: Add a null-check.
1170
1171 2007-07-30  Jonathan Pobst  <monkey@jpobst.com>
1172
1173         * TextBoxBase.cs: TextBoxBase reports itself at AutoSize, but doesn't
1174         actually do auto-sizing.  Override the internal GetPreferredSizeCore 
1175         so we can provide an implementation that returns the current width
1176         and preferred height.  Allows anchor = right to work with TextBox 2.0.
1177         [Fixes bug #82233]
1178
1179 2007-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1180
1181         * ListView.cs: Add support for navigating items in Groups mode, by
1182         creating a big matrix containing all rows and cols of all groups. When
1183         are in other mode than Details, pressing Up should have a similar
1184         behaviour as that one of Down (moving to the next available column if
1185         current one doesn't have an item in the requested row). Also, don't
1186         proceed to use groups if ShowGroups is false.
1187         * ListViewGroup.cs: Add an internal int field to store the starting
1188         row of the group (used by the big matrix used for navigating the
1189         ListView).
1190         * ThemeWin32Classic.cs: Don't draw headers if ListView.ShowGroups is
1191         false.
1192
1193 2007-07-30  Jonathan Pobst  <monkey@jpobst.com>
1194
1195         * ToolStripDropDown.cs: When we do Show, start with the 
1196         DefaultDropDownDirection, but if our popup menu is going to off-screen,
1197         modify the direction to keep it on screen.  [Fixes bug #82210]
1198
1199 2007-07-29  Gert Driesen  <drieseng@users.sourceforge.net>
1200
1201         * FileDialog.cs: Accept any FilterIndex value, and store it
1202         unmodified. When FilterIndex is less than 1, or greater than number
1203         of filters, then default to first filter. Only add filter extension to
1204         file if user did not specifiy an extension. When type of dialog is
1205         OpenFileDialog and DefaultExt is set, then only use filter extension
1206         if: CheckFileExists is true and no file wih the default extension
1207         exists, or CheckFileExists is false, and user specified file does not
1208         exist. When CheckFileExists is true, then add first extension of 
1209         selected filter that matches existing file. Perform checks for
1210         existing file, overwrite and create after extension has been added to
1211         file name. When CheckFileExists is true and type is SaveFileDialog,
1212         then only consider first filter extension if DefaultExt is set.
1213         When CheckFileExists is true, then ignore DefaultExt if file with that
1214         extension does not exist. Also perform check for existing file when
1215         type is SaveFileDialog. Changed some field to constants.
1216
1217 2007-07-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1218
1219         * ListView.cs: Take into account the region used by header
1220         control when doing the vertical scroll (this way we invalidate
1221         the precise area, and don't get any dirty one).
1222
1223 2007-07-27  Everaldo Canuto  <ecanuto@novell.com>
1224
1225         * FileDialog.cs: Check for valid filterIndex on button open/save. 
1226         Fixes #82184.
1227
1228 2007-07-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1229
1230         * ListView.cs: Update some layout calculations in details view
1231         and clean the code in a pair of assignations.
1232
1233 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
1234
1235         * ComboBox.cs, ContainerControl.cs, DataGrid.cs, FontDialog.cs, Label.cs,
1236         LinkLabel.cs, ListBox.cs, ListView.cs, ListViewItem.cs, MessageBox.cs,
1237         MonthCalender.cs, StatusBar.cs, ThemeClearlooks.cs, ThemeWin32Class.cs,
1238         ToolBar.cs, TreeView.cs: First pass at using thread-safe string measuring.
1239
1240 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
1241
1242         * TextRenderer.cs: Use [ThreadStatic] instead of locks to improve
1243         performance of thread-safe Graphic methods.  (Thanks rolf!)
1244
1245 2007-07-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1246
1247         * ListView.cs: When doing the layout calculations, don't calculate
1248         scroll bars before handle is created. This is unnecessary and also
1249         calculating them before handle creation item causes a number of random
1250         bugs (which begin to appear after Chris' big patch for handle creation
1251         fixes). 
1252
1253 2007-07-26  Jonathan Pobst  <monkey@jpobst.com>
1254
1255         * TextRenderer.cs: Create thread-safe versions of Graphics.MeasureString
1256         for things that don't have a Graphics object.  Currently, things just use
1257         the static Hwnd.bmp_g which is not thread safe.
1258
1259 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1260
1261         * Form.cs: ShowDialog: don't destroy handles if the dialog is a common
1262           dialog. Fixes #82187.
1263
1264 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1265
1266         * DataGridViewElement.cs: Initialize state.
1267         * DataGridView.cs: Forward a few Mouse events to cells. Add
1268           GetRowInternal and GetCellInternal that doesn't unshare rows.
1269           Implement GetCellDisplayRectangle. HitTest: if the row is shared,
1270           don't use the index, but look it up. Add
1271           DataGridViewControlCollection.RemoveInternal to remove controls
1272           that Remove won't remove (scrollbars, edit control).
1273         * DataGridViewColumn.cs: Initialize State correctly.
1274         * DataGridViewColumnHeaderCell.cs, DataGridViewComboBoxCell.cs,
1275           DataGridViewHeaderCell.cs, DataGridViewRowHeaderCell.cs: Started
1276           implementing this.
1277         * DataGridViewRowCollection.cs: Implemented shared rows.
1278         * DataGridViewRow.cs: Throw exceptions as MS do.
1279         * DataGridViewCell.cs: A few properties are implemented by a
1280           Get<Property> method, so move implementation there and remove the
1281           NIEX in the method. Add a bunch of OnXInternal that DataGridView
1282           calls when necessary.
1283         * DataGridViewComboBoxEditingControl.cs: Remove a few NIEX'es that just
1284           complicates matters.
1285         * DataGridViewCellCollection.cs: Add a GetCellInternal that doesn't
1286           unshare any rows.
1287
1288 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
1289
1290         * UpDownBase.cs: We cannot override SetBoundsCore for 2.0, which was relayout-ing
1291         the children controls.  Instead, we will just set up the proper docking for the
1292         children controls so we don't have to worry about it.  [Fixes bug #82188]
1293
1294 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
1295
1296         * TreeView.cs, NodeLabelEditEventArgs.cs, LabelEditTextBox.cs: Support edit
1297         canceling and correct Before/AfterLabelEdit properties as layed out in bug
1298         81847.  [Fixes bug #81847]
1299
1300 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
1301
1302         * Label.cs: If AutoSize = true and a width or height is set, ignore it and
1303         redo the autosize.  VS2005 defaults to setting the AutoSize, and then setting
1304         an explicit size based on the design-time size of the text.  Since our fonts
1305         may not match this explicit size, we tend to cut off the ends of people's labels.
1306
1307 2007-07-24  Jonathan Pobst  <monkey@jpobst.com>
1308
1309         * Menu.cs: Add some missing methods to MenuItemCollection.
1310
1311 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1312
1313         * DataGridView.cs: Added RowTemplateFull, creates a row from the templates in the columns.
1314         * DataGridViewBand.cs: DefaultHeaderCellType: initialize correctly. Resizable: if not set, check DGV.
1315         * DataGridViewColumn.cs: InheritedAutoSizeMode: if not set, check DGV. Resizable: delegate to base class. ToolTipText: Never return null. Initialize a few other properties correctly.
1316         * DataGridViewColumnCollection.cs: Add: Default column is a TextBoxColumn.
1317         * DataGridViewComboBoxCell.cs: Started implementing this, lots left still.
1318         * DataGridViewElement.cs: State defaults to Visible.
1319         * DataGridViewRowCollection.cs: Add: creates the new row based on a template.
1320         * DataGridViewTextBoxColumn.cs: SortMode: delegate to base class, but initialize to Automatic. ToString: implement correctly.
1321
1322 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1323
1324         * Control.cs: Minor 1.1 corcompare fix.
1325
1326 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
1327
1328         * LinkLabel.cs, PrintPreviewDialog.cs, TabPage.cs, TextBox.cs,
1329         TextBoxBase.cs, ToolBar.cs: 2.0 corcompare work.
1330
1331 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1332
1333         * DataGridViewLinkColumn.cs, DataGridViewRowCollection.cs,
1334           DataGridViewImageColumn.cs, DataGridViewSelectedCellCollection.cs,
1335           DataGridViewComboBoxCell.cs, DataGridViewLinkCell.cs,
1336           DataGridViewSelectedColumnCollection.cs,
1337           DataGridViewSelectedRowCollection.cs: Corcompare work.
1338
1339 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
1340
1341         * PrintDialog.cs: Stub UseEXDialog.  I chose to stub this because
1342         it is autoset by VS2005 designer and the effect is barely noticeable.
1343
1344 2007-07-23  Jonathan Pobst  <monkey@jpobst.com>
1345
1346         * TreeView.cs: Implement HitTest.
1347
1348 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1349
1350         * DataGridViewTextBoxCell.cs: Use DGV.EditControlInternal instead of
1351           manually adding and removing the control from the Controls
1352           collecftion.
1353         * DataGridView.cs: Implement DataGridViewControlCollection. Add an
1354           EditingControlInternal property that tracks the editing control.
1355           Always keeping the scrollbars in the Controls collection, as MS
1356           testing confirms is the right behaviour.
1357
1358 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1359
1360         * ScrollableControl.cs: Fix implementation of AutoScrollPosition
1361           according to MSDN and new test.
1362
1363 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
1364
1365         * TreeNode.cs: Implement ToolTipText.
1366         * TreeView.cs: Implement tooltips, NodeMouse* events.
1367
1368 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
1369
1370         * TreeView.cs: Implement OnNodeMouseClick and OnNodeMouseDoubleClick.
1371
1372 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
1373
1374         * TreeNode.cs: Implement ContextMenu, ContextMenuStrip, and Level.
1375         * TreeView.cs: Use the node's contextmenu[strip] if applicable.
1376
1377 2007-07-20  Ivan N. Zlatev  <contact@i-nz.net>
1378
1379         * Control.cs, Form.cs, ContainerControl.cs,
1380         ScrollableControl.cs, ButtonBase.cs:  Added ShouldSerialize
1381         for misc properties.
1382
1383 2007-07-20  Jonathan Pobst  <monkey@jpobst.com>
1384
1385         * TreeNode.cs: Implement StateImageIndex and StateImageKey.
1386         * TreeView.cs: Implement StateImageList.
1387
1388 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1389
1390         * Form.cs: Don't check if the current form is the active form before
1391           activating it. Fixes #81904.
1392
1393 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1394
1395         * Form.cs: Don't check if the current form is the active form before
1396           activating it. Fixes #81904.
1397
1398 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1399
1400         * TreeView.cs: Apply patch from Tyron (tmm@aon.at). Fixes #81847.
1401
1402 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1403
1404         * Form.cs: Don't try to position the form after loading if the form was
1405           disposed. Fixes #81969.
1406
1407 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1408
1409         * PropertyGrid.cs, PropertyGridView.cs: Implemented 2.0 methods and
1410           properties. Had to change ToolBar into ToolStrip, which required a
1411           few #ifs.
1412
1413 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1414
1415         * PropertyGrid.cs: PropertyToolBar: Redraw the entire toolbar when it's
1416           resized, fixes part of #79829 (vertical lines in toolbar).
1417           PropertyGrid: Refactored Populate* to something that's easier to
1418           follow at least for me, as well as splitting it up into several new
1419           methods, required to update only subitems when something has
1420           changed by a popup editor or listbox. Don't use events to check
1421           when any values are changed, since the events are unreliable (we're
1422           changing the objects the events are registered with, and if the
1423           event handling requires the objects to be immutable (objects stored
1424           in hashtables for instance), the events will never be raised).
1425         * PropertyGridView.cs: Call PropertyGrid.PropertyValueChangedInternal
1426           everytime we change a value, since events are unreliable.
1427           DropDownButtonClicked: For the same reason don't compare objects to
1428           check if it has changed or not, it would require all objects to
1429           derive Equals. Fix dialog location on windows, MS is doing weird
1430           things when creating parented forms.
1431         * GridEntry.cs: Add a SelectedObject setter.
1432
1433 2007-07-19  Jonathan Pobst  <monkey@jpobst.com>
1434
1435         * TreeNode.cs: Add some corcompare attributes.
1436         * TreeNodeCollection.cs: Implement 2.0 stuffs.
1437         * TreeView.cs: Implement some 2.0 stuffs.
1438
1439 2007-07-18  Andreia Gaita  <avidigal@novell.com>
1440
1441         * WebBrowser.cs, WebBrowserBase.cs: add some more MonoTODOs now
1442         for moma.
1443
1444 2007-07-19  Jonathan Pobst  <monkey@jpobst.com>
1445
1446         * ListBox.cs: Implement custom tab offsets.
1447
1448 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1449
1450         * ToolStripContentPanel.cs: Support System renderer.
1451         * ToolStripControlHost.cs: Set RightToLeft to default to No.
1452
1453 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1454
1455         * ScrollableControl.cs: Don't mess up the user's explicit bounds.
1456
1457 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1458
1459         * CheckBox.cs: Chain TextAlign to base implementation instead of
1460         maintaining another one.
1461
1462 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1463
1464         * ButtonBase.cs: Fix an incorrect string constant.
1465
1466 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1467
1468         * TextRenderer.cs: Use the static Graphics context in Hwnd instead
1469         of creating one for measuring strings.
1470
1471 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1472
1473         * ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownMenu.cs: 
1474         Implement MaxItemSize.
1475
1476 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
1477
1478         * Control.cs: Remove per-control 1x1 Bitmap and Graphics context used
1479         for DeviceContext.  Instead, use the static one available in Hwnd.
1480         Informal tests show this saves about 500k on formtest.exe.
1481
1482 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
1483
1484         * ContainerControl.cs: Implement 2.0 AutoScaling.
1485
1486 2007-07-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1487
1488         * ComboBox.cs: Work around bug #82120 (bug in mcs).
1489
1490 2007-07-16  Jonathan Pobst  <monkey@jpobst.com>
1491
1492         * ThemeWin32Classic.cs: Allow a Flat button to be Focused and Entered.
1493         Darken the focus color.
1494
1495 2007-07-16  Jonathan Pobst  <monkey@jpobst.com>
1496
1497         * ListBox.cs: When measuring items, if it's a CheckedListBox, add room
1498         for the checkbox.
1499         * ThemeWin32Classic.cs: Make the checkbox bigger in a CheckedListBox and use
1500         X, Y instead of a rect for drawing text.
1501         - For ControlPaint.DrawCheckBox, center the check a little better when the
1502         checkbox is odd width.  When drawing a flat checkbox, use a white background
1503         when state != inactive.
1504         [Fixes bugs #82097, 82100]
1505
1506 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
1507
1508         * ListControl.cs: When changing CurrencyManager, disconnect event
1509         handlers from previous one. Fixes bug #81771. Code formatting.
1510
1511 2007-07-15  Andreia Gaita <avidigal@novell.com>
1512
1513         * PrintPreviewControl.cs: Remove extraneous Invalidate calls. Separate
1514         full preview invalidation from layout invalidation, and only invalidate
1515         the layout when setting zoom or other properties. Invalidation should
1516         always be done even when resetting properties with the same values as
1517         what is there. Fixes #81744 and #79830.
1518
1519 2007-07-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1520
1521         * ListView.cs: Implement initial support for Groups. Split some of the
1522         LayoutIcons code to render a partial list of the items (needed by
1523         items contained in ListViewGroup instances). Let the
1524         ListViewItemsCollection.ListView property be modifiable (needed when
1525         using Groups, too).
1526         * ListViewGroup.cs: Use a Bounds property rather than a Location
1527         one. Also invalidate the bounds when they get changed.
1528         * ThemeWin32Classic.cs: When drawing items, also draw the group header
1529         if ListView.Groups.Count is bigger than 0. Add a DrawListViewGroupHeader
1530         method as well.
1531
1532 2007-07-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1533
1534         * ListView.cs: When space gets pressed and CheckBoxes is true, 
1535         don't invoke the Begin and EndUpdate methods. We are generating 
1536         a redraw of the entire control without need to do so.
1537
1538 2007-07-13  William Holmes <billholmes54@gmail.com> 
1539
1540         * Control.cs: Changing logic in FindFlatForward and 
1541           FindFlatBackward to handle multiple Controls with 
1542           the same TabIndex.  
1543           This fixes bug 81687.
1544
1545 2007-07-13  Jonathan Pobst  <monkey@jpobst.com>
1546
1547         * OSFeature.cs: Enable IsPresent.
1548
1549 2007-07-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1550
1551         * Control.cs: Don't do anything in WmShowWindow if the control has been
1552           disposed. We can get WM_SHOWWINDOW after a control is disposed: a
1553           control is created, put on a form, the control is disposed (the
1554           form is never shown), and then we get a MapNotify, triggering a
1555           WM_SHOWWINDOW.
1556         * Form.cs: Exclude the current form when sending Deactivate to all
1557           MdiChildren.
1558         * NativeWindow.cs: Set WindowCreating to null as soon as possible,
1559           there was a race condition because assigning the handle raises
1560           events, we can get more messages, therefore trying to assign the
1561           handle again, which would fail if any of those event handlers
1562           closed/disposed the control.
1563
1564 2007-07-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1565
1566         * Form.cs: Make the fix for #80775 windows-only (fixes #81957).
1567
1568 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
1569
1570         * SystemInformation.cs, Theme.cs, XplatUI.cs, XplatUIDriver.cs,
1571         XplatUIWin32.cs: Implement SystemInformation 2.0 properties.
1572
1573 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1574
1575         * DateTimePicker.cs: If there's no part format specifier, return an
1576           empty string.
1577
1578 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
1579
1580         * FlatButtonAppearance.cs: Throw NotSupportedException for a
1581         Transparent BorderColor.
1582
1583 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1584
1585         * DataGridView.cs, TextControl.cs, ProgressBar.cs, PrintDialog.cs,
1586           MessageBox.cs, ButtonBase.cs, PageSetupDialog.cs, NumericUpDown.cs,
1587           X11Dnd.cs, Binding.cs, DataGrid.cs, AxHost.cs,
1588           LinkLabelLinkClickedEventArgs.cs, TextRenderer.cs, Label.cs,
1589           LinkLabel.cs, TreeNode.cs, BindingSource.cs, TabPage.cs,
1590           TextBoxBase.cs, BindingNavigator.cs, Application.cs,
1591           ToolStripPanel.cs, TabControl.cs, ThemeClearlooks.cs, TreeView.cs:
1592           Remove warnings.
1593         * X11Structs.cs: Remove warnings, add ToString implementations.
1594
1595 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1596
1597         * XplatUIX11.cs: Translate min/max size according to the actual min/max
1598           size, and not the current size. Fixes #81798.
1599
1600 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1601
1602         * XplatUIX11.cs: Fix #80822 again (DefWndProc can be reached before
1603           XplatUI.CreateWindow returns, in which case the hwnd isn't assigned
1604           to the control yet).
1605
1606 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1607
1608         * PropertyGridTextBox.cs: Add a method that sends any forwarded
1609           mousedowns to the contained textbox.
1610         * X11Structs.cs: More ToString implementation.
1611         * PropertyGridView.cs: Forward any mousedowns to the textbox, fixes
1612           #81791.
1613
1614 2007-07-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1615
1616         * PropertyGridView.cs: Add a null-check, fixes a few tests.
1617
1618 2007-07-10  Jonathan Pobst  <monkey@jpobst.com>
1619
1620         * TableLayoutPanelCellPosition.cs: TypeConverter.
1621
1622 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1623
1624         [ Fixes #79761]
1625         
1626         * PropertyGridTextBox.cs: Propagate any color changes to all contained
1627           controls.
1628         * PropertyGridView.cs: A few color fixes.
1629
1630 2007-07-10  Jackson Harper  <jackson@ximian.com>
1631
1632         * TextControl.cs: Remove some old unused text formatting stuff.
1633
1634 2007-07-10  Jackson Harper  <jackson@ximian.com>
1635
1636         * TreeView.cs: Update full row select invalidation to match the
1637         newer DrawSelection... method.
1638         - Make sure to invalidate the entire width when selecting a new
1639         node, if we have full row selection enabled.
1640
1641 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1642
1643         * PropertyGridView.cs: Fix for #81800, makes text show up on initial
1644           display of properties again.
1645
1646 2007-07-10  Jonathan Pobst  <monkey@jpobst.com>
1647
1648         * ListBox.cs: Add IntegerCollection and Add, Clear, Remove
1649         to existing collections.
1650
1651 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1652
1653         * AccessibleObject.cs, RadioButton.cs: Fix some base classes
1654         that changed between 1.1 and 2.0.
1655
1656 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1657
1658         * PowerStatus.cs: Added.  This is just a data class, it is filled
1659         in by SystemInformation.
1660
1661 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1662
1663         * Message.cs: Add op_Equality and op_Inequality.
1664
1665 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1666
1667         * MenuStrip.cs: Finish corcompare work.
1668
1669 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1670
1671         * LinkArea.cs: Add op_Equality and op_Inequality.
1672
1673 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1674
1675         * Application.cs: Add MessageLoopCallback delegate.
1676
1677 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1678
1679         * ListBox.cs: First set of 2.0 stuffs.
1680
1681 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1682
1683         * Control.cs: Make an internal Height property we can override
1684         without messing up the public API.
1685         * ListBox.cs: Override HeightInternal to always return the size
1686         the user set.  [Fixes bug #80466]
1687
1688 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
1689
1690         * TableLayoutPanel.cs: Add a null check so we don't NRE trying to
1691         paint cell borders if we haven't calculated where they go yet.
1692         [Fixes bugs #82040 and #82041]
1693
1694 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1695
1696         * ListView.cs: In Details view, set the location of item_control
1697         in the (0,0) position (and the header_control is thus on the
1698         item_control). This way the Bounds of the Items are relative to the
1699         ListView control (before this, they had a Bounds value without the
1700         header_control offset, which wasn't matching .Net). Fixes #82004.
1701
1702 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1703
1704         * ListControl.cs: When DataSource is set to null, pass an empty
1705         array of object to SetItemsCore. This is done to clean the items
1706         in the ListContol children. Fixes #81788.
1707
1708 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1709
1710         * ListControl.cs: Add 2.0 stuffs.
1711
1712 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1713
1714         * Label.cs: Finish up 2.0 stuffs.  Replace calls to Refresh with Invalidate,
1715         Refresh is overkill for just about every repaint request.
1716
1717 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1718
1719         * ToolStripItem.cs: TextDirection getter handles looking up Inherit for us,
1720         so remove my custom Get method and fix the property getter.
1721
1722 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1723
1724         * Label.cs: DefaultMargin for 2.0.
1725
1726 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1727
1728         * ComboBox.cs: Override IsInputCharInternal and return true.  Fixes 
1729         reported issue where other controls with mnemonics would steal strokes
1730         from a selected ComboBox.
1731
1732 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1733
1734         * ScrollOrientation.cs: Make internal for 1.1.
1735         * ScrollEventArgs.cs: Add 2.0 stuffs.
1736
1737 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
1738
1739         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1740         ToolStripItem.cs, ToolStripItem.cs, ToolStripItemTextRenderEventArgs.cs,
1741         ToolStripRenderer.cs, ToolStripSeparator.cs: Implement TextDirection.
1742
1743 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1744
1745         * ListViewItem.cs: Implement the small 2.0 GetSubItemAt method.
1746
1747 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1748
1749         * ListView.cs: Implement the so-incredibly broken 2.0 
1750         VirtualItemsSelectionRangeChanged event.
1751
1752 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1753
1754         * ListView.cs: When enter is pressed and selection is non empty,
1755         an OnItemActivate event must be fired.
1756
1757 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1758
1759         * ListView.cs: Store the FocusedItem information as an
1760         int instead of a ListViewItem (needed by VirtualMode).
1761         Update the calls to SetFocusedItem to pass an index instead of
1762         an item.
1763         * ListViewItem.cs: Likewise. Also, in VirtualMode retrieve
1764         the Focused state from the owner ListView. 
1765
1766 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1767
1768         * ListView.cs: Set ListView.focused_item from ListViewItem.Focused
1769         property. Also, invalidate previous focused item in the mentioned
1770         property (match .Net).
1771
1772 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1773
1774         * ListView.cs: Implement 2.0 FocusedItem property setter.
1775
1776 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1777
1778         * ListView.cs: Implement 2.0 TopItem property setter.
1779
1780 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
1781
1782         * StatusStrip.cs: The default renderer is System.
1783         * ToolStrip.cs, ToolStripManager: Now that we have System renderer, use it 
1784         if the user specifies it.
1785         * ToolStripDropDown.cs: Don't reset our Renderer on changing OwnerItem
1786         if we are ManagerRenderMode.
1787         * ToolStripMenuItem.cs: Calculate our text color better.
1788         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Move some stuff
1789         from Professional to the base class based off working with the System renderer.
1790         * ToolStripSystemRenderer.cs: Added.
1791
1792 2007-07-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1793
1794         * ListView.cs: I'm so lame - the real name is HitTest, not HitInfo.
1795
1796 2007-07-02  Jonathan Pobst  <monkey@jpobst.com>
1797
1798         * ToolTip.cs: Implement 2.0 Tag property.
1799
1800 2007-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1801
1802         * ListView.cs: Implement 2.0 HitTest methods.
1803
1804 2007-06-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1805
1806         * ListViewItem.cs: Add a 2.0 bool Hot property, to tell whether the
1807         item is under the pointer or not (sugar). Also remove the TODO
1808         regarding to the cursor changes in OneClick activation.
1809         * ThemeWin32Classic.cs: When HotTracking is true and we are drawing
1810         the subitems use the parent's HotFont if UseItemStyleForSubItems is
1811         true; otherwise don't show the underline style.
1812
1813 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1814
1815         * ListView.cs: In ItemControl.ItemsMouseMove, refactor
1816         the code to retrieve the item at position only one time. Also
1817         change cursor when Activation is ItemActivation.OneClick as well
1818         as invalidate the item if HotTracking is true (to show/hide the
1819         underline style). Add an internal HotItemIndex property to retrieve
1820         the current hot item's index.
1821         * ListViewItem.cs: Add an internal HotFont property to cache the
1822         font used when HotTracking is true and the pointer moves within the
1823         item's borders.
1824         * ThemeWin32Classic.cs: When drawing the item's text, use Font or
1825         HotFont depending on the hot state of the item.
1826
1827 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1828
1829         * ListView.cs: Implement 2.0 HotTracking property.
1830
1831 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1832
1833         * ToolStripControlHost.cs: If our hosted control never got created,
1834         don't try to dispose it.  [Fixes bug #81909]
1835
1836 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1837
1838         * TableLayoutPanel.cs: Implement ScaleCore, ScaleControl.
1839
1840 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1841
1842         * TableLayoutPanel.cs: Implement CellBorderStyle.  [Fixes bug #81884]
1843
1844 2007-06-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1845
1846         * ThemeWin32Classic.cs: In OwnerDraw mode draw subitems only for 
1847         Details view.
1848         * DrawListViewColumnHeaderEventArgs.cs:
1849         * DrawListViewSubItemEventArgs.cs: Add padding to the bounds when drawing text
1850         using the DrawText () methods.
1851
1852 2007-06-19  Jonathan Pobst  <monkey@jpobst.com>
1853
1854         * ToolStripProfessionalRenderer.cs: Put back clearing a ToolStripDropDown's
1855         background which got erased in my changes yesterday.
1856
1857 2007-06-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1858
1859         * ListViewItem.cs: Actually set bounds for subitems in Details view
1860         (2.0 feature).
1861         * ThemeWin32Classic.cs: Refactor the drawing code for subitems, so we
1862         can invoke from the owner draw routines if we need it. Also, add
1863         support for Owner draw in Details view.
1864
1865 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1866
1867         * ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripLabel.cs,
1868         ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs: Respect the
1869         ShowImageMargin setting, properly align text in a ToolStripLabel
1870         hosted on a ToolStripDropDown.
1871
1872 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1873
1874         * ToolStrip.cs, ToolStripContentPanel.cs, ToolStripDropDownMenu.cs,
1875         ToolStripProfessionalRenderer.cs: Refactor and clean up some rendering code.
1876
1877 2007-06-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1878
1879         * DrawListViewSubItemEventArgs.cs: Actually implement its methods.
1880
1881 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
1882
1883         * ToolStripLabel.cs: If the label is on a dropdown, adjust the text
1884         location to match ToolStripMenuItems.
1885
1886 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1887
1888         * DrawListViewColumnHeaderEventArgs.cs:
1889         * ThemeWin32Classic.cs: Implement 2.0 OwnerDraw support for
1890         column headers in ListView. 
1891
1892 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
1893
1894         * UserControl.cs: Implement AutoSize.
1895
1896 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1897
1898         * DrawListViewItemEventArgs.cs:
1899         * ListView.cs:
1900         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
1901         ListView.
1902
1903 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
1904
1905         * ToolStripDropDownItemAccessibleObject.cs: Added.
1906         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
1907         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
1908         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
1909         ToolStripTextBox.cs: corcompare work.
1910
1911 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
1912
1913         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
1914         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
1915         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
1916                 corcompare.
1917
1918 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
1919
1920         * OSFeature.cs: Add IsPresent.
1921         * PrintPreviewControl.cs: Add RightToLeft.
1922         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
1923         * SplitterPanel.cs: Add AutoSizeMode.
1924
1925 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1926
1927         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
1928         * MdiClient.cs: Add 2.0 ScaleControl.
1929         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
1930         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
1931
1932 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1933
1934         * Form.cs: Implement some scaling methods, stub some RTL methods,
1935         corcompare work.
1936
1937 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1938
1939         * Control.cs: corcompare work.
1940         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
1941
1942 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
1943
1944         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
1945         ControlPaint 2.0 stuffs.
1946
1947 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1948
1949         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
1950
1951 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1952
1953         * UpDownBase.cs: Add 2.0 stuffs.
1954
1955 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1956
1957         * NumericUpDown.cs: Add 2.0 stuffs.
1958
1959 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1960
1961         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
1962
1963 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1964
1965         * ErrorProvider.cs: Implement 2.0 stuffs.
1966
1967 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1968
1969         * DomainUpDown.cs: Implement 2.0 stuffs.
1970
1971 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1972
1973         * CheckedListBox.cs: Fix RefreshItems signature.
1974
1975 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1976
1977         * PictureBox.cs: Implement 2.0 stuffs.
1978
1979 2007-06-12  Andreia Gaita  <avidigal@novell.com>
1980         
1981         * TabControl.cs: Check if there are tabpages before checking
1982         the selected index - fix #81802 (font changes raise a ResizeTabs
1983         call on controls.add, which blew up nicely with no tabpages)
1984
1985 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1986
1987         * ListView.cs:
1988         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
1989
1990 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1991
1992         * ListView.cs:
1993         * ListViewItem.cs: In VirtualMode the selection information
1994         resides in the ListView, rather than in the Items. Also, throw
1995         InvalidOperationExceptions when VirtualMode is being used and
1996         CheckedItemCollection is accessed.
1997
1998 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1999
2000         * ComboBox.cs: Add ScaleControl.
2001
2002 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
2003
2004         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
2005
2006 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
2007
2008         * GroupBox.cs: Add 2.0 stuffs.
2009
2010 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
2011
2012         * Panel.cs: Add autosize properties/event.
2013
2014 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
2015
2016         * Control.cs:
2017         - When we remove a control, remove it from the collection before performing the layout.
2018         - Setup an internal property for explicit_bounds.
2019         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
2020         - Perform a layout when we set a new AutoSizeMode.
2021
2022 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
2023
2024         * ScrollableControl.cs: Add 2.0 stuffs.
2025
2026 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
2027
2028         * ScrollBar.cs: Add 2.0 stuffs.
2029
2030 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
2031
2032         * Splitter.cs: Add 2.0 stuffs.
2033
2034 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
2035
2036         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
2037         to have BindingContext simply use base implementation.
2038
2039 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
2040
2041         * ColumnHeader.cs: corcompare fix.
2042
2043 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
2044
2045         * Button.cs: corcompare fixes.
2046         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
2047
2048 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
2049
2050         * Button.cs: Override GetPreferredSizeCore.
2051         * ButtonBase.cs: PerformLayout after changing properties that can affect
2052         AutoSize.  Simplify some mouse/keyboard code.
2053         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
2054         * MouseEventArgs.cs: Make Location internal for 1.1.
2055         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
2056         * Theme.cs: Add CalculateButtonAutoSize.
2057         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
2058
2059 2007-06-05  Miguel de Icaza  <miguel@novell.com>
2060
2061         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
2062
2063 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2064
2065         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
2066         since we can get different item instances every time we retrieve it.
2067
2068 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2069
2070         * ListView.cs: Work around for #81602, since an unkown an pretty
2071         infrequent condition appears only in some systems (old linux boxes, it
2072         seems).
2073
2074 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
2075
2076         * Button.cs: Completely reformat and a little refactor to bring
2077         this closer to Mono circa 2007.
2078
2079 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
2080
2081         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
2082         to be ButtonBase.Invalidate.
2083
2084 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
2085
2086         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
2087
2088 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
2089
2090         * ButtonBase.cs: Completely reformat and a little refactor to bring
2091         this closer to Mono circa 2007.
2092
2093 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
2094
2095         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
2096         values for autosize. Fixes #80137.
2097
2098 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
2099
2100         * Control.cs: Don't perform layout when AutoSize changes.
2101         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
2102         directly when autosizing, use SetBounds with BoundsSpecified.None.
2103         Fixes unit tests my last commit broke.
2104
2105 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
2106
2107         * Control.cs: Perform layout when AutoSize changes.
2108         * Form.cs: Implement AutoSizing.
2109
2110 2007-06-01  Chris Toshok  <toshok@ximian.com>
2111
2112         * DataGrid.cs: remove the XXX'ed check at the top of
2113         ProcessGridKey.  fixes #80464.
2114
2115 2007-06-01  Chris Toshok  <toshok@ximian.com>
2116
2117         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
2118         adding idempotent (add/remove in Edit()), and also make sure we
2119         don't add it until after we set the text, so it's not tripped in
2120         Edit().  Fixes unit test regression.
2121
2122 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
2123
2124         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
2125         change is user explicit, not when the layout engine moves stuff.  Fixes
2126         anchoring to bottom and right.  [Fixes bug #81790]
2127
2128 2007-06-01  Andreia Gaita  <avidigal@novell.com>
2129
2130         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
2131
2132 2007-06-01  Andreia Gaita  <avidigal@novell.com>
2133
2134         * ContainerControl.cs: 
2135         Fire enter event for common ancestor if it is not a ContainerControl.
2136         Send focus to the active_control and not the 'value', the active 
2137         control might have been changed in one of the events fired.     
2138         Definitely fixes #80159.
2139
2140 2007-06-01  Andreia Gaita  <avidigal@novell.com>
2141
2142         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
2143
2144 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2145
2146         * PropertyGrid.cs: Anchor the help description to the bottom of the
2147           help panel and refactor SelectGridItem into a
2148           SelectGridItemInternal that can be set to null (and update it to
2149           clear the help texts when it is set to null). Set root item to null
2150           when there's no SelectedObject. Fixes #80438.
2151         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
2152           when we're recalculating after a resize (only).
2153
2154 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2155
2156         * ListView.cs: Implement 2.0 RedrawItems method.
2157
2158 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2159
2160         * ListControl.cs: Disconnect PositionChanged and ItemChanged
2161         handlers from previous data manager when DataSource is set to
2162         null. Fixes #81771.
2163
2164 2007-05-31  Jackson Harper  <jackson@ximian.com>
2165
2166         * TextBoxBase.cs: These seem to be the correct values.
2167
2168 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
2169
2170         * FileDialog.cs: When close dialog with ok set filterindex using combobox
2171         value. Fixes #81784.
2172
2173 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
2174
2175         * Control.cs: Implement 2.0 scaling methods.
2176
2177 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2178
2179         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
2180           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
2181           corcompare issues.
2182
2183 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2184
2185         * ProgressBar.cs: Implemented missing 2.0 members.
2186
2187 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2188
2189         * Control.cs: Corcompare issues.
2190         * MessageBox.cs: Implemented missing 2.0 functions.
2191
2192 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2193
2194         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
2195           Implemented more 2.0 members.
2196
2197 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2198
2199         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
2200           null (strange, but it seems to happen when running unit tests).
2201
2202 2007-05-30  Andreia Gaita  <avidigal@novell.com>
2203
2204         * ContainerControl.cs: Set active_control even earlier, before 
2205         firing any events, and undo it if validation returns false.
2206
2207 2007-05-30  Andreia Gaita  <avidigal@novell.com>
2208
2209         * ContainerControl.cs: Raise Validation and Enter/Leave events
2210         even if there is no Form and set active_control earlier, just
2211         before firing Enter events (toshok's patches). Fixes #80647.
2212
2213 2007-05-30  Jackson Harper  <jackson@ximian.com>
2214
2215         * TextControl.cs: Redid the pageup/pagedown a little to simplify
2216         things and fix bug #81311.
2217
2218 2007-05-30  Jackson Harper  <jackson@ximian.com>
2219
2220         * X11Dnd.cs: Now that we have our own event loop, we need to
2221         cancel when we get a mouseup but it won't be accepted.
2222
2223 2007-05-30  Chris Toshok  <toshok@ximian.com>
2224
2225         * DataGrid.cs (set_CurrentCell): guard against negative
2226         column/row.
2227
2228         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
2229         array index syntax instead of looping over the property names.
2230
2231         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
2232         and set IsInEditOrNavigateMode to false there.
2233
2234 2007-05-30  Jackson Harper  <jackson@ximian.com>
2235
2236         * TreeView.cs: Make sure we don't get a bad visible order when
2237         setting to the top node.  Fixes some misc crashing in
2238         ControlInspector.
2239
2240 2007-05-30  Andreia Gaita  <avidigal@novell.com>
2241
2242         * UserControl.cs: Add 2.0 AutoSizeMode
2243
2244 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
2245
2246         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
2247
2248 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
2249
2250         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
2251         lines. Fixes #80285. 
2252
2253 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
2254
2255         * DataGridColumnStyle.cs: Add char trimming column header text format. 
2256
2257 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
2258
2259         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
2260         Fixes #80147.
2261
2262 2007-05-29  Jackson Harper  <jackson@ximian.com>
2263
2264         * TreeNode.cs: Fix off by one on calculating whether or not a node
2265         is visible.
2266
2267 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
2268
2269         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
2270         * ScrollableControl.cs: Force an UpdateDistances when we move the
2271         scrollbars.
2272         [Fixes bug #80605]
2273
2274 2007-05-29  Andreia Gaita  <avidigal@novell.com>
2275
2276         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
2277         update the page setup screen.
2278
2279 2007-05-29  Andreia Gaita  <avidigal@novell.com>
2280
2281         * PageSetupDialog.cs: Fix landscape mode.
2282
2283 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2284
2285         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
2286         IconSizeHorizontalSpacing.
2287
2288 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2289
2290         * ListView.cs: The declaration of prev_tooltip_item should be inside
2291         a NET_2_0 conditional (avoid a warning).
2292
2293 2007-05-28  Andreia Gaita  <avidigal@novell.com>
2294
2295         * PageSetupDialog.cs: Implement PrintPreview control to display
2296         the preview thumbnail. Change unit conversion to use 
2297         PrinterUnitConvert methods.
2298         
2299         Note: there is a huge bug in ms.net where the default margins are 
2300         interpreted as centimeters (?), when in fact they are set in inches. When 
2301         loading the page setup dialog initially (ms.net), the default margins 
2302         are set to 1 inch, and the dialog shows them with value 10, when in fact 
2303         it should be 25 (properly converted). Our dialog doesn't have this bug.
2304         
2305         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
2306         RectangleF.
2307         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
2308
2309 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2310
2311         * ListView.cs:
2312         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
2313         items.
2314
2315 2007-05-28  Andreia Gaita  <avidigal@novell.com>
2316
2317         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
2318         an IntPtr on csc (it builds fine on mcs, could it be a compiler
2319         bug?), convert the ptr to Int32 first.
2320
2321 2007-05-28  Jackson Harper  <jackson@ximian.com>
2322
2323         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
2324         recieved, we will exit the dnd tracking loop.
2325
2326 2007-05-28  Jackson Harper  <jackson@ximian.com>
2327
2328         * X11Dnd.cs: Keep tracking until the xdnd finished event is
2329         recieved. TODO: I should probably stick a timer on the dropped
2330         event, and finish the drag if the XDND Finished event never shows
2331         (because some apps don't seem to send it).
2332
2333 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
2334
2335         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
2336         #81733.
2337
2338 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2339
2340         * MonthCalendar.cs: Only mark the keypresses we actually handle as
2341           handled.
2342
2343 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2344
2345         * MonthCalendar.cs: Set the size after initializing all the relevant
2346           variables. Fixes #81742.
2347
2348 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2349
2350         * KeyEventArgs.cs: Fix typo.
2351
2352 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
2353
2354         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
2355         to match MS. Fixed MinDate to only accept value less than or equal
2356         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
2357         Removed TODO's that are now verified by unit tests.
2358
2359 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
2360
2361         * TreeNodeCollection.cs: Minor corrections to exceptions to match
2362         MS.
2363
2364 2007-05-25  Jackson Harper  <jackson@ximian.com>
2365
2366         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
2367         it's own message loop.
2368         * XplatUIX11.cs: Remove some of the dnd hooks
2369
2370 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
2371
2372         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
2373         instead of MinimizedWindowSize.
2374
2375 2007-05-25  Jackson Harper  <jackson@ximian.com>
2376
2377         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
2378
2379 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2380
2381         * KeyEventArgs.cs: Added SuppressKeyPress.
2382         * Control.cs: Added support for SuppressKeyPress.
2383
2384 2007-05-24  Andreia Gaita  <avidigal@novell.com>
2385
2386         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
2387         problems with PieChart. suppress_validation should not be a counter,
2388         if there are several BeginInit calls, the first EndInit will 
2389         activate validation. Fix exceptions thrown by set_Value.
2390         * UpDownBase.cs: ValidateText only if it's the user editing it.
2391
2392 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2393
2394         * ListControl.cs: FilterItemOnProperty should return the filtered
2395         item proeprty even if DataSource is null. The same applies for
2396         GetItemText. Fixes #80427.
2397
2398 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
2399
2400         * Control.cs: If a control doesn't have a parent when it's Dock is
2401         set, but it has children, it needs to do a layout.  Fixes some nested
2402         controls issues.  [Fixes bug #81199]
2403
2404 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2405
2406         * ComboBox.cs: If there are few items in the drop down list, make it
2407           the exact size the items need, no bigger. Fixes #81612.
2408
2409 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
2410
2411         * Application.cs: When we have captured the keyboard for a menu,
2412         check for mouse down events in case we need to close the menu.
2413         * Control.cs, Form.cs: Remove mouse down checks for menus.
2414
2415 2007-05-24  Jackson Harper  <jackson@ximian.com>
2416
2417         * TextControl.cs: Handle tabs in non multiline mode a little
2418         differently.
2419
2420 2007-05-24  Jackson Harper  <jackson@ximian.com>
2421
2422         * TextControl.cs: We need to manually break apart tabbed text and
2423         move the tabs, since the system.drawing tabbing mechanism relies
2424         on tab stops.
2425         * TextBoxBase.cs: Move the caret properly when the user enters a
2426         tab.
2427
2428 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
2429
2430         * ContainerControl.cs: Don't check CanSelect before calling
2431         ProcessMnemonic.
2432         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
2433         release a KeyboardActive on click if it's not ours.
2434
2435 2007-05-23  Andreia Gaita  <avidigal@novell.com>
2436
2437         * ColumnHeader.cs: Add TypeConverter
2438
2439 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2440
2441         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
2442
2443 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2444
2445         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
2446
2447 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2448
2449         * LinkLabel.cs: Implement public Padding property.
2450
2451 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2452
2453         * LinkLabel.cs: Implement public FlatStyle.
2454
2455 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
2456
2457         * Control.cs: Apply patch from George to call parent.PerformLayout
2458         when Visible is changed.  [Fixes bugs #81118, 81718]
2459
2460 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2461
2462         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
2463
2464 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2465
2466         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
2467
2468 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
2469
2470         * ContextMenu.cs: Implement Collapse.
2471
2472 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
2473
2474         * ToolBarButton.cs: Implement Name.
2475
2476 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
2477
2478         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
2479         use current_item, it prevents some NRE. Fixes #81675.  
2480
2481 2007-05-22  Andreia Gaita  <avidigal@novell.com>
2482
2483         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
2484         without updating the text.
2485
2486 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
2487
2488         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
2489         without calling DeleteObject.  [Should fix bug #81709]
2490
2491 2007-05-22  Jackson Harper  <jackson@ximian.com>
2492
2493         * RichTextBox.cs: Set the line endings correctly, when flushing
2494         RTF text.
2495
2496 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
2497
2498         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
2499          {Width=0,Height=0}.
2500
2501 2007-05-22  Jackson Harper  <jackson@ximian.com>
2502
2503         * TreeView.cs: Setting top with a null node should set to the very
2504         top.
2505
2506 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2507
2508         * Form.cs: ShowDialog: destroy the handle when message loop is
2509           finished, matches MS behaviour. Refactor parts of WmClose into
2510           RaiseCloseEvents, that only raises events if they haven't already
2511           been raised. Fixes #81688 and #81521.
2512         * Application.cs: Don't call close on the form when exiting a modal
2513           loop, it will raise all the (Form)Closed/Closing events again if
2514           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
2515           which doesn'r raise any events it they have been raised before.
2516
2517 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
2518
2519         * Control.cs: Add OnPrint.
2520         * ToolStrip.cs: Add GetChildAtPoint.
2521         * ToolStripContainer.cs: Add OnRightToLeftChanged.
2522         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
2523
2524 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
2525
2526         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
2527
2528 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2529
2530         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
2531           isn't visible anymore. Fixes #81651.
2532
2533 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2534
2535         * Control.cs: WmShowWindow: Update children's z-order after setting
2536           their parent. SetParent may show the window, thereby corrupting
2537           z-order, since the window will be shown on top.
2538         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
2539           multiple (and redundant) WM_SHOWWINDOW messages.
2540         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
2541           event has already been raised.
2542         * Form.cs: Change is_changing_visible_state to a counter, since
2543           SetVisibleCore can be called recursively. CreateHandle: when
2544           creating mdi children, send (De)Activated events.
2545         * MdiClient.cs: Update use of is_changing_visible_state.
2546         * Application.cs: OnThreadException: Surround exception handling with
2547           try/finally to ensure we always reset the error-handling state
2548           before leaving.
2549
2550 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2551
2552         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
2553           (#81704).
2554
2555 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2556
2557         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
2558         SmallIcon views, now that we have a standarized horizontal spacing.
2559
2560         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
2561         4, just like the other views (Match .Net).
2562
2563 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
2564
2565         * Control.cs: Delay calculating anchor distances until we actually layout.
2566         Always query the WM for the actual size and location it put us at instead of
2567         only when we send negative values.
2568         [Fixes bugs #81694, 81695]
2569
2570 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2571
2572         * Application.cs: Avoid a possible stack overflow when trying to exit
2573           the application.
2574
2575 2007-05-19  Marek Safar  <marek.safar@gmail.com>
2576
2577         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
2578         enum value.
2579
2580 2007-05-19  Andreia Gaita  <avidigal@novell.com>
2581
2582         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
2583         * NumericUpDownAcceleration.cs, 
2584           NumericUpDownAccelerationCollection.cs: Added 2.0
2585           implementation.
2586
2587 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
2588
2589         * RichTextBox.cs: Recalculate the document after the ScrollBars
2590         property is changed. Fixes bug #81681.
2591
2592 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
2593
2594         * DataObject.cs: Implement 2.0 methods.
2595
2596 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2597
2598         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
2599         in the center of the checkbox, not in the left-top corner. 
2600         Fixes #80037.
2601
2602 2007-05-18  Jackson Harper  <jackson@ximian.com>
2603
2604         * RichTextBox.cs: Recalculate the document after the scrollbars
2605         property is changed.
2606         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
2607         81486.
2608
2609 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2610
2611         * CreateParams.cs: Make HasWindowManager marginally faster.
2612         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
2613           into Hwnd so that other drivers can use it as well.
2614         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
2615           the default location from Hwnd. Fixes MDI client windows always
2616           showing up at (0,0) in Windows (Win32 won't set the default
2617           location since the window styles aren't correct).
2618
2619 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
2620
2621         * TreeView.cs: Modified DoubleBuffered to just use the base
2622         implementation.
2623
2624 2007-05-18  Jackson Harper  <jackson@ximian.com>
2625
2626         * TreeView.cs: Set the top node to the last child node when
2627         expanding all
2628         - When we get focus, if there is no selected node, use the top
2629         node.
2630
2631 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
2632
2633         * KeysConverter.cs: Add CanConvertTo.
2634         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
2635         * LinkConverter.cs: Added.
2636
2637 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2638
2639         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
2640         it prevents error when file dont have write access. Fixes #81669 and #81667.  
2641
2642 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2643
2644         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
2645         button text. Fixes #79640.  
2646
2647 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2648
2649         * Control.cs: According to MSDN controls created in the designer theres 
2650         keyboard accelerators visible by default. So included check for design
2651         in ShowKeyboardCuesInternal.  
2652
2653 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2654
2655         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
2656         text. Fixes #81621.  
2657
2658 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
2659
2660         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
2661         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
2662
2663 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2664
2665         * Control.cs: Finish implementation of UI State using WmChangeUIState
2666         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
2667         in some controls to check for show_keyboard_cues to draw accell keys "_".  
2668
2669 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2670
2671         * ListBox.cs: When calculating the horizontal scrollbar
2672         in single column mode, don't use values less than 0 for
2673         Maximum. Fixes #81474.
2674
2675 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2676
2677         * ListBox.cs: Throw the some missing exceptions in
2678         ListBox.ObjectCollection methods.
2679
2680 2007-05-17  Jackson Harper  <jackson@ximian.com>
2681
2682         * TextBoxBase.cs: Recalculate the document when the word wrap
2683         value has changed. This fixes 81488.
2684
2685 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2686
2687         * Clipboard.cs: Implement missing GetText overload.
2688
2689 2007-05-17  Chris Toshok  <toshok@ximian.com>
2690
2691         * Control.cs (CheckDataBindings): remove the binding_context arg
2692         to binding.Check.
2693
2694         * CurrencyManager.cs (OnItemChanged): fix this now that
2695         BindingManagerBase is fixed. also remove the comment telling where
2696         the fix should go.  We set transfering_data to true/false around
2697         the call to PushData to keep UpdateIsBinding from being called.
2698         (ListChangedHandler): remove the extra OnMetaDataChanged call for
2699         PropertyDescriptorAdded in the 1.1 case.  The extra call is
2700         actually generated by System.Data generating 2 metadata changed
2701         events of its own per column add.  The fix should go there.  Add a
2702         comment to that affect in our test's Assert.Ignore.
2703
2704         * BindingManagerBase.cs: Rework PullData and PushData slightly.
2705         we keep a boolean flag (transfering_data) that keeps us from
2706         calling UpdateIsBinding multiple times if we re-enter either of
2707         them.
2708
2709         * ControlBindingsCollection.cs (AddCore): remove the
2710         binding_context arg to binding.Check.
2711
2712         * Binding.cs (IsBinding): don't check if we're binding here, just
2713         return our cached value.  we update it in UpdateIsBinding.
2714         (Check): don't take the binding_context arg, we'll just use our
2715         control's.  Also, for some reason MS doesn't use the data member
2716         field when getting the bindingmanager for this binding.  it just
2717         uses the datasource.  Make this method callable multiple times,
2718         and only do the is_null_desc stuff if manager.Position != -1 (so
2719         we don't get an exception accessing manager.Current).
2720         (UpdateIsBinding): move the code from IsBinding here.
2721         (PositionChangedHandler): call Check here to we can initialize
2722         things that require a non- -1 position.
2723
2724 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2725
2726         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
2727         control.
2728
2729 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2730
2731         * TabControl.cs: Add 2.0 methods and events, including
2732         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
2733         * TabPage.cs: Add 2.0 methods
2734
2735 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
2736
2737         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
2738         keyboard_cues is properly handled by message method.  
2739
2740 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2741
2742         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
2743
2744 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2745
2746         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
2747
2748 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
2749
2750         * Control.cs: 
2751         - WmUpdateUIState added to handle state changes, it make call to
2752         OnChangeUICues event.
2753         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
2754         SystemInformation.
2755
2756 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
2757
2758         * ImageKeyConverter.cs: Added.
2759         * TreeViewImageKeyConverter.cs: Added.
2760
2761 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2762         
2763         * ToolTips.cs: Update Text if SetToolTip is called for a control
2764         already showing the tooltip, as well as restarting its timer; show
2765         tooltip if we are inside the control bounds by the time of calling
2766         SetToolTip. Inside ShowTooltip remove the check to not show the 
2767         tooltip again for the active control (it is allowed by .Net to 
2768         show the tooltip on the same control multiple times).
2769
2770 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2771
2772         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
2773
2774 2007-05-16  Andreia Gaita <avidigal@novell.com> 
2775
2776         * ContainerControl.cs: only process tab key if there are no 
2777         modifier keys present, otherwise the control does the 
2778         tab processing, if it needs to. Fixes #81622
2779         * TabControl.cs: Fixes calculation for which tab to select on
2780         shift+ctrl+tab.
2781
2782 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2783
2784         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
2785
2786 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
2787
2788         * Control.cs: Make IsInputCharInternal to allow controls to
2789         override it and still match MS API.
2790         * TextBoxBase.cs: Override IsInputCharInternal and always
2791         return true.
2792         [Fixes bug #81616]
2793
2794 2007-05-15  Jackson Harper  <jackson@ximian.com>
2795
2796         * TextBox.cs: Disable some of the menu options when using a
2797         readonly textbox.
2798
2799 2007-05-15  Jackson Harper  <jackson@ximian.com>
2800
2801         * TextBox.cs:
2802         * TextBoxBase.cs:
2803         * RichTextBox.cs: Some new 2.0 methods
2804
2805 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
2806
2807         * FileDialog.cs: On 1.0 profile, do not support multidotted 
2808         extensions.
2809
2810 2007-05-14  Jackson Harper  <jackson@ximian.com>
2811
2812         * TextBoxBase.cs: Implement some of the new 2.0 methods.
2813         * RichTextBox.cs: We need to override these methods on 2.0.
2814         * MaskedTextBox.cs: These are implemented now
2815         * TextControl.cs: This was off by one.
2816
2817 2007-05-14  Jackson Harper  <jackson@ximian.com>
2818
2819         * TextControl.cs: Because the line endings are including in the
2820         text, we don't need to add them in anymore.
2821
2822 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2823
2824         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
2825         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
2826
2827 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2828
2829         * ToolBar.cs: Adjust size to default size when button theres no text and
2830         image, it fixes remaining issues from #81524.
2831
2832 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2833
2834         * ToolBar.cs: 
2835         - When not flat call redraw to recalculate sizes on creare handle to match
2836         win32 behavior.
2837         - Revert 77220 because it causes some regressions in toobar
2838         button.
2839
2840 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2841
2842         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
2843           now actually enters a usable state.
2844
2845 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2846
2847         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
2848         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
2849         3 buttons.
2850
2851 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2852
2853         * ToolBar.cs: Save default_size on create handle to use later for buttons
2854         without text, needed to mimic win32 behavior.
2855
2856 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2857
2858         * ToolBar.cs: Fix button layour to best fit width or height according to
2859         vertical or not. Fixes #81524.
2860
2861 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2862
2863         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
2864         toolbar size info because different styles theres different sizes.
2865         Fixes #81522.
2866
2867 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2868
2869         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
2870         if we are using checkboxes, checked is true, and we have less
2871         than two images in StateImageList; for the 1.1 in the same scenario
2872         draw the first image if we have at least one image in StateImageList.
2873         Fixes part of #81191.
2874
2875 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2876
2877         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
2878         the owner's Items collection on merge.
2879
2880 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2881
2882         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
2883         * ToolStripItemCollection.cs: Lots of fixes to when events get called
2884         and parent/owner gets changed based on gert's unit tests.
2885
2886 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2887
2888         * MaskedTextBox.cs: Started implementing parts of it.
2889
2890 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2891
2892         * ListView.cs: When clicking the checkbox on the items
2893         take into account the double clicks even if we have only
2894         one image in StateImageList (only for 1.0/1.1). Also 
2895         generate an extra change of checked state when we receive
2896         the second click on checkbox (match .Net behaviour). 
2897         Fixes part of #81191.
2898
2899 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2900
2901         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
2902
2903 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2904
2905         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
2906         even if OnLoad is overriden and base.OnLoad is not called.
2907         [Fixes bug #81582]
2908
2909 2007-05-10  Andreia Gaita  <avidigal@novell.com>
2910
2911         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
2912         shame. (I blame my ever-persisting and annoying cold)
2913
2914 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2915
2916         * ListView.cs: Don't eat navigation keys.  Let them flow through to
2917         KeyDown/KeyPress routines.  [Fixes bug #81569]
2918
2919 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2920
2921         * ListView.cs: When handling keys for selecting the item based off
2922         keyboard input, do not consider keys pressed with Alt or Control.  Also,
2923         correctly handle keys when the Shift key is down. [Fixes bug #81578]
2924
2925 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2926
2927         * Control.cs: When using UseWaitCursor, we have to store the requested
2928         Cursor to use when UseWaitCursor is turned off.
2929
2930 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2931
2932         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
2933         to false.
2934         * Application.cs: Use PreProcessControlMessage instead of
2935         PreProcessMessage.
2936         * PreProcessControlMessage.cs: Make internal for 1.1.
2937
2938 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2939
2940         * Control.cs: Add InternalContains focus property, which hast the same
2941         functionality of ContainsFocus, but also including implicit controls.
2942         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
2943         since we need to know if the focus is contained in our implicit
2944         ItemControl when calculating Layout. Fixes part of #80888.
2945
2946 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
2947
2948         * ToolTip.cs: Remove center form string alignment as it must be align to
2949         left.
2950
2951 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
2952
2953         * ToolStripItemCollection.cs: Set the new item's parent and owner
2954         in Insert like we do in Add.  [Fixes bug #81568]
2955
2956 2007-05-08  Jackson Harper  <jackson@ximian.com>
2957
2958         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
2959         - Off by one error in SetTop
2960         - Disable DoubeBuffering
2961         
2962 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2963
2964         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
2965           control as much as necessary in order to make it entirely visible,
2966           instead of centering the control in the container (matches MS
2967           behaviour). CalculateCanvasSize: we need to take the current scroll
2968           position into account when calculating the maximum canvas,
2969           otherwise the following scenario will fail: resize so that the
2970           scrollbars appear, use the scrollbars to scroll, resize again
2971           smaller, and now the canvas size is too small. Recalculate: when
2972           showing scrollbars make sure they start off at 0, and try to scroll
2973           the active control into view. Fixes #79540. HandleScrollBar: don't
2974           scroll anywhere if the scrollbar isn't visible.
2975
2976 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2977
2978         * ListView.cs: When focus changed, call Layout/Invalidate
2979         in the focused item to update the selected state (should show
2980         entire label when ListView is focused, and a part of it if is not).
2981         * ListViewItem.cs: When doing layout for LargeIcon, take into account
2982         for displaying the entire label not only the Focused state of the
2983         item, but also the Focused state of the ListView (match .Net
2984         behaviour).
2985
2986 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2987
2988         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
2989         Implement UseWaitCursor. 
2990
2991 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2992         Applying contributed patch from Sergey Volk.
2993
2994         * Clipboard.cs: Implement SetDataObject retry logic and new overload
2995         of SetDataObject.
2996         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
2997
2998 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2999
3000         * Control.cs: Implement DrawToBitmap.
3001
3002 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
3003         Applying contributed patch from Stefan Noack.
3004         
3005         * Control.cs: Add [Get|Set]AutoSizeMode.
3006
3007 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
3008
3009         * MdiClient.cs: Unmerge menus when the last child is closed.
3010
3011 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
3012
3013         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
3014         * ToolStripManager.cs: Call Merge on DropDowns.
3015         [Fixes bug #81477]
3016
3017 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3018
3019         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
3020           uints.
3021         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
3022           visibility. We can't create forms visible, since we have to set the
3023           owner before making the form visible (otherwise Win32 will do
3024           strange things with task bar icons). The problem is that we set the
3025           internal is_visible to true before creating the control, so
3026           is_changing_visible_state is the only way of determining if we're
3027           in the process of creating the form due to setting Visible=true -
3028           this works because SetVisibleCore explicitly makes the form
3029           visibile afterwards anyways. Fixes #80775.
3030
3031 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3032
3033         * ThemeWin32Classic.cs: When drawing ListViewItems,
3034         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
3035         or LargeIcon _and_ item is not focused (match .Net behaviour).
3036
3037 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
3038
3039         * Control.cs, Form.cs: Fix some obsolete method warnings.
3040
3041 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
3042
3043         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
3044         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
3045
3046 2007-05-04  Andreia Gaita  <avidigal@novell.com>
3047
3048         * ContainerControl.cs: Fix active_control attribution when going
3049         up the parent chain so that the first parent container gets the control
3050         and the rest of the parent containers get the child containers (skips
3051         non-containers). Fixes #80729
3052
3053 2007-05-04  Randolph Chung  <tausq@debian.org>
3054
3055         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
3056         [Fixes bug #81499]
3057
3058 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3059
3060         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
3061           takes a size parameter, since the CreateParam's size isn't true for
3062           minimized forms. Fixes #81518,
3063
3064 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3065
3066         * Form.cs: Add OnDeactivateInternal.
3067         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
3068
3069 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3070
3071         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
3072           accessing the parent. Fixes #81508.
3073
3074 2007-05-03  Chris Toshok  <toshok@ximian.com>
3075
3076         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
3077         2.0 block, pass listposition + 1 to ChangeRecordState when a row
3078         was added before the current listposition.  Fixes the
3079         TestInsertRowBeforeCurrent unit test.
3080
3081 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
3082
3083         * Application.cs: Add RaiseIdle.
3084         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
3085         XplatUIX11.cs: Implement RaiseIdle.
3086
3087 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
3088         corcompare work: N - Z
3089         * NotifyIcon.cs
3090         * ProgressBar.cs
3091         * RadionButton.cs
3092         * ScrollableControl.cs
3093         * SplitContainer.cs
3094         * SplitterPanel.cs
3095         * StatusBar.cs
3096         * SystemInformation.cs
3097         * TabControl.cs
3098         * TableLayoutControlCollection.cs
3099         * TableLayoutPanel.cs
3100         * TabPage.cs
3101         * ToolBar.cs
3102         * ToolBarButton.cs
3103         * ToolStrip.cs
3104         * ToolStripComboBox.cs
3105         * ToolStripContainer.cs
3106         * ToolStripContentPanel.cs
3107         * ToolStripDropDown.cs
3108         * ToolStripDropDownItem.cs
3109         * ToolStripDropDownMenu.cs
3110         * ToolStripItem.cs
3111         * ToolStripItemCollection.cs
3112         * ToolStripMenuItem.cs
3113         * ToolStripPanel.cs
3114         * ToolStripSplitButton.cs
3115         * ToolTip.cs
3116         * TreeNode.cs
3117         * TreeNodeCollection.cs
3118         * TreeNodeMouseHoverEventArgs.cs
3119         * TreeView.cs
3120
3121 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
3122
3123         * ContextMenu.cs: Add public method Show with alignment property to 2.0
3124         stuff. Thanks aatdark for the patch. 
3125
3126 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
3127
3128         * GridItem.cs: Implement 2.0 Tag property.
3129
3130 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
3131
3132         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
3133         count instead of Nodes.Length.  [Fixes bug #81448]
3134
3135 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
3136
3137         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
3138         [Fixes bug #81506]
3139
3140 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
3141         corcompare work: A - M
3142         * BindingNavigator.cs
3143         * Button.cs
3144         * ButtonBase.cs
3145         * CheckBox.cs
3146         * Control.cs
3147         * FlowLayoutPanel.cs
3148         * Form.cs
3149         * Label.cs
3150         * LinkLabel.cs
3151         * ListView.cs
3152
3153 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
3154
3155         * Application.cs: Give toolstrips a chance to process mnemonics.
3156         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
3157         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
3158         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
3159
3160 2007-05-01  Jackson Harper  <jackson@ximian.com>
3161
3162         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
3163         wider area too.
3164         - Don't set the BoundsSpecified
3165
3166 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
3167
3168         * Application.cs: When using the toolstrip shortcut mechanism, allow the
3169         message to pass through to a regular control if it hosted by a toolstrip.
3170         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
3171         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
3172
3173 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
3174
3175         * TextRenderer.cs: Use the flags argument when using the MeasureString
3176         fallback algorithm.
3177
3178 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
3179
3180         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
3181         the MDI menu item.  [Fixes bug #81483]
3182
3183 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
3184
3185         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
3186         string. When setting Name to null, use zero-length string instead.
3187
3188 2007-04-29  Andreia Gaita  <avidigal@novell.com>
3189
3190         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
3191         DeselectTab). Implement missing 2.0 TabPageCollection methods
3192         (Add, ContainsKey, RemoveByKey, IndexOfKey)
3193
3194 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
3195
3196         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
3197
3198 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
3199
3200         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
3201         Fixes bug #81479. Include details of exception when LoadFile fails.
3202
3203 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
3204
3205         * DrawListViewSubItemEventArgs.cs: Added missing setter
3206
3207 2007-04-27  Andreia Gaita  <avidigal@novell.com>
3208
3209         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
3210         Hide methods (not complete). Implement missing 2.0 OnPopup event.
3211
3212 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3213
3214         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
3215         removed in ly last commit (it was breaking the Label edit feature).
3216
3217         * ThemeWin32Classic.cs: When drawing a ListViewItem use
3218         StringAlignment.Near for LineAlignment (match .Net).
3219
3220 2007-04-27  Andreia Gaita  <avidigal@novell.com>
3221
3222         * TabControl.cs: Change SetTab so it adds the tabpage to the list
3223         of controls if it isn't already there - was blowing up when doing
3224         tabcontrol.TabPages[i]=new TabPage(). 
3225         SetTab now does a replace by removing the page at the index. 
3226         Add a new InsertTab method that inserts a page in a given index 
3227         instead of replacing. 
3228         Implements TabPageCollection.Insert(int, TabPage).
3229
3230 2007-04-27  Chris Toshok  <toshok@ximian.com>
3231
3232         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
3233         internal handler that can be invoked from our subclasses.)  Also,
3234         add a comment to PushData about how we need to fix it.
3235
3236         * CurrencyManager.cs: tons of changes here.  trying to get things
3237         matching the behavior of .net wrt event orders (ItemChanged,
3238         CurrentChanged, PositionChanged.)  I've implemented a private .net
3239         symbol (ChangeRecordState) that appears in stack traces because
3240         it's actually easier to do this than to effective inline all its
3241         various behaviors at every call site.
3242
3243         * RelatedPropertyManager.cs: guard against an exception here by
3244         not using parent.Current if the position is set to -1 (if the
3245         parent datasource is cleared, for instance).
3246
3247         * Binding.cs: don't parse data in PushData (this might be wrong,
3248         but it jives with MS's behavior.)  Also, don't call PushData when
3249         we get a CurrentChanged event.
3250
3251 2007-04-27  Andreia Gaita  <avidigal@novell.com>
3252
3253         * WebBrowser.cs,
3254           WebBrowserBase.cs,
3255           WebBrowserSiteBase.cs,
3256           HtmlDocument.cs: Added stubbed out classes, no real implementations 
3257           yet.
3258
3259 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
3260
3261         * MainMenu.cs: In draw method without parameters call draw method with 
3262         PaintEvent, another one (just rect) adjust rectangle and we dont need it
3263         as Rect property is already adjusted. Fixes #80694.
3264
3265 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
3266
3267         * Application.cs: Need to handle keyboard menu deselection here.
3268         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
3269         navigation, allowing keyboard to work on X11.
3270         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
3271
3272 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
3273
3274         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
3275         menu bar. It fixes some drawing issues in menu bar.
3276
3277 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
3278
3279         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
3280         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
3281         when <alt> key is pressed.
3282
3283 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
3284
3285         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
3286         example just set visible to false and make this prevent from other problems.
3287         In SystrayAdd always remove pending expose. Fixes #81072.
3288
3289 2007-04-26  Marek Safar  <marek.safar@gmail.com>
3290
3291         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
3292         value is set.
3293
3294 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
3295
3296         * ListView.cs: Added three missing 2.0 events and corresponding
3297         EventHandlers. Added the OwnerDraw property.
3298         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
3299
3300 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
3301
3302         * DrawListViewItemEventArgs.cs
3303         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
3304
3305 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
3306
3307         * TextControl.cs: Fixed typo in constructor
3308
3309 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
3310
3311         * Application.cs: Create a shortcut path so that currently selected
3312         MenuStrips can intercept keyboard events without having focus.
3313         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
3314         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
3315         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
3316         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
3317         generate WM_SYSCOMMAND message in X11 for other platforms.
3318         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
3319         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
3320         * ToolStripSplitButton.cs: Add DefaultItem property.
3321         
3322 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
3323
3324         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
3325         fixes some menu draw problem on Windows with border diferent from default
3326         it also fixes #81403.
3327
3328 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3329
3330         * Form.cs: Refactor WndProc into separate methods, just like Control is
3331           doing it.
3332
3333 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3334
3335         * Control.cs: set_Text: move the call to the driver into a seperate
3336           virtual method so that Form can override it.
3337         * MaskedTextBox.cs: Corcompare fixes.
3338         * Form.cs: Override UpdateWindowText and only update the styles if the
3339           form has been shown (fixes #81405).
3340
3341 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
3342
3343         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
3344         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
3345         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
3346         the form lost focus or another control was clicked.
3347
3348 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
3349
3350         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
3351         fixed.
3352
3353 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3354
3355         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
3356           DrawListViewItemEventHandler.cs,
3357           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
3358           Added.
3359         * X11Structs.cs: More ToString implementation.
3360
3361 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
3362
3363         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
3364         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
3365
3366 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3367
3368         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
3369           handle.
3370         * FormCollection.cs: Don't add a form if it's already in the
3371           collection.
3372         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
3373           according to behaviour and MSDN. The ownerWin32 is the active
3374           window at the moment when we call ShowDialog, not the context's
3375           main form (the context's main form may open another form that opens
3376           a form with ShowDialog, the win32 owner is the second form). Add
3377           and remove forms to the Application.OpenForms in other places to
3378           better match MS behaviour. Add an IsActive property that raises
3379           On(de)Activated only if the active state has changed (we were
3380           raising OnDeactivated before OnActivated while creating forms).
3381         * Application.cs: Refactor Enabling/Disabling of windows for modal
3382           dialog loops out to separate methods, and restore the thread
3383           context when we quit the method. Fixes #81407.
3384
3385 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3386
3387         * ListView.cs: In ItemControl.HandleClicks, also fire 
3388         2.0 MouseClick or MouseDoubleClick events on the parent,
3389         not only the Click/DoubleClick events.
3390
3391 2007-04-24  Andreia Gaita  <avidigal@novell.com>
3392
3393         * TableLayoutSettings.cs: 
3394         - Added a GetControls method and a support structure to help the 
3395         TypeConverter to enumerate the controls for     serialization. 
3396         - Added a new serialization constructor. 
3397         - Added a isSerialized flag initialized to true on the 
3398         serialization constructor so that the TableLayoutPanel.LayoutSettings 
3399         setter does not throw the designed NotSupportedOperation exception
3400         when the object is built through deserialization.
3401         - Implemented GetObjectData
3402         
3403         * TableLayoutPanel.cs: Added check on LayoutSettings.
3404
3405 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3406
3407         * ListView.cs: Report Click and DoubleClick events to the parent
3408         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
3409         from breaking the click count state when using dialog forms (Control
3410         reports the clicks in a similar fashion). In the previous behaviour
3411         the last WM_LBUTTONUP message in a  double click was sent to the
3412         ListView's form, instead of the ListView, which was breaking the click
3413         count for it. Fixes #80387.
3414
3415 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
3416
3417         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
3418
3419 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
3420
3421         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
3422         us from created dropdowns for menu items that do not have subitems.
3423         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
3424         Check HasDropDownItems before calling DropDown so a dropdown will not be
3425         created if it isn't needed.
3426
3427 2007-04-24  Jackson Harper  <jackson@ximian.com>
3428
3429         * TreeView.cs: Set the first node to the selected node when we get
3430         focus if there is no selected node.
3431
3432 2007-04-24  Andreia Gaita  <avidigal@novell.com>
3433
3434         * MimeIcon.cs: remove using blocks so that image streams are
3435         not disposed of. Fixes #80151
3436
3437 2007-04-24  Jackson Harper  <jackson@ximian.com>
3438
3439         * TextBoxBase.cs: Fixup the height of textboxes when the control
3440         is created.
3441
3442 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
3443
3444         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
3445         for each ToolStripItem when the parent's RightToLeftChanged is called.
3446
3447 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3448
3449         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
3450           Fixes #80163.
3451         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
3452           property, so that the setter can be overriden too.
3453         * TextBox.cs: Change GetContextMenuInternal() to use
3454           ContextMenuInternal.
3455
3456 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3457
3458         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
3459           #81406.
3460
3461 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3462
3463         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
3464           #81406.
3465
3466 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3467
3468         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
3469           avoid duplicate work. Mostily skeleton code, it's not working at
3470           all yet.
3471
3472 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
3473
3474         * NotifyIcon.cs : stub for MouseClick event
3475         * Application.cs: stub for SetUnhandledExceptionMode
3476
3477 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
3478
3479         * BindingNavigator.cs : Initial (partial) implementation
3480
3481 2007-04-23  Jackson Harper  <jackson@ximian.com>
3482
3483         * TreeView.cs: Do not create the treeview's handle when setting
3484         the scroll position.
3485         - ExpandAll needs to compute the scrollbars so it knows which
3486         position to set the bar too.
3487         * TreeNode.cs: 
3488         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
3489
3490 2007-04-23  Jackson Harper  <jackson@ximian.com>
3491
3492         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
3493         key. Fixes #81408.
3494
3495 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
3496
3497         * ToolStripItem.cs: Make GetImageSize internal.
3498         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
3499         need to draw an item.  Fixes a reported issue where images on menus
3500         that were not 16x16 were drawing incorrectly.
3501
3502 2007-04-21  Miguel de Icaza  <miguel@novell.com>
3503
3504         * Padding.cs: Use the converter, fixes the resgen2 issue with
3505         XMLNotePad. 
3506
3507 2007-04-21  Jackson Harper  <jackson@ximian.com>
3508
3509         * TreeView.cs: Dont try to unhighlight the selected node if there
3510         isn't a selected node.
3511
3512 2007-04-21  Jackson Harper  <jackson@ximian.com>
3513
3514         * UpDownBase.cs:
3515         * TextBoxBase.cs:
3516         * ListView.cs:
3517         * ListBox.cs:
3518         * TreeView.cs: Use the InternalBorderStyle property to set the
3519         initial border style, this forces the client rectangle to be sized
3520         correctly.
3521
3522 2007-04-20  Jackson Harper  <jackson@ximian.com>
3523
3524         * TreeView.cs: Simplify scrolling to the last node after expanding
3525         all.
3526         - Fix some off by ones with setting the bottom.
3527
3528 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
3529
3530         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
3531         that.  We were incorrectly doing it the other way around.  Also,
3532         update ClientSize if we change the BorderStyle before the control
3533         is created.
3534
3535 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
3536
3537         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
3538         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
3539         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
3540         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
3541         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
3542         Caption to CaptionHeight.
3543         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
3544         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
3545         and FixedFrameBorderSize to return value from current XplatUI driver.
3546         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
3547         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
3548         and FixedFrameBorderSize using win32 API. Renamed Caption to
3549         CaptionHeight.
3550         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
3551         * SystemInformation.cs: Fixed typo in BorderSize.
3552
3553 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
3554
3555         * XplatUI.cs: Added MenuAccessKeysUnderlined.
3556         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
3557         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
3558         returning false.
3559         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
3560         value from XplatUI driver.
3561         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
3562         SystemParametersInfo.
3563         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
3564         override.
3565         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
3566         returning false.
3567
3568 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3569
3570         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
3571
3572 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3573
3574         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
3575
3576 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
3577
3578         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
3579         MenuStrips that contain ToolStripSeparators.
3580
3581 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3582
3583         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
3584           DefineStdCursorBitmap.
3585         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
3586           has been created off a standard cursor. This is used to get a
3587           bitmap of the standard cursor when Draw or DrawStretched is called
3588           in order to draw the cursor.
3589         * X11Structs.cs: Added XcursorImage and XcursorImages.
3590         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
3591           DefineStdCursorBitmap.
3592         * Cursors.cs: Update all relevant creations of Cursor to use the new
3593           internal constructor.
3594
3595 2007-04-19  Jackson Harper  <jackson@ximian.com>
3596
3597         * TextBox.cs: Move the has_been_focused into the base control, so
3598         some of the text adding methods can manipulate it (probably time
3599         for a better name for this flag too).
3600         - Call a new version of selectall that doesn't scroll
3601         * TextBoxBase.cs: When we append text, if the document is empty,
3602         don't scroll.  If the document has text already, we scroll to the
3603         end of the appended text.
3604         - When the text is changed, we reset the has_been_focused, so the
3605         next time the control gets focused, all the text is selected.
3606
3607 2007-04-19  Jackson Harper  <jackson@ximian.com>
3608
3609         * TextControl.cs: Move the margins to the document, add a method
3610         so the margin sizes can be updated.
3611         * TextBoxBase.cs: When the border style is changed, update the
3612         border sizes.
3613
3614 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
3615
3616         * Control.cs: Respect DefaultPadding.
3617         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
3618         padding into account.
3619         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
3620
3621 2007-04-19  Jackson Harper  <jackson@ximian.com>
3622
3623         * TextControl.cs: Oops, we need to use the ClientRect not the
3624         bounds here.
3625
3626 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3627
3628         * ListView.cs: In ItemControl.ItemsMouseDown, take into
3629         account the double clicks when CheckBoxes are used and
3630         the pointer is inside the checkbox. Fixes part of #81191.
3631
3632 2007-04-18  Jackson Harper  <jackson@ximian.com>
3633
3634         * TextControl.cs: Pressing the end key shouldn't move the caret
3635         past the line ending.
3636         * TextBoxBase.cs: We can still delete if we are in the line
3637         ending and the combine will just kill the existing line ending.
3638
3639 2007-04-18  Jackson Harper  <jackson@ximian.com>
3640
3641         * TextControl.cs: We can't move lines, then invalidate their
3642         bounds, we need to get the old bounds and combine that with the
3643         new bounds.
3644         * TextBoxBase.cs: Before combining two lines for a delete, we need
3645         to invalidate the area of the old line, since that will be moved
3646         in the combine operation.
3647
3648 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
3649
3650         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
3651         with transparent background. Fixes #80482.
3652
3653 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
3654
3655         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
3656         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
3657         [Fixes bug #81391]
3658
3659 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3660
3661         * CreateParams.cs: Add a couple of helper methods and do a less string
3662           concatenation in ToString.
3663         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
3664           overload that takes a Control parameter, since this method may be
3665           called before a control is assigned to the hwnd (from
3666           CreateWindow), and update CreateWindow to use the new overload. In
3667           GetMenuOrigin subtract the title bar from the y position if the
3668           form has a window manager (since we're painting it and not X).
3669         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
3670           CreateParams to calculate the origin (since border sizes may vary).
3671           In ScreenToMenu only subtract the title height if we actually have
3672           a title.
3673         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
3674           mdi children never have menus of themselves.
3675         * InternalWindowManager.cs: Implement menu handling like form does.
3676           Added GetMenuOrigin to calculate the menu origin, can't use the
3677           CreateParams from the form like normally since it's lying.
3678         * Hwnd.cs: Implement GetBorderSize better (in the sense more
3679           windows-like) and add Inflate and comparison operators to the
3680           Borders type. When calculating MenuOrigin and it's a form with a
3681           window manager, use the window manager to calculate it.
3682
3683 2007-04-17  Chris Toshok  <toshok@ximian.com>
3684
3685         * Control.cs (CreateControl): turns out in 2.0 we don't need this
3686         OnBindingContextChanged thing here.  It's only generated from
3687         ContainerControl.OnCreateControl.  Fixes a newly written unit test
3688         - BindingTest.BindingContextChangedTest4.
3689         
3690 2007-04-17  Jackson Harper  <jackson@ximian.com>
3691
3692         * ScrollBar.cs: When setting values, make sure the current
3693         position stays within the new values range.
3694
3695 2007-04-17  Chris Toshok  <toshok@ximian.com>
3696
3697         * Control.cs (CreateControl): talk about a bizarre corner case.
3698         Don't emit OnBindingContextChanged here if we're a parentless
3699         control (i.e. if we're a form.).  Fixes
3700         BindingTest.BindingContextChangedTest2.
3701
3702 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
3703
3704         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
3705         from win32. Fixes #81255.
3706
3707 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
3708
3709         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
3710         already present in CalculateButtonTextAndImageLayout.
3711
3712 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3713
3714         * XplatUIX11.cs: When setting min/max size for a window we need to
3715           translate the coordinates to x coordinates. Create an overload of
3716           SetWindowMinMax that takes a CreateParams handling this, and change
3717           SetWMStyles to call this function (can't use Control.FromHandle in
3718           the SetWindowMinMax to get the control/CreateParams from the handle
3719           because the handle might not have been assigned to the control
3720           yet). Fixes #81371.
3721
3722 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3723
3724         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
3725         if StateImageList is non-null and it has less than two items (match MS
3726         behaviour). Also, in HandleNavKeys handle the Space key, calling
3727         the new ToggleItemsCheckState method, which tries to change the
3728         checked state of the selected items. Fixes part of #81191.
3729
3730 2007-04-16  Jackson Harper  <jackson@ximian.com>
3731
3732         * RichTextBox.cs: namespace cleanup.
3733
3734 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
3735
3736         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
3737
3738 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
3739
3740         [Fixes #79447]
3741         * Control.cs: Call invalidate in set_Region.
3742
3743         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
3744         it dont works here.
3745
3746 2007-04-16  Jackson Harper  <jackson@ximian.com>
3747
3748         * TextBoxBase.cs: When enter is pressed, we need to update all
3749         lines below the current.
3750
3751 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
3752
3753         * MdiClient.cs: Implement implicit menu merging for MDI
3754         children.  When a child form is active, if it has a menustrip
3755         and the parent form has a MainMenuStrip, automatically merge
3756         the menus.
3757
3758 2007-04-15  Andreia Gaita  <avidigal@novell.com>
3759
3760         * TabControl.cs: Refactored sizing methods to not repeat
3761         code all over the place. Tab bounds are now calculated
3762         as if alignment is top and single line, and only when 
3763         setting the bounds are the positions adjusted according
3764         to alignment. Replaced hardcoded positions, spacings and
3765         paddings by getting the values the ThemeEngine. 
3766         Fixes #79619.
3767         
3768         * Theme.cs: Change TabControl properties and methods so
3769         that all start with TabControl*. Added more properties
3770         to help remove hardcoded values on tabcontrol.
3771         Add CPDrawBorder3D declaration so the Theming classes
3772         can access it.
3773         
3774         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
3775
3776         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
3777         on the Theming namespace, and call the appropriate methods here.
3778         Change CPDrawBorder3D to public.
3779
3780 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3781
3782         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
3783         the control after firing the OnMouseUp event, instead of sending
3784         the message before the mentioned event. This is so we can match the
3785         MS behaviour. Fixes part of #80385.
3786
3787 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
3788
3789         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
3790         RightToLeft property.
3791
3792 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
3793
3794         * ToolStrip.cs: Add properties and internal methods to support merging.
3795         * ToolStripItem.cs: Add MergeAction and MergeIndex.
3796         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
3797         not trigger reparenting or layouts.
3798         * ToolStripManager.cs: Add Merge and RevertMerge methods.
3799         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
3800         is hosting the overflow menu.
3801
3802 2007-04-13  Jackson Harper  <jackson@ximian.com>
3803
3804         * TextControl.cs: Set the line ending correctly for the first
3805         inserted line.
3806
3807 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
3808
3809         * Theme.cs: Update GetMethod to get the new definition for 
3810         KnownColors.Update (and fix theme color updates).
3811
3812 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
3813
3814         * MessageBox.cs: Fix some test and button position.
3815
3816 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3817
3818         * Form.cs: Consider the implicit controls in
3819         GetRealChildAtPoint. We need it since this method
3820         is called on Form when handling the some messages in
3821         WndProc, and need to consider those implicit ones too.
3822         Fixes #80385.
3823
3824 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
3825
3826         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
3827         if there are no ShortcutKeys set.
3828         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
3829         set, use it when painting.
3830
3831 2007-04-12  Jackson Harper  <jackson@ximian.com>
3832
3833         * TextControl.cs: Fix some off-by-one issues in line duplication
3834         and insertion in the undo manager. Also, overwrite the first tag
3835         of a line on insert, if it is just a zero lengthed tag. This
3836         prevents us from getting an extra stranded tag at the beginning of
3837         the first line.
3838
3839 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
3840
3841         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
3842         to calculated proper size including when handle was not created yet.
3843
3844 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3845
3846         * MdiWindowManager.cs: When moving a form, allow the form to be moved
3847           when the mouse is outside of it's parent's client rectangle. Fixes
3848           #79982 (take 3, part 2).
3849
3850 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3851
3852         * X11Structs.cs: Add a few ToString() overrides.
3853         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
3854           the window location in a window-manager independent way. Reworked
3855           FrameExtents, it now actually works. Reworked AddConfigureNotify
3856           and ReparentNotify handling to use GetTopLevelWindowLocation
3857           instead of the earlier, more hacky solution. Reworked SetWMStyles,
3858           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
3859           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
3860           for all other windows (fixes #81281 part 1), a toolwindow is hidden
3861           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
3862           and generally refactored to do as few calculations as possible
3863           inside the lock.
3864
3865 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
3866
3867         * Theme.cs: Change "reflective-contract" between MWF and SD to 
3868         minimize # of calls, avoid Color serialization and avoid updating 
3869         every "known colors" each time a single one is updated.
3870
3871 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
3872
3873         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
3874         when not readonly and the text is explicitly set. Code style updates.
3875         * DataGridTableStyle.cs: Removed extra line.
3876         * DataGrid.cs: Code style updates. Removed extra whitespace.
3877         * DataGridColumnStyle.cs: Code style updates. Removed extra 
3878         whitespace.
3879
3880 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3881
3882         * XplatUIX11.cs: Added comment that "fixes" #80021.
3883
3884 2007-04-09  Jackson Harper  <jackson@ximian.com>
3885
3886         * TextControl.cs: We don't need this -1 on the line count anymore.
3887
3888 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
3889
3890         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
3891         entered value to underlying type, and convert it back to a string to
3892         apply formatting. Modified GetFormattedValue to use TypeConverter
3893         if available.
3894
3895 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
3896
3897         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
3898         Use SubItems property when we want to ensure there's at least one
3899         subitem. Modified SubItems property to ensure there's always at least
3900         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
3901         the NRE's reported by MS.
3902
3903 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
3904
3905         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
3906         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
3907         Spaces to tabs. Removed extra tabs.
3908
3909 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
3910
3911         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
3912         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
3913
3914 2007-04-06  Jackson Harper  <jackson@ximian.com>
3915
3916         * TextBoxBase.cs: When a delete removes a line, recalculate all
3917         lines below that line (they need to get offsets setup correctly)
3918         and invalidate.
3919
3920 2007-04-05  Jackson Harper  <jackson@ximian.com>
3921
3922         * TextControl.cs: We need to invalidate across the width of the
3923         document when we are invalidating multiple lines.
3924         * TextBoxBase.cs: Don't delete into the line ending.
3925
3926 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3927
3928         * ListView.cs: Restore the check for the MouseHover event
3929         in ListView. It looks like the ListView fires more than one MouseHover
3930         event when HoverSelection is true  _only_ in weird-corner scenarios, but
3931         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
3932         event.
3933
3934 2007-04-05  Mike Kestner  <mkestner@novell.com>
3935
3936         * ListView.cs : raise MouseDown before updating selection.
3937         [Fixes #80373 tab 1&3]
3938
3939 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
3940
3941         * ToolStripRenderer.cs: Add static method to mirror image.
3942         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
3943         and RightToLeftAutoMirrorImage.
3944         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
3945
3946 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
3947
3948         * ToolStripSplitStackLayout.cs: Support Alignment property.
3949         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
3950
3951 2007-04-05  Jackson Harper  <jackson@ximian.com>
3952
3953         * TextControl.cs: Move around the line endings when crossing line
3954         boundaries.
3955         - When combining lines, strip the ending text off the first line.
3956
3957 2007-04-05  Jackson Harper  <jackson@ximian.com>
3958
3959         * TextControl.cs:
3960         * TextBoxBase.cs: Try to never move the cursor into the line
3961         ending.
3962         
3963 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3964
3965         * ToolStripItem.cs: Make sure we aren't firing mouse events when
3966         the item is disabled.  Also add a few missing methods.
3967
3968 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3969
3970         * ListView.cs: We don't need the MouseEnter/MouseLeave check
3971         to fire just one MouseHover event when HoverSelection is true, since
3972         .Net does fire more than one MouseHover event in that scenario. Also,
3973         fix the selection in HoverSelection, by invoking UpdateMultiSelect
3974         if MultiSelect is true, instead of only setting ListViewItem.Selected.
3975         Finally, we need to reset the Hover logic in MouseMove, even when we
3976         don't have a selected item.
3977
3978 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
3979
3980         * ToolStrip.cs: Add several missing methods, properties, and events.
3981
3982 2007-04-04  Chris Toshok  <toshok@ximian.com>
3983
3984         * DataGridTextBoxColumn.cs: set the bounds of the text box to
3985         (0,0,0,0) in Commit, as MS does.
3986
3987         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
3988         make sure we set CurrentRow on a row header click *before* calling
3989         Select.  This moves the current cell (and the textbox) to the new
3990         row.  The call to Select then hides the textbox, giving us the
3991         correct behavior.  Fixes #80362.
3992
3993         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
3994         (ListChangedHandler): reorder the position/current changed events,
3995         and call UpdateIsBinding in the ItemAdded case.
3996
3997         * GridColumnStylesCollection.cs: add some columns events, one of
3998         which raises the CollectionChanged event.
3999
4000 2007-04-04  Jackson Harper  <jackson@ximian.com>
4001
4002         * TextControl.cs: When we delete multiple selection lines
4003         invalidate the selection area, don't need to do that for single
4004         lines because the final update view will handle it.
4005
4006 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
4007
4008         * Control.cs: When we CreateControl, we need to also create all of the
4009         control's children.  The child's OnLoad must also fire before the parent's
4010         OnLoad.  Fixes the toolbox size in PDN.
4011
4012 2007-04-04  Jackson Harper  <jackson@ximian.com>
4013
4014         * TextBoxBase.cs: When the user presses enter, insert a line
4015         ending into the text. (Maybe this would be a good spot for
4016         Environment.NewLine).
4017         * TextControl.cs: Remove undo manager hack, line endings get
4018         inserted properly now.
4019         
4020 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
4021
4022         * MenuAPI.cs: 
4023         - Remove unneeded parameters in UpdateCursor.
4024         - Fix UpdateCursor to check if menu is active.
4025         - Call UpdateCursor when menu deactivate my click.
4026         [Fixes remaining issues from #80410]
4027
4028 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
4029
4030         * Control.cs: GetRealChildAtPoint method added, it make an
4031         recursive child control search for the point. 
4032
4033         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
4034         menu.
4035
4036         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
4037
4038 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
4039
4040         * Form.cs: Fix mouse position when send back mouse event after closes
4041         menu.
4042
4043 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
4044
4045         * Form.cs: Simplify the BUTTONDOWN for active tracker.
4046
4047 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
4048
4049         * Control.cs: Fix an issue where if a user resized a control inside
4050         a sizing method like OnResize, we would overwrite their explicit
4051         value.  Also, only call DefaultSize once in the constructor instead
4052         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
4053         nothing actually changed.
4054
4055 2007-04-03  Jackson Harper  <jackson@ximian.com>
4056
4057         * TextControl.cs: Don't attempt to copy text for lines with no
4058         text in them (technically this shouldn't happen, but we aren't
4059         always inserting line endings when we should be).
4060
4061 2007-04-03  Jackson Harper  <jackson@ximian.com>
4062
4063         * TextBoxBase.cs: Calculate the scrollbars before calculating the
4064         document, because this sets some of the document size properties
4065         that are needed.
4066
4067 2007-04-03  Jackson Harper  <jackson@ximian.com>
4068
4069         * TextBoxBase.cs: We need to calculate maximums even if this is
4070         not a multiline control, because the maxs are used for scrolling.
4071         - Display the caret after doing a page up/down, we need to
4072         manually display it because a proper CaretMoved event isn't
4073         triggered (this is because of the way the math is done to
4074         determine how far to scroll).
4075
4076 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
4077
4078         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
4079         (ToolBar was relying on SetBoundsCore to default the values sent 
4080         base off of BoundsSpecified.)
4081
4082 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4083
4084         * DateTimePicker.cs: Change Text so that when a null value or empty
4085           string is assigned to the test we always raise ValueChanged and
4086           TextChanged (earlier implementation would only raise ValueChanged
4087           if the current date value was different from DateTime.Now).
4088
4089 2007-04-03  Andreia Gaita <avidigal@novell.com> 
4090
4091         * ButtonBase: Call update after invalidation, fixes #80194
4092
4093 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4094
4095         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
4096           #79335.
4097
4098 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4099
4100         * XplatUIX11.cs: SetWMStyles: If the control is a form with
4101           FormBorderStyle = None, don't give the window any decorations.
4102           Fixes #81276.
4103
4104 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4105
4106         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
4107         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
4108           to check for is a mix of several styles (such as WS_CAPTION for
4109           instance).
4110         * Control.cs: Don't paint an area bigger than the client area when
4111           painting the background colour. Add an internal GetCreateParams.
4112           Update calls to XplatUI.CalculateWindowRect due to API change.
4113         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
4114           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
4115           the size if it hasn't been handled by any windows. When creating
4116           and moving windows, X wants the location of the entire window, but
4117           the size of the client window, so add
4118           TranslateClientRectangleToXClientRectangle,
4119           TranslateWindowSizeToXWindowSIze and
4120           TranslatedXWindowSizeToWindowSize to cope with this, and call them
4121           before every window creation and move. Update CalculateWIndowRect
4122           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
4123           In AddConfigureNotify don't do anything if the hwnd is a zombie
4124           (fixes the BadWindow we were getting while running the tests),
4125           always calculate the offsets when it's a parentless window, not
4126           only when reparented, and translate the window size, since we're
4127           getting the client size of the whole window, excluding entire
4128           window.
4129         * Theme.cs: Added BorderSizableSize.
4130         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
4131           anymore. Update calls to XplatUI.CalculateWindowRect due to API
4132           chang
4133         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
4134           change. Fake the window styles here instead of in XplatUIWin32 so
4135           that all back-ends get the same window styles (and it's Form that's
4136           deciding when to use wm, not the Win32 backend anyways)
4137         * Hwnd.cs: Completely reworked GetWindowRectangle and
4138           GetClientRectangle - they are now passed a CreateParams and they
4139           only use Style and ExStyle to determine the rectangles (they should
4140           now work just like Win32AdjustWindowRectEx - though quite a few
4141           special cases are probably missing). They should also be 100%
4142           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
4143           == rect), and all numbers (borders, menu sizes) are taken from the
4144           current theme. Added a GetBorders helper function that will return
4145           the borders for any given CreateParams (including captions and
4146           menus), and GetBorderSize that returns the given border size only.
4147         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
4148           Hwnd.GetClientRectangle.
4149
4150 2007-04-02  Chris Toshok  <toshok@ximian.com>
4151
4152         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
4153         logic between the values we present to the user and the values
4154         which are stored in the column's property.  Also, don't call
4155         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
4156
4157 2007-04-02  Jackson Harper  <jackson@ximian.com>
4158
4159         * TextBoxBase.cs: Scroll faster!
4160
4161 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
4162
4163         * StatusStrip.cs: Layout fixes for PDN.
4164         * ToolStrip.cs: Set item's available to true, and placement to main when
4165         added.
4166         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
4167         changing in setter before doing any work, add InternalVisible.
4168         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
4169         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
4170         infinite loop.
4171
4172 2007-04-02  Jackson Harper  <jackson@ximian.com>
4173
4174         * TextBox.cs: LBUTTON does not make the textbox select all of it's
4175         text on focus.
4176
4177 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4178
4179         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
4180           Makes ToolStripComboBoxes show up again.
4181
4182 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4183
4184         * ListView.cs: Add a hover_pending field in ListView
4185         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
4186         cycle (we are resetting the MouseHover logic in XplatUI
4187         to handle HoverSelection). Fixes #80429.
4188
4189 2007-04-02  Jackson Harper  <jackson@ximian.com>
4190
4191         * TextControl.cs: Make sure the attributes get set on the last
4192         tag.
4193         - Still have to do the end tag if we have stepped all the ways to
4194         the end.
4195
4196 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4197
4198         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
4199         on an internal libgdiplus call when the information is already 
4200         available via the public API.
4201
4202 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4203
4204         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
4205           control is removed from a control collecftion.
4206         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
4207           Fixes FormPropertyTest (failed on rare occasions).
4208         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
4209           of Win32SetParent (when changing from no parent to a parent it
4210           might add the new parent's location in screen coordinates to this
4211           window's location).
4212         * Form.cs: Rework ChangingParent once again, now the handle is
4213           recreated whenever a FormWindowManager is added or removed (that is
4214           whenever a normal form is parented or abandoned). Also change
4215           CreateParams so that all non-toplevel windows always get the
4216           specified sice (StartupPosition is never considered for
4217           non-TopLevel forms).
4218         * ContainerControl.cs: Add ChildControlRemoved, the container control
4219           needs to be notified when a control is removed from it's
4220           collection, in the case the removed control is the active control.
4221
4222 2007-04-02  Jackson Harper  <jackson@ximian.com>
4223
4224         * RichTextBox.cs: Use the new methods for setting the font and
4225         color, these methods set the specified attribute without
4226         overriding the other attributes.
4227
4228 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
4229
4230         * ToolStripPanel.cs: Fixes for better layouts in PDN.
4231
4232 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
4233
4234         * TextBox.cs: Added internal ChangeBackColor method to special-case
4235         Color.Empty. Added check for invalid ScrollBars value.
4236         * TextBoxBase.cs: Added internal ChangeBackColor method.
4237         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
4238         internal ChangeBackColor method to special-case Color.Empty. Added
4239         check for invalid ScrollBars value.
4240
4241 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
4242
4243         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
4244
4245 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
4246
4247         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
4248         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
4249         [Based on submitted patch from Olivier Duff.]
4250
4251 2007-03-30  Jackson Harper  <jackson@ximian.com>
4252
4253         * TextBox.cs: Only select all on initial focus if the user has not
4254         specified a selection area.
4255
4256 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
4257
4258         * UserControl.cs: Override CreateParams.
4259
4260 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4261
4262         [ Fixes #80995 ]
4263
4264         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
4265         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
4266           check for is a mix of several styles (such as WS_CAPTION for instance).
4267         * Control.cs: Don't paint an area bigger than the client area when painting
4268           the background colour. Add an internal GetCreateParams. Update calls to
4269           XplatUI.CalculateWindowRect due to API change.
4270         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
4271           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
4272           hasn't been handled by any windows. When creating and moving windows, X
4273           wants the location of the entire window, but the size of the client
4274           window, so add TranslateClientRectangleToXClientRectangle,
4275           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
4276           to cope with this, and call them before every window creation and move.
4277           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
4278           removing DeriveStyles). In AddConfigureNotify don't do anything if the
4279           hwnd is a zombie (fixes the BadWindow we were getting while running the
4280           tests), always calculate the offsets when it's a parentless window, not
4281           only when reparented, and translate the window size, since we're getting
4282           the client size of the whole window, excluding entire window.
4283         * Theme.cs: Added BorderSizableSize.
4284         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
4285           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
4286         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
4287           Fake the window styles here instead of in XplatUIWin32 so that all
4288           back-ends get the same window styles (and it's Form that's deciding when
4289           to use wm, not the Win32 backend anyways)
4290         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
4291           they are now passed a CreateParams and they only use Style and ExStyle
4292           to determine the rectangles (they should now work just like
4293           Win32AdjustWindowRectEx - though quite a few special cases are probably
4294           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
4295           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
4296           sizes) are taken from the current theme. Added a GetBorders helper
4297           function that will return the borders for any given CreateParams
4298           (including captions and menus), and GetBorderSize that returns the given
4299           border size only.
4300         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
4301           Hwnd.GetClientRectangle.
4302
4303 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4304
4305         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
4306           layout of the mdi children is handled by CreateParams. Fixes
4307           #79964,
4308
4309 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
4310
4311         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
4312         processed.
4313
4314         * Form.cs: When active tracker mouse down is not processed, send event 
4315         back to control inside mouse position. [Fixes #81227]
4316
4317 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
4318
4319         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
4320         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
4321         stealing focus from the active form on Windows.  (Control will be made
4322         visible in ShowWindow.)
4323
4324 2007-03-29  Mike Kestner  <mkestner@novell.com>
4325
4326         * ImageList.cs : add internal Changed event.
4327         * ListView.cs : hook up to StateImageList.Changed to perform
4328         invalidations when the the state icon list changes. [Fixes #81191]
4329
4330 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
4331
4332         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
4333         to prevent tooltips from stealing focus from the active form on Windows.
4334
4335 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
4336
4337         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
4338
4339         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
4340
4341 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
4342
4343         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
4344         balloons.
4345
4346 2007-03-29  Jackson Harper  <jackson@ximian.com>
4347
4348         * TextControl.cs: When deleting text from non multiline textboxes,
4349         we need to update the entire document, because line offsets will
4350         be shifting.
4351
4352 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
4353
4354         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
4355         added to theme, now we can create themes that uses diferent notify engines
4356         like notification-daemon from galago project or growl for Mac OS.
4357
4358 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
4359
4360         * NotifyIcon.cs: Prevent Balloon to show in task bar.
4361
4362 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
4363
4364         * XplatUIX11.cs: Prevent system to open more than one balloon.
4365
4366         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
4367         some compiler warning messages.
4368
4369 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
4370
4371         [Fixes #79149]
4372
4373         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
4374
4375         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
4376         implemented, this methods is used by NotifyIcon.BalloonWindow class.
4377
4378         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
4379         systems.
4380
4381 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4382
4383         * ListViewItem.cs: Forgot to make Invalidate internal.
4384
4385 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4386
4387         * ListView.cs: Add a InvalidateSelection method to
4388         invalidate methods which are currently selected, and call
4389         it when setting FullRowSelect and HideSelection, instead of
4390         calling Redraw.
4391
4392 2007-03-28  Chris Toshok  <toshok@ximian.com>
4393
4394         * XplatUIX11.cs (UnmapWindow): reindent this block.
4395
4396         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
4397         the selection_start if we're moving the selection (that is, not
4398         extending it). Fixes bug #80461.
4399
4400 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
4401
4402         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
4403         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
4404         create private ControlCollection.
4405
4406 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
4407
4408         * Control.cs: We need to call OnVisibleChanged for our implicit
4409         children as well as our normal children.  Fixes scrollbars in
4410         comboboxes not showing up.
4411
4412 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
4413
4414         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
4415         the check for IsHandleCreated first.  The check in CreateHandle is not
4416         good enough because CreateHandle can be overriden, and the override 
4417         should not be called if the handle is already created.
4418
4419 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
4420
4421         * ToolStrip.cs: Remove MonoTODO for tooltips.
4422         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
4423         * ToolStripContainer.cs: Add custom ControlCollection class.
4424         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
4425         * ToolStripDropDown.cs: Add some missing properties/methods.
4426         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
4427         * ToolStripItem.cs: Remove MonoTODO for tooltips.
4428         * ToolStripManager.cs: Add IsShortcutDefined.
4429         * ToolStripOverflow.cs: Override LayoutEngine.
4430         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
4431         * ToolStripSeparator.cs: Add ImageKey.
4432
4433 2007-03-28  Jackson Harper  <jackson@ximian.com>
4434
4435         * TextControl.cs: If a char delete removes a line ending, we need
4436         to update the ending style.
4437         - Make sure the line ending calcs get called.
4438
4439 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4440
4441         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
4442           it was making the new code not work. Fixed a typo in the new code
4443           as well. Fixes #79826.
4444
4445 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
4446
4447         * XplatUIWin32.cs:
4448         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
4449         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
4450         - SystrayBalloon method implemented.
4451         [Add support for notifyicon balloon on win32, #79149]
4452
4453 2007-03-27  Mike Kestner  <mkestner@novell.com>
4454
4455         * ThemeWin32Classic.cs : update StateImageList selection to mirror
4456         the ms behavior when only one image is added to the list.
4457         [Fixes #81191]
4458
4459 2007-03-27  Jackson Harper  <jackson@ximian.com>
4460
4461         * TextControl.cs: Improvements to non multiline line ending
4462         drawing/measuing.
4463
4464 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
4465
4466         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
4467
4468 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
4469
4470         * NotifyIcon.cs: 
4471         - Balloon message handling added.
4472         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
4473
4474         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
4475         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
4476         to SystrayBalloon to me like other Systray method, also a
4477         handle parameter added.
4478
4479 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4480
4481         * ListView.cs: Show scrollbars even when items.Count == 0
4482         but the columns Width is bigger than the ListView.Width.
4483         Also, when columns.Count == 0 set layout_wd and layout_ht
4484         to the ClientRectangle values, so we don't show any scrollbar
4485         in that case.
4486
4487 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
4488
4489         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
4490
4491 2007-03-27  Jackson Harper  <jackson@ximian.com>
4492
4493         * RichTextBox.cs: The RTF library decodes the text properly for us
4494         now.
4495
4496 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4497
4498         * ListView.cs: Display HeaderControl even when columns.Count == 0.
4499         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
4500         ListView header (HeaderControl), instead of Control.BackColor.
4501
4502 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
4503
4504         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
4505         Fixes tab control issues where controls would not show up because they
4506         never received their OnVisibleChanged call.
4507
4508 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
4509
4510         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
4511         BalloonTipShown).
4512
4513 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
4514
4515         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
4516         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
4517         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
4518         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
4519         the handle.  Fix WindowState by using the internal variable until we are 
4520         sure that we've been shown.
4521         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
4522         max or min.
4523         [Fixes bug #81198]
4524
4525 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4526
4527         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
4528           (at least borders). Fixes #79386 on Linux (with a small difference
4529           in behaviour: when trying to resize a caption-less window metacity
4530           shows the sysmenu. Resizing is still possible though).
4531         * XplatUIWin32.cs: When setting window styles send request an extra
4532           WM_NCCALCSIZE when it's a form without title (due to no text and no
4533           caption), since Win32 seems to calculate it wrong the first time we
4534           get the message, though the second time things work as they should.
4535         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
4536           newly reparented window might show up unparented. Update
4537           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
4538           there's no title text. Fixes #79386.
4539
4540 2007-03-27  Mike Kestner  <mkestner@novell.com>
4541
4542         * ListBox.cs : don't perform invalidations if the handle hasn't been
4543         created.  [Fixes #80753]
4544
4545 2007-03-27  Mike Kestner  <mkestner@novell.com>
4546
4547         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
4548         [Fixes #80428]
4549
4550 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
4551
4552         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
4553         needed to implement Balloon.
4554
4555 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4556
4557         * ListViewItem.cs: In the constructors that take
4558         an array of strings, don't use ListViewSubItemCollection.AddRange
4559         method to add items, since we need to have a different behaviour (in
4560         the constructors we add an item for each null string, opposed to
4561         the behaviour of AddRange, which adds nothing).
4562
4563 2007-03-26  Andreia Gaita  <avidigal@novell.com>
4564
4565         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
4566
4567 2007-03-26  Jackson Harper  <jackson@ximian.com>
4568
4569         * TextControl.cs: Draw and measure line endings when in non
4570         multiline mode.
4571         - When searching the text, count the end of the last line as a
4572         word boundary.
4573
4574 2007-03-26  Jackson Harper  <jackson@ximian.com>
4575
4576         * RichTextBox.cs: The selection_start and selection_end don't
4577         really track the correct tags for the selection. So we'll manually
4578         compute the correct tag here.
4579
4580 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4581
4582         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
4583           and Continuous styles. Fixes #79469.
4584
4585 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
4586
4587         * ToolStrip.cs: Implement Tooltips.
4588         * ToolStripItem.cs: Create internal method for determining tooltip.
4589
4590 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
4591
4592         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
4593
4594 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
4595
4596         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
4597         it prevents a problem thak keeps icon visible after application 
4598         closes on win32.
4599
4600 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
4601
4602         * NotifyIcon.cs: Balloon properties and methods created.
4603
4604         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
4605         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
4606
4607 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
4608
4609         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
4610
4611 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
4612
4613         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
4614         parameter indicates which aspects were explicit/user-set.
4615         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
4616
4617 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
4618
4619         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
4620         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
4621         SmallChange, and Value (2.0).
4622         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
4623
4624 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4625
4626         * ListView.cs: Always set item_control.Width in LayoutDetails
4627         if View is Details. Setting it later in CalculateScrollBars
4628         in a not-so-corner scenario (the sum of columns width is
4629         not bigger than the ListView width when handle is created, and then
4630         that sum gets bigger by increasing the width of the columns)
4631         causes a very weird recursion path (which shouldn't be happening,
4632         since header_control sets it in CalculateScrollBars too). This bug
4633         appeared after Chris' fixes for handle created issues, so probably
4634         it's related to some handle-creation time.
4635
4636 2007-03-23  Chris Toshok  <toshok@ximian.com>
4637
4638         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
4639         case where there's an add row, just so we don't end up in a case
4640         where it's not displayed (this happens when the row is partially
4641         obscured).  Fixes bug #79574.
4642
4643 2007-03-23  Jackson Harper  <jackson@ximian.com>
4644
4645         * TextControl.cs:
4646         * TextBoxBase.cs:
4647         * RichTextBox.cs: Preserve line endings in the lines text buffer,
4648         also added an enum that represents the line ending type. 
4649
4650 2007-03-23  Andreia Gaita  <avidigal@novell.com>
4651
4652         * NumericUpDown.cs: Fix logic so Text and Value properties are not
4653         messed with in every method call, but only from DownButton, 
4654         UpButton, UpdateEditText() and ValidateText. Fixes #80346
4655
4656 2007-03-23  Chris Toshok  <toshok@ximian.com>
4657
4658         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
4659         format objects if the format spec is "".  Fixes bug #80889.
4660
4661 2007-03-22  Miguel de Icaza  <miguel@novell.com>
4662
4663         * ToolStripPanel.cs (Join): added stubs to build PDN3
4664
4665         * Control.cs (AutoScrollOffset): Add.
4666
4667         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
4668         property, its only implemented for Win32, on X11 it defaults to
4669         some hardcoded value.
4670
4671         * ToolStripItem.cs (AllowDrop): Add property
4672
4673 2007-03-22  Mike Kestner  <mkestner@novell.com>
4674
4675         * ListView.cs : in FullRowSelect Details mode, only enable box
4676         selection if the user clicks over the "item" column outside of the
4677         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
4678
4679 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4680
4681         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
4682           handle is not created yet.
4683         * Form.cs: Select: Don't call CreateHandle if the handle is already
4684           created, avoids a stack overflow on Windows when we are recreating
4685           controls.
4686         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
4687           they are made visible, and override AfterTopMostControl to keep
4688           them on top when other controls are brought to front.
4689           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
4690           or force_*scroll_visible is true (old implementation always shows
4691           scrollbars when needed, no matter what auto_scroll was set to).
4692         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
4693           IsHandleCreated check.
4694
4695 2007-03-22  Andreia Gaita  <avidigal@novell.com>
4696
4697         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
4698         row or col separator.
4699         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
4700
4701 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4702
4703         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
4704
4705 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4706
4707         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
4708         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
4709         every time. Fixes #80410.
4710
4711 2007-03-22  Chris Toshok  <toshok@ximian.com>
4712
4713         * BindingSource.cs (AddNew): partially implement.
4714
4715         remove a couple of NotImplementedException's
4716         to get bug #81148 closed.
4717
4718 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
4719
4720         [Fixes #80380]
4721         
4722         * Control.cs:
4723         - UpdateCursor method added to update the screen cursor.
4724         - GetAvailableCursor method added to return cursor for enabled tree,
4725         it searches for cursor on control and it's parent's for enabled control.
4726         - Call UpdateCursor method on setter of Cursor property.
4727         - On setter of Enabled call UpdateCursor when it is false, we need to
4728         change cursor to normal (or to this parent cursor) because cursor 
4729         setting theres no effect to disabled controls.
4730         - Some minor source changes to follow the coding style guidelines.
4731
4732         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
4733         controls.
4734
4735 2007-03-22  Chris Toshok  <toshok@ximian.com>
4736
4737         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
4738         generates.
4739
4740 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4741
4742         * XplatUIX11.cs: Implement default locations for forms.
4743         * Form.cs: Completely rework startup location for forms. Fixes #79964.
4744         * Hwnd.cs: Add previous_child_startup_location (to track the current
4745           startup location for any child forms of the current form) and
4746           previous_main_startup_location (to track the startup location for
4747           the current toplevel form).
4748
4749 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4750
4751         * Control.cs: Don't trigger a layout if an implicit control is added
4752         that isn't visible.  Also, don't notify the owner when an implicit control
4753         is added.  (Owners shouldn't even know about their implicit controls.)
4754
4755 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4756
4757         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
4758         to save some re-layouts.
4759
4760 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
4761
4762         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
4763         [Fixes #81203]
4764
4765 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
4766
4767         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
4768         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
4769
4770 2007-03-21  Mike Kestner  <mkestner@novell.com>
4771
4772         * ListView.cs : disable selection update for non-left button clicks
4773         with mods and over selected items.  [Fixes #80524]
4774
4775 2007-03-20  Jackson Harper  <jackson@ximian.com>
4776
4777         * TextControl.cs:
4778         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
4779         \r\r\n, \n.
4780
4781 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4782
4783         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
4784           very probably a more complicated calculation there. Update the
4785           textbox' ForeColor and BackColor when the ComboBox' colors are
4786           changed. Change the border change in LayoutComboBox to only affect
4787           the textbox, not all the calculations there. Seems to fix most of
4788           #79436.
4789
4790 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4791
4792         * ComboBox.cs: Handle Home and End keys as well as all combinations of
4793           modifiers + navigation keys as input keys, enables advanced text
4794           selection in the combobox (like Shift+Left Arrow for instance).
4795           ComboTextBox now overrides Focused and returns whatever
4796           ComboBox.Focused returns, since it really should be focused
4797           whenever the ComboBox is. Fixes #80795. Also make the border around
4798           the text box one pixel bigger, as mentioned in #79436.
4799
4800 2007-03-20  Jackson Harper  <jackson@ximian.com>
4801
4802         * TreeView.cs: Don't offset the images, this was causing some
4803         artifacts when expanding/collapsing with images that were the
4804         exact height of the treenode.
4805
4806 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4807
4808         * TrackBar.cs: Query the theme for the correct value when the mouse
4809           moves and the thumb is pressed. 
4810         * Theme.cs: Added TrackBarValueFromMousePosition
4811         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
4812           implementation was updating the trackbar value when drawing, now
4813           the drawing methods only draw. Fixes #80900. Refactored the
4814           calculations out to TrackBarValueFromMousePosition and
4815           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
4816           according to the mouse position whenever it wants to. Changed the
4817           light coloured pen when drawing the thumb from ControlLight to
4818           ControlLightLight, because the ControlLight is the same colour as
4819           the background so the 3D effect is lost. 
4820
4821 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4822
4823         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
4824         defined. Fixes #80784.
4825
4826 2007-03-20  Marek Habersack  <mhabersack@novell.com>
4827
4828         * ContextMenuStrip.cs: align with the change introduced in
4829         revision 74664.
4830
4831 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4832
4833         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
4834         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
4835         in SetTopmost.
4836
4837 2007-03-19  Chris Toshok  <toshok@ximian.com>
4838
4839         * Control.cs (WmPaint): don't make use of the Handle property
4840         after an event is emitted, as the user could have closed the
4841         form/destroyed the control.  Store the Handle in a local variable
4842         and make use of that.  Fixes bug #80768.
4843
4844 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4845
4846         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
4847         behavior in X11 environments.
4848
4849 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4850
4851         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
4852         because on setter of topmost we dont call SetTopmost when handle is not
4853         created.
4854
4855 2007-03-20  Jackson Harper  <jackson@ximian.com>
4856
4857         * TextControl.cs: Need to use SelectionLength () not
4858         selection_length, since that var is reset to -1.
4859         - Draw the caret when we don't have focus.
4860         * TextBox.cs: The selectall actually doesn't occur until the first
4861         focus.
4862         * TextBoxBase.cs: Need to update the caret position after a
4863         selectall.
4864         
4865 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4866
4867         * ListView.cs: Enable scrolling when using Tile view.
4868
4869 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
4870
4871         [Fixes #80902]
4872
4873         * XplatUIDriver.cs: Abstract SetOwner method created.
4874
4875         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
4876         must be implemented and was masked as todo.
4877
4878         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
4879         GWL_HWNDPARENT.
4880
4881         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
4882         cheking for null owner to remove transient. The SetTopmost will be change
4883         on a decond step.
4884
4885         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
4886         SetTopmost. Now owned forms will work properly in win32 and X11.
4887
4888 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4889
4890         * MdiWindowManager.cs: Update function name.
4891         * Form.cs: After closing a form MdiParent is always null.
4892         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
4893           better what it should do: necessary book-keeping when the form is
4894           closed, it should not close the form itself.
4895
4896 2007-03-19  Andreia Gaita  <avidigal@novell.com>
4897
4898         * ListViewItem.cs: Fix back and fore color. The subitems only
4899         use their own colors if they are set, otherwise use the listview's
4900         colors. Don't set default colors on constructor for subitem.
4901         Fixes #79315.
4902
4903 2007-03-19  Mike Kestner  <mkestner@novell.com>
4904
4905         * ListView.cs : make box selection for Details views with 
4906         FullRowSelect conform to MS behavior when clicking in the "item" 
4907         column and clicking outside the defined columns.
4908         [Fixes case 5-6 of #80374]
4909
4910 2007-03-19  Chris Toshok  <toshok@ximian.com>
4911
4912         * ScrollableControl.cs: create the controls from within the ctor,
4913         but don't actually add them until our handle is created.  this
4914         fixes a NRE possibility jpobst found (if you override OnLayout in
4915         a subclass, it's called before your ctor).  Also, add a
4916         IsHandleCreated guard to UpdateSizeGripVisibility as well.
4917
4918 2007-03-19  Jackson Harper  <jackson@ximian.com>
4919
4920         * TextBox.cs: Reduce the amount of invalidation we do.
4921         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
4922         some of them are true by default on MS.
4923         - Add some functions to reduce the amount of invalidates we do.
4924         * TextControl.cs: Less invalidation.
4925
4926 2007-03-19  Chris Toshok  <toshok@ximian.com>
4927
4928         [ Fixes #81773, and *seems* to fix #81553 as well ]
4929
4930         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
4931         AccumulateDestroyedHandles.  We need to do it *after* we send
4932         WM_DESTROY, as the user's code can access Control.Handle in
4933         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
4934         move the WM_DESTROY/zombie handling to before the call to
4935         XDestroyWindow.  For some reason without this ordering
4936         FormTest.RecreateHandle hangs.  This ordering is semantically
4937         equivalent, however, as XDestroyWindow is async anyway.
4938
4939 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
4940
4941         * RichTextBox.cs: Reset backcolor_set after setting default.
4942
4943 2007-03-19  Chris Toshok  <toshok@ximian.com>
4944
4945         * ScrollableControl.cs: the scroll position should not effect the
4946         canvas size.  commit patch from georgegiolfan@yahoo.com, which
4947         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
4948         
4949 2007-03-19  Chris Toshok  <toshok@ximian.com>
4950
4951         * ScrollableControl.cs: clean this up a bit.  create the
4952         scrollbars in the ctor and just show/hide them as needed.  Also,
4953         make hscroll_visible/vscroll_visible internal to Recalculate, and
4954         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
4955         everywhere else.  This seems to fix the scrollbars appearing
4956         beneath the content for me (i have *no* idea why that is,
4957         however.)
4958
4959 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
4960
4961         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
4962         some redundacy for stuff in Anchor and Dock that base will take care of.
4963         [Fixes #80762]
4964
4965 2007-03-19  Mike Kestner  <mkestner@novell.com>
4966
4967         * ListView.cs : make box selection for Details views without 
4968         FullRowSelect dependent on the text bounds, not item bounds.
4969         * ListViewItem.cs : add an internal property to obtain the TextBounds
4970         in Details view.  [Fixes case 1-4 of #80374]
4971
4972 2007-03-19  Andreia Gaita  <avidigal@novell.com>
4973
4974         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
4975         we're < 2.0. #78448 && #80316
4976
4977 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
4978
4979         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
4980         have the same style available as the previously selected one.  Also,
4981         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
4982
4983 2007-03-19  Jackson Harper  <jackson@ximian.com>
4984
4985         * TextControl.cs: Add an alignment property that all new lines
4986         will be given.
4987         - Make sure to use the align shift when calculating the line's X
4988         position.
4989         * TextBox.cs: Set the alignment on the document as well as on all
4990         the document lines.
4991
4992 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4993
4994         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
4995           throw if setting the parent of an mdichild that already has an
4996           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
4997           AssemblyProductAttribute in the assembly, use the type's namespace (as
4998           MS seems to do). CreateControl: don't create the handle if the control
4999           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
5000           create handle if the control is not a form. Change FocusInternal to
5001           virtual so that it can be overriden by Form.
5002         * TextBox.cs: Update call to FocusInternal.
5003         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
5004           form is not a toplevel form when it's a mdi child, so update is_toplevel
5005           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
5006           hasn't been created. Show (IWin32Window): Don't allow this overload for
5007           toplevel windows. CenterToParent/CenterToScreen/Select: create the
5008           handle as MS does. SetVisibleCore: if called on a MdiChild and the
5009           parent isn't visible yet, save the visibility and restore it when the
5010           parent is made visible.
5011         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
5012           methods, since the visibility of the scrollbars can be changed from
5013           several places, not only from AutoScroll.
5014           [Fixes #81179]
5015
5016 2007-03-19  Jackson Harper  <jackson@ximian.com>
5017
5018         * RichTextBox.cs: Enable shortcuts by default.
5019         * TextBoxBase.cs: Add conditional shortcuts.  
5020
5021 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
5022
5023         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
5024
5025 2007-03-19  Chris Toshok  <toshok@ximian.com>
5026
5027         [ Fixes bug #80604]
5028         
5029         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
5030         swallow the message we're waiting on, instead of delivering it, as
5031         this is only used for the WM_SHOWWINDOW raised from
5032         MapWindow/UnmapWindow, and the message needs to be generated
5033         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
5034         before doing the Map/Unmap.  Also make sure that the Hwnd is still
5035         alive after the message has been handled.
5036
5037         *before* the window is shown.
5038
5039         * Control.cs (CreateControl): guard a few more things inside the
5040         if (!is_created) block, as we might end up being called again -
5041         yay .net.
5042         (WmShowWindow): call CreateControl if we're showing the control.
5043
5044 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5045
5046         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
5047           controls without a handle if they have any parent with a handle. In
5048           Dispose add a check whether the handle is created or not before
5049           calling BeginInvoke, this removes the need of the extra disposing
5050           parameter (which was bogus anyway since it didn't prevent the
5051           invoke from happening, it only skipped the check for an existing
5052           handle, meaning that the invoke would call on an inexistent
5053           handle).
5054
5055 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
5056
5057         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
5058         appears in taskbar.
5059
5060 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
5061
5062         * MessageBox.cs:
5063         - Fixed a problem that dont show help button for messages with 3 buttons.
5064         - Refactory button size and position calculations, now dont use fixed 
5065         values, also fixed button sizes (#80043) and form's border space.
5066         - AddButton method created, now all other AddButton methods call this one.
5067         - Some other source code cosmetic changes.
5068
5069 2007-03-18  Jackson Harper  <jackson@ximian.com>
5070
5071         * RichTextBox.cs: Don't do this all fonts must match check if
5072         there is only one char selected.
5073
5074 2007-03-18  Jackson Harper  <jackson@ximian.com>
5075
5076         * TreeView.cs: ScrollWindow works properly now, so we don't need
5077         to screw around with the scroll area.  This fixes some artifacts
5078         when expanding and collapsing.
5079
5080 2007-03-18  Jackson Harper  <jackson@ximian.com>
5081
5082         * TextBoxBase.cs: Allow updating the selection position when the
5083         cursor is outside the textarea, but we have a capture.
5084         * TextControl.cs: A special case for when the cursor is outside
5085         the bounds of the TB.
5086         
5087 2007-03-18  Jackson Harper  <jackson@ximian.com>
5088
5089         * TextBoxBase.cs: Remove image pasting code for now.  There is no
5090         way to get an image on the clipboard right now anyways.
5091         * TextControl.cs:
5092         * RichTextBox.cs: Use the new RTF Picture class for pictures.
5093
5094 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
5095
5096         * MessageBox.cs:
5097         - Set window properties in constructor intead of on CreateParams.
5098         - Remove topmost from Window ExStyle.
5099         - Set ShowInTaskbar to false.
5100         - Set form border to FixedDialog.
5101         - Some cosmetic changes and remove unneeded comments.
5102         - It fixes itens 2,3 and 4 of bug #80043.
5103
5104 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
5105
5106         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
5107         none was explicitly set. Fixes part of bug #79949.
5108
5109 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
5110
5111         * ToolStripComboBox.cs: Add AutoComplete*.
5112
5113 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
5114
5115         * ToolStripComboBox.cs: Add FlatStyle.
5116
5117 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
5118
5119         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
5120         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
5121
5122 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5123
5124         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
5125           CheckBox.cs, RadioButton.cs, BindingSource.cs,
5126           DataGridColumnStyle.cs: Remove warnings.
5127
5128 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5129
5130         * Menu.cs: MergeMenu: Check menu argument for null before looping over
5131           it.
5132         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
5133           visibility of mdi child forms. FormSizeChangedHandler: update the
5134           maximized size if size has changed while maximized.
5135         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
5136           creating the handle.
5137         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
5138           avoid creating the handle if not created.
5139         * XplatUI.cs: Update debug output.
5140         * XplatUIStructs.cs: Added ToString's for a couple of structs.
5141
5142 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
5143
5144         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
5145         ProcessCmdKey().
5146         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
5147         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
5148         Implement keyboard shortcuts.
5149
5150 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
5151
5152         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
5153         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
5154         ColorDialog and all derived classes.
5155
5156 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
5157
5158         [ Fixes bug #79828 ]
5159
5160         * ToolBar.cs:
5161         - Rename ToolBarButtonInfor to ToolBarItem.
5162         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
5163         - Maintain an array of ToolBarItem, used instead of ToolBarButton
5164         collection to be able add same button more than one time on a toolbar.
5165         - Refactory all properties and methods to use ToolBarItem. 
5166
5167         * ToolBarButton.cs: 
5168         - Remove all propeties and methods that is now in ToolBarItem.
5169         - Rectangle propery now gets the rectangle from first ToolBarItem to
5170         mimic win32 behavior.
5171         - Size calculation and layout methods also removed.
5172
5173         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
5174         ToolBarItem instead of ToolBarButton to right drawing buttons when
5175         same button/separator was added more than one time to ToolBar.
5176
5177         * ThemeNice.cs: Same as above. 
5178
5179 2007-03-15  Andreia Gaita  <avidigal@novell.com>
5180
5181         * XplatUIX11.cs: Fire extra MouseMove events right after
5182         MouseDown and MouseUp, emulating win32's <censored> behaviour
5183         for apps that rely on it.
5184
5185 2007-03-15  Jackson Harper  <jackson@ximian.com>
5186
5187         * TextControl.cs:
5188         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
5189         it is drawn on the controls client window and there is no NC
5190         area.
5191         - Set the background color to gray on 2.0 when we are readonly.
5192
5193 2007-03-15  Chris Toshok  <toshok@ximian.com>
5194
5195         [ Fixes bug #81144 ]
5196         
5197         * XplatUIX11.cs: implement VirtualScreen independently of
5198         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
5199         property.
5200
5201 2007-03-15  Chris Toshok  <toshok@ximian.com>
5202
5203         * Hwnd.cs: add an internal field for the cached_window_state.
5204
5205         * XplatUIX11.cs: cache the window state, invalidating the cache
5206         (and thus re-querying the X server) only when we see an update to
5207         the _NET_WM_STATE property.
5208
5209 2007-03-15  Chris Toshok  <toshok@ximian.com>
5210
5211         * BindingSource.cs: get a lot of the unit tests working.
5212
5213 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
5214
5215         * Control.cs: Modify UpdateStyles to store distances when bounds >=
5216         0 instead of just bounds > 0.  [Fixes bug #80912]
5217
5218 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
5219
5220         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
5221         and methods.
5222
5223 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
5224         
5225         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
5226         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
5227         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
5228         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
5229
5230 2007-03-15  Chris Toshok  <toshok@ximian.com>
5231
5232         [ Fixes #81101 ]
5233         
5234         * Control.cs: add Ivan's fix for 81101, with a slight modification
5235         - you can set control.Target to null.
5236
5237 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
5238
5239         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
5240         HideDropDown, use Hide instead to prevent an NRE.
5241         [Fixes bug #81147]
5242
5243 2007-03-14  Jackson Harper  <jackson@ximian.com>
5244
5245         * TextBoxBase.cs: Mess with the creation stuff a little. We need
5246         to calculate the document before the handle is created, in some
5247         cases. (Actually just one case).
5248
5249 2007-03-14  Jackson Harper  <jackson@ximian.com>
5250
5251         * TextBoxBase.cs: Need to display the caret after letting the base
5252         wndproc handle the focus methods, because the caret display
5253         methods check the focus state.
5254         - Try to display the caret after updating it's position with SelectWord.
5255         - Don't need to do an immediate update on this recalc, since there
5256         will be an invalidate anyways.
5257
5258 2007-03-14  Jackson Harper  <jackson@ximian.com>
5259
5260         * TreeView.cs: Some workarounds so that we can match event order a
5261         little better.
5262
5263 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
5264
5265         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
5266         #80803. Avoid NullReferenceException when Control does not have
5267         parent. Fixed different blinkstyle issues. Only subscribe to Tick
5268         event a single time. Only draw error icon when control is created and
5269         visible. Fixes failing unit tests.
5270
5271 2007-03-14  Andreia Gaita  <avidigal@novell.com>
5272
5273         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
5274         Selecting events. Fire Leave and Enter events when changing tabs.
5275
5276 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
5277
5278         * TreeView.cs: Add TreeViewNodeSorter.
5279         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
5280
5281 2007-03-14  Chris Toshok  <toshok@ximian.com>
5282
5283         * Form.cs: go ahead and remove the RecreateHandles that jpobst
5284         removed earlier and I had him add back it.  It turns out metacity
5285         *does* in fact handle the MOTIF_WM_HINTS property changing, it
5286         just doesn't redraw the window titlebar until you resize the
5287         window.  This also means we aren't recreating the entire window
5288         hierarchy on X when you change this property.  And it looks better
5289         on windows, too.
5290
5291 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5292
5293         * ListViewItem.cs:
5294         * ListView.cs: Collecting selection information
5295         is now done in SelectedIndexCollection rather than in
5296         SelectedListViewItemCollection. This is done so we can
5297         have the selection information code in one single place
5298         (virtual mode selection information entirely depends on
5299         SelectedIndexCollection).
5300
5301 2007-03-13  Miguel de Icaza  <miguel@novell.com>
5302
5303         * ErrorProvider.cs: Add stubs for ISupportInitialize
5304
5305 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5306
5307         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
5308         in the right order with the right values, from the Checked property, 
5309         just as MS does (instead of triggering them from ListView).
5310
5311         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
5312
5313 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5314
5315         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
5316         the correct handler in OnItemCheck method (ItemCheckEventHandler 
5317         instead of EventHandler). This used to throw an InvalidCastException.
5318
5319 2007-03-13  Jackson Harper  <jackson@ximian.com>
5320
5321         * TextBoxBase.cs: Calculate the document before the handle is
5322         created, so there isn't an extra invalidate called.
5323
5324 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
5325
5326         * Form.cs: Don't set owner in ShowDialog until we are sure
5327         that we aren't going to throw an exception.  [Fixes bug #80773]
5328
5329 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
5330
5331         * TreeView.cs: Make it compile.
5332
5333 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
5334
5335         * Control.cs: Another place we don't call SizeFromClientSize.
5336         * Form.cs: Another place we don't call SizeFromClientSize.
5337         [Fixes bug #81125]
5338
5339 2007-03-12  Jackson Harper  <jackson@ximian.com>
5340
5341         * TreeView.cs: Basically emulating some strangness here with
5342         exanding nodes and setting node positions when windows aren't
5343         created.
5344         - Also attempting to walk the node tree less than previously, and
5345         just use visible order calculations for determining offsets.
5346         - oops made scrolling backwards.
5347         * TreeNode.cs: We need to start nodes with a zero visible order,
5348         because the order calcs are based on the first nodes order.
5349
5350 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
5351
5352         * Form.cs: Don't exit the program if RecreateHandle is called on
5353         the main form.
5354
5355 2007-03-12  Chris Toshok  <toshok@ximian.com>
5356
5357         * XEventQueue.cs: remove the use of PostQuitState.
5358
5359         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
5360         WM_QUIT message in GetMessage, return false (and if we're in the
5361         nested WaitForHwndMessage, repost the WM_QUIT message).
5362
5363 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
5364
5365         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
5366         or the MaximizeBox properties.  [Part of bug #80640]
5367
5368 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
5369
5370         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
5371         no links.
5372
5373 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
5374
5375         * ToolStripItem.cs: Fix some tests I broke by checking Visible
5376         instead of visible.
5377
5378 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
5379
5380         * FileDialog.cs: Use text of File name combobox to determine what
5381         files the user selected. Added tokenizer to parse the file names.
5382         Fixes bug #81123.
5383
5384 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
5385
5386         * Control.cs: We can't call SizeFromClientSize in the constructor,
5387         but we still need to do the same work, so make an internal version.
5388         [Fixes bug #80621]
5389
5390 2007-03-12  Jackson Harper  <jackson@ximian.com>
5391
5392         * TreeView.cs:
5393         * TreeNode.cs:
5394         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
5395         IsExpanded.
5396
5397 2007-03-12  Jackson Harper  <jackson@ximian.com>
5398
5399         * TextBoxBase.cs: Now that the handles are being created a little
5400         later, we need to make sure that the document is recalculated when
5401         the handle is created.
5402
5403 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
5404
5405         * Theme.cs: GetLinkFont abstract method added.
5406         
5407         * LinkLabel.cs: 
5408         - Remove CalcTrimRectangle, no longer needed.
5409         - Factor also remove, position issues must be fixed in libgdiplus.
5410         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
5411         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
5412         care about font used to draw links.
5413         - Set TabStop to true when control is "Selectable", control is selectable
5414         when have one or more links. Fixes #80501 (test case is also added).
5415         - Set the LinkArea values after links change, LinkArea values must be
5416         based in first link position and size, a test case was created.
5417         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
5418         the attribute must be true LinkArea.Length > 0. The same was applied to
5419         TabStop.
5420         
5421         * ThemeWin32Classic.cs: 
5422         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
5423         in draw method.
5424         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
5425         color change.
5426         - Draw focus rectangle for every parts focused, including parts that 
5427         is on another line, its because regions returns various rectangles
5428         and not only one. Needed to mimic W32 look.
5429         - Uses Graphics.Clip to delimite region painted, it mean that now 
5430         complete text is passed to DrawString, with this we solve layout
5431         issues without create another text renderer.
5432         - Uses Region.Intersect to fix some flickers problems, now only needed
5433         parts will redrawed.
5434         - This changes fixes #79614 and some other unreported issues, on Linux 
5435         some layout problems still remain, the problem is under 
5436         MeasureCharacterRanges but it is an libgdiplus bug.
5437
5438 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
5439
5440         * TextBox.cs: Set for foreground color.
5441         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
5442         this is already done in Control.
5443
5444 2007-03-10  Jackson Harper  <jackson@ximian.com>
5445
5446         * TextBox.cs: Set the background color, but reset the
5447         backcolor_set flag which is just for the user setting the
5448         background color.
5449
5450 2007-03-09  Chris Toshok  <toshok@ximian.com>
5451
5452         * Control.cs: really remove the call to XplatUI.SetVisible from
5453         CreateHandle(), like I said I did when I merged the branch.
5454
5455         * BindingSource.cs: implement some more of this stuff.
5456
5457 2007-03-09  Jackson Harper  <jackson@ximian.com>
5458
5459         * TextBox.cs: Don't explicitly set our background colors.
5460         * TextControl.cs:
5461         * TextBoxBase.cs: Draw readonly text.
5462         - Need to invalidate when backcolor or readonly are changed.
5463         
5464 2007-03-09  Jackson Harper  <jackson@ximian.com>
5465
5466         * TextBoxBase.cs: Don't set the forecolor until the handle is
5467         created.
5468         - Do not raise OnPaint, and removed some old debug code.
5469
5470 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
5471
5472         * ScrollableControl.cs: Fix mouse wheel scrolling.
5473
5474 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
5475
5476         * Control.cs: Wire up MouseDoubleClick event.
5477
5478 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
5479
5480         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
5481         top or bottom.
5482         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
5483         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
5484         item is added.  This logic was moved to ToolStrip.OnItemAdded.
5485         [Fixes bug #81090]
5486
5487 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5488
5489         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
5490
5491 2007-03-08  Jackson Harper  <jackson@ximian.com>
5492
5493         * TreeView.cs: Show the correct image for selected node (this used
5494         to work, not sure how the code got deleted). Also implemented 2.0 feature
5495         SelectedImageKey.
5496
5497 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5498
5499         * ListView.cs:
5500         * ListViewItem.cs: Cache index in items when retrieving them
5501         in VirtualMode.
5502
5503 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
5504
5505         * ToolStripItem.cs: Don't return the explicit_size if we are using 
5506         AutoSize.  Fixes invalidation issue when user has explicitly set a
5507         size and has AutoSize = true.
5508
5509 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
5510
5511         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
5512
5513 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5514
5515         * DataGridView.cs: Remove event handler from DataView when a
5516         DataTable is used as DataSource.
5517
5518 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
5519
5520         * Control.cs: Create internal setter for client_size to allow it to be
5521         set without triggering resizing code.
5522         * Form.cs: Calculate client_size in constructor, only change client_size
5523         in FormBorderStyle property if Handle has been created.
5524         [Fixes #80574, #80791]
5525
5526 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
5527
5528         * SystemInformation.cs: Add TerminalServerSession.
5529
5530 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5531
5532         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
5533         TreeView code.
5534
5535 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5536
5537         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
5538         Handle before we were supposed to.  Now checks ActivateOnShow property
5539         in Control.
5540         * Control.cs: Add internal ActivateOnShow property.
5541         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
5542         for ActivateOnShow.
5543         * Hwnd.cs Remove no longer needed no_activate field.
5544
5545 2007-03-07  Jackson Harper  <jackson@ximian.com>
5546
5547         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
5548         2.0 properties
5549         * DrawTreeNodeEventHandler.cs: Add
5550         * DrawTreeNodeEventArgs.cs: Correct default value.
5551         
5552 2007-03-07  Chris Toshok  <toshok@ximian.com>
5553
5554         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
5555         to be called before NativeWindow.WndProc.  Put the HwndCreating
5556         magic there to hook up our Hwnd's to handles.
5557
5558 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
5559
5560         * DataGridView.cs: Comment out debug code.
5561
5562 2007-03-07  Chris Toshok  <toshok@ximian.com>
5563
5564         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
5565         to make the rest of the world happy]
5566
5567         * Control.cs (CreateHandle): there's no need to call
5568         XplatUI.SetVisible here, it's effectively done by
5569         XplatUI.CreateWindow on X now, and always was on windows.
5570
5571         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
5572         shortcircuit out of the loop if we have a message loop running on
5573         this thread.
5574
5575         [Changelog from merge]
5576
5577         2007-03-05  Chris Toshok  <toshok@ximian.com>
5578
5579                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
5580                 causes handle creation.
5581
5582         2007-02-28  Chris Toshok  <toshok@ximian.com>
5583
5584                 * ApplicationContext.cs: Add a flag to make sure we only raise the
5585                 ThreadExit event once (ExitThreadCore can be indirectly called
5586                 from a few places.)  I don't like the additional flag, but it
5587                 makes the event ordering/count correct.
5588
5589                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
5590                 without locking the collection.  An enumerator doesn't give us any
5591                 protection from modification anyway.  Lock the thread hash and
5592                 replace the complicated enumerator loop with a foreach.
5593                 (Application.CloseForms): make internal so it can be called from
5594                 ApplicationContext.  This should probably be moved to MWFThread.
5595                 (Application.ExitThread): don't call MWFThread.Current.Exit()
5596                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
5597                 when the runloop exits (in response to WM_QUIT.)
5598                 (Application.RunLoop): add a comment (and check) for
5599                 context.MainForm being null after setting context.MainForm.Visible
5600                 = true.  This is because you're perfectly free to dispose of a
5601                 form in VisibilityChanged.  Chalk this up to another case where we
5602                 need to synchronously generate WM_ACTIVATE from Control.Show.
5603                 Also, add handling for WM_QUIT here so we'll exit the loop.
5604                 
5605                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
5606                 fact that we don't wait if we're only unmapping the whole_window
5607                 makes me a bit nervous, but it doesn't seem to cause any problems
5608                 yet.
5609
5610                 also, add a comment about the stupid, broken and wrong resetting
5611                 of PostQuitState to false in GetMessage().
5612
5613                 In PostQuitMessage, we need to add a WM_QUIT message to the
5614                 thread's queue.  We use the FosterParent to get the right
5615                 handle/hwnd/queue.
5616
5617                 Lastly, in SetVisible, we need to unmap both windows, since the
5618                 waiting only happens when we're unmapping the client window.  So
5619                 now, the *only* time we unmap just the whole_window is in the hack
5620                 for resizing a control to 0,0.
5621                 
5622         2007-02-21  Chris Toshok  <toshok@ximian.com>
5623
5624                 * Application.cs (CloseForms): rewrite this so that we don't
5625                 modify the list while we're traversing it.
5626
5627         2007-02-20  Chris Toshok  <toshok@ximian.com>
5628
5629                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
5630                 of OnHandleCreated.
5631                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
5632                 handle is created.  otherwise we'll create it here.
5633                 (VerticalScrollEvent): same here.
5634
5635                 * Application.cs (CloseForms): call Form.Dispose, don't post
5636                 WM_CLOSE_INTERNAL.
5637
5638                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
5639                 here. Application should Dispose() of the Form's.
5640
5641                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
5642                 WM_DESTROY as well.
5643                 (MapWindow,UnmapWindow): only actually do the waiting for
5644                 SHOWWINDOW if the control we're dealing with is a Form.
5645                 (CreateWindow): if the control isn't a form, SendMessage
5646                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
5647
5648                 * Control.cs (SetVisibleCore): always use is_visible here, not
5649                 value.  If we use value, we can end up re-setting something
5650                 visible if, for instance, you do Control.Hide() in a delegate
5651                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
5652
5653         2007-02-20  Chris Toshok  <toshok@ximian.com>
5654
5655                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
5656                 the message we need.  PeekMessage returning false should not be a
5657                 condition under which we exit the loop.
5658
5659         2007-02-15  Chris Toshok  <toshok@ximian.com>
5660
5661                 * Control.cs (Refresh): only refresh if we've got a handle and are
5662                 visible.
5663                 (CreateAccessibilityInstance): CreateControl() here.
5664                 (UpdateChildrenZOrder): complicate the code loop even more by
5665                 taking into account controls that haven't had their handle
5666                 created, and those that aren't visible.  But on the flip side,
5667                 simplify the code by splitting it into two loops.  one which
5668                 builds up the list of child controls we're interested in, and the
5669                 other that sets the z order of those children.
5670
5671         2007-02-14  Chris Toshok  <toshok@ximian.com>
5672
5673                 * Control.cs: Control.AccessibilityObject causes the control to be
5674                 created, not just the handle.
5675
5676         2007-02-14  Chris Toshok  <toshok@ximian.com>
5677
5678                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
5679                 problem on X where a window might have its handle created (and be
5680                 visible) while the window is unmapped.  calling XConfigureWindow
5681                 on an unmapped window is bad, and generates X errors.
5682
5683         2007-02-13  Chris Toshok  <toshok@ximian.com>
5684
5685                 * Control.cs (CreateHandle): don't loop over our children setting
5686                 their parent here.  do it when in WndProc when we're shown.
5687                 (UpdateChildrenZOrder): make this internal so we can call it from
5688                 ScrollableControl.
5689                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
5690                 creating its handle.  Also, remove the calls to PerformLayout from
5691                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
5692                 OnVisibleChanged only seems to be called directly here for the
5693                 toplevel control.  It's propagated down the window hierarchy by
5694                 calls to child.OnParentVisibleChanged.
5695                 (OnVisibleChanged): don't do layout here - it's done (oddly
5696                 enough, according to a glance at stack traces on ms.net..) in
5697                 ScrollableControl.
5698                 
5699                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
5700                 z order of our children before calling PerformLayout.
5701
5702         2007-02-12  Chris Toshok  <toshok@ximian.com>
5703
5704                 [big change, fixes #80020]
5705                 
5706                 * AccessibleObject.cs: we need to make owner internal again to fix
5707                 some of ControlAccessibleObject.
5708
5709                 * Control.cs: lots of changes here.  add support for WM_CREATE,
5710                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
5711                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
5712                 we create child controls.  leave the MonoTODO's for the
5713                 accessibility calls, but fix the exceptions so the tests pass.
5714
5715                 Add the InvalidOperationExceptions to Invoke methods, and remove a
5716                 couple of InvokeInternal methods we aren't using.
5717                 
5718                 Also, add a couple of CreateHandle calls in places where we know
5719                 the handles are being created but our code doesn't reference
5720                 .Handle.
5721
5722                 Make SetVisibleCore call OnVisibleChange if the handle isn't
5723                 created.  If the handle is created, we rely on XplatUI.SetVisible
5724                 generating the event synchronously.
5725                 
5726                 Lastly, make sure we don't use this.Handle inside CreateHandle,
5727                 because we can call back into client (and that code can dispose of
5728                 the control).
5729
5730                 * XplatUIStructs.cs: misc/cleanup.
5731
5732                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
5733                 although we don't populate the wParam properly.
5734                 (CreateWindow): generate WM_CREATE.
5735                 (MapWindow,UnmapWindow): make these calls synchronous, at great
5736                 performance expense (particularly in the unmap case), to match
5737                 win32 behavior.
5738
5739                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
5740                 to call it.
5741                 (set_MdiParent): don't recreate the handle unless it's been
5742                 created already.
5743                 
5744                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
5745                 it's created.
5746
5747                 * NativeWindow.cs: this is probably the weirdest part of the
5748                 patch.  We need a way to link up the window being created to the
5749                 WM_CREATE message.  Since we can only be creating one window at a
5750                 time on a given thread, we keep track of a per-thread reference so
5751                 we can dispatch it properly.  We also need to keep track of the
5752                 Hwnd currently being created so that the win32 backend doesn't
5753                 have problems.
5754                 
5755                 * XplatUIWin32.cs: a similar change to the one we made in
5756                 NativeWindow.cs.
5757
5758 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
5759
5760         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
5761         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
5762         to draw the menu shortcut string.
5763
5764 2007-03-07  Jackson Harper  <jackson@ximian.com>
5765
5766         * TreeNode.cs: Add the 2.0 collapse method.
5767
5768 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5769
5770         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
5771
5772 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5773
5774         * DataGridView.cs: Change DataSource will clear column and row
5775         lists. Call Invalidate() to reflect DataSource change.
5776
5777 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5778
5779         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
5780         and a new row is added to it.
5781
5782 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
5783
5784         * DataGridView.cs: Add columns when DataSource is en empty list but
5785         is a System.Data.DataView (from a System.Data.DataTable).
5786
5787 2007-03-06  Andreia Gaita  <avidigal@novell.com>
5788
5789         * Label.cs: Implement AutoEllipsis (2.0)
5790
5791 2007-03-06  Jackson Harper  <jackson@ximian.com>
5792
5793         * TreeView.cs: Implement 2.0 TopNode setter property.
5794         - Use a local var instead of the skipped_nodes field for computing
5795         how many nodes to skip.  Otherwise we won't scroll because the
5796         valuechanged handler checks if skipped_nodes is equal to the new
5797         value.
5798         - Implement 2.0 Sort method.
5799         - Add useless 2.0 DoubleBuffer property
5800         - Implement 2.0 LineColors property.  Lets you change the color of
5801         the lines in the tree. Terribly useful for creating non cohesive
5802         desktops.
5803         - Implement 2.0 image key feature.
5804
5805 2007-03-06  Jackson Harper  <jackson@ximian.com>
5806
5807         * TreeView.cs: We can't get the bounds of the nodes before raising
5808         the AfterSelect event, because that event could change the node's
5809         bounds (scrolling, font change, etc).
5810
5811 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5812
5813         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
5814         * Form.cs: Don't recreate handle when creating FormWindowManager, just
5815           update window styles. In CreateParams us VisibleInternal instead of
5816           VIsible to get the actual visible flag set for this form.
5817         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
5818           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
5819           handle the case when the form is already maximized, in which case
5820           it should be restored. Fixes #81043.
5821
5822 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5823
5824         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
5825
5826 2007-03-05  Jackson Harper  <jackson@ximian.com>
5827
5828         * TreeViewHitTestInfo.cs: implement.
5829
5830 2007-03-05  Jackson Harper  <jackson@ximian.com>
5831
5832         * InternalWindowManager.cs: class status fix.
5833
5834 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5835
5836         * InternalWindowManager.cs: All windows that have a parent
5837         are confined to their parent when they're being moved.
5838         Fixes #80822.
5839
5840 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
5841
5842         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
5843         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
5844
5845 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5846
5847         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
5848           buttons invisible before deciding which ones should be visible
5849           (fixes minimize/maximize buttons showing up in toolwindows). Remove
5850           an unused variable.
5851         * InternalWindowManager.cs: Remove warning.
5852
5853 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5854
5855         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
5856         to throw an InvalidOperationException is virtual mode is being used.
5857
5858 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
5859
5860         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
5861         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
5862         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
5863         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
5864         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
5865         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
5866
5867 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5868
5869         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
5870           driver.KeyboardDelay from XplatUI.KeyboardDelay 
5871         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
5872           (patch by Sergey Volk)
5873
5874 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
5875
5876         * ToolWindowManager.cs: Added, contains logic for
5877           tool windows.
5878         * CreateParams.cs: Add a few helper methods and an
5879           internal variable to know which control the CreateParams belongs
5880           to.
5881         * Control.cs: Call Form.ChangingParent when the
5882           parent is about to be changed.
5883         * XplatUIX11.cs: DeriveStyles (): Set
5884           caption_height for all windows that have captions and are children.
5885           Update to use ToolWindowManager instead of InternalWindowManager
5886           for ToolWindows.
5887         * XplatUIWin32.cs: Set fake window styles for all
5888           windows that have window managers.
5889         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
5890           now duplicated for mdi windows when they are
5891           maximized, first for the buttons the window itself has, then for
5892           the buttons that appear in the menu bar. Makes things a little
5893           easier). Updated UpdateWindowDecorations, SetWindowState and the
5894           mouse eventhandlers accordingly.
5895         * Form.cs: Add ChangingParent (), contains the
5896           logic of what should happen when the parent changes. In MdiParent
5897           don't set things that ChangingParent () is doing. When handling
5898           WM_CLOSE, we can close the form if there are any other modal forms
5899           and the current form is a descendent of the modal form.
5900         * InternalWindowManager.cs: A lot of refactoring,
5901           the title buttons are now extracted to a separate container class
5902           that takes care of all button code (clicks, tooltips, etc). Moved
5903           Iconic|Maximized|Normal Bounds properties to this class from
5904           MdiWindowManager, so that the window state logic can succeed for
5905           other than mdi wm's. Implemented general window state change logic.
5906           Moved CreateButtons to ThemeWin32Classic, since the theme might
5907           override which buttons are available when as well as the exact
5908           location.
5909         * FormWindowManager.cs: Added, contains logic for
5910           normal forms.
5911         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
5912           which buttons go where (and if they are at all visible). 
5913           Removed special handling of maximized windows, since they aren't special. 
5914           In DrawManagedWindowDecorations don't try to draw the text if it is
5915           empty.
5916         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
5917           use whatever the wm gives us.
5918
5919 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
5920
5921         * ButtonBase.cs: Add 2.0 properties.
5922         * Button.cs: Override Draw for 2.0.
5923         * Control.cs: Add Entered and Selected properties.
5924         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
5925         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
5926         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
5927         buttons.
5928         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
5929
5930 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
5931
5932         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
5933
5934 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
5935
5936         * XplatUIWin32.cs: Register a new class with Windows each time we get
5937         a new ClassStyle.  [Fixes bugs #79432, #80817]
5938         * Controls.cs: Set the correct ClassStyle in CreateParams.
5939         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
5940
5941 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
5942
5943         * ListView.cs: Add fireEvent argument to ReorderColumn since the
5944         ColumnReordered event must not be signaled when modifying DisplayIndex
5945         of a ColumnHeader. Added internal ReorderColumns method which takes
5946         care of drawing, and updating the internal DisplayIndex of the
5947         ColumnHeader. Added AddColumn method which is invoked from
5948         ColumnHeaderCollection when adding or inserting columns, and which
5949         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
5950         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
5951         Recalculated dispay indices after removing a ColumnHeader.
5952         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
5953         match MS. Allows last display index to be returned after ListView
5954         is disposed. Update actual location of ColumnHeader when DisplayIndex
5955         is modified.
5956
5957 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
5958
5959         * LinkLabel.cs: Improve CalcTrimRectangle.
5960         
5961         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
5962
5963 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
5964
5965         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
5966         get rectangle as a result value.
5967
5968 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
5969
5970         * LinkLabel.cs: Theres some diferences between rectangle return from 
5971         MeasureCharacterRanges and the area used for DrawString to fix this 
5972         CalcMeasurementFactor method was created, it calcules the diferences
5973         to be use later to adjust rectangle in draw operations. Fixes #80473.
5974         
5975         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
5976         to adjust draw rectangle.
5977
5978 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
5979
5980         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
5981         text and some other changes to reduce and optimize source code.
5982
5983 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
5984
5985         * RadioButton.cs: Implement 2.0 event.
5986         * RelatedImageListAttribute.cs: Implement new class.
5987
5988 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
5989
5990         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
5991
5992 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
5993
5994         * CheckBox.cs: Implement 2.0 functionality.
5995
5996 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5997
5998         * ListView.cs: Refactor Add and AddRange methods of
5999         ListViewItemCollection, to not update the ListView
6000         everytime an item is added in AddRange. Also move the update
6001         code to a new CollectionChanged method, and call it
6002         from other methods that need it as well (this should also fix some
6003         bugs when Sorting is used).
6004
6005 2007-02-27  Jackson Harper  <jackson@ximian.com>
6006
6007         * TextControl.cs: Try to never let the caret stay in a non-text
6008         tag.
6009         * TextBoxBase.cs: Update the caret.
6010
6011 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
6012
6013         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
6014         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
6015         delete POINT structure, duplicate of one in XplatUIStructs.
6016         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
6017
6018 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
6019
6020         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
6021         edit box since otherwise the Label would immediately be set (even if
6022         the user did not modify the label). In OnKeyDown set Handled to true
6023         if Return or Escape was pressed. In ColumnHeaderCollection unlink
6024         columns that are to be removed. In ListViewItemCollection unlink items
6025         that are to be removed.
6026
6027 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
6028
6029         * TextRenderer.cs: If we set a GDI clip region, we need to clear
6030         it when we are done.  [Fixes bug #80949]
6031
6032 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
6033
6034         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
6035
6036 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6037
6038         * ListView.cs: I forgot to commit the changes for ListView 
6039         in my previous patch.
6040
6041 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
6042
6043         * Clipboard.cs: Partially implement an overload of SetDataObject.
6044         * Form.cs: Implement ShowWithoutActivation.
6045         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
6046
6047 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6048
6049         This is a first set of changes to make the Virtual mode works,
6050         by avoiding the retrieval of ListViewItem instances until
6051         draw time.
6052
6053         * ListView.cs: Store item position in the ListView instead of the
6054         ListViewItem, this way we don't request the Bounds property of
6055         ListViewItem inside the ListView calculations, as well as cache the item
6056         size in item_size field. Store indexes instead of ListViewItem
6057         instances in the matrix used by icon view. Add a ItemMatrixLocation
6058         struct to hold the row and col info of the matrix info.
6059
6060         * ListViewItem.cs: Don't store the location anymore, and only cache
6061         the rectangles for GetBounds. Use the ListView.GetItemLocation
6062         method to retrieve the actual location.
6063
6064 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
6065
6066         * TextRenderer.cs: Add clipping support, thanks to George.
6067         [Fixes bug #80949]
6068
6069 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
6070
6071         * ListViewItem.cs: Cancel label edit when item is removed from 
6072         ListView.
6073         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
6074         event before the edit textbox is displayed.  Added CancelEdit method
6075         which is used end to editing while ignoring the value set by the
6076         user. In EndEdit, set focus to ListView to avoid losing focus to
6077         other controls. In ListViewItemCollection.Clear, cancel editing of
6078         any of the items.  In Remove, cancel editing of item being removed.
6079         Avoid udplicate code by modifing RemoveAt to invoke Remove.
6080
6081 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
6082
6083         * FileDialog.cs: Update FSEntry when move is successful. Fixes
6084         bug #80948.  
6085
6086 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
6087
6088         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
6089         compatible with non X11 systems. Fixes #80901.
6090
6091 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
6092
6093         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
6094         whether the item should be unselected and reselect. We do no want this
6095         when we're starting to edit the label. Do not fire the 
6096         SelectedIndexChanged event from ListView when its already been fired
6097         by modifying ListViewItem.Selected. Fixes bug #80943.
6098
6099 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
6100
6101         * TextRenderer.cs: Previos commit logic was backwards.
6102
6103 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
6104
6105         * TextRenderer.cs: Don't add padding on MeasureText if we were
6106         sent the NoPadding flag.
6107
6108 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
6109
6110         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
6111         after DrawButton. To prevent image overlaps button borders SetClip and 
6112         ResetClip added before and after draw image. Fixes #79129.
6113
6114 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
6115
6116         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
6117         window size, it fix problem when you run under win32 that theres
6118         Size diferent than ClientSize. Also fix controls size and positions
6119         to mimic Win32. Fixes #80837.
6120
6121 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
6122
6123         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
6124         menu area to fix some problems for non X11 systems. Fixes #80613.
6125
6126 2007-02-22  Jackson Harper  <jackson@ximian.com>
6127
6128         * TreeNode.cs: When a node is expanded, set its is_expanded flag
6129         even if it doesn't have any children.
6130
6131 2007-02-22  Jackson Harper  <jackson@ximian.com>
6132
6133         * TreeView.cs: Calculate the top node 'on the fly', this
6134         eliminates issues where you need to click on the tree before
6135         scrolling it to get the top node computed correctly.
6136         * TreeNodeCollection.cs: We don't need to mess with the top node
6137         anymore.
6138
6139 2007-02-22  Jackson Harper  <jackson@ximian.com>
6140
6141         * DataGridViewRow.cs: Fix typo so height can actually be set.
6142         Patch by Peter Grimm.
6143
6144 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
6145
6146         * FileDialog.cs: Fixed support for renaming files and directories.
6147         * ListView.cs: Do not lose focus when edit is canceled. Process
6148         Escape as regular key (to prevent closing of dialogs).
6149
6150 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
6151
6152         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
6153         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
6154
6155 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
6156
6157         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
6158         did not modify label.
6159         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
6160         modified the text. Reset Label when user presses Escape in edit mode.
6161         Move focus to ListView after having cancelled or finished editing the
6162         label.
6163
6164 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
6165
6166         * ComboBox.cs: Removed unnecessary initializations. Marked items field
6167         private. Clear textbox when Text is set to null and SelectedIndex is
6168         already -1.
6169         * FileDialog.cs: Removed unnecessary initializations. Removed 
6170         workarounds for ComboBox bugs that are now fixed. Modified
6171         DefaultExt, InitialDirectory and Title property to change null to
6172         zero-length string in getters. Avoid directly accessing fields.
6173
6174 2007-02-20  Jackson Harper  <jackson@ximian.com>
6175
6176         * TextControl.cs: Remove RecalAlignments call, that was some
6177         debugging leftovers.
6178         - Don't use the line indent when we shouldn't.
6179         * RichTextBox.cs: Add support for paragraph left indents.
6180
6181 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6182
6183         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
6184         Seems like the class status pages doesn't catch params differences.
6185
6186 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
6187
6188         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
6189
6190 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
6191
6192         * ComboBox.cs: Setting Text should have no effect if item text of
6193         selected item exactly matches value. First lookup text using
6194         case-sensitive comparison, and fallback to case-insensitive comparison.
6195         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
6196         allow startIndex to be last index. Changed ArgumentOutOfRangeException
6197         paramname to match MS. Restart from first item if string is not found
6198         after startIndex. Fixed paramname of ArgumentNullException that is
6199         thrown for null value in ObjectCollection.Contains.
6200
6201 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
6202
6203         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
6204
6205 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6206
6207         * ListControl.cs: In SelectedValue use value.Equals to compare for
6208         equality instead of ==, otherwise it will fail for strings.
6209         Fixes #80794.
6210
6211 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6212         
6213         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
6214         since the caret won't show up unless ShowSelection is true. 
6215         Fixes #80795.
6216
6217 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6218
6219         * Application.cs: When disabling all forms but the main form, do not
6220           disable any descendants of the main form (such as mdi children or
6221           other parented forms). Fixes #80822 on Windows.
6222         * Form.cs: If we have a parent, set the WS_CHILD style.
6223         * Control.cs: Update the window styles if the control whose parent has
6224           changed is a form (the WS_CHILD style has to be switched).
6225
6226 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
6227
6228         * XplatUIStructs.cs: MsgUIState structure added.
6229
6230 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
6231
6232         * FileDialog.cs: Removed need for separate fileName field. On 2.0
6233         profile, do not check filename(s) for illegal character if filename(s)
6234         were set non-interactively but always check on 1.0 profile. Fixed NRE
6235          in DefaultExt and only strip off first leading dot. Improve exception
6236         message when invalid Filter is set. Do not ignore InitialDirectory if
6237         it does no exist. Store specified Title, and if empty use default
6238         title (depending on type of dialog). Added an internal DialogTitle 
6239         property for retrieving dialog title. Fixed logic of displayed dir to
6240         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
6241         string as its buggy.
6242         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
6243         FileName is a zero-length string (it can never be null). Override 
6244         DialogTitle property to set default title of dialog box.
6245         * SaveFileDialog.cs: Override DialogTitle property to set default
6246         title of dialog box.
6247
6248 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
6249
6250         * FileDialog.cs: Modify default text of filename and filetype labels
6251         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
6252         after we've updated the SelectedIndex. Fixes part of bug #80887.
6253         * SaveFileDialog.cs: Set text of filetype label.
6254
6255 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6256
6257         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
6258         label field. Needed by latest Jackson's fixes for ListView.
6259
6260 2007-02-16  Andreia Gaita  <avidigal@novell.com>
6261
6262         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
6263         print preview images.
6264
6265 2007-02-16  Jackson Harper  <jackson@ximian.com>
6266
6267         * ListView.cs: Make AfterLabelEdit work correctly.
6268         * FileDialog.cs: After changing the name of the folder, we have to
6269         make sure that it is created, or that we pop up an error because
6270         it already exists.
6271
6272 2007-02-16  Jackson Harper  <jackson@ximian.com>
6273
6274         * X11Dnd.cs: Implement aliases on mime handlers, so things like
6275         System.String are mapped to text.
6276         - Handle dataobjects, getting all the possible formats out of them
6277         - We dont need the drag event args before we give feedback. This
6278         allows feedback cursors to be immediate before selections have
6279         been converted.
6280
6281 2007-02-16  Jackson Harper  <jackson@ximian.com>
6282
6283         * TextBoxBase.cs: Modified the method for inserting images to
6284         taking a line and position instead of tag and position.
6285         * RichTextBox.cs: Handle PngBlip data by inserting the png image
6286         into the RTF file.
6287         * TextControl.cs: Allow images to be inserted as the first tag of
6288         a line.
6289         - Fix some off by one issues when we assume the first tag is a
6290         text tag, not an image tag.
6291
6292 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6293
6294         * ListView.cs: Set focus to ListView when ItemControl gets a
6295         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
6296         Fixes part of #80467.
6297
6298 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6299
6300         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
6301           validate Text input (if null or empty string reset Value to default
6302           value). Fixes #80830.
6303
6304 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6305
6306         * ListView.cs: Set owner as null for columns and items when
6307         Dispose is invoked. Fixes #80607.
6308
6309 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
6310
6311         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
6312         showing DropDowns, don't show a Grip when doing Flow layout.
6313         [This fixes the toolbox in PDN 2.72.]
6314         * ToolStripItem.cs: Add Anchor property and some internal properties to
6315         reduces needed changes to FlowLayout.
6316         * ToolStripOverflow.cs: Remove unused variable.
6317         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
6318         use it in the layout calculations.
6319
6320 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
6321
6322         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
6323         reported in #79640.
6324         
6325         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
6326         size calculation.
6327
6328 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
6329
6330         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
6331         MeasureString format, it can make button very large in some cases, it is
6332         strange but is what win32 do.
6333
6334 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
6335
6336         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
6337         size calculation.
6338
6339         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
6340         rendering, the value is based on MenuAccessKeysUnderlined.
6341
6342 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
6343
6344         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
6345         for most themes.
6346         
6347         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
6348         
6349         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
6350         and use MenuAccessKeysUnderlined instead.
6351
6352 2007-02-13  Andreia Gaita  <avidigal@novell.com>
6353
6354         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
6355         A selected control would not get a Focus call if:
6356                 - the default active control of the container is the same as
6357                   the one that was selected
6358                 - we are switching from one container to another
6359         Under these conditions, the container being selected already has
6360         an active_control, which is the same as the one being activated, 
6361         so set_ActiveControl would always return and not send the Focus
6362         call. Fix to check if the currently active control of the container
6363         is actually focused.
6364
6365 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
6366
6367         * StatusStrip.cs: Implement the spring layout.
6368         * ToolStripControlHost.cs: Make sure the hosted control's visibility
6369         always matches the host.
6370         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
6371         and TextAfterImage.
6372
6373 2007-02-13  Andreia Gaita  <avidigal@novell.com>
6374
6375         * Control.cs: Code reorganization only.
6376           - Reorganize the WndProc cases so that each case has it's own handling method, 
6377           to help with the no-line-numbering stack traces.
6378           - Formatting changes (it's vstudio's fault, really :p)
6379
6380 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6381
6382         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
6383           Thread.CurrentUICulture to match DateTimePicker's (and MS)
6384           behaviour.
6385
6386 2007-02-12  Jackson Harper  <jackson@ximian.com>
6387
6388         * RichTextBox.cs:
6389         * TextBox.cs: By default we have a non multiline document
6390         - use the multiline property instead of the internal variable
6391         * TextBoxBase.cs: Treat multiline and non multiline the same in
6392         most places.
6393         - Use the documents multiline flag instead of tracking it ourself
6394         * TextControl.cs: Attempt at getting multiline to match MS
6395         behavior.  Lines now track an offset, which is either their X or Y
6396         offset depending on whether or not we are in multiline mode.
6397         - Update all the methods to understand that lines have an X value.
6398         - Fix crash in Undo::Duplicate when empty lines are deleted.
6399
6400 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
6401
6402         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
6403         code moved to properties PreferredHeight and PreferredWidth. It solve the
6404         all problems when preferred sizes must be recalculated. Fixes #80801.
6405
6406 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
6407
6408         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
6409         font height when compatible_text_rendering is false. Partially fix #80801.
6410
6411 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
6412
6413         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
6414
6415 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
6416
6417         * Form.cs: Improved exception messages in ShowDialog.
6418
6419 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
6420
6421         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
6422         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
6423         if not set. Fixes bug #80764. Avoid accessing current_settings field
6424         directly.
6425
6426 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
6427
6428         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
6429         false.
6430
6431         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
6432         public in 2.0 and for easy maintenance and dont break compatibility it is 
6433         internal in 1.1.
6434         
6435 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
6436
6437         * ToolStripItem.cs: Implement using images from ImageList.
6438
6439 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6440
6441         * DateTimePicker.cs: Change default date-formatting culture from
6442           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
6443           seems to be the way MS does it.
6444
6445 2007-02-08  Andreia Gaita  <avidigal@novell.com>
6446
6447         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
6448         (the 6 was cut off on the right side)
6449
6450 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
6451
6452         * Form.cs: Tell MenuStrips to close when the form is clicked.
6453         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
6454         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
6455         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
6456         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
6457         support for Overflow, where items that do not fit are automatically
6458         reparented to a drop down menu.
6459         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
6460         Also: fixes bug #80747.
6461
6462 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6463
6464         * ComboBox.cs: Remove warning (unused code).
6465         * ScrollableControl.cs: Remove warning for 1.1 profile.
6466
6467 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6468
6469         * Form.cs: Remove a warning.
6470
6471 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6472
6473         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
6474           'g' specifier, not documented anywhere, but seems to always show up
6475           as a single space (might have something to do with the DateTime 'g'
6476           specifier, which is the era format, but since DateTimePicker can't
6477           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
6478           won't crash if the format has an unmatched quote. Now shows
6479           single-character formats correctly. Fixes #80744.
6480
6481 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
6482
6483         * StatusStrip.cs: Stretch property needs to call base.Stretch,
6484         not this.Stretch to fix stack overflow. [Fixes bug #80760]
6485
6486 2007-02-07  Chris Toshok  <toshok@ximian.com>
6487
6488         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
6489         background color.  it overwrites the background image we've
6490         already painted.  Fixes #80599.
6491
6492 2007-02-07  Chris Toshok  <toshok@ximian.com>
6493
6494         * DataGrid.cs: return immediately from Edit() when there are no
6495         columns.  Fixes #80662.
6496
6497 2007-02-07  Chris Toshok  <toshok@ximian.com>
6498
6499         * MessageBox.cs: fix #80625.  don't always show the Help button in
6500         2.0.  use the displayHelpButton parameter to determine if we
6501         should show it. Also, make the internal show_help field private.
6502
6503 2007-02-07  Chris Toshok  <toshok@ximian.com>
6504
6505         * Control.cs (SetVisibleCore): check in the proposed patch for
6506         80604, and set is_visible before calling CreateControl.
6507
6508 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
6509
6510         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
6511         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
6512         on it.
6513
6514 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
6515
6516         * MenuAPI.cs: hotkey_active internal field added, it is required because
6517         we need to know when hotkeys must be draw, before this change a keystate
6518         Navigating was used but we can have menu in navigating state without
6519         hotkeys. Fixes #80694.
6520         
6521         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
6522
6523 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6524
6525         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
6526           corresponding events and methods to be internal for 1.1 profile and
6527           public for 2.0 profile (required by SizeGrip).
6528         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
6529           implicit control list). Don't set the size nor the location of the
6530           SizeGrip anymore as it's not needed.
6531         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
6532           draw directly on the captured control (fixes #80656). Removed
6533           ShowGrip (it wasn't used anywhere), redraw (always true), added
6534           GetDefaultSize and GetDefaultRectangle to calculate defaults.
6535         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
6536           be called from SizeGrip.
6537
6538 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6539
6540         * Timer.cs: Throw ArgumentException if Interval <= 0.
6541
6542 2007-02-05  Jackson Harper  <jackson@ximian.com>
6543
6544         * TreeView.cs: We need to check scrollbar visibility when window
6545         visibility is updated, because non visible trees don't ever add
6546         scrollbars.
6547         * Cursor.cs: We want the override cursor to be reset to NULL when
6548         we set current cursor to the default cursor.
6549
6550 2007-02-05  Jackson Harper  <jackson@ximian.com>
6551
6552         * TextControl.cs: Don't have crlfs when we are non multiline.
6553         - Consolidate the line position.
6554
6555 2007-02-05  Jackson Harper  <jackson@ximian.com>
6556
6557         * X11Keyboard.cs: BACK+CTRL gets a special char code.
6558
6559 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6560
6561         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
6562           handling LeaveNotify->NotifyUngrab in order to send
6563           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
6564           after calling XUngrabPointer, so we call WindowUngrabbed directly
6565           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
6566         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
6567           MouseCaptureChanged correctly. Also create handles if changing
6568           Capture (matches MS behaviour).
6569
6570 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6571
6572         * SizeGrip.cs: Make the last change 2.0 only.
6573
6574 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6575
6576         * SizeGrip.cs: If resizing and the capture is lost, revert any size
6577           changes to initial size (fixes #80597).
6578
6579 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6580
6581         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
6582
6583 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
6584
6585         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
6586           background) and only allow dragging if enabled. This way the
6587           sizegrip can be used to fill the open square that otherwise would
6588           have been shown in the bottom right corner of ScrollableControl
6589           when ScrollableControl is not suppose to support sizing.
6590         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
6591           sizegrip is shown and enabled, and hook up with necessary events.
6592
6593 2007-02-01  Chris Toshok  <toshok@ximian.com>
6594
6595         * DataGridTextBoxColumn.cs: clean up the
6596         GetFormattedString/GetColumnValueAtRow combination of functions.
6597         Also fix UpdateUI, and the initial state of
6598         IsInEditOrNavigateMode.
6599
6600         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
6601         aren't supposed to scroll the textbox here, we're supposed to
6602         scroll the datagrid.
6603
6604 2007-02-01  Chris Toshok  <toshok@ximian.com>
6605
6606         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
6607         setting the position.
6608
6609 2007-02-01  Chris Toshok  <toshok@ximian.com>
6610
6611         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
6612         here, since the most recent focus fixes keep us from generating
6613         the Leave event when our textbox gets focus.
6614         (Edit): we should be passing null for the column style's
6615         instantText parameter.
6616         
6617 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
6618
6619         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
6620         raised.  Fixes menu text/icons not showing up in PDN.
6621
6622 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6623
6624         * Control.cs: Remove code in constructor that makes every
6625         control with WS_CHILD set have initial location -1, -1.
6626
6627 2007-01-31  Jackson Harper  <jackson@ximian.com>
6628
6629         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
6630         XplatUIX11.
6631         * XplatUIX11.cs: Give teh keyboard to teh dnd.
6632
6633 2007-01-31  Jackson Harper  <jackson@ximian.com>
6634
6635         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
6636         - Remove some debug code.
6637
6638 2007-01-31  Jackson Harper  <jackson@ximian.com>
6639
6640         * XplatUIX11.cs: If you set the override cursor during a grab, it
6641         should actually override the grab cursor.  This comes into play
6642         when you are setting custom cursors in a DND feedback method.
6643
6644 2007-01-31  Jackson Harper  <jackson@ximian.com>
6645
6646         * X11Dnd.cs: Add support for handling the QueryContinue and
6647         GiveFeedback events.
6648         - Cancel drag and drop actions when the escape key is clicked.
6649         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
6650         can handle the ESCAPE key.
6651         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
6652         done when dnd events are continued after the button is released.
6653         - Add a new helper method so that dnd can translate key events.
6654
6655 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
6656
6657         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
6658         make it more obvious what is happening.
6659
6660 2007-01-30  Jackson Harper  <jackson@ximian.com>
6661
6662         * XplatUIX11.cs: Don't break when handling button release in drag
6663         and drop operations. We need that BUTTONUP message to get through
6664         so capture is released.
6665         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
6666         this is handled automatically when the mouse is down.
6667
6668 2007-01-30  Jackson Harper  <jackson@ximian.com>
6669
6670         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
6671         is closed, so we need to make sure that we aren't changing the
6672         dialog result when the OK (Open or Save) button has been clicked
6673         and we are closing the window ourselves.  Note we don't need to
6674         worry about the cache being written in this case, because it was
6675         already done in the previous FilOk call.
6676
6677 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6678         
6679         * DateTimePicker.cs: Remove a warning.
6680         * ComboBox.cs: Remove a couple of warnings.
6681
6682 2007-01-29  Chris Toshok  <toshok@ximian.com>
6683
6684         * XplatUIX11.cs: don't crash, and remove the icon if the user has
6685         set one, if SetIcon is passed a null icon.
6686
6687 2007-01-29  Andreia Gaita  <avidigal@novell.com>
6688
6689         * TextBox.cs: Redraw when the password characters changes
6690         * TextControl.cs: Check if textbox has a password char and draw 
6691         a line of password chars instead of the text in the line. LineTag gets 
6692         an extra Draw() method which allows document.Draw to override the text 
6693         that will be drawn. Removes 1024 char limitation on length of passworded 
6694         lines.
6695
6696 2007-01-29  Jackson Harper  <jackson@ximian.com>
6697
6698         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
6699         single chars is not.
6700
6701 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
6702
6703         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
6704         one pixel.  Fix a StackOverflowException caused by an overload wrongly
6705         calling itself.
6706
6707 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
6708
6709         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
6710         also remove ProcessArrowKey and put the code inside ProcessKeys.
6711
6712 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
6713
6714         * PaddingConverter.cs: Added.
6715
6716 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6717         
6718         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
6719         ShowPanels is false (fixes #80600). Only draw up to 127 characters
6720         of text (fixes #80601). For panels clip the text to draw to the
6721         panel (fixes #80603).
6722
6723 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6724
6725         * ComboBox.cs: Fixed implementation of ResetText.
6726
6727 2007-01-25  Jackson Harper  <jackson@ximian.com>
6728
6729         * TextControl.cs: For the last char of a line we need to use the
6730         line size, not that chars width, since it won't actually be
6731         computed since the right side of a char is based on the start of
6732         the left side of the next char, and the next char does not exist.
6733
6734 2007-01-25  Chris Toshok  <toshok@ximian.com>
6735
6736         * Splitter.cs: fix the new unit tests, and reindent some switch
6737         statements.
6738
6739 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6740
6741         * ComboBox.cs: Implemented 2.0 methods and events.
6742         * TextBoxBase.cs: Added OnTextUpdate, so that
6743         ComboBox.ComboTextBox can inform ComboBox of it.
6744
6745 2007-01-25  Jackson Harper  <jackson@ximian.com>
6746
6747         * TextControl.cs: Respect ShowSelection when deciding whether or
6748         not to display the caret, this allows comboboxes to have carets
6749         when the combotextbox does not have focus.
6750
6751 2007-01-25  Jackson Harper  <jackson@ximian.com>
6752
6753         * TextControl.cs: Add a Suspend/Resume for updating, basically the
6754         same as the Suspend/Resume for recalc, except this will do actual
6755         Invalidates.
6756         - New Undo manager, works much like the MS version.
6757         - Implemented Redo
6758         * TextBoxBase.cs: The Cut operation is undoable.
6759
6760 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6761         
6762         * TextBoxBase.cs: Don't antialias text. Makes it look way better
6763         on Windows (no difference on Linux).    
6764
6765 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6766
6767         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
6768         we don't want to activate any windows. Fixes #79433.
6769
6770 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
6771
6772         - ButtonBase.cs: Fix capitalization of parameter: disposing.
6773         [Fixes bug #80609]
6774
6775 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
6776
6777         * FileDialog.cs:
6778         - Move to using System.ComponentModel.EventHandlerList
6779         - Replace Refresh with Invalidate
6780         - Clear the mime filecache on closing
6781         - Some other memory reducing work. After beeing closed FD now uses
6782           only about 300 KB for the fdo mime stuff plus the memory of the
6783           cached icons.
6784         * Mime.cs: Changed coding style and removed unnecessary commented
6785         code. Some more memory memory reducing work.
6786
6787 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6788
6789         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
6790         a few other missing 2.0 properties.
6791         * Theme.cs: Added DrawFlatStyleComboBox.
6792         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
6793
6794 2007-01-24  Chris Toshok  <toshok@ximian.com>
6795
6796         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
6797         wake_waiting flag, not just when there's data to be read.  if we
6798         don't, then future wakeup's won't reach us and we'll be doomed to
6799         wait for the entire 1 second timeout forever (unless there are X
6800         events to be had).
6801
6802 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
6803
6804         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
6805         until you pass Items.Count, not Items.Count - 1 like 1.1.
6806
6807 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
6808
6809         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
6810
6811 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
6812
6813         * ToolStripContainer.cs: The recent Dock fix exposed that I was
6814         adding the panels in the wrong order.
6815
6816 2007-01-24  Jackson Harper  <jackson@ximian.com>
6817
6818         * TextBoxBase.cs: When we move the caret we also need to move the
6819         selection, this fixes some random crashing after doing select
6820         text, unselect, delete a char, paste.
6821
6822 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6823
6824         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
6825
6826 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6827
6828         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
6829         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
6830         * ToolBar.cs: Force redraw in BackgroundImageChanged.
6831
6832 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6833
6834         * ToolBar.cs:
6835         - Implement support for vertical toolbars. Fixes #80539;
6836         - Call LayoutToolBar when resize, it fix some other problems in layout.
6837         - Rename requested_height to requested_size, as we can have width on it
6838         when toolbar is vertical.
6839         - Create a private property "Vertical" that uses Dock to verify when 
6840         toolbar is vertical or not.
6841         - Set ControlStyles when change Dock property.
6842         - Refactory in LayoutToolBar to have better variables names and to support
6843         vertical toolbars.
6844         - Fixes default value for ButtonSize when button count is equal zero, size
6845         must be (39, 36) test case writed.
6846
6847 2007-01-23  Chris Toshok  <toshok@ximian.com>
6848
6849         * Control.cs: fix the checks so that they work correctly for mdi
6850         parents/children.
6851
6852 2007-01-23  Chris Toshok  <toshok@ximian.com>
6853
6854         * Control.cs: ControlCollection seems to have super-secret
6855         abstraction breaking knowledge of Mdi containers.  allow MdiClient
6856         to add toplevel controls.
6857
6858 2007-01-23  Chris Toshok  <toshok@ximian.com>
6859
6860         * Control.cs: throw an ArgumentException if a toplevel control is
6861         added to our control collection from ControlCollection.Add, as
6862         well as from ControlCollection.IList.Add.  This fixes the
6863         ControlSetTopLevelTest.TestTopLevelAdd unit test.
6864
6865         Also, in ControlCollection.IList.Add, don't through an
6866         ArgumentNullException, throw an ArgumentException, when value ==
6867         null.  This matches MS.
6868
6869 2007-01-23  Chris Toshok  <toshok@ximian.com>
6870
6871         * BindingSource.cs: initial, incomplete, implementation of
6872         BindingSource.
6873
6874 2007-01-23  Jackson Harper  <jackson@ximian.com>
6875
6876         * TextControl.cs:
6877         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
6878         that I can fix a broken unit test (TextBoxTest::ClearUndo)
6879         
6880 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
6881
6882         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
6883
6884 2007-01-23  Andreia Gaita  <avidigal@novell.com>
6885
6886         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
6887         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
6888         IndexOfKey() for 2.0
6889
6890 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6891
6892         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
6893         to prevent it from changing z-order.
6894         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
6895         leave UI updates in MdiWindowManager.
6896         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
6897         1 sized (NC handling goes weird on Linux otherwise).
6898         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
6899         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
6900         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
6901         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
6902         and SetWindowState(s) to allow for changing the size of an activated child
6903         before activating it (reduces a lot of flicker).
6904
6905 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
6906
6907         * Form.cs: Changing FormBorderStyle has different semantics based
6908         on whether the Form is visible or not.  If not visible, don't change
6909         the Size.  But InvalidateNC needs to be called to force the window
6910         to pick up the changes and redraw itself.  [Fixes bug #80574]
6911
6912 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
6913
6914         [Moma work]
6915         * ContainerControl.cs: ProcessCmdKey.
6916         * ErrorProvider.cs: new constructor.
6917         * Form.cs: fix AutoValidateEvent compiler warning.
6918         * Label.cs: fix OnAutoSizeChanged compiler warning.
6919         * MenuStrip.cs: fix CanOverflow compiler warning.
6920         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
6921         * TextBox.cs: Dispose.
6922         * ToolStrip.cs: CanOverflow, re-enable double buffering.
6923         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
6924         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
6925         * ToolStripItem.cs: Overflow, RightToLeft properties.
6926
6927 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6928
6929         * Form.cs: Move the layout of the main form to MdiWindowManager.
6930         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
6931         do a layout of the main window to update MdiClient's client area to
6932         the right area. Fixes #80533. Remove the calculation of nc size, 
6933         it was just wrong and the correct one is the same as for 
6934         InternalWindowManager. 
6935
6936 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
6937
6938         * Control.cs: Setting Anchor or Dock needs to reset the other
6939         to its default.  [Fixes bug #80556]
6940
6941 2007-01-20  Chris Toshok  <toshok@ximian.com>
6942
6943         * CheckedListBox.cs: class status changes.
6944
6945         * ScrollableControl.cs: same.
6946
6947         * RichTextBox.cs: same.
6948
6949         * ContainerControl.cs: same.
6950
6951         * ListView.cs: same.
6952
6953         * NotifyIcon.cs: same.
6954
6955         * MenuStrip.cs: same.
6956
6957         * RadioButton.cs: same.
6958
6959         * CheckBox.cs: same.
6960
6961         * PrintPreviewDialog.cs: same.
6962
6963         * Form.cs: same.
6964
6965 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
6966
6967         * TreeNode.cs: Apply Alan's patch for Name property.
6968
6969 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6970         
6971         * Form.cs: Implemented SizeGripStyle.
6972         * SizeGrip.cs: Check for minimum and maximum size for the
6973         control being resized and only resize if size has actually
6974         changed.
6975
6976 2007-01-19  Chris Toshok  <toshok@ximian.com>
6977
6978         * DataGridColumnStyle.cs: stop setting _readonly in the
6979         PropertyDescriptor setter.  fixes a unit test failure.
6980
6981         also, rename ParentReadOnly to TableStyleReadOnly, and have it
6982         just consult our table style (if we have one).  We don't need to
6983         consult the datagrid readonly attribute because that's passed in
6984         as the _ro arg to Edit.  this simplifies things a little.
6985         
6986         * DataGrid.cs: use CurrentColumn instead of
6987         current_cell.ColumnNumber just to simplify some of the code.
6988
6989         switch the order of some things in the CurrentCell setter to keep
6990         the previous cell from getting a textbox again -
6991         EnsureCellVisibility causes scrolling to happen, which calls Edit.
6992         So we need to set the new cell before calling it.
6993         
6994         call Edit in OnEnter, as does Microsoft.
6995         
6996         also, make sure the current table style isn't the one we create
6997         initially when checking to see if it's different than the one
6998         we're setting it to in BindColumns (this fixes #80421).
6999
7000         * GridTableStylesCollection.cs: table styles can have "" for a
7001         mapping name.  part of the fix for #80421.
7002
7003         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
7004         Edit significantly.
7005
7006 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
7007
7008         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
7009         and less GDI object leaky-er.
7010
7011 2007-01-18  Andreia Gaita  <avidigal@novell.com>
7012
7013         * LinkLabel.cs: Add opaque control style
7014
7015 2007-01-18  Jackson Harper  <jackson@ximian.com>
7016
7017         * TextControl.cs: Calculate width properly.
7018         - Don't store the tag's X offset, this can be figured out very
7019         easily.
7020         - When getting the caret tag make sure to get the last empty tag.
7021
7022 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
7023
7024         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
7025         [Fixes bug #79959]
7026
7027         * Control.cs: Color.Empty shouldn't count for previous transparent
7028         redraw changes.
7029
7030 2007-01-18  Jackson Harper  <jackson@ximian.com>
7031
7032         * TextBox.cs:
7033         * RichTextBox.cs:
7034         * TextControl.cs: Starting to merge in some pieces of my older
7035         undo work.  Basically just some slight cleanup of the undo API.
7036
7037 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7038
7039         * TrackBar.cs: Fix signature of RightToLeftLayout.
7040         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
7041         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
7042         * Application.cs: Implemented UseWaitCursor.
7043
7044 2007-01-18  Jackson Harper  <jackson@ximian.com>
7045
7046         * TextControl.cs: We can't skip tags if any part of the tag is
7047         visible.
7048
7049 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
7050
7051         * ContainerControl.cs: Override OnLayout.
7052
7053 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
7054
7055         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
7056
7057         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
7058         everything else.
7059
7060 2007-01-18  Chris Toshok  <toshok@ximian.com>
7061
7062         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
7063         (leftover from the container_selected days, I'd wager).  fixes bug
7064         #80546.
7065
7066 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
7067
7068         * Control.cs: Apply patch from George to fix the new testcase on
7069         bug #80451.  We can't just check for Color.Transparent, we need 
7070         to check if the back color's alpha channel is < 255.
7071
7072 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
7073
7074         * Form.cs: Move setting show_icon = true to before the constructor
7075         so that the base constructor has that information when it calculates
7076         the form's size.  Was causing forms to be (6, 6) bigger than they
7077         were supposed to be.  Thanks for catching this Rolf!
7078
7079 2007-01-18  Jackson Harper  <jackson@ximian.com>
7080
7081         * TextControl.cs: When replacing a selection we need to invalidate
7082         from the initial selection start, because selection start is moved
7083         to the end of the replacement.
7084
7085 2007-01-18  Andreia Gaita  <avidigal@novell.com>
7086
7087         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
7088
7089 2007-01-18  Chris Toshok  <toshok@ximian.com>
7090
7091         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
7092         I just added.
7093
7094 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
7095
7096         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
7097         layout methods and properties from ToolBarButton must be available
7098         into ToolBarButtonInfo.
7099
7100 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
7101
7102         * Control.cs: If the control has a transparent background, we
7103         need to refresh it when it moves and when it's parent's background
7104         image changes.  [Fixes bug #80451]
7105
7106 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
7107
7108         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
7109
7110 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
7111
7112         * XplatUIWin32.cs: Implement proper double buffering for Windows.
7113         [Fixes bug #80447, and probably speeds up things as well]
7114
7115 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7116
7117         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
7118         * XplatUIWin32.cs: We need to recalculate NC size after changing 
7119         window style to toolwindow (otherwise the client rectangle will be
7120         3 pixels to small for some reason).
7121         * MdiWindowManager.cs: Revert NC size calculations to match how
7122         they are calculated only based on window styles (to match
7123         Win32AdjustWindowRectEx, since otherwise when setting size or 
7124         location, Control will call Win32AdjustWindowRectEx to update client 
7125         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
7126         calculate a different value of client size causing another paint 
7127         (and flickering))
7128         * InternalWindowManager.cs: When moving or resizing a window only
7129         update size or location if they actually changed.
7130         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
7131         (seems to match Windows behaviour better). Cleaned up 
7132         ManagedWindowDecorations to draw what's needed and nothing else
7133         (was drawing borders and lines where they shouldn't be)
7134         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
7135         (style = 0xFFFF) and takes into account caption height when 
7136         calculating window rectangle.   
7137
7138 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
7139
7140         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
7141         can be added to toolbar multiple times, we need to maintain a list of 
7142         button information for each positions.
7143
7144 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
7145
7146         * ToolBar.cs: Some small stetic changes.
7147
7148 2007-01-16  Jackson Harper  <jackson@ximian.com>
7149
7150         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
7151         that allow us to have nested recalc = false blocks.
7152         - Add paste support for images in the RichTextBox
7153         * RichTextBox.cs: flush the text after the color is changed, so
7154         the change takes effect.
7155         - Use SuspendRecalc
7156         - Some extra debugging info
7157         * TextControl.cs: Tags no longer track their length, it is just
7158         computed from the next tags length, this makes things a little
7159         simpler and reduces places that we have to track length changes.
7160         - Refactored the linetag class a little so we could make it
7161         a base class for different kinds of tags
7162         - Created a image tag, a tag that can have a single image inserted
7163         into it
7164         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
7165         that we can call suspend multiple times.
7166         - Add some debugging methods
7167
7168 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7169
7170         * MdiClient.cs: Add ActivatePreviousChild for 
7171         mdi child window navigation.
7172         * Form.cs: Use MdiClient.ActivateNextChild/
7173         ActivatePreviousChild instead of Form.SelectNextControl
7174         to select the next/previous child since 
7175         SelectNextControl doesn't do it in the same order
7176         as mdi children should do it.
7177
7178 2007-01-16  Chris Toshok  <toshok@ximian.com>
7179
7180         * Control.cs: remove container_selected field.
7181
7182 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7183
7184         * MdiClient.cs: Update main form's ActiveChild when
7185         updating keyboard focus for the mdi child.
7186
7187 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
7188
7189         * Control.cs: PreferredSize fix.
7190
7191         * Form.cs: Add several 2.0 events, properties, and methods.
7192
7193 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
7194
7195         * Form.cs: Provide meaningful message when MdiParent is assigned a
7196         Form that is not an MdiContainer.
7197
7198 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7199
7200         * MdiClient.cs: Update main form's ActiveChild when
7201         activating a mdi child.
7202
7203 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7204
7205         * MdiWindowManager.cs: Fix NRE when merging menus and main form
7206         doesn't have a menu.
7207
7208         * Form.cs: Request NCRecalc after creating a mdi child window.
7209         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
7210         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
7211         
7212         * MdiClient.cs: Add new method SendFocusToActiveChild that either
7213         sends keyboard focus to the active child, or to the MdiClient
7214         if there are no child forms.
7215         
7216 2007-01-15  Chris Toshok  <toshok@ximian.com>
7217
7218         * ListView.cs: drop the *Internal overrides, just do our work in
7219         ItemControl's WndProc instead.
7220
7221         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
7222         of the various controls, and forward the events properly (in the
7223         same manner as MS) from the textbox to the UpDown.  Also the
7224         ActiveControl of the UpDownBase gets set properly now.  Finally,
7225         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
7226
7227         * NumericUpDown.cs: set Text in the ctor.
7228
7229         * DomainUpDown.cs: call UpdateEditText in the ctor.
7230         
7231         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
7232         so even a Selectable = false textbox can be focused if you click
7233         in it.  Go figure.
7234
7235         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
7236         just add their handling in their respective WndProc's.  Also add
7237         an explicit FocusInternal method that doesn't consult CanFocus
7238         before calling Select(this).
7239
7240         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
7241         do our work in WndProc instead.
7242
7243         * TabControl.cs: same.
7244
7245         * ComboBox.cs: same.
7246
7247 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
7248
7249         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
7250         Fixes #80006.
7251
7252 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
7253
7254         * ListViewItem.cs:
7255         * ThemeWin32Classic.cs: Don't draw the item text outside
7256         item bounds in Details view, as well as use trimming.
7257         Fixes bug #80376.
7258
7259 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
7260
7261         * Form.cs: Implement Form.ShowIcon.
7262         
7263         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
7264         null, which when combined with the DlgModalFrame window style removes
7265         the icon from the title bar.
7266
7267 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
7268
7269         * Control.cs: Call OnMouseClick after OnClick. (2.0)
7270
7271 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
7272
7273         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
7274         menu when mdi child windows theres a menu, uses insert to get icon
7275         at first position. Partially fix #80006.
7276
7277 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
7278
7279         * Clipboard.cs: Implement 2.0 methods.
7280
7281 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
7282
7283         * Menu.cs: Implement Insert method of MenuItemCollection class
7284         to fix MenuMerge.
7285
7286 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7287
7288         * ListView.cs: Implement 2.0 FindItemWithText method.
7289
7290 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
7291
7292         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
7293         to calculate menu bar size. Fixes #80290.
7294
7295 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
7296
7297         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
7298
7299 2007-01-11  Chris Toshok  <toshok@ximian.com>
7300
7301         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
7302         initial form.
7303
7304 2007-01-11  Chris Toshok  <toshok@ximian.com>
7305
7306         * LinkLabel.cs: make sure to call base.Select in our Select method
7307         if it turns out we're going to be selected (i.e. if we have a link
7308         that is going to receive focus).  That way our container's
7309         ActiveControl is updated properly.
7310
7311 2007-01-11  Chris Toshok  <toshok@ximian.com>
7312
7313         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
7314         they have 1 or more links.  this fixes the crash gert reported.
7315
7316 2007-01-11  Andreia Gaita  <avidigal@novell.com>
7317
7318         * ContainerControl.cs: Remove ContainerSelected flag, not needed
7319         anymore.
7320
7321         * Control.cs (Controls.Add): Check if control to be added to the collection
7322         is a top level control, and throw an ArgumentException if it is.
7323         Remove ContainerSelectedFlag, not needed anymore.
7324
7325         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
7326         top most control doesn't activate the form. This fixes a problem in the
7327         MessageBox, where the default button wouldn't get focus because the form
7328         was activated before being Loaded - when the Owner is set, SetTopMost is
7329         called, and it would activate it.
7330
7331 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
7332
7333         * Button.cs: When clicked and setting the parent form's DialogResult,
7334         use FindForm instead of Parent, since parent could be a container
7335         control and not the Form.  Fixes bug #80495.
7336
7337 2007-01-10  Chris Toshok  <toshok@ximian.com>
7338
7339         * Form.cs: move the call to SendControlFocus into the same
7340         is_loaded check.
7341
7342 2007-01-10  Chris Toshok  <toshok@ximian.com>
7343
7344         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
7345         It breaks in the face of the new ActiveControl stuff, and should
7346         be unnecessary.
7347
7348         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
7349         activecontrol's focus if it's not already set, after we set
7350         ActiveControl, but before we call OnActivated.  Re-fixes #79667
7351         after the previous focus/active control fixes regressed it.
7352
7353         * Control.cs: reindent some code.
7354         
7355 2007-01-10  Chris Toshok  <toshok@ximian.com>
7356
7357         * Splitter.cs: clearing some outstanding changes from my tree.
7358         Replace all accesses (not writes) to the internal dock_style field
7359         with the Dock property.
7360
7361 2007-01-10  Chris Toshok  <toshok@ximian.com>
7362
7363         * Control.cs: make FireEnter, FireLeave, FireValidating, and
7364         FireValidated virtual.
7365
7366         * Form.cs: override and don't chain up calls to FireEnter and
7367         FireLeave.
7368
7369 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7370
7371         * ListView.cs: Add more text padding space when using
7372         auto resize for columns (the previous value didn't work fine).
7373
7374         * ThemeWin32Classic.cs: Update text position inside columns,
7375         to match the appeareance of .Net.
7376
7377         * ColumnHeader.cs: When using auto resize, only the Width should
7378         depend on the sub items, not the Height. Also, set width after
7379         auto resizing (the value of Width should never remain as -1 or -2).
7380
7381 2007-01-10  Chris Toshok  <toshok@ximian.com>
7382
7383         * Application.cs: fix compilation errors when debug is enabled.
7384
7385 2007-01-10  Chris Toshok  <toshok@ximian.com>
7386
7387         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
7388         add some nice ascii art pictures and explanation of the process).
7389         (GetMostDeeplyNestedActiveControl): new utility function we need
7390         because our ActiveControl can refer to a child container with its
7391         own ActiveControl.
7392
7393         * Form.cs (OnActivated): remove the call to SelectActiveControl
7394         from here, since you can override this method and not chain up,
7395         and winforms still sets the active control.
7396         (OnCreateControl): also remove the unnecessary SelectActiveControl
7397         call from here.
7398         (WndProc): it's actually called from the WM_ACTIVATE block, just
7399         before calling OnActivated.
7400
7401         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
7402         inside the else.  the ActiveControl setter will end up setting
7403         focus on @control.  This keeps us from setting it again (and
7404         generating an extra LostFocus/GotFocus pair).
7405         (Select (bool, bool)): reindent.
7406
7407 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
7408
7409         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
7410         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
7411         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
7412         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
7413         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
7414         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
7415         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
7416         ToolStripTextBox.cs: Another wave of corcompare work.
7417
7418 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7419
7420         * ColumnHeader.cs: Implement 2.0 AutoResize method using
7421         the Width property.
7422
7423         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
7424         methods by callling Column.AutoResize method on columns.
7425
7426 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
7427
7428         * Control.cs: Provide proper implementations of PreferredSize
7429         and GetPreferredSize (2.0).
7430
7431 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
7432
7433         * Form.cs: Remove one character (!) to make my previous OnClosing
7434         stuff work for modal windows like MessageBox.
7435
7436 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7437
7438         * ListView.cs:
7439         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
7440         ListView.Columns to get the last displayed column. Fixes #80452.
7441
7442 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
7443
7444         * Label.cs, LinkLabel.cs: Source code identation fixes.
7445
7446 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
7447
7448         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
7449         we dont need to invalidate only borders because when we invalidate four
7450         border lines the invalidate's generates a complete redraw of button, 
7451         because it now invalidate a complete rect some other redraws operations
7452         are fixed. Fixes #80196.
7453         
7454         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
7455         Remove ToolBarInvalidateEntireButton as it is not used.
7456
7457 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
7458         
7459         * Form.cs: Make sure that both OnClosing and OnFormClosing are
7460         called for 2.0 profile.
7461         * CloseReason.cs: Make class internal for 1.1.
7462
7463 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
7464
7465         * ToolStripManager.cs: Implement FindToolStrip functionality.
7466         * ToolStrip.cs: Register and unregister with ToolStripManager.
7467
7468 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
7469
7470         * Control.cs: This was messy.  2.0 moves much of ControlCollection
7471         to ArrangedElementCollection.  Implemented this with as few #if's as 
7472         possible (which is still too many).
7473
7474 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
7475
7476         * Control.cs: Implement SizeFromClientSize() [2.0].
7477
7478 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
7479
7480         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
7481         use Theme.BorderSize to calculate area instead of static value 1, 
7482         by the way use new BorderStaticSize instead     Border3DSize when 
7483         border_static is true. Fixes #79537.
7484         
7485         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
7486         
7487         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
7488         it is not needed.
7489
7490 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
7491
7492         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
7493
7494 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
7495
7496         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
7497         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
7498         
7499         * Hwnd.cs: 
7500         - border_static field added, it will used to define when a control 
7501         theres 3D border but it must be static (thin).
7502         - In GetWindowRectangle use Theme.BorderSize to calculate area 
7503         instead of static value 1, by the way use new BorderStaticSize instead
7504         Border3DSize when border_static is true.
7505
7506         * XplatUIX11.cs, XplatUIOSX.cs: 
7507         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
7508         
7509         * Theme.cs: BorderStaticSize field added.
7510
7511 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
7512
7513         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
7514
7515 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
7516
7517         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
7518         mimic same behavior than win32 that set border only in CreateParams,
7519         it fix problems under CreateParams overrides. Fix #79442 and partial
7520         fix #79537.
7521         
7522         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
7523         of thi control you must call recreate handle. 
7524         
7525         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
7526         need to do anything as RecreateHangle will take care about borders.
7527
7528 2007-01-05  Mike Kestner  <mkestner@novell.com>
7529
7530         * ListView.cs: hack to eliminate Lost/Got focus notifications on
7531         cycles between the ItemControl and parent.  Fixes #80388.
7532
7533 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
7534
7535         * Control.cs: Lazy init layout engine. Do not directly use 
7536         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
7537
7538 2007-01-05  Chris Toshok  <toshok@ximian.com>
7539
7540         * DataGrid.cs: don't forceably rebind columns in SetDataSource
7541         unless our list manager has changed (i.e. unless we have reason to
7542         believe our columns have changed).  Fixes #80422.
7543         
7544         also, disable the call do BindColumns in
7545         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
7546         1.1 the event isn't raised in response to a column addition on a
7547         table.)
7548
7549 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
7550
7551         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
7552         that inheritors can not call it if they choose.  Fixes bug #80456.
7553
7554 2007-01-05  Andreia Gaita  <avidigal@novell.com>
7555
7556         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
7557         doesn't blow up with a null exception on marshalling.
7558         
7559 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
7560
7561         * Control.cs: Implement several 2.0 protected properties and methods.
7562         Ensure that all necessary events are being called when properties
7563         are set.
7564
7565 2007-01-05  Mike Kestner  <mkestner@novell.com>
7566
7567         * ListView.cs: implement PgUp/PgDn for Details view.  Also
7568         fixes First/LastVisibleIndex to use the item_control.ClientRect 
7569         instead of the parent control.  Fixes #80378.
7570
7571 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
7572
7573         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
7574           determine whether to use yard-pound or not (bug #78399).
7575
7576 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
7577
7578         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
7579         problems. So it is time to bring back the old popupbutton colors.
7580
7581 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7582
7583         * ColumnHeader.cs:
7584         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
7585         property by using the internal information of the
7586         columns order in ListView.
7587
7588 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
7589
7590         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
7591         Add 2.0 Tag properties.
7592
7593         * LinkArea.cs: Add 2.0 ToString method.
7594
7595 2007-01-03  Chris Toshok  <toshok@ximian.com>
7596
7597         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
7598         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
7599         when we're editing, which fixes #80047.
7600
7601 2007-01-03  Chris Toshok  <toshok@ximian.com>
7602
7603         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
7604         #80404.
7605
7606 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
7607
7608         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
7609         property and implementation.
7610
7611         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
7612         for MdiWindowListItem property.
7613
7614         * ToolStripDropDown.cs: Don't consider hidden menu items while
7615         laying out the menu.
7616
7617 2007-01-03  Andreia Gaita  <avidigal@novell.com>
7618
7619         * SendKeys.cs: window handle is not needed in win32, so just
7620         get the active window for X after parsing keys and don't use
7621         it when building the message; it is passed by parameter to the 
7622         Xplat method and used there to build the message instead. Also,
7623         wait for events to be processed on SendWait, as opposed to Send,
7624         which doesn't wait :) Playing with threads and Send() completely 
7625         hangs on ms.net, only SendWait() works.
7626         
7627         XplatUIX11.cs
7628         X11Display.cs: Check for valid window handle.
7629
7630 2007-01-03  Jackson Harper  <jackson@ximian.com>
7631
7632         * TextControl.cs: Need to prevent wrap calculations when replacing
7633         text (this was there before i removed it accidently).
7634         - Don't update the cursor during the positioning, just set it to
7635         selection_start at the end of the operaion.
7636
7637 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7638
7639         * Control.cs:
7640         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
7641         
7642 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7643
7644         * MonthCalendar.cs: Added Click and DoubleClick events again,
7645         but this time they only hide Control's Click and DoubleClick.
7646         
7647 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
7648
7649         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
7650         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
7651
7652 2007-01-02  Jackson Harper  <jackson@ximian.com>
7653
7654         * TextBoxBase.cs: We move the caret with the split now, so we
7655         don't need to explicitly move the caret after splitting.  This
7656         fixes the caret bumping down an extra line on Enter.
7657
7658 2007-01-02  Miguel de Icaza  <miguel@novell.com>
7659
7660         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
7661         2.72). 
7662
7663         * ScrollableControl.cs: Add Scroll event.
7664
7665 2007-01-02  Mike Kestner  <mkestner@novell.com>
7666
7667         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
7668         to fix all hdr height padding codepaths.  Fixes #80207.
7669
7670 2007-01-02  Chris Toshok  <toshok@ximian.com>
7671
7672         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
7673         setting it to the Control defaults anyway, and it being after the
7674         Dock set was screwing up layout.
7675         (set_Dock): don't short circuit out of setting base.Dock.  Also,
7676         no need to call UpdateStatusBar here, as it'll be re-layed out if
7677         it needs to be.
7678
7679 2007-01-02  Mike Kestner  <mkestner@novell.com>
7680
7681         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
7682         to header height for width == -1. Fixes the rest of #80207.
7683
7684 2007-01-02  Mike Kestner  <mkestner@novell.com>
7685
7686         * ListView.cs: rework the mouse event forwarding everaldo added
7687         to translate the coordinates to the parent control not
7688         raise the parent events until after we've done our work. Hover
7689         needs more work, in the case where HoverSelection is on, because
7690         the item control receives more than one MouseHover per Enter
7691         event, so we need to ensure only the "first" hover gets forwarded.
7692         Opening a minor bug for that.
7693
7694 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
7695
7696         * CheckedListBox.cs: Fixed SelectionMode to match MS.
7697         * ListControl.cs: Implemented AllowSelection property. Removed extra
7698         tabs.
7699         * ListBox.cs: Implemented AllowSelection property.
7700
7701 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7702
7703         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
7704         SelectedItem, it prevent for errors when you must disable item
7705         before perform click. Fixes #80409.
7706
7707 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7708
7709         * MenuAPI.cs: Prevent second level and beyond submenus to close
7710         until first level when move out side of popup.
7711         
7712 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7713
7714         * MenuAPI.cs:
7715         - Down submenu positin in three pixels.
7716         - Closes sub menu when mouse leaves from menu. Fixes #80402.
7717
7718 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
7719
7720         * ThemeWin32Classic.cs:
7721         - Fix popup menu size adding one pixel on the top.
7722         - Down menu item border from two to one to mimic Win32.
7723         - Some source identation fixes. 
7724
7725 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
7726
7727         * ThemeWin32Classic.cs: Use float numbers to calculate size and
7728         position of menu arrows, it fix wrong arrow size.
7729
7730 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
7731
7732         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
7733         instead of line, it simplify draw operation and fix it using 3D
7734         borders to mimic Win32.
7735
7736 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
7737
7738         * StatusStrip.cs: Add implementation of the sizing grip.
7739
7740         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
7741         StatusStrip rendering.
7742
7743 2006-12-31  Chris Toshok  <toshok@ximian.com>
7744
7745         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
7746         override the layout style (anchor/dock) of the control.  assign to
7747         Dock instead.  Fixes bug #80416.
7748
7749         * ToolStrip.cs: same.
7750
7751 2006-12-31  Andreia Gaita  <avidigal@novell.com>
7752
7753         * ContainerControl.cs: Use ContainerSelected flag to check if 
7754         a Container is directly selected, or if Select is called on a 
7755         non-container. If a container is directly selected, focus events 
7756         should not be raised.
7757         Apply #80411 patch to throw exception on set_ActiveControl if 
7758         control is the same as the current one.
7759         
7760         * Control.cs: Use ContainerSelected flag (see above).
7761         Add invalidation check to raise event but not invalidate if 
7762         dimensions are 0.       
7763         Apply #80411 patch.
7764         
7765
7766 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
7767
7768         * MenuAPI.cs: After click, dont close popup menu when menu is
7769         ContextMenu. Fixes #80399.
7770
7771 2006-12-30  Chris Toshok  <toshok@ximian.com>
7772
7773         * ContainerControl.cs: make sure we throw the exception if the
7774         container control doesn't contain the control we're setting
7775         ActiveControl to.
7776
7777 2006-12-30  Chris Toshok  <toshok@ximian.com>
7778
7779         * Control.cs (SetTopLevel): fix the exception raised by
7780         SetTopLevel for child controls.
7781         (set_Anchor): call UpdateDistances when setting the anchor type.
7782         This fixes bug #80336.
7783
7784 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7785
7786         * Theme.cs: For now, revert back to 8pt font.
7787
7788 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
7789
7790         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
7791         Fixes #80395.
7792
7793 2006-12-29  Chris Toshok  <toshok@ximian.com>
7794
7795         * Control.cs: reorder the code in OnResize to give the same event
7796         ordering as MS.
7797
7798 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7799
7800         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
7801         TileHorizontally and TileVertically.
7802         
7803 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
7804
7805         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
7806         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
7807         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
7808         Corrected copyright and email adress.
7809
7810 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7811
7812         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
7813         of Exception in FullPath property if no TreeView is associated with
7814         the TreeNode.
7815
7816 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
7817
7818         * Theme.cs: Marked default_font as private, and initialize it in ctor
7819         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
7820         on 2.0 profile.
7821         * ThemeGtk.cs: Removed default_font intialization.
7822         * ThemeWin32Classic.cs: Removed default_font initialization.
7823
7824 2006-12-28  Chris Toshok  <toshok@ximian.com>
7825
7826         * Control.cs: fix a couple of place where we were creating handles
7827         more aggressively than we should be.  Fixes ControlRefresh unit
7828         tests.
7829
7830 2006-12-28  Chris Toshok  <toshok@ximian.com>
7831
7832         * Control.cs: contrary to what the comment said, Control.Dock does
7833         not supercede Control.Anchor - the last one you assign to decides
7834         the layout behavior.  so we need to keep track of which was the
7835         last set.  Also, fix some of the affected property arguments in
7836         PerformLayout calls, and remove an redundant parent.PerformLayout
7837         call in OnResized.
7838
7839         Add a VisibleInternal property, which returns is_visible.  We
7840         can/should get rid of all the usage of this field elsewhere.
7841
7842 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7843         
7844         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
7845         control style, not DoubleBuffer. Added UseDoubleBuffering property
7846         that indicates whether doublebuffering is enabled and supported.
7847         (comment from and code based on Gert Driesen's patch in #80324).
7848         Fixes #80324.
7849
7850 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7851         
7852         * Control.cs: Fixed a NRE.
7853
7854 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7855
7856         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
7857         for 2.0.
7858
7859 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7860
7861         * Control.cs: Rewrote double buffering, now a seperate
7862         class handles all the buffering, no Graphics is disposed of
7863         until the painting is finished (earlier implementation 
7864         would crash if the control was resized in the OnPaint, 
7865         since it would cause the double buffer to be recreated
7866         and the old one disposed), a separate Graphics is 
7867         created for every paint (MS behaviour and anyways the state
7868         of the Graphics would have to be saved and restored otherwise)
7869         
7870         * XplatUIDriver.cs: 
7871         * XplatUIX11.cs:
7872         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
7873         so that we can get the graphics for the back buffer without
7874         having to create a new one and remove the offscreen_dc parameter
7875         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
7876         
7877 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7878
7879         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
7880         Also make virtual all the key-related methods.
7881
7882         * ListViewItem.cs: Make virtual the key related methods for
7883         ListViewSubItemCollection.
7884
7885 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7886
7887         * ListView.cs:
7888         * ListViewItem.cs:
7889         * ThemeWin32Classic.cs:
7890         * Theme.cs: Initial support for Tile view in ListView,
7891         as well as the implementation of the required bits for it (Item
7892         and Subitem).
7893
7894 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7895
7896         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
7897         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
7898         Provide useful exception messages.
7899
7900 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7901
7902         * TrackBar.cs: Remove a warning.
7903         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
7904         when used by DateTimePicker, fixes #80287. This also requires that 
7905         MonthCalendar implements it's own drawing for the yearly updown control,
7906         otherwise the Capture tracking would be too complicated. Removed the Click 
7907         and DoubleClick events (according to comments they were hiding the base class
7908         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
7909         raise these events, not that they cannot be raised. It is possible to raise 
7910         them by calling OnClick and OnDoubleClick). Added two internal fields in 
7911         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
7912         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
7913         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
7914         event, no longer needed.
7915         
7916 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7917
7918         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
7919         true if new value differs from current value.
7920
7921 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7922
7923         * Control.cs: ControlCollection.Count must be public. Fixed build of
7924         unit tests.
7925
7926 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7927
7928         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
7929
7930 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
7931
7932         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
7933
7934 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
7935
7936         * Control.cs: Invalidates control including when Width and Height is 
7937         equal zero or is not visible, only Paint event must be care about 
7938         this. Fixes #79913.
7939
7940 2006-12-26  Chris Toshok  <toshok@ximian.com>
7941
7942         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
7943         more corcompare work.
7944
7945         * DataGridView.cs: fix compiler warning.
7946
7947         * ColumnHeader.cs: some corcompare work, and also take the
7948         opportunity to make the internal fields private.
7949
7950         * ListView.cs: fix the fallout from the above field change.
7951
7952 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
7953
7954         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
7955         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
7956         ToolStripTextBox.cs: Fixes to events and corcompare.
7957
7958 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
7959
7960         * ListView.cs: Call owner.OnMousexx event to propagate events from
7961         item to ListView. Fixes #80367.
7962
7963 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7964
7965         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
7966         if value is less than one. ItemHeight should not be set to a value
7967         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
7968         Removed extra tabs.
7969
7970 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
7971
7972         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
7973         * ToolStripStatusLabel.cs: Add Spring for Moma.
7974
7975 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7976
7977         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
7978         Fixed code formatting. Removed debug code.
7979         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
7980
7981 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
7982
7983         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
7984         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
7985         ArgumentOutOfRangeException if ColumnCount is negative. In 
7986         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
7987         less than 4 or higher than 32768.
7988         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
7989         Fixed FormatProvider to return CurrentCulture unless explicitly set.
7990         Fixed IsFormatProviderDefault to return true if FormatProvider has
7991         not been explicitly set.
7992
7993 2006-12-25  Chris Toshok  <toshok@ximian.com>
7994
7995         * Application.cs: add a couple of 2.0 events.
7996
7997 2006-12-25  Chris Toshok  <toshok@ximian.com>
7998
7999         * Control.cs: fix compiler warning.
8000
8001         * AxHost.cs: corcompare fixes.
8002
8003         * ApplicationContext.cs: corcompare fixes.
8004
8005 2006-12-25  Chris Toshok  <toshok@ximian.com>
8006
8007         * Control.cs: only update dist_right/dist_bottom if the
8008         width/height is > 0.  this fixes anchored controls being resized
8009         smaller until they disappear and then resized larger again.
8010
8011 2006-12-25  Chris Toshok  <toshok@ximian.com>
8012
8013         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
8014         since they're nothing more than X/Left and Y/Top, respectively.
8015
8016         Also, move back to a per-control Bitmap/Graphics for
8017         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
8018         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
8019         Height.
8020
8021 2006-12-25  Miguel de Icaza  <miguel@novell.com>
8022
8023         * MessageBox.cs: Implemented overload that takes a new "bool
8024         displayHelpButton" by adding a new internal field "show_help".
8025         When clicked this will raise the HelpRequested on the owner or the
8026         main form. 
8027
8028         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
8029         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
8030
8031         * ListView.cs: Add support ColumnWidthChanged and
8032         ColumnWidthChanging. 
8033
8034         Add support for ColumnReordered event.
8035         (ReorderColumn): Add NET_2_0 specific support for cancelling the
8036         reorder.
8037
8038         Very nice codebase!
8039
8040         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
8041
8042         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
8043
8044 2006-12-24  Chris Toshok  <toshok@ximian.com>
8045
8046         * GridTablesFactory.cs: 2.0 corcompare work.
8047
8048         * ToolStripContainer.cs: add "override" to
8049         ContextMenuStripChanged, and remove the local event object.
8050
8051         * ToolStripDropDown.cs: same with a couple properties.
8052
8053         * ToolStripPanel.cs: same with AutoSizeChanged event.
8054
8055         * TextBoxBase.cs: add "override" to AutoSizeChanged.
8056
8057         * Form.cs: add the remaining 2.0 events, and do some corcompare
8058         attribute work.
8059
8060         * DateTimePicker.cs: add "new" to padding.
8061
8062         * ButtonBase.cs: use Control's use_compatible_text_rendering.
8063
8064         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
8065
8066         * DataGridView.cs: PaddingChanged is overridden.
8067
8068 2006-12-24  Chris Toshok  <toshok@ximian.com>
8069
8070         * Control.cs: corecompare work here too.
8071
8072         * DataGridViewElement.cs, DataGridView.cs,
8073         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
8074         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
8075         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
8076         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
8077         work.
8078
8079 2006-12-24  Miguel de Icaza  <miguel@novell.com>
8080
8081         * Control.cs: Switched the error message on the console for a
8082         todo.  A review of the code will have to cope with this anyways
8083         (since its a large feature, it is in our radar) and it was
8084         producing too much output when running PDN.
8085
8086         * ToolStripComboBox.cs: Set the text when the SelectedIndex
8087         changes.  Applications depend on this (PDN 2.72)
8088
8089 2006-12-23  Chris Toshok  <toshok@ximian.com>
8090
8091         * TableLayoutSettings.cs: finish up the corcompare work for this
8092         class.
8093
8094 2006-12-23  Chris Toshok  <toshok@ximian.com>
8095
8096         * Control.cs: make SetImplicitBounds internal, do some futzing
8097         with LayoutEngine so that it's available in 1.1, and remove the
8098         entire duplicated code mess from PerformLayout.  Use
8099         System.Windows.Forms.Layout.DefaultLayout instead.
8100
8101         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
8102
8103 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
8104
8105         * Form.cs: Add MainMenuStrip property.
8106
8107 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
8108
8109         * Control.cs: Add ContextMenuStrip property and implementation.
8110         Fix ContextMenu implementation to show menu centered on control when
8111         activated using the keyboard instead of showing at screen (0,0).
8112
8113         * ToolStripDropDown.cs: Fix needed overload of Show ().
8114
8115 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
8116
8117         * Menu.cs: Name property added for 2.0 profile.
8118         
8119 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
8120
8121         * Menu.cs: Update information about FindMenuItem, method to be
8122         implemented soon.
8123
8124 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
8125
8126         * MenuAPI.cs: When deselect items deselect also selected subitems.
8127         
8128 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
8129
8130         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
8131         FindSubItemByCoord to found itens that is not active, also an
8132         cheking added to FindSubItemByCoord to search for items only 
8133         in visible popup windows. Fixes #80274.
8134
8135 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
8136
8137         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
8138         internal property, it be care about change ExStyle. 
8139
8140 2006-12-22  Andreia Gaita  <avidigal@novell.com>
8141
8142         * ContainerControl.cs: set activeControl for parent forms up the 
8143         tree when the new activecontrol is a container.
8144         When validating the active control, if it is a container, also
8145         raise up the validation for it's active control. Fixes #80280
8146         
8147         * Control.cs: Add internal property flag and check to prevent
8148         Focus events from getting raised when Select() is called for
8149         a ContainerControl. There are still too many focus events being
8150         raised at the moment though.
8151         Cleaned up the code a bit.
8152
8153 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8154
8155         * Control.cs: Added all missing 2.0 events.and
8156         fixed a couple of corcompare issues.
8157         * TrackBar.cs: Implemented missing 2.0 bits.
8158         * MonthCalendar.cs, 
8159         * DateTimePicker.cs, 
8160         * MdiClient.cs: Fixed some corcompare issues.
8161
8162 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
8163
8164         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
8165         SplitterPanel.cs: corecompare work.
8166
8167 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
8168
8169         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
8170         Clean up warnings for BackgroundImageChanged and PaddingChanged
8171         events now that they are implemented in Control.cs.
8172
8173 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
8174
8175         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
8176         
8177         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
8178         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
8179         of TableLayoutPanel and supporting cast.
8180
8181 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8182
8183         * XplatUIWin32.cs: 
8184         - GrabWindow now confines the mouse pointer to the confine window.
8185         - Added Win32ClipCursor and Win32GetClipCursor.
8186
8187         * Control.cs: 
8188         - Added CaptureWithConfine to be able to capture and confine 
8189         mouse pointer.
8190         
8191         * InternalWindowManager.cs: 
8192         - Call CaptureWithConfine instead of Capture if we're an
8193         MdiChild (fixes #79982).
8194
8195 2006-12-21  Chris Toshok  <toshok@ximian.com>
8196
8197         * DataGrid.cs: guard against the initial state of selection, where
8198         selection_start == -1.  make sure we only select from index >= 0.
8199         Fixes bug #80291.
8200
8201 2006-12-21  Chris Toshok  <toshok@ximian.com>
8202
8203         * Control.cs: we don't need to be so draconian with
8204         UpdateDistances, and we thusly don't need to call it before
8205         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
8206
8207 2006-12-21  Daniel Nauck  <dna@mono-project.de>
8208
8209         * ComboBox.cs,
8210         TextBox.cs: Implemented AutoComplete properties.
8211
8212 2006-12-20  Chris Toshok  <toshok@ximian.com>
8213
8214         * DataGridView*.cs: some corecompare work.
8215
8216 2006-12-20  Jackson Harper  <jackson@ximian.com>
8217
8218         * XplatUIX11.cs: We need to hide the caret when deleting it,
8219         otherwise you get carets left lying around everywhere.
8220         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
8221         prevents getting some weird half drawn caret tracers when
8222         scrolling.
8223         * TextControl.cs: Attempt to reduce the number of times we need to
8224         recreate the caret.
8225
8226 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
8227
8228         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
8229
8230 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8231
8232         * DateTimePicker.cs:
8233         - Implemented missing 2.0 bits.
8234         - Changed some default values to match MS.
8235         
8236 2006-12-20  Jackson Harper  <jackson@ximian.com>
8237
8238         * TextBoxBase.cs: When changing the font across the document we
8239         can't recalculate after changing each line, since that will cahnge
8240         the line count.
8241         - PreferredHeight is a little different than i thought.
8242         - When backspacing, move the caret before we do the actual char
8243         delete, because when that delete crosses a wrap boundary the
8244         positional information will change.
8245
8246 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8247
8248         * Control.cs: Added some missing 2.0 bits: 
8249         BackgroundImageLayout, BackgroundImageLayoutChanged, 
8250         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
8251         add IBindableComponent and IDropTarget implementation.
8252         
8253         * MonthCalendar.cs: 
8254         - Added all missing 2.0 features:
8255         BackgroundImageLayout, RightToLeftLayout, 
8256         OnHandleDestroyed, RightToLeftLayoutChanged, 
8257         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
8258         PaddingChanged.
8259         - Rewrote all the BoldDate code, it was completely broken.
8260         - Fixed all the tests (the tests can now be re-enabled, the
8261         problems were not with the tests, but with the control, it was
8262         mostly broken).
8263         
8264         * DateTimePicker.cs: Changed the location where the 
8265         MonthCalendar is shown.
8266         
8267 2006-12-19  Chris Toshok  <toshok@ximian.com>
8268
8269         * DataGridView.cs: add IDropTarget implementation.
8270
8271         * ToolStripPanel.cs: add IDropTarget implementation.
8272
8273 2006-12-19  Jackson Harper  <jackson@ximian.com>
8274
8275         * TextControl.cs: soft now means something different than what it
8276         used to mean, we want to move the caret regardless of whether or
8277         not this break was soft (would we really have wanted the caret
8278         to not move with the break in the old context?)
8279         * TreeView.cs: Make sure we factor in the vert scrollbar when
8280         calculating the horizontal scrollbar's maximum.
8281
8282 2006-12-19  Andreia Gaita  <avidigal@novell.org>
8283
8284         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
8285         check for keywords in alternate casing, close bug #80049.
8286
8287 2006-12-19  Chris Toshok  <toshok@ximian.com>
8288
8289         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
8290         methods (which all do nothing).
8291
8292         * IDropTarget.cs: add the 4 missing methods.
8293
8294 2006-12-19  Chris Toshok  <toshok@ximian.com>
8295
8296         * TableLayoutRowStyleCollection.cs: corcompare work.
8297         
8298         * TableLayoutSettings.cs: same.
8299
8300         * TableLayoutStyle.cs: same.
8301
8302         * TableLayoutColumnStyleCollection.cs: same.
8303
8304 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
8305
8306         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
8307         TableLayoutPanel I've had in my local tree for way too long.
8308
8309 2006-12-19  Miguel de Icaza  <miguel@novell.com>
8310
8311         * TableLayoutSettings.cs: Finish the public API (still needs all
8312         the logic to update on changes). 
8313
8314         * TableLayoutPanelCellPosition.cs: new file.
8315         
8316         * TableLayoutRowStyleCollection.cs,
8317         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
8318         TableLayoutSettings.cs: Track the final 2.0 table api.
8319
8320 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8321
8322         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
8323         and Image List 2.0 members for ColummnHeader.
8324         * ListView.cs: Add key-related 2.0 methods for
8325         ColumnHeaderCollection.
8326
8327 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
8328
8329         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
8330         ArgumentNullException if items argument is null. Ignore null item in
8331         arrays. Removed extra tabs.
8332
8333 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
8334
8335         * MonthCalendar.cs: Fixed InvalidCastException.
8336
8337 2006-12-19  Jackson Harper  <jackson@ximian.com>
8338
8339         * TextControl.cs: Don't increment the position here.
8340         - When calculating char positions only add in the line break size
8341         for hard line breaks.
8342
8343 2006-12-19  Andreia Gaita  <avidigal@novell.org>
8344
8345         * SendKeys.cs: Changed some things to match ms.net behaviour
8346         when parsing shifted capital letters.
8347         
8348         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
8349         Add window handle as parameter to SendInput. X11 needs the 
8350         window handle, and the handle being passed      to it in the keys 
8351         queue is the active control handle (which windows needs), not 
8352         the window handle.
8353         
8354         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
8355         to support SendKeys on X.       
8356         
8357         * X11Keyboard: Implement helper method to lookup a linux keycode
8358         given the virtual keycode. Added table of keycode-2-virtualkey
8359         values to support this.
8360
8361 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8362
8363         * ListView.cs: Add support for SelectedIndexCollection
8364         and SelectedItemCollection 2.0 methods. Implement support
8365         for ImageKey too.
8366         * ListViewItem.cs: Add support for ListViewSubItemCollection
8367         2.0 methods. Also, fix an incorrect behavior of AddRange method
8368         (it shouldn't call Clear).
8369         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
8370
8371 2006-12-19  Jackson Harper  <jackson@ximian.com>
8372
8373         * RichTextBox.cs: 
8374         * TextBoxBase.cs: New args for FormatText
8375         * TextControl.cs: Rewrote the main drawing method, this version
8376         feels a little easier to understand and debug to me.  Hopefully it
8377         does to others also
8378         - Fix FormatText to OR in the new formating values.  Added
8379         FormatSpecified param, basically this works in the same way as
8380         BoundsSpecified in Control.
8381         - Set the caret properties when the caret is positioned.
8382         - When wrapping text make sure that we calculate the width of the
8383         last character
8384         - when calculating alignments we might have wrapped down to the
8385         next line, so don't search for an individual tag, search for the
8386         end of the line
8387         - We need to invalidate the selection area when we replace the
8388         selection.
8389         
8390 2006-12-19  Daniel Nauck  <dna@mono-project.de>
8391
8392         * Application.cs: add Restart () 2.0 support
8393
8394 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
8395
8396         * MenuItem.cs: Invalidate menu item rectangle after change Enable
8397         property. Fixes #80268.
8398         
8399 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
8400
8401         * MenuAPI.cs: Dont trigger select event when closes top menu
8402         item. Fixes #80270.
8403
8404 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
8405
8406         * MenuAPI.cs: When you click on menuitem only trigger onselect
8407         event for top menu itens. Fixes #80271.
8408         
8409 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8410
8411         * MdiWindowManager.cs: Make IconicBounds depend on
8412         the bottom of MdiClient, not the top (fixes #80267)
8413         
8414 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8415
8416         * MdiClient.cs: Added missing 2.0 attribute
8417
8418 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8419
8420         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
8421         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
8422
8423 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
8424
8425         * MenuAPI.cs: Fix click when menuitem is not popup,
8426         this regression was caused by last commit (#80272).
8427
8428 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
8429
8430         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
8431         fire click event or close menu. Fixes #80272.
8432
8433 2006-12-17  Daniel Nauck  <dna@mono-project.de>
8434
8435         * ListViewHitTestInfo.cs: add
8436
8437 2006-12-17  Daniel Nauck  <dna@mono-project.de>
8438
8439         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
8440         * FlatButtonAppearance.cs: add
8441         * DockingAttribute.cs: add
8442
8443 2006-12-17  Chris Toshok  <toshok@ximian.com>
8444
8445         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
8446         and rebind our columns when it does - this way, if you make
8447         changes to the DataTable (or set the Table attribute on a DataView
8448         after setting it as the DataGrid's DataSource, the changes are
8449         made visible.)  Fixes bug #80107.
8450
8451 2006-12-17  Daniel Nauck  <dna@mono-project.de>
8452
8453         * ListViewGroup.cs: add internal Location property for layouting.
8454         * Theme.cs: add abstract ListViewGroupHeight function.
8455         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
8456
8457 2006-12-16  Andreia Gaita  <avidigal@novell.com>
8458
8459         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
8460         Added reset of selected index to 0 when adding first tab page.
8461         Fixes #80264
8462         
8463         * NumericUpDown.cs: Fix NET_2_0 check
8464
8465 2006-12-16  Daniel Nauck  <dna@mono-project.de>
8466
8467         * ListViewGroup.cs: fixed DefaultValueAttribute value
8468
8469 2006-12-16  Daniel Nauck  <dna@mono-project.de>
8470
8471         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
8472
8473 2006-12-15  Miguel de Icaza  <miguel@novell.com>
8474
8475         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
8476         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
8477         ScrollableControl.cs: Add a handful of methods that are
8478         overwritten in 2.0 
8479
8480 2006-12-15  Chris Toshok  <toshok@ximian.com>
8481
8482         * XplatUIWin32.cs: initial implementation of the Reversible
8483         drawing functions.  there are some problems.  DrawReversibleFrame
8484         doesn't seem to work at all for Dashed FrameStyle, and in the
8485         Thick case there are drawing errors at the corners (we probably
8486         need to bind Rectangle instead of doing moveto/lineto's.)
8487
8488 2006-12-16  Andreia Gaita  <avidigal@novell.com>
8489         
8490         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
8491         to send blocks of key messages. Send accumulates keys to send with Flush, 
8492         while SendWait sends all keys immediately.
8493                 
8494         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
8495         XplatUIX11.cs,  XplatUIX11-new.cs:
8496         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
8497         to Win32 SendInput.
8498         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
8499         
8500         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
8501         testing for ms.net on this class is very tricky, as the tests run too fast 
8502         to allow the hook to release, essentially freezing the keyboard and the 
8503         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
8504         category :p
8505
8506 2006-12-16  Daniel Nauck  <dna@mono-project.de>
8507
8508         * Padding.cs: fixed serialization compability to MS ("_var" field names),
8509                         added missing attributes.
8510  
8511 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8512
8513         * ListViewGroup.cs: Added missing attributes.
8514         * ListViewGroupCollection.cs: Added missing attributes.
8515
8516 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8517
8518         * ListViewItem.cs: fixed ListViewSubItem text property.
8519
8520 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8521         
8522         * Control.cs: Added missing 2.0 attributes
8523         
8524 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8525         
8526         * MdiClient.cs: Added missing 2.0 attribute.
8527         * MonthCalendar.cs: Added some missing 2.0 attributes 
8528         and properties.
8529         
8530 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8531
8532         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
8533
8534 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
8535
8536         * MainMenu.cs: Add the new 2.0 constructor to help out people
8537         using the MainMenu in VS2005.
8538
8539 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8540         
8541         * MdiChildContext.cs: Removed it, no longer used.
8542         * MdiClient.cs: Added missing 2.0 attributes.
8543         
8544 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8545         
8546         * InternalWindowManager.cs: Fix a NullRef with previous 
8547         changes for toolwindows.
8548         
8549 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8550
8551         * Control.cs: 
8552         - Added AfterTopMostControl to allow for certain controls 
8553         to always stay on top when normal controls are brought to 
8554         front.
8555         
8556         * XplatUIWin32.cs: 
8557         - (DrawInversibleRectangle): Get window rectangle from Win32 
8558         in stead of from control, since Win32 doesn't calculate
8559         screen coords correctly from control's Location if it 
8560         have docked siblings.
8561         
8562         * MdiWindowManager.cs:
8563         - Correct the control menu popup location when clicked on
8564         the maximized form icon. (fixes #80223.1)
8565         - Don't show moving rectangle if mouse hasn't moved from
8566         the original clicked point.
8567         - Removed FormGotFocus handler (not used).
8568         - Calculate the control buttons location from the main
8569         window's size and not client size (fixes #79770).
8570         - Form is now closed when the form icon is double-clicked
8571         (fixes #79775). 
8572         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
8573         
8574         * InternalWindowManager.cs:
8575         - Moved some MDI-only methods to MdiWindowManager.
8576         - Removed unused properties and methods.
8577         - Unified method naming for methods handling wm messages.
8578         - Moved all message handling to seperate methods for
8579         each message.
8580         
8581         * ThemeWin32Classic.cs:
8582         - DrawManagedWindowDecorations now draws the title bar 
8583         with a gradient brush.
8584         - Add a CPDrawButtonInternal that allows us to specify
8585         light, normal and dark colors for the buttons (control 
8586         buttons for MDI children were drawn with the same light
8587         color as the background, therefore loosing the 3D effect).
8588         
8589         * SizeGrip.cs:
8590         - Add a CapturedControl property that is used to 
8591         determine the control to resize (defaults to parent). 
8592         Needed for MdiClient, since its SizeGrip's parent is
8593         MdiClient, but the control to resize is the main form.
8594         
8595         * MdiClient.cs:
8596         - Set SizeGrip's CapturedControl to the main form in order
8597         to resize the main form and not the MdiClient.
8598         - Override AfterTopMostControl to leave the scrollbars 
8599         always on top.
8600
8601 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8602
8603         * ListView.cs: fixed ListViewItemCollection AddRange and
8604                         implemented ListViewItemCollection AddRange 2.0 support.
8605
8606 2006-12-15  Daniel Nauck  <dna@mono-project.de>
8607
8608         * ListViewGroup.cs: Add.
8609         * ListViewGroupCollection.cs: Add
8610         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
8611         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
8612                                 stub for ImageKey 2.0 support.
8613
8614 2006-12-14  Mike Kestner  <mkestner@novell.com>
8615
8616         * ListView.cs: add text padding to the autocalculation for columns
8617         of width -2.  Fixes #80207.
8618  
8619 2006-12-14  Mike Kestner  <mkestner@novell.com>
8620
8621         * ListView.cs: add some index guarding for partial row navigation 
8622         logic.  Fixes #80250.
8623
8624 2006-12-14  Mike Kestner  <mkestner@novell.com>
8625
8626         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
8627         are added or inserted to the collection.  Fixes #81099.
8628
8629 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
8630
8631         * MenuAPI.cs: Closes menu when right click out side of popup
8632         it fix problem in ContextMenu and MainMenu. Fixes #80252.
8633
8634 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8635
8636         * ListViewItem.cs: Fix dumb error.
8637
8638         * ListView.cs: Add Find and ContainsKey methods in 
8639         ListViewItemCollection, and also return true for IsReadOnly
8640         and IsFixedSize (changes for 2.0). 
8641
8642 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
8643
8644         * Control.cs: Allow Region to be set to null.
8645
8646 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8647
8648         * MdiWindowManager.cs: Remove unused (commented out) code.
8649         * Form.cs: When the MdiChild is maximized, the form needs 
8650         WM_NCMOUSELEAVE, so request it.
8651         * InternalWindowManager.cs: 
8652         - Added tooltips to control buttons.
8653         - Removed duplicated control button handling code.
8654         - Removed unused (commented out) code.
8655         
8656 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
8657
8658         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
8659         was used because we must set cursor without trigger ChangeCursor event
8660         and without change Cursor control property. Fixes #79963.
8661
8662 2006-12-12  Andreia Gaita  <avidigal@novell.com>
8663         
8664         * Control.cs: Check if Region setter value is null, and ignore
8665
8666 2006-12-12  Jackson Harper  <jackson@ximian.com>
8667
8668         * TextControl.cs: We were almost always drawing one more line then
8669         needed, since the GetLineByPixel will return the last line found
8670         at that pixel. In most cases though, we were invalidating up to
8671         the junction between two lines.
8672         - Improve debug code.
8673
8674 2006-12-12  Chris Toshok  <toshok@ximian.com>
8675
8676         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
8677         and FillReversibleRectangle.
8678
8679         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
8680         and FillReversibleRectangle.
8681
8682         * XplatUIWin32.cs: add stubs which do nothing for
8683         DrawReversibleFrame, DrawReversibleLine, and
8684         FillReversibleRectangle.
8685
8686         * XplatUIOSX.cs: add stubs which raise NIE for
8687         DrawReversibleFrame, DrawReversibleLine, and
8688         FillReversibleRectangle.
8689
8690         * XplatUIX11.cs: add working implementation for
8691         DrawReversibleFrame, DrawReversibleLine, and
8692         FillReversibleRectangle.
8693         
8694         * ControlPaint.cs: implement DrawReversibleFrame,
8695         DrawReversibleLine, and FillReversibleRectangle, by calling into
8696         the appropriate XplatUI method.
8697
8698 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8699
8700         * Form.cs: Make MdiClient have the focus even if it's
8701         not selectable, since it should receive WM_KEY* and WM_MOUSE 
8702         messages. Fixes #79907.
8703         
8704 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8705
8706         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
8707         queried after the window is created.
8708         
8709         * XplatUIX11.cs: Added SendParentNotify to implement 
8710         WM_PARENTNOTIFY logic. Fixes #79965.
8711         
8712         * Control.cs: Added MakeParam.
8713         
8714 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8715
8716         * MdiClient.cs: Resume Layout before setting window
8717         states (fixes #80201).
8718
8719 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8720
8721         * MenuAPI.cs: Deselect a menu item after performing
8722         the click (fixes #80197).
8723
8724 2006-12-11  Jackson Harper  <jackson@ximian.com>
8725
8726         * TextBoxBase.cs: We need to cap this value, since Maximum -
8727         ViewPortHeight can be less than zero.
8728         - Only do selection with the left mouse button.
8729         * TextBox.cs: Don't tell the world that we have a context menu.
8730         * Control.cs: New method so that we can control whether or not the
8731         context menu is visible outside MWF.
8732
8733 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
8734
8735         * ToolBarButton.cs: Fix text positon. 
8736
8737 2006-12-11  Miguel de Icaza  <miguel@novell.com>
8738
8739         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
8740
8741         * Control.cs (DoubleBuffered): Add implementation.
8742
8743         * Application.cs (OpenForms): Add.
8744
8745 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
8746
8747         * Form.cs: Use opacity instead of Opactiy to determine if we need
8748         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
8749
8750 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
8751
8752         * Control.cs: Fix NRE if Control.Site was set to null.
8753
8754 2006-12-11  Chris Toshok  <toshok@ximian.com>
8755
8756         * Control.cs: ControlCollection.Remove should return if the arg is
8757         null, and ControlCollection.SetChildIndex should raise a ANE.
8758
8759 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
8760
8761         * Control.cs: Verify value set for Dock property. Code formatting
8762         updates.
8763
8764 2006-12-11  Jackson Harper  <jackson@ximian.com>
8765
8766         * TextControl.cs: Draw the caret and the selection when a flag is
8767         set on the owner.
8768         * TextBoxBase.cs: We want to draw the caret and the selection for
8769         TextBox but not for TextBoxBase.
8770         - If the window is resized and scrolling is no longer needed (the
8771         whole doc is visible) set the scroll position to zero.
8772         - The default SelectWord (the one TextBox uses) should move the
8773         caret to the end of the word.
8774         - SelectAll moves the caret to the end of the selection.
8775         * TextBox.cs: We don't selectall on focus, we just do it when the
8776         control is created.
8777         
8778 2006-12-11  Mike Kestner  <mkestner@novell.com>
8779
8780         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
8781
8782 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8783
8784         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
8785         2.0 support.
8786         * ListViewItem.cs: Add Name 2.0 property.
8787
8788 2006-12-11  Andreia Gaita  <avidigal@novell.com>
8789
8790         * TabControl.cs: Set visibility on selected or default tab 
8791         when tabcontrol handle is created, so that it's contents
8792         actually show up (duh). Fixes #80193
8793         Don't redraw the control if there is no handle created, as
8794         the selected index might be completely invalid. Added some tests
8795         to check for this.
8796
8797 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
8798
8799         * ToolBar.cs: Uses maximun width and height of all buttons as 
8800         button rectangle when ButtonSize specified, it looks strange but
8801         is what happens in Win32. Fixes #80189.
8802
8803 2006-12-11  Jackson Harper  <jackson@ximian.com>
8804
8805         * TextControl.cs: Need to track undo levels ourself, since
8806         compound actions will mess them up.
8807
8808 2006-12-10  Andreia Gaita  <avidigal@novell.com>
8809
8810         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
8811         SelectedIndex value is changed (even if it's not valid).
8812         Reset SelectedIndex to 0 when the handle is created and if
8813         the current index is invalid.
8814         Fixes SelectdeIndex unit tests and #80128
8815
8816 2006-12-08  Chris Toshok  <toshok@ximian.com>
8817
8818         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
8819         calls EndEdit, it needs to be called before we set current_cell to
8820         its new value.  Otherwise, we end up committing the value in the
8821         textbox to the new cell as well.  Fixes bug #80160.
8822
8823 2006-12-08  Chris Toshok  <toshok@ximian.com>
8824
8825         * Form.cs (set_CancelButton): if the button's DialogResult is
8826         None, set it to Cancel.  Fixes bug 80180.
8827
8828 2006-12-08  Jackson Harper  <jackson@ximian.com>
8829
8830         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
8831         to watch ourselves when setting the canvas size and setting the
8832         scrollbar values.
8833
8834 2006-12-08  Chris Toshok  <toshok@ximian.com>
8835
8836         * DataGrid.cs: comment out the two MakeTransparent calls for the
8837         time being so people using trunk (and not 1.2.2) on windows can
8838         actually use the datagrid.  This deals with bug #80151.
8839
8840 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
8841
8842         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
8843         Graphics.DrawImage (image, int, int, int, int) overload instead
8844         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
8845         the dpi difference and was blurring images it drew.
8846         [Fixes bug #79960]
8847
8848 2006-12-08  Chris Toshok  <toshok@ximian.com>
8849
8850         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
8851         rowcnt is 0 (such as with an empty datasource), and make sure we
8852         initialize not_usedarea.Y to cells.Y, so we don't draw over the
8853         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
8854
8855 2006-12-08  Chris Toshok  <toshok@ximian.com>
8856
8857         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
8858         grid.
8859
8860 2006-12-08  Chris Toshok  <toshok@ximian.com>
8861
8862         [ Fixes bug #80167 ]
8863         
8864         * ThemeWin32Classic.cs: don't draw the image if the button's flat
8865         style is FlatStyle.System.
8866
8867         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
8868         ButtonBase.flat_style private, and switch uses of it to the public
8869         property.
8870         
8871 2006-12-08  Chris Toshok  <toshok@ximian.com>
8872
8873         [ Fixes bug #80121 ]
8874         
8875         * ThemeWin32Classic.cs: center the caption text in the datagrid
8876         when we draw it.
8877
8878         * DataGrid.cs: lessen the amount we add to the caption height from
8879         6 to 2.  6 was making it huge.
8880
8881 2006-12-08  Andreia Gaita  <avidigal@novell.com>
8882
8883         * UpDownBase: Handle MouseWheel call directly instead of capturing
8884         the inner textbox's OnMouseWheel. Fixes #80166
8885
8886 2006-12-08  Jackson Harper  <jackson@ximian.com>
8887
8888         * TextControl.cs: We need to invalidate the textbox when we empty
8889         it (how had this not been discovered before?)
8890
8891 2006-12-08  Jackson Harper  <jackson@ximian.com>
8892
8893         * TextBoxBase.cs: Reworked the mouse down code so I could get it
8894         to behave like MS, we now ignore the eventargs.Click and just
8895         track state ourself, which we were already doing anyways.
8896         - Constrain the double click handler to the double click size.
8897         
8898 2006-12-08  Chris Toshok  <toshok@ximian.com>
8899
8900         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
8901         direction if that scrollbar isn't shown.  fixes bug #80158.
8902
8903 2006-12-08  Andreia Gaita  <avidigal@novell.com>
8904
8905         * NumericUpDown.cs: Update value on getter. Fixes #79950
8906
8907 2006-12-08  Chris Toshok  <toshok@ximian.com>
8908
8909         * MenuItem.cs: add back in the event cloning code.  I didn't know
8910         how to do it in the face of the EventHandlerList work i'd done
8911         last week.  Fixes bug #80183.
8912
8913 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
8914
8915         * Control.cs: Add an invalidate to the BackgroundImage setter.
8916         [Fixes 80184]
8917
8918 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
8919
8920         * ToolStrip*: Add some small properties reported by MoMA, fix event
8921         firing and default properties based off of unit tests, and add some
8922         attributes based off of the class status page.
8923
8924 2006-12-07  Jackson Harper  <jackson@ximian.com>
8925
8926         * TextBoxBase.cs: Take HideSelection into account when determining
8927         whether or not to show the selection.
8928         * RichTextBox.cs: After inserting the RTF into the document move
8929         the cursor to the beginning of the document.
8930
8931 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
8932
8933         * Control.cs: Remove static ArrayList "controls" which maintained
8934         a reference to every control created.
8935         * Application.cs: Create a static FormCollection to maintain a reference
8936         to every form created.  Use it in places that formerly enumerated through
8937         the controls one looking for forms.
8938         * Form.cs: Add and remove self from above FormCollection.
8939
8940 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
8941
8942         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
8943           not libgdk (though it makes me wonder why I didn't have any
8944           problems)
8945
8946 2006-12-07  Chris Toshok  <toshok@ximian.com>
8947
8948         [ you had to know this was coming after that last commit...]
8949         
8950         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
8951         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
8952         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
8953         XCopyArea).
8954
8955 2006-12-07  Chris Toshok  <toshok@ximian.com>
8956
8957         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
8958         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
8959         all the behavior we need for double buffering.
8960
8961         * XplatUIDriver.cs: implement the 3 double buffer methods using a
8962         client side Bitmap, just like the old Control-based double buffer
8963         code did.  The methods are virtual, so each XplatUI driver
8964         subclass can replace the implementation to use a faster, platform
8965         specific approach.
8966
8967         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
8968         double buffer code, and clean things up a bit in the process.
8969
8970 2006-12-06  Chris Toshok  <toshok@ximian.com>
8971
8972         * Control.cs: reindent WndProc.
8973
8974 2006-12-06  Chris Toshok  <toshok@ximian.com>
8975
8976         [ I wanna be like BenM when I grow up ]
8977         
8978         * Hwnd.cs: create a single static Graphics object on the static
8979         Bitmap we create.  use this for our text measurements.
8980
8981         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
8982         This was causing us to allocate a backbuffer for every control,
8983         even when it wasn't flagged as double buffered.  Instead use the
8984         single graphics instance.  This might have implications for
8985         multithreaded applications.  If we run into problems we can switch
8986         to creating 1 Graphics per control, on the static Hwnd bitmap.
8987
8988         this change nets us a 7M savings in private dirty mappings when
8989         running FormsTest.exe.
8990
8991 2006-12-06  Chris Toshok  <toshok@ximian.com>
8992
8993         * ListView.cs: the BackgroundImage override is just to set
8994         attributes.  chain up to base.BackgroundImage.
8995
8996         * RichTextBox.cs: same.
8997
8998         * ToolBar.cs: same, but we need to also redraw the toolbar when it
8999         changes, so instead a handler for BackgroundImageChanged.
9000         
9001         * Control.cs: make background_image private.
9002
9003 2006-12-06  Chris Toshok  <toshok@ximian.com>
9004
9005         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
9006         sure we even need this assignment, but roll with it for now.
9007
9008         * Control.cs: make the cursor field private.
9009
9010 2006-12-06  Chris Toshok  <toshok@ximian.com>
9011
9012         * Form.cs: we don't need to explicitly set ImeMode to
9013         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
9014         behavior in the face of ImeMode.Inherit.
9015
9016         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
9017         change the ctor's assignment to use ImeMode instead of ime_mode.
9018
9019         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
9020         ImeModeInherit.  Only check for the parent's imemode (and return
9021         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
9022         This fixes the button unit test, which sets both ImeMode and
9023         DefaultImeMode to ImeMode.Disable.
9024
9025         also make the ime_mode field private.
9026
9027 2006-12-06  Chris Toshok  <toshok@ximian.com>
9028
9029         * Control.cs: make control_style private.
9030
9031         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
9032         setting the styles to true, then setting them to false instead of
9033         reverting to their previous values.
9034
9035         also, call SetStyle on the scrollbars instead of using
9036         control_style directly.
9037
9038 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
9039
9040         * FormCollection.cs: Implement. [2.0]
9041
9042 2006-12-06  Chris Toshok  <toshok@ximian.com>
9043
9044         * Control.cs: make tab_stop private.
9045
9046         * Label.cs: set TabStop, not tab_stop.  reformat some event
9047         add/remove methods to make them more compact.
9048
9049 2006-12-06  Chris Toshok  <toshok@ximian.com>
9050
9051         * RadioButton.cs: fix TabStop handling.
9052
9053 2006-12-06  Chris Toshok  <toshok@ximian.com>
9054
9055         * TextBox.cs: remove the explicit assignments to has_focus.
9056         Control does that.
9057
9058         * ButtonBase.cs: remove the assignment to has_focus.  Control will
9059         manage that.
9060         
9061 2006-12-06  Chris Toshok  <toshok@ximian.com>
9062
9063         * ButtonBase.cs: remove all uses of is_enabled from this code.
9064         it's always true when any of the code containing the checks is
9065         executed.
9066
9067 2006-12-06  Chris Toshok  <toshok@ximian.com>
9068
9069         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
9070         with different semantics (some are present in both 1.1 and 2.0
9071         profiles) so that we match MS's behavior in our unit tests.
9072
9073 2006-12-06  Jackson Harper  <jackson@ximian.com>
9074
9075         * TextControl.cs: Make this operation undoable.
9076         * TextBoxBase.cs: Factor the border width into the preferred
9077         height.
9078         - implement Modified as per the spec.
9079
9080 2006-12-06  Chris Toshok  <toshok@ximian.com>
9081
9082         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
9083
9084 2006-12-06  Chris Toshok  <toshok@ximian.com>
9085
9086         * Control.cs: make right_to_left and context_menu fields private.
9087
9088 2006-12-06  Chris Toshok  <toshok@ximian.com>
9089
9090         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
9091         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
9092         Control.child_controls private.  switch all uses over to
9093         Control.Controls.
9094
9095 2006-12-06  Chris Toshok  <toshok@ximian.com>
9096
9097         * System.Windows.Forms/GroupBox.cs,
9098         System.Windows.Forms/AccessibleObject.cs,
9099         System.Windows.Forms/ErrorProvider.cs,
9100         System.Windows.Forms/Control.cs,
9101         System.Windows.Forms/UpDownBase.cs,
9102         System.Windows.Forms/ScrollBar.cs,
9103         System.Windows.Forms/DateTimePicker.cs,
9104         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
9105         System.Windows.Forms/ToolTip.cs,
9106         System.Windows.Forms/RadioButton.cs,
9107         System.Windows.Forms/LinkLabel.cs,
9108         System.Windows.Forms/Splitter.cs,
9109         System.Windows.Forms/TextBoxBase.cs,
9110         System.Windows.Forms/ToolStripTextBox.cs,
9111         System.Windows.Forms/ContainerControl.cs,
9112         System.Windows.Forms/ThemeWin32Classic.cs,
9113         System.Windows.Forms/SizeGrip.cs,
9114         System.Windows.Forms/ToolStripDropDown.cs,
9115         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
9116         private.  switch all uses over to Control.Parent.
9117
9118 2006-12-06  Chris Toshok  <toshok@ximian.com>
9119
9120         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
9121         Control does this before calling emitting these events.
9122
9123         * TabControl.cs: same.
9124
9125         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
9126         Control.client_rect.
9127
9128         * ButtonBase.cs: use the ClientSize property instead of the
9129         client_size field.
9130
9131         * ScrollableControl.cs: same.
9132
9133         * Control.cs: another pass at making properties private.  also,
9134         move the initialization of tab_stop to the ctor.
9135
9136 2006-12-05  Andreia Gaita <avidigal@novell.com>
9137
9138         * TabControl.cs: Let the selected index be set freely if the 
9139         control handle is not yet created.
9140
9141 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
9142
9143         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
9144         internal until I can rewrite DefaultLayout.
9145         * ToolStrip.cs: Fix build error and some general cleaning.
9146         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
9147         Fix build errors caused by making some of Control's fields private.
9148
9149 2006-12-05  Jackson Harper  <jackson@ximian.com>
9150
9151         * TextControl.cs: Redo Insert a little so that it use IndexOf
9152         instead of Split, this prevents it from messing up on things like
9153         \n\n\n. Also more effecient since the split array doesn't need to
9154         be created.
9155         * TextBoxBase.cs: AppendText doesnt handle multiline and non
9156         multiline text differently, this is the first of many fixes that
9157         will make multiline/non-multiline the same thing as far as the
9158         TextBoxBase is concerned.
9159         - Don't split the text and insert lines, this can lose some line
9160         endings (like is the last line a soft or hard break). Instead use
9161         the new Insert.
9162         - Fix an off by one when combining all the lines in the Text
9163         getter.
9164         - Remove separate multiline handling from the Text getter/setter.
9165
9166 2006-12-05  Chris Toshok  <toshok@ximian.com>
9167
9168         * ButtonBase.cs: a few changes:
9169
9170         - don't reinitialize internal Control fields in the ctor when they
9171         have the same values as Control sets them.
9172
9173         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
9174         this before calling those methods.
9175
9176         - we don't need to call Refresh for anything.  use Invalidate
9177         instead.
9178
9179         - OnEnabledChanged doesn't need to redraw at all - Control.cs
9180         calls Refresh in its OnEnabledChanged.
9181         
9182         - several of the events we were registered for in the ctor to
9183         redraw ourselves already include calls to Invalidate in the
9184         property setters that raise the events.  remove the extra
9185         invalidation.
9186
9187         - reformat a switch statement that was 83274658 columns wide.
9188         
9189 2006-12-05  Mike Kestner  <mkestner@novell.com>
9190
9191         * ComboBox.cs: fix a unit test regression from a TextBox
9192         SelectionLength return of -1 when there's no selection.  
9193
9194 2006-12-05  Chris Toshok  <toshok@ximian.com>
9195
9196         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
9197         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
9198         cleaning up some of the internal Control fields being used by
9199         subclasses.
9200
9201 2006-12-05  Mike Kestner  <mkestner@novell.com>
9202
9203         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
9204         listbox after AddImplicit calls since it defaults to hidden. Add a 
9205         hack to preserve requested heights across DropDownStyle changes.
9206
9207 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
9208
9209         * PropertyGrid.cs: Hide FindFirstItem method from public API.
9210
9211 2006-12-05  Chris Toshok  <toshok@ximian.com>
9212
9213         * DataGridView.cs: fix compiler warnings.
9214
9215         * PrintControllerWithStatusDialog.cs: same.
9216
9217         * ToolBar.cs: same.
9218
9219         * FolderBrowserDialog.cs: same.
9220
9221         * Splitter.cs: same.
9222
9223         * DataGridViewComboBoxCell.cs: same.
9224
9225         * XplatUIWin32.cs: same.
9226
9227         * PictureBox.cs: same.
9228
9229         * Win32DnD.cs: same.
9230
9231         * PageSetupDialog.cs: same.
9232
9233         * FileDialog.cs: same.
9234
9235         * PrintDialog.cs: same.
9236
9237         * DataGridTextBoxColumn.cs: same.
9238
9239         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
9240
9241 2006-12-05  Chris Toshok  <toshok@ximian.com>
9242
9243         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
9244         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
9245         System.ComponentModel.EventHandlerList work.
9246
9247 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
9248
9249         * DrawTreeNodeEventArgs.cs: Added.
9250
9251 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9252         
9253         * InternalWindowManager.cs: Remove an unused field.
9254         
9255 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9256
9257         * InternalWindowManager.cs:
9258         - Save the point where the title bar is clicked.
9259         
9260         * MdiWindowManager.cs:
9261         - Only allow moving of the window as long as the 
9262         clicked point on the title bar does not get out of
9263         MdiClient's rectangle. Fixes #79982.
9264         
9265         * MdiClient.cs:
9266         - Added Horizontal/VerticalScrollbarVisible.
9267         - Simplified the scrollbar sizing algorithm.
9268         - Cache the difference in scrolled value in
9269         H/VBarValueChanged and move the calculation out
9270         of the for loop.
9271
9272 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9273
9274         * Control.cs: Make the Console.WriteLine in WndProc 
9275         write more info.
9276
9277 2006-12-05  Chris Toshok  <toshok@ximian.com>
9278
9279         * ToolStripManager.cs, ToolStripButton.cs,
9280         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
9281         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
9282         ToolStripSplitButton.cs, ToolStripSeparator.cs,
9283         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
9284         ToolStripProgressBar.cs, ToolStripContainer.cs,
9285         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
9286         to using System.ComponentModel.EventHandlerList.
9287
9288 2006-12-04  Chris Toshok  <toshok@ximian.com>
9289
9290         * LinkLabel.cs: fix up compiler warnings.
9291
9292         * TableLayoutSettings.cs: same.
9293
9294         * TreeView.cs: same.
9295
9296         * ToolBar.cs: same.
9297
9298         * TabControl.cs: same.
9299
9300         * RichTextBox.cs: same.
9301
9302         * ListViewItem.cs: same.
9303
9304         * PropertyGrid.cs: same.
9305
9306         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
9307
9308         * ToolTip.cs same.
9309
9310         * TextRenderer.cs: fix up compiler warnings.
9311
9312         * Label.cs: same.
9313
9314         * Form.cs: corcompare fixes.
9315
9316         * PictureBox.cs: fix up compiler warnings.
9317
9318         * ImageListStreamer.cs: same.
9319
9320         * TrackBar.cs: corcompare fix.
9321
9322         * Control.cs: fix up compiler warnings.
9323
9324         * SplitterPanel.cs: same.
9325
9326         * NumericTextBox.cs: same.
9327
9328         * ImageList.cs: same.
9329
9330         * StatusStrip.cs: same.
9331
9332         * ProgressBar.cs: corcompare fix.
9333
9334         * ToolStripButton.cs: fix up compiler warnings.
9335
9336         * ToolStripStatusLabel.cs: same.
9337
9338         * ToolStripSplitButton.cs: same.
9339
9340         * ToolStripSeparator.cs: same.
9341
9342         * ToolStripProgressBar.cs: same.
9343
9344         * ToolStripDropDownMenu.cs: same
9345
9346         * ToolStripDropDown.cs: same.
9347
9348         * ToolStripDropDownButton.cs: same.
9349
9350         * ToolStrip.cs: same.
9351
9352         * ToolStripControlHost.cs: same.
9353
9354         * ToolStripContentPanel.cs: same.
9355
9356         * ToolStripDropDown.cs: same.
9357
9358         * ToolStripContainer.cs: same.
9359
9360         * ToolStripPanel.cs: same, and add "new" where we need it to work
9361         with the new ArrangedElementCollection.
9362
9363         * ToolStripItemCollection.cs: add "new" where we need it to work
9364         with the new ArrangedElementCollection.
9365
9366 2006-12-04  Andreia Gaita <avidigal@novell.com>
9367
9368         * TabControl.cs: Fix default tab selection to after TabControl
9369         gets focus and not before. Fixes #80128
9370
9371 2006-12-04  Chris Toshok  <toshok@ximian.com>
9372
9373         * DataGridTableStyle.cs: remove the gross calling of
9374         datagrid.Refresh from here.  It's a broken idea and it doesn't
9375         work anyway.
9376
9377         * DataGrid.cs: instead, just register/unregister from the
9378         DataGridTableStyle events in CurrentTableStyle.  we play it
9379         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
9380         even though some would most likely not require it.  Fixes bug
9381         #80115 (and one portion of #80117 as a side effect).
9382
9383 2006-12-04  Chris Toshok  <toshok@ximian.com>
9384
9385         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
9386         so the textbox (if any) goes away.  Fixes bug #80117.
9387
9388 2006-12-04  Chris Toshok  <toshok@ximian.com>
9389
9390         * DataGridColumnStyle.cs: set the column's readonly property
9391         initially based on the property descriptor's IsReadOnly.  Fixes
9392         bug #80044.
9393
9394 2006-12-04  Chris Toshok  <toshok@ximian.com>
9395
9396         * ComboBox.cs: wrap the dropdown style changing work in
9397         SuspendLayout/ResumeLayout.  Fixes bug #79968.
9398
9399 2006-12-04  Jackson Harper  <jackson@ximian.com>
9400
9401         * TextBoxBase.cs: Fix off by one, since these are one-based.
9402         * TextBox.cs: Select all the text when we get focus.  The TextBox
9403         does this but the RTB does not.
9404
9405 2006-12-04  Chris Toshok  <toshok@ximian.com>
9406
9407         * DataGridTextBoxColumn.cs: remove some spew.
9408
9409         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
9410         but some part of me is saying "it shouldn't be here.."  At any
9411         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
9412         setting the value.
9413
9414 2006-12-04  Chris Toshok  <toshok@ximian.com>
9415
9416         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
9417         to reassign the propertydescriptor.
9418
9419 2006-12-04  Jackson Harper  <jackson@ximian.com>
9420
9421         * TextBoxBase.cs:
9422         * TextControl.cs: Remove some unused variables.  Maybe this will
9423         patch things up between mike and I.
9424         - don't split lines less then one char wide, if the viewport is
9425         that small text won't be visible anyways.
9426         
9427 2006-12-04  Jackson Harper  <jackson@ximian.com>
9428
9429         * TextBoxBase.cs: Default selection length is -1, need to do some
9430         more testing on windows to see when this is used for the property.
9431         - Redid the Lines [] property to that we properly remove soft line
9432         breaks
9433         - added support for preserving carriage returns
9434         -  CanUndo is not a variable like 'is undo enabled' it just returns
9435         true if there is undo operations available.
9436         - AppendText doesn't need to grab the last tag itself anymore,
9437         this happens automatically when we move the cursor.
9438         * TextControl.cs: Add CompoundActions to the undo class. This
9439         allows combining the other operations into one big option.  ie a
9440         paste will combine { delete old, insert new, move cursor }
9441         - Add InsertString undo operation
9442         - New method for deleting multiline text
9443         - Add carriage returns to lines. So we can preserve carriage
9444         returns when text is 'roundtripped'
9445
9446 2006-12-04  Chris Toshok  <toshok@ximian.com>
9447
9448         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
9449         minimum 0.  Fixes the scrollbar exception in bug #80136.
9450
9451 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9452
9453         * MdiClient.cs: 
9454         * MdiWindowManager: Removed unused fields and methods.
9455         
9456 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9457         
9458         * StatusBar.cs: Update all panels when a AutoSize=Contents
9459         panel needs updating.
9460         
9461         * StatusBarPanel.cs: Remove twidth and only use initialize.
9462         Fixes #80031.
9463                 
9464 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9465
9466         * Form.cs: When a form's MdiParent is set add it directly
9467         on top of the z-order in stead of relying on MdiClient's
9468         ActivateChild to do it. Fixes #80135.
9469         
9470         * MdiClient.cs: 
9471         - Remove original_order, mdi_child_list is already doing
9472         the same thing.
9473         - Create mdi_child_list on construction in
9474         stead of first use (avoids a few null checks).
9475
9476         * MenuItem.cs: Use an already existing list of mdi children
9477         to get the correct order of children and remove the other
9478         redundant list.
9479
9480 2006-12-04  Chris Toshok  <toshok@ximian.com>
9481
9482         * PropertyGridView.cs: cached_splitter_location is only used in
9483         !DOUBLEBUFFER code.
9484
9485         * PropertyGrid.cs: implement the ComComponentNameChanged event
9486         using Events, hoping that would fix the warning.  Looks like a
9487         compiler bug instead (#80144).
9488
9489         * PropertyManager.cs: remove unused method.
9490
9491 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
9492
9493         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
9494         include parentesis to fix expression evaluation. Fixes #79634.
9495
9496 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9497         
9498         * MenuAPI.cs:
9499         - Changes to fix behavior in Menu control, some reported in #80097
9500         and other detected during behavior refactory like a select event
9501         problems.
9502         - Remove unneded "if's" conditions.
9503         - Created an internal to flag when popup is active in control, we need 
9504         it because in .NET you can have menu active but without popup active
9505         when you active menu using popup without visible items.
9506         - Mimic win32 behavior for Select and Popup events.  
9507         - Dont open popup menu when you dont have visible subitems.
9508         - Do nothing when click on disabled menu item.
9509         - Some small changes to follow the coding style guidelines.
9510         - Unselect menu only when another control gives focus. Fixes #80097.
9511         - Remove unused code.
9512         
9513         * MenuItem.cs: internal VisibleItems method to check if menu
9514         theres visible subitems, it will be usefull to fix some 
9515         behavior in Menu control.
9516         
9517 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
9518         
9519         * Timer.cs: Tag property for 2.0 profile.
9520         
9521 2006-12-01  Chris Toshok  <toshok@ximian.com>
9522
9523         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
9524         
9525         * Win32DnD.cs: comment out some unused fields.
9526
9527         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
9528         some unused properties/methods.
9529
9530         * XplatUIX11.cs: fix MousePosition so we override the base class's
9531         property instead of conflicting with it.
9532
9533         * PictureBox.cs: comment out some unused fields
9534
9535         * OSXStructs.cs: make some struct fields public.
9536
9537         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
9538         MousePosition so we override the base class's property instead of
9539         conflicting with it.
9540
9541         * X11Dnd.cs: comment out some unused fields
9542
9543         * X11DesktopColors.cs: fix some struct field visibility to quiet
9544         the compiler.
9545
9546         * X11Dnd.cs: remove some debug code.
9547
9548         * ThemeClearlooks.cs: comment out unused field.
9549
9550         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
9551
9552         * ThemeGtk.cs: comment out some unused pinvokes.
9553
9554         * Timer.cs: remove some unused fields.
9555
9556         * ThemeClearlooks.cs: comment out unused field.
9557
9558         * UpDownBase.cs: comment out unused field.
9559
9560         * DataObject.cs: comment out unused field.
9561
9562         * DataGridBoolColumn.cs: reomve unused field.
9563
9564         * DataGrid.cs: remove unused field.
9565
9566         * Cursor.cs: remove old ToBitmap code.
9567
9568         * ControlPaint.cs: remove unused method.
9569
9570         * ScrollBar.cs: remove unused fields.
9571
9572         * ComboBox.cs: remove unused field, and chain up to
9573         AccessibleObject ctor.
9574
9575         * ListBox.cs: remove unused field.
9576
9577         * ButtonBase.cs: wrap a couple fields in NET_2_0.
9578
9579         * GridEntry.cs: remove unused fields.
9580
9581         * Binding.cs: remove unused fields.
9582
9583         * AxHost.cs: remove unused method.
9584
9585         * ContainerControl.cs: remove unused field.
9586
9587         * ScrollableControl.cs: remove unused fields.
9588
9589 2006-12-01  Chris Toshok  <toshok@ximian.com>
9590
9591         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
9592         the Where/WhereString stuff.  it's easy enough to CWL
9593         Environment.StackTrace.
9594
9595         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
9596         unused private fields.
9597
9598 2006-12-01  Jackson Harper  <jackson@ximian.com>
9599
9600         * TextControl.cs: Do not update the view while inserting multiline
9601         text. If we update the view we might wrap lines, before entering
9602         the new lines, which causes the new line insertion calculations to
9603         be totally fubared.
9604         - Remove an old TODO
9605         - Make debug output a little nicer
9606         
9607 2006-12-01  Chris Toshok  <toshok@ximian.com>
9608
9609         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
9610
9611 2006-12-01  Chris Toshok  <toshok@ximian.com>
9612
9613         [ fix the majority of the CS0108 warnings we've been suppressing ]
9614         
9615         * TreeView.cs: mark BackgroundImageChanged as 'new'.
9616
9617         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
9618         to "LayoutToolBar" to quiet mcs.
9619         
9620         * TabControl.cs: mark our ControlCollection class as 'new'.
9621
9622         * TextBoxBase.cs: mark some events as 'new'.
9623
9624         * Splitter.cs: TabStop is 'new'.
9625
9626         * ControlBindingsCollection.cs: mark a few methods as new since
9627         they change the visibility from protected to public.
9628
9629         * RadioButton.cs: DoubleClick -> base class, and remove unused
9630         HaveDoubleClick.
9631
9632         * MonthCalendar.cs: ImeMode property -> base class, and mark many
9633         events as new.
9634
9635         * NumericUpDown.cs: TextChanged -> base class.
9636
9637         * CheckedListBox.cs: mark our ObjectCollection class as new to
9638         quiet mcs.
9639
9640         * FolderBrowserDialog.cs: make HelpRequest event new and have it
9641         muck with the base class.
9642
9643         * StatusBar.cs: fix some mcs warnings about Update being the same
9644         name as a base class method.
9645
9646         * RichTextBox.cs: mark some events as new, and make them do things
9647         to the base class impl.
9648
9649         * UserControl.cs: mark TextChanged as new, and have it manipulate
9650         base.TextChanged.
9651
9652         * UpDownBase.cs: mark some things new.
9653
9654         * CheckBox.cs: mark DoubleClick "new", and add some text about
9655         what we need to look at.
9656
9657         * Panel.cs: make the events "new", and manipulate the base
9658         version.  these are just here for attributes.
9659
9660         * AccessibleObject.cs: make owner private.
9661
9662         * Control.cs: deal with AccessibleObject.owner being private.
9663         cache our own copy if we need it.
9664
9665         * Button.cs: add "new" to the DoubleClickEvent.
9666
9667         * ListBox.cs: no need to track our own has_focus here.  let
9668         Control.has_focus do it for us.  Also some other work to clear up
9669         warnings about not overriding base class methods of the same name.
9670         
9671         * ComboBox.cs: clear up some warnings about not override base
9672         class methods of the same name.
9673
9674 2006-12-01  Chris Toshok  <toshok@ximian.com>
9675
9676         * Form.cs: flag a few things as "new" to quiet some of the mcs
9677         warnings.
9678
9679         * AxHost.cs: same.
9680
9681         * PrintPreviewDialog.cs: same.
9682
9683         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
9684         now DGV isn't so horrible on the class status page.  also, move
9685         all events to using System.ComponentModel.EventHandlerList.  my
9686         wrists hurt.
9687
9688 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9689
9690         * MdiWindowManager.cs:
9691         - Set form to active mdi child if shown,
9692         and update the active mdi child to the next 
9693         remaining child in the z-order if the form is hidden.
9694
9695         * Form.cs: 
9696         - Track if the form has been visible and if its 
9697         visibility is beeing changed, so that the MdiClient
9698         can properly decide the ActiveMdiChild. The MdiClient 
9699         cannot track this since the form can change visibility 
9700         before MdiClient is created.
9701
9702         * MdiClient.cs:
9703         - Don't activate anything of the parent form is changing
9704         its visibility.
9705         - Rework ActiveMdiChild to only return visible mdi 
9706         children and take into account several other corner 
9707         cases.
9708
9709 2006-12-01  Chris Toshok  <toshok@ximian.com>
9710
9711         * IBindableComponent.cs: new 2.0 interface.
9712
9713 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
9714
9715         * DataGrid.cs: Font for caption area is bold by default.
9716
9717 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
9718
9719         * Menu.cs: Tag property for 2.0.
9720         
9721 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
9722
9723         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
9724         
9725 2006-12-01  Chris Toshok  <toshok@ximian.com>
9726
9727         * TreeView.cs: doh, the Begin* events should be
9728         TreeViewCancelEventHandler.
9729
9730 2006-12-01  Chris Toshok  <toshok@ximian.com>
9731
9732         * Form.cs: Form.ControlCollection already stores off the
9733         form_owner field.  don't access the base class's internal "owner"
9734         field.
9735
9736         * Control.cs: make all the fields in Control.ControlCollection
9737         private.  there's no need for any internal fields here.
9738
9739 2006-12-01  Chris Toshok  <toshok@ximian.com>
9740
9741         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
9742         OnHandleCreated.  Fixes bug #80109.
9743
9744 2006-12-01  Chris Toshok  <toshok@ximian.com>
9745
9746         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
9747         SplitContainer.cs, Control.cs, StatusStrip.cs,
9748         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
9749         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
9750         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
9751         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
9752         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
9753         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
9754         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
9755         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
9756         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
9757         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
9758
9759         do most of the work to convert our code over to use
9760         System.ComponentModel.Component.Events for
9761         adding/removing/dispatching events.
9762
9763
9764 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
9765
9766         * DataGridView.cs: Fix an ArgumentNullException reported 
9767         twice today in IRC.
9768
9769 2006-11-30  Mike Kestner  <mkestner@novell.com>
9770
9771         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
9772         grabbed listbox.  Fixes #80036 and #80101.
9773
9774 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
9775
9776         * Message.cs: Changed ToString() to match MS.
9777         
9778 2006-11-30  Jackson Harper  <jackson@ximian.com>
9779
9780         * TextBoxBase.cs: You can still change the selected text on a read
9781         only textbox.
9782         * TextControl.cs: Lower magic number for wrap calculations. This
9783         lets text get closer to the right (far) edge.
9784
9785 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
9786
9787         * Control.cs: Tweak 2.0 layout properties.
9788         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
9789         * TextRenderer.cs: Add a new overload.
9790         * ToolStrip*: Huge amount of changes and new features.
9791
9792 2006-11-30  Mike Kestner  <mkestner@novell.com>
9793
9794         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
9795         scroll range correct.  Fixes #79994.
9796
9797 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
9798
9799         * MdiWindowManager.cs: Update main form's text when
9800         a form is closed. (fixes #80038)
9801         
9802 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
9803
9804         * ToolBar.cs:
9805         - Fix an regression in ButtonSize.
9806         - Get ImeMode default value change to "Disable".
9807         - Get ShowTooltips default value change to true, default value is 
9808         "false" but after make a test in .NET we get "true" result as default.
9809         
9810 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
9811
9812         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
9813
9814 2006-11-29  Chris Toshok  <toshok@ximian.com>
9815
9816         * XplatUIWin32.cs (GetWindowTransparency): check return value of
9817         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
9818         SetWindowTransparency hasn't been called.
9819
9820 2006-11-29  Chris Toshok  <toshok@ximian.com>
9821
9822         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
9823         if it's supported.
9824         (set_AllowTransparency): reorder things a little so that the
9825         WS_EX_LAYERED style is removed properly.
9826
9827 2006-11-29  Chris Toshok  <toshok@ximian.com>
9828
9829         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
9830         
9831         * Form.cs: only call the XplatUI transparency method (get/set) if
9832         SupportsTransparency says it's supported. Otherwise fallback to
9833         doing nothing (in the set case) or returning the instance field we
9834         cache (in the get case).
9835
9836         * XplatUIStructs.cs: add TransparencySupport flag enum.
9837         
9838         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
9839         change to SupportsTransparency.
9840
9841         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
9842         TransparencySupport.None from SupportsTransparency.
9843
9844         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
9845         TransparencySupport.Set from SupportsTransparency.
9846
9847         * XplatUIWin32.cs: implement GetWindowTransparency calling
9848         GetLayeredWindowAttributes, and implement SupportsTransparency by
9849         checking whether or not both
9850         GetWindowTransparency/SetWindowTransparency are available
9851         entrypoints.  We need to do this since SetWindowTransparency is
9852         available as of win2k, but GetWindowTransparency requires winxp.
9853         yay win32 api.
9854
9855         * XplatUI.cs: Add GetWindowTransparency, and change
9856         SupportsTransparency to allow for either/both Get/Set.
9857
9858 2006-11-29  Chris Toshok  <toshok@ximian.com>
9859
9860         * DataGrid.cs: keep from going into an infinite loop redrawing a
9861         datagrid that has no datasource.  Fixes bug #80033.
9862
9863 2006-11-29  Chris Toshok  <toshok@ximian.com>
9864
9865         * MenuItem.cs: fix the NRE when we assign text (and therefore call
9866         Invalidate) before the mainmenu has been assigned to a control.
9867
9868 2006-11-29  Chris Toshok  <toshok@ximian.com>
9869
9870         * DataGrid.cs: detect when we should be double the double click
9871         row/column autosize stuff, although that codepath has yet to be
9872         written.  part of the work for bug #79891.
9873
9874 2006-11-29  Chris Toshok  <toshok@ximian.com>
9875
9876         * Binding.cs (SetControl): fix unit test.
9877
9878 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9879
9880         * PageSetupDialog.cs: Validate the margins and set them in
9881         PageSettings. 
9882         * NumericTextBox.cs: New class to mimic the behavior of the
9883         textboxes used in the printing dialogs.
9884
9885 2006-11-29  Andreia Gaita  <avidigal@novell.com>
9886         
9887         * Form.cs: Revert previous change (remove call UpdateBounds
9888         from form constructor), because it messes with the handle creation
9889         order, and that one needs lots and lots of love.
9890         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
9891         for valid printer and throw InvalidPrinterException if document
9892         is set but printer not valid), adding a MonoTODO. Once 
9893         handle creation is done properly, we can put this back in.
9894
9895 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9896
9897         * MenuItem.cs: Create a invalidate method for menu item, to be
9898         calling from set text, it make text changes to imadiate update
9899         on screen. Fixes #80013. 
9900         
9901 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9902
9903         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
9904         fixes bug #80070 and some other problem on toolbar buttons
9905         layout.
9906
9907 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
9908
9909         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
9910         with dotted brush.      Fixes #79564
9911         
9912 2006-11-28  Andreia Gaita  <avidigal@novell.com>
9913
9914         * Form.cs: Removed call to UpdateBounds on Form
9915         constructor, it was causing a call to CreateHandle
9916         before it was supposed to.
9917         * PrintControllerWithStatusDialog: Applied patch
9918         by Chris Toshok to hide controller when there are
9919         no printers available.
9920         PrintDialog.cs: initialize printer settings to 
9921         null - correct DefaultValues test #5
9922         * PrintPreviewControl.cs: Move PrintController
9923         initialization to GeneratePreview
9924         * PrintPreviewDialog.cs: 
9925         - Remove Preview generation     from Document_set(). It is 
9926         called on OnPaint
9927         - Throw InvalidPrinterException on CreateHandle if
9928         a Document is set but there are no printers or 
9929         printer is not valid.
9930         * ThemeWin32Classic: don't paint PrintPreviewControl
9931         if there is nothing to paint    
9932
9933 2006-11-28  Miguel de Icaza  <miguel@novell.com>
9934
9935         * Form.cs: Add another popular method.
9936
9937         * TabPage.cs: ditto.
9938
9939 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9940
9941         * MenuItem.cs: Fixed a warning.
9942         * InternalWindowManager: Fixed a warning.
9943
9944 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9945
9946         * MenuItem.cs:
9947         - When cloning a menu also clone MdiList and clone the 
9948           window menu items properly (as the forms and menuitems
9949           are kept in an internal hashtable, these need updating 
9950           as well)
9951         - Rewrote the window menu code, menu items are added in the
9952           order the forms were added to their parent, and they are
9953           updated every time the window menu is shown (before the
9954           list was only generated once, in the current order of the
9955           forms, and would never be updated). A checkmark is shown
9956           next to the item corresponding to the active mdi child.
9957
9958 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9959
9960         * XplatUIStructs.cs: 
9961         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
9962         
9963         * XplatUIWin32.cs: 
9964         - Added TME_NONCLIENT to TMEFlags.
9965         - Handles WM_NCMOUSEMOVE in GetMessage to 
9966           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
9967
9968         * MdiWindowManager:
9969         - Now merges mdi child menu to parent menu when maximized.
9970         - Recalculate NC areas of both mdi child and mdi parent. 
9971           Fixes #79757 (4).
9972           on window state and size changes.Fixes #79844 (3).
9973         - Handle WM_NCCALCSIZE to properly calculate borders.
9974
9975         * Form.cs:
9976         - Add/remove to the mdi containers list of mdi children 
9977           in the order they are added.
9978         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
9979           to the maximized mdi child.
9980         
9981         * InternalWindowManager.cs:
9982         - Only execute a click on the control buttons on the mouse up,
9983           not on the mouse down. Show the state of the button 
9984           (was only showing Normal state, never Pressed state). The
9985           pressed button now follows the mouse (if you click the Close 
9986           button and move the mouse over the Maximize button, the 
9987           Maximize button will be shown as pressed). Since Win32 does
9988           not generate WM_NCLBUTTONUP if you release the button outside
9989           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
9990           it as a mouse up.
9991         
9992         * ThemeWin32Classic.cs:
9993         - Draw a missing border around mdi child forms. Fixes #79844 (2).
9994
9995         * MdiClient.cs:
9996         - Added a list of forms which contains the order the forms are
9997           added to the mdi parent.
9998         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
9999         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
10000         - If the active form changes set the scrollbars to the top
10001           of the Z order, otherwise the form could hide them.
10002         - Scrollbars are now sized according to ClientSize, not 
10003           to Size, and they take into account the other scrollbar
10004           to determine maximum.
10005         
10006 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
10007         
10008         * XplatUI.cs:
10009         * XplatUIDriver.cs:
10010         * XplatUIX11.cs:
10011         * XplatUIWin32.cs:
10012         * XplatUIOSX.cs:
10013         - Added RequestAdditionalWM_NCMessages for windows to 
10014           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
10015           Currently only implemented in XplatUIWin32.
10016
10017 2006-11-27  Chris Toshok  <toshok@ximian.com>
10018
10019         * Hwnd.cs: only add the hwnd to the windows hash in
10020         set_WholeWindow and set_ClientWindow if whole_window/client_window
10021         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
10022
10023 2006-11-27  Mike Kestner  <mkestner@novell.com>
10024
10025         * ComboBox.cs: remove redundant OnDropDown call.  It is called
10026         from the ComboListBox.ShowWindow code. Fixes #79969.
10027
10028 2006-11-27  Chris Toshok  <toshok@ximian.com>
10029
10030         * Hwnd.cs: remove the setters for ExposePending and
10031         NCExposePending - noone uses them.
10032
10033 2006-11-27  Jackson Harper  <jackson@ximian.com>
10034
10035         * TextControl.cs: new param for ReplaceSelection which determines
10036         whether we select the new selection, or set the cursor to the end
10037         of the new selection.
10038         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
10039         pasting, select the new text.
10040         * RichTextBox.cs: Use new param for ReplaceSelection.
10041
10042 2006-11-27  Jackson Harper  <jackson@ximian.com>
10043
10044         * TextBoxBase.cs: Set the selection to the caret after the caret
10045         is moved, otherwise they get out of sync.
10046
10047 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
10048
10049         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
10050         it fixes #80015
10051
10052 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
10053
10054         * ThemeWin32Classic.cs: 
10055         - Fix toolbar drop down arrow position.
10056         - Fix drop down appearance when ToolBar.Appearance is normal,
10057         it fixes #80018.
10058         
10059 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
10060
10061         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
10062         * Control.cs: Same.
10063         * UpDownBase.cs: Same.
10064         * ButtonBase.cs: Same.
10065         * ScrollBar.cs: Same.
10066         * TrackBar.cs: Same.
10067         * PictureBox.cs: Same.
10068         * UserControl.cs: Same.
10069         * Label.cs: Same.
10070         * ListControl.cs: Same.
10071         * TextBoxBase.cs: Same.
10072         * ListView.cs: Same.
10073         * RichTextBox.cs: Same.
10074         * TreeView.cs: Same.
10075
10076 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
10077
10078         * PrintDialog.cs:
10079         - Text label for where 
10080         - Text label comment was not shown
10081
10082 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
10083
10084         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
10085
10086 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
10087
10088         * InternalWindowManager.cs: 
10089         - Handle WM_PARENTNOTIFY to activate the form
10090         if any child control is clicked.
10091         - The form is only sizable if not minimized.
10092
10093         * MdiWindowManager.cs:
10094         - Save the IconicBounds if the form is moved.
10095         - Rework SetWindowState, now the window bounds 
10096         are stored only if the old window state is Normal.
10097         
10098         * MdiClient.cs:
10099         - In SetWindowStates store the old window state if 
10100         the window is maximized and restore window state if
10101         the window looses focus.
10102         - Don't handle any scrollbar value changes if 
10103         initializing the scroll bars. Fixes #79771.
10104         - Reworked ArrangeIconicWindows. Current algorithm
10105         tests bounds agains all other minimized windows, if
10106         any intersections create new bounds (going left to 
10107         right, bottom to top) and then test again. When 
10108         successful the bounds are saved and never computed
10109         again. Fixes #79774.
10110
10111 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
10112
10113         * InternalWindowManager.cs: Added HandleTitleBarUp.
10114
10115 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
10116
10117         * NumericUpDown.cs: In .NET 1.1, user entered text is still
10118         hexadecimal in ParseUserEdit.
10119
10120         
10121 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
10122
10123         * MdiWindowManager.cs: 
10124         - Handle a click on the form's icon to show the 
10125         system menu (when maximized). Fixes #79775.
10126         - Change the existing click handler for the form's
10127         icon when not maximized to show on MouseUp.
10128         Fixes #79776.
10129
10130         * Form.cs: In OnResize only layout the mdi child's
10131         parent if it actually has a parent. Might not if
10132         the window is closing.
10133
10134
10135 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
10136
10137         * MdiClient.cs: Ignore active MDI client for text of parent, if
10138         child has no text set.
10139
10140 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
10141
10142         * ToolBar.cs: Fixed ToString to match MS.
10143
10144 2006-11-22  Andreia Gaita  <avidigal@novell.com>
10145
10146         * NumericUpDown: 
10147         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
10148         update inner values on set. Fixes #79966.
10149         - Override OnLostFocus to update value on NET 2. Fixes #79950.
10150         - Fix hexadecimal parsing.
10151         
10152         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
10153         parent. Fixes #79957
10154
10155 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10156
10157         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
10158         the actual size has to be queried, since if height /
10159         width is negative Win32 changes it to 0. 
10160         Fixes #79999 on Windows.
10161         
10162         * XplatUIX11.cs: Set height / width to 0 if negative
10163         in SetWindowPos. Fixes #79999 on Linux.
10164         
10165 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
10166
10167         * ThemeWin32Classic.cs: Fix text redenring when button is
10168         pressed.
10169
10170 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
10171
10172         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
10173         and later navigate by mouse. Fixes #79528.
10174
10175 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
10176
10177         * ToolBar.cs: Set default value for TabStop to false in
10178         constructor, it fixes remaining behavior of bug #79863.
10179
10180 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10181
10182         * MdiWindowManager.cs:
10183         * InternalWindowManager.cs:
10184         - Moved a few methods specific to Mdi from 
10185         InternalWindowManager to MdiWindowManager.
10186         Fixes #79996.
10187         
10188 2006-11-21  Chris Toshok  <toshok@ximian.com>
10189
10190         * XplatUIOSX.cs: stub out InvalidateNC.
10191
10192         * XplatUIWin32.cs: implement InvalidateNC using the call I found
10193         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
10194
10195         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
10196
10197         * XplatUIDriver.cs: add InvalidateNC abstract method.
10198
10199         * XplatUI.cs: add InvalidateNC.
10200
10201 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
10202
10203         * ToolBar.cs: Invalidate complete button area when pressed status 
10204         was changed.
10205         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
10206         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
10207         by 1 when button is pressed.
10208
10209 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
10210
10211         * ToolButton.cs: Invalidate middle of DropDown button when
10212         ToolBar theres DropDownArrows.
10213         * ThemeWin32Classic.cs: Change position of DropDown arrow and
10214         fix DropDown drawing operations.
10215
10216 2006-11-20  Chris Toshok  <toshok@ximian.com>
10217
10218         * NativeWindow.cs: fix the formatting of functions ('{' on the
10219         following line), and enable the thread exception dialog.
10220
10221         * Application.cs: remove the duplicate exception catching from
10222         here.
10223
10224 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
10225
10226         * Toolbar.cs: Triggers button click event when click on icon
10227         of dropdown ToolBarButton. Fixes #79912.
10228         
10229 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10230
10231         * Theme.cs:
10232         * ThemeWin32Classic.cs:
10233         - Added a property WindowBorderFont to enable themeing
10234           of mdi child windows' Text.
10235           
10236 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10237
10238         * InternalWindowManager.cs:
10239         * Form.cs:
10240         * MdiClient.cs:
10241         * MdiWindowManager.cs: 
10242         - If mdi child is maximized, set mdi parent's
10243           text to "Parent - [Child]". Fixes #79770.
10244         - If there is any maximized mdi child windows, only the active 
10245           window (and any new windows) is maximized, the rest are normal.
10246         - On a WindowState change only save mdi child's window bounds 
10247           if the old window state was normal. Fixes #79774.
10248         - The scroll bars are now calculated on hopefully all
10249           necessary events. Fixed #79771 / #79844->6 / #79906.
10250         - MdiClient.SizeScrollBars() now takes into account docked 
10251           controls in the parent when calculating available space.
10252         - InternalWindowManager now always repaints the entire title
10253           area. Fixes #79844->1/4/5.
10254         - Added RequestNCRecalc on mdi child windowstate changes.
10255           Fixes #79772.
10256
10257 2006-11-20  Mike Kestner  <mkestner@novell.com>
10258
10259         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
10260         in the MouseUp handler of the listbox and move the return handling
10261         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
10262
10263 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
10264
10265         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
10266
10267 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
10268
10269         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
10270           working in 1.2.x anymore. So, updated.
10271
10272 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
10273
10274         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
10275         NumberGroupSeparator of current culture instead of assuming en-US.
10276         Fixed bug #79967.
10277
10278 2006-11-17  Mike Kestner  <mkestner@novell.com>
10279
10280         * Control.cs: Add the concept of implicit bounds setting so that
10281         dock/undock round trips preserve explicitly set size/locations.
10282         Fixes #79313.
10283
10284 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
10285
10286         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
10287           can't handle those filters. (Fixes bug #79961)
10288
10289 2006-11-17  Chris Toshok  <toshok@ximian.com>
10290
10291         [ fixes the exit/crashes associated with #79835.  it's clearly
10292         suboptimal though, we need to figure out a better way to solve
10293         this. ]
10294         
10295         * PrintPreviewControl.cs: deal with the new invalid printer
10296         exceptions.
10297
10298         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
10299         and return false (so CommonDialog.ShowDialog doesn't actually show
10300         the form.)
10301
10302         * PrintDialog.cs: enable/disable the Ok button depending on
10303         whether or not the printer is valid.
10304
10305         * CommonDialog.cs (ShowDialog): only actually show the form if
10306         RunDialog returns true.
10307
10308 2006-11-17  Jackson Harper  <jackson@ximian.com>
10309
10310         * TextControl.cs: When soft splitting a line, mark it as a soft
10311         split line. Also carry over the current line break to the next
10312         line.
10313
10314 2006-11-17  Chris Toshok  <toshok@ximian.com>
10315
10316         * XplatUIX11.cs: when scrolling a window with an invalid area, we
10317         only want to shift the part of the invalid area that overlaps the
10318         area we're scrolling.  we also don't want to clear the invalid
10319         area unless the invalid area was entirely contained within the
10320         scrolling area.
10321
10322 2006-11-16  Chris Toshok  <toshok@ximian.com>
10323
10324         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
10325         also make sure to free the memory returned by XGetWindowProperty
10326         in GetText().
10327
10328         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
10329
10330 2006-11-16  Chris Toshok  <toshok@ximian.com>
10331
10332         * XplatUI.cs: add a new super secret way to get at the totally
10333         unsupported X11 backend.
10334
10335 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
10336
10337         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
10338
10339 2006-11-16  Jackson Harper  <jackson@ximian.com>
10340
10341         * TreeView.cs: Allow more explicit setting of top node position
10342         for scrollbars. Slower algo, but more accurate.
10343         - CollapseAll should maintain the current top node.
10344         * TextBoxBase.cs: When positioning the caret, use the line, pos
10345         method, since the x, y method does not grab the correct tag, and
10346         the caret height never gets set correctly. (Maybe I should just do
10347         away with the caret having its own height, and always use the
10348         carets current tag for height).
10349
10350 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
10351
10352         [Fixes 79778, 79923]
10353
10354         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
10355         Parent to the FosterParent instead.
10356
10357 2006-11-16  Jackson Harper  <jackson@ximian.com>
10358
10359         * TreeView.cs: Need to recalc the topnode when we expand or
10360         collapse. The scrolling methods can't handle this on their own,
10361         since they use differences between the last scroll position, and
10362         those difference get completely messed up since we are expanding
10363         nodes.  This problem should probably be fixed in the scrolling
10364         methods, so they can figure out exactly where they are, but this
10365         will slow things down a little.
10366         * ThemeWin32Classic.cs: Special case for groupboxes with empty
10367         strings, makes nunit-gui look a lot nicer.
10368
10369 2006-11-16  Chris Toshok  <toshok@ximian.com>
10370
10371         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
10372         the broken multithreaded event handling we have in here.  File
10373         this entry under "Why we should move to the new X11 backend".
10374
10375         Any thread can make it into UpdateMessageQueue, which gets events
10376         from the X socket - some of which could belong to hwnds being
10377         managed by a different thread.  We can also have multiple threads
10378         in UpdateMessageQueue at the same time, with each one reading from
10379         the X socket.  This leads to many problems, with the following
10380         solutions:
10381
10382         We can't use hwnd.Queue.Enqueue anywhere in here and must use
10383         EnqueueLocked.
10384
10385         The MotionNotify compression we do can't work across threads
10386         (without locking the entire queue, perhaps) since we call
10387         hwnd.Queue.Peek, so we just punt and don't compress motion events
10388         unless the owning thread is the one which got the X event.
10389
10390         ConfigureNotify is another fun one, since it modifies the hwnd's
10391         bounds and then enqueues the event.  We add a lock to Hwnd which
10392         is held when setting configure_pending to true (and enqueuing the
10393         event).
10394
10395         There is a race wrt the wake socket.  we need to make sure that
10396         only 1 thread is waiting on that socket, or else a thread could
10397         sleep waiting for data that never comes.  It's difficult (but not
10398         impossible) to make happen, because it seems to require something
10399         like the following:
10400
10401             1. Thread 1 polls on wake_receive
10402         
10403             2. poll returns saying there's data to be read on
10404                wake_receive.
10405         
10406             3. Thread 2 polls on wake_receive and immediately returns
10407                saying there's data to be read.
10408
10409             4. Thread 2 reads the wakeup byte from wake_receive
10410
10411             5. Thread 1 attempts to read the wakeup byte from
10412                wake_receive.
10413
10414             6. Thread 2 exits (due to a form closing, perhaps).
10415
10416             7. Thread 1 blocks forever.
10417         
10418         Fun, eh?
10419
10420         Fixing the Expose handling isn't done yet, and the races inherent
10421         in that piece of code are responsible for the drawing mistakes you
10422         see when generating expose events in a MT app (like NPlot).  This
10423         one is the likely to be the hardest to bandaid, and it doesn't
10424         appear to cause anything but drawing problems.  The other issues
10425         caused apps to exit or hang.
10426
10427         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
10428         called from a different thread than the one that should be calling
10429         these functions.
10430
10431         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
10432
10433 2006-11-15  Chris Toshok  <toshok@ximian.com>
10434
10435         * Application.cs: null out the context's MainForm when we exit
10436         RunLoop.  Fixes a newly checked in unit test as well as the last
10437         ODE from bug #79933.
10438
10439 2006-11-15  Chris Toshok  <toshok@ximian.com>
10440
10441         * Form.cs (set_Owner): allow a null value so we can clear the
10442         form's owner.
10443         (Dispose): set all our owned_form's Owner properties to null, and
10444         clear the owned_forms collection.
10445         (WM_CLOSE): clean up this a little bit.. still not right though.
10446
10447         * ApplicationContext.cs: OnMainFormClosed should only call
10448         ExitThreadCore if the main form isn't recreating.  Fixes unit
10449         test.
10450
10451 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
10452
10453         [Fixes 78346]
10454
10455         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
10456
10457 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
10458
10459         [Fixes 79433]
10460
10461         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
10462         keep popup window types from stealing focus from the main form
10463         on Windows.
10464
10465         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
10466
10467         * MenuAPI.cs: Set above flag to true.
10468
10469 2006-11-15  Chris Toshok  <toshok@ximian.com>
10470
10471         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
10472         the button being released is not in wParam.
10473
10474 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
10475
10476         * Form.cs: Add the released button to MouseEventArgs.Button
10477         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
10478         on Win32.
10479
10480 2006-11-15  Chris Toshok  <toshok@ximian.com>
10481
10482         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
10483         GetText().  untested because it's unused in our implementation.
10484         Control.Text always caches the text, even if
10485         ControlStyles.CacheText is not set.
10486
10487         fixes bug #79939.
10488
10489 2006-11-15  Chris Toshok  <toshok@ximian.com>
10490
10491         [ fixes #79933 ]
10492         
10493         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
10494         message.  no hiding, no disposing.
10495
10496         in the WM_CLOSE handler, hide the form if it's modal.
10497
10498 2006-11-15  Chris Toshok  <toshok@ximian.com>
10499
10500         * XplatUIX11.cs: use AddExpose instead of sending a message.
10501         fixes textbox border drawing.
10502
10503 2006-11-15  Chris Toshok  <toshok@ximian.com>
10504
10505         * PropertyGridView.cs: keep from crashing on mouse move/down when
10506         the property grid is empty.
10507
10508 2006-11-14  Jackson Harper  <jackson@ximian.com>
10509
10510         * TextControl.cs: Make PageUp and PageDown more like the MS
10511         versions.
10512         * TextBoxBase.cs: When we set the text property position the
10513         cursor at the beginning of the document.
10514
10515 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10516
10517         * Form.cs: if a mdi child's WindowState has changed
10518         before it's creation, it would display wrong control
10519         buttons.
10520         
10521 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
10522
10523         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
10524           (Fixes bug #79927)
10525
10526 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
10527
10528         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
10529         the window gets to paint its borders even if the window is
10530         getting smaller.
10531         
10532         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
10533         otherwise the old control buttons would still be painted 
10534         if the window gets bigger.
10535         
10536         * PaintEventArgs.cs: add an internal method so that the clip 
10537         rectangle can be changed.
10538         
10539 2006-11-13  Chris Toshok  <toshok@ximian.com>
10540
10541         [ fixes bug #79745 ]
10542         
10543         * NotifyIcon.cs: lots of cleanup.
10544
10545         * X11Structs.cs: add an enum for XEMBED messages.
10546
10547         * XplatUIX11.cs: reindent one of the giant switch statements, it
10548         was taking up an additional tab stop, and this file is already way
10549         too wide for my laptop's screen.
10550
10551         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
10552         we get it, resize the hwnd to the WMNormalHints max_width/height.
10553
10554 2006-11-13  Jackson Harper  <jackson@ximian.com>
10555
10556         * TextBoxBase.cs: Compute the value changes for the mouse wheel
10557         teh simple way.
10558
10559 2006-11-13  Chris Toshok  <toshok@ximian.com>
10560
10561         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
10562         #79898.  force a reference to the Region to stick around so the
10563         unmanaged object isn't collected (rendering our handle in the MSG
10564         stale).
10565
10566 2006-11-13  Chris Toshok  <toshok@ximian.com>
10567
10568         * XplatUIX11.cs: fix #79917 for window managers which support
10569
10570         using XStoreName on the raw utf8, and we need to convert to
10571         COMPOUND_TEXT if it's non-latin1.
10572
10573 2006-11-13  Chris Toshok  <toshok@ximian.com>
10574
10575         * Form.cs (set_DialogResult): we need to set closing to false if
10576         we're setting our result to None.  fixes bug #79908.
10577
10578 2006-11-13  Jackson Harper  <jackson@ximian.com>
10579
10580         * TextControl.cs: When formatting text, compute the adjusted tag
10581         lengths correctly, using FindTag for the end tag instead of trying
10582         to figure it out outselves.
10583         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
10584         the item, ItemHeight doesn't work, because trees with large
10585         imagelists use those for their height
10586         * TreeView.cs: ActualItemHeight factors in the image height
10587         - compute left edge of checkboxes correctly
10588         - when expanding/collapsing move the bottom down one pixel, so we
10589         aren't moving part of the node
10590
10591 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10592
10593         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
10594         stack in PaintEventStart so that it won't get disposed by the gc
10595         before reaching PaintEventEnd.
10596
10597 2006-11-13  Jackson Harper  <jackson@ximian.com>
10598
10599         * TextBoxBase.cs: Don't select the word if we are on a line with
10600         no text.
10601         - We don't need to position the caret on mouse up, since the mouse
10602         move handler should be doing this
10603         - When double clicking a blank line, the caret is advanced to the
10604         next line.
10605
10606 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
10607
10608         * TreeNodeCollection.cs: Avoid duplicating indexer code.
10609
10610 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
10611
10612         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
10613         Fixes part of bug #79910.
10614
10615 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
10616
10617         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
10618           (bug #79903). Some minor string updates to match ms.
10619
10620 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
10621
10622         * FileDialog.cs: Don't add an extension if the filename
10623           already ends with that extension.
10624
10625 2006-11-10  Jackson Harper  <jackson@ximian.com>
10626
10627         * TreeView.cs: Use the currently highlighted node for the
10628         BeforeSelect event.
10629         * TextBoxBase.cs: There is no need to expand selection on
10630         MouseMove.
10631         - CanUndo means 'is there any undo operations', not 'is undo
10632         allowed on this textcontrol. Fixed ClearUndo unit test.
10633
10634 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
10635
10636         * Button.cs: only perform click when button is Selectable (so as 
10637         not to activate default buttons when they're disabled)
10638         
10639         * Control.cs: Rewrite of the SelectNextControl and related 
10640         methods. HandleClick now selects next control if the current one
10641         is being disabled.
10642         
10643         * Form.cs: OnActivated selects next active control only if Load 
10644         has already occurred. If Load hasn't run, there's no point in 
10645         selecting here, Load might change the state of controls.
10646         
10647         * FocusTest.cs: Tests marked as working again for these fixes
10648
10649 2006-11-10  Chris Toshok  <toshok@ximian.com>
10650
10651         * XplatUIX11.cs: a couple of fixes.
10652
10653         - use XInternAtoms with almost all the atoms we need to register,
10654         instead of many, many calls to XInternAtom.  should help a bit on
10655         startup time, at the expense of making the code look a little
10656         worse.
10657
10658         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
10659         isn't reparented (which seems to be a clue that we're running fon
10660         compiz) and they have an Owner form.  This fixes the tool windows
10661         in paint.net when running under compiz.
10662
10663         - when setting the opacity of a window, support both the case
10664         where the window has been reparented and also when it hasn't been.
10665         Since compiz/beryl doesn't seem to reparent windows, and these are
10666         the only window managers which support translucency, I'm not sure
10667         why we need the hwnd.reparented case at all.. but leave it in.
10668         now we get translucent windows in paint.net under compiz/beryl.
10669
10670 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
10671
10672         * FileDialog.cs: Always return the value for FilterIndex that
10673           was set. Internally convert it to values that make sense.
10674
10675 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
10676         
10677         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
10678
10679 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
10680
10681         * Toolbar.cs: Change default value of DropDownArrows to true, the 
10682         signature still using false to make it compatible with MS but the 
10683         initial value is true. Fixes #79855.
10684
10685 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
10686
10687         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
10688           only available on Linux.
10689
10690 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
10691
10692         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
10693         reduce number of calls to redraw method during toolbar creation.
10694
10695 2006-11-09  Mike Kestner  <mkestner@novell.com>
10696
10697         * ListView.cs : raise SelectedIndexChanged when an item is selected
10698         programmatically via the Item.Selected property.  Gert's nice 
10699         ListViewSelectedIndexChanged test fixture now runs clean.
10700
10701 2006-11-09  Mike Kestner  <mkestner@novell.com>
10702
10703         * ListView.cs : raise SelectedIndexChanged when a selected item is
10704         removed from the item collection using Remove or RemoveAt.
10705
10706 2006-11-09  Mike Kestner  <mkestner@novell.com>
10707
10708         * ListView.cs : raise SelectedIndexChanged once per selected item
10709         for compat with MS.  Fixes #79849+.
10710
10711 2006-11-09  Chris Toshok  <toshok@ximian.com>
10712
10713         * TabControl.cs: initialize row_count to 0, and set it to 1 when
10714         we need to (if we have any tab pages).  Fixes unit test.
10715
10716 2006-11-09  Chris Toshok  <toshok@ximian.com>
10717
10718         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
10719         width is 0, not 3.  Fixes a unit test.
10720
10721 2006-11-09  Mike Kestner  <mkestner@novell.com>
10722
10723         * ListView.cs : use Implicit scrollbars so that focus isn't 
10724         stolen from the listview when they are clicked. Fixes #79850.
10725
10726 2006-11-09  Chris Toshok  <toshok@ximian.com>
10727
10728         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
10729         have a root item.  Fixes #79879.
10730
10731 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
10732
10733         * FileDialog.cs:
10734           - Fix ToString ()
10735           - An ArgumentException is now thrown if a wrong filter
10736             is applied (matches ms). The previous filter doesn't change
10737             anymore if an exception is thrown.
10738           - Changing the FileName property also affects FileNames
10739         * ColorDialog.cs: The length of the CustomColors array is always
10740           16. It doesn't matter if we use a smaller array or null to update
10741           or change the custom colors property.
10742         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
10743           for RootFolder if we get a undefined value.
10744
10745 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10746
10747         * StatusBarPanel.cs: 
10748         - Width is set to MinWidth if Width is smaller than
10749         MinWidth. Fixes #79842.
10750         - MinWidth now always overrides Width (MSDN says MinWidth
10751         is set to Width when AutoSize = None, but they do not 
10752         behave like that).
10753         - Style has now the the correct default value.
10754         
10755 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10756  
10757         * TrackBar.cs: 
10758         - The control is completely invalidated on 
10759         Got/LostFocus to draw the focus rectangle correctly.
10760         - When AutoSize then height is always 45 (width for 
10761         vertical controls).
10762         
10763         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
10764         on the mouse when moved and it doesn't move when grabbed
10765         until the mouse moves as well. Also fixed some wrong 
10766         calculations when clicking on the thumb (control thought
10767         click was outside of thumb and didn't grab it).
10768         Fixes some of the issues in #79718.
10769
10770 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
10771
10772         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
10773
10774 2006-11-08  Chris Toshok  <toshok@ximian.com>
10775
10776         * PropertyGridView.cs: only call ToggleValue if the item is not
10777         readonly.
10778
10779 2006-11-08  Jackson Harper  <jackson@ximian.com>
10780
10781         * TextBoxBase.cs: The RichTextBox and textbox have very different
10782         word selection methods.  Implement the textbox's simple word
10783         selection here, and let the RichTextBox override and provide it's
10784         own.
10785         - Don't do extra selection on mouseup
10786         * RichTextBox.cs: Use the documents word selection algorithm, I
10787         think ideally, this function will be pulled into the
10788         RichTextBox.cs code someday.
10789
10790 2006-11-08  Chris Toshok  <toshok@ximian.com>
10791
10792         * RootGridEntry.cs: new class to represent GridItemType.Root.
10793
10794         * CategoryGridEntry.cs: reformat, and add boilerplate.
10795         
10796         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
10797         returns the UI parent anyway, and we need special handling to
10798         implement the GetTarget method in the face of it.  Also, implement
10799         Select().
10800
10801         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
10802         a root grid item, and use that instead of PropertyGrid.grid_items.
10803         Also, make use of TypeConverters (and add limitted support for
10804         ICustomTypeDescriptors) when initially populating the grid.
10805         Arrays now show up more or less properly.
10806
10807 2006-11-08  Chris Toshok  <toshok@ximian.com>
10808
10809         * Application.cs: set the modal dialog to non modal after we close
10810         it.  Fixes bug #79866.
10811
10812 2006-11-08  Jackson Harper  <jackson@ximian.com>
10813
10814         * TextControl.cs: When combining lines carry over the line end
10815         style from the end line.
10816         - Invalidate the selected area when setting it, if it is visible.
10817         * TextBoxBase.cs: Only rich text box can do full line selects.
10818         - Make sure to set the cursor position when there is a click,
10819         otherwise two clicks in separate areas could cause a large chunk
10820         to be selected.
10821
10822 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10823
10824         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
10825         Fixes #79863.
10826
10827 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10828
10829         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
10830         time. Remove tooltips when ToolButton click events.  Fixes #79856.
10831
10832 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10833
10834         * MenuAPI.cs: Ignore right click for menu actions and fixes
10835         menu border when clicked.  Fixes #79846.
10836
10837 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10838
10839         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
10840         MouseState after create wParam for message, this fixes mouse button 
10841         equal none in mouse up events.
10842         
10843 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
10844
10845         * Control.cs : Focus() now calls Select to set the Container's
10846         Active Control and to give it focus. To avoid infinite recursion
10847         (because ActiveControl also calls Focus at one point), a check 
10848         is made in Focus with the help of a new internal variable
10849         is_focusing.
10850
10851 2006-11-07  Mike Kestner  <mkestner@novell.com>
10852
10853         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
10854         if there's a selection.  Fixes #79849.
10855
10856 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
10857
10858         * PropertyGrid.cs: Avoid fixed height of help description label.
10859         Fixes part of bug #79829.
10860
10861 2006-11-07  Chris Toshok  <toshok@ximian.com>
10862
10863         * XplatUIX11.cs: fix #79790 again, by using the
10864         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
10865
10866 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10867
10868         * ToolBar.cs: Fix left click checking.
10869
10870 2006-11-07  Chris Toshok  <toshok@ximian.com>
10871
10872         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
10873
10874 2006-11-07  Chris Toshok  <toshok@ximian.com>
10875
10876         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
10877         PropertyManager unit tests.
10878
10879         * PropertyManager.cs: make property_name internal.
10880
10881 2006-11-07  Chris Toshok  <toshok@ximian.com>
10882
10883         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
10884         pass a unit test.  Also, don't set image_index to anything in
10885         response to setting the ImageList property.
10886
10887 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
10888
10889         * ToolBar.cs: Ignore click events when mouse button is not a
10890         left button, only accepts other button for dropdown menus.  
10891         Fixes #79854.
10892
10893 2006-11-07  Chris Toshok  <toshok@ximian.com>
10894
10895         * DataGrid.cs: make the back and parent row buttons a little less
10896         ugly.
10897
10898 2006-11-07  Jackson Harper  <jackson@ximian.com>
10899
10900         * TextBoxBase.cs: When converting to Text don't put line breaks in
10901         for soft line breaks.
10902         * TextControl.cs: There is an initial "fake" line in the document,
10903         this is now a soft break line, so that an extra line feed doesn't
10904         get added to the end of documents.
10905
10906 2006-11-07  Chris Toshok  <toshok@ximian.com>
10907
10908         [ fix bug #79778 ]
10909         
10910         * CurrencyManager.cs: if the list is readonly, don't bother
10911         checking if IBindingList.AllowNew is true.
10912
10913         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
10914         for non-DataRowView datasources..  or rather, make it not crash.
10915         (DataGridPaintRelationRow): make sure we limit the row painting to
10916         the area not covered by the row header, and make our cell width at
10917         least large enough to cover the relation area.  This allows grids
10918         that have relations but no rows to render correctly.
10919         (DataGridPaintRowContents): same type of changes here.
10920         (SetDataSource): move back to always calling
10921         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
10922         navigating back through relations.
10923         (HitTest): handle the case where we have no cells but have
10924         relations.  Right now we generate a hit in cell 0 of whatever the
10925         row is, not sure if this is strictly correct, but it works for our
10926         purposes.
10927         
10928         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
10929         bother doing anything.
10930
10931 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
10932
10933         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
10934         early version of StatusStrip.  Not responsible for eaten
10935         application or firstborn children.
10936
10937 2006-11-06  Chris Toshok  <toshok@ximian.com>
10938
10939         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
10940         call GetTabRect with a -1 index.  Fixes #79847.
10941
10942 2006-11-06  Jackson Harper  <jackson@ximian.com>
10943
10944         * TreeNodeCollection.cs: Update scrollbars after clearing.
10945
10946 2006-11-06  Chris Toshok  <toshok@ximian.com>
10947
10948         * NumericUpDown.cs: fix the ToString method for some unit test
10949         love.
10950
10951 2006-11-06  Chris Toshok  <toshok@ximian.com>
10952
10953         * PropertyGrid.cs:
10954         - set the initial SelectedGridItem if we can.
10955
10956         - Exclude non-mergable properties only if we're merging > 1
10957         object.  Merging 1 object isn't really merging, obviously.
10958
10959         - Handle PropertySort.NoSort just like Alphabetical, which is
10960         wrong of course, but at least gets things on the screen.
10961         
10962         * PropertyGridView.cs:
10963         - Add method "FindFirstItem" which finds the first property grid
10964         item, so we can select it by default.
10965
10966         - make use of GridEntry.CanResetValue.
10967
10968         - Don't call RedrawBelowItemOnExpansion here anymore, the
10969         individual GridEntry's will do that.
10970
10971         - Remove the ITypeDescriptorContextImpl internal class.
10972         
10973         * GridEntry.cs:
10974         - this class needs to implement ITypeDescriptorContext, as it's
10975         what MS's PropertyDescriptorGridEntry does, which means we can
10976         remove the ITypeDescriptorContextImpl internal class from
10977         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
10978
10979         - keep a reference to our PropertyGridView, and move the call to
10980         RedrawBelowItemOnExpansion here from PGV.  This means
10981         programmaticly setting Expanded actually does something visible.
10982
10983         - add a CanResetValue() function which takes into account our
10984         possibly multiple "selected_objects" in the merged case.  Shifting
10985         PropertyGridView to use this method fixes another unreported
10986         crasher found running the test for #79829.
10987
10988         - when Top or Bounds is updated, make sure the PropertyGridTextBox
10989         is updated to reflect this.
10990
10991         * CategoryGridEntry.cs: the ctor takes the PGV now.
10992         
10993 2006-11-06  Jackson Harper  <jackson@ximian.com>
10994
10995         * TextControl.cs: These are 1 based.
10996         * TextBoxBase.cs: When setting the selected text, don't change the
10997         selected text tags, this is done by ReplaceText, just position the
10998         cursor at the end of the new text.
10999
11000 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
11001
11002         * ListView.cs: Allow label edit only when, when LabelEdit is
11003           set to true.
11004
11005 2006-11-06  Jackson Harper  <jackson@ximian.com>
11006
11007         * TextControl.cs: If a suitable wrapping position isn't found,
11008         just wrap right in the middle of a word.
11009
11010 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
11011
11012         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
11013           bug #79820.
11014
11015 2006-11-06  Jackson Harper  <jackson@ximian.com>
11016
11017         * TreeView.cs: Can't use the VisibleCount property when setting
11018         scrollbar heights, because this doesn't take into account whether
11019         or not the horz scrollbar just came visible.
11020
11021 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
11022
11023         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
11024         activated.  Fixes #79369, #79832.
11025
11026 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
11027
11028         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
11029           had to remove support for links that point to a directory. FileInfo
11030           returns no usefull information (means, the directory they point to)
11031           for such links. Replaced some empty string ("") with String.Empty.
11032
11033 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
11034
11035         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
11036         NullReferenceException when attempting to remove node that is not in
11037         collection. Throw NullReferenceException when null is passed to 
11038         Remove. Allow first element of the collection to be removed. Fixes
11039         bug #79831.  In GetEnumerator ().Current return null if positioned 
11040         before the first element of the collection. In GetEnumerator ().Reset,
11041         position before first element of the collection.
11042
11043 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
11044
11045         * PropertyGrid.cs: To match MS, remove default title and description
11046         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
11047         buttons.
11048
11049 2006-11-04  Chris Toshok  <toshok@ximian.com>
11050
11051         * Theme.cs: add a Clamp method, just for kicks.
11052
11053         * ThemeWin32Classic.cs: clamp all color components to [0..255].
11054
11055 2006-11-04  Chris Toshok  <toshok@ximian.com>
11056
11057         * Form.cs: if the form isn't visible, Close() does nothing.
11058
11059 2006-11-03  Chris Toshok  <toshok@ximian.com>
11060
11061         * Form.cs (Close): if the form is modal, don't Dispose of it, only
11062         Hide it.
11063         (WndProc): don't Dispose after handling the WM_CLOSE message.
11064
11065         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
11066         them as such, instead of using casts from Control to Form.  Also,
11067         don't Dispose of the modal dialog when we fall out of the loop -
11068         Close() it instead.
11069
11070         fixes bug #79813.
11071
11072 2006-11-03  Chris Toshok  <toshok@ximian.com>
11073
11074         * Control.cs (Dispose): only go through the dispose thing if we're
11075         @disposing, and we haven't already been disposed.  Fixes bug
11076         #79814.
11077
11078         * Form.cs: no reason to call "base.Dispose()" here instead of
11079         "Dispose()".
11080
11081 2006-11-03  Mike Kestner  <mkestner@novell.com>
11082
11083         * ComboBox.cs : use ToString instead of casts in AddItem for
11084         sorting functionality.  Fixes #79812.
11085
11086 2006-11-03  Chris Toshok  <toshok@ximian.com>
11087
11088         * Application.cs: pave the way for actually using the thread
11089         exception dialog.  it's ifdefed out at the moment.
11090
11091 2006-11-03  Chris Toshok  <toshok@ximian.com>
11092
11093         * ThreadExceptionDialog.cs: until we get a better layout, actually
11094         hide the details textbox and label when we shouldn't see them.
11095
11096 2006-11-03  Jackson Harper  <jackson@ximian.com>
11097
11098         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
11099         multiline textboxes anymore.  This method also determines the
11100         width/height of a textboxes canvas area.
11101         - Sorta a revert of the last patch.  For multiline just position
11102         the controls, then bail.  This way the scrollbar width won't be
11103         altered.
11104
11105 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
11106
11107         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
11108         it dont need.  Fixes #79537.
11109
11110 2006-11-02  Jackson Harper  <jackson@ximian.com>
11111
11112         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
11113         send the status after firing the DndOver event.
11114
11115 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
11116
11117         * TrackBar.cs: Now orientation only switches height / width if
11118         the control's handle is created (Win32 does it like this). Also 
11119         fixed a typo in ToString() for a test to pass, changed the 
11120         exception thrown in set_LargeChange and set_SmallChange to 
11121         match Win32 behaviour, and added TrackBar tests to the unit 
11122         tests.
11123
11124 2006-11-02  Chris Toshok  <toshok@ximian.com>
11125
11126         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
11127         not _NET_WM_STATE_NO_TASKBAR.
11128
11129 2006-11-02  Jackson Harper  <jackson@ximian.com>
11130
11131         * TextControl.cs: Increment count by one, since in the update view
11132         count - 1 is used.
11133
11134 2006-11-02  Jackson Harper  <jackson@ximian.com>
11135
11136         * TextBoxBase.cs: Use client rectangle not bounds for checking if
11137         the mouse is in the client rectangle (duh).
11138
11139 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
11140         
11141         * TrackBar.cs: Fixed trackbar jumping around when clicking
11142         on it - the trackbar was not detecting correctly at which
11143         side of the thumb the click was done. (fixes #79718)
11144
11145 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
11146
11147         * ListBox.cs: scroll visible area when change SelectedIndex to
11148         a non visible area.  Fixes #79481.
11149
11150 2006-11-01  Jackson Harper  <jackson@ximian.com>
11151
11152         * TextControl.cs: When replacing the selection move the selection
11153         start/end/anchor to the end of the new text.
11154
11155 2006-11-01  Jackson Harper  <jackson@ximian.com>
11156
11157         * XplatUIWin32.cs: When setting the parent change the controls
11158         visibility to it's visibility flag, not to it's old parents
11159         visibility (.Visible walks the parent chain).
11160
11161 2006-11-01  Chris Toshok  <toshok@ximian.com>
11162
11163         * XplatUIX11.cs: revert the #79790 fix, as the simple.
11164         XSetTransientForHint fix breaks paint .net's tool windows.  more
11165         work needed for that one.
11166
11167 2006-11-01  Chris Toshok  <toshok@ximian.com>
11168
11169         * ScrollBar.cs: throw ArgumentException instead of Exception in
11170         LargeChange/SmallChange setters.  fixes unit tests.
11171
11172 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
11173
11174         * ContainerControl.cs: reverted rev.67183 (which was itself
11175         a reversion of rev.66853... eh).
11176         
11177         * Control.cs: Fixes Reflector hang by changing Focus() call
11178         to what it was before rev.66643 (calling Select() here sets 
11179         ActiveControl, which in some situations calls back Focus and 
11180         eventually does a stack overflow). Temp fix.    
11181         Changes to GetNextControl() to not look for children to select when
11182         parent cannot be selectable (so it looks for siblings instead)  
11183         
11184 2006-10-31  Mike Kestner  <mkestner@novell.com>
11185
11186         * CheckedListBox.cs : off by one error in returned index from
11187         ObjectCollection.Add.  Fixes #79758.
11188
11189 2006-10-31  Chris Toshok  <toshok@ximian.com>
11190
11191         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
11192         calls for the textbox/spinner, to keep from recursing to the point
11193         where we crash.  Fixes #79760.
11194
11195 2006-10-31  Chris Toshok  <toshok@ximian.com>
11196
11197         * ListControl.cs (set_SelectedValue): don't throw exceptions on
11198         null/"" value, just return.  matches ms's behavior and fixes some
11199         failing tests.
11200
11201 2006-10-31  Chris Toshok  <toshok@ximian.com>
11202
11203         * Control.cs (set_Capture): make a logic a little easier to
11204         follow.
11205
11206         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
11207         if it's being destroyed.  A necessary fix surely, but a bandaid
11208         also, to fix the stuck capture problem in bug #78413.
11209
11210 2006-10-31  Chris Toshok  <toshok@ximian.com>
11211
11212         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
11213         convention of clearing hwnd.ClientRect when we set the
11214         width/height (so it'll be recalculated by Hwnd).
11215
11216 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
11217
11218         * ContainerControl.cs: reversed Contains check from
11219         ActiveControl due to hanging problems. This fix
11220         partly regresses #79667 (button does not have
11221         initial focus), so this might be a symptom for 
11222         a larger parenting problem (set_ActiveControl
11223         is being called but the child control does
11224         not have the parent set yet?)   
11225         
11226 2006-10-31  Mike Kestner  <mkestner@novell.com>
11227
11228         * MenuAPI.cs : fix keynav when menu is click activated.
11229
11230 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
11231
11232         * ToolStrip*: Version 0.2.
11233
11234         * MenuStrip.cs: Version 0.1.
11235
11236         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
11237
11238 2006-10-30  Chris Toshok  <toshok@ximian.com>
11239
11240         [ fixes the oversized notify icon issue in bug #79745 ]
11241         
11242         * NotifyIcon.cs: scale the icon down to the size we're given by
11243         the XplatUI layer (this would be faster if we did it once instead
11244         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
11245         since it's never invoked.
11246
11247         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
11248         pixels high by default, so let's hardcode our systray icon to that
11249         size.  The SYSTEM_TRAY protocol should really have a way for
11250         client apps to query for the correct icon size.. but oh well.  A
11251         couple of patches to deal with the screwy client_window ==
11252         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
11253         instance, and also make sure we don't XSelectInput twice).
11254
11255 2006-10-30  Chris Toshok  <toshok@ximian.com>
11256
11257         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
11258         recreating forms.  Control recreation is the bane of my existence.
11259         Fix it in a way that keeps everyone happy.
11260
11261 2006-10-30  Chris Toshok  <toshok@ximian.com>
11262
11263         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
11264         just non-CHILD ones.  otherwise sometimes scrollbars end up with
11265         client_windows not being resized to the proper size (ReportBuilder
11266         shows this extremely well).
11267
11268 2006-10-30  Chris Toshok  <toshok@ximian.com>
11269
11270         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
11271         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
11272         showing up in the gnome taskbar.  Fixes bug #79790.
11273
11274 2006-10-30  Chris Toshok  <toshok@ximian.com>
11275
11276         * ApplicationContext.cs: guard against a NRE.
11277
11278         * Application.cs: null out the old MainForm for the context, so we
11279         don't try to use it again once it's disposed.  Fixes bug #79783.
11280
11281 2006-10-30  Chris Toshok  <toshok@ximian.com>
11282
11283         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
11284         BindingContext, set the data source directly, otherwise do the
11285         lazy approach - the actual ListManager will be created when we get
11286         a BindingContext. Fixes bug #79700.
11287
11288 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
11289
11290         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
11291           XplatUIX11.cs: Remove old 2 parameter SetVisible.
11292
11293         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
11294
11295 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
11296
11297         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
11298         of SetVisible that allows a window to be shown, but not activated.
11299         This is needed on Windows for MenuStrip, and can probably be used
11300         with MainMenu and ComboBox to fix the focus stealing issues on
11301         Windows.
11302
11303         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
11304
11305 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
11306
11307         * PictureBox.cs: Fix the output of the ToString method.
11308
11309 2006-10-29  Chris Toshok  <toshok@ximian.com>
11310
11311         * Control.cs (get_TopLevelControl): fix bug #79781.
11312
11313 2006-10-29  Chris Toshok  <toshok@ximian.com>
11314
11315         * ListControl.cs (set_DataSource): throw Exception here, not
11316         ArgumentException, to match MS behavior.
11317
11318 2006-10-29  Chris Toshok  <toshok@ximian.com>
11319
11320         * Form.cs: remove the try-catch's around calls to GetWindowState.
11321         We can just check the return value.
11322
11323         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
11324         Instead return -1.
11325
11326         * XplatUI.cs: Add note about additional return value for
11327         GetWindowState.
11328
11329 2006-10-29  Chris Toshok  <toshok@ximian.com>
11330
11331         * Control.cs (CreateHandle): when we create our handle, we also
11332         create the handles of our child controls.  Fixes one of the
11333         Control unit tests (CH11).
11334
11335 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
11336
11337         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
11338
11339 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
11340
11341         * ThemeClearlooks.cs: A little speedup.
11342
11343 2006-10-27  Chris Toshok  <toshok@ximian.com>
11344
11345         * Control.cs: implement Control.FromChildHandle in a way that
11346         matches the docs (and fixes the failed test.)
11347
11348 2006-10-27  Chris Toshok  <toshok@ximian.com>
11349
11350         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
11351         comments).
11352
11353         * DataGrid.cs: implement ResetForeColor such that the tests
11354         succeed.
11355         
11356 2006-10-27  Chris Toshok  <toshok@ximian.com>
11357
11358         * ToolBarButton.cs: setting text/tooltiptext to null results in it
11359         being set to "".  Fixes bug #79759.
11360
11361 2006-10-27  Jackson Harper  <jackson@ximian.com>
11362
11363         * TextControl.cs: We need to clear the entire selection area when
11364         setting the start, otherwise multiline selections are still
11365         visible.
11366
11367 2006-10-26  Chris Toshok  <toshok@ximian.com>
11368
11369         * PropertyGridView.cs: 
11370
11371         - ifdef all the code specific to the double
11372         buffer case, and provide some alternatives in the non-doublebuffer
11373         code, which makes heavy use of XplatUI.ScrollWindow to move things
11374         around without having to invalidate (and cause flicker).  There
11375         are still some drawing problems in the non-doublebuffered case, so
11376         DOUBLEBUFFER is defined by default.
11377
11378         - Fix the way dropdowns are handled.  now we explicitly watch for
11379         the events which might cause the dropdown to close, and break out
11380         of the nested event loop there.  This gets rid of all Capture
11381         code, at the expense of the Msg special casing.  Seems to work,
11382         though, and fixes bug #79743.
11383
11384 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
11385         * Control.cs: SetIsRecreating now recreates implicitly added
11386         child controls as well. Finally fixes #79629. The flag passed to 
11387         SetIsRecreating has also been removed since it wasn't used.
11388         
11389 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11390
11391         * PageSetupDialog.cs: Clean some code, fix some bits, 
11392         add some checks, and add a printer sub-dialog.
11393
11394 2006-10-26  Chris Toshok  <toshok@ximian.com>
11395
11396         * PropertyGrid.cs: make set_SelectedObject call
11397         set_SelectedObjects, and move the duplicate logic to the
11398         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
11399
11400         * PropertyGridView.cs: hide the textbox when we get a
11401         SelectedObjectsChanged event.
11402
11403         Fixes bug #79748.
11404
11405 2006-10-26  Chris Toshok  <toshok@ximian.com>
11406
11407         * PropertyGridView.cs: deal with the type converter not supporting
11408         GetStandardValues() or GetStandardValues() returning null, which
11409         is does in the default case.  Fixes #79742.
11410
11411 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
11412
11413         * CheckedListBox.cs: nunit no longer crashes when selecting 
11414         Project/Edit menu option
11415         
11416 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
11417
11418         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
11419         is no menu selected. fixes #79739
11420
11421 2006-10-25  Chris Toshok  <toshok@ximian.com>
11422
11423         * PropertyGridView.cs: factor out the splitter invalidation code
11424         into the SplitterPercent setter, and for kicks implement the
11425         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
11426         amount in either direction.
11427
11428 2006-10-25  Chris Toshok  <toshok@ximian.com>
11429
11430         * PropertyGridView.cs: do some cleanup of the brush used to draw
11431         text - read only fields should be grayed out.  not sure how to do
11432         this with the textbox, though.  but the textbox's should also be
11433         readonly now at least.  Also, hide/show the textbox when resizing
11434         the control.
11435         
11436         * CursorConverter.cs: use System.Reflection when getting the
11437         properties of Cursors, as TypeDescriptor.GetProperties isn't
11438         returning static properties.
11439
11440 2006-10-25  Chris Toshok  <toshok@ximian.com>
11441
11442         * PropertyGridView.cs: factor out the up/down handling, and reuse
11443         it for page up/down.  also add End/Home support.
11444
11445 2006-10-25  Chris Toshok  <toshok@ximian.com>
11446
11447         * PropertyGridView.cs:
11448
11449         - ensure the selected grid item is visible in the scrolled area,
11450         fixes bug #79572.
11451
11452         - fix Keys.Down handling when you're on the last item in the
11453         propertygrid.
11454
11455 2006-10-25  Mike Kestner  <mkestner@novell.com>
11456
11457         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
11458         clicks too.  Fixes #79725.
11459
11460 2006-10-24  Chris Toshok  <toshok@ximian.com>
11461
11462         * PropertyGrid.cs: use property.Converter instead of
11463         TypeDescriptor.GetConverter(property.PropertyType), so we catch
11464         TypeConverters declared on the property as well as on the
11465         PropertyType.  Fixes bug #79678.
11466
11467 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
11468
11469         * MimeIcon.cs, Mime.cs:
11470           Fallback to the default platform handler if no shared mime info
11471           stuff exists (fixes #79693).
11472
11473 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
11474         * ContainerControl.cs: Incorrect contains check in ActiveControl 
11475         from previous fix (duh).
11476
11477 2006-10-20  Chris Toshok  <toshok@ximian.com>
11478
11479         * PropertyGridView.cs: the dropdown should be MIN(number of items
11480         in list, 15).  Fixes #79551.
11481
11482 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
11483         Fixes #79384, #79394, #79652, #79667
11484         * Application.cs: 
11485         
11486         - Modal windows are now destroyed in the proper order for windows
11487         
11488         * ContainerControl.cs:
11489         
11490         - ActiveControl setter has more conditions on when to return:
11491                 - if we're reselecting the active control, but it actually
11492                 didn't have focus (window hidden or some such), it runs
11493                 - if the active control being selected doesn't actually 
11494                 exist in the container, it returns
11495         
11496         * Form.cs
11497         
11498         - The ShowDialog now gets the current form as the owner when
11499         invoking without parameters, and correctly activates the owner 
11500         when returning
11501         
11502         * MessageBox.cs
11503         
11504         - MessageBox now catches the Escape key to exit
11505
11506 2006-10-20  Chris Toshok  <toshok@ximian.com>
11507
11508         * PropertyGridView.cs: fix a number of issues (bug #78565, and
11509         most of bug #79676):
11510
11511         - you can navigate around the property grid with the arrow keys.
11512
11513         - the dropdown is sized properly when the pg has a vertical
11514         scrollbar.
11515
11516         - fix the indentation for subentries, and properly select the
11517         entire label rect.
11518
11519         - fix the gray bar's drawing (only draw it to the last element,
11520         not for the height of the control.  Also make sure we draw that
11521         last horizontal grid line.
11522
11523         - use the same mechanism the datagrid uses wrt the editing textbox
11524         when scrolling/resizing/etc.  Namely, we hide it first, do the
11525         operation, then show it again (if it's still visible).
11526         
11527         - aggressively remove a lot of unnecessary refreshes (and also
11528         calls to Invalidate(). call more limited variants, and only redraw
11529         what we need.)
11530         
11531         * PropertyGrid.cs:
11532
11533         - when we're populating the merged collection, fill in the UI
11534         parent with either the passed in item, or the category item we
11535         create.
11536
11537         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
11538
11539         * GridItem.cs: drop some fully qualified names.
11540         
11541         * GridEntry.cs: add a "UIParent", which is basically the parent
11542         treenode.
11543
11544         * GridItemCollection.cs: add an IndexOf method.
11545
11546 2006-10-20  Mike Kestner  <mkestner@novell.com>
11547
11548         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
11549         a working win32 NC invalidation mechanism, we can't invalidate
11550         menus.  [Fixes #79705]
11551
11552 2006-10-20  Mike Kestner  <mkestner@novell.com>
11553
11554         * ListBox.cs : don't update the VScrollbar if the list is empty,
11555         just hide it.  [Fixes #79692]
11556
11557 2006-10-20  Jackson Harper  <jackson@ximian.com>
11558
11559         * RichTextBox.cs: Handle some special chars better, and don't skip
11560         the entire group when we encounter a special char that we don't
11561         handle correctly.
11562
11563 2006-10-18  Chris Toshok  <toshok@ximian.com>
11564
11565         * PropertyGridView.cs: address a number of issues from bug #79676,
11566         mostly of the cosmetic variety.
11567
11568         - The highlight rectangle for indented items not extends all the
11569         way to the left.
11570
11571         - Indented items aren't indented so much.
11572
11573         - the dropdown is properly sized width-wise if the pg has a
11574         vertical scrollbar.
11575
11576 2006-10-18  Chris Toshok  <toshok@ximian.com>
11577
11578         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
11579         systray stuff is rather convoluted to begin with.
11580
11581         systray icons are a single window for some reason (that I haven't
11582         figured out yet), and for them, client_window == whole_window.
11583         Given the way the tests are structured elsewhere to determine
11584         which paints are pending (client vs. nc), that situation will
11585         always yield PAINT, not NCPAINT.  So, if we have a pending
11586         nc_expose and no pending expose, remove the hwnd from the paint
11587         queue, and also set nc_expose_pending to false, to keep us from
11588         blocking further expose's adding the hwnd to the paint queue.
11589
11590         phew.  like i said, a rather convoluted change.  Fixes the
11591         notifyicon repaint issues in bug #79645.
11592
11593 2006-10-18  Chris Toshok  <toshok@ximian.com>
11594
11595         * Form.cs: when getting the backcolor of the form, don't get
11596         base.BackColor, as this allows parents to influence the background
11597         color.  This breaks mdi forms.  Instead, if the background_color
11598         is empty, return the default.
11599
11600 2006-10-18  Chris Toshok  <toshok@ximian.com>
11601
11602         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
11603         to being private instead of internal static.
11604
11605         * Control.cs: remove all the stupid ParentWaitingOnRecreation
11606         crap, it wasn't working for more deeply nested controls anyway,
11607         and we already have the is_recreating flag - use that instead.
11608         Before calling DestroyHandle in RecreateHandle, recurse through
11609         the control tree setting it to true.  this returns the recreate
11610         code to much of its original simplicity, while now guaranteeing we
11611         actually recreate everything we're supposed to.  This change gets
11612         fyireporting actually showing mdi children.
11613
11614 2006-10-17  Chris Toshok  <toshok@ximian.com>
11615
11616         * Form.cs: remove some debug spew, and collapse some duplicate
11617         code at the end of SetClientSizeCore.
11618
11619         * XplatUIX11.cs: 
11620         - add some more debug spew here too wrt Destroy handling.
11621         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
11622         in Control's handling of WM_DESTROY.
11623         - Remove the handling of zombie window DestroyNotifies from the
11624         event loop - we don't need it.  Now the only DestroyNotifies we
11625         actually handle are ones generated by X.
11626         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
11627         match gtk's (functioning) handling of this. This keep metacity
11628         from leaving droppings in the form of wm borders with no window
11629         contents all over the place.
11630
11631         * Control.cs:
11632         - add a bunch of debug spew wrt control recreation.
11633         - fix a bug where we weren't tracking Visible properly on
11634         recreated hwnds.
11635         - fixed the WM_PAINT double buffer handling to support re-entrant
11636         calls (yes, i know it's gross, but it's happening to us).
11637
11638 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11639         * ThemeWin32Classic.cs: changed drawing of selected days
11640         to make them look better.
11641
11642 2006-10-16  Chris Toshok  <toshok@ximian.com>
11643
11644         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
11645         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
11646
11647         * XplatUIX11.cs: move away from using hwnd.client_dc and
11648         hwnd.non_client_dc and on to a stack of dc's (and in window's
11649         case, PAINTSTRUCT's), so we can deal with nested Paint calls
11650         without puking or not disposing of Graphics objects.
11651
11652         * XplatUIOSX.cs: same.
11653
11654         * XplatUIWin32.cs: same.
11655
11656 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
11657
11658         * FileDialog.cs: Don't call on_directory_changed inside
11659           OnSelectedIndexChanged (it changes the SelectedIndex too).
11660           Instead move it to OnSelectionChangeCommitted.
11661
11662 2006-10-13  Chris Toshok  <toshok@ximian.com>
11663
11664         * XplatUIX11.cs: more Destroy work.  the current code does the
11665         following things, in order:
11666
11667         1. Enumerates all handles of all controls at or below the one
11668         being destroyed, in pre-order.  As it is doing this, it marks the
11669         handles as zombie and clears all references to them.
11670         
11671         2. calls XDestroyWindow on the window passed in.
11672
11673         3. SendMessage's WM_DESTROY to all he handles in the accumulated
11674         list.
11675
11676 2006-10-13  Chris Toshok  <toshok@ximian.com>
11677
11678         * XplatUIX11.cs: set hwnd.zombie to true before calling
11679         SendMessage (WM_DESTROY).  this keeps us from marking the new
11680         window a zombie, and also keeps us from calling sendmessage at
11681         all.
11682
11683 2006-10-13  Jackson Harper  <jackson@ximian.com>
11684
11685         * TextControl.cs: Do not show the caret and selection at the same
11686         time.  Reduces ugliness by 35%.
11687
11688 2006-10-13  Chris Toshok  <toshok@ximian.com>
11689
11690         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
11691         zombie after we do the recursive call, so we actually do call
11692         SendMessage on the children controls.
11693         (GetMessage): if we find a pending paint event for a zombie hwnd,
11694         remove the hwnd from the paint queue, or else it will always be
11695         there (and we'll effectively loop infinitely)
11696
11697 2006-10-13  Mike Kestner  <mkestner@novell.com>
11698
11699         * MenuItem.cs : add Selected format under keynav too.
11700         Fixes #79528.
11701
11702 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
11703
11704         * PropertyGrid.cs: Fixed some NRE's and small difference between our
11705         implementation and that of MS.
11706
11707 2006-10-13  Chris Toshok  <toshok@ximian.com>
11708
11709         * Control.cs (OnInvalidated) only futz with the invalid_region if
11710         the control is double buffered.  this fixes the apparent hang in
11711         the ListView unit tests.  Someone needs to make the
11712         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
11713
11714 2006-10-13  Chris Toshok  <toshok@ximian.com>
11715
11716         * PropertyGridView.cs:
11717
11718         - do a little refactoring so that only one place calls
11719         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
11720         else call that.  Also make it Refresh, since there are redraw bugs
11721         otherwise (we should take a look at that...)
11722
11723         - do a little more refactoring work to share the body of code
11724         involved with the drop down.  it was duplicated in the code
11725         dealing with the listbox handling and in the code dealing with the
11726         UITypeEditors.
11727
11728         - add a Capture to the dropdown form's control once it's
11729         displayed, and add a MouseDown handler that checks to make sure
11730         the position is inside the control.  If it's not, close the
11731         dropdown.  This fixes #78190.
11732
11733         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
11734         if the value is different than the initial value.
11735         
11736 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
11737
11738         * Control.cs: see #78650
11739         - Fixed GetNextControl for several cases:
11740                 - Changed FindFlatForward to return 
11741                 correct sibling control when more than one
11742                 control has same TabIndex as the currently 
11743                 focused one.
11744                 - Changed FindFlatBackward to loop children
11745                 from last to first and apply same logic as in
11746                 FindFlatForward
11747                 - Changed FindControlForward to search for
11748                 children when control is not a container
11749                 but has children, or search for siblings if
11750                 control is a container...
11751                 - Changed FindControlBackward   to continue
11752                 searching for child controls when hitting 
11753                 Panel-like parents
11754                 
11755         - Fixed Focus method to update ActiveControl
11756         (FocusTest.FocusSetsActive failure)
11757         
11758         * TabControl.cs:
11759         - Focus rectangle now refreshes when gaining
11760         or losing focus
11761         - Removed grab for Tab key on IsInputKey that 
11762         was keeping tab navigation from working (#78650)
11763
11764 2006-10-13  Chris Toshok  <toshok@ximian.com>
11765
11766         * PropertyGridView.cs:
11767         - Rewrite SetPropertyValue to loop over SelectedGridItem's
11768         SelectedObjects.
11769
11770         - Deal with GridItem.Value == null a few places.
11771
11772         * PropertyGrid.cs: 
11773         - replace the PopulateGridItemCollection with a pair of methods
11774         which compute the intersection of all the properties in the
11775         SelectedObjects array.  Fixes #79615.
11776
11777         - Throw ArgumentException from set_SelectedObjects if there's a
11778         null in the array.
11779
11780         - Add GetTarget method which can be used to traverse up the
11781         GridItem.Parent chain.  It depends on the assumption that
11782         selected_objects for different GridEntries are always in the same
11783         order (a safe assumption).  Use this method and loop over all the
11784         selected objects in the entry when calling RemoveValueChanged and
11785         AddValueChanged.
11786         
11787         * GridEntry.cs: Make this handle multiple selected objects.
11788         .Value returns null if not all the selected objects share the same
11789         value.
11790
11791 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
11792         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
11793           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
11794           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
11795           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
11796           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
11797         add additional functionality.
11798
11799 2006-10-12  Mike Kestner  <mkestner@novell.com>
11800
11801         * ErrorProvider.cs : new ToolTipWindow ctor sig.
11802         * HelpProvider.cs : new ToolTipWindow ctor sig.
11803         * ToolTip.cs : remove ToolTip param from Window sig since it is
11804         not used.
11805         * ToolBar.cs : add tooltip support.  Fixes #79565.
11806
11807 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11808
11809         * ComboBox.cs: move the events in set_SelectedIndex to 
11810         after the call to HighlightIndex in order to avoid 
11811         possible recursion and subsequent problems with the call
11812         to HighlightIndex and include a range check in 
11813         set_HighlightIndex. Fixes #79588
11814         
11815 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11816
11817         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
11818         to ui thread's settings instead of sunday. 
11819         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
11820
11821 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
11822
11823         * DateTimePicker.cs
11824         * MonthCalendar.cs
11825         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
11826         and implement missing functionality (selecting different parts 
11827         of the date and edit them individually with the keyboard).
11828         
11829 2006-10-11  Chris Toshok  <toshok@ximian.com>
11830
11831         * Control.cs (OnInvalidated): fix NRE relating to last change.
11832
11833 2006-10-11  Chris Toshok  <toshok@ximian.com>
11834
11835         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
11836         atoms in _NET_WM_STATE here if the window is maximized.  We need
11837         to do this because we're *replacing* the existing _NET_WM_STATE
11838         property, so those atoms will be lost otherwise, and any further
11839         call to GetWindowState will return Normal for a window which is
11840         actually maximized.  Fixes #79338.
11841
11842 2006-10-11  Jackson Harper  <jackson@ximian.com>
11843
11844         * TextControl.cs: Special case for setting selection end to
11845         selection start, we basically kill the anchor.
11846         - some todo comments.
11847
11848 2006-10-11  Chris Toshok  <toshok@ximian.com>
11849
11850         * Control.cs: switch to using an "invalid_region" to track which
11851         parts of the image buffer need updating.  This is more code than
11852         the simple fix from r66532.  That version just attempted to always
11853         fill the entire buffer on redraw, which turns out to be
11854         inefficient when invalidating small rectangles.  This version
11855         simply adds the invalid rectangle to the invalid region.  When we
11856         get any WM_PAINT message we see if it can be filled using the
11857         image buffer, and if it can't (if the paint event's clip rectangle
11858         is visible in the invalid region) we first fill the image buffer.
11859         So, the image buffer is still a cache, we just fill it lazily.
11860
11861         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
11862         need it any longer.
11863
11864 2006-10-11  Chris Toshok  <toshok@ximian.com>
11865
11866         * XplatUIX11.cs (SetWindowPos): we need to update both position as
11867         well as size after calling XMoveResizeWindow.  This keeps us from
11868         ignoring future SetWindowPos calls.  Fixes the disappearing
11869         DateTimePicker in the ToolBarDockExample from bug #72499.
11870
11871 2006-10-11  Chris Toshok  <toshok@ximian.com>
11872
11873         * TextBoxBase.cs: reorder things a bit when it comes to
11874         resizing-causing-recalculation.  we were recalculating the
11875         document when our position was changed, which shouldn't happen.
11876         We only care about size changes.  Clear up some more redundant
11877         recalculation calls while I'm at it.  This makes the toolbar dock
11878         example snappy when you're just dragging toolbars around (since it
11879         causes a relayout whenever you move one.)
11880
11881 2006-10-11  Chris Toshok  <toshok@ximian.com>
11882
11883         * ToolBarButton.cs (get_Rectangle): this only returns
11884         Rectangle.Empty if Visible == false, or Parent == null.
11885         Parent.Visible doesn't matter.
11886
11887 2006-10-10  Chris Toshok  <toshok@ximian.com>
11888
11889         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
11890         by .net 1.1, so switch to an internal method instead.
11891
11892 2006-10-10  Chris Toshok  <toshok@ximian.com>
11893
11894         * Control.cs (WM_PAINT): when a control is double buffered we draw
11895         initially to the ImageBuffer and then copy from there.  But when a
11896         parent control which has child controls is double buffered, the
11897         initial drawing doesn't encompass the entire ClientRectangle of
11898         the parent control, so we end up with uninitialized bits (this is
11899         easily seen by dragging the top toolbar in
11900         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
11901         manually set the ClipRectangle of the paint_event (only the one we
11902         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
11903         of the nastiness in bug #72499.
11904
11905         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
11906         which we use in Control.cs's WM_PAINT handling.
11907
11908 2006-10-10  Jackson Harper  <jackson@ximian.com>
11909
11910         * TextBoxBase.cs: Finish off the autoscrolling stuff.
11911
11912 2006-10-10  Chris Toshok  <toshok@ximian.com>
11913
11914         * Cursor.cs: Apply a slightly different patch to the one suggested
11915         in #79609.
11916
11917 2006-10-10  Jackson Harper  <jackson@ximian.com>
11918
11919         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
11920         not the parent form.
11921         * TextControl.cs: use difference in old line count vs new count to
11922         calculate how many lines were added, this takes into account soft
11923         line breaks properly.
11924
11925 2006-10-10  Chris Toshok  <toshok@ximian.com>
11926
11927         * LinkLabel.cs: don't call MeasureCharacterRanges against a
11928         rectangle located at 0,0 and the size of the text.  Use
11929         ClientRectangle instead.  This fixes rendering of non-left aligned
11930         link labels.
11931
11932 2006-10-10  Jackson Harper  <jackson@ximian.com>
11933
11934         * TextBoxBase.cs: When we set the selection start position the
11935         caret.
11936         * TextControl.cs: Need to update the caret when we decrement it to
11937         zero.
11938         - Make sure that the selection_visible flag gets reset to false if
11939         the selection isn't visible.  Before this you could get it set to
11940         visible by changing the selection start, then changing the end to
11941         equal the start.
11942
11943 2006-10-09  Jackson Harper  <jackson@ximian.com>
11944
11945         * TreeView.cs: Don't update scrollbars when we aren't visible.
11946         * TreeNodeCollection.cs: Only need to update scrollbars if being
11947         added to an expanded visible node or the root node.
11948
11949 2006-10-09  Chris Toshok  <toshok@ximian.com>
11950
11951         * XplatUIX11.cs (SendMessage): fix NRE.
11952
11953 2006-10-09  Jackson Harper  <jackson@ximian.com>
11954
11955         * TextBoxBase.cs: Implement horizontal autoscrolling.
11956         * TextControl.cs: Add a movement types that allows moving forward
11957         and backwards without wrapping.
11958
11959 2006-10-09  Mike Kestner  <mkestner@novell.com>
11960
11961         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
11962         with focus "expansion" of labels.  Fixes #79532 and then some.
11963         * ThemeWin32Classic.cs : add LineLimit to ListView label format
11964         when wrapping.
11965
11966 2006-10-09  Jackson Harper  <jackson@ximian.com>
11967
11968         * TextBoxBase.cs: Set the default max values to MaxValue since
11969         we use the scrollbar for autoscrolling and the default value is
11970         100.  If we don't do this the caret won't keep up with typing
11971         after about 18 characters.
11972         * TextControl.cs: Make sure the selection is offset by the
11973         viewport x.  This fixes selection when using auto scrolling.
11974
11975 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
11976         
11977         * Form.cs: The active control should be selected after the 
11978         OnLoad so that any child control initialization that affects
11979         the selection is done. Fixes #79406
11980
11981 2006-10-06  Chris Toshok  <toshok@ximian.com>
11982
11983         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
11984         to have no evil effects.
11985
11986         - Stop selecting StructureNotifyMask on non-toplevel windows.
11987
11988           The only way children should be resized is by using the SWF api,
11989           and we already send WM_WINDOWPOSCHANGED messages in those cases.
11990           Toplevel windows can be interacted with via the window manager,
11991           and so we keep the input mask there.
11992
11993           The other event StructureNotifyMask gives us (that we care
11994           about) is DestroyNotify.  The code is already structured such
11995           that it assumes we won't be getting a DestroyNotify event for
11996           the window we pass to XDestroyWindow (which is what
11997           StructureNotifyMask is supposed to guarantee.)  So, that code
11998           shouldn't be affected by this either.
11999
12000         - Stop selecting VisibilityChangeMask altogether.
12001
12002           We weren't doing anything with the resulting events anyway.
12003         
12004         This vastly reduces the number of X requests and events we see
12005         when resizing/laying out a large ui.
12006
12007 2006-10-06  Chris Toshok  <toshok@ximian.com>
12008
12009         * ScrollableControl.cs (DisplayRectangle): we need to take into
12010         account the DockPadding regardless of whether or not auto_scroll
12011         == true.  rework this slightly to this effect, and fix bug #79606,
12012         and part of #72499 (you can now see the drag handles and drag
12013         toolbars around).
12014
12015 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
12016
12017         * ListViewItem.cs: Collections of selected and checked items are now
12018         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
12019         we mark the collection "dirty".
12020         * ListView.cs: Marked collections readonly. Modified UpdateSelection
12021         to only clear SelectedItems when a new item is selected and MultiSelect
12022         is enabled. CheckedItems and SelectedItems now subscribe to Changed
12023         event of ListViewItemCollection, and mark its list dirty whenever
12024         that event is fire. This allows us to return selected/checked items 
12025         in the same order as they are in the Items collection. This matches
12026         the MS behavior.
12027
12028 2006-10-06  Chris Toshok  <toshok@ximian.com>
12029
12030         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
12031         right mouse clicks.  Fixes bug #79593.
12032
12033 2006-10-06  Chris Toshok  <toshok@ximian.com>
12034
12035         * Splitter.cs: doh, fix splitters that don't want to cancel the
12036         movement when you drag them.  Also, impose the limits on the
12037         values we send to the SplitterMovingEvent.  Fixes #79598.
12038
12039 2006-10-06  Jackson Harper  <jackson@ximian.com>
12040
12041         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
12042         since we use this for auto scrolling also.
12043
12044 2006-10-05  Chris Toshok  <toshok@ximian.com>
12045
12046         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
12047         beginning to think that most datagrid column types don't need this
12048         method.  Fixes bug #79392.
12049
12050 2006-10-05  Chris Toshok  <toshok@ximian.com>
12051
12052         * DataGrid.cs: move back to a more lazy scheme for creating the
12053         CurrencyManager, so we aren't updating it every time you set
12054         either DataSource or DataMember.  Also, don't call
12055         RecreateDataGridRows if the currency manager hasn't changed.
12056
12057 2006-10-05  Chris Toshok  <toshok@ximian.com>
12058
12059         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
12060         emitted, SelectedIndex should already be updated.  Fixes bug
12061         #78929.
12062
12063 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
12064
12065         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
12066           ToolStripTextBox.cs: Initial commit.
12067         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
12068
12069 2006-10-05  Jackson Harper  <jackson@ximian.com>
12070
12071         * TabControl.cs: We need to invalidate the tab control area when
12072         new ones are added (duh).
12073
12074 2006-10-03  Chris Toshok  <toshok@ximian.com>
12075
12076         * Form.cs (ProcessDialogKey): if the focused control is in this
12077         form and is a button, call its PerformClick method here.  Fixes
12078         #79534.
12079
12080 2006-10-04  Jackson Harper  <jackson@ximian.com>
12081
12082         * TabPage.cs: Ignore setting of Visible, and add an internal
12083         method for setting the controls visibility.  TabPage's Visible
12084         property is a little strange on MS, this seems to make us
12085         compatible, and fixes cases where people set all the tab pages to
12086         visible.
12087         * TabControl.cs: Use the new internal setting on tab pages
12088         visibility.
12089
12090 2006-10-03  Mike Kestner  <mkestner@novell.com>
12091
12092         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
12093
12094 2006-10-03  Mike Kestner  <mkestner@novell.com>
12095
12096         * ListView.cs : use is_visible instead of Visible to check if 
12097         scrollbars should be placed/sized.  Also some max_wrap_width
12098         love for LargeIcon view.  [Fixes #79533]
12099
12100 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
12101
12102         * TextControl.cs :
12103           Make set_TextAlign() do actually update the align. Fixed #78403.
12104
12105 2006-10-03  Chris Toshok  <toshok@ximian.com>
12106
12107         * DataGrid.cs: fix a crash when switching datasources if the
12108         vertical scrollbar is at someplace other than Value = 0.  Also,
12109         reduce the number of recalculation passes we do in SetDataSource
12110         from 2 to 1.
12111
12112 2006-10-03  Jackson Harper  <jackson@ximian.com>
12113
12114         * TextBoxBase.cs: Move the if value the same bail check up, we
12115         don't want to empty the document if it is already empty, this
12116         seems to severly mess up the caret.  TODO: I should probably fix
12117         the empty statement to update teh caret somehow.
12118
12119 2006-10-03  Chris Toshok  <toshok@ximian.com>
12120
12121         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
12122         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
12123         reflection, an internal row type, properties on said type, etc.)
12124         will work with our datagrid.  Fixes #79531.
12125
12126 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
12127
12128         * FileDialog.cs: Don't crash if a path is not accessible
12129           (System.UnauthorizedAccessException). Fixes #79569.
12130         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
12131           a ':' too. Return unknown icon for those paths/files.
12132
12133 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
12134
12135         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
12136         GetContainerControl returns null.
12137
12138 2006-10-02  Chris Toshok  <toshok@ximian.com>
12139
12140         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
12141         call to XGetWindowAttributes instead of "handle".  fixes an X
12142         error using notifyicon after the NotifyIconWindow to Form base
12143         class switch.
12144
12145 2006-10-02  Chris Toshok  <toshok@ximian.com>
12146
12147         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
12148         server grab and looping we need to do to get down to the most
12149         deeply nested child window.
12150         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
12151         QueryPointer again after the WarpPointer so we can generate a
12152         proper (fake) MotionNotify event to be enqueued in the destination
12153         window's queue.
12154         (GetCursorPos): call QueryPointer.
12155
12156         Fixes #79556.
12157
12158 2006-10-02  Jackson Harper  <jackson@ximian.com>
12159
12160         * NotifyIcon.cs: Derive the notify icon from a form, so things
12161         like FindForm work on it.
12162         - Swallow the WM_CONTEXTMENU message, since that is generated on
12163         mouse down, and context menu is a mouse up kinda guy.  I believe
12164         the correct fix here is probably to make the notify icon entirely
12165         NC area, but this seems to work fine for anyone not manipulating
12166         WndProc.
12167
12168 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
12169
12170         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
12171           ToolStripItemCollection.cs, ToolStripLabel.cs,
12172           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
12173           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
12174           Initial implementation.
12175         * TextRenderer.cs: Provide padding to MeasureText.
12176
12177 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
12178
12179         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
12180         of ButtonBaseAccessibleObject. Fix bug #79552.
12181
12182 2006-10-02  Jackson Harper  <jackson@ximian.com>
12183
12184         * MdiWindowManager.cs: When maximizing use the containers client
12185         rect, not it's bounds, so nc area is accounted correctly.
12186         - Use the parent form's size for the menu position, since the
12187         client isn't always the full form size.
12188
12189 2006-10-01  Chris Toshok  <toshok@ximian.com>
12190
12191         * ScrollableControl.cs: make sure neither right_edge or
12192         bottom_edge are < 0, since they're used as LargeChange for the
12193         horiz/vert scrollbars respectively.  Fixes #79539.
12194
12195 2006-10-01  Chris Toshok  <toshok@ximian.com>
12196
12197         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
12198         the xplatuix11 code can cause us to destroy/recreate our handle.
12199
12200         * XplatUIX11.cs
12201         (SystrayAdd):
12202         - this code can be invoked many times for the same Hwnd.  Make
12203           sure we only destroy the client window once (the first time this
12204           method is called).  This fixes bug #79544.
12205         - Remove the call to the improperly bound XSync.  why we had two
12206           bindings to this, I will never know, but this call resulted in
12207           events being discarded from the queue(!).
12208         - correct a misunderstanding of _XEMBED_INFO - the second atom is
12209           not our current state but the state we wish to be in.  So, 0 if
12210           we don't want to be mapped.  Change it to 1.
12211         (SystrayRemove): The XEMBED spec makes mention of the fact that
12212         gtk doesn't support the reparent of client windows away from the
12213         embedder.  Looking at gtksocket-x11.c seems to agree with this.
12214         The only avenue we have for removing systray icons is to destroy
12215         them.  We don't want the handle to go away for good, though, so
12216         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
12217         #79545.
12218         
12219 2006-10-01  Chris Toshok  <toshok@ximian.com>
12220
12221         * Form.cs (WndProc): inline the native_enabled variable usage into
12222         the cases in which it's used.  Fixes #79536.
12223
12224 2006-09-29  Mike Kestner  <mkestner@novell.com>
12225
12226         * ListView.cs : toggle the selection state for ctrl clicks in 
12227         multiselect mode. [Fixes #79417]
12228
12229 2006-09-29  Mike Kestner  <mkestner@novell.com>
12230
12231         * ListView.cs : kill CanMultiSelect and refactor the selection
12232         code to support multiselection in the absence of mod keys. Steal
12233         arrow/home/end keys by overriding InternalPreProcessMessage to
12234         restore regressed keynav behavior.
12235         [Fixes #79416]
12236
12237 2006-09-29  Jackson Harper  <jackson@ximian.com>
12238
12239         * MdiClient.cs: Repaint the titlebars when the active window is
12240         changed.
12241
12242 2006-09-29  Chris Toshok  <toshok@ximian.com>
12243
12244         * Application.cs: when entering a runloop with a modal, make sure
12245         the hwnd is enabled.  Fixes #79480.
12246
12247 2006-09-29  Chris Toshok  <toshok@ximian.com>
12248
12249         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
12250         when ListManager.CanAddRows == false, bump us back one.
12251
12252         * DataGridColumnStyle.cs (ParentReadOnly): remove the
12253         listmanager.CanAddRows check.  This makes ArrayLists uneditable
12254         using a datagrid, which is not right.
12255         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
12256         is an IEditable, but call property_descriptor.SetValue regardless.
12257         fixes #79435.
12258
12259 2006-09-29  Chris Toshok  <toshok@ximian.com>
12260
12261         * DataGridBoolColumn.cs: we need to test equality in the face of
12262         possible null values (as is the case with the default NullValue).
12263         This patch keeps us from crashing in that case.
12264
12265 2006-09-29  Jackson Harper  <jackson@ximian.com>
12266
12267         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
12268         here, since it will get called for every node collection in the
12269         tree. This is now done in the treeview once the sorting is
12270         finished.
12271         * TreeView.cs: Recalculate the visible order, and update the
12272         scrollbars after sorting, set the top nope to the root so that the
12273         recalc actually works.
12274
12275 2006-09-29  Chris Toshok  <toshok@ximian.com>
12276
12277         * LinkLabel.cs: more handling of the default link collection in
12278         the face of LinkArea manipulation.  The default link collection
12279         contains 1 element (start=0,length=-1).  If the user sets LinkArea
12280         to anything and the links collection is the default, clear it.
12281         Then only add the link if its nonempty.  Fixes #79518.
12282
12283 2006-09-29  Chris Toshok  <toshok@ximian.com>
12284
12285         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
12286         piece correctly when we hit a '\n'.  Fixes #79517.
12287
12288 2006-09-29  Chris Toshok  <toshok@ximian.com>
12289
12290         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
12291         change the binding of gdk_init_check to take two IntPtr's, and
12292         pass IntPtr.Zero for both of them.  Fixes #79520.
12293
12294 2006-09-29  Mike Kestner  <mkestner@novell.com>
12295
12296         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
12297         [Fixes #78779]
12298
12299 2006-09-28  Jackson Harper  <jackson@ximian.com>
12300
12301         * XplatUIX11.cs: When translating NC messages make sure we go from
12302         whole window to screen, not client window to screen.
12303         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
12304         method doesn't exist
12305         - Skip over controls that aren't forms when arranging.
12306
12307 2006-09-28  Jackson Harper  <jackson@ximian.com>
12308
12309         * XplatUIWin32.cs: Clip the rect to the parent window.
12310         * XplatUIStructs.cs: Add clipping modes struct.
12311         * InternalWindowManager.cs: New private method that factors title
12312         bar heights in when calculating the pos of an NC mouse message.
12313         - Use SendMessage to force a paint when the form's size is changed
12314         instead of painting the decorations immediately.
12315         - Don't let the NC button click messages get to DefWndProc,
12316         because they will attempt to handle windowing themself, and this
12317         messes up z-order (it will put them in front of the scrollbars).
12318         * XplatUIX11.cs: Make sure that we don't reset window managers if
12319         we already have one (ie the window is an MDI window).
12320
12321 2006-09-28  Chris Toshok  <toshok@ximian.com>
12322
12323         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
12324         menu code really needs going over.
12325
12326 2006-09-27  Chris Toshok  <toshok@ximian.com>
12327
12328         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
12329         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
12330         window is maximizable.  So, we need to make sure that even if we
12331         clear the border/wm frame of those functions, they're still
12332         available (basically, we remove the decoration without removing
12333         the function).  Half the fix for #79338.
12334
12335 2006-09-27  Chris Toshok  <toshok@ximian.com>
12336
12337         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
12338         Fixes bug #79515.
12339
12340 2006-09-27  Chris Toshok  <toshok@ximian.com>
12341
12342         * Splitter.cs: reorder things a bit so that we don't actually
12343         draw/move the splitter until after calling OnSplitterMoving.  This
12344         lets users cancel/disallow the movement by explicitly setting
12345         event.SplitX/SplitY.  Fixes #79372.
12346
12347 2006-09-27  Jackson Harper  <jackson@ximian.com>
12348
12349         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
12350         because it is most likely on a window being destroyed, and that
12351         will give us an X11 error.
12352
12353 2006-09-27  Chris Toshok  <toshok@ximian.com>
12354
12355         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
12356         the dropdown button now toggles between showing and hiding the
12357         dropdown.  Also, get rid of dropdown_form_showing and just use
12358         dropdown_form.Visible.  We still don't do a grab, but I'll leave
12359         that part to someone who has handled Capture-fu before.
12360
12361 2006-09-27  Chris Toshok  <toshok@ximian.com>
12362
12363         * DataGrid.cs: return false if alt isn't pressed when '0' is
12364         pressed.  this keeps the '0' key from being swallowed, and fixes
12365         bug #79350.
12366
12367 2006-09-27  Chris Toshok  <toshok@ximian.com>
12368
12369         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
12370         Calling Refresh (in response to a scrollbar event) screws up the
12371         scrollbar painting.  Fixes bug #78923.
12372
12373 2006-09-27  Chris Toshok  <toshok@ximian.com>
12374
12375         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
12376         then insert into hashtable" blocks threadsafe.
12377
12378 2006-09-27  Chris Toshok  <toshok@ximian.com>
12379
12380         * MessageBox.cs (CreateParams): the styles should be |'ed with our
12381         baseclass's, since otherwise the
12382         ControlBox/MinimizeBox/MaximizeBox assignments above have no
12383         effect.  This gets the close button back in messageboxes.
12384
12385 2006-09-27  Chris Toshok  <toshok@ximian.com>
12386
12387         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
12388         flag, not just != 0.  this makes flags that are actually multiple
12389         bits (like WS_CAPTION) work.  fixes bug #79508.
12390
12391 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
12392
12393         * PageSetupDialog.cs: add support for getting and settings the 
12394         paper size, source and orientation.
12395
12396 2006-09-26  Chris Toshok  <toshok@ximian.com>
12397
12398         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
12399         and caption == "", we need to remove the resize handles as well as
12400         the title bar.
12401
12402         * Control.cs (set_Text): turns out that setting Text on a form
12403         should change the WM styles on the window, since if ControlBox ==
12404         false, the only way to get a window border is to have a non-""
12405         Text property.  check winforms/forms/text.cs for an example.  so,
12406         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
12407         update both window styles and title.  This fixes a lot of dialogs
12408         (including the preferences dialog in MonoCalendar.)
12409
12410 2006-09-26  Chris Toshok  <toshok@ximian.com>
12411
12412         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
12413         control isn't a Form), call Win32ShowWindow to hide the window,
12414         but don't update the control Visible property.  When we reparent
12415         back to a parent control, call SetVisible in order for the
12416         window's visibility to be reinstated.
12417
12418         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
12419         the FosterParent.
12420
12421         * Control.cs (ControlCollection.Remove): remove that value.Hide()
12422         call for good, since it breaks MonoCalendar (and other things I'm
12423         sure.) Also, set all_controls to null *after* the owner calls,
12424         which end up regenerating it.
12425         (ChangeParent): allow new_parent to be == null, passing
12426         IntPtr.Zero down to XplatUI.
12427
12428         this fixes #79294 the right way.
12429
12430 2006-09-26  Mike Kestner  <mkestner@novell.com>
12431
12432         * GridEntry.cs : internal SetParent method.
12433         * PropertyGrid.cs : attach to property changed on the proper
12434         target if we have a hierarchical grid with subobjects. Setup
12435         GridItem.Parent for hierarchical items.
12436         * PropertyGridView.cs : Set value on the correct target for
12437         hierarchical grids. [Fixes #78903]
12438
12439 2006-09-26  Chris Toshok  <toshok@ximian.com>
12440
12441         * Control.cs (ChildNeedsRecreating): this should return true if
12442         either we're being recreated and the child is in our list, or our
12443         parent is waiting for our recreation.
12444
12445 2006-09-26  Chris Toshok  <toshok@ximian.com>
12446
12447         * Control.cs (ControlCollection.Remove): reinstate the
12448         value.Hide() call as suggested in bug #79294.
12449
12450 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
12451
12452         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
12453         coordinates (versus a relative move).
12454
12455 2006-09-26  Chris Toshok  <toshok@ximian.com>
12456
12457         * Control.cs: rework child recreation a little bit.  It turns out
12458         that we race between the DestroyNotify the WM_DESTROY message.  If
12459         the parent gets its DestroyNotify before the child gets the
12460         WM_DESTROY message, the child ends up not recreating (since the
12461         parent finishes its recreation on DestroyNotify, and the child
12462         checks ParentIsRecreating.)
12463
12464         So, instead we store off a list of all the child controls which
12465         need to be recreated when the parent control starts to recreate
12466         itself.  Then, when child controls get their WM_DESTROY message we
12467         check to see if they're in the parent's pending recreation list,
12468         and if so, we recreate.  This removes all dependency on ordering
12469         from the code and fixes the initial MonoCalendar upgrade dialog.
12470         
12471 2006-09-26  Jackson Harper  <jackson@ximian.com>
12472
12473         * TextControl.cs: Use the Line to get the length of the line,
12474         since soft line breaks can change the end line.
12475
12476 2006-09-26  Chris Toshok  <toshok@ximian.com>
12477
12478         * Control.cs (ControlCollection.AddImplicit): don't add the
12479         control again if it's already in one of our lists.  This keeps us
12480         from adding controls over and over again for comboboxes when their
12481         handle gets recreated (as the combobox adds implicit controls in
12482         OnHandleCreated).  Fixes the X11 errors in bug #79480.
12483
12484 2006-09-26  Jackson Harper  <jackson@ximian.com>
12485
12486         * TextControl.cs: When deleting characters make sure that any
12487         orphaned zero lengthed tags get deleted.
12488         - Fix ToString for zero lengthed tags.
12489
12490 2006-09-25  Jackson Harper  <jackson@ximian.com>
12491
12492         * TextControl.cs: When getting a tag at the location there can be
12493         multiple tags at the same spot, these are 0-lengthed tags that
12494         appear when extra formatting has been stuck in a location.  We
12495         need to pull out the last of these 0 lengthed tags.
12496
12497 2006-09-25  Jackson Harper  <jackson@ximian.com>
12498
12499         * TextControl.cs: Fix print out in debug method.
12500         * TextBoxBase.cs: When text is set bail if we are setting to the
12501         previous value.
12502         
12503 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
12504
12505         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
12506           It is now possible to change the selected index in a FontXXXListBox
12507           with the up and down arrow keys from the FontXXXTextBoxes.
12508           Also, send the FontXXXTextBox mouse wheel event to the corresponding
12509           FontXXXListBoxes to match ms.
12510
12511 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
12512
12513         * SystemInformation.cs: Return a clone of the theme's MenuFont because
12514         anyone can dispose it, anytime. All other properties returns enums, 
12515         structs or basic types so they don't need such tricks.
12516
12517 2006-09-22  Jackson Harper  <jackson@ximian.com>
12518
12519         * XplatUI.cs:
12520         * XplatUIWin32.cs:
12521         * Clipboard.cs:
12522         * DataFormats.cs:
12523         * XplatUIOSX.cs:
12524         * XplatUIDriver.cs: Update interface to add a primary selection
12525         flag, so the driver can use the primary selection buffer if
12526         needed.
12527         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
12528
12529         * RichTextBox.cs: We need to supply the data object to paste now
12530         (so we can choose to supply CLIPBOARD or PRIMARY).
12531         * TextBoxBase.cs: Supply data object to paste (see above).
12532         - Middle click uses the primary selection data object.
12533         
12534 2006-09-21  Chris Toshok  <toshok@ximian.com>
12535
12536         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
12537         of SetWMStyles.  It's still a rat's nest and is largely
12538         order-dependent which I dislike immensely.  This also fixes the X
12539         button disappearing from toplevel forms.
12540
12541 2006-09-21  Mike Kestner <mkestner@novell.com>
12542
12543         * ListBox.cs: move Jordi's click/dblclick raising code to the
12544         mouse up handler.
12545
12546 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
12547
12548         * ListBox.cs: Fixes 79450
12549
12550 2006-09-21  Mike Kestner <mkestner@novell.com>
12551
12552         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
12553         to deal with people updating the TreeNodeCollection after the tree
12554         is disposed.  "Fixes" 79330.
12555
12556 2006-09-20  Jackson Harper <jackson@ximian.com>
12557
12558         * TextControl.cs: Push the cursor record onto the undo stack
12559         before the delete action. This fixes 78651.
12560
12561 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
12562
12563         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
12564         CreateParams. Fixes 79329.
12565
12566 2006-09-19  Chris Toshok  <toshok@ximian.com>
12567
12568         * XplatUIX11.cs: a couple of blanket code massage passes to clean
12569         things up a bit.  First, get rid of the NetAtoms array (and the NA
12570         enum), and just embed the atoms as static fields.  Also, add a
12571         couple of functions (StyleSet and ExStyleSet) to clean up all the
12572         bitmask testing of styles.
12573
12574         * X11Structs.cs: remove the NA enum, not needed anymore.
12575         
12576 2006-09-19  Chris Toshok  <toshok@ximian.com>
12577
12578         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
12579         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
12580         added cleanup to get MessageBox titles appearing again, which were
12581         broken by my earlier fix for caption-less/ControlBox-less windows.
12582
12583 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
12584
12585         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
12586           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
12587           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
12588           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
12589           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
12590           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
12591           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
12592           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
12593           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
12594           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
12595           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
12596             Inital import.
12597         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
12598           ToolStripButton.cs: Stubs needed for above.
12599         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
12600
12601 2006-09-15  Chris Toshok  <toshok@ximian.com>
12602
12603         * XplatUIX11.cs:
12604         - make the MessageQueues hashtable Synchronized.
12605         
12606         - SendMessage: if the Hwnd is owned by a different thread, use the
12607         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
12608         thread.  Fixes bug #79201.
12609
12610 2006-09-15  Chris Toshok  <toshok@ximian.com>
12611
12612         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
12613         ControlBox == false, we disallow maximize/minimize/close.  If the
12614         form Caption is "" we also disallow move (and get rid of the Title
12615         decoration).  Unfortunately, regardless of how things are set,
12616         we're stuck with the Title and WM menu.
12617
12618 2006-09-15  Chris Toshok  <toshok@ximian.com>
12619
12620         * Application.cs: add locking around the static message_filters
12621         ArrayList, part of #79196.
12622
12623 2006-09-15  Chris Toshok  <toshok@ximian.com>
12624
12625         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
12626         Form.ControlBox == false, the window has no titlebar nor resize
12627         handles.  fixes bug #79368.
12628
12629 2006-09-15  Chris Toshok  <toshok@ximian.com>
12630
12631         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
12632         >= 0.  Fixes bug #79370.
12633
12634 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
12635         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
12636         * Control.cs:
12637             Add properties: LayoutEngine, Margin, DefaultMargin.
12638             Add method: GetPreferredSize.
12639             Move layout logic from PerformLayout to layout engines. 
12640
12641 2006-09-13  Chris Toshok  <toshok@ximian.com>
12642
12643         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
12644         fix for #79326 broke #78718, so this change addresses that.
12645
12646         - in SendWMDestroyMessages remove the call to
12647         CleanupCachedWindows, since we might be recreating the control and
12648         need to maintain the references to right Hwnd handles.  Also, set
12649         the zombie flag to true for each of the children in the hierarchy
12650         instead of calling hwnd.Dispose.  This will cause GetMessage to
12651         ignore all events for the window except for DestroyNotify.
12652
12653         - In GetMessage, ignore messages except for DestroyNotify for
12654         zombie hwnds.
12655         
12656         * Control.cs: revert the is_recreating fix from the last
12657         ChangeLog.  It's definitely "right", but it breaks switching from
12658         an MDI form to a non-MDI form.  Will need to revisit that.
12659
12660         * Hwnd.cs: add a zombie flag, which means "the
12661         client_window/whole_window handles are invalid, but we're waiting
12662         for the DestroyNotify event to come in for them".  Set the flag to
12663         false explicitly if setting WholeWindow/ClientWindow, and also
12664         when Disposing.
12665         
12666 2006-09-13  Chris Toshok  <toshok@ximian.com>
12667
12668         * XplatUIX11.cs: rework window destruction slightly.
12669
12670         - when destroying the windows associated with a control, we don't
12671         need 2 separate XDestroyWindow calls.  Just the one for the
12672         whole_window (or for client_window if whole_window is somehow
12673         IntPtr.Zero -- can this happen?) is enough.
12674
12675         - reworked SendWMDestroyMessages slightly, so we always dispose
12676         the child control hwnd's after sending the messages.
12677         
12678         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
12679         the two places it was used (one was even using hwnd.Handle and the
12680         other hwnd.client_window.  ugh), adding another call in
12681         SendWMDestroyMessages.  We need this new call because now the
12682         DestroyNotify events in the queue will be ignored for the child
12683         controls (as their hwnd's were disposed, and the window id's
12684         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
12685
12686         - this fixes bug #79326.
12687
12688 2006-09-13  Chris Toshok  <toshok@ximian.com>
12689
12690         * Control.cs: don't always set is_recreating to false at the end
12691         of RecreateHandle, since sometimes we're not done (and won't be
12692         until WndProc handles the WM_DESTROY message).  Also, set
12693         is_recreating to false in the WM_DESTROY handling code.  Part of
12694         the fix for bug #79326.
12695
12696 2006-09-13  Miguel de Icaza  <miguel@novell.com>
12697
12698         * X11DesktopColors.cs: Start the droppage of debugging messages.
12699
12700         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
12701
12702 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
12703
12704         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
12705
12706 2006-09-12  Chris Toshok  <toshok@ximian.com>
12707
12708         * DataGrid.cs (get_ListManager): if the list_manager is null, try
12709         to create it using SetDataSource.  Fixes bug #79151.
12710
12711 2006-09-11  Chris Toshok  <toshok@ximian.com>
12712
12713         * XEventQueue.cs: add a DispatchIdle property.
12714
12715         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
12716         either the queue is null, or the queue has DispatchIdle set to
12717         true.
12718         (DoEvents): set queue.DispatchIdle to false around the
12719         peek/translate/dispatch message loop in this method.  This keeps
12720         Application.Doevents from emitting idle events.  Part of the fix
12721         for #78823.
12722
12723 2006-09-11  Chris Toshok  <toshok@ximian.com>
12724
12725         * DataGrid.cs (set_DataSource): make this work for both the
12726         winforms/datagrid test and ReportBuilder.  It seems as though when
12727         we've created a ListManager (or maybe it's if we have a
12728         BindingContext?), when we set the DataSource it clears the
12729         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
12730         #79333.
12731
12732 2006-09-11  Chris Toshok  <toshok@ximian.com>
12733
12734         * XplatUIX11.cs: deal with queue being null, which happens in all
12735         the Clipboard functions.  Fixes one of the two problems mentioned
12736         in #78612.
12737
12738 2006-09-11  Chris Toshok  <toshok@ximian.com>
12739
12740         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
12741         button on various spots (including outside the menu) works closer
12742         to MS, and doesn't crash.  Fixes #79343.
12743
12744 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
12745
12746         * ListView.cs: Do not initialize item_sorter in init. To match MS,
12747         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
12748         and the internal comparer is set. When a new ListViewItemSorter is set,
12749         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
12750         was specified. No further processing is necessary if SortOrder is set
12751         to it's current value. If Sorting is modified to None, and View is
12752         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
12753         (either custom or our internal ItemComparer) to null, on 1.0 profile
12754         only set item_sorter to null if its our internal IComparer. If Sorting
12755         is modified to Ascending or Descending, then use our internal IComparer
12756         if none is set, and if the current IComparer is our internal one then:
12757         on 2.0 profile always replace it with one for new Sorting, and on 1.0
12758         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
12759         Enum.IsDefined to verify whether a valid View value is specified in
12760         its setter. Automatically sort listview items when listview is
12761         created. In Sort, do nothing if ListView is not yet created, or if
12762         no item_sorter is set (no Sorting was set, Sorting was explicitly set
12763         to None or ListViewItemSorter was set to null). Added Sort overload
12764         taking a bool to indicate whether the ListView should be redrawn when
12765         items are sorted (we use this in ListViewItemCollection to avoid double
12766         redraws). Modified our internal IComparer to take the sort order into
12767         account. In Add and AddRange methods of ListViewItemCollection, also
12768         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
12769         view), but use overload with noredraw option to avoid double redraw.
12770         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
12771         true when View is Tile, and do the same when attempting to set View to
12772         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
12773         for selected/checked indices, as it involves overhead when sorting is
12774         done while these collections are not used all that often. Instead
12775         we'll build the indices on demand. Modified IList implementation of
12776         CheckedIndexCollection to use public methods if object is int.
12777         Modified CheckedListViewItemCollection to hide checked items if
12778         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
12779         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
12780         IList implementation in SelectedIndexCollection to use public methods
12781         if object is int. Modified SelectedListViewItemCollection to hide
12782         selected items if listview is not yet created.
12783         * ListViewItem.cs: CheckedIndices list no longer needs to be
12784         maintained separately (see ListView changes). Also clone font, fixes
12785         test failure.
12786
12787 2006-09-11  Mike Kestner  <mkestner@novell.com>
12788
12789         * ComboBox.cs: if we are updating the contents of the currently
12790         selected index, refresh the control or the textbox selection.
12791         [Fixes #79066]
12792
12793 2006-09-11  Mike Kestner  <mkestner@novell.com>
12794
12795         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
12796         the 'specified' logic has been moved there.  This seems like a bug 
12797         in Control.cs, since our current SetBoundsCore completely ignores 
12798         the specified parameter.  Peter's commit seems to indicate that is 
12799         the way the MS control implementation works.  [Fixes #79325]
12800
12801 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
12802
12803         * XplatUI.cs: Set default_class_name to be composed
12804         of current domain id. This allows MWF to be loaded in multiple
12805         domains on Win32.
12806
12807 2006-09-09  Miguel de Icaza  <miguel@novell.com>
12808
12809         * X11Keyboard.cs: If we are unable to obtain the input method, do
12810         not call CreateXic to create the input context.   Should fix
12811         #78944/79276.
12812
12813 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
12814
12815         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
12816           Simplified gnome support by adding more pinvokes to get the
12817           icon for a file or mime type.
12818
12819 2006-09-08  Jackson Harper  <jackson@ximian.com>
12820
12821         * MenuAPI.cs: Deslect popup context menu items before closing the
12822         window, so that you don't see the previously selected item
12823         selected when you reopen the menu.
12824         * TextControl.cs: Update the cursor position even if we don't have
12825         focus.  This fixes typing in things like the ComboBox.  I'm not
12826         totally sure we should always set the visibility if we don't have
12827         focus, but couldn't find any corner cases where the cursor showed
12828         up when it shouldn't.
12829
12830 2006-09-08  Chris Toshok  <toshok@ximian.com>
12831
12832         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
12833         our arrays are length 256.  & 0xff before indexing.  Fixes the
12834         crash in bug #78077.
12835         
12836 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12837
12838         * ThemeWin32Classic.cs: 
12839         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
12840         is true. Handle that check box too.
12841
12842 2006-09-07  Chris Toshok  <toshok@ximian.com>
12843
12844         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
12845         79244.
12846
12847 2006-09-07  Chris Toshok  <toshok@ximian.com>
12848
12849         * Control.cs: in set_BackColor only do the work if
12850         background_color != value.
12851
12852         * XplatUIX11.cs: move the clearing of invalid areas (both client
12853         and nc) to the same block of code where we set (nc_)expose_pending
12854         to false.  That is, move it from PaintEventEnd to PaintEventStart,
12855         so things that cause invalidates from within OnPaint will trigger
12856         another call to OnPaint.  Fixes bug #79262.
12857
12858 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
12859
12860         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
12861         * FileDialog.cs: Fix typo
12862
12863 2006-09-07  Jackson Harper  <jackson@ximian.com>
12864
12865         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
12866         for tab pages if they have any.
12867
12868 2006-09-06  Mike Kestner  <mkestner@novell.com>
12869
12870         * Splitter.cs: use the "current" rect when finishing drag handle
12871         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
12872
12873 2006-09-06  Mike Kestner  <mkestner@novell.com>
12874
12875         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
12876         support offset splitters. [Fixes #79298]
12877
12878 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
12879
12880         * Mime.cs: Fixed a bug that could override the global mime type
12881           result.
12882
12883 2006-09-05  Jackson Harper  <jackson@ximian.com>
12884
12885         * TabControl.cs: Better calculation method for setting the slider
12886         pos. Prevents crashes on really wide tabs.
12887         - Draw Image on tab pages if an image list is used.
12888
12889 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12890
12891         * MonthCalendar.cs: When Font changes, the Size should be
12892         updated to fit the new font's space requirements.
12893
12894 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
12895
12896         * ListBox.cs: If the items are cleared with Items.Clear set
12897           top_index to 0.
12898
12899 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12900
12901         * MonthCalendar.cs: Handle arrow keys as input keys. Also
12902         fire DateChanged event instead of DateSelected event when
12903         the date was changed by keyboard interaction.
12904
12905 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12906
12907         * DateTimePicker.cs: Handle DateChanged for the associated
12908         month_calendar control, and set month_calendar.Font from 
12909         OnFontChanged method, as well as resize the height of the
12910         control when needed. Make PreferredHeight proportional.
12911
12912 2006-09-01  Chris Toshok  <toshok@ximian.com>
12913
12914         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
12915         properties.
12916
12917         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
12918
12919 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
12920
12921         * FileDialog.cs: Set ClientSize instead of window size, to allow space
12922           for decorations (Fixes #79219)
12923
12924 2006-09-01  Mike Kestner  <mkestner@novell.com>
12925
12926         * ComboBox.cs: first stab at sorting plus some selection handling
12927         fixes to bring us more in line with MS behavior.  Also switches back
12928         to index based selection.  Alternative patches for index-based 
12929         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
12930         and latency@gmx.de on bug 78848.  I assume they were similar to this
12931         code I've had simmering in my tree forever.
12932         [Fixes #78848]
12933
12934 2006-09-01  Chris Toshok  <toshok@ximian.com>
12935
12936         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
12937         when setting list position guard against ending up with a -1 index
12938         (the other part of the fix for #78812).  Should probably make sure
12939         we don't need the analogous fix in the ItemDeleted case.
12940
12941         * DataGrid.cs:
12942         - in SetDataSource, work around the fact that the way
12943         OnBindingContextChanged is invoked will cause us to re-enter this
12944         method.  I'll remove the hack once I investigate
12945         OnBindingContextChanged.
12946
12947         - fix the logic in set_DataSource and set_DataMember (basically
12948         what to do if the other of the two is null.)
12949         
12950         - in OnListManagerItemChanged, we need to take into account the
12951         edit row when deciding whether or not to call RecreateDataGridRows
12952         (part of the fix for #78812).
12953
12954 2006-09-01  Jackson Harper  <jackson@ximian.com>
12955
12956         * Splitter.cs: Don't do anything if there is no control to affect
12957         (prevents us from crashing in weird tet cases).
12958         * TreeView.cs: Bounding box for the mouse movement reverting
12959         focus/selection back to previously selected node.  This matches
12960         MS, and makes the tree a lot more useable.
12961         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
12962         use clipping so they are not drawn.  This fixes when the control
12963         is set to have a transparent background, or if it was over an
12964         image.
12965
12966 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
12967
12968         * MimeIcon.cs: Improved handling for reading default icons when
12969           using gnome (2.16 made it necessary). Check and read svg icons
12970           first, then 48x48 and then 32x32 icons.
12971
12972 2006-08-31  Chris Toshok  <toshok@ximian.com>
12973
12974         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
12975         visible.
12976
12977         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
12978         ProcessKeyPreview.  Fixes part of #77806.
12979
12980         * DataGrid.cs: big patch.
12981
12982         - revert the queueing up of DataSource/DataMember if inside
12983         BeginInit/EndInit calls.  That's not the way the datagrid achieves
12984         its delayed databinding.  Instead, call SetDataSource in
12985         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
12986         #78811.
12987
12988         - Also, it wasn't mentioned in #78811, but the test case exhibits
12989         behavior that was lacking in our datagrid implementation - Columns
12990         that have mapping names that don't exist in the datasource's
12991         properties aren't shown.  Yuck.  To fix this I added the bound
12992         field to the column style, and basically any calculation to figure
12993         out anything about columns uses a loop to find the bound columns.
12994         still need to investigate if I can cache an array of the bound
12995         columns or if the indices must be the same.
12996
12997         - When setting CurrentCell, we no longer abort if the cell being
12998         edited was in the add row.  This fixes the other part of #77806.
12999
13000         - The new code also fixes #78807.
13001         
13002         * ThemeWin32Classic.cs: perpetrate the same disgusting
13003         column.bound field hack, and only render bound fields.
13004
13005 2006-08-31  Chris Toshok  <toshok@ximian.com>
13006
13007         * DataGridColumnStyle.cs: add bound field.  this field is true if
13008         the datasource has a property corresponding to the mapping name.
13009
13010         * DataGridTableStyle.cs: set the bound field on the column styles
13011         depending on whether or not we have a column for that property.
13012
13013 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
13014
13015         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
13016           splitter control (fixes #79228)
13017
13018 2006-08-31  Chris Toshok  <toshok@ximian.com>
13019
13020         * DataGridColumnStyle.cs: we need to delay the assignment of
13021         property descriptor until the last possible moment due to the lazy
13022         databinding stuff in the datagrid.  Also, fix the exceptions
13023         thrown by CheckValidDataSource to match MS.
13024
13025 2006-08-31  Jackson Harper  <jackson@ximian.com>
13026
13027         * Form.cs: When activated select the active control, if there is
13028         no active control, we select the first control.
13029         * XplatUIX11.cs: If there is no focus control when we get a
13030         FocusIn event, find the toplevel form and activate it.  This
13031         occurs when you popup a window, it becomes the focus window, then
13032         you close that window, giving focus back to the main window.
13033
13034 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13035
13036         * MonthCalendar.cs: 
13037         * ThemeWin32Classic.cs: Cache Font in bold style, as well
13038         as StringFormat with Center alignments in MonthCalendar,
13039         instead of creating new ones when drawing the control. 
13040         Also, draw the month name in bold style.
13041
13042 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
13043
13044         * Control.cs:
13045           - PerformLayout(): It would seem MS performs the fill even if the 
13046             control is not visible (part of #79218 fix)
13047           - ResetBackColor(): Use the setter to reset the color, to allow
13048             overriders to catch the change.
13049         * Form.cs:
13050           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
13051           - CreateHandle(): dito (part of $79218 fix)
13052           - Don't set an icon if we have a dialog
13053         * ScrollableControl.cs:
13054           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
13055           - ScrollIntoView(): No need to scroll if control is already visible
13056             (resolves fixme and fixes #79218)
13057
13058 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13059
13060         * MonthCalendar.cs: Change proportions in SingleMonthSize
13061         to match the aspect of the original control.
13062
13063 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
13064
13065         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
13066           get updated when they get maximized.
13067
13068 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
13069
13070         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
13071
13072 2006-08-29  Chris Toshok  <toshok@ximian.com>
13073
13074         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
13075
13076 2006-08-29  Jackson Harper  <jackson@ximian.com>
13077
13078         * TreeView.cs: Need to track selected node and highlighted node,
13079         they aren't always the same thing, when the mouse is down on a
13080         node it is hilighted, but not selected yet.
13081         - Do the HideSelection stuff right
13082         - Need to focus on rbutton mouse down. And redraw selection when
13083         right click is mouse upped.
13084
13085 2006-08-29  Mike Kestner  <mkestner@novell.com>
13086
13087         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
13088         when SubItems.Count < Columns.Count.  [Fixes #79167]
13089
13090 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
13091
13092         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
13093
13094 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
13095
13096         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
13097           from X. Only send based on ConfigureNotify if we don't have the
13098           correct location in hwnd (if the window manager moved us)
13099
13100 2006-08-28  Mike Kestner  <mkestner@novell.com>
13101
13102         * ListView.cs: remove a TODO. 
13103         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
13104         [Fixes ListView part of #79166]
13105
13106 2006-08-28  Mike Kestner  <mkestner@novell.com>
13107
13108         * ListView.cs: move wheel handler to parent since it is focused
13109         instead of the item_control now.  [Fixes #79177]
13110
13111 2006-08-28  Mike Kestner  <mkestner@novell.com>
13112
13113         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
13114         when the control is focused. [Fixes #79171]
13115
13116 2006-08-28  Mike Kestner  <mkestner@novell.com>
13117
13118         * ListView.cs: size the item and header controls for empty and
13119         unscrollable views.
13120         * ThemeWin32Classic.cs: draw disabled backgrounds.
13121         [Fixes #79187]
13122
13123 2006-08-28  Chris Toshok  <toshok@ximian.com>
13124
13125         * Form.cs: remove unused "active_form" static field.
13126
13127         * Hwnd.cs: lock around accesses to static windows collection.
13128
13129         * Application.cs: lock threads in Exit ().
13130
13131 2006-08-28  Chris Toshok  <toshok@ximian.com>
13132
13133         * NativeWindow.cs: lock around accesses to window_collection.
13134         
13135 2006-08-28  Chris Toshok  <toshok@ximian.com>
13136
13137         * Control.cs: err, fix this the right way, by locking on controls
13138         when using it.  not by making it synchronized.
13139
13140 2006-08-28  Chris Toshok  <toshok@ximian.com>
13141
13142         * Control.cs: make the static "controls" field synchronized, as it
13143         gets updated from multiple threads.
13144
13145 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
13146
13147         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
13148           Prevent other threads from exiting when calling thread sets quit state.
13149         * XEventQueue.cs: Added PostQuitState property
13150
13151 2006-08-27  Chris Toshok  <toshok@ximian.com>
13152
13153         * AsyncMethodData.cs: add a slot for the window handle.
13154
13155         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
13156         window (the destination control's window, not the foster window).
13157
13158         * Control.cs (BeginInvokeInternal): store the window's handle in
13159         the AsyncMethodData.
13160         
13161
13162 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
13163
13164         * XplatUIX11.cs:
13165           - PostQuitMessage: Removed resetting S.D display handle, we might have
13166             another loop started after calling PostQuitMessage (Fixes #79119)
13167           - Created destructor to reset S.D handle
13168
13169 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
13170
13171         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
13172
13173 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
13174
13175         * TextControl.cs (Insert): Update the caret position even if we don't
13176           have a handle yet, just don't call the driver in that case.
13177         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
13178           to the end of the new selection text (Fixes #79184)
13179
13180 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13181
13182         * Form.cs (Activate): Only activate if the handle is created)
13183         * Control.c:
13184           - Mark window as invisible when it's disposed
13185           - Check if window handle is created when setting window visible, 
13186             instead of relying just on the is_created variable
13187           - Check if object is disposed when creating the control (Fixes #79155)
13188
13189 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
13190
13191         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
13192           when allowing layout again. Otherwise we re-generate the anchoring 
13193           distance to the border again and actually alter what the user wanted
13194           This is ugly, it'd be better if we used DisplayRectangle instead of
13195           ClientRectangle for Control.UpdateDistances, but that causes us to
13196           have other problems (initial anchoring positons would be wrong)
13197           (Fixes #78835)
13198
13199 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13200
13201         * Control.cs:
13202           - The size and location setters shouldn't go directly to 
13203             SetBoundsCore, but to SetBounds, which triggers layout on the
13204             parent, then calls SetBoundsCore. (Related to fix for #78835)
13205           - SetBounds: Moved actual location update code into this function
13206             from SetBoundsCore, to match MS. Added call to PerformLayout if
13207             we have a parent (to trigger resizing of anchored parents if the 
13208             child size has changed (see testcase for #78835) 
13209         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
13210           new control code
13211         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
13212
13213 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
13214
13215         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
13216           System.Drawing when a toplevel window gets closed; there might
13217           be other toplevel windows belonging to the same app (Fixes #78052)
13218
13219 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
13220
13221         * FileDialog.cs: After reading FileDialog settings from mwf_config
13222           use Desktop prefix only if a real folder doesn't exist anymore.
13223         * FontDialog.cs: Added char sets.
13224           It is now possible to select the font, size or style with the
13225           textboxes.
13226
13227 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
13228
13229         * PrintPreviewDialog.cs: Use assembly name constants.
13230
13231 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
13232
13233         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
13234           scrollbar from whacking it's buttons)
13235
13236 2006-08-24  Chris Toshok  <toshok@ximian.com>
13237
13238         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
13239         in this patch (aggregating setting Left/Top/Width/Height to
13240         setting Bounds on the scrollbars), but the crux of the fix is in
13241         Recalculate, where we scroll by the remaining scroll_position if
13242         we're hiding a scrollbar.  The 2*$5 reward in the comment is
13243         serious.
13244
13245 2006-08-24  Jackson Harper  <jackson@ximian.com>
13246
13247         * MdiClient.cs:
13248         * MdiWindowManager.cs: If the form is made a non-mdi window we
13249         need to remove the form closed event so that closing forms works
13250         correctly.
13251
13252 2006-08-24  Jackson Harper  <jackson@ximian.com>
13253
13254         * Control.cs: Make IsRecreating internal so that the driver can
13255         check it
13256         - Temporarily remove the Hide when controls are removed, its
13257         making a whole bunch of things not work because visibility isn't
13258         getting reset elsewhere correctly
13259         * Form.cs: Need to do a full handle recreation when the mdi parent
13260         is set.
13261         * XplatUIX11.cs: If we are recreating handles don't dispose the
13262         HWNDs.  What was happening is the handles were being recreated in
13263         SendWMDestroyMessages, but then flow continued on in that method
13264         and destroyed the new handles.
13265
13266 2006-08-23  Jackson Harper  <jackson@ximian.com>
13267
13268         * Form.cs: MdiClient is always at the back of the bus
13269         * Control.cs: When the order of items in the collection is changed
13270         we need to reset the all_controls array
13271         - do the same sorta setup thats done when adding a control when a
13272         control is set on the collection.
13273
13274 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
13275
13276         * TextBoxBase.cs (get_Text): Return an empty array if our document
13277           is empty (fixes #79052)
13278
13279 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13280
13281         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
13282           on WM_SYSCHAR messages (fixes #79053)
13283
13284 2006-08-23  Chris Toshok  <toshok@ximian.com>
13285
13286         * DataGrid.cs: fix flickering when scrolling vertically.
13287
13288 2006-08-23  Chris Toshok  <toshok@ximian.com>
13289
13290         * DataGrid.cs (EndEdit): only invalidate the row header when we
13291         need to.
13292
13293 2006-08-23  Chris Toshok  <toshok@ximian.com>
13294
13295         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
13296         methods.  fixes the flicker when scrolling around.
13297
13298 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13299
13300         * FileDialog.cs: Making sure the control is created before we get a 
13301           chance to use it with BeginInvoke (Fixes #79096)
13302
13303 2006-08-23  Chris Toshok  <toshok@ximian.com>
13304
13305         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
13306         width to use when painting the rows.
13307
13308 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
13309
13310         * TextBoxBase.cs:
13311           - Throw ArgumentException if a negative value is passed to SelectionLength
13312           - Update the selection end if start is moved. end needs to be always
13313             after start. (Fixes #79095)
13314           - Track selection length; MS keeps the selection length even if start
13315             is changed; reset on all other operations affection selection
13316
13317 2006-08-22  Jackson Harper  <jackson@ximian.com>
13318
13319         * TreeView.cs: Make sure both scrollbars get displayed and sized
13320         correctly when the other bar is visible.
13321         - Use the original clip rectangle for checking if the area between
13322         the two scrollbars is visible, not the viewport adjusted clipping
13323         rectangle.
13324
13325 2006-08-22  Jackson Harper  <jackson@ximian.com>
13326
13327         * Binding.cs: We don't use IsBinding because it requires the
13328         control to be created, which really shouldn't be necessary just to
13329         set a property on the control.
13330
13331 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13332
13333         * ComboBox.cs: Some CB.ObjectCollection methods must throw
13334         ArgumentNullReferenceException when the argument is null.
13335
13336 2006-08-21  Jackson Harper  <jackson@ximian.com>
13337
13338         * Timer.cs: Track the thread that the timer is started in (NOT
13339         CREATED), this way messages for it will only be triggered on its
13340         queue.
13341         * XEventQueue.cs: Track the timers here, this makes timers per
13342         thread, like MS.
13343         * XplatUIX11.cs: The timers are moved to the XEventQueue.
13344
13345 2006-08-19  Chris Toshok  <toshok@ximian.com>
13346
13347         * XplatUIX11.cs: after further communication with pdb, we get the
13348         best of both worlds.  SetZOrder working for un-Mapped windows, and
13349         no X errors for un-mapped windows.
13350
13351 2006-08-19  Chris Toshok  <toshok@ximian.com>
13352
13353         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
13354         as it was causing pdn toolbars to not have the correct stacking.
13355
13356 2006-08-18  Mike Kestner  <mkestner@novell.com> 
13357
13358         * ListView.cs : guard against negative ClientArea.Width in scrollbar
13359         calculation.  Not sure why control should ever be setting a negative
13360         width though.  Fixes #78931.
13361
13362 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13363
13364         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
13365         null items in ObjectCollection class.
13366         * ListBox.cs.: Likewise.
13367
13368 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
13369
13370         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
13371           as the base method in ThemeWin32Classic should work fine.
13372           Fixed bug #78607.
13373
13374 2006-08-18  Jackson Harper  <jackson@ximian.com>
13375
13376         * Binding.cs: When validating if the value entered doesn't convert
13377         properly reset to the old value.
13378         * RadioButton.cs: Don't fire click when we get focus.
13379
13380 2006-08-18  Jackson Harper  <jackson@ximian.com>
13381
13382         * FileDialog.cs: Paint the selection on the directory combobox the
13383         same way as on MS. 
13384
13385 2006-08-17  Jackson Harper  <jackson@ximian.com>
13386
13387         * ErrorProvider.cs: Don't allow the error control to be selected.
13388         * Control.cs: Don't send the SetFocus messages, the control
13389         activation will do this, and if we do it blindly here validation
13390         does not work.
13391
13392 2006-08-17  Jackson Harper  <jackson@ximian.com>
13393
13394         * Control.cs:
13395         * ContainerControl.cs: Make validation events fire in the correct
13396         order.  TODO: For some reason the first validation event is not
13397         getting fired.
13398
13399 2006-08-17  Mike Kestner  <mkestner@novell.com> 
13400
13401         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
13402
13403 2006-08-17  Mike Kestner  <mkestner@novell.com> 
13404
13405         * ComboBox.cs : implement scroll wheel support for popped-down
13406         state. Fixes #78945. 
13407
13408 2006-08-17  Jackson Harper  <jackson@ximian.com>
13409
13410         * TreeView.cs: Specify treeview actions (old patch that didn't get
13411         committed for some reason).
13412         - Don't let the mouse wheel scroll us too far.  Just want to make
13413         the bottom node visible, not scroll it all the ways to the top.
13414
13415 2006-08-17  Jackson Harper  <jackson@ximian.com>
13416
13417         * XplatUIX11.cs: Mouse wheel events go to the focused window.
13418
13419 2006-08-17  Mike Kestner  <mkestner@novell.com> 
13420
13421         * ComboBox.cs : don't do mouseover selection in simple mode.
13422
13423 2006-08-16  Jackson Harper  <jackson@ximian.com>
13424
13425         * Form.cs: Fire the closing events for all the mdi child windows
13426         when a window is closed.  If the cancel args are set to true, the
13427         main window still gets the event fired, but it doesn't not close.
13428         * MdiWindowManager.cs: Do this closing cleanup in a Closed
13429         handler, instead of when the button is clicked, so cancelling the
13430         close works correctly.
13431         * ComboBox.cs: Send the mouse down to the scrollbar.
13432
13433 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13434
13435         * ListBox.cs: When passing 'null' to SelectedItem,
13436         set SelectedIndex to -1, to unselect items. This is the
13437         observed behaviour in .Net.
13438
13439 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
13440
13441         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
13442           MS flags saying there won't be any. (fixes #78800)
13443         * Control.cs (HandleClick): Made virtual
13444
13445 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
13446
13447         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
13448           cultures. Fixed bug #78399.
13449
13450 2006-08-16  Jackson Harper  <jackson@ximian.com>
13451
13452         * Form.cs: Use the MdiClients MdiChildren property to access
13453         MdiChildren instead of creating the array from the child controls.
13454         * MdiClient.cs: Maintain a separate array of the mdi children, so
13455         that insertion order is maintained when the Z-order is changed.
13456
13457 2006-08-16  Mike Kestner  <mkestner@novell.com> 
13458
13459         * ListView.cs : add an ItemComparer and default to it for sorting.
13460         Fixes #79076, but sorting needs a complete overhaul to be compat with
13461         MS.
13462
13463 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
13464
13465         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
13466
13467 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
13468
13469         * Hwnd.cs (Mapped): Properly traverse the tree
13470
13471 2006-08-15  Chris Toshok  <toshok@ximian.com>
13472
13473         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
13474         pass manager.Current.GetType() to ParseData.  It has to be the
13475         property type.  So, hold off doing the ParseData until we're in
13476         SetPropertyValue where we know the type.  This fixes the crash in
13477         #78821 but the textbox is still empty.
13478
13479 2006-08-15  Chris Toshok  <toshok@ximian.com>
13480
13481         * DataGrid.cs:
13482         - when we're scrolling, only call Edit() again if the
13483         current cell is still unobscured. Fixes bug #78927.
13484         - when handling mousedown on a cell, ensure the cell is visible
13485         before calling Edit.
13486         - remove the properties from DataGridRow, and remove the
13487         DataGridParentRow class altogether.
13488         
13489
13490 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
13491
13492         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
13493           fire OnTextChanged by ourselves. There's no point calling base,
13494           we don't set the base value anywhere else. Fixes #78773.
13495
13496 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13497
13498         * ListBox.cs: Call CollectionChanged when modifying
13499         an item from Items indexer, to update the actual items
13500         in the list box.
13501
13502 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13503
13504         * PrintDialog.cs: Small fixes for focus and a pair of checks,
13505         to match .Net behaviour.
13506
13507 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
13508
13509         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
13510
13511 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
13512
13513         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
13514
13515 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
13516
13517         * MessageBox.cs: Prevent potential NRE exception.
13518         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
13519
13520 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
13521
13522         * MessageBox.cs: Calculate the owner of a messagebox, also make
13523           it topmost. Fixes #78753
13524
13525 2006-08-14  Chris Toshok  <toshok@ximian.com>
13526
13527         * XplatUIX11.cs: A couple of fixes so that metacity will let us
13528         programmatically move windows.  first, set the PPosition hint as
13529         well as the USPosition hint.  Second include some code from pdb
13530         that sets the window type to NORMAL when we set the transient for
13531         hint.  This is because, in the absence of a window type, metacity
13532         thinks any window with TransientFor set is a dialog, and refuses
13533         to let us move it programmatically.  fascists.
13534
13535 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
13536
13537         * XplatUIX11.cs: When setting normal hints, take into consideration
13538           an different hints previously set so we don't delete them (fixes #78866)
13539
13540 2006-08-12  Chris Toshok  <toshok@ximian.com>
13541
13542         * ToolBarButton.cs: make Layout return a boolean, if something to
13543         do with the button's layout changed.
13544
13545         * ToolBar.cs:
13546         - add another parameter to Redraw, @force, which all existing
13547           calls set to true.
13548         - make the Layout function return a boolean which is true if the
13549           layout has actually changed.  Redraw now uses this (and @force)
13550           to determine when to invalidate.  At present the only place
13551           where @force can be false is the call from OnResize, when
13552           background_image == null.  So, resizing a toolbar when the
13553           layout doesn't change results in no drawing.
13554
13555 2006-08-12  Chris Toshok  <toshok@ximian.com>
13556
13557         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
13558         the VScrollBar and HScrollbar reversed.  oops.
13559
13560         * DataGrid.cs: fix the logic that assigns sizes to the implicit
13561         scrollbars.  we were assigning them twice (once in
13562         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
13563         therefore causing two scrollbar resizes (and redraws?) to happen
13564         per grid resize.
13565
13566 2006-08-12  Chris Toshok  <toshok@ximian.com>
13567
13568         * ToolBarButton.cs: redraw the entire button if the theme tells us
13569         to.
13570
13571         * Theme.cs: add ToolBarInvalidateEntireButton.
13572
13573         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
13574         buttons, just the border.
13575
13576         * ThemeNice.cs: redraw the entire toolbar button since we need to
13577         draw the highlight image.
13578
13579         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
13580         we need to redraw the entire button (not just the border).
13581
13582 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
13583
13584         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
13585           for vertical bars. Fixes the mismatches shown by #78513
13586
13587 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
13588
13589         * FileDialog.cs: If a saved/remembered path doesn't exist
13590           anymore, fall back to "Desktop".
13591
13592 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
13593
13594         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
13595           parent. It's apparently legal to not have one
13596         * XplatUIX11.cs:
13597           - SetZOrder: Don't try to set Z-Order on an unmapped window
13598           - CreateWindow: 0,0 are legal coordinates for a window. don't move
13599             it unless the coordinates are negative
13600
13601 2006-08-10  Mike Kestner  <mkestner@novell.com>
13602
13603         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
13604         when setting to null per msdn docs.  Fixes #78854.
13605
13606 2006-08-10  Chris Toshok  <toshok@ximian.com>
13607
13608         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
13609         flickering by setting a clip rectangle on the Graphics when we
13610         need to redraw just a particular menuitem.  Also, rename "OnClick"
13611         to "OnMouseDown" to reflect what it actually is.
13612         
13613         * Form.cs: track the OnMouseDown change.
13614
13615 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
13616
13617         * CommonDialog.cs: Properly inherit the CreateParams from the form
13618           and only change what we need. Fixes #78865
13619
13620 2006-08-10  Chris Toshok  <toshok@ximian.com>
13621
13622         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
13623         flickering in flat mode (and most of the flickering in general) by
13624         only invalidating the button border (and not the entire rectangle)
13625         when the state changes.  A couple of cases still flicker:
13626         ToggleButtons, and the dropdown arrow case when the user mouse
13627         ups.
13628
13629 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
13630
13631         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
13632           for german keyboards. Numlock state shouldn't affect the behaviour
13633           of the Del key. Fixes bug #78291.
13634
13635 2006-08-10  Chris Toshok  <toshok@ximian.com>
13636
13637         * ListControl.cs: remove the items.Clear line from BindDataItems,
13638         as this is the first thing done by both subclasses in their
13639         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
13640         passed -1, refresh the list.  This gets databinding working when
13641         the datasource is set on the list before the datasource is
13642         populated (as in wf-apps/ReportBuilder.)
13643
13644         * ComboBox.cs: remove the argument to BindDataItems.  This call
13645         should really go away, and be initiated by the ListControl code.
13646
13647         * ListBox.cs: same.
13648
13649 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
13650
13651         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
13652           if no data is in the document when the control is displayed
13653
13654 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
13655
13656         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
13657           yes (fixes #78806)
13658         * TextControl.cs: 
13659           - PositionCaret: Allow positioning of caret but don't call methods 
13660             requiring a handle if the window isn't created yet
13661           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
13662           - owner_HandleCreated: Don't position the caret, just update it's 
13663             location. User might have already set a different position
13664
13665 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
13666
13667         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
13668           windows. Screws up the returned coordinates for child windows. 
13669           Fixes #78825. I'm hoping this doesn't break something, since the
13670           code was explicitly put in 8 months ago, but no bug was attached.
13671           Menus still seem to work properly.
13672
13673 2006-08-08  Chris Toshok  <toshok@ximian.com>
13674
13675         * DataGrid.cs: make BeginInit/EndInit actually do what they're
13676         supposed to do - delay data binding until the EndInit call.  Also,
13677         make the table style collection's CollectionChangeAction.Refresh
13678         work properly.
13679
13680         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
13681         (with action = Refresh) when a consituent table's MappingName is
13682         changed.
13683
13684 2006-08-08  Chris Toshok  <toshok@ximian.com>
13685
13686         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
13687         Invalidate, since changing the text can change the size of the all
13688         toolbar buttons.
13689
13690 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
13691
13692         * Form.cs (AddOwnedForm): Still need to add the form to our listif
13693           we don't have it yet
13694
13695 2006-08-08  Chris Toshok  <toshok@ximian.com>
13696
13697         * PrintControllerWithStatusDialog.cs: don't .Close() the status
13698         dialog, as this causes X errors later on, since we actually
13699         destroy the window.  Instead, .Hide() it.
13700
13701 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
13702
13703         * ComboBox.cs: Added focus reflection for popup window
13704         * XplatUIX11.cs: 
13705           - Removed transient setting for non-app windows for now, not sure it
13706             was needed
13707           - Fixed logic checking if we have captions when deciding 
13708             override_redirect, WS_CAPTION is two bits and a 0 check was not
13709             sufficient
13710           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
13711             complicated
13712         * Form.cs: 
13713           - AddOwnedForm: Don't just add the form to the list, call the property
13714             to ensure the driver is informed about the ownership as well
13715           - CreateHandle: Set the TopMost status in the driver if we have an owner
13716         * XplatUI.cs: Fixed debug statement
13717
13718 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
13719         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
13720           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
13721           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
13722           TrackBarRenderer.cs: Make constructor private.
13723         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
13724         * ProfessionalColorTable.cs: Make properties virtual.
13725
13726 2006-08-06  Duncan Mak  <duncan@novell.com>
13727
13728         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
13729         is not changing.
13730
13731 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13732         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
13733           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
13734           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
13735           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
13736           Initial import of new 2.0 classes.
13737
13738 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13739         * Application.cs: Add 2.0 VisualStyles properties.
13740
13741 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
13742         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
13743           XplatUIX11.cs: Create property to allow access to existing private
13744           variable "themes_enabled"
13745
13746 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13747
13748         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
13749         file size, as otherwise our class libraries fail using windows. Fixes
13750         bug #78759.
13751
13752 2006-08-04  Jackson Harper  <jackson@ximian.com>
13753
13754         * Form.cs:
13755         * XplatUIX11.cs: Move the toolwindow window manager creation into
13756         the X11 driver, this way on win32 we can let windows create/handle
13757         the toolwindows.
13758
13759 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13760
13761         * PrintDialog.cs: Remove some redundant checks, add some others,
13762         clean some code, and move the focus to the text boxes when the
13763         values are incorrect.
13764
13765 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
13766
13767         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
13768
13769 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
13770
13771         * NumericUpDown.cs: Setting the Minimum and Maximum is now
13772           handled correctly. Fixes bug #79001.
13773
13774 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13775
13776         * PrintDialog.cs: The "Copies" numeric up down must have
13777         set the Minimum property to 1; only if the value is bigger
13778         than 1, activate "Collate" check box. This is the behaviour of .Net.
13779         Also modify the Document elements only if it is not null.
13780
13781 2006-08-03  Jackson Harper  <jackson@ximian.com>
13782
13783         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
13784         length. (We have a larger array then actual node count).
13785                 
13786 2006-08-03  Jackson Harper  <jackson@ximian.com>
13787
13788         * ComboBox.cs: Don't show selection by default.
13789         - The SelectAll isn't needed here, since the focus code should do
13790         that
13791         - DDL style lists to manual selection drawing, so when they
13792         get/lose focus they have to invalidate.
13793
13794 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
13795
13796         * TextBoxBase.cs: Don't always show all selections by default.
13797
13798 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
13799         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
13800           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
13801           Fixed various typos.
13802
13803 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
13804
13805         * Control.cs: Removing the controls in a ControlCollection with
13806           Clear now hides the controls as expected. Fixes bug #78804. 
13807
13808 2006-08-03  Jackson Harper  <jackson@ximian.com>
13809
13810         * Control.cs: Revert previous focus patch, it breaks reflector.
13811
13812 2006-08-03  Jackson Harper  <jackson@ximian.com>
13813
13814         * ComboBox.cs: Cleanup selection and focus with the combobox.
13815         This also eliminates some duplicated keyboard code, since now
13816         everything is handled by the main class.
13817         - Make list selection work on mouse up instead of down, to match
13818         MS.
13819
13820 2006-08-02  Jackson Harper  <jackson@ximian.com>
13821
13822         * Control.cs: Setting focus needs to go through the whole
13823         selection mechanism.
13824
13825 2006-08-02  Chris Toshok  <toshok@ximian.com>
13826
13827         * PrintPreviewDialog.cs: change MinimumSize to use
13828         base.MinimumSize so it works.
13829
13830 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
13831
13832         * TextControl.cs:
13833           - UpdateCaret: Added sanity check in case caret isn't defined yet
13834           - Line.Delete: Now updating selection and caret markers if we're
13835             transfering a node (Properly fixes #78323)
13836           - SetSelectionEnd: Added sanity check
13837         * TextBoxBase.cs: Removed broken attempt to fix #78323
13838
13839 2006-08-01  Chris Toshok  <toshok@ximian.com>
13840
13841         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
13842         Close() call is handled in Form, not here.
13843
13844 2006-08-01  Chris Toshok  <toshok@ximian.com>
13845
13846         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
13847         layout/rendering.
13848
13849         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
13850         for sizes < 100% zoom.  The code now aggressively attempts to keep
13851         from calling document.Print (), and tries not to use the scaling
13852         g.DrawImage whenever possible (it still does if you scale to >
13853         100%, since usually that involves huge images).
13854
13855         * PrintPreviewControl.cs: hook up the close button.
13856
13857 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
13858         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
13859           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
13860           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
13861           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
13862           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
13863           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
13864           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
13865           Removed [Serializable] for 2.0 Event Handlers.
13866
13867 2006-07-31  Jackson Harper  <jackson@ximian.com>
13868
13869         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
13870         * TextControl.cs: Uncomment out the body of this method.
13871
13872 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
13873
13874         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
13875           standard cursors.
13876
13877 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13878
13879         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
13880           that embed TextBox and need selections visible even if textbox is not
13881           focused to enforce that behaviour.
13882         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
13883           selection drawing
13884
13885 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13886
13887         * TextControl.cs:
13888           - Added new SetSelectionStart/SetSelectionEnd overloads
13889           - Fixed viewport width assignment to be accurate
13890           - Adjusted alignment line shift calculations to allow cursor on right
13891             aligned lines to be always visible at the right border (like MS)
13892         * TextBoxBase.cs:
13893           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
13894           - TextBoxBase_SizeChanged: recalculating canvas on size changes
13895           - CalculateScrollBars: Use ViewPort size instead of window size, to
13896             properly consider space occupied by the border and scrollbars 
13897             (Fixes #78661)
13898           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
13899             calculations; no longer leaves artifacts
13900           - CaretMoved: Adjusted window scrolling to match MS and fixed several
13901             calculation bugs (Still missing right/center align calculations)
13902
13903 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
13904
13905         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
13906           use of both scroll rect and clip rect, as they do the same.
13907
13908 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
13909
13910         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
13911           in the event handler (fixes #78912)
13912
13913 2006-07-31  Chris Toshok  <toshok@ximian.com>
13914
13915         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
13916         grid.ListManager.Count, since grid.ListManager might be null.
13917         This of course begs the question "why are we drawing rows for a
13918         grid with no list manager (and therefor no rows)?"  Fixes the
13919         crash in bug #78929.
13920
13921 2006-07-31  Chris Toshok  <toshok@ximian.com>
13922
13923         * RelatedPropertyManager.cs: Don't always chain up to the parent
13924         ctor.  instead, call SetDataSource if the parent's position is !=
13925         -1.  Fixes the crash in #78822.
13926
13927 2006-07-31  Chris Toshok  <toshok@ximian.com>
13928
13929         * DataGrid.cs (get_ListManager): use field instead of property
13930         accessors for datasource and datamember.
13931         (RowsCount): make internal again.
13932         (OnMouseDown): end edits before resizing columns/rows.
13933         (OnMouseUp): restart edits after resizing columns/rows.
13934
13935 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
13936
13937         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
13938           This fixes the situation where the last set cursor is displayed
13939           whenever the mouse is over scrollbars.
13940
13941 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13942
13943         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
13944         Document properties, as well as initial values.
13945
13946 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
13947
13948         * XplatUIWin32.cs (SetBorderStyle): Setting both border
13949           and ClientEdge results in a 3-pixel border, which is
13950           wrong.
13951
13952 2006-07-28  Jackson Harper  <jackson@ximian.com>
13953
13954         * TreeNodeCollection.cs: Fix the clear method.
13955         - Fix the Shrink also
13956
13957 2006-07-27  Jackson Harper  <jackson@ximian.com>
13958
13959         * TreeView.cs: Make sure the visible order is computed when we
13960         attempt to size the scrollbars (for trees that mess with the
13961         scrolling when they shouldn't.
13962         - Make sure to give the scrollbars valid values.
13963
13964 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
13965
13966         * XplatUIX11.cs: Move motion compression code to where it
13967           has less performance impact
13968
13969 2006-07-26  Jackson Harper  <jackson@ximian.com>
13970
13971         * UpDownBase.cs: When the control is selected make the child
13972         controls non selectable, so that a click on them won't do a
13973         focus/unfocus cycle.
13974         - Don't give focus to the text box when the spinner is selected.
13975         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
13976
13977 2006-07-26  Chris Toshok  <toshok@ximian.com>
13978
13979         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
13980         satisfied with this solution.  If the bitmaps are small, we should
13981         just cache them in the PrintPreviewDialog and draw them here.
13982         Also, the layout is broken for the 2-up and 3-up cases.
13983
13984         * Theme.cs: add PrintPReviewControlPaint.
13985
13986         * PrintPreviewDialog.cs: first pass implementation.
13987
13988         * PrintPreviewControl.cs: first pass implementation.  No
13989         scrollbars yet.
13990
13991         * PrintDialog.cs: only validate fields if that particular portion
13992         of the UI is enabled.  Also, set the document's controller to a
13993         PrintControllerWithStatusDialog wrapping the document's print
13994         controller.
13995
13996         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
13997         bring up a SaveFileDialog (i hope we don't want to match the
13998         behavior of the crappy windows file entry) and set the
13999         PrinterSettings.PrintFileName accordingly.
14000
14001 2006-07-26  Jackson Harper  <jackson@ximian.com>
14002
14003         * ContainerControl.cs: Add a field that disables auto selecting
14004         the next control in a container when the container is activated.
14005         * UpDownBase.cs: Don't select the text box when the up down is
14006         selected.
14007
14008 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
14009
14010         * XEventQueue.cs: Added methods for peeking (used for compression
14011           of successive events)
14012         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
14013           mouse move events (fixes #78732)
14014
14015 2006-07-25  Jackson Harper  <jackson@ximian.com>
14016
14017         * UpDownBase.cs: Use an internal class for the textbox so that we
14018         can control focus.  the updown control should always have focus,
14019         if either the text area or the buttons are clicked.
14020         - Send the key messages to the textbox, since it never actually
14021         has focus
14022         - Activate and decativate the textbox caret.
14023
14024 2006-07-24  Jackson Harper  <jackson@ximian.com>
14025
14026         * Control.cs: Use the directed select when selecting a control,
14027         this way the container controls override will get called and the
14028         whole ActiveControl chain will get triggered.  TODO: probably need
14029         to make sure this gets done everywhere instead of the old
14030         Select(Control).
14031         * ContainerControl.cs: Implement the directed Select method to
14032         find and activate the correct child control.    
14033         
14034 2006-07-22  Mike Kestner  <mkestner@novell.com>
14035
14036         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
14037         menu handling code so that clicks without a grab work too.
14038         [Fixes #78914]
14039
14040 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
14041
14042         * FileDialog.cs: Enable the BackButton when dirstack has one element.
14043           Added some small optimizations.
14044
14045 2006-07-21  Matt Hargett  <matt@use.net>
14046
14047         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
14048
14049 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
14050
14051         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
14052           tests pass and match MS in some strange border cases.
14053
14054 2006-07-21  Chris Toshok  <toshok@ximian.com>
14055
14056         * ThemeWin32Classic.cs: handle drawing of the relation links and
14057         parent row buttons.
14058
14059         * Theme.cs: change args to DataGridPaintParentRow.
14060
14061         * DataGrid.cs: Don't use controls for the relation links and
14062         parent buttons, so we have to handle all their interactions in
14063         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
14064         when we're navigating through child tables, so we can reinstate
14065         selection, expanded state, current cell, etc.
14066
14067 2006-07-20  Chris Toshok  <toshok@ximian.com>
14068
14069         * ToolBar.cs: When we redraw a button, for whatever reason,
14070         there's no reason to redraw the entire toolbar.  Also, don't call
14071         Control.Refresh from within Redraw, as it's much heavier than
14072         Invalidate (which is really what we want).
14073
14074 2006-07-20  Chris Toshok  <toshok@ximian.com>
14075
14076         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
14077         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
14078         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
14079         traces from within a debug IBindingList datasource
14080         (in mono/winforms/datagrid) for *days*, I've finally gotten things
14081         to work in a similar fashion.
14082
14083 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14084
14085         * ListBox.cs: Don't call Sort () when setting 
14086         the Sorted property to false (avoid an unnecessary sort).
14087
14088 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14089
14090         * ListControl.cs: DataSource should throw an ArgumentException
14091         instead of a normal exception when the argument is not of the 
14092         correct type.
14093
14094 2006-07-20  Mike Kestner  <mkestner@novell.com>
14095
14096         * Control.cs: add InternalPreProcessMessage to allow us to steal
14097         key events before MWF gets its paws on them.  Adapted from a
14098         suggestion by eno.
14099         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
14100         up/down/left/right navigation. Override the new internal control
14101         method to steal the events since they never make it to WndProc.
14102         * ToolBarButton.cs: don't worry about pushed when setting hilight
14103         since the drawing code prefers pushed to hilight. Invalidate on 
14104         Hilight changes. Fixes #78547 and #78525.
14105
14106 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
14107
14108         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
14109           the canvas size. Fixes #78868
14110
14111 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
14112
14113         * Splitter.cs: Track requested split position until first layout
14114           is performed. Fixes #78871
14115
14116 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
14117
14118         * Application.cs: Removed code that forces 1.x for the version
14119           number if the version started with 0. Not sure why that code was
14120           there and I couldn't find any bugs that indicated we needed it.
14121           Fixes #78869
14122
14123 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
14124
14125         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
14126           ResetDefaults(), just write some output to the console until it's
14127           implemented. Fixes bug #78907 for now. Eliminated two warnings.
14128
14129 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
14130
14131         * PropertyGridView.cs: set StartPosition of drop down forms
14132         so they appear in correct initial spot.  Fixes #78190.
14133
14134 2006-07-19  Mike Kestner  <mkestner@novell.com>
14135
14136         * ThemeWin32Classic.cs: use parent background color when drawing
14137         flat toolbars.  Restructure the conditionals to make sure non-flat
14138         non-Divider toolbars are filled too.  Fixes #78837.
14139
14140 2006-07-19  Mike Kestner  <mkestner@novell.com>
14141
14142         * ListBox.cs: Sort on collection changes even if the handle
14143         isn't created yet.  Fixes #78813.
14144
14145 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
14146
14147         * ListControl.cs: DisplayMember should never be null,
14148         and now we assign String.Empty when null is passed to it (this
14149         is the .Net way).
14150
14151 2006-07-17  Mike Kestner  <mkestner@novell.com>
14152
14153         * ListViewItem.cs: restructure Font and subitem Font handling 
14154         to hold a specific font and refer back to owner on null.
14155         Fixes #78761.
14156
14157 2006-07-17  Mike Kestner  <mkestner@novell.com>
14158
14159         * ToolBar.cs: bandaid for side-effect of previous patch which was
14160         discarding explicit heights for non-AutoSize toolbars.  Need to
14161         extend my format tester to deal with AutoSize=false. Fixes #78864.
14162
14163 2006-07-15  Jackson Harper  <jackson@ximian.com>
14164
14165         * LabelEditTextBox.cs:
14166         * TreeView.cs: Use a new LabelEdit class for node editing, this
14167         class automatically 'closes' itself when it gets the enter key or
14168         loses focus.
14169         - Use the client rectangle when setting the trees scrollbars, so
14170         border style is taken into account.
14171         
14172 2006-07-14  Jackson Harper  <jackson@ximian.com>
14173
14174         * TreeNode.cs:
14175         * TreeView.cs: Make the editing work similar to MSs, firing the
14176         events correctly and ending edits correctly.
14177
14178 2006-07-14  Mike Kestner  <mkestner@novell.com>
14179
14180         * ToolBarButton.cs:
14181         * ToolBar.cs: layout restructuring and redraw enhancements to support
14182         formatting changes gracefully, like setting TextAlign, ImageList, 
14183         ButtonSize, and Appearance.  Handles explicit button sizing quirks
14184         of the MS controls.  Things like flat toolbars ignoring button size
14185         but becoming constant sized at the largest button's size.  Normal
14186         toolbars with an image set cannot be shrunk smaller than the image,
14187         but text can be clipped/ignored.
14188         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
14189         is zero.  Seems like DrawString should be smart enough to not put
14190         anything on screen though. Also trim labels and ellipsize at the char
14191         boundary, not word.
14192         Fixes #78711 and #78483.
14193
14194 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
14195
14196         * FolderBrowserDialog.cs: Disable "New Folder" button and
14197           "New Folder" contextmenu menuitem if a folder like "My Computer"
14198           is selected.
14199
14200 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
14201
14202         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
14203         * FolderBrowserDialog.cs:
14204           - Use MWFConfig to store and read size and position settings
14205           - Added code to create a new folder (button or context menu).
14206             Use TreeView labeledit to change the name of the new folder.
14207
14208 2006-07-14  Jackson Harper  <jackson@ximian.com>
14209
14210         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
14211         when the tree is scrolled we end editing.
14212
14213 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
14214
14215         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
14216           Down arrows
14217
14218 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
14219
14220         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
14221         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
14222         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
14223         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
14224         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
14225         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
14226         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
14227         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
14228         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
14229         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
14230         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
14231         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
14232         ListViewItemSelectionChangedEventHandler.cs,
14233         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
14234         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
14235         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
14236         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
14237         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
14238         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
14239         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
14240         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
14241         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
14242         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
14243         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
14244         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
14245         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
14246         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
14247         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
14248         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
14249         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
14250         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
14251         WebBrowserNavigatingEventHandler.cs, 
14252         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
14253
14254 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
14255
14256         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
14257         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
14258         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
14259         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
14260         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
14261         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
14262         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
14263         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
14264         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
14265         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
14266         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
14267         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
14268         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
14269         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
14270         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
14271         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
14272         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
14273         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
14274         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
14275         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
14276         ListViewItemStates.cs, MaskFormat.cs: Added
14277
14278 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
14279
14280         * PropertyGridView.cs: Fix keyboard navigation of drop down.
14281         Patch from eno for bug 78558.
14282         
14283 2006-07-13  Jackson Harper  <jackson@ximian.com>
14284
14285         * TreeView.cs: When an edit is finished make sure that the
14286         selected node is visible.
14287         - When setting the top/bottom use the scrollbars is_visible, so
14288         everything will be set correctly even if the tree isn't visible
14289         yet.
14290
14291 2006-07-13  Jackson Harper  <jackson@ximian.com>
14292
14293         * ComboBox.cs: Revert the item->index part of my previous patch.
14294         * TreeView.cs: Use LostFocus instead of Leave for detecting when
14295         the edit box has lost focus (duh).
14296         - Just make the edit box not visible when we get return, that will
14297         take the focus, which will call EndEdit
14298         * TreeNode.cs When we start editing, notify the treeview.
14299
14300 2006-07-12  Jackson Harper  <jackson@ximian.com>
14301
14302         * ComboBox.cs: Clear out old items before setting the item list.
14303         This prevents databound controls from having their items added
14304         twice.
14305         - Switch the combobox to use indices whereever possible instead of
14306         using Item's.  This allows usto navigate through lists that have
14307         more then one item with the same string value (ie a, b, b, a).
14308         - Scroll the listboxes scrollbar when a non visible item is
14309         highlighted
14310         - Allow keypress to cycle through all the possible values. For
14311         example if you have b1, b2, b3 and hold down the B key all the
14312         values will be cycled through.
14313         
14314 2006-07-12  Jackson Harper  <jackson@ximian.com>
14315
14316         * TextBoxBase.cs:
14317         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
14318         this using the internal methods.
14319         * Control.cs: Add OnGotFocusInternal.  A new method that allows
14320         controls to "override" OnGotFocus and change focus behavior if
14321         needed.
14322         - Same thing for LostFocus
14323         * ComboBox.cs: Pass off focus to the text control properly.
14324
14325 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
14326
14327         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
14328         * FolderBrowserDialog.cs: Almost a complete rewrite.
14329           - Better support for Environment.Specialfolders
14330           - Added support for MWFVFS
14331           - Made setting SelectedPath work
14332
14333 2006-07-12  Jackson Harper  <jackson@ximian.com>
14334
14335         * Control.cs: Optimze getting all the controls.
14336
14337 2006-07-11  Jackson Harper  <jackson@ximian.com>
14338
14339         * ContainerControl.cs: Override SETFOCUS in the container control,
14340         so that it is not selected on mouse click.
14341
14342 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
14343
14344         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
14345           Hopefully we will have a better way once all of focus is complete.
14346
14347 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
14348
14349         * ThemeWin32Classic.cs: Commented out some debug code and fixed
14350           a compile error with csc.
14351
14352 2006-07-11  Jackson Harper  <jackson@ximian.com>
14353
14354         * Control.cs: When hiding a control only select the next control
14355         if the current control was focused.
14356         - Don't handle enter/leave when setting/killing focus, this is
14357         done by the container control.
14358         - Remove is_selected, it's not needed anymore.
14359         - Add utility methods for selecting a child control, and for
14360         firing the Enter/Leave events.
14361         * ContainerControl.cs: When a control is activated fire the
14362         enter/leave events.
14363         - Don't wrap when processing the tab key, so that focus can be
14364         moved outside of the container.
14365         - Use the correct active control
14366
14367 2006-07-11  Jackson Harper  <jackson@ximian.com>
14368
14369         * ComboBox.cs: Remove some debug code that was blinding me.
14370         * UpDownBase.cs: These controls actually aren't implicit, they are
14371         visible to the user.
14372
14373 2006-07-10  Chris Toshok  <toshok@ximian.com>
14374
14375         * DataGrid.cs: move back to the is_adding boolean field.  god i
14376         hate this is_editing/is_adding/is_changing stuff.
14377
14378 2006-07-10  Chris Toshok  <toshok@ximian.com>
14379
14380         * DataGridTableStyle.cs: just check if the property type is bool.
14381         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
14382         Don't use CanRenderType.
14383
14384         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
14385         if our text == NullText.  Remove CanRenderType.
14386
14387         * DataGridBoolColumn.cs: nuke CanRenderType.
14388
14389         * DataGrid.cs: reenable some code to end the current edit inside
14390         of set_CurrentCell.  This fixes the other 1.1.16 regression.
14391         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
14392         Also, remove the visible_row_count arg from CalcRowHeaders, since
14393         we don't need to worry about the actual height of the area.
14394
14395 2006-07-10  Chris Toshok  <toshok@ximian.com>
14396
14397         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
14398         mode, just return.
14399
14400         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
14401         the real sense of the IsInEditOrNavigateMode property (true =
14402         navigate, false = edit).  Also, update OnKeyPress to reflect this.
14403
14404         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
14405         column style exists, we still need to set its property descriptor
14406         to match up with our list manager.
14407
14408 2006-07-10  Chris Toshok  <toshok@ximian.com>
14409
14410         * ThemeWin32Classic.cs: implement the new row/header painting
14411         approach.  The parent row painting will likely go away and
14412         replaced with label controls, but the rest seems to work ok (and
14413         efficiently).
14414
14415         * Theme.cs: change the way we draw datagrid rows.  we don't draw
14416         the row headers as a block now.  Instead we draw them in the
14417         normal draw-row loop.  Add some calls for drawing parent rows and
14418         relation rows.
14419
14420         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
14421         a default table style.  Set the defaults from ThemeEngine.Current,
14422         not SystemColors.  Fix lots of misc issues with property setters.
14423
14424         * DataGrid.cs: move loads of style information out of this class
14425         as it's being duplicated with DataGridTableStyle.  keep track of a
14426         special DataGridTableStyle for the properties we used to mirror
14427         here.  Switch all the style properties to access this table style
14428         instead of instance fields of this class.  Also add a internal
14429         class to represent parent rows (more needs to be stored here, like
14430         the selection state from the parent table, as well as the
14431         expansion state.)  Also, for datasources with relations, do the
14432         right thing for collapse/expand, and add support for the
14433         navigation/parent row buttons.
14434
14435         Lastly, fix the crash in the 1.1.16 build.
14436
14437         * GridTableStylesCollection.cs: make the explicit interface
14438         implementations call the class's methods as opposed to duplicating
14439         them.
14440
14441         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
14442         0 so the text doesn't jump around when we move the cursor.
14443
14444 2006-07-10  Jackson Harper  <jackson@ximian.com>
14445
14446         * TextBoxBase.cs:
14447         * ListBox.cs: Match MS's ToString (this makes debugging focus
14448         stuff infinitely easier).
14449
14450 2006-07-10  Jackson Harper  <jackson@ximian.com>
14451
14452         * Control.cs (SelectNextControl): When checking the control's
14453         parent use this instead of ctrl.parent so that null can be passed
14454         to SelectNextControl. (I have unit tests for this).
14455         - Remove unused var.
14456
14457 2006-07-10  Chris Toshok  <toshok@ximian.com>
14458
14459         * CurrencyManager.cs: correct one regression, the removal of the
14460         finalType field.  Also, add a MonoTODO on CanAddRows, implement
14461         Refresh() correctly, and fix some event emission in
14462         ListChangedHandler.
14463
14464 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
14465
14466         * FileDialog.cs: Don't use brackets for new folders if they exist
14467           under *nix. Instead use -(number of existing folders +1).
14468
14469 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
14470
14471         * FileDialog.cs:
14472           - Fixed really nasty bug #78771
14473           - Don't block the whole GUI when reading directories with a lot of
14474             entries. Use an other thread instead and call BeginInvoke to
14475             update the ListView in MWFFileView
14476
14477 2006-07-07  Chris Toshok  <toshok@ximian.com>
14478
14479         * Control.cs (Dispose): release any Capture when disposing.
14480
14481 2006-07-07  Chris Toshok  <toshok@ximian.com>
14482
14483         * LinkLabel.cs (Select): if we chain up to the parent, set
14484         focused_index to -1 so we'll search for the first available link
14485         the next time the user tabs into us.  Also, if the direction is
14486         backward and focused_index == -1, start the search from the last
14487         element.
14488
14489 2006-07-07  Chris Toshok  <toshok@ximian.com>
14490
14491         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
14492         is beyond the end of the text, don't do anything.
14493         (CreateLinkPieces): set our ControlStyles.Selectable based on
14494         whether or not we have any links.
14495         (Link.Invalidate): use a loop instead of foreach.
14496         (Link.set_Start): null out owner.sorted_links so it'll be
14497         recreated by CreateLinkPieces.
14498
14499 2006-07-06  Chris Toshok  <toshok@ximian.com>
14500
14501         * LinkLabel.cs: revert the SetStyle change.
14502
14503 2006-07-06  Chris Toshok  <toshok@ximian.com>
14504
14505         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
14506         (OnEnableChanged): s/Refresh/Invalidate
14507         (OnGotFocus): if we have a focused index already, refocus it (so
14508         if we mouse out/in to the window it'll focus the right link).
14509         (OnKeyDown): move the tab handling out of here.
14510         (OnLostFocus): don't set focused_index to -1, so we can refocus it
14511         when we lose focus.
14512         (OnMouseDown): don't Capture here - Control handles it.  Also,
14513         focus the active link.
14514         (OnMouseUp): don't deal with Capture.
14515         (OnPaintBackgroundInternal): remove.
14516         (OnTextAlignChanged): CreateLinkPieces before calling the
14517         superclass's method.
14518         (OnTextChanged): call CreateLinkPieces before calling superclass's
14519         method.
14520         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
14521         move around.
14522         (Select): implement this, moving the selection between different
14523         links, and call parent.SelectNextControl if we don't have another
14524         link to focus in the given direction.
14525         (CreateLinkPieces): call Invalidate instead of Refresh.
14526         
14527 2006-07-06  Chris Toshok  <toshok@ximian.com>
14528
14529         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
14530         new LinkLabel internals.
14531
14532         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
14533         over pieces looking for active/focused/etc links.  also, deal with
14534         runs of text (and links) with embedded \n's in them, and use
14535         MeasureCharacterRanges instead of MeasureString to figure out the
14536         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
14537         two-step.
14538
14539 2006-07-04  Jackson Harper  <jackson@ximian.com>
14540
14541         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
14542         XKB or key auto repeat, do it manually.  Without key auto repeat,
14543         when a key is held down we get key press, key release, key press,
14544         key release, ... with auto repeat we get key press, key press, key
14545         press ..., and then a release when the key is actually released.
14546
14547 2006-07-03  Jackson Harper  <jackson@ximian.com>
14548
14549         * TabControl.cs:
14550         * ThemeWin32Classic.cs: Tabs do not obey normal background color
14551         rules, they are always control color regardless of the background
14552         color.
14553
14554 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
14555
14556         * FileDialog.cs: Added internal class MWFConfig.
14557           Removed Registry support and replaced it with support for the new
14558           MWFConfig class. See MWFConfig comments for more information.
14559
14560 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
14561
14562         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
14563           rectangle. Added some patches from eno from bug #78490 and fixed
14564           the arrow position for small up and down CPDrawScrollButtons.
14565
14566 2006-06-30  Jackson Harper  <jackson@ximian.com>
14567
14568         * InternalWindowManager.cs: Remove some debug code.
14569         * Form.cs: When an MdiParent is set to null, the window is
14570         "detatched" and becomes a normal window.
14571         * MdiClient.cs: Don't bring the new child form to the front until
14572         it is activated (setting it as active does this), this makes the
14573         previously active forms titlebar get redrawn as inactive.
14574
14575 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
14576
14577         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
14578           with later controls
14579
14580 2006-06-29  Mike Kestner  <mkestner@novell.com>
14581
14582         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
14583         arrow in keynav state.  Fixes #78682.
14584
14585 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
14586
14587         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
14588           order (fixes #78393)
14589
14590 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
14591
14592         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
14593           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
14594           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
14595           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
14596           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
14597           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
14598           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
14599           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
14600           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
14601           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
14602           enumerations (FlagsAttribute, SerializableAttribute, added/removed
14603           values)
14604
14605 2006-06-28  Mike Kestner  <mkestner@novell.com>
14606
14607         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
14608
14609 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
14610
14611         * PropertyGrid.cs,
14612           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
14613           item lines from other area (It also makes BackColor consistent and
14614           compatible with .NET). Fixed bug #78564.
14615
14616 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
14617
14618         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
14619         Patch from Eno for #78555.
14620
14621 2006-06-27  Chris Toshok  <toshok@ximian.com>
14622
14623         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
14624
14625         * DataGridColumnStyle.cs: same.
14626
14627         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
14628         
14629         * DataGridDrawingLogic.cs: nuke.
14630
14631 2006-06-27  Chris Toshok  <toshok@ximian.com>
14632
14633         * DataGridTableStyle.cs: clean up the constructors, and build the
14634         list of child relations for this table.  I have no idea if this is
14635         where we should be doing it (it probably isn't), but since we're
14636         already iterating over the properties..
14637
14638         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
14639         struct and array for keeping track of row information, similar to
14640         what's shown in a hack on
14641         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
14642
14643         * Theme.cs: be consistent about the naming of DataGrid methods,
14644         prefering ColumnWidths and RowHeights over columnsWidths and
14645         RowsHeights.
14646
14647         * ThemeWin32Classic.cs: same, and also add support for variable
14648         sized rows (and the +/- expansion icons for related rows).
14649
14650 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
14651
14652         * TextBoxBase.cs: Applied Eno's patch from #78660
14653
14654 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
14655
14656         * Form.cs (ScaleCore): We don't want to scale our form if it's
14657           state is minimized or maximized, but we still need to scale our
14658           child windows. Also, added try/finally block to ensure layout
14659           gets reset (Fixes #78697)
14660
14661 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
14662
14663         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
14664
14665 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
14666
14667         * Form.cs: Fixed c+p error and added check to resize form if minimum
14668           size is bigger than current size (Fixes #78709)
14669
14670 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
14671
14672         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
14673
14674 2006-06-26  Mike Kestner  <mkestner@novell.com>
14675
14676         * ComboBox.cs: only do Keypress handling in the combo when there  
14677         are items in the collection. Fixes #78710.
14678
14679 2006-06-26  Chris Toshok  <toshok@ximian.com>
14680
14681         * Binding.cs: make this work bi-directionally.  also, clear up
14682         other mixups between Push/Pull Data (e.g. we're supposed to pull
14683         data when validating).
14684
14685         * BindingManagerBase.cs: trim some fully qualified collection
14686         types.
14687
14688         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
14689
14690 2006-06-23  Chris Toshok  <toshok@ximian.com>
14691
14692         * PropertyManager.cs: It appears (according to the unit tests)
14693         that PropertyManager doesn't use
14694         PropertyDescriptor.AddValueChanged to track propery value changes
14695         in its datasource, but uses the same scheme as Binding, where it
14696         looks for a <Property>Changed event and binds to it.
14697
14698         Also, according to the docs, IsSuspended always returns false for
14699         a property manager with a non-null datasource.
14700
14701 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
14702
14703         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
14704           need to update the actual DialogResult. (Fixes #78613)
14705
14706 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
14707
14708         * Form.cs (ShowDialog): Release any captures before running the
14709           new message pump (fixes #78680)
14710
14711 2006-06-22  Mike Kestner  <mkestner@novell.com>
14712
14713         * ListView.cs: Layout column widths properly in details mode even 
14714         if HeaderStyle.None is set.  Fixes #78691.
14715
14716 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
14717
14718         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
14719
14720 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
14721
14722         * Control.cs (ContainsFocus): Using new driver method to get focused
14723           window, instead of trying to use internal tracking var, which can
14724           recursion issues (Fixes #78685)
14725         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
14726           XplatUIWin32.cs: Added GetFocus method to return focused window
14727
14728 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14729
14730         * ColorDialog.cs: when the mouse button is pressed inside the color
14731         matrix, don't let the cursor move out of it until the button is
14732         released, which is the behavior on windows. Changed 'colours' by
14733         'colors' to use the same word consistently.
14734
14735 2006-06-21  Chris Toshok  <toshok@ximian.com>
14736
14737         * DataGrid.cs: add in some basic navigation stuff (navigating to a
14738         child relation and back, using a stack).  Also, remove
14739         GetDataSource and the code that calls it - it's not needed.  Also,
14740         track CurrencyManager.ListName's removal.
14741
14742 2006-06-21  Chris Toshok  <toshok@ximian.com>
14743
14744         * CurrencyManager.cs: push some of the original type checking from
14745         BindingContext.CreateBindingManager to here, and remove some of
14746         the finalType stuff.  Need more tests to make sure I've got the
14747         ListName part right, and we might need more in SetDataSource.
14748
14749         * PropertyManager.cs: add a ctor that takes just the datasource,
14750         and no property name.  Make SetDataSource work with a null
14751         property_name, and make Current return the data_source if the
14752         property descriptor is null.  this makes 'string foo = "hi";
14753         BindingContext[foo].Current' return "hi" as it should.
14754
14755         * RelatedCurrencyManager.cs: make this code more generic - there's
14756         no reason the parent manager has to be CurrencyManager, and
14757         there's no reason to pass the DataRelation.  It suffices to use a
14758         BindingManagerBase and PropetyDescriptor.
14759
14760         * RelatedPropertyManager.cs: make a similar change here.
14761         
14762         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
14763         flower I knew it could be.
14764
14765 2006-06-20  Chris Toshok  <toshok@ximian.com>
14766
14767         * PropertyManager.cs: the PropertyChangedHandler is invoked when
14768         data in the source has changed and we need to update the control,
14769         so s/PullData/PushData.
14770
14771         * CurrencyManager.cs: Refresh is meant to update the control from
14772         data in the datasource.  So, s/PullData/PushData.
14773
14774         * BindingContext.cs: add more ugliness (we weren't handling the
14775         case where data_source = DataTable and data_member = column_name).
14776
14777         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
14778         from the perspective of the datasource.  PullData pulls from the
14779         control, PushData pushes to the control.
14780
14781 2006-06-20  Chris Toshok  <toshok@ximian.com>
14782
14783         * BindingContext.cs: rewrite the CreateBindingManager code to
14784         handle navigation paths more or less properly.  This could
14785         definitely stand some more work, in particular to push the
14786         recursion up to the toplevel.  But that relies on fixes in other
14787         places (System.Data comes to mind).
14788
14789         Also, move to a flat hashtable (and encode the twolevel nature of
14790         the dictionary into the hash key).  This lets us implement the
14791         IEnumerable.GetEnumerator method.
14792
14793         * RelatedCurrencyManager.cs: new class.  Update our view based on
14794         our relation and our parent CurrencyManager's position.
14795
14796         * CurrencyManager.cs: split out some logic from the ctor into
14797         SetView, so it can be called from the new RelatedCurrencyManager
14798         subclass.
14799
14800         * RelatedPropertyManager.cs: new class.  Update our datasource
14801         based on the position of our parent CurrencyManager.
14802
14803         * PropertyManager.cs: split out some logic from the ctor into
14804         SetDataSource, so it can be called from the new RelatedDataSource
14805         subclass.  Also, make the Current getter return the value
14806         of the PropertyDescriptor, not the data_source.
14807
14808         * Binding.cs: no need to duplicate the string splitting code here.
14809
14810 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
14811
14812         * Control.cs:
14813           - set_Enabled: OnEnabledChanged is not called if the inherited state 
14814             of the control is not altered, even though  we might be changing the
14815             internal state of the control (#78458)
14816           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
14817             OnEnabledChanged, to allow easy altering of any child window state
14818           - OnEnabledChanged: Added code to enable/disable driver window state
14819           - OnParentEnabledChanged: Instead of firing the event, call 
14820             OnEnabledChanged, which will fire the event and also a) set driver
14821             window state and pass the enabled state to any grandchildren (#78458)
14822
14823 2006-06-19  Jackson Harper  <jackson@ximian.com>
14824
14825         * InternalWindowManager.cs: We don't set the cursor explicitly
14826         thats done via the response to NCHITTESTs.
14827         - Don't need to adjust for titlebar heights anymore, the
14828         coordinates are coming in the correct coordinates now (see peters
14829         last patch).
14830
14831
14832 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
14833
14834         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
14835           being translated relative to whole window, instead of client window.
14836           That caused broken offsets on mouseclick (and caused gas for our
14837           InternalWindowManager)
14838
14839 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
14840
14841         * TextControl.cs:
14842           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
14843           - Undo(): Added replay of cursor move on DeleteChars action; added
14844             calling Undo() again if a recorded cursor move is invalid (to
14845             ensure that some action is performed on Undo)
14846         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
14847
14848 2006-06-16  Jackson Harper  <jackson@ximian.com>
14849
14850         * MdiClient.cs: Instead of just sizing maximized windows when
14851         there is a resize we also have to adjust the Y of minimized
14852         windows, so they stay pinned to the bottom of the mdi container.
14853         - Eliminate separate tracking of the active control, we can just
14854         get this from the controls collection.
14855         - Paint the decorations for the newly activated titlebar so we get
14856         a pretty blue bar.
14857         * InternalWindowManager.cs:
14858         * ThemeWin32Classic.cs: Minimized windows get all three buttons
14859         even if they are a tool window.
14860         
14861 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
14862
14863         * TextControl.cs (Undo): Handle non-existent cursor locations in the
14864           undo buffer, these can happen when text was deleted and the cursor
14865           was recorded first. Since we will also have a recorded cursor
14866           after the delete this is not an issue. (Fixes #78651)
14867
14868 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
14869
14870         * AccessibleObject.cs: Remove dependence on Control.is_selected;
14871           instead properly track control states internally (allows us to
14872           remove is_selected from Control)
14873
14874 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14875
14876         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
14877         whose width is not a multiple of 8.
14878
14879 2006-06-13  Jackson Harper  <jackson@ximian.com>
14880
14881         * MdiClient.cs:  Only maximize the next child if the current one
14882         is maximized.
14883
14884 2006-06-13  Chris Toshok  <toshok@ximian.com>
14885
14886         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
14887         modified.  Also, guard against grid or grid_drawing being null in
14888         Invalidate.
14889
14890         * DataGrid.cs: Reformat tons of getters/setters.  In the
14891         DataMember setter, just call SetNewDataSource instead of
14892         duplicating some of its functionality.  In SetNewDataSource, don't
14893         check ListManager for null, since the property getter creates the
14894         object if needed.
14895
14896         * DataGridTableStyle.cs: don't set TableStyle or call
14897         SetDataGridInternal on the column here, it's done in
14898         GridColumnStylesCollection.Add.
14899
14900         * GridColumnStylesCollection.cs: fix all the explicit interface
14901         implementations to just call our methods.  Nuke AddInternal() and
14902         move the body of it to Add().  Also, add a call to
14903         column.SetDataGridInternal to Add().
14904
14905         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
14906         base()+duplicate code.  Also, use the Format property instead of
14907         format to generate an Invalidate ala MS.  Lastly, create the
14908         textbox here, unconditionally.
14909         (set_Format): call Invalidate.
14910         (get_TextBox): no need to call EnsureTextBox.
14911         (Commit): remove the message box.
14912         (Edit) remove the call to EnsureTextBox.
14913         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
14914         (EnterNullValue): no need to check textbox for null.
14915         (HideEditBox): no need to check textbox for null.
14916         (SetDataGridInColumn): add the textbox to the grid's controls.
14917         (EnsureTextBox): nuke.
14918         
14919 2006-06-13  Jackson Harper  <jackson@ximian.com>
14920
14921         * MdiWindowManager.cs: Hook up to the maximized menus paint event
14922         and redraw the buttons when needed. Unhook when the window is
14923         unmaximized.
14924         * MainMenu.cs: Add an internal Paint event, the mdi window manager
14925         needs this so that it can redraw its buttons when the menu is
14926         repainted.
14927         * InternalWindowManager.cs:
14928         * Form.cs: The method order has changed for DrawMaximizedButtons,
14929         so that it can be a PaintEventHandler.
14930         
14931 2006-06-13  Jackson Harper  <jackson@ximian.com>
14932
14933         * MdiClient.cs: When we close a maximized mdi window, the next mdi
14934         window is activated and maximized, even if it wasn't before.
14935         - When  a new window is activated repaint the decorations of the
14936         old one, so that it no longer has the Active "look" (the blue
14937         titlebar).
14938         * InternalWindowManager.cs: Open up CreateButtons to base classes
14939         so they can recreate the buttons on state changes.
14940         - If a window is maximized give it all three buttons
14941         * MdiWindowManager.cs: Create the titlebar buttons when the state
14942         is changed, this is needed because a toolwindow will not have all
14943         three buttons until it is maximized.
14944
14945 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
14946
14947         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
14948           Fixed bug #78609.
14949
14950 2006-06-12  Jackson Harper  <jackson@ximian.com>
14951
14952         * KeysConverter.cs: Make sure we handle the Ctrl special case
14953         if its the only key.
14954         
14955 2006-06-12  Jackson Harper  <jackson@ximian.com>
14956
14957         * Theme.cs: Add a method to get the size of a managed window
14958         toolbar button.
14959         * InternalWindowManager.cs: Remove the ButtonSize property, this
14960         should be retrieved from the theme.
14961         * MdiWindowManager.cs: Get the button size from the theme
14962         * ThemeWin32Classic.cs: Make the method to get the managed window
14963         titlebar button size public.
14964         - Handle the different button sizes of maximized toolwindows
14965         (should match any maximized window).
14966         - Get the titlebar height from the theme, not the WM (which gets
14967         it from the theme).
14968
14969 2006-06-12  Jackson Harper  <jackson@ximian.com>
14970
14971         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
14972         event down to the mdi window manager.
14973         - Expose some extra stuff to base classes
14974         - Make sure to end the Capture on an NC Mouse up, so that we can
14975         get double clicks properly, and the sizing doens't stick.
14976         - When doing PointToClient contain it in the workable desktop
14977         area, this prevents windows from changing size when the cursor is
14978         pulled outside of the working area while sizing.
14979         * MdiWindowManager.cs: When we get a double click maximize the
14980         window.
14981         - Reset the cursor after handling mode changes.
14982
14983 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
14984
14985         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
14986           current desktop, instead of just assuming a 0, 0 origin. This
14987           is needed for our internal window manager, to know the top
14988           margin of the desktop
14989
14990 2006-06-12  Chris Toshok  <toshok@ximian.com>
14991
14992         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
14993         we need this to get rid of the selected background in the bool
14994         column.
14995         (CancelEditing): move the ConcedeFocus call to above the Abort
14996         call.  Also, set is_changing to false and invalidate the row
14997         header if we were changing before.
14998         (ProcessKeyPreviewInternal): remove, since noone outside this
14999         class calls it anymore.  Roll the code into ProcessKeyPreview.
15000         (EndEdit): remove the internal version.
15001         (InvalidateCurrentRowHeader): make private.
15002
15003         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
15004         Keys.Escape handling (and with it the last call to
15005         DataGrid.EndEdit from outside the class.)
15006
15007
15008 2006-06-12  Chris Toshok  <toshok@ximian.com>
15009
15010         * DataGridTextBox.cs (.ctor): isedit defaults to false.
15011         (OnKeyPress): set isedit to true.
15012         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
15013         already handled by the grid.
15014
15015         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
15016         right.  ugh.
15017         (set_DataSource): SetDataSource always returns true, so stop
15018         putting it in an if statement.
15019         (EndEdit): get rid of some {}'s
15020         (ProcessGridKey): return true in case Keys.Escape.
15021         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
15022         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
15023         PositionChanged, stopped connecting to CurrentChanged.
15024         (GetDataSource): simplify this a bunch.
15025         (SetDataSource): change return type from bool to void.
15026         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
15027         to this, and make sure we don't set ListManager.Position inside
15028         set_CurrentCell.
15029         (OnListManagerItemChanged): if we're passed an actual index,
15030         redraw that row.
15031
15032         * CurrencyManager.cs (set_Position): don't call PullData here.
15033
15034 2006-06-09  Jackson Harper  <jackson@ximian.com>
15035
15036         * TreeNode.cs:  Recalculate the visible order before doing the
15037         Expand/Collapse Below calls, because those calls generate an
15038         expose.
15039         - Reduce calls to the TreeView property, which is mildly expensive
15040         by using a local var.
15041         * Form.cs: Layout the MDI child windows when creating the parent
15042         form.
15043         - Don't use the internal constructor anymore
15044         * MdiClient.cs: use the parent form width/height (if available)
15045         when laying out the child windows, we do this because the
15046         mdiclient isn't docked yet when the initial layout is done.
15047         - Don't need an internal constructor anymore.
15048
15049 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15050
15051         * FileDialog.cs: handle access errors when trying to create a folder
15052         or changing to a directory. No need to initialize out parameters.
15053
15054 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
15055
15056         * FileDialog.cs: Append a number when creating a new folder if the
15057           folder already exists (use parenthesis instead of square brackets)
15058
15059 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
15060
15061         * FileDialog.cs:
15062           - Disabled registry support for windows and added better registry
15063             error checking for other systems (need to investigate why it
15064             works perfectly on my system)
15065           - If a folder already exist show an error MessageBox instead of
15066             trying to create an indexed name.
15067           - Fixed a non intentional typo.
15068
15069 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15070
15071         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
15072
15073 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
15074
15075         * FileDialog.cs: When creating a new folder don't crash if the
15076           folder already exists.
15077
15078 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
15079
15080         * FileDialog.cs: Allmost a complete rewrite.
15081           - added a "virtual" file system that handles the differences
15082             between unix and windows file systems (especially the directory
15083             structure). Moved most of the directory and file handling code
15084             into the vfs.
15085             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
15086             UnixFileSystem and FSEntry.
15087           - Recently used folder/directory, size, location and used file names
15088             (file name ComboBox) are now stored in the registry and get read
15089             before the dialog shows up (fixes part 6 of bug #78446).
15090           - Creation of new folders/directories is now possible (context menu
15091             or ToolBar). Added TextEntryDialog for this that fills in the gap
15092             until ListView.LabelEdit works.
15093           - Fixed cursor handling (bug #78527) and focus handling for
15094             PopupButtonPanel
15095           - Various "Search in" ComboBox enhancements. The content of the
15096             dropdown listbox now almost matches ms.
15097           - Changed the behaviour when the user switches to SpecialFolder
15098             Recent to show the ListView in View.Details.
15099           - Beside using the ToolBar to change the View property of the
15100             file ListView it is now possible to use the context menu too.
15101
15102 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
15103
15104         * ComboBox.cs: Don't create a new ObjectCollection when an item
15105           gets inserted. Just insert the item in the existing object_items
15106           ArrayList.
15107
15108 2006-06-08  Jackson Harper  <jackson@ximian.com>
15109
15110         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
15111         that the treeview and root node checks are done also, this fixes a
15112         regression i caused in the unit tests.
15113
15114 2006-06-07  Wade Berrier <wberrier@novell.com> 
15115
15116         * RichTextBox.cs: More ISO8859-1 -> unicode
15117
15118 2006-06-07  Mike Kestner  <mkestner@novell.com>
15119
15120         * ComboBox.cs : use items to hold highlight/selection so that
15121         collection insertions don't require synchronization.
15122
15123 2006-06-07  Jackson Harper  <jackson@ximian.com>
15124
15125         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
15126         routine.  We now always keep the sized edge at the cursor instead
15127         of computing movement and adjusting rects.  There is one buglet
15128         with this method though when the cursor is moved over area that
15129         the window can not expand too (such as the toolbars on the desktop).
15130
15131 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15132
15133         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
15134         here. Fixes crash on startup in AlbumSurfer.
15135
15136 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
15137
15138         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
15139           values
15140
15141 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15142
15143         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
15144         statement to avoid calling XNextEvent which will block if another thread
15145         took the event that we were expecting. Fixes bug #78605.
15146
15147 2006-06-07  Mike Kestner  <mkestner@novell.com>
15148
15149         * ListView.cs : isolated checkbox clicking from the selection logic.
15150         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
15151
15152 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15153
15154         * Form.cs: Check that the value passed to Form.DialogResult
15155         is a valid enum value.
15156
15157 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15158
15159         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
15160         Computer'. Clicking it in the network view goes to 'My Computer'.
15161         Added CIFS filesystem type. Display the mount point of filesystems.
15162         Avoid duplicate mount points (happens for me with CIFS);
15163
15164 2006-06-06  Jackson Harper  <jackson@ximian.com>
15165
15166         * InternalWindowManager.cs: Draw the maximized windows buttons
15167         when resizing.
15168
15169 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15170
15171         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
15172         all other dialogs. Fixes bug #78585.
15173
15174 2006-06-06  Mike Kestner  <mkestner@novell.com>
15175
15176         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
15177         Only invalidate checkbox on checkstate changes to avoid flicker.
15178         * ListBox.cs : avoid unselect/select when clicking selected item.
15179         avoid reselection flicker for already multiselected items.
15180         Fixes #78382.
15181
15182 2006-06-06  Jackson Harper  <jackson@ximian.com>
15183
15184         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
15185         the parent form so that the menu is removed if needed.
15186
15187 2006-06-06  Mike Kestner  <mkestner@novell.com>
15188
15189         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
15190         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
15191
15192 2006-06-06  Mike Kestner  <mkestner@novell.com>
15193
15194         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
15195
15196
15197 2006-06-06  Jackson Harper  <jackson@ximian.com>
15198
15199         * Control.cs: Use the property (instead of the field) to get the
15200         default cursor so it is instantiated correctly.
15201         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
15202         resizes so we need to manually repaint the window decorations here.
15203         - Set the titlebar button locations as soon as they are created,
15204         otherwise they are not set correctly on win32.
15205         
15206 2006-06-06  Chris Toshok  <toshok@ximian.com>
15207
15208         * CurrencyManager.cs (set_Position): call PullData before
15209         OnCurrentChanged.
15210         (AddNew): after calling IBindingList.AddNew, update our
15211         listposition, and call OnCurrentChanged/OnPositionChanged (without
15212         calling PullData).
15213         (OnCurrentChanged): remove the call to PullData from here.
15214         (OnItemChanged): remove the call to PushData from here.
15215         (OnPositionChanged): change the test from == null to != null to
15216         match the other methods.
15217         (ListChangedHandler): the grossest part of the patch.  Implement
15218         this such that it passes the unit tests in CurrencyManagerTest and
15219         the output more or less matches that of MS's implementation.
15220  
15221 2006-06-06  Mike Kestner  <mkestner@novell.com>
15222
15223         * ListView.cs : only update check state on single click.
15224         * ThemeWin32Classic.cs : fix focus drawing for details view without
15225         fullrowselect.  Fixes #78454.
15226         * XplatUIX11.cs : fix for double click emission.
15227
15228 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
15229
15230         * PropertyGridView.cs : Applied Atsushi's patch to fix
15231         font dialog bug  (#78197).
15232
15233 2006-06-05  Jackson Harper  <jackson@ximian.com>
15234
15235         * TreeNode.cs: Compute the next node for expanding/collapsing
15236         correctly. We now factor in nodes without a NextNode
15237         correctly. (Fixes somes cases in nunit-gui).
15238         * InternalWindowManager.cs: Set the bounds when updating the
15239         virtual position of a tool window.
15240         
15241 2006-06-05  Chris Toshok  <toshok@ximian.com>
15242
15243         * DataGrid.cs: rename cached_currencymgr to list_manager.
15244         (set_CurrentCell): move SetCurrentCell code here, and clean it up
15245         some.
15246         (CurrentRow, CurrentColumn): single accessors so we can make the
15247         cursor movement code a lot easier to understand.
15248         (CurrentRowIndex): implement this in terms of CurrentRow.
15249         (BeginEdit): clean this up a bit.
15250         (CancelEditing): sort out the is_editing/is_changing/is_adding
15251         stuff a little.
15252         (EndEdit): minor changes.
15253         (OnKeyDown): add a comment about a (most likely) unnecessary
15254         check.
15255         (OnMouseDown): cancel editing when we click on a row header.  And
15256         use the CurrentRow setter, not CurrentCell.
15257         (ProcessDialogKey): directly call ProcessGridKey.
15258         (UpdateSelectionAfterCursorMove): factor out this common block of
15259         code (it's used everywhere that we move the cursor by updating row
15260         or column).
15261         (ProcessGridKey): pretty substantial overhaul.  Use the
15262         CurrentRow/CurrentColumn properties to make the code a lot more
15263         readable.  Only use the CurrentCell property when we have to
15264         modify both row and column at once.  Tab behavior is still broken,
15265         and Delete is untested.
15266         (Select): if we have no selected rows, set selection_start to
15267         @row.
15268         (EditCurrentCell): rename EditCell this.  It was only ever invoked
15269         with CurrentCell as the arg, so drop the arg and rename it.
15270
15271         * DataGridColumnStyle.cs: clean up the constructors a little, and
15272         drop CommonConstructor().
15273
15274         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
15275         actually get notified when the user hits it.
15276         (ProcessKeyMessage): *substantially* simplify this method.
15277         There's no reason (that I can see) for the textbox to be making
15278         calls into the datagrid at all.  Remove all of them but the ones
15279         for Enter handling.  those will take some more work.
15280
15281         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
15282         calling HideEditBox.
15283         (HideEditBox): if we have an active textbox, render it invisible
15284         without causing a re-layout of the datagrid.
15285
15286 2006-06-05  Mike Kestner  <mkestner@novell.com>
15287
15288         * ListView.cs : fix NRE crasher when focuseditem is cleared by
15289         collection changes by resetting it to Items[0].  Fixes #78587.
15290
15291 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15292
15293         * MessageBox.cs: if the height of the text is larger than the icon_size,
15294         use that. Fixes bug #78575.
15295
15296 2006-06-05  Jackson Harper  <jackson@ximian.com>
15297
15298         * TreeView.cs: Fix line drawing when scrolling.  To do this each
15299         node is basically responsible for drawing its entire horizontal
15300         area.  When drawing a node it draws its parent node lines if
15301         needed.
15302         - Adjust the clip area to the viewport rectangle
15303         - Fix Left/Right key handling to match MS. (It expand/collapses
15304         and moves to parents/first child but does not move selection to
15305         sibling nodes).
15306         - Fix SetTop to work with new bound calculation code
15307         - When scrollbars are no longer needed we need to reset scrolling
15308         vars and recalculate the visible order so the redraw is correct
15309         * TreeNode.cs: We can't expand/collapse nodes with no children.
15310
15311 2006-06-03  John Luke  <john.luke@gmail.com> 
15312
15313         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
15314         so the colors work without dev packages
15315         
15316 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
15317
15318         * Control.cs 
15319           - Select: Implemented to just use activate. Seems to match MS 
15320             behaviour closest. Documented to only do actual control walking 
15321             based on it's parameters if in a container control so I moved 
15322             the code there.
15323           - Removed selection check logic from our internal Select() method
15324         * ContainerControl.cs:
15325           - Select: Moved selection logic from Control here, since MS documents
15326             that containers obey the bool arguments. No longer calling base
15327
15328 2006-06-02  Jackson Harper  <jackson@ximian.com>
15329
15330         * TreeView.cs: If the selected node isn't changed when we get
15331         focus update the previously selected node so that we see the
15332         selection box.
15333
15334 2006-06-02  Mike Kestner  <mkestner@novell.com>
15335
15336         * ComboBox.cs: restructure grab and general mouse event handling.
15337         Make the composite control raise mouse events like it was a single
15338         control for leaves/enters/motion/up/down events.  fix dropdown list
15339         coordinate mangling and refactor it into the scrollbar subclass to
15340         reduce code duplication.  Fixes #78282 #78361 and #78457.
15341
15342 2006-06-02  Mike Kestner  <mkestner@novell.com>
15343
15344         * ScrollBar.cs: remove Capture setting/clearing, as it happens
15345         automatically in the Control.WndProc.
15346
15347 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15348
15349         * FileDialog.cs: fix crash when running SharpChess, which sets the
15350         FilterIndex to 2 with only one Filter.
15351
15352 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15353
15354         * ToolBar.cs: add SizeSpecified property.
15355         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
15356         try to figure out our real size, otherwise fallback to what the
15357         container says.
15358
15359 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
15360
15361         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
15362         * Control.cs (WndProc): MS always calls the DefWndProc to pass
15363           up the event
15364
15365 2006-06-01  Mike Kestner  <mkestner@novell.com>
15366
15367         * ListView.cs: revamp the focus management in ListView.  It still
15368         causes churn of LostFocus/GotFocus emissions on clicks, but it's
15369         better than not handling focus at all.  Will revisit when pdb feels
15370         the general focus handling is solid.  Fixes #78526.
15371
15372 2006-06-01  Jackson Harper  <jackson@ximian.com>
15373
15374         * TreeView.cs: Set the default border style in the constructor.
15375         - Move painting to use OnPaintInternal instead of capturing
15376         WM_PAINT, this is the correct way of doing things
15377         - UpdateBelow shouldn't invalidate the scrollbar area
15378         - Cap the top on update below in case the node was above the top
15379         of the viewport rectangle.
15380         - ExpandBelow and Collapse below need to obey Begin/End Update.
15381         * TreeNode.cs: Make is_expanded internal so the treenode
15382         collection can change it without firing the whole event chain.
15383         * TreeNodeCollection.cs: When clearing all the child nodes make
15384         sure to recalc the visible order.
15385         - Improve algo for remove the top node
15386
15387 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
15388
15389         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
15390           SendMessage directly calling window procedures, which in turn might
15391           call SetFocus()
15392
15393 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
15394
15395         * Control.cs: Don't handle WM_SETFOCUS if the same window already
15396           has focus (works around X11 sending a FocusIn after our SetFocus)
15397         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
15398
15399 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
15400
15401         * Mime.cs: Fix for the NET_2_0 build.
15402           NameValueCollection needs StringComparer now.
15403
15404 2006-05-31  Chris Toshok  <toshok@ximian.com>
15405
15406         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
15407         return (via an out parameter) the starting X of the column.
15408         (UpdateVisibleColumn): track change to FromPixelToColumn.
15409         (HitTest): add a ColumnResize case here.
15410         (DrawResizeLine): new function, probably poorly named.
15411
15412         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
15413         only need to keep one reference.
15414         (set_ListManager): same.
15415         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
15416         Also, add support for HitTestType.ColumnResize.
15417         (OnMouseMove): add column resize behavior here, and change the
15418         cursor to the correct one as we move around the datagrid.
15419         (OnMouseUp): terminate the column resize if we're resizing.
15420         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
15421         for the current cell.
15422         (ConnectListManagerEvents): use cached_currencymgr.
15423         (DisconnectListManagerEvents): fill this in, using
15424         cached_currencymgr.
15425         (SetCurrentCell): remove cached_currencymgr_events handling.
15426         (SetDataMember): only call DisconnectListManagerEvents if
15427         cached_currencymgr is != null.
15428         (SetDataSource): same.
15429         (OnListManagerCurrentChanged): cached_currencymgr_events ->
15430         cached_currencymgr.
15431
15432 2006-05-31  Jackson Harper  <jackson@ximian.com>
15433
15434         * BindingManagerBase.cs: Remove somedebug code that creeped into
15435         SVN.
15436         * TreeNode.cs: We get the indent level dynamically right now, so
15437         don't track it as a member.
15438         * TreeNodeCollection.cs: Make sure all nodes added to the list
15439         have parents, treeviews/topnodes setup properly.
15440         - Don't attempt to track indent level.
15441
15442 2006-05-30  Jackson Harper  <jackson@ximian.com>
15443
15444         * BindingContext.cs: Create the currency manager tables here.
15445         This allows us to more easily create null tables (when bad data
15446         members are used), and more easily create related currency
15447         managers.
15448         * CurrencyManager.cs: All the table creation stuff is done by the
15449         binding context now.
15450         - Current should throw an exception if listposition is -1.
15451         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
15452         been bound yet.
15453
15454 2006-05-30  Mike Kestner  <mkestner@novell.com>
15455
15456         * ListView.cs: allow reexpansion of zero-width column headers.
15457         Fixes #78528.
15458
15459 2006-05-28  Chris Toshok  <toshok@ximian.com>
15460
15461         * CurrencyManager.cs (get_Current): after the late binding
15462         listposition = -1 fix, we need to guard against it here and return
15463         null, otherwise we raise an exception (which is swallowed
15464         elsewhere, and breaks datagrid databinding.)
15465
15466 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
15467
15468         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
15469           than WM_SYSKEY, don't throw if get something unexpected (#78507)
15470
15471 2006-05-26  Jackson Harper  <jackson@ximian.com>
15472
15473         * ControlPaint.cs:
15474         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
15475         values, it's faster and it's all we care about (we don't care if
15476         the names aren't equal).
15477         * KeyboardLayouts.cs: Eliminate some dead code.
15478         - Lazy init things
15479         * X11Keyboard.cs: Lazy init keyboard detection.
15480         - Cleanup access modifiers a little.
15481
15482 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
15483
15484         * XplatUIX11.cs: Once again, attempting to get layout just right.
15485
15486 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
15487
15488         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
15489           the sizes of each link section, that will result in sizes that
15490           match DrawString's layout (Fixes #78391)
15491
15492 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
15493
15494         * FileDialog.cs: If AddExtension property is true autocomplete the
15495           extensions in SaveFileDialog correctly. Fixes bug #78453.
15496           Set MyNetwork and MyComputer to "C:\" for windows. This should
15497           fix part 8 of bug #78446 for now.
15498
15499 2006-05-26  Chris Toshok  <toshok@ximian.com>
15500
15501         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
15502         invalidate the current row header if we need to, but presumably
15503         we'll invalidate the row corrsponding to the bounds or
15504         editingControl.
15505         (GridHScrolled): switch back to this method, as it's part of the
15506         public api.  *sigh*.
15507         (GridVScrolled): same.
15508         (OnMouseWheel): hack up something that more or less works.  Call
15509         GridHScrolled/GridVScrolled directly, instead of duplicating much
15510         of their code here.
15511         (EnsureCellVisibility): reinstate a bunch of this code, since we
15512         can't just set the scrollbar Value and expect to do all the work
15513         in the ValueChanged handler.  Also, Call Update() after scrolling
15514         in one direction so the other XplatX11.ScrollWindow call has the
15515         proper stuff in the proper places.
15516         (EditCell): set is_editing to true before calling .Edit.
15517
15518         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
15519         don't bother comparing first.
15520         (OnKeyPress): call grid.ColumnStartedEditing before calling
15521         base.OnKeyPress.  this will set is_changing and invalidate the row
15522         header if necessary.
15523         (ProcessKeyMessage): for WM_CHAR messages, call
15524         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
15525         and WM_KEYDOWN.
15526         
15527         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
15528         it's done in the DataGrid.
15529         (NextState): call grid.ColumnStartedEditing, which takes care of
15530         invalidating the row header (and setting is_changing).
15531
15532         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
15533         here.  it's done in the DataGrid.
15534
15535 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15536
15537         * Control.cs: allow changing the cursor when the mouse position is
15538         out of bounds but Capture is set.
15539         * LinkLabel.cs: handle the case when the mouse button is pressed on the
15540         linklabel but released somewhere else.
15541
15542 2006-05-25  Jackson Harper  <jackson@ximian.com>
15543
15544         * TreeView.cs: When we get focus if there is no selected node make
15545         it the top node
15546         - Remove some uneeded setup code from Draw.
15547         * TreeNodeCollection.cs: If the tree doesn't have a top node when
15548         a new node is inserted make the new node the top.
15549         * XplatUIX11.cs:
15550         * Timer.cs: Use Utc time so that no local time zone stuff needs to
15551         be used (should be faster).
15552         
15553 2006-05-25  Chris Toshok  <toshok@ximian.com>
15554
15555         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
15556         problem with the last commit.
15557
15558 2006-05-25  Chris Toshok  <toshok@ximian.com>
15559
15560         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
15561         need the invalidate call here, while scrolling right-to-left via
15562         the left arrow key (i.e. moving the editing cell while scrolling).
15563
15564         * DataGrid.cs (.ctor): remove the initialization of
15565         ctrl_pressed/shift_pressed.  We no longer track them using key
15566         up/down handlers, but by using Control.ModifierKeys.  Also, switch
15567         to using ValueChanged handlers on the scrollbars instead of
15568         Scrolled event handlers.  This simplifies a bunch of the scrolling
15569         code.
15570         (GridHValueChanged): rename from GridHScrolled, and change it to
15571         work with the new event args.
15572         (GridVValueChanged): same.
15573         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
15574         (OnMouseWheel): actually scroll the datagrid.  Don't change the
15575         selected cell.
15576         (ProcessGridKey): correct all the keyboard navigation stuff I
15577         could find.  Ctrl up/down/left/right/home/end work now.
15578         (EnsureCellVisibility): correct method name spelling.  Also,
15579         simplify this a touch by not explicitly calling the
15580         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
15581         scrollbar value.
15582         (OnKeyUpDG): no need for this method now.
15583         
15584 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15585
15586         * LinkLabel.cs: display the OverrideCursor when hovering the label.
15587         Fixes bug #78392.
15588
15589 2006-05-25  Chris Toshok  <toshok@ximian.com>
15590
15591         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
15592         r61019.
15593
15594 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
15595
15596         * Application.cs: Moved setting of is_modal and closing to before
15597           we create the control, to allow the event handlers called as a
15598           result of creation affect closing. Also removed Gonzalo's previous
15599           change to setting DialogResult, the behaviour has been moved to 
15600           Form.ShowDialog()
15601         * Form.cs: 
15602           - ShowDialog(): Removed explicit creation of the form, let RunLoop
15603             handle it instead
15604           - ShowDialog(): If no dialog result is set, we need to return Cancel
15605           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
15606             the close is cancelled
15607
15608 2006-05-25  Jackson Harper  <jackson@ximian.com>
15609
15610         * StatusBar.cs: We only need to update the sizes of the other
15611         panels when we have auto size contents.  Also we are only updating
15612         the contents of the panel, not the borders, so compensate for the
15613         border width (TODO: get this width from the theme somehow).
15614         * TreeView.cs: Scrollable is true by default
15615         - Use invalidate instead of refresh where needed
15616         - Factor the scrollable value into scrollbar updating
15617         - Update the scrollbars if the Scrollable property is altered
15618         - Update the selected node if its ImageIndex is changed
15619         - Handle null nodes in UpdateNode (mainly so we don't have to
15620         check if selected is null when updating it
15621         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
15622         are factored into the visible count
15623         - Use VisibleCount for clarity in the code
15624         - When the font is changed we need to recurse through all the
15625         nodes and invalidate their sizes
15626         
15627 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15628
15629         * Application.cs: set the DialogResult to fixed when the main form is
15630         hidden or destroyed while being modal.
15631
15632 2006-05-25  Miguel de Icaza  <miguel@novell.com>
15633
15634         * Theme.cs: Use Tangoified messagebox icons. 
15635
15636         (GetSizedResourceImage): Also cope with width = 0 and do not
15637         trigger a warning in that case (0 means "give me your icon from
15638         the resouce, no special size needed).
15639
15640 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
15641
15642         * Application.cs: Leave runloop if the the main modal form is 
15643           hidden (fixes #78484)
15644
15645 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
15646
15647         * BindingContext.cs : reject null datasource in Contains() and
15648           Item[].
15649         * CurrencyManager.cs : check data_member validity when data_source
15650           is dataset. When it is late binding, the initial position is -1.
15651
15652 2006-05-24  Jackson Harper  <jackson@ximian.com>
15653
15654         * TreeNodeCollection.cs: Dont't recalculate the visible order on
15655         inserted nodes that aren't visible.  This changes the
15656         max_visible_order which confuses scrollbar settings.
15657         - Use the enumerator to get the prev node instead of duplicating
15658         code.
15659         * TreeView.cs: Use new method for setting scrollbar values
15660         - Don't set the bounds every time the scrollbar is updated
15661         - When updating below the root node use an invalidate instead of a
15662         refresh to prevent the child controls (scrollbars) from being
15663         refreshed. (UpdateBelow still needs to be reworked anyways).
15664         - Reenable SetBottom now that visible orders are set correctly,
15665         added some debug code incase we ever get bad values there again.
15666         - Set the scrollbar max to 2 less then the max value, this
15667         compensates for the max value being one above the node count, and
15668         for scrollbars adding one extra "notch".
15669         - When drawing image nodes if there is an imagelist we draw the
15670         first image in the list if the supplied image index is out of the
15671         image list's bounds.
15672         
15673 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
15674
15675         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
15676           we receive a size change from the WM (Fixes #78503)
15677
15678 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
15679
15680         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
15681           rectangle (Fixes #78501)
15682
15683 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
15684
15685         * ButtonBase.cs: 
15686           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
15687             as a bitfield.
15688           - Fixed MouseMove to no longer switch pressed state unless the left
15689             mouse button is pressed. Atsushi provided the original patch (#78485)
15690           
15691 2006-05-24  Jackson Harper  <jackson@ximian.com>
15692
15693         * ScrollBar.cs: New internal methods that allow us to change a
15694         couple values on the scrollbar (the most common case is maximum
15695         and large change) without getting multiple invalidates.
15696
15697 2006-05-24  Chris Toshok  <toshok@ximian.com>
15698
15699         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
15700         (Edit): save off the original state in oldState, and set
15701         grid.is_editing to true.
15702         (OnKeyDown): abort editing if escape is pressed.  also, call
15703         NextState if space is pressed.
15704         (OnMouseDown): call NextState.
15705         (NextState): factor out shared code from OnKeyDown and OnMouseDown
15706         here.  Also, only invalidate the row header once (on the initial
15707         is_changing switch) to save on redraws.
15708
15709 2006-05-24  Chris Toshok  <toshok@ximian.com>
15710
15711         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
15712         if the value in the cell is different than it was before.  This
15713         keeps us from triggering a layout when we move around a datarid
15714         with a highlighted cell.
15715         (Edit): suspend layout when creating/positining the text box, and
15716         resume passing false so we don't ever actually re-layout.
15717         (ReleaseHostedControl): same.
15718         (EnsureTextBox): reformat slightly, and set WordWrap to false.
15719
15720         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
15721         control-key sequences should go to the datagrid - remove that
15722         lock.  Also, modify the conditions under which we move between
15723         cells when moving the cursor within a cell, and remove the "this"
15724         and "base" from field accesses.  We weren't even consistent, given
15725         they all were in the base class.
15726
15727 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
15728
15729         * Binding.cs : (.ctor)
15730           An obvious NRE fix for BindingTest.CtorNullTest().
15731
15732 2006-05-23  Chris Toshok  <toshok@ximian.com>
15733
15734         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
15735         them between lines.  This fixes some quirks editing cells in the
15736         datagrid.
15737
15738 2006-05-23  Jackson Harper  <jackson@ximian.com>
15739
15740         * TreeView.cs: Use begin/end update when doing expand/collapse all
15741         so that we don't get flicker on the scrollbar.
15742
15743 2006-05-23  Jackson Harper  <jackson@ximian.com>
15744
15745         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
15746         treenode calculations to be independant of the painting code. To
15747         do this nodes track a visible order which is calculated by the
15748         treeview.
15749         - Call new methods for expanding/collapsing nodes.  These methods
15750         use scrollwindow so we don't have to update everything below the
15751         node.
15752         * TreeView.cs: Refactored drawing and scrolling code.  We don't
15753         need to update nodes when drawing anymore or calculate scrollbar
15754         stuff.
15755         - Added new methods for expanding/collapsing nodes. These methods
15756         use ScrollWindow so as to not have to redraw all the nodes below.
15757         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
15758         we add/remove nodes or sort.
15759         - Handle removing the selected and the top node properly.
15760
15761 2006-05-23  Chris Toshok  <toshok@ximian.com>
15762
15763         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
15764         maybe this should actually happen in the datagrid code?
15765         (EndEdit): no need to invalidate anything, given that
15766         ReleaseHostedControl causes the datagrid to relayout, which
15767         invalidates everything anyway.
15768
15769         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
15770         in SetCurrentCell).
15771         (set_SelectionBackColor): call InvalidateSelection instead of
15772         Refresh.
15773         (set_SelectionForeColor): same.
15774         (BeginEdit): Flesh this out a bit.
15775         (CancelEditing): only do any of this if we're editing/adding.
15776         (EndEdit): same.
15777         (OnMouseDown): there's no need to cancel editing here, it's done
15778         in SetCurrentCell.
15779         (SetCurrentCell): only invalidate the current row header if it's a
15780         different row than the new one.
15781         (ShiftSelection): fix this to work like MS does.
15782         (ResetSelection): factor out the invalidation of selected_rows to
15783         InvalidateSelection.
15784         (SetDataSource): cancel any editing that's going on.
15785
15786         * DataGridColumnStyle.cs
15787         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
15788         call the non-interface version.
15789
15790         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
15791         header rectangle with the clip rectangle so we don't redraw the
15792         entire header for just a small area.  Gets rid of the last flicker
15793         when horizontally scrolling.
15794         (DataGridPaintRow): same.
15795
15796 2006-05-23  Mike Kestner  <mkestner@novell.com>
15797
15798         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
15799         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
15800         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
15801         Critical bug report.
15802
15803 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
15804
15805         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
15806           and this fixes #78493
15807
15808 2006-05-23  Miguel de Icaza  <miguel@novell.com>
15809
15810         * Theme.cs (GetSizedResourceImage): Scale images if the proper
15811         size is not found.  
15812         
15813         * FileDialog.cs: Do not change the background for the side bar as
15814         it wont work nicely with the theme, and also reduces the artifacts
15815         in rendering the icons (which I want to fix too).
15816
15817         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
15818         resources, not resgen resources. 
15819
15820         (PlatformDefaultHandler): Pull images using the new API.
15821
15822 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
15823
15824         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
15825           a reference to the hwnd and will not remove it unless there are
15826           no pending exposures (fixes #78341)
15827         * XplatUI.cs: Improved debug
15828
15829 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
15830
15831         * MenuAPI.cs : don't handle OnClick event when it was not the left
15832           button. Fixed bug #78487.
15833
15834 2006-05-23  Mike Kestner  <mkestner@novell.com>
15835
15836         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
15837         prefer submenus to the top menu for item lookup, to avoid popping down
15838         top-row items.
15839
15840 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
15841
15842         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
15843           Graphics.FillRectangle as the visual results are really bad (even
15844           on win). We now draw perfect arrows (and perfect shadows when the
15845           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
15846           Pen.DashPattern to draw the dots of each line.
15847
15848 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
15849
15850         * FileDialog.cs: Update the filename combobox when navigating through
15851           the ListView with the cursor keys. Fixes part 7 of bug #78446.
15852
15853 2006-05-22  Mike Kestner  <mkestner@novell.com>
15854
15855         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
15856         Fixes #78463.
15857
15858 2006-05-22  Mike Kestner  <mkestner@novell.com>
15859
15860         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
15861         requests. Fix a misspelled parameter and a copy paste exception error
15862         in Select.
15863
15864 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
15865
15866         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
15867           to get the same width/height (5/13) on X11 as the default font has on
15868           win32. This means that our DefaultFont emSize is smaller than the 
15869           the MS SWF equivalent (even thought the width/height stays the same)
15870
15871 2006-05-20  Jackson Harper  <jackson@ximian.com>
15872
15873         * MdiClient.cs:
15874         * MdiWindowManager.cs:
15875         * InternalWindowManager.cs: Make sure to use the border width from
15876         the theme.
15877
15878 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
15879
15880         * PrintDialog.cs: Implements printer details
15881
15882 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
15883
15884         * FileDialog.cs: Added focus handling for PopupButtonPanel.
15885           Fixes part 1 and 2 of bug #78446
15886
15887 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
15888
15889         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
15890           instead of sticking to the first ever calculated value
15891
15892 2006-05-19  Mike Kestner  <mkestner@novell.com>
15893
15894         * ComboBox.cs: fix mouse motion selection to use MousePosition and
15895         PointToClient, since Capture is set. Fixes #78344.
15896
15897 2006-05-19  Mike Kestner  <mkestner@novell.com>
15898
15899         * ListView.cs: match MS behavior in Details view where items are not
15900         drawn if Columns.Count == 0. 
15901         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
15902         Use a separate pen to draw the check, since changing the width affects
15903         the box as well.  Fixes #78454.
15904
15905 2006-05-18  Miguel de Icaza  <miguel@novell.com>
15906
15907         * ListView.cs: ArgumentOutOfRangeException, single versions of the
15908         exception should throw the name of the invalid argument.
15909
15910         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
15911         there are no files listed. 
15912
15913 2006-05-18  Jackson Harper  <jackson@ximian.com>
15914
15915         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
15916         up.
15917
15918 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
15919
15920         * Control.cs: Brought back our old UpdateZOrder method as a private
15921           function and switched our calls from UpdateZOrder to the new one.
15922           This fixes the Paint.Net canvas disappearing bug.
15923
15924 2006-05-18  Jackson Harper  <jackson@ximian.com>
15925
15926         * Theme.cs:
15927         * ThemeWin32Classic.cs:
15928         * InternalWindowManager.cs: Move the drawing into the theme,
15929         expose everything the theme should need from the window manager.
15930
15931 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
15932
15933         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
15934           from the call to NativeWindow to avoid walking up the parent chain
15935           further than needed (speeds up setting cursors and avoids setting
15936           the wrong cursor if a parent has another cursor defined)
15937         * Cursor.cs: When loading an icon as cursor, MS uses the center of
15938           the icon as hotspot, not what's contained as hotspot in the icon
15939           file. This fixes the perceived drawing offset seen with Paint.Net
15940         
15941 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
15942
15943         * XplatUIX11.cs: 
15944           - Store the calculated rectangle in Hwnd object and use it when 
15945             setting the client size
15946           - Force Toolwindows to always be type Dock, to ensure they're on top
15947
15948 2006-05-18  Mike Kestner  <mkestner@novell.com>
15949
15950         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
15951         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
15952         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
15953         Substantial refactoring to remove confusing nested classes. Coding
15954         standard and Get+Set->property refactorings.  Shift to index based
15955         highlighting in ComboListBox instead of constantly using IndexOf and
15956         Items[]. Add invalidations on resize for DropDownList to fix ugliness
15957         in FileDialog growth.  Draw borders manually since Simple mode needs
15958         to look like two independent controls.  Make listbox border
15959         conditional to DropDownStyle.  Improved OwnerDraw support.
15960
15961 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
15962
15963         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
15964         Don't set the disposed graphics to null, so we can throw the "right"
15965         exception if the graphics is reused later (added a flag to avoid 
15966         double disposing). Some behaviours are different under 2.0 and are
15967         filled under bug #78448.
15968
15969 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
15970
15971         * Control.cs: When double-buffering is enabled, we need to reset
15972           our graphics context between paint calls. Otherwise, any 
15973           transformations and other alterations on the context will 
15974           become cumulative (#77734)
15975
15976 2006-05-18  Mike Kestner  <mkestner@novell.com>
15977
15978         * ListView.cs: do focused item selection like MS on clicks. 
15979         Rework focus handling for ItemControl so LostFocus invalidates as
15980         well.
15981         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
15982         the ListView ItemControl has focus.
15983
15984 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
15985
15986         * XplatUIX11.cs: If client_window ends up being width or height zero
15987           due to border settings, move it off window inside whole_window (#78433)
15988
15989 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
15990
15991         * Mime.cs: Shrink the mime file cache correctly.
15992
15993 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
15994
15995         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
15996
15997 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
15998
15999         * XplatUIX11.cs (AddExpose): More sanity checks
16000
16001 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
16002
16003         * XplatUIX11.cs:
16004           - AddExpose: Don't add expose ranges outside the size of our
16005             window
16006           - Cast opacity values to Int32 to avoid crashes with certain
16007             values
16008           - Added disabled code paths that protect against illegal cross-
16009             thread painting (Developers.exe)
16010
16011 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
16012
16013         * ProgressBar.cs: Invalidate the control when it's resized
16014           since block size is based on control size. (#78388)
16015
16016 2006-05-16  Miguel de Icaza  <miguel@novell.com>
16017
16018         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
16019         of setting the incoming argument to the "reset" value, we set the
16020         this.datamember to string.empty (before we were invalidating the
16021         incoming data).   
16022
16023         Fixes 78420
16024
16025 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
16026
16027         * Form.cs: Only apply transparency settings after the form
16028           is created. (Fixes #77800)
16029
16030 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
16031
16032         * ApplicationContext.cs: Grab the HandleDestroyed event so
16033           we know when to fire OnMainFormClosed 
16034
16035 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
16036
16037         * Application.cs: Introduced sub-class to allow tracking of
16038           threads and centralized triggering of the event mess for
16039           ThreadExit, AppExit, etc..  (#76156)
16040
16041 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
16042
16043         * MimeIcon.cs:
16044           - Do not return a null icon index value for a mime subclass.
16045             Instead try the main mime type class too.
16046           - Seems that some newer distributions don't have a link to some
16047             gnome default icons anymore. So check the default gnome dir too.
16048           
16049
16050 2006-05-16  Jackson Harper  <jackson@ximian.com>
16051
16052         * MdiClient.cs: Don't paint the parent background image if we have
16053         our own background image.
16054
16055 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
16056
16057         * Control.cs:
16058           - PerformLayout: Do not shrink space filled by DockStyle.Fill
16059             controls, all filled controls are supposed to overlap (#78080)
16060           - UpdateZOrder is supposed to update the control's z-order in the
16061             parent's z-order chain. Fixed to behave like that
16062           - BringToFront: Removed obsolete code
16063           - SendToBack: Simplyfied
16064           - SetChildIndex: Trigger layout calculations when Z-order changes
16065             since layout is done by z-order
16066
16067 2006-05-16  Chris Toshok  <toshok@ximian.com>
16068
16069         [ fixes bug #78410 ]
16070         * DataGrid.cs (set_AlternatingBackColor): use
16071         grid_drawing.InvalidateCells instead of Refresh().
16072         (set_BackColor): call grid_drawing.InvalidateCells.
16073         (set_BackgroundColor): use Invalidate instead of Refresh.
16074
16075         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
16076         invalidate the cell area.
16077
16078 2006-05-15  Chris Toshok  <toshok@ximian.com>
16079
16080         [ fixes bug #78011 ]
16081         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
16082         on to DataGridPaintRow.
16083         (DataGridPaintRow): take a clip argument, and only draw the cells
16084         which intersect it.  same with the not_usedarea.
16085
16086         * Theme.cs (DataGridPaintRow) add @clip parameter.
16087
16088         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
16089         XplatUI.ScrollWindow.
16090         (ScrollToRow): same.
16091
16092         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
16093         with last column which was causing a gray swath to appear with the
16094         XplatUI.ScrollWindow code.
16095
16096 2006-05-15  Chris Toshok  <toshok@ximian.com>
16097
16098         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
16099         use XplatUI.ScrollWindow.
16100         (VerticalScrollEvent): use XplatUI.ScrollWindow.
16101
16102 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
16103
16104         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
16105
16106 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
16107
16108         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
16109           file since there are no equivalent X11 cursors
16110
16111 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
16112
16113         * MonthCalendar.cs : DateTimePicker should reflect selected date
16114           on mouse*up*, not mouse*down*. Fixed originally reported part of
16115           bug #76474.
16116
16117 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
16118
16119         * TabControl.cs : When argument index is equal or more than tab
16120           count, just ignore. Fixed bug #78395.
16121
16122 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
16123
16124         * Control.cs: Dispose all child controls when control is diposed (#78394)
16125
16126 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
16127
16128         * ColorDialog.cs: Finally it is possible to select the color with
16129           the text boxes
16130
16131 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
16132
16133         * PrintDialog.cs: Fix typo
16134
16135 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
16136
16137         * PrintDialog.cs: PrintDialog is not resizable
16138         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
16139           color. Made some ToolBar drawing methods protected virtual.
16140
16141 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
16142
16143         * PrintDialog.cs: Implementation of the PrintDialog
16144
16145 2006-05-12  Chris Toshok  <toshok@ximian.com>
16146
16147         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
16148         thumb, instead use MoveThumb.  This has the side effect of making
16149         most of the other thumb moving machinery use MoveThumb as well.
16150         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
16151         need to actually invalidate the rectangle where the new thumb will
16152         go.
16153         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
16154         We force an Update() after, so it's not as fast as it could be,
16155         but at least there's zero flicker and no droppings.
16156         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
16157         (UpdateThumbPos): add another argument (dirty), which says whether
16158         or not to calculate/add dirty regions which we later invalidate.
16159         For cases where we know we're going to use MoveThumb, we pass
16160         false for this.  Otherwise, pass true.
16161
16162 2006-05-12  Jackson Harper  <jackson@ximian.com>
16163
16164         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
16165         the status bar.
16166         
16167 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
16168
16169         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
16170           and GetClipRegion methods and UserClipWontExposeParent property.
16171         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
16172           overriding UserClipWontExposeParent property, setting to false, since
16173           Win32 handles the required expose messages to draw our clipped parent
16174           areas internally
16175         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
16176           PaintEventStart to set the user clip region if set.
16177         * Control.cs: 
16178           - Now internally tracking the Region for the control since we need to
16179             store it if the handle is not yet created and only set it when it
16180             becomes created. Before setting the region forced handle creation
16181           - Added code to draw the parents underneath a user-clipped region
16182         * Hwnd.cs: Added UserClip property
16183
16184 2006-05-12  Chris Toshok  <toshok@ximian.com>
16185
16186         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
16187         (set_Maximum): same.
16188         (set_Minimum): same.
16189         (set_SmallChange): same.
16190         (OnMouseUpSB): remove the call to refresh when releasing the
16191         thumb.  We shouldn't need it.
16192         
16193 2006-05-12  Miguel de Icaza  <miguel@novell.com>
16194
16195         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
16196         AutoSize set to None, we do not need to relayout everything, we
16197         just need to invalidate the current region.
16198
16199         (Draw): Do not draw the entire ClientArea, just redraw the
16200         clip area being passed.
16201
16202         * MdiClient.cs: Make MdiClient constructor with the Form argument
16203         internal. 
16204
16205 2006-05-12  Jackson Harper  <jackson@ximian.com>
16206
16207         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
16208         parents background image,  but strangely not their own.
16209         - (DrawStatusBarPanel): Take into account horizontal alignment
16210         when drawing the strings and icons.
16211
16212 2006-05-12  Mike Kestner  <mkestner@novell.com>
16213
16214         * ListBox.cs: avoid invalidations for focus when the collection is
16215         empty. 
16216
16217 2006-05-12  Chris Toshok  <toshok@ximian.com>
16218
16219         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
16220         invalidate the entire thumb area.  Call InvalidateDirty which
16221         limits the redraw to the thumb itself and surrounding pixels.
16222
16223         * XplatUIX11.cs (ScrollWindow): optimize copying.
16224         
16225 2006-05-12  Chris Toshok  <toshok@ximian.com>
16226
16227         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
16228         Figure out the positioning/layout in a single pass instead of
16229         multiple recursive invocations.  Speeds up the initial display of
16230         the data grid.  Also, make many things private that were
16231         originally public but unused outside this class.
16232
16233 2006-05-11  Jackson Harper  <jackson@ximian.com>
16234
16235         * MdiClient.cs: Improved layout code.
16236
16237 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
16238
16239         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
16240           not SelectedObject.
16241
16242 2006-05-11  Chris Toshok  <toshok@ximian.com>
16243
16244         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
16245         union of that will always be {0,0,width,height}.
16246
16247 2006-05-11  Jackson Harper  <jackson@ximian.com>
16248
16249         * Form.cs: Match MS's DefaultSize for forms (they must have
16250         changed the size in sp2).
16251
16252 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
16253
16254         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
16255
16256 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
16257
16258         * TextControl.cs : Fixed bug #78109. This incorrect position
16259           comparison caused crash on automatic line split.
16260         * TextBoxBase.cs : reduce duplicate code.
16261
16262 2006-05-10  Jackson Harper  <jackson@ximian.com>
16263
16264         * MdiClient.cs: Active form is only sent to the back when using
16265         the Next form functionality, when a form is clicked the current
16266         active shouldn't be sent to the back.
16267         - Layout the mdi windows when the container is first made visible.
16268         * Form.cs: Give the MdiClient a ref to the containing form when we
16269         create it.
16270         
16271 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
16272
16273         * LinkLabel.cs : link_font could be uninitialized, so populate one
16274           before actual use. Fixed bug #78340.
16275
16276 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
16277
16278         * XplatUIX11.cs : clipboard format native value is IntPtr.
16279           Fixed bug #78283.
16280
16281 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
16282
16283         * Control.cs: 
16284           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
16285             which is passed up the parent chain by DefWndProc
16286           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
16287             to DefWndProc (#77956)
16288         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
16289
16290 2006-05-10  Jackson Harper  <jackson@ximian.com>
16291
16292         * MdiClient.cs: We need to remove the controls from the mdi
16293         collection, when we close the window.
16294         * MdiWindowManager.cs: Special handling of closing mdi windows.
16295         * InternalWindowManager.cs: Make the close method virtual so the
16296         mdi window manager can handle it specially.
16297
16298 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
16299
16300         * DataGrid.cs:
16301           - Recalculate grid when the data source has changed
16302           - Matches styles provided by user from all data sources types
16303         * DataGridTableStyle.cs: For columns that provided by the user set the
16304         with the preferred value is there was unassigned.
16305         * CurrencyManager.cs: throw OnItemChanged event
16306
16307 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
16308
16309         * PictureBox.cs: Don't animate until handle is created. Start animation
16310           when handle is created.
16311
16312 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
16313
16314         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
16315           current codebase.
16316         * XEventQueue.cs: We don't need to provide the extra info
16317
16318 2006-05-10  Jackson Harper  <jackson@ximian.com>
16319
16320         * MdiClient.cs: If the mdi clients parent form has a background
16321         image set, we draw that background image for the mdi area's
16322         background.
16323
16324 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
16325
16326         * TextBoxBase.cs: Set IBeam cursor (#78347)
16327
16328 2006-05-10  Mike Kestner  <mkestner@novell.com>
16329
16330         * ToolBar.cs: fix some text padding issues with ButtonSize
16331         calculation. Update the default size to match MS documentation.
16332         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
16333         button size. Fixes #78296.
16334
16335 2006-05-10  Mike Kestner  <mkestner@novell.com>
16336
16337         * ListBox.cs: use is_visible for scrollbar positioning in case the
16338         control isn't on screen yet.  Fix off by one with Right vs Width
16339         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
16340         
16341 2006-05-10  Jackson Harper  <jackson@ximian.com>
16342
16343         * X11Dnd.cs: Drop to a control with another control on top of it.
16344         * ToolBar.cs: Work on a copy of the buttons list, so that it can
16345         be modified in click handlers. TODO: Look for similar problems in
16346         other controls.
16347
16348 2006-05-09  Jackson Harper  <jackson@ximian.com>
16349
16350         * Form.cs: Window managers need the old window state when setting
16351         window state now.
16352         * InternalWindowManager.cs: Allow the base mdi window manager to
16353         handle more of the MDI only stuff (like maximize buttons).
16354         * MdiWindowManager.cs: Fix some snafus in changing the window
16355         state.  Add all the menu functionality, for both popup and
16356         maximized menus.
16357         * MdiClient.cs: When a new form is selected the currently
16358         activated form is sent to the back, this matches MS.
16359         - Implement a new method to activate the next mdi child window.
16360
16361 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
16362
16363         * Control.cs: 
16364           - Added new InternalCapture method to allow controls to prevent
16365             the capture behaviour on the click handlers
16366           - Switched to use InternalCapture
16367         * ComboBox.cs:
16368           - Using InternalCapture to prevent mouse captures from being released
16369             on mouse button release (Fixes #78100)
16370         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
16371           returns Form borders if a caption is present. (Fixes #78310)
16372
16373 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
16374
16375         * TreeNode.cs: Changed serialization .ctor to not require every field
16376           to be present. (#78265)
16377         * OwnerDrawPropertyBag.cs: Added serialization .ctor
16378
16379 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
16380
16381         * MimeIcon.cs: for is faster than foreach for strings.
16382
16383 2006-05-05  Mike Kestner  <mkestner@novell.com>
16384
16385         * CheckedListBox.cs: update check handling code to not use selected.
16386         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
16387         behavior for visual feedback, motion response, shift/ctrl handling,
16388         and properly deal with all 4 selection modes. Updates to bounds
16389         handling logic.  Add scroll wheel support. [Fixes #77842]
16390
16391 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
16392
16393         * ListView.cs:
16394           - Moved adding of Implicit controls into .ctor. That way, subsequent
16395             creation of the controls will not cause them to think they are 
16396             toplevel windows (fixes #78200 header problem)
16397           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
16398           - Switched visibility setting of header control to use internal field
16399             to avoid triggering handle creation
16400           - Now checking if handle is created before causing a refresh when items
16401             are added (This makes us now match handle creation time with MS)
16402         * Splitter.cs: Removed loading of private splitter cursor, switched to
16403           Cursors version now that that is loading the right ones
16404         * Cursors.cs: Load proper splitter cursors from resources
16405         * Cursor.cs: Added second method of loading resource cursors for the 
16406           VS.Net users amongst us
16407
16408 2006-05-05  Mike Kestner  <mkestner@novell.com>
16409
16410         * ListView.cs: give header_control a minimum size based on the
16411         ListView size.
16412
16413 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
16414
16415         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
16416           window seems to do that with metacity, so set that type. (#78120)
16417
16418 2006-05-05  Mike Kestner  <mkestner@novell.com>
16419
16420         * ListViewItem.cs: fix Details mode checkbox layout bug.
16421         * ThemeWin32Classic.cs: draw a ListView column header for unused space
16422         at the end of the header, if it exists. [Fixes for #78200]
16423
16424 2006-05-04  Jackson Harper  <jackson@ximian.com>
16425
16426         * MdiClient.cs: Add a helper property to get the container form.
16427         * MdiWindowManager.cs: We have to make sure to use the menu origin
16428         when drawing the icons and buttons, this fixes maximized window
16429         icons/buttons on win32.
16430         * InternalWindowManager.cs: Reset the restore captions when a
16431         window goes from Maximized to Minimized and vice versa. Move the
16432         DrawMaximizedButtons into the MdiWindowManager source, tool
16433         windows can't be maximized. NOTE: This could use a little
16434         refactoring if time ever permits.
16435         
16436 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16437
16438         * TextBox.cs: Add MWFCategoryAttributes
16439         * TextBoxBase.cs: Add MWFCategoryAttributes
16440         * Form.cs: Add MWFCategoryAttributes
16441
16442 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16443
16444         * Control.cs: Add MWFCategoryAttributes
16445         * ScrollableControl.cs: Add MWFCategoryAttributes
16446
16447 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
16448
16449         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
16450           Divider is true. Fix a little glitch in PropertyToolBar
16451           drawing code
16452
16453 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
16454
16455         * Control.cs:
16456           - Dispose: Call base.Dispose, this causes the disposed event
16457             to be fired (and probably other, more important stuff)
16458           - SetVisibleCore: Set is_visible to true after creating the
16459             window so that the window still gets created invisible (if
16460             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
16461             to generate a WM_ACTIVE message
16462         * Form.cs: Call Dispose when we want to destroy the window, instead of
16463           just destroying the handle (Dispose will do that for us)
16464         * XplatUIX11.cs:
16465           - RootWindow also needs a queue, so we can properly process the
16466             property change events from RootWindow (like Activate)
16467           - Generatic synthetic WM_ACTIVE message when the active window is
16468             being destroyed
16469
16470 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
16471
16472         * LinkLabel.cs: Trigger a recalc of our label dimensions when
16473           bounds are changed
16474
16475 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
16476
16477         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
16478           for determining width and height (image might not be assigned if
16479           we're drawing an imagelist)
16480
16481 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
16482
16483         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
16484         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
16485           height from system
16486         * Theme.cs: No longer returns hardcoded menu height, instead calls
16487           new driver method
16488         * Form.cs (OnLoad): Scaling happens before triggering Load events 
16489           on MS (# 78257)
16490
16491 2006-05-01  Mike Kestner  <mkestner@novell.com>
16492
16493         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
16494
16495 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
16496
16497         * TextBoxBase.cs: Removed Fixme
16498         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
16499
16500 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
16501
16502         * XplatUIX11.cs:
16503           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
16504             the rectangle relative to the parent, considering borders. We
16505             don't really want that.
16506           - ScrollWindow: Fixed warning to be more understandable
16507         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
16508           scrollbars and scroll only the visible area
16509         * RichTextBox.cs: Removed debug output
16510
16511 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
16512
16513         * NumericUpDown.cs (Text): Just use base
16514         * UpDownBase.cs: Ensure txtView is created before using it
16515
16516 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
16517
16518         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
16519           casting to IntPtr to avoid 64bit overflow errors
16520
16521 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
16522
16523         * Control.cs:
16524           - AllowDrop: Don't force handle creation.
16525           - CreateHandle: Added call to tell driver if we're allowed to drop
16526
16527 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
16528
16529         * FileDialog.cs: Remember the last directory not only for the
16530           current instance but also for new FileDialog instances.
16531
16532 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
16533         
16534         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
16535           broke sending async messages
16536
16537 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
16538
16539         * XplatUIX11.cs:
16540           - ScrollWindow: Fixed method. We finally generate expose events again
16541             for scrolled areas. This was causing 'garbage' when scrolling
16542             textbox and other controls that used ScrollWindow
16543           - Switched from using the regular queue for paint events to the MS 
16544             model of 'generating' paint events when the queue is empty.
16545             We use the new XQueueEvent.Paint subclass to store which windows
16546             need painting.
16547           - AddExpose now takes the x/y/width/height of the exposed area
16548             and inserts the window into the paint queue if not already there
16549           - InvalidateWholeWindow: Switched to use new AddExpose method
16550           - UpdateMessageQueue: Added which queue to monitor for paint events
16551           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
16552             the unlikely case nothing above handles it. We reset the expose
16553             pending states to get them off the queue.
16554           - GetMessage: Now pulls a paint event if no other events are in the
16555             queue
16556           - Invalidate: Switched to new AddExpose method
16557           - PeekMessage: Updated to understand pending paint events
16558           - UpdateWindow: Fixed logic bug. We were only updating if the window
16559             didn't need updating. Also switched to sending WM_PAINT directly,
16560             like MS does.
16561         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
16562           and random access Remove(). The random access is needed to handle
16563           UpdateWindow() where a WM_PAINT is sent directly without accessing
16564           the queue.
16565         * ScrollBar.cs: Added Update() calls to cause immediate updates to
16566           allow for better feedback when scrolling. Scrollbars are small and
16567           the immediate update should make it 'feel' more responsive without
16568           slowing things down. ScrollBar still needs it's invaliate logic
16569           updated to not always invalidate the whole bar on certain changes.
16570
16571 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16572
16573         * Control.cs:
16574         (BackColor): if the control does not support a transparent background,
16575         return the default backcolor when the parent backcolor is transparent.
16576
16577 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
16578
16579         * Application.cs: Updated to new StartLoop/GetMessage API
16580         * RichTextBox.cs: Provide some output on RTF parsing errors
16581         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
16582           new queue_id argument to GetMessage and PeekMessage to allow faster
16583           handling of per-thread queues in drivers.
16584         * Hwnd.cs: Added Queue tracking and property
16585         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
16586         * XEventQueue.cs: Added thread trackingA
16587         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
16588         * XplatUIX11.cs:
16589           - Implemented new per-thread queue
16590           - GetMessage: Fixed return/break behaviour on several cases. We were
16591             returning stale messages in some cases, instead of just processing
16592             the next message
16593
16594 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
16595
16596         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
16597
16598 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
16599
16600         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
16601           fixed off-by-one comparisons between Width/Height and Right/Bottom.
16602
16603 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
16604
16605         * PropertyGridView.cs: Fix drop down width.
16606
16607 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
16608
16609         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
16610           a mess in DrawToolBar, so I removed one of them.
16611
16612 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
16613
16614         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
16615           needed (clip). Otherwise we get artifacts.
16616
16617 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
16618
16619         * FixedSizeTextBox.cs: Added constructor to allow specifying which
16620           dimension is fixed
16621         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
16622           and switched FixedSizeTextBox to only be fixed vertical (#78116)
16623         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
16624           if it matches the scale base font (avoids unneeded scaling)
16625
16626 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
16627
16628         * X11DesktopColors.cs: One gtk_init_check should be enough
16629
16630 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
16631
16632         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
16633           match MS behaviour
16634
16635 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
16636
16637         * TextBoxBase.cs: 
16638           - Generate OnTextChanged for Backspace even if we're only deleting
16639             the current selection
16640           - When setting the Text property, only select all text if the
16641             control does not have focus when it is being set. Otherwise
16642             just place the cursor at the beginning of the control
16643
16644 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
16645
16646         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
16647           Added a little helper to draw PropertyGrid ToolBar with a different
16648           border and a different BackColor.
16649         * PropertyGrid.cs: Some background parts didn't get painted with the
16650           correct background color. Added a class that helps us to draw the
16651           correct border for PropertyGridView and a class that helps us to
16652           draw ToolBars with a different backcolor
16653         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
16654
16655 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
16656
16657         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
16658         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
16659
16660 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
16661
16662         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
16663           into the palette entries. Also, since we're working on a copy
16664           we needed to copy the palette back onto the bitmap.
16665         * Cursor.cs: Same fix as XplatUIWin32.cs.
16666
16667 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
16668
16669         * ImageListStreamer.cs: Need to read the var (or we're off)
16670
16671 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
16672
16673         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
16674           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
16675           TextBoxBase.cs: Unused var fixes
16676         * AxHost.cs: Small 2.0 fix
16677         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
16678           as it seems that is what at least Metacity expects. This will make
16679           icons show up on 64bit platforms. We still have some 64bit size
16680           issues, though, since the startup app window size still won't match.
16681
16682 2006-04-25  Mike Kestner  <mkestner@novell.com>
16683
16684         * *.cs: cleanup newly reported exception var unused warnings.
16685
16686 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
16687
16688         * ThemeWin32Classic.cs: Button image alignment now matches exactly
16689           ms
16690
16691 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
16692
16693         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
16694           image. The image position is always the same, no matter if the
16695           button is pressed or not.
16696
16697 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
16698
16699         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
16700           selection and set the correct filename for SaveFileDialog.
16701           Patch by Emery Conrad.
16702
16703 2006-04-24  Mike Kestner  <mkestner@novell.com>
16704
16705         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
16706         check for item.X outside the ClientRect instead of item.Y. Fixes
16707         #78151.
16708
16709 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16710
16711         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
16712         trust that value blindly and do some sanity check. Fixes bug #77814.
16713
16714 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16715
16716         * ImageListStreamer.cs: save the mask as a 1bpp image.
16717
16718 2006-04-21  Mike Kestner  <mkestner@novell.com>
16719
16720         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
16721         pass Checked and Indeterminate to the Theme Engine. Improve
16722         encapsulation with ListBox.
16723         * ListBox.cs: Keep a StringFormat instead of calculating it every item
16724         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
16725         nested types.  Move all CheckState functionality to CheckedListBox.
16726         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
16727         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
16728         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
16729         single base list. Fix scrollbar sizing and placement to mirror MS.
16730         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
16731         used.
16732         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
16733         for CheckedListBox by using new DrawItemState info.  Center the
16734         checkboxes on the items. Use new StringFormat property.
16735
16736 2006-04-18  Jackson Harper  <jackson@ximian.com>
16737
16738         * Form.cs: MdiChildren don't do default locations the same way as
16739         regular forms.  This prevents a crash when trying to position the
16740         mdi windows.
16741
16742 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
16743
16744         * PropertyGridTextBox.cs: Formatting, copyright
16745         * PropertiesTab.cs: Formatting
16746         * PropertyGrid.cs: Formatting
16747         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
16748           click toggling of values
16749           
16750 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
16751
16752         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
16753         * Control.cs (.ctor): verify_thread_handle is static, don't reset
16754           every time a control is created
16755         * Application.cs: Removed obsolete EnableRTLMirroring method
16756
16757 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
16758
16759         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
16760         SelectedIndex to -1. Fixes bug #78121.
16761
16762 2006-04-17  Jackson Harper  <jackson@ximian.com>
16763
16764         * Binding.cs: Handle null values for Current and BindingContext.
16765         This occurs when binding is a little delayed.
16766         * CurrencyManager.cs: return null for Current when there are no
16767         items in the list.
16768         - Hookup to the listchanged event on the DataView and update
16769         bindings when the list is changed.  This fixes late binding of
16770         controls.
16771
16772 2006-04-17  Jackson Harper  <jackson@ximian.com>
16773
16774         * X11Dnd.cs:
16775         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
16776         Ringenbach.
16777
16778 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
16779
16780         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
16781           place
16782         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
16783           with the correct ButtonState
16784
16785 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
16786
16787         * XplatUIX11.cs: Improved distinguishing between window types to
16788           tell the WM a type closer to what the app wants (Fixes #78107)
16789
16790 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
16791
16792         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
16793           GrabHandle
16794
16795 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
16796
16797         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
16798           drawing code to reflect the size grip changes
16799
16800 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16801
16802         * ImageListStreamer.cs: fix handling of the mask that follows the main
16803         bitmap when deserializing and serialize it properly. The generated mask
16804         should better be a 1bpp image, but I'll do that later.
16805
16806 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
16807
16808         * FileDialog.cs: Show something in the DirComboBox on *nix if the
16809           path doesn't fit into some of our Current.Places
16810
16811 2006-04-13  Jackson Harper  <jackson@ximian.com>
16812
16813         * ComboBox.cs: Use borders instead of drawing our own decorations,
16814         try to obey correct rules for heights.
16815         * Theme.cs:
16816         * ThemeNice.cs:
16817         * ThemeClearLooks.cs:
16818         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
16819         this is now handled by borders.
16820         - Remove unused DrawListBoxDecorationSize method.
16821         
16822 2006-04-13  Mike Kestner  <mkestner@novell.com>
16823
16824         * MenuAPI.cs: null guarding for the disbled click check fixes crash
16825         reported by Alex.
16826
16827 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
16828
16829         * ThemeWin32Classic.cs: 
16830           - Fixed CPDrawStringDisabled
16831           - Corrected drawing of disabled menu items
16832           - Fixed drawing of disabled radio buttons (bug #78095)
16833           - Draw check in a disabled CheckBox with color ControlDark 
16834
16835 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16836
16837         * Form.cs: Use the provided width when calculating the menu size;
16838           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
16839           and ClientSize.Width won't be updated yet
16840         * Application.cs: Use Visible instead of Show() to make form visible,
16841           this way we create the handle later and menusize is considered
16842
16843 2006-04-12  Mike Kestner  <mkestner@novell.com>
16844
16845         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
16846         reporting.
16847
16848 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16849
16850         * TextBox.cs: Implemented context menu
16851
16852 2006-04-12  Mike Kestner  <mkestner@novell.com>
16853
16854         * ListView.cs: implement box selection. fixes #77838.
16855         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
16856
16857 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
16858
16859         * XplatUIX11.cs: Added setting of window type when transient window
16860           is created (metacity would move it otherwise)
16861         * X11Structs.cs: Added WINDOW_TYPE atoms
16862         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
16863           background (the control is Opaque but still wants transparent
16864           backgrounds)
16865
16866 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16867
16868         * Control.cs: Added OnPaintBackgroundInternal to allow controls
16869           that set Opaque but don't mean it (like all ButtonBase-derived
16870           controls) to still draw their background
16871         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
16872           the background
16873
16874 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
16875
16876         * Control.cs (PaintControlBackground): Set the graphics object
16877           on our PaintEvent to null to prevent it from being disposed
16878           when the PaintEvent gets disposed
16879
16880 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
16881
16882         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
16883         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
16884
16885 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
16886
16887         * Control.cs: 
16888           - Added transparency check to BackColor property. Transparent
16889             backgrounds are only allowed if the control styles permit it
16890           - Added recursive painting of parent control background and
16891             foreground if a control with a transparent backcolor is drawn
16892             (Thanks to Tim Ringenback for providing his 'hack' as a base
16893              for this patch) Fixes #77985 and #78026.
16894           - Added Opaque style check before calling OnPaintBackground, no
16895             need to draw the background if the control is opaque
16896           - Removed ControlAccessibleObject owner variable (inherited from
16897             base, no need to define again)
16898           - Added some documentation links explaining the drawing events
16899             and styles
16900
16901 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
16902
16903         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
16904           that the affected control is the located at the left border of our
16905           parent (Fixes #77936)
16906
16907 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16908
16909         * TextBoxBase.cs: When rendering disabled or readonly controls,
16910           draw the background with 'Control' instead of 'Window' color as
16911           long as the user hasn't specifically set a color
16912
16913 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
16914
16915         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
16916           since that won't be updated if the user types text (only if it's
16917           programatically set)
16918
16919 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16920
16921         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
16922           layout changes do to app-triggered resizes will have the proper
16923           display rectangle for layout
16924
16925 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
16926
16927         * ThemeWin32Classic.cs:
16928           - Make use of the SystemBrushes and SystemPens wherever possible
16929           - Corrected some highlight colors
16930           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
16931             drawing
16932         * Theme.cs: Added Empty field to CPColor struct
16933
16934 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
16935
16936         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
16937           is displayed when calculating the display rectangle. Thanks to Mike
16938           for teaching me the err of my ways.
16939
16940 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
16941
16942         * ScrollableControl.cs:
16943           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
16944             (instead of 0,0) and we now return the real width/height instead of
16945             just the clientrectangle, adjusted for padding. The rectangle is
16946             now cached and created by the new CalculateDisplayRectangle method.
16947           - Created new CalculateDisplayRectange method, which basically does
16948             what get_DisplayRectangle() did originally, but now using the 
16949             right edge instead of DisplayRectangle to determine the size of
16950             our scrollbars
16951           - get_Canvas(): Fixed it to properly calculate canvas for 
16952             right/bottom controls which seem to be placed to the right/bottom
16953             of any controls that have a fixed location
16954           - Removed TODO that's taken care of
16955           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
16956             and SetDisplayRectLocation according to new MSDN2 docs
16957           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
16958             event when that is called, this is added for compatibility
16959           - ScrollControlIntoView(): Implemented.
16960           - Switched scrollbars to be implicit, they shouldn't be selectable
16961         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
16962           call it when the active control is set/changed
16963         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
16964         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
16965           implicit_control variable (used for native Win32 message generation)
16966         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
16967           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
16968         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
16969         * XplatUIStructs.cs: Added ScrollBarCommands enum
16970
16971 2006-04-10  Jackson Harper  <jackson@ximian.com>
16972
16973         * ButtonBase.cs:
16974         * CheckedListBox.cs:
16975         * ComboBox.cs:
16976         * DataGrid.cs:
16977         * DataGridView.cs:
16978         * Form.cs:
16979         * GroupBox.cs:
16980         * ListBox.cs:
16981         * PrintPreviewControl.cs:
16982         * ProgressBar.cs:
16983         * PropertyGrid.cs:
16984         * Splitter.cs:
16985         * StatusBar.cs:
16986         * TrackBar.cs:
16987         * UpDownBase.cs: Fixup base event overrides.
16988         
16989 2006-04-06  Mike Kestner  <mkestner@novell.com>
16990
16991         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
16992         all user-initiated value changes to min <= value <= max-thumbsz+1.
16993         (set_Value): check for vert/horiz when calculating new thumb position.
16994         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
16995         like MS does.
16996         (OnMouseMoveSB): refactor the thumb dragging code and refine
16997         invalidation logic to reduce flicker.
16998         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
16999         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
17000         (UpdateThumbPosition): small code readability cleanup
17001
17002 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
17003
17004         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
17005           different
17006
17007 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
17008
17009         * ThemeNice.cs: Use a better graphics effect when a button is pressed
17010
17011 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
17012
17013         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
17014         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
17015           This dramatically reduces the number of Pen.Dispose calls. 
17016           Where possible call ResPool methods only once instead of calling it
17017           over and over again (for example for the same color).
17018
17019 2006-04-06  Mike Kestner  <mkestner@novell.com>
17020
17021         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
17022         Also remove an unused private field on the collection. Fixes #77972.
17023
17024 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
17025
17026         * ThemeNice.cs: Added ToolBar drawing code
17027
17028 2006-04-06  Mike Kestner  <mkestner@novell.com>
17029
17030         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
17031         I'm assuming that means we need to look up the toplevel for the
17032         provided control. Fixes the crash trace in #77911 but exposes another
17033         crash in some strange reflection usage in NDocGui.
17034
17035 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
17036
17037         * ThemeNice.cs: Gave it a little silver touch and added Images
17038           method
17039         * FontDialog.cs: FontDialog is not resizable
17040         * FileDialg.cs: Added SizeGripStyle.Show
17041
17042 2006-04-05  Jackson Harper  <jackson@ximian.com>
17043
17044         * KeyboardLayouts.cs: Remove warning.
17045
17046 2006-04-05  Jackson Harper  <jackson@ximian.com>
17047
17048         * Control.cs: Enable OnPaintInternal so we can use it for drawing
17049         all of our controls instead of Paint +=.
17050         * ListBox.cs:
17051         * ListView.cs:
17052         * MenuAPI.cs:
17053         * MessageBox.cs:
17054         * NotifyIcon.cs:
17055         * ProgressBar.cs:
17056         * ScrollBar.cs:
17057         * Splitter.cs:
17058         * StatusBar.cs:
17059         * TabControl.cs:
17060         * TextBoxBase.cs:
17061         * ToolBar.cs:
17062         * TrackBar.cs:
17063         * UpDownBase.cs:
17064         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
17065         use OnPaintInternal. Remove Width/Height and Visible checks in
17066         paint handler, this is done at a higher level now.
17067         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
17068         * PaintEventArgs.cs: Add a handled flag so controls that don't
17069         want anymore painting after OnPaintInternal can make sure OnPaint
17070         isn't called.
17071
17072 2006-04-05  Mike Kestner  <mkestner@novell.com>
17073
17074         * Form.cs: fix the menu WndProc hacks to respect the native enabled
17075         state of the form, so that we don't process events when Modal dialogs
17076         are up. Fixes #77922.
17077
17078 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
17079
17080         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
17081           checking is done.
17082
17083 2006-04-05  Mike Kestner  <mkestner@novell.com>
17084
17085         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
17086
17087 2006-04-05  Mike Kestner  <mkestner@novell.com>
17088
17089         * ListView.cs (HeaderMouseMove): null guarding for the over column
17090         when setting up the drag_to_index.  Fixes #78015.
17091
17092 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
17093
17094         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
17095           in the taskbar. Transient windows seem to accomplish that.
17096
17097 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
17098
17099         * Form.cs:
17100           - Re-enabled CreateParams.X/Y code for FormStartPosition
17101           - Added code for manual placement when creating the Control
17102           - Incomplete patch to treat MDI forms differently when
17103             setting the ClientSizeCore. (Still need to figure out handling
17104             x/y coords there)
17105         * XplatUIX11.cs:
17106           - When we're explicitly setting the X/Y position of a non-Child
17107             window, let the WM know. Metacity really wants this.
17108
17109 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
17110
17111         * ThemeNice.cs: Added CPDrawButton
17112
17113 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
17114
17115         * ThemeNice.cs: Changed the color for focused buttons and activated
17116           the arrows for small scroll buttons.
17117
17118 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
17119
17120         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
17121           anymore. Changed some method modifiers to protected (virtual)
17122         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
17123           changes
17124         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
17125           Updated drawing of menus, buttons and progressbars; added
17126           CPDrawBorder3D 
17127
17128 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17129
17130         * ImageListStreamer.cs: implemented serialization/deserialization
17131         of the images.
17132
17133 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
17134
17135         * ThemeWin32Classic.cs:
17136           - Removed all the DrawFrameControl stuff; CPDrawButton,
17137             CPDrawCheckBox and CPDrawRadioButton are now handled directly
17138             inside the methods
17139           - Updated and corrected the drawing code of CPDrawButton,
17140             CPDrawCheckBox and CPDrawRadioButton to better match ms
17141           - Updated theme checkbox and radiobutton code to use the CP*
17142             methods
17143
17144 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
17145
17146         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
17147           bug is fixed
17148
17149 2006-03-31  Jackson Harper  <jackson@ximian.com>
17150
17151         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
17152         sometimes.
17153         * UpDownBase.cs: Don't CreateGraphics manually, use a
17154         Refresh. Ideally we would invalidate the correct areas here.
17155
17156 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
17157
17158         * XplatUIX11.cs: 
17159           - We now track the mapping state of windows. If a window (or 
17160             one of it's parents) is not mapped we no longer permit
17161             WM_PAINT messages to be generated since we'd otherwise get 
17162             lots of BadMatch X errors. Jackson did all the work figuring
17163             out the problem.
17164           - Destroying the caret if the window it's contained in is 
17165             destroyed. Can't use regular DestroyCaret method since it
17166             might fall into a drawing function (trying to remove the
17167             caret) and with that generate new BadMatch errors. Again,
17168             Jackson tracked this down.
17169           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
17170             make sure we send the messages to all windows. (The old code
17171             would send the WM_DESTROY to the window, and then all child
17172             windows would be 'gone' because the WM_DESTROY handle lookup
17173             would no longer find the destroyed window)
17174         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
17175         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
17176
17177 2006-03-31  Jackson Harper  <jackson@ximian.com>
17178
17179         * ScrollableControl.cs: Dont recalc if we are not visible.
17180
17181 2006-03-31  Mike Kestner  <mkestner@novell.com>
17182
17183         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
17184         the visibility branch.
17185
17186 2006-03-31  Jackson Harper  <jackson@ximian.com>
17187
17188         * ScrollBar.cs: Cap values when incrementing/decrementing.
17189
17190 2006-03-31  Mike Kestner  <mkestner@novell.com>
17191
17192         * MenuAPI.cs: setup menu.tracker for popup/context menus.
17193         * ToolTip.cs: guard against timer expirations with no active control.
17194         Not sure why it happened.
17195
17196 2006-03-31  Mike Kestner  <mkestner@novell.com>
17197
17198         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
17199         text.
17200         * ToolTip.cs: Position the tooltip based on where the cursor is at
17201         popup time, not at MouseEnter time.  Add a Down state so that we don't
17202         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
17203         positioning offset. Lookup DisplaySize at positioning time, since it
17204         can theoretically change during invocation.
17205         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
17206         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
17207
17208 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
17209
17210         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
17211           Fixes behaviour when the Text property of the box is String.Empty
17212
17213 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
17214
17215         * XplatUIX11.cs: Only send mouseleave for our client windows, not
17216           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
17217           a window)
17218
17219 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
17220
17221         * FileDialog.cs: Visual enhancement for the popup buttons in 
17222           PopupButtonPanel
17223
17224 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
17225
17226         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
17227           code
17228
17229 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
17230
17231         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
17232           highlighted menu items to match ms
17233
17234 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
17235
17236         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
17237
17238 2006-03-30  Mike Kestner  <mkestner@novell.com>
17239
17240         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
17241         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
17242         go active to account for HotLight to Selected transition.
17243         * MenuItem.cs: add internal Selected prop. Fill out the Status
17244         property by calculating it from item info. Add HotLight,
17245         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
17246
17247 2006-03-30  Mike Kestner  <mkestner@novell.com>
17248
17249         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
17250
17251 2006-03-29  Jackson Harper  <jackson@ximian.com>
17252
17253         * Form.cs: Implement TODO.
17254
17255 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
17256
17257         * PrintPreviewDialog.cs: Implemented missing methods and events; still
17258           missing proper dialog setup in the constructor
17259
17260 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
17261
17262         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
17263         * Control.cs:
17264           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
17265           - Fixed ResetBindings and removed TODO
17266           - Added check for cross-thread calls to get_Handle()
17267           - Added Marshaller attribute for set_Font to satisfy class status
17268         * FontDialog.cs: Removed TODOs that seemed implemented
17269         * UpDownBase.cs: Removed unneeded TODO and Fixme
17270         * MessageBox.cs: Implemented support for Default button and removed TODO
17271         * FileDialog.cs: Removed obsolete TODO
17272         * DomainUpDown.cs: Removed obsolete TODO
17273         * ButtonBase.cs: Removed obsolete TODO
17274         * XplatUIWin32.cs: Removed obsolete TODO
17275         * Form.cs:
17276           - Removed obsolete TODO
17277           - Calling CheckAcceptButton when the acceptbutton is changed to allow
17278             internal status updates
17279           - Making sure the active control is selected when the control is created
17280         * CurrencyManager.cs: Removed obsolete TODO
17281
17282 2006-03-29  Mike Kestner  <mkestner@novell.com>
17283
17284         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
17285         of PrintPreviewDialog and RichTextBox.
17286
17287 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
17288
17289         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
17290           DarkDark, Light and LightLight colors for a specific color
17291         * ThemeWin32Classic.cs:
17292           - Use Button drawing code to draw RadioButtons and CheckBoxes with
17293             Appearance = Button 
17294           - Make use of the new ResPool helper CPColor
17295           - Draw ProgressBar and StatusBar with correct 3D borders
17296
17297 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
17298
17299         * ColorDialog.cs: Return selected color. Fixes bug #77940.
17300
17301 2006-03-28  Mike Kestner  <mkestner@novell.com>
17302
17303         * ListView.cs: fix Icon layout to plan for scrollbar widths when
17304         calculating col/row counts.
17305
17306 2006-03-28  Mike Kestner  <mkestner@novell.com>
17307
17308         * ColumnHeader.cs:
17309         * ListView.cs:
17310         * ListViewItem.cs:
17311         * Menu.cs: 
17312         switch to explicit interface method implementation for some methods
17313         corcompare identifies as inconsistent with MS.
17314
17315 2006-03-28  Mike Kestner  <mkestner@novell.com>
17316
17317         * MainMenu.cs: 
17318         * Menu.cs:
17319         add a few missing methods from the class status output.
17320
17321 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
17322
17323         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
17324           correct.
17325
17326 2006-03-28  Mike Kestner  <mkestner@novell.com>
17327
17328         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
17329
17330 2006-03-27  Mike Kestner  <mkestner@novell.com>
17331
17332         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
17333         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
17334
17335 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
17336
17337         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
17338
17339 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
17340
17341         * ThemeWin32Classic.cs:
17342           - GroupBox: Inserted a little gap between the text and the lines
17343             on the right side
17344           - Made the code in CPDrawBorder3D more readable
17345           - Corrected the drawing location of the up and down arrows in 
17346             CPDrawScrollButton
17347
17348 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
17349
17350         * ControlPaint.cs: Corrected line widths in DrawBorder for
17351           ButtonBorderStyle Inset and Outset
17352
17353 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
17354
17355         * ThemeWin32Classic.cs:
17356           - Rewrote the totally broken CPDrawBorder3D method. That was
17357             one of the main problems for the terrific ThemeWin32Classic
17358             look
17359           - Updated and corrected Button drawing
17360           - Correct the dimensions of the SizeGrip to match ms ones
17361           - Removed a small drawing glitch in DrawComboBoxEditDecorations
17362         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
17363           Border3DStyle.Sunken to match ms.
17364
17365 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
17366
17367         * ThemeWin32Classic.cs: First small part of the "de-uglify
17368           ThemeWin32Classic" effort, SizeGrip
17369
17370 2006-03-24  Jackson Harper  <jackson@ximian.com>
17371
17372         * XplatUIX11.cs: Give a max idle time of one second, this matches
17373         MS and forces an Idle event every second when there are no other
17374         events in the queue.
17375
17376 2006-03-24  Mike Kestner  <mkestner@novell.com>
17377
17378         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
17379         * ListView.Item.cs: fix layout issues with null image lists and images
17380         smaller than checkbox size.
17381         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
17382         mode like MS does.  It's weird, but consistent.  ;-)
17383         Fixes #77890.
17384
17385 2006-03-24  Mike Kestner  <mkestner@novell.com>
17386
17387         * ListView.cs: Scroll wheel support for the item control.  Fixes
17388         #77839.
17389
17390 2006-03-23  Jackson Harper  <jackson@ximian.com>
17391
17392         * ScrollableControl.cs: Special case negative sized areas, not
17393         zero.
17394         * MonthCalendar.cs: Save the rect of the clicked date so we can
17395         use it for invalidation.
17396         - Try to cut down on the number of invalidates
17397         - Invalidate the rect the mouse is over and was over when moving
17398         the mouse, so we get the focus box following the cursor.
17399
17400 2006-03-23  Mike Kestner  <mkestner@novell.com>
17401
17402         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
17403         focus rectangle drawing. Fixes #77835.
17404
17405 2006-03-23  Mike Kestner  <mkestner@novell.com>
17406
17407         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
17408         the if and else if and reverting back to the original == check on the
17409         None conditional.
17410
17411 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
17412
17413         * FontDialog.cs: Update the example panel if the selected index of
17414           the fontListBox changes.
17415
17416 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
17417
17418         * FileDialog.cs: Make FileDialog remember which directory it was in
17419           last in the same execution.
17420
17421 2006-03-22  Mike Kestner  <mkestner@novell.com>
17422
17423         * FileDialog.cs: make the DropDownMenu on the toolbar display
17424         RadioChecks since they are mutually exclusive and that's what MS does.
17425
17426 2006-03-22  Mike Kestner  <mkestner@novell.com>
17427
17428         * Theme.cs: add Color param to CPDrawMenuGlyph.
17429         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
17430         checks and radio marks and arrows are visible on highlighted items.
17431         * ControlPaint.cs: update to use new Theme signature.
17432
17433 2006-03-22  Mike Kestner  <mkestner@novell.com>
17434
17435         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
17436         is active. Fixes #77870.
17437
17438 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
17439
17440         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
17441           to be focused/selected after startup
17442
17443 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
17444
17445         * ColorDialog.cs: 
17446           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
17447             CustomColors and ShowHelp properties
17448           - Some internal rewrites to get better results when using the
17449             ColorMatrix
17450
17451 2006-03-22  Mike Kestner  <mkestner@novell.com>
17452
17453         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
17454         HoverSelection.  Fixes #77836.
17455
17456 2006-03-22  Mike Kestner  <mkestner@novell.com>
17457
17458         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
17459         ToggleButtons.  (De)Sensitize the Back button around a stack count of
17460         1, not 0.  Update ButtonSize based on a pixel count of the win32
17461         control.  Adjust the toolbar size/location for new button size.
17462
17463 2006-03-22  Jackson Harper  <jackson@ximian.com>
17464
17465         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
17466         true.
17467         * ScrollBar.cs: When doing increments and decrements we need to
17468         set the Value property so that ValueChanged gets raised. A
17469         possible optimization here would be to make an internal SetValue
17470         that doesn't invalidate immediately.
17471         * ToolTip.cs: Tooltips get added to their container (when
17472         supplied) so they get disposed when the container is disposed.
17473         - Don't create tooltips for String.Empty. This prevents all these
17474         little 2-3 pixel windows from showing up when running nunit-gui
17475         and driving me mad.
17476         * Form.cs: Don't set topmost when setting the owner if the handles
17477         haven't been created yet.  The topmost set will happen when the
17478         handles are created.
17479
17480 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
17481
17482         * XplatUIX11.cs:
17483           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
17484           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
17485             visible (to allow them to recalculate their sizes)
17486
17487 2006-03-21  Mike Kestner  <mkestner@novell.com>
17488
17489         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
17490         methods. Removed a ton of redundant code.  Still not really happy with
17491         the border rendering, but I think that's mainly because of the
17492         ControlDarkDark being black instead of a dark grey. Depending on how 
17493         close we want to be, we might want to revisit those color choices.
17494         Among the new features added during the refactor were DropDownArrow
17495         pressed rendering, Disabled image rendering.  Proper flat appearance
17496         boundary rendering.  Removed the Divider and Wrapping dividers since I
17497         can't figure out any combination of themes and conditions to make the
17498         MS control draw a horizontal line on a toolbar despite what the
17499         Divider property docs indicate.
17500         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
17501         conditions and incorrect layout.  Updated to coding standard.
17502         * ToolBarButton.cs: refactored layout and positioning code from
17503         ToolBar to here.  Invalidate wherever possible instead of forcing
17504         redraws of the whole toolbar. 
17505         (Known remaining issues: explicit ButtonSize smaller than provided
17506         images.)
17507
17508 2006-03-21  Mike Kestner  <mkestner@novell.com>
17509
17510         * ContextMenu.cs (Show): use the position parameter instead of just
17511         showing at the MousePosition.
17512
17513 2006-03-21  Jackson Harper  <jackson@ximian.com>
17514
17515         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
17516         control handle this.
17517         * TreeNodeCollection.cs: If we are clearing the root node we need
17518         to reset top_node so calcs can still happen.
17519         * ThemeWin32Classic.cs: This is a Flags so we need to check
17520         properly.
17521         
17522 2006-03-21  Jackson Harper  <jackson@ximian.com>
17523
17524         * DataGrid.cs: Create columns when the binding context has been
17525         changed.
17526         * X11Structs.cs: Keysyms are uints.
17527         - Add size to fix build.
17528
17529 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
17530
17531         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
17532           XplatUIOSX.cs: 
17533           - Added ResetMouseHover method to allow controls to retrigger
17534             hovering if they need it more than once
17535           - Implemented MouseHoverTime and MouseHoverSize properties
17536         * Timer.cs: Start() must reset the interval
17537         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
17538           properties
17539
17540 2006-03-21  Jackson Harper  <jackson@ximian.com>
17541
17542         * X11Keyboard.cs: improved layout detection. Move the nonchar
17543         tables into this file.
17544         * KeyboardLayouts.cs: Move the tables into resource files.
17545
17546 2006-03-21  Mike Kestner  <mkestner@novell.com>
17547
17548         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
17549
17550 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
17551
17552         * Mime.cs: Various speed optimizations. Looking up mime types
17553           is now 2 times faster than before
17554
17555 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
17556
17557         * CreateParams.cs: Added internal menu field
17558         * Control.cs: 
17559           - Switched call order for UpdateBounds; now we always call
17560             the one that also takes ClientSize, and we're calculating the 
17561             client size via driver method in the others. The previous
17562             method of tracking client size by difference wasn't working
17563             for forms where even the starting client size wouldn't match
17564             the overall form size (due to borders) (Part of fix for #77729)
17565           - CreateParams(): Do not use parent.Handle unless the handle is
17566             already created. Causes havoc with Nexxia and throws off our
17567             creation of controls
17568         * XplatUIX11.cs:
17569           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
17570           - Switched handling of ConfigureNotify over to new PerformNCCalc 
17571             method (consolidates code)
17572           - Changed RequestNCRecalc to use new PerformNCCalc method
17573           - Added calls to RequestNCRecalc when menus and borders are changed
17574             to allow app to set NC size. (Part of fix for #77729) This matches
17575             when MS send a WM_NCRECALC on Win32 windows.
17576           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
17577             (Part of fix for #77729). This matches what MS does, they also
17578             send that message when the form is made visible.
17579           - XException.GetMessage: Improved usability of X errors by including
17580             a translation of the window into Hwnd and Control class
17581           - Improved debug info for window creation, reparenting and destruction
17582           - Created helper method WindowIsMapped() [Currently not used]
17583         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
17584         * Form.cs:
17585           - CreateParams: Now setting our menu on the new internal menu field
17586           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
17587             avoid calculating the same property twice
17588         * Hwnd.cs:
17589           - Improved usability of ToString() for debugging purposes
17590           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
17591             determine the height of the menu, instead of just the font. This
17592             required to also create a graphics context and to keep a bmp 
17593             around (for performance reasons)
17594
17595 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
17596
17597         * MenuAPI.cs: Added OnMouseUp method
17598         * Form.cs:
17599           - Now remembering the requested client size, avoids size errors
17600           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
17601             instead of base if the menu is active. This is required due to
17602             control now capturing and releasing on down/up and it would
17603             prematurely release our menu capture
17604
17605 2006-03-17  Jackson Harper  <jackson@ximian.com>
17606
17607         * KeyboardLayouts.cs: Add the czech layouts.
17608
17609 2006-03-16  Jackson Harper  <jackson@ximian.com>
17610
17611         * Control.cs: Use the viewport space when sizing not the controls
17612         client size, so things like ScrollableControl that effect the
17613         viewport size (when scrollbars are added) are computed correctly.
17614         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
17615         of ManagerEntrys.
17616         - Handle creating BindingManagers for null data sources.
17617         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
17618         source, otherwise when rows are added they are added to the 'fake'
17619         datasource and we will crash when trying to set the position in
17620         those rows.
17621         - Use Implicit scrollbars on the datagrid so they arent
17622         selectable.
17623         
17624 2006-03-16  Jackson Harper  <jackson@ximian.com>
17625
17626         * Binding.cs:
17627         * InternalWindowManager.cs:
17628         * MdiWindowManager.cs:
17629         * X11Keyboard.cs: I really want Mike to love me again (fix
17630         compiler warnings).
17631
17632 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
17633
17634         * DataGrid.cs:
17635           - OnMouseDown: Switch to editing mode when clicking on the cell
17636                          even if we're clicking on the cell that's currently 
17637                          selected
17638           - ProcessGridKey: Left/Right now wrap like MS.Net does
17639           - ProcessGridKey: Tab now knows to add a new row when tab is
17640                             pressed in the cell of the last column of the 
17641                             last row
17642           - ProcessGridKey: Enter now adds another row  if pressed in the last
17643                             row and selectes the new row, same column cell
17644           - ProcessGridKey: Home/End navigate columns, not rows, like 
17645                             originally implemented
17646           - Broke ProcessKeyPreview code out into an extra Internal method
17647             so it can be called from the edit code
17648         * DataGridTextBox.cs (ProcessKeyMessage):
17649           - Switched to accept Tab keypresses
17650           - Added F2 handling to allow jumping to the end of the edited cell
17651           - Added logic to allow moving caret left/right inside edited cell
17652             and making the edited cell jump when the caret hits cell borders
17653           - Tab and Enter are now passed to the datagrid after being handled
17654         * TextBoxBase.cs:
17655           - Removed capture code now that Control handles it
17656           - set_SelectionStart now ensures caret is visible
17657
17658 2006-03-16  Jackson Harper  <jackson@ximian.com>
17659
17660         * TrackBar.cs: Debackwards the increment/decrement for handling
17661         mouse clicks on the bar with vertical trackbars.
17662         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
17663         bottom to match MS.
17664
17665 2006-03-16  Mike Kestner  <mkestner@novell.com>
17666
17667         * ListView.cs: make shift/ctrl keyboard and mouse selection 
17668         consistent with the MS control. Fix a bug in
17669         SelectedListViewItemCollection.Clear that was pissing me off for the
17670         better part of a day because the collection was being altered
17671         underneath us as we walked the list.
17672
17673 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
17674
17675         * Control.cs: Not sure how we could miss this so long, but it seems
17676           that MS.Net has Capture set all the way from before calling 
17677           OnMouseDown through sending the mouse events until after
17678           OnMouseUp. This will fix DataGrid's selection being set to end
17679           at the location of the MouseUp.
17680
17681 2006-03-15  Jackson Harper  <jackson@ximian.com>
17682
17683         * BindingContext.cs: Check the binding after its added so that it
17684           can initialize the binding managers and hookup to events.
17685         * Binding.cs: Data members seem to sometimes include rows/cols in
17686           the format Row.Column we now take this into account.
17687           - Hookup to the position changed event so we can update the
17688           control when the position has changed in the data set.
17689         * CurrencyManager.cs: Take into account the row/col naming
17690           convention when creating dataset tables.
17691         * BindingContext.cs: Using a newer better way of storing
17692           datasource/datamember pairs.  Hopefully this better matches MS for
17693           looking up binding managers.
17694
17695
17696 2006-03-15  Jackson Harper  <jackson@ximian.com>
17697
17698         * BindingContext.cs: The currency manager needs the data member
17699         name, if the member is a data set we use the name to find the
17700         correct table.
17701         * CurrencyManager.cs: When creating the list prefer an IList over
17702         an IListSource.
17703         - Attempt to create a DataTable from a DataSet (TODO: might need
17704         some better error checking here, although MS doesn't seem to have much)
17705         - If we have a DataTable create a view and use it as our list.
17706
17707 2006-03-15  Mike Kestner  <mkestner@novell.com>
17708
17709         * ListView.cs: keep a matrix of the icon mode layout to facilitate
17710         keyboard navigation. Support Up/Down/Left/Right selection correctly
17711         for all 4 View modes.
17712         * ListViewItem.cs: add internal row/col fields for icon layouts.
17713
17714 2006-03-15  Jackson Harper  <jackson@ximian.com>
17715
17716         * TabControl.cs: Redraw the tabs when we resize so their newly
17717         calculated sizes are drawn on screen.
17718         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
17719         composite characters.
17720         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
17721         - filter events so that composite characters can be created
17722         patches by peter
17723         * X11Structs.cs: Add XIMProperties enum.
17724
17725 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
17726
17727         * Control.cs (BringToFront, SendToBack): Don't use window or handle
17728           unless it's created
17729
17730 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
17731
17732         * Control.cs (PerformLayout): We don't need to consider visiblity
17733           for anchoring, only for docking. This fixes 'whacky' alignment
17734           in listbox and other controls that use implicit scrollbars after
17735           the previous PerformLayout patch
17736         * ListBox.cs: Switched to use implicit scrollbars
17737           
17738 2006-03-14  Mike Kestner  <mkestner@novell.com>
17739
17740         * ToolBar.cs: 
17741         * VScrollBar.cs:
17742         - chain up the "new event" overrides to base and use
17743         OnEvent to raise them.  Part of fix for bug #76509.
17744
17745 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
17746
17747         * FileDialog.cs: Do not select an item in the parent directory
17748           on backspace
17749
17750 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
17751
17752         * Control.cs (PerformLayout): It would seem that we considered
17753           invisible windows for our layout. Not quite the right thing
17754           to do. Now we don't any longer, thereby fixing bug #76889.
17755
17756 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
17757
17758         * Control.cs (CanFocus): I goofed. A control can have focus 
17759           even though it's not selectable. Made it match MS docs.
17760
17761 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17762
17763         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
17764           center by default (fixes #76895)
17765         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
17766           all uses of Border3DSides.All with the explicit ORd together
17767           Left|Right|Top|Bottom because I assume that nobody was aware 
17768           that All also implies a center fill. Most places I checked had
17769           a fill right above.
17770         * ProgressBarStyle.cs: Added
17771
17772 2006-03-13  Mike Kestner  <mkestner@novell.com>
17773
17774         * ListView.cs: fix breakage in drag shadow header positioning 
17775         from Peter's csc compilation fix.
17776
17777 2006-03-13  Mike Kestner  <mkestner@novell.com>
17778
17779         * ListView.cs: fix NRE produced by backspacing twice in a focused
17780         FileDialog.
17781
17782 2006-03-13  Mike Kestner  <mkestner@novell.com>
17783
17784         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
17785
17786 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17787
17788         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
17789           be changed
17790         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
17791           the allowed size before making programmatic size changes
17792
17793 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
17794
17795         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
17796           set, metacity is broken and will still use the emty sizes in 
17797           the struct. (Fix for #77089)
17798
17799 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
17800
17801         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
17802           WindowExStyles and marked both enums as Flags
17803         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
17804           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
17805           to match WindowStyles split
17806         * XplatUIX11.cs:
17807           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
17808           - Updated to match WindowStyles split
17809         * XplatUIWin32.cs:
17810           - Fixed FosterParent creation, was using ExStyle on the Style field
17811             (This should help with Popup focus issues)
17812           - Updated to match WindowStyles split
17813
17814 2006-03-13  Jackson Harper  <jackson@ximian.com>
17815
17816         * MdiWindowManager.cs: Use the system menu height. Fixes some
17817         strange sizing issues.
17818
17819 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
17820
17821         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
17822         * TextBoxBase.cs:
17823           - Scroll to caret after inserting text (#77672)
17824           - Make scroll range one pixel higher, fixes off-by-one error (and
17825             makes underlines visible on the last line)
17826
17827 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
17828
17829         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
17830           the keyboard state from being stuck with keys in 'pressed' state when
17831           focus is switched away via keyboard
17832         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
17833           reset the keyboard if no X11 KeyUp events are expected to come
17834         * X11Structs.cs: Switched type of Visible to bool to match driver
17835
17836 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
17837
17838         * TextControl.cs:
17839           - Switched caret to be just 1 pixel wide, matches MS and looks less
17840             clunky
17841           - Moved caret display 1 pixel down from the top of the control
17842             to improve view
17843           - InsertCharAtCharet: Update the selection start if moving the caret
17844             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
17845           - No longer always creating the caret when the caret methods are
17846             called. Only the actual ShowCaret/HideCaret will do that now
17847           - Only setting caret visible if the owner control has focus
17848           - UpdateView: Added invalidation-shortcut logic for center and right 
17849             aligned text. Previously we'd update all according to the left
17850             logic which caused drawing errors. Also fixed height of invalidated
17851             areas, now properly invalidating the whole area (was off-by-one)
17852           - owner_HandleCreated: Always generate the document when the
17853             handle is created; this ensures that 
17854         * TextBoxBase.cs:
17855           - Fixed situation where caret would disappear under the right
17856             window border, also improved scrolling behaviour on left-
17857             aligned textboxes
17858           - Fixed right-aligned textboxes to have a border to the
17859             right instead of the caret being under the right border
17860         * XplatUIX11.cs:
17861           - Switched from 'nested' to simple visible/not visible tracking 
17862             for caret (part of fix for #77671)
17863           - No longer passing through translated FocusIn/FocusOut messages
17864             since we were notifying too often and the wrong windows. Instead
17865             we just notify our focussed window of receiving or loosing focus
17866         * XplatUIWin32.cs: Switched from 'nested' show/hide 
17867           counting for caret to simple visible yes/no behaviour (part of 
17868           fix for #77671)
17869
17870 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
17871
17872         * Mime.cs: Remove debug code...
17873
17874 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
17875
17876         * MimeGenerated.cs: Removed
17877         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
17878           and subclasses) from /usr/(local/)share/mime and
17879           $HOME/.local/share/mime.
17880
17881 2006-03-10  Jackson Harper  <jackson@ximian.com>
17882
17883         * MdiWindowManager.cs: Recalc the NC area when a window is
17884         maximized/restored so that the menu area is drawn on forms that
17885         don't have a menu.
17886
17887 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17888
17889         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
17890           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
17891           us to force a WM_NCCALCRESIZE message being sent. This is needed
17892           for MDI maximizing.
17893
17894 2006-03-10  Jackson Harper  <jackson@ximian.com>
17895
17896         * Form.cs: We need to use the ActiveMenu when calculating menu
17897         height.
17898         - Fix nullref when the window manager hasn't been created yet.
17899         * Control.cs: Fix nullref when we try to bring a control to the
17900         front that has no parent.
17901         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
17902         height.
17903         - Add a dummy item to the maximized menu so it always has the
17904         correct height. Otherwise when there are no menus we don't get our
17905         icon and buttons.
17906         
17907
17908 2006-03-10  Jackson Harper  <jackson@ximian.com>
17909
17910         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
17911         stuff.
17912         * Form.cs: Make the window_state internal so the window managers
17913         can track it.
17914         - When an MDI child is maximized let its window manager create the
17915         main menu (so it can add its icon).
17916         - Notify the window managers of state changes
17917         - Let the window manager paint its buttons and handle button
17918         clicks on the menu when it is maximized.
17919         * InternalWindowManager.cs: Move the prev_bounds into the mdi
17920         window manager, since tool windows don't use it, only mdi windows.
17921         - Tell the main form that we don't want it to handle NCPAINT
17922         itself to avoid extra painting.
17923         - Handle clicks on a maximized windows menu.
17924         - Handle window state changes
17925         - Handle minimize/maximize clicks correctly by setting the window state.
17926         * MdiWindowManager.cs: Add an icon menu that (the menu you get
17927         when clicking on the forms icon).
17928         - New method to create a forms maximized menu. This is its normal
17929         menu + an icon.
17930         - Handle window state changes.
17931         - Handle sizing of maximized windows.  Maximized windows are just
17932         drawn bigger then the parent visible area. All controls are still
17933         there, they are just outside the visible area (this matches windows).
17934         * MdiClient.cs: No scrollbars when a child window is maximized.
17935         - Let the children windows figure out how big they should be when
17936         sizing maximized windows.
17937         - Implement a version of ArrangeIconicWindows somewhat similar to
17938         Windows version.  There are some little differences, but I don't
17939         think any app will rely on the layout of minimized mdi windows.
17940
17941 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17942
17943         * Padding.cs: Several fixes to allow compiling with csc 2.0
17944
17945 2006-03-09  Jackson Harper  <jackson@ximian.com>
17946
17947         * Menu.cs:
17948         * MenuItem.cs: Cheap hack so we can add items to the list without
17949         the events being raised.  This allows adding mdi items during
17950         drawing. TODO: Should probably find a better time to add the items.
17951
17952 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17953
17954         * ThemeWin32Classic.cs:
17955           - CheckBox_DrawText: Added logic to not wrap if not enough space
17956             is available (Fix for bug #77727)
17957           - RadioButton_DrawText: Added logic not to wrap if not enough
17958             space is available (Fix for bug #77727). Also removed some
17959             duplicate code, DrawString always drawing the regular text
17960             before hitting the if statement.
17961
17962 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
17963
17964         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
17965
17966 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
17967
17968         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
17969         * ContainerControl.cs: Partial implementation of some 2.0 scaling
17970           methods. Moved the new 2.0 properties into alphabetical order with
17971           other properties and added MonoTODO tags
17972
17973 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17974
17975         * AutoScaleMode.cs: Added. Fix build.
17976
17977 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17978
17979         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
17980           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
17981           and was requiring premature handle creation for calls from above
17982         * Form.cs, Control.cs: Removed handle arguments from calls to
17983           CalculateClientRect()
17984
17985 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
17986
17987         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
17988           drag_column.column_rect is MarshalByRef and can't be used that way
17989
17990 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
17991
17992         * AxHost.cs: Added deserialization constructor for 
17993           AxHost+State (fixes 77743)
17994
17995 2006-03-09  Mike Kestner  <mkestner@novell.com>
17996
17997         * ListView.cs: 
17998         - Added column drag reordering for details view.
17999         - fixed behavior when mouse is dragged off column and
18000         AllowColumnReorder is false.
18001         * ColumnHeader.cs: clone the format too in Clone.
18002         * Theme.cs: add DrawListViewHeaderDragDetails method.
18003         * ThemeWin32Classic.cs:
18004         - impl new method for drawing drag column shadows and targets.
18005         - support column offset for details mode in DrawListViewItem.
18006
18007 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
18008
18009         * TextControl.cs: Reset the char_count when the document is cleared
18010           (Fixes bug reported on mono-winforms mailing list)
18011
18012 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
18013
18014         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
18015           of calling base we simply process the key ourselves, since both
18016           DefWindowProc and the handled method would set m.Result. 
18017           (Fixes #77732)
18018
18019 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
18020
18021         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
18022           method also moves the window; instead implemented a copy of
18023           Control.ScaleCore (Part of fix for #77456)
18024         * TextBoxBase.cs: 
18025           - Created new CreateGraphicsInternal method to allow providing
18026             a graphics context when no handle is created without triggering
18027             handle creation. (Part of fix for #77456)
18028           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
18029         * TextControl.cs: 
18030           - Switched Constructor to require TextBoxBase instead of Control (to
18031             allow uncast access to CreateGraphicsInternal)
18032           - Safeguarded use of owner.Handle property. No longer accessing it
18033             unless the handle is already created.
18034           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
18035           - Now triggering a recalc when owning control becomes visible
18036         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
18037           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
18038           premature handle creation (Part of fix for #77456)
18039         * Control.cs:
18040           - We now only destroy our double-buffering buffers when the
18041             control is resized or disposed, but not when visibility
18042             changes. (The code even re-created them twice every time)
18043           - Now requiring a redraw of the buffer on visibility changes
18044             (fixes bug 77654 part 2)
18045           - Not passing OnParentVisibleChanged up unless the control
18046             is visible
18047           - CanFocus: Fixed to match MS documentation
18048           - Focus: Fixed to return actual focus state and to check if
18049             setting focus is legal before setting it
18050
18051 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
18052
18053         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
18054           when to draw focus rectangle by looking at parent focus and
18055           selected state instead. This fixes TabPages on Linux sometimes
18056           having none or multiple focus rectangles.
18057         * XplatUIX11.cs (SetFocus): 
18058           - Don't set the focus if the same window already has focus
18059           - Use SendMessage instead of PostMessage (like it's Win32
18060             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
18061             to match MS behaviour
18062         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
18063           are not selectable.
18064
18065 2006-03-07  Jackson Harper  <jackson@ximian.com>
18066
18067         * PictureBox.cs: Revert line I accidently committed last week.
18068
18069 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
18070
18071         * Control.cs: 
18072           - Added new IsRecreating and ParentIsRecreating properties to
18073             allow testing if RecreateHandle has been called on ourselves
18074             or one of our parents
18075           - WndProc(WM_DESTROY): If our control handle is being recreated
18076             we immediately need to create the handle when receiving the
18077             destroy, that way our child windows find a valid parent handle
18078             when they themselves are being recreated upon WM_DESTROY receipt
18079             (fix for bug #77654 part 1)
18080         * XplatUIX11.cs:
18081           - DestroyWindow: WM_DESTROY must be sent to our own window before
18082             notifying any child windows. MS documents that child windows
18083             are still valid when WM_DESTROY is received. (Control now relies on
18084             this behaviour)
18085           - Added some fine-grain debug options
18086
18087 2006-03-06  Jackson Harper  <jackson@ximian.com>
18088
18089         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
18090         box and base calculations off this.
18091         * MdiChildContext.cs:
18092         * MdiWindowManager.cs: Don't need to ensure scrollbars here
18093         anymore.
18094         
18095 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
18096
18097         * Splitter.cs: In situations where the affected control is added
18098           to the parent's control list after the splitter, we would not
18099           populate affected. Now we try populating it on mousedown, if
18100           it's not already set, and force it to be re-set whenever our
18101           parent changes.
18102
18103 2006-03-03  Matt Hargett  <matt@use.net>
18104
18105         * Control.cs: implement Control.Padding
18106         * Padding.cs: -Padding.All returns -1 when constructing with the
18107         implicit default ctor
18108         -Padding.ToString() matches MS.NET
18109         * ContainerControl.cs: implement
18110         ContainerControl.AutoScaleDimensions
18111         * ListControl.cs: implement ListControl.FormattingEnabled
18112         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
18113         * ButtonBase.cs:
18114         * TabPage.cs: Implement UseVisualStyleBackColor.
18115         * PictureBox.cs: Implement PictureBox.InitialImage.
18116
18117 2006-03-03  Mike Kestner  <mkestner@novell.com>
18118
18119         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
18120         event declarations to proxy to base event.
18121         * ListViewItem.cs: update to use ItemControl.
18122         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
18123         * ThemeWin32Classic.cs: update to new ListView theme API and fix
18124         column header label rendering for 0 width columns.
18125
18126 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
18127
18128         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
18129           that causes the control to be created. Fixes #77476.
18130
18131 2006-03-02  Jackson Harper  <jackson@ximian.com>
18132
18133         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
18134         expose_pending.
18135
18136 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
18137
18138         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
18139           passed in for the EventArgs (fixes #77690)
18140
18141 2006-03-01  Jackson Harper  <jackson@ximian.com>
18142
18143         * ScrollBar.cs: Refresh afterbeing resized.
18144
18145 2006-02-28  Mike Kestner  <mkestner@novell.com>
18146
18147         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
18148         Clean up a tracker compile warning.
18149         * MenuItem.cs: add internal PerformPopup method.
18150         [Fixes #77457]
18151
18152 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
18153
18154         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
18155           implicit expose) when the text is set to null
18156
18157 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
18158
18159         * RichTextBox.cs (FlushText): When newline is true, we always
18160           need to split the line, even if no text is on it and we may
18161           never eat newlines. (Fixes #77669)
18162
18163 2006-02-28  Mike Kestner  <mkestner@novell.com>
18164
18165         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
18166         and set Selected instead.
18167         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
18168         collections.
18169
18170 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
18171
18172         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
18173
18174 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
18175
18176         * FontDialog.cs:
18177           - Got rid of the panel. All controls are now directly added to
18178             the dialog form
18179           - It is now possible to set a font with the Font property
18180           - MinSize and MaxSize property do now what they should
18181           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
18182           - Searching and selecting a font with the font textbox works now,
18183             the same applies to the style and size textbox
18184           - Draw the correct 3D border in the example panel
18185           - Fixed a little mem leak (unused fonts didn't get disposed)
18186           - Many other internal updates/rewrites...
18187           - Fix typo
18188
18189 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
18190
18191         * TextControl.cs: 
18192           - InsertRTFFromStream: Added 'number of characters inserted' argument
18193           - set_SelectedRTF: Now using the number of characters to calculate
18194             the new location for the selection and cursor (x/y cannot be used
18195             due to potentially already wrapped text)
18196
18197 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
18198
18199         * TextControl.cs: Added property and implemented means to allow 
18200           disabling recalculation of a document (can be used to speed up
18201           multiple inserts and is needed to make RTF inserts predictable, see
18202           bug #77659)
18203         * RichTextBox.cs: Using the new NoRecalc property of Document to
18204           keep x/y insert locations predictable. Also makes it faster inserting
18205           large chunks of RTF
18206
18207 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
18208
18209         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
18210           it's easier for a child control to handle the other messages without
18211           having to duplicate the special functionality
18212         * TextBoxBase.cs
18213           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
18214             code to handle processing the key ourselves, in order to get 
18215             access to the result of KeyEventArgs.Handled. We now only call 
18216             ProcessKey if they key hasn't been handled already. Fixes #77526.
18217           - set_Text: If null or empty string is given, just clear the 
18218             document. Fixes part of #77526
18219
18220 2006-02-27  Jackson Harper  <jackson@ximian.com>
18221
18222         * SizeGrip.cs: Paint the background color before painting the grip
18223         so things look right.
18224         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
18225
18226 2006-02-27  Mike Kestner  <mkestner@novell.com>
18227
18228         * ListView.cs:
18229           - Restructure layout and invalidation model to remove a ton of
18230           flicker from the control and speed up performance in general.
18231           - Add manual column resize, flickers like crazy, but I already have
18232           some ideas on how I'll fix that. (#76822)
18233           - Merge the three Icon-based views into a single layout method.
18234           - Move item selection interaction logic from the item since 
18235           interaction with the collections is more appropriate to the view.
18236           - Deselection on non-item clicks.
18237         * ListViewItem.cs:
18238           - Encapsulate most of the layout. Add some internal props to trigger
18239           layout.  Move to a model where Items invalidate themselves instead
18240           of just invalidating the whole control every time something changes.
18241           - Invalidate on Text/Caption changes.
18242           - switch to an offset based layout model to avoid having to absolute
18243           position every element on item moves.
18244           - correct checkbox layout to conform to MS layout.
18245         * ThemeWin32Classic.cs:
18246           - refactor some column header drawing code.
18247           - fix string justification for column headers (#76821)
18248           - make SmallIcon labels top justified for compat with MS impl.
18249         * ThemeClearlooks.cs:
18250           - adjust to new ListViewItem internal checkbox bounds api.
18251
18252 2006-02-27  Jackson Harper  <jackson@ximian.com>
18253
18254         * Control.cs:  Change where implicit controls fall in the zorder.
18255         They are now on top of all children.
18256         - Synced AddImplicit code with Add
18257         - Removed unused enumerator.
18258         * SizeGrip.cs: Remove the TODO as its been TODONE.
18259
18260 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
18261
18262         * TextControl.cs(Insert): Combine the last lines unless the insertion
18263           string ends with \n\n, otherwise we leave one line too many (Fixes
18264           something I noticed with the testapp for #77526; the bug itself was
18265           already fixed in the previous checkin)
18266
18267 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
18268
18269         * RichTextBox.cs:
18270           - SelectionColor and SelectionFont methods no longer set absolute
18271             styles. Instead, the keep font or color respectively (This 
18272             resolves a long-standing FIXME in the code)
18273           - When flushing RTF text, the insert code now considers text trailing
18274             behind the insertion point (Fixes the bug where when replacing
18275             the selected text via SelectedRTF the remainder of the line behind 
18276             the selection would stay on the first insertion line)
18277         * TextBoxBase.cs:
18278           - AppendText now updates the selection points after inserting text
18279           - AppendText now ensures that the last tag (sometimes 0-length) of
18280             the document is used for the style information (Fixes part of 
18281             bug #77220)
18282         * TextControl.cs:
18283           - Created new FontDefiniton class to allow describing partial style
18284             changes
18285           - StreamLine() now takes a lines argument, to allow it to decide
18286             whether an encountered zero-length tag is the last in the document
18287             (which must be kept to not loose the font/color contained in it,
18288             for later appends)
18289           - Created Combine() and Split() methods for Marker structs, to 
18290             support marker updates due to reformatted documents (soft line
18291             wraps)
18292           - Implemented Document.CaretTag setter
18293           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
18294             of the last line (Not the cause, but also exposed by bug #77220)
18295           - Added LineTag argument to InsertString method, to allow callers
18296             to force a certain tag to be used (required to force use of the
18297             trailing zero-length tag of a document)
18298           - Now updating markers in Combine(), to avoid stale tag markers
18299           - Added some method descriptions to aid maintenance
18300           - Implemented new FormatText concept, allowing additive/subtractive
18301             formatting by only specifying the components that are to be 
18302             changed. This was needed for resolving the RTB.SelectedColor/
18303             RTB.SelectedFont fixmes
18304           - Added Break() support method to allow breaking up linetags (used
18305             for partial formatting)
18306           - Added GenerateTextFormat() method. It is used for partial 
18307             formatting and allows to generate a full font/color from given
18308             attributes and an existing tag.
18309
18310 2006-02-26  Jackson Harper  <jackson@ximian.com>
18311
18312         * XplatUIX11.cs:  Use the correct caption height.
18313         - Translate hittest coordinates to screen coords to match MS.
18314         * XplatUIWin32.cs: When we create MDI windows we need to reset
18315         some of the style flags, so we get a nice blank window, and can
18316         draw all the decorations ourselves.
18317         - Set a clipping rectangle on the non client paint event, the
18318         window manager drawing code needs one.
18319         * Form.cs: The window manager needs to know when the window state
18320         has been updated.
18321         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
18322         don't need to factor in border and title sizes in these
18323         methods. TODO: Remove the args and fix the call points.
18324         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
18325         properly.
18326         - Let the driver set the cursors.
18327         - Improve active window handling
18328         - Correct sizes for title bars and buttons.
18329         - Match MS drawing better
18330         * MdiWindowManager.cs: We don't need to handle border style
18331         updates specially anymore.
18332         - Check for scrollbars when windows are done moving
18333         - Handle Active properly.
18334         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
18335         correctly. I am spewing the exception though, so we don't hide the
18336         bugs.
18337         
18338 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
18339
18340         * DataGridViewRowPostPaintEventArgs.cs,
18341           DataGridViewCellPaintingEventArgs.cs,
18342           DataGridViewRowCollection.cs,
18343           DataGridViewRowPrePaintEventArgs.cs,
18344           DataGridViewCell.cs: Clear a few warnings and implement a few
18345           exceptions that should be thrown.
18346
18347 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
18348
18349         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
18350           'inheriting' our parent's (non-default) cursor. (Part of
18351            the fix for #77479)
18352
18353 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
18354
18355         * XplatUIX11.cs: Fixed cast to make csc happy
18356
18357 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
18358
18359         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
18360           it's for the client area (part of fix for #77479 and needed
18361           for MDI window cursor handling)
18362         * XplatUIX11.cs
18363           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
18364             the appropriate default cursors and also passing the message
18365             up the parent chain 
18366           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
18367             for non-client areas
18368
18369 2006-02-15  Jackson Harper  <jackson@ximian.com>
18370
18371         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
18372         is a real MDI window
18373
18374 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
18375
18376         * X11DesktopColors.cs: Instead of checking the desktop session
18377           string for "KDE" check if it starts with "KDE"
18378
18379 2006-02-10  Jackson Harper  <jackson@ximian.com>
18380
18381         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
18382         systems).
18383
18384 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
18385
18386         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
18387           errors
18388         * ColorDialog.cs:
18389           - Got rid of the panel. All controls are now directly added to
18390             the dialog form
18391           - Changed to mono coding style
18392
18393 2006-02-10  Jackson Harper  <jackson@ximian.com>
18394
18395         * InternalWindowManager.cs: We don't need the set visibility to
18396         false hack anymore now that peter has written beautiful shutdown
18397         code.
18398
18399 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
18400
18401         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
18402           where already explicitly destroyed
18403
18404 2006-02-10  Jackson Harper  <jackson@ximian.com>
18405
18406         * MdiClient.cs: Handle the case where windows are too high or to
18407         the left and we need scrollbars.
18408
18409 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
18410
18411         * MimeIcon.cs: Added some icons
18412         * FileDialog.cs:
18413           - Fixed bug #77477
18414           - Got rid of the panel. All controls are now directly added to
18415             the dialog form
18416           - Changed to mono coding style
18417           - On Linux "My Computer" and "My Network" will now show some
18418             more usefull information. A new class, MasterMount, gathers
18419             this information from /proc/mount. Updated MWFFileView to make
18420             use of this information
18421           - Fixed a bug that caused FileDialog to crash when
18422             ".recently_used" file had a zero size
18423           - FilterIndex does now what it should
18424           - Some Refactoring
18425         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
18426             FileDialog changes
18427
18428 2006-02-09  Jackson Harper  <jackson@ximian.com>
18429
18430         * ComboBox.cs: Don't touch if null.
18431
18432 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
18433
18434         * Cursor.cs: 64bit safeness fix
18435         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
18436
18437 2006-02-09  Jackson Harper  <jackson@ximian.com>
18438
18439         * Form.cs: If a form is made into an MDI form update the styles so
18440         all the props can get set correctly.
18441         - Kill the mdi_container when we dont need it anymore.
18442         * InternalWindowManager.cs: Add missing NOT
18443
18444 2006-02-08  Jackson Harper  <jackson@ximian.com>
18445
18446         * InternalWindowManager.cs: Respek clipping when drawing MDi
18447         decorations.
18448
18449 2006-02-08  Jackson Harper  <jackson@ximian.com>
18450
18451         * Hwnd.cs: Add bits to track non client expose events.
18452         * XplatUIX11.cs: Track non client expose events on the hwnd. This
18453         gives us a proper invalid rect and will allow for some nice
18454         optimizations with NC client drawing
18455         - MDI windows are children windows, so move their style handling
18456         into the child window block.
18457         * InternalWindowManager.cs: Remove a state reset that was
18458         getting invoked at the wrong time. Fixes managed windows getting
18459         into a 'stuck' captured state.
18460
18461 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
18462
18463         * TextControl.cs (Document.ctor): Now initializing 
18464           selection_anchor. Fixes #77493
18465
18466 2006-02-07  Jackson Harper  <jackson@ximian.com>
18467
18468         * TrackBar.cs: The increment/decrements were backwards.
18469
18470 2006-02-07  Mike Kestner  <mkestner@novell.com>
18471
18472         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
18473         to the instance itself.
18474
18475 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
18476
18477         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
18478           on ulongs and pointers, the size differs between 32bit and 64bit
18479           systems. 
18480
18481 2006-02-07  Mike Kestner  <mkestner@novell.com>
18482
18483         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
18484         for 64 bit platforms to work around a metacity bug. 
18485
18486 2006-02-07  Jackson Harper  <jackson@ximian.com>
18487
18488         * TrackBar.cs: Process the input keys we need, and hookup to
18489         KeyDown instead of using WndProc, so we get key messages.
18490
18491 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
18492
18493         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
18494           machine we're on. 
18495         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
18496           we need to translate the XdndVersion atoms array before sending it
18497
18498 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
18499
18500         * XplatUIX11.cs: 
18501           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
18502             number of bits for the property, not the number of bytes. The
18503             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
18504             but would not crash since it specified 8 bits instead of 4 bits)
18505           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
18506             defined as XID -> long in the C headers)
18507           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
18508             references since those are now IntPtr to begin with
18509           - Switched all Atom.XXX 'int' casts to IntPtr casts
18510           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
18511           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
18512           - Added XChangeActivePointerGrab DllImport (for X11DnD)
18513         * X11Structs.cs:
18514           - Changed 'int' type for Atoms in XEvent structures to IntPtr
18515           - Changed atom in HoverStruct to be IntPtr
18516         * X11DnD.cs:
18517           - Removed local DllImports, switched code to use those from XplatUIX11
18518           - Removed/fixed casts related to the switch of Atom to be a IntPtr
18519
18520 2006-02-06  Mike Kestner  <mkestner@novell.com>
18521
18522         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
18523         method signatures in the import region.  There may still be some
18524         lingering struct marshaling issues, as I didn't drill down into those.
18525         Yet.
18526
18527 2006-02-06  Jackson Harper  <jackson@ximian.com>
18528
18529         * ComboBox.cs: Dont manually set the top_item, this is computed
18530         when the scrollbar position is set.
18531
18532 2006-02-06  Mike Kestner  <mkestner@novell.com>
18533
18534         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
18535         startup crashes on amd64.  There's other fixes needed.  All pinvoke
18536         usage of Atom needs to be mapped to IntPtr for example.  And there are
18537         likely other int/long issues to be addressed.
18538
18539 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
18540
18541         * FileDialog.cs: One more...
18542
18543 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
18544
18545         * FileDialog.cs: Next try
18546
18547 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
18548
18549         * FileDialog.cs: First part of fix for #77464
18550
18551 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
18552
18553         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
18554           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
18555           AcceptButton border drawing.
18556
18557 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
18558
18559         * Form.cs: Moved positioning of form after auto scaling is applied,
18560           otherwise it would possibly use wrong form size.
18561
18562 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
18563
18564         * Control.cs (RecreateHandle): No need to re-create any child
18565           controls, the child windows will get destroyed automatically by
18566           the windowing system or driver, and re-created when the handle
18567           is being accessed the first time. Fixes #77456
18568         * Form.cs: No longer setting the form to closing if the handle is 
18569           being recreated. This seems like the right thing to do, don't
18570           have a bug or testcase for this, though.
18571
18572 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
18573
18574         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
18575           controls to avoid unwanted side effects
18576
18577 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
18578
18579         * Control.cs: 
18580           - ScaleCore needs to scale the bounds, not the ClientSize of the 
18581             control. Fixes #77416.
18582           - DefaultSize is 0,0 for control
18583         * TextBoxBase.cs: 
18584           - DefaultSize is 100, 20
18585           - SetBoundsCore: Now enforcing the height, no matter if the provided
18586             height is more or less than the preferred one, as long as AutoSize
18587             is on
18588         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
18589
18590 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
18591
18592         * Control.cs:
18593           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
18594             call unless both performLayout is true *and* we have a pending
18595             layout change
18596           - ResumeLayout: MS does not completely nest Suspend and Resume,
18597             they bottom out at 0, fixed our code to match that.
18598           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
18599             SetBoundsCore, we were updating even when we shouldn't. This fixes
18600             swf-anchors mis-anchoring when resizing the app fast and lots.
18601           - UpdateDistances: Now only setting the left and top distance if 
18602             we have a parent and are not suspended, this is based on
18603             a suggestion by Don Edvaldson in bug #77355.
18604           - OnVisibleChanged: Fixed logic when to create the control. We may
18605             not create the control if we have no parent or if it's not visible;
18606             switched to using Visible property instead of is_visible field 
18607             since the property also considers parent states. This fixes a bug
18608             when starting Paint.Net
18609
18610 2006-02-02  Jackson Harper  <jackson@ximian.com>
18611
18612         * Form.cs: If the forms handle hasn't been created yet don't call
18613         into xplatui to make it top most, just set the topmost flag on the
18614         form in CreateParams
18615         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
18616
18617 2006-02-01  Jackson Harper  <jackson@ximian.com>
18618
18619         * ScrollableControl.cs: Refactored the Recalculate method a
18620         little, this wasn't handling all the variants of bottom and right
18621         bars needed to be added and added/removed based on their
18622         counterparts being added/removed (which changes the drawable
18623         size). Also we special case client widths and heights of 0 and
18624         don't add the scrollbar for those.
18625
18626 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
18627
18628         * XplatUIX11.cs: 
18629           - Added method to get AbsoluteGeometry(); currently unused, but might
18630             be used in the future, if we try again to figure out toplevel
18631             coordinates with some more crappy window managers
18632           - Added FrameExtents() method to retrieve the WM set decoration size
18633           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
18634             to deal with at least KDE, FVWM and metacity (Fixes #77092)
18635         * Hwnd.cs: 
18636           - Added whacky_wm tracking var for metacity
18637           - Added logic to have default menu height if the actual menu height
18638             has not yet been calculated (part of fix for #77426)
18639         * Form.cs: Keep track whether client size has been set and re-set 
18640           it if a menu is added/removed afterwards (Fixes #77426)
18641
18642 2006-01-31  Jackson Harper  <jackson@ximian.com>
18643
18644         * Control.cs: When a new Site is set on the component attempt to
18645         pull the AmbientProperties from it.
18646
18647 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
18648
18649         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
18650           in the background of the owning form. Fixes #77332
18651
18652 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
18653
18654         * MimeIcon.cs: Fix for #77409
18655
18656 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
18657
18658         * XplatUIX11GTK.cs: Initial import
18659
18660 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
18661
18662         * FixedSizeTextBox: fixes class signature
18663
18664 2006-01-30  Jackson Harper  <jackson@ximian.com>
18665
18666         * FixedSizeTextBox.cs: New internal class that represents a
18667         textBox that will not be scaled.
18668         * TreeView.cs:
18669         * ComboBox.cs:
18670         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
18671         standard TextBox.
18672                 
18673 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
18674
18675         * XplatUIX11.cs: Retrieve default screen number instead of
18676           assuming 0. Attempted fix for #77318
18677
18678 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
18679
18680         * XplatUIWin32.cs: 
18681           - GetWindowPos: When a window is parented by FosterParent, use 
18682             the desktop instead of FosterParent as the base to get coordinates
18683           - CreateWindow: Don't make FosterParent the parent window for Popups
18684             if we don't want a taskbar entry, Popups automatically don't get one
18685         * Hwnd.cs: Need to call remove to actually remove the key from the
18686           hash table
18687
18688 2006-01-30  Mike Kestner  <mkestner@novell.com>
18689
18690         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
18691
18692 2006-01-30  Jackson Harper  <jackson@ximian.com>
18693
18694         * TreeView.cs:
18695         * TreeNode.cs: Raise events no matter how the treenode is
18696         checked. Patch by Don Edvalson.
18697
18698 2006-01-30  Jackson Harper  <jackson@ximian.com>
18699
18700         * TreeNode.cs: Signature fix.
18701
18702 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
18703
18704         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
18705
18706 2006-01-20  Mike Kestner  <mkestner@novell.com>
18707
18708         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
18709         event forwarding when menus are active.
18710         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
18711         Most of the patch is pdb's with a little rework.
18712
18713 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
18714
18715         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
18716           Removed GetMenuDC and ReleaseMenuDC methods; replaced
18717           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
18718         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
18719         * InternalWindowManager.cs: Added use of PaintEventStart/End to
18720           handling of WM_NCPAINT message, now passing the PaintEventArgs to
18721           the PaintWindowDecorations method
18722         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
18723         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
18724         * MenuAPI.cs: Made tracker window invisible
18725         * XplatUIWin32.cs:
18726           - Removed GetMenuDC and ReleaseMenuDC methods
18727           - Implemented the client=false path for PaintEventStart and
18728             PaintEventEnd
18729
18730 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
18731
18732         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
18733         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
18734           styles
18735         * Form.cs: 
18736           - MaximizeBox, MinimizeBox: Recreate the handle when setting
18737             the style
18738           - CreateParams: Reworked the styles to match MS look'n'feel,
18739             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
18740             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
18741
18742 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
18743
18744         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
18745           window is not mapped, since otherwise every form that's being 
18746           created is considered minimized, which is wrong.
18747         * Form.cs: Catching the exception and returning our internal value
18748           instead
18749
18750 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
18751
18752         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
18753           SetWindowMinMax() to have means to tell the driver about the minimum,
18754           maximum and maximized state window sizes. (Part of the fix for #76485)
18755         * Form.cs:
18756           - Implemented tracking of minimum and maximum window size, now calling
18757             new SetWindowMinMax() driver method to tell the driver (Part of the
18758             fix for #76485)
18759           - Finished handling of WM_GETMINMAXINFO method, now setting all values
18760             (Completes fix for #76485)
18761           - Calling new SetWindowMinMax driver method when the handle for a 
18762             form is created, to make sure the driver knows about it even if
18763             the values have been set before the window was created
18764           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
18765             to avoid messing up our anchoring calculations (partial fix
18766             for #77355)
18767         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
18768         * XplatUIX11.cs:
18769           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
18770           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
18771             (and presumably other freedesktop.org compliant WMs). Left the
18772             assumption unmapped=minimized, needed for SetVisible to work.
18773           - Now setting the window state when creating windows
18774           - Fixed SetVisible to consider/set the window state when mapping
18775             a Form. We cannot set the state before it's mapped, and we cannot
18776             use Form.WindowState once it's mapped (since it would ask the
18777             driver and get 'normal'. Therefore, we grab the state before
18778             mapping, map, and then set state.
18779           - Implmemented SetWindowMinMax method; Metacity does not seem to
18780             honor the ZoomHints, though.
18781         * XplatUIWin32.cs:
18782           - Removed MINMAXINFO (moved to XplatUIStructs)
18783           - Added SetWindowMinMax stub (on Win32 the only way to set that
18784             information is in response to the WM_GETMINMAXINFO message, which
18785             is handled in Form.cs)
18786           - Added logic to SetVisible to set the proper window state when a 
18787             form is made visible (fixes #75720)
18788
18789 2006-01-26  Jackson Harper  <jackson@ximian.com>
18790
18791         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
18792         same way we handle them with Invoke.
18793
18794 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
18795
18796         * Form.cs:
18797           - Added tracking of window state so CreateParams can return
18798             the appropriate style
18799           - Moved setting of WS_CAPTION style in CreateParams to allow
18800             styles without caption
18801         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
18802           control if the TextBox property is accessed. Fixes #77345
18803         * Control.cs:
18804           - get_Created: now uses is_disposed and is_created to determine
18805             return value (suggested by Jackson)
18806           - CreateHandle: No longer exits if the handle is being recreated
18807           - RecreateHandle: If the handle is not yet created call the 
18808             appropriate method to create either control or handle. If the
18809             control is already created CreateHandle will simply exit instead
18810             of just creating the handle
18811         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
18812           now SendMessage WM_DESTROY directly to the control when DestroyWindow
18813           is called.
18814         * XplatUIX11.cs: 
18815           - When DestroyWindow is called, instead of waiting for the 
18816             DestroyNotification from X11, we directly post it to the WndProc
18817             and immediately dispose the hwnd object.
18818             Same applies to DestroyChildWindows, and this obsoletes the
18819             expose_pending tracking. Contrary to Win32 behaviour we destroy our
18820             child windows before our own, to avoid X11 errors.
18821           - Removed the direct sending of WM_PAINT on UpdateWindow
18822         * XplatUIWin32.cs:
18823           - Reworked DoEvents and GetMessage to allow access to internal queue
18824             even when trying non-blocking access to the queue.  Fixes #77335. 
18825             Based on a patch suggestion by Don Edvalson. The new private
18826             GetMessage can now also be used as a backend for a PeekMessage
18827             frontend version.
18828         * XplatUI.cs: Improved debug output for CreateWindow
18829
18830 2006-01-25  Jackson Harper  <jackson@ximian.com>
18831
18832         * Help.cs: Allow param to be null. Patch by Don Edvalson.
18833
18834 2006-01-24  Jackson Harper  <jackson@ximian.com>
18835
18836         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
18837         when we have a MaxDropItems lower then the selected index.
18838
18839 2006-01-24  Jackson Harper  <jackson@ximian.com>
18840
18841         * Control.cs: Don't allow selection of non visible controls, allow
18842         selection of controls without parents.
18843
18844 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
18845
18846         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
18847         * DataGridDrawingLogic.cs: Add editing row only when is necessary
18848
18849 2006-01-23  Jackson Harper  <jackson@ximian.com>
18850
18851         * UpDownBase.cs: Make the textbox handle all the selection and
18852         tabbing. This fixes tabing to updown controls.
18853
18854 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
18855
18856         * TextBoxBase.cs: fixes exception thown the object was null
18857
18858 2006-01-23  Jackson Harper  <jackson@ximian.com>
18859
18860         * ButtonBase.cs: Just use the base CreateParams. They set
18861         visibility and enabled correctly.
18862         * ComboBox.cs:
18863         * TrackBar.cs:
18864         * MonthCalendar.cs: Lets let the base set as much of the
18865         createparams as possible so we don't have duplicate code all over
18866         the place.
18867
18868 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
18869
18870         * ThemeGtk.cs: Added TrackBar and some experimental code to
18871           get double buffering back
18872
18873 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
18874
18875         * DataGrid.cs: Allows row number set internally higher than the last
18876         when creating a new row. Restores the editing functionality.
18877
18878 2006-01-20  Mike Kestner  <mkestner@novell.com>
18879
18880         * MimeIcon.cs: delay Image creation until the icons are accessed
18881         instead of creating 190 scaled images on GnomeHandler startup.
18882
18883 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
18884
18885         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
18886           first call base before processing the event. Fixes #77279
18887
18888 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
18889
18890         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
18891           that the stride for the GDI bitmap would match the stride of
18892           a DIB or a Cursor.
18893
18894 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
18895
18896         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
18897
18898 2006-01-19  Jackson Harper  <jackson@ximian.com>
18899
18900         * ComboBox.cs: Hookup the text controls keydown event so we get
18901         those when the text control has the focus.
18902
18903 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
18904
18905         * Label.cs: Now using the base events instead of defining new ones;
18906           this allows us to just call the base properties without having to
18907           duplicate all base property logic 
18908
18909 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
18910
18911         * Label.cs: A label by default is not a tabstop (Fixes one of our
18912           failing nunit tests)
18913
18914 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
18915
18916         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
18917         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
18918
18919 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
18920
18921         * Cursor.cs: Reimplemented creating cursor bitmaps without using
18922           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
18923           This fixes #77218
18924         * XplatUIWin32.cs: 
18925           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
18926             constructor creates images that can't be saved. Part of the fix
18927             for #76103
18928           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
18929           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
18930             bug fix for handling window state in forms properly)
18931
18932 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18933
18934         * ThemeGtk.cs: Simplify ScrollBar drawing
18935
18936 2006-01-18  Jackson Harper  <jackson@ximian.com>
18937
18938         * Splitter.cs: Set the default dock style for the splitter control
18939         in the constructor.
18940
18941 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18942
18943         * ThemeGtk.cs: Corrected StateType and ShadowType for
18944           gtk_paint_box
18945
18946 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18947
18948         * Control.cs: Make use of Theme.DoubleBufferingSupported
18949         * ThemeGtk.cs:
18950           - Added drawing for flat style buttons
18951           - Added ScrollBar drawing
18952
18953 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
18954
18955         * ThemeClearlooks.cs: Removed some unneeded code.
18956         * ThemeGtk.cs: First part of ThemeGtk enhancements.
18957
18958 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
18959
18960         * LinkLabel.cs: We need to update the hover drawing when
18961           leaving the control as well.
18962
18963 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
18964
18965         * DataGrid.cs: Clicking on non empty areas in the columns
18966            area was giving an exception
18967
18968 2006-01-17  Jackson Harper  <jackson@ximian.com>
18969
18970         * ThemeWin32Classic.cs:
18971         * ListView.cs: Do not draw/clip the headers when the header style
18972         is None.
18973
18974 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
18975
18976         * DataGrid.cs: Fixes 77260
18977         
18978 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
18979
18980         * DataGrid.cs: Clicking on a column on a empty grid was giving
18981           an exception
18982
18983 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
18984
18985         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
18986           or any keypress will crash the grid.
18987
18988 2006-01-17  Mike Kestner  <mkestner@novell.com>
18989
18990         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
18991         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
18992         invisible/previously-visible items.
18993         [Fixes #76909]
18994
18995 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
18996
18997         * ThemeClearlooks.cs:
18998         - Added CL_Draw_Button method; now other theme controls that are 
18999           not derived from button or do not have a button can draw buttons
19000           too
19001         - Updated ComboBox drawing
19002         - Beautified RadioButton drawing
19003         - Corrected drawing of bottom and left tabs
19004         - Beautified DateTimePicker and MonthCalendar
19005         - Added CPDrawButton and CPDrawRadioButton
19006
19007 2006-01-16  Jackson Harper  <jackson@ximian.com>
19008
19009         * ComboBox.cs: Set the initial value of the scrollbar to the
19010         current index. Reduce the numbers of refreshs and IndexOfs called.
19011
19012 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
19013
19014         * FileDialog.cs: When the file listview is focused hitting the
19015           backspace key moves the fileview to the parent directory
19016
19017 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
19018
19019         * Form.cs: 
19020           - Added RecreateHandle call when changing taskbar visibility to 
19021             trigger reparenting in Win32 driver (Fixes #75719)
19022           - If a window has minimize or maximize buttons, it cannot have
19023             a help button
19024         * XplatUIWin32.cs:
19025           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
19026             the toplevel form with FosterParent (A toolwindow not on the
19027             taskbar) (Fixes #75719)
19028           - Made FosterParent a toolwindow
19029
19030 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
19031
19032         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
19033
19034 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
19035
19036         * ToolTip.cs: If SetToolTip is called from a control and the mouse
19037           is currently over that control, make sure that tooltip_window.Text
19038           gets updated
19039
19040 2006-01-13  Mike Kestner  <mkestner@novell.com>
19041
19042         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
19043
19044 2006-01-13  Jackson Harper  <jackson@ximian.com>
19045
19046         * TreeView.cs: On MS GetNodeAt never actually factors in the X
19047         value passed.  Also redraw the selected node when we recieve
19048         focus, so tabbing between trees works correctly.
19049
19050 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
19051
19052         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
19053           ~/.gconf/%gconf-tree.xml, so use
19054           .gconf/desktop/gnome/interface/%gconf.xml
19055
19056 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
19057
19058         * TextControl.cs: Draw text in gray if control is disabled
19059
19060 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
19061
19062         * TreeView.cs: Draw the focus rectangle outside the highlight, to
19063           make sure it's always visible. Fixes #76680.
19064
19065 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
19066
19067         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
19068
19069 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
19070
19071         * PageSetupDialog.cs: Added.
19072         * PrintDialog.cs: Attributes.
19073         * PrintPreviewControl.cs: Updates.
19074         * PrintPreviewDialog.cs: Updates.
19075         
19076 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
19077
19078         * Control.cs: Undid my selection check fix, since it's not needed
19079         * TextBoxBase.cs:
19080           - Now considering the presence of hscroll/vscroll when sizing
19081             vscroll/hscroll respectively. Fixed bug #77077
19082           - Added Left/Up/Down/Right to IsInputKey list to prevent
19083             ContainerControl from stealing them. This fixes what I broke
19084             with my last checkin.
19085
19086 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
19087
19088         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
19089           I finally understand how the property can be set without a setter :-)
19090
19091 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
19092
19093         * Application.cs:
19094           - Switched RunLoop to use static Message.Create to create a 
19095             Message object
19096           - Added PreProcessMessage call in runloop for keyboard events; this
19097             is part of the fix for #77219, I overlooked this originally in the
19098             MSDN doc for PreProcessMessage
19099         * Control.cs:
19100           - Removed call to PreProcessMessage from handling of keyboard 
19101             messages; it's supposed to be done in the message pump
19102           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
19103             per MSDN documentation.
19104           - IsInputChar: All chars are input chars by default; removed the 
19105             parent calling chain, MS does not document that
19106           - PreProcessMessage: If IsInputChar is true, we want to return false
19107             to allow dispatching of the message
19108           - When selecting the next control, now also check that we're not
19109             selecting ourselves again and therefore return a false positive.
19110         * TextBoxBase.cs:
19111           - Tried to match return values for IsInputKey and ProcessDialogKey
19112             to what MS returns; moved processing of our special keys outside
19113             ProcessDialogKey since MS does not seem to return true on those.
19114           - Moved code that previously was in ProcessDialogKey into new private
19115             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
19116           - Reworked handling of WM_CHAR to not have to duplicate code from
19117             Control.cs anymore, instead we simply call down to base.
19118            
19119 2006-01-12  Jackson Harper  <jackson@ximian.com>
19120
19121         * ComboBox.cs: We always need to refresh the text area when
19122         EndUpdate is called. Fixes the combobox in the file dialog.
19123         * Control.cs: Don't create the creator_thread until the controls
19124         handle is created.  Also in InvokeRequired we check if the
19125         creator_thread is null. This gives the effect of InvokeRequired
19126         returning true if the controls handle is not created yet, and
19127         matches MS.
19128
19129 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
19130
19131         * XplatUI.cs:
19132           - Added StartLoop() driver method. This is used to allow drivers to
19133             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
19134             loop for a particular thread
19135           - Added EndLoop() driver method. This is called once the message
19136             pump for the thread is shut down
19137           - Added SupportsTransparency method to allow the driver to indicate
19138             opacity support for windows
19139         * Form.cs:
19140           - Removed TODO attribute, completed AllowTransparency property
19141           - Added documented logic to Opacity
19142         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
19143           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
19144           versions of CompatibleTextRendering
19145         * X11Structs.cs: Added opacity atom to our atom enumeration
19146         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
19147           of a form might be set before it's reparented by the WM, and we need
19148           the opacity value without calling up to Form)
19149         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
19150           SupportsTransparency() driver methods
19151         * Application.cs: Now calling StartLoop and EndLoop driver methods
19152         * XplatUIX11.cs:
19153           - Added opacity atom registration
19154           - Added StartLoop()/EndLoop() methods. They're empty right now but
19155             will need to get implemented when we switch to a per-thread queue
19156           - Implemented SupportsTransparency() method
19157           - Implemented SetWindowTransparency() method
19158           - Added support for setting the opacity value when a window is
19159             reparented (since the opacity needs to be set on the WM frame)
19160         * XplatUIOSX.cs, XplatUIWin32.cs:
19161           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
19162
19163 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
19164
19165         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
19166
19167 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
19168
19169         * FileDialog.cs: Added ToolTip for MWFFileView
19170         * MimeIcon.cs: Rewrote GnomeHandler.
19171           - Get currently used gnome icon theme from
19172             ($HOME)/.gconf/%gconf-tree.xml
19173           - Make use of inherited icon themes
19174           - Support SVG icon themes like Tango via librsvg
19175
19176 2006-01-12  Miguel de Icaza  <miguel@novell.com>
19177
19178         Revert's Jackson's revert which broke 2.0 builds.   Fix both
19179         builds. 
19180         
19181         * Application.cs: Move the use_compatible_text_rendering outside
19182         the NET_2_0 define.  If we ever need to use the
19183         use_compatible_text_rendering on the individual controls they will
19184         access the variable from the common shared code paths.
19185
19186 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
19187
19188         * XplatUI.cs:
19189           - Added more granular debug options
19190           - Added method to print both window text and id
19191           - Switched debug output to use new Window() debug method
19192           - Added IsEnabled() driver method
19193           - Added EnableWindow() driver method
19194         * Form.cs:
19195           - Removed end_modal; no longer needed, new loop handles termination
19196             via 'closing' variable
19197           - If form is modal, setting DialogResult will now initiate loop
19198             termination via 'closing' variable
19199           - Added support for is_enabled/WS_DISABLED to CreateParams
19200           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
19201             does all the work
19202           - Removed code that's now in RunLoop from ShowDialog()
19203           - Added various documented sanity checks to ShowDialog()
19204           - Added handling of WM_DESTROY message; we set 'closing' on getting
19205             the message to indicate the message pump to terminate
19206           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
19207             send by the Application.ExitThread method. (We send the message
19208             to destroy the window after all other events have been
19209             processed through the queue, instead of destroying the handle 
19210             directly)
19211           - Moved code from Close() method to WM_CLOSE handler; added logic
19212             to only send close-related events if the form is not displayed
19213             modal
19214         * Splitter.cs (..ctor): Fixed typo in resource name
19215         * Control.cs:
19216           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
19217             brush now
19218           - set_Cursor: Now only setting calling into XplatUI if the handle for
19219             the control is already created; this avoids implict handle creation
19220             or crashes if it's not created
19221           - set_Enabled: Now setting the enabled state via the new driver method
19222             instead of just tracking it
19223           - CreateParams: Added logic to set WS_DISABLED based on enabled state
19224           - CreateControl: Reordered event firing and method calls to more
19225             closely fire events in the order MS does. Now setting the
19226             enabled state in the driver when creating the control.
19227           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
19228             match MS order
19229         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
19230           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
19231         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
19232         * Hwnd.cs:
19233           - Added tracking of window enabled state (get_Enabled/set_Enabled)
19234           - Added EnabledHwnd property to easily allow a driver to find the
19235             handle of the first enabled window in the parent chain (this is
19236             used by drivers to pass up input events of disabled windows)
19237         * XplatUIDriver.cs: Added IsEnabled() method
19238         * Application.cs:
19239           - Removed crude and obsolete exiting tracking variable
19240           - Removed internal ModalRun(); replaced by RunLoop()
19241           - Implemented private CloseForms() method to allow closing all 
19242             windows owned by a particular (or all) threads
19243           - Exit() now properly closes all windows without forcing the message
19244             pump to quit
19245           - Removed obsolete InternalExit() method
19246           - Changed Run() methods to use new RunLoop() message pump
19247           - Implemented new RunLoop() method for both modal and non-modal forms
19248         * CommonDialog.cs:
19249           - get_CreateParams: Added setting of WS_DISABLED
19250           - Simplified ShowDialog(); now all the work is done in RunLoop(),
19251             invoked via Form.ShowDialog()
19252         * NativeWindow.cs: We don't remove the window from the collection when
19253           the handle is destroyed; there might still be messages for it in the
19254           queue (mainly the resulting WM_DESTROY); instead it will be removed
19255           when Control calls InvalidateHandle in the WM_DESTROY handler
19256         * XplatUIX11.cs:
19257           - CreateWindow: Added logic to handle the WS_DISABLED window style
19258           - EnableWindow: Implemented based on Hwnd.Enabled
19259           - GetMessage: Reset PostQuitState so the method can be called again
19260           - Implemented support for disabled windows (passing messages to the
19261             first enabled parent) in handling all input messages
19262           - Added optimizations for handling Expose events
19263           - Implemeted new driver method IsEnabled()
19264           - Now always resetting paint pending tracking vars when we start paint
19265           - Re-implemented UpdateWindow via just sending a WM_PAINT message
19266         * XplatUIOSX.cs: Added IsEnabled method stub
19267         * XplatUIWin32.cs: Implemented new IsEnabled() method
19268
19269 2006-01-11  Jackson Harper  <jackson@ximian.com>
19270
19271         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
19272         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
19273         variables a little.
19274         * ColorDialog.cs: Clear out the old form before adding the new
19275         panel.  
19276
19277 2006-01-11  Jackson Harper  <jackson@ximian.com>
19278
19279         * X11Dnd.cs: Make sure to add all the text formats when adding
19280         strings to the data object.
19281         * TreeNodeCollection.cs: When adding to a sorted tree we need to
19282         do some redrawing too.  Also change the UpdateNode to an
19283         UpdateBelow so the newly added node gets painted.
19284         
19285 2006-01-11  Miguel de Icaza  <miguel@novell.com>
19286
19287         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
19288         LinkLabel.cs, PropertyGrid.cs: Implement the
19289         UseCompatibleTextRendering property for 2.x
19290
19291         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
19292
19293 2006-01-11  Jackson Harper  <jackson@ximian.com>
19294
19295         * TreeView.cs: Use the property for setting the selected node so
19296         the correct events get raised.
19297         * TreeNode.cs: Update the tree when the fore/back colours of a
19298         node are set.
19299
19300 2006-01-10  Jackson Harper  <jackson@ximian.com>
19301
19302         * TreeView.cs: Allow setting SelectedNode to null.
19303
19304 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
19305
19306         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
19307
19308 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
19309
19310         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
19311
19312 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
19313
19314         * PrintDialog.cs: Added attributes and set default property values.
19315
19316 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
19317
19318         * PrintControllerWithStatusDialog.cs: 
19319         Added PrintControllerWithStatusDialog.
19320
19321 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
19322
19323         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
19324         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
19325
19326 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
19327
19328         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
19329
19330 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19331
19332         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
19333         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
19334
19335 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
19336
19337         * MimeIcon.cs: Added internal class SVGUtil.
19338
19339 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
19340
19341         * FileDialog.cs: Don't crash if there are two files with the
19342           same name but different locations.
19343
19344 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
19345
19346         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
19347         dates across multiple month grids. Used to not highlight entire 
19348         month, but does now.
19349         
19350 2006-01-06  Jackson Harper  <jackson@ximian.com>
19351
19352         * MonthCalendar.cs: Removed DoEvents call to prevent a running
19353         message loop. Change timer intervals to numbers that seem more
19354         natural.
19355
19356 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
19357
19358         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
19359           object for location info since screen object is now implemented.
19360
19361 2006-01-05  Jackson Harper  <jackson@ximian.com>
19362
19363         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
19364         * AsyncMethodResult.cs: We no longer use a WeakReference for the
19365         AsyncMethodResult, this is because we ALWAYS want the
19366         ManualResetEvent to get set.
19367         * Control.cs: When disposing use an async invoke to call shutdown
19368         code, so that thigns don't block on the finalizer thread.  Also
19369         check if we even have a message loop before trying to send
19370         messages, if we don't then don't bother sending messages.
19371         - No more weak references for async methods
19372         * XplatUIDriver.cs: No more weak references for async methods.
19373
19374 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
19375
19376         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
19377           returns two FontFamily with the same name
19378
19379 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
19380
19381         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
19382           drawing disabled text. Instead using the ColorGrayText color
19383
19384 2006-01-04  Jackson Harper  <jackson@ximian.com>
19385
19386         * TreeNode.cs: redraw the node when its image index is changed.
19387
19388 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
19389
19390         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
19391           time I checked there are no others like it.
19392
19393 2006-01-04  Jackson Harper  <jackson@ximian.com>
19394
19395         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
19396         this gives the behavoir I was looking for.
19397         * Control.cs: Special case Invoking EventHandlers, this matches MS
19398         and fixes part of bug #76326.
19399
19400 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
19401
19402         * ThemeClearlooks.cs, FileDialog.cs:
19403           - Reflect the latest Theme class changes
19404           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
19405             with DateTime
19406             
19407 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
19408
19409         * Theme.cs: Cache UI resource images and resize them if needed
19410
19411 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
19412
19413         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
19414           is called. This fixes the crash in Nexxia when setting the font
19415           attributes in the chat. [However, RTF needs a look-over to make sure
19416           that all SelectionXXX methods handle the special case that selection
19417           is empty and therefore the change must be applied to all text starting
19418           at the cursor/selection start]
19419
19420 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
19421
19422         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
19423           XplatUIOSX.cs: Added SendMessage and PostMessage methods
19424         * X11Keyboard.cs: Switched to new way of calling PostMessage
19425
19426 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
19427
19428         * Theme.cs: Added theme interface for images to allow the theme to
19429           control what images are used for things like FileDialog, MessageBox
19430           icons, etc.
19431         * MessageBox.cs: Now uses the new Theme icon/image interfaces
19432
19433 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
19434
19435         * FileDialog.cs:
19436           - Removed some dead code
19437           - Opening a recently used file does work now
19438           - Small UI enhancements
19439           - Refactoring
19440
19441 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
19442
19443         * FileDialog.cs: Forgot too add __MonoCS__
19444
19445 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
19446
19447         * FileDialog.cs: We are able to read recently used files now let's
19448           go on and write them.
19449
19450 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
19451
19452         * FileDialog.cs: Breathe some life into "last open"/"recently used"
19453           button
19454         * MimeIcon.cs: Do a check for the top level media type also
19455
19456 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
19457
19458         * ThemeClearlooks.cs:
19459           - Added CPDrawStringDisabled
19460           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
19461             some chars if the text doesn't fit into text_rect
19462           - DrawListViewItem: If View = View.LargeIcon center the image;
19463             rewrote the drawing of ListViewItem.Text if View = 
19464             View.LargeIcon
19465
19466 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
19467
19468         * MimeIcon.cs: Use default KDE icon theme if there is no
19469           "48x48" directory for the current icon theme, fixes #77114
19470         * Mime.cs: Disable not working and actually not used code. 
19471         * ThemeWin32Classic.cs:
19472           - Replace "new SolidBrush" in GetControlBackBrush and
19473             GetControlForeBrush with ResPool.GetSolidBrush
19474           - Changed DrawListViewItem from private to protected virtual
19475         * FileDialog.cs:
19476           - Added form.MaximizeBox = true
19477           - Don't throw an exception if there is a broken symbolic link
19478
19479 2005-12-23  Jackson Harper  <jackson@ximian.com>
19480
19481         * TabControl.cs: Give the panels focus, keyboard navigation is
19482         fixed so this works correctly now.
19483         - We need these key events also.
19484         * ToolBar.cs: Remove some of the poor mans double buffering.
19485         
19486 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
19487
19488         * ComboBox.cs: The internal TextBox now returns the focus.
19489
19490 2005-12-23  Jackson Harper  <jackson@ximian.com>
19491
19492         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
19493
19494 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
19495
19496         * Control.cs: Removed debug code
19497         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
19498           implicit children
19499
19500 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
19501
19502         * Control.cs: When creating the control, update the Z-order after
19503           all it's children are created, too. (Fixes nexxia not showing
19504           picturebox bug)
19505
19506 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
19507
19508         * Control.cs: Do not update the anchoring distances if layout is
19509           suspended, instead do it once layout is resumed
19510
19511 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
19512
19513         * Control.cs: 
19514           - After many hours of debugging, for both Jackson and
19515             myself, it turns out that it helps to set the parent of a control
19516             if you want to actually see it onscreen. In the spirit of that
19517             discovery, we're now setting the parent of the control and
19518             it's children when the control's handle is created. This fix
19519             will make Lutz Roeder's Reflector run happily. 
19520           - now just creating the handle instead of the whole control when
19521             getting a graphics context for the control.
19522
19523 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
19524
19525         * ScrollableControl.cs: When calculating the canvas, don't consider
19526           the scrollbar widths. Instead, predict if horizontal scrollbar
19527           will affect canvas when deciding on vertical display and vice versa.
19528
19529 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
19530
19531         * RichTextBox.cs: Set default RTF font for documents that don't
19532           have a font table (Fixes #77076)
19533
19534 2005-12-22  Jackson Harper  <jackson@ximian.com>
19535
19536         * TextBoxBase.cs: It's difficult to do, but you can have an empty
19537         clipboard. This prevents a NullRef in that case.
19538         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
19539         clipboard. PRIMARY is for the currently selected text only. (We
19540         should implement PRIMARY at some point.
19541
19542 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
19543
19544         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
19545           a Unicode function with a structure that was defined in Ansi way.
19546           This fixes #76942.
19547
19548 2005-12-21  Jackson Harper  <jackson@ximian.com>
19549
19550         * StatusBar.cs: Statusbar handles its fore/back colours on it's
19551         on. Because thats how it rolls. (and this avoids it using ambient
19552         colours).
19553         * ThemeWin32Classic.cs: Use the proper back color for filling.
19554         * Menu.cs: Use the system menu bar color for drawing menu
19555         bars. Using the window back color will bring ambient colours into
19556         the picture.
19557
19558 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
19559
19560         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
19561           Bitmaps were created and not disposed.
19562
19563 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
19564
19565         * Control.cs (CreateControl): Don't do anything if the control is
19566           already created, otherwise we'd fire the OnCreated event more than
19567           once
19568
19569 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
19570
19571         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
19572           will always match. Instead return -1. Fixes #76464.
19573
19574 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
19575
19576         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
19577           neither the beginning nor the end of the line (Fixes bug #76479)
19578
19579 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
19580
19581         * Control.cs:
19582           - ControlNativeWindow.ControlFromHandle(): Now handling situation
19583             where handle is invalid
19584           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
19585             instead of slower linear search
19586         * NativeWindow.cs: Don't remove the window from the hashtable until
19587           after the driver has destroyed it (since the driver might use
19588           Control.FromHandle to lookup the control object
19589         * Hwnd.cs: Added DestroyPending property to track if a window is 
19590           already destroyed as far as the driver is concerned and only hasn't
19591           yet notified the control
19592         * XplatUIX11.cs:
19593           - Activate(): Check if the window is still valid before using the 
19594             handle
19595           - Implemented DestroyChildWindow() method to mark child windows as
19596             destroyed when a window is destroyed. This prevents situations 
19597             where we might call an X method based on queued events for a
19598             window that already has been destroyed but we haven't yet pulled
19599             the destroy method from the queue.
19600           - Added a call to the new DestroyChildWindow() method to the drivers
19601             DestroyWindow code. Also now marking the destroyed window itself
19602             as pending
19603
19604 2005-12-20  Jackson Harper  <jackson@ximian.com>
19605
19606         * StatusBar.cs:
19607         * StatusBarPanel.cs: Don't calculate panel sizes on draw
19608         anymore. Just do them when needed, also track the rects of panels
19609         so that we can optimize refreshing more in the future.
19610
19611 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
19612
19613         * ColorDialog.cs: Fixed focus drawing in small color controls
19614
19615 2005-12-19  Jackson Harper  <jackson@ximian.com>
19616
19617         * InternalWindowManager.cs:
19618         * MdiWindowManager.cs: Cleanup some coordinate system changes so
19619         moving windows works properly.
19620
19621 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
19622
19623         * Control.cs: 
19624           - Removed call to InitLayout() from SetBoundsCore(); doc says
19625             it's only called when a control is added to a container
19626           - Split InitLayout logic, moved to separate UpdateDistances() method
19627             since we need to perform those calculations more often than just
19628             when adding the control to a container. (Needed to fix #77022)
19629           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
19630           - Reduced the OnBindingContextChanged events count, don't send them
19631             unless the control is created, we still aren't totally matching
19632             MS, but I can't quite figure out some of their rules
19633
19634 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
19635
19636         * ThemeClearlooks.cs: Corrected distance between ProgressBar
19637           stripes
19638
19639 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
19640
19641         * ThemeClearlooks.cs:
19642           - Updated ProgressBar drawing
19643           - Corrected drawing of ScrollBars and scroll buttons
19644           - Some temporary fixes for minor pixel artefacts
19645
19646 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
19647
19648         * Control.cs:
19649           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
19650             cause events to be sent in the same order as MS does.
19651           - Added ChangeParent() method to trigger various OnXXXChanged events
19652             that need to be fired when a parent changes (This is a reworking
19653             of the patch from r54254, with the X11 errors fixed)
19654           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
19655             since on MS we get OnLayoutChanged events when calling Clear()
19656           - Changed Enabled property to consider parent state as well, if a
19657             parent is not enabled, the control will not be either
19658           - Changed Parent property to simply call Controls.Add() since that
19659             now does all the work required, this way we avoid code duplication
19660           - Threw in a few OnBindingsContextChanged calls to try and match
19661             when MS sends them. We seem to send a few too many, though.
19662           - Added call to CreateControl when adding the control to a parent.
19663             We were never calling CreateControl. Still needs some work, in
19664             some places we treat HandleCreated and ControlCreated as equal, 
19665             which is wrong
19666           - Removed obsolete commented out code from UpdateZOrder()
19667
19668 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
19669
19670         * ThemeClearlooks.cs: Updated TrackBar drawing.
19671
19672 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
19673
19674         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
19675
19676 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
19677
19678         * FileDialog.cs: Add the Help button and the open readonly
19679           checkbox only if needed
19680
19681 2005-12-16  Jackson Harper  <jackson@ximian.com>
19682
19683         * Control.cs: Make sure we have an active menu before trying to
19684         process commands on it. Prevents menu-less forms from crashing
19685         when Alt is pressed.
19686         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
19687         Dieter Bremes.
19688         * RichTextBox.cs: Expand statement to help out gmcs and fix the
19689         2.0 build.
19690
19691 2005-12-16  Jackson Harper  <jackson@ximian.com>
19692
19693         * InternalWindowManager.cs: Don't translate tool windows screen
19694         coordinates. This fixes windows 'bouncing' around when being moved.
19695
19696 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
19697
19698         * TextBoxBase.cs:
19699           - MaxLength now treats 2^31-1 equal to unlimited length (this is
19700             not quite MS compatible, MS uses that number only for single line
19701             and 2^32-1 for multi-line, but I figure it won't hurt keeping
19702             the limit at 2GB)
19703           - Now enforcing the MaxLength limit when entering characters
19704           - Added argument to internal Paste() method to track if it's called
19705             from programatically or via keyboard, since keyboard driven pastes
19706             need to enforce max-length
19707           - Added logic to Paste to only paste as many chars as MaxLength 
19708             allows
19709         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
19710         * TextControl.cs:
19711           - Added Length property to return number of characters in document
19712           - Added private CharCount property which only tracks actual chars
19713             in the document (no linefeeds) and fires event when CharCount
19714             changes
19715           - Added tracking of character count to all methods that alter it
19716           - Added LengthChanged event to allow applications to subscribe
19717             to any changes to the document
19718
19719 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
19720
19721         * TextBox.cs: 
19722           - Removed local password_char field (moved to TextBoxBase)
19723           - Now setting the document's password var when password is
19724             set
19725         * TextBoxBase.cs:
19726           - Added password_char field (needed here so MultiLine can
19727             access it)
19728           - Added logic to MultiLine property setter to set the document's
19729             variable when password display is allowed
19730           - Removed debug code and made some debug code conditional
19731         * TextControl.cs:
19732           - Added RecalculatePasswordLine() method to handle special password
19733             char only lines
19734           - Added PasswordChar property, also added related tracking vars
19735           - Draw() method now uses local text var for grabbing text to draw,
19736             this var is set to line.text unless we're doing password display,
19737             then it is set to the pre-generated all-password-chars line
19738           - Added calling RecalculatePasswordLine() method for password lines
19739
19740 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
19741
19742         * Hwnd.cs: 
19743           - Added Reparented property to allow tracking of Window Manager
19744             reparenting actions (which affect X/Y calculations of toplevel 
19745             windows)
19746           - Made ToString() print window handles in hex
19747         * XplatUIX11.cs:
19748           - AddConfigureNotify(): Now uses reparented state off Hwnd to
19749             determine if X/Y needs offsetting
19750           - AddConfigureNotify(): Fixed offset calculations
19751           - Now adds ReparentNotify messages into the queue
19752           - Now processes ReparentNotify messages and causes a 
19753             WM_WINDOWPOSCHANGED message to be sent upstream if a window
19754             is reparented (as most likely it's X/Y coordinates are changed
19755             due to that)
19756
19757 2005-12-14  Jackson Harper  <jackson@ximian.com>
19758
19759         * XplatUIX11.cs: Tool windows still need to respek focus.
19760
19761 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
19762
19763         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
19764           have a working release
19765
19766 2005-12-13  Jackson Harper  <jackson@ximian.com>
19767
19768         * Form.cs: Update styles after setting the border style regardless
19769         of whether or not the window is using a window manager.
19770
19771 2005-12-13  Jackson Harper  <jackson@ximian.com>
19772
19773         * Form.cs: We now hook into an internal window manager instead of just an
19774         MDI subsystem, this is so we can have properly behaving tool windows.
19775         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
19776         * InternalWindowManager.cs: New internal class that acts as a
19777         window manager for tool windows and as a base for mdi windows.
19778         * MdiWindowManager.cs: New class that acts as a window manager for
19779         mdi windows.
19780
19781 2005-12-12  Jackson Harper  <jackson@ximian.com>
19782
19783         * Control.cs: Updates so we match behavoir for for implicit
19784         controls. Fixes explosions in MDI.
19785
19786 2005-12-12  Jackson Harper  <jackson@ximian.com>
19787
19788         * Control.cs: Implement Invalidate (Region).
19789
19790 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
19791
19792         * Control.cs: 
19793           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
19794             the same events as MS does. MS fires events for each property 
19795             except, for unknown reasons, Cursor, when the control is reparented. 
19796             I can't seem to totally match add/remove since MS also fires some 
19797             VisibleChanged events, which makes no sense. Consolidated the
19798             parenting code into a separate method so it can be called from
19799             both Add and Remove. set_Parent no longer needs any special logic
19800             as it calls the parent's add method which implicitly fires
19801             all events
19802           - Removed some obsolete code and debug output
19803           - Enabled state is inherited from parents, if this is enabled
19804
19805 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
19806
19807         * Form.cs: Removed commented out code
19808
19809 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
19810
19811         * Control.cs:
19812           - Added internal version of Invoke, with additional argument 
19813             indicating if we're calling it from a Dispose() handler. That
19814             way we can avoid BeginInvoke throwing an exception if we're
19815             calling for an already destroyed window.
19816           - Added a dispose argument to BeginInvokeInternal, and made the
19817             check if a valid window handle chain exists conditional on
19818             it not being a dispose call
19819           - Removed code in DestroyHandle to destroy our children. Since we
19820             now handle the WM_DESTROY message we will catch all our children
19821             being destroyed.
19822           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
19823         * Form.cs:
19824           - Added a field to track the application context of the form.
19825           - No need to set closing variable as response to WM_CLOSE, instead
19826             we destroy the window. We also call PostQuitMessage if the form
19827             has an application context (which makes it the main app form,
19828             which, when closed terminates the app)
19829         * XplatUI.cs:
19830           - Dropped Exit() method, it's naming was confusing
19831           - Added PostQuitMessage() which causes GetMessage to return false
19832             once the message queue is empty
19833         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
19834           PostQuitMessage()
19835         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
19836           no longer a valid XplatUI method, but left it in since it's used
19837           internally. Added empty PostQuitMessage() method.
19838         * MenuAPI.cs: Replaced call to Exit() with call to
19839           PostQuitMessage, even though this is probably no longer needed.
19840         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
19841         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
19842         * Application.cs:
19843           - Replaced call to XplatUI.Exit() with PostQuitMessage()
19844           - Removed old debug code that would call XplatUI for exception
19845             display, enabled standard exception handling (Still not enabled
19846             though, until NativeWindow's ExternalExceptionHandler define
19847             is removed
19848         * NativeWindow.cs:
19849           - Added internal method to allow control to update NativeWindow
19850             after a window has been destroyed
19851           - Added handling of already destroyed windows when calling i
19852             DestroyWindow
19853           - Added removal of handle from list on ReleaseHandle
19854         * XplatUIX11.cs:
19855           - Dropped GetMessageResult var and related code
19856           - Added PostQuitState to field to track if PostQuitMessage has been
19857             called
19858           - Dropped Exit() method
19859           - Added PostQuitMessage() method
19860           - GetMessage now will return false if PostQuitState is set and no
19861             more messages are in the queue.
19862           - Expose handler will no longer generate WM_PAINT messages if we are
19863             in PostQuitState since it's very likely any windows have already
19864             been destroyed, and since Hwnd won't get updated until we have
19865             processed the DestroyNotify we'd be causing X errors.
19866         
19867 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19868
19869         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
19870           Thanks to Mike for pointing out the err of my ways.
19871
19872 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19873
19874         * Control.cs(PreProcessMessage): Moved menu handling back, but
19875           after all other key handling, to match MS (who handles Menu in
19876           DefWndProc)
19877         * Menu.cs (WndProc): Removed my brainfart
19878
19879 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19880
19881         * Control.cs(PreProcessMessage): Removed special menu handling 
19882         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
19883
19884 2005-12-07  Mike Kestner  <mkestner@novell.com>
19885
19886         * Control.cs : special case SYSKEYUP so that we can adjust keynav
19887         state according in tracker.
19888         * Menu.cs : promote tracker field to base class and provide a tracker
19889         lookup capability.  Add/Remove shortcuts dynamically if the top menu
19890         has a tracker. Unparent items that are removed from the collection.
19891         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
19892         * Theme*.cs: add always_show_hotkeys field to support configurability
19893         of mnemonic display.  win32 doesn't show mnemonics until Alt is
19894         pressed.
19895
19896 2005-12-07  Jackson Harper  <jackson@ximian.com>
19897
19898         * MdiChildContext.cs: Use Control.ResetCursor.
19899         * Control.cs: ResetCursor needs to set the property so that the
19900         correct XplatUI call gets made.
19901
19902 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19903
19904         * Control.cs: More fixes to make our key events match MS. We
19905           were not setting the modifier state on KeyData, and we were
19906           not generating any events when Alt was pressed with a key
19907           since handling of WM_SYSxxx was missing for the OnKey methods.
19908
19909 2005-12-07  Jackson Harper  <jackson@ximian.com>
19910
19911         * MdiChildContext.cs: reenable the sizing code.
19912         - When the mouse leaves a window reset its cursor.
19913
19914 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
19915
19916         * ThemeClearlooks.cs: Reflect latest Hwnd changes
19917
19918 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
19919
19920         * Hwnd.cs: Now using the theme 3d bordersize to calculate
19921           widths of Fixed3D borders
19922
19923 2005-12-07  Jackson Harper  <jackson@ximian.com>
19924
19925         * MdiClient.cs: Fix warnings. Earn Mike's love.
19926
19927 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
19928
19929         * ThemeClearlooks.cs:
19930           - Adjusted mouse over button color
19931           - Added first parts of CheckBox drawing
19932           - Added correct color for selected text background
19933           - Fixed ComboBox drawing
19934           - Added CPDrawBorder3D and CPDrawBorder
19935
19936 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
19937
19938         * XplatUIX11.cs: Added call to XBell for AudibleAlert
19939
19940 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
19941
19942         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
19943           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
19944           alert users via sound. We could add an enum arg with different
19945           types of alerts in the future
19946
19947 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
19948
19949         * Control.cs: Fix behaviour problems pointed out by Mike
19950
19951 2005-12-05  Mike Kestner  <mkestner@novell.com>
19952
19953         * StatusBarPanel.cs: add Invalidate method and hook it into all the
19954         prop setters.  Calls parent.Refresh for now, but could be maybe be
19955         optimized with an internal method on StatusBar at some point.
19956         [Fixes #76513]
19957
19958 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
19959
19960         * RichTextBox.cs: Implemented get_SelectionColor
19961
19962 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
19963
19964         * ThemeClearlooks.cs:
19965           - Removed dead code
19966           - Draw black button border only if button is Form.AcceptButton
19967           - Draw correct button color for pressed RadioButton if the mouse 
19968             has entered the button
19969           - Updated ProgressBar drawing!
19970           - Updated CPDrawSizeGrip drawing
19971           - Updated StatusBarPanel drawing
19972
19973 2005-12-05  Mike Kestner  <mkestner@novell.com>
19974
19975         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
19976         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
19977
19978 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
19979
19980         * ThemeClearlooks.cs: Initial check-in, activate with
19981           export MONO_THEME=clearlooks
19982         * ThemeEngine.cs: Added ThemeClearlooks
19983
19984 2005-12-03  Mike Kestner  <mkestner@novell.com>
19985
19986         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
19987         [Fixes #76897]
19988
19989 2005-12-02  Jackson Harper  <jackson@ximian.com>
19990
19991         * Form.cs: If the child form has no menu the default main menu is
19992         used as the active menu.
19993
19994 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
19995
19996         * ListBox.cs: Check if any items exist before trying to resolve 
19997           coordinates into items
19998
19999 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
20000
20001         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
20002           as the second color for the background hatch
20003
20004 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
20005
20006         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
20007         * RichTextBox.cs: FormatText position arguments are 1-based, now making
20008           sure that what we pass to FormatText is always 1-based. Fixes #76885
20009
20010 2005-11-29  Miguel de Icaza  <miguel@novell.com>
20011
20012         * NumericUpDown.cs (EndInit): When we are done initializing,
20013         reflect any updates on the UI.
20014
20015 2005-12-02  Jackson Harper  <jackson@ximian.com>
20016
20017         * ImplicitHScrollBar.cs:
20018         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
20019         their container controls.
20020         * TreeView.cs: Use the new implicit scrollbars.
20021
20022 2005-12-02  Jackson Harper  <jackson@ximian.com>
20023
20024         * TreeView.cs: Make top_node internal so the TreeNodeCollections
20025         can play with it.
20026         * TreeNodeCollection.cs: If we remove the topnode we need to
20027         update topnode to the next node in line.
20028         - When clearing nodes go through the same process as removing
20029         them, so they get depareneted and checked if they are top node.
20030
20031 2005-12-01  Jackson Harper  <jackson@ximian.com>
20032
20033         * TreeView.cs: When imagelists are used the image area is
20034         selectable as well as the text.
20035         - If there are no selected nodes select the first one.
20036         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
20037         so don't do it more then we need to.
20038
20039 2005-12-01  Jackson Harper  <jackson@ximian.com>
20040
20041         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
20042         that arrows can be scaled.
20043
20044 2005-12-01  Jackson Harper  <jackson@ximian.com>
20045
20046         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
20047         fail. Patch by Dieter Bremes
20048
20049 2005-11-30  Jackson Harper  <jackson@ximian.com>
20050
20051         * Form.cs: Property is 2.0 only
20052         * PrintDialog.cs: Signature fix.
20053
20054 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
20055
20056         * TextControl.cs: 
20057           - No longer artificially moves text 2 pixels down (now that we have
20058             borders this is no longer needed)
20059           - Added calcs for left, hanging and right indent
20060
20061 2005-11-23  Mike Kestner  <mkestner@novell.com>
20062
20063         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
20064
20065 2005-11-30  Jackson Harper  <jackson@ximian.com>
20066
20067         * MdiChildContext.cs: Set the cloned menus forms, as these don't
20068         get cloned as part of CloneMenu ().
20069         * Menu.cs: Make sure the parent of the items get set correctly
20070         when they are added.  And the owners are notified of the changes.
20071         * Form.cs: Create an ActiveMenu property, so that when MDI is used
20072         we can change the menu being displayed/handled by the form without
20073         changing the menu assosciated with the form.
20074         - Don't let Mdi children draw/handle menus.
20075         
20076 2005-11-30  Jackson Harper  <jackson@ximian.com>
20077
20078         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
20079         a MenuChanged event. Just to make the API a little more
20080         consistent.
20081         * MainMenu.cs:
20082         * MenuItem.cs: Use the new OnMenuChanged
20083         * MdiChildContext.cs: Handle menu merging.
20084         * Form.cs: Implement MergedMenu.
20085         
20086 2005-11-30  Jackson Harper  <jackson@ximian.com>
20087
20088         * Menu.cs: We were misusing Add. Add goes behind the specified
20089         index according to the docs, and does not replace the specified
20090         index. So I added an Insert method.
20091
20092 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
20093
20094         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
20095           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
20096           is for Jackson
20097         * RichTextBox.cs: Added calls to base for DnD events
20098
20099 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
20100
20101         * TextControl.cs:
20102           - Fixed drag-selection related crash; style fixes
20103           - Implemented undo class
20104             o Implemented method to capture document state for specified
20105               range in document tree
20106             o Implemented method to restore captured document state
20107             o Implemented cursor tracking
20108             o Implemented basic undo stack
20109           - Added undo cursor tracking to methods altering cursor location
20110           - Added undo tracking to selection deletion (still missing
20111             other text-altering hookups)
20112         * RichTextBox.cs:
20113           - Added SelectionLength property
20114           - Implemented CanPaste()
20115           - Implemented Paste()
20116           - Added missing protected methods
20117           - Fixed RTF->Document conversion; now uses font index 0 and color 
20118             index 0 as the default font for the parsed text
20119           - Fixed RTF<->Document font size translation
20120           - Fixed RTF generation, now properly handles cross-tag boundaries
20121             for single line selection
20122           - No longer always appends blank line to generated RTF
20123           - Removed TODOs
20124           - Added missing attributes
20125           - Hooked up undo-related methods
20126         * TextBoxBase.cs:
20127           - Implemented Copy()
20128           - Implemented Paste()
20129           - Implemented Cut()
20130           - Fixed caret mis-behaviour on backspace across line-boundaries
20131
20132 2005-11-29  Jackson Harper  <jackson@ximian.com>
20133
20134         * MdiClient.cs: Add a method for activating mdi children. Very
20135         basic right now. I imagine someday it might need more girth.
20136         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
20137         children windows names are added to the menu item.
20138         * ThemeWin32Classic.cs: Draw the arrow if the item is an
20139         mdilist. This happens regardless of whether or not there are any
20140         mdi windows to see in the list, and according to my tests happens
20141         before the items are even added. Also happens if there isn't even
20142         an mdi client to get windows from.
20143
20144 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
20145
20146         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
20147         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
20148
20149 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
20150
20151         * DataGridTableStyle.cs:
20152           - Create always the styles for the missing columns even if they are
20153             provided by the user (not default table style)
20154         * DataGrid.cs:
20155           - Fixes bug 76770
20156           - Fixes SetDataBinding (always re-attach source)
20157           - Fixes SetNewDataSource (only clear styles if they are not for 
20158             this source)
20159          -  Expands OnTableStylesCollectionChanged to handle style refresh 
20160             and remove properly
20161
20162 2005-11-29  Jackson Harper  <jackson@ximian.com>
20163
20164         * FileDialog.cs: Implement missing bits, remove some dead
20165         code.
20166         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
20167         creation of the panel so that the options set on the dialog are
20168         seen when the panel is created.
20169         * TreeView.cs: raise a click when items are clicked.
20170         
20171 2005-11-29  Jackson Harper  <jackson@ximian.com>
20172
20173         * MdiClient.cs: Pass some signature methods through to base.
20174
20175 2005-11-28  Jackson Harper  <jackson@ximian.com>
20176
20177         * ListView.cs: Raise the click event when items are clicked.
20178
20179 2005-11-28  Jackson Harper  <jackson@ximian.com>
20180
20181         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
20182         a nullref.
20183
20184 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
20185
20186         * ThemeNice.cs: - Removed 1 pixel bitmaps
20187           - Use SmoothingMode.AntiAlias where it makes sense
20188             (ScrollButton arrow for example)
20189           - Enhanced Button focus drawing
20190           - Fixed ComboBox drawing (no artefacts anymore, focus
20191             rectangle is back again, reduced size of ComboButton, etc.)
20192           - Fixed RadioButton focus drawing for Appearence.Button
20193           - Slight ScrollButton redesign
20194           - Some LinearGradientBrush size fixes
20195           - GroupBoxes have now rounded edges
20196           - Fixed StatusBar drawing
20197
20198 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
20199
20200         * ThemeNice.cs: - Remove dead code
20201           - use correct background colors for menus, etc.
20202           - Fake pixel drawing with 1 pixel bitmaps
20203
20204 2005-11-24  Jackson Harper  <jackson@ximian.com>
20205
20206         * MdiClient.cs: Size the scrollbars when resizing the window.
20207         - Resize the maximized windows when the client is resized
20208         * Form.cs: Make the child context available
20209         
20210 2005-11-23  Jackson Harper  <jackson@ximian.com>
20211
20212         * MdiChildContext.cs: Don't size windows if they are maximized.
20213
20214 2005-11-23  Mike Kestner  <mkestner@novell.com>
20215
20216         * ContextMenu.cs: use MenuTracker.
20217         * Control.cs: remove menu handle usage.
20218         * Form.cs: remove menu handle usage.
20219         * Hwnd.cs: remove menu handle usage.
20220         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
20221         motion and clicks to the new Tracker handlers.
20222         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
20223         and handle usage.
20224         * MenuAPI.cs: refactored to combine popup and menubar event handling.
20225         Killed the MENU and MENUITEM data types and associated collections
20226         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
20227         MenuTracker class that exposes the leftovers from the old MenuAPI
20228         static methods. Restructured Capture handling so that only one grab is
20229         done for the entire menu hierarchy instead of handing off grabs to
20230         submenus. Tracker now has an invisible control to Capture when active.
20231         * MenuItem.cs: add sizing accessors, kill Create
20232         and handle usage.
20233         * Theme.cs: remove menu handle and MENU(ITEM) usage.
20234         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
20235         MENU(ITEM). remove menu handle usage, use Menu directly.
20236         * XplatUIDriver.cs: remove menu handle usage.
20237         * XplatUIOSX.cs: remove menu handle usage.
20238         * XplatUIWin32.cs: remove menu handle usage.
20239         * XplatUIX11.cs: remove menu handle usage.
20240
20241 2005-11-22  Jackson Harper  <jackson@ximian.com>
20242
20243         * Hwnd.cs: Don't compute the menu size for
20244         DefaultClientRectangle.
20245         - Reenable menu sizes being computed for GetClienRectangle.
20246         * Form.cs: Remove comment of trechery
20247         
20248 2005-11-22  Jackson Harper  <jackson@ximian.com>
20249
20250         * Hwnd.cs: The adjustments for the menu bar are made when it is
20251         attached to the form.
20252
20253 2005-11-19  Jackson Harper  <jackson@ximian.com>
20254
20255         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
20256         (just like on windows).
20257
20258 2005-11-19  Jackson Harper  <jackson@ximian.com>
20259
20260         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
20261         use real buttons anymore because they are in non client area. The
20262         one TODO here is that I need to somehow invalidate a section of
20263         the non client area.
20264
20265 2005-11-18  Jackson Harper  <jackson@ximian.com>
20266
20267         * Control.cs: Put the enum check back in now that MDI doesnt have
20268         to use this to set border styles.
20269         * Form.cs: Only set mdi child windows borders if the handle has
20270         been created.
20271         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
20272         this directly on to the driver.
20273         - Get the move start position before adjusting for the titlebar
20274         height, this fixes the windows "skipping" when they are first
20275         moved.
20276
20277 2005-11-18  Jackson Harper  <jackson@ximian.com>
20278
20279         * XplatUIX11.cs: Just compute the mdi borders separately as they
20280         don't totally match up with normal form borders.
20281
20282 2005-11-18  Jackson Harper  <jackson@ximian.com>
20283
20284         * Control.cs: Set WS_ styles for borders, so that the driver does
20285         not have to retrieve the control instance to figure out what kind
20286         of borders it should have.
20287         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
20288         driver can know its an mdi child easily.
20289         * XplatUIX11.cs: Get the border styles and whether the window is
20290         MDI from the Styles and ExStyles params instead of having to get a
20291         control. This prevents a chicken and egg problem.       
20292
20293 2005-11-18  Jackson Harper  <jackson@ximian.com>
20294
20295         * MdiClient.cs: Fix typo so scrollbars show up correctly.
20296
20297 2005-11-18  Jackson Harper  <jackson@ximian.com>
20298
20299         * MdiClient.cs: Calculate when to add and remove scrollbars
20300         correctly.
20301         * MdiChildContext.cs: Adjust the y position to take the titlebar
20302         into account.
20303         - No height for FormBorderStyle.None
20304
20305 2005-11-18  Jackson Harper  <jackson@ximian.com>
20306
20307         * Control.cs: Allow non enum values to be used for
20308         InternalBorderStyle.  MDI does this to set a special border style.
20309         - New utility methods for converting points to/from client coords
20310         - Add the newly created control to the Controls collection before
20311         updating its style. This way UpdateStyle can walk the control
20312         heirarchy to find the control if needed.
20313         so I don't need to create a new Point object all the time.
20314         * Form.cs: Let MDI windows handle their border styles.
20315         - Set styles on MDI windows so the correct title style is derived.
20316         * MdiChildContext.cs: Move all the painting and window handling
20317         into the non client area.
20318         - Use correct sizing and put correct buttons on frames based on
20319         the FormBorderStyle.
20320         - Notify the mdi client about scrolling
20321         - Need to handle the buttons ourselves now, because they are all
20322         in non client areas and we can't add controls there.
20323         * MdiClient.cs: Halfway to scrolling, this implementation is
20324         somewhat broken though, we need to check to make sure other
20325         windows aren't causing scrolling before removing the bars. Also
20326         the bars need to be drawn on top, maybe I can switch implicit
20327         controls to be on top.
20328         * Hwnd.cs: caption_height and tool_caption_height are now
20329         properties of an hwnd, this way they can be set by the driver
20330         based on the type of window they are.  In X11 the window manager
20331         handles the decorations so caption_height is zero unless its an
20332         MDI window.
20333         - Add 3 pixel borders for MDI windows (0xFFFF).
20334         - Get rid of some code duplication, have DefaultClientRectanle
20335         just call GetClientRectangle.
20336         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
20337         Hwnd now.
20338         - Set border styles differently for mdi windows.
20339         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
20340         Hwnd now.
20341         
20342 2005-11-15  Mike Kestner  <mkestner@novell.com>
20343
20344         * Menu.cs: when adding an item to the collection, if item is already 
20345         parented, remove it from the parent.
20346
20347 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
20348
20349         * X11DesktopColors.cs: Added KDE support
20350
20351 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
20352
20353         * XplatUIWin32.cs: 
20354           - Clipboard methods now can translate Rtf format
20355           - No longer removes clipboard contents whenever a new format is added
20356             to allow placing multiple formats on the clipboard
20357         * Clipboard.cs: Clipboard now supports getting a IDataObject and
20358           will place all formats contained in it onto the clipboard. Also
20359           now cleans the clipboard before placing a new object onto it
20360         * RichTextBox.cs:
20361           - Implemented set_Rtf
20362           - Implemented set_SelectedRtf
20363           - Created InsertRTFFromStream() method to allow single code base
20364             for all properties and methods that insert RTF into document
20365           - Removed debug output
20366         * TextControl.cs:
20367           - Fixed Delete(int) to fix up line numbers
20368           - Fixed ReplaceSelection to combine start and end line
20369           - Fixed serious DeleteChars bug that would leave the document tree
20370             broken
20371           - Improved DumpTree with several logic checks to detect broken
20372             document trees
20373           - Removed debug lines
20374           - Fixed Caret.WordForward/WordBack moving code, now always also 
20375             updates caret.tag (fixes crash when word-selecting across tag
20376             boundaries via keyboard)
20377           - Added Insert() method for inserting multiline text into documents
20378           - Fixed DeleteChars() calculation errors that would cause a broken
20379             tag chain with multiple tag lines
20380           - DeleteChars() no longer crashes on multi-tag lines if not all tags
20381           - Split() no longer moves caret if split is at caret location
20382           - ReplaceSelection() now updates the cursor and re-displays it
20383           - ReplaceSelection() now uses new Insert() method to avoid code
20384             duplication
20385           - FormatText() can now handle formatting partial lines
20386         * TextBoxBase.cs:
20387           - Append now uses new TextControl.Insert() method (this avoids 
20388             duplicate code)
20389           - Implemented Ctrl-X (Cut) (
20390           - Implemented Ctrl-C (Copy)
20391           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
20392             regeneration when pasting text; roundtripping Copy&Paste within
20393             edit control still fails due to some calculation bugs in GenerateRTF)
20394           - The Delete key will now remove the current selection if it is visible
20395         * TextBox.cs: Removed debug lines
20396         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
20397           driver to be initialized and can't therefore be done via a static ctor)
20398
20399 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
20400
20401         * TextControl.cs: Added backend code for finding char arrays and strings
20402         * TextBoxBase.cs:
20403           - Added mouse wheel scroll support
20404           - Added support for VScroll and HScroll events
20405         * RichTextBox.cs:
20406           - Implemented all seven Find() variants
20407           - Implemented GetCharFromPosition()
20408           - Implemented GetCharIndexFromPosition()
20409           - Implemented GetLineFromIndex()
20410           - Implemented GetPositionFromCharIndex();
20411           - Implemented SaveFile for PlainText and UnicodeText
20412           - Fixed set_Font, now setting a new font applies that font to
20413             the whole document
20414           - Implemented generic Document to RTF converter
20415           - Implemented SaveFile for RichText format (still missing unicode
20416             conversion for non-ansi chars)
20417           - Implemented get_Rtf
20418           - Implemented get_SelectedRtf
20419
20420 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
20421
20422         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
20423           to allow any captures to be released before triggering OnClick. This
20424           way a click handler may capture the mouse without interference.
20425         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
20426           This way we send them even though X may not allow a grab (if the window
20427           isn't visible, for example)
20428
20429 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
20430
20431         * DataGridViewRowEventArgs.cs: DataGridView implementation
20432         * DataGridViewElement.cs: DataGridView implementation
20433         * DataGridViewComboBoxCell.cs: DataGridView implementation
20434         * DataGridViewDataErrorContexts.cs: DataGridView implementation
20435         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
20436         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
20437         * ImageLayout.cs: DataGridView implementation
20438         * DataGridViewComboBoxColumn.cs: DataGridView implementation
20439         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
20440         * DataGridViewSelectionMode.cs: DataGridView implementation
20441         * IDataGridViewEditingControl.cs: DataGridView implementation
20442         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
20443         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
20444         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
20445         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
20446         * DataGridViewColumnSortMode.cs: DataGridView implementation
20447         * DataGridView.cs: DataGridView implementation
20448         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
20449         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
20450         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
20451         * Padding.cs: DataGridView implementation
20452         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
20453         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
20454         * DataGridViewRowEventHandler.cs: DataGridView implementation
20455         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
20456         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
20457         * DataGridViewButtonCell.cs: DataGridView implementation
20458         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
20459         * DataGridViewEditMode.cs: DataGridView implementation
20460         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
20461         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
20462         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
20463         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
20464         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
20465         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
20466         * DataGridViewCellEventHandler.cs: DataGridView implementation
20467         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
20468         * DataGridViewCellStyleConverter.cs: DataGridView implementation
20469         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
20470         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
20471         * DataGridViewColumnEventArgs.cs: DataGridView implementation
20472         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
20473         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
20474         * QuestionEventArgs.cs: DataGridView implementation
20475         * IDataGridViewEditingCell.cs: DataGridView implementation
20476         * DataGridViewTriState.cs: DataGridView implementation
20477         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
20478         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
20479         * DataGridViewColumnCollection.cs: DataGridView implementation
20480         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
20481         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
20482         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
20483         * DataGridViewColumn.cs: DataGridView implementation
20484         * DataGridViewCellBorderStyle.cs: DataGridView implementation
20485         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
20486         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
20487         * DataGridViewRow.cs: DataGridView implementation
20488         * DataGridViewImageCellLayout.cs: DataGridView implementation
20489         * DataGridViewImageCell.cs: DataGridView implementation
20490         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
20491         * DataGridViewCheckBoxCell.cs: DataGridView implementation
20492         * DataGridViewHeaderCell.cs: DataGridView implementation
20493         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
20494         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
20495         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
20496         * DataGridViewTextBoxColumn.cs: DataGridView implementation
20497         * QuestionEventHandler.cs: DataGridView implementation
20498         * DataGridViewCellStyleScopes.cs: DataGridView implementation
20499         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
20500         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
20501         * DataGridViewCell.cs: DataGridView implementation
20502         * DataGridViewCellEventArgs.cs: DataGridView implementation
20503         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
20504         * DataGridViewCellStyle.cs: DataGridView implementation
20505         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
20506         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
20507         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
20508         * TextFormatFlags.cs: DataGridView implementation
20509         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
20510         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
20511         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
20512         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
20513         * DataGridViewButtonColumn.cs: DataGridView implementation
20514         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
20515         * HandledMouseEventArgs.cs: DataGridView implementation
20516         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
20517         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
20518         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
20519         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
20520         * DataGridViewRowCollection.cs: DataGridView implementation
20521         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
20522         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
20523         * DataGridViewHitTestType.cs: DataGridView implementation
20524         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
20525         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
20526         * DataGridViewColumnEventHandler.cs: DataGridView implementation
20527         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
20528         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
20529         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
20530         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
20531         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
20532         * DataGridViewContentAlignment.cs: DataGridView implementation
20533         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
20534         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
20535         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
20536         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
20537         * DataGridViewPaintParts.cs: DataGridView implementation
20538         * DataGridViewCellCollection.cs: DataGridView implementation
20539         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
20540         * DataGridViewImageColumn.cs: DataGridView implementation
20541         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
20542         * DataGridViewElementStates.cs: DataGridView implementation
20543         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
20544         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
20545         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
20546         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
20547         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
20548         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
20549         * DataGridViewRowHeaderCell.cs: DataGridView implementation
20550         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
20551         * DataGridViewTextBoxCell.cs: DataGridView implementation
20552         * DataGridViewBand.cs: DataGridView implementation
20553         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
20554         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
20555         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
20556         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
20557         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
20558         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
20559         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
20560         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
20561         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
20562         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
20563         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
20564
20565 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
20566
20567         * ThemeWin32Classic.cs: 
20568           - Draw the outside focus rectangle around buttons
20569           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
20570             doesn't use end caps for every dash of a line anymore. This
20571             workaround ignores the forecolor.
20572
20573 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
20574
20575         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
20576           endian safe.
20577
20578 2005-11-07  Jackson Harper  <jackson@ximian.com>
20579
20580         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
20581
20582 2005-11-07  Jackson Harper  <jackson@ximian.com>
20583
20584         * ScrollableControl.cs: Calculate the maximum and change vars
20585         (more) correctly so that scrollbars appear as a sensible size.
20586
20587 2005-11-04  Jackson Harper  <jackson@ximian.com>
20588
20589         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
20590         collection.
20591         * TreeView.cs: When the tree is sorted null out the top_node so
20592         that it is recalculated.
20593         - Use dotted lines instead of dashed lines to match MS better.
20594
20595 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
20596
20597         * ListView.cs: 
20598           - Implements key search for items. Useful when browsing files with FileDialog
20599           - When changing view mode or when clear the items reset scrollbar positions
20600
20601 2005-11-04  Jackson Harper  <jackson@ximian.com>
20602
20603         * CurrencyManager.cs: Implement the MetaDataChanged event, the
20604         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
20605         as to what the method may do as there is no real way of creating a
20606         derived CurrencyManager and calling the method. 
20607
20608 2005-11-03  Jackson Harper  <jackson@ximian.com>
20609
20610         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
20611         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
20612         method which seems to just be used internally to refresh the tabs.
20613
20614 2005-11-03  Jackson Harper  <jackson@ximian.com>
20615
20616         * TabControl.cs: Implement the remove method. Fix some broken
20617         comments.
20618
20619 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
20620
20621         * DateTimePicker.cs:
20622           - Added missing DateTimePickerAccessibleObject class
20623           - Added missing events
20624           - Added OnFontChanged method
20625         * Form.cs: Added missing attributes
20626         * TreeView.cs: Added missing attributes
20627
20628 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
20629
20630         * GridItemCollection.cs: Fix signatures
20631
20632 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
20633
20634         * XplatUI.cs: Updated build rev/date
20635         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
20636           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
20637         * Application.cs: Trigger context-specific ExitThread events
20638
20639 2005-11-03  Jackson Harper  <jackson@ximian.com>
20640
20641         * Menu.cs:
20642         * MainMenu.cs:
20643         * GridTableStylesCollection.cs:
20644         * Timer.cs:
20645         * TabPage.cs:
20646         * HelpProvider.cs:
20647         * StatusBar.cs:
20648         * MonthCalendar.cs: Signature fixes
20649
20650 2005-11-03  Jackson Harper  <jackson@ximian.com>
20651
20652         * TreeNodeCollection.cs: Remove should not be virtual.
20653         * TreeView.cs: Implement the last of the missing methods.
20654
20655 2005-11-03  Jackson Harper  <jackson@ximian.com>
20656
20657         * TreeNodeConverter.cs: Implement to get off my class-status back.
20658
20659 2005-11-03  Jackson Harper  <jackson@ximian.com>
20660
20661         * TreeView.cs: Hookup the bits for drag and drop.
20662         * TreeNode.cs: Don't cache the tree_view or index anymore, now
20663         that nodes can be moved from tree to tree easily this just causes
20664         all sorts of problems.
20665         * TreeNodeCollection: Don't need to give treenodes an index and
20666         treeview anymore when they are added, these are computed on the
20667         fly. Also make sure to remove a node before its added.
20668
20669 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
20670
20671         * TextControl.cs:
20672           - Added CaretSelection enum
20673           - Added comparison methods to Marker struct, makes selection code
20674             more readable
20675           - Added SelectionStart and SelectionEnd as 'moveable' location for
20676             the CaretDirection enum and handler
20677           - Added selection_prev variable to track optimized invalidation for
20678             word and line selection
20679           - Added SelectionVisible property (returns true if there is a valid 
20680             selection)
20681           - Switched CaretHasFocus to only display the caret if there is no
20682             visible selection
20683           - Avoiding StringBuilder.ToString to retrieve a single char, instead
20684             using the direct character index; should be much faster
20685           - Added various conditional debug statements
20686           - Fixed invalidation calculation for selection ranges
20687           - Added ExpandSelection() method to support word and line selection
20688           - Switched SetSelectionToCaret to use new Marker compare overloads
20689           - Added central IsWordSeparator() method to determine word 
20690             separators/whitespace and FindWordSeparator() to streamline common
20691             usage of IsWordSeparator()
20692         * TextBoxBase.cs:
20693           - Removed unneeded grabbed variable, it was just mirroring
20694             Control.Capture
20695           - No longer firing OnTextChanged event when Text setter is called,
20696             since the base will fire the event for us
20697           - Added handling of Ctrl-Up/Down selection
20698           - Added handling of Shift-Cursorkey selection
20699           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
20700             words
20701           - Added handling of Shift and Ctrl-Shift-Home/End selection
20702           - Removed some debug output
20703           - Added handling for single/double/tripple-click to place caret/
20704             select word/select line respectively (Fixes bug #76031)
20705           - Added support for drag expansion of word/line selection
20706         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
20707           current selection
20708
20709 2005-11-02  Jackson Harper  <jackson@ximian.com>
20710
20711         * X11Dnd.cs: If the drag is going to and from a MWF window just
20712         copy the data instead of sending it out through the X Selection
20713         mechanism.
20714
20715 2005-11-02  Jackson Harper  <jackson@ximian.com>
20716
20717         * X11Dnd.cs:
20718         * XplatUIX11.cs: When in a drag we don't want motion notify
20719         messages to get passed on to the other controls. This prevents
20720         mouse move messages from showing up in the drag source.
20721
20722 2005-11-02  Jackson Harper  <jackson@ximian.com>
20723
20724         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
20725         the correct button is release to end a drag.
20726         * XplatUIX11.cs: Make the button state internal so the drag system
20727         can access it.  Dragging needs to know about all button releases,
20728         not just left button.
20729
20730 2005-11-02  Miguel de Icaza  <miguel@novell.com>
20731
20732         * Form.cs (Icon): If the icon is null, reset the icon to the
20733         default value. 
20734
20735         * Cursor.cs: When writing the AND-mask bitmap do not include the
20736         number of colors, but hardcode those to two (black and white),
20737         fixes the loading of color cursors (Paint Dot Net).
20738
20739         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
20740         turn off autoscaling.
20741
20742         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
20743
20744 2005-11-02  Jackson Harper  <jackson@ximian.com>
20745
20746         * X11Dnd.cs: Make sure to send a status message if the pointer
20747         enters a control that can not accept a drop, otherwise the cursor
20748         isn't updated correctly. Also tried to compress the lines of code
20749         a bit.
20750
20751 2005-11-02  Jackson Harper  <jackson@ximian.com>
20752
20753         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
20754         set actions correctly.  This isn't perfect as XDND and win32 have
20755         some differences on how you allow actions. I'll clear this up by
20756         adding a path for drag from MWF to MWF windows.
20757         * XplatUIX11.cs: Hook into the dnd system.
20758
20759 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
20760
20761         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
20762         previously shown but they are no longer need it. Very obvious when 
20763         browsing files with FileDialog.
20764
20765 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
20766
20767         * Control.cs: We always need to call OnPaintBackground. We pretty much
20768           ignore AllPaintingInWmPaint and always do the painting there, whether 
20769           it's set or not, since we always ignore the WM_ERASEBKGND message 
20770           (which we don't generate on X11). This fixes #76616.
20771         * Panel.cs: Removed unneeded background painting. This happens properly
20772           in Control.cs already
20773
20774 2005-10-31  Mike Kestner  <mkestner@novell.com>
20775
20776         * Menu.cs: Add items to collection before setting their index.
20777         * MenuItem.cs : add range checking with ArgumentException like MS.
20778         [Fixes #76510]
20779
20780 2005-10-31  Jackson Harper  <jackson@ximian.com>
20781
20782         * ListBox.cs: Invalidate if the area is visible at all not just
20783         contained in the visible rect. Fixes unselection of semi visible
20784         items.
20785
20786 2005-10-31  Jackson Harper  <jackson@ximian.com>
20787
20788         * Control.cs: Consistently name the dnd methods. Make them
20789         internal so we can override them to match some MS behavoir
20790         internally.
20791         * Win32DnD.cs: Use the new consistent names.
20792
20793 2005-10-31  Jackson Harper  <jackson@ximian.com>
20794
20795         * TreeView.cs: Don't draw the selected node when we lose focus.
20796
20797 2005-10-31  Jackson Harper  <jackson@ximian.com>
20798
20799         * X11Dnd.cs: We still need to reset the state even though a full
20800         reset isn't being done, otherwise status's still get sent all over
20801         the place.
20802
20803 2005-10-31  Jackson Harper  <jackson@ximian.com>
20804
20805         * Control.cs: Make the dnd_aware flag internal so the dnd
20806         subsystem can check it. Catch exceptions thrown in dnd handlers to
20807         match MS behavoir.
20808         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
20809         * X11Dnd.cs: Handle null data in the converters. Set the XDND
20810         version when sending a XdndEnter. Use the control/hwnd dnd_aware
20811         flags to reduce the number of dnd enters/status's sent.
20812
20813 2005-10-31  Jackson Harper  <jackson@ximian.com>
20814
20815         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
20816
20817 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
20818
20819         * PictureBox.cs: Fixes 76512
20820
20821 2005-10-28  Jackson Harper  <jackson@ximian.com>
20822
20823         * X11Dnd.cs: Early implementation to support winforms being a drag
20824         source for data on X11. Also restructured the converters so they
20825         can go both ways now.
20826         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
20827         
20828 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
20829
20830         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
20831           clipboard requests
20832
20833 2005-10-27  Jackson Harper  <jackson@ximian.com>
20834
20835         * TreeNode.cs: Implement serialization so my DnD examples will work.
20836
20837 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
20838
20839         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
20840           TreeView.cs: Don't dispose objects that are not owned.
20841           
20842 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
20843
20844         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
20845           should retrieve the current cursor and report that, but XplatUI
20846           doesn't (yet) have an interface for that (and I'm not sure I even
20847           can, on X11)
20848         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
20849           until any message loop processing is done (and the WM_SETCURSOR
20850           replaces the cursor to the proper one)
20851         * XplatUIX11.cs: 
20852           - Fixed override behaviour, we can't set the cursor globally on X11, 
20853             just for our windows.
20854           - Invalidating the System.Drawing X11 display handle when we are
20855             shutting down
20856         * Control.cs: Fix to make csc happy
20857
20858 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
20859
20860         * TextBoxBase.cs: 
20861           - get_Text: Add last line (without trailing newline) to returned
20862             value (Fixes 76212)
20863           - get_TextLength: Count last line in returned length
20864           - ToString: Call Text property instead of duplicating code
20865
20866 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
20867
20868         * ImageList.cs: Dispose ImageAttributes objects.
20869
20870 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
20871
20872         * ImageList.cs: Use attribute constructors with less arguments where
20873           possible.
20874
20875 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
20876
20877         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
20878           Use typeof instead of strings when assembly is referenced. Added
20879           some more comments.
20880
20881 2005-10-21  Jackson Harper  <jackson@ximian.com>
20882
20883         * ListView.cs: Raise a double click event. Also tried to somewhat
20884         fix when the selectedindexchanged event is raised. Its still
20885         broken though.
20886
20887 2005-10-21  Jackson Harper  <jackson@ximian.com>
20888
20889         * TreeView.cs: New method to invalidate the plus minus area of a
20890         node without invalidating the whole node (maybe this can be used
20891         in some more places).
20892         * TreeNodeCollection.cs: When adding to an empty node we need to
20893         invalidate its plus minus area so the little block shows up.
20894         
20895 2005-10-21  Jackson Harper  <jackson@ximian.com>
20896
20897         * TreeView.cs: Make sure that when we invalidate a node the bounds
20898         are big enough to cover the selected box and the focus
20899         rectangle. Use a different colour for the lines connecting nodes
20900         so they show up with all themes.
20901
20902 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
20903
20904         * NativeWindow.cs: Don't call anything that could call into the driver,
20905           we might be on a different thread.
20906
20907 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
20908
20909         * Control.cs(Dispose): Since Dispose might run on a different thread,
20910           make sure that we call methods that could call into the driver via
20911           invoke, to avoid thread issues
20912
20913 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
20914
20915         * XplatUI.cs: Removed finalizer
20916         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
20917           not allowing to be called on the finalizer thread.
20918
20919 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
20920
20921         * ImageList.cs:
20922           - Reverted r51889 and r51891.
20923           - Added ImageListItem class that stores unmodified image items and image
20924             properties required to create list images until handle is created.
20925           - Added AddItem and moved image creation logic to AddItemInternal.
20926           - Added CreateHandle method that creates images based on unmodified items.
20927           - Added DestroyHandle that changes state to store unmodified items.
20928           - Add and AddStrip methods no more create handle.
20929           - ReduceColorDepth has no return value.
20930           - Dispose destroys handle.
20931           - Modified other methods to reflect the above changes.
20932           - Implemented key support.
20933           - Added profile 2.0 members and attributes.
20934           - Added private Reset and ShouldSerialize methods that provide the same
20935             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
20936             them as they are private.
20937           - Added some more comments about implementation details.
20938
20939 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20940
20941         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
20942
20943 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20944
20945         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
20946
20947 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
20948
20949         * DataGridDrawingLogic.cs: Fixes column hit calcultation
20950         * DataGridColumnStyle.cs: Remove debug message
20951
20952 2005-10-20  Jackson Harper  <jackson@ximian.com>
20953
20954         * TreeView.cs: We can always get input keys regardless of whether
20955         or not editing is enabled. They are used for navigation.
20956
20957 2005-10-20  Jackson Harper  <jackson@ximian.com>
20958
20959         * TreeNode.cs: Use the viewport rect for determining if a node
20960         needs to be moved for visibility. Don't use Begin/End edit. This
20961         calls a full refresh when its done.
20962         * TreeView.cs: New SetBottom works correctly.  Make the viewport
20963         rect property internal so the treenodes can see it. When clicking
20964         on a node we need to ensure that its visible because it might just
20965         be partly visible when clicked.
20966
20967 2005-10-20  Jackson Harper  <jackson@ximian.com>
20968
20969         * TreeNodeCollection.cs: Remove debug code.
20970
20971 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
20972
20973         * Datagrid.cs: Implements column sorting in Datagrid
20974         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
20975
20976 2005-10-20  Jackson Harper  <jackson@ximian.com>
20977
20978         * TreeNodeCollection.cs: Remove items properly. Update the correct
20979         area after removing them.
20980
20981 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
20982
20983         * Datagrid.cs: Should not call base.OnPaintBackground
20984
20985 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
20986
20987         * XplatUIX11.cs (GetMessage):
20988           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
20989             window instead of client window
20990           - Now properly calculates NC_xBUTTONUP message coordinates
20991           - ScreenToMenu now properly calculates it's coordinates of whole 
20992             window, since menus are in the whole window, not in the client
20993             window
20994           - Added WholeToScreen coordinate translation method
20995
20996 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
20997
20998         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
20999           want to return a message, loop back to the beginning of the function
21000           and grab the next real message to process instead.
21001
21002 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
21003
21004         * Splitter.cs: Properly set limits if no filler control is used
21005
21006 2005-10-19  Jackson Harper  <jackson@ximian.com>
21007
21008         * ColorDialog.cs: Don't show the help button if it is not enabled
21009         instead of disabling it (this is what MS does). Don't create the
21010         panel until the dialog is run, otherwise the vars (such as
21011         ShowHelp) are not set yet.
21012
21013 2005-10-19  Jackson Harper  <jackson@ximian.com>
21014
21015         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
21016         are reduced when adding nodes.
21017         * TreeNode.cs:
21018         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
21019         tree.
21020         
21021 2005-10-19  Jackson Harper  <jackson@ximian.com>
21022
21023         * FolderBrowserDialog.cs: End editing our treeview so the window
21024         actually gets refreshed.
21025
21026 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
21027
21028         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
21029           Obsoleted handling of WM_ERASEBKGND, now always draws our background
21030           inside of WM_PAINT
21031
21032 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
21033
21034         * MenuAPI.cs: Returns after Hidding window
21035         * XplatUIX11.cs: Added TODO found while debugging menu issues
21036
21037 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
21038
21039         * XplatUIX11.cs: Do not re-map the whole window when it's size
21040           becomes non-zero unless it's supposed to be actually visible
21041
21042 2005-10-18  Jackson Harper  <jackson@ximian.com>
21043
21044         * TreeView.cs: We don't need to keep a count anymore.
21045         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
21046         use the Grow method.
21047
21048 2005-10-18  Jackson Harper  <jackson@ximian.com>
21049
21050         * TreeNodeCollection.cs: Insert is not supported on arrays, so
21051         implement it manually here.
21052
21053 2005-10-18  Jackson Harper  <jackson@ximian.com>
21054
21055         * ImageList.cs: Dont kill the list when the colour depth is
21056         changed, just change the colour depth of all the images.
21057         - Same goes for setting the image size. Just resize them all
21058         instead of killing the list softly.
21059
21060 2005-10-18  Jackson Harper  <jackson@ximian.com>
21061
21062         * Control.cs: Don't invalidate empty rectangles.
21063
21064 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
21065
21066         * ListViewItem.cs:
21067           - Adds checked item to the Checked/Item lists (where empty before)
21068           - Do not add items to the Selected lists if they are already present
21069         * ListView.cs:
21070           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
21071           - When deleting items make sure that we delete them for the Selected
21072           and Checked list also.
21073
21074 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
21075
21076         * Label.cs: Dispose objects no longer used
21077         * ThemeWin32Classic.cs: Dispose objects no longer used
21078
21079 2005-10-18  Jackson Harper  <jackson@ximian.com>
21080
21081         * TabControl.cs: Don't refresh the whole control when the tabs are
21082         scrolled, we just need to refresh the tab area.
21083
21084 2005-10-17  Jackson Harper  <jackson@ximian.com>
21085
21086         * XplatUIX11.cs: Compress code a little bit. Only calculate the
21087         after handle when we need it.
21088
21089 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
21090
21091         * Control.cs: When the parent size changes, recalculate anchor 
21092           positions. Partial fix for #76462
21093
21094 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
21095
21096         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
21097           drawn. Fixes #76462
21098
21099 2005-10-17  Jackson Harper  <jackson@ximian.com>
21100
21101         * MonthCalendar.cs: Don't create the numeric up down until our
21102         handle is created. Otherwise our handle is created in the
21103         constructor and we don't know if we are a WS_CHILD or WS_POPUP
21104         yet.
21105
21106 2005-10-17  Jackson Harper  <jackson@ximian.com>
21107
21108         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
21109         correctly.
21110
21111 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
21112         * TreeNode.cs : small logical fix (was using local var instead of field)
21113         
21114 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
21115
21116         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
21117
21118 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
21119
21120         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
21121
21122 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
21123
21124         * Control.cs: 
21125           - Re-implemented anchoring code. My first version was really broken.
21126             This fixes bug #76033. Unlike the previous implementation we will
21127             no longer have round errors since all numbers are calculated from
21128             scratch every time. Removed various anchor-related obsolete vars.
21129           - InitLayout no longer causes layout event firing and layout to be 
21130             performed
21131
21132 2005-10-16  Jackson Harper  <jackson@ximian.com>
21133
21134         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
21135         which was broken).
21136
21137 2005-10-16  Jackson Harper  <jackson@ximian.com>
21138
21139         * TabControl.cs: Remove debug code.
21140
21141 2005-10-16  Jackson Harper  <jackson@ximian.com>
21142
21143         * XEventQueue.cs: Increase the default queue size (very simple
21144         apps needed to grow the queue).
21145         * Hwnd.cs: No finalizer so we don't need to suppress
21146         finalization. Compute the invalid area manually so a new rectangle
21147         does not newto be created.
21148         * ScrollableControl.cs: Don't set any params (otherwise visibility
21149         isn't set correctly).
21150         * MdiChildContext.cs: New constructor takes the mdi parent so it
21151         doesn't have to be computed and avoids a crash on windows. Draw
21152         the window icon properly, and allow the text to be seen.
21153         * Form.cs: Use new MdiChildContext constructor. Make sure the
21154         child context isn't null in wndproc.
21155         * TabControl.cs: Don't set focus, this is muddling keyboard
21156         behavoir. Expand the tab rows when a window size increase will
21157         allow extra tabs to be seen. Don't allow tabs smaller than the
21158         width of a window to be scrolled out of view.
21159         * TreeNode.cs:
21160         * TreeView.cs: Use measure string to calculate a nodes width, the
21161         width is cached and only updated when the text or the font is
21162         changed. Don't check for expand/collapse clicks on the first level
21163         nodes if root lines are disabled.
21164         
21165 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
21166
21167         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
21168
21169 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
21170
21171         * DataGridBoolColumn.cs: fixes warning
21172
21173 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
21174
21175         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
21176         to match more to match more precisely the MS Net behavior
21177
21178 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
21179
21180         * Hwnd.cs: Added field to track if window is mapped
21181         * XplatUIX11.cs: 
21182           - Unmap windows if they become 0-size, re-map when 
21183             they are >0 again; fixes #76035
21184           - Re-set our error handler after initializing X11Desktop
21185             to override any error handlers Gtk or whatever was called
21186             may have set.
21187
21188 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
21189
21190         * CheckedListBox.cs: Removed unused vars
21191         * ListView.cs: Fixed signatures
21192         * RichTextBox.cs: Removed unused vars
21193         * TextBoxBase.cs: Removed unused vars
21194         * XplatUIWin32.cs: Removed unused vars
21195         * XplatUIX11.cs: Removed unused vars
21196         * XplatUI.cs: Updated version and date to latest published
21197
21198 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
21199
21200         * Cursor.cs: Added private .ctor to work around a bug in
21201           resourceset (Thanks to Geoff Norton for the help on this)
21202         * SplitterEventArgs.cs: Made fields accessible so we don't
21203           waste boatloads of objects and can reuse the same one
21204           in Splitter
21205         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
21206           any captions and borders when generating screen coordinates
21207         * Splitter.cs: Reimplemented control, now fully complete, uses
21208           rubberband drawing, supports and obeys all properties, has
21209           proper cursors
21210
21211 2005-10-13  Miguel de Icaza  <miguel@novell.com>
21212
21213         * Form.cs (Form): Setup default values for autoscale and
21214         autoscale_base_size;  Make these instance variables, not static
21215         variables. 
21216
21217         (OnLoad): on the first load, adjust the size of the form.
21218
21219 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
21220
21221         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
21222           width argument to DrawReversibleRectangle()
21223         * XplatUIWin32.cs, XplatUIX11.cs: 
21224           - Implemented width for DrawReversibleRectangle()
21225           - Added logic to DrawReversibleRectangle that recognizes a zero
21226             width or height and only draws a line in that situation
21227         
21228 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
21229
21230         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
21231         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
21232         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
21233           method (it uses our FosterParent window to get a graphics context)
21234
21235 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
21236
21237         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
21238           and SetWindowBackground methods
21239         * Control.cs:
21240           - Setting proper ControlStyles
21241           - We no longer call XplatUI.SetWindowBackground and XplatUI.
21242             EraseWindowBackground, instead we draw the window background
21243             ourselves in PaintControlBackground. This behaviour is
21244             required to match MS, where, when OnPaintBackground is not
21245             called, the background is not drawn.
21246           - Removed unneeded Refresh() in set_Text
21247         * Hwnd.cs: Dropped the ErasePending support. No longer needed
21248         * XplatUIX11.cs:
21249           - Created DeriveStyles method to translate from CreateParams to
21250             FormBorderStyle and TitleStyle, also handles BorderStyle (which
21251             matches FormBorderStyle enum values)
21252           - Consolidated SetHwndStyles and CalculateWindowRect border/title
21253             style calculations into single DeriveStyles method
21254           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
21255             from redrawing the whole window on any resize or expose.
21256           - Fixed CreateWindow usage of SetWindowValuemask. Before not
21257             all styles were applied to our whole/client window appropriately
21258           - Removed EraseWindowBackground() and SetWindowBackground() methods
21259           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
21260             no longer clear/redraw the background through X
21261           - Removed handling of erase_pending bit, we have no use for it (or
21262             so it seems)
21263         * XplatUIOSX.cs:
21264           - Removed generation and handling of WM_ERASEBKGND message
21265           - Removed EraseWindowBackground() and SetWindowBackground() methods
21266           - Removed handling of hwnd.ErasePending flag
21267         * XplatUIWin32.cs:
21268           - Removed EraseWindowBackground() and SetWindowBackground() methods
21269           - We no longer call EraseWindowBackground on PaintEventStart, we 
21270             ignore the fErase flag, erasing is handled in Control in the
21271             background handler
21272         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
21273           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
21274           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
21275           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
21276           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
21277           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
21278           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
21279
21280 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
21281
21282         * PropertyGrids.cs: Get sub properties
21283         * PropertyGridView.cs: Fix drawing code
21284
21285 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
21286
21287         * ListBox.cs: Fixes 76383
21288
21289 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
21290
21291         * DataGridTextBoxColumn.cs: Sets location and size before attachment
21292         * ThemeWin32Classic.cs: Fixes border drawing and calculations
21293         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
21294
21295
21296 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
21297
21298         * ComboBox.cs: Fixes border drawing
21299
21300 2005-10-10  Miguel de Icaza  <miguel@novell.com>
21301
21302         * MimeIcon.cs: Ignore errors if the file can not be read.
21303
21304 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
21305
21306         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
21307          - Fixed border calculations
21308          - Fixed horizontal scrolling in single column listboxes
21309          - Fixed drawing issues
21310
21311 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
21312
21313         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
21314           FormBorderStyle enum
21315         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
21316           code to determine FormBorderStyles from CreateParams
21317         * Form.cs:
21318           - Fixed bug where we'd set the wrong window styles if we were
21319             not creating an MDI window
21320           - Added call to XplatUI.SetBorderStyle when form borders are set
21321         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
21322         * Hwnd.cs:
21323           - Removed obsolete edge style
21324           - Switched from BorderStyle to FormBorderStyle
21325         
21326 2005-10-10  Jackson Harper  <jackson@ximian.com>
21327
21328         * Form.cs: Use the property to get the window handle instead of
21329         accessing it directly. Prevents a null reference exception.
21330
21331 2005-10-10  Jackson Harper  <jackson@ximian.com>
21332
21333         * TreeView.cs: Don't adjust the rect given to DrawString now that
21334         our libgdiplus draws correctly.
21335
21336 2005-10-08  Jackson Harper  <jackson@ximian.com>
21337
21338         * TreeView.cs: Don't try to find the clicked on node if there are
21339         no nodes in the tree.
21340
21341 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
21342
21343         * RichTextBox.cs:
21344
21345           restore
21346
21347 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
21348
21349         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
21350           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
21351           ErrorProvider.cs:
21352           Use ResPool for brushes and dispose System.Drawing objects that
21353           are not used anymore.
21354
21355 2005-10-07  Jackson Harper  <jackson@ximian.com>
21356
21357         * MdiChildContext.cs: Use the new borders instead of drawing them
21358         ourselves.
21359
21360 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
21361
21362         * Calling UpdateBounds after changing the window's BorderStyle 
21363         since the style can change the ClientSize
21364
21365 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
21366
21367         * Control.cs: Made PaintControlBackground virtual
21368         * Panel.cs: Overriding PaintControlBackground instead of using paint
21369           event; paint event method was interfering with 'real' users of the
21370           event.
21371
21372 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
21373
21374         * ThemeWin32Classic.cs: remove border drawing since it is handled
21375         by the base control class now and was causing double border drawing.
21376
21377 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
21378
21379         * Panel.cs: Redraw our background on paint. Not a pretty solution,
21380           but it does seem to match MS behaviour. This fixes bug #75324
21381
21382 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
21383
21384         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
21385           somewhat hackish looking
21386
21387 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
21388
21389         * TextBoxBase.cs:
21390           - We now accept Enter even if AcceptEnter is false, if the containing
21391             form does not have an AcceptButton configured (fixes bug #76355)
21392           - Calculations are now fixed to no longer use Width/Height, but
21393             ClientSize.Width/Height, since we now support borders (this was
21394             a result of fixing borders and therefore bug #76166)
21395           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
21396             true (fixes bug #76354)
21397         
21398 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
21399
21400         * Control.cs: 
21401           - Defaulting BorderStyle and setting it in XplatUI when our window 
21402             is created
21403           - Added enum check to InternalBorderStyle setter
21404         * XplatUIX11.cs: 
21405           - Added drawing of window borders
21406           - Now properly calculates WM decorations offset for toplevel 
21407             windows (fixes bug #74763)
21408         * XplatUIWin32.cs: 
21409           - Implemented BorderStyles for windows (we're letting win32 draw 
21410             the border for us)
21411           - Fixed the signature for SetWindowLong
21412         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
21413           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
21414           setting borders
21415         * UpDownBase.cs: Remove drawing of borders, this is handled by
21416           the driver, outside the client area
21417         * ListView.cs: Removed bogus border calculations. The control should
21418           be oblivious to borders, since those are not part of the client
21419           area. 
21420         * X11DesktopColors.cs: Commented out (currently) unneeded variables
21421         * ThemeWin32Classic.cs: Removed border calculations from ListView 
21422           drawing code
21423
21424 2005-10-06  Jackson Harper  <jackson@ximian.com>
21425
21426         * MdiChildContext.cs: Clear out the old virtual position remove
21427         all the unneeded calls to CreateGraphics.
21428
21429 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
21430
21431         * TextControl.cs: Use proper color for highlighted text; fixes #76350
21432
21433 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
21434
21435         * Form.cs: 
21436           - Added loading and setting of our new default icon
21437           - Only set icon if window is already created
21438
21439 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
21440
21441         * Label.cs:
21442           - Do not explicitly set the foreground and background colors, to
21443             allow inheriting from parents (fixes #76302)
21444           - Use Control's InternalBorderStyle property to deal with borders
21445
21446 2005-10-06  Jackson Harper  <jackson@ximian.com>
21447
21448         * MdiChildContext.cs: Use the new xplatui function to draw a
21449         reversible rect.
21450
21451 2005-10-06  Jackson Harper  <jackson@ximian.com>
21452
21453         * Form.cs: Add the parent before creating the child context cause
21454         we need the parent when setting up the child.
21455
21456 2005-10-06  Jackson Harper  <jackson@ximian.com>
21457
21458         * FolderBrowserDialog.cs: redo the tree population code so a
21459         second thread isn't used. Should be a lot faster and more stable
21460         now.
21461
21462 2005-10-05  Jackson Harper  <jackson@ximian.com>
21463
21464         * TreeView.cs: There are no expand/collapse boxes if the node has
21465         no children.
21466
21467 2005-10-05  Jackson Harper  <jackson@ximian.com>
21468
21469         * X11DesktopColors.cs: Get menu colours for the gtk theme.
21470
21471 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
21472
21473         * FileDialog.cs: Fix InitialDirectory
21474
21475 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
21476
21477         * ComboBox.cs:
21478                 - Fixes changing between styles
21479                 - Fixes simple mode
21480                 - Fixes last item crashing when navigating with keyboard
21481
21482 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
21483
21484         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
21485
21486 2005-10-05  Jackson Harper  <jackson@ximian.com>
21487
21488         * TreeView.cs: If updating the root node do a full refresh.
21489         * TreeNode.cs: The root node should be expanded by default. Also
21490         added a utility prop to tell if we are the root node.
21491         * TreeNodeCollection.cs: Only refresh if the node we are being
21492         added to is expanded. Also added a comment on a potential
21493         optimization.
21494         
21495 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
21496
21497         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
21498           in dispose method. Fixes #76330
21499
21500 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
21501
21502         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
21503
21504                 - Implements vertical and horizontal scrolling using XplatUI
21505                 - Fixes keyboard navagation
21506                 - Fixes EnsureVisible
21507                 - Drawing fixes
21508                 - Handles and draws focus properly
21509
21510
21511 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
21512
21513         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
21514           Create handle. NET_2_0: Destroy handle when value is null.
21515
21516 2005-10-03  Jackson Harper  <jackson@ximian.com>
21517
21518         * ScrollBar.cs: My last scrollbar patch was broken. This is a
21519         revert and a new patch to prevent the thumb from refreshing so
21520         much.
21521
21522 2005-10-02  Jackson Harper  <jackson@ximian.com>
21523
21524         * ScrollBar.cs: Don't update position if it hasn't actually
21525         changed. This occurs when you hold down the increment/decrement
21526         buttons and the thumb gets to the max/min.
21527
21528 2005-10-01  Jackson Harper  <jackson@ximian.com>
21529
21530         * Form.cs:
21531         * MdiChildContext.cs:
21532         * MdiClient.cs: Implement ActiveMdiChild in Form.
21533
21534 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
21535
21536         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
21537
21538 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
21539
21540         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
21541           be found
21542
21543 2005-09-30  Jackson Harper  <jackson@ximian.com>
21544
21545         * ListBox.cs: Don't do a full refresh unless some data has
21546         actually changed.
21547
21548 2005-09-30  Jackson Harper  <jackson@ximian.com>
21549
21550         * TreeView.cs: Make sure that the checkboxes size is factored in
21551         even when not visible.
21552
21553 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
21554
21555         * FileDialog.cs: Fix Jordi's build break
21556
21557 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
21558
21559         * FileDialog.cs: 
21560                 - Use standard the Windows colours for the combobox as espected
21561                 - Dispose objects that use resouces when no longer need them
21562
21563 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
21564
21565         * X11DesktopColors.cs: Initial incomplete implementation
21566         * XplatUIX11.cs: Added call to initialize X11DesktopColors
21567
21568 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
21569
21570         * Theme.cs: 
21571           - Switched Theme color names to match the names defined in 
21572             System.Drawing.KnownColors. Life's hard enough, no need to make 
21573             it harder.
21574           - Added setters to all theme color properties so themes can set
21575             their color schemes. The setters also propagate the color changes
21576             to System.Drawing.KnownColors via reflection
21577         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
21578           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
21579           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
21580           use the new, more logical theme color names
21581         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
21582           post-NT colors
21583         * ThemeWin32Classic.cs:
21584           - Removed code to set the old classic Windows colors. Instead it
21585             now relies on the colors returned by System.Drawing.KnownColors
21586             which will be either modern static colors (Unix) or colors
21587             read from the user's configuration (Win32)
21588           - Updated to use the new, more logical theme color names
21589           - Switched DataGrid drawing code to use only Theme colors instead of
21590             a mix of System.Drawing.KnownColors and Theme colors
21591           - DrawFrameControl(): Removed code that fills the button area, the
21592             fill would overwrite any previous fill done by a control. This
21593             fixes bug #75338 
21594           - Added DrawReversibleRectangle() stub
21595         * ScrollableControl.cs: Set visible state to false when scrollbars
21596           are removed (pdn fix)
21597         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
21598           DrawReversibleRectangle() method to allow drawing primitive 
21599           'rubber bands'
21600         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
21601
21602 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21603
21604         * ImageList.cs: Add(Icon): Create handle.
21605
21606 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
21607
21608         * ListView.cs:
21609         * ThemeWin32Classic.cs:
21610                 - Fixes detail mode
21611                 - Sets clippings
21612                 - Issues with drawing
21613
21614 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21615
21616         * ImageList.cs: Moved RecreateHandle back to ImageList as event
21617           source has to be the ImageList.
21618
21619 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21620
21621         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
21622
21623 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21624
21625         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
21626
21627 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21628
21629         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
21630
21631 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
21632         * GridItem.cs: Fixed TODOs
21633         * GridItemCollection.cs: Added ICollection interface
21634
21635 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
21636
21637         * ImageList.cs: Resize icons when needed.
21638
21639 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
21640
21641         * ListViewItem.cs
21642                 - Fixes GetBounds and returns on screen rects
21643         * ListView.cs:
21644                 - Fixes vertical and horzintal scrolling of items
21645         * ThemeWin32Classic.cs:
21646                 - Fixes drawing
21647                 
21648 2005-09-29  Raja R Harinath  <harinath@gmail.com>
21649
21650         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
21651
21652 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
21653
21654         * ImageList.cs: Added comments about handle creation. Moved Handle,
21655           HandleCreated and OnRecreateHandle implementations to ImageCollection.
21656           Handle is created in Add methods.
21657
21658 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
21659          
21660         * DataGridDrawingLogic.cs: 
21661                 - Takes rows into account on Colum calculations
21662                 - Returns the column when clickig
21663         * DataGrid.cs:
21664                 - Fixes default HitTestInfo values
21665                 - Fixes HitTestInfo.ToString
21666                 - Fixes ResetBackColor          
21667         
21668 2005-09-28  Jackson Harper  <jackson@ximian.com>
21669
21670         * MdiChildContext.cs: Obey rules for fixed sized windows (no
21671         sizing or cursor changes). Also added some temp code to draw the
21672         titlebars text (Makes dev a little easier).
21673
21674 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
21675
21676         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
21677
21678 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
21679          
21680         * ListBox.cs: Fixes bug 76253
21681
21682 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
21683
21684         * ImageList.cs: Added comments about the current implementation. Added
21685           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
21686           Format32bppArgb to preserve transparency and can use Graphics.FromImage
21687           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
21688           with Bitmap.LockBits for better performance. Revised the whole file to
21689           match MS.NET behaviour and provide better performance. Non-public
21690           interface members are calling public members even when they throw
21691           NotSupportedException for better maintainability. Moved ColorDepth,
21692           ImageSize, ImageStream and TransparentColor implementations to
21693           ImageCollection for better performance as these properties are not used
21694           by ImageList.
21695         * ImageListStreamer.cs: Added a new internal constructor that takes an
21696           ImageList.ImageCollection and serializes Images based on
21697           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
21698           match ImageList property name.
21699
21700 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
21701
21702         * ListBox.cs: Fixes IndexFromPoint for last item
21703
21704 2005-09-27  Jackson Harper  <jackson@ximian.com>
21705
21706         * Form.cs: Set the position of new mdi children correctly.
21707
21708 2005-09-27  Jackson Harper  <jackson@ximian.com>
21709
21710         * MdiClient.cs: New mdi children need to be added to the back of
21711         the controls collection so the zorder is set correctly. Also add a
21712         count of all the child windows that have been created.
21713
21714 2005-09-27  Jackson Harper  <jackson@ximian.com>
21715
21716         * Form.cs (CreateParams): Setup MDI forms correctly.
21717
21718 2005-09-27  Jackson Harper  <jackson@ximian.com>
21719
21720         * MdiChildContext.cs:
21721         * MonthCalendar.cs:
21722         * UpDownBase.cs:
21723         * ListBox.cs:
21724         * ListView.cs:
21725         * TextBoxBase.cs:
21726         * TreeView.cs:
21727         * ScrollableControl.cs:
21728         * ComboBox.cs: Add implicit controls using the new implict control
21729         functionality in ControlCollection. Also try to block multiple
21730         control add in a suspend/resume layout to save some cycles.
21731         
21732 2005-09-27  Jackson Harper  <jackson@ximian.com>
21733
21734         * Control.cs: Add functionality to the controls collection to add
21735         'implicit controls' these are controls that are created by the
21736         containing control but should not be exposed to the user. Such as
21737         scrollbars in the treeview.
21738         * Form.cs: The list var of the ControlsCollection is no longer
21739         available because of the potential of implicit controls getting
21740         ignored by someone accessing the list directly.
21741
21742 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
21743
21744         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
21745           loose it's parent. (Fixed bug introduced in r49103 when we added
21746           setting the child parent to null on Remove)
21747
21748 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
21749
21750         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
21751         * Splitter.cs: Added missing attributes for BorderStyle property.
21752         * TextBoxBase.cs: Marked Calculate* methods internal.
21753         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
21754         MS.NET.
21755
21756 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
21757          
21758         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
21759
21760 2005-09-25  Jackson Harper  <jackson@ximian.com>
21761
21762         * TreeView.cs: Update the node bounds correctly regardless of
21763         whether the node is visible.
21764
21765 2005-09-25  Jackson Harper  <jackson@ximian.com>
21766
21767         * ImageList.cs: Don't dispose the image after it is added to the
21768         image list. Only reformat images that need to be resized.
21769
21770 2005-09-25  Jackson Harper  <jackson@ximian.com>
21771
21772         * ImageList.cs: Don't set the format when changing the image.
21773
21774 2005-09-25  Jackson Harper  <jackson@ximian.com>
21775
21776         * TreeView.cs: We can't just assume the node has a font. Use the
21777         treeviews font if no node font is available.
21778
21779 2005-09-25  Jackson Harper  <jackson@ximian.com>
21780
21781         * TreeView.cs: Allow the scrollbars to be reset with negative
21782         values.
21783         - Don't add scrollbars to negative sized windows.
21784
21785 2005-09-23  Jackson Harper  <jackson@ximian.com>
21786
21787         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
21788         old Mono.Posix. Also remove some stray code that shouldn't have
21789         been committed.
21790
21791 2005-09-23  Jackson Harper  <jackson@ximian.com>
21792
21793         * TreeView.cs: Attempt at proper sizing of the horizontal
21794         scrollbar. Also don't resize the scrollbars unless they are
21795         visible.
21796
21797 2005-09-23  Jackson Harper  <jackson@ximian.com>
21798
21799         * TreeView.cs: We don't need to expand the invalid area when the
21800         selection changes, as this is all drawn in the node's bounding
21801         box. The area needs to be expanded (previous typo was contracting
21802         it) when the focus rect moves.
21803
21804 2005-09-23  Jackson Harper  <jackson@ximian.com>
21805
21806         * TreeView.cs: Display the selection box under the correct
21807         circumstances. We were rendering white text with no selection box
21808         before.
21809
21810 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
21811
21812         * TextControl.cs(Split): Now updates selection start/end if it points 
21813           into a line that's being split. Fixes a FIXME and bug #75258
21814
21815 2005-09-23  Jackson Harper  <jackson@ximian.com>
21816
21817         * Binding.cs:
21818         * ListControl.cs: Don't use the path when retrieving binding
21819         managers from the binding context. My bat sense tells me that the
21820         path is only used on insertion.
21821
21822 2005-09-22  Jackson Harper  <jackson@ximian.com>
21823
21824         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
21825
21826 2005-09-22  Jackson Harper  <jackson@ximian.com>
21827
21828         * Splitter.cs: There are special cursors used for splitting.
21829         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
21830
21831 2005-09-22  Jackson Harper  <jackson@ximian.com>
21832
21833         * Splitter.cs: Change the cursor appropriately when the splitter
21834         is moused over, so the user actually knows there is a splitter
21835         there.
21836
21837 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
21838
21839        * Label.cs : Fix ToString method to give same output as MS.NET
21840
21841 2005-09-22  Jackson Harper  <jackson@ximian.com>
21842
21843         * TreeView.cs: Create the scrollbars when the handle is created
21844         and add them right away, just make them invisble. Also account for
21845         the window being shrunk vertically to the point that the vert
21846         scrollbar needs to be added.
21847         - Remove some 0.5 adjustments to get around anti aliasing issues.
21848         
21849 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
21850          
21851         * MainMenu.cs: Fixes default value
21852         * MenuItem.cs: Fixes default value
21853
21854 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
21855
21856         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
21857
21858 2005-09-21  Jackson Harper  <jackson@ximian.com>
21859
21860         * Control.cs: Don't try to set the border style on the window if
21861         it hasn't been created. When the window is created the border
21862         style will be used.
21863
21864 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
21865
21866         * Control.cs (Update): Don't call XplatUI if we don't have a
21867           window handle yet
21868
21869 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
21870
21871         * ContainerControl.cs: Instead of throwing an exception, print
21872           a one-time warning about Validate not being implemented
21873         * XplatUIWin32.cs: Removed debug output
21874
21875 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
21876
21877         * Control.cs: Only set XplatUI background if we expect the windowing
21878           system to handle the background. This stops controls that draw their
21879           own background from flickering
21880
21881         * XplatUIX11.cs: Support custom visuals and colormaps for window 
21882           creation. This allows, amongst other things, using MWF X11 windows 
21883           with OpenGL.
21884
21885 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
21886
21887         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
21888           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
21889           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
21890           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
21891           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
21892           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
21893           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
21894           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
21895           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
21896           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
21897           GridColumnStylesCollection.cs, 
21898           IDataGridColumnStyleEditingNotificationService.cs,
21899           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
21900           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
21901           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
21902           TreeNodeCollection.cs, AmbientProperties.cs, 
21903           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21904           DataObject.cs, ErrorProvider.cs, Splitter.cs,
21905           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
21906           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
21907           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
21908           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
21909           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
21910           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
21911           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
21912           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
21913           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
21914           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
21915           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
21916           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
21917           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
21918           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
21919           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
21920           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
21921           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
21922           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
21923           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
21924           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
21925           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
21926           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
21927           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
21928           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
21929           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
21930           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
21931           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
21932           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
21933           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
21934           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
21935           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
21936           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
21937           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
21938           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
21939           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
21940
21941 2005-09-21  Jackson Harper  <jackson@ximian.com>
21942
21943         * TreeNode.cs: Call Before/After Expand not Collapse when
21944         expanding.
21945
21946 2005-09-20  Jackson Harper  <jackson@ximian.com>
21947         
21948         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
21949
21950 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
21951          
21952         * ListViewItem.cs:
21953                 - Fixes bug 76120
21954                 - Fixes proper storing of subitems
21955                 - Fixes not updated items
21956
21957 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
21958
21959         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
21960           things if our window handle isn't created yet. Also disabled 
21961           debug for TextBoxBase
21962
21963 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
21964
21965         * MenuAPI.cs: Remove filtering of events to allow menu usage
21966
21967 2005-09-20  Miguel de Icaza  <miguel@novell.com>
21968
21969         * Cursor.cs: Allow null to be passed to Cursor.Current.
21970
21971 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
21972
21973         * ThemeWin32Classic.cs:
21974           - Change some private methods/fields to protected virtual so that 
21975             they can be accessed and overriden in derived classes
21976           - First refactoring of some methods. Derived themes now don't 
21977             need to duplicate the complete code from ThemeWin32Classic
21978         * ThemeNice.cs:
21979           - Added nice StatusBar
21980           - Derive from ThemeWin32Classic and not Theme
21981           - Removed duplicate ThemeWin32Classic code
21982
21983 2005-09-20  Miguel de Icaza  <miguel@novell.com>
21984
21985         * Control.cs (ControlCollection.Add): If the value null is passed
21986         the control is ignored. 
21987
21988         Optimize this loop.
21989
21990 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
21991
21992         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
21993           PostQuitMessage state.
21994         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
21995
21996 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
21997
21998         * Application.cs: Our constructor will never get called, move 
21999           initialization to fields; fixes bug #75933
22000
22001 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
22002
22003         * FileDialog.cs :
22004                 - Allow files to be selected properly using file name
22005                 combo box.
22006                 - Add ability to change diretory (absolute / relative)
22007                 using file name combo box.
22008
22009 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
22010          
22011         * ListBox.cs: 
22012                 - Fixes Multicolumn listboxes item wrong calculations
22013                 - Allows to click when only one item is in the listbox
22014                 - Fixes crash when no items using keyboard navigation
22015
22016 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
22017
22018         * ComboBox.cs: Reverted almost everything from the latest patch which
22019           broke ComboBox
22020
22021 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
22022         
22023         * ToolTip.cs:
22024                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
22025         * ComboBox.cs:
22026                 - When DropDownStyle is Simple, it does not show scrollbar 
22027                 to the last item of the list.
22028                 - When DropDownStyle is Simple, it crashed when the list was 
22029                 scrolled down with the down cursor key.
22030                 - Fixed a bug that when DropDownStyle is DropDownList, the 
22031                 selected item was not shown.
22032                 - The position of the selected item was not preserved when 
22033                 the next dropdown happened.
22034         * ThemeWin32Classic.cs:
22035                 - Items were wrapped at the right end.
22036         * CheckedListBox.cs:
22037                 - Fixed Add method
22038         * ListBox.cs:
22039                 - Items should be fully shown.
22040                 - When resizing and vertical scrollbar disappeared, the item 
22041                 of index 0 should be on the top of the list.
22042                 - GetItemRectangle should consider the size of ver. scrollbar
22043         * StatusBar.cs:
22044                 - SizingGrip area should not be allocated when it is not 
22045                 displayed.
22046                 - Now it reflects MinWidth of the containing panel and 
22047                 fixed a crash that happens when its width becomes so small.
22048
22049 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
22050
22051         * CheckedListBox.cs: Fixes bug 76028
22052         * ListBox.cs: Fixes bug 76028
22053
22054 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
22055
22056         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
22057         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
22058
22059 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
22060
22061         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
22062
22063 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
22064
22065         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
22066
22067 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
22068
22069         * IRootGridEntry.cs: Added
22070         * PropertyGridCommands.cs: Added
22071         * PropertiesTab.cs: Added missing methods and property
22072         * PropertyGridView.cs: Made class internal
22073         * PropertyGridTextBox.cs: Made class internal
22074
22075 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
22076
22077         * MimeIcon.cs: Try to check some other environment variables
22078           if "DESKTOP_SESSION" returns "default"
22079
22080 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
22081
22082         * ThemeNice.cs: Corrected background colors (e.g. menus)
22083         * ColorDialog.cs: Use correct background colors for controls
22084
22085 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
22086
22087         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
22088
22089 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
22090
22091         * RichTextBox.cs: Added initial implementation
22092         * lang.cs: Removed. Was accidentally checked in long time ago
22093         * TODO: Removed. Contents were obsolete
22094
22095 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
22096                                                                                 
22097         * PropertiesTab.cs : Added
22098
22099 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
22100                                                                                 
22101         * PropertyGrid.cs : Update
22102         * PropertyGridView.cs : Update
22103         * System.Windows.Forms.resx : Added images and strings
22104
22105 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
22106
22107         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
22108  
22109 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
22110
22111         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
22112           a busy loop right after the Ungrab the X11 display is otherwise 
22113           blocked
22114
22115 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
22116
22117         * ThemeWin32Classic.cs: Optimise the use of clipping
22118
22119 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
22120
22121         * DataGrid.cs: fixes recursion bug
22122
22123 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
22124
22125         * ThemeNice.cs: 
22126           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
22127           - Cleanup
22128
22129 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
22130
22131         * ThemeNice.cs: Draw nice ProgressBars
22132
22133 2005-09-01  Miguel de Icaza  <miguel@novell.com>
22134
22135         * VScrollBar.cs: Another buglet found by Aaron's tool. 
22136
22137         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
22138         bug finder.
22139
22140 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
22141
22142         * ThemeNice.cs:
22143           - Added nicer menu drawing
22144           - Updated DrawTab
22145           - some refactoring
22146
22147 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
22148
22149         * CreateParams.cs (ToString): Made output match MS
22150         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
22151             handle is already created (to avoid forcing window creation)
22152         * XplatUIX11.cs: Set window text to caption after creating window,
22153           in case Text was set before window was created
22154         * Form.cs: Use this.Text instead of a static string as caption
22155
22156 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
22157
22158         * NotifyIcon.cs: Don't set the window to visible; this screws
22159           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
22160           OnPaint without a bitmap)
22161         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
22162           happen very often anyway; we could add the check to the WM_PAINT 
22163           event generation code
22164
22165 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
22166
22167         * NotifyIcon.cs: Fill the icon area with a background color, to 
22168           avoid 'residue' when transparent icons are drawn
22169         * XplatUIX11.cs:
22170           - Handle whole_window == client_window when destroying windows
22171           - SystrayAdd(): Set client_window to whole_window value to
22172             get mouse and other events passed to NotifyIcon
22173
22174 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
22175
22176         * Form.cs: Set proper default for Opacity property
22177         * NotifyIcon.cs:
22178           - ShowSystray(): Don't bother creating telling the OS
22179             about the systray item if no icon is provided
22180           - Now handles WM_NCPAINT message to deal with whole/client window
22181             split
22182           - Create window as visible to not get caught by Expose optimization
22183         * Hwnd.cs: Removed debug message
22184         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
22185           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
22186             PaintEventStart/End to use new client argument
22187         * TextBoxBase.cs:
22188           - Commented out debug messages
22189           - Switched PaintEventStart/End to use new client argument
22190         * XplatUI.cs: Added client window bool to PaintEventStart()/
22191           PaintEventEnd() calls, to support drawing in non-client areas
22192         * XplatUIDriver.cs: 
22193           - Added client window bool to PaintEventStart()/PaintEventEnd() 
22194             calls, to support drawing in non-client areas
22195           - Added conditional compile to allow using MWF BeginInvoke 
22196             on MS runtime
22197         * XplatUIX11.cs:
22198           - Added some conditional debug output
22199           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
22200             whole/client window split
22201           - Implemented handling of client argument to PaintEventStart()/End()
22202         * Control.cs:
22203           - Throw exception if BeginInvoke() is called and the window handle
22204             or one of the window's parent handles is not created
22205           - Added conditional compile to allow using MWF BeginInvoke on
22206             MS runtime
22207           - get_Parent(): Only sets parent if handle is created. This avoids
22208             forcing window handle creation when parent is set.
22209           - Now fires Layout and Parent changed events in proper order
22210           - Switched to use Handle instead of window.Handle for Z-Order setting,
22211             the get_Parent() patch above causes us to possibly get null for 'window'
22212           - Implemented handling of client argument to PaintEventStart()/End()
22213           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
22214             default handling)
22215           - Now sends a Refresh() to all child windows when Refresh() is called
22216
22217 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
22218
22219         * Form.cs: Added (non-functional) Opacity property
22220         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
22221
22222 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
22223         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
22224           use export MONO_THEME=nice to activate it.
22225           Currently supported controls:
22226           - Button
22227           - ComboBox
22228           - ScrollBar
22229           - TabControl (TabAlignment.Top only, other will follow)
22230         * ThemeEngine.cs: Add theme nice
22231         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
22232           if enabled
22233
22234 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
22235
22236         * Splitter.cs: Resize docked control and its neighbor.
22237
22238 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
22239         -- Making Windows with Menus layout correctly --
22240         * Form.cs : The first leg of the fix
22241                 Menu setter - adjust Client Size as needed to make space for the menu
22242                 SetClientSizeCore - doesn't call base version to be able to pass the 
22243                         menu handle to XplatUI.CalculateWindowRect
22244         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
22245         * XplatUIX11.cs: The critical second leg of the fix
22246                 GetWindowPos needs to use a recalculated client_rect
22247                 so that resizing the window doesn't break layout of child controls. 
22248                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
22249                 Lots of \t\n killed
22250
22251 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
22252
22253         * Label.cs: Now properly recalculates width and height on Font and Text
22254           changes if AutoSize is set
22255
22256 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
22257         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
22258
22259 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
22260
22261         * ImageList.cs: Makes ToString method compatible with MS
22262
22263 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
22264
22265         * MenuAPI.cs: fixes bug 75716
22266
22267 2005-08-11 Umadevi S <sumadevi@novell.com>
22268         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
22269
22270 2005-08-11 Umadevi S <sumadevi@novell.com>
22271         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
22272
22273 2005-08-10  Umadevi S <sumadevi@novell.com>
22274         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
22275
22276 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
22277
22278         * Menu.cs: fixes bug 75700
22279         * MenuAPI.cs: fixes navigation issues
22280
22281 2005-08-09  Umadevi S <sumadevi@novell.com>
22282         * CheckedListBox.cs - simple fix for GetItemChecked.
22283
22284 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
22285
22286         * ComboBox.cs: Serveral fixes
22287         * ListBox.cs: Serveral fixes
22288
22289 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
22290
22291         * ComboBox.cs: Fixes FindString methods and GetItemHeight
22292         * ListBox.cs: Fixes FindString methods
22293
22294 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
22295
22296         * DataGrid.cs: fixes bugs exposed by new tests
22297
22298 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
22299
22300         * Mime.cs: Compile Mono assembly references only if compiling
22301           with Mono (Allows to build with VS.Net again)
22302
22303 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
22304
22305         * Control.cs (PaintControlBackground): Draw background image
22306         corrrectly.
22307         (CheckForIllegalCrossThreadCalls): Stubbed.
22308         
22309         * Form.cs (OnCreateControl): Center when should be centered.
22310         
22311         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
22312
22313 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
22314
22315         * Binding.cs: Binding to properties should be case unsensitive
22316
22317 2005-07-18 vlindos@nucleusys.com
22318
22319         * DataGrid.cs: fixes setmember order
22320
22321 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
22322
22323         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
22324         * FileDialog.cs: FileDialog is now resizable and uses the new
22325           MimeIconEngine
22326
22327 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
22328
22329         * DataGridTextBoxColumn.cs: default value
22330         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
22331         * GridTableStylesCollection.cs: fixes checking MappingName
22332         * DataGridDrawingLogic.cs: fixes drawing logic issues
22333         * DataSourceHelper.cs: rewritten to make compatible with more data sources
22334         * DataGrid.cs: fixes    
22335
22336 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
22337
22338         * MimeGenerated.cs: Use case sensitive comparer for
22339           NameValueCollections
22340
22341 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
22342
22343         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
22344         * ThemeWin32Classic.cs: bug fixes, code refactoring
22345         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
22346         * DataGrid.cs: bug fixes, code refactoring
22347         * DataGridTextBox.cs: bug fixes, code refactoring
22348         * DataGridColumnStyle.cs:  bug fixes, code refactoring
22349         * Theme.cs:  bug fixes, code refactoring
22350
22351 2005-07-01  Peter Bartok  <pbartok@novell.com> 
22352
22353         * TextControl.cs: Quick fix for the reported crash on ColorDialog
22354           and other text box usage
22355
22356 2005-07-01  Jackson Harper  <jackson@ximian.com>
22357
22358         * TabControl.cs: Make sure the bottom of the tab covers the pages
22359         border.
22360
22361 2005-06-30  Peter Bartok  <pbartok@novell.com> 
22362
22363         * Form.cs (ShowDialog): Assign owner of the dialog
22364         * TextBoxBase.cs: Always refresh caret size when deleting, caret
22365           might have been moved to a tag with different height
22366
22367 2005-06-30  Jackson Harper  <jackson@ximian.com>
22368
22369         * Form.cs: Don't create an infinite loop when setting focus
22370         * MenuItem.cs: Don't dirty the parents if we don't have any
22371
22372 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
22373
22374         * LibSupport.cs: Rename
22375
22376 2005-06-29  Peter Bartok  <pbartok@novell.com>
22377
22378         * TextBoxBase.cs: Re-align caret after deleting a character
22379         * TextControl.cs:
22380           - DeleteChars(): Ensure that tag covers the provided position
22381           - StreamLine(): Drop reference for dropped tag
22382
22383 2005-06-29  Peter Bartok  <pbartok@novell.com> 
22384
22385         * TextControl.cs: 
22386           - Selections now work properly, anchoring at the initial location
22387             and properly extending in either direction (SetSelectionToCaret(),
22388             SetSelectionStart() and SetSelectionEnd())
22389           - No longer redraws the whole control on selection change, now
22390             calculates delta between previous and new selection and only
22391             invalidates/redraws that area
22392           - Fixed FindPos() math off-by-one errors
22393           - Changed DeleteChars() to verify the provided tag covers the
22394             provided position, selections may have a tag that doesn't cover
22395             the position if the selection is at a tag border
22396           - Fixed off-by-one errors in DeleteChars()
22397           - Added missing streamlining check in DeleteChars() to remove
22398             zero-length tags
22399           - Implemented Invalidate() method, now properly calculates exposures
22400             between two given lines/positions
22401           - Implemented SetSelection()
22402           - Obsoleted and removed FixupSelection()
22403           - Improved RecalculateDocument() logic, removing code duplication
22404
22405 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22406
22407         * LibSupport.cs: changes to match different input/output arguments.
22408
22409 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22410
22411         * LibSupport.cs: added libsupport.so init routine.
22412
22413 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
22414         
22415         * ControlBindingsCollection.cs
22416                 - Throws an exception on null datasource when adding
22417                 - Checks for duplicated bindings when adding
22418
22419 2005-06-28  Jackson Harper  <jackson@ximian.com>
22420
22421         * TreeView.cs (OnKeyDown): Support left and right properly
22422         (navigates as well as expanding and collapsing.
22423         - Add support for Multiply, this expands all the selected nodes
22424         children.
22425         - Fix some tabbing.
22426
22427 2005-06-28  Jackson Harper  <jackson@ximian.com>
22428
22429         * TreeView.cs: Implement keyboard navigation, currently supports,
22430         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
22431         support for toggling checkboxes with the space bar.
22432
22433 2005-06-28  Jackson Harper  <jackson@ximian.com>
22434
22435         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
22436         tree.
22437
22438 2005-06-28  Jackson Harper  <jackson@ximian.com>
22439
22440         * TreeView.cs: Add missing event.
22441
22442 2005-06-27  Peter Bartok  <pbartok@novell.com> 
22443
22444         * TextControl.cs:
22445           - Made line ending size configurable (now allows for counting 
22446             lineendings as \n or \r\n)
22447           - Added margin to viewport to keep caret visible on right side
22448           - Fixed translation routines for line/pos to documentpos to consider
22449             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
22450           - Fixed some line-endings to be unix style
22451           - Fixed Document.FormatText to perform it's calculations 1-based
22452           - Added descriptions for a few methods that might otherwise get 
22453             used wrong
22454           - Added NOTE section with some basic conventions to remember at 
22455             the top of the file
22456           - Major fixup for RichTextBox selection drawing:
22457             * Fixed crashes when multiple tags on a single line were selected
22458             * fixed selection box drawing not overlaying text
22459             * fixed bogus offset calculation for tags not starting at index 1
22460             * Switched behaviour from using multiple Substrings of a 
22461               StringBuilder.ToString() to using multiple 
22462               StringBuilder.ToString(start, length) statements, hoping this is
22463               faster (kept original version commented out in the code, in case
22464               original version was faster)
22465         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
22466           alignment != Left
22467         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
22468           call it as well
22469
22470 2005-06-27  Jackson Harper  <jackson@ximian.com>
22471
22472         * TabControl.cs: Move to the left and right with the arrow
22473         keys. These keys don't cycle beyond first and last like
22474         tab. Refresh all the tabs when scrolling them to the left or
22475         right.
22476
22477 2005-06-27  Jackson Harper  <jackson@ximian.com>
22478
22479         * TabControl.cs:
22480           - ToString: Added method
22481           - CreateParams: Remove TODO and comment
22482           - OnKeyDown: Cycle through bounds properly.
22483           - SelectedIndex: Scroll to the right or left if we need to
22484           display the newly selected tab.
22485
22486 2005-06-23  Jackson Harper  <jackson@ximian.com>
22487
22488         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
22489         set.
22490
22491 2005-06-23  Jackson Harper  <jackson@ximian.com>
22492
22493         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
22494         CTRL-SHIFT-TAB, and HOME, END are there any others?
22495
22496 2005-06-23  Jackson Harper  <jackson@ximian.com>
22497
22498         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
22499
22500 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
22501         
22502         * DataGridTextBoxColumn.cs: fixes and enhancements
22503         * ThemeWin32Classic.cs: fixes and enhancements
22504         * DataGridBoolColumn.cs:  fixes and enhancements
22505         * DataGridDrawingLogic.cs:  fixes and enhancements
22506         * CurrencyManager.cs: fixes and enhancements
22507         * DataGrid.cs: fixes and enhancements
22508         * DataGridColumnStyle.cs:  fixes and enhancements
22509
22510 2005-06-22  Jackson Harper  <jackson@ximian.com>
22511
22512         * TabControl.cs: Add some missing methods that just call into the
22513         base. Make the TabPageCollection's IList interface behave in the
22514         same manner as the MS implementation.
22515
22516 2005-06-22  Peter Bartok  <pbartok@novell.com> 
22517
22518         * TextControl.cs: Added sanity check
22519         * TextBoxBase.cs: 
22520           - Fixed wrapping behaviour, don't set wrap on single line controls
22521             (this fixes the breakage of colordialog introduced in an earlier
22522              checkin)
22523           - Added rudimentary support for autoscrolling right-aligned controls
22524             (still needs fixing, also, center alignment scroll is missing)
22525
22526 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
22527         
22528         * ScrollBar.cs: Fixes thumbpos on Maximum values
22529
22530 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
22531         
22532         * PropertyGridView.cs: Pass context information to UITypeEditors 
22533
22534 2005-06-21  Peter Bartok  <pbartok@novell.com> 
22535
22536         * TextBoxBase.cs:
22537           - Now calling PositionCaret with absolute space coordinates
22538           - Enabled vertical scrolling
22539           - Better tracking of scrollbar changes, tied into WidthChange
22540             event
22541           - Improved cursor tracking
22542           - Removed debug output
22543         * TextControl.cs:
22544           - PositionCaret coordinates are now works in absolute space, not 
22545             the canvas
22546           - Improved tracking of document size
22547           - Added events for width and height changes
22548
22549 2005-06-21  Peter Bartok  <pbartok@novell.com>
22550
22551         * Form.cs: Set focus to active control when form is activated
22552         * TextControl.cs: 
22553           - Added word-wrap functionality to RecalculateLine() 
22554           - Added some short function descriptions for VS.Net to aid in
22555             writing dependent controls
22556           - Added Caret property, returning the current coords of the caret
22557           - Added ViewPortWidth and ViewPortHeight properties
22558           - Added Wrap property
22559           - Added CaretMoved event
22560           - Removed some old debug code
22561           - Split() can now create soft splits
22562           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
22563           - Added method to format existing text
22564           - Fixed size/alignment calculations to use viewport
22565           - RecalculateDocument now can handle changing line-numbers while
22566             calculating lines
22567
22568         * TextBox.cs:
22569           - Added some wrap logic, we don't wrap if alignment is not left
22570           - Added casts for scrollbar var, base class switched types to
22571             also support RichTextBoxA
22572           - Implemented handling of scrollbar visibility flags
22573
22574         * TextBoxBase.cs:
22575           - Switched scrollbars type to RichTextBoxScrollBars to support
22576             RichTextBox
22577           - Added tracking of canvas width/height
22578           - Switched scrollbars to be not selectable (to keep focus on text)
22579           - Added central CalculateDocument() method to handle all redraw
22580             requirements
22581           - Added ReadOnly support
22582           - Added WordWrap support
22583           - Fixed handling of Enter key (we now treat it as a DialogKey)
22584           - Fixed caret positioning when h or v scroll is not zero
22585           - Fixed placing/generation of vertical scrollbar
22586           - Added CalculateScrollBars() method to allow updating scrollbar
22587             limits and visibility
22588           - Fixed handling of horizontal scroll
22589           - Added handling of vertical scroll
22590           - Implemented auto-'jump' when caret moves to close to a left or
22591             right border and there is text to be scrolled into view (currently
22592             there's the potential for a stack overflow, until a bug in
22593             scrollbar is fixed)
22594
22595 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
22596         
22597         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
22598
22599 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
22600
22601         * Mime.cs:
22602         - added inodes.
22603         - return application/x-zerosize for files with size zero
22604           (if no extension pattern matches).
22605         - check matches collection for strings too.
22606         - return only the first mime type if the name value
22607           collection has more than one mime type.
22608
22609 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
22610         
22611         * PropertyGrid.cs: Cleaned up some TODOs
22612         * PropertyGridView.cs: Added support for UITypeEditors
22613
22614 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
22615         
22616         * DataGrid.cs: clears cached value
22617
22618 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
22619
22620         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
22621         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
22622         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
22623         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
22624         
22625 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
22626
22627         * ThemeWin32Classic.cs: fixes colour
22628
22629 2005-06-15  Peter Bartok  <pbartok@novell.com>
22630
22631         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
22632         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
22633         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
22634         * Control.cs: Added some MWFCategory and MWFDescription attributes
22635         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
22636
22637 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
22638
22639         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
22640         usage
22641
22642 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
22643
22644         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
22645         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
22646         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
22647         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
22648         * DataGrid.cs: default datagrid settings for Default Styles, fixes
22649         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
22650
22651 2005-06-13  Jackson Harper  <jackson@ximian.com>
22652
22653         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
22654         isn't printed when the user enables dropping. (X11 does accept
22655         drops).
22656         
22657 2005-06-13  Jackson Harper  <jackson@ximian.com>
22658
22659         * TreeView.cs: Remove some TODOS.
22660
22661 2005-06-13  Jackson Harper  <jackson@ximian.com>
22662
22663         * Form.cs: Hook into the mdi framework.
22664         * MdiClient.cs: Use the base control collections add method so
22665         parents get setup correctly. Set the default back colour and dock
22666         style.
22667         * MdiChildContext.cs: New class, this bad actor handles an
22668         instance of an MDI window. Right now there is only basic
22669         support. You can drag, close, and resize windows. Minimize and
22670         Maximize are partially implemented.
22671
22672 2005-06-13  Jackson Harper  <jackson@ximian.com>
22673
22674         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
22675         freaky when both vals are negative. NOTE: There are probably other
22676         places in XplatUIX11 that this needs to be done.
22677
22678 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
22679
22680         * DataGrid.cs: implement missing methods, move KeyboardNavigation
22681         * DataGridColumnStyle.cs: fixes signature
22682
22683 2005-06-12  Jackson Harper  <jackson@ximian.com>
22684
22685         * XplatUIX11.cs: Use sizing cursors similar to the ones on
22686         windows.
22687
22688 2005-06-11  Jackson Harper  <jackson@ximian.com>
22689
22690         * StatusBarPanel.cs: Signature cleanups. Implement
22691         BeginInit/EndInit.
22692
22693 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
22694
22695         * DataGridTextBoxColumn.cs: Honors aligment
22696         * GridColumnStylesCollection.cs: Contains is case unsensitive
22697         * GridTableStylesCollection.cs: several fixes
22698         * DataGridTableStyle.cs: default column creation
22699         * DataGridDrawingLogic.cs: fixes
22700         * CurrencyManager.cs: ListName property
22701         * DataGrid.cs: multiple styles support
22702         * DataGridColumnStyle.cs: fixes
22703         
22704
22705 2005-06-10  Peter Bartok  <pbartok@novell.com>
22706
22707         * Control.cs(Select): Moved SetFocus call to avoid potential
22708           loops if controls change the active control when getting focus
22709         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
22710           the up/down buttons
22711
22712 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
22713
22714         * ImageListConverter.cs: Implemented
22715
22716 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
22717
22718         * MonthCalendar.cs: Wired in NumericUpDown control for year
22719
22720 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
22721
22722         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
22723           DoubleClick events, since they are not meant to be fired.
22724
22725 2005-06-09  Peter Bartok  <pbartok@novell.com>
22726
22727         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
22728           Jonathan's standalone controls into MWF, implemented missing
22729           events, attributes and methods; added xxxAccessible classes
22730         * AccessibleObject.cs: Made fields internal so other classes
22731           can change them if needed
22732
22733 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
22734
22735         * UpDownBase.cs: Complete implementation
22736         * NumericUpDown.cs: Complete implementation
22737         * DomainUpDown.cs: Complete implementation
22738
22739 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
22740
22741         * DataGridTextBoxColumn.cs: drawing fixes
22742         * DataGridCell.cs: fixes ToString method to match MSNet
22743         * DataGridTableStyle.cs: fixes
22744         * DataGridBoolColumn.cs: fixes, drawing
22745         * DataGridDrawingLogic.cs: fixes, new methods
22746         * DataGridTextBox.cs: Keyboard and fixes
22747         * DataGrid.cs:
22748                 - Keyboard navigation
22749                 - Scrolling fixes
22750                 - Row selection (single, multiple, deletion, etc)
22751                 - Lots of fixes
22752         
22753 2005-06-07  Jackson Harper  <jackson@ximian.com>
22754
22755         * ThemeWin32Classic.cs: Clear the background area when drawing
22756         buttons.
22757
22758 2005-06-06  Peter Bartok  <pbartok@novell.com>
22759
22760         * ImageListStreamer.cs: Fixed signature for GetData
22761         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
22762         * ComboBox.cs:
22763           - Added missing ChildAccessibleObject class
22764           - Added missing OnXXXFocus overrides, switched to using those
22765             instead of the event handler
22766         * Control.cs:
22767           - Added Parent property for ControlAccessibleObject
22768           - Fixed signatures
22769           - Fixed attributes
22770           - Added ResetBindings()
22771         * ListBindingConverter.cs: Implemented some methods
22772         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
22773         * ImageList.cs: Implemented basic handle scheme, removed TODOs
22774         * ContainerControl.cs: Fixed signature, now subscribing to the
22775           ControlRemoved event instead of overriding the handler, LAMESPEC
22776         * CurrencyManager.cs: Added missing attribute
22777         * MonthCalendar.cs: Added missing properties
22778
22779 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
22780
22781         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
22782         
22783 2005-06-06  Gaurav Vaish and Ankit Jain
22784
22785         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
22786         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
22787         
22788 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
22789
22790         * Control.cs: fixes CreateParams Width / Height.
22791
22792 2005-06-05  Peter Bartok  <pbartok@novell.com>
22793
22794         * Win32DnD.cs: Removed compilation warnings
22795
22796 2005-06-05  Peter Bartok  <pbartok@novell.com>
22797
22798         * Control.cs (CreateParams): Since we don't know if one of the
22799           properties we use is overridden, lets make sure if we fail accessing
22800           we continue with a backup plan
22801
22802 2005-06-05  Peter Bartok  <pbartok@novell.com>
22803
22804         * Win32DnD.cs:
22805           - Removed debug output
22806           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
22807             struct
22808           - Plugged resource leak
22809         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
22810           MS size
22811
22812 2005-06-05  Peter Bartok  <pbartok@novell.com>
22813
22814         * XplatUIWin32.cs: Removed DnD code
22815         * Win32DnD.cs: Implemented drop source and drop target functionality
22816
22817 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22818
22819         * UpDownBase.cs: remove duplicate addition of event, enable some code
22820         that was commented out.
22821         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
22822         Validate input when a key is pressed. It works fine now for every
22823         combination of Hexadecimal. Only missing some drawing love when sharing
22824         space with other controls.
22825
22826 2005-06-04  Peter Bartok  <pbartok@novell.com>
22827
22828         * Control.cs:
22829           - We need to pass a window for DragDrop, so enable callback events
22830           - Added DnD callback events when being a DragSource
22831         * XplatUI.cs (StartDrag): Added window handle argument
22832         * XplatUIDriver.cs (StartDrag): Added window handle argument
22833         * QueryContinueDragEventArgs: Made fields internally accessible so
22834           drivers can set them
22835         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
22836           can set them
22837
22838 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
22839
22840         * DataGridTextBoxColumn.cs: column text editing
22841         * DataGridTableStyle.cs: Respect columns styles created by the user
22842         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
22843         * DataGridBoolColumn.cs: bool column editing
22844         * DataGrid.cs: fixes to scrolling, properties, etc
22845         * DataGridTextBox.cs: handle keyboard
22846         * DataGridColumnStyle.cs: fixes
22847
22848 2005-06-02  Jackson Harper  <jackson@ximian.com>
22849
22850         * ImageListStreamer.cs: Somewhat broken implementation of
22851         GetObjectData. The RLE needs some work to match MS properly.
22852
22853 2005-06-02  Jackson Harper  <jackson@ximian.com>
22854
22855         * X11Dnd.cs: Attempting to keep at least one file in MWF
22856         monostyled.
22857
22858 2005-06-02  Peter Bartok  <pbartok@novell.com>
22859
22860         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
22861           that way
22862
22863 2005-06-02  Peter Bartok  <pbartok@novell.com>
22864
22865         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
22866         * XplatUI.cs: Added DoDragDrop() method
22867         * XplatUIDriver.cs: Added DoDragDrop() method
22868
22869 2005-06-02  Jackson Harper  <jackson@ximian.com>
22870
22871         * Splitter.cs: Implement BorderStyle.
22872
22873 2005-06-02  Jackson Harper  <jackson@ximian.com>
22874
22875         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
22876         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
22877         X11 using XDND.
22878
22879 2005-06-02  Peter Bartok  <pbartok@novell.com>
22880
22881         * DataObject.cs:
22882           - Added Data setter
22883           - Fixed broken insertion code for SetData, now also
22884             overwrites any existing entry of the same format name
22885         * Hwnd.cs: Added list of pointers that automatically gets
22886           freed when the window is disposed
22887         * XplatUI.cs: Call driver initialization method when loading
22888           a driver
22889         * Control.cs:
22890           - OnDragLeave takes EventArgs, not DragEventArgs
22891           - Added setting of WS_EX_ACCEPTFILES style when dropping is
22892             supported
22893           - Forces style update when drop state changes
22894         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
22895           not perfect since we cannot (yet) call the IDataObject.GetData()
22896           method, we keep getting 0x80004005 error, dunno why)
22897
22898 2005-06-02  Peter Bartok  <pbartok@novell.com>
22899
22900         * DragEventArgs.cs: Make fields internal so we can cache the
22901           object and re-set the fields from XplatUI
22902
22903 2005-06-02  Jackson Harper  <jackson@ximian.com>
22904
22905         * Control.cs: Add some internal methods so the DnD subsystem can
22906         raise DnD events. Also call into the driver when AllowDrop is set.
22907         * XplatUI.cs:
22908         * XplatUIDriver.cs: New method for setting whether or not a window
22909         is allowed to accept drag and drop messages.
22910                 
22911 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
22912         
22913         * ScrollBar.cs: Make sure that values sent in Scroll events
22914         are always between Maximum and Minimum.
22915
22916 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
22917
22918         * Menu.cs: Call MenuChanged when menuitem visibility has been
22919         changed.
22920         * MenuItem.cs: Rebuild menu when item is (not) visible.
22921         * MainMenu.cs: MainMenu has special MenuChanged.
22922         * Theme.cs: Caption and FrameBorderSize are not fixed.
22923         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
22924         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
22925         * XplatUIX11.cs,
22926         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
22927         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
22928
22929 2005-05-30  Jackson Harper  <jackson@ximian.com>
22930
22931         * DataFormat.cs: We can't statically initialize this stuff because
22932         it calls into the xplatui and could create a loop. So we lazy init
22933         it.
22934
22935 2005-05-28  Jackson Harper  <jackson@ximian.com>
22936
22937         * Control.cs: Proper implementation of Product(Name/Version).
22938
22939 2005-05-27  Jackson Harper  <jackson@ximian.com>
22940
22941         * DataObject.cs: Dont crash if no data is found.
22942
22943 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
22944         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
22945                 as per status page, guessing it should be set to true
22946
22947 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
22948
22949         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
22950         * DataGridTableStyle.cs: set proper formatting text, def header text
22951         * ThemeWin32Classic.cs: new themable paramaters
22952         * DataGridBoolColumn.cs: paint check box, get data, fixes
22953         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
22954         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
22955         * DataGridColumnStyle.cs: fixes
22956         * Theme.cs: new themable paramaters
22957                 
22958 2005-05-26  Peter Bartok  <pbartok@novell.com>
22959
22960         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
22961
22962 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
22963         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
22964
22965 2005-05-24  Peter Bartok  <pbartok@novell.com>
22966
22967         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
22968           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
22969           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
22970           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
22971           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
22972           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
22973           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
22974           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
22975           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
22976           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
22977           missing attributes, etc
22978         * DataGridPreferredColumnWidthTypeConverter.cs: Added
22979
22980 2005-05-24  Peter Bartok  <pbartok@novell.com>
22981
22982         * Help.cs: Added, implemented trivial functions, throws up MessageBox
22983           when user tries to get help
22984         * DataObject.cs, DataFormats.cs, LinkArea.cs,
22985           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
22986           to suppress warnings
22987         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
22988           avoid unreachable code warning
22989
22990 2005-05-20  Peter Bartok  <pbartok@novell.com>
22991
22992         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
22993
22994 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
22995
22996         * DataGridTextBoxColumn.cs: Basic painting methods
22997         * DataGridTableStyle.cs: Set table style in the column
22998         * ThemeWin32Classic.cs: Use Theme for colors
22999         * DataGridDrawingLogic.cs: Implement more drawing
23000         * DataGrid.cs: drawing, theming, enhacements, fixes
23001         * DataGridColumnStyle.cs: fixes, drawing
23002         * Theme.cs: theming for Datagrid
23003
23004 2005-05-20  Peter Bartok  <pbartok@novell.com>
23005
23006         * Cursor.cs: Implemented GetObjectData() method
23007
23008 2005-05-20  Peter Bartok  <pbartok@novell.com>
23009
23010         * Cursors.cs: Added setting of cursor name
23011         * Cursor.cs:
23012           - Implemented constructors
23013           - Implemented Draw and DrawStretched
23014           - Implemented Current property
23015           - Implemented == and != operators
23016           - Implemented Dispose()
23017           - Implemented ToString
23018           - Added missing attributes
23019         * XplatUIX11.cs:
23020           - Added missing reset for OverrideCursor when DoEvents is called
23021           - Fixed creation of cursor, logic was wrong
23022         * XplatUIWin32.cs:
23023           - Added missing reset for OverrideCursor when DoEvents is called
23024           - Fixed creation of cursor, bit arrays were swapped
23025         * Clipboard.cs: Removed obsolete MonoTODO attribute
23026
23027 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
23028
23029         * ComboBox.cs: fixes OnSelectedItemChanged
23030         * ControlBindingsCollection.cs: fixes item range check
23031
23032 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
23033
23034         * UpDownBase.cs:
23035                 - Calc preferred height properly
23036                 - Implement missing properties
23037                 
23038         * NumericUpDown.cs: Implement missing events
23039
23040 2005-05-19  Jackson Harper  <jackson@ximian.com>
23041
23042         * TabControl.cs: New method that resizes the tab pages before
23043         redrawing them. This as needed as the control is double buffered
23044         and sizing will not be recalculated unless ResizeTabPages is
23045         called.
23046         * TabPage.cs: Set base.Text instead of Text in the constructor so
23047         that UpdateOwner does not get called. Use the new Redraw method of
23048         TabControl instead of Refresh so the sizing is recalculated.
23049         * ThemeWin32Classic.cs: Draw the text for button tabs.
23050
23051 2005-05-19  Jackson Harper  <jackson@ximian.com>
23052
23053         * Control.cs: Paint control background images. Fix typo where
23054         PaintControlBackground was not getting called correctly.
23055
23056 2005-05-19  Peter Bartok  <pbartok@novell.com>
23057
23058         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
23059           I can investigate, apparently I broke FileDialog
23060
23061 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
23062
23063         * AxHost.cs: Some simple properties.
23064         * Control.cs: window must be accessible after ctor.
23065         * Form.cs: Added TransparencyKey property.
23066         * TextBoxBase.cs: Implemented Clear. Text property can be null.
23067         * XplatUIWin32.cs: SetBorderStyle implemented.
23068
23069 2005-05-18  Peter Bartok  <pbartok@novell.com>
23070
23071         * DataObject.cs: Entries are not global but particular to the
23072           DataObject, now it behaves that way
23073         * XplatUIWin32.cs: Implemented Clipboard methods
23074         * Clipboard.cs: Implemented
23075         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
23076         * XplatUIOSX.cs: Updated to final clipboard prototypes
23077         * XplatUIX11.cs: Implemented Clipboard methods
23078         * XplatUIDriver.cs: Updated to final clipboard prototypes
23079         * XplatUIStructs.cs:
23080           - Added BITMAPINFOHEADER struct
23081           - Added ClipboardFormats enum
23082         * X11Structs.cs:
23083           - Added ClipboardStruct
23084           - Added Atom enum items for clipboard types
23085           - Fixed atom types for Selection event structures
23086         * DataFormats.cs:
23087           - Added internal properties and methods for drivers to enumerate
23088             all known formats
23089           - Switched initialization method to allow drivers to assign their
23090             own IDs even for the MS predefined clipboard IDs
23091         * XplatUI.cs: Updated to final clipboard interface
23092
23093 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
23094         * PropertyGridView.cs: Fixed compiler warnings.
23095
23096 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
23097         * PropertyGrid.cs: Added some event calls
23098         * PropertyGridView.cs: Change drawing code to use double buffering
23099         * PropertyGridTextBox.cs: Changed Text property name
23100         * GridItem.cs: Added Bounds property.
23101         * GridEntry.cs: Added Bounds property.
23102
23103 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
23104
23105         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
23106         since GetType() may not return the correct type if the object is
23107         a remoting proxy.
23108
23109 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
23110
23111         * TreeNodeCollection.cs: fixes get/set item ranges
23112         
23113 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
23114
23115         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
23116                 
23117 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
23118
23119         * ComboBox.cs: Fix item range comparation
23120         * ListView.cs: Fix item range comparation
23121
23122 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
23123
23124         * FontDialog.cs:
23125           - Clear example panel when OnPaint is called
23126           - Better solution for displaying the example panel text
23127           - Select default indexes in the ListBoxes
23128
23129 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
23130
23131         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
23132
23133 2005-05-11  Peter Bartok  <pbartok@novell.com>
23134
23135         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
23136         * SelectionRangeConverter.cs: Implemented
23137         * PropertyGrid.cs: Fixed attribute value
23138         * Control.cs:
23139           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
23140           - Added Sebastien Pouliot's CAS Stack Propagation fixes
23141         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
23142           that's common to all drivers. First methods to go there are
23143           Sebastien Pouliot's CAS Stack Propagation helper methods
23144         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
23145           Sebastien Pouliot for CAS Stack Propagation
23146
23147 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
23148
23149         * OSXStructs.cs:
23150           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
23151
23152 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
23153
23154         * DataGridTextBoxColumn.cs: fixed some members
23155         * GridColumnStylesCollection.cs: indexed column is case insensitive
23156         * DataGridTableStyle.cs: fixes
23157         * ThemeWin32Classic.cs: add new theme parameter
23158         * Theme.cs: add new theme parameter
23159         * DataGridDrawingLogic.cs: Datagrid's drawing logic
23160         * DataGrid.cs: fixes, new internal properties, etc.
23161         * DataGridColumnStyle.cs: allows to set grid value
23162         *
23163
23164 2005-05-10  Peter Bartok  <pbartok@novell.com>
23165
23166         * AccessibleObject.cs:
23167           - Removed MonoTODO attribute on help, method is correct
23168           - Fixed Bounds property
23169         * AxHost.cs: Moved MonoTODO
23170         * ButtonBase.cs: Now setting AccessibleObject properties
23171         * RadioButton.cs: Setting proper AccessibleObject role
23172         * CheckBox.cs: Setting proper AccessibleObject role
23173         * ControlBindingsCollection.cs: Added properties, methods and attributes
23174         * DataFormats.cs: Fixed awkward internal API, and changed to enable
23175           userdefined DataFormats.Format items as well
23176         * ListControl.cs: Removed data_member from the public eye
23177         * OpenFileDialog.cs:
23178           - Made class sealed
23179           - Added missing attributes
23180         * SaveFileDialog.cs: Added missing attributes
23181         * ImageListStreamer.cs: Fixed code that caused warnings
23182         * LinkLabel.cs: Removed unreachable code
23183         * TreeView.cs: Fixed code that caused warnings
23184         * PropertyGridView.cs: Fixed code that caused warnings
23185         * GridColumnStylesCollection.cs: Added missing attributes
23186         * GridTableStylesCollection: Added missing attribute
23187         * PropertyManager: Added .ctor
23188         * SecurityIDType: Added
23189         * DataObject.cs: Implemented class
23190         * LinkArea.cs: Added missing attribute
23191
23192 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
23193
23194         * RadioButton.cs: call base method to allow to fire OnClick event
23195         * UpDownBase.cs: OnMouseUp call base method
23196         * CheckedListBox.cs: call base method before returning
23197         * TrackBar.cs: call base method before returning
23198         
23199
23200 2005-05-10  Peter Bartok  <pbartok@novell.com>
23201
23202         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
23203           for messages
23204
23205 2005-05-10  Peter Bartok  <pbartok@novell.com>
23206
23207         * DataFormats.cs: Implemented
23208         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
23209           XplatUIX11.cs: Added Clipboard APIs
23210         * XplatUIWin32.cs: Implemented Clipboard APIs
23211         * FolderBrowserDialog.cs: Added missing event, attributes
23212
23213 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
23214
23215         * CheckBox.cs: call base method to allow to fire OnClick event
23216
23217 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
23218
23219         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
23220
23221 2005-05-06  Peter Bartok  <pbartok@novell.com>
23222
23223         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
23224         * Screen.cs: Implemented
23225         * HelpNavigator.cs: Added
23226         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
23227           property
23228         * HelpProvider.cs: Implemented all we can do until we have a CHM
23229           help library (which means that "What's This" does work now)
23230
23231 2005-05-06  Jackson Harper  <jackson@ximian.com>
23232
23233         * XplatUIX11.cs: Fix waking up the main loop.
23234                 
23235 2005-05-05  Peter Bartok  <pbartok@novell.com>
23236
23237         * XplatUI.cs: Updated revision
23238         * Form.cs: Removed enless loop
23239         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
23240         * Label.cs (OnPaint): Added call to base.OnPaint()
23241         * ToolTip.cs: Made ToolTipWindow reusable for other controls
23242         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
23243         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
23244         * AxHost.cs: Added
23245         * ButtonBase.cs: Moved base.OnPaint() call to end of method
23246         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
23247           to ToolTip.ToolTipWindow for drawing and size methods; this allows
23248           reuse of ToolTipWindow by other controls
23249         * SizeGrip.cs: Moved base.OnPaint() call to end of method
23250         * XplatUIX11.cs: Now clipping drawing area (experimental)
23251         * PictureBox.cs: Moved base.OnPaint() call to end of method
23252         * Theme.cs: Fixed ToolTip abstracts to match new format
23253         * ErrorProvider.cs: Implemented
23254
23255 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
23256
23257         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
23258         * LinkLabel.cs:
23259                 - Adds cursors
23260                 - Handles focus
23261                 - Implements LinkBehavior
23262                 - Fixes many issues
23263
23264 2005-05-03  Jackson Harper  <jackson@ximian.com>
23265
23266         * ListView.cs: Calculate the scrollbar positioning on resize and
23267         paint, so they get put in the correct place.
23268
23269 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
23270
23271         * ColorDialogs.cs: The small color panels are now handled by
23272           SmallColorControl. This fixes drawing of the focus rectangle
23273           and adds a 3D border.
23274
23275 2005-05-03  Peter Bartok  <pbartok@novell.com>
23276
23277         * Control.cs: Modified version of Jonathan Chamber's fix for
23278           double-buffering
23279
23280 2005-05-03  Jackson Harper  <jackson@ximian.com>
23281
23282         * ListView.cs: Remove redraw variable. Control now handles whether
23283         or not a redraw needs to be done, and will only raise the paint
23284         event if redrawing is needed.
23285
23286 2005-05-03  Jackson Harper  <jackson@ximian.com>
23287
23288         * Splitter.cs: No decorations for the splitter form. Cache the
23289         hatch brush.
23290
23291 2005-05-03  Jackson Harper  <jackson@ximian.com>
23292
23293         * TreeView.cs: Use dashed lines to connect nodes. Use the
23294         ControlPaint method for drawing the focus rect instead of doing
23295         that in treeview.
23296
23297 2005-05-02  Peter Bartok  <pbartok@novell.com>
23298
23299         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
23300
23301 2005-04-29  Jackson Harper  <jackson@ximian.com>
23302
23303         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
23304         entire image buffer. Just clear the clipping rectangle.
23305
23306 2005-04-29  Jackson Harper  <jackson@ximian.com>
23307
23308         * ThemeWin32Classic.cs: Don't draw list view items that are
23309         outside the clipping rectangle.
23310
23311 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
23312
23313         * ListBox.cs: added horizontal item scroll
23314
23315 2005-04-29  Jackson Harper  <jackson@ximian.com>
23316
23317         * ThemeWin32Classic.cs: Remove some old debug code that was
23318         causing flicker with the new double buffering code.
23319
23320 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
23321
23322         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
23323         behave like combobox and comboboxlist (still not sure if this is
23324         correct though).
23325
23326 2005-04-28  Jackson Harper  <jackson@ximian.com>
23327
23328         * ThemeWin32Classic.cs: Don't fill the middle of progress
23329         bars. This fills areas outside of the clip bounds that don't need
23330         to be filled.
23331
23332 2005-04-28  Jackson Harper  <jackson@ximian.com>
23333
23334         * Control.cs: Don't expose functionality to touch the image buffers.
23335         * ProgressBar.cs:
23336         * ListView.cs: We do not need to (and no longer can) manipulate
23337         the image buffers directly. All of this is handled by Control.
23338
23339 2005-04-28  Peter Bartok  <pbartok@novell.com>
23340
23341         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
23342           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
23343           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
23344
23345 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
23346
23347         * Combobox:
23348                 - Adjust control's height for non-simple comboboxes (bug fix)
23349                 - Remove dead code
23350         * MenuAPI.cs: remove unused var
23351         * ScrollBar.cs: remove unsed var
23352                  
23353         * ListBox.cs: unselect items when clearing
23354
23355 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
23356
23357         * ListControl.cs: honors OnPositionChanged and default Selected Item
23358         * ListBox.cs: unselect items when clearing
23359
23360 2005-04-27  Jackson Harper  <jackson@ximian.com>
23361
23362         * X11Keyboard.cs: Initialize a default keyboard and give a warning
23363         if a "correct" keyboard is not found. This will make us not crash,
23364         but might give some users bad keyboard layouts...seems to be the
23365         same thing rewind does.
23366
23367 2005-04-27  Jackson Harper  <jackson@ximian.com>
23368
23369         * BindingManagerBase.cs: Attach the current/position changed
23370         handlers to their respective events.
23371
23372 2005-04-27  Jackson Harper  <jackson@ximian.com>
23373
23374         * Control.cs: Make sure that the first WM_PAINT does a full draw,
23375         not just a blit.
23376         * ThemeWin32Classic.cs: Don't fill the background for picture
23377         boxes. This could overright user drawing.
23378         * ComboBox.cs: Just fill the clipping rect not the entire client
23379         rect when drawing the background. This prevents pieces of the
23380         image buffer from getting overwritten and is theoretically faster.
23381
23382 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
23383
23384         * ComboBox.cs: Databinding support fixes, fire missing events
23385         * ListControl.cs: implement missing methods and properties, fixes
23386         * ThemeWin32Classic.cs: Databiding support on Drawing
23387         * CheckedListBox.cs: Databinding support fixes, fire missing events
23388         * ListBox.cs: Databinding support fixes, fire missing events
23389         
23390 2005-04-25  Peter Bartok  <pbartok@novell.com>
23391
23392         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
23393
23394 2005-04-25  Jackson Harper  <jackson@ximian.com>
23395
23396         * TreeView.cs: Use the horizontal scrollbars height not width when
23397         determining how much of the client area is available.
23398
23399 2005-04-25  Jackson Harper  <jackson@ximian.com>
23400
23401         * Control.cs: Double buffering is handled differently now. As per
23402         the spec, the extra buffer is created in the WM_PAINT message and
23403         passed down to the control's drawing code.
23404         * GroupBox.cs:
23405         * Label.cs:
23406         * CheckBox.cs:
23407         * ProgressBar.cs:
23408         * RadioButton.cs:
23409         * ColorDialog.cs:
23410         * ComboBox.cs:
23411         * PropertyGridView.cs:
23412         * UpDownBase.cs:
23413         * MessageBox.cs:
23414         * MenuAPI.cs:
23415         * ListView.cs:
23416         * ButtonBase.cs:
23417         * SizeGrip.cs:
23418         * ScrollBar.cs:
23419         * ListBox.cs:
23420         * TrackBar.cs:
23421         * ToolBar.cs:
23422         * PictureBox.cs:
23423         * DateTimePicker.cs:
23424         * StatusBar.cs:
23425         * TreeView.cs: Update to new double buffering system.
23426         * MonthCalendar.cs: Uncomment block, as Capture is now
23427         working. Update to new double buffering
23428         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
23429         * PaintEventArgs.cs: New internal method allows us to set the
23430         graphics object. This is used for double buffering.
23431         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
23432         rectangle. The internal paint_area var has been removed from
23433         StatusBar. The clipping rect should be used instead.
23434         * Theme.cs: Give the PictureBox drawing method a clipping rect.
23435         * TabPage.cs: The RefreshTabs method was removed, so just call the
23436         tab controls Refresh method now.
23437         * TabControl.cs: Update to new double buffering. Make sure the
23438         handle is created before sizing the tab pages, otherwise we will
23439         get stuck in a loop.
23440
23441 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
23442
23443         * LinkLabel.cs: Fix typo, bug #74719; patch
23444           from Borja Sanchez Zamorano
23445
23446 2005-04-22  Jackson Harper  <jackson@ximian.com>
23447
23448         * TreeNode.cs: Implement Handle stuff.
23449         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
23450
23451 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
23452
23453         * DataGridTextBoxColumn.cs: call base constructors, fixes
23454         * GridColumnStylesCollection.cs: missing events, methods, and functionality
23455         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
23456         * DataGridTableStyle.cs: implements create default column styles
23457         * DataGridBoolColumn.cs: which types can handle
23458         * DataGrid.cs: missing methods, fixes, new functionality
23459         * DataGridColumnStyle.cs: fixes
23460
23461 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
23462         * FolderBrowserDialog.cs:
23463         - Use a thread to fill the TreeView
23464         - Adjusted some sizes
23465
23466 2005-04-19  Peter Bartok  <pbartok@novell.com>
23467
23468         * LinkLabel.cs: (Re-)create the pieces when setting the Text
23469           property. Fixes #74360.
23470
23471 2005-04-19  Jackson Harper  <jackson@ximian.com>
23472
23473         * XEventQueue.cs: Lock when getting the lockqueue size.
23474         * PictureBox.cs: Call base OnPaint
23475         
23476 2005-04-19  Peter Bartok  <pbartok@novell.com>
23477
23478         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
23479           messages were no longer being processed (this broke BeginInvoke)
23480
23481           
23482 2005-04-18  Jackson Harper  <jackson@ximian.com>
23483
23484         * TreeView.cs: buglet that caused node images to get drawn
23485         regardless of whether or not they were in the clipping rectangle.
23486
23487 2005-04-18  Jackson Harper  <jackson@ximian.com>
23488
23489         * CurrencyManager.cs: There are four rules for GetItemProperties:
23490         - If the type is an array use the element type of the array
23491         - If the type is a typed list, use the type
23492         - If the list contains an Item property that is not an object, use
23493         that property
23494         - use the first element of the list if there are any elements in
23495         the list.
23496         
23497 2005-04-17  Jackson Harper  <jackson@ximian.oom>
23498
23499         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
23500         click. This handles offsets for scrolling properly and reduces
23501         memory. Also fixed GetNode to not offset now that TopNode works
23502         properly.
23503         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
23504         
23505 2005-04-17  Jackson Harper  <jackson@ximian.com>
23506
23507         * CursorConverter.cs: Initial implementation.
23508
23509 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
23510
23511         * ListControl.cs: work towards complex data binding support on ListControl
23512         * CurrencyManager.cs: work towards complex data binding support on ListControl
23513         * ListBox.cs: work towards complex data binding support on ListControl
23514
23515
23516 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
23517
23518         * GridTableStylesCollection.cs: fixes name and constructor
23519         * DataGridTableStyle.cs: fixes
23520         * DataGridBoolColumn.cs: fixes names and constructors
23521         * DataGrid.cs: define methods and properties. Some init implementations
23522         * DataGridCell.cs: define methods and properties. Some init implementations
23523         * GridTablesFactory.cs: Define methods and properties
23524
23525 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
23526
23527         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
23528         graphics port changes.  We still want the coordinates in global screen
23529         coordinates.
23530
23531 2005-04-14  Jackson Harper  <jackson@ximian.com>
23532
23533         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
23534         check plus minus or checkbox clicks unless those features are enabled.
23535
23536 2005-04-14  Jackson Harper  <jackson@ximian.com>
23537
23538         * TreeView.cs: Add methods for setting the top and bottom visible
23539         nodes. TreeNode::EnsureVisible uses these methods.
23540         * TreeNode.cs: Implement EnsureVisible
23541
23542 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
23543
23544         * Form.cs: Pospone menu assignation if the window has not been created yet
23545         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
23546         size and position
23547
23548 2005-04-12  Jackson Harper  <jackson@ximian.com>
23549
23550         * TreeView.cs: Set the TopNode properly when scrolling
23551         occurs. This has the added benifit of reducing the amount of
23552         walking that needs to be done when drawing. Also removed an old
23553         misleading TODO.
23554         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
23555         
23556 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
23557
23558         * Timer.cs: fixes interval setting when the timer is already enabled
23559         
23560 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
23561
23562         * FolderBrowserDialog.cs: First approach
23563
23564 2005-04-09  Peter Bartok  <pbartok@novell.com>
23565
23566         * FolderBrowserDialog: Added
23567
23568 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
23569
23570         * LinkLabel.cs: move drawing code into the theme
23571         * ThemeWin32Classic.cs: drawing code and painting background bugfix
23572         * Theme.cs: define DrawLinkLabel method
23573
23574 2005-04-05  Jackson Harper  <jackson@ximian.com>
23575
23576         * BindingContext.cs: Use weak references so these bad actors don't
23577         stay alive longer then they need to.
23578
23579 2005-04-05  Jackson Harper  <jackson@ximian.com>
23580
23581         * ListControl.cs: Basic implementation of complex databinding.
23582         * ComboBox.cs:
23583         * ListBox.cs: Add calls to ListControl databinding methods.
23584
23585 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
23586
23587         * FileDialog.cs:
23588           - Don't change PopupButtonState to Normal when the
23589             PopupButton gets pressed several times.
23590           - Renamed ButtonPanel to PopupButtonPanel
23591
23592 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
23593
23594         * ColorDialog.cs: Use cached objects instead of creating them
23595         * LinkLabel.cs: Use cached objects instead of creating them
23596         * Splitter.cs: Use cached objects instead of creating them
23597         * FontDialog.cs: Use cached objects instead of creating them
23598         * PropertyGridView.cs: Use cached objects instead of creating them
23599         * MessageBox.cs: Use cached objects instead of creating them
23600         * FileDialog.cs: Use cached objects instead of creating them
23601         * ThemeWin32Classic.cs: Use cached objects instead of creating them
23602         * TreeView.cs: Use cached objects instead of creating them
23603         
23604 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
23605
23606         * Control.cs: use Equals to compare the font since no == op
23607         * ScrollBar.cs: use Equals to compare the font since no == op
23608
23609 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
23610
23611         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
23612
23613 2005-04-01  Jackson Harper  <jackson@ximian.com>
23614
23615         * Binding.cs: Implement IsBinding.
23616         * BindingManagerBase.cs:
23617         * PropertyManager.cs:
23618         * CurrencyManager.cs: Add IsSuspended property.
23619
23620 2005-04-01  Jackson Harper  <jackson@ximian.com>
23621
23622         * Binding.cs: Had some IsAssignableFrom calls backwards.
23623
23624 2005-04-01  Jackson Harper  <jackson@ximian.com>
23625
23626         * Binding.cs: Handle null data members when pulling data.
23627         * PropertyManager.cs: Handle the data member being a property that
23628         does not exist.
23629
23630 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
23631
23632         * DataGridTextBoxColumn.cs: fixes signature
23633         * DataGrid.cs: calls right constructor
23634
23635 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
23636
23637         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
23638         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
23639         * GridTableStylesCollection.cs: implements GridTableStylesCollection
23640         * DataGridTableStyle.cs: implements DataGridTableStyle
23641         * DataGridBoolColumn.cs: implements DataGridBoolColumn
23642         * DataGridTextBox.cs: implements DataGridTextBox
23643         * DataGridColumnStyle.cs: implements DataGridColumnStyle
23644
23645 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
23646
23647         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
23648
23649 2005-03-29  Peter Bartok  <pbartok@novell.com>
23650
23651         * Application.cs:
23652           - Properly implemented CompanyName property
23653           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
23654             returns a path that includes CompanyName, ProductName and
23655             Version (fixes bug #70330)
23656
23657 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
23658
23659         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
23660           fixes bug #72588.
23661
23662 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
23663
23664         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
23665         
23666           - Added ReadOnly CheckBox
23667           - Further refactoring: moved some code from Open-/SaveFileDialog
23668             to FileDialog
23669
23670 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
23671
23672         * OpenFileDialog.cs: Fixed CheckFileExists
23673         * FileDialog.cs:
23674           Moved FileView and DirComboBox outside FileDialog class.
23675           They can now be used outside FileDialog
23676
23677 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
23678
23679         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
23680         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
23681
23682 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
23683
23684         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
23685           - Added missing CreatePrompt property in SaveDialog
23686           - Overall SaveDialog handling should be better now
23687           - Added non standard ShowHiddenFiles property
23688           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
23689           - Added InitialDirectory and RestoreDirectory support
23690
23691 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
23692
23693         * FileDialog.cs: Made dirComboBox usable
23694
23695 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
23696
23697         * FileDialog.cs: Added Filter support (case sensitiv)
23698
23699 2005-03-24  Jackson Harper  <jackson@ximian.com>
23700
23701         * TabControl.cs: Need a couple more pixels for the lines.
23702
23703 2005-03-23  Jackson Harper  <jackson@ximian.com>
23704
23705         * TabControl.cs: Give the tab page focus when it is selected.
23706
23707 2005-03-23  Jackson Harper  <jackson@ximian.com>
23708
23709         * TabControl.cs: Account for the drawing of tabs borders when
23710         invalidating. If the slider was clicked dont do click detection on
23711         the tabs.
23712
23713 2005-03-23  Jackson Harper  <jackson@ximian.com>
23714
23715         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
23716
23717 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
23718
23719         * CategoryGridEntry.cs: Added
23720         * GridItem.cs: Added helper properties
23721         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
23722         * GridEntry.cs: Updated code for collection
23723         * PropertyGrid.cs: Cleaned up some formatting
23724         * PropertyGridView.cs: Added drop down functionality for enums.
23725         * GridItemCollection.cs: Added enumerator logic
23726         * PropertyGridEntry.cs: Added
23727
23728 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
23729
23730         * FileDialog.cs:
23731           - Removed unnecessary commented code
23732           - Fixed handling for entering the filename manually in the combobox
23733
23734 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
23735
23736         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
23737
23738 2005-03-18  Peter Bartok  <pbartok@novell.com>
23739
23740         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
23741           them being touching the border
23742
23743 2005-03-18  Peter Bartok  <pbartok@novell.com>
23744
23745         * TextControl.cs: Quick hack to center text better
23746
23747 2005-03-18  Peter Bartok  <pbartok@novell.com>
23748
23749         * ControlPaint.cs:
23750           - Don't throw NotImplemented exceptions, just print a notice once
23751             instead (requested by Miguel). This makes running existing SWF
23752             apps a bit easier
23753         * Control.cs:
23754           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
23755           - Added context menu trigger on right click
23756         * Panel.cs: Trigger invalidate on resize
23757         * StatusBar.cs:
23758           - Removed old double-buffer drawing
23759           - Added ResizeRedraw style to force proper update of statusbar
23760         * ListView.cs:
23761           - Removed debug output
23762         * ThemeWin32Classic.cs:
23763           - Fixed drawing of status bar, now draws Text property if there
23764             are no defined panels
23765
23766 2005-03-18  Jackson Harper  <jackson@ximian.com>
23767
23768         * ImageList.cs: When the image stream is set pull all the images
23769         from it.
23770         * ImageListStreamer.cs: Implement reading image list streams.
23771
23772 2005-03-18  Peter Bartok  <pbartok@novell.com>
23773
23774         * ThemeWin32Classic.cs (DrawPictureBox):
23775           - Fixed calculations for centered drawing
23776           - Fixed drawing for normal mode, not scaling the image on normal
23777
23778 2005-03-18  Peter Bartok  <pbartok@novell.com>
23779
23780         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
23781           textbox
23782         * FileDialog.cs:
23783           - Made Open/Save button the accept button for FileDialog
23784           - Tied the cancel button to the IButtonControl cancel button
23785           - Save/Open now properly builds the pathname
23786           - Now handles user-entered text
23787           - Preventing crash on right-click if no item is selected
23788           - Fixed Text property, now uses contents of textbox
23789           - Fixed SelectedText property, now just returns the text part that
23790             is selected in the text box
23791
23792 2005-03-18  Jackson Harper  <jackson@ximian.com>
23793
23794         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
23795         rect, make sure to de-adjust the interior rect after drawing the
23796         tab text.
23797
23798 2005-03-18  Peter Bartok  <pbartok@novell.com>
23799
23800         * MenuAPI.cs: Remove menu *before* executing selected action to
23801           prevent the menu from 'hanging around'
23802           
23803 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
23804
23805         * XplatUIOSX.cs: Implemented WorkingArea property
23806
23807 2005-03-17  Peter Bartok  <pbartok@novell.com>
23808
23809         * XplatUIX11.cs: Fixed menu coord calculations
23810         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
23811           for calculating offsets
23812
23813 2005-03-17  Peter Bartok  <pbartok@novell.com>
23814
23815         * Hwnd.cs: Do not consider menu presence for default client
23816           rectangle location/size
23817         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
23818           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
23819           translation functions
23820         * FileDialog.cs: Fixed (what I presume is a) typo
23821
23822 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
23823
23824         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
23825           X access (avoids X-Async errors)
23826
23827 2005-03-16  Jackson Harper  <jackson@ximian.com>
23828
23829         * TabControl.cs: Raise the SelectedIndexChanged event.
23830
23831 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
23832
23833         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
23834           - Removed vertical ToolBar and replaced it with a custom panel
23835             (desktop and home button already work)
23836           - Added Help button (some controls get resized or relocated then)
23837           - Draw correct text depending on Open or Save.
23838           - Fixed some typos...
23839
23840 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
23841
23842         * ScrollBar.cs:
23843           - Only change Maximum and Minimum when need it (bug fix)
23844
23845 2005-03-15  Peter Bartok  <pbartok@novell.com>
23846
23847         * Form.cs: Use Handle for icon, to trigger creation if
23848           the window does not yet exist
23849         * Control.cs:
23850           - CanSelect: Slight performance improvement
23851           - Focus(): Preventing possible recursion
23852           - Invalidate(): Removed ControlStyle based clear flag setting
23853           - WM_PAINT: fixed logic for calling OnPaintBackground
23854           - WM_ERASEBKGND: Fixed logic, added call to new driver method
23855             EraseWindowBackground if the control doesn't paint background
23856         * XplatUIWin32.cs:
23857           - Moved EraseWindowBackground() method to internal methods
23858           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
23859             is sent via SendMessage on BeginPaint call on Win32
23860         * XplatUIX11.cs:
23861           - Added EraseWindowBackground() method
23862           - No longer sends WM_ERASEBKGND on .Expose, but on call to
23863             PaintEventStart, which more closely matches Win32 behaviour
23864           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
23865           - Fixed SetFocus() to properly deal with client and whole windows
23866         * Hwnd.cs: Added ErasePending property
23867         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
23868         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
23869
23870 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
23871
23872         * XplatUIOSX.cs:
23873           - Fix hard loop when timers exist.
23874           - Fix bugs with middle and right click for 3 button mice.
23875
23876 2005-03-11  Peter Bartok  <pbartok@novell.com>
23877
23878         * XplatUIX11.cs:
23879           - get_WorkingArea: Need to call X directly, GetWindowPos only
23880             returns cached data now
23881           - Added sanity check to GetWindowPos hwnd usage
23882
23883 2005-03-11  Jackson Harper  <jackson@ximian.com>
23884
23885         * BindingManagerBase.cs: This method isn't used anymore as
23886         PullData now updates the data in the control.
23887
23888 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
23889
23890         * Form.cs: fixes menu drawing on X11
23891         * MenuAPI.cs:  fixes menu drawing on X11
23892
23893 2005-03-11  Peter Bartok  <pbartok@novell.com>
23894
23895         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
23896           from Jonathan Gilbert; should fix bug #73606
23897         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
23898           in Screen coordinates. Thanks, Jordi.
23899         * Form.cs: Added missing attribute
23900
23901 2005-03-11  Peter Bartok  <pbartok@novell.com>
23902
23903         * Form.cs:
23904           - Rudimentary Mdi support
23905           - Removed outdated FormParent code
23906           - Implemented lots of missing properties and methods, still missing
23907             transparency support
23908           - Added missing attributes
23909           - Implemented support for MaximumBounds
23910           - Added firing of various events
23911         * XplatUI.cs: Added SetIcon() method
23912         * XplatUIDriver.cs: Added SetIcon() abstract
23913         * XplatUIOSX.cs: Stubbed out SetIcon() method
23914         * XplatUIX11.cs:
23915           - Implemented SetIcon() support
23916           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
23917           - Switched to unix line endings
23918         * XplatUIWin32.cs:
23919           - Made POINT internal so for can access it as part of MINMAX
23920           - Implemented SetIcon() support
23921           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
23922             native Mdi support again, might have to go managed)
23923         * Control.cs: Now fires the StyleChanged event
23924         * MdiClient.cs: Added; still mostly empty
23925
23926 2005-03-10  Peter Bartok  <pbartok@novell.com>
23927
23928         * SaveFileDialog.cs: Added emtpy file
23929
23930 2005-03-08  Peter Bartok  <pbartok@novell.com>
23931
23932         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
23933           in turn triggers OnCreateContro) when creating a handle for the
23934           first time.
23935         * TextControl.cs: Fixed endless loop in certain cases when
23936           replacing the current selection
23937
23938 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
23939
23940         * ScrollBar.cs:
23941           - Honors NewValue changes in Scroll events allowing apps to change it
23942           - Adds First and Last Scroll events
23943           - Fixes Thumb events
23944
23945 2005-03-07  Peter Bartok  <pbartok@novell.com>
23946
23947         * Hwnd.cs: Added DefaultClientRectangle property
23948         * XplatUI.cs: Now using the X11 driver Where() method, which provides
23949           more detailed debug information
23950         * XplatUIX11.cs:
23951           - Fixed size-change feedback loop, where we would pull an old size
23952             off the queue and mistakenly change our window's size to an
23953             earlier value
23954           - Now compressing ConfigureNotify events, to reduce looping and
23955             redraw issues
23956         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
23957           is called
23958
23959 2005-03-07  Jackson Harper  <jackson@ximian.com>
23960
23961         * Binding.cs: Push data pushes from data -> property. Check if the
23962         property is readonly when attempting to set it.
23963
23964 2005-03-07  Jackson Harper  <jackson@ximian.com>
23965
23966         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
23967         instead of IsSubclassOf. Pulling data now sets the value on the
23968         control.
23969         * PropertyManager.cs:
23970         * CurrencyManager.cs: Just need to pull data when updating now,
23971         because PullData will set the value on the control.
23972
23973 2005-03-04  Jackson Harper  <jackson@ximian.com>
23974
23975         * Binding.cs: Implement data type parsing and converting on pulled
23976         data. TODO: Are there more ways the data can be converted?
23977
23978 2005-03-04  Jackson Harper  <jackson@ximian.com>
23979
23980         * Binding.cs: Support <Property>IsNull checks. Also bind to the
23981         controls Validating method so we can repull the data when the
23982         control loses focus.
23983
23984 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
23985
23986         * ColumnHeader.cs:
23987           - Fixes null string format
23988           
23989         * ListView.cs:
23990           - Adds enum type checks
23991           - Fixes redrawing and recalc need after changing some properties
23992           - Fixes on focus_item set after the event
23993           - Fixes adding columns after the control has been created
23994           
23995         * ThemeWin32Classic.cs:
23996           - Fixes CheckBox focus rectangle
23997           - Fixes ColumnHeader drawing
23998
23999
24000 2005-03-03  Jackson Harper  <jackson@ximian.com>
24001
24002         * Binding.cs: Bind to <Property>Changed events so we can detect
24003         when properties are changed and update the data.
24004
24005 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
24006
24007         * ImageList.cs:
24008           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
24009           - Fixes ImageList constructor with ImageList container
24010           - Fixes image scaling (wrong parameters at DrawImage)
24011
24012 2005-02-02  Jackson Harper  <jackson@ximian.com>
24013
24014         * Binding.cs: Make property searches case-insensitive. Eliminate
24015         some duplicated code.
24016
24017 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
24018
24019         * ComboBox.cs:
24020                 - Handle focus event
24021                 - Fix scrollbar events
24022                 - Discard highlighted item if remove it
24023                 - Fixes SelectedItem with strings
24024
24025 2005-03-01  Peter Bartok  <pbartok@novell.com>
24026
24027         * Control.cs:
24028           - Fixed Visible property, now follows (once again) parent chain
24029             to return false if any control in the chain is visible=false
24030           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
24031           - Fixed several places where is_visible instead of Visible was used
24032           - Implemented FIXME related to focus selection when setting focused
24033             control to be invisible
24034
24035         * XplatUIWin32.cs: Now using proper method to find out if window is
24036           visible. Thanks to Jordi for pointing it out
24037
24038 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
24039
24040         * ComboBox.cs: show/hide scrollbar instead of creating it
24041
24042 2005-02-27  Jackson Harper  <jackson@ximian.com>
24043
24044         * CurrencyManager.cs: Add PositionChanged stuff.
24045
24046 2005-02-27  Peter Bartok  <pbartok@novell.com>
24047
24048         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
24049         * XplatUIOSX.cs: Added GetMenuOrigin() stub
24050         * XplatUIWin32.cs: Implemented GetMenuOrigin()
24051         * XplatUIX11.cs:
24052           - Implemented GetMenuDC()
24053           - Implemented GetMenuOrigin()
24054           - Implemented ReleaseMenuDC()
24055           - Implemented generation of WM_NCPAINT message
24056           - Implemented generation and handling of WM_NCCALCSIZE message
24057         * Form.cs: Added debug helper message for Jordi's menu work
24058         * Hwnd.cs:
24059           - Modified ClientRect property; added setter, fixed getter to handle
24060             setting of ClientRect
24061           - Added MenuOrigin property
24062
24063 2005-02-26  Peter Bartok  <pbartok@novell.com>
24064
24065         * XplatUIX11.cs:
24066           - Destroys the caret if a window that's being destroyed contains it
24067           - Ignores expose events coming from the X11 queue for windows that
24068             already are destroyed
24069           - Now uses the proper variable for handling DestroyNotify, before we
24070             marked the wrong window as destroyed
24071           - Improved/added some debug output
24072
24073 2005-02-26  Peter Bartok  <pbartok@novell.com>
24074
24075         * X11Keyboard.cs: Fixes to work on 64bit systems
24076
24077 2005-02-26  Peter Bartok  <pbartok@novell.com>
24078
24079         * Control.cs:
24080           - Now calling OnHandleDestroyed from DestroyHandle()
24081             instead of Dispose()
24082           - Removed bogus call to controls.Remove() from DestroyHandle()
24083
24084 2005-02-26  Peter Bartok  <pbartok@novell.com>
24085
24086         * Control.cs: Properly destroy child windows when our handle is
24087           destroyed
24088
24089 2005-02-25  Peter Bartok  <pbartok@novell.com>
24090
24091         * XplatUI.cs:
24092           - Added 'DriverDebug' define to allow tracing XplatUI API calls
24093           - Alphabetized Static Methods and Subclasses
24094
24095         * XplatUIX11.cs:
24096           - Added XException class to allow custom handling of X11 exceptions
24097           - Created custom X11 error handler, tied into XException class
24098           - Added support for MONO_XEXCEPTIONS env var to allow the user
24099             to either throw an exception on X errors or continue running
24100             after displaying the error
24101           - Added handling of DestroyNotify message
24102           - Added handler for CreateNotify message (still disabled)
24103           - Improved (tried to at least) Where method to provide file and lineno
24104         * X11Structs.cs:
24105           - Added XErrorHandler delegate
24106           - Added XRequest enumeration (to suppor translation of errors)
24107
24108 2005-02-25  Jackson Harper  <jackson@ximian.com>
24109
24110         * PropertyManager.cs: Implement editing features
24111         * CurrencyManager.cs:
24112         * Binding.cs: First attempt at UpdateIsBinding
24113         * BindingManagerBase.cs: Call UpdateIsBinding before
24114         pushing/pulling data.
24115
24116 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
24117
24118         * MenuAPI.cs: Respect disabled items
24119         * ThemeWin32Classic.cs
24120                 - Caches ImageAttributes creation for DrawImageDisabled
24121                 - Fixes vertical menu line drawing
24122                 - Draws disabled arrows in disable menu items
24123
24124 2005-02-24  Peter Bartok  <pbartok@novell.com>
24125
24126         * Hwnd.cs:
24127           - Added UserData property to allow associating arbitrary objects
24128             with the handle
24129           - Fixed leak; now removing Hwnd references from static windows array
24130         * XplatUIWin32.cs:
24131           - Fixed Graphics leak in PaintEventEnd
24132           - Removed usage of HandleData, switched over to Hwnd class
24133         * HandleData.cs: Removed, obsoleted by Hwnd.cs
24134
24135 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
24136
24137         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
24138         * ScrollBar.cs: Fixes bug
24139         * TrackBar.cs: removes death code, clipping, mimize refreshes,
24140          keyboard navigation enhancements
24141
24142 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
24143
24144         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
24145         * GroupBox.cs: Add control styles
24146         * Label.cs: Add control styles
24147         * UpDownBase.cs: Add control styles
24148         * ListBox.cs: Add control styles
24149         * XplatUIWin32.cs: Fixes wrong parameter order
24150
24151
24152 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
24153
24154         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
24155
24156 2005-02-23  Jackson Harper  <jackson@ximian.com>
24157
24158         * PropertyManager.cs: Implement property binding. This doesn't
24159         seem to work yet though as (I think) there are some bugs in
24160         System.ComponentModel.PropertyDescriptor.
24161         * BindingContext.cs: Use new PropertyManager constructor.
24162
24163 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
24164
24165         * ProgressBar.cs: use clip region in ProgressBar
24166         * ThemeWin32Classic.cs: use clip region in ProgressBar
24167
24168 2004-02-22  Jackson Harper  <jackson@ximian.com>
24169
24170         * BindingsCollection.cs: Remove some debug code.
24171
24172 2005-02-22  Jackson Harper  <jackson@ximian.com>
24173
24174         * BindingContext.cs:
24175         * ControlBindingsCollection.cs:
24176         * CurrencyManager.cs:
24177         * Binding.cs:
24178         * BindingManagerBase.cs: Initial implementation
24179         * BindingsCollection.cs: Add an internal contains method that the
24180         BindingManagerBase uses to ensure bindings aren't added twice to
24181         the collection.
24182         * PropertyManager.cs: Stubbed out.
24183         * Control.cs:
24184         * ContainerControl.cs: Hook up databinding
24185         
24186 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
24187
24188         * XplatUIOSX.cs:
24189           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
24190           Fixed Invalidate/Update chain.
24191           Fixed tons of other minor bugs (this is almost a complete rewrite).
24192
24193 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
24194
24195         * ComboBox.cs: do subcontrol creation when the control is created
24196
24197 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
24198
24199         * Label.cs: fixes image drawing (image and imagelist)
24200         * ThemeWin32Classic.cs: cache brushes
24201         
24202 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
24203
24204         * Form.cs: Move menu drawing code to Theme class
24205         * ComboBox.cs: Move ComboBox drawing code to Theme class
24206         * MenuItem.cs: Move menu drawing code to Theme class
24207         * MenuAPI.cs: Move menu drawing code to Theme class
24208         * ThemeWin32Classic.cs: New methods
24209         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
24210         * ListBox.cs: Move Listbox drawing code to Theme class
24211         * Theme.cs: New methods
24212
24213 2005-02-20  Peter Bartok  <pbartok@novell.com>
24214
24215         * Control.cs:
24216           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
24217             only process mnemonics on those)
24218           - Fixed event sequence for key handling; first calling
24219             ProcessKeyEventArgs now
24220         * TextBoxBase.cs:
24221           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
24222             for processing non-character keys
24223           - Fixed WM_CHAR to generate proper event sequence before processing
24224         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
24225           generation
24226
24227 2005-02-19  Peter Bartok  <pbartok@novell.com>
24228
24229         * UserControl.cs: Added TextChanged event; added attributes
24230         * SizeGrip.cs: Implemented resizing and optional display of grip
24231         * Form.cs: Fixed attribute
24232         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24233           Changed meaning of ScrollWindow bool argument; instead of the
24234           clear attribute (which will be true usually anyway), it gives the
24235           option of moving child controls as well.
24236         * XplatUIX11.cs:
24237           - Changed to match new ScrollWindow argument
24238           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
24239             now handles the implicit parent window a WM puts around us
24240         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
24241           to work)
24242         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
24243         * TreeView.cs: Adjusted to new ScrollWindow arguments
24244
24245 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
24246
24247         * Form.cs: Menu integration with non-client area
24248         * MenuItem.cs: Menu integration with non-client area
24249         * MenuAPI.cs: Menu integration with non-client area
24250
24251 2005-02-18  Peter Bartok  <pbartok@novell.com>
24252
24253         * MethodInvoker.cs: Added
24254         * MdiLayout.cs: Added
24255         * SendKeys.cs: Started implementation
24256         * ErrorIconAlignment.cs: Added
24257
24258 2005-02-18  Peter Bartok  <pbartok@novell.com>
24259
24260         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
24261         * Form.cs: Added handling for Menu-related Non-client messages
24262
24263 2005-02-17  Peter Bartok  <pbartok@novell.com>
24264
24265         * UpDownBase.cs: Fixed typo, compilation errors
24266         * DomainUpDown.cs: Fixed attribute value
24267
24268 2005-02-16  Miguel de Icaza  <miguel@novell.com>
24269
24270         * UpDownBase.cs: Attach entry events.
24271         Propagate events.
24272         Add ForeColor property, Focused, InterceptArrowKeys (interception
24273         does not work yet).
24274
24275 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
24276
24277         * Form.cs:
24278                 - Redraw non client are on Setmenu
24279                 - Calc proper menu starting point
24280
24281 2005-02-17  Peter Bartok  <pbartok@novell.com>
24282
24283         * Application.cs: Fixed message_filter check
24284
24285 2005-02-17  Peter Bartok  <pbartok@novell.com>
24286
24287         * Application.cs: Now calls registered message filters
24288         * DockStyle.cs: Fixed attribute
24289         * Form.cs: Fixed attribute
24290         * Menu.cs: Fixed attribute
24291         * ToolTip.cs: Fixed attribute
24292         * TreeNode.cs: Added missing attributes and arranged in regions
24293         * PropertyGrid.cs: Fixed signatures
24294         * TreeNodeCollection.cs: Added attributes
24295         * Splitter.cs: Added missing attributes; arranged into regions
24296         * TabPage.cs: Added missing attributes; arranged into regions
24297         * TextBoxBase.cs: Added missing attributes
24298         * TextBox.cs: Added missing attributes
24299         * ArrangeDirection.cs: Added missing attributes
24300         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
24301         * ToolBarButton.cs: Fixed attributes
24302         * AnchorStyles.cs: Fixed attribute
24303         * TrackBar.cs: Fixed attributes
24304         * TabControl.cs: Added missing attributes and arranged into regions
24305         * ToolBar.cs: Fixed attribute
24306         * StatusBar.cs: Fixed signature, organized into regions and added
24307           attributes
24308         * StatusBarPanel.cs: Fixed attributes
24309         * ContentsResizedEventArgs.cs: Implemented
24310         * ContentsResizedEventHandler.cs: Implemented
24311         * DateBoldEventArgs.cs: Implemented
24312         * DateBoldEventHandler.cs: Implemented
24313         * UpDownEventArgs.cs: Implemented
24314         * UpDownEventHandler.cs: Implemented
24315         
24316 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
24317
24318         * Form.cs: first Menu NC refactoring
24319         * MenuAPI.cs: first Menu NC refactoring
24320         
24321 2005-02-16  Peter Bartok  <pbartok@novell.com>
24322
24323         * ImeMode.cs: Added missing attributes
24324         * Menu.cs: Fixed attribute
24325         * GroupBox.cs: Fixed attribute
24326         * Label.cs: Fixed attribute
24327         * ColorDialog.cs (RunDialog): Removed TODO attribute
24328         * ComboBox.cs: Fixed attributes
24329         * ListControl.cs: Added missing attributes
24330         * PropertyGrid.cs: Fixed attributes
24331         * Control.cs: Fixed attributes
24332         * ListViewItem.cs: Added TypeConverter attribute
24333         * NotifyIcon.cs: Fixed attributes
24334         * ListView.cs: Fixed attributes
24335         * ButtonBase.cs: Fixed attribute
24336         * ImageList.cs: Added missing attributes
24337         * ContainerControl.cs: Fixed signature
24338         * CheckedListBox.cs: Fixed attribute; added missing attributes
24339         * Panel.cs: Fixed attributes
24340         * PropertyTabChangedEventArgs.cs: Added missing attribute
24341         * PropertyValueChangedEventArgs.cs: Added missing attribute
24342         * Binding.cs: Fixed attribute
24343         * ListViewItemConverter: Implemented ListViewSubItemConverter class
24344         * ListBox.cs: Fixed attribute; added missing attributes;
24345         * ScrollableControl.cs: Added missing attributes
24346         * PictureBox.cs: Added missing attributes; implemented missing property
24347         * DateTimePicker.cs: Added missing attributes
24348         * Theme.cs (ToolWindowCaptionHeight): Fixed type
24349         * MonthCalendar.cs: Fixed attributes
24350         * StatusBarPanel.cs: Added missing attributes
24351         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
24352
24353 2005-02-16  Peter Bartok  <pbartok@novell.com>
24354
24355         * TextBoxBase.cs: The previous method to enforce height yet remember
24356           the requested high was less than ideal, this is an attempt to do
24357           it better.
24358         * Control.cs: Added comment about possible problem
24359         * Copyright: Updated format
24360         * GridItemType.cs: Fixed swapped values
24361
24362 2005-02-15  Jackson Harper  <jackson@ximian.com>
24363
24364         * BaseCollection.cs: Use property so we never access an
24365         uninitialized list. Also initialize the list in the property.
24366
24367 2005-02-15  Peter Bartok  <pbartok@novell.com>
24368
24369         * GroupBox.cs (ProcessMnemonic): Implemented
24370         * Label.cs (ProcessMnemonic): Implemented
24371         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
24372           hotkeys
24373
24374 2005-02-15  Peter Bartok  <pbartok@novell.com>
24375
24376         * RadioButton.cs (ProcessMnemonic): Implemented
24377         * CheckBox.cs (ProcessMnemonic): Implemented
24378         * Control.cs:
24379           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
24380             handling
24381           - Added internal method to allow calling ProcessMnemonic from other
24382             controls
24383         * ContainerControl.cs:
24384           - Started support for handling validation chain handling
24385           - Implemented ProcessMnemonic support
24386           - Added Select() call to Active, to make sure the active control
24387             receives focus
24388         * Form.cs: Setting toplevel flag for Forms (this was lost in the
24389           FormParent rewrite)
24390         * ThemeWin32Classic.cs:
24391           - DrawCheckBox(): Fixed stringformat to show hotkeys
24392           - DrawRadioButton(): Fixed stringformat to show hotkeys
24393         * CommonDialog.cs: Removed WndProc override, not needed
24394
24395 2005-02-14  Peter Bartok  <pbartok@novell.com>
24396
24397         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
24398           missed those in the rewrite
24399
24400 2005-02-14  Miguel de Icaza  <miguel@novell.com>
24401
24402         * NumericUpDown.cs (Increment, ToString): Add.
24403         (DecimalPlaces): implement.
24404         
24405         Add attributes.
24406         
24407         * UpDownBase.cs: Add the designer attributes.
24408
24409 2005-02-13  Peter Bartok  <pbartok@novell.com>
24410
24411         * Panel.cs: Removed border_style, now in Control
24412         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
24413           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
24414
24415 2005-02-13  Peter Bartok  <pbartok@novell.com>
24416
24417         * MouseButtons.cs: Added missing attributes
24418         * XplatUIStructs.cs: Added enumeration for title styles
24419         * LeftRightAlignment.cs: Added missing attributes
24420         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
24421           it compatible with Graphics.FromHwnd()
24422         * SelectedGridItemChangedEventArgs.cs: Fixed property type
24423         * Keys.cs: Added missing attributes
24424         * SelectionRange.cs: Added missing attributes
24425         * SelectionRangeConverter.cs: Added
24426         * XplatUI.cs:
24427           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
24428             ReleaseMenuDC methods
24429           - Renamed ReleaseWindow to UngrabWindow
24430           - Added proper startup notice to allow version identification
24431         * Form.cs:
24432           - Added missing attributes
24433           - Removed FormParent concept
24434         * Label.cs: Removed border_style field, now in Control
24435         * RadioButton.cs: Now properly selects RadioButton when focus is
24436           received
24437         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
24438         * Control.cs:
24439           - Added missing attributes
24440           - Added borderstyle handling
24441           - Removed FormParent concept support
24442           - Fixed calls to XplatUI to match changed APIs
24443           - Fixed bug that would case us to use disposed Graphics objects
24444           - Removed unneeded internal methods
24445           - PerformLayout(): Fixed to handle DockStyle.Fill properly
24446           - SelectNextControl(): Fixed to properly check common parents
24447         * TextBoxBase.cs: Removed border_style field (now in Control)
24448         * MessageBox.cs:
24449           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
24450             fixed calculations for form size
24451           - Added support for localized strings and icons
24452           - Improved form size calculations, added border
24453         * ListView.cs: Removed border_style field (now in Control)
24454         * X11Structs.cs: Moved several structs from X11 driver here
24455         * X11Keyboard.cs: Changed debug message
24456         * Application.cs: Removed FormParent concept support
24457         * CommonDialog.cs:
24458           - Resetting end_modal flag
24459           - Removed FormParent concept support
24460         * NativeWindow.cs: Removed FormParent concept support
24461         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
24462           Client area and Non-Client whole window to allow support for WM_NC
24463           messages
24464         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
24465           prevent using it until it supports Hwnd as per Geoff Norton's request
24466         * ToolBar.cs: Fixed drawing, was not doing proper drawing
24467         * PictureBox.cs: Removed border_style field, now in Control
24468         * XplatUIWin32.cs: Added new driver methods
24469
24470 2005-02-12  Peter Bartok  <pbartok@novell.com>
24471
24472         * OpacityConverter.cs: Implemented
24473         * Hwnd.cs: Internal class to support drivers that need to emulate
24474           client area/non-client area window behaviour
24475
24476 2005-02-11  Peter Bartok  <pbartok@novell.com>
24477
24478         * KeysConverter.cs: Implemented
24479
24480 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
24481
24482         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
24483         * LinkLabel: Added missing attributes
24484         * MainMenu.cs: fixes ToString
24485         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
24486         * ListBox.cs: fixes event position
24487         * TrackBar.cs: adds missing attributes and events
24488         
24489 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
24490
24491         * MenuItem.cs: Use SystemInformation and bug fixes
24492         * MenuAPI.cs: Use SystemInformation and bug fixes
24493
24494 2005-02-09  Jackson Harper  <jackson@ximian.com>
24495
24496         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
24497         their keystate otherwise things like VK_MENU get stuck "on".
24498
24499 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
24500
24501         * ListBox.cs: Fixes AddRange bug
24502         
24503 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
24504
24505         * ProgressBar.cs
24506                 - Add missing attributes
24507                 - Add missing method
24508                 
24509         * CheckedListBox.cs: Added missing attributes
24510                 - Add missing attributes
24511                 - Remove extra method
24512         
24513         * ComboBox.cs: Added missing attributes
24514         * VScrollBar.cs: Added missing attributes
24515         * ScrollBar.cs:  Added missing attributes
24516         * ListBox.cs: Fixes signature, add missing consts
24517         * LinkArea.cs:   Added missing attributes
24518         
24519
24520 2005-02-08  Peter Bartok  <pbartok@novell.com>
24521
24522         * Menu.cs: Added missing attributes
24523         * MainMenu.cs: Added missing attributes
24524         * GroupBox.cs: Added missing attributes
24525         * Label.cs: Added missing attributes
24526         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
24527         * ColorDialog.cs:
24528           - Added Instance and Options properties
24529           - Added missing attributes
24530         * Cursor.cs: Made Serializable
24531         * NotifyIcon: Added missing attributes
24532         * MenuItem.cs: Added missing attributes
24533         * TextBoxBase.cs: Implemented AppendText() and Select() methods
24534         * Panel.cs: Added Missing attributes
24535         * MonthCalendar.cs: Fixed CreateParams
24536
24537 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
24538         
24539         * LinkLabel.cs:
24540                 - Fixes signature
24541                 - Fixes issues with links
24542                 - Adds the class attributes
24543
24544 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
24545         
24546         * ComboBox.cs:
24547                 - Fixes button when no items available in dropdown
24548                 - Fixes repainting problems
24549                 - Adds the class attributes
24550                 
24551 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
24552
24553         * XplatUIOSX.cs: Detect the menu bar and title bar height from
24554         the current theme.  Cache these on startup.
24555
24556 2005-02-07  Jackson Harper  <jackson@ximian.com>
24557
24558         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
24559         the scrollbar buttons when they are depressed.
24560
24561 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
24562
24563         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
24564         Get the display size from the main displayid.  We currently dont
24565         support multiple display configurations.
24566
24567 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
24568
24569         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
24570
24571 2005-02-07  Miguel de Icaza  <miguel@novell.com>
24572
24573         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
24574
24575 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
24576
24577         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
24578
24579 2005-02-04  Jackson Harper  <jackson@ximian.com>
24580
24581         * ThemeWin32Classic.cs: Respect the clipping rect when
24582         drawing. Only fill the intersection of clips and rects so there
24583         isn't a lot of large fills.
24584         * ScrollBar.cs: Pass the correct clipping rect to the theme
24585         engine. Remove some debug code.
24586
24587 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
24588         
24589         * DateTimePicker.cs:
24590                 - Fixed crash on DateTime.Parse, use Constructor instead
24591
24592 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
24593         
24594         * MenuItem.cs:
24595         * MenuAPI.cs:
24596                 - Owner draw support (MeasureItem and DrawItem)
24597
24598 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
24599         
24600         *  Menu.cs:
24601                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
24602                 - Fixes MenuItems.Add range
24603         * MenuItem.cs:
24604                 - MergeMenu and Clone and CloneMenu functions
24605
24606 2005-02-03  Jackson Harper  <jackson@ximian.com>
24607
24608         * ScrollBar.cs: Make abstract
24609         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
24610         is abstract.
24611
24612 2005-02-03  Jackson Harper  <jackson@ximian.com>
24613
24614         * ScrollBar.cs: First part of my scrollbar fixups. This removes
24615         all the unneeded refreshes and uses invalidates with properly
24616         computed rects.
24617
24618 2005-02-03  Peter Bartok  <pbartok@novell.com>
24619
24620         * ComponentModel.cs: Added
24621         * IDataGridEditingService.cs: Added
24622         * Timer.cs: Added missing attributes
24623         * ToolTip.cs: Added missing attributes
24624
24625 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
24626
24627         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
24628
24629 2005-02-03  Peter Bartok  <pbartok@novell.com>
24630
24631         * ListBox.cs: Added missing attributes
24632
24633 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
24634         
24635         * ListBox.cs:
24636                 - Fixes font height after font change
24637                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
24638                 
24639 2005-02-02  Peter Bartok  <pbartok@novell.com>
24640
24641         * HandleData.cs: Introduced static methods to allow class
24642           to be more self-contained and track it's own HandleData objects
24643         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
24644           HandleData to use new static methods
24645
24646 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
24647
24648         * Combobox.cs:
24649                 - Fixes default size and PreferredHeight
24650                 - Missing events
24651                 - ObjectCollection.Insert implementation
24652                 
24653         * ListControl.cs
24654                 - Fixes signature
24655         * ListBox.cs:
24656                 - Several fixes
24657                 - ObjectCollection.Insert implementation
24658                 - No selection after clean
24659                 - Small fixes
24660
24661 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
24662
24663         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
24664
24665 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
24666
24667         * Combobox.cs:
24668                 - Caches ItemHeight calculation for OwnerDrawVariable
24669                 - Handles dropdown properly
24670                 - Fixes several minor bugs
24671
24672 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
24673
24674         * ListBox.cs:
24675                 - Fixes 71946 and 71950
24676                 - Fixes changing Multicolumn on the fly
24677                 - Fixes keyboard navigation on Multicolumn listboxes
24678
24679 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
24680         
24681         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
24682         crash reporter log.
24683
24684 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
24685
24686         * XplatUIOSX.cs: Allow applications to actually exit.
24687
24688 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
24689
24690         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
24691         their parent at creation time rather than lazily later.  Fixes a major
24692         regression we were experiencing.
24693
24694 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
24695
24696         * ThemeWin32Classic.cs: more date time picker painting fixes
24697         * DateTimePicker.cs: more monthcalendar drop down fixes
24698         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
24699
24700 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
24701
24702         * ScrollBar.cs:
24703                 - When moving the thumb going outside the control should stop the moving
24704                 - Adds the firing of missing events
24705                 - Fixes no button show if Size is not specified
24706                 - End / Home keys for keyboard navigation
24707
24708 2005-01-30  Peter Bartok  <pbartok@novell.com>
24709
24710         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
24711           sanity check to prevent theoretical loop
24712         * XplatUIWin32.cs (SetVisible): Removed debug output
24713         * XplatUIX11.cs (SystrayChange): Added sanity check
24714         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
24715         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
24716           behaviour, valid until the X11 client window rewrite is done
24717         * TextBox.cs (ctor): Setting proper default foreground and background
24718           colors
24719
24720 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
24721
24722         * Theme: Added DrawDateTimePicker to interface
24723         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
24724         * DateTimePicker.cs: Created (still needs keys and painting code)
24725         * DateTimePickerFormat.cs: added
24726         * MonthCalendar.cs: fixed CreateParams for popup window mode
24727           
24728 2005-01-29  Peter Bartok  <pbartok@novell.com>
24729
24730         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
24731           this should also the calculations for ligher/darker
24732         * Theme.cs: Fixed defaults for ScrollBar widths/heights
24733
24734 2005-01-29  Peter Bartok  <pbartok@novell.com>
24735
24736         * ArrangeDirection.cs: Added
24737         * ArrangeStartingPositon.cs: Added
24738         * SystemInformation.cs: Implemented
24739         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
24740           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
24741           used by SystemInformation class
24742         * X11Strucs.cs: Added XSizeHints structure
24743         * MenuAPI.cs:
24744           - Fixed CreateParams to make sure the menu window is always visible
24745           - TrackPopupMenu: Added check to make sure we don't draw the
24746             menu offscreen
24747
24748 2005-01-29  Peter Bartok  <pbartok@novell.com>
24749
24750         * HandleData.cs: Added method for altering invalid area
24751         * TextBoxBase.cs: Implemented TextLength
24752
24753 2005-01-28  Peter Bartok  <pbartok@novell.com>
24754
24755         * XplatUIX11.cs: Improvement over last patch, not sending
24756           the WM_PAINT directly anymore, instead we scroll any pending
24757           exposed areas and let the system pick out the WM_PAINT later
24758
24759 2005-01-28  Peter Bartok  <pbartok@novell.com>
24760
24761         * SWF.csproj: Deleted, no longer used. Instead,
24762           Managed.Windows.Forms/SWF.csproj should be used
24763         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
24764           directly, to avoid a potential race condition with the next
24765           scroll
24766
24767 2005-01-28  Peter Bartok  <pbartok@novell.com>
24768
24769         * XplatUI.cs: Made class internal
24770
24771 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
24772
24773         * CheckedListBox.cs:
24774                 - Draw focus
24775                 - Fixed Drawing
24776                 - Missing methods and events
24777
24778 2005-01-27  Peter Bartok  <pbartok@novell.com>
24779
24780         * Application.cs (Run): Don't use form if we don't have one
24781
24782 2005-01-27  Peter Bartok  <pbartok@novell.com>
24783
24784         * TextBoxBase.cs (get_Lines): Fixed index off by one error
24785
24786 2005-01-27  Peter Bartok  <pbartok@novell.com>
24787
24788         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
24789         * GridItem.cs: Added; Patch by Jonathan S. Chambers
24790         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
24791         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
24792         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
24793         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
24794         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24795         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
24796         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24797         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24798         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
24799         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
24800
24801 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
24802
24803         * Combobox.cs:
24804                 - Draw focus on Simple Combobox
24805                 - Fixes drawing issues
24806                 - fixes 71834
24807
24808 2005-01-27  Peter Bartok  <pbartok@novell.com>
24809
24810         * Form.cs:
24811           - Place window in default location, instead of hardcoded 0/0
24812           - Send initial LocationChanged event
24813         * Control.cs:
24814           - UpdateBounds after creation to find out where the WM placed us
24815           - Make sure that if the ParentForm changes location the Form
24816             is notified
24817         * XplatUIX11.cs: XGetGeometry will not return the coords relative
24818             to the root, but to whatever the WM placed around us.
24819             Translate to root coordinates before returning toplevel
24820             coordinates
24821         * XplatUIWin32.cs: Removed debug output
24822         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
24823           flag to GetWindowPos, to allow translation of coordinates on X11
24824
24825 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
24826
24827         * ListBox.cs: connect LostFocus Event
24828
24829 2005-01-27  Peter Bartok  <pbartok@novell.com>
24830
24831         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
24832           XplatUIX11.cs: Extended the Systray API
24833         * Form.cs: Removed debug output
24834         * Application.cs: Fixed focus assignment, always need to call
24835           XplatUI.Activate() since Form.Activate() has rules that may
24836           prevent activation
24837         * NotifyIcon.cs: Should be complete now
24838         * ToolTip.cs: Worked around possible timer bug
24839
24840 2005-01-27  Jackson Harper  <jackson@ximian.com>
24841
24842         * TabControl.cs:
24843         - Only invalidate the effected tabs when the
24844         selected index changes. This reduces drawing and gets rid of some
24845         flicker.
24846         - Only refresh if the tabs need to be shifted, otherwise only
24847         invalidate the slider button.
24848         - On windows the tabs are not filled to right if the slider is
24849         visible.
24850         
24851 2005-01-27  Jackson Harper  <jackson@ximian.com>
24852
24853         * TabControl.cs: Only refresh on mouseup if we are showing the
24854         slider. Also only invalidate the button whose state has changed.
24855
24856 2005-01-26  Peter Bartok  <pbartok@novell.com>
24857
24858         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
24859         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
24860           and SystrayRemove() methods
24861         * XplatUIOSX.cs: Stubbed Systray methods
24862         * XplatUIX11.cs:
24863           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
24864             methods
24865           - Fixed broken XChangeProperty calls (marshalling messed up things)
24866         * X11Structs.cs: Added enums and structs required for Size hinting
24867         * NotifyIcon.cs: Added & implemented
24868
24869 2005-01-26  Jackson Harper  <jackson@ximian.com>
24870
24871         * TabControl.cs: Space vertically layed out tabs properly.
24872
24873 2005-01-26  Peter Bartok  <pbartok@novell.com>
24874
24875         * Form.cs (CreateClientParams): Always set the location to 0,0
24876           since we're a child window.
24877
24878         * Control.cs (SetVisibleCore): Always explicitly setting the location
24879           of a toplevel window, apparently X11 doesn't like to move windows
24880           while they're not mapped.
24881
24882 2005-01-26  Jackson Harper  <jackson@ximian.com>
24883
24884         * TabControl.cs: Implement FillToRight size mode with vertically
24885         rendered tabs.
24886
24887 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
24888
24889         * ControlPaint.cs, ThemeWin32Classic.cs
24890                 - Fixes DrawFocusRectangle
24891
24892 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
24893
24894         * MenuAPI.cs:
24895                 - MenuBar tracking only starts when item is first clicked
24896                 - Fixes menu hidding for multiple subitems
24897                 - Unselect item in MenuBar when item Executed
24898                 - Fixes bug 71495
24899
24900 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
24901
24902         * ListControl.cs:
24903                 - IsInputKey for ListBox
24904         * ListBox.cs:
24905                 - Focus item
24906                 - Shift and Control item selection
24907                 - Implement SelectionMode.MultiExtended
24908                 - Fixes RightToLeft
24909         * ComboBox.cs:
24910                 - IsInputKey implemented
24911                 - Do not generate OnTextChangedEdit on internal txt changes
24912                 
24913 2005-01-23  Peter Bartok  <pbartok@novell.com>
24914
24915         * AccessibleObject.cs: Partially implemented Select()
24916         * MonthCalendar.cs: Added missing attributes and events
24917         * Form.cs: Fixed CreateParams behaviour, now controls derived from
24918           form can properly override CreateParams.
24919         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
24920           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
24921           Control performs Invalidate & Update
24922         * NativeWindow (CreateHandle): Added special handling for Form
24923           and Form.FormParent classes to allow overriding of From.CreateParams
24924         * Control.cs:
24925           - ControlNativeWindow: Renamed 'control' variable to more intuitive
24926             name 'owner'
24927           - ControlNativeWindow: Added Owner property
24928           - Removed usage of Refresh() on property changes, changed into
24929             Invalidate(), we need to wait until the queue is processed for
24930             updates, direct calls might cause problems if not all vars for
24931             Paint are initialized
24932           - Added call to UpdateStyles() when creating the window, to set any
24933             styles that CreateWindow might have ignored.
24934           - Added support for Form CreateParent overrides to UpdateStyles()
24935         * MessageBox.cs: Removed no longer needed FormParent override stuff,
24936           CreateParams are now properly overridable
24937         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
24938           CreateParams are now properly overridable
24939
24940 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
24941
24942         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
24943         OnTextBoxChanged.
24944
24945         Capture LostFocus and OnTextBoxChanged.  The later introduces a
24946         recursive invocation that I have not figured out yet.
24947
24948         Reset the timer when not using (it was accumulating).
24949
24950
24951         (OnTextBoxChanged): Set UserEdit to true here to track whether the
24952         user has made changes that require validation.
24953
24954         Reset changing to avoid loops.
24955
24956 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
24957
24958         * NumericUpDown.cs: Display value at startup.
24959
24960         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
24961         ValidateEditText.
24962
24963         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
24964         filled in.  Added some basic parsing of text.
24965
24966         Still missing the OnXXX method overrides, and figuring out the
24967         events that must be emitted.
24968
24969         * UpDownBase.cs: Handle UserEdit on the Text property.
24970         
24971 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
24972
24973         * ComboBox.cs:
24974           - Fixes IntegralHeight
24975           - ToString method
24976
24977 2005-01-21  Jackson Harper  <jackson@ximian.com>
24978
24979         * TabControl.cs: Set the SelectedIndex property when SelectedTab
24980         is set so that the page visibility is updated and the tabs are
24981         sized correctly.
24982
24983 2005-01-21  Jackson Harper  <jackson@ximian.com>
24984
24985         * TabControl.cs: Use cliping rectangle for blitting. Give the
24986         theme the clipping rect so we can do clipping while
24987         drawing. Remove some debug code.
24988
24989 2005-01-21  Jackson Harper  <jackson@ximian.com>
24990
24991         * TabPage.cs: Add a new method so tab pages can force the tab
24992         control to recalculate the tab page sizes.
24993         * TabControl.cs: UpdateOwner needs to make the tab control recalc
24994         sizes.
24995
24996 2005-01-20  Jackson Harper  <jackson@ximian.com>
24997
24998         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
24999
25000 2005-01-20  Jackson Harper  <jackson@ximian.com>
25001
25002         * TreeView.cs: Set the bounds for nodes properly. They were
25003         getting screwed up when checkboxes were not enabled, but images
25004         were.
25005
25006 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
25007
25008         * ListBox.cs:
25009                 - Owner draw support
25010                 - Fixes
25011                 
25012 2005-01-20  Jackson Harper  <jackson@ximian.com>
25013
25014         * XplatUIStructs.cs: More misc keys
25015         * X11Keyboard.cs: Ignore some control keys.
25016
25017 2005-01-20  Jackson Harper  <jackson@ximian.com>
25018
25019         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
25020         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
25021
25022 2005-01-19  Peter Bartok  <pbartok@novell.com>
25023
25024         * Control.cs: Un-selecting the control when it is loosing focus
25025
25026 2005-01-19  Jackson Harper  <jackson@ximian.com>
25027
25028         * TreeView.cs: Hook up to the text controls leave event so we can
25029         end editing when the users clicks outside the text box.
25030         
25031 2005-01-19  Jackson Harper  <jackson@ximian.com>
25032
25033         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
25034         get set in the conversion array.
25035
25036 2005-01-19  Peter Bartok  <pbartok@novell.com>
25037
25038         * Application.cs (ModalRun): Added a call to CreateControl to ensure
25039           focus is properly set
25040         * Button.cs:
25041           - Added missing attributes
25042           - removed styles, those are already set in the base class
25043         * ButtonBase.cs:
25044           - Added missing attributes
25045           - Added clip window styles
25046         * CheckBox.cs: Added missing attributes
25047         * CommonDialog.cs:
25048           - FormParentWindow.CreateParams: Added required clip styles
25049         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
25050           also filters modifier keys
25051         * MessageBox.cs:
25052           - Added assignment of Accept and Cancel button to enable Enter
25053             and Esc keys in MessageBox dialogs
25054           - FormParentWindow.CreateParams: Added required clip styles
25055         * RadioButton.cs: Added missing attributes
25056         * TextControl.cs: No longer draws selection if control does not
25057           have focus
25058         * TextBoxBase.cs:
25059           - Now draws simple rectangle around test area to make it obvious
25060             there's a control. This is a hack until we properly support borders
25061           - A few simple fixes to support selections better, now erases selected
25062             text when typing, and resets selection when using movement keys
25063
25064 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
25065
25066         * UpDownBase.cs: Added some new properties.
25067
25068         * DomainUpDown.cs: Implement a lot to get my test working.
25069
25070 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
25071
25072         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
25073
25074 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
25075
25076         * OSXStructs (WindowAttributes): Fixed csc complaints
25077
25078 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
25079
25080         * XplayUIOSX.cs:
25081           OSXStructs.cs: Initial refactor to move enums and consts into
25082           OSXStructs and use them in the driver for greater readability.
25083
25084 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
25085
25086         * XplatUIOSX.cs: Initial support for Standard Cursors.
25087         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
25088
25089 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
25090
25091         * ComboBox.cs: ability to change style when the ctrl is already
25092         created, missing methods and events, bug fixes, signature fixes
25093
25094 2005-01-19  Peter Bartok  <pbartok@novell.com>
25095
25096         * Cursors.cs (ctor): Added ctor to fix signature
25097
25098 2005-01-18  Peter Bartok  <pbartok@novell.com>
25099
25100         * Button.cs: Implemented DoubleClick event
25101         * ButtonBase.cs:
25102           - Fixed keyboard handling to behave like MS, where the press of
25103             Spacebar is equivalent to a mousedown, and the key release is
25104             equivalent to mouseup. Now a spacebar push will give the same
25105             visual feedback like a mouse click.
25106           - Added missing attributes
25107           - Added ImeModeChanged event
25108           - Added support for generating DoubleClick event for derived classes
25109         * CheckBox.cs:
25110           - Implemented DoubleClick event
25111           - Added missing attributes
25112         * CommonDialog.cs: Added missing attribute
25113         * ContextMenu.cs: Added missing attributes
25114         * RadioButton.cs:
25115           - AutoChecked buttons do not allow to be unselected when clicked
25116             (otherwise we might end up with no selected buttons in a group)
25117           - Added missing attributes
25118           - Implemented DoubleClickEvent
25119         * ThreadExceptionDialog.cs: Enabled TextBox code
25120
25121 2005-01-18  Peter Bartok  <pbartok@novell.com>
25122
25123         * Form.cs: Removed debug output
25124         * Button.cs: Added support for DoubleClick method
25125
25126 2005-01-18  Peter Bartok  <pbartok@novell.com>
25127
25128         * Form.cs:
25129           - Added method to parent window that allows triggering size
25130             calculations when a menu is added/removed
25131           - set_Menu: Cleaned up mess from early days of Form and Control,
25132             now properly triggers a recalc when a menu is added/removed
25133           - Added case to select form itself as focused form if no child
25134             controls exist
25135           - Added PerformLayout call when showing dialog, to ensure properly
25136             placed controls
25137         * Control.cs:
25138           - Select(): Made internal so Form can access it
25139           - Focus(): Only call Xplat layer if required (avoids loop), and sets
25140             status
25141         * Application.cs (Run): Removed hack and calls PerformLayout instead
25142           to trigger calculation when Form becomes visible
25143
25144 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
25145
25146         * ComboBox.cs: fixes for ownerdraw
25147
25148 2005-01-18  Peter Bartok  <pbartok@novell.com>
25149
25150         * TextControl.cs:
25151           - Sentinel is no longer static, each Document gets it's own, this
25152             avoids locking or alternatively overwrite problems when more
25153             than one text control is used simultaneously.
25154           - Switched to use Hilight and HilightText brushes for text selection
25155
25156         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
25157
25158 2005-01-18  Peter Bartok  <pbartok@novell.com>
25159
25160         * Control.cs:
25161           - Hooked up the following events:
25162                 o ControlAdded
25163                 o ControlRemoved
25164                 o HandleDestroyed
25165                 o ImeModeChanged
25166                 o ParentChanged
25167                 o TabStopChanged
25168                 o Invalidated
25169                 o SystemColorsChanged
25170                 o ParentFontChanged
25171                 o Move
25172           - Removed debug output
25173           - Added a call to the current theme's ResetDefaults when a color change
25174             is detected
25175         * Form.cs: Now setting the proper ImeMode
25176         * Theme.cs: Defined a method to force recreation of cached resources
25177           and rereading of system defaults (ResetDefaults())
25178         * ThemeWin32Classic.cs: Added ResetDefaults() stub
25179
25180 2005-01-17  Peter Bartok  <pbartok@novell.com>
25181
25182         * Control.cs: Added missing attributes
25183
25184 2005-01-17  Jackson Harper  <jackson@ximian.com>
25185
25186         * TreeNode.cs: Implement editing. Add missing properties selected
25187         and visible.
25188         * TreeView.cs: Implement node editing. Also some fixes to use
25189         Invalidate (invalid area) instead of Refresh when selecting.
25190
25191 2005-01-17  Peter Bartok  <pbartok@novell.com>
25192
25193         * Control.cs:
25194           - Implemented InvokeGotFocus() method
25195           - Implemented InvokeLostFocus() method
25196           - Implemented InvokePaint() method
25197           - Implemented InvokePaintBackground() method
25198           - Implemented InvokeClick() method
25199           - Implemented FindForm() method
25200           - Implemented RectangleToClient() method
25201           - Implemented ClientToRectangle() method
25202           - Implemented ResetBackColor() method
25203           - Implemented ResetCursor() method
25204           - Implemented ResetFont() method
25205           - Implemented ResteForeColor() method
25206           - Implemented ResetImeMode() method
25207           - Implemented ResetLeftToRight() method
25208           - Implemented ResetText() method
25209           - Implemented Scale() methods
25210           - Implemented ScaleCore() method
25211           - Implemented Update() method
25212           - Removed unused variables
25213           - Stubbed AccessibilityNotifyClients and
25214             ControlAccessibleObject.NotifyClients() methods (dunno what to do
25215             with those yet)
25216           - Now setting proper default for RightToLeft property
25217           - Fixed bug in SetClientSizeCore that would cause windows to get
25218             really big
25219           - Now sending Click/DoubleClick events
25220           - Now selecting controls when left mouse button is clicked on
25221             selectable control
25222         * AccessibleEvents.cs: Added
25223         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
25224         * XplatUIOSX.cs: Stubbed UpdateWindow() method
25225         * XplatUIWin32.cs: Implemented UpdateWindow() method
25226         * XplatUIX11.cs: Implemented UpdateWindow() method
25227         * Form.cs: Removed stray semicolon causing CS0162 warning
25228         * ThemeWin32Classic.cs: Fixed unused variable warnings
25229         * ScrollableControl.cs: Now calls base method for ScaleCore
25230         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
25231           style to avoid interference with internal click handler (which is
25232           different than standard Control click handling)
25233         * RadioButton.cs:
25234           - Now unchecks all sibling radio buttons when control is
25235             selected (Fixes #68756)
25236           - Removed internal tabstop variable, using the one inherited from
25237             Control
25238
25239 2005-01-17  Jackson Harper  <jackson@ximian.com>
25240
25241         * NavigateEventArgs.cs: Fix base type.
25242         * LinkLabel.cs: Sig fix
25243         
25244 2005-01-17  Jackson Harper  <jackson@ximian.com>
25245
25246         * TreeView.cs: Only invalidate the effected nodes bounds when
25247         selecting nodes.
25248
25249 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
25250
25251         * XplatUIWin32.cs: fixes Win32 marshaling
25252         * XplatUIX11.cs: fixes method signature
25253
25254 2005-01-17  Peter Bartok  <pbartok@novell.com>
25255
25256         * XplatUIX11.cs: Clean up resources when we no longer need them
25257
25258 2005-01-17  Peter Bartok  <pbartok@novell.com>
25259
25260         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
25261           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
25262           and DestroyCursor() methods.
25263         * Cursor.cs: Partially implemented, now supports standard cursors;
25264           still contains some debug code
25265         * Cursors.cs: Implemented class
25266         * Control.cs:
25267           - WndProc(): Added handling of WM_SETCURSOR message, setting the
25268             appropriate cursor
25269           - Implemented Cursor property
25270           - Replaced break; with return; more straightforwar and possibly
25271             faster
25272           - Now properly setting the result for WM_HELP
25273         * X11Structs.cs: Added CursorFontShape enum
25274         * XplatUIStructs.cs:
25275           - Added StdCursor enum (to support DefineStdCursor() method)
25276           - Added HitTest enum (to support sending WM_SETCURSOR message)
25277         * XplatUIX11.cs:
25278           - Now sends the WM_SETCURSOR message
25279           - Implemented new cursor methods
25280         * XplatUIOSX.cs: Stubbed new cursor methods
25281         * XplatUIWin32.cs:
25282           - Implemented new cursor methods
25283           - Added GetSystemMetrics function and associated enumeration
25284
25285 2005-01-15  Peter Bartok  <pbartok@novell.com>
25286
25287         * Control.cs:
25288           - WndProc(): Now handles EnableNotifyMessage
25289           - SelectNextControl(): Fixed bug where if no child or sibling
25290             controls exist we looped endlessly
25291
25292 2005-01-14  Jackson Harper  <jackson@ximian.com>
25293
25294         * TreeView.cs: Recalculate the tab pages when a new one is added
25295         so that the proper bounding rects are created.
25296
25297 2005-01-14  Jackson Harper  <jackson@ximian.com>
25298
25299         * TreeView.cs: Draw a gray box instead of a grip in the lower
25300         right hand corner when there are both horizontal and vertical
25301         scroll bars.
25302
25303 2005-01-14  Jackson Harper  <jackson@ximian.com>
25304
25305         * Control.cs: When erasing backgrounds use FromHwnd instead of
25306         FromHdc when there is a NULL wparam. This occurs on the X driver.
25307         * XplatUIX11.cs: Set the wparam to NULL.
25308
25309 2005-01-13  Jackson Harper  <jackson@ximian.com>
25310
25311         * PictureBox.cs: Implement missing methods (except ToString, need
25312         to test that on windows) and events. When visibility is changed we
25313         need to redraw the image because the buffers are killed. When size
25314         is changed refresh if the sizemode needs it.
25315
25316 2005-01-13  Peter Bartok  <pbartok@novell.com>
25317
25318         * Control.cs (SelectNextControl): Was using wrong method to select
25319           a control
25320
25321 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
25322
25323         * ComboBox.cs: fixes dropstyle
25324
25325 2005-01-13  Peter Bartok  <pbartok@novell.com>
25326
25327         * Form.cs:
25328           - Implemented Select() override
25329           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
25330           - Now sets keyboard focus on startup
25331         * Control.cs (SelectNextControl): Now properly handles directed=true
25332         * TextBoxBase.cs:
25333           - WndProc: Now passes tab key on to base if AcceptTabChar=false
25334           - Added (really bad) focus rectangle (mostly for testing)
25335         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
25336           to enforce redraw on focus changes
25337         * ContainerControl.cs:
25338           - Fixed detection of Shift-Tab key presses
25339           - Fixed traversal with arrow keys
25340         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
25341           gonna keep this or if it's complete yet
25342         
25343 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
25344
25345         * ComboBox.cs: missing properties, fixes
25346
25347 2005-01-13  Peter Bartok  <pbartok@novell.com>
25348
25349         * Panel.cs (ctor): Setting Selectable window style to off
25350         * Splitter.cs (ctor): Setting Selectable window style to off
25351         * GroupBox.cs (ctor): Setting Selectable window style to off
25352         * Label.cs (ctor): Setting Selectable window style to off
25353
25354 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
25355
25356         * UpDownBase.cs (InitTimer): If the timer has been already
25357         created, enable it.
25358
25359         Use a TextBox instead of a Label.
25360
25361 2005-01-12  Jackson Harper  <jackson@ximian.com>
25362
25363         * TreeView.cs: Refresh the tree after sorting the nodes. Always
25364         draw the connecting node lines (when ShowLines is true).
25365         * TreeNode.cs: The nodes index can now be updated. This is used
25366         when a node collection is sorted.
25367         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
25368         insert or an existing unsorted node collection can be sorted.
25369         
25370 2005-01-12  Peter Bartok  <pbartok@novell.com>
25371
25372         * ContainerControl.cs: Implemented ProcessDialogKeys()
25373
25374 2005-01-12  Peter Bartok  <pbartok@novell.com>
25375
25376         * Control.cs:
25377           - Implemented SelectNextControl() method
25378           - Several focus related bug fixes
25379           - Fixed Docking calculations to match MS documentation and
25380             behaviour
25381
25382 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
25383
25384         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
25385         bug fixes
25386
25387 2005-01-12  Peter Bartok  <pbartok@novell.com>
25388
25389         * Control.cs:
25390           - Fixed broken Contains() method
25391           - Implemented GetNextControl() method. Finally. This is the pre-
25392             requisite for focus handling.
25393
25394 2005-01-12  Peter Bartok  <pbartok@novell.com>
25395
25396         * OSXStrucs.cs: Added
25397
25398 2005-01-12  Peter Bartok  <pbartok@novell.com>
25399
25400         * XplatUIWin32.cs:
25401           - Removed PeekMessageFlags
25402           - Implemented SetWindowStyle() method
25403         * XplatUIStructs.cs: Added PeekMessageFlags
25404         * X11Structs: Added missing border_width field to XWindowChanges struct
25405         * XplatUIX11.cs:
25406           - PeekMessage: Now throws exception if flags which are not yet
25407             supported are passed
25408           - Implemented SetWindowStyle() method
25409           - Fixed SetZOrder to handle AfterHwnd properly
25410         * XplatUI.cs: Added SetWindowStyle() method
25411         * XplatUIDriver.cs: Added SetWindowStyle() abstract
25412         * Control.cs:
25413           - Implemented UpdateStyles() method
25414           - Implemented UpdateZOrder() method
25415         * XplatUIOSX.cs: Added SetWindowStyle() stub
25416
25417 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
25418
25419         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
25420         button mouse).
25421
25422
25423 2005-01-11  Jackson Harper  <jackson@ximian.com>
25424
25425         * TreeView.cs: Still need to draw lines to siblings even if out of
25426         the current node is out of the clip.
25427
25428 2005-01-11  Jackson Harper  <jackson@ximian.com>
25429
25430         * TreeView.cs: When setting the hbar/vbar/grip position use
25431         SetBounds so that perform layout is only called once. Also suspend
25432         and resume layout so layout is only done once for all controls.
25433         - Removed some debug fluff
25434         * SizeGrip.cs: Call base implmentation in overriding methods.
25435         - When visibility is changed the drawing buffers are killed so we
25436         need to redraw.
25437
25438 2005-01-11  Jackson Harper  <jackson@ximian.com>
25439
25440         * TreeView.cs: Calculate the open node count while drawing. This
25441         saves us an entire tree traversal for every paint operation. Use
25442         a member var for the open node count so less vars are passed around.
25443
25444 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
25445
25446         * MonthCalendar.cs:
25447         - fixed selection to use mousemove, not mouse polling on timer
25448         * ThemeWin32Classic.cs
25449         - removed redundant unused variable "no_more_content"
25450         
25451 2005-01-11  Peter Bartok  <pbartok@novell.com>
25452
25453         * XplatUIX11.cs (DoEvents): Needs to return when no more events
25454           are pending, so it now calls PeekMessage instead of GetMessage;
25455           implemented a incomplete version of PeekMessage
25456         
25457 2005-01-11  Peter Bartok  <pbartok@novell.com>
25458
25459         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
25460           I18n issues
25461         * TextBoxBase.cs: Added sending of TextChanged event
25462
25463 2005-01-10  Jackson Harper  <jackson@ximian.com>
25464
25465         * TreeView.cs: Try not to draw outside the clipping rectangle on
25466         each node element.
25467
25468 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
25469
25470         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
25471
25472 2005-01-10  Jackson Harper  <jackson@ximian.com>
25473
25474         * TreeView.cs:
25475         - Implement fast scrolling. Now only the newly
25476         exposed nodes are drawn and the old image is moved using the
25477         XplatUI::ScrollWindow method.
25478         - Factor in height of nodes when calculating whether or not the
25479         node is in the clipping rect.
25480
25481 2005-01-10  Jackson Harper  <jackson@ximian.com>
25482
25483         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
25484
25485 2005-01-10  Peter Bartok  <pbartok@novell.com>
25486
25487         * Application.cs: Added temporary hack to resolve all our resize
25488           required issues on startup. This will get fixed properly at
25489           some point in the future
25490
25491 2005-01-10  Jackson Harper  <jackson@ximian.com>
25492
25493         * SizeGrip.cs: New internal class that is used as a sizing
25494         grip control...hence the name.
25495
25496 2005-01-10  Peter Bartok  <pbartok@novell.com>
25497
25498         * Control.cs: Implemented proper TabIndex handling, now assigning
25499           a tabindex when a control is added to a container
25500         * GroupBox.cs (ctor): Now sets the Container style bit, required
25501           for Control.GetNextControl()
25502
25503 2005-01-09  Jackson Harper  <jackson@ximian.com>
25504
25505         * TextBoxBase.cs: Clear window when scrolling (fixes build).
25506
25507 2005-01-09  Peter Bartok <pbartok@novell.com>
25508
25509         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
25510           XplatUIX11.cs: Added ability to control ScrollWindow expose and
25511           an overload for ScrollWindow to allow only scrolling a rectangle
25512
25513 2005-01-09  Peter Bartok <pbartok@novell.com>
25514
25515         * Form.cs:
25516           - Implemented SetDesktopBounds method
25517           - Implemented SetDesktopLocation method
25518
25519 2005-01-08  Jackson Harper  <jackson@ximian.com>
25520
25521         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
25522         the node count has changed, this removes to VScroll::Refresh calls
25523         when drawing.
25524
25525 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
25526
25527         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
25528
25529 2005-01-07  Jackson Harper  <jackson@ximian.com>
25530
25531         * TreeNode.cs: Just update the single node when it is
25532         checked. Don't refresh after toggling, the Expand/Collapse already
25533         handles this.
25534         * TreeView.cs: Respect clipping a little more when drawing. Try
25535         not to redraw things that don't need to be redrawn. Just hide the
25536         scrollbars when they are no longer needed instead of removing
25537         them, so they don't have to be created again and again.
25538         
25539 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
25540
25541         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
25542         coordinates to window space to place the caret properly, FIXED.
25543         Implement GetWindowState & SetWindowState
25544
25545 2005-01-06  Peter Bartok <pbartok@novell.com>
25546
25547         * Form.cs:
25548           - Implemented ClientSize property
25549           - Implemented DesktopBounds property
25550           - Implemented DesktopLocation property
25551           - Implemented IsRestrictedWindow property
25552           - Implemented Size property
25553           - Implemented TopLevel property
25554           - Implemented FormWindowState property
25555         * Control.cs:
25556           - Implemented GetTopLevel() method
25557           - Implemented SetTopLevel() method
25558         * X11Structs.cs (Atom):
25559           - Added AnyPropertyType definition
25560           - Added MapState definiton and updated XWindowAttribute struct
25561         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
25562         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
25563         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
25564         * XplatUIWin32.cs:
25565           - Implemented GetWindowState() and SetWindowState() methods
25566           - Fixed Win32GetWindowLong return type
25567         * XplatUIX11.cs:
25568           - Introduced central function for sending NET_WM messages
25569           - Implemented GetWindowState() and SetWindowState() methods
25570         * TextBoxBase.cs (set_Lines):
25571           - Now uses Foreground color for text added via Text property (Duh!)
25572           - Added code to remember programmatically requested size (fixes
25573             behaviour when Multiline is set after Size)
25574           - Added AutoSize logic
25575
25576 2005-01-06  Jackson Harper  <jackson@ximian.com>
25577
25578         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
25579
25580 2005-01-06  Jackson Harper  <jackson@ximian.com>
25581
25582         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
25583         set to less then 0.
25584
25585 2005-01-06  Jackson Harper  <jackson@ximian.com>
25586
25587         * ScrollableControl.cs: Lazy init the scrollbars.
25588         
25589 2005-01-06  Jackson Harper  <jackson@ximian.com>
25590
25591         * Theme.cs: Speed up getting pens and solid brushes, by using
25592         their ARGB as a hash instead of tostring and not calling Contains.
25593
25594 2005-01-06  Peter Bartok <pbartok@novell.com>
25595
25596         * Form.cs:
25597           - Implemented OnActivated and OnDeactivate event trigger
25598           - Implemented Activate() method
25599           - Fixed ShowDialog() to activate the form that was active before
25600             the dialog was shown
25601         * XplatUIX11.cs:
25602           - Added global active_window var that tracks the currently active
25603             X11 window
25604           - Now always grabs Property changes from the root window to always
25605             catch changes on the active window property
25606           - Added code to PropertyNotify handler to send Active/Inactive
25607             messages when state changes. This puts X11 and Win32 en par on
25608             WM_ACTIVATE notifications (except for double notifications when
25609             the user clicks away from our modal window to another one of our
25610             windows)
25611
25612 2005-01-05  Jackson Harper  <jackson@ximian.com>
25613
25614         * ImageList.cs: Implment ctor
25615
25616 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
25617
25618         * XplatUIOSX.cs: Implement Activate/SetTopmost
25619
25620 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
25621
25622         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
25623
25624 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
25625
25626         * XplatUIOSX.cs: Implement GetActive/SetFocus.
25627
25628 2005-01-05  Peter Bartok <pbartok@novell.com>
25629
25630         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
25631           XplatUIOSX.cs: Added GetActive method to return the currently
25632           active window for the application (or null, if none is active)
25633         * Form.cs:
25634           - Implemented ActiveForm
25635           - Commented out owner assignment for modal dialogs (causes problems
25636             on Win32, since the owner will be disabled)
25637           - Reworked some Active/Focus handling (still incomplete)
25638         * CommonDialog.cs: Commented out owner assignment for modal dialogs
25639           (causes problems on Win32, since the owner will be disabled)
25640         * IWin32Window: Added ComVisible attribute
25641
25642 2005-01-05  Peter Bartok <pbartok@novell.com>
25643
25644         * ToolTip.cs (WndProc): Enable setting focus now that we have the
25645           required XplatUI functions.
25646
25647 2005-01-05  Peter Bartok <pbartok@novell.com>
25648
25649         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
25650           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
25651           to implement focus and activation handling; still incomplete and
25652           with debug output
25653
25654 2005-01-04  Peter Bartok <pbartok@novell.com>
25655
25656         * TextBoxBase.cs: Changed access level for Document property to
25657           match switch to internal for TextControl
25658
25659 2005-01-04  Peter Bartok <pbartok@novell.com>
25660
25661         * AccessibleObject: Added ComVisible attribute
25662
25663 2005-01-04  Jackson Harper  <jackson@ximian.com>
25664
25665         * X11Keyboard.cs: Remove unneeded var.
25666
25667 2005-01-04  Jackson Harper  <jackson@ximian.com>
25668
25669         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
25670         but PAINT.
25671         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
25672         ClientMessage. This makes apps exit cleanly (more often).
25673         
25674 2005-01-04  Jackson Harper  <jackson@ximian.com>
25675
25676         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
25677         handling focus, return correct colors and fonts,
25678         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
25679         handle selection, horizontal scrolling, and mouse interaction.
25680
25681 2005-01-04  Peter Bartok <pbartok@novell.com>
25682
25683         * ICommandExecutor.cs: Added
25684         * IDataGridColumnStyleEditingNotificationService.cs: Added
25685         * IFeatureSupport.cs: Added
25686         * IFileReaderService.cs: Added
25687         * IDataObject.cs: Added ComVisible attribute
25688         * AmbientProperties.cs: Added
25689         * BaseCollection.cs: Added missing attributes
25690         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
25691         * BaseCollection.cs: Added missing attributes
25692         * Binding.cs: Added TypeConverter attribute
25693         * BindingContext.cs: Added DefaultEvent attribute
25694         * BindingsCollection.cs: Added DefaultEvent attribute
25695         * Button.cs: Added DefaultValue attribute
25696         * DragEventArgs.cs: Added ComVisible attribute
25697         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
25698         * KeyEventArgs.cs: Added ComVisible attribute
25699         * KeyPressEventArgs.cs: Added ComVisible attribute
25700         * MouseEventArgs.cs: Added ComVisible attribute
25701         * NavigateEventArgs.cs: Added
25702         * NavigateEventHandler.cs: Added
25703         * FeatureSupport.cs: Added
25704         * OSFeature.cs: Added
25705         * Theme.cs: Added abstract Version property to support OSFeature
25706         * ThemeWin32Classic.cs: Added Version property to
25707           support OSFeature.Themes
25708         * ProgressBar.cs: Removed OnPaintBackground override, not required since
25709           the proper styles to avoid background drawing are set, also doesn't
25710           match MS signature
25711         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
25712         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
25713         * ScrollEventArgs.cs: Added ComVisible attribute
25714         * SplitterEventArgs.cs: Added ComVisible attribute
25715         * AccessibleSelection.cs: Added Flags attribute
25716         * Appearance.cs: Added ComVisible attribute
25717         * Border3DSide.cs: Added ComVisible attribute
25718         * Border3DStyle.cs: Added ComVisible attribute
25719         * BorderStyle.cs: Added ComVisible attribute
25720         * DragAction.cs: Added ComVisible attribute
25721         * ErrorBlinkStyle.cs: Added
25722         * ScrollEventType.cs: Added ComVisible attribute
25723         * AnchorStyles.cs: Added Editor attribute
25724         * DockStyle.cs: Added Editor attribute
25725         * HorizontalAlignment.cs: Added ComVisible attribute
25726         * HelpEventArgs.cs: Added ComVisible attribute
25727         * PaintEventArgs.cs: Added IDisposable
25728
25729 2005-01-04  Peter Bartok <pbartok@novell.com>
25730
25731         * TextControl.cs: Switched Line, LineTag and Document classes to
25732           internal
25733
25734 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
25735
25736         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
25737         Simple mode, fixes, IntegralHeight, etc.
25738
25739 2005-01-04  Peter Bartok <pbartok@novell.com>
25740
25741         * TextBoxBase.cs: Using proper font variable now
25742
25743 2005-01-04  Peter Bartok <pbartok@novell.com>
25744
25745         * Form.cs (ShowDialog): Set parent to owner, if provided
25746         * GroupBox.cs: Removed unused vars
25747         * TextControl.cs:
25748           - Added GetHashCode() for Document and LineTag classes
25749           - Removed unused variables
25750           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
25751             to allow translation between continuous char position and line/pos
25752         * CheckBox.cs: Removed vars that are provided by base class
25753         * RadioButton.cs: Removed vars that are provided by base class, added
25754           new keyword where required
25755         * LinkLabel.cs: Added new keyword where required
25756         * Control.cs (WndProc): Removed unused variable
25757         * TextBoxBase.cs:
25758           - Finished SelectionLength property
25759           - Implemented SelectionStart property
25760           - Implemented Text property
25761           - Removed unused vars
25762         * MessageBox.cs: Added new keyword where required
25763         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
25764           WndProc signature
25765         * MenuAPI.cs: Added new keyword where required
25766         * ButtonBase.cs: Removed vars that are provided by base class, added
25767           new keyword where required
25768         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
25769           argument to double, to allow compiling with csc 2.0 (Atsushi ran
25770           into this)
25771         * Application.cs (Run): Now triggers the ThreadExit event
25772         * CommonDialog.cs: Added new keyword where required; now properly sets
25773           parent (owner) for dialog
25774         * XplatUIX11.cs: Commented out unused vars
25775         * StatusBar.cs: Fixed signature for Text property
25776         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
25777
25778 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
25779
25780         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
25781         TrackBar.cs, MonthCalendar.cs: remove unused vars
25782
25783 2005-01-03  Jackson Harper  <jackson@ximian.com>
25784
25785         * ThemeWin32Classic.cs:
25786         * X11Keyboard.cs: Remove unused vars.
25787
25788 2005-01-03  Peter Bartok  <pbartok@novell.com>
25789
25790         * TextBox.cs:
25791           - set_Text: Tied into TextControl
25792           - set_TextAlignment: Tied into TextControl
25793         * TextControl.cs:
25794           - Added alignment properties and implemented alignment handling
25795             and drawing (still has a bug, not generating proper expose events)
25796           - Added new Line() constructor to allow passing the line alignment
25797           - Fixed selection setting, properly handling end<start now
25798           - Added aligment considerations to RecalculateDocument()
25799         * TextBoxBase.cs:
25800           - Now properly enforces control height for single line controls
25801           - Added support for CharacterCasing
25802           - Added IsInputKey override
25803           - Fixed Keys.Enter logic
25804           - Added SetBoundsCore override
25805           - Fixed mouse selection handling
25806
25807 2005-01-03  Jackson Harper  <jackson@ximian.com>
25808
25809         * TreeView.cs:
25810           - Collapse and uncheck all nodes when CheckBoxes is disabled.
25811           - Checkboxes are always aligned to the bottom of the node,
25812           regardless of item height.
25813           - Use the node bounds to draw the text so we can center it when
25814           the item height is greater then the font height.
25815           - Node::Bounds are only the text part of the node.
25816         * TreeNode.cs: New method to combine collapsing and unchecking all
25817           nodes recursively.
25818
25819 2005-01-02  Jackson Harper  <jackson@ximian.com>
25820
25821         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
25822         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
25823         tree when a check is changed. TODO: Only refresh the checked node.
25824
25825 2004-12-30  Jackson Harper  <jackson@ximian.com>
25826
25827         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
25828         * TreeNode.cs: When collapsing make sure to never collapse the
25829         root node.
25830
25831 2004-12-29  Jackson Harper  <jackson@ximian.com>
25832
25833         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
25834         
25835 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
25836
25837         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
25838
25839 2004-12-28  Peter Bartok  <pbartok@novell.com>
25840
25841         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
25842           not yet assigned
25843
25844 2004-12-28  Peter Bartok  <pbartok@novell.com>
25845
25846         * Control.cs (WndProc): Added WM_HELP handler, now generates
25847           HelpRequested event
25848         * Form.cs: Added HelpButton property and required support code
25849         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
25850
25851 2004-12-28  Peter Bartok  <pbartok@novell.com>
25852
25853         * CommonDialog.cs:
25854           - Made DialogForm.owner variable internal
25855           - Added check to ensure owner form is set before setting
25856             owner properties in CreateParams
25857
25858 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
25859
25860         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
25861           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
25862           GetCursorPos.  Fix major visibility issues.  Rework the windowing
25863           system to support borderless/titleless windows (implements menus).
25864           Fix GetWindowPos.  Implement initial background color support for
25865           views.
25866
25867 2004-12-28  Peter Bartok  <pbartok@novell.com>
25868
25869         * Form.cs (get_CreateParams): Make sure we have an owner before using
25870           the owner variable. Implement proper default if no owner exists
25871
25872 2004-12-28  Peter Bartok  <pbartok@novell.com>
25873
25874         * In preparation for making Managed.Windows.Forms the default build target
25875           for System.Windows.Forms, the following stubbed files were added.
25876           Dialogs are currently being implemented by contributors and are only
25877           short-term place holders.
25878         * ColorDialog.cs: Initial check-in (minmal stub)
25879         * DataGrid.cs: Initial check-in (minimal stub)
25880         * DataGridLineStyle.cs: Initial check-in (minimal stub)
25881         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
25882         * DataGridTableStyle.cs: Initial check-in (minimal stub)
25883         * FontDialog.cs: Initial check-in (minimal stub)
25884         * FileDialog.cs: Initial check-in (minimal stub)
25885         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
25886         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
25887         * OpenFileDialog: Initial check-in (minimal stub)
25888         * IComponentEditorPageSite.cs: Initial check-in
25889         * Splitter.cs: Initial check-in (for Jackson)
25890         * SplitterEventArgs.cs: Initial check-in (for Jackson)
25891         * SplitterEventHandler.cs: Initial check-in (for Jackson)
25892         * TextBox.cs: Initial check-in; still needs some wiring to
25893           TextControl backend
25894         * Form.cs: Implemented ControlBox property
25895         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
25896         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
25897         * TextControl.cs: Added selection functionality; added todo header
25898         * TextBoxBase.cs:
25899           - Implemented Lines property
25900           - Implemented TextHeight property
25901           - Implemented SelectedText property
25902           - Implemented SelectionLength property
25903           - Implemented SelectAll method
25904           - Implemented ToString method
25905           - Removed and cleaned up some debug code
25906           - Implemented (still buggy) mouse text selection
25907
25908 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
25909
25910         * ComboBox.cs: Complete DropDownList implementation, fixes.
25911
25912 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
25913
25914         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
25915         * ComboBoxStyle.cs: ComboBoxStyle enum
25916         * ComboBox.cs: Initial work on ComboBox control
25917
25918 2004-12-21  Peter Bartok  <pbartok@novell.com>
25919
25920         * Control.cs (ctor, CreateParams): Moved setting of is_visible
25921           forward so that anything that creates a window gets the default,
25922           also no longer uses Visible property in CreateParams to avoid
25923           walking up the parent chain and possibly get the wrong visible
25924           status. Fixed IsVisible to no longer walk up to the parent.
25925
25926 2004-12-21  Peter Bartok  <pbartok@novell.com>
25927
25928         * Form.cs (ShowDialog): Unset modality for the proper window
25929  
25930 2004-12-20  Peter Bartok  <pbartok@novell.com>
25931
25932         * CommonDialog.cs: Initial check-in
25933
25934 2004-12-20  Peter Bartok  <pbartok@novell.com>
25935
25936         * Control.cs (Visible): Now uses the parent window instead of the
25937           client area window for the property
25938
25939         * Form.cs
25940           - ShowDialog(): Now uses the proper window for modality
25941           - The default visibility state for the form parent is now false. This
25942             will prevent the user from seeing all the changes to the form and
25943             its controls before the application hits Application.Run()
25944           - Removed some stale commented out code
25945
25946         * NativeWindow.cs:
25947           - Added FindWindow() method to have a method to check for existence
25948             of a window handle
25949           - Added ability to override default exception handling (for example
25950             when debugging with VS.Net; to do this the ExternalExceptionHandler
25951             define must be set
25952           - Removed some useless debug output
25953
25954         * XplatUIX11.cs:
25955           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
25956             not working as expected
25957           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
25958             property to allow switching back to the modal window if focus is
25959             given to another one of our windows (Application Modal)
25960           - Now only sets override_redirect if we create a window
25961             without WS_CAPTION
25962           - Moved EventMask selection before mapping of newly created window
25963             so we can catch the map event as well
25964           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
25965           - Added various Atom related DllImports
25966           - Implemented Exit() method
25967           - .ctor() : No longer shows window if WS_VISIBLE is not defined
25968             in the CreateParams
25969
25970         * MessageBox.cs: Now properly deals with the FormParent window by
25971           providing an override the FormParent CreateParams property to
25972           set as POPUP instead of OVERLAPPED window.
25973
25974 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
25975
25976         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
25977         Minor code cleanup.
25978
25979 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
25980         
25981         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
25982
25983 2004-12-18  Peter Bartok  <pbartok@novell.com>
25984
25985         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
25986           implementing SetModal() method
25987
25988 2004-12-18  Peter Bartok  <pbartok@novell.com>
25989
25990         * X11Structs.cs (XGCValues): Fixed type of function element
25991         * XplatUI.cs: Added ScrollWindow() method
25992         * XplatUIDriver.cs: Added ScrollWindow() abstract
25993         * XplatUIWin32.cs: Implemented ScrollWindow() method
25994         * XplatUIX11.cs: Implemented ScrollWindow() method
25995         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
25996
25997 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
25998
25999         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
26000         Some more keyboard support (INCOMPLETE)
26001
26002 2004-12-17  Peter Bartok  <pbartok@novell.com>
26003
26004         * TextControl.cs:
26005         - Added color attribute to line tags.
26006         - Added color argument to all functions dealing with tags
26007         - Added color argument support to various functions
26008         - Fixed miss-calculation of baseline/shift in certain circumstances
26009
26010         * TextBoxBase.cs: Added new color option to test code
26011
26012 2004-12-17  Jackson Harper  <jackson@ximian.com>
26013
26014         * TreeNode.cs:
26015         * MonthCalendar.cs: Signature fixes
26016
26017 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
26018
26019         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
26020         keyboard event moved it.  Create a new graphics context for each paint resolves this
26021
26022 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
26023
26024         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
26025         Make caret exist and go blink blink.  Initial keyboard support.
26026         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
26027         works.
26028
26029 2004-12-17  Jackson Harper  <jackson@ximian.com>
26030
26031         * XplatUIStructs.cs: Updated set of virtual keycodes.
26032         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
26033
26034 2004-12-17  Jackson Harper  <jackson@ximian.com>
26035
26036         * XplatUIX11.cs: Prune old keyboard code.
26037
26038 2004-12-17  Jackson Harper  <jackson@ximian.com>
26039
26040         * XplatUIX11.cs: When generating mouse wparams get the modifier
26041         keys from the ModifierKeys property.
26042
26043 2004-12-17  Jackson Harper  <jackson@ximian.com>
26044
26045         * X11Keyboard.cs: Send up/down input when generating
26046         messages. Remove some unused vars.
26047
26048 2004-12-17  Jackson Harper  <jackson@ximian.com>
26049
26050         * TabControl.cs:
26051         * TreeView.cs: get rid of warnings.
26052
26053 2004-12-17  Jackson Harper  <jackson@ximian.com>
26054
26055         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
26056
26057 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
26058
26059         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
26060           CheckedListBox.cs: Implementation
26061
26062 2004-12-17  Peter Bartok  <pbartok@novell.com>
26063
26064         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
26065
26066 2004-12-16  Peter Bartok  <pbartok@novell.com>
26067
26068         * TextControl.cs:
26069           - InsertCharAtCaret(): Fixed start pos fixup
26070           - CaretLine_get: No longer derives the line from the tag, the tag
26071             could be stale if lines in the document have been added or deleted
26072           - RebalanceAfterDelete(): Fixed bug in balancing code
26073           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
26074           - Line.Streamline(): Now can also elminate leading empty tags
26075           - DumpTree(): Added a few more tests and prevented exception on
26076             uninitialized data
26077           - Added Debug section for Combining lines
26078           - Delete(): Now copies all remaining properties of a line
26079           
26080         * TextBoxBase.cs:
26081           - Left mousebutton now sets the caret (and middle button still acts
26082             as formatting tester, which must go away soon)
26083           - Added Debug section for Deleting/Combining lines
26084           - Fixed calculations for UpdateView after Combining lines
26085
26086 2004-12-16  Peter Bartok  <pbartok@novell.com>
26087
26088         * TextControl.cs: Now properly aligns text on a baseline, using the
26089           new XplatUI.GetFontMetrics() method. Simplified several calculations
26090         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
26091           defined
26092
26093 2004-12-16  Peter Bartok  <pbartok@novell.com>
26094
26095         * XplatUI.cs: Added GetFontMetrics() method
26096         * XplatUIDriver.cs: Added GetFontMetrics() abstract
26097         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
26098           into libgdiplus, our private GetFontMetrics function
26099         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
26100         * XplatUIWin32.cs: Implemented GetFontMetrics() method
26101
26102 2004-12-16  Jackson Harper  <jackson@ximain.com>
26103
26104         * XplatUIStruct.cs: Add enum for dead keys
26105         * X11Keyboard.cs: Map and unmap dead keys.
26106
26107 2004-12-16  Jackson Harper  <jackson@ximian.com>
26108
26109         * X11Keyboard.cs: Detect and use the num lock mask.
26110
26111 2004-12-16  Peter Bartok  <pbartok@novell.com>
26112
26113         * Control.cs (CreateGraphics): Added check to make sure the
26114           handle of the window exists before calling Graphics.FromHwnd()
26115
26116 2004-12-16  Peter Bartok  <pbartok@novell.com>
26117
26118         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
26119           contains a lot of code that's not supposed to be there for the
26120           real thing, but required for developing/testing the textbox
26121           backend.
26122
26123 2004-12-16  Peter Bartok  <pbartok@novell.com>
26124
26125         * TextControl.cs:
26126         - Fixed Streamline method
26127         - Added FindTag method to Line
26128         - Added DumpTree method for debugging
26129         - Added DecrementLines() method for deleting lines
26130         - Fixed UpdateView to update the cursor to end-of-line on single-line
26131           updates
26132         - Added PositionCaret() method
26133         - Fixed MoveCaret(LineDown) to move into the last line, too
26134         - Added InsertChar overload
26135         - Fixed InsertChar tag offset calculations
26136         - Added DeleteChar() method
26137         - Added Combine() method for folding lines
26138         - Fixed Delete() method, no longer allocates wasted Line object and
26139           now copies all properties when swapping nodes
26140         - Delete() method now updates document line counter
26141
26142 2004-12-15  Jackson Harper  <jackson@ximian.com>
26143
26144         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
26145         * X11Keyboard.cs: Expose the currently selected modifier keys
26146         through a property.
26147
26148 2004-12-15  Peter Bartok  <pbartok@novell.com>
26149
26150         * TextControl.cs: Initial check-in. Still incomplete
26151
26152 2004-12-15  Jackson Harper  <jackson@ximian.com>
26153
26154         * TreeNode.cs:
26155         * TreeView.cs: Fix build on csc (second time today ;-))
26156
26157 2004-12-15  Jackson Harper  <jackson@ximian.com>
26158
26159         * TreeView.cs: Store the treenodes plus/minus box bounds when it
26160         is calculated and use this for click testing.
26161         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
26162
26163 2004-12-15  Jackson Harper  <jackson@ximian.com>
26164
26165         * TreeView.cs: Pass the nodes image index to the image list when
26166         drawing that image.
26167
26168 2004-12-15  Jackson Harper  <jackson@ximian.com>
26169
26170         * X11Keyboard.cs: Set messages hwnd.
26171         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
26172         post_message calls.
26173
26174 2004-12-15  Jackson Harper  <jackson@ximian.com>
26175
26176         * X11Keyboard.cs: Fix to compile with csc.
26177         
26178 2004-12-15  Jackson Harper  <jackson@ximian.com>
26179
26180         * X11Structs.cs: Add key mask values
26181         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
26182         * X11Keyboard.cs: New file - Extrapolates and interpolates key
26183         down/up foo into WM_CHAR foo
26184         * KeyboardLayouts.cs: Common keyboard layouts
26185         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
26186         post messages into the main queue.
26187
26188 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
26189
26190         * Button.cs: implement ProcessMnemonic
26191         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
26192           brushes everytime
26193         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
26194         * ButtonBase.cs: Show HotkeyPrefix (not the &)
26195
26196 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
26197         
26198         * MonthCalendar.cs: Implemented click-hold for next/previous month
26199           and date selection
26200           
26201 2004-12-11  Peter Bartok  <pbartok@novell.com>
26202
26203         * X11Structs.cs:
26204           - Added XKeyboardState (moved from XplatUIX11.cs)
26205           - Added XCreateGC related enums and structures
26206           - Added GXFunction for XSetFunction
26207
26208         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
26209
26210         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
26211           CaretVisible() calls
26212
26213         * ToolTip.cs: Added code to prevent stealing focus from app windows
26214
26215         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
26216           DestroyCaret, SetCaretPos and CaretVisible)
26217
26218         * XplatUIX11.cs:
26219           - Added implementation for caret functions
26220           - Moved hover variables into a struct, to make it a bit easier
26221             on the eyes and to debug
26222           - Removed XKeyboardState (moved to XplatUIX11.cs)
26223           - Moved Keyboard properties into the properties region
26224
26225         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
26226           call to get a graphics context for our control
26227
26228         * XplatUIOSX.cs: Added empty overrides for the new caret functions
26229
26230         * TreeView.cs: Fixed bug. No matter what color was set it would always
26231           return SystemColors.Window
26232
26233         * XplatUIWin32.cs: Implemented caret overrides
26234
26235 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
26236
26237         * ListBox.cs: fire events, implement missing methods and properties,
26238         sorting.
26239
26240 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
26241
26242         * MonthCalendar.cs: invalidation bug fixing
26243         * ThemeWin32Classic.cs: paint fixing
26244
26245 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
26246
26247         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
26248         prepare the CGContextRef there now.
26249
26250 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
26251
26252         * MonthCalendar.cs:
26253           - optimisationL only invalidate areas that have changed
26254         * ThemeWin32Classic.cs:
26255           - only paint parts that intersect with clip_area
26256
26257 2004-12-09  Peter Bartok  <pbartok@novell.com>
26258
26259         * Application.cs: Undid changes from r37004 which cause problems
26260         on X11
26261
26262 2004-12-09  Ravindra  <rkumar@novell.com>
26263
26264         * ToolBar.cs: Added support for displaying ContextMenu
26265         attached to a button on ToolBar.
26266         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
26267         property.
26268
26269 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
26270
26271         * Label.cs: autosize works in text change and removes unnecessary
26272         invalidate
26273
26274 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
26275
26276         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
26277         remove warnings
26278
26279 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
26280
26281         * XplatUIOSX.cs: Added mouse move/click/grab support
26282         Remove some debugging WriteLines not needed anymore.
26283         Add window resizing/positioning.
26284         Fix visibility on reparenting.
26285
26286 2004-12-08  Peter Bartok  <pbartok@novell.com>
26287
26288         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
26289
26290 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
26291
26292         * XplatUIOSX.cs: Initial checkin
26293         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
26294
26295 2004-12-03  Ravindra <rkumar@novell.com>
26296
26297         * ListView.cs: Added some keybindings and fixed scrolling.
26298         ScrollBars listen to ValueChanged event instead of Scroll
26299         Event. This would let us take care of all changes being
26300         done in the scrollbars' values programmatically or manually.
26301         * ListView.cs (CanMultiselect): Added a check for shift key.
26302         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
26303         * ListViewItem.cs (Clone): Fixed. We need to make a copy
26304         of ListViewSubItemCollection as well.
26305
26306 2004-12-06  Peter Bartok <pbartok@novell.com>
26307
26308         * Control.cs (Parent): Added check and exception to prevent
26309         circular parenting
26310
26311 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
26312
26313         * ListBox.cs: implemented clipping, selection single and multiple,
26314         bug fixing
26315
26316 2004-12-03  Ravindra <rkumar@novell.com>
26317
26318         * ListView.cs (ListView_KeyDown):
26319         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
26320         when CTRL key is pressed.
26321         * ListViewItem.cs (Selected): Fixed setting the property.
26322
26323 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
26324
26325         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
26326
26327         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
26328         MinimizeBox, ShowInTaskbar, TopMost properties.
26329
26330         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
26331         will be implemented).
26332
26333 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
26334
26335         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
26336
26337         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
26338         tests.
26339         
26340         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
26341         
26342         * TreeView.cs: BackColor is Colors.Window.
26343
26344 2004-12-01  Jackson Harper  <jackson@ximian.com>
26345
26346         * TreeView.cs: When resizing the tree if the user is making it
26347         smaller we don't get expose events, so we need to handle adding
26348         the horizontal scrollbar in the size changed handler as well as
26349         the expose handler.
26350
26351 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
26352
26353         * DrawItemState.cs: fixes wrong enum values
26354
26355 2004-12-01  Jackson Harper  <jackson@ximian.com>
26356
26357         * TreeView.cs: Resize the hbar as well as the vbar on resize.
26358
26359 2004-12-01  Jackson Harper  <jackson@ximian.com>
26360
26361         * NodeLabelEditEventArgs.cs:
26362         * NodeLabelEditEventHandler.cs:
26363         * OpenTreeNodeEnumerator.cs:
26364         * TreeNode.cs:
26365         * TreeNodeCollection.cs:
26366         * TreeView.cs:
26367         * TreeViewAction.cs:
26368         * TreeViewCancelEventArgs.cs:
26369         * TreeViewCancelEventHandler.cs:
26370         * TreeViewEventArgs.cs:
26371         * TreeViewEventHandler.cs: Initial implementation.
26372
26373 2004-12-01  Ravindra <rkumar@novell.com>
26374
26375         * ListView.cs (CalculateListView): Fixed scrolling related
26376         calculations. Also, removed some debug statements from other
26377         places.
26378         * ListViewItem.cs: Changed access to 'selected' instance variable
26379         from private to internal.
26380         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
26381
26382 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
26383
26384         * ThemeWin32Classic.cs: remove cache of brush and pens for
26385         specific controls and use the global system, fixes scrollbutton
26386         bugs (for small sizes, disabled, etc)
26387         
26388         * ScrollBar.cs: does not show the thumb for very small controls
26389         (as MS) and allow smaller buttons that the regular size
26390
26391 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
26392
26393         * UpDownBase.cs: Add abstract methods for the interface.
26394         Add new virtual methods (need to be hooked up to TextEntry when it
26395         exists).
26396         Add override methods for most features.
26397         Computes the size, forces the height of the text entry.
26398
26399         * NumericUpDown.cs: Put here the current testing code.
26400
26401         * Set eol-style property on all files that do not have mixed line
26402         endings, to minimize the future problems.  There are still a few
26403         files with mixed endings, and someone should choose whether they
26404         want to move it or not.
26405
26406 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
26407
26408         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
26409         System.Colors
26410         
26411 2004-11-30  Ravindra <rkumar@novell.com>
26412
26413         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
26414         drawing and replaced use of SystemColors by theme colors.
26415         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
26416         * ListView.cs (ListViewItemCollection.Add): Throw exception when
26417         same ListViewItem is being added more than once.
26418
26419 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
26420
26421         * MonthCalendar.cs:
26422           - ControlStyles love to make the control not flicker
26423           
26424 2004-11-30  Peter Bartok  <pbartok@novell.com>
26425
26426         * CharacterCasing.cs: Added
26427
26428 2004-11-29  Peter Bartok  <pbartok@novell.com>
26429
26430         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
26431           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
26432           I am removing these files as they conflict with already completed
26433           work. While it is fantastic to get contributions to MWF, I
26434           respectfully ask that everyone please coordinate their contributions
26435           through mono-winforms-list or #mono-winforms at this time. We're
26436           explicitly avoiding stubbing and don't want controls that don't have
26437           their basic functionality implemented in svn. Please also see
26438           http://www.mono-project.com/contributing/winforms.html
26439
26440
26441 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
26442
26443         * Application.cs (ModalRun): Don't hang after exit.
26444
26445         * Theme.cs: New TreeViewDefaultSize property.
26446
26447         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
26448         with less hardcoded SystemColors constant.
26449         Implemented TreeViewDefaultSize.
26450
26451         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
26452         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
26453
26454
26455 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
26456
26457         * MonthCalendar.cs:
26458           - Fix NextMonthDate and PrevMonthDate click moving calendar
26459
26460 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
26461
26462         * MonthCalendar.cs:
26463           - Fix usage of ScrollChange Property when scrolling months
26464
26465 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
26466
26467         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
26468          - Fixes menu destroying
26469          - Support adding and removing items on already created menus
26470
26471 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
26472
26473         * MonthCalendar.cs:
26474           - Re-worked all bolded dates handling to match win32
26475         * ThemeWin32Classic.cs:
26476           - Fixed rendering with bolded dates
26477
26478 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
26479
26480         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
26481         - Horizontal scroolbar
26482         - Multicolumn
26483         - Fixes
26484
26485
26486 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
26487
26488         * MonthCalendar.cs:
26489           - Fix Usage of MaxSelectionCount from SelectionRange
26490           - Fixed Shift + Cursor Selection
26491           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
26492           - Fixed normal cursor selection to be compat with win32
26493           - Fixed Shift + Mouse Click selection
26494
26495 2004-11-24  Peter Bartok <pbartok@novell.com>
26496
26497         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
26498         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
26499         * XplatUIX11.cs:
26500           - CreatedKeyBoardMsg now updates keystate with Alt key
26501           - Added workaround for timer crash to CheckTimers, Jackson will
26502             develop a proper fix and check in later
26503           - Implemented DispatchMessage
26504           - Removed calling the native window proc from GetMessage (call
26505             now moved to DispatchMessage)
26506
26507         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
26508           the keydata (Fixes bug #69831)
26509
26510         * XplatUIWin32.cs:
26511           - (DispatchMessage): Switched to return IntPtr
26512           - Added DllImport for SetFocus
26513
26514 2004-11-24  Ravindra <rkumar@novell.com>
26515
26516         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
26517         background drawing.
26518         * ListViewItem.cs: Fixed various properties, calculations
26519         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
26520         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
26521         and some internal properties. Fixed MouseDown handler and Paint
26522         method.
26523
26524 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
26525
26526         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
26527
26528 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
26529
26530         * ContainerControl.cs: correct accidental check in of local changes
26531
26532 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
26533
26534         * ThemeWin32Classic.cs:
26535                 - Fixed Drawing Last month in grid (sometimes not showing)
26536         * MonthCalendar.cs:
26537                 - Fixed title width calculation bug (makeing title small)
26538
26539 2004-11-23  Peter Bartok <pbartok@novell.com>
26540
26541         * XplatUIX11.cs:
26542           - Added generation of WM_MOUSEHOVER event
26543           - Added missing assignment of async_method atom
26544           - Fixed WM_ERASEBKGND; now only redraws the exposed area
26545
26546 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
26547
26548         * ThemeWin32Classic.cs:
26549                 - Fixed Drawing of today circle when showtodaycircle not set
26550                 - fixed drawing of first and last month in the grid (gay dates)
26551         * MonthCalendar.cs:
26552                 - Fixed Drawing of today circle
26553                 - Fixed drawing of grady dates
26554                 - Fixed HitTest for today link when ShowToday set to false
26555                 - Fixed DefaultSize to obey ShowToday
26556
26557 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
26558
26559         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
26560         * System.Windows.Forms/Theme.cs
26561         * MonthCalendar.cs: added for MonthCalendar
26562         * SelectionRange.cs: added for MonthCalendar
26563         * Day.cs: added for MonthCalendar: added for MonthCalendar
26564         * DateRangeEventArgs.cs: added for MonthCalendar
26565         * DateRangeEventHandler.cs: added for MonthCalendar
26566
26567 2004-11-22  Ravindra <rkumar@novell.com>
26568
26569         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
26570         property.
26571
26572 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
26573
26574         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
26575         event handler.
26576         
26577         * NumericUpDown.cs: Added new implementation.
26578         * UpDownBase.cs: Added new implementation.
26579
26580         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
26581         implementations.
26582         
26583         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
26584         implementations.
26585
26586         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
26587         methods.
26588
26589 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
26590
26591         * Timer.cs  (Dispose): Should call the base dispose when
26592         overriding.
26593
26594 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
26595
26596         * ScrollBar.cs: updates thumb position when max, min or increment
26597         is changed
26598
26599 2004-11-21  Ravindra <rkumar@novell.com>
26600
26601         * ListView.cs: Implemented item selection, activation and
26602         column header style. Fixed properties to do a redraw, if
26603         required. Added support for MouseHover, DoubleClick, KeyDown
26604         and KeyUp event handling and some minor fixes.
26605         * ListViewItem.cs: Fixed constructor.
26606         * ThemeWin32Classic.cs: Improved drawing for ListView.
26607
26608 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
26609
26610         * ThemeWin32Classic.cs: initial listbox drawing code
26611         * DrawMode.cs: new enumerator
26612         * ListControl.cs: stubbed class
26613         * ListBox.cs: initial implementation
26614         * Theme.cs: new methods definitions
26615         * SelectionMode.cs: new enumerator
26616
26617 2004-11-17  Peter Bartok  <pbartok@novell.com>
26618
26619         * XplatUIWin32.cs: Added double-click events to the class style
26620         * Control.cs (WndProc):
26621           - Added handling of click-count to MouseDown/ MouseUp events.
26622           - Added handling of middle and right mouse buttons
26623           - Removed old debug code
26624
26625 2004-11-17  Jackson Harper  <jackson@ximian.com>
26626
26627         * XplatUIX11.cs: Use the new Mono.Unix namespace.
26628
26629 2004-11-17  Ravindra <rkumar@novell.com>
26630
26631         * ListView.cs: Added event handling for MouseMove/Up/Down.
26632         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
26633         * ThemeWin32Classic.cs: We need to clear the graphics context and
26634         draw column header in a proper state.
26635
26636
26637 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
26638
26639         *  Menu.cs: fixes signature
26640
26641 2004-11-16  Peter Bartok  <pbartok@novell.com>
26642
26643         * XplatUIX11.cs (GetMessage): Implemented generation of
26644           double click mouse messages
26645
26646 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
26647
26648         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
26649         not by menu
26650
26651 2004-11-11  Peter Bartok  <pbartok@novell.com>
26652
26653         * HandleData.cs: Added Visible property
26654         * XplatUIX11.cs (IsVisible): Now uses Visible property from
26655           HandleData
26656         * XplatUIX11.cs: Removed old debug leftovers
26657         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
26658         * Control.cs (WndProc): Removed old debug leftovers,
26659           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
26660           needed WM_SIZE handling
26661
26662 2004-11-11  Jackson Harper  <jackson@ximian.com>
26663
26664         * OwnerDrawPropertyBag.cs:
26665         * TreeViewImageIndexConverter.cs: Initial implementation
26666
26667 2004-11-10  Jackson Harper  <jackson@ximian.com>
26668
26669         * ThemeWin32Classic.cs:
26670         * TabControl.cs: instead of moving tabs by the slider pos just
26671         start drawing at the tab that is offset by the slider. This way
26672         scrolling always moves by exactly one tab.
26673
26674 2004-11-10  Jackson Harper  <jackson@ximian.com>
26675
26676         * TabControl.cs: You can only scroll left when the slider has
26677         already ben moved right.
26678         
26679 2004-11-10  Jackson Harper  <jackson@ximian.com>
26680
26681         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
26682         the clip area.
26683         
26684 2004-11-10  Jackson Harper  <jackson@ximian.com>
26685
26686         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
26687         clip area.
26688         
26689 2004-11-09  Jackson Harper  <jackson@ximian.com>
26690
26691         * TabControl.cs (CalcXPos): New helper method so we can determine
26692         the proper place to start drawing vertical tabs.
26693         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
26694         
26695 2004-11-09  Jackson Harper  <jackson@ximian.com>
26696
26697         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
26698         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
26699         and Bottom, left and right are illegal values for this and
26700         multiline is enabled when the alignment is set to left or right.
26701         (DrawTab): Each alignment block should draw the text itself now
26702         because Left requires special love. Also add rendering for Left
26703         aligned tabs.
26704         
26705 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
26706
26707         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
26708         does not destroy the windows, removes debugging messages
26709
26710 2004-11-09  jba  <jba-mono@optusnet.com.au>
26711
26712         * ThemeWin32Classic.cs
26713         (DrawButtonBase): Fix verticle text rect clipping in windows
26714         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
26715         rendering and incorrect text rect clipping
26716         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
26717         rendering and incorrect text rect clipping
26718         
26719 2004-11-08  Jackson Harper  <jackson@ximian.com>
26720
26721         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
26722         bottom when they are bottom aligned so the bottoms of the tabs get
26723         displayed.
26724         * TabControl.cs (DropRow): Move rows up instead of down when the
26725         tab control is bottom aligned.
26726
26727 2004-11-08 13:59  pbartok
26728
26729         * XplatUIX11.cs:
26730           - Added handling for various window styles
26731           - Added handling for popup windows
26732           - Added SetTopmost handling
26733
26734 2004-11-08 13:55  pbartok
26735
26736         * XplatUIWin32.cs:
26737           - Added argument to SetTopmost method
26738           - Fixed broken ClientToScreen function
26739
26740 2004-11-08 13:53  pbartok
26741
26742         * XplatUIStructs.cs:
26743           - Added missing WS_EX styles
26744
26745 2004-11-08 13:53  pbartok
26746
26747         * XplatUI.cs, XplatUIDriver.cs:
26748           - Added argument to SetTopmost
26749
26750 2004-11-08 13:52  pbartok
26751
26752         * X11Structs.cs:
26753           - Added XSetWindowAttributes structure
26754           - Improved XWindowAttributes structure
26755           - Added SetWindowValuemask enum
26756           - Added window creation arguments enum
26757           - Added gravity enum
26758           - Added Motif hints structure
26759           - Added various Motif flags and enums
26760           - Added PropertyMode enum for property functions
26761
26762 2004-11-08 13:50  pbartok
26763
26764         * Form.cs:
26765           - Fixed arguments for updated SetTopmost method
26766
26767 2004-11-08 13:49  pbartok
26768
26769         * ToolTip.cs:
26770           - Fixed arguments for updated SetTopmost function
26771           - Fixed usage of PointToClient
26772
26773 2004-11-08 13:44  pbartok
26774
26775         * MenuAPI.cs:
26776           - Added Clipping of children and siblings
26777
26778 2004-11-08 13:41  pbartok
26779
26780         * MainMenu.cs:
26781           - Removed SetMenuBarWindow call. We do this in Form.cs
26782
26783 2004-11-08 13:40  jackson
26784
26785         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
26786           scrolling jimmi in the correct location with bottom aligned tabs
26787
26788 2004-11-08 13:36  pbartok
26789
26790         * ContainerControl.cs:
26791           - Implemented BindingContext
26792           - Implemented ParentForm
26793
26794 2004-11-08 12:46  jackson
26795
26796         * TabControl.cs: Put bottom rendered tabs in the right location
26797
26798 2004-11-08 07:15  jordi
26799
26800         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
26801           removes dead code
26802
26803 2004-11-05 17:30  jackson
26804
26805         * TabControl.cs: When selected tabs are expanded make sure they
26806           don't go beyond the edges of the tab control
26807
26808 2004-11-05 14:57  jackson
26809
26810         * TabControl.cs: Reset show_slider so if the control is resized to
26811           a size where it is no longer needed it's not displayed anymore
26812
26813 2004-11-05 13:16  jackson
26814
26815         * TabControl.cs: Make tab pages non visible when added to the
26816           control
26817
26818 2004-11-05 12:42  jackson
26819
26820         * TabControl.cs: Implement SizeMode.FillToRight
26821
26822 2004-11-05 12:16  jackson
26823
26824         * Control.cs: Do not call CreateHandle if the handle is already
26825           created
26826
26827 2004-11-05 11:46  jackson
26828
26829         * TabControl.cs: Remove superflous call to CalcTabRows
26830
26831 2004-11-05 09:07  jackson
26832
26833         * XplatUIX11.cs: Update for Mono.Posix changes
26834
26835 2004-11-05 07:00  ravindra
26836
26837         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
26838           scrolling.
26839
26840 2004-11-04 22:47  jba
26841
26842         * ThemeWin32Classic.cs:
26843           - Fix Button rendering for FlatStyle = Flat or Popup
26844           - Fix RadioButton and CheckBox rendering when Appearance = Button
26845             (normal and flatstyle).
26846           - Correct outer rectangle color when drawing focus rectangle
26847           - Adjust button bounds to be 1 px smaller when focused
26848           - Make button not draw sunken 3d border when pushed (windows compat)
26849           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
26850           - Offset the text in RadioButton and Checkbox when being rendered as
26851           a button.
26852           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
26853           radiobuttons
26854           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
26855           - Fixed disabled text rendering for normally rendered radiobuttons
26856
26857 2004-11-04 10:26  jackson
26858
26859         * TabControl.cs: Recalculate tab rows when resizing
26860
26861 2004-11-04 07:47  jordi
26862
26863         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
26864           collection completion, drawing issues, missing features
26865
26866 2004-11-04 05:03  ravindra
26867
26868         * ScrollBar.cs:
26869                 - We need to recalculate the Thumb area when
26870                 LargeChange/maximum/minimum values are changed.
26871           - We set the 'pos' in UpdatePos() method to minimum, if it's less
26872                 than minimum. This is required to handle the case if large_change is
26873                 more than max, and use LargeChange property instead of large_change
26874                 variable.
26875           - We return max+1 when large_change is more than max, like MS does.
26876
26877 2004-11-04 04:29  ravindra
26878
26879         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
26880                 - Changed default value signatures (prefixed all with ListView).
26881                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
26882                 ListView.
26883           - Fixed calculations for ListViewItem and implemented Clone()
26884           method.
26885
26886 2004-11-04 04:26  ravindra
26887
26888         * Theme.cs, ThemeWin32Classic.cs:
26889                 - Changed default ListView values signatures (prefixed all with
26890                 ListView).
26891           - Fixed default size values for VScrollBar and HScrollBar.
26892                 - Fixed DrawListViewItem method.
26893
26894 2004-11-04 04:05  ravindra
26895
26896         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
26897
26898 2004-11-04 04:04  ravindra
26899
26900         * ImageList.cs: Implemented the missing overload for Draw method.
26901
26902 2004-11-03 19:29  jackson
26903
26904         * TabControl.cs: Handle dropping rows on selection properly
26905
26906 2004-11-03 11:59  jackson
26907
26908         * TabControl.cs: remove debug code
26909
26910 2004-11-03 11:52  jackson
26911
26912         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
26913           the scrolly widgerywoo
26914
26915 2004-11-02 13:52  jackson
26916
26917         * TabControl.cs: Resize the tab pages and tabs when the tab control
26918           is resized
26919
26920 2004-11-02 13:40  jackson
26921
26922         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
26923           selected tab to the bottom
26924
26925 2004-11-02 13:39  jackson
26926
26927         * TabPage.cs: Store the tab pages row
26928
26929 2004-11-02 12:33  jordi
26930
26931         * MenuItem.cs: fixes handle creation
26932
26933 2004-11-02 11:42  jackson
26934
26935         * TabControl.cs: signature fix
26936
26937 2004-11-02 08:56  jackson
26938
26939         * TabControl.cs: Calculate whether the tab is on an edge properly.
26940           Remove top secret debugging code
26941
26942 2004-11-01 19:57  jackson
26943
26944         * TabControl.cs: Add click handling, and proper sizing
26945
26946 2004-11-01 19:47  jackson
26947
26948         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
26949           tab controls
26950
26951 2004-11-01 19:39  jackson
26952
26953         * TabPage.cs: add internal property to store the bounds of a tab
26954           page
26955
26956 2004-10-30 04:23  ravindra
26957
26958         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
26959           values.
26960
26961 2004-10-30 04:21  ravindra
26962
26963         * ListView.cs, ListViewItem.cs: Added support for scrolling and
26964           fixed calculations.
26965
26966 2004-10-30 03:06  pbartok
26967
26968         * XplatUIX11.cs:
26969           - Removed extension of DllImported libs
26970
26971 2004-10-29 09:55  jordi
26972
26973         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
26974           navigation, itemcollection completion, menu fixes
26975
26976 2004-10-27 22:58  pbartok
26977
26978         * XplatUIX11.cs:
26979           - Now throws a nice error message when no X display could be opened
26980
26981 2004-10-26 13:51  jordi
26982
26983         * ListView.cs: removes warning
26984
26985 2004-10-26 03:55  ravindra
26986
26987         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
26988           ThemeWin32Classic.cs: Some formatting for my last checkins.
26989
26990 2004-10-26 03:36  ravindra
26991
26992         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
26993           control and default values.
26994
26995 2004-10-26 03:35  ravindra
26996
26997         * Theme.cs: Added some default values for ListView control.
26998
26999 2004-10-26 03:33  ravindra
27000
27001         * ToolBar.cs: ToolBar should use the user specified button size, if
27002           there is any. Added a size_specified flag for the same.
27003
27004 2004-10-26 03:33  ravindra
27005
27006         * ColumnHeader.cs: Added some internal members and calculations for
27007           ColumnHeader.
27008
27009 2004-10-26 03:32  ravindra
27010
27011         * ListViewItem.cs: Calculations for ListViewItem.
27012
27013 2004-10-26 03:31  ravindra
27014
27015         * ListView.cs: Added some internal members and calculations for
27016           ListView.
27017
27018 2004-10-22 13:31  jordi
27019
27020         * MenuAPI.cs: speedup menus drawing
27021
27022 2004-10-22 13:16  jackson
27023
27024         * XplatUIX11.cs: Make sure to update exposed regions when adding an
27025           expose event
27026
27027 2004-10-22 11:49  jackson
27028
27029         * Control.cs: oops
27030
27031 2004-10-22 11:41  jackson
27032
27033         * Control.cs: Check to see if the window should have its background
27034           repainted by X when drawing.
27035
27036 2004-10-22 11:31  jackson
27037
27038         * XplatUIX11.cs: When invalidating areas only use XClearArea if
27039           clear is true, this way we do not get flicker from X repainting the
27040           background
27041
27042 2004-10-22 11:28  jackson
27043
27044         * XEventQueue.cs: Queue properly
27045
27046 2004-10-21 09:38  jackson
27047
27048         * XEventQueue.cs: Fix access modifier
27049
27050 2004-10-21 09:36  jackson
27051
27052         * XEventQueue.cs: Don't loose messages
27053
27054 2004-10-21 09:22  jackson
27055
27056         * XEventQueue.cs: Don't loose messages
27057
27058 2004-10-20 04:15  jordi
27059
27060         * BootMode.cs: enum need it by SystemInfo
27061
27062 2004-10-19 21:58  pbartok
27063
27064         * XplatUIWin32.cs:
27065           - Small sanity check
27066
27067 2004-10-19 21:56  pbartok
27068
27069         * Form.cs:
27070           - Added private FormParentWindow class which acts as the container
27071             for our form and as the non-client area where menus are drawn
27072           - Added/Moved required tie-ins to Jordi's menus
27073           - Fixed/Implemented the FormStartPosition functionality
27074
27075 2004-10-19 21:52  pbartok
27076
27077         * Control.cs:
27078           - Removed unneeded locals
27079           - Added code to all size and location properties to understand and
27080             deal with the parent container of Form
27081
27082 2004-10-19 21:33  pbartok
27083
27084         * Application.cs:
27085           - Fixed to deal with new Form subclasses for menus
27086
27087 2004-10-19 17:48  jackson
27088
27089         * XEventQueue.cs: commit correct version of file
27090
27091 2004-10-19 16:50  jackson
27092
27093         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
27094
27095 2004-10-19 16:15  jordi
27096
27097         * MenuAPI.cs: MenuBarCalcSize returns the height
27098
27099 2004-10-19 08:31  pbartok
27100
27101         * Control.cs:
27102           - Added missing call to PreProcessMessage before calling OnXXXKey
27103           methods
27104
27105 2004-10-19 00:04  ravindra
27106
27107         * ToolTip.cs: Fixed constructor.
27108
27109 2004-10-18 09:31  jordi
27110
27111         * MenuAPI.cs: menuitems in menubars do not have shortcuts
27112
27113 2004-10-18 09:26  jordi
27114
27115         * MenuItem.cs: fixes MenuItem class signature
27116
27117 2004-10-18 08:56  jordi
27118
27119         * MenuAPI.cs: prevents windows from showing in the taskbar
27120
27121 2004-10-18 00:28  ravindra
27122
27123         * ToolTip.cs: Suppressed a warning message.
27124
27125 2004-10-18 00:27  ravindra
27126
27127         * Control.cs: Default value of visible property must be true.
27128
27129 2004-10-17 23:19  pbartok
27130
27131         * ToolTip.cs:
27132           - Complete implementation
27133
27134 2004-10-17 23:19  pbartok
27135
27136         * XplatUIX11.cs:
27137           - Added EnableWindow method
27138           - Added SetModal stub
27139           - Added generation of WM_ACTIVATE message (still needs testing)
27140           - Added SetTopMost stub
27141           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
27142
27143 2004-10-17 23:17  pbartok
27144
27145         * XplatUIWin32.cs:
27146           - Removed VirtualKeys to XplatUIStructs
27147           - Implemented SetTopMost method
27148           - Implemented EnableWindow method
27149           - Bugfix in ScreenToClient()
27150           - Bugfixes in ClientToScreen()
27151
27152 2004-10-17 22:51  pbartok
27153
27154         * XplatUIStructs.cs:
27155           - Added WS_EX styles to WindowStyles enumeration
27156
27157 2004-10-17 22:50  pbartok
27158
27159         * XplatUI.cs, XplatUIDriver.cs:
27160           - Added method for enabling/disabling windows
27161           - Added method for setting window modality
27162           - Added method for setting topmost window
27163
27164 2004-10-17 22:49  pbartok
27165
27166         * ThemeWin32Classic.cs:
27167           - Added ToolTip drawing code
27168
27169 2004-10-17 22:49  pbartok
27170
27171         * Theme.cs:
27172           - Added ToolTip abstracts
27173
27174 2004-10-17 22:47  pbartok
27175
27176         * Form.cs:
27177           - Fixed Form.ControlCollection to handle owner relations
27178           - Added Owner/OwnedForms handling
27179           - Implemented Z-Ordering for owned forms
27180           - Removed unneeded private overload of ShowDialog
27181           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
27182             so I hope)
27183           - Fixed Close(), had wrong default
27184           - Added firing of OnLoad event
27185           - Added some commented out debug code for Ownership handling
27186
27187 2004-10-17 22:16  pbartok
27188
27189         * Control.cs:
27190           - Fixed/implemented flat list of controls
27191
27192 2004-10-17 22:14  pbartok
27193
27194         * Application.cs:
27195           - Added code to simulate modal dialogs on Win32
27196
27197 2004-10-17 16:11  jordi
27198
27199         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
27200           mouse event
27201
27202 2004-10-17 13:39  jordi
27203
27204         * MenuAPI.cs: menu drawing fixes
27205
27206 2004-10-15 09:10  ravindra
27207
27208         * StructFormat.cs: General Enum.
27209
27210 2004-10-15 09:09  ravindra
27211
27212         * SizeGripStyle.cs: Enum for Form.
27213
27214 2004-10-15 09:08  ravindra
27215
27216         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
27217           in Theme for ListView.
27218
27219 2004-10-15 09:06  ravindra
27220
27221         * ColumnHeader.cs: Flushing some formatting changes.
27222
27223 2004-10-15 09:05  ravindra
27224
27225         * ListViewItem.cs: Implemented GetBounds method and fixed coding
27226           style.
27227
27228 2004-10-15 09:03  ravindra
27229
27230         * ListView.cs: Implemented Paint method and fixed coding style.
27231
27232 2004-10-15 07:34  jordi
27233
27234         * MenuAPI.cs: fix for X11
27235
27236 2004-10-15 07:32  ravindra
27237
27238         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
27239                 - Renamed Paint() method to Draw() for clarity. Also, moved
27240                 DrawImage() to OnPaint().
27241
27242 2004-10-15 07:25  ravindra
27243
27244         * CheckBox.cs, RadioButton.cs:
27245                 - Removed Redraw (), we get it from ButtonBase.
27246                 - Implemented Paint (), to do class specific painting.
27247
27248 2004-10-15 07:16  ravindra
27249
27250         * ButtonBase.cs:
27251                 - Redraw () is not virtual now.
27252                 - Added an internal virtual method Paint (), so that
27253                 derived classes can do their painting on their own.
27254                 - Modified OnPaint () to call Paint ().
27255
27256 2004-10-15 06:43  jordi
27257
27258         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
27259           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
27260
27261 2004-10-15 00:30  ravindra
27262
27263         * MessageBox.cs:
27264                 - MessageBox on windows does not have min/max buttons.
27265                 This change in CreateParams fixes this on Windows. We
27266                 still need to implement this windowstyle behavior in
27267                 our X11 driver.
27268
27269 2004-10-14 05:14  ravindra
27270
27271         * ToolBar.cs:
27272                 - Changed Redraw () to do a Refresh () always.
27273                 - Fixed the MouseMove event handling when mouse is pressed,
27274                 ie drag event handling.
27275                 - Replaced the usage of ToolBarButton.Pressed property to
27276                 ToolBarButton.pressed internal variable.
27277
27278 2004-10-14 05:10  ravindra
27279
27280         * ToolBarButton.cs:
27281                 - Added an internal member 'inside' to handle mouse move
27282                 with mouse pressed ie mouse drag event.
27283                 - Changed 'Pressed' property to return true only when
27284                 'inside' and 'pressed' are both true.
27285                 - Some coding style love.
27286
27287 2004-10-14 00:17  ravindra
27288
27289         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
27290           public method.
27291
27292 2004-10-14 00:15  ravindra
27293
27294         * ButtonBase.cs: Redraw () related improvements.
27295
27296 2004-10-14 00:14  ravindra
27297
27298         * MessageBox.cs: Moved InitFormSize () out of Paint method and
27299           removed unnecessary calls to Button.Show () method.
27300
27301 2004-10-13 17:50  pbartok
27302
27303         * XplatUIX11.cs:
27304           - Formatting fix
27305           - Removed destroying of window until we solve the problem of X
27306             destroying the window before us on shutdown
27307
27308 2004-10-13 16:32  pbartok
27309
27310         * ButtonBase.cs:
27311           - Now Redraws on MouseUp for FlatStyle Flat and Popup
27312
27313 2004-10-13 14:18  pbartok
27314
27315         * XplatUIX11.cs:
27316           - Added code to destroy the X window
27317
27318 2004-10-13 14:18  pbartok
27319
27320         * XplatUIWin32.cs:
27321           - Added code to destroy a window
27322
27323 2004-10-13 14:12  pbartok
27324
27325         * ButtonBase.cs:
27326           - Added the Redraw on Resize that got dropped in the last rev
27327
27328 2004-10-13 09:06  pbartok
27329
27330         * ThemeWin32Classic.cs:
27331           - Path from John BouAntoun:
27332             * Fix check rendering (centre correctly for normal style, offset
27333               correctly for FlatStyle).
27334             * Fix border color usage (use backcolor) for FlatStyle.Popup
27335             * Use checkbox.Capture instead of checkbox.is_pressed when
27336               rendering flatstyle states.
27337
27338 2004-10-12 21:48  pbartok
27339
27340         * ThemeWin32Classic.cs:
27341           - Removed all occurences of SystemColors and replaced them with the
27342             matching theme color
27343
27344 2004-10-12 21:41  pbartok
27345
27346         * ThemeWin32Classic.cs:
27347           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
27348             him using the function for flatstyle drawing
27349           - Changed functions to use the new version of CPDrawBorder3D
27350
27351 2004-10-12 21:15  pbartok
27352
27353         * ControlPaint.cs:
27354           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
27355             match MS documentation. They need to return defined colors if the
27356             passed color matches the configured control color. Thanks to John
27357             BouAntoun for pointing this out.
27358
27359 2004-10-12 20:57  pbartok
27360
27361         * Control.cs:
27362           - Fix from John BouAntoun: Raise ForeColorChanged event when text
27363             color is changed
27364
27365 2004-10-12 20:46  pbartok
27366
27367         * CheckBox.cs:
27368           - Fix from John BouAntoun: Now properly sets the Appearance property
27369
27370 2004-10-12 20:45  pbartok
27371
27372         * ThemeWin32Classic.cs:
27373           - Fixes from John BouAntoun: now handles forecolors and backcolors
27374             for flatstyle rendered controls much better; It also fixes normal
27375             checkbox rendering when pushed or disabled.
27376
27377 2004-10-08 02:50  jordi
27378
27379         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
27380           work
27381
27382 2004-10-07 08:56  jordi
27383
27384         * ThemeWin32Classic.cs: Removes deletion of cached brushes
27385
27386 2004-10-06 03:59  jordi
27387
27388         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
27389           XplatUIWin32.cs: removes warnings from compilation
27390
27391 2004-10-05 12:23  jackson
27392
27393         * RadioButton.cs: Fix ctor
27394
27395 2004-10-05 11:10  pbartok
27396
27397         * MessageBox.cs:
27398           - Partial implementation by Benjamin Dasnois
27399
27400 2004-10-05 10:15  jackson
27401
27402         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
27403           by John BouAntoun
27404
27405 2004-10-05 03:07  ravindra
27406
27407         * ToolBar.cs:
27408                 - Removed a private method, Draw ().
27409                 - Fixed the ButtonDropDown event handling.
27410                 - Fixed MouseMove event handling.
27411
27412 2004-10-05 03:04  ravindra
27413
27414         * ThemeWin32Classic.cs:
27415                 - Added DrawListView method and ListViewDefaultSize property.
27416                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
27417                 - Changed DOS style CRLF to Unix format (dos2unix).
27418
27419 2004-10-05 03:03  ravindra
27420
27421         * Theme.cs:
27422                 - Added DrawListView method and ListViewDefaultSize property.
27423
27424 2004-10-05 02:42  ravindra
27425
27426         * ToolBarButton.cs: Added an internal member dd_pressed to handle
27427           clicks on DropDown arrow.
27428
27429 2004-10-04 22:56  jackson
27430
27431         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
27432           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
27433           Control handle the buffers, derived classes should not have to
27434           CreateBuffers themselves.
27435
27436 2004-10-04 21:20  jackson
27437
27438         * StatusBar.cs: The control handles resizing the buffers now.
27439
27440 2004-10-04 21:18  jackson
27441
27442         * Control.cs: When resizing the buffers should be invalidated. This
27443           should be handled in Control not in derived classes.
27444
27445 2004-10-04 14:45  jackson
27446
27447         * TabPage.cs: oops
27448
27449 2004-10-04 02:14  pbartok
27450
27451         * LeftRightAlignment.cs:
27452           - Initial check-in
27453
27454 2004-10-04 01:09  jordi
27455
27456         * ThemeWin32Classic.cs: fixes right button position causing right
27457           button not showing on horizontal scrollbars
27458
27459 2004-10-02 13:12  pbartok
27460
27461         * XplatUIX11.cs:
27462           - Simplified the Invalidate method by using an X call instead of
27463             generating the expose ourselves
27464           - Added an expose when the window background is changed
27465           - Implemented ClientToScreen method
27466
27467 2004-10-02 13:08  pbartok
27468
27469         * XplatUIWin32.cs:
27470           - Added Win32EnableWindow method (test for implementing modal
27471           dialogs)
27472           - Added ClientToScreen method and imports
27473
27474 2004-10-02 13:07  pbartok
27475
27476         * XplatUI.cs, XplatUIDriver.cs:
27477           - Added ClientToScreen coordinate translation method
27478
27479 2004-10-02 13:06  pbartok
27480
27481         * KeyPressEventArgs.cs:
27482           - Fixed access level for constructor
27483
27484 2004-10-02 13:06  pbartok
27485
27486         * NativeWindow.cs:
27487           - Changed access level for the window_collection hash table
27488
27489 2004-10-02 13:05  pbartok
27490
27491         * Form.cs:
27492           - Added KeyPreview property
27493           - Added Menu property (still incomplete, pending Jordi's menu work)
27494           - Implemented ProcessCmdKey
27495           - Implemented ProcessDialogKey
27496           - Implemented ProcessKeyPreview
27497
27498 2004-10-02 13:02  pbartok
27499
27500         * Control.cs:
27501           - Added private method to get the Control object from the window
27502           handle
27503           - Implemented ContextMenu property
27504           - Implemented PointToScreen
27505           - Implemented PreProcessMessage
27506           - Implemented IsInputChar
27507           - Implemented IsInputKey
27508           - Implemented ProcessCmdKey
27509           - Completed ProcessKeyEventArgs
27510           - Fixed message loop to call the proper chain of functions on key
27511           events
27512           - Implemented ProcessDialogChar
27513           - Implemented ProcessDialogKey
27514           - Implemented ProcessKeyMessage
27515           - Implemented ProcessKeyPreview
27516           - Added RaiseDragEvent stub (MS internal method)
27517           - Added RaiseKeyEvent stub (MS internal method)
27518           - Added RaiseMouseEvent stub (MS Internal method)
27519           - Added RaisePaintEvent stub (MS Internal method)
27520           - Added ResetMouseEventArgs stub (MS Internal method)
27521           - Implemented RtlTranslateAlignment
27522           - Implemented RtlTranslateContent
27523           - Implemented RtlTranslateHorizontal
27524           - Implemented RtlTranslateLeftRight
27525           - Added generation of KeyPress event
27526
27527 2004-10-02 05:57  ravindra
27528
27529         * ListViewItem.cs: Added attributes.
27530
27531 2004-10-02 05:32  ravindra
27532
27533         * ListView.cs: Added attributes.
27534
27535 2004-10-01 11:53  jackson
27536
27537         * Form.cs: Implement the Close method so work on MessageBox can
27538           continue.
27539
27540 2004-09-30 14:06  pbartok
27541
27542         * XplatUIX11.cs:
27543           - Bug fixes
27544
27545 2004-09-30 11:34  jackson
27546
27547         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
27548
27549 2004-09-30 07:26  ravindra
27550
27551         * ListViewItemConverter.cs: Converter for ListViewItem.
27552
27553 2004-09-30 07:26  ravindra
27554
27555         * SortOrder.cs: Enum for ListView control.
27556
27557 2004-09-30 07:25  ravindra
27558
27559         * ColumnHeader.cs: Supporting class for ListView control.
27560
27561 2004-09-30 07:24  ravindra
27562
27563         * ListView.cs, ListViewItem.cs: Initial implementation.
27564
27565 2004-09-30 07:20  ravindra
27566
27567         * ItemActivation.cs: Enum for ListView Control.
27568
27569 2004-09-29 20:29  pbartok
27570
27571         * XplatUIX11.cs:
27572           - Added lookup of pixel value for background color; tries to get a
27573             color 'close' to the requested color, it avoids having to create a
27574             colormap.  Depending on the display this could mean the used color
27575             is slightly off the desired color. Might have to change it to a more
27576             resource intensive colormap approach, but it will work as a
27577           workaround to avoid red screens.
27578
27579 2004-09-29 14:27  jackson
27580
27581         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
27582
27583 2004-09-28 12:44  pbartok
27584
27585         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
27586           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
27587           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
27588           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
27589           TrackBar.cs, VScrollBar.cs:
27590           - Streamlined Theme interfaces:
27591             * Each DrawXXX method for a control now is passed the object for
27592               the control to be drawn in order to allow accessing any state the
27593               theme might require
27594
27595             * ControlPaint methods for the theme now have a CP prefix to avoid
27596               name clashes with the Draw methods for controls
27597
27598             * Every control now retrieves it's DefaultSize from the current
27599             theme
27600
27601 2004-09-28 12:17  jackson
27602
27603         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
27604           drawing
27605
27606 2004-09-24 14:57  jackson
27607
27608         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
27609           Gives us a nice little performance boost.
27610
27611 2004-09-24 12:02  jackson
27612
27613         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
27614           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
27615           Control and supporting classes. Initial checkin
27616
27617 2004-09-23 13:08  jackson
27618
27619         * Form.cs: Temp build fixage
27620
27621 2004-09-23 01:39  ravindra
27622
27623         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
27624           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
27625           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
27626           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
27627           EventHandlers needed by ListView Control.
27628
27629 2004-09-22 14:12  pbartok
27630
27631         * ScrollableControl.cs:
27632           - Implemented DockPadding property
27633           - Implemented AutoScroll property
27634           - Implemented AutoScrollMargin property
27635           - Implemented AutoScrollMinSize property
27636           - Implemented AutoScrollPosition property
27637           - Implemented DisplayRectangle property (still incomplete)
27638           - Implemented CreateParams property
27639           - Implemented HScroll property
27640           - Implemented VScroll property
27641           - Implemented OnVisibleChanged property
27642
27643 2004-09-22 14:09  pbartok
27644
27645         * Form.cs:
27646           - Added Form.ControllCollection class
27647           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
27648             RemoveOwnedForm (still incomplete, missing on-top and common
27649             minimize/maximize behaviour)
27650           - Added StartPosition property (still incomplete, does not use when
27651             creating the form)
27652           - Added ShowDialog() methods (still incomplete, missing forcing the
27653             dialog modal)
27654
27655 2004-09-22 14:05  pbartok
27656
27657         * Application.cs:
27658           - Added message loop for modal dialogs
27659
27660 2004-09-22 14:02  pbartok
27661
27662         * GroupBox.cs:
27663           - Fixed wrong types for events
27664
27665 2004-09-22 14:00  pbartok
27666
27667         * Shortcut.cs, FormWindowState.cs:
27668           - Fixed wrong values
27669
27670 2004-09-22 12:01  jackson
27671
27672         * Control.cs: Text is never null
27673
27674 2004-09-20 22:14  pbartok
27675
27676         * XplatUIWin32.cs:
27677           - Fixed accessibility level for Idle handler
27678
27679 2004-09-20 18:54  jackson
27680
27681         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27682           XplatUIX11.cs: New message loop that uses poll so we don't get a
27683           busy loop
27684
27685 2004-09-17 10:43  pbartok
27686
27687         * ScrollBar.cs:
27688           - Fixed behaviour of arrow buttons. Now properly behaves like
27689             Buttons (and like Microsoft's scrollbar arrow buttons)
27690
27691 2004-09-17 10:14  pbartok
27692
27693         * ScrollBar.cs:
27694           - Added missing release of keyboard/mouse capture
27695
27696 2004-09-17 06:18  jordi
27697
27698         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
27699           Theme.cs: Very early menu support
27700
27701 2004-09-16 17:45  pbartok
27702
27703         * XplatUIWin32.cs:
27704           - Fixed sending a window to the front
27705           - Added overload for SetWindowPos to avoid casting
27706
27707 2004-09-16 17:44  pbartok
27708
27709         * Control.cs:
27710           - Added SendToBack and BringToFront methods
27711
27712 2004-09-16 07:00  ravindra
27713
27714         * Copyright: Added Novell URL.
27715
27716 2004-09-16 07:00  ravindra
27717
27718         * ToolBar.cs: Invalidate should be done before redrawing.
27719
27720 2004-09-15 21:19  ravindra
27721
27722         * ColumnHeaderStyle.cs: Enum for ListView Control.
27723
27724 2004-09-15 21:18  ravindra
27725
27726         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
27727           ListView Control.
27728
27729 2004-09-13 18:26  jackson
27730
27731         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
27732           properly
27733
27734 2004-09-13 18:13  jackson
27735
27736         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
27737           a second thread and post messages into the main threads message
27738           queue. This makes timing much more consistent. Both win2K and XP
27739           have a minimum timer value of 15 milliseconds, so we now do this
27740           too.
27741
27742 2004-09-13 15:18  pbartok
27743
27744         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27745           XplatUIX11.cs:
27746           - Added Z-Ordering methods
27747
27748 2004-09-13 10:56  pbartok
27749
27750         * Form.cs:
27751           - Fixed #region names
27752           - Moved properties and methods into their proper #regions
27753
27754 2004-09-13 10:51  pbartok
27755
27756         * Form.cs:
27757           - Added Accept and CancelButton properties
27758           - Added ProcessDialogKey() method
27759
27760 2004-09-13 08:18  pbartok
27761
27762         * IWindowTarget.cs:
27763           - Initial check-in
27764
27765 2004-09-10 21:50  pbartok
27766
27767         * Control.cs:
27768           - Added DoDragDrop() [incomplete]
27769           - Properly implemented 'Visible' handling
27770           - Added SetVisibleCore()
27771           - Implemented FindChildAtPoint()
27772           - Implemented GetContainerControl()
27773           - Implemented Hide()
27774
27775 2004-09-10 19:28  pbartok
27776
27777         * Control.cs:
27778           - Moved methods into their appropriate #regions
27779           - Reordered methods within regions alphabetically
27780
27781 2004-09-10 18:57  pbartok
27782
27783         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27784           - Added method to retrieve text from window
27785
27786 2004-09-10 18:56  pbartok
27787
27788         * Control.cs:
27789           - Moved some internal functions into the internal region
27790           - Implemented FontHeight
27791           - Implemented RenderRightToLeft
27792           - Implemented ResizeRedraw
27793           - Implemented ShowFocusCues
27794           - Implemented ShowKeyboardCues
27795           - Implemented FromChildHandle
27796           - Implemented FromHandle
27797           - Implemented IsMnemonic
27798           - Implemented ReflectMessage
27799           - All public and protected Static Methods are now complete
27800
27801 2004-09-10 16:54  pbartok
27802
27803         * Control.cs:
27804           - Implemented remaining missing public instance properties
27805           - Alphabetized some out of order properties
27806
27807 2004-09-10 05:51  ravindra
27808
27809         * PictureBox.cs: Added a check for null image.
27810
27811 2004-09-10 00:59  jordi
27812
27813         * GroupBox.cs: remove cvs tag
27814
27815 2004-09-09 05:25  ravindra
27816
27817         * ToolBar.cs: Make redraw accessible from ToolBarButton.
27818
27819 2004-09-09 05:23  ravindra
27820
27821         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
27822           parent redraw.
27823
27824 2004-09-09 02:28  pbartok
27825
27826         * ThemeWin32Classic.cs:
27827           - Improve disabled string look
27828
27829 2004-09-09 01:15  jordi
27830
27831         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
27832           args and handler
27833
27834 2004-09-08 23:56  ravindra
27835
27836         * ItemBoundsPortion.cs: It's enum, not a class!
27837
27838 2004-09-08 23:47  ravindra
27839
27840         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
27841           Enums for Form.
27842
27843 2004-09-08 21:13  ravindra
27844
27845         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
27846           ListView control.
27847
27848 2004-09-08 21:03  ravindra
27849
27850         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
27851           avoid crash.
27852
27853 2004-09-08 21:01  ravindra
27854
27855         * ScrollableControl.cs: Removed unreachable code.
27856
27857 2004-09-08 06:45  jordi
27858
27859         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
27860
27861 2004-09-08 01:00  jackson
27862
27863         * XplatUIX11.cs: Only run the timers when updating the message
27864           queue. This effectively gives X messages a higher priority then
27865           timer messages. Timers still need love though
27866
27867 2004-09-07 14:01  jackson
27868
27869         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
27870           this for us and the handle is no longer valid.
27871
27872 2004-09-07 13:59  jackson
27873
27874         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
27875           loop that manages to not crash. TODO: Add poll and cleanup timers
27876
27877 2004-09-07 11:12  jordi
27878
27879         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
27880
27881 2004-09-07 03:40  jordi
27882
27883         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
27884           fixes, methods, multiple links
27885
27886 2004-09-06 06:55  jordi
27887
27888         * Control.cs: Caches ClientRectangle rectangle value
27889
27890 2004-09-05 02:03  jordi
27891
27892         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
27893           certain situations
27894
27895 2004-09-04 11:10  jordi
27896
27897         * Label.cs: Refresh when font changed
27898
27899 2004-09-02 16:24  pbartok
27900
27901         * Control.cs:
27902           - Added sanity check to creation of double buffer bitmap
27903
27904 2004-09-02 16:24  pbartok
27905
27906         * ButtonBase.cs:
27907           - Fixed selection of text color
27908           - Fixed handling of resize event; now properly recreates double
27909             buffering bitmap
27910           - Added missing assignment of TextAlignment
27911           - Added proper default for TextAlignment
27912
27913 2004-09-02 14:26  pbartok
27914
27915         * RadioButton.cs:
27916           - Added missing RadioButton.RadioButtonAccessibleObject class
27917
27918 2004-09-02 14:26  pbartok
27919
27920         * Control.cs:
27921           - Added missing Control.ControlAccessibleObject class
27922           - Started to implement Select()ion mechanisms, still very incomplete
27923
27924 2004-09-02 14:25  pbartok
27925
27926         * AccessibleObject.cs:
27927           - Added missing methods
27928
27929 2004-09-02 14:23  pbartok
27930
27931         * AccessibleNavigation.cs, AccessibleSelection.cs:
27932           - Initial check-in
27933
27934 2004-09-02 10:32  jordi
27935
27936         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
27937           pool for pens, brushes, and hatchbruses
27938
27939 2004-09-01 15:30  jackson
27940
27941         * StatusBar.cs: Fix typo
27942
27943 2004-09-01 14:44  pbartok
27944
27945         * RadioButton.cs:
27946           - Fixed state
27947
27948 2004-09-01 14:39  pbartok
27949
27950         * Button.cs, RadioButton.cs:
27951           - Functional initial check-in
27952
27953 2004-09-01 14:01  pbartok
27954
27955         * CheckBox.cs:
27956           - Added missing default
27957           - Added missing region mark
27958
27959 2004-09-01 09:10  jordi
27960
27961         * Label.cs: fixes method signatures, new methods, events, fixes
27962           autosize
27963
27964 2004-09-01 07:19  jordi
27965
27966         * Control.cs: Init string variables with an empty object
27967
27968 2004-09-01 04:20  jordi
27969
27970         * Control.cs: fires OnFontChanged event
27971
27972 2004-08-31 20:07  pbartok
27973
27974         * ButtonBase.cs:
27975           - Enabled display of strings
27976
27977 2004-08-31 20:05  pbartok
27978
27979         * Form.cs:
27980           - Added (partial) implementation of DialogResult; rest needs to be
27981             implemented when the modal loop code is done
27982
27983 2004-08-31 19:55  pbartok
27984
27985         * CheckBox.cs:
27986           - Fixed to match the removal of the needs_redraw concept
27987
27988 2004-08-31 19:55  pbartok
27989
27990         * ButtonBase.cs:
27991           - Removed the rather odd split between 'needs redraw' and redrawing
27992           - Now handles the events that require regeneration (ambient
27993             properties and size)
27994
27995 2004-08-31 19:41  pbartok
27996
27997         * Control.cs:
27998           - Added firing of BackColorChanged event
27999           - Added TopLevelControl property
28000           - Fixed handling of WM_ERASEBKGRND message
28001
28002 2004-08-31 12:49  pbartok
28003
28004         * ButtonBase.cs:
28005           - Removed debug
28006           - Minor fixes
28007
28008 2004-08-31 12:48  pbartok
28009
28010         * CheckBox.cs:
28011           - Finished (famous last words)
28012
28013 2004-08-31 04:35  jordi
28014
28015         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
28016           scrolling bugs, adds new methods
28017
28018 2004-08-30 14:42  pbartok
28019
28020         * CheckBox.cs:
28021           - Implemented CheckBox drawing code
28022
28023 2004-08-30 14:42  pbartok
28024
28025         * ButtonBase.cs:
28026           - Made Redraw() and CheckRedraw() virtual
28027           - Improved mouse up/down/move logic to properly track buttons
28028
28029 2004-08-30 09:44  pbartok
28030
28031         * CheckBox.cs:
28032           - Updated to fix broken build. Not complete yet.
28033
28034 2004-08-30 09:28  pbartok
28035
28036         * CheckState.cs:
28037           - Initial checkin
28038
28039 2004-08-30 09:17  pbartok
28040
28041         * Appearance.cs:
28042           - Initial check-in
28043
28044 2004-08-27 16:12  ravindra
28045
28046         * ToolBarButton.cs: Added TypeConverter attribute.
28047
28048 2004-08-27 16:07  ravindra
28049
28050         * ImageIndexConverter.cs: Implemented.
28051
28052 2004-08-27 14:17  pbartok
28053
28054         * Control.cs:
28055           - Removed unneeded stack vars
28056           - First attempt to fix sizing issues when layout is suspended
28057
28058 2004-08-25 15:35  jordi
28059
28060         * ScrollBar.cs: more fixes to scrollbar
28061
28062 2004-08-25 14:04  ravindra
28063
28064         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
28065           Added the missing divider code and grip for ToolBar Control.
28066
28067 2004-08-25 13:20  pbartok
28068
28069         * Control.cs:
28070           - Control now properly passes the ambient background color to child
28071             controls
28072
28073 2004-08-25 13:20  jordi
28074
28075         * ScrollBar.cs: small bug fix regarding bar position
28076
28077 2004-08-25 12:33  pbartok
28078
28079         * Timer.cs:
28080           - Now only calls SetTimer or KillTimer if the enabled state has
28081           changed
28082
28083 2004-08-25 12:33  pbartok
28084
28085         * XplatUIWin32.cs:
28086           - Fixed timer handling, now seems to work
28087           - Improved error message for window creation
28088
28089 2004-08-25 12:32  pbartok
28090
28091         * Control.cs:
28092           - Fixed generation of MouseUp message
28093
28094 2004-08-25 12:29  jordi
28095
28096         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
28097           and fixes for progressbar
28098
28099 2004-08-24 18:43  ravindra
28100
28101         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
28102           in ToolBar control.
28103
28104 2004-08-24 17:15  pbartok
28105
28106         * Panel.cs:
28107           - Added #region
28108           - Added missing events
28109           - Alphabetized
28110
28111 2004-08-24 17:14  pbartok
28112
28113         * StatusBar.cs, PictureBox.cs:
28114           - Now uses Control's CreateParams
28115
28116 2004-08-24 16:36  pbartok
28117
28118         * XplatUIX11.cs:
28119           - Fixed background color handling
28120           - Fixed sending of enter/leave events on a grab
28121
28122 2004-08-24 16:35  pbartok
28123
28124         * X11Structs.cs:
28125           - Refined definitions for CrossingEvent
28126
28127 2004-08-24 12:37  jordi
28128
28129         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
28130           formmating, methods signature, and adds missing events
28131
28132 2004-08-24 12:24  jordi
28133
28134         * Control.cs: fire OnEnabledChanged event
28135
28136 2004-08-24 11:17  pbartok
28137
28138         * XplatUIWin32.cs:
28139           - Implemented SetTimer() and KillTimer()
28140
28141 2004-08-24 11:16  pbartok
28142
28143         * XplatUIX11.cs:
28144           - Now uses Remove instead of Add to kill the timer
28145
28146 2004-08-24 10:16  jackson
28147
28148         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
28149           picture boxes in the theme now. Draw picture box borders and obey
28150           sizing modes
28151
28152 2004-08-24 05:49  jackson
28153
28154         * Timer.cs: Remove top secret debugging code
28155
28156 2004-08-24 05:34  jackson
28157
28158         * PictureBox.cs: Temp hack to make picture boxes draw their full
28159           image
28160
28161 2004-08-24 05:29  jackson
28162
28163         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28164           XplatUIX11.cs: Move timers to the driver level. On X they are
28165           queued by the driver and checked on idle.
28166
28167 2004-08-24 01:07  jackson
28168
28169         * XplatUIX11.cs: Use a queue for async messages instead of passing
28170           them as ClientMessages since that was totally broken. Also simply
28171           check for events and return an idle message if none are found. This
28172           gives us an idle handler, and prevents deadlocking when no messages
28173           are in the queue.
28174
28175 2004-08-23 18:19  ravindra
28176
28177         * XplatUIWin32.cs: Removed the unwanted destructor.
28178
28179 2004-08-23 17:27  pbartok
28180
28181         * ButtonBase.cs:
28182           - Finishing touches. Works now, just needs some optimizations.
28183
28184 2004-08-23 16:53  jordi
28185
28186         * ScrollBar.cs: small fix
28187
28188 2004-08-23 16:45  pbartok
28189
28190         * Application.cs:
28191           - Removed debug output
28192           - Simplifications
28193
28194 2004-08-23 16:43  jordi
28195
28196         * ScrollBar.cs: [no log message]
28197
28198 2004-08-23 16:10  pbartok
28199
28200         * Form.cs:
28201           - Fixed handling of WM_CLOSE message
28202           - Removed debug output
28203
28204 2004-08-23 16:09  pbartok
28205
28206         * Application.cs:
28207           - Added handling of Idle event
28208           - Added handling of form closing
28209           - Fixed reporting of MessageLoop property
28210           - Removed some unneeded code, should provide a bit of a speedup
28211
28212 2004-08-23 15:22  pbartok
28213
28214         * Control.cs:
28215           - Added InitLayout() method
28216           - Added code to properly perform layout when Anchor or Dock property
28217             is changed
28218           - Changed 'interpretation' of ResumeLayout. MS seems to have a
28219             LAMESPEC, tried to do it in a way that makes sense
28220
28221 2004-08-23 14:10  jordi
28222
28223         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
28224           properties and methods
28225
28226 2004-08-23 13:55  pbartok
28227
28228         * Control.cs:
28229           - Properly fixed Jordi's last fix
28230           - Now uses Cursor's Position property instead of calling XplatUI
28231           directly
28232
28233 2004-08-23 13:44  jordi
28234
28235         * PaintEventHandler.cs: Adding missing attribute
28236
28237 2004-08-23 13:39  pbartok
28238
28239         * Cursor.cs:
28240           - Implemented Position property
28241
28242 2004-08-23 13:39  pbartok
28243
28244         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
28245           - Added method to move mouse cursor
28246
28247 2004-08-23 13:39  pbartok
28248
28249         * XplatUIX11.cs:
28250           - Fixed setting of background color
28251           - Added method to move mouse cursor
28252
28253 2004-08-23 13:16  jordi
28254
28255         * Control.cs: avoids null exception
28256
28257 2004-08-22 17:46  jackson
28258
28259         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
28260           PictureBox
28261
28262 2004-08-22 17:40  jackson
28263
28264         * XplatUIX11.cs: Add some missing locks
28265
28266 2004-08-22 15:10  pbartok
28267
28268         * Control.cs, Form.cs:
28269           - Removed OverlappedWindow style from Control, instead it's default
28270             now is child
28271           - Made form windows OverlappedWindow by default
28272
28273 2004-08-22 13:34  jackson
28274
28275         * ScrollBar.cs: Update the position through the Value property so
28276           the OnValueChanged event is raised.
28277
28278 2004-08-22 12:04  pbartok
28279
28280         * SWF.csproj:
28281           - Added Cursor.cs and UserControl.cs
28282
28283 2004-08-22 12:03  pbartok
28284
28285         * Cursor.cs:
28286           - Started implementation, not usable yet
28287
28288 2004-08-22 12:00  pbartok
28289
28290         * UserControl.cs:
28291           - Implemented UserControl (complete)
28292
28293 2004-08-21 19:20  ravindra
28294
28295         * ToolBar.cs: Correcting the formatting mess of VS.NET.
28296
28297 2004-08-21 18:49  ravindra
28298
28299         * ToolBar.cs: Probably this completes the missing attributes in
28300           toolbar control.
28301
28302 2004-08-21 18:03  ravindra
28303
28304         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
28305           Fixed toolbar control signatures.
28306
28307 2004-08-21 16:32  pbartok
28308
28309         * LinkLabel.cs:
28310           - Signature Fixes
28311
28312 2004-08-21 16:30  pbartok
28313
28314         * Label.cs:
28315           - Signature fixes
28316
28317 2004-08-21 16:19  pbartok
28318
28319         * Control.cs, Label.cs:
28320           - Signature fixes
28321
28322 2004-08-21 15:57  pbartok
28323
28324         * ButtonBase.cs:
28325           - Added loads of debug output for development
28326           - Fixed typo in method name
28327
28328 2004-08-21 15:52  pbartok
28329
28330         * ToolBarButtonClickEventArgs.cs:
28331           - Added missing base class
28332
28333 2004-08-21 14:53  pbartok
28334
28335         * Control.cs:
28336           - Updated to match new GrabWindow signature
28337
28338 2004-08-21 14:51  pbartok
28339
28340         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28341           - Added method to get default display size
28342
28343 2004-08-21 14:23  pbartok
28344
28345         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28346           - Added method to query current grab state
28347           - Added argument to allow confining a grab to a window
28348
28349 2004-08-21 14:22  pbartok
28350
28351         * Keys.cs:
28352           - Added [Flags] attribute so that modifiers can be used in bitwise
28353           ops
28354
28355 2004-08-21 14:21  pbartok
28356
28357         * TrackBar.cs, ScrollBar.cs:
28358           - Replaced direct XplatUI calls with their Control counterpart
28359
28360 2004-08-21 13:32  pbartok
28361
28362         * Control.cs:
28363           - Implemented Created property
28364
28365 2004-08-21 13:28  pbartok
28366
28367         * Control.cs:
28368           - Implemented ContainsFocus
28369
28370 2004-08-21 13:26  pbartok
28371
28372         * Control.cs:
28373           - Implemented CausesValidation
28374
28375 2004-08-21 13:21  pbartok
28376
28377         * Control.cs:
28378           - Implemented CanFocus
28379           - Implemented CanSelect
28380           - Implemented Capture
28381
28382 2004-08-21 12:35  pbartok
28383
28384         * XplatUIWin32.cs:
28385           - Fixed bug with Async message handling
28386           - Implemented getting the ModifierKeys
28387
28388 2004-08-21 12:32  jackson
28389
28390         * AsyncMethodResult.cs: Make sure we have the mutex before we
28391           release it. Fixes BeginInvoke on windows
28392
28393 2004-08-21 11:31  pbartok
28394
28395         * XplatUIWin32.cs, XplatUIX11.cs:
28396           - Drivers now return proper mouse state
28397
28398 2004-08-21 10:54  jackson
28399
28400         * Control.cs: Implement EndInvoke
28401
28402 2004-08-21 10:48  jackson
28403
28404         * Timer.cs: Remove unneeded finalizer
28405
28406 2004-08-20 19:52  ravindra
28407
28408         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
28409           in mouse event handling in the ToolBar control.
28410
28411 2004-08-20 19:50  ravindra
28412
28413         * ImageList.cs: Changed draw method to use the arguments passed in
28414           to draw the image.
28415
28416 2004-08-20 18:58  pbartok
28417
28418         * XplatUIStructs.cs:
28419           - Added private message for async communication
28420
28421 2004-08-20 17:38  ravindra
28422
28423         * Control.cs: Made RightToLeft property virtual and removed a
28424           Console.WriteLine.
28425
28426 2004-08-20 14:39  jordi
28427
28428         * ThemeGtk.cs: use style_attach
28429
28430 2004-08-20 14:39  pbartok
28431
28432         * XplatUIWin32.cs:
28433           - Added jackson's Async code from X11 to Win32
28434
28435 2004-08-20 14:09  pbartok
28436
28437         * SWF.csproj:
28438           - Added all new files
28439
28440 2004-08-20 14:09  pbartok
28441
28442         * Control.cs:
28443           - Added call to set window background color
28444
28445 2004-08-20 14:03  pbartok
28446
28447         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
28448           - Added method for setting the window background
28449
28450 2004-08-20 14:02  pbartok
28451
28452         * XplatUIWin32.cs:
28453           - Added method for setting the background color
28454           - Added handling for erasing the window background
28455
28456 2004-08-20 13:45  jordi
28457
28458         * TrackBar.cs: fixes timer, new properties and methods
28459
28460 2004-08-20 13:34  jackson
28461
28462         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
28463           correct thread
28464
28465 2004-08-20 13:22  jackson
28466
28467         * Timer.cs: Timer Tick events are now handed through Controls Async
28468           mechanism so the callbacks are executed in the same thread as X
28469
28470 2004-08-20 13:19  jackson
28471
28472         * XplatUIDriver.cs: Expose functionality to send async messages
28473           through the driver
28474
28475 2004-08-20 13:18  jackson
28476
28477         * Control.cs: Implement Begininvoke
28478
28479 2004-08-20 13:14  jackson
28480
28481         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
28482           messages through the driver
28483
28484 2004-08-20 13:12  jackson
28485
28486         * XplatUIX11.cs: Lock before all X operations. Also added Async
28487           method functionality through XSendEvent
28488
28489 2004-08-20 13:11  jackson
28490
28491         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
28492           This will screw up on 64 bit systems)
28493
28494 2004-08-20 13:10  jackson
28495
28496         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
28497           Async messages through X/Win32
28498
28499 2004-08-19 19:39  pbartok
28500
28501         * XplatUIX11.cs:
28502           - Updated code to match new HandleData.DeviceContext type
28503
28504 2004-08-19 19:38  pbartok
28505
28506         * HandleData.cs:
28507           - Made DeviceContext a generic object to allow usage from various
28508           drivers
28509           - Added support for queueing Windows messages
28510
28511 2004-08-19 19:37  pbartok
28512
28513         * XplatUIWin32.cs:
28514           - Added generation of MouseEnter, MouseLeave and MouseHover events
28515           - Added cleanup on EndPaint
28516
28517 2004-08-19 19:17  pbartok
28518
28519         * Control.cs:
28520           - Added handling of WM_MOUSEHOVER
28521           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
28522           code
28523
28524 2004-08-19 18:55  jordi
28525
28526         * ThemeGtk.cs: fixes button order
28527
28528 2004-08-19 18:12  jordi
28529
28530         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
28531
28532 2004-08-19 17:09  pbartok
28533
28534         * Control.cs:
28535           - Added Right property
28536           - Added RightToLeft property
28537
28538 2004-08-19 16:27  jordi
28539
28540         * ThemeGtk.cs: experimental GTK theme support
28541
28542 2004-08-19 16:26  jordi
28543
28544         * ITheme.cs, Theme.cs: move themes from an interface to a class
28545
28546 2004-08-19 16:25  jordi
28547
28548         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
28549           theme enhancaments
28550
28551 2004-08-19 16:04  pbartok
28552
28553         * XplatUIX11.cs:
28554           - Added colormap basics
28555           - Added a way to re-initialize with a different display handle
28556           - Fixed setting of the window background color
28557           - Added various X11 imports related to colors and colormaps
28558
28559 2004-08-19 15:51  pbartok
28560
28561         * X11Structs.cs:
28562           - Removed packing hints (Paolo suggested this a while back)
28563           - fixed colormap type
28564           - Added default Atom types
28565           - Added Screen and color structs and enums
28566
28567 2004-08-19 15:39  pbartok
28568
28569         * ImageList.cs:
28570           - Added missing Draw() method
28571           - Added missing RecreateHandle event
28572
28573 2004-08-19 15:30  pbartok
28574
28575         * Form.cs:
28576           - Added handling of WM_CLOSE
28577
28578 2004-08-18 13:16  jordi
28579
28580         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
28581           a table
28582
28583 2004-08-18 09:56  jordi
28584
28585         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
28586
28587 2004-08-17 15:31  ravindra
28588
28589         * SWF.csproj: Updated project.
28590
28591 2004-08-17 15:25  pbartok
28592
28593         * Control.cs:
28594           - Drawing improvement; don't call UpdateBounds if we are not visible
28595             (or have been minimized)
28596
28597 2004-08-17 15:24  pbartok
28598
28599         * XplatUIWin32.cs:
28600           - Finished IsVisible
28601           - Added Win32GetWindowPlacement
28602
28603 2004-08-17 15:08  jackson
28604
28605         * Panel.cs: Initial checkin of the Panel
28606
28607 2004-08-17 14:25  pbartok
28608
28609         * Control.cs:
28610           - Fixed broken handling of default window sizes
28611
28612 2004-08-17 13:29  jackson
28613
28614         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
28615           has a large startup time.
28616
28617 2004-08-17 10:25  jackson
28618
28619         * HandleData.cs: union areas properly
28620
28621 2004-08-17 10:12  jackson
28622
28623         * HandleData.cs: union areas properly
28624
28625 2004-08-16 20:00  ravindra
28626
28627         * ToolBar.cs, ToolBarButton.cs: Added attributes.
28628
28629 2004-08-16 18:48  ravindra
28630
28631         * ToolBar.cs: Added attributes.
28632
28633 2004-08-16 17:17  ravindra
28634
28635         * SWF.csproj: Updated project.
28636
28637 2004-08-16 17:16  jackson
28638
28639         * XplatUIX11.cs: Check for more expose events before sending a
28640           WM_PAINT so they can all be grouped together. This makes dragging a
28641           window across another window redraw in a sane way.
28642
28643 2004-08-16 15:47  pbartok
28644
28645         * Control.cs:
28646           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
28647             support OnMouseEnter/Leave()
28648           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
28649             exposure handling
28650
28651 2004-08-16 15:46  pbartok
28652
28653         * XplatUIStructs.cs, XplatUIX11.cs:
28654           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
28655           OnMouseEnter/Leave()
28656
28657 2004-08-16 15:34  jackson
28658
28659         * XplatUIX11.cs: Group multiple expose events in HandleData, make
28660           sure messages get the message field set to WM_NULL if they are not
28661           handled.
28662
28663 2004-08-16 15:24  jackson
28664
28665         * HandleData.cs: HandleData is used for storing message information
28666           for window handles
28667
28668 2004-08-15 17:23  ravindra
28669
28670         * ColorDepth.cs: Added attribute.
28671
28672 2004-08-15 17:23  ravindra
28673
28674         * SWF.csproj: Updated project for ToolBar Control.
28675
28676 2004-08-15 17:20  ravindra
28677
28678         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
28679           control and also dos2unix format.
28680
28681 2004-08-15 17:13  ravindra
28682
28683         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
28684           ToolBarButtonClickEventArgs.cs,
28685           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
28686           ToolBarTextAlign.cs: First Implementation of ToolBar control.
28687
28688 2004-08-15 15:31  pbartok
28689
28690         * ButtonBase.cs:
28691           - First (mostly) working version
28692
28693 2004-08-13 16:15  pbartok
28694
28695         * Control.cs:
28696           - Fixed Anchor default
28697
28698 2004-08-13 15:43  pbartok
28699
28700         * Control.cs:
28701           - Changed GetCursorPos signature
28702
28703 2004-08-13 15:42  pbartok
28704
28705         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
28706           - Changed signature for GetCursorPos
28707
28708 2004-08-13 15:25  pbartok
28709
28710         * XplatUIX11.cs:
28711           - Cleanup
28712           - Fixed resizing/exposure handling
28713
28714 2004-08-13 15:22  jordi
28715
28716         * ThemeWin32Classic.cs: removes redundant code and fixes issues
28717           with tickposition
28718
28719 2004-08-13 14:55  jordi
28720
28721         * TrackBar.cs: change from wndproc to events
28722
28723 2004-08-13 13:00  jordi
28724
28725         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28726           XplatUIX11.cs: implements PointToClient (ScreenToClient)
28727
28728 2004-08-13 12:53  pbartok
28729
28730         * XplatUIWin32.cs:
28731           - Changed GetWindowPos to also provide client area size
28732           - Fixed broken prototypes for several win32 functions
28733
28734 2004-08-13 12:53  pbartok
28735
28736         * XplatUI.cs, XplatUIDriver.cs:
28737           - Changed GetWindowPos to also provide client area size
28738
28739 2004-08-13 12:52  pbartok
28740
28741         * XplatUIX11.cs:
28742           - Added generation of WM_POSCHANGED
28743           - Changed GetWindowPos to also provide client area size
28744
28745 2004-08-13 12:52  pbartok
28746
28747         * Control.cs:
28748           - Added Dispose() and destructor
28749           - Fixed resizing and bounds calculation
28750           - Fixed Layout
28751           - Added memory savings for invisible windows
28752
28753 2004-08-13 12:46  jordi
28754
28755         * TrackBar.cs: adds timer and grap window
28756
28757 2004-08-13 10:25  jackson
28758
28759         * Timer.cs: SWF Timer
28760
28761 2004-08-12 16:59  pbartok
28762
28763         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28764           - Implemented method to get current mouse position
28765
28766 2004-08-12 14:29  jordi
28767
28768         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
28769           enhancement, fix mouse problems, highli thumb, etc
28770
28771 2004-08-12 13:31  pbartok
28772
28773         * Control.cs:
28774           - Fixed Anchoring bugs
28775
28776 2004-08-12 13:01  jackson
28777
28778         * StatusBar.cs: Don't forget things
28779
28780 2004-08-12 12:54  jackson
28781
28782         * ThemeWin32Classic.cs: Handle owner draw status bars
28783
28784 2004-08-12 12:54  jackson
28785
28786         * StatusBar.cs: Implement missing properties, events, and methods.
28787           Handle mouse clicking
28788
28789 2004-08-12 10:19  jackson
28790
28791         * StatusBarPanelClickEventArgs.cs,
28792           StatusBarPanelClickEventHandler.cs: Classes for handling status
28793           bar panel click events
28794
28795 2004-08-12 10:10  jackson
28796
28797         * Control.cs: Add missing properties
28798
28799 2004-08-12 09:46  pbartok
28800
28801         * BindingsManagerBase.cs:
28802           - Name changed to BindingManagerBase.cs
28803
28804 2004-08-12 09:25  jordi
28805
28806         * ScrollableControl.cs: calls ctrlbase instead of exeception
28807
28808 2004-08-11 16:28  pbartok
28809
28810         * InputLanguageChangingEventArgs.cs:
28811           - Never check in before compiling. Fixes the last check-in
28812
28813 2004-08-11 16:26  pbartok
28814
28815         * InputLanguageChangingEventArgs.cs:
28816           - More signature fixes
28817
28818 2004-08-11 16:20  pbartok
28819
28820         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
28821           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
28822           ImageListStreamer.cs, InputLanguage.cs,
28823           InputLanguageChangedEventArgs.cs,
28824           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
28825           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
28826           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
28827           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28828           - Signature fixes
28829
28830 2004-08-11 16:16  pbartok
28831
28832         * Application.cs:
28833           - Fixed Signature
28834           - Added .Net 1.1 method
28835
28836 2004-08-11 15:25  pbartok
28837
28838         * SWF.csproj:
28839           - Fixed BindingManagerBase.cs filename
28840
28841 2004-08-11 15:22  pbartok
28842
28843         * BindingManagerBase.cs:
28844           - Was checked in with wrong filename
28845
28846 2004-08-11 14:50  pbartok
28847
28848         * SWF.csproj:
28849           - Updated
28850
28851 2004-08-11 13:41  jordi
28852
28853         * XplatUIWin32.cs: Fixes ClientRect
28854
28855 2004-08-11 13:19  pbartok
28856
28857         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
28858           XplatUIX11.cs:
28859           - We had SetWindowPos and MoveWindow to set window positions and
28860             size, removed MoveWindow. We have GetWindowPos, so it made sense to
28861             keep SetWindowPos as matching counterpart
28862           - Added some X11 sanity checking
28863
28864 2004-08-11 12:59  pbartok
28865
28866         * Control.cs:
28867           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
28868             (It seems that SetBounds is just a front for SetBoundsCore and
28869              SetBoundsCore updates the underlying window system and
28870              UpdateBounds is responsible for updating the variables associated
28871              with the Control and sending the events)
28872           - Major cleanup of Size handling; we now have two sizes, client_size
28873             and bounds. Bounds defines the window with decorations, client_size
28874             without them.
28875
28876 2004-08-11 12:55  pbartok
28877
28878         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
28879           - Added method to calculate difference between decorated window and
28880             raw client area
28881
28882 2004-08-11 12:54  pbartok
28883
28884         * Label.cs:
28885           - Forcing redraw on resize
28886
28887 2004-08-11 11:43  pbartok
28888
28889         * ImageList.cs:
28890           - Removed disposing of the actual images when the list is disposed
28891
28892 2004-08-11 09:13  pbartok
28893
28894         * Control.cs:
28895           - Now properly reparents windows
28896
28897 2004-08-11 08:37  pbartok
28898
28899         * Control.cs:
28900           - Duh!
28901
28902 2004-08-11 07:47  pbartok
28903
28904         * Control.cs:
28905           - Rewrote the collection stuff. Might not be as fast now, not
28906             keeping the number of children around and accessible directly, but
28907             it's more straightforward
28908
28909 2004-08-11 07:44  pbartok
28910
28911         * AccessibleObject.cs:
28912           - Fixed to match ControlCollection rewrite
28913
28914 2004-08-11 07:43  pbartok
28915
28916         * ImageList.cs:
28917           - Added missing creation of the collection list
28918
28919 2004-08-10 20:08  jackson
28920
28921         * StatusBar.cs: Get the paint message from WndProc
28922
28923 2004-08-10 19:31  jackson
28924
28925         * ThemeWin32Classic.cs: Create Brushes as little as possible
28926
28927 2004-08-10 19:20  jackson
28928
28929         * UICues.cs: Add Flags attribute
28930
28931 2004-08-10 19:19  jackson
28932
28933         * StatusBarPanel.cs: Signature cleanup
28934
28935 2004-08-10 19:10  jackson
28936
28937         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
28938           Initial implementation of status bar item drawing
28939
28940 2004-08-10 17:27  jordi
28941
28942         * TrackBar.cs: add missing methods, properties, and restructure to
28943           hide extra ones
28944
28945 2004-08-10 16:24  jackson
28946
28947         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
28948           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
28949           attribute
28950
28951 2004-08-10 13:21  jordi
28952
28953         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
28954           enhancements and standarize on win colors defaults
28955
28956 2004-08-10 12:52  jackson
28957
28958         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
28959           ThemeWin32Classic.cs: Implement DrawItem functionality
28960
28961 2004-08-10 12:47  jordi
28962
28963         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
28964
28965 2004-08-10 12:32  jordi
28966
28967         * Control.cs: throw ontextchange event
28968
28969 2004-08-10 11:43  pbartok
28970
28971         * Control.cs:
28972           - Added more to the still unfinished Dock/Anchor layout code
28973
28974 2004-08-10 11:39  pbartok
28975
28976         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
28977           - Added GetWindowPos method
28978
28979 2004-08-10 11:36  pbartok
28980
28981         * XplatUIWin32.cs:
28982           - Implemented several methods
28983
28984 2004-08-10 09:47  jackson
28985
28986         * TrackBar.cs: Allow control to handle buffering
28987
28988 2004-08-10 09:41  jackson
28989
28990         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
28991
28992 2004-08-10 09:24  jackson
28993
28994         * Label.cs, LinkLabel.cs: Let Control handle buffering.
28995
28996 2004-08-10 09:09  jackson
28997
28998         * StatusBar.cs: Let Control handle all the buffering.
28999
29000 2004-08-10 09:08  jackson
29001
29002         * Control.cs: Control will now handle the buffering code, so each
29003           control does not have to implement this.
29004
29005 2004-08-10 08:34  jackson
29006
29007         * XplatUIDriver.cs: Use default colors from the theme
29008
29009 2004-08-09 17:12  pbartok
29010
29011         * ImageList.cs:
29012           - Fixed several bugs Ravindra pointed out
29013
29014 2004-08-09 16:11  pbartok
29015
29016         * Control.cs:
29017           - Added incomplete dock layout code
29018           - Added support for mouse wheel
29019
29020 2004-08-09 16:09  pbartok
29021
29022         * XplatUIX11.cs:
29023           - Added handling for middle and right mousebutton
29024           - Added handling for mouse wheel
29025           - Added handling for key state and mouse state and position
29026           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
29027           messages
29028
29029 2004-08-09 15:40  jackson
29030
29031         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
29032           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
29033           checkin
29034
29035 2004-08-09 15:37  jackson
29036
29037         * StatusBar.cs: Initial implementation of StatusBar
29038
29039 2004-08-09 15:36  jackson
29040
29041         * ITheme.cs: Add support for drawing status bar and getting status
29042           bar item sizes
29043
29044 2004-08-09 15:35  pbartok
29045
29046         * MouseButtons.cs:
29047           - Fixed values
29048
29049 2004-08-09 15:34  jackson
29050
29051         * ThemeWin32Classic.cs: Add support for drawing status bar and get
29052           status bar item sizes
29053
29054 2004-08-09 15:21  jackson
29055
29056         * ThemeWin32Classic.cs: Use known colors for default control
29057           colours
29058
29059 2004-08-09 15:12  jackson
29060
29061         * ThemeWin32Classic.cs: Make the default font static, it is static
29062           in control so this doesn't change functionality and creating fonts
29063           is sloooooow.
29064
29065 2004-08-09 14:56  pbartok
29066
29067         * X11Structs.cs:
29068           - Added GrabMode enum
29069
29070 2004-08-09 14:55  pbartok
29071
29072         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
29073           - Removed Run method, was only required for initial development
29074
29075 2004-08-09 14:51  pbartok
29076
29077         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
29078           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
29079           capture
29080
29081 2004-08-09 13:48  pbartok
29082
29083         * XplatUIX11.cs:
29084           - Fixed default sizing for child windows
29085
29086 2004-08-09 12:56  pbartok
29087
29088         * XplatUIX11.cs:
29089           - Added generation of WM_DESTROY message
29090           - Added handling of window manager induced shutdown
29091
29092 2004-08-09 11:31  jackson
29093
29094         * ThemeWin32Classic.cs: New names for control properties
29095
29096 2004-08-09 11:25  jackson
29097
29098         * Control.cs: Use new color names
29099
29100 2004-08-09 11:02  jackson
29101
29102         * XplatUI.cs: Get default window properties from the theme
29103
29104 2004-08-09 11:01  jackson
29105
29106         * ITheme.cs: The theme engine now controls default window
29107           properties
29108
29109 2004-08-09 11:00  jackson
29110
29111         * ThemeWin32Classic.cs: Add default window color properties
29112
29113 2004-08-09 10:17  jackson
29114
29115         * ThemeWin32Classic.cs: Use correct default back color
29116
29117 2004-08-09 10:05  jackson
29118
29119         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
29120           the theme now.
29121
29122 2004-08-09 09:56  jackson
29123
29124         * XplatUI.cs: Remove defaults, these are handled by the theme now.
29125
29126 2004-08-09 09:54  jackson
29127
29128         * Control.cs: Get default properties from the theme.
29129
29130 2004-08-09 09:53  jackson
29131
29132         * ITheme.cs: Themes now handle default control properties
29133
29134 2004-08-09 09:53  jackson
29135
29136         * ThemeWin32Classic.cs: Themes now handle default control
29137           properties so coloring will be consistent
29138
29139 2004-08-08 16:54  jordi
29140
29141         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
29142
29143 2004-08-08 15:08  jordi
29144
29145         * XplatUIX11.cs: fixes keyboard crash
29146
29147 2004-08-08 13:47  jordi
29148
29149         * Label.cs: add cvs header info
29150
29151 2004-08-08 12:09  jackson
29152
29153         * ThemeWin32Classic.cs: Add pen_buttonface
29154
29155 2004-08-08 11:52  jordi
29156
29157         * Label.cs, LinkLabel.cs: [no log message]
29158
29159 2004-08-08 11:34  jordi
29160
29161         * ThemeWin32Classic.cs: Use Windows Standard Colours
29162
29163 2004-08-07 17:32  jordi
29164
29165         * TrackBar.cs: throw exceptions of invalid enums values
29166
29167 2004-08-07 17:31  jordi
29168
29169         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
29170           draw method name
29171
29172 2004-08-07 16:56  jackson
29173
29174         * HorizontalAlignment.cs: Initial checkin
29175
29176 2004-08-07 13:16  jordi
29177
29178         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
29179           methods
29180
29181 2004-08-07 13:05  jordi
29182
29183         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
29184           GetSysColor defines
29185
29186 2004-08-06 18:01  pbartok
29187
29188         * ThemeWin32Classic.cs:
29189           - Fixed some rounding issues with float/int
29190
29191 2004-08-06 18:00  jackson
29192
29193         * DockStyle.cs, AnchorStyles.cs:
29194
29195                   Add flags and serializable attributes.
29196
29197 2004-08-06 17:46  pbartok
29198
29199         * XplatUIX11.cs:
29200           - Implemented GetParent
29201
29202 2004-08-06 17:18  pbartok
29203
29204         * TrackBar.cs:
29205           - Fixed some rounding issues with float/int
29206
29207 2004-08-06 17:17  pbartok
29208
29209         * X11Structs.cs, XplatUIX11.cs:
29210           - Fixed Refresh and Invalidate
29211
29212 2004-08-06 15:30  pbartok
29213
29214         * Control.cs, X11Structs.cs, XplatUIX11.cs:
29215           - Fixed recursive loop when resizing
29216           - Improved/fixed redrawing on expose messages
29217
29218 2004-08-06 09:53  jordi
29219
29220         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
29221           keyboard navigation
29222
29223 2004-08-06 08:02  pbartok
29224
29225         * X11Structs.cs, XplatUIX11.cs:
29226           - Fixed reparenting
29227           - Fixed window border creation
29228
29229 2004-08-05 15:38  pbartok
29230
29231         * XplatUIX11.cs:
29232           - Attempted fix for reparenting problems
29233
29234 2004-08-04 15:14  pbartok
29235
29236         * Control.cs:
29237           - Fixed Invalidation bug (calculated wrong client area)
29238           - Added ClientSize setter
29239
29240 2004-08-04 15:13  pbartok
29241
29242         * Form.cs:
29243           - Added AutoScale properties
29244
29245 2004-08-04 15:13  pbartok
29246
29247         * SWF.csproj:
29248           - Added latest files
29249
29250 2004-08-04 14:11  pbartok
29251
29252         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
29253           XplatUIX11.cs:
29254           - Added Invalidate handling
29255
29256 2004-08-03 17:09  jordi
29257
29258         * XplatUIDriver.cs: fixes spelling mistake
29259
29260 2004-07-27 09:53  jordi
29261
29262         * TrackBar.cs: fixes trackbar events, def classname, methods
29263           signature
29264
29265 2004-07-27 09:29  jordi
29266
29267         * ScrollBar.cs: fixes scrollbar events
29268
29269 2004-07-27 04:38  jordi
29270
29271         * Control.cs: changes to be able to run winforms samples
29272
29273 2004-07-26 11:42  jordi
29274
29275         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
29276           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
29277
29278 2004-07-26 05:41  jordi
29279
29280         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
29281           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
29282           implementation
29283
29284 2004-07-22 09:22  jordi
29285
29286         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
29287           check link overlapping, implement events, and fixes
29288
29289 2004-07-21 10:28  jordi
29290
29291         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
29292
29293 2004-07-21 10:19  jordi
29294
29295         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
29296           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
29297           LinkLabelLinkClickedEventArgs.cs,
29298           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
29299           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
29300           implementation
29301
29302 2004-07-19 13:09  jordi
29303
29304         * Control.cs, Label.cs: label control re-written: added missing
29305           functionlity, events, and properties
29306
29307 2004-07-19 10:49  jordi
29308
29309         * Control.cs: fixes SetBounds logic
29310
29311 2004-07-19 01:29  jordi
29312
29313         * Control.cs: Call RefreshWindow only if the window has created
29314
29315 2004-07-15 14:05  pbartok
29316
29317         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
29318           - Implemented ImageList and ImageList.ImageCollection classes
29319           - Added ColorDepth enumeration
29320           - Updated SWF VS.Net project
29321
29322 2004-07-15 11:06  jordi
29323
29324         * XplatUIStructs.cs: added MsgButons enum
29325
29326 2004-07-15 11:03  jordi
29327
29328         * Control.cs: added basic mouse handeling events
29329
29330 2004-07-15 03:38  jordi
29331
29332         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
29333           Vertical TrackBar control implementation
29334
29335 2004-07-13 09:33  jordi
29336
29337         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
29338
29339 2004-07-13 09:31  jordi
29340
29341         * Control.cs, Form.cs: commit: new properties and fixes form size
29342           problems
29343
29344 2004-07-09 14:13  miguel
29345
29346         * ProgressBar.cs: Spelling
29347
29348 2004-07-09 11:25  pbartok
29349
29350         * ProgressBar.cs:
29351           - Removed usage of Rectangle for drawing. Miguel pointed out it's
29352           faster
29353
29354 2004-07-09 11:17  miguel
29355
29356         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
29357
29358                 * ProgressBar.cs: Fixed spelling for `block'
29359
29360                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
29361                 style guidelines.
29362
29363                 Avoid using the += on rect.X, that exposed a bug in the compiler.
29364
29365 2004-07-08 23:21  pbartok
29366
29367         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
29368           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
29369           BaseCollection.cs, Binding.cs, BindingContext.cs,
29370           BindingMemberInfo.cs, BindingsCollection.cs,
29371           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
29372           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
29373           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
29374           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
29375           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
29376           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
29377           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
29378           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
29379           FrameStyle.cs, GiveFeedbackEventArgs.cs,
29380           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
29381           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
29382           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
29383           InputLanguageChangedEventArgs.cs,
29384           InputLanguageChangedEventHandler.cs,
29385           InputLanguageChangingEventArgs.cs,
29386           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
29387           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
29388           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
29389           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
29390           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
29391           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
29392           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
29393           QueryAccessibilityHelpEventArgs.cs,
29394           QueryAccessibilityHelpEventHandler.cs,
29395           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
29396           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
29397           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
29398           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
29399           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
29400           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
29401           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
29402           XplatUIX11.cs, lang.cs:
29403           - Initial check-in
29404
29405